:root{
  --ccsws-red:#d90824;
  --ccsws-red-deep:#a80018;
  --ccsws-red-bright:#ff334d;
  --ccsws-ink:#17181b;
  --ccsws-muted:#858991;
  --ccsws-line:#e4e6ea;
  --ccsws-header-height:72px;
}

/* Remove competing theme/plugin headers and duplicate dashboard shell pieces. */
body.ccsws-active header.site-header,
body.ccsws-active #masthead:not(#ccsws-masthead),
body.ccsws-active .site-header:not(.ccsws-masthead),
body.ccsws-active .elementor-location-header,
body.ccsws-active .wp-site-blocks > header,
body.ccsws-active .ccsd-mobile-header,
body.ccsws-active .ccsd-desktop-profile-wrap,
body.ccsws-active footer.site-footer,
body.ccsws-active #colophon:not(#ccsws-footer),
body.ccsws-active .elementor-location-footer,
body.ccsws-active .wp-site-blocks > footer,
body.ccsws-active .ccsd-footer{
  display:none!important;
}

body.ccsws-active{
  margin:0!important;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

body.ccsws-active #page,
body.ccsws-active .site,
body.ccsws-active .wp-site-blocks{
  flex:1 0 auto;
}

.ccsws-masthead,
.ccsws-masthead *{box-sizing:border-box}
.ccsws-masthead{
  position:sticky;
  top:0;
  z-index:2147483000;
  width:100%;
  height:var(--ccsws-header-height);
  background:
    radial-gradient(circle at 18% -80%, rgba(255,255,255,.23), transparent 44%),
    radial-gradient(circle at 82% 180%, rgba(95,0,14,.30), transparent 46%),
    linear-gradient(112deg, var(--ccsws-red-deep) 0%, var(--ccsws-red) 46%, #ef1836 100%);
  border-bottom:1px solid rgba(92,0,13,.35);
  box-shadow:0 9px 28px rgba(105,0,15,.26);
}
.admin-bar .ccsws-masthead{top:32px}
.ccsws-header-inner{
  position:relative;
  width:min(100% - 32px,1480px);
  height:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
}
.ccsws-logo{justify-self:start;display:inline-flex;text-decoration:none!important}
.ccsws-logo-mark{
  width:48px;height:48px;display:grid;place-items:center;
  border-radius:14px;background:linear-gradient(145deg,#fff,#f5f6f8);
  color:var(--ccsws-red);font:800 19px/1 "League Spartan",Arial,sans-serif;letter-spacing:-1px;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 9px 24px rgba(84,0,12,.24),inset 0 1px 0 rgba(255,255,255,.9);
}
.ccsws-title{
  justify-self:center;display:flex;align-items:baseline;gap:8px;
  color:#fff!important;text-decoration:none!important;white-space:nowrap;
  text-shadow:0 2px 8px rgba(83,0,13,.22);
  font-family:"League Spartan",Arial,Helvetica,sans-serif;line-height:1;
}
.ccsws-title strong{font-size:24px;font-weight:800;letter-spacing:.005em}
.ccsws-title em{font-size:24px;font-style:normal;font-weight:800;letter-spacing:.005em;color:#fff}
.ccsws-account-area{justify-self:end;display:flex;align-items:center;min-width:48px}
.ccsws-profile-menu{position:relative;z-index:5;padding-bottom:10px;margin-bottom:-10px}
.ccsws-profile-menu::after{content:"";position:absolute;top:100%;right:0;width:238px;height:14px;background:transparent}
.ccsws-avatar-button{
  width:48px;height:48px;padding:0;margin:0;border:0;border-radius:50%!important;
  overflow:hidden;background:#eef0f2;cursor:pointer;appearance:none;line-height:0;
  box-shadow:0 0 0 3px rgba(255,255,255,.96),0 0 0 5px rgba(255,255,255,.28),0 7px 18px rgba(87,0,13,.24);
}
.ccsws-avatar-image{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;border-radius:50%!important}
.ccsws-profile-dropdown{
  position:absolute;top:calc(100% + 6px);right:0;z-index:10;width:238px;padding:10px;
  border:1px solid var(--ccsws-line);border-radius:20px;background:#fff;
  box-shadow:0 22px 55px rgba(17,18,20,.2);
}
.ccsws-profile-dropdown[hidden]{display:none!important}
.ccsws-profile-dropdown a{
  display:flex;align-items:center;gap:12px;min-height:44px;padding:9px 12px;border-radius:12px;
  color:#24262a!important;text-decoration:none!important;font:800 15px/1.15 Arial,sans-serif;
}
.ccsws-profile-dropdown a:hover,.ccsws-profile-dropdown a:focus{background:#f2f3f5;color:#111!important}
.ccsws-profile-dropdown svg{width:20px;height:20px;flex:0 0 20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ccsws-account-secondary{margin-top:7px;padding-top:7px;border-top:1px solid var(--ccsws-line)}
.ccsws-profile-dropdown .ccsws-account-secondary a{min-height:32px;padding:7px 12px;border-radius:9px;color:#858991!important;font-size:12px;font-weight:700}
.ccsws-profile-dropdown .ccsws-account-secondary a:hover,.ccsws-profile-dropdown .ccsws-account-secondary a:focus{background:#f2f3f5;color:#555a63!important}
.ccsws-guest-actions{display:flex;align-items:center;gap:9px}
.ccsws-guest-actions a{display:grid;place-items:center;min-height:42px;padding:0 17px;border-radius:12px;text-decoration:none!important;font:900 12px/1 Arial,sans-serif;text-transform:uppercase;letter-spacing:.035em}
.ccsws-login{background:rgba(112,0,16,.42);color:#fff!important;border:1px solid rgba(255,255,255,.30)}
.ccsws-join{background:#fff;color:var(--ccsws-red)!important;box-shadow:0 9px 22px rgba(85,0,12,.22)}

@media (hover:hover){
  .ccsws-profile-menu:hover .ccsws-profile-dropdown{display:block!important}
}
.ccsws-profile-menu:focus-within .ccsws-profile-dropdown{display:block!important}

.ccsws-footer,.ccsws-footer *{box-sizing:border-box}
.ccsws-footer{flex:0 0 auto;width:100%;margin-top:auto;background:#101113;color:#fff;position:relative;z-index:5}
.ccsws-footer-inner{width:min(100% - 40px,1360px);margin:0 auto;padding:27px 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}
.ccsws-footer-brand{display:flex;align-items:center;gap:10px;color:#fff!important;text-decoration:none!important}
.ccsws-footer-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--ccsws-red);color:#fff;font:800 15px/1 "League Spartan",Arial,sans-serif}
.ccsws-footer-brand>span:last-child{display:flex;flex-direction:column;line-height:.95}
.ccsws-footer-brand strong{font:800 13px/1 "League Spartan",Arial,sans-serif;letter-spacing:.04em}
.ccsws-footer-brand em{margin-top:5px;color:#ff4150;font:800 11px/1 "League Spartan",Arial,sans-serif;font-style:normal;letter-spacing:.15em}
.ccsws-footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 19px}
.ccsws-footer-links a{color:#d6d8dc!important;text-decoration:none!important;font:700 12px/1.3 Arial,sans-serif}
.ccsws-footer-links a:hover{color:#fff!important}
.ccsws-footer-copy{color:#8f939a;font:400 11px/1.3 Arial,sans-serif;white-space:nowrap}

/* Dashboard integration: the global shell owns header/footer; page plugins own content only. */
body.ccsws-active .ccsd-shell{padding-top:0!important}
body.ccsws-active .ccsd-main{padding-top:24px!important}
body.ccsws-active .ccsd-rightbar{padding-top:24px!important}

@media(max-width:782px){.admin-bar .ccsws-masthead{top:46px}}
@media(max-width:820px){
  :root{--ccsws-header-height:64px}
  .ccsws-header-inner{width:calc(100% - 24px);grid-template-columns:48px 1fr 48px;gap:8px}
  .ccsws-logo-mark{width:43px;height:43px;border-radius:13px;font-size:16px}
  .ccsws-title{gap:6px}
  .ccsws-title strong,.ccsws-title em{font-size:18px;letter-spacing:-.4px}
  .ccsws-avatar-button{width:43px;height:43px}
  .ccsws-account-area{min-width:43px}
  .ccsws-profile-dropdown{top:calc(100% + 5px);width:min(238px,calc(100vw - 24px))}
  .ccsws-profile-menu::after{width:min(238px,calc(100vw - 24px))}
  .ccsws-footer-inner{width:min(100% - 24px,760px);grid-template-columns:1fr;justify-items:center;text-align:center;gap:18px;padding:24px 0}
}
@media(max-width:520px){
  .ccsws-header-inner{width:calc(100% - 18px);grid-template-columns:42px 1fr 42px;gap:4px}
  .ccsws-logo-mark,.ccsws-avatar-button{width:40px;height:40px}
  .ccsws-title{display:flex;flex-direction:column;align-items:center;gap:2px;line-height:.9}
  .ccsws-title strong{font-size:17px;letter-spacing:-.01em}
  .ccsws-title em{font-size:15px;letter-spacing:.11em}
  .ccsws-guest-actions{gap:4px}
  .ccsws-guest-actions a{min-height:36px;padding:0 8px;font-size:9px}
  .ccsws-account-area{min-width:40px}
  .ccsws-footer-links{gap:9px 14px}
}
@media(max-width:360px){
  .ccsws-title strong{font-size:15px}.ccsws-title em{font-size:13px}
}

/* v1.3.0 — global desktop navigation rail */
.ccsws-desktop-sidebar,
.ccsws-desktop-sidebar *{box-sizing:border-box}
.ccsws-desktop-sidebar{display:none}

@media (min-width:1081px){
  :root{--ccsws-sidebar-width:260px}

  .ccsws-desktop-sidebar{
    position:fixed;
    z-index:2147482000;
    top:var(--ccsws-header-height);
    bottom:0;
    left:0;
    width:var(--ccsws-sidebar-width);
    display:flex;
    flex-direction:column;
    padding:30px 22px 34px;
    background:#fff;
    border-right:1px solid var(--ccsws-line);
    box-shadow:8px 0 28px rgba(17,18,20,.035);
    overflow-y:auto;
  }
  .admin-bar .ccsws-desktop-sidebar{top:calc(var(--ccsws-header-height) + 32px)}

  .ccsws-sidebar-nav{display:flex;flex-direction:column;gap:9px}
  .ccsws-sidebar-link{
    min-height:58px;
    display:flex;
    align-items:center;
    gap:16px;
    padding:8px 12px;
    border-radius:17px;
    color:#2b2d31!important;
    text-decoration:none!important;
    font:800 17px/1.1 Arial,sans-serif;
    transition:background .18s ease,transform .18s ease;
  }
  .ccsws-sidebar-link:hover,
  .ccsws-sidebar-link:focus,
  .ccsws-sidebar-link.is-active{background:#f1f2f4;color:#111!important;transform:translateX(2px)}
  .ccsws-sidebar-icon{
    width:46px;height:46px;flex:0 0 46px;
    display:grid;place-items:center;border-radius:15px;color:#fff;
    box-shadow:0 8px 18px rgba(17,18,20,.10)
  }
  .ccsws-sidebar-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .ccsws-sidebar-icon-home{background:#ff4050}
  .ccsws-sidebar-icon-explore{background:#397af6}
  .ccsws-sidebar-icon-members{background:#f2a41a}
  .ccsws-sidebar-icon-messages{background:#8b5cf6}
  .ccsws-sidebar-icon-notifications{background:#22b573}
  .ccsws-sidebar-icon-profile{background:#24262b}
  .ccsws-sidebar-create{
    min-height:62px;
    margin-top:28px;
    display:flex;align-items:center;justify-content:center;gap:12px;
    border-radius:18px;
    background:linear-gradient(135deg,#ed172e,#ff4355);
    color:#fff!important;text-decoration:none!important;
    font:900 18px/1 "League Spartan",Arial,sans-serif;
    box-shadow:0 15px 30px rgba(226,22,47,.25)
  }
  .ccsws-sidebar-create svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}

  /* Shift the theme/page canvas, while the global header and footer remain full-width. */
  body.ccsws-active > #page,
  body.ccsws-active > .site,
  body.ccsws-active > .wp-site-blocks{
    width:calc(100% - var(--ccsws-sidebar-width))!important;
    max-width:none!important;
    margin-left:var(--ccsws-sidebar-width)!important;
  }

  /* The shell owns desktop navigation; suppress page-plugin copies. */
  body.ccsws-active .ccsd-leftbar,
  body.ccsws-active .ccp-left{display:none!important}
  body.ccsws-active .ccsd-shell{
    grid-template-columns:minmax(0,720px) minmax(280px,340px)!important;
    max-width:1110px!important;
  }
  body.ccsws-active .ccp-app{display:block!important;min-height:0!important}
  body.ccsws-active .ccp-main{width:min(100%,1120px)!important}

  body.ccsws-active .ccp-mobile-header,
  body.ccsws-active .ccp-footer{display:none!important}
}

/* v1.3.1 — fixed masthead, restored mobile/tablet dock, and collision-safe desktop canvas */
.ccsws-masthead{position:fixed!important;left:0;right:0;top:0!important}
body.ccsws-active{padding-top:var(--ccsws-header-height)!important}
body.admin-bar.ccsws-active .ccsws-masthead{top:32px!important}
body.admin-bar.ccsws-active{padding-top:calc(var(--ccsws-header-height) + 32px)!important}

.ccsws-mobile-nav{display:none}

@media (min-width:1081px){
  :root{--ccsws-sidebar-width:224px}
  .ccsws-desktop-sidebar{width:var(--ccsws-sidebar-width);padding:24px 14px 28px}
  .ccsws-sidebar-link{min-height:54px;gap:12px;padding:7px 10px;font-size:15px}
  .ccsws-sidebar-icon{width:42px;height:42px;flex-basis:42px;border-radius:13px}
  .ccsws-sidebar-icon svg{width:22px;height:22px}
  .ccsws-sidebar-create{min-height:58px;margin-top:22px;font-size:17px}

  body.ccsws-active > #page,
  body.ccsws-active > .site,
  body.ccsws-active > .wp-site-blocks{
    width:100%!important;
    margin-left:0!important;
  }

  body.ccsws-active .ccsd-shell{
    width:calc(100% - var(--ccsws-sidebar-width))!important;
    max-width:1320px!important;
    margin-left:var(--ccsws-sidebar-width)!important;
    margin-right:auto!important;
    padding-left:24px!important;
    padding-right:24px!important;
    grid-template-columns:minmax(0,1fr) minmax(270px,320px)!important;
    gap:24px!important;
  }
  body.ccsws-active .ccp-app{
    width:calc(100% - var(--ccsws-sidebar-width))!important;
    margin-left:var(--ccsws-sidebar-width)!important;
  }
  body.ccsws-active .ccp-main{
    width:100%!important;
    max-width:1320px!important;
    margin:0 auto!important;
    padding-left:24px!important;
    padding-right:24px!important;
  }
  body.ccsws-active .ccp-content-shell{
    grid-template-columns:minmax(0,1fr) minmax(270px,310px)!important;
    gap:22px!important;
  }
}

@media (max-width:1080px){
  body.ccsws-active{padding-bottom:82px!important}
  body.admin-bar.ccsws-active{padding-top:calc(var(--ccsws-header-height) + 46px)!important}
  body.admin-bar.ccsws-active .ccsws-masthead{top:46px!important}
  .ccsws-footer{padding-bottom:82px}
  .ccsws-mobile-nav{
    position:fixed;left:0;right:0;bottom:0;z-index:2147483200;
    height:76px;padding:7px max(10px,env(safe-area-inset-right)) max(7px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));
    display:grid;grid-template-columns:1fr 1fr 74px 1fr 1fr;align-items:end;
    background:rgba(255,255,255,.97);border-top:1px solid #e3e5e9;
    box-shadow:0 -10px 30px rgba(17,18,20,.10);backdrop-filter:blur(16px)
  }
  .ccsws-mobile-link{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#71747a!important;text-decoration:none!important;font:800 11px/1 Arial,sans-serif}
  .ccsws-mobile-link svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .ccsws-mobile-link.is-active{color:var(--ccsws-red)!important}
  .ccsws-mobile-create{align-self:start;justify-self:center;width:66px;height:66px;margin-top:-25px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ed172e,#ff4050);color:#fff!important;text-decoration:none!important;border:7px solid #fff;box-shadow:0 12px 28px rgba(226,22,47,.30)}
  .ccsws-mobile-create svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}
}

@media (max-width:520px){
  .ccsws-mobile-nav{grid-template-columns:1fr 1fr 68px 1fr 1fr;height:72px}
  .ccsws-mobile-create{width:62px;height:62px;margin-top:-22px}
  .ccsws-mobile-link{font-size:10px}
}

/* v1.4.0 — unread notification badges and direct profile-tab navigation */
.ccsws-avatar-button{position:relative;overflow:visible!important}
.ccsws-notification-badge{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:22px;height:22px;padding:0 6px;border-radius:999px;
  font:900 11px/1 Arial,sans-serif;letter-spacing:-.02em;
  white-space:nowrap;box-sizing:border-box
}
.ccsws-avatar-notification-badge{
  position:absolute;right:-7px;top:-6px;z-index:4;
  min-width:23px;height:23px;padding:0 6px;
  background:#111;color:#fff;border:2px solid #fff;
  box-shadow:0 5px 14px rgba(0,0,0,.24)
}
.ccsws-profile-dropdown a{position:relative}
.ccsws-dropdown-notification-badge{
  margin-left:auto;background:#f51f31;color:#fff;
  box-shadow:0 5px 12px rgba(245,31,49,.22)
}
.ccsws-sidebar-label{min-width:0}
.ccsws-sidebar-notification-badge{
  margin-left:auto;background:#f51f31;color:#fff;
  box-shadow:0 5px 12px rgba(245,31,49,.22)
}
@media(max-width:520px){
  .ccsws-avatar-notification-badge{right:-5px;top:-5px;min-width:21px;height:21px;font-size:10px}
}

/* v1.4.1 — stronger mobile masthead title and centered guest actions */
@media (max-width:520px){
  .ccsws-header-inner{
    grid-template-columns:42px minmax(0,1fr) auto;
    column-gap:7px;
  }

  .ccsws-title{
    min-width:0;
    gap:1px;
    line-height:.88;
    text-align:center;
  }
  .ccsws-title strong{
    font-size:21px;
    line-height:.9;
    letter-spacing:-.025em;
  }
  .ccsws-title em{
    font-size:19px;
    line-height:.9;
    letter-spacing:.075em;
  }

  .ccsws-account-area{
    min-width:0;
  }
  .ccsws-guest-actions{
    gap:5px;
  }
  .ccsws-guest-actions a{
    width:46px;
    min-width:46px;
    height:46px;
    min-height:46px;
    padding:0 5px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    white-space:normal;
    font-size:10px;
    line-height:1.02;
    border-radius:14px;
  }
}

@media (max-width:390px){
  .ccsws-header-inner{
    width:calc(100% - 14px);
    grid-template-columns:40px minmax(0,1fr) auto;
    column-gap:5px;
  }
  .ccsws-title strong{font-size:19px}
  .ccsws-title em{font-size:17px}
  .ccsws-guest-actions a{
    width:43px;
    min-width:43px;
    height:43px;
    min-height:43px;
    padding:0 4px;
    font-size:9px;
  }
}

@media (max-width:350px){
  .ccsws-title strong{font-size:17px}
  .ccsws-title em{font-size:15px}
  .ccsws-guest-actions{gap:3px}
  .ccsws-guest-actions a{
    width:40px;
    min-width:40px;
    height:40px;
    min-height:40px;
    font-size:8px;
  }
}

/* v1.5.1 shell-wide registration and create routing */
.ccsws-join{border:0;font:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
body.ccsws-modal-open{overflow:hidden!important}
.ccsws-auth-modal,.ccsws-signup-modal{position:fixed;inset:0;z-index:1000000;display:none;align-items:center;justify-content:center;padding:20px}
.ccsws-auth-modal.is-open,.ccsws-signup-modal.is-open{display:flex}
.ccsws-modal-backdrop{position:absolute;inset:0;background:rgba(7,8,10,.76);backdrop-filter:blur(8px)}
.ccsws-auth-dialog,.ccsws-signup-dialog{position:relative;z-index:1;width:min(100%,980px);background:#fff;border-radius:28px;box-shadow:0 28px 90px rgba(0,0,0,.32)}
.ccsws-auth-dialog{max-width:720px;background:#111214;color:#fff;padding:42px;text-align:center}
.ccsws-modal-close{position:absolute;right:18px;top:14px;width:42px;height:42px;border:0;border-radius:50%;background:#f1f1f3;color:#222;font-size:30px;line-height:1;cursor:pointer}
.ccsws-modal-mark{width:74px;height:74px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(145deg,#ed172e,#ff4656);color:#fff;font-weight:900;font-size:24px;box-shadow:0 16px 34px rgba(237,23,46,.28)}
.ccsws-auth-dialog .ccsws-modal-mark{margin:0 auto 18px}
.ccsws-modal-eyebrow,.ccsws-signup-heading>div>span{display:block;color:#ff6573;font-weight:900;letter-spacing:3px;font-size:13px}
.ccsws-auth-dialog h2{font-size:42px;line-height:1;margin:12px 0 10px}.ccsws-auth-dialog p{margin:0 auto;color:#c5c7cc;font-size:18px;max-width:520px}
.ccsws-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}.ccsws-auth-actions a,.ccsws-auth-actions button{min-height:68px;border:0;border-radius:20px;font-size:22px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;text-decoration:none!important;cursor:pointer}.ccsws-auth-actions a{background:#fff;color:#111!important}.ccsws-auth-actions button{background:linear-gradient(135deg,#ed172e,#ff4054);color:#fff;box-shadow:0 14px 30px rgba(237,23,46,.30)}
.ccsws-signup-dialog{max-height:calc(100vh - 34px);overflow:auto;padding:34px 48px 30px}
.ccsws-signup-heading{display:flex;align-items:center;gap:20px;margin-bottom:26px}.ccsws-signup-heading h2{margin:6px 0 0;font-size:36px;line-height:1.05;color:#17181b}
.ccsws-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 26px}.ccsws-form-grid label{display:flex;flex-direction:column;gap:8px;font-size:15px;font-weight:800;color:#303238}.ccsws-form-grid b,.ccsws-terms-check b{color:#ed1c2f}.ccsws-form-grid input{width:100%;height:58px;border:1px solid #d9dce2;border-radius:16px;background:#f8f9fb;padding:0 16px;font:inherit;outline:none}.ccsws-form-grid input:focus{border-color:#ff3347;box-shadow:0 0 0 4px rgba(255,51,71,.10)}.ccsws-form-wide{grid-column:1/-1}.ccsws-terms-check{display:flex;align-items:flex-start;gap:10px;margin:24px 0 18px;color:#666b75}.ccsws-terms-check input{width:20px;height:20px;flex:0 0 20px}.ccsws-terms-check a{color:#ed1c2f!important;font-weight:800}.ccsws-signup-message{min-height:24px;margin-bottom:10px;font-weight:800}.ccsws-signup-message.is-error{color:#d6172a}.ccsws-signup-message.is-success{color:#138a50}.ccsws-signup-submit{width:100%;min-height:62px;border:0;border-radius:18px;background:linear-gradient(135deg,#ed172e,#ff4054);color:#fff;font-size:20px;font-weight:900;cursor:pointer;box-shadow:0 14px 30px rgba(237,23,46,.25)}.ccsws-signup-submit:disabled{opacity:.65;cursor:wait}
@media(max-width:700px){.ccsws-auth-modal,.ccsws-signup-modal{padding:10px}.ccsws-auth-dialog{padding:34px 20px 24px;border-radius:24px}.ccsws-auth-dialog h2{font-size:32px}.ccsws-auth-dialog p{font-size:16px}.ccsws-auth-actions{grid-template-columns:1fr}.ccsws-auth-actions a,.ccsws-auth-actions button{min-height:58px;font-size:18px}.ccsws-signup-dialog{padding:24px 18px 20px;border-radius:22px}.ccsws-signup-heading{gap:14px;padding-right:34px}.ccsws-signup-heading .ccsws-modal-mark{width:56px;height:56px;border-radius:17px;font-size:19px}.ccsws-signup-heading h2{font-size:27px}.ccsws-form-grid{grid-template-columns:1fr;gap:15px}.ccsws-form-wide{grid-column:auto}.ccsws-form-grid input{height:54px}}

/* v1.5.2 — restore polished guest Join Free styling and direct guest registration links */
.ccsws-guest-actions .ccsws-join{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px;
  padding:0 18px;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#f31932 0%,#ff4054 100%)!important;
  color:#fff!important;
  box-shadow:0 10px 25px rgba(239,24,50,.34),0 0 22px rgba(255,54,77,.18)!important;
  font:900 12px/1 Arial,sans-serif!important;
  text-transform:uppercase;
  letter-spacing:.035em;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.ccsws-guest-actions .ccsws-join:hover,
.ccsws-guest-actions .ccsws-join:focus-visible{
  transform:translateY(-1px);
  filter:brightness(1.04);
  box-shadow:0 14px 30px rgba(239,24,50,.42),0 0 28px rgba(255,54,77,.24)!important;
}
@media(max-width:700px){
  .ccsws-guest-actions .ccsws-join{
    width:46px;
    min-width:46px;
    height:46px;
    min-height:46px;
    padding:0 5px;
    border-radius:14px!important;
    white-space:normal!important;
    text-align:center;
    font-size:10px!important;
    line-height:1.02!important;
  }
}
@media(max-width:390px){
  .ccsws-guest-actions .ccsws-join{width:43px;min-width:43px;height:43px;min-height:43px;font-size:9px!important}
}
@media(max-width:350px){
  .ccsws-guest-actions .ccsws-join{width:40px;min-width:40px;height:40px;min-height:40px;font-size:8px!important}
}

/* v1.5.7 — refreshed app icon and warmer solid mobile/tablet red */
.ccsws-logo-mark{
  padding:0;
  overflow:hidden;
  background:#fff;
}
.ccsws-logo-mark img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  border-radius:inherit;
}

/* Use one exact, app-friendly red on tablet and mobile so the native
   safe-area/status-bar color can match without a gradient seam. */
@media (max-width:1080px){
  :root{
    --ccsws-native-red:#d90429;
    --ccsws-red:#d90429;
  }
  .ccsws-masthead{
    background:#d90429!important;
    border-bottom-color:#b50320;
    box-shadow:0 8px 24px rgba(148,0,25,.22);
  }
  .ccsws-login{background:#bd102c}
  .ccsws-join{background:#ff3856;color:#fff!important}
}

/* Signed-out mobile header: center the brand against the viewport itself,
   not merely the leftover space between the logo and two action buttons. */
@media (max-width:520px){
  .ccsws-masthead.ccsws-is-guest .ccsws-header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .ccsws-masthead.ccsws-is-guest .ccsws-logo{
    flex:0 0 40px;
    z-index:2;
  }
  .ccsws-masthead.ccsws-is-guest .ccsws-title{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:max-content;
    max-width:44vw;
    margin:0;
    z-index:1;
  }
  .ccsws-masthead.ccsws-is-guest .ccsws-account-area{
    flex:0 0 auto;
    z-index:2;
  }
  .ccsws-masthead.ccsws-is-guest .ccsws-title strong{font-size:18px}
  .ccsws-masthead.ccsws-is-guest .ccsws-title em{font-size:16px}
}

@media (max-width:390px){
  .ccsws-masthead.ccsws-is-guest .ccsws-title{max-width:41vw}
  .ccsws-masthead.ccsws-is-guest .ccsws-title strong{font-size:16px}
  .ccsws-masthead.ccsws-is-guest .ccsws-title em{font-size:14px}
}
