: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(0,.9fr) minmax(360px,520px);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:16px;
}
.profile-card h1,.profile-card h2{margin:0 0 8px}
.profile-card p{color:var(--auth-muted);line-height:1.55}
.profile-row{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  min-height:42px;border:1px solid rgba(255,255,255,.08);background:#070c16;border-radius:7px;padding:9px 11px;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}
.billing-card{grid-column:1/-1}
.billing-status{
  display:grid;
  grid-template-columns:repeat(3,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;
}
.billing-plans{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0}
.billing-plan{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
}
.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;
}
.billing-plan-btn:disabled,
.auth-btn:disabled{
  cursor:not-allowed;
  opacity:.58;
}
.pricing-shell{max-width:1120px}
.pricing-hero{
  margin-top:16px;
  text-align:center;
  border:0;
  border-radius:0;
  background:
    radial-gradient(620px 280px at 50% 0%,rgba(0,229,255,.10),transparent 64%),
    linear-gradient(180deg,rgba(255,255,255,.02),transparent);
  padding:34px 16px 40px;
}
.pricing-hero h1{
  max-width:820px;
  margin:0 auto;
  font-size:clamp(34px,5vw,62px);
  line-height:.98;
  letter-spacing:0;
}
.pricing-hero p{
  max-width:720px;
  margin:14px auto 0;
  color:#b9c7dc;
  line-height:1.58;
  font-size:16px;
}
.pricing-eyebrow{
  font-weight:500;
  letter-spacing:.18em;
}
.pricing-toggle{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:24px;
  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));
  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:30px;
}
.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-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-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 a{
  margin-top:auto;
  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.featured a{
  color:#05080d;
  background:#fff;
  box-shadow:0 18px 50px rgba(255,255,255,.08);
}
.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:30px;
  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:nowrap;
  overflow:hidden;
  text-overflow:clip;
  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(3,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 auto;gap:8px;align-items:end}
.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)}
.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,.78);
  backdrop-filter:blur(10px);
  padding:18px;
}
.member-lock.visible{display:flex}
.member-lock-card{
  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-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{
  min-height:42px;border-radius:6px;display:flex;align-items:center;justify-content:center;
  text-decoration:none;font-weight:950;border:1px solid var(--auth-gold);color:var(--auth-gold);background:rgba(247,201,72,.08);
}
.member-lock-actions a.secondary{border-color:rgba(0,229,255,.3);color:var(--auth-cyan);background:#070d17}
.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}

@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:auto;
    aspect-ratio:1265/760;
    object-fit:contain;
  }
  .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{padding:14px}
  .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}
  .billing-card{grid-column:auto}
  .billing-status,.billing-plans{grid-template-columns:1fr}
  .billing-plan{grid-template-columns:1fr}
  .billing-plan-btn{width:100%}
  .pricing-hero{padding:18px}
  .pricing-grid,.pricing-faq{grid-template-columns:1fr}
  .admin-table{font-size:11px}
  .member-lock-card h2{font-size:24px}
  .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);
  }
}
