:root{--bg: #0a0e1a;--bg2: #0d1322;--panel: #111729;--panel2: #161d33;--line: rgba(255, 255, 255, .08);--line2: rgba(255, 255, 255, .14);--ink: #eef2ff;--muted: #94a0bf;--faint: #6a7594;--ball: #d7f543;--ball-soft: rgba(215, 245, 67, .14);--ball-ink: #0a0e1a;--violet: #8f7dff;--violet-soft: rgba(143, 125, 255, .16);--teal: #35c4b5;--teal-soft: rgba(53, 196, 181, .16);--orange: #ffa94d;--orange-soft: rgba(255, 169, 77, .16);--pink: #ff7da3;--pink-soft: rgba(255, 125, 163, .16);--danger: #ff6b6b;--radius: 14px;--display: "Space Grotesk", system-ui, sans-serif;--body: "Inter", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--body);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:14px}h1,h2,h3,h4{font-family:var(--display);letter-spacing:-.01em}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}.nav{position:sticky;top:0;z-index:50;background:#0a0e1ad1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;gap:26px;height:64px}.brand{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:700;font-size:17px;letter-spacing:.02em}.brand-badge{width:34px;height:34px;border-radius:9px;background:var(--ball);color:var(--ball-ink);display:grid;place-items:center;font-weight:700;font-size:13px;font-family:var(--display);box-shadow:0 0 22px #d7f54359}.brand em{color:var(--ball);font-style:normal}.nav-links{display:flex;gap:4px;align-items:center;margin-left:8px}.nav-links a{padding:8px 13px;border-radius:9px;color:var(--muted);font-weight:500;font-size:14px}.nav-links a:hover{color:var(--ink);background:var(--panel)}.nav-links a.active{color:var(--ink);background:var(--panel2)}.nav-right{margin-left:auto;display:flex;gap:10px;align-items:center}.nav-badge{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--ball);color:var(--ball-ink);font-size:11px;font-weight:700;display:inline-grid;place-items:center;margin-left:6px}.user-chip{display:flex;align-items:center;gap:9px;padding:6px 12px 6px 6px;border-radius:999px;border:1px solid var(--line);background:var(--panel);font-size:13.5px;font-weight:600}.avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--violet-soft);color:var(--violet);font-size:12px;font-weight:700}.menu{position:relative}.menu-pop{position:absolute;right:0;top:calc(100% + 8px);background:var(--panel2);border:1px solid var(--line2);border-radius:12px;padding:6px;min-width:190px;box-shadow:0 18px 50px #00000080;z-index:60}.menu-pop a,.menu-pop button{display:block;width:100%;text-align:left;padding:9px 12px;border-radius:8px;background:none;border:none;color:var(--ink);font-size:14px}.menu-pop a:hover,.menu-pop button:hover{background:var(--panel)}.menu-pop .danger{color:var(--danger)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ball);color:var(--ball-ink);border:none;border-radius:11px;padding:11px 20px;font-weight:700;font-size:14.5px;font-family:var(--display);letter-spacing:.01em;transition:transform .12s ease,box-shadow .12s ease;box-shadow:0 4px 24px #d7f54338}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 30px #d7f54352}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn.big{padding:14px 28px;font-size:16px;border-radius:13px}.btn.sm{padding:7px 14px;font-size:13px;border-radius:9px;box-shadow:none}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--ink);border:1px solid var(--line2);border-radius:11px;padding:10px 19px;font-weight:600;font-size:14.5px;transition:border-color .12s,background .12s}.btn-ghost:hover{border-color:var(--ball);background:var(--ball-soft)}.btn-ghost.sm{padding:6px 13px;font-size:13px;border-radius:9px}.btn-ghost.on{border-color:var(--ball);background:var(--ball-soft);color:var(--ball)}.btn-ghost:disabled{opacity:.5;cursor:not-allowed}.btn-danger-ghost{border-color:#ff6b6b66;color:var(--danger)}.btn-danger-ghost:hover{border-color:var(--danger);background:#ff6b6b1a}.hero{position:relative;overflow:hidden;padding:92px 0 84px}.hero-court{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.5}.hero h1{font-size:clamp(40px,5.6vw,66px);line-height:1.04;letter-spacing:-.025em;font-weight:700;max-width:780px;position:relative}.hero h1 .zz{color:var(--ball)}.hero-sub{margin-top:22px;font-size:18px;color:var(--muted);max-width:620px;position:relative}.hero-cta{margin-top:34px;display:flex;gap:14px;flex-wrap:wrap;position:relative}.hero-stats{margin-top:54px;display:flex;gap:12px;flex-wrap:wrap;position:relative}.stat-chip{border:1px solid var(--line);background:#111729b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:10px 18px;border-radius:999px;font-size:13.5px;color:var(--muted)}.stat-chip b{color:var(--ink);font-family:var(--display);margin-right:6px;font-size:15px}.eyebrow{font-family:var(--display);text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:var(--ball);font-weight:600;margin-bottom:12px}.section{padding:66px 0}.section h2{font-size:clamp(26px,3vw,34px);letter-spacing:-.02em;margin-bottom:8px}.section-sub{color:var(--muted);max-width:640px;margin-bottom:34px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.see-all{color:var(--ball);font-weight:600;font-size:14px;white-space:nowrap}.see-all:hover{text-decoration:underline}.grid{display:grid;gap:16px}.grid.c3{grid-template-columns:repeat(3,1fr)}.grid.c2{grid-template-columns:repeat(2,1fr)}.grid.c4{grid-template-columns:repeat(4,1fr)}@media (max-width: 980px){.grid.c3,.grid.c4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.grid.c3,.grid.c2,.grid.c4{grid-template-columns:1fr}}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:20px;position:relative;transition:transform .14s ease,border-color .14s ease}a.card:hover,.card.hov:hover{transform:translateY(-3px);border-color:var(--line2)}.card h3{font-size:17px;margin-bottom:4px}.card .meta{color:var(--muted);font-size:13.5px}.card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.tag{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;background:var(--panel2);border:1px solid var(--line);color:var(--muted);white-space:nowrap}.tag.ball{background:var(--ball-soft);color:var(--ball);border-color:transparent}.tag.violet{background:var(--violet-soft);color:var(--violet);border-color:transparent}.tag.teal{background:var(--teal-soft);color:var(--teal);border-color:transparent}.tag.orange{background:var(--orange-soft);color:var(--orange);border-color:transparent}.tag.pink{background:var(--pink-soft);color:var(--pink);border-color:transparent}.tags{display:flex;flex-wrap:wrap;gap:6px}.ring-wrap{display:flex;flex-direction:column;align-items:center;gap:2px}.ring{--pct: 0;width:62px;height:62px;border-radius:50%;position:relative;flex:none;background:conic-gradient(var(--ball) calc(var(--pct) * 1%),rgba(255,255,255,.07) 0)}.ring:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background:var(--panel)}.ring span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:1;font-family:var(--display);font-weight:700;font-size:15px;color:var(--ball)}.ring.locked{background:conic-gradient(rgba(255,255,255,.15) 100%,transparent 0)}.ring.locked span{color:var(--muted);font-size:17px}.ring-label{font-size:10.5px;color:var(--faint);text-transform:uppercase;letter-spacing:.08em}.reasons{margin-top:10px;display:flex;flex-direction:column;gap:5px}.reasons div{font-size:12.5px;color:var(--muted);display:flex;gap:7px;align-items:baseline}.reasons div:before{content:"•";color:var(--ball)}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.field label{font-size:13px;font-weight:600;color:var(--muted)}.input,select.input,textarea.input{background:var(--bg2);border:1px solid var(--line2);color:var(--ink);border-radius:10px;padding:11px 13px;outline:none;width:100%;transition:border-color .12s}.input:focus{border-color:var(--ball)}textarea.input{resize:vertical;min-height:84px}.form-err{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.35);color:#ffb3b3;border-radius:10px;padding:10px 14px;font-size:13.5px;margin-bottom:16px}.hint{font-size:12.5px;color:var(--faint)}.auth-page{min-height:calc(100vh - 64px);display:grid;place-items:center;padding:48px 20px;position:relative;overflow:hidden}.auth-card{width:100%;max-width:420px;background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:34px;position:relative;z-index:1}.auth-card h1{font-size:24px;margin-bottom:6px}.auth-card .sub{color:var(--muted);font-size:14px;margin-bottom:24px}.auth-alt{margin-top:18px;text-align:center;font-size:13.5px;color:var(--muted)}.auth-alt a{color:var(--ball);font-weight:600}.demo-chip{margin-top:16px;padding:10px 14px;border-radius:10px;background:var(--bg2);border:1px dashed var(--line2);font-size:12.5px;color:var(--faint);text-align:center}.demo-chip b{color:var(--muted)}.role-pick{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.role-pick button{background:var(--bg2);border:1px solid var(--line2);border-radius:12px;padding:14px;color:var(--muted);text-align:left;transition:all .12s}.role-pick button.on{border-color:var(--ball);background:var(--ball-soft);color:var(--ink)}.role-pick b{display:block;font-size:14.5px;color:var(--ink);margin-bottom:3px;font-family:var(--display)}.role-pick span{font-size:12px}.quiz{max-width:660px;margin:0 auto;padding:48px 20px 80px}.quiz-progress{display:flex;gap:6px;margin-bottom:34px}.quiz-progress i{flex:1;height:4px;border-radius:2px;background:var(--panel2)}.quiz-progress i.done{background:var(--ball)}.quiz h1{font-size:27px;margin-bottom:8px;letter-spacing:-.02em}.quiz .sub{color:var(--muted);margin-bottom:30px}.opts{display:grid;gap:10px}.opts.two{grid-template-columns:1fr 1fr}@media (max-width: 560px){.opts.two{grid-template-columns:1fr}}.opt{text-align:left;background:var(--panel);border:1px solid var(--line2);border-radius:12px;padding:15px 17px;color:var(--ink);transition:all .1s;font-size:14.5px}.opt:hover{border-color:var(--faint)}.opt.on{border-color:var(--ball);background:var(--ball-soft)}.opt b{font-family:var(--display);display:block;margin-bottom:2px}.opt small{color:var(--muted);font-size:12.5px;line-height:1.4;display:block}.quiz-nav{display:flex;justify-content:space-between;margin-top:32px;gap:12px}.skill-val{font-family:var(--display);font-size:42px;color:var(--ball);font-weight:700;text-align:center;margin:10px 0 2px}.slider{width:100%;accent-color:var(--ball);height:34px}.filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:26px}.chip{padding:7px 14px;border-radius:999px;border:1px solid var(--line2);background:transparent;color:var(--muted);font-size:13px;font-weight:600;transition:all .1s}.chip:hover{color:var(--ink)}.chip.on{background:var(--ball);color:var(--ball-ink);border-color:var(--ball)}.filters select{width:auto;padding:8px 12px}.events-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:26px;align-items:start}@media (max-width: 900px){.events-layout{grid-template-columns:1fr}}.cal{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:18px}.cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.cal-head h3{font-size:16px}.cal-head .cal-btns{display:flex;gap:6px}.cal-btns button{width:30px;height:30px;border-radius:8px;border:1px solid var(--line2);background:none;color:var(--muted);font-size:14px}.cal-btns button:hover{color:var(--ink);border-color:var(--faint)}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-dow{text-align:center;font-size:10.5px;color:var(--faint);text-transform:uppercase;letter-spacing:.08em;padding:6px 0}.cal-day{aspect-ratio:1;border-radius:9px;border:1px solid transparent;background:none;color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:13px;position:relative}.cal-day:hover{background:var(--panel2)}.cal-day.dim{color:var(--faint);opacity:.45}.cal-day.today{border-color:var(--line2)}.cal-day.sel{background:var(--ball);color:var(--ball-ink);font-weight:700}.cal-day.sel .dots i{background:var(--ball-ink)!important}.dots{display:flex;gap:3px;height:4px}.dots i{width:4px;height:4px;border-radius:50%}.evt{display:flex;gap:14px;padding:15px 16px;background:var(--panel);border:1px solid var(--line);border-radius:12px;align-items:flex-start}.evt+.evt{margin-top:10px}.evt-date{flex:none;width:52px;text-align:center;background:var(--bg2);border-radius:10px;padding:7px 4px;border:1px solid var(--line)}.evt-date b{display:block;font-family:var(--display);font-size:18px;line-height:1.1}.evt-date span{font-size:10.5px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.evt-body{flex:1;min-width:0}.evt-body h4{font-size:14.5px;margin-bottom:2px}.evt-body .meta{font-size:12.5px;color:var(--muted)}.evt-body .meta a:hover{color:var(--ball)}.evt-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:none}.evt-going{font-size:11.5px;color:var(--faint)}.fac-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;flex-wrap:wrap;margin-bottom:30px}.fac-head h1{font-size:32px;letter-spacing:-.02em}.court-count{font-family:var(--display);font-weight:700;color:var(--ball)}.kv{display:grid;grid-template-columns:130px 1fr;gap:8px 16px;font-size:14px}.kv dt{color:var(--faint)}.detail-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:26px;align-items:start}@media (max-width: 900px){.detail-layout{grid-template-columns:1fr}}.modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#050810bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:100;padding:20px}.modal{background:var(--panel2);border:1px solid var(--line2);border-radius:18px;padding:30px;width:100%;max-width:440px;box-shadow:0 24px 80px #0009;max-height:90vh;overflow:auto}.modal h2{font-size:21px;margin-bottom:8px}.modal .sub{color:var(--muted);font-size:14px;margin-bottom:20px}.modal-actions{display:flex;gap:10px;margin-top:22px;justify-content:flex-end}.pass-card{border-radius:16px;padding:22px;margin:14px 0 4px;background:linear-gradient(135deg,#1a2340,#101830 55%,#d7f54321 130%);border:1px solid var(--line2);position:relative;overflow:hidden}.pass-card:after{content:"";position:absolute;right:-30px;top:-30px;width:120px;height:120px;border-radius:50%;border:2px dashed rgba(215,245,67,.25)}.pass-card .pc-brand{font-family:var(--display);font-weight:700;letter-spacing:.06em;font-size:13px}.pass-card .pc-brand em{color:var(--ball);font-style:normal}.pass-card .pc-name{font-size:19px;font-family:var(--display);font-weight:700;margin-top:20px}.pass-card .pc-row{display:flex;justify-content:space-between;margin-top:10px;font-size:12px;color:var(--muted)}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:780px;margin:0 auto}@media (max-width: 700px){.price-grid{grid-template-columns:1fr}}.price-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:30px}.price-card.hot{border-color:#d7f54380;box-shadow:0 0 50px #d7f54314;position:relative}.price-card .badge{position:absolute;top:-11px;left:26px;background:var(--ball);color:var(--ball-ink);font-size:11px;font-weight:700;padding:3px 12px;border-radius:999px;letter-spacing:.06em}.price{font-family:var(--display);font-size:44px;font-weight:700;margin:12px 0 2px}.price small{font-size:15px;color:var(--muted);font-weight:500}.price-card ul{list-style:none;margin-top:18px;display:flex;flex-direction:column;gap:10px}.price-card li{display:flex;gap:10px;font-size:14px;color:var(--muted);align-items:baseline}.price-card li:before{content:"✓";color:var(--ball);font-weight:700}.price-card li.no:before{content:"—";color:var(--faint)}.dash-head{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin:40px 0 26px}.dash-head h1{font-size:28px;letter-spacing:-.02em}.dash-grid{display:grid;grid-template-columns:2fr 1fr;gap:22px;align-items:start;padding-bottom:70px}@media (max-width: 940px){.dash-grid{grid-template-columns:1fr}}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.panel+.panel{margin-top:22px}.panel h3{font-size:16px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.panel h3 a{font-size:13px;color:var(--ball);font-weight:600}.list-row{display:flex;align-items:center;gap:14px;padding:12px 0;border-top:1px solid var(--line)}.list-row:first-of-type{border-top:none}.list-row .grow{flex:1;min-width:0}.list-row b{font-size:14.5px;display:block}.list-row .meta{font-size:12.5px;color:var(--muted)}.empty{text-align:center;padding:30px 16px;color:var(--faint);font-size:13.5px;border:1px dashed var(--line2);border-radius:12px}.empty a{color:var(--ball);font-weight:600}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:7px}.status-dot.pending{background:var(--orange)}.status-dot.accepted{background:var(--ball)}.status-dot.declined{background:var(--danger)}.toasts{position:fixed;bottom:24px;right:24px;z-index:200;display:flex;flex-direction:column;gap:10px}.toast{background:var(--panel2);border:1px solid var(--line2);border-left:3px solid var(--ball);padding:13px 18px;border-radius:11px;font-size:14px;max-width:340px;box-shadow:0 14px 40px #00000080;animation:slide-in .18s ease}.toast.err{border-left-color:var(--danger)}@keyframes slide-in{0%{transform:translate(20px);opacity:0}to{transform:none;opacity:1}}.footer{border-top:1px solid var(--line);padding:40px 0;margin-top:40px}.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:center}.footer .muted{color:var(--faint);font-size:13px}.footer-links{display:flex;gap:18px;font-size:13.5px;color:var(--muted)}.footer-links a:hover{color:var(--ink)}.how{counter-reset:step}.how .card:before{counter-increment:step;content:"0" counter(step);font-family:var(--display);font-weight:700;font-size:30px;color:var(--ball);display:block;margin-bottom:12px;opacity:.9}.flat-note{margin:26px auto 0;max-width:560px;text-align:center;font-size:13.5px;color:var(--faint)}.flat-note b{color:var(--ball)}.locked-blur{filter:blur(5px);-webkit-user-select:none;user-select:none;pointer-events:none}.lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:2;background:linear-gradient(180deg,#0a0e1a1a,#0a0e1ab8);border-radius:var(--radius);text-align:center;padding:18px}.lock-overlay p{font-size:13.5px;color:var(--ink);margin-bottom:12px;font-weight:600}.coach-rate{font-family:var(--display);font-weight:700;font-size:18px}.coach-rate small{color:var(--muted);font-weight:500;font-size:12px}.stars{color:var(--ball);font-size:12.5px;letter-spacing:1px}.banner{background:linear-gradient(90deg,var(--ball-soft),transparent 70%);border:1px solid rgba(215,245,67,.35);border-radius:14px;padding:16px 20px;display:flex;align-items:center;gap:16px;justify-content:space-between;flex-wrap:wrap;margin-bottom:22px}.banner p{font-size:14px}.banner b{color:var(--ball)}::selection{background:#d7f54359;color:var(--ink)}*{scrollbar-width:thin;scrollbar-color:#2a3350 transparent}*::-webkit-scrollbar{width:9px;height:9px}*::-webkit-scrollbar-thumb{background:#2a3350;border-radius:5px}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1000;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.028 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E")}.logo-mark{flex:none;display:block}.online-dot{width:9px;height:9px;border-radius:50%;background:#3ddc84;display:inline-block;box-shadow:0 0 8px #3ddc84cc;flex:none}.online-dot.off{background:#4a5372;box-shadow:none}.presence{font-size:11.5px;color:var(--muted);display:inline-flex;align-items:center;gap:6px}.peer-rating{font-size:12px;color:var(--ball);font-weight:600}.peer-rating .tagline{color:var(--muted);font-weight:500}.star-row{display:flex;gap:8px;justify-content:center;margin:14px 0 18px}.star-btn{background:none;border:none;font-size:34px;color:#333c5c;transition:transform .1s,color .1s;line-height:1;padding:2px}.star-btn.on{color:var(--ball);text-shadow:0 0 18px rgba(215,245,67,.5)}.star-btn:hover{transform:scale(1.18)}.badges-row{display:flex;gap:8px;flex-wrap:wrap}.badge-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:linear-gradient(135deg,#8f7dff24,#d7f5431a);border:1px solid var(--line2);font-size:12px;font-weight:600}.chat-layout{display:grid;grid-template-columns:320px 1fr;gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--panel);min-height:560px;max-height:72vh}.chat-list{border-right:1px solid var(--line);overflow-y:auto}.chat-item{display:flex;gap:12px;align-items:center;width:100%;text-align:left;padding:14px 16px;background:none;border:none;border-bottom:1px solid var(--line);color:var(--ink)}.chat-item:hover,.chat-item.sel{background:var(--panel2)}.chat-item .grow{flex:1;min-width:0}.chat-item b{display:block;font-size:14px}.chat-item .prev{font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.chat-unread{min-width:19px;height:19px;border-radius:10px;background:var(--ball);color:var(--ball-ink);font-size:11px;font-weight:700;display:grid;place-items:center;padding:0 5px}.chat-thread{display:flex;flex-direction:column;min-width:0}.chat-head{padding:14px 18px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.chat-msgs{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:8px}.bubble{max-width:72%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.45;width:fit-content}.bubble.them{background:var(--panel2);border-bottom-left-radius:5px;align-self:flex-start}.bubble.mine{background:var(--ball);color:var(--ball-ink);border-bottom-right-radius:5px;align-self:flex-end;font-weight:500}.bubble-time{font-size:10.5px;color:var(--faint);margin-top:2px}.chat-input{display:flex;gap:10px;padding:14px;border-top:1px solid var(--line)}.chat-input input{flex:1}.chat-empty{display:grid;place-items:center;color:var(--faint);font-size:14px;padding:40px;text-align:center}@media (max-width: 860px){.chat-layout{grid-template-columns:1fr;max-height:none;min-height:70vh}.chat-list.hidden-mobile,.chat-thread.hidden-mobile{display:none}}.faq{max-width:760px;margin:0 auto}.faq-item{border:1px solid var(--line);border-radius:12px;background:var(--panel);margin-bottom:10px;overflow:hidden}.faq-q{width:100%;text-align:left;background:none;border:none;color:var(--ink);font-family:var(--display);font-weight:600;font-size:15.5px;padding:17px 20px;display:flex;justify-content:space-between;align-items:center;gap:14px}.faq-q span:last-child{color:var(--ball);font-size:19px;transition:transform .18s;flex:none}.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .22s ease}.faq-item.open .faq-a{max-height:300px}.faq-a p{padding:0 20px 18px;color:var(--muted);font-size:14px;line-height:1.7}.compare{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}.compare table{width:100%;border-collapse:collapse;min-width:640px;background:var(--panel)}.compare th,.compare td{padding:13px 16px;text-align:center;font-size:13.5px;border-bottom:1px solid var(--line)}.compare th{font-family:var(--display);font-size:13px;color:var(--muted);background:var(--bg2)}.compare th:first-child,.compare td:first-child{text-align:left;color:var(--ink);font-weight:600}.compare .us{background:#d7f5430d}.compare th.us{color:var(--ball)}.compare .yes{color:var(--ball);font-weight:700}.compare .no{color:var(--faint)}.compare .part{color:var(--orange)}.txn-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-top:1px solid var(--line);gap:12px}.txn-row:first-of-type{border-top:none}.txn-amount{font-family:var(--display);font-weight:700;white-space:nowrap}.txn-kind{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--faint)}.pulse-level{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-family:var(--display);font-size:14px}.pulse-level i{width:10px;height:10px;border-radius:50%}.pulse-empty i{background:var(--teal)}.pulse-empty{color:var(--teal)}.pulse-light i{background:var(--ball)}.pulse-light{color:var(--ball)}.pulse-busy i{background:var(--orange)}.pulse-busy{color:var(--orange)}.pulse-packed i{background:var(--danger)}.pulse-packed{color:var(--danger)}.pulse-row{padding:11px 0;border-top:1px solid var(--line);font-size:13px}.pulse-row:first-of-type{border-top:none}.pulse-row .meta{color:var(--muted);font-size:12px;margin-top:2px}.quote-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:22px}.quote-card p{font-size:14.5px;line-height:1.65;color:var(--ink)}.quote-card .who{margin-top:14px;display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.newsletter{display:flex;gap:8px;margin-top:12px;max-width:320px}.newsletter input{flex:1}.bottom-nav{display:none}@media (max-width: 1100px){.nav-links{display:none}.wrap{padding:0 16px}.hero{padding:56px 0 60px}.dash-head{margin-top:26px}main{padding-bottom:76px}.bottom-nav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;bottom:0;left:0;right:0;background:#0d1220f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line2);z-index:90;padding:8px 4px calc(8px + env(safe-area-inset-bottom))}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:10px;color:var(--muted);font-weight:600;position:relative}.bottom-nav a.active{color:var(--ball)}.bottom-nav a .bn-icon{font-size:19px;line-height:1}.bottom-nav .nav-badge{position:absolute;top:-3px;right:calc(50% - 18px)}.footer{padding-bottom:90px}.evt{flex-wrap:wrap}.evt-side{flex-direction:row;width:100%;justify-content:space-between;align-items:center}}:root{--bg:#f6f4ec;--bg2:#ecefe5;--panel:#fffef8;--panel2:#e8eddf;--ink:#183d31;--muted:#59675e;--faint:#68756c;--line:rgba(24,61,49,.13);--line2:rgba(24,61,49,.25);--ball:#d9ef73;--ball-ink:#183d31;--ball-soft:#edf4d3;--violet:#576348;--violet-soft:#e5ecd9;--danger:#b03929;--teal:#267d69;--radius:12px}body:before{display:none}.nav{background:#f6f4ecf5}.brand em{color:#b14c31}.nav-inner{height:78px}.btn{background:#204d3b;color:#fffef5;box-shadow:none;border:1px solid #204d3b;border-radius:6px}.btn:hover{background:#30634b;box-shadow:none;transform:translateY(-1px)}.btn-ghost{box-shadow:none;border-radius:6px}.card,.panel,.price-card,.faq-item{box-shadow:none}.avatar{background:#e5ecd9;color:#264f3a}.menu-pop{box-shadow:0 10px 30px #183d3120}.nav-badge{background:#d9ef73}.pass-card{color:#f8f6e9;background:#204d3b}.pass-card .pc-brand em{color:#d9ef73}:focus-visible{outline:3px solid #c55e38;outline-offset:4px}.input{background:var(--panel);color:var(--ink)}.demo-notice{padding:16px;background:#fff0cc;border:1px solid #d7be74;border-radius:8px;color:#68542c}.modal-backdrop{z-index:150}.footer{background:#183d31;color:#f6f4ec}.footer .brand em{color:#d9ef73}.footer p,.footer a,.footer .hint{color:#d2dbcb}.footer .input{color:#183d31}.club-home h1,.club-home h2,.club-home h3{letter-spacing:-.045em}.club-hero{display:grid;grid-template-columns:1fr 1fr;gap:54px;padding-top:46px;padding-bottom:50px;align-items:center}.club-kicker{font-size:10px;letter-spacing:.15em;font-weight:750;display:flex;gap:8px;align-items:center}.club-kicker>span{width:7px;height:7px;border-radius:50%;background:#c76442}.club-intro h1{font-size:clamp(48px,5.5vw,76px);line-height:1.02;margin:28px 0 24px;font-weight:700}.club-home em{font-family:Georgia,serif;font-weight:400;color:#b45436}.club-intro>p{font-size:16px;line-height:1.8;color:var(--muted);max-width:390px}.club-actions{display:flex;align-items:center;gap:26px;margin-top:30px;font-size:13px;font-weight:650}.club-actions .btn{padding:15px 22px;gap:25px}.club-signoff{display:flex;align-items:center;gap:12px;margin-top:44px;font-size:11px;color:var(--muted)}.mini-ball{font-size:36px;color:#aa5237}.club-signoff strong{font-weight:500;color:var(--ink)}.club-poster{position:relative;overflow:hidden;border-radius:130px 4px 4px}.club-art{width:100%;display:block}.poster-label{position:absolute;top:28px;left:125px;right:24px;display:flex;justify-content:space-between;color:#183d31;font-size:10px;font-weight:750;letter-spacing:.08em}.poster-label b{font-size:30px;letter-spacing:-.1em}.poster-stamp{position:absolute;right:20px;bottom:24px;width:115px;height:115px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f8f2df;color:#204d3b;transform:rotate(12deg);font-size:12px;line-height:1.4;box-shadow:0 3px #173d3030}.poster-stamp span{font-size:8px;margin-top:7px;letter-spacing:.13em}.finder-wrap{scroll-margin-top:96px}.club-finder{background:#fffef8;border:1px solid #ced4c6;border-radius:8px;display:grid;grid-template-columns:1.25fr 1fr 1.2fr auto;align-items:center;padding:26px;gap:22px}.club-finder h2{font-size:21px;margin-top:5px;letter-spacing:-.04em}.club-finder .club-kicker{font-size:8px}.club-finder label{font-size:9px;letter-spacing:.09em;font-weight:700}.club-finder select{display:block;width:100%;padding:11px 0;border:0;border-bottom:1px solid #aab7a4;background:transparent;color:#183d31;font-size:12px;margin-top:5px}.club-finder .btn{padding:14px 18px;white-space:nowrap}.club-ticker{display:flex;justify-content:center;align-items:center;gap:35px;border-block:1px solid var(--line);margin-top:40px;padding:16px;font-size:10px;letter-spacing:.13em;font-weight:650}.club-ticker i{color:#b45436;font-size:20px;font-style:normal}.club-section{padding-top:74px;padding-bottom:70px}.club-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.club-section-head h2{font-size:36px;line-height:1.15;margin-top:15px}.club-section-head>a,.club-membership>div>a{font-size:12px;border-bottom:1px solid;padding-bottom:4px;font-weight:600}.club-section-head p{font-size:13px;color:var(--muted)}.club-venues{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.club-venue{min-width:0}.venue-art{height:200px;position:relative;overflow:hidden;background:#d7dfb3;border-radius:5px}.art-1{background:#dba36d}.art-2{background:#a5bbae}.mini-court{position:absolute;top:22px;right:62px;bottom:-24px;left:62px;background:#648776;border:3px solid #fff6dc;transform:rotate(-24deg);transition:transform .3s}.mini-court:before{content:"";position:absolute;top:32%;right:0;bottom:32%;left:0;border-block:3px solid #fff6dc;background:#cad1a4}.mini-court:after{content:"";position:absolute;top:0;right:50%;bottom:0;left:50%;border-left:2px solid #fff6dc}.mini-court span{position:absolute;left:-10%;right:-10%;top:50%;border-top:5px solid #254f3d;z-index:2}.mini-court span+span{top:18%;left:25%;right:auto;width:13px;height:13px;border-radius:50%;background:#ebda57;border:0}.club-venue:hover .mini-court{transform:rotate(-19deg) scale(1.04)}.venue-number{position:absolute;top:12px;left:14px;font:italic 24px Georgia;color:#244d3d}.venue-type{position:absolute;bottom:12px;left:14px;font-size:8px;letter-spacing:.1em;background:#f9f6e8;padding:6px 9px}.venue-caption{padding:17px 0}.venue-caption>span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#8b5139}.venue-caption h3{font-size:19px;margin:6px 0}.venue-caption b{float:right;font-weight:400}.venue-caption p,.club-fine{font-size:11px;color:var(--muted)}.club-fine{margin-top:12px}.club-paths{background:#e5e9dc;padding:62px 0}.club-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.club-path-grid>a{border-top:1px solid #aebbaa;padding:24px 0 4px}.club-path-grid>a>span{font-size:11px;color:#8c593f}.club-path-grid h3{font-size:25px;margin:24px 0 12px}.club-path-grid p{font-size:13px;color:var(--muted);max-width:270px;min-height:64px}.club-path-grid b{font-size:12px;display:block;margin-top:22px}.club-membership{display:grid;grid-template-columns:1fr .8fr;gap:100px;align-items:center;padding-block:90px}.club-membership h2{font-size:58px;line-height:1.08;margin:22px 0}.club-membership>div>p{font-size:14px;color:var(--muted);max-width:340px;margin-bottom:26px}.club-ticket{border:1px solid #bdc8b5;background:#e8eddb;padding:30px;transform:rotate(2deg);border-radius:12px}.ticket-top{display:flex;justify-content:space-between;font-size:8px;letter-spacing:.09em;border-bottom:1px dashed #a3b095;padding-bottom:20px}.club-ticket h3{font-size:26px;margin-top:24px}.ticket-price{font-size:64px;letter-spacing:-.06em;font-weight:650}.ticket-price span{font-size:13px;font-weight:400;letter-spacing:0;margin-left:8px}.club-ticket ul{list-style:none;font-size:12px;line-height:2.5;margin:14px 0 24px}.club-ticket li:before{content:"✓";margin-right:10px}.club-ticket .btn{width:100%}.club-ticket>p{font-size:10px!important;text-align:center;margin:16px 0 0!important;max-width:none!important}.club-faq{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;border-top:1px solid var(--line);padding-top:60px;padding-bottom:70px;scroll-margin-top:90px}.club-faq h2{font-size:36px;line-height:1.15;margin:18px 0}.club-faq>div>p{font-size:12px;color:var(--muted)}.club-question{border-bottom:1px solid var(--line)}.club-question button{border:0;background:transparent;color:var(--ink);font-size:13px;font-weight:600;padding:19px 0;text-align:left;width:100%;display:flex;justify-content:space-between;gap:20px}.club-question button span{font-size:20px;font-weight:400}.club-question p{font-size:13px;line-height:1.8;color:var(--muted);padding-bottom:20px}.club-preview{font-size:9px;letter-spacing:.08em;padding-bottom:25px;color:var(--muted)}.club-preview span{letter-spacing:0;margin-left:12px}@media (max-width:900px){.club-hero{gap:25px}.club-intro h1{font-size:50px}.club-finder{grid-template-columns:1fr 1fr}.club-membership{gap:40px}.club-ticker{gap:16px;font-size:8px}.club-faq{gap:35px}.club-actions{gap:15px}.club-signoff{margin-top:25px}}@media (max-width:600px){.nav-inner{height:65px;gap:10px}.brand{font-size:13px;gap:6px}.nav-right{gap:6px}.nav-right .btn,.nav-right .btn-ghost{padding:8px 10px;font-size:11px}.club-hero{grid-template-columns:1fr;padding-top:32px;gap:30px}.club-intro h1{font-size:54px;margin-top:20px}.club-intro>p{font-size:14px}.club-signoff{display:none}.club-poster{max-height:390px;border-radius:90px 3px 3px}.club-art{margin-top:-45px}.poster-label{left:95px}.poster-stamp{width:95px;height:95px}.club-finder{padding:21px;gap:20px;grid-template-columns:1fr}.club-finder .btn{width:100%}.club-ticker{justify-content:flex-start;overflow:hidden;white-space:nowrap;gap:20px;margin-top:28px}.club-section{padding-block:45px}.club-section-head{align-items:start;flex-direction:column;gap:15px}.club-section-head h2{font-size:30px}.club-venues{grid-template-columns:1fr;gap:12px}.venue-art{height:220px}.mini-court{top:20px;right:90px;bottom:-35px;left:90px}.club-paths{padding-block:40px}.club-path-grid{grid-template-columns:1fr;gap:24px}.club-path-grid p{min-height:0;max-width:none}.club-path-grid h3{margin-top:12px}.club-membership{grid-template-columns:1fr;gap:30px;padding-block:50px}.club-membership h2{font-size:48px}.club-ticket{transform:none;padding:25px}.club-faq{grid-template-columns:1fr;gap:20px;padding-block:45px}.club-preview span{display:block;margin:8px 0}.bottom-nav{background:#f6f4ecfa}.bottom-nav a.active{color:#183d31}.bottom-nav a{min-height:42px}.bubble{max-width:90%}.chat-layout{min-height:60vh}.club-actions{font-size:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}.eyebrow,.peer-rating,.stars,.coach-rate,.court-count,.reasons,.match-ring,.tag.ball{color:#38603b}.logo-mark{--ball:#315b40}.footer .logo-mark{--ball:#d9ef73}.tag.ball{background:#e8efcf}.star-btn.on{color:#956710;text-shadow:none}@media (max-width:600px){.poster-label>span{display:none}.poster-label{justify-content:flex-end}.club-intro h1{font-size:50px}}.see-all,.auth-alt a,.btn-ghost.on,.ring span,.skill-val,.panel h3 a,.empty a,.flat-note b,.banner b,.price-card li:before,.how .card:before{color:#38603b}.err{color:#983023;background:#fff0e9}.ring{background:conic-gradient(#63834c calc(var(--pct) * 1%),#e4e9db 0)}.ring.locked{background:#e0e5da}.tag.pink{color:#a33c62}.tag.orange{color:#92621a}.chat-input input{min-width:0}.chat-head .presence{white-space:nowrap}.chat-head .peer-rating{font-size:10px}.chat-head>div{min-width:0}.chat-head>div>div{flex-wrap:wrap}.chat-thread,.chat-msgs{min-height:0}.footer .muted{color:#c8d2c1}@media (max-width:600px){.chat-layout{height:calc(100dvh - 380px);min-height:360px;max-height:600px}.chat-msgs{overflow-y:auto}.chat-thread{overflow:hidden}}.community-page{padding-top:38px;padding-bottom:70px}.community-heading{display:flex;justify-content:space-between;align-items:center;gap:32px;margin:18px 0 28px}.community-heading h1{font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-.04em;max-width:710px}.community-heading em{font-family:Georgia,serif;color:#a65136;font-weight:400}.community-heading p{color:var(--muted);margin-top:15px;max-width:610px}.community-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;margin:26px 0}.community-policy{padding:15px 20px;background:#e8eddb;border:1px solid #ccd7c0;border-radius:8px;margin:22px 0;font-size:13px}.referral-share h2{font-size:30px;margin:20px 0 12px;letter-spacing:-.04em}.referral-share p{color:var(--muted);margin:12px 0;font-size:14px}.referral-share label{font-size:12px}.referral-share input{margin:8px 0 14px;width:100%}.referral-share .btn{width:100%}.rewards-seal{width:165px;height:165px;flex:none;border-radius:50%;background:#dbe6bd;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:12px;transform:rotate(8deg)}.rewards-seal strong{font-size:28px}.rewards-seal small{font-size:9px;margin-top:8px}.reward-summary{background:#224c39;color:#f8f5e8;border-radius:12px;padding:30px}.reward-summary>strong{font-size:60px;display:block;margin:15px 0}.reward-summary>p{font-size:13px;color:#dbe4d1}.reward-summary>a{display:block;margin-top:22px;font-size:13px;color:#e4ef9d}.reward-progress{display:flex;gap:10px;margin:24px 0 14px}.reward-progress span{border:1px solid #69846c;width:40px;height:40px;border-radius:50%;display:grid;place-items:center}.reward-progress .earned{background:#d9ef73;color:#183d31}.reward-steps{margin:36px 0}.reward-steps section{border-top:1px solid var(--line2);padding:20px 0}.reward-steps section>span{font-size:11px;color:#a65136}.reward-terms summary{cursor:pointer;font-weight:600}.reward-terms ul{margin:20px 0 0 20px;font-size:13px;color:var(--muted);line-height:1.8}.reward-terms li{margin-bottom:10px}.referral-welcome{padding:15px;background:#e8eddb;border-radius:8px;margin:15px 0}.referral-welcome p{font-size:12px;line-height:1.7;margin:10px 0}.community-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:25px}.community-shortcuts a{border:1px solid #c4cdb8;border-radius:10px;padding:18px;background:#e9efdc;display:flex;flex-direction:column;gap:5px}.community-shortcuts span{font-size:12px;color:var(--muted)}.games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:24px 0}.game-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:22px}.game-card h2{font-size:23px;line-height:1.2;letter-spacing:-.03em;margin:20px 0 12px;overflow-wrap:anywhere}.game-card p{font-size:13px;margin:7px 0;color:var(--muted)}.four-roster{display:flex;gap:8px;margin:23px 0}.four-roster span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;border:1px dashed #9eae91;color:#557249}.four-roster .filled{background:#dbe6bd;border-style:solid}.game-card-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px;gap:8px;font-size:11px}.game-form{margin:24px 0}.game-form h2{margin-bottom:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.game-form label{font-size:12px;font-weight:600;display:block}.game-form .input{width:100%;margin:8px 0}.game-form small{font-weight:400;color:var(--muted);line-height:1.5;display:block}.game-form>label{margin-top:20px}.game-form>.btn{margin-top:18px}.game-detail-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:22px}.game-detail-grid h2{font-size:30px;margin:20px 0}.game-detail-grid p{font-size:14px;margin:12px 0;color:var(--muted)}.game-detail-grid a{font-size:13px;font-weight:600}.game-time{font-weight:600;color:var(--ink)!important}.game-note{white-space:pre-wrap;overflow-wrap:anywhere;border-block:1px solid var(--line);padding:20px 0;margin:20px 0;font-size:14px}.game-backup{padding:20px;background:#e8eddb;border-radius:8px;margin:20px 0}.game-actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.roster-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:24px 0}.roster-grid>div{padding:20px 12px;display:flex;align-items:center;text-align:center;flex-direction:column;gap:10px;background:#eaf0df;border-radius:10px;min-width:0}.roster-grid b{font-size:13px;overflow-wrap:anywhere}.roster-open{border:1px dashed #9bab92;background:transparent!important}.roster-open small{font-size:11px;color:var(--muted)}.games-empty{text-align:center;border:1px dashed #9fab90;border-radius:12px;padding:65px 24px;margin:24px 0}.games-empty>span{font-size:10px;letter-spacing:.12em;color:#a65136}.games-empty h2{font-size:34px;line-height:1.2;letter-spacing:-.04em;margin:18px 0}.games-empty p{font-size:14px;color:var(--muted);margin:18px 0 24px}.city-interest{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.city-interest>div{flex:1;min-width:240px}.city-interest input{width:210px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media (max-width:900px){.games-grid{grid-template-columns:1fr 1fr}.game-detail-grid{grid-template-columns:1fr}.rewards-seal{display:none}}@media (max-width:600px){.community-heading{flex-direction:column;align-items:start;gap:18px}.community-heading h1{font-size:35px}.community-heading>button{width:100%}.community-grid,.games-grid,.form-grid,.community-shortcuts{grid-template-columns:1fr}.community-page{padding-top:24px}.reward-steps{grid-template-columns:1fr;gap:8px}.roster-grid{grid-template-columns:1fr 1fr}.game-card{padding:20px}.city-interest input,.city-interest>button{width:100%}.reward-terms{padding:20px}.referral-share h2{font-size:25px}.community-page .txn-row{flex-wrap:wrap}.community-page .txn-row .tag{white-space:normal}.game-detail-grid h2{font-size:26px;overflow-wrap:anywhere}}.home-referral{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:70px;padding-top:64px;padding-bottom:64px;border-top:1px solid var(--line)}.home-referral h2{font-family:var(--serif);font-size:clamp(32px,4vw,48px);line-height:1.1;margin:16px 0}.home-referral p{max-width:470px;line-height:1.7;margin:18px 0;color:var(--muted)}.home-referral-art{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:320px;width:100%;margin:auto;transform:rotate(-7deg)}.home-referral-art span{display:grid;place-items:center;aspect-ratio:1;border-radius:50%;font-size:32px;font-weight:700;background:#e8bd61;color:#203f32;border:2px solid #203f32;box-shadow:6px 7px #203f32}.home-referral-art span:first-child{background:#244f3f;color:#fff6df}.home-referral-art span:last-child{background:#d77350}@media (max-width:700px){.home-referral{grid-template-columns:1fr;gap:40px;padding-top:48px;padding-bottom:48px}.home-referral-art{max-width:220px;gap:12px}.home-referral-art span{font-size:25px}}@media (max-width:1100px){.bottom-nav{background:#f6f4ecfa}.bottom-nav a.active{color:#183d31}.bottom-nav a{min-height:42px}}.clubhouse{padding-top:44px;padding-bottom:24px;--passport-accent:#e8e995}.clubhouse-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:32px}.clubhouse-heading h1{font-size:clamp(40px,5vw,68px);letter-spacing:-2.8px;line-height:1.02;margin:18px 0;color:#173e31}.clubhouse-heading h1 em{font-family:Georgia,serif;font-weight:400;color:#b55a3d;letter-spacing:-2px}.clubhouse-heading p{color:var(--muted);margin-top:18px}.clubhouse-header-links{display:flex;flex-direction:column;gap:16px;align-items:flex-end;padding-bottom:6px}.text-link{font-size:13px;font-weight:600}.clubhouse-top{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}.theme-club{--pass-bg:#204c3b;--pass-ink:#f8f4dc;--passport-accent:#e8e995}.theme-clay{--pass-bg:#bc5839;--pass-ink:#fff6df;--passport-accent:#f7d58a}.theme-night{--pass-bg:#26283f;--pass-ink:#e6e0ff;--passport-accent:#b9cbff}.theme-electric{--pass-bg:#d9ef73;--pass-ink:#193f31;--passport-accent:#be5539}.player-pass{position:relative;background:var(--pass-bg);color:var(--pass-ink);border-radius:20px;padding:28px 30px 24px;overflow:hidden;isolation:isolate;min-height:414px;box-shadow:0 15px 30px #173e3112}.player-pass:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.1;background-image:radial-gradient(currentColor .65px,transparent .65px);background-size:5px 5px;pointer-events:none}.pass-topline,.pass-footline{display:flex;align-items:center;justify-content:space-between;gap:14px}.pass-topline{font-size:9px;letter-spacing:1.6px;font-weight:600;padding-bottom:24px;border-bottom:1px solid #ffffff40}.pass-owner{padding-top:22px;position:relative;z-index:1}.pass-owner>span{text-transform:uppercase;letter-spacing:2px;font-size:9px;opacity:.85}.pass-owner h2{font-size:29px;letter-spacing:-1px;line-height:1.2;margin-top:7px;overflow-wrap:anywhere;color:inherit}.pass-owner p{font-size:12px;margin-top:7px;opacity:.8}.player-pass svg{display:block;width:70%;max-width:290px;margin:-5px -16px -8px auto;opacity:.85}.pass-footline{position:relative;border-top:1px dashed #ffffff60;padding-top:18px;font-size:9px;letter-spacing:1.5px}.pass-footline strong{font-size:21px;font-weight:500}.pass-footline small{font-size:10px;letter-spacing:0;font-weight:400}.pass-perforation{position:absolute;width:26px;height:26px;border-radius:50%;background:var(--bg);left:-13px;bottom:59px}.pass-perforation:after{content:"";position:absolute;width:26px;height:26px;border-radius:50%;background:var(--bg);left:100vw;bottom:0}.checkpoint-card{padding:28px;background:#fffef8;border:1px solid var(--line);border-radius:20px;display:flex;flex-direction:column}.checkpoint-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.point-chip{font-size:10px;font-weight:700;background:#e8eddc;padding:7px 10px;border-radius:20px;white-space:nowrap}.checkpoint-card h2{font-size:27px;letter-spacing:-1px;line-height:1.2;margin:20px 0 12px}.checkpoint-desc{font-size:13px;line-height:1.65;max-width:460px;color:var(--muted);min-height:43px}.intent-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.intent-options button{text-align:left;border:1px solid var(--line);background:#f8f7f0;padding:14px 10px;min-height:72px;border-radius:8px;color:var(--ink)}.intent-options b{font-size:13px}.intent-options small{display:block;font-size:10px;line-height:1.4;margin-top:5px;color:var(--muted)}.intent-options button.selected{background:#e8eddc;border-color:#365744;box-shadow:inset 0 0 0 1px #365744}.checkpoint-save{width:100%;font-size:12px}.weekly-rhythm{border-top:1px solid var(--line);padding-top:17px;margin-top:auto}.weekly-rhythm>div:first-child{display:flex;justify-content:space-between;gap:8px;margin-top:16px}.weekly-rhythm b{font-size:11px}.weekly-rhythm small{font-size:10px;color:var(--muted)}.rhythm-days{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-top:14px}.rhythm-days>span{text-align:center}.rhythm-days small{display:block;margin-bottom:6px}.rhythm-days i{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);margin:auto;border-radius:50%;font-style:normal;font-size:12px;background:#f6f4ec}.rhythm-days .today i{outline:1px dashed var(--ink);outline-offset:3px}.rhythm-days .checked i{background:#244e3c;color:#fff6df;border-color:#244e3c}.checkpoint-done{display:flex;gap:12px;align-items:center;padding:22px 0;margin:8px 0 18px}.checkpoint-done>span{width:43px;height:43px;display:grid;place-items:center;background:#e2edc8;border-radius:50%;font-size:20px}.checkpoint-done b{font-size:14px}.checkpoint-done small{display:block;font-size:10px;margin-top:5px;color:var(--muted)}.checkpoint-done a{margin-left:auto;font-size:11px;font-weight:700}.clubhouse-bottom{display:grid;grid-template-columns:.8fr 1.25fr .8fr;gap:24px;margin-top:24px}.rally-progress,.next-four,.bring-four-card{border-radius:16px;border:1px solid var(--line);padding:24px}.rally-progress{background:#e9ecdf}.rally-total{display:flex;align-items:center;gap:13px;margin-top:15px}.rally-total strong{font-size:56px;line-height:1.1;letter-spacing:-3px;font-weight:500}.rally-total>span{font-size:13px;font-weight:700}.rally-total small{font-size:9px;font-weight:400}.rally-meter{height:5px;border-radius:6px;background:#ccd7bf;overflow:hidden;margin:24px 0 13px}.rally-meter>span{display:block;height:100%;background:#345940;border-radius:6px;transition:width .4s}.rally-progress p{font-size:12px}.rally-progress>a{font-size:11px;font-weight:700;display:inline-block;margin-top:10px}.points-disclaimer{display:block;font-size:10px;line-height:1.5;color:var(--muted);margin-top:20px}.next-four{background:#fffef8}.section-inline{display:flex;justify-content:space-between;align-items:center;gap:20px}.section-inline>a{font-size:11px;font-weight:600;white-space:nowrap}.next-empty{padding-top:22px}.open-four{display:flex;gap:8px;margin-bottom:18px}.open-four i{display:grid;place-items:center;width:40px;height:40px;border:1px dashed #a5b3a0;border-radius:50%;font-style:normal;font-size:16px}.open-four i:first-child{background:#e7eccf;border-style:solid;font-size:9px;font-weight:700}.next-empty h3{font-size:17px;line-height:1.3}.next-empty p{font-size:12px;line-height:1.6;color:var(--muted);margin:10px 0}.next-empty a{font-size:12px;font-weight:700}.next-game{display:flex;align-items:center;gap:12px;padding:18px 0;border-bottom:1px solid var(--line)}.next-game:last-child{border:0}.next-game>span:nth-child(2){flex:1;min-width:0}.next-game b{font-size:13px;line-height:1.4}.next-game small{display:block;color:var(--muted);font-size:10px;line-height:1.5;margin-top:3px}.game-date-tile{width:42px;flex-shrink:0;background:#edf0df;text-align:center;border-radius:7px;padding:7px;font-size:9px}.game-date-tile b{display:block;font-size:22px}.bring-four-card{background:#efd3bd;display:flex;flex-direction:column;position:relative;overflow:hidden}.bring-four-card .club-kicker{font-size:9px}.bring-art{position:absolute;font-size:80px;font-family:Georgia,serif;right:14px;top:35px;line-height:1;color:#b75433;opacity:.2;transform:rotate(-12deg)}.bring-four-card h3{font-size:24px;letter-spacing:-.7px;line-height:1.15;margin:32px 0 13px;position:relative}.bring-four-card p{font-size:12px;line-height:1.6;max-width:200px}.bring-four-card>span:last-of-type{font-size:11px;font-weight:700;margin-top:18px}.bring-four-card>small{font-size:9px;margin-top:12px;color:#665143}.clubhouse-connections-heading{margin:38px 0 24px}.clubhouse-connections-heading h2{font-size:25px;margin-top:10px;letter-spacing:-.5px}.passport-journal,.passport-collection,.court-stamps,.runback-section{padding-top:56px;scroll-margin-top:100px}.passport-journal h2,.passport-collection h2,.court-stamps h2,.runback-section h2{font-size:32px;letter-spacing:-1px;margin-top:10px;line-height:1.15}.passport-journal .section-inline p,.court-stamps .section-inline p,.runback-section .section-inline p{color:var(--muted);font-size:12px;line-height:1.6;max-width:650px;margin-top:12px}.journal-stats{display:flex;gap:28px;flex-wrap:wrap;padding:22px 0;border-bottom:1px solid var(--line);margin-bottom:24px}.journal-stats span{font-size:12px;color:var(--muted)}.journal-stats b{font-size:23px;color:var(--ink);font-weight:500;margin-right:7px}.journal-form{padding:28px}.journal-form h3{font-size:22px;margin-bottom:20px}.journal-form-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px}.journal-form-bottom p{font-size:11px;color:var(--muted);max-width:520px;line-height:1.6}.journal-form-bottom button{white-space:nowrap}.journal-entries{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.journal-entries article{padding:24px;background:#fffef8;border:1px solid var(--line);border-radius:12px}.journal-entry-top{display:flex;justify-content:space-between;gap:8px;font-size:9px;letter-spacing:1px;text-transform:uppercase;color:var(--muted)}.journal-entries h3{font-size:20px;line-height:1.25;margin:22px 0 12px}.journal-entries p{font-family:Georgia,serif;font-size:17px;line-height:1.6;margin:18px 0;white-space:pre-wrap;overflow-wrap:anywhere}.journal-entries button{display:block;margin-top:16px}.journal-empty{border:1px dashed #a4b39d;border-radius:14px;padding:45px;text-align:center}.journal-empty>span{font-size:10px;color:#9c533a;letter-spacing:2px}.journal-empty h3{font-family:Georgia,serif;font-weight:400;font-size:33px;line-height:1.2;margin:20px 0}.journal-empty p{font-size:13px;color:var(--muted)}.collection-count{font-size:11px;padding:10px 13px;border:1px solid var(--line);border-radius:24px;white-space:nowrap}.style-collection{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}.style-swatch{border:2px solid transparent;border-radius:12px;padding:7px;background:transparent;text-align:left;color:var(--ink)}.style-swatch.chosen{border-color:var(--ink)}.style-swatch:disabled{opacity:.7;cursor:not-allowed}.swatch-court{height:125px;background:var(--pass-bg);color:var(--pass-ink);border-radius:8px;position:relative;overflow:hidden}.swatch-court>span{position:absolute;width:110px;height:165px;border:1px solid currentColor;transform:rotate(30deg);right:14px;top:-25px;opacity:.5}.swatch-court>span:before{content:"";position:absolute;left:0;right:0;top:50%;border-top:2px solid currentColor}.swatch-court i{position:absolute;bottom:15px;left:16px;font-size:23px;font-style:normal;font-weight:700}.swatch-caption{padding:13px 3px 4px}.swatch-caption b{font-size:12px}.swatch-caption>span{display:block;font-size:10px;margin-top:6px;color:var(--muted)}.passport-titles{margin-top:30px}.passport-titles h3{font-size:16px;margin-bottom:16px}.passport-titles>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.passport-titles button{padding:18px 15px;text-align:left;border:1px solid var(--line);border-radius:10px;background:#fffef8;color:var(--ink)}.passport-titles button.chosen{background:#e6eccf;border-color:#345940}.passport-titles b{font-size:12px}.passport-titles small{display:block;font-size:10px;line-height:1.5;margin-top:6px}.passport-titles button:disabled{opacity:.65}.stamp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:28px}.court-stamp{border:2px dashed #8a9f85;border-radius:50%;aspect-ratio:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px;color:#406746;transform:rotate(-3deg)}.court-stamp:nth-child(2n){transform:rotate(3deg);color:#a75d3f;border-color:#bd876a}.court-stamp small{font-size:8px;text-transform:uppercase;letter-spacing:1px;line-height:1.5}.court-stamp>span{font-size:30px;margin:7px}.court-stamp b{font-family:Georgia,serif;font-size:19px;line-height:1.15;margin-bottom:10px}.runback-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.runback-grid h3{font-size:20px;margin:15px 0 10px}.runback-grid small,.runback-grid p{font-size:12px;color:var(--muted)}.runback-grid a{margin-top:18px}.passport-rules{margin-top:40px;font-size:12px;line-height:1.7}.passport-rules summary{cursor:pointer;font-size:14px;font-weight:600;min-height:25px}.passport-rules p{margin-top:15px;color:var(--muted)}.point-ledger{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:8px}.passport-error{margin-top:30px}.passport-error p{margin:18px 0}@media (max-width:1000px){.clubhouse-top{grid-template-columns:1fr 1.1fr;gap:16px}.clubhouse-bottom{grid-template-columns:1fr 1.3fr;gap:16px}.bring-four-card{grid-column:1/-1}.bring-four-card h3{margin-top:22px}.bring-four-card p{max-width:none}.bring-art{right:40px;top:30px;font-size:150px}.pass-topline{font-size:8px;letter-spacing:1px}.player-pass,.checkpoint-card{padding:24px}.style-collection,.passport-titles>div,.stamp-grid{grid-template-columns:repeat(2,1fr)}.journal-entries,.runback-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.clubhouse{padding-top:28px}.clubhouse-heading{display:block;margin-bottom:24px}.clubhouse-heading h1{font-size:48px;letter-spacing:-2px}.clubhouse-heading p{font-size:13px;line-height:1.6}.clubhouse-header-links{align-items:flex-start;flex-direction:row;align-items:center;margin-top:24px;gap:18px}.clubhouse-header-links .btn{font-size:11px;padding:12px}.clubhouse-header-links .text-link{font-size:11px;line-height:1.5}.clubhouse-top{grid-template-columns:1fr;gap:20px}.player-pass{min-height:360px}.player-pass svg{width:60%;margin-top:-16px;margin-bottom:-12px}.pass-owner h2{font-size:27px}.checkpoint-card{padding:22px}.checkpoint-card h2{font-size:25px}.intent-options button{padding:12px 8px}.weekly-rhythm>div:first-child{flex-direction:column;gap:6px}.weekly-rhythm{margin-top:20px}.checkpoint-done{flex-wrap:wrap}.checkpoint-done a{margin-left:55px}.clubhouse-bottom{grid-template-columns:1fr}.bring-four-card{grid-column:auto}.bring-four-card h3{font-size:29px}.bring-art{font-size:110px;right:20px;top:24px}.rally-total strong{font-size:48px}.section-inline{align-items:flex-start;flex-wrap:wrap;gap:16px}.passport-journal h2,.passport-collection h2,.court-stamps h2,.runback-section h2{font-size:29px}.journal-stats{gap:18px}.journal-stats span{font-size:10px}.journal-stats b{font-size:20px}.journal-entries,.runback-grid{grid-template-columns:1fr}.journal-form{padding:20px}.journal-form-bottom{display:block}.journal-form-bottom button{width:100%;margin-top:16px}.journal-empty{padding:32px 20px}.journal-empty h3{font-size:28px}.style-collection{gap:8px}.passport-titles>div{gap:8px}.passport-titles button{padding:14px 10px}.stamp-grid{gap:12px}.court-stamp{padding:17px}.court-stamp b{font-size:15px}.court-stamp small{font-size:7px}.court-stamp>span{font-size:22px;margin:4px}.points-disclaimer{max-width:260px}.swatch-caption b{font-size:11px}.checkpoint-top .club-kicker{font-size:9px}}.home-passport{background:#1b4033;color:#fbf5df;margin-top:20px;padding:72px 0 50px;overflow:hidden}.home-passport .club-kicker{color:#d7e891}.home-passport-inner{display:grid;grid-template-columns:1.15fr 1fr;gap:70px;align-items:center}.home-passport h2{font-size:clamp(35px,4vw,56px);letter-spacing:-2px;line-height:1.1;margin:20px 0}.home-passport h2 em{font-family:Georgia,serif;font-weight:400;color:#e8c09a}.home-passport-inner>div>p{font-size:14px;line-height:1.8;color:#d5dfce;max-width:430px}.home-passport .btn{background:#e5edac;color:#193e30;border-color:#e5edac;margin-top:26px}.home-passport-inner>div>span{display:block;font-size:10px;color:#d5dfce;margin-top:14px}.passport-preview{position:relative;padding:16px 36px 40px 0}.passport-preview-card{background:#f0d0a5;color:#284938;padding:28px;border-radius:16px;transform:rotate(-8deg);box-shadow:10px 14px #132f26}.passport-preview-card>span{font-size:9px;letter-spacing:1.5px}.passport-preview-card h3{font-size:32px;line-height:1.05;letter-spacing:-1px;margin:24px 0}.passport-preview-card p{font-size:9px;letter-spacing:2px;border-top:1px dashed #28493866;padding-top:17px;margin-top:22px}.preview-court{height:130px;margin:20px 0 0 70px;border:2px solid #284938;position:relative;transform:rotate(10deg);background:#729979}.preview-court:before,.preview-court:after{content:"";position:absolute;left:0;right:0;top:35%;border-top:1px solid #f4e9c9}.preview-court:after{top:65%}.preview-court i{position:absolute;left:50%;top:0;bottom:0;border-left:3px dotted #f4e9c9}.preview-court b{position:absolute;right:22%;top:14%;font-size:28px;color:#ecedaf}.passport-preview-label{position:absolute;bottom:18px;right:0;background:#dce8a5;color:#193f31;border-radius:50%;width:142px;height:142px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(9deg)}.passport-preview-label b{font-size:8px;letter-spacing:1px}.passport-preview-label span{font-family:Georgia,serif;font-size:19px;line-height:1.2;margin-top:10px}.passport-promises{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:46px;padding-top:25px;border-top:1px solid #ffffff30}.passport-promises b{font-size:12px}.passport-promises p{font-size:12px;color:#d5dfce;line-height:1.7;margin-top:12px}@media (max-width:700px){.home-passport{padding:44px 0}.home-passport-inner{grid-template-columns:1fr;gap:36px}.home-passport h2{font-size:40px}.passport-preview{max-width:350px;margin:auto;padding-left:12px}.passport-promises{grid-template-columns:1fr;gap:24px;margin-top:30px}.passport-promises p{margin-top:7px}.passport-preview-label{width:123px;height:123px}.home-passport .btn{font-size:12px}}.reward-tiers{margin:26px 0}.reward-tiers h2{font-size:25px;margin:8px 0 6px;letter-spacing:-.03em}.tier-current{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin:18px 0;padding:18px 20px;background:var(--panel2);border-radius:10px}.tier-current-badge{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.tier-current-badge strong{font-size:26px;letter-spacing:-.02em}.tier-current-badge>span:last-child{color:var(--muted);font-size:13px}.tier-current-meta{text-align:right;font-size:13px;font-weight:650}.tier-bar{height:8px;border-radius:6px;background:var(--panel2);overflow:hidden;margin:4px 0 22px}.tier-bar>span{display:block;height:100%;background:linear-gradient(90deg,#345940,#d9ef73);border-radius:6px;transition:width .4s}.tier-ladder{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:10px 0 16px}.tier-step{border:1px solid var(--line2);border-radius:10px;padding:15px 12px;text-align:center;position:relative;opacity:.5;transition:opacity .2s}.tier-step.on{opacity:1;background:var(--ball-soft);border-color:transparent}.tier-step.current{outline:2px solid #345940;outline-offset:-1px}.tier-step b{display:block;font-size:22px;letter-spacing:-.02em}.tier-step b small{font-size:11px;font-weight:600;color:var(--muted)}.tier-step>span{display:block;font-size:13px;font-weight:700;margin-top:4px}.tier-step>small{display:block;font-size:11px;color:var(--muted);margin-top:3px}.tier-step em{position:absolute;top:7px;right:9px;color:#267d69;font-style:normal;font-weight:800}@media (max-width:600px){.tier-ladder{grid-template-columns:1fr 1fr}.tier-current-meta{text-align:left}}.admin-table{overflow-x:auto}.admin-table table{width:100%;border-collapse:collapse;font-size:13.5px}.admin-table th,.admin-table td{text-align:left;padding:10px 8px;border-bottom:1px solid var(--line);vertical-align:top}.admin-table th{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.admin-table tr.banned td{opacity:.5}.cert-preview{display:block;max-width:320px;max-height:220px;border-radius:8px;border:1px solid var(--line2);margin-top:8px}.bell{position:relative;background:var(--panel);border:1px solid var(--line);border-radius:999px;width:38px;height:38px;font-size:17px;display:grid;place-items:center;cursor:pointer}.bell .nav-badge{position:absolute;top:-5px;right:-6px;margin:0}.notif-pop{width:340px;max-height:420px;overflow:auto;padding:6px}.notif{display:block;padding:10px 12px;border-radius:8px;color:var(--ink)}.notif:hover{background:var(--panel)}.notif.unread{background:var(--ball-soft)}.notif b{display:block;font-size:13.5px}.notif span{display:block;font-size:12.5px;color:var(--muted);margin-top:2px}.notif small{display:block;font-size:11px;color:var(--faint);margin-top:4px}.tag.verified{background:#e2efd9;color:#1f5c3a;border-color:transparent}.legal h2{font-size:18px;margin:26px 0 8px}.legal p,.legal li{color:var(--muted);line-height:1.75;font-size:14.5px}.legal ul{margin:6px 0 6px 20px}@media (max-width:600px){.notif-pop{width:min(340px,86vw)}}.pw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media (max-width:700px){.pw-grid{grid-template-columns:1fr}}@media (max-width:600px){.notif-pop{position:fixed;left:12px;right:12px;top:66px;width:auto}}@media (max-width:1100px){.toasts{bottom:88px}.btn-ghost.sm,.btn.sm,.chip{min-height:40px}}.avatar-img{object-fit:cover;display:inline-block;flex-shrink:0;background:var(--panel)}.user-chip .avatar-img{margin-right:2px}.profile-hero{display:flex;gap:22px;align-items:flex-start;padding:44px 0 22px;flex-wrap:wrap}.profile-hero h1{font-size:30px;margin:2px 0 4px}.profile-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stat-grid div{background:var(--panel2);border-radius:10px;padding:12px 8px;text-align:center}.stat-grid b{display:block;font-size:22px;font-family:var(--display);color:var(--ink)}.stat-grid span{font-size:11.5px;color:var(--muted)}.coach-hero{display:flex;gap:22px;align-items:flex-start;flex-wrap:wrap;margin-top:14px}.coach-hero .avatar,.coach-hero .avatar-img{flex-shrink:0}.coach-stats{display:flex;gap:18px;flex-wrap:wrap;margin-top:12px}.coach-stats div b{display:block;font-family:var(--display);font-size:18px;color:var(--ink)}.coach-stats div span{font-size:11.5px;color:var(--muted)}.format-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.format-row:last-child{border-bottom:0}.format-row b{font-size:14px;display:block}.format-row .meta{display:block}.format-row .price{font-family:var(--display);font-weight:700;font-size:18px;color:var(--ink);white-space:nowrap}.venue-chips{display:flex;gap:8px;flex-wrap:wrap}.venue-chips a{display:inline-flex;gap:6px;align-items:center;padding:6px 11px;border:1px solid var(--line2);border-radius:999px;font-size:12.5px;color:var(--ink);background:var(--panel);text-decoration:none}.venue-chips a:hover{border-color:var(--ink)}.review-row{padding:10px 0;border-bottom:1px solid var(--line)}.review-row:last-child{border-bottom:0}.photo-pick{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.photo-pick input[type=file]{max-width:260px}.coach-card-top{display:flex;gap:12px;align-items:flex-start;min-width:0}.coach-card-top .avatar,.coach-card-top .avatar-img{flex-shrink:0}.coach-cta{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;background:var(--ink);color:var(--bg);border-radius:14px;padding:18px 20px;margin:22px 0}.coach-cta h3{color:var(--bg);margin:0 0 4px}.coach-cta p{color:#f6f4eccc;font-size:13.5px;margin:0}.coach-faq details{border-top:1px solid var(--line);padding:10px 0}.coach-faq summary{cursor:pointer;font-weight:600;font-size:14.5px}.coach-faq p{color:var(--muted);font-size:14px;line-height:1.7;margin-top:6px}.checklist{list-style:none;display:flex;flex-direction:column;gap:6px;margin-top:8px}.checklist li{font-size:13.5px;color:var(--muted)}.checklist li.done{color:var(--ink);text-decoration:line-through;opacity:.7}.roster-grid .avatar-img{width:40px;height:40px}@media (max-width:600px){.profile-hero{padding-top:28px;gap:14px}.profile-hero h1{font-size:26px}.coach-hero{gap:14px}}.tour-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300}.tour-dim{position:absolute;top:0;right:0;bottom:0;left:0;background:#183d319e}.tour-spot{position:fixed;border-radius:14px;box-shadow:0 0 0 9999px #183d319e;pointer-events:none;transition:top .25s,left .25s,width .25s,height .25s}.tour-card{position:fixed;width:360px;max-width:calc(100vw - 24px);background:var(--panel);color:var(--ink);border-radius:14px;padding:18px 18px 14px;box-shadow:0 18px 50px #0000004d;z-index:301}.tour-card.centered{top:50%;left:50%;transform:translate(-50%,-50%)}.tour-card h3{margin:2px 0 6px;font-size:17px}.tour-card p{color:var(--muted);font-size:14px;line-height:1.6}.tour-step{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--faint)}.tour-actions{display:flex;gap:6px;align-items:center;margin-top:14px}@media (max-width:640px){.tour-card,.tour-card.centered{top:auto!important;bottom:88px;left:12px!important;right:12px;width:auto;transform:none}}.firstweek li{display:flex;gap:10px;align-items:center;font-size:13.5px;padding:6px 0;border-bottom:1px solid var(--line)}.firstweek li:last-child{border-bottom:0}.firstweek li.done{color:var(--muted)}.firstweek li .box{width:20px;height:20px;border-radius:6px;border:1.5px solid var(--line2);display:grid;place-items:center;font-size:12px;flex-shrink:0}.firstweek li.done .box{background:var(--ink);color:var(--bg);border-color:var(--ink)}.firstweek li a{margin-left:auto;font-size:12.5px;color:var(--ink);white-space:nowrap}.value-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:18px;margin:34px 0}.value-table{width:100%;border-collapse:collapse;font-size:13.5px}.value-table th,.value-table td{padding:9px 8px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.value-table th{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.value-table td.yes{color:var(--ink);font-weight:600}.value-table td.no{color:var(--faint)}.calc-out{background:var(--ink);color:var(--bg);border-radius:14px;padding:18px;margin-top:12px}.calc-out b{font-family:var(--display);font-size:30px;display:block;color:var(--ball)}.calc-out span{font-size:13px;color:#f6f4ecd9}.guarantee{display:flex;gap:14px;align-items:flex-start;background:var(--panel2);border-radius:14px;padding:16px 18px;margin-top:18px}.guarantee .seal{font-size:30px;line-height:1}.founding{display:inline-flex;align-items:center;gap:6px;background:var(--ball);color:var(--ink);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;letter-spacing:.06em}@media (max-width:800px){.value-grid{grid-template-columns:1fr}}
