:root{
  --bg:#020906;
  --bg-2:#071a12;
  --panel:#ffffff;
  --glass:rgba(255,255,255,.08);
  --glass-strong:rgba(255,255,255,.14);
  --ink:#07130f;
  --text:#f7fff9;
  --muted:#aebdb5;
  --muted-dark:#647067;
  --primary:#bfff18;
  --primary-2:#d8ff3d;
  --green:#17cf76;
  --green-dark:#087044;
  --orange:#ff6b3d;
  --line:rgba(255,255,255,.14);
  --line-dark:rgba(16,35,29,.1);
  --shadow:0 28px 90px rgba(0,0,0,.38);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 15% -10%,rgba(191,255,24,.22),transparent 30%),
    radial-gradient(circle at 82% 8%,rgba(23,207,118,.28),transparent 34%),
    linear-gradient(135deg,#03100b 0%,#06331f 42%,#0fc875 100%);
  min-height:100vh;
}
a{color:inherit;text-decoration:none}
.app-shell{width:min(100%,1180px);margin:0 auto;min-height:100vh;padding:18px 14px 110px}
.is-guest .app-shell{width:100%;max-width:none;padding:0;display:grid;place-items:center;}
.nav-pill{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 10px 10px 14px;margin:0 auto 16px;background:rgba(5,18,13,.72);border:1px solid var(--line);border-radius:999px;backdrop-filter:blur(18px);box-shadow:0 18px 50px rgba(0,0,0,.18)}
.brand,.nav-actions{display:flex;align-items:center;gap:8px}.brand{font-weight:900;letter-spacing:-.03em;color:#fff}.brand-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(191,255,24,.16);color:var(--primary);box-shadow:0 8px 20px rgba(0,0,0,.12)}.nav-actions a{font-weight:800;font-size:13px;color:#eefdf4}.mini-cta{padding:10px 14px;border-radius:999px;background:var(--primary);color:#07130f}
.landing-hero{position:relative;overflow:hidden;border-radius:34px;padding:12px;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid var(--line);box-shadow:var(--shadow)}
.hero-grid{display:grid;gap:24px;align-items:center;padding:34px 18px 24px}.hero-copy{max-width:620px;color:#fff}.eyebrow-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(191,255,24,.13);border:1px solid rgba(191,255,24,.22);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#efffc0}.eyebrow-chip.dark{background:rgba(191,255,24,.14);border-color:rgba(191,255,24,.18);color:var(--primary)}.hero-copy h1{margin:16px 0 14px;font-size:clamp(44px,10vw,86px);line-height:.92;letter-spacing:-.07em}.hero-copy p{margin:0;max-width:560px;color:rgba(255,255,255,.86);font-size:clamp(16px,2vw,20px);line-height:1.65}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn,.icon-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:15px 22px;font-weight:900;cursor:pointer;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--primary),#e6ff6d);color:#07130f;box-shadow:0 16px 35px rgba(191,255,24,.26)}.btn-glass{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.22);color:#fff}.btn-dark{background:#0b1712;color:#fff}.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.trust-row span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.10);color:#fff;font-size:13px;font-weight:800}
.hero-visual{position:relative;min-height:430px;display:grid;place-items:center}.glow-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.7}.orb-one{width:240px;height:240px;background:rgba(216,255,61,.24);right:8%;top:10%}.orb-two{width:180px;height:180px;background:rgba(255,107,61,.20);left:8%;bottom:8%}.phone-card{position:relative;z-index:2;width:min(78vw,285px);min-height:430px;padding:24px 18px;border-radius:42px;background:linear-gradient(180deg,#07130f,#11231b);border:10px solid #050907;box-shadow:0 28px 70px rgba(0,0,0,.42);transform:rotate(-4deg);color:#fff}.phone-top{position:absolute;top:0;left:50%;transform:translateX(-50%);width:96px;height:24px;background:#050907;border-radius:0 0 16px 16px}.screen-header{margin-top:18px;display:flex;justify-content:space-between;align-items:center}.screen-header strong{font-size:18px}.screen-header span{font-size:12px;font-weight:900;color:#07130f;padding:7px 9px;border-radius:999px;background:var(--primary)}.court-card{display:flex;gap:10px;align-items:center;margin:24px 0;padding:14px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid var(--line);box-shadow:0 12px 25px rgba(0,0,0,.18)}.court-icon{font-size:30px}.court-card small{display:block;color:#d6e5dc;margin-top:4px}.skill-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:18px}.skill-row span{text-align:center;padding:10px 0;border-radius:13px;background:rgba(255,255,255,.10);font-weight:900;color:#efffc0}.phone-card button{width:100%;padding:14px;border:0;border-radius:999px;background:var(--primary);color:#07130f;font-weight:900}.ball-card{position:absolute;z-index:3;right:2%;bottom:2%;width:min(42vw,230px);height:min(42vw,230px);border-radius:50%;overflow:hidden;border:8px solid rgba(255,255,255,.25);box-shadow:0 24px 60px rgba(0,0,0,.38);background:#111}.ball-card img{width:100%;height:100%;object-fit:cover;transform:scale(1.08)}
.feature-strip{display:grid;gap:14px;margin:18px 0}.feature-card,.auth-card,.schedule-card,.preview-panel{background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.55);border-radius:var(--radius);box-shadow:0 18px 45px rgba(0,0,0,.12);backdrop-filter:blur(14px);color:var(--ink)}.feature-card{padding:20px;display:grid;gap:8px}.feature-card.highlight{background:linear-gradient(135deg,#fff,#f1ffd2)}.feature-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:18px;background:#eefaf3;font-size:22px}.feature-card strong{font-size:18px}.feature-card span,.preview-panel p,.auth-card p,.schedule-card p{color:var(--muted-dark);line-height:1.55}.preview-panel{display:grid;gap:18px;align-items:center;margin-top:14px;padding:24px}.preview-panel h2{margin:12px 0 8px;font-size:clamp(28px,5vw,44px);letter-spacing:-.05em;line-height:1}.preview-panel p{margin:0;max-width:680px}.auth-card{padding:24px;margin-top:38px}.auth-card h1,.topbar h1{margin:8px 0;font-size:34px;line-height:1.05}.form-stack{display:grid;gap:14px;margin-top:18px}label{font-weight:900;font-size:14px}input,select{width:100%;margin-top:7px;border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:13px 14px;font-size:16px;background:rgba(255,255,255,.92);color:#07130f}input:focus,select:focus{outline:3px solid rgba(191,255,24,.35);border-color:var(--primary)}.alert{background:#fee2e2;padding:12px;border-radius:14px;margin:12px 0;color:#be123c}.muted{font-size:14px}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin:14px 0 18px}.eyebrow{text-transform:uppercase;color:var(--primary);font-weight:900;font-size:12px;letter-spacing:.08em}.schedule-card{padding:22px}.schedule-card.accent{background:linear-gradient(135deg,#06291b,#17cf76);color:white}.schedule-card.accent p,.schedule-card.accent .eyebrow{color:#effff8}.bottom-nav{position:fixed;z-index:30;left:50%;transform:translateX(-50%);bottom:max(12px,env(safe-area-inset-bottom));width:min(calc(100% - 24px),540px);display:grid;grid-template-columns:repeat(5,1fr);background:rgba(7,19,15,.84);border:1px solid rgba(255,255,255,.14);border-radius:24px;box-shadow:0 16px 40px rgba(0,0,0,.32);overflow:hidden;backdrop-filter:blur(18px)}.bottom-nav a{text-align:center;font-size:17px;font-weight:900;padding:10px 4px;color:#cbd5d0;display:grid;gap:2px}.bottom-nav span{font-size:11px}.bottom-nav a.is-active{color:var(--primary);background:rgba(191,255,24,.10)}
.page-card{background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius);box-shadow:0 18px 45px rgba(0,0,0,.12);padding:22px;backdrop-filter:blur(14px);color:var(--ink)}.global-container{width:min(100%,1040px);margin:0 auto}.stack{display:grid;gap:16px}.text-center{text-align:center}.hide-mobile{display:none}
/* Auth screens */
.login-screen{position:relative;min-height:100svh;width:100%;display:grid;place-items:center;overflow:hidden;padding:24px;background:radial-gradient(circle at 50% 30%,rgba(191,255,24,.14),transparent 30%),linear-gradient(135deg,#020906,#082318 54%,#0b6f42)}
.login-screen:before{content:"";position:absolute;inset:0;background:url('../images/pickleball-hero.png') center/cover no-repeat;opacity:.16;filter:saturate(1.2) contrast(1.15);transform:scale(1.04)}
.login-screen:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,9,6,.35),rgba(2,9,6,.92))}
.login-ambient{position:absolute;border-radius:50%;filter:blur(28px);z-index:1;animation:floatGlow 7s ease-in-out infinite}.login-ambient-one{width:260px;height:260px;background:rgba(191,255,24,.24);top:10%;right:15%}.login-ambient-two{width:210px;height:210px;background:rgba(23,207,118,.28);bottom:10%;left:14%;animation-delay:-2s}
.login-card-pro{position:relative;z-index:2;width:min(100%,430px);min-height:620px;padding:28px;border-radius:34px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(12,28,21,.72),rgba(5,13,10,.78));backdrop-filter:blur(24px);box-shadow:0 34px 100px rgba(0,0,0,.48);overflow:hidden;color:#fff;display:flex;flex-direction:column;justify-content:center}
.login-card-pro:before{content:"";position:absolute;inset:0;border-radius:34px;padding:1px;background:linear-gradient(135deg,rgba(191,255,24,.6),rgba(255,255,255,.08),rgba(23,207,118,.24));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.login-art{position:absolute;top:-64px;right:-70px;width:230px;height:230px;border-radius:50%;opacity:.98;filter:drop-shadow(0 18px 45px rgba(191,255,24,.25));animation:ballPulse 4s ease-in-out infinite}.login-art img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:8px solid rgba(191,255,24,.28)}.speed-line{position:absolute;height:2px;background:linear-gradient(90deg,transparent,var(--primary),transparent);border-radius:999px;transform:rotate(-22deg);opacity:.9;animation:speedLine 2.8s ease-in-out infinite}.speed-line-one{width:150px;right:90px;top:80px}.speed-line-two{width:110px;right:80px;top:112px;animation-delay:.4s}.speed-line-three{width:90px;right:70px;top:145px;animation-delay:.8s}.login-brand-lockup{display:flex;align-items:center;gap:10px;margin-bottom:74px}.brand-ball{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;background:rgba(191,255,24,.13);box-shadow:0 0 0 1px rgba(191,255,24,.22)}.login-brand-lockup strong{display:block;font-size:22px;letter-spacing:-.04em}.login-brand-lockup span{display:block;color:rgba(255,255,255,.72);font-size:12px}.login-copy h1{font-size:clamp(42px,10vw,64px);line-height:.92;letter-spacing:-.07em;margin:10px 0 12px}.login-copy p{margin:0;color:rgba(255,255,255,.72)}.neon-text{color:var(--primary)!important}.login-form-pro label{color:#fff}.login-form-pro input{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.14);color:#fff}.login-form-pro input::placeholder{color:rgba(255,255,255,.45)}.login-footer-link{text-align:center;color:rgba(255,255,255,.68);font-size:14px}.login-footer-link a{color:var(--primary);font-weight:900}.secure-pill{align-self:center;margin-top:16px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:10px 14px;color:rgba(255,255,255,.82);background:rgba(255,255,255,.06);font-weight:800;font-size:12px}.dark-alert{background:rgba(255,67,90,.14);border:1px solid rgba(255,67,90,.32);color:#ffd4dc}
.auth-wrap{width:min(1080px,calc(100% - 28px));margin:28px auto 110px;display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:stretch}.auth-brand-panel,.auth-card-modern,.content-card,.stat-card,.module-card{border:1px solid rgba(16,24,40,.08);box-shadow:0 22px 70px rgba(0,0,0,.18)}.auth-brand-panel{min-height:560px;border-radius:34px;padding:34px;color:#fff;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.18),transparent 25%),linear-gradient(135deg,#06150f 0%,#0d5d39 52%,#bfff18 100%);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative}.auth-brand-panel::before{content:'';position:absolute;width:260px;height:260px;border-radius:999px;background:rgba(255,255,255,.10);top:-80px;right:-70px;box-shadow:inset 0 0 0 24px rgba(255,255,255,.08)}.auth-brand-panel h1{font-size:clamp(2.2rem,5vw,4.8rem);line-height:.92;letter-spacing:-.07em;margin:10px 0 18px;max-width:680px;color:#fff}.auth-brand-panel p{max-width:520px;font-size:1.05rem;color:rgba(255,255,255,.86)}.mini-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:28px}.mini-feature-grid span{border-radius:18px;padding:13px 12px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);font-weight:800;font-size:.88rem}.auth-card-modern{border-radius:34px;background:rgba(255,255,255,.94);padding:30px;align-self:center;color:var(--ink)}.auth-card-modern h2{font-size:2rem;letter-spacing:-.04em;margin-bottom:4px}.center-text{text-align:center}.btn-wide{width:100%;justify-content:center}.auth-wrap-dark{min-height:calc(100svh - 110px);align-items:center}.dark-brand-panel{box-shadow:0 34px 100px rgba(0,0,0,.28)}
.page-header{width:min(1080px,calc(100% - 28px));margin:28px auto 18px;border-radius:32px;padding:30px;background:linear-gradient(135deg,rgba(5,18,13,.74),rgba(23,207,118,.72));border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 70px rgba(0,0,0,.18);color:#f7fff9}.page-header h1{margin:8px 0 8px;font-size:clamp(2rem,7vw,4rem);letter-spacing:-.06em;line-height:.95;color:#f7fff9}.page-header p{color:rgba(247,255,249,.82)}.compact-header{margin-bottom:14px}.content-card{width:min(1080px,calc(100% - 28px));margin:14px auto;border-radius:28px;padding:24px;background:#fff;color:var(--ink)}.profile-card{margin-bottom:110px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.full-span{grid-column:1/-1}.form-actions{margin-top:6px}.toast-success{width:min(1080px,calc(100% - 28px));margin:12px auto;background:#ecfdf3;color:#027a48;border:1px solid #abefc6;border-radius:18px;padding:14px 16px;font-weight:800}.highlight-card{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#ffffff,#f0fff6)}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.status-pill.warning{background:#fff7ed;color:#c2410c}.stats-grid,.module-grid{width:min(1080px,calc(100% - 28px));margin:14px auto;display:grid;gap:14px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:14px}.stat-card,.module-card{background:rgba(255,255,255,.94);border-radius:26px;padding:20px;color:var(--ink)}.stat-card span{display:block;color:#667085;font-weight:800;font-size:.82rem;margin-bottom:8px}.stat-card strong{font-size:1.35rem;letter-spacing:-.03em}.module-card>span{font-size:2rem;display:block;margin-bottom:12px}.module-card h3{margin-bottom:6px}.module-card p{color:#37554a}.locked-module{opacity:.86}.button-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
@keyframes floatGlow{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-22px,0)}}@keyframes ballPulse{0%,100%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}50%{transform:translate3d(-8px,12px,0) rotate(10deg) scale(1.04)}}@keyframes speedLine{0%,100%{opacity:.25;transform:translateX(0) rotate(-22deg)}50%{opacity:1;transform:translateX(-28px) rotate(-22deg)}}
@media(min-width:760px){.app-shell{padding:28px 24px 108px}.hero-grid{grid-template-columns:1.03fr .97fr;padding:52px 48px 44px}.feature-strip{grid-template-columns:repeat(3,1fr)}.preview-panel{grid-template-columns:1fr auto;padding:34px}.ball-card{right:0;bottom:7%}.phone-card{transform:rotate(-5deg) translateX(-18px)}.hide-mobile{display:initial}.hide-desktop{display:none!important}}
@media(max-width:820px){.auth-wrap{grid-template-columns:1fr;margin-top:14px}.auth-brand-panel{min-height:330px;padding:26px;border-radius:30px}.mini-feature-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.highlight-card{align-items:stretch;flex-direction:column}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-grid{grid-template-columns:1fr}.login-card-pro{min-height:590px}.login-art{width:175px;height:175px;right:-55px;top:-38px}.login-brand-lockup{margin-bottom:54px}}
@media(max-width:420px){.nav-actions a:first-child{display:none}.hero-grid{padding-left:8px;padding-right:8px}.phone-card{width:250px;min-height:390px}.ball-card{width:150px;height:150px}.hero-visual{min-height:405px}.btn{width:100%}.login-screen{padding:16px}.login-card-pro{border-radius:30px;padding:24px;min-height:calc(100svh - 32px)}.login-copy h1{font-size:48px}.stats-grid{grid-template-columns:1fr}.page-header{padding:24px}.content-card{padding:20px}}

/* Phase 1.1.2 — Premium landing page */
.is-guest .app-shell{
  display:block;
  min-height:100svh;
  padding:0;
  background:#030806;
}
.op-landing{
  position:relative;
  isolation:isolate;
  min-height:100svh;
  overflow:hidden;
  padding:clamp(26px,4vw,54px) clamp(22px,5vw,72px) 0;
  color:#fff;
  background:
    radial-gradient(circle at 80% 35%,rgba(189,255,27,.15),transparent 28%),
    radial-gradient(circle at 20% 20%,rgba(189,255,27,.09),transparent 22%),
    linear-gradient(180deg,#030806 0%,#07130e 55%,#020705 100%);
}
.op-landing-bg{
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.48) 44%,rgba(0,0,0,.18) 76%,rgba(0,0,0,.58) 100%),
    linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.12) 48%,rgba(0,0,0,.85) 100%),
    url('../images/pickleball-hero.png') right center / min(920px,70vw) auto no-repeat;
  opacity:.95;
  filter:saturate(1.25) contrast(1.12);
  transform:scale(1.02);
}
.op-landing-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse at 72% 56%,rgba(205,255,30,.22),transparent 18%),
    linear-gradient(180deg,transparent 65%,rgba(2,7,5,.94) 100%);
}
.op-landing-vignette{
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04), inset 0 -140px 120px rgba(0,0,0,.8), inset 0 0 180px rgba(0,0,0,.82);
}
.op-landing-header{
  position:relative;
  z-index:3;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  max-width:1240px;
  margin:0 auto;
}
.op-logo{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  text-shadow:0 8px 30px rgba(0,0,0,.6);
}
.op-logo-ball{
  position:relative;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  color:transparent;
  background:radial-gradient(circle at 35% 30%,#dfff45,#a9f100 68%,#76ad00 100%);
  box-shadow:0 0 26px rgba(190,255,23,.45);
}
.op-logo-ball::before,
.op-logo-ball::after{
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#163000;
  box-shadow:14px 1px 0 #163000,7px 13px 0 #163000,-5px 12px 0 #163000,20px 17px 0 #163000;
}
.op-logo-ball::after{
  transform:rotate(44deg) translate(2px,-1px);
  opacity:.9;
}
.op-logo strong{
  display:block;
  font-size:clamp(24px,3vw,34px);
  line-height:.95;
  letter-spacing:-.06em;
  font-weight:900;
}
.op-logo small{
  display:block;
  margin-top:5px;
  color:rgba(255,255,255,.78);
  font-size:clamp(13px,1.5vw,17px);
  font-weight:700;
}
.op-header-actions{
  display:flex;
  gap:18px;
  align-items:center;
}
.op-neon-btn,
.op-ghost-btn{
  min-height:58px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  padding:0 30px;
  font-size:18px;
  font-weight:900;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.op-neon-btn{
  color:#050b07;
  background:linear-gradient(135deg,#c7ff16 0%,#e3ff45 45%,#baff00 100%);
  box-shadow:0 18px 40px rgba(196,255,22,.22), inset 0 1px 0 rgba(255,255,255,.34);
}
.op-ghost-btn{
  color:#fff;
  min-width:148px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.op-neon-btn:hover,
.op-ghost-btn:hover{
  transform:translateY(-2px);
}
.op-ghost-btn:hover{
  border-color:rgba(200,255,31,.55);
}
.op-hero-content{
  position:relative;
  z-index:2;
  max-width:680px;
  margin:min(16vh,150px) auto 0;
  transform:translateX(min(-20vw,-250px));
}
.op-kicker{
  margin:0 0 18px;
  color:#cfff22;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
  opacity:.9;
}
.op-hero-content h1{
  margin:0;
  display:grid;
  gap:2px;
  font-size:clamp(64px,9.5vw,128px);
  line-height:.92;
  letter-spacing:-.075em;
  font-weight:950;
  text-shadow:0 20px 80px rgba(0,0,0,.7);
}
.op-hero-content h1 span:first-child{
  color:#fff;
}
.op-hero-content h1 span:last-child{
  color:#cfff22;
  text-shadow:0 0 32px rgba(207,255,34,.22),0 20px 70px rgba(0,0,0,.74);
}
.op-hero-subtitle{
  max-width:500px;
  margin:34px 0 0;
  color:rgba(255,255,255,.82);
  font-size:clamp(20px,2.6vw,32px);
  line-height:1.35;
  font-weight:500;
  text-shadow:0 10px 36px rgba(0,0,0,.9);
}
.op-hero-actions{
  display:grid;
  gap:18px;
  width:min(420px,100%);
  margin-top:54px;
}
.op-hero-actions .op-neon-btn,
.op-hero-actions .op-ghost-btn{
  min-height:74px;
  border-radius:18px;
  font-size:22px;
}
.op-hero-login{
  background:rgba(0,0,0,.25);
  border-color:rgba(255,255,255,.22);
}
.op-floating-ball{
  position:absolute;
  z-index:1;
  right:15%;
  bottom:31%;
  width:min(31vw,350px);
  aspect-ratio:1/1;
  border-radius:50%;
  overflow:hidden;
  box-shadow:0 36px 90px rgba(0,0,0,.58),0 0 70px rgba(198,255,31,.25);
  animation:opFloatBall 6s ease-in-out infinite;
}
.op-floating-ball::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.32),transparent 22%),linear-gradient(180deg,transparent 48%,rgba(0,0,0,.25));
}
.op-floating-ball img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.34);
}
.op-feature-row{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(18px,4vw,50px);
  width:min(1050px,92vw);
  margin:clamp(90px,12vh,160px) auto 0;
  padding-bottom:76px;
}
.op-feature-tile{
  min-height:260px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:28px 18px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  color:#fff;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(0,0,0,.22));
  box-shadow:0 26px 80px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
}
.op-feature-tile:hover{
  border-color:rgba(201,255,32,.45);
  box-shadow:0 26px 90px rgba(0,0,0,.32),0 0 38px rgba(201,255,32,.08),inset 0 1px 0 rgba(255,255,255,.1);
}
.op-feature-icon{
  display:grid;
  place-items:center;
  width:74px;
  height:74px;
  margin-bottom:24px;
  color:#cfff22;
  font-size:48px;
  line-height:1;
  text-shadow:0 0 28px rgba(207,255,34,.45);
}
.op-feature-tile h2{
  margin:0 0 20px;
  font-size:clamp(26px,3vw,34px);
  letter-spacing:-.04em;
  line-height:1;
}
.op-feature-tile p{
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:clamp(18px,2.2vw,25px);
  line-height:1.36;
}
.op-trust-footer{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:88px;
  margin:0 calc(clamp(22px,5vw,72px) * -1);
  border-top:1px solid rgba(255,255,255,.1);
  background:rgba(0,0,0,.34);
  color:rgba(255,255,255,.76);
  font-size:22px;
  backdrop-filter:blur(16px);
}
.op-trust-footer b{
  color:rgba(255,255,255,.5);
}
@keyframes opFloatBall{
  0%,100%{transform:translate3d(0,0,0) rotate(0deg)}
  50%{transform:translate3d(0,-18px,0) rotate(5deg)}
}
@media (max-width:1180px){
  .op-hero-content{
    transform:none;
    margin-left:0;
  }
  .op-floating-ball{
    right:7%;
    bottom:34%;
  }
}
@media (max-width:820px){
  .op-landing{
    padding:28px 24px 0;
    min-height:100svh;
    border:6px solid rgba(222,239,200,.7);
    border-radius:0;
  }
  .op-landing-bg{
    background:
      linear-gradient(90deg,rgba(0,0,0,.70),rgba(0,0,0,.28) 54%,rgba(0,0,0,.55)),
      linear-gradient(180deg,rgba(0,0,0,.14),rgba(0,0,0,.1) 50%,rgba(0,0,0,.9)),
      url('../images/pickleball-hero.png') right 39% / auto 56% no-repeat;
  }
  .op-landing-header{
    display:block;
  }
  .op-header-actions{
    display:none;
  }
  .op-logo{
    margin-left:clamp(10px,5vw,36px);
    margin-top:18px;
  }
  .op-logo-ball{
    width:40px;
    height:40px;
  }
  .op-logo strong{
    font-size:29px;
  }
  .op-logo small{
    font-size:15px;
  }
  .op-hero-content{
    margin:86px 0 0 clamp(16px,5vw,42px);
    max-width:560px;
  }
  .op-kicker{
    display:none;
  }
  .op-hero-content h1{
    font-size:clamp(58px,15vw,92px);
  }
  .op-hero-subtitle{
    max-width:380px;
    margin-top:38px;
    font-size:clamp(20px,5vw,29px);
  }
  .op-hero-actions{
    margin-top:80px;
    width:min(335px,82vw);
  }
  .op-hero-actions .op-neon-btn,
  .op-hero-actions .op-ghost-btn{
    min-height:82px;
    font-size:22px;
  }
  .op-floating-ball{
    right:-5%;
    bottom:31%;
    width:min(46vw,280px);
  }
  .op-feature-row{
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    width:100%;
    margin-top:clamp(170px,22vh,260px);
    padding:0 22px 86px;
  }
  .op-feature-tile{
    min-height:230px;
    padding:20px 10px;
    border-radius:22px;
  }
  .op-feature-icon{
    font-size:42px;
    margin-bottom:20px;
  }
  .op-feature-tile h2{
    font-size:24px;
  }
  .op-feature-tile p{
    font-size:19px;
  }
  .op-trust-footer{
    display:none;
  }
}
@media (max-width:560px){
  .op-landing{
    padding:20px 14px 0;
  }
  .op-logo{
    margin-left:28px;
    margin-top:22px;
  }
  .op-logo strong{
    font-size:26px;
  }
  .op-logo small{
    font-size:13px;
  }
  .op-hero-content{
    margin:78px 0 0 28px;
  }
  .op-hero-content h1{
    font-size:clamp(56px,16vw,76px);
  }
  .op-hero-subtitle{
    max-width:280px;
    margin-top:32px;
    font-size:22px;
  }
  .op-hero-actions{
    width:min(305px,78vw);
    margin-top:74px;
  }
  .op-hero-actions .op-neon-btn,
  .op-hero-actions .op-ghost-btn{
    min-height:72px;
    border-radius:17px;
    font-size:20px;
  }
  .op-floating-ball{
    right:-12%;
    bottom:30%;
    width:min(52vw,230px);
  }
  .op-feature-row{
    gap:14px;
    margin-top:clamp(130px,19vh,210px);
    padding:0 26px 46px;
  }
  .op-feature-tile{
    min-height:164px;
    border-radius:18px;
    padding:18px 8px;
  }
  .op-feature-icon{
    width:46px;
    height:46px;
    font-size:31px;
    margin-bottom:14px;
  }
  .op-feature-tile h2{
    margin-bottom:12px;
    font-size:19px;
  }
  .op-feature-tile p{
    font-size:15px;
    line-height:1.4;
  }
}
@media (max-width:380px){
  .op-logo{margin-left:18px}
  .op-hero-content{margin-left:18px;margin-top:62px}
  .op-hero-content h1{font-size:51px}
  .op-hero-subtitle{font-size:19px;max-width:250px}
  .op-hero-actions{margin-top:54px}
  .op-feature-row{padding-inline:14px;gap:10px;margin-top:120px}
  .op-feature-tile{min-height:148px}.op-feature-tile h2{font-size:17px}.op-feature-tile p{font-size:13px}
}

