:root{
  --auth-bg:#05080d;
  --auth-panel:#0b111d;
  --auth-panel2:#10182a;
  --auth-line:#1f3345;
  --auth-line2:#24556a;
  --auth-text:#f3f7ff;
  --auth-muted:#92a6bd;
  --auth-cyan:#00e5ff;
  --auth-cyan2:#22d3ee;
  --auth-green:#35e58a;
  --auth-red:#ff4d82;
  --auth-gold:#f7c948;
}
*{box-sizing:border-box}
body.auth-body,body.public-admin-body{
  min-height:100vh;
  margin:0;
  background:
    radial-gradient(760px 420px at 8% 0%,rgba(0,229,255,.12),transparent 58%),
    radial-gradient(760px 460px at 92% 10%,rgba(255,77,130,.10),transparent 60%),
    linear-gradient(180deg,#07111c 0%,#05080d 42%,#03060a 100%);
  color:var(--auth-text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.profile-layout{
  display:grid;
  grid-template-columns:minmax(280px,.78fr) minmax(0,1.45fr);
  grid-template-areas:
    "account billing"
    "devices security";
  gap:16px;
  margin-top:16px;
  align-items:start;
}
.profile-card{
  border:1px solid rgba(0,229,255,.18);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(16,24,42,.94),rgba(7,11,20,.97));
  box-shadow:0 18px 70px rgba(0,0,0,.28);
  padding:18px;
  min-width:0;
}
.profile-layout>.profile-card:nth-child(1){grid-area:account}
.profile-layout>.profile-card:nth-child(3){grid-area:devices}
.profile-layout>#change-password{grid-area:security}
.profile-card h1,.profile-card h2{margin:0 0 8px}
.profile-card p{color:var(--auth-muted);line-height:1.55}
.profile-row{
  display:grid;
  grid-template-columns:minmax(92px,.42fr) minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-height:44px;
  border:1px solid rgba(255,255,255,.08);
  background:#070c16;
  border-radius:7px;
  padding:10px 12px;
  margin-top:8px;
}
.profile-row span{color:var(--auth-muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}
.profile-row strong{font-size:13px;text-align:right;word-break:break-word;min-width:0}
.billing-card{
  grid-area:billing;
  border-color:rgba(247,201,72,.26);
  background:
    radial-gradient(520px 220px at 80% 0,rgba(247,201,72,.09),transparent 62%),
    linear-gradient(180deg,rgba(16,24,42,.96),rgba(7,11,20,.98));
}
.billing-status{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:12px 0;
}
.billing-status div,
.billing-plan{
  border:1px solid rgba(255,255,255,.08);
  border-radius:7px;
  background:#070c16;
  padding:10px 11px;
}
.billing-status span,
.billing-plan span{
  display:block;
  color:var(--auth-muted);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:950;
}
.billing-status strong{
  display:block;
  margin-top:4px;
  font-size:14px;
  min-height:20px;
  word-break:break-word;
}
.billing-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}
.billing-plan{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  align-items:start;
}
.billing-plan.featured{border-color:rgba(247,201,72,.42);background:linear-gradient(135deg,rgba(247,201,72,.08),rgba(0,229,255,.04))}
.billing-plan strong{display:block;margin-top:4px;font-size:20px;color:#fff}
.billing-plan small{display:block;margin-top:4px;color:var(--auth-muted);font-size:12px;line-height:1.35}
.billing-plan-btn{
  min-height:38px;
  border:1px solid var(--auth-gold);
  border-radius:6px;
  background:rgba(247,201,72,.12);
  color:var(--auth-gold);
  font-weight:950;
  padding:0 13px;
  cursor:pointer;
  width:100%;
}
.billing-card>.auth-btn{
  width:auto;
  min-width:170px;
  margin:4px 8px 0 0;
}
.billing-card>[data-discord-connect]{
  border-color:rgba(88,101,242,.56);
  color:#dfe3ff;
  background:rgba(88,101,242,.14);
}
.billing-plan-btn:disabled,
.auth-btn:disabled{
  cursor:not-allowed;
  opacity:.58;
}
.pricing-shell{max-width:1120px}
.pricing-hero{
  position:relative;
  margin-top:28px;
  text-align:center;
  overflow:hidden;
  border:1px solid rgba(80,142,205,.30);
  border-radius:20px;
  background:#0d121a;
  box-shadow:0 28px 90px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.045);
  padding:46px 24px 34px;
}
.pricing-hero h1{
  max-width:900px;
  margin:0 auto;
  color:#f7f9fc;
  font-size:clamp(40px,5.25vw,66px);
  line-height:1;
  letter-spacing:-.045em;
}
.pricing-hero h1 span{
  display:block;
  color:var(--auth-gold);
}
.pricing-hero .pricing-trial-copy{
  max-width:790px;
  margin:18px auto 0;
  color:#c7d4e7;
  line-height:1.55;
  font-size:17px;
}
.pricing-eyebrow{
  margin-bottom:12px;
  color:#8fd9ff;
  font-size:12px;
  font-weight:850;
  letter-spacing:.22em;
}
.pricing-toggle{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:26px;
  padding:5px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.pricing-toggle span{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:8px;
  padding:0 22px;
  color:#9aa3ad;
  font-weight:900;
}
.pricing-toggle span.active{
  color:#fff;
  background:#222;
  border:1px solid rgba(255,255,255,.10);
}
.pricing-toggle b{
  display:inline-flex;
  min-height:22px;
  align-items:center;
  border:1px solid rgba(96,165,250,.38);
  border-radius:5px;
  padding:0 8px;
  color:#93c5fd;
  background:rgba(37,99,235,.14);
  font-size:12px;
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  justify-content:center;
  gap:20px;
  margin-top:16px;
}
.pricing-card{
  min-height:520px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.01) 48%,rgba(0,229,255,.025)),
    #101112;
  box-shadow:0 28px 100px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.04);
  padding:24px;
}
.pricing-card h2{
  margin:0;
  color:#fff;
  font-size:25px;
  line-height:1.2;
}
.pricing-card.featured{
  border-color:rgba(80,142,205,.52);
  background:
    linear-gradient(145deg,rgba(37,99,235,.08),rgba(255,255,255,.018) 46%,rgba(247,201,72,.035)),
    #131517;
}
.pricing-card.selected{
  border-color:rgba(247,201,72,.88);
  box-shadow:0 30px 105px rgba(247,201,72,.12), inset 0 1px 0 rgba(255,255,255,.06);
}
.member-workflow{
  margin:34px 0 12px;
  padding:30px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(37,99,235,.10),rgba(255,255,255,.018) 46%,rgba(247,201,72,.06));
}
.member-workflow-intro{max-width:760px}
.member-workflow .eyebrow{margin-bottom:10px}
.member-workflow h2{margin:0;color:#fff;font-size:28px;line-height:1.15}
.member-workflow-intro>p:last-child{margin:12px 0 0;color:#aeb5c0;line-height:1.6}
.member-workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px}
.member-workflow-grid article{padding:20px;border:1px solid rgba(255,255,255,.10);border-radius:12px;background:rgba(7,10,15,.48)}
.member-workflow-grid span{display:block;color:#f7c948;font-weight:950;letter-spacing:.08em}
.member-workflow-grid h3{margin:12px 0 8px;color:#fff;font-size:18px}
.member-workflow-grid p{min-height:88px;margin:0;color:#b7bec8;line-height:1.55}
.member-workflow-grid a{display:inline-flex;margin-top:18px;color:#dbeafe;font-weight:850;text-decoration:none}
.member-workflow-grid a:hover{text-decoration:underline}
.pricing-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:rgba(255,255,255,.04);
  color:#dbeafe;
  font-weight:950;
}
.pricing-card span{
  display:block;
  color:#fff;
  text-transform:none;
  letter-spacing:0;
  font-size:25px;
  font-weight:950;
}
.pricing-card p{
  margin:10px 0 0;
  color:#9097a1;
  font-weight:800;
}
.pricing-card strong{
  display:block;
  margin-top:26px;
  color:#fff;
  font-size:48px;
  line-height:1;
}
.pricing-card strong small{
  display:inline;
  margin-left:4px;
  color:#8b929c;
  font-size:16px;
}
.pricing-trial-note{
  margin-top:16px;
  border:1px solid rgba(96,165,250,.38);
  border-radius:8px;
  background:rgba(37,99,235,.12);
  color:#dbeafe;
  padding:11px 12px;
  font-size:13px;
  line-height:1.45;
  font-weight:850;
}
.pricing-card ul{
  display:grid;
  gap:14px;
  margin:30px 0;
  padding:0;
  list-style:none;
  color:#d7dbe1;
  font-weight:450;
}
.pricing-card li{
  position:relative;
  border-top:0;
  padding:0 0 0 32px;
}
.pricing-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:1px;
  width:20px;
  height:20px;
  border-radius:999px;
  background:
    linear-gradient(135deg,rgba(96,165,250,.36),rgba(34,211,238,.12)),
    #1d2731;
}
.pricing-card li::after{
  content:"";
  position:absolute;
  left:7px;
  top:7px;
  width:6px;
  height:3px;
  border-left:2px solid #cfe8ff;
  border-bottom:2px solid #cfe8ff;
  transform:rotate(-45deg);
}
.pricing-card li.unavailable{
  color:#6f7782;
  text-decoration:line-through;
  text-decoration-color:rgba(148,163,184,.55);
}
.pricing-card li.unavailable::before{
  border:1px solid rgba(148,163,184,.22);
  background:rgba(148,163,184,.07);
}
.pricing-card li.unavailable::after{
  content:"\00d7";
  left:5px;
  top:-2px;
  width:auto;
  height:auto;
  border:0;
  color:#77818e;
  font-size:21px;
  font-weight:500;
  line-height:20px;
  transform:none;
}
.pricing-card-actions{
  margin-top:auto;
  display:grid;
  gap:10px;
}
.pricing-card a{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  color:#f8fbff;
  background:#181a1c;
  text-decoration:none;
  font-weight:950;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.pricing-card a.pricing-trial-cta{
  border-color:rgba(96,165,250,.72);
  color:#fff;
  background:#3268f6;
  box-shadow:0 18px 46px rgba(50,104,246,.22), inset 0 1px 0 rgba(255,255,255,.14);
}
.pricing-card a[aria-disabled="true"]{
  opacity:.58;
  cursor:not-allowed;
}
.pricing-card.featured a{
  color:#05080d;
  background:#fff;
  box-shadow:0 18px 50px rgba(255,255,255,.08);
}
.pricing-card.featured a.pricing-trial-cta{
  color:#fff;
  background:#3268f6;
  box-shadow:0 18px 46px rgba(50,104,246,.22), inset 0 1px 0 rgba(255,255,255,.14);
}
.pricing-faq{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}
.pricing-faq article{
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  background:rgba(255,255,255,.035);
  padding:16px;
}
.pricing-faq h2{margin:0 0 8px;font-size:18px}
.pricing-faq p{margin:0;color:var(--auth-muted);line-height:1.55}
.auth-shell,.public-admin-shell{width:min(1180px,calc(100% - 28px));margin:0 auto;padding:22px 0 54px}
.auth-top,.admin-top{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  border:1px solid rgba(0,229,255,.28);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(8,42,54,.76),rgba(31,13,28,.76));
  padding:12px 14px;
  box-shadow:0 18px 70px rgba(0,0,0,.35);
}
.auth-brand,.admin-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:900}
.auth-brand img,.admin-brand img{width:36px;height:36px;border-radius:7px;background:#fff}
.auth-brand img[src*="winnerstock-logo"],
.admin-brand img[src*="winnerstock-logo"]{
  width:176px;
  height:39px;
  max-width:52vw;
  border-radius:0;
  background:transparent;
  object-fit:contain;
}
.auth-brand .brand-placeholder,
.admin-brand .brand-placeholder{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  min-height:32px;
  color:#fff;
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:20px;
  font-weight:950;
  letter-spacing:0;
}
.auth-nav,.admin-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.auth-nav a,.admin-nav a,.admin-nav button{
  min-height:34px;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(148,163,184,.24);
  background:#0a0f1b;
  color:#f8fbff;
  border-radius:6px;
  padding:0 13px;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.auth-nav a.active,.admin-nav a.active{border-color:var(--auth-gold);color:var(--auth-gold);background:rgba(247,201,72,.08)}
.auth-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);gap:18px;margin-top:18px;align-items:start}
.auth-hero,.auth-card,.admin-card{
  border:1px solid rgba(0,229,255,.18);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(16,24,42,.94),rgba(7,11,20,.97));
  box-shadow:0 18px 70px rgba(0,0,0,.28);
}
.auth-hero{padding:0;overflow:hidden}
.auth-product-copy{padding:30px 26px 18px}
.eyebrow{
  color:var(--auth-cyan);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:11px;
  font-weight:950;
  margin:0 0 14px;
}
.auth-hero h1{
  position:relative;
  width:100%;
  margin:0;
  color:#fff;
  font-size:clamp(24px,3.5vw,42px);
  line-height:1.02;
  letter-spacing:0;
  white-space:normal;
  overflow:visible;
  background:linear-gradient(92deg,#ffffff 0%,#dffbff 28%,#5df4ff 44%,#ffffff 58%,#f7c948 74%,#ffffff 100%);
  background-size:240% 100%;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:auth-title-light 5.8s ease-in-out infinite;
  text-shadow:0 0 28px rgba(0,229,255,.16);
}
.auth-hero h1::after{
  content:"";
  position:absolute;
  inset:-16% auto -16% -36%;
  width:32%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.44),transparent);
  filter:blur(8px);
  animation:auth-title-sheen 4.8s ease-in-out infinite;
  pointer-events:none;
}
.auth-hero p{color:#bfd0e5;font-size:15px;line-height:1.58;max-width:680px}
@keyframes auth-title-light{
  0%,100%{background-position:0% 50%}
  50%{background-position:100% 50%}
}
@keyframes auth-title-sheen{
  0%,18%{left:-38%;opacity:0}
  36%{opacity:.82}
  58%,100%{left:106%;opacity:0}
}
.auth-product-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.auth-product-tags span{
  display:inline-flex;align-items:center;min-height:30px;
  border:1px solid rgba(0,229,255,.26);
  border-radius:6px;
  background:rgba(0,229,255,.07);
  color:#dffbff;
  padding:0 10px;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.auth-showcase{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  padding:0 18px 18px;
}
.auth-shot{
  margin:0;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(0,229,255,.18);
  border-radius:7px;
  background:#050a12;
  box-shadow:0 18px 54px rgba(0,0,0,.30);
}
.auth-shot img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:1265/760;
  object-fit:contain;
  object-position:top left;
  filter:saturate(1.08) contrast(1.04);
}
.auth-shot-main img{height:auto}
.auth-shot-stack{display:grid;grid-template-rows:1fr 1fr;gap:12px;min-width:0}
.auth-shot-stack .auth-shot img{height:126px}
.auth-shot-mobile{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:stretch}
.auth-shot-mobile img{height:138px;object-fit:cover;object-position:top center}
.auth-shot-mobile figcaption{border-top:0;border-left:1px solid rgba(255,255,255,.08)}
.auth-shot figcaption{
  display:block;
  border-top:1px solid rgba(255,255,255,.08);
  padding:10px 11px 11px;
}
.auth-shot figcaption strong{display:block;color:#fff;font-size:13px;line-height:1.15;margin-bottom:4px}
.auth-shot figcaption span{display:block;color:#9fb3ca;font-size:11px;line-height:1.45}
.auth-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.08);
}
.auth-feature{
  min-height:142px;
  background:linear-gradient(180deg,rgba(9,15,28,.98),rgba(6,11,20,.98));
  padding:15px;
}
.auth-feature span{
  display:block;
  color:var(--auth-gold);
  font-size:11px;
  font-weight:950;
  letter-spacing:.13em;
  margin-bottom:10px;
}
.auth-feature strong{display:block;color:#fff;font-size:14px;line-height:1.18;margin-bottom:7px}
.auth-feature p{margin:0;color:#91a5bd;font-size:12px;line-height:1.5}
.auth-card{padding:16px}
.auth-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:14px}
.auth-tab{
  border:1px solid rgba(148,163,184,.24);
  border-radius:6px;
  background:#080d18;
  color:#dce8f8;
  height:38px;
  font-weight:950;
  cursor:pointer;
}
.auth-tab.active{border-color:var(--auth-gold);color:var(--auth-gold);background:rgba(247,201,72,.08)}
.auth-panel{display:none}
.auth-panel.active{display:block}
.auth-panel h2{font-size:22px;margin:0 0 6px}
.auth-panel p{color:var(--auth-muted);line-height:1.5;margin:0 0 14px}
.google-auth-btn{
  width:100%;
  min-height:48px;
  display:flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid rgba(0,229,255,.44);
  border-radius:7px;
  background:#070c16;
  color:#f8fbff;
  text-decoration:none;
  font-weight:950;
  margin:12px 0 14px;
}
.google-auth-btn:hover{border-color:var(--auth-gold);color:var(--auth-gold)}
.google-auth-mark{
  width:24px;height:24px;display:inline-block;flex:0 0 24px;
}
.auth-divider{display:flex;align-items:center;gap:10px;color:#6f8399;font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:950;margin:12px 0}
.auth-divider::before,.auth-divider::after{content:"";height:1px;background:rgba(255,255,255,.1);flex:1}
.auth-field{display:flex;flex-direction:column;gap:6px;margin:12px 0}
.auth-field label{color:var(--auth-cyan);font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:950}
.auth-field input{
  width:100%;
  height:44px;
  border:1px solid rgba(0,229,255,.24);
  border-radius:6px;
  background:#050a14;
  color:var(--auth-text);
  padding:0 12px;
  font:inherit;
  font-weight:800;
}
.auth-field input:focus{outline:0;border-color:var(--auth-gold);box-shadow:0 0 0 2px rgba(247,201,72,.12)}
.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:end}
.auth-field-pw{position:relative;display:flex;align-items:center}
.auth-field-pw input{padding-right:48px}
.auth-pw-toggle{position:absolute;right:6px;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--auth-muted);cursor:pointer;padding:5px}
.auth-pw-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.auth-pw-toggle .auth-eye-closed{display:none}
.auth-pw-toggle.is-visible .auth-eye-open{display:none}
.auth-pw-toggle.is-visible .auth-eye-closed{display:block}
.auth-pw-toggle:hover{color:var(--auth-gold)}
.auth-pw-toggle:focus-visible{outline:2px solid var(--auth-gold);outline-offset:1px}
.auth-forgot-link{display:block;margin:-2px 0 14px;padding:0;border:0;background:transparent;color:var(--auth-cyan);font:inherit;font-size:12px;text-align:left;cursor:pointer}
.auth-forgot-link:hover{color:var(--auth-gold);text-decoration:underline}
.auth-btn{
  width:100%;
  min-height:44px;
  border:1px solid var(--auth-gold);
  border-radius:6px;
  background:linear-gradient(135deg,rgba(247,201,72,.20),rgba(0,229,255,.08));
  color:var(--auth-gold);
  font-weight:950;
  cursor:pointer;
}
.auth-btn.secondary{border-color:rgba(0,229,255,.34);color:var(--auth-cyan);background:rgba(0,229,255,.07)}
.auth-hcaptcha{
  border:1px dashed rgba(0,229,255,.26);
  background:#070c16;
  color:#a6bad2;
  border-radius:7px;
  padding:10px 12px;
  font-size:12px;
  line-height:1.45;
}
.auth-msg{min-height:20px;margin-top:10px;font-size:13px;line-height:1.45;color:var(--auth-muted)}
.auth-msg.ok{color:var(--auth-green)}
.auth-msg.err{color:var(--auth-red)}
.device-limit-overlay{
  position:fixed;
  inset:0;
  z-index:20000;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(1,4,10,.78);
  backdrop-filter:blur(10px);
}
.device-limit-card{
  position:relative;
  width:min(100%,520px);
  border:1px solid rgba(0,229,255,.28);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(16,24,42,.98),rgba(5,8,13,.99));
  box-shadow:0 28px 100px rgba(0,0,0,.58),0 0 44px rgba(0,229,255,.10);
  padding:18px;
}
.device-limit-card h2{
  margin:0 32px 8px 0;
  font-size:24px;
  line-height:1.12;
}
.device-limit-card p{
  color:var(--auth-muted);
  line-height:1.5;
}
.device-limit-close{
  position:absolute;
  top:12px;
  right:12px;
  width:30px;
  height:30px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:6px;
  background:#070c16;
  color:#b8c7d8;
  cursor:pointer;
  font-weight:950;
}
.device-limit-list,.device-list{
  display:grid;
  gap:8px;
  margin-top:12px;
}
.device-card{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  border:1px solid rgba(0,229,255,.18);
  border-radius:7px;
  background:#070c16;
  padding:11px;
}
.device-card strong{
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.2;
}
.device-card span,.device-card small{
  display:block;
  margin-top:4px;
  color:var(--auth-muted);
  font-size:12px;
  line-height:1.35;
}
.device-card-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}
.device-card-actions button{
  min-height:32px;
  border:1px solid rgba(255,77,130,.48);
  border-radius:6px;
  background:rgba(255,77,130,.10);
  color:#ff7aa0;
  padding:0 10px;
  font-weight:950;
  cursor:pointer;
}
.device-card-actions button:disabled{opacity:.6;cursor:not-allowed}
.device-current{
  display:inline-flex!important;
  min-height:24px;
  align-items:center;
  border:1px solid rgba(53,229,138,.32);
  border-radius:999px;
  background:rgba(53,229,138,.10);
  color:var(--auth-green)!important;
  padding:0 8px;
  font-size:11px!important;
  font-weight:950;
}
.device-empty{
  border:1px dashed rgba(148,163,184,.26);
  border-radius:7px;
  color:var(--auth-muted);
  background:#070c16;
  padding:12px;
  font-size:13px;
}
.auth-dev{
  display:none;
  margin-top:10px;
  border:1px solid rgba(247,201,72,.32);
  border-radius:7px;
  background:rgba(247,201,72,.08);
  color:#ffe08a;
  padding:10px;
  font-size:12px;
  word-break:break-word;
}
.auth-dev.visible{display:block}
.auth-footnote{color:#75889f;font-size:11px;line-height:1.5;margin-top:14px}
.auth-legal{
  margin-top:13px;
  border:1px solid rgba(0,229,255,.22);
  border-radius:7px;
  background:rgba(0,229,255,.055);
  color:#dce8f8;
  padding:10px 11px;
  font-size:12px;
  line-height:1.55;
  font-weight:800;
}
.auth-legal a{
  color:var(--auth-cyan);
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:950;
}
.auth-legal a:hover{color:var(--auth-gold)}
.auth-reset-shell{min-height:calc(100vh - 80px);display:grid;place-items:center;padding:24px}
.auth-reset-card{width:min(460px,100%);padding:18px;border:1px solid rgba(0,229,255,.22);border-radius:8px;background:linear-gradient(180deg,rgba(16,24,42,.96),rgba(7,11,20,.98))}

.admin-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:16px 0}
.admin-kpi{border:1px solid rgba(0,229,255,.18);background:#080d18;border-radius:8px;padding:12px}
.admin-kpi span{display:block;color:var(--auth-muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}
.admin-kpi strong{display:block;font-size:28px;margin-top:4px}
.admin-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:14px}
.admin-card{overflow:hidden}
.admin-card h2{margin:0;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08);font-size:16px}
.admin-table-wrap{max-height:520px;overflow:auto}
.admin-table{width:100%;border-collapse:collapse;font-size:12px}
.admin-table th,.admin-table td{padding:9px 10px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;white-space:nowrap}
.admin-table th{color:var(--auth-cyan);font-size:10px;letter-spacing:.11em;text-transform:uppercase;background:#080d18;position:sticky;top:0}
.admin-table td{color:#d8e4f4}
.admin-time{white-space:nowrap;font-variant-numeric:tabular-nums}
.role-pill,.status-pill{
  display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;
  border:1px solid rgba(0,229,255,.3);color:var(--auth-cyan);font-size:10px;font-weight:900;text-transform:uppercase;
}
.status-pill.off{border-color:rgba(255,77,130,.35);color:var(--auth-red)}
.admin-action{
  border:1px solid rgba(0,229,255,.3);border-radius:5px;background:#060b14;color:var(--auth-cyan);font-weight:900;height:28px;padding:0 8px;cursor:pointer;
}
.admin-action.danger{border-color:rgba(255,77,130,.35);color:var(--auth-red)}
.admin-select{
  height:28px;border:1px solid rgba(0,229,255,.28);border-radius:5px;background:#060b14;color:#f8fafc;
  font-size:11px;font-weight:900;padding:0 8px;outline:none;
}
.admin-permissions{display:flex;gap:6px;flex-wrap:wrap;min-width:360px}
.admin-permission{
  display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 7px;border-radius:999px;
  border:1px solid rgba(255,196,38,.26);background:rgba(255,196,38,.08);color:var(--auth-gold);
  font-size:10px;font-weight:950;letter-spacing:.02em;cursor:pointer;
}
.admin-permission.off{border-color:rgba(148,163,184,.22);background:rgba(6,11,20,.75);color:#8291aa}
.admin-permission input{accent-color:#f6c026;margin:0}
.admin-note{color:var(--auth-muted);font-size:12px;margin:8px 0 0;line-height:1.5}
.broadcast-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:14px;padding:14px}
.broadcast-form{display:grid;gap:10px}
.broadcast-field{display:grid;gap:6px}
.broadcast-field span{
  color:var(--auth-cyan);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:950;
}
.broadcast-field input,.broadcast-field textarea,.broadcast-send-row input{
  width:100%;box-sizing:border-box;border:1px solid rgba(0,229,255,.24);border-radius:6px;
  background:#060b14;color:#f8fafc;font:inherit;font-size:12px;outline:none;
}
.broadcast-field input,.broadcast-send-row input{height:34px;padding:0 10px}
.broadcast-field textarea{min-height:260px;padding:10px;line-height:1.5;resize:vertical}
.broadcast-field input:focus,.broadcast-field textarea:focus,.broadcast-send-row input:focus{
  border-color:var(--auth-gold);box-shadow:0 0 0 2px rgba(247,201,72,.12);
}
.broadcast-actions,.broadcast-send-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.broadcast-send-row{display:grid;grid-template-columns:minmax(0,1fr) auto}
.broadcast-send-row:last-child{grid-template-columns:minmax(0,1fr) 86px auto}
.broadcast-preview{
  border:1px solid rgba(0,229,255,.16);border-radius:8px;background:#060b14;padding:12px;min-width:0;
}
.broadcast-count{border:1px solid rgba(247,201,72,.24);border-radius:8px;background:rgba(247,201,72,.08);padding:12px}
.broadcast-count span{display:block;color:var(--auth-muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}
.broadcast-count strong{display:block;color:var(--auth-gold);font-size:30px;margin-top:3px}
.broadcast-preview p{color:var(--auth-muted);font-size:12px;line-height:1.5;margin:10px 0}
.broadcast-sample-wrap{max-height:260px}

.member-lock{
  position:fixed;inset:0;z-index:9999;
  display:none;align-items:center;justify-content:center;
  background:rgba(3,6,10,.32);
  backdrop-filter:blur(2px);
  padding:18px;
}
.member-lock.visible,.membership-modal.visible,.early-bird-modal.visible{display:flex}
.membership-modal{
  position:fixed;inset:0;z-index:10030;
  display:none;align-items:center;justify-content:center;
  background:rgba(3,6,10,.80);
  backdrop-filter:blur(10px);
  padding:18px;
}
.early-bird-modal{
  position:fixed;inset:0;z-index:10040;
  display:none;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 50% 0,rgba(247,201,72,.18),transparent 32%),
    rgba(3,6,10,.82);
  backdrop-filter:blur(12px);
  padding:18px;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.member-lock-card{
  position:relative;
  width:min(520px,100%);
  border:1px solid rgba(0,229,255,.28);
  border-radius:8px;
  background:linear-gradient(145deg,rgba(7,17,29,.98),rgba(24,12,25,.98));
  box-shadow:0 24px 100px rgba(0,0,0,.45);
  padding:18px;
}
.member-lock-close{
  position:absolute;top:12px;right:12px;
  width:30px;height:30px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:7px;
  background:#070d17;
  color:#c6d7ea;
  font-weight:950;
  cursor:pointer;
}
.member-lock-dismiss{
  display:block;
  margin:12px auto 0;
  border:0;
  background:transparent;
  color:#8fa2b8;
  font-size:12px;
  text-decoration:underline;
  cursor:pointer;
}
.membership-modal-card{
  width:min(520px,100%);
  border:1px solid rgba(247,201,72,.36);
  border-radius:8px;
  background:linear-gradient(145deg,rgba(7,17,29,.98),rgba(24,12,25,.98));
  box-shadow:0 24px 100px rgba(0,0,0,.45);
  padding:18px;
}
.membership-modal-card h2{margin:0 0 8px;font-size:28px}
.membership-modal-card p{color:#b8c8dc;line-height:1.55}
.early-bird-modal-card{
  position:relative;
  width:min(560px,100%);
  border:1px solid rgba(247,201,72,.55);
  border-radius:8px;
  background:
    linear-gradient(145deg,rgba(8,14,23,.98),rgba(26,15,25,.98)),
    #080e17;
  box-shadow:0 30px 120px rgba(0,0,0,.58),0 0 0 1px rgba(0,229,255,.08) inset;
  padding:22px;
  color:#f6fbff;
}
.early-bird-modal-close{
  position:absolute;top:12px;right:12px;
  width:34px;height:34px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:7px;
  background:#070d17;
  color:#c6d7ea;
  font-weight:950;
  cursor:pointer;
}
.early-bird-modal-kicker{
  display:inline-flex;align-items:center;
  min-height:28px;
  border:1px solid rgba(247,201,72,.42);
  border-radius:6px;
  background:rgba(247,201,72,.10);
  color:#ffe38a;
  padding:0 9px;
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.early-bird-modal-card h2{
  margin:14px 44px 10px 0;
  font-size:clamp(26px,4vw,38px);
  line-height:1.02;
  letter-spacing:0;
}
.early-bird-modal-card p{
  margin:10px 0 0;
  color:#b8c8dc;
  font-size:15px;
  line-height:1.55;
}
.early-bird-modal-card strong{color:#fff}
.early-bird-modal-deadline{
  border:1px solid rgba(255,92,122,.38);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(255,92,122,.16),rgba(247,201,72,.08));
  color:#ffe1e7!important;
  padding:12px;
  font-weight:900;
}
.early-bird-modal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}
.early-bird-modal-grid span{
  min-height:38px;
  display:flex;
  align-items:center;
  border:1px solid rgba(0,229,255,.18);
  border-radius:7px;
  background:#07101b;
  color:#dffbff;
  padding:0 11px;
  font-size:12px;
  font-weight:950;
}
.early-bird-modal-next{
  color:#ffe38a!important;
  font-weight:950;
}
.early-bird-modal-actions{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
  gap:10px;
  margin-top:16px;
}
.early-bird-modal-actions button,
.early-bird-modal-actions a{
  min-height:44px;
  border-radius:7px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font:inherit;
  font-size:13px;
  font-weight:950;
  cursor:pointer;
}
.early-bird-modal-actions button{
  border:1px solid rgba(247,201,72,.85);
  background:#f8fbff;
  color:#05080d;
}
.early-bird-modal-actions a{
  border:1px solid rgba(0,229,255,.32);
  background:#070d17;
  color:#21d4fd;
}
.member-lock-card h2{margin:12px 0 8px;font-size:28px}
.member-lock-card p{color:#b8c8dc;line-height:1.55}
.member-lock-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.member-lock-actions a,
.member-lock-actions button{
  min-height:42px;border-radius:6px;display:flex;align-items:center;justify-content:center;
  text-decoration:none;font:inherit;font-weight:950;border:1px solid var(--auth-gold);color:var(--auth-gold);background:rgba(247,201,72,.08);cursor:pointer;
}
.member-lock-actions a.secondary,
.member-lock-actions button.secondary{border-color:rgba(0,229,255,.3);color:var(--auth-cyan);background:#070d17}
.live-preview-banner{
  position:fixed;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  z-index:10035;
  width:min(620px,calc(100% - 24px));
  min-height:44px;
  display:grid;
  grid-template-columns:auto auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  border:1px solid rgba(247,201,72,.45);
  border-radius:8px;
  background:rgba(5,8,13,.96);
  box-shadow:0 18px 70px rgba(0,0,0,.48);
  padding:8px 10px;
  color:#f4f8ff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.live-preview-banner strong{
  color:#ffe38a;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}
.live-preview-banner span{
  min-width:54px;
  border:1px solid rgba(0,229,255,.24);
  border-radius:6px;
  background:#07101b;
  color:#21d4fd;
  padding:5px 8px;
  text-align:center;
  font-family:"JetBrains Mono",ui-monospace,monospace;
  font-size:13px;
  font-weight:950;
}
.live-preview-banner em{
  min-width:0;
  color:#b8c8dc;
  font-size:12px;
  font-style:normal;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.live-preview-banner button{
  min-height:30px;
  border:1px solid rgba(247,201,72,.78);
  border-radius:7px;
  background:#f8fbff;
  color:#05080d;
  padding:0 11px;
  font:inherit;
  font-size:12px;
  font-weight:950;
  cursor:pointer;
  white-space:nowrap;
}
.live-preview-banner.ending{
  border-color:rgba(255,92,122,.66);
  box-shadow:0 18px 70px rgba(255,92,122,.18);
}
.live-preview-sample-link{
  display:inline-flex;
  margin-top:12px;
  color:var(--auth-cyan);
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.auth-account-chip{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid rgba(0,229,255,.28);
  color:#dffbff;
  background:#060b14;
  border-radius:6px;
  min-height:34px;
  padding:0 10px;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.auth-account-chip.avatar{
  width:36px;
  min-width:36px;
  height:34px;
  padding:0;
  border-radius:999px;
  font-size:13px;
  color:var(--auth-gold);
  border-color:rgba(247,201,72,.46);
  background:radial-gradient(circle at 32% 24%,rgba(0,229,255,.22),transparent 36%),rgba(247,201,72,.08);
}
.auth-account-chip.admin{border-color:rgba(247,201,72,.48);color:var(--auth-gold)}
.auth-account-menu{position:relative;display:inline-flex;align-items:center}
.auth-account-chip.avatar{cursor:pointer;overflow:hidden}
.auth-account-chip.avatar img{
  width:100%;height:100%;display:block;object-fit:cover;border-radius:999px;
}
.auth-avatar-fallback{
  width:100%;height:100%;display:grid;place-items:center;
}
.auth-avatar-fallback svg{
  width:20px;height:20px;fill:var(--auth-gold);
}
.auth-account-dropdown{
  position:fixed;right:auto;top:auto;left:auto;z-index:10020;
  width:220px;display:none;padding:8px;
  border:1px solid rgba(0,229,255,.26);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(9,14,25,.98),rgba(4,8,14,.98));
  box-shadow:0 18px 60px rgba(0,0,0,.45);
}
.auth-account-menu.open .auth-account-dropdown{display:block}
.auth-account-portal{
  display:block;
  z-index:2147483000;
}
.auth-account-identity{
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:6px 8px 9px;margin-bottom:5px;
}
.auth-account-identity strong{
  display:block;color:#fff;font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.auth-account-identity span{
  display:block;color:var(--auth-muted);font-size:11px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.auth-account-dropdown a,.auth-account-dropdown button{
  width:100%;min-height:34px;display:flex;align-items:center;
  border:0;border-radius:6px;background:transparent;color:#dffbff;
  padding:0 9px;text-align:left;text-decoration:none;font:inherit;font-size:12px;font-weight:900;cursor:pointer;
}
.auth-account-dropdown a:hover,.auth-account-dropdown button:hover{
  background:rgba(0,229,255,.08);color:var(--auth-gold);
}
.auth-floating-account{display:none}
.early-bird-notice{
  position:sticky;
  top:0;
  z-index:2147482000;
  background:#05080d;
  color:#f4f8ff;
  border-bottom:1px solid rgba(247,201,72,.28);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.early-bird-notice-inner{
  width:min(1180px,calc(100% - 28px));
  min-height:48px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:12px;
  padding:8px 0;
}
.early-bird-notice-copy{
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.early-bird-notice-track{
  display:inline-flex;
  align-items:center;
  gap:18px;
  min-width:max-content;
  animation:early-bird-marquee 28s linear infinite;
}
.early-bird-notice-track:hover{
  animation-play-state:paused;
}
.early-bird-notice strong{
  display:inline-flex;
  align-items:center;
  color:#ffe38a;
  font-size:14px;
  line-height:1.25;
  white-space:nowrap;
}
.early-bird-notice span{
  display:inline-flex;
  align-items:center;
  margin-top:0;
  color:#b8c7d8;
  font-size:13px;
  line-height:1.35;
  white-space:nowrap;
}
.early-bird-notice a{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(247,201,72,.70);
  border-radius:7px;
  color:#05080d;
  background:#f8fbff;
  padding:0 13px;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
}
.early-bird-notice button{
  width:32px;
  height:32px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:7px;
  background:#0a0f1b;
  color:#b8c7d8;
  cursor:pointer;
  font-weight:950;
}
@keyframes early-bird-marquee{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

@media(max-width:780px){
  .auth-shell,.public-admin-shell{width:calc(100% - 20px);padding:10px 0 44px}
  .auth-top,.admin-top{align-items:flex-start;flex-direction:column}
  .auth-nav,.admin-nav{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}
  .auth-grid{grid-template-columns:1fr;margin-top:10px}
  .auth-shell[data-auth-page]{padding-top:10px}
  .auth-shell[data-auth-page]>.auth-top{display:none}
  .auth-shell[data-auth-page] .auth-grid{margin-top:0}
  .auth-product-copy{padding:16px 12px 8px}
  .auth-hero h1{font-size:clamp(19px,5vw,23px);line-height:1.04}
  .auth-hero p{font-size:12px;line-height:1.42;margin:8px 0 0}
  .auth-product-tags{display:none}
  .auth-showcase{grid-template-columns:1fr;padding:0 8px 10px;gap:0}
  .auth-shot{
    border-radius:6px;
    box-shadow:none;
  }
  .auth-shot-main img{
    width:100%;
    height:190px;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:top center;
  }
  .pricing-toggle{width:100%}
  .pricing-toggle span{flex:1;padding:0 8px}
  .auth-shot-stack{grid-template-columns:1fr 1fr;grid-template-rows:none;gap:10px}
  .auth-shot-stack .auth-shot img{height:100px}
  .auth-shot-mobile{display:block}
  .auth-shot-mobile img{height:100px}
  .auth-shot-mobile figcaption{border-left:0;border-top:1px solid rgba(255,255,255,.08)}
  .auth-shot figcaption{padding:9px}
  .auth-shot figcaption strong{font-size:12px}
  .auth-shot figcaption span{font-size:10px}
  .auth-feature-grid{grid-template-columns:1fr 1fr}
  .auth-feature{min-height:132px;padding:12px}
  .auth-feature p{font-size:11px}
  .auth-card{min-width:0;padding:14px;overflow:hidden}
  .auth-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .auth-tab{min-width:0}
  .auth-row{grid-template-columns:1fr}
  .admin-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-grid{grid-template-columns:1fr}
  .profile-layout{grid-template-columns:1fr}
  .profile-layout{
    grid-template-areas:
      "account"
      "billing"
      "devices"
      "security";
    gap:12px;
  }
  .profile-card{padding:14px}
  .profile-row{
    grid-template-columns:1fr;
    gap:4px;
    align-items:start;
  }
  .profile-row strong{text-align:left}
  .billing-card{grid-column:auto}
  .billing-status,.billing-plans{grid-template-columns:1fr}
  .billing-plan{grid-template-columns:1fr}
  .billing-plan-btn{width:100%}
  .billing-card>.auth-btn{
    width:100%;
    margin:8px 0 0;
  }
  .device-limit-overlay{align-items:end;padding:10px}
  .device-limit-card{max-height:calc(100vh - 20px);overflow:auto;padding:16px}
  .device-limit-card h2{font-size:20px}
  .device-card{grid-template-columns:1fr}
  .device-card-actions{justify-content:space-between}
  .pricing-hero{
    margin-top:14px;
    border-radius:16px;
    padding:28px 18px 22px;
  }
  .pricing-hero h1{
    max-width:340px;
    font-size:clamp(32px,10.6vw,44px);
    line-height:1.02;
    letter-spacing:-.04em;
  }
  .pricing-hero .pricing-trial-copy{
    margin-top:14px;
    font-size:14px;
    line-height:1.5;
  }
  .pricing-eyebrow{margin-bottom:10px}
  .pricing-grid,.pricing-faq,.member-workflow-grid{grid-template-columns:1fr}
  .member-workflow{padding:22px}
  .member-workflow-grid p{min-height:0}
  .admin-table{font-size:11px}
  .member-lock-card h2{font-size:24px}
  .early-bird-modal{
    align-items:end;
    padding:10px;
  }
  .early-bird-modal-card{
    max-height:calc(100vh - 20px);
    overflow:auto;
    padding:18px;
  }
  .early-bird-modal-card h2{
    margin-right:36px;
    font-size:26px;
  }
  .early-bird-modal-card p{
    font-size:13px;
  }
  .early-bird-modal-grid,
  .early-bird-modal-actions{
    grid-template-columns:1fr;
  }
  .early-bird-modal-actions button,
  .early-bird-modal-actions a{
    min-height:42px;
  }
  .live-preview-banner{
    bottom:10px;
    grid-template-columns:1fr auto;
    gap:7px;
    padding:9px;
  }
  .live-preview-banner strong,
  .live-preview-banner em{
    grid-column:1/-1;
    white-space:normal;
  }
  .live-preview-banner span{
    min-width:0;
  }
  .live-preview-banner button{
    width:100%;
  }
  .auth-floating-account{
    display:block;position:fixed;top:calc(env(safe-area-inset-top,0px) + 10px);right:10px;z-index:10010;
  }
  .auth-floating-account .auth-account-chip.avatar{
    width:38px;min-width:38px;height:38px;
    box-shadow:0 8px 28px rgba(0,0,0,.38);
  }
  .early-bird-notice-inner{
    width:calc(100% - 20px);
    min-height:46px;
    grid-template-columns:minmax(0,1fr) auto auto;
    gap:8px;
  }
  .early-bird-notice a{
    grid-column:auto;
    width:auto;
    min-height:32px;
    padding:0 10px;
  }
  .early-bird-notice button{width:32px;height:32px}
  .early-bird-notice-track{
    gap:14px;
    animation-duration:24s;
  }
  .early-bird-notice strong{font-size:13px}
  .early-bird-notice span{font-size:12px}
}

/* Focused account access surface. Auth behavior remains in assets/auth.js. */
body.auth-simple{
  background:#0d0d0f;
  color:#f5f5f7;
}
body.auth-simple .market-header,
body.auth-simple .site-footer,
body.auth-simple .auth-hero{display:none}
body.auth-simple .auth-shell{
  width:min(460px,calc(100% - 32px));
  min-height:100vh;
  display:grid;
  align-content:center;
  padding:28px 0;
}
body.auth-simple .auth-simple-brand{
  display:flex;
  justify-content:center;
  margin:0 auto 20px;
}
body.auth-simple .auth-simple-brand img{display:block;width:180px;height:auto}
body.auth-simple .auth-grid{display:block;margin:0}
body.auth-simple .auth-card{
  min-width:0;
  padding:30px 26px 24px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  background:#202022;
  box-shadow:0 24px 80px rgba(0,0,0,.48);
}
body.auth-simple .auth-tabs{display:none}
body.auth-simple .auth-panel.active{
  display:flex;
  flex-direction:column;
}
body.auth-simple .auth-panel h2{
  margin:0 0 22px;
  color:#fff;
  font-size:26px;
  line-height:1.1;
  text-align:center;
}
body.auth-simple .auth-panel > p{display:none}
body.auth-simple .auth-field{margin:0 0 14px}
body.auth-simple .auth-field label{display:none}
body.auth-simple .auth-field input{
  min-height:48px;
  border-color:rgba(255,255,255,.24);
  border-radius:12px;
  background:#323236;
  color:#fff;
  font-size:14px;
}
body.auth-simple .auth-field input::placeholder{color:#b5b5bd}
body.auth-simple .auth-field-pw{border-radius:12px}
body.auth-simple .auth-field-pw input{border-radius:12px}
body.auth-simple .auth-pw-toggle{color:#aeb3bd}
body.auth-simple .auth-forgot-link{margin:0 0 14px;color:#5d8bff;text-align:right}
body.auth-simple .auth-btn{
  min-height:46px;
  border:0;
  border-radius:10px;
  background:#2f63ed;
  color:#fff;
  box-shadow:none;
}
body.auth-simple .auth-btn:hover{background:#3c70f8}
body.auth-simple .auth-btn.secondary{border:0;background:#2f63ed;color:#fff}
body.auth-simple .google-auth-btn{
  order:6;
  min-height:46px;
  margin:0;
  border-color:#4e80ee;
  border-radius:10px;
  background:transparent;
  color:#fff;
}
body.auth-simple .auth-divider{
  order:5;
  margin:20px 0 14px;
  color:#c5c7cc;
}
body.auth-simple .auth-hcaptcha{
  border-color:rgba(255,255,255,.16);
  background:rgba(255,255,255,.04);
  color:#adb1ba;
}
body.auth-simple .auth-step-label{color:#aeb3bd!important}
body.auth-simple .auth-legal{
  margin-top:18px;
  color:#aeb1b7;
  font-size:11px;
  line-height:1.5;
  text-align:center;
}
body.auth-simple .auth-legal a{color:#c9cbd0}
body.auth-simple .auth-footnote{display:none}
body.auth-simple .auth-msg{margin-top:10px;text-align:center}
@media(max-width:780px){
  body.auth-simple .auth-shell{width:min(460px,calc(100% - 24px));padding:20px 0}
  body.auth-simple .auth-card{padding:26px 20px 22px}
  body.auth-simple .auth-simple-brand img{width:156px}
}

/* UX flow additions: progressive registration, accessible pricing selection,
   effective access summaries, and a lightweight first-dashboard guide. */
.auth-register-step[hidden]{display:none!important}
.auth-hcaptcha-widget{
  margin:10px 0 12px;
  min-height:78px;
  overflow:hidden;
}
.auth-hcaptcha-widget[hidden]{display:none!important}
.auth-step-label{
  margin:0 0 8px!important;color:var(--auth-cyan)!important;font-size:11px!important;
  font-weight:950;letter-spacing:.12em;text-transform:uppercase;
}
.auth-step-copy{margin:0 0 12px!important;color:var(--auth-muted)!important;font-size:13px}
.auth-field-help{display:block;margin-top:7px;color:var(--auth-muted);font-size:11px;line-height:1.45}
.auth-register-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:4px 0 12px}
.auth-link-button{
  min-height:36px;border:0;background:transparent;color:var(--auth-cyan);
  padding:0;font:inherit;font-size:11px;font-weight:900;text-align:left;cursor:pointer;
}
.auth-link-button:hover,.auth-link-button:focus-visible{text-decoration:underline;outline:none}
.auth-link-button:disabled{color:var(--auth-muted);cursor:not-allowed;text-decoration:none}
.billing-access-note{
  grid-column:1/-1;border:1px solid rgba(65,213,142,.28);border-radius:10px;
  background:rgba(65,213,142,.07);color:#c7f7df;padding:14px;font-size:13px;line-height:1.5;
}

.pricing-choice-shell{max-width:940px;margin:18px auto 0}
.pricing-choice-shell>.pricing-toggle{display:flex;width:max-content;margin:0 auto 16px}
.pricing-toggle button{
  min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:1px solid transparent;border-radius:8px;background:transparent;color:#9aa3ad;
  padding:0 24px;font:inherit;font-weight:900;cursor:pointer;
}
.pricing-toggle button.active,.pricing-toggle button[aria-checked="true"]{
  border-color:rgba(255,255,255,.10);background:#222;color:#fff;
}
.pricing-toggle button:focus-visible{outline:2px solid var(--auth-cyan);outline-offset:3px}
.pricing-toggle button b{
  min-height:22px;display:inline-flex;align-items:center;border:1px solid rgba(96,165,250,.38);
  border-radius:5px;padding:0 8px;color:#93c5fd;background:rgba(37,99,235,.14);font-size:12px;
}
.pricing-plan-summary{
  display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px 30px;
  border:1px solid rgba(80,142,205,.50);border-radius:16px;
  background:linear-gradient(145deg,rgba(37,99,235,.10),rgba(255,255,255,.02) 55%,rgba(247,201,72,.04)),#101317;
  box-shadow:0 26px 90px rgba(0,0,0,.36);padding:24px;
}
.pricing-plan-copy span{display:block;color:#fff;font-size:25px;font-weight:950}
.pricing-plan-copy p{margin:7px 0 0;color:#aeb5c0;font-weight:800}
.pricing-plan-summary>strong{color:#fff;font-size:44px;line-height:1;white-space:nowrap}
.pricing-plan-summary>strong small{margin-left:4px;color:#9aa3ad;font-size:15px}
.pricing-renewal{grid-column:1/2;margin:0;color:#dbeafe;font-size:13px;line-height:1.5}
.pricing-plan-summary .pricing-card-actions{grid-column:2;grid-row:2;margin:0;min-width:240px}
.pricing-plan-summary .pricing-card-actions a,
.pricing-plan-summary .pricing-card-actions span{
  min-height:48px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(96,165,250,.72);
  border-radius:12px;background:#3268f6;color:#fff;padding:0 18px;text-align:center;
  text-decoration:none;font-weight:950;box-shadow:0 18px 46px rgba(50,104,246,.22);
}
.pricing-plan-summary .pricing-card-actions .pricing-access-included{
  border-color:rgba(65,213,142,.42);background:rgba(65,213,142,.10);color:#baf7d9;box-shadow:none;
}
.pricing-plan-summary .pricing-card-actions .pricing-unavailable{
  border-color:rgba(148,163,184,.24);background:rgba(148,163,184,.08);color:#aeb8c7;box-shadow:none;
}
.pricing-status{max-width:680px;margin:12px auto 0;text-align:center}
.pricing-shared-benefits{
  display:grid;grid-template-columns:minmax(230px,.75fr) minmax(0,1.25fr);gap:32px;
  margin-top:22px;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:#101112;padding:28px;
}
.pricing-shared-benefits h2{margin:0;color:#fff;font-size:28px;line-height:1.15}
.pricing-shared-benefits>div>p:last-child{margin:12px 0 0;color:#aeb5c0;line-height:1.6}
.pricing-shared-benefits ul{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;
  margin:0;padding:0;list-style:none;color:#d7dbe1;
}
.pricing-shared-benefits li{position:relative;padding-left:28px;line-height:1.45}
.pricing-shared-benefits li::before{
  content:"";position:absolute;left:0;top:1px;width:19px;height:19px;border-radius:999px;
  background:linear-gradient(135deg,rgba(96,165,250,.36),rgba(34,211,238,.12)),#1d2731;
}
.pricing-shared-benefits li::after{
  content:"";position:absolute;left:6px;top:7px;width:6px;height:3px;
  border-left:2px solid #cfe8ff;border-bottom:2px solid #cfe8ff;transform:rotate(-45deg);
}

.dashboard-onboarding{
  position:relative;margin:0 0 14px;border:1px solid rgba(96,165,250,.32);border-radius:12px;
  background:linear-gradient(135deg,rgba(37,99,235,.09),rgba(10,16,28,.97) 48%,rgba(247,201,72,.04));
  padding:16px 48px 16px 16px;color:#eaf3ff;
}
.dashboard-onboarding h2{margin:0;font-size:18px;line-height:1.2}
.dashboard-onboarding-intro{margin:6px 0 13px;color:#aebbd0;font-size:12px;line-height:1.5}
.dashboard-onboarding-dismiss{
  position:absolute;top:10px;right:10px;width:32px;height:32px;border:1px solid rgba(148,163,184,.28);
  border-radius:8px;background:rgba(255,255,255,.03);color:#dce8f8;font-size:18px;cursor:pointer;
}
.dashboard-onboarding-dismiss:focus-visible{outline:2px solid var(--auth-cyan);outline-offset:2px}
.dashboard-onboarding-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.dashboard-onboarding-step{
  min-height:74px;display:grid;grid-template-columns:26px minmax(0,1fr);gap:8px;align-content:start;
  border:1px solid rgba(148,163,184,.18);border-radius:9px;background:rgba(5,10,18,.42);
  color:#eaf3ff;padding:10px;text-align:left;text-decoration:none;cursor:pointer;
}
button.dashboard-onboarding-step{font:inherit}
.dashboard-onboarding-step span{
  width:24px;height:24px;display:grid;place-items:center;border-radius:999px;
  background:rgba(247,201,72,.13);color:var(--auth-gold);font-size:11px;font-weight:950;
}
.dashboard-onboarding-step strong{display:block;font-size:12px;line-height:1.3}
.dashboard-onboarding-step small{display:block;margin-top:4px;color:#9fb0c7;font-size:10px;line-height:1.4}
.dashboard-onboarding-step:hover,.dashboard-onboarding-step:focus-visible{
  border-color:rgba(0,229,255,.42);background:rgba(0,229,255,.06);outline:none;
}
.dashboard-onboarding-target{animation:dashboard-onboarding-highlight 1.4s ease-out}
@keyframes dashboard-onboarding-highlight{
  0%,100%{box-shadow:none}
  35%{box-shadow:0 0 0 3px rgba(0,229,255,.30),0 0 30px rgba(0,229,255,.16)}
}
@media(prefers-reduced-motion:reduce){.dashboard-onboarding-target{animation:none;outline:2px solid var(--auth-cyan)}}

@media(max-width:780px){
  .auth-shell[data-auth-page] .auth-card{order:-1}
  .auth-shell[data-auth-page] .auth-hero{order:2}
  .auth-shell[data-auth-page] .auth-product-copy{padding-top:14px}
  .auth-register-actions{align-items:flex-start;flex-direction:column}
  .pricing-hero{margin-top:14px;padding:26px 16px 20px}
  .pricing-hero h1{font-size:clamp(34px,10vw,46px)}
  .pricing-hero .pricing-trial-copy{font-size:14px}
  .pricing-choice-shell{margin-top:12px}
  .pricing-choice-shell>.pricing-toggle{width:100%;margin-bottom:12px}
  .pricing-toggle button{flex:1;min-width:0;padding:0 8px}
  .pricing-plan-summary{grid-template-columns:1fr;gap:12px;padding:18px}
  .pricing-plan-summary>strong{font-size:40px}
  .pricing-renewal{grid-column:1}
  .pricing-plan-summary .pricing-card-actions{grid-column:1;grid-row:auto;min-width:0}
  .pricing-shared-benefits{grid-template-columns:1fr;gap:20px;padding:20px}
  .pricing-shared-benefits ul{grid-template-columns:1fr}
  .dashboard-onboarding{padding:14px 44px 14px 14px}
  .dashboard-onboarding-steps{grid-template-columns:1fr}
  .dashboard-onboarding-step{min-height:64px}
}
