.topnav{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172aeb;border-bottom:1px solid rgba(148,163,184,.12)}.topnav-inner{max-width:1200px;margin:0 auto;padding:0 clamp(1rem,3vw,2.5rem);height:60px;display:flex;align-items:center;gap:2rem}.topnav-logo{display:inline-flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.05rem;letter-spacing:.04em;color:#fff;text-decoration:none;flex-shrink:0}.topnav-logo:hover{color:#fff}.topnav-logo-img{height:64px;width:auto;display:block}.topnav-main{display:flex;align-items:center;gap:.25rem}.topnav-link{font-size:.9rem;font-weight:500;padding:.45rem .9rem;border-radius:6px;text-decoration:none;color:#94a3b8;border:1px solid transparent;transition:background .18s ease,color .18s ease}.topnav-link:hover{background:#ffffff12;color:#f1f5f9}.topnav-link-active{background:#64bb7e1f;border-color:#64bb7e40;color:#64bb7e}.topnav-link-active:hover{background:#64bb7e2e;color:#64bb7e}.topnav-right{margin-left:auto;display:flex;align-items:center;gap:.5rem}.topnav-auth{display:flex;align-items:center;gap:.5rem}.topnav-user-email{font-size:.85rem;color:#64748b}.topnav-logout-btn{border-radius:6px;padding:.4rem .9rem;border:1px solid rgba(148,163,184,.25);background:transparent;font-size:.85rem;font-weight:500;color:#94a3b8;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.topnav-logout-btn:hover{background:#ffffff12;border-color:#94a3b866;color:#f1f5f9}.nav-login-link{font-size:.9rem;font-weight:500;color:#94a3b8;text-decoration:none;padding:.45rem .9rem;border-radius:6px;transition:background .18s ease,color .18s ease}.nav-login-link:hover{background:#ffffff12;color:#f1f5f9}.nav-signup-btn{font-size:.88rem;font-weight:700;padding:.45rem 1.2rem;border-radius:6px;text-decoration:none;border:none;background:#64bb7e;color:#0b1220;box-shadow:0 4px 14px #64bb7e4d;transition:background .18s ease,box-shadow .18s ease,transform .12s ease;white-space:nowrap}.nav-signup-btn:hover{background:#52a168;color:#0b1220;transform:translateY(-1px);box-shadow:0 8px 20px #64bb7e66}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}.app-footer{padding:.75rem 1.1rem 1.2rem;font-size:.8rem;color:#475569;text-align:center;border-top:1px solid rgba(148,163,184,.1)}@media (max-width: 768px){.topnav-inner{gap:1rem}.topnav-main,.topnav-user-email{display:none}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#fff;background:linear-gradient(135deg,#2d3e50,#1e3a8a);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#64bb7e;text-decoration:inherit}a:hover{color:#52a168}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#2d3e50,#1e3a8a)}h1{font-size:3.2em;line-height:1.1;color:#fff}h2{color:#fff;font-size:2em;font-weight:600;margin-bottom:20px}h3{color:#fff;font-size:1.4em;font-weight:600}input,textarea,select{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:12px 16px;font-size:1em;color:#333;transition:border-color .3s ease,box-shadow .3s ease;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:#64bb7e;box-shadow:0 0 0 3px #64bb7e1a}label{display:block;color:#fff;font-weight:500;margin-bottom:8px;font-size:.95em}button{border-radius:8px;border:none;padding:12px 24px;font-size:1em;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .3s ease,transform .2s ease}button:focus,button:focus-visible{outline:3px solid rgba(100,187,126,.3);outline-offset:2px}.header-nav{display:flex;flex-wrap:wrap;gap:8px}.header-pill{display:inline-block;padding:8px 12px;border-radius:12px;font-weight:600;font-size:.9rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);color:#fff;transition:background .2s ease,border-color .2s ease,transform .1s ease}.header-pill:hover{background:#fff3;transform:translateY(-1px)}.header-pill--active{background:#64bb7e;border-color:#64bb7e;color:#fff}.home-wrapper{width:100%;max-width:1100px;margin:0 auto;padding:3rem 1rem 4rem;min-height:calc(100vh - 160px);text-align:left}.home-hero{display:flex;flex-wrap:wrap;gap:3rem;align-items:center;justify-content:space-between;margin-bottom:3.5rem}.home-hero-text{flex:1 1 320px}.home-hero-panel{flex:1 1 320px;display:flex;justify-content:flex-end}.home-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:600;color:#bfdbfe;margin:0 0 .75rem}.home-heading{font-size:2.5rem;line-height:1.2;font-weight:800;color:#fff;margin:0 0 1rem}.home-description{font-size:1.02rem;line-height:1.7;color:#e5e7eb;max-width:560px;margin:0 0 1.75rem}.home-cta-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:.75rem}.home-cta-primary,.home-cta-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.4rem;border-radius:999px;font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid transparent;transition:background .18s ease,border-color .18s ease,transform .12s ease,box-shadow .18s ease}.home-cta-primary{background:#64bb7e;color:#0b1220;box-shadow:0 12px 30px #64bb7e59}.home-cta-primary:hover{background:#4faf6e;transform:translateY(-1px);box-shadow:0 16px 36px #64bb7e73}.home-cta-secondary{background:transparent;color:#e5e7eb;border-color:#94a3b899}.home-cta-secondary:hover{background:#0f172a59;border-color:#e5e7eb}.home-footnote{font-size:.8rem;color:#9ca3af;margin-top:.25rem}.home-panel-card{width:100%;max-width:360px;background:linear-gradient(145deg,#0f172a,#1f2937 45%,#111827);border-radius:18px;padding:1.4rem 1.4rem 1.2rem;box-shadow:0 18px 40px #000000a6;border:1px solid rgba(148,163,184,.35)}.home-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.home-panel-title{font-size:.9rem;font-weight:600;color:#e5e7eb}.home-panel-pill{padding:.25rem .6rem;border-radius:999px;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;background:#22c55e24;color:#bbf7d0;border:1px solid rgba(34,197,94,.5)}.home-panel-list{list-style:none;padding:0;margin:0 0 1.1rem;display:flex;flex-direction:column;gap:.7rem}.home-panel-list li{background:#111827d9;border-radius:10px;padding:.5rem .65rem;border:1px solid rgba(55,65,81,.8)}.home-panel-game-main{display:flex;justify-content:space-between;align-items:center;font-size:.86rem;font-weight:600;color:#f9fafb}.home-panel-game-meta{font-size:.78rem;color:#9ca3af;margin-top:.15rem}.home-panel-badge{font-size:.7rem;border-radius:999px;padding:.15rem .45rem;background:#3b82f62e;color:#bfdbfe}.home-panel-badge-alt{background:#facc1533;color:#facc15}.home-panel-footer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding-top:.65rem;border-top:1px solid rgba(55,65,81,.9)}.home-panel-stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-bottom:.1rem}.home-panel-stat-value{font-size:1rem;font-weight:700;color:#f9fafb}.home-panel-stat-value-ok{color:#4ade80}.home-section{margin-top:2.5rem}.home-section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.home-section-subtitle{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:#e5e7eb}.feature-grid{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:stretch}.feature-card{flex:1 1 220px;max-width:320px;background:#0f172acc;border-radius:14px;padding:1.3rem 1.4rem;box-shadow:0 14px 30px #0f172a99;border:1px solid rgba(148,163,184,.35);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #0f172abf;border-color:#60a5facc}.feature-card h3{margin:0 0 .4rem;font-size:1.05rem;font-weight:600;color:#f9fafb}.feature-card p{margin:0;font-size:.92rem;line-height:1.5;color:#e5e7eb}.home-steps{margin-top:2.75rem}.home-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.home-step-card{background:#0f172acc;border-radius:14px;padding:1.1rem 1.2rem;border:1px solid rgba(148,163,184,.35);box-shadow:0 14px 30px #0f172a99}.home-step-number{width:26px;height:26px;border-radius:999px;background:#64bb7e;color:#0b1220;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;margin-bottom:.4rem}.home-step-card h4{margin:0 0 .35rem;font-size:.98rem;font-weight:600;color:#f9fafb}.home-step-card p{margin:0;font-size:.9rem;line-height:1.5;color:#e5e7eb}@media (max-width: 900px){.home-hero{flex-direction:column}.home-hero-panel{justify-content:center}.home-steps-grid{grid-template-columns:1fr}}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000040}.feature-card h3{margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.feature-card p{font-size:1rem;line-height:1.4}.subs-page{min-height:calc(100vh - 80px);padding:3rem 1rem 4rem;display:flex;justify-content:center}.subs-container{width:100%;max-width:960px;margin:0 auto}.subs-hero{text-align:center;margin-bottom:3rem}.subs-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.subs-subtitle{font-size:1.1rem;color:#e5e5e5}.subs-card-wrap{display:flex;justify-content:center}.subs-card{width:100%;max-width:420px;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #00000059;border:1px solid rgba(15,23,42,.06)}.subs-badge{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600;text-align:center;padding:.75rem 1rem;background:#0f172a;color:#f9fafb}.subs-card-body{padding:2rem 2.5rem 2.25rem}.subs-plan-label{font-size:.85rem;font-weight:600;text-transform:uppercase;color:#6b7280;margin-bottom:.25rem;text-align:center}.subs-plan-name{font-size:2.1rem;line-height:1.25;font-weight:700;text-align:center;color:#111827;margin-bottom:1.75rem}.subs-price-block{text-align:center;margin-bottom:1.75rem}.subs-price-line{display:flex;justify-content:center;align-items:baseline;gap:.5rem}.subs-price{font-size:3rem;font-weight:800;color:#111827}.subs-price-note{font-size:1rem;color:#6b7280}.subs-price-caption{font-size:.9rem;color:#9ca3af;margin-top:.25rem}.subs-features{list-style:none;padding:0;margin:0 0 1.75rem}.subs-features li{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#374151;margin-bottom:.6rem}.subs-features li:before{content:"✓";font-weight:700;color:#16a34a;flex-shrink:0;width:16px;text-align:center}.subs-primary-btn{width:100%;border-radius:999px;padding:.9rem 1.2rem;border:none;background:#2563eb;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .18s ease,transform .12s ease,box-shadow .18s ease;box-shadow:0 10px 25px #2563eb59}.subs-primary-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 14px 32px #2563eb73}.subs-primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.subs-footnote{text-align:center;margin-top:.75rem;font-size:.8rem;color:#6b7280}.subs-form-wrap{max-width:720px;margin:0 auto}.subs-back-link{border:none;background:transparent;color:#bfdbfe;font-size:.9rem;font-weight:500;margin-bottom:1rem;cursor:pointer;padding:0}.subs-form-card{background:#fff;border-radius:18px;padding:2rem 2.5rem 2.25rem;box-shadow:0 18px 40px #00000059;border:1px solid rgba(15,23,42,.06)}.subs-form-title{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;color:#111827}.subs-form-subtitle{font-size:.95rem;color:#6b7280;margin-bottom:1.75rem}.subs-form-grid{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.subs-label{display:block;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.4rem}.subs-input{width:100%;border-radius:10px;border:1px solid #d1d5db;padding:.7rem .9rem;font-size:.95rem;color:#111827;background:#fff}.subs-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb40}.subs-help-text{margin-top:.25rem;font-size:.8rem;color:#6b7280}.subs-summary{margin-top:.5rem;padding:.9rem 1rem;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe;font-size:.9rem}.subs-summary-row{display:flex;justify-content:space-between;margin-bottom:.25rem;color:#1f2937}.subs-summary-total{font-weight:700;font-size:1rem}.subs-summary-caption{margin-top:.35rem;font-size:.8rem;color:#6b7280}.subs-primary-btn-full{margin-top:.5rem}.dash-page{width:100%;max-width:1100px;margin:0 auto;text-align:left}.dash-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}.dash-title{margin:0;font-size:1.6rem;font-weight:700;color:#fff}.dash-subtitle{margin-top:4px;font-size:.95rem;color:#e5e7eb}.dash-user-block{text-align:right;font-size:.85rem}.dash-user-club{color:#9ca3af}.dash-user-email{color:#f9fafb;font-weight:600}.dash-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:28px}.dash-kpi-card{background:#0f172ae6;border-radius:12px;padding:14px 16px;border:1px solid rgba(148,163,184,.35);box-shadow:0 14px 35px #0f172a80}.dash-kpi-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin-bottom:6px}.dash-kpi-value{font-size:1.75rem;font-weight:700;color:#f9fafb}.dash-kpi-status{text-transform:capitalize}.dash-kpi-foot{margin-top:4px;font-size:.8rem;color:#9ca3af}.dash-table-wrap{margin-top:8px}.dash-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.dash-table-title{margin:0;font-size:1rem;font-weight:600;color:#e5e7eb}.dash-badge{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#bfdbfe}.dash-error{margin-bottom:8px;padding:8px 10px;border-radius:8px;background:#dc26261f;border:1px solid rgba(248,113,113,.6);font-size:.85rem;color:#fee2e2}.dash-table-card{background:#0f172aeb;border-radius:12px;border:1px solid rgba(148,163,184,.35);box-shadow:0 14px 35px #0f172a80;overflow:hidden}.dash-table{width:100%;border-collapse:collapse;font-size:.875rem}.dash-table thead{background:#0f172afa}.dash-table th,.dash-table td{padding:10px 14px;text-align:left;border-bottom:1px solid rgba(31,41,55,.8)}.dash-table th{font-weight:600;color:#9ca3af;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.dash-table tbody tr:nth-child(2n){background:#0f172ad9}.dash-table tbody tr:nth-child(odd){background:#0f172af2}.dash-table-empty{text-align:center;padding:20px 0;color:#9ca3af}.dash-status-pill{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.dash-status-active{background:#16a34a29;color:#bbf7d0;border:1px solid rgba(34,197,94,.5)}.dash-status-canceled,.dash-status-cancelled{background:#dc262629;color:#fecaca;border:1px solid rgba(248,113,113,.7)}@media (max-width: 900px){.dash-kpi-grid{grid-template-columns:1fr}.dash-header{flex-direction:column;align-items:flex-start}.dash-user-block{text-align:left}}.dash-page{max-width:1100px;margin:0 auto;padding:2.5rem 1.2rem 3rem;color:#f9fafb}.dash-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.2rem}.dash-title{font-size:1.6rem;font-weight:700}.dash-subtitle{font-size:.92rem;color:#9ca3af;margin-top:.25rem}.dash-grid-two{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,2.15fr);gap:20px}.dash-card{background:#0f172af5;border-radius:16px;border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 45px #0f172ab3;padding:18px 20px 16px;display:flex;flex-direction:column}.dash-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.dash-card-title{font-size:1.1rem;font-weight:600}.dash-card-subtitle{font-size:.85rem;color:#9ca3af;margin-top:2px}.dash-card-body{margin-top:4px}.dash-card-footer{margin-top:14px;padding-top:10px;border-top:1px solid rgba(31,41,55,.8);display:flex;justify-content:flex-start;gap:.5rem}.dash-card-footer-right{justify-content:flex-end}.dash-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;padding:3px 8px;border-radius:999px;border:1px solid rgba(96,165,250,.8);color:#bfdbfe;background:#0f172acc}.dash-club-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:6px 0;border-bottom:1px solid rgba(31,41,55,.7)}.dash-club-row:last-child{border-bottom:none}.dash-club-label{font-size:.85rem;color:#9ca3af}.dash-club-value{font-size:.9rem;color:#e5e7eb;text-align:right}.dash-sub-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.dash-sub-metric{background:#0f172ae6;border-radius:12px;border:1px solid rgba(55,65,81,.9);padding:.55rem .7rem}.dash-sub-metric-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.09em;color:#9ca3af;margin-bottom:.15rem}.dash-sub-metric-value{font-size:1.15rem;font-weight:700;color:#f9fafb}.dash-sub-metric-foot{font-size:.8rem;color:#9ca3af;margin-top:.1rem}.dash-table-card{margin-top:.35rem;border-radius:12px;border:1px solid rgba(31,41,55,.9);overflow:hidden;background:#0f172af2}.dash-table{width:100%;border-collapse:collapse;font-size:.84rem}.dash-table thead{background:#0f172af2}.dash-table th,.dash-table td{padding:.4rem .6rem;text-align:left;border-bottom:1px solid rgba(31,41,55,.9)}.dash-table th{font-weight:600;color:#9ca3af}.dash-table td{color:#e5e7eb}.dash-table tr:last-child td{border-bottom:none}.dash-table-empty{text-align:center;padding:.7rem .6rem;color:#9ca3af}.dash-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.dash-status-active{background:#22c55e2e;color:#bbf7d0;border:1px solid rgba(34,197,94,.85)}.dash-error{margin:.4rem 0 .8rem;font-size:.8rem;color:#fecaca}.dash-table-league-cell{background:#0f172afa!important;font-weight:600;vertical-align:middle;border-right:2px solid rgba(31,41,55,.9)}.dash-league-name{font-weight:600;color:#f9fafb}.dash-toggle-switch{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer}.dash-toggle-switch input[type=checkbox]{opacity:0;width:0;height:0}.dash-toggle-slider{position:absolute;inset:0;background:#475569;border-radius:24px;transition:background .3s ease;border:2px solid #64748b}.dash-toggle-slider:before{content:"";position:absolute;height:16px;width:16px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 4px #0000004d}.dash-toggle-switch input:checked+.dash-toggle-slider{background:#22c55e;border-color:#16a34a}.dash-toggle-switch input:checked+.dash-toggle-slider:before{transform:translate(20px);box-shadow:0 2px 8px #22c55e66}.dash-toggle-switch input:disabled+.dash-toggle-slider{opacity:.5;cursor:not-allowed}.modal-info{margin-top:1rem;padding:.75rem 1rem;border-radius:10px;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);font-size:.88rem;color:#0f172ad9;line-height:1.5}.modal-info strong{color:#0f172af2}.dash-primary-btn,.dash-secondary-btn,.dash-action-btn{border-radius:999px;padding:6px 14px;font-size:.8rem;font-weight:600;border:none;cursor:pointer;transition:background .18s ease,transform .12s ease,box-shadow .18s ease}.dash-primary-btn{background:#64bb7e;color:#0b1120;box-shadow:0 8px 20px #64bb7e40}.dash-primary-btn:hover{background:#52a168;transform:translateY(-1px);box-shadow:0 12px 28px #64bb7e66}.dash-secondary-btn{background:transparent;color:#e5e7eb;border:1px solid rgba(148,163,184,.8)}.dash-secondary-btn:hover{background:#0f172a99}.dash-action-btn{background:#2563eb26;color:#bfdbfe;border:1px solid rgba(59,130,246,.6)}.dash-action-btn:hover{background:#2563eb59}@media (max-width: 900px){.dash-grid-two{grid-template-columns:1fr}}.acct-page{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.acct-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;margin-bottom:1.5rem}.acct-title{font-size:2rem;font-weight:800;color:#fff;margin:0 0 .35rem}.acct-subtitle{color:#ffffffbf;margin:0}.acct-userchip{display:flex;align-items:center;gap:.75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.75rem 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.acct-avatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;font-weight:800;letter-spacing:.02em;background:#ffffff24;color:#fff}.acct-userchip-meta{display:flex;flex-direction:column}.acct-userchip-name{font-weight:700;color:#fff;line-height:1.1}.acct-userchip-email{font-size:.9rem;color:#ffffffbf}.acct-grid{display:grid;grid-template-columns:260px 1fr;gap:1.25rem}@media (max-width: 920px){.acct-grid{grid-template-columns:1fr}}.acct-sidebar{background:#fff;border-radius:18px;padding:.6rem;box-shadow:0 18px 40px #00000040;border:1px solid rgba(15,23,42,.06);height:fit-content}.acct-sidebtn{width:100%;text-align:left;border:0;border-radius:14px;padding:.85rem .9rem;background:transparent;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;transition:background .16s ease,transform .16s ease;color:#0f172a}.acct-sidebtn:hover{background:#0f172a0d;transform:translateY(-1px)}.acct-sidebtn.is-active{background:#0f172a14;outline:2px solid rgba(15,23,42,.08)}.acct-sidebtn.danger{color:#991b1b}.acct-sidehint{font-size:.85rem;color:#0f172a99}.acct-sideline{height:1px;background:#0f172a14;margin:.5rem .25rem}.acct-content{min-width:0}.acct-alert{border-radius:14px;padding:.85rem 1rem;margin-bottom:1rem;font-weight:600;border:1px solid transparent}.acct-alert.ok{background:#22c55e1f;border-color:#22c55e40;color:#bbf7d0}.acct-alert.err{background:#ef44441f;border-color:#ef444440;color:#fecaca}.acct-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #00000040;border:1px solid rgba(15,23,42,.06)}.acct-card.danger{border-color:#dc262659}.acct-card-head{padding:1.25rem 1.25rem .6rem}.acct-card-title{margin:0 0 .25rem;font-size:1.25rem;font-weight:800;color:#0f172a}.acct-card-subtitle{margin:0;color:#0f172aa6}.acct-card-body{padding:1rem 1.25rem 1.25rem}.acct-card-foot{padding:.9rem 1.25rem 1.25rem;display:flex;justify-content:flex-end}.acct-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}@media (max-width: 720px){.acct-form-grid{grid-template-columns:1fr}}.acct-field{display:flex;flex-direction:column;gap:.4rem}.acct-label{font-weight:700;color:#0f172a;font-size:.95rem}.acct-input{height:44px;border-radius:14px;border:1px solid rgba(15,23,42,.12);padding:0 .9rem;outline:none;transition:box-shadow .12s ease,border .12s ease}.acct-input:focus{border-color:#0f172a59;box-shadow:0 0 0 4px #0f172a1a}.acct-help{color:#0f172a99;font-size:.9rem;line-height:1.35}.acct-btn{height:42px;border-radius:14px;border:1px solid rgba(15,23,42,.12);padding:0 1rem;background:#fff;cursor:pointer;font-weight:800;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.acct-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0000001f}.acct-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.acct-btn.danger{background:#dc2626;color:#fff;border-color:#dc262640}.acct-inline{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (max-width: 720px){.acct-inline{flex-direction:column;align-items:flex-start}}.acct-billing-title{font-weight:800;color:#fff;margin-bottom:.15rem}.acct-divider{height:1px;background:#0f172a14;margin:1.1rem 0}.acct-mutedbox{border-radius:16px;background:#0f172a08;border:1px solid rgba(15,23,42,.06);padding:.75rem 0}.acct-muted-title{font-weight:800;color:#fff;margin-bottom:.2rem}.acct-sidebar,.acct-card{background:#0f172aeb;border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 45px #0f172aa6}.acct-sidebtn{color:#e5e7eb}.acct-sidehint{color:#94a3b8d9}.acct-sidebtn:hover{background:#94a3b81f}.acct-sidebtn.is-active{background:#64bb7e24;outline:2px solid rgba(100,187,126,.22)}.acct-card-title,.acct-card-subtitle,.acct-label{color:#f9fafb}.acct-card-subtitle,.acct-help{color:#e2e8f0c7}.acct-input{background:#fffffffa;border:1px solid rgba(148,163,184,.22)}.acct-input-readonly{background:#ffffffe0;color:#111827;opacity:.95}.acct-btn{background:#ffffff0f;border:1px solid rgba(148,163,184,.35);color:#e5e7eb}.acct-btn.primary{background:#64bb7e;color:#0b1120;border-color:#64bb7e59}.acct-btn.danger{background:#ef444429;border-color:#f8717199;color:#fecaca}.acct-divider,.acct-sideline{background:#94a3b838}.acct-pm-list{display:flex;flex-direction:column;gap:.65rem}.acct-pm-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem .9rem;border-radius:16px;border:1px solid rgba(148,163,184,.22);background:#ffffff08}.acct-pm-main{display:flex;align-items:center;gap:.8rem;min-width:0}.acct-pm-brand{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;font-weight:900;color:#e5e7eb;background:#2563eb38;border:1px solid rgba(59,130,246,.35);flex-shrink:0}.acct-pm-meta{min-width:0}.acct-pm-line{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.acct-pm-name{font-weight:800;color:#f9fafb}.acct-pm-sub{font-size:.9rem;color:#e2e8f0c7;margin-top:.1rem}.acct-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.02em;border:1px solid rgba(148,163,184,.28);color:#e2e8f0e6;background:#ffffff0d}.acct-badge-default{border-color:#22c55e73;background:#22c55e1f;color:#bbf7d0}.acct-pm-actions{display:flex;gap:.5rem;align-items:center;flex-shrink:0}.acct-btn.small{height:38px;padding:0 .85rem;border-radius:999px;font-size:.9rem}.acct-btn.danger-outline{background:#ef44441a;border-color:#f871718c;color:#fecaca}.acct-btn.danger-outline:disabled{opacity:.55}@media (max-width: 720px){.acct-pm-row{flex-direction:column;align-items:flex-start}.acct-pm-actions{width:100%;justify-content:flex-end}}.acct-btn.small{white-space:nowrap}.modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:1.25rem;z-index:50}.modal-card{width:100%;max-width:720px;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 22px 60px #00000073;border:1px solid rgba(15,23,42,.08)}.modal-head{padding:1.1rem 1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(15,23,42,.08)}.modal-title{font-size:1.1rem;font-weight:800;color:#0f172a}.modal-subtitle{margin-top:.25rem;font-size:.9rem;color:#0f172aa6}.modal-x{width:40px;height:40px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172ad9;font-size:1.4rem;line-height:1;padding:0}.modal-x:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0000001f}.modal-body{padding:1.1rem 1.25rem 1.25rem}.modal-error{background:#dc26261a;border:1px solid rgba(220,38,38,.25);color:#7f1d1d;border-radius:14px;padding:.75rem .9rem;margin-bottom:.9rem;font-weight:700}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 760px){.modal-grid{grid-template-columns:1fr}}.modal-field{display:flex;flex-direction:column;gap:.35rem}.modal-label{font-weight:800;color:#0f172a;font-size:.95rem}.modal-input{height:44px;border-radius:14px;border:1px solid rgba(15,23,42,.12);padding:0 .9rem;color:#111827}.modal-input:focus{border-color:#0f172a59;box-shadow:0 0 0 4px #0f172a1a}.modal-help{color:#0f172a99;font-size:.88rem;line-height:1.35}.modal-toggle-wrapper{display:flex;align-items:center;gap:1rem}.modal-toggle-switch{position:relative;display:inline-block;width:52px;height:28px;cursor:pointer}.modal-toggle-switch input[type=checkbox]{opacity:0;width:0;height:0}.modal-toggle-slider{position:absolute;inset:0;background:#cbd5e1;border-radius:28px;transition:background .3s ease;border:2px solid #e2e8f0}.modal-toggle-slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:2px;background:#fff;border-radius:50%;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 4px #0003}.modal-toggle-switch input:checked+.modal-toggle-slider{background:#22c55e;border-color:#16a34a}.modal-toggle-switch input:checked+.modal-toggle-slider:before{transform:translate(24px);box-shadow:0 2px 8px #22c55e66}.modal-toggle-switch input:disabled+.modal-toggle-slider{opacity:.5;cursor:not-allowed}.modal-toggle-status{font-weight:600;font-size:.95rem;color:#0f172ad9;min-width:70px}.modal-foot{padding:.95rem 1.25rem 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem;border-top:1px solid rgba(15,23,42,.08);flex-wrap:wrap}.modal-foot-right{display:flex;gap:.6rem;margin-left:auto}.modal-btn{height:42px;border-radius:14px;border:1px solid rgba(15,23,42,.12);padding:0 1rem;background:#fff;cursor:pointer;font-weight:800;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.modal-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #0000001f}.modal-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.modal-btn-primary{background:#64bb7e;border-color:#64bb7e80;color:#0b1120}.modal-btn-primary:hover:not(:disabled){background:#52a168;box-shadow:0 14px 32px #64bb7e66}.modal-btn-danger{background:#dc262614;border-color:#dc262640;color:#991b1b}.modal-btn-danger:hover:not(:disabled){box-shadow:0 14px 32px #dc262626}.modal-btn-ghost{background:#fff}.modal-card-confirm{max-width:480px}.modal-confirm-text{font-size:1rem;font-weight:600;color:#0f172af2;margin:0 0 .75rem}.modal-confirm-details{font-size:.9rem;color:#0f172aa6;line-height:1.5;margin:0}.toast{position:fixed;right:18px;bottom:18px;max-width:360px;padding:.85rem 1rem;border-radius:14px;font-weight:700;z-index:60;border:1px solid rgba(148,163,184,.25);box-shadow:0 18px 45px #00000073}.toast--success{background:#22c55e26;border-color:#22c55e66;color:#bbf7d0}.toast--error{background:#ef444424;border-color:#f8717173;color:#fecaca}.toast--info{background:#3b82f624;border-color:#60a5fa73;color:#bfdbfe}.dash-step-box{margin-top:14px;padding:12px;border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#ffffff08}.dash-step-title{font-weight:800;font-size:.92rem;color:#f9fafb;margin-bottom:10px}.dash-step{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px;border-radius:12px;border:1px solid rgba(148,163,184,.16);background:#0f172a8c}.dash-step-left{display:flex;gap:10px;align-items:flex-start}.dash-step-num{width:26px;height:26px;border-radius:10px;display:grid;place-items:center;font-weight:900;color:#0b1220;background:#64bb7ef2;flex-shrink:0}.dash-step-name{font-weight:800;color:#f9fafb;font-size:.92rem;margin-bottom:2px}.dash-step-desc{color:#e2e8f0c7;font-size:.85rem;line-height:1.35}.dash-step-footnote{margin-top:10px;color:#e2e8f0c7;font-size:.85rem;line-height:1.35}.dash-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.02em;border:1px solid rgba(148,163,184,.28);background:#ffffff0d;color:#e2e8f0e6}.dash-pill--done{border-color:#22c55e73;background:#22c55e1f;color:#bbf7d0}.dash-inline-status{display:inline-flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.dash-muted{color:#e2e8f0b3;font-size:.88rem}.clubs-page{width:100%;max-width:1200px;margin:0 auto;padding:28px 16px 40px}.clubs-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.clubs-title{margin:0 0 6px;font-size:2rem;font-weight:800}.clubs-subtitle{margin:0;color:#e2e8f0d9;font-size:.98rem;line-height:1.55}.clubs-badge{padding:7px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.24);background:#ffffff0d;font-weight:800;color:#e2e8f0eb;white-space:nowrap}.clubs-layout{display:grid;grid-template-columns:360px 1fr;gap:16px}@media (max-width: 980px){.clubs-layout{grid-template-columns:1fr}}.clubs-card{background:#00000047;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:18px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 30px #00000038}.clubs-card-head{margin-bottom:12px}.clubs-card-title{font-weight:900;font-size:1.05rem;margin-bottom:3px}.clubs-card-sub{color:#e2e8f0cc;font-size:.9rem}.clubs-side{display:flex;flex-direction:column;gap:14px}.clubs-list{display:flex;flex-direction:column;gap:10px}.clubs-list-item{width:100%;text-align:left;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#0f172a8c;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.clubs-list-item:hover{background:#0f172ab3}.clubs-list-item--active{border-color:#64bb7e8c;box-shadow:0 0 0 3px #64bb7e1f}.clubs-list-item-name{font-weight:900}.clubs-list-item-meta{margin-top:6px;color:#e2e8f0c7;font-size:.85rem}.clubs-list-item-chevron{color:#e2e8f0b3;font-weight:900;font-size:1.15rem}.clubs-stepper{display:flex;flex-direction:column;gap:10px}.clubs-step{width:100%;text-align:left;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#ffffff08;padding:12px;display:flex;gap:10px;align-items:center}.clubs-step:disabled{opacity:.55;cursor:not-allowed}.clubs-step--active{border-color:#60a5fa8c;box-shadow:0 0 0 3px #3b82f61f}.clubs-step-num{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;font-weight:900;color:#0b1220;background:#60a5faf2;flex-shrink:0}.clubs-step-text{display:flex;flex-direction:column;gap:2px}.clubs-step-name{font-weight:900}.clubs-step-status{color:#e2e8f0c7;font-size:.85rem}.clubs-form{display:flex;flex-direction:column;gap:12px}.clubs-field .clubs-label,.clubs-label{display:block;margin-bottom:8px;font-weight:700;color:#ffffffeb}.clubs-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.clubs-primary-btn{background:#64bb7e;color:#0b1220;font-weight:900}.clubs-primary-btn:hover{background:#52a168}.clubs-secondary-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#fffffff2}.clubs-danger-btn{background:#ef444424;border:1px solid rgba(248,113,113,.35);color:#fecaca}.clubs-ghost-danger{background:transparent;border:1px solid rgba(248,113,113,.35);color:#fecaca;padding:8px 12px;border-radius:12px}.clubs-error{padding:10px 12px;border-radius:12px;font-weight:800;background:#ef44441f;border:1px solid rgba(248,113,113,.35);color:#fecaca}.clubs-confirm-box{padding:14px 16px;border-radius:12px;background:#ef444414;border:1px solid rgba(248,113,113,.3);margin:12px 0}.clubs-confirm-title{font-weight:900;color:#fecaca;margin-bottom:6px}.clubs-confirm-text{color:#fecacad9;font-size:.9rem;margin-bottom:6px}.clubs-muted{color:#e2e8f0c7}.clubs-muted.small{font-size:.85rem}.clubs-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:900;border:1px solid rgba(148,163,184,.28);background:#ffffff0d;margin-left:6px}.clubs-pill--ok{border-color:#22c55e73;background:#22c55e1f;color:#bbf7d0}.clubs-pill--todo{border-color:#60a5fa59;background:#3b82f61f;color:#bfdbfe}.clubs-summary{display:flex;flex-direction:column;gap:8px;margin:10px 0 12px;padding:12px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#0f172a8c}.clubs-summary-row{display:flex;justify-content:space-between;gap:10px}.clubs-summary-label{color:#e2e8f0cc;font-weight:700}.clubs-summary-value{font-weight:900}.clubs-help{margin-top:10px;color:#e2e8f0c7;font-size:.9rem;line-height:1.45}.clubs-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 980px){.clubs-grid{grid-template-columns:1fr}}.clubs-divider{height:1px;background:#94a3b82e;margin:14px 0}.clubs-map-card{padding:12px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#0f172a8c;margin-bottom:14px}.clubs-map-title{font-weight:900;margin-bottom:10px}.clubs-table-card{padding:12px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#0f172a8c}.clubs-table-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.clubs-table-title{font-weight:900}.clubs-table-sub{color:#e2e8f0c7;font-size:.88rem}.clubs-table{width:100%;border-collapse:collapse;font-size:.95rem}.clubs-table th,.clubs-table td{padding:10px;border-bottom:1px solid rgba(148,163,184,.16);vertical-align:top}.clubs-table th{color:#e2e8f0d9;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.clubs-table-empty{color:#e2e8f0c7;padding:14px 10px}.clubs-strong{font-weight:900}.dash-card{height:auto}.dash-club-row{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid rgba(148,163,184,.12)}.dash-club-row:last-of-type{border-bottom:none}.dash-club-label{color:#e2e8f0bf;font-size:.9rem;font-weight:700}.dash-club-value{color:#ffffffeb;font-size:.95rem;font-weight:800;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-inline-status{display:inline-flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.dash-muted{color:#e2e8f0b3;font-size:.9rem;font-weight:600}.dash-step-box{margin-top:14px;padding:12px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#0f172a73}.dash-step-title{font-weight:900;font-size:.95rem;color:#fffffff2;margin-bottom:10px}.dash-steps{display:flex;flex-direction:column;gap:10px}.dash-step{display:flex;justify-content:space-between;gap:12px;padding:10px;border-radius:12px;border:1px solid rgba(148,163,184,.14);background:#02061759}.dash-step-left{display:flex;gap:10px;min-width:0}.dash-step-num{width:26px;height:26px;border-radius:10px;display:grid;place-items:center;font-weight:900;font-size:.85rem;color:#07101f;background:#64bb7ef2;flex-shrink:0}.dash-step-name{font-weight:900;font-size:.92rem;margin-bottom:2px;color:#fffffff2}.dash-step-desc{color:#e2e8f0bf;font-size:.86rem;line-height:1.35;max-width:320px}.dash-step-right{flex-shrink:0;display:flex;align-items:center}.dash-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:900;letter-spacing:.02em;border:1px solid rgba(148,163,184,.22);background:#ffffff0a;color:#e2e8f0e6;white-space:nowrap}.dash-pill--done{border-color:#22c55e66;background:#22c55e1f;color:#bbf7d0}.dash-pill--todo{border-color:#60a5fa59;background:#3b82f61f;color:#bfdbfe}.dash-step-footnote{margin-top:10px;color:#e2e8f0bf;font-size:.85rem;line-height:1.35}.dash-card-footer{display:flex;justify-content:flex-end;padding-top:12px;border-top:1px solid rgba(148,163,184,.12);margin-top:12px}.dash-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-muted-lite{color:#e2e8f0a6;font-weight:700}.dash-chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:800;border:1px solid rgba(148,163,184,.22);background:#ffffff0a;color:#e2e8f0eb;white-space:nowrap}.dash-chip--ok{border-color:#22c55e66;background:#22c55e1f;color:#bbf7d0}.dash-chip--todo{border-color:#60a5fa59;background:#3b82f61f;color:#bfdbfe}.dash-club-item{width:100%;text-align:left;border-radius:14px;border:1px solid rgba(148,163,184,.16);background:#0f172a8c;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.dash-club-item:hover{background:#0f172ab3;border-color:#94a3b838}.dash-club-item-left{min-width:0;display:flex;flex-direction:column;gap:6px}.dash-club-item-name{font-weight:900;font-size:1rem;color:#fffffff2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.dash-club-item-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dash-club-item-right{flex-shrink:0;display:flex;align-items:center}.dash-manage-link{font-weight:900;font-size:.9rem;color:#bfdbfef2;padding:8px 10px;border-radius:12px;border:1px solid rgba(96,165,250,.25);background:#3b82f614}.dash-manage-link:hover{background:#3b82f624}.dash-empty{border-radius:14px;border:1px dashed rgba(148,163,184,.28);background:#ffffff08;padding:14px;display:flex;flex-direction:column;gap:8px}.dash-empty-title{font-weight:900;color:#fffffff2}.dash-empty-sub{color:#e2e8f0c7;font-size:.92rem}.route-loader{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.route-loader-card{background:#0f172af5;border:1px solid rgba(148,163,184,.35);box-shadow:0 18px 45px #0f172ab3;border-radius:14px;padding:16px 18px;color:#e5e7eb;font-weight:600}.dash-muted{color:#9ca3af;font-size:.92rem}.dash-error{color:#fecaca;background:#dc26261f;border:1px solid rgba(248,113,113,.4);padding:10px 12px;border-radius:12px}.dash-club-item-left{display:flex;flex-direction:column;gap:6px}.dash-club-item-name{font-weight:700;letter-spacing:.01em}.dash-club-item-meta{display:flex;gap:8px;flex-wrap:wrap}.dash-club-item-chevron{color:#e5e7eba6;font-size:18px;line-height:1;padding-left:6px}.dash-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.02em;border:1px solid rgba(148,163,184,.25)}.dash-chip--ok{background:#16a34a24;color:#bbf7d0;border-color:#22c55e59}.dash-chip--todo{background:#3b82f61f;color:#bfdbfe;border-color:#3b82f647}.dash-empty{border-radius:16px;border:1px dashed rgba(148,163,184,.35);padding:16px;background:#0206172e}.dash-empty-title{font-weight:800;margin-bottom:6px}.dash-empty-sub{color:#9ca3af;margin-bottom:12px}.dash-card-header--row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dash-club-list{display:flex;flex-direction:column;gap:10px}.dash-club-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#02061738;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease;text-align:left;color:#e5e7eb}.dash-club-item:hover{transform:translateY(-1px);border-color:#94a3b859;background:#02061752}.dash-club-item--active{border-color:#64bb7e8c;box-shadow:0 10px 26px #64bb7e1f;background:#64bb7e14}.dash-club-item-left{display:flex;flex-direction:column;gap:6px;min-width:0}.dash-club-item-name{font-weight:800;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-club-item-right{flex-shrink:0}.dash-selected-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.78rem;font-weight:800;border:1px solid rgba(100,187,126,.35);background:#64bb7e1f;color:#bbf7d0;white-space:nowrap}.dash-selected-row{margin-top:12px;padding-top:12px;border-top:1px solid rgba(148,163,184,.14);display:flex;justify-content:space-between;align-items:center}.dash-selected-name{color:#e5e7eb;font-weight:800}.dash-grid-two{align-items:flex-start}.dash-muted-block{margin-top:6px;padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#02061740;color:#e2e8f0d9;font-weight:650}.dash-club-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.dash-club-item{width:100%;text-align:left;padding:12px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#02061738;color:#ffffffeb;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.dash-club-item:hover{transform:translateY(-1px);border-color:#94a3b859;background:#02061759;box-shadow:0 14px 30px #00000040}.dash-club-item.is-active{border-color:#3b82f68c;background:#2563eb2e;box-shadow:0 18px 45px #2563eb2e}.dash-club-item-name{font-weight:850;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-club-item-meta{font-size:.82rem;font-weight:750;color:#e2e8f0bf}.dash-club-item.is-active .dash-club-item-meta{color:#bfdbfef2}.dash-club-empty{margin-top:10px;padding:16px 14px;border-radius:16px;border:1px dashed rgba(148,163,184,.35);background:#0206172e}.dash-club-empty-title{font-weight:900;font-size:1.05rem;margin-bottom:6px;color:#fffffff2}.dash-club-empty-sub{color:#e2e8f0cc;font-weight:650;margin-bottom:12px;line-height:1.45}.dash-club-empty-btn{width:100%;height:40px}.dash-card-header--row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.dash-card-header-actions{display:flex;gap:10px;align-items:center}.modal-card-sm{max-width:520px;width:calc(100% - 32px)}.dash-card-footer--split{display:flex;justify-content:space-between;align-items:center;gap:12px}.dash-footer-btn{min-width:140px;height:40px}.clubs-stepper--top{margin-bottom:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.clubs-header-right{display:flex;gap:10px;align-items:center}.clubs-stepper--top{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.clubs-step{padding:10px 12px;border-radius:12px;gap:8px;align-items:center}.clubs-step-num{width:24px;height:24px;font-size:.8rem;border-radius:8px}.clubs-step-name{font-size:.9rem;font-weight:800}.clubs-step-status{font-size:.8rem;line-height:1.3}.clubs-step:not(.clubs-step--active){opacity:.75}.clubs-card{padding:14px 16px;border-radius:14px}.clubs-card-head{margin-bottom:8px}.clubs-card-title{font-size:1rem}.clubs-card-sub{font-size:.85rem}.clubs-form{gap:10px}.clubs-form input{height:40px;padding:0 12px;font-size:.9rem}.clubs-row{margin-top:6px;gap:8px}.clubs-primary-btn,.clubs-secondary-btn,.clubs-danger-btn{height:38px;padding:0 14px;font-size:.85rem;border-radius:10px}.clubs-card--narrow{max-width:880px;margin-left:auto;margin-right:auto}.clubs-summary-row-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;padding:12px 14px;border-radius:12px;background:#02061759;border:1px solid rgba(148,163,184,.18);margin-bottom:12px}.clubs-summary-item{display:flex;flex-direction:column;gap:4px}.clubs-summary-label{font-size:.78rem;font-weight:700;color:#e2e8f0a6;letter-spacing:.02em}.clubs-summary-value{font-size:.95rem;font-weight:800;color:#fffffff2}.clubs-row{display:flex;align-items:center;gap:10px;margin-top:10px}.clubs-help{margin-top:8px;font-size:.8rem;color:#e2e8f0a6}.dash-toggle-switch{position:relative;display:inline-flex;align-items:center;width:44px;height:24px}.dash-toggle-switch input{opacity:0;width:0;height:0}.dash-toggle-slider{position:absolute;cursor:pointer;inset:0;border-radius:999px;background:#94a3b840;border:1px solid rgba(148,163,184,.35);transition:.2s}.dash-toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:50%;transform:translateY(-50%);border-radius:999px;background:#ffffffe6;transition:.2s}.dash-toggle-switch input:checked+.dash-toggle-slider{background:#2563ebd9;border-color:#2563ebe6}.dash-toggle-switch input:checked+.dash-toggle-slider:before{transform:translate(20px,-50%)}.dash-toggle-switch input:disabled+.dash-toggle-slider{opacity:.6;cursor:not-allowed}.auth-wrap{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem 3rem}.auth-card{width:100%;max-width:460px;background:#0f172af2;border-radius:16px;border:1px solid rgba(148,163,184,.16);box-shadow:0 24px 64px #0009;overflow:hidden}.auth-card-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid rgba(148,163,184,.1)}.auth-card-logo{font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#64bb7e;margin:0 0 1rem}.auth-card-title{margin:0 0 .4rem;font-size:1.55rem;font-weight:800;color:#f8fafc;line-height:1.2}.auth-card-subtitle{margin:0;font-size:.9rem;color:#64748b;line-height:1.5}.auth-card-body{padding:1.75rem 2rem 2rem}.auth-form{display:flex;flex-direction:column;gap:0}.auth-field{margin-bottom:1.25rem}.auth-label{display:block;margin-bottom:.45rem;font-size:.82rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.07em}.auth-input{width:100%;border-radius:8px;border:1px solid rgba(148,163,184,.2);background:#ffffff0a;padding:.72rem .9rem;font-size:.95rem;color:#f1f5f9;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;box-sizing:border-box}.auth-input::placeholder{color:#475569}.auth-input:focus{border-color:#64bb7e;background:#64bb7e0a;box-shadow:0 0 0 3px #64bb7e1f}.auth-input:disabled{opacity:.5;cursor:not-allowed}.auth-password-wrap{position:relative}.auth-input-password{padding-right:70px}.auth-password-toggle{position:absolute;top:50%;right:12px;transform:translateY(-50%);border:none;background:transparent;color:#475569;font-size:.8rem;font-weight:700;padding:0;cursor:pointer;line-height:1;letter-spacing:.04em;text-transform:uppercase;transition:color .15s ease}.auth-password-toggle:hover:not(:disabled){color:#94a3b8;box-shadow:none;transform:translateY(-50%)}.auth-password-toggle:disabled{opacity:.4;cursor:not-allowed}.auth-forgot-wrap{margin-top:.5rem;text-align:right}.auth-submit-btn{width:100%;border-radius:8px;border:none;background:#64bb7e;color:#0b1220;font-weight:800;font-size:.95rem;padding:.82rem 1rem;cursor:pointer;transition:background .18s ease,box-shadow .18s ease,transform .12s ease;margin-top:.5rem;margin-bottom:1.25rem;letter-spacing:.01em}.auth-submit-btn:hover:not(:disabled){background:#52a168;transform:translateY(-1px);box-shadow:0 10px 28px #64bb7e59}.auth-submit-btn:disabled{opacity:.6;cursor:default;transform:none}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:.25rem 0 1.25rem;color:#334155;font-size:.78rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#94a3b81f}.auth-switch{margin:0;text-align:center;font-size:.88rem;color:#64748b;line-height:1.6}.auth-link{color:#64bb7e;font-weight:700;text-decoration:none;transition:color .15s ease}.auth-link:hover{color:#86efac;text-decoration:none}.auth-link-btn{background:none;border:none;padding:0;cursor:pointer;font:inherit;font-size:inherit}.auth-error{margin-top:.75rem;padding:.75rem 1rem;border-radius:8px;background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#fca5a5;font-size:.88rem;line-height:1.5}.auth-success{margin-top:.75rem;padding:.75rem 1rem;border-radius:8px;background:#22c55e1a;border:1px solid rgba(34,197,94,.25);color:#86efac;font-size:.88rem;line-height:1.5}.auth-message{color:#86efac;font-size:.85rem;text-align:center}.auth-password-rules{margin-top:.75rem;padding:.85rem 1rem;border-radius:8px;background:#ffffff08;border:1px solid rgba(148,163,184,.12);display:grid;gap:.45rem}.auth-password-rules-title{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.2rem}.auth-password-requirement{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.88rem;line-height:1.35;transition:color .15s ease}.auth-password-requirement.is-met{color:#86efac}.auth-password-requirement-icon{width:14px;display:inline-flex;justify-content:center;font-weight:900;font-size:.8rem;flex-shrink:0}.auth-links-row{margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}@media (max-width: 520px){.auth-card-header,.auth-card-body{padding-left:1.25rem;padding-right:1.25rem}.auth-card-title{font-size:1.3rem}}.clubs-status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:800;line-height:1;letter-spacing:.01em}.clubs-status-badge--complete{background:#10b98129;color:#9ff3c8;border:1px solid rgba(16,185,129,.4)}.clubs-status-badge--incomplete{background:#f59e0b24;color:#ffd98a;border:1px solid rgba(245,158,11,.38)}.clubs-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:800;line-height:1;white-space:nowrap}.clubs-pill--ok{background:#10b98129;color:#b7f7d2;border:1px solid rgba(16,185,129,.45)}.clubs-pill--todo{background:#94a3b81f;color:#d5dfef;border:1px solid rgba(148,163,184,.28)}.clubs-inline-notice{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;background:#0f172ae0;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 24px #00000029}.clubs-inline-notice__icon{width:30px;height:30px;min-width:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#f59e0b29;border:1px solid rgba(245,158,11,.35);color:#fbbf24;font-weight:800;font-size:14px}.clubs-inline-notice__title{font-size:14px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:2px}.clubs-inline-notice__text{font-size:13px;color:#ffffffb8;line-height:1.35}.mapping-card-table .acct-input,.dash-table .acct-input{min-width:180px;height:40px;border-radius:10px}.mapping-card-table .dash-action-btn,.dash-table .dash-action-btn{min-width:90px}.dash-card,.dash-card-body,.dash-table-card{min-width:0}.dash-table-card{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.dash-table{width:100%;min-width:1040px;table-layout:auto}.dash-table th,.dash-table td{white-space:nowrap;vertical-align:middle}.dash-table th:last-child,.dash-table td:last-child{min-width:132px;width:132px}.dash-table th:nth-child(3),.dash-table td:nth-child(3){min-width:180px}.dash-table th:nth-child(7),.dash-table td:nth-child(7),.dash-table th:nth-child(8),.dash-table td:nth-child(8){min-width:120px}.dash-action-btn{min-width:96px;height:38px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}@media (max-width: 1200px){.dash-table{min-width:1000px}}@media (max-width: 768px){.dash-table{min-width:960px}.dash-table th,.dash-table td{padding:12px 10px;font-size:.9rem}.dash-action-btn{min-width:88px;height:36px;padding:0 14px;font-size:.9rem}}@media (max-width: 560px){.dash-table{min-width:920px}}.site-home{width:100%;max-width:1180px;margin:0 auto;padding:2.75rem 1rem 4rem;color:#f8fafc}.site-home-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.9fr);gap:2rem;align-items:center;padding:1.25rem 0 3rem}.site-home-eyebrow,.site-home-section-kicker{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800;color:#bfdbfe}.site-home-title{margin:0 0 1rem;font-size:clamp(2.4rem,5vw,4rem);line-height:1.05;font-weight:900;color:#fff;max-width:760px}.site-home-subtitle,.site-home-section-text{margin:0;font-size:1.02rem;line-height:1.75;color:#dbe4ef;max-width:680px}.site-home-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.site-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 1.2rem;border-radius:999px;font-weight:800;text-decoration:none;transition:transform .14s ease,box-shadow .18s ease,background .18s ease}.site-home-btn:hover{transform:translateY(-1px)}.site-home-btn-primary{background:#64bb7e;color:#0b1220;box-shadow:0 14px 34px #64bb7e4d}.site-home-btn-primary:hover{background:#52a168}.site-home-btn-secondary{background:#ffffff0f;border:1px solid rgba(148,163,184,.38);color:#f8fafc}.site-home-inline-points{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.25rem}.site-home-inline-pill{display:inline-flex;align-items:center;padding:.4rem .75rem;border-radius:999px;font-size:.82rem;font-weight:700;color:#dbeafe;background:#3b82f61f;border:1px solid rgba(96,165,250,.28)}.site-home-status-card,.site-home-card,.site-home-process-card,.site-home-panel-box,.site-home-cta-band{background:#0f172ae6;border:1px solid rgba(148,163,184,.28);box-shadow:0 18px 45px #0f172a73}.site-home-status-card{border-radius:22px;padding:1.3rem}.site-home-status-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.site-home-status-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-weight:800}.site-home-status-title{margin-top:.2rem;font-size:1.1rem;font-weight:900;color:#fff}.site-home-status-pill{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;font-size:.72rem;font-weight:800;color:#bbf7d0;background:#22c55e1f;border:1px solid rgba(34,197,94,.35)}.site-home-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.site-home-metric{padding:.85rem;border-radius:14px;background:#02061757;border:1px solid rgba(148,163,184,.18)}.site-home-metric-value{font-size:1.35rem;font-weight:900;color:#fff}.site-home-metric-label{margin-top:.25rem;font-size:.8rem;color:#94a3b8;line-height:1.4}.site-home-status-list{display:flex;flex-direction:column;gap:.75rem}.site-home-status-row{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding:.85rem .95rem;border-radius:14px;background:#0206174d;border:1px solid rgba(148,163,184,.15)}.site-home-status-row-title{font-weight:800;color:#f8fafc}.site-home-status-row-sub{margin-top:.2rem;font-size:.84rem;color:#94a3b8}.site-home-tag{display:inline-flex;align-items:center;padding:.32rem .7rem;border-radius:999px;font-size:.73rem;font-weight:800;color:#dbeafe;background:#3b82f61f;border:1px solid rgba(96,165,250,.3);white-space:nowrap}.site-home-tag-good{color:#bbf7d0;background:#22c55e1f;border-color:#22c55e59}.site-home-tag-warn{color:#fde68a;background:#f59e0b1f;border-color:#f59e0b59}.site-home-section{padding:1.25rem 0 2.25rem}.site-home-section-head{max-width:780px;margin-bottom:1.4rem}.site-home-section-title{margin:0 0 .8rem;font-size:clamp(1.7rem,3.3vw,2.5rem);line-height:1.15;font-weight:900;color:#fff}.site-home-card-grid,.site-home-process-grid{display:grid;gap:1rem}.site-home-card-grid,.site-home-process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-home-card,.site-home-process-card{border-radius:18px;padding:1.25rem}.site-home-card h3,.site-home-process-card h3{margin:0 0 .6rem;font-size:1.05rem;font-weight:800;color:#fff}.site-home-card p,.site-home-process-card p{margin:0;color:#cbd5e1;line-height:1.65;font-size:.95rem}.site-home-process-number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:.9rem;border-radius:12px;background:#64bb7e;color:#0b1220;font-weight:900}.site-home-platform{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:1rem;align-items:stretch}.site-home-checklist{list-style:none;padding:0;margin:1.25rem 0 0;display:grid;gap:.7rem}.site-home-checklist li{padding-left:1.6rem;position:relative;color:#dbe4ef}.site-home-checklist li:before{content:"✓";position:absolute;left:0;top:0;font-weight:900;color:#64bb7e}.site-home-platform-panel{display:flex}.site-home-panel-box{width:100%;border-radius:20px;padding:1.2rem}.site-home-panel-box-title{font-size:1rem;font-weight:900;color:#fff;margin-bottom:1rem}.site-home-panel-box-list{display:flex;flex-direction:column;gap:.75rem}.site-home-panel-box-row{display:flex;justify-content:space-between;gap:1rem;padding:.85rem .95rem;border-radius:14px;background:#02061747;border:1px solid rgba(148,163,184,.14);color:#e5e7eb}.site-home-panel-box-row strong{color:#bbf7d0}.site-home-cta-band{margin-top:1rem;border-radius:24px;padding:1.6rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.site-home-cta-title{margin:0;font-size:clamp(1.35rem,2.8vw,2rem);font-weight:900;color:#fff;max-width:700px}@media (max-width: 980px){.site-home-hero,.site-home-platform,.site-home-card-grid,.site-home-process-grid{grid-template-columns:1fr}.site-home-cta-band{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.site-home{padding-top:2rem}.site-home-metrics{grid-template-columns:1fr}.site-home-status-row{flex-direction:column;align-items:flex-start}}.pro-home{width:100%;max-width:1180px;margin:0 auto;padding:2.75rem 1rem 4rem;color:#f8fafc}.pro-home-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1.5rem;align-items:center;padding:1rem 0 3rem}.pro-home-eyebrow,.pro-home-section-kicker{margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800;color:#bfdbfe}.pro-home-title{margin:0 0 1rem;font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.05;font-weight:900;color:#fff;max-width:760px}.pro-home-subtitle,.pro-home-section-text{margin:0;font-size:1.03rem;line-height:1.75;color:#dbe4ef;max-width:700px}.pro-home-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.pro-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 1.2rem;border-radius:999px;font-weight:800;text-decoration:none;transition:transform .14s ease,box-shadow .18s ease,background .18s ease}.pro-home-btn:hover{transform:translateY(-1px)}.pro-home-btn-primary{background:#64bb7e;color:#0b1220;box-shadow:0 14px 34px #64bb7e4d}.pro-home-btn-primary:hover{background:#52a168}.pro-home-btn-secondary{background:#ffffff0f;border:1px solid rgba(148,163,184,.38);color:#f8fafc}.pro-home-trust-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}.pro-home-pill{display:inline-flex;align-items:center;padding:.42rem .75rem;border-radius:999px;font-size:.82rem;font-weight:700;color:#dbeafe;background:#3b82f61f;border:1px solid rgba(96,165,250,.28)}.pro-home-hero-visual{display:flex;justify-content:flex-end}.pro-home-showcase-card,.pro-home-card,.pro-home-step-card,.pro-home-cta-band,.pricing-page-pro-card{background:#0f172ae6;border:1px solid rgba(148,163,184,.28);box-shadow:0 18px 45px #0f172a73}.pro-home-showcase-card{width:100%;max-width:430px;border-radius:24px;padding:1.3rem}.pro-home-showcase-kicker{margin:0 0 .35rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;font-weight:800}.pro-home-showcase-title{margin:0;font-size:1.2rem;font-weight:900;color:#fff}.pro-home-showcase-grid{margin-top:1rem;display:grid;gap:.85rem}.pro-home-showcase-item{display:flex;gap:.85rem;padding:.95rem;border-radius:16px;background:#0206174d;border:1px solid rgba(148,163,184,.16)}.pro-home-showcase-number{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#64bb7e;color:#0b1220;font-weight:900;flex-shrink:0}.pro-home-showcase-item h3,.pro-home-card h3,.pro-home-step-card h3{margin:0 0 .35rem;font-size:1rem;font-weight:800;color:#fff}.pro-home-showcase-item p,.pro-home-card p,.pro-home-step-card p{margin:0;font-size:.93rem;line-height:1.65;color:#cbd5e1}.pro-home-section{padding:1.2rem 0 2.25rem}.pro-home-section-head{max-width:780px;margin-bottom:1.4rem}.pro-home-section-title{margin:0 0 .8rem;font-size:clamp(1.7rem,3.1vw,2.5rem);line-height:1.15;font-weight:900;color:#fff}.pro-home-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pro-home-card{border-radius:20px;padding:1.25rem}.pro-home-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1.2rem;align-items:start}.pro-home-steps{display:grid;gap:.9rem}.pro-home-step-card{border-radius:18px;padding:1.1rem 1.15rem;display:flex;gap:.95rem;align-items:flex-start}.pro-home-step-number{min-width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#64bb7e;color:#0b1220;font-weight:900}.pro-home-cta-band{margin-top:.5rem;border-radius:24px;padding:1.6rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.pro-home-cta-title{margin:0;font-size:clamp(1.35rem,2.8vw,2rem);font-weight:900;color:#fff;max-width:700px}.pricing-page-pro{max-width:1100px;margin:0 auto;padding:3rem 1rem 4rem}.pricing-page-pro-header{text-align:center;max-width:760px;margin:0 auto 2.25rem}.pricing-page-pro-kicker{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800;color:#bfdbfe}.pricing-page-pro-title{margin:0 0 1rem;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.08;color:#fff;font-weight:900}.pricing-page-pro-subtitle{margin:0;font-size:1rem;line-height:1.7;color:#dbe4ef}.pricing-page-pro-card-wrap{display:flex;justify-content:center}.pricing-page-pro-card{width:100%;max-width:460px;border-radius:24px;overflow:hidden}.pricing-page-pro-badge{text-align:center;padding:.95rem 1rem;background:#64bb7e24;border-bottom:1px solid rgba(148,163,184,.24);color:#bbf7d0;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.pricing-page-pro-body{padding:2rem 2rem 2.1rem}.pricing-page-pro-label{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:#94a3b8;font-weight:700;text-align:center}.pricing-page-pro-plan{margin:0 0 1.4rem;text-align:center;font-size:2rem;font-weight:900;color:#fff}.pricing-page-pro-price-block{text-align:center;margin-bottom:1.5rem}.pricing-page-pro-price-line{display:flex;align-items:baseline;justify-content:center;gap:.45rem;flex-wrap:wrap}.pricing-page-pro-price{font-size:3.1rem;font-weight:900;color:#fff}.pricing-page-pro-price-note{font-size:1rem;color:#cbd5e1}.pricing-page-pro-caption{margin-top:.4rem;color:#94a3b8;font-size:.92rem}.pricing-page-pro-features{list-style:none;padding:0;margin:0 0 1.6rem;display:grid;gap:.75rem}.pricing-page-pro-features li{position:relative;padding-left:1.5rem;color:#e5e7eb;line-height:1.5}.pricing-page-pro-features li:before{content:"✓";position:absolute;left:0;top:0;color:#64bb7e;font-weight:900}.pricing-page-pro-actions{display:flex;gap:.75rem;flex-wrap:wrap}.pricing-page-pro-btn{flex:1 1 160px;min-height:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;transition:transform .14s ease,background .18s ease,box-shadow .18s ease}.pricing-page-pro-btn:hover{transform:translateY(-1px)}.pricing-page-pro-btn-primary{background:#64bb7e;color:#0b1220;box-shadow:0 14px 34px #64bb7e4d}.pricing-page-pro-btn-primary:hover{background:#52a168}.pricing-page-pro-btn-secondary{background:#ffffff0f;border:1px solid rgba(148,163,184,.38);color:#f8fafc}.site-header{position:sticky;top:0;z-index:20;background:#122349b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(148,163,184,.16)}.site-header-inner{max-width:1180px;margin:0 auto;padding:.95rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-logo{font-size:1.08rem;font-weight:900;color:#fff;text-decoration:none}@media (max-width: 980px){.pro-home-hero,.pro-home-card-grid,.pro-home-layout{grid-template-columns:1fr}.pro-home-hero-visual{justify-content:stretch}.pro-home-showcase-card{max-width:none}.pro-home-cta-band{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.pricing-page-pro-actions,.pro-home-actions{flex-direction:column}.pricing-page-pro-btn,.pro-home-btn{width:100%}}.subs-card--pro{width:100%;max-width:460px;border-radius:24px;overflow:hidden;background:#0f172ae6;border:1px solid rgba(148,163,184,.28);box-shadow:0 18px 45px #0f172a73}.subs-card-pro-badge{text-align:center;padding:.95rem 1rem;background:#64bb7e24;border-bottom:1px solid rgba(148,163,184,.24);color:#bbf7d0;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.subs-card-pro-body{padding:2rem 2rem 2.1rem}.subs-card-pro-label{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;color:#94a3b8;font-weight:700;text-align:center}.subs-card-pro-plan{margin:0 0 1.4rem;text-align:center;font-size:2rem;font-weight:900;color:#fff}.subs-card-pro-price-block{text-align:center;margin-bottom:1.5rem}.subs-card-pro-price-line{display:flex;align-items:baseline;justify-content:center;gap:.45rem;flex-wrap:wrap}.subs-card-pro-price{font-size:3.1rem;font-weight:900;color:#fff}.subs-card-pro-price-note{font-size:1rem;color:#cbd5e1}.subs-card-pro-caption{margin-top:.4rem;color:#94a3b8;font-size:.92rem}.subs-card-pro-features{list-style:none;padding:0;margin:0 0 1.6rem;display:grid;gap:.75rem}.subs-card-pro-features li{position:relative;padding-left:1.5rem;color:#e5e7eb;line-height:1.5;font-size:1rem}.subs-card-pro-features li:before{content:"✓";position:absolute;left:0;top:0;color:#64bb7e;font-weight:900}.subs-card-pro-btn{width:100%;min-height:46px;border-radius:999px;border:none;background:#64bb7e;color:#0b1220;font-weight:800;font-size:1rem;cursor:pointer;transition:transform .14s ease,background .18s ease,box-shadow .18s ease;box-shadow:0 14px 34px #64bb7e4d}.subs-card-pro-btn:hover{transform:translateY(-1px);background:#52a168}.subs-card-pro-footnote{margin-top:.8rem;text-align:center;color:#94a3b8;font-size:.85rem}.subs-form-wrap{max-width:760px;margin:0 auto}.subs-back-link{border:none;background:transparent;color:#bfdbfe;font-size:.92rem;font-weight:700;margin-bottom:1rem;cursor:pointer;padding:0}.subs-back-link:hover{color:#fff}.subs-form-card{background:#0f172ae6;border:1px solid rgba(148,163,184,.28);box-shadow:0 18px 45px #0f172a73;border-radius:24px;padding:2rem}.subs-form-title{font-size:2rem;font-weight:900;margin:0 0 .4rem;color:#fff}.subs-form-subtitle{font-size:1rem;line-height:1.7;color:#cbd5e1;margin-bottom:1.6rem}.subs-form-grid{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:1.5rem}.subs-form-field{width:100%}.subs-label{display:block;font-size:.92rem;font-weight:800;color:#f8fafc;margin-bottom:.45rem}.subs-input{width:100%;min-height:48px;border-radius:14px;border:1px solid rgba(148,163,184,.24);padding:.8rem .95rem;font-size:.96rem;color:#fff;background:#ffffff0d;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.subs-input::placeholder{color:#94a3b8}.subs-input:focus{outline:none;border-color:#64bb7ecc;box-shadow:0 0 0 3px #64bb7e29;background:#ffffff12}.subs-input:disabled{opacity:.65;cursor:not-allowed}.subs-help-text{margin-top:.35rem;font-size:.84rem;color:#94a3b8}.subs-error-text{margin-top:.35rem;font-size:.84rem;color:#fecaca!important}.subs-summary{margin-top:.3rem;padding:1rem;border-radius:16px;background:#3b82f61a;border:1px solid rgba(96,165,250,.24);font-size:.95rem}.subs-summary-row{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.3rem;color:#e5e7eb}.subs-summary-total{font-weight:800;font-size:1rem;color:#fff}.subs-summary-caption{margin-top:.35rem;font-size:.82rem;color:#94a3b8}.subs-primary-btn-full{width:100%;min-height:50px;border-radius:999px;margin-top:.4rem;border:none;background:#64bb7e;color:#0b1220;font-size:1rem;font-weight:800;cursor:pointer;transition:transform .14s ease,background .18s ease,box-shadow .18s ease;box-shadow:0 14px 34px #64bb7e4d}.subs-primary-btn-full:hover:not(:disabled){transform:translateY(-1px);background:#52a168}.subs-primary-btn-full:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width: 640px){.subs-form-card{padding:1.35rem;border-radius:20px}.subs-form-title{font-size:1.7rem}.subs-summary-row{flex-direction:column;align-items:flex-start}}.subs-input select,.subs-input{appearance:none}select.subs-input{background:#ffffff0d;color:#fff;border:1px solid rgba(148,163,184,.24)}select.subs-input option{background:#0f172a;color:#f8fafc}select.subs-input:focus{background:#ffffff12;border-color:#64bb7ecc}select.subs-input:disabled{background:#ffffff08;color:#94a3b8}select.subs-input{background-image:url("data:image/svg+xml,%3Csvg fill='%23cbd5e1' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:2.2rem}.aws-home{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem 4rem;color:#f8fafc}.aws-home-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:2rem;align-items:center;padding:4.5rem 0 3.5rem}.aws-home-eyebrow,.aws-home-section-kicker{margin:0 0 .85rem;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800;color:#bfdbfe}.aws-home-title{margin:0 0 1rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.02;font-weight:900;color:#fff;max-width:760px}.aws-home-subtitle,.aws-home-section-text{margin:0;max-width:760px;font-size:1.05rem;line-height:1.75;color:#dbe4ef}.aws-home-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.75rem}.aws-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.25rem;border-radius:999px;font-weight:800;text-decoration:none;transition:transform .14s ease,box-shadow .18s ease,background .18s ease}.aws-home-btn:hover{transform:translateY(-1px)}.aws-home-btn-primary{background:#64bb7e;color:#0b1220;box-shadow:0 14px 34px #64bb7e4d}.aws-home-btn-primary:hover{background:#52a168}.aws-home-btn-secondary{background:#ffffff0f;border:1px solid rgba(148,163,184,.35);color:#f8fafc}.aws-home-hero-panel{display:flex;justify-content:flex-end}.aws-home-highlight-card,.aws-home-capability-card,.aws-home-resource-card,.aws-home-journey-item,.aws-home-cta{background:#0f172ac7;border:1px solid rgba(148,163,184,.24);box-shadow:0 18px 45px #0f172a52}.aws-home-highlight-card{width:100%;max-width:460px;border-radius:22px;padding:1.35rem}.aws-home-highlight-kicker{margin:0 0 .3rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;font-weight:800}.aws-home-highlight-title{margin:0;font-size:1.2rem;line-height:1.2;font-weight:900;color:#fff}.aws-home-highlight-list{margin-top:1rem;display:grid;gap:.8rem}.aws-home-highlight-item{display:flex;gap:.85rem;padding:.95rem;border-radius:16px;background:#02061747;border:1px solid rgba(148,163,184,.14)}.aws-home-highlight-number,.aws-home-journey-step{min-width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#64bb7e;color:#0b1220;font-weight:900;flex-shrink:0}.aws-home-highlight-item h3,.aws-home-capability-card h3,.aws-home-resource-card h3,.aws-home-journey-item h3{margin:0 0 .35rem;font-size:1rem;font-weight:800;color:#fff}.aws-home-highlight-item p,.aws-home-capability-card p,.aws-home-resource-card p,.aws-home-journey-item p{margin:0;font-size:.95rem;line-height:1.65;color:#cbd5e1}.aws-home-band{padding:.5rem 0 0}.aws-home-band-inner{padding:3rem 0;border-top:1px solid rgba(148,163,184,.16)}.aws-home-band-alt .aws-home-band-inner{border-top:1px solid rgba(148,163,184,.12)}.aws-home-section-intro{max-width:780px;margin-bottom:1.5rem}.aws-home-section-title{margin:0 0 .8rem;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.12;font-weight:900;color:#fff}.aws-home-capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.aws-home-capability-card,.aws-home-resource-card{border-radius:18px;padding:1.25rem}.aws-home-two-col{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1.25rem;align-items:start}.aws-home-journey-list{display:grid;gap:.9rem}.aws-home-journey-item{border-radius:18px;padding:1rem 1.1rem;display:flex;gap:.9rem;align-items:flex-start}.aws-home-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.aws-home-cta{margin-top:2rem;border-radius:24px;padding:1.6rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.aws-home-cta-title{margin:0;max-width:760px;font-size:clamp(1.4rem,2.6vw,2rem);font-weight:900;color:#fff}@media (max-width: 1100px){.aws-home-hero,.aws-home-two-col,.aws-home-capability-grid,.aws-home-resource-grid{grid-template-columns:1fr}.aws-home-hero-panel{justify-content:stretch}.aws-home-highlight-card{max-width:none}.aws-home-cta{flex-direction:column;align-items:flex-start}}@media (max-width: 640px){.aws-home{padding:0 1rem 3rem}.aws-home-hero{padding:3rem 0 2.5rem;gap:1.4rem}.aws-home-actions{flex-direction:column;width:100%}.aws-home-btn{width:100%}.aws-home-highlight-card,.aws-home-capability-card,.aws-home-resource-card,.aws-home-journey-item,.aws-home-cta{border-radius:18px}.aws-home-band-inner{padding:2.25rem 0}}.ez-home{width:100%;color:#f8fafc}.ez-container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2.5rem)}.ez-eyebrow{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;font-weight:800;color:#64bb7e}.ez-btn-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.ez-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.5rem;border-radius:6px;font-size:.95rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:transform .14s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.ez-btn-sm{min-height:40px;font-size:.88rem;padding:0 1.1rem}.ez-btn-primary{background:#64bb7e;color:#0b1220;box-shadow:0 4px 18px #64bb7e47}.ez-btn-primary:hover{background:#52a168;color:#0b1220;transform:translateY(-1px);box-shadow:0 8px 28px #64bb7e61}.ez-btn-ghost{background:transparent;color:#e2e8f0;border:1.5px solid rgba(148,163,184,.4)}.ez-btn-ghost:hover{background:#ffffff12;border-color:#94a3b8b3;color:#fff}.ez-hero{background:linear-gradient(160deg,#0f172a,#1a2e4a 55%,#162440);border-bottom:1px solid rgba(148,163,184,.14)}.ez-hero-inner{display:grid;grid-template-columns:1fr minmax(320px,480px);gap:3.5rem;align-items:center;padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(2rem,4vw,3.5rem)}.ez-hero-copy{max-width:600px}.ez-hero-title{margin:0 0 1rem;font-size:clamp(2.2rem,4.5vw,3.75rem);line-height:1.06;font-weight:900;color:#fff;letter-spacing:-.02em}.ez-hero-sub{margin:0 0 .25rem;font-size:1.05rem;line-height:1.75;color:#b8cce0;max-width:520px}.ez-hero-card-wrap{display:flex;justify-content:flex-end}.ez-panel-card{width:100%;background:#0f172ae6;border:1px solid rgba(100,187,126,.2);border-radius:14px;padding:1.5rem;box-shadow:0 24px 60px #00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ez-panel-kicker{margin:0 0 .3rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#64bb7e;font-weight:700}.ez-panel-title{margin:0 0 1.1rem;font-size:1.15rem;font-weight:800;color:#fff;line-height:1.25}.ez-panel-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.ez-panel-item{display:flex;gap:.9rem;align-items:flex-start;padding:.9rem 1rem;border-radius:10px;background:#ffffff0a;border:1px solid rgba(148,163,184,.1);transition:border-color .18s ease,background .18s ease}.ez-panel-item:hover{background:#64bb7e0d;border-color:#64bb7e38}.ez-panel-num{min-width:36px;height:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#64bb7e26;color:#64bb7e;font-weight:900;font-size:.88rem;flex-shrink:0;border:1px solid rgba(100,187,126,.25)}.ez-panel-item h3{margin:0 0 .2rem;font-size:.92rem;font-weight:700;color:#f1f5f9}.ez-panel-item p{margin:0;font-size:.84rem;line-height:1.55;color:#94a3b8}.ez-logo-strip{background:#00000040;border-top:1px solid rgba(148,163,184,.12)}.ez-logo-strip-inner{display:flex;align-items:center;gap:2rem;padding-top:1.25rem;padding-bottom:1.25rem;flex-wrap:wrap}.ez-logo-strip-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#64748b;white-space:nowrap;padding-right:.5rem;border-right:1px solid rgba(148,163,184,.2)}.ez-logo-link{display:flex;align-items:center;opacity:.65;transition:opacity .2s ease}.ez-logo-link:hover{opacity:1}.ez-league-strip{background:#00000038;border-top:1px solid rgba(148,163,184,.12)}.ez-league-inner{display:flex;align-items:center;gap:1.5rem;padding-top:1.1rem;padding-bottom:1.1rem;flex-wrap:wrap}.ez-league-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#64748b;white-space:nowrap;flex-shrink:0}.ez-league-divider{width:1px;height:28px;background:#94a3b833;flex-shrink:0}.ez-league-logos{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.ez-league-logo-link{display:flex;align-items:center;opacity:.65;transition:opacity .18s ease}.ez-league-logo-link:hover{opacity:1}.ez-league-logo-img{height:64px;width:auto;max-width:200px;object-fit:contain}.ez-league-logo-text{align-items:center;font-size:.88rem;font-weight:700;color:#cbd5e1;letter-spacing:.02em}.ez-band{padding:clamp(3rem,6vw,5rem) 0;border-bottom:1px solid rgba(148,163,184,.1)}.ez-band-alt{background:#0000002e}.ez-section-intro{margin-bottom:2.5rem;max-width:700px}.ez-section-title{margin:0 0 .85rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:900;line-height:1.1;color:#fff;letter-spacing:-.015em}.ez-section-body{margin:0;font-size:1rem;line-height:1.75;color:#94a3b8}.ez-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.ez-cap-card{background:#0f172ab3;border:1px solid rgba(148,163,184,.15);border-radius:12px;padding:1.5rem;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.ez-cap-card:hover{border-color:#64bb7e59;transform:translateY(-3px);box-shadow:0 14px 36px #00000059}.ez-cap-icon{margin-bottom:1rem;color:#64bb7e;display:flex}.ez-cap-card h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:800;color:#fff}.ez-cap-card p{margin:0;font-size:.92rem;line-height:1.65;color:#94a3b8}.ez-two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:4rem;align-items:start}.ez-journey-list{display:flex;flex-direction:column;gap:1rem}.ez-journey-item{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem 1.25rem;background:#0f172a99;border:1px solid rgba(148,163,184,.14);border-radius:12px;transition:border-color .2s ease,background .2s ease}.ez-journey-item:hover{border-color:#64bb7e4d;background:#0f172ad9}.ez-journey-step{min-width:42px;height:42px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#64bb7e;color:#0b1220;font-weight:900;font-size:.82rem;flex-shrink:0;letter-spacing:.02em}.ez-journey-item h3{margin:0 0 .3rem;font-size:1rem;font-weight:800;color:#fff}.ez-journey-item p{margin:0;font-size:.9rem;line-height:1.6;color:#94a3b8}.ez-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.ez-resource-card{background:#0f172a99;border:1px solid rgba(148,163,184,.14);border-radius:12px;padding:1.5rem;transition:border-color .2s ease,transform .18s ease}.ez-resource-card:hover{border-color:#64bb7e4d;transform:translateY(-2px)}.ez-resource-icon{color:#64bb7e;margin-bottom:1rem;display:flex}.ez-resource-card h3{margin:0 0 .45rem;font-size:1rem;font-weight:800;color:#fff}.ez-resource-card p{margin:0;font-size:.9rem;line-height:1.6;color:#94a3b8}.ez-cta-band{padding:clamp(3rem,6vw,5rem) 0;background:linear-gradient(135deg,#64bb7e14,#1e3a8a26);border-top:1px solid rgba(100,187,126,.2)}.ez-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;flex-wrap:wrap}.ez-cta-title{margin:0;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:900;color:#fff;max-width:600px;line-height:1.15;letter-spacing:-.01em}.ez-btn-row-cta{flex-shrink:0}@media (max-width: 1024px){.ez-hero-inner{grid-template-columns:1fr;gap:2.5rem}.ez-hero-card-wrap{justify-content:stretch}.ez-cap-grid,.ez-resource-grid{grid-template-columns:1fr 1fr}.ez-two-col{grid-template-columns:1fr;gap:2.5rem}}@media (max-width: 680px){.ez-cap-grid,.ez-resource-grid{grid-template-columns:1fr}.ez-cta-inner{flex-direction:column;align-items:flex-start}.ez-btn-row-cta{width:100%}.ez-btn-row-cta .ez-btn{flex:1;justify-content:center}.ez-btn-row{width:100%}.ez-btn-row .ez-btn{flex:1;justify-content:center}.ez-hero-title{font-size:2rem}}.sg-page{min-height:100vh;background:#0b1120;color:#e2e8f0;font-family:system-ui,-apple-system,sans-serif}.sg-hero{background:linear-gradient(170deg,#0f1e35,#0b1120 60%);border-bottom:1px solid rgba(148,163,184,.1);padding:64px 24px 52px;position:relative;overflow:hidden}.sg-hero:after{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:700px;height:400px;background:radial-gradient(ellipse,rgba(100,187,126,.07) 0%,transparent 70%);pointer-events:none}.sg-hero-inner{max-width:680px;margin:0 auto;text-align:center;position:relative;z-index:1}.sg-hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#64bb7e;margin:0 0 14px}.sg-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.03em;color:#f1f5f9;margin:0 0 14px;line-height:1.08}.sg-hero-sub{font-size:1rem;color:#64748b;line-height:1.7;margin:0 auto 40px;max-width:480px}.sg-pips{display:flex;align-items:flex-start;justify-content:center;gap:4px;flex-wrap:wrap}.sg-pip{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 14px;border-radius:8px;border:1px solid rgba(148,163,184,.12);background:#ffffff08;color:#64748b;cursor:pointer;transition:all .18s ease;min-width:72px}.sg-pip:hover{border-color:#64bb7e4d;color:#94a3b8;background:#64bb7e0d}.sg-pip--on{border-color:#64bb7e;background:#64bb7e1a;color:#64bb7e}.sg-pip-num{font-size:15px;font-weight:800;line-height:1}.sg-pip-label{font-size:9px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.sg-body{max-width:780px;margin:0 auto;padding:40px 24px 80px}.sg-steps{display:flex;flex-direction:column;gap:10px;margin-bottom:48px}.sg-step{background:#111827;border:1px solid rgba(148,163,184,.1);border-radius:12px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.sg-step:hover{border-color:#94a3b833}.sg-step--open{border-color:#64bb7e66;box-shadow:0 0 0 1px #64bb7e26,0 8px 32px #0000004d}.sg-step-hd{width:100%;display:flex;align-items:center;gap:18px;padding:22px 24px;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s ease}.sg-step-hd:hover{background:#ffffff05}.sg-badge{flex-shrink:0;width:42px;height:42px;border-radius:50%;border:2px solid rgba(148,163,184,.2);background:#ffffff0a;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#64748b;transition:all .2s ease}.sg-badge--on{background:#64bb7e;border-color:#64bb7e;color:#0b1120}.sg-step-labels{flex:1;display:flex;flex-direction:column;gap:3px;min-width:0}.sg-step-phase{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#475569;display:flex;align-items:center;gap:6px}.sg-step-icon{font-size:13px}.sg-step-title{font-size:1rem;font-weight:700;color:#f1f5f9;letter-spacing:-.01em;line-height:1.3}.sg-step-sub{font-size:.8125rem;color:#64748b;line-height:1.5}.sg-chevron{flex-shrink:0;font-size:24px;color:#475569;line-height:1;transition:transform .25s cubic-bezier(.4,0,.2,1),color .2s ease;margin-right:2px;-webkit-user-select:none;user-select:none}.sg-chevron--open{transform:rotate(90deg);color:#64bb7e}.sg-step-bd{max-height:0;overflow:hidden;transition:max-height .38s cubic-bezier(.4,0,.2,1)}.sg-step-bd--open{max-height:700px}.sg-step-bd-inner{border-top:1px solid rgba(148,163,184,.08);padding:24px 24px 28px 84px}.sg-lock-banner{display:flex;align-items:center;gap:10px;background:#fbbf2412;border:1px solid rgba(251,191,36,.2);border-radius:8px;padding:10px 14px;font-size:.8125rem;color:#fbbf24;margin-bottom:20px}.sg-lock-icon{font-size:14px;flex-shrink:0}.sg-desc{font-size:.9rem;color:#94a3b8;line-height:1.75;margin:0 0 20px}.sg-checklist{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:10px}.sg-check-item{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:#cbd5e1;line-height:1.55}.sg-check-mark{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#64bb7e1f;border:1.5px solid rgba(100,187,126,.35);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#64bb7e;margin-top:1px}.sg-note{display:flex;align-items:flex-start;gap:10px;background:#94a3b80d;border:1px solid rgba(148,163,184,.12);border-left:3px solid #3b82f6;border-radius:7px;padding:12px 14px;font-size:.8125rem;color:#94a3b8;line-height:1.6;margin-bottom:22px}.sg-note-icon{flex-shrink:0;width:16px;height:16px;border-radius:50%;background:#3b82f626;border:1.5px solid rgba(59,130,246,.35);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:#60a5fa;margin-top:1px}.sg-cta-row{display:flex}.sg-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background:#64bb7e;color:#0b1120;border:none;border-radius:7px;font-size:.875rem;font-weight:700;cursor:pointer;letter-spacing:.01em;transition:background .18s ease,transform .15s ease,box-shadow .18s ease}.sg-cta-btn:hover{background:#52a168;transform:translate(2px);box-shadow:0 4px 14px #64bb7e4d}.sg-cta-arrow{transition:transform .15s ease;display:inline-block}.sg-cta-btn:hover .sg-cta-arrow{transform:translate(3px)}.sg-footer-cta{background:linear-gradient(135deg,#0f2030,#111827);border:1px solid rgba(100,187,126,.15);border-radius:16px;padding:48px 40px;text-align:center;position:relative;overflow:hidden}.sg-footer-cta:before{content:"";position:absolute;bottom:-30%;left:50%;transform:translate(-50%);width:500px;height:300px;background:radial-gradient(ellipse,rgba(100,187,126,.08) 0%,transparent 70%);pointer-events:none}.sg-footer-title{font-size:1.5rem;font-weight:800;color:#f1f5f9;margin:0 0 12px;letter-spacing:-.02em;position:relative}.sg-footer-body{font-size:.9rem;color:#64748b;max-width:400px;margin:0 auto 28px;line-height:1.7;position:relative}.sg-footer-btns{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;position:relative}.sg-footer-btn{padding:12px 28px;border-radius:7px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .18s ease;letter-spacing:.01em}.sg-footer-btn--primary{background:#64bb7e;color:#0b1120;border:none;box-shadow:0 4px 14px #64bb7e40}.sg-footer-btn--primary:hover{background:#52a168;transform:translateY(-1px);box-shadow:0 8px 20px #64bb7e59}.sg-footer-btn--ghost{background:transparent;color:#94a3b8;border:1px solid rgba(148,163,184,.2)}.sg-footer-btn--ghost:hover{background:#ffffff0a;color:#f1f5f9;border-color:#94a3b866}@media (max-width: 600px){.sg-hero{padding:48px 16px 40px}.sg-body{padding:28px 16px 60px}.sg-step-hd{gap:14px;padding:18px 16px}.sg-step-bd-inner{padding:20px 16px 24px}.sg-badge{width:36px;height:36px;font-size:13px}.sg-pip{min-width:60px;padding:8px 10px}.sg-footer-cta{padding:36px 20px}.sg-pips{gap:6px}}.acct-page{max-width:1100px;margin:0 auto;padding:2.5rem clamp(1rem,3vw,2rem) 4rem}.acct-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.acct-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#f1f5f9;margin:0 0 4px;letter-spacing:-.025em;line-height:1.15}.acct-subtitle{font-size:.9rem;color:#64748b;margin:0;line-height:1.6}.acct-userchip{display:flex;align-items:center;gap:12px;background:#ffffff0a;border:1px solid rgba(148,163,184,.14);border-radius:12px;padding:10px 16px;flex-shrink:0}.acct-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#64bb7e,#3d9960);color:#0b1120;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;letter-spacing:.02em;flex-shrink:0}.acct-userchip-name{font-size:.875rem;font-weight:700;color:#f1f5f9;line-height:1.3}.acct-userchip-email{font-size:.75rem;color:#64748b;line-height:1.3}.acct-grid{display:grid;grid-template-columns:220px 1fr;gap:1.5rem;align-items:start}@media (max-width: 768px){.acct-grid{grid-template-columns:1fr}}.acct-sidebar{background:#111827;border:1px solid rgba(148,163,184,.12);border-radius:14px;padding:8px;display:flex;flex-direction:column;gap:2px;position:sticky;top:80px}.acct-sidebtn{display:flex;flex-direction:column;align-items:flex-start;gap:3px;width:100%;padding:11px 14px;border-radius:9px;border:none;background:transparent;color:#cbd5e1;font-size:.875rem;font-weight:600;cursor:pointer;text-align:left;transition:background .15s ease,color .15s ease;line-height:1.3}.acct-sidebtn:hover:not(:disabled){background:#94a3b814;color:#f1f5f9}.acct-sidebtn:disabled{opacity:.4;cursor:not-allowed}.acct-sidebtn.is-active{background:#64bb7e1f;color:#64bb7e;outline:1px solid rgba(100,187,126,.2)}.acct-sidebtn.danger{color:#fca5a5}.acct-sidebtn.danger.is-active{background:#ef44441a;color:#f87171;outline:1px solid rgba(239,68,68,.2)}.acct-sidehint{font-size:.7rem;font-weight:500;color:#475569;line-height:1.3}.acct-sideline{height:1px;background:#94a3b81a;margin:6px 4px}.acct-content{display:flex;flex-direction:column;gap:1rem;min-width:0}.acct-card{background:#111827;border:1px solid rgba(148,163,184,.12);border-radius:14px;overflow:hidden}.acct-card.danger{border-color:#ef444440;background:#111827}.acct-card-head{padding:20px 24px 16px;border-bottom:1px solid rgba(148,163,184,.08)}.acct-card-title{font-size:1rem;font-weight:700;color:#f1f5f9;margin:0 0 4px;letter-spacing:-.01em}.acct-card-subtitle{font-size:.8125rem;color:#64748b;margin:0;line-height:1.55}.acct-card-body{padding:20px 24px}.acct-card-foot{padding:14px 24px 18px;border-top:1px solid rgba(148,163,184,.08);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.acct-form-grid{display:flex;flex-direction:column;gap:1rem}.acct-field{display:flex;flex-direction:column;gap:5px}.acct-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8}.acct-input{height:42px;border-radius:8px;border:1px solid rgba(148,163,184,.2);background:#fffffff5;color:#0f172a;padding:0 12px;font-size:.9rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease;width:100%;box-sizing:border-box}.acct-input:focus{border-color:#64bb7e;box-shadow:0 0 0 3px #64bb7e26}.acct-input-readonly{background:#94a3b814;color:#94a3b8;border-color:#94a3b81a}.acct-help{font-size:.75rem;color:#475569;line-height:1.5}.acct-alert{border-radius:9px;padding:12px 16px;font-size:.875rem;font-weight:500;line-height:1.55;margin-bottom:0}.acct-alert.ok{background:#64bb7e1a;border:1px solid rgba(100,187,126,.3);color:#86efac}.acct-alert.err{background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#fca5a5}.acct-mutedbox{border-radius:10px;background:#94a3b80d;border:1px solid rgba(148,163,184,.1);padding:16px 18px}.acct-muted-title{font-size:.875rem;font-weight:700;color:#94a3b8;margin-bottom:4px}.acct-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 18px;border-radius:7px;font-size:.875rem;font-weight:600;cursor:pointer;border:1px solid rgba(148,163,184,.2);background:#ffffff0d;color:#cbd5e1;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .14s ease,box-shadow .18s ease;white-space:nowrap;text-decoration:none}.acct-btn:hover:not(:disabled){background:#ffffff17;color:#f1f5f9;border-color:#94a3b859;transform:translateY(-1px)}.acct-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.acct-btn.primary{background:#64bb7e;color:#0b1120;border-color:#64bb7e66;font-weight:700}.acct-btn.primary:hover:not(:disabled){background:#52a168;border-color:#64bb7e99;box-shadow:0 6px 18px #64bb7e59}.acct-btn.small{height:32px;padding:0 12px;font-size:.8rem;border-radius:6px}.acct-btn.danger-outline{border-color:#ef444459;color:#fca5a5;background:#ef44440f}.acct-btn.danger-outline:hover:not(:disabled){background:#ef444424;border-color:#ef44448c;color:#fca5a5}.acct-btn.danger{background:#dc2626;color:#fff;border-color:#dc262680}.acct-btn.danger:hover:not(:disabled){background:#b91c1c;box-shadow:0 6px 18px #dc26264d}.acct-inline{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.acct-billing-title{font-size:.9375rem;font-weight:700;color:#f1f5f9;margin-bottom:2px}.acct-divider,.acct-sideline{height:1px;background:#94a3b81a;margin:1rem 0;border:none}.acct-pm-list{display:flex;flex-direction:column;gap:8px}.acct-pm-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#ffffff08;border:1px solid rgba(148,163,184,.12);border-radius:10px;flex-wrap:wrap}.acct-pm-main{display:flex;align-items:center;gap:12px;min-width:0}.acct-pm-brand{width:38px;height:38px;border-radius:8px;background:#64bb7e1f;border:1px solid rgba(100,187,126,.25);color:#64bb7e;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.acct-pm-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.acct-pm-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.acct-pm-name{font-size:.875rem;font-weight:700;color:#f1f5f9}.acct-pm-sub{font-size:.75rem;color:#64748b}.acct-pm-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;flex-shrink:0}.acct-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.acct-badge-default{background:#64bb7e26;border:1px solid rgba(100,187,126,.3);color:#64bb7e}.auth-password-wrap{position:relative;display:flex;align-items:center}.auth-input-password{padding-right:60px!important}.auth-password-toggle{position:absolute;right:10px;background:transparent;border:none;font-size:.75rem;font-weight:600;color:#64748b;cursor:pointer;padding:4px 6px;border-radius:4px;transition:color .15s ease}.auth-password-toggle:hover{color:#94a3b8}.modal-overlay{position:fixed;inset:0;background:#0b1120b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:9000}.modal-card{width:min(640px,96vw);background:#111827;border:1px solid rgba(148,163,184,.15);border-radius:16px;box-shadow:0 32px 80px #00000080;overflow:hidden}.modal-card-sm{width:min(480px,96vw)}.modal-card-confirm{width:min(440px,96vw)}.modal-head{padding:20px 24px 16px;border-bottom:1px solid rgba(148,163,184,.1);display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.modal-title{font-size:1.0625rem;font-weight:700;color:#f1f5f9;line-height:1.25;margin-bottom:3px}.modal-subtitle{font-size:.8125rem;color:#64748b;line-height:1.5}.modal-x{flex-shrink:0;width:32px;height:32px;border-radius:8px;border:1px solid rgba(148,163,184,.15);background:#ffffff0a;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .15s ease}.modal-x:hover{background:#ef44441a;border-color:#ef44444d;color:#fca5a5}.modal-body{padding:20px 24px}.modal-section{margin-bottom:16px}.modal-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.modal-row-label{font-size:.875rem;font-weight:600;color:#94a3b8}.modal-row-value{flex:1;max-width:180px}.modal-error{margin-top:12px;padding:10px 14px;border-radius:8px;background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#fca5a5;font-size:.8125rem;font-weight:500}.modal-confirm-text{font-size:.9rem;color:#cbd5e1;line-height:1.6;margin:0 0 8px}.modal-confirm-details{font-size:.8125rem;color:#64748b;line-height:1.6;margin:0}.modal-foot{padding:14px 24px 18px;border-top:1px solid rgba(148,163,184,.08);display:flex;align-items:center;justify-content:flex-end}.modal-foot-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-left:auto}.modal-btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 18px;border-radius:7px;font-size:.875rem;font-weight:600;cursor:pointer;border:1px solid rgba(148,163,184,.2);background:#ffffff0d;color:#cbd5e1;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .14s ease;white-space:nowrap}.modal-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.modal-btn-primary{background:#64bb7e;border-color:#64bb7e73;color:#0b1120;font-weight:700}.modal-btn-primary:hover:not(:disabled){background:#52a168;box-shadow:0 6px 18px #64bb7e59;transform:translateY(-1px)}.modal-btn-danger{background:#dc262614;border-color:#dc26264d;color:#fca5a5}.modal-btn-danger:hover:not(:disabled){background:#dc262629;box-shadow:0 6px 18px #dc262633}.modal-btn-ghost{background:transparent;border-color:#94a3b826;color:#94a3b8}.modal-btn-ghost:hover:not(:disabled){background:#ffffff0d;color:#f1f5f9}.clubs-inline-notice{display:flex;align-items:center;gap:14px;padding:14px 18px;background:#fbbf240f;border:1px solid rgba(251,191,36,.2);border-radius:10px;flex-wrap:wrap}.clubs-inline-notice__icon{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#fbbf2426;border:1.5px solid rgba(251,191,36,.35);color:#fbbf24;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center}.clubs-inline-notice__content{flex:1;min-width:0}.clubs-inline-notice__title{font-size:.875rem;font-weight:700;color:#fbbf24;margin-bottom:2px}.clubs-inline-notice__text{font-size:.8125rem;color:#94a3b8;line-height:1.5}.clubs-status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.clubs-status-badge--complete{background:#64bb7e26;border:1px solid rgba(100,187,126,.3);color:#64bb7e}.clubs-status-badge--incomplete{background:#94a3b814;border:1px solid rgba(148,163,184,.18);color:#64748b}.clubs-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.8rem;font-weight:700}.clubs-pill--ok{background:#64bb7e1f;border:1px solid rgba(100,187,126,.3);color:#64bb7e}.clubs-pill--todo{background:#94a3b814;border:1px solid rgba(148,163,184,.18);color:#94a3b8}@media (max-width: 600px){.acct-header{flex-direction:column}.acct-userchip{width:100%}.acct-card-body,.acct-card-head,.acct-card-foot,.modal-body,.modal-head,.modal-foot{padding-left:16px;padding-right:16px}.acct-pm-row{flex-direction:column;align-items:flex-start}.acct-pm-actions{width:100%}}.modal-form-grid{display:flex;flex-direction:column;gap:16px}.modal-select{width:100%;height:42px;border-radius:8px;border:1px solid rgba(148,163,184,.2);background:#fffffff5;color:#0f172a;padding:0 12px;font-size:.9rem;outline:none;box-sizing:border-box;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease;appearance:auto}.modal-select:focus{border-color:#64bb7e;box-shadow:0 0 0 3px #64bb7e26}.modal-select:disabled{opacity:.5;cursor:not-allowed;background:#94a3b814;color:#94a3b8}.modal-foot--spread{justify-content:space-between!important;flex-direction:row}.modal-btn-danger-solid{background:#dc2626;border-color:#dc262680;color:#fff;font-weight:700}.modal-btn-danger-solid:hover:not(:disabled){background:#b91c1c;box-shadow:0 6px 18px #dc26264d;transform:translateY(-1px)}.modal-btn-danger-solid:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.modal-mapping-detail{background:#94a3b80d;border:1px solid rgba(148,163,184,.12);border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:8px;margin-top:10px}.modal-mapping-row{display:flex;align-items:baseline;gap:10px;font-size:.875rem}.modal-mapping-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#64748b;min-width:120px;flex-shrink:0}.modal-mapping-value{color:#f1f5f9;font-weight:500;line-height:1.4}