/* Phase 1.1.3 — Responsive landing background fix */
.is-guest .app-shell{
  width:100%;
  max-width:none;
  min-height:100svh;
  padding:0;
  margin:0;
  overflow-x:hidden;
  background:#020806;
}
.op-landing{
  width:100%;
  min-height:100svh;
  overflow:hidden;
  padding:clamp(28px,4.5vw,64px) clamp(22px,5vw,72px) 0;
  display:grid;
  grid-template-rows:auto 1fr auto auto;
  background:#020806;
}
.op-landing-bg{
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.80) 31%,rgba(0,0,0,.34) 58%,rgba(0,0,0,.66) 100%),
    linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.06) 52%,rgba(0,0,0,.92) 100%),
    url('../images/landing-pickleball-bg.png') center center / cover no-repeat;
  opacity:1;
  filter:saturate(1.18) contrast(1.16) brightness(.86);
  transform:none;
}
.op-landing-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 72% 52%,rgba(203,255,29,.25),transparent 17%),
    radial-gradient(circle at 25% 28%,rgba(203,255,29,.10),transparent 28%),
    linear-gradient(180deg,transparent 62%,rgba(2,8,6,.96) 100%);
}
.op-landing-vignette{
  z-index:-2;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04), inset 0 -170px 130px rgba(0,0,0,.86), inset 0 0 180px rgba(0,0,0,.7);
}
.op-landing-header{
  width:min(100%,1280px);
  max-width:1280px;
  margin:0 auto;
}
.op-hero-content{
  align-self:center;
  width:min(100%,1280px);
  max-width:1280px;
  margin:0 auto;
  transform:none;
  padding:clamp(48px,8vh,120px) 0 clamp(44px,7vh,90px);
}
.op-hero-content h1{
  max-width:720px;
  font-size:clamp(64px,8.3vw,132px);
}
.op-hero-subtitle{
  max-width:520px;
  font-size:clamp(20px,2.1vw,30px);
}
.op-hero-actions{
  width:min(420px,100%);
  margin-top:44px;
}
.op-floating-ball{display:none!important;}
.op-feature-row{
  width:min(100%,1080px);
  max-width:1080px;
  margin:0 auto;
  padding:clamp(24px,4vh,56px) 0 clamp(42px,6vh,78px);
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.op-feature-tile{
  min-height:clamp(190px,18vw,260px);
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(0,0,0,.36));
  border-color:rgba(255,255,255,.22);
}
.op-trust-footer{
  margin:0 calc(clamp(22px,5vw,72px) * -1);
}
@media (min-width:1440px){
  .op-landing-bg{
    background:
      linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.80) 32%,rgba(0,0,0,.25) 62%,rgba(0,0,0,.62) 100%),
      linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.04) 54%,rgba(0,0,0,.92) 100%),
      url('../images/landing-pickleball-bg.png') center center / cover no-repeat;
  }
}
@media (max-width:1180px){
  .op-hero-content{margin:0 auto;}
  .op-landing-bg{
    background:
      linear-gradient(90deg,rgba(0,0,0,.90) 0%,rgba(0,0,0,.72) 42%,rgba(0,0,0,.32) 68%,rgba(0,0,0,.66) 100%),
      linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.08) 53%,rgba(0,0,0,.93) 100%),
      url('../images/landing-pickleball-bg.png') 58% center / cover no-repeat;
  }
}
@media (max-width:820px){
  .op-landing{
    border:0;
    padding:28px 24px 0;
  }
  .op-landing-bg{
    background:
      linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.58) 52%,rgba(0,0,0,.30) 100%),
      linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.08) 48%,rgba(0,0,0,.94) 100%),
      url('../images/landing-pickleball-bg.png') 63% center / cover no-repeat;
  }
  .op-landing-header{display:block;}
  .op-header-actions{display:none;}
  .op-logo{margin:0;}
  .op-hero-content{
    width:100%;
    margin:0;
    padding:clamp(74px,12vh,112px) 0 clamp(170px,22vh,230px);
  }
  .op-kicker{display:none;}
  .op-hero-content h1{font-size:clamp(58px,15vw,96px);max-width:580px;}
  .op-hero-subtitle{max-width:390px;margin-top:34px;font-size:clamp(20px,5vw,29px);}
  .op-hero-actions{width:min(335px,82vw);margin-top:72px;}
  .op-feature-row{width:100%;gap:18px;padding:0 0 48px;}
  .op-feature-tile{min-height:176px;padding:18px 10px;}
  .op-feature-icon{font-size:36px;margin-bottom:16px;}
  .op-feature-tile h2{font-size:22px;}
  .op-feature-tile p{font-size:16px;}
  .op-trust-footer{display:none;}
}
@media (max-width:560px){
  .op-landing{padding:22px 18px 0;}
  .op-landing-bg{
    background:
      linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.52) 55%,rgba(0,0,0,.18) 100%),
      linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.06) 46%,rgba(0,0,0,.96) 100%),
      url('../images/landing-pickleball-bg.png') 65% center / cover no-repeat;
  }
  .op-logo{margin:0 0 0 2px;}
  .op-logo-ball{width:38px;height:38px;}
  .op-logo strong{font-size:27px;}
  .op-logo small{font-size:13px;}
  .op-hero-content{padding:72px 0 165px;}
  .op-hero-content h1{font-size:clamp(54px,16vw,78px);}
  .op-hero-subtitle{max-width:300px;margin-top:30px;font-size:22px;}
  .op-hero-actions{width:min(304px,84vw);margin-top:62px;}
  .op-hero-actions .op-neon-btn,.op-hero-actions .op-ghost-btn{min-height:72px;font-size:20px;}
  .op-feature-row{grid-template-columns:repeat(3,1fr);gap:12px;padding-bottom:34px;}
  .op-feature-tile{min-height:154px;border-radius:18px;padding:14px 6px;}
  .op-feature-icon{width:42px;height:42px;font-size:29px;margin-bottom:12px;}
  .op-feature-tile h2{font-size:18px;margin-bottom:10px;}
  .op-feature-tile p{font-size:13px;line-height:1.35;}
}
@media (max-width:380px){
  .op-landing{padding-inline:14px;}
  .op-hero-content{padding-top:58px;padding-bottom:128px;}
  .op-hero-content h1{font-size:50px;}
  .op-hero-subtitle{font-size:19px;max-width:260px;}
  .op-hero-actions{margin-top:48px;}
  .op-feature-row{gap:9px;}
  .op-feature-tile{min-height:140px;}
  .op-feature-tile h2{font-size:16px;}
  .op-feature-tile p{font-size:12px;}
}

/* Phase 1.1.4 — Premium global auth, onboarding, and dashboard theme */
:root{
  --premium-bg:#020806;
  --premium-surface:rgba(8,22,16,.72);
  --premium-surface-strong:rgba(12,28,22,.86);
  --premium-line:rgba(255,255,255,.14);
  --premium-line-strong:rgba(214,255,48,.35);
  --premium-text:#f7fff9;
  --premium-muted:rgba(247,255,249,.68);
  --premium-lime:#cfff22;
  --premium-lime-2:#e4ff4f;
  --premium-shadow:0 28px 90px rgba(0,0,0,.44);
}
body.app-page,
body.is-authenticated{
  color:var(--premium-text);
  background:
    radial-gradient(circle at 82% 8%,rgba(207,255,34,.12),transparent 28%),
    radial-gradient(circle at 16% 20%,rgba(18,120,72,.34),transparent 38%),
    linear-gradient(140deg,#020806 0%,#04110c 48%,#092017 100%);
}
body.is-authenticated .app-shell{
  width:min(100%,1120px);
  padding:22px 18px 116px;
}
.premium-bg{
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.82)),
    url('../images/landing-pickleball-bg.png') center center / cover no-repeat;
  filter:saturate(1.16) contrast(1.1) brightness(.72);
}
.premium-bg-right{
  background:
    linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.55),rgba(0,0,0,.82)),
    url('../images/landing-pickleball-bg.png') 62% center / cover no-repeat;
}
.premium-bg-soft{
  background:
    linear-gradient(180deg,rgba(0,0,0,.78),rgba(0,0,0,.88)),
    url('../images/landing-pickleball-bg.png') center center / cover no-repeat;
}
.premium-vignette{
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 14%,rgba(207,255,34,.18),transparent 19%),
    radial-gradient(circle at 88% 48%,rgba(207,255,34,.10),transparent 26%);
  box-shadow:inset 0 0 190px rgba(0,0,0,.84), inset 0 -170px 150px rgba(0,0,0,.88);
}
.premium-logo{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-shadow:0 12px 36px rgba(0,0,0,.55);
}
.premium-logo-ball{
  position:relative;
  flex:0 0 auto;
  width:40px;
  height:40px;
  border-radius:999px;
  background:radial-gradient(circle at 34% 26%,#e8ff6c,#bfff18 62%,#74a800 100%);
  box-shadow:0 0 30px rgba(207,255,34,.4), inset 0 0 0 1px rgba(255,255,255,.18);
}
.premium-logo-ball::before,
.premium-logo-ball::after{
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  border-radius:999px;
  background:#143000;
  top:10px;
  left:9px;
  box-shadow:14px 0 0 #143000,7px 12px 0 #143000,-2px 18px 0 #143000,20px 18px 0 #143000;
}
.premium-logo-ball::after{transform:rotate(40deg);opacity:.85;}
.premium-logo strong{display:block;font-size:25px;line-height:1;font-weight:950;letter-spacing:-.06em;}
.premium-logo small{display:block;margin-top:4px;color:var(--premium-muted);font-size:13px;font-weight:700;}
.premium-auth-screen{
  position:relative;
  isolation:isolate;
  min-height:100svh;
  display:grid;
  place-items:center;
  overflow:hidden;
  padding:clamp(16px,4vw,38px);
  background:#020806;
}
.premium-auth-card{
  position:relative;
  width:min(100%,540px);
  overflow:hidden;
  border:1px solid var(--premium-line);
  border-radius:34px;
  padding:clamp(24px,4vw,36px);
  color:#fff;
  background:linear-gradient(180deg,rgba(10,24,18,.82),rgba(8,18,14,.68));
  backdrop-filter:blur(24px);
  box-shadow:var(--premium-shadow), inset 0 1px 0 rgba(255,255,255,.08);
}
.premium-login-card{min-height:min(760px,calc(100svh - 32px));display:flex;flex-direction:column;justify-content:flex-end;}
.premium-signup-card{width:min(100%,620px);min-height:min(900px,calc(100svh - 32px));}
.premium-floating-ball{
  position:absolute;
  top:72px;
  left:50%;
  transform:translateX(-50%);
  width:180px;
  height:180px;
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 0 60px rgba(207,255,34,.34),0 26px 70px rgba(0,0,0,.55);
  animation:premiumFloat 5.5s ease-in-out infinite;
}
.premium-floating-ball img{width:100%;height:100%;object-fit:cover;transform:scale(1.25);}
.signup-ball{top:24px;right:-46px;left:auto;transform:none;width:180px;height:180px;opacity:.68;}
.premium-auth-heading{margin-top:245px;text-align:center;}
.signup-heading{margin-top:84px;text-align:left;max-width:420px;}
.premium-auth-heading h1{margin:0 0 8px;color:#fff;font-size:clamp(30px,6vw,42px);letter-spacing:-.06em;line-height:1.02;}
.premium-auth-heading p{margin:0;color:var(--premium-muted);font-size:16px;line-height:1.5;}
.premium-form{display:grid;gap:18px;margin-top:28px;}
.premium-form label{display:block;color:#fff;font-weight:850;font-size:14px;}
.premium-form small{color:var(--premium-muted);font-weight:700;}
.premium-input-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:9px;
  padding:0 14px;
  min-height:58px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:15px;
  background:rgba(255,255,255,.06);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.premium-input-wrap > span{opacity:.75;filter:grayscale(.25);}
.premium-input-wrap input,
.premium-input-wrap select{
  flex:1;
  min-width:0;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#fff;
  font-size:16px;
  box-shadow:none;
}
.premium-input-wrap input::placeholder{color:rgba(255,255,255,.42);}
.premium-input-wrap select{appearance:auto;color:#fff;}
.premium-input-wrap select option{color:#07130f;}
.premium-input-wrap:focus-within{border-color:var(--premium-line-strong);box-shadow:0 0 0 4px rgba(207,255,34,.12), inset 0 1px 0 rgba(255,255,255,.08);}
.premium-forgot{text-align:right;margin-top:-8px;}
.premium-forgot a,.premium-auth-link a,.premium-section-head a{color:var(--premium-lime);font-weight:900;}
.premium-primary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  width:100%;
  min-height:62px;
  border:0;
  border-radius:15px;
  padding:0 24px;
  color:#06100b;
  background:linear-gradient(135deg,var(--premium-lime),var(--premium-lime-2));
  box-shadow:0 18px 42px rgba(207,255,34,.22), inset 0 1px 0 rgba(255,255,255,.35);
  font-size:17px;
  font-weight:950;
  cursor:pointer;
}
.premium-primary-btn.compact{width:auto;min-height:50px;border-radius:14px;white-space:nowrap;}
.premium-secondary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border:1px solid var(--premium-line);
  border-radius:999px;
  padding:0 20px;
  color:#fff;
  background:rgba(255,255,255,.08);
  font-weight:900;
  cursor:pointer;
}
.premium-divider{display:flex;align-items:center;gap:16px;margin:22px 0;color:rgba(255,255,255,.48);font-weight:800;font-size:13px;}
.premium-divider::before,.premium-divider::after{content:"";height:1px;flex:1;background:rgba(255,255,255,.12);}
.premium-google-btn{
  width:100%;
  min-height:58px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:15px;
  color:#fff;
  background:rgba(255,255,255,.04);
  font-size:16px;
  font-weight:900;
}
.premium-google-btn span{color:#4285f4;margin-right:10px;font-weight:950;}
.premium-auth-link{text-align:center;color:var(--premium-muted);margin:24px 0 0;}
.premium-secure-pill{align-self:center;margin:24px auto 0;padding:12px 18px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.05);color:rgba(255,255,255,.82);font-weight:800;font-size:13px;}
.premium-alert{background:rgba(255,70,94,.14);border:1px solid rgba(255,70,94,.28);color:#ffdbe0;}
.premium-back-btn{display:grid;place-items:center;width:48px;height:48px;border-radius:999px;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);font-size:26px;font-weight:800;}
.premium-password-hints{list-style:none;margin:2px 0 0;padding:0;display:grid;gap:8px;color:var(--premium-lime);font-size:13px;font-weight:700;}
.premium-password-hints li::before{content:"✓";margin-right:8px;}
.premium-dashboard{width:min(100%,720px);margin:0 auto;color:#fff;}
.premium-dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:8px 0 24px;}
.premium-bell{position:relative;display:grid;place-items:center;width:48px;height:48px;border-radius:999px;border:1px solid var(--premium-line);background:rgba(255,255,255,.06);font-size:23px;}
.premium-bell b{position:absolute;right:3px;top:2px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#ff3434;color:#fff;font-size:11px;line-height:19px;}
.premium-dashboard-hero h1{margin:6px 0 8px;font-size:clamp(32px,7vw,52px);line-height:1.02;letter-spacing:-.06em;color:#fff;}
.premium-dashboard-hero p{margin:0;color:var(--premium-muted);font-size:18px;}
.premium-toast{margin:18px 0;padding:14px 16px;border:1px solid rgba(207,255,34,.24);border-radius:18px;background:rgba(207,255,34,.1);color:var(--premium-lime);font-weight:900;}
.premium-level-card,.premium-event-card,.premium-action-card,.premium-rewards-card,.premium-account-card,.premium-quick-card,.premium-form-card{
  border:1px solid var(--premium-line);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
  backdrop-filter:blur(20px);
  box-shadow:0 18px 58px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.06);
}
.premium-level-card{display:grid;grid-template-columns:1fr auto 1fr auto;align-items:center;gap:20px;margin:24px 0 34px;padding:22px;border-radius:22px;}
.premium-level-card span{display:block;color:var(--premium-muted);font-size:14px;margin-bottom:6px;}
.premium-level-card strong{font-size:20px;color:#fff;}
.premium-bars{display:flex;align-items:end;gap:5px;padding:0 10px;color:var(--premium-lime);}
.premium-bars i{display:block;width:6px;border-radius:999px;background:var(--premium-lime);box-shadow:0 0 14px rgba(207,255,34,.45);}
.premium-bars i:nth-child(1){height:12px}.premium-bars i:nth-child(2){height:20px}.premium-bars i:nth-child(3){height:31px}.premium-shield{font-size:42px;color:rgba(255,255,255,.58);}
.premium-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:28px 0 14px;}
.premium-section-head h2,.premium-action-card h2,.premium-rewards-card h2,.premium-account-card h2{margin:0;color:#fff;font-size:23px;letter-spacing:-.04em;}
.premium-event-card{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:18px;border-radius:22px;}
.premium-datebox{display:grid;place-items:center;min-width:78px;min-height:108px;border-radius:16px;background:rgba(207,255,34,.08);}
.premium-datebox span{color:var(--premium-lime);font-weight:950;font-size:14px;}.premium-datebox strong{font-size:40px;line-height:1;color:#fff;}.premium-datebox small{color:var(--premium-muted);font-weight:800;}
.premium-event-copy span,.premium-event-copy p{color:var(--premium-muted);}.premium-event-copy h3{margin:8px 0;color:#fff;font-size:19px;}.premium-event-copy p{margin:4px 0;}
.premium-status{align-self:center;border-radius:999px;padding:8px 13px;background:rgba(207,255,34,.13);color:var(--premium-lime);font-weight:900;font-size:13px;}
.premium-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.premium-quick-card{display:grid;place-items:center;text-align:center;gap:12px;min-height:118px;border-radius:18px;color:#fff;}
.premium-quick-card span{font-size:38px;filter:drop-shadow(0 0 12px rgba(207,255,34,.3));}.premium-quick-card strong{font-size:14px;}
.premium-rewards-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;padding:20px;border-radius:20px;border-color:rgba(207,255,34,.28);background:linear-gradient(135deg,rgba(207,255,34,.09),rgba(255,255,255,.04));}
.premium-rewards-card p,.premium-account-card p,.premium-action-card p{color:var(--premium-muted);}.premium-trophy{font-size:64px;filter:drop-shadow(0 0 18px rgba(207,255,34,.3));}
.premium-progress{height:8px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.12);margin:14px 0 8px;max-width:280px;}.premium-progress span{display:block;height:100%;border-radius:inherit;background:var(--premium-lime);box-shadow:0 0 16px rgba(207,255,34,.45);}
.premium-account-card,.premium-action-card{margin-top:20px;padding:20px;border-radius:22px;}.premium-action-card{display:flex;justify-content:space-between;gap:16px;align-items:center;}
.premium-account-card{margin-bottom:14px;}
.premium-onboarding{position:relative;isolation:isolate;min-height:calc(100svh - 138px);padding:10px 0 20px;}
.premium-onboarding .premium-bg,.premium-onboarding .premium-vignette{position:fixed;}
.premium-page-title{width:min(100%,980px);margin:0 auto 22px;padding:20px 0;color:#fff;}
.premium-page-title h1{margin:28px 0 10px;font-size:clamp(34px,7vw,68px);line-height:.98;letter-spacing:-.07em;color:#fff;max-width:760px;}
.premium-page-title p{margin:0;color:var(--premium-muted);font-size:18px;max-width:760px;line-height:1.55;}
.premium-form-card{width:min(100%,980px);margin:0 auto;border-radius:28px;padding:clamp(20px,4vw,32px);}
.premium-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.premium-form-grid .full-span{grid-column:1/-1;}
.bottom-nav{
  background:rgba(12,20,17,.86)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  backdrop-filter:blur(22px)!important;
  box-shadow:0 18px 60px rgba(0,0,0,.42)!important;
}
.bottom-nav a{color:rgba(255,255,255,.66)!important;}
.bottom-nav a:first-child,.bottom-nav a.active{color:var(--premium-lime)!important;}
@keyframes premiumFloat{0%,100%{transform:translateX(-50%) translateY(0) rotate(0)}50%{transform:translateX(-50%) translateY(-16px) rotate(6deg)}}
@media(min-width:900px){
  .premium-login-screen{padding:40px;}
  .premium-login-card{width:min(100%,560px);}
  .premium-signup-card{width:min(100%,680px);}
  .premium-dashboard{width:min(100%,760px);}
}
@media(max-width:760px){
  body.is-authenticated .app-shell{padding:18px 14px 112px;}
  .premium-auth-card{border-radius:28px;padding:24px;}
  .premium-login-card{min-height:calc(100svh - 32px);}
  .premium-floating-ball{width:155px;height:155px;top:86px;}
  .premium-auth-heading{margin-top:238px;}
  .signup-heading{margin-top:58px;}
  .premium-level-card{grid-template-columns:1fr auto 1fr;}.premium-shield{display:none;}
  .premium-event-card{grid-template-columns:auto 1fr;}.premium-status{grid-column:2;justify-self:start;}
  .premium-action-card{flex-direction:column;align-items:stretch;}.premium-primary-btn.compact{width:100%;}
  .premium-form-grid{grid-template-columns:1fr;}
}
@media(max-width:460px){
  .premium-auth-screen{padding:0;place-items:stretch;}
  .premium-auth-card{width:100%;min-height:100svh;border-radius:0;border:0;}
  .premium-login-card{padding:26px 22px calc(22px + env(safe-area-inset-bottom));}
  .premium-signup-card{padding:24px 20px calc(22px + env(safe-area-inset-bottom));}
  .premium-logo strong{font-size:23px;}.premium-logo small{font-size:12px;}
  .premium-auth-heading h1{font-size:31px;}
  .premium-auth-heading p{font-size:15px;}
  .premium-floating-ball{width:140px;height:140px;top:112px;}
  .signup-ball{width:130px;height:130px;right:-42px;top:14px;}
  .premium-auth-heading{margin-top:260px;}.signup-heading{margin-top:55px;}
  .premium-dashboard-header{padding-top:4px;}
  .premium-dashboard-hero h1{font-size:34px;}
  .premium-dashboard-hero p{font-size:16px;}
  .premium-level-card{gap:12px;padding:17px;}
  .premium-level-card strong{font-size:18px;}
  .premium-quick-grid{gap:9px;}.premium-quick-card{min-height:104px;padding:12px 8px;}.premium-quick-card span{font-size:31px;}.premium-quick-card strong{font-size:12px;}
  .premium-rewards-card{padding:17px;}.premium-trophy{font-size:48px;}
  .premium-page-title h1{font-size:40px;}.premium-page-title p{font-size:16px;}
}
