:root{--bg:#f4f4f6;--surface:#ffffff;--surface-2:#f8f8fa;--surface-3:#f0f1f5;--text:#111111;--muted:#6f7481;--border:#d9dce2;--shadow:0 10px 30px rgba(0,0,0,0.08);--red:#e21b23;--red-dark:#c6151c;--black:#111111;--track:#e7e8ec;--success:#1f9d57;--warning:#f0a500}*{box-sizing:border-box}body,html{padding:0;margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-sans,Arial,Helvetica,sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1 1}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;border:none}img{max-width:100%;display:block}.page-shell{min-height:100vh;background:var(--bg)}.container{width:min(1240px,calc(100% - 48px));margin:0 auto}.section{padding:80px 0}.eyebrow{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);font-size:.82rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.section-title{margin:16px 0 12px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.05em;font-weight:900}.section-copy{max-width:720px;font-size:1.08rem;line-height:1.6}.red{color:var(--red)}.muted{color:var(--muted)}.hidden{display:none}.cta-button,.ghost-button,.secondary-button,.small-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;font-weight:800;transition:transform .12s ease,opacity .12s ease,background .12s ease}.cta-button:hover,.ghost-button:hover,.secondary-button:hover,.small-button:hover{transform:translateY(-1px)}.cta-button{min-height:48px;padding:0 18px;background:var(--red);color:#ffffff;box-shadow:var(--shadow)}.cta-button.large{min-height:56px;padding:0 24px;font-size:1.02rem}.cta-button.full{width:100%}.secondary-button{min-height:48px;padding:0 18px;background:var(--surface);color:var(--text);border:1px solid var(--border)}.secondary-button.large{min-height:56px;padding:0 24px;font-size:1.02rem}.secondary-button.full{width:100%}.ghost-button{min-height:42px;padding:0 14px;background:transparent;color:var(--muted);border:1px solid var(--border)}.small-button{min-height:38px;padding:0 12px;background:var(--red);color:#ffffff;font-size:.92rem}.landing{min-height:100vh;background:radial-gradient(circle at top left,rgba(226,27,35,.08),transparent 30%),radial-gradient(circle at top right,rgba(0,0,0,.05),transparent 28%),var(--bg)}.landing-nav{width:min(1240px,calc(100% - 48px));margin:0 auto;min-height:88px;justify-content:space-between;gap:24px}.landing-nav,.nav-links{display:flex;align-items:center}.nav-links{gap:28px;color:var(--muted);font-weight:700}.nav-actions{display:flex;align-items:center;gap:12px}.logo{font-size:2rem;font-weight:900;letter-spacing:-.06em}.logo .red{color:var(--red)}.hero{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:72px 0 84px;text-align:center}.hero h1{margin:18px auto 16px;max-width:980px;font-size:clamp(2.8rem,7vw,5.5rem);line-height:.96;letter-spacing:-.07em;font-weight:900}.hero p{max-width:760px;margin:0 auto;color:var(--muted);font-size:1.12rem;line-height:1.65}.hero-buttons{margin-top:30px;gap:14px}.hero-buttons,.hero-micro{display:flex;justify-content:center;flex-wrap:wrap}.hero-micro{margin-top:26px;gap:22px;color:var(--muted);font-size:.96rem;font-weight:700}.feature-strip{width:min(1240px,calc(100% - 48px));margin:0 auto;padding-bottom:70px}.feature-grid{display:grid;grid-gap:18px;gap:18px}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:var(--shadow)}.feature-card .number{width:38px;height:38px;border-radius:999px;background:var(--red);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:16px}.feature-card h3{margin:0 0 10px;font-size:1.3rem;font-weight:800}.feature-card p{margin:0;color:var(--muted);line-height:1.6}.faq-grid,.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.faq-card,.pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:26px;box-shadow:var(--shadow)}.pricing-card.accent{border-color:rgba(226,27,35,.45);box-shadow:0 10px 28px rgba(226,27,35,.12)}.price-line{margin:12px 0 16px;font-size:3rem;font-weight:900;letter-spacing:-.06em}.price-line span{font-size:1rem;color:var(--muted);margin-left:6px;font-weight:700}.price-list{grid-gap:10px;gap:10px;margin:18px 0 10px}.portal-shell{display:flex;min-height:100vh;width:100%}.portal-main{flex:1 1;padding:30px;overflow-x:auto}.sidebar{width:255px;min-width:255px;padding:22px 14px;background:linear-gradient(180deg,#121212,#1b1d24);color:#ffffff;display:flex;flex-direction:column;justify-content:space-between;transition:width .2s ease,min-width .2s ease;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar.collapsed{width:92px;min-width:92px}.sidebar-top{display:flex;flex-direction:column;gap:20px}.collapse-btn{align-self:flex-end;width:34px;height:34px;border-radius:10px;background:rgba(255,255,255,.08);color:#ffffff;font-weight:800}.sidebar-brand{font-size:2rem;font-weight:900;letter-spacing:-.06em}.sidebar-brand .red{color:var(--red)}.sidebar-nav{display:flex;flex-direction:column;gap:8px;margin-top:10px}.sidebar-link{display:flex;align-items:center;gap:14px;min-height:52px;padding:0 14px;border-radius:12px;color:rgba(255,255,255,.78);font-size:1.05rem;font-weight:700;transition:background .15s ease,color .15s ease;background:transparent}.sidebar-link:hover{background:rgba(255,255,255,.08);color:#ffffff}.sidebar-link.active{background:var(--red);color:#ffffff}.sidebar-icon{width:24px;text-align:center;font-size:1.1rem;font-weight:800}.sidebar-cta{width:100%;min-height:48px;margin-top:24px;border-radius:12px;background:var(--red);color:#ffffff;font-weight:800;font-size:1rem}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.page-title{margin:0;font-size:2.75rem;font-weight:800;letter-spacing:-.03em}.topbar-actions{display:flex;align-items:center;gap:12px}.topbar-chip{min-height:44px;color:var(--muted);font-weight:700}.notification-btn,.theme-toggle,.topbar-chip{padding:0 16px;display:inline-flex;align-items:center;border-radius:12px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.notification-btn,.theme-toggle{min-height:48px;gap:10px;color:var(--text);font-weight:800}.notification-count{min-width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;font-size:.82rem;font-weight:900}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:var(--shadow);animation:fadeSlideIn .2s ease both}.panel+.panel{margin-top:20px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.panel-header h2,.panel-header h3{margin:0;font-size:1.6rem;font-weight:800;letter-spacing:-.03em}.panel-note{margin-top:12px;color:var(--muted);font-size:.94rem}.error-message{border-radius:12px;background:#fff0f0;border:1px solid #fca5a5;color:#b91c1c}.error-message,.success-message{margin:14px 0;padding:12px 16px;font-weight:700;font-size:.93rem;line-height:1.5}.success-message{border-radius:12px;background:#f0fdf4;border:1px solid #86efac;color:#15803d}.info-message{margin:14px 0;padding:12px 16px;border-radius:12px;background:#eff6ff;border:1px solid #93c5fd;color:#1d4ed8;font-weight:700;font-size:.93rem;line-height:1.5}.xp-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:20px}.xp-activity-list{display:grid;grid-gap:10px;gap:10px}.xp-activity-item{min-height:56px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);display:flex;align-items:center;justify-content:space-between;gap:10px}.xp-activity-time{margin-top:4px;font-size:.82rem;color:var(--muted)}.xp-activity-xp{font-weight:900;color:var(--success);white-space:nowrap}.tier-reward-list{margin:10px 0 0;padding-left:20px;color:var(--text);display:grid;grid-gap:8px;gap:8px}.stats-grid{display:grid;grid-gap:18px;gap:18px}.stats-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.stats-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:22px 20px;box-shadow:var(--shadow)}.stat-card.big{padding:24px}.stat-card.accent{border-color:rgba(226,27,35,.5);box-shadow:0 10px 28px rgba(226,27,35,.12)}.stat-title{font-size:1.02rem;font-weight:700;color:var(--text);margin-bottom:10px}.stat-value{font-size:2.2rem;font-weight:900;letter-spacing:-.04em;color:var(--text)}.stat-subtext{margin-top:8px;color:var(--muted);font-size:.96rem}.inline-muted{font-size:1.05rem;font-weight:700;color:var(--muted);margin-left:8px}.table-like{display:grid;grid-gap:12px;gap:12px}.table-head,.table-row{display:grid;align-items:center;grid-gap:14px;gap:14px}.table-head.six,.table-row.six{grid-template-columns:1.25fr 1fr 1.1fr 1fr .9fr .8fr}.table-head{color:var(--muted);font-size:.9rem;font-weight:800;padding:0 8px;text-transform:uppercase;letter-spacing:.03em}.table-row{min-height:70px;padding:0 12px;border-radius:14px;background:var(--surface-2);border:1px solid var(--border)}.progress-track{width:100%;height:7px;border-radius:999px;background:var(--track);overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--red-dark) 0,var(--red) 100%)}.portal-toolbar{display:flex;gap:12px;margin:22px 0}.filter-group{display:flex;gap:10px;flex-wrap:wrap}.filter{min-height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-weight:800}.filter.active{background:var(--red);color:#fff;border-color:var(--red)}.match-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.match-card{background:var(--surface-2);border:1px solid var(--border);border-radius:16px;padding:18px;display:grid;grid-gap:10px;gap:10px}.match-card-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:4px}.rating{color:var(--warning);font-weight:900}.quote-box{background:var(--surface-2);border:1px solid var(--border);border-radius:16px;padding:18px;display:grid;grid-gap:10px;gap:10px}.quote-box div{display:flex;justify-content:space-between;gap:14px;font-weight:800}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.detail-grid .wide{grid-column:span 2}.dashboard-columns{display:grid;grid-template-columns:1.45fr .75fr;grid-gap:18px;gap:18px;margin-top:18px}.column-side{display:grid;grid-gap:16px;gap:16px}.mini-panel{box-shadow:var(--shadow)}.leaderboard-list{.filter-bar{display:flex;flex-wrap:wrap;gap:8px;padding:14px 0 16px}.filter-input{min-height:38px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:.88rem;padding:0 12px;outline:none;flex:1 1;min-width:140px;font-family:inherit;transition:border-color .15s}.filter-input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(226,27,35,.08)}.filter-input-sm{min-width:80px;flex:0 0 80px}.filter-select{min-height:38px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:.88rem;padding:0 10px;outline:none;cursor:pointer;font-family:inherit;transition:border-color .15s}.filter-select:focus{border-color:var(--red)}.filter-payout-range{display:flex;align-items:center;gap:6px}.filter-range-sep{color:var(--muted);font-size:.9rem}.athlete-dir-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:14px;gap:14px;margin-top:16px}.athlete-dir-card{border:1px solid var(--border);border-radius:14px;padding:14px 16px;background:var(--surface);display:flex;flex-direction:column;gap:8px;transition:box-shadow .15s}.athlete-dir-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.07)}.athlete-dir-card-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.athlete-dir-name{font-weight:700;font-size:.95rem;color:var(--text)}.tier-badge{font-size:.72rem;font-weight:800;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.tier-bronze{background:#fef3e2;color:#92400e}.tier-silver{background:#f3f4f6;color:#4b5563}.tier-gold{background:#fffbeb;color:#92400e}.tier-platinum{background:#eff6ff;color:#1d4ed8}.tier-diamond{background:#f5f3ff;color:#6d28d9}.athlete-dir-meta{display:flex;flex-wrap:wrap;gap:4px 8px;font-size:.82rem;color:var(--muted)}.athlete-dir-meta span:after{content:" ·"}.athlete-dir-meta span:last-child:after{content:""}.athlete-dir-deals{font-size:.8rem;color:var(--muted);line-height:1.4;border-top:1px solid var(--border);padding-top:6px}.athlete-dir-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.athlete-dir-payout{font-size:.82rem;font-weight:600;color:var(--text)}.athlete-dir-rating{font-size:.82rem;color:#b45309;font-weight:600}}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at top left,rgba(226,27,35,.08),transparent 26%),radial-gradient(circle at top right,rgba(0,0,0,.05),transparent 20%),var(--bg)}.auth-card{width:min(720px,100%);background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:28px;box-shadow:var(--shadow)}.auth-brand{margin-bottom:22px}.auth-brand h1{margin:0 0 8px;font-size:2.7rem;font-weight:900;letter-spacing:-.05em}.auth-controls{display:grid;grid-gap:12px;gap:12px;margin-bottom:20px}.mode-switch,.role-switch{display:flex;gap:10px}.mode-switch button,.role-switch button{flex:1 1;min-height:46px;border-radius:12px;background:var(--surface-2);color:var(--muted);border:1px solid var(--border);font-weight:800}.mode-switch button.active,.role-switch button.active{background:var(--red);color:#fff;border-color:var(--red)}.auth-form{display:grid;grid-gap:16px;gap:16px}.form-row.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.prototype-note{padding:14px 16px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);font-size:.95rem;line-height:1.5}.drawer{position:fixed;top:0;right:-430px;width:400px;height:100vh;background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow);z-index:60;transition:right .22s ease;display:flex;flex-direction:column}.drawer.open{right:0}.drawer-header{min-height:72px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.drawer-header h3{margin:0;font-size:1.35rem;font-weight:800}.drawer-body{padding:20px;overflow-y:auto}.chat-thread{display:grid;grid-gap:12px;gap:12px}.message{max-width:82%;padding:12px 14px;border-radius:14px;line-height:1.5}.message.left{background:var(--surface-2);border:1px solid var(--border)}.message.right{background:var(--red);color:#fff;margin-left:auto}.stack-list{display:grid;grid-gap:12px;gap:12px}.mini-card{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:16px}.modal-overlay{position:fixed;inset:0;background:rgba(14,18,26,.48);display:flex;align-items:center;justify-content:center;padding:24px;z-index:70}.modal{width:100%;max-width:640px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.modal-close{background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--muted);padding:4px 8px;border-radius:6px;line-height:1;transition:color .15s,background .15s;font-family:inherit}.modal-close:hover{color:var(--text);background:var(--surface-2)}.modal.wide{max-width:900px}.modal-header{min-height:74px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.modal-header h3{margin:0;font-size:1.5rem;font-weight:800}.modal-body{padding:22px}.modal-footer{padding:18px 22px 22px;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--border)}.campaign-timeline-section{margin-top:24px;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface-2)}.timeline-section-header{display:flex;align-items:flex-start;gap:12px;padding:16px 18px 14px;border-bottom:1px solid var(--border);background:var(--surface-1)}.timeline-icon{font-size:1.4rem;line-height:1;margin-top:2px}.timeline-section-header strong{display:block;font-size:.95rem;margin-bottom:2px}.timeline-subtext{font-size:.8rem;color:var(--text-muted);margin:0}.timeline-row{display:flex;flex-direction:column;gap:0}.timeline-layer{padding:16px 18px;border-bottom:1px solid var(--border)}.timeline-layer:last-child{border-bottom:none}.timeline-layer-fixed{opacity:.85}.timeline-layer-label{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.timeline-badge{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0;margin-top:1px}.timeline-badge.claim{background:#1d4ed8;color:#fff}.timeline-badge.complete{background:#15803d;color:#fff}.timeline-badge.review{background:#b45309;color:#fff}.timeline-layer-label strong{display:block;font-size:.88rem;margin-bottom:2px}.timeline-layer-desc{font-size:.78rem;color:var(--text-muted)}.timeline-options{display:flex;flex-wrap:wrap;gap:8px}.timeline-option-btn{padding:7px 14px;border-radius:8px;border:1.5px solid var(--border);background:var(--surface-1);color:var(--text);font-size:.82rem;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.timeline-option-btn:hover{border-color:var(--red)}.timeline-option-btn.selected{border-color:var(--red);background:var(--red);color:#fff;font-weight:600}.timeline-fixed-note{display:flex;flex-direction:column;gap:4px}.timeline-fixed-note span:first-child{font-size:.85rem;font-weight:600;color:var(--text)}.timeline-auto-note{font-size:.77rem;color:var(--text-muted)}.timeline-summary{padding:12px 18px;border-top:1px solid var(--border);font-size:.82rem;color:var(--text-muted);background:var(--surface-1)}.timeline-summary strong{color:var(--text)}input,select,textarea{width:100%;min-height:48px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);padding:0 14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(226,27,35,.12)}label{display:flex;flex-direction:column;gap:8px;font-weight:700;color:var(--text)}.form-grid{display:grid;grid-gap:18px;gap:18px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:1100px){.dashboard-columns,.detail-grid,.faq-grid,.feature-grid,.form-grid.two,.match-grid,.pending-grid,.pricing-grid,.stats-grid.four,.stats-grid.three,.table-head.four,.table-head.six,.table-row.four,.table-row.six,.xp-grid{grid-template-columns:1fr}.sidebar{display:none}.container,.feature-strip,.hero,.landing-nav{width:min(100%,calc(100% - 24px))}}.landing-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(226,27,35,.08),transparent 26%),radial-gradient(circle at top right,rgba(0,0,0,.05),transparent 20%),var(--bg)}.landing-header{width:min(1240px,calc(100% - 48px));margin:0 auto;min-height:92px;justify-content:space-between;gap:24px}.landing-brand,.landing-header{display:flex;align-items:center}.landing-brand{gap:14px;flex:1 1}.landing-logo-mark{width:72px;height:72px;position:relative;flex-shrink:0}.landing-logo-white{left:6px;top:4px;border-left:10px solid #ffffff;border-bottom:10px solid #ffffff}.landing-logo-red,.landing-logo-white{position:absolute;width:34px;height:34px}.landing-logo-red{right:6px;top:22px;border-top:10px solid var(--red);border-right:10px solid var(--red)}.landing-logo-text{font-size:2.4rem;font-weight:900;letter-spacing:-.08em;line-height:1;color:var(--text)}.logo-red{color:var(--red)}.landing-nav-links{display:flex;align-items:center;gap:28px;color:var(--muted);font-weight:700}.landing-nav-links a:hover{color:var(--text)}.landing-header-actions{display:flex;align-items:center;gap:12px;flex:1 1;justify-content:flex-end}.hero-section{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:68px 0 82px;text-align:center}.hero-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);font-size:.84rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.hero-title{margin:18px auto 16px;max-width:980px;font-size:clamp(3rem,7vw,5.8rem);line-height:.95;letter-spacing:-.07em;font-weight:900}.hero-copy{max-width:760px;margin:0 auto;color:var(--muted);font-size:1.12rem;line-height:1.7}.hero-actions{margin-top:32px;display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.large-button{min-height:56px;padding:0 24px;font-size:1rem}.hero-subpoints{margin-top:24px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;color:var(--muted);font-size:.96rem;font-weight:700}.landing-section{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:34px 0 84px}.section-kicker{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.section-heading{margin:18px 0 12px;max-width:920px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.05em;font-weight:900}.section-copy{max-width:760px;color:var(--muted);font-size:1.05rem;line-height:1.7}.about-grid,.faq-grid,.feature-grid{display:grid;grid-gap:18px;gap:18px}.about-grid,.feature-grid{margin-top:28px;grid-template-columns:repeat(3,minmax(0,1fr))}.faq-grid{margin-top:28px;grid-template-columns:repeat(2,minmax(0,1fr))}.faq-card,.feature-card,.info-card,.pricing-card,.social-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.faq-card,.feature-card,.info-card,.pricing-card{padding:24px}.faq-card h3,.feature-card h3,.info-card h3,.pricing-card h3{margin:0 0 10px;font-size:1.22rem;font-weight:800}.faq-card p,.feature-card p,.info-card p,.pricing-card p{margin:0;color:var(--muted);line-height:1.65}@keyframes waitlistFloatIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.waitlist-shell{min-height:100vh;padding:56px 24px 72px;background:radial-gradient(circle at 12% 0,rgba(226,27,35,.2),transparent 34%),radial-gradient(circle at 92% 8%,rgba(0,0,0,.1),transparent 30%),linear-gradient(160deg,#f6f6f8,#eceff3 55%,#f8f8f9)}.waitlist-center{display:flex;align-items:center;justify-content:center}.waitlist-panel{width:min(1120px,100%);margin:0 auto;border:1px solid rgba(17,17,17,.08);background:linear-gradient(165deg,rgba(255,255,255,.95),rgba(255,255,255,.86));border-radius:28px;box-shadow:0 22px 52px rgba(17,17,17,.14),inset 0 1px 0 rgba(255,255,255,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:waitlistFloatIn .45s ease both}.waitlist-panel-center{max-width:760px;text-align:center;padding:44px 42px}.waitlist-panel-form{max-width:860px;padding:36px 34px}.waitlist-header-block{margin-bottom:18px}.waitlist-title{margin:0;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:-.05em;line-height:.96;font-weight:900}.waitlist-subtitle{margin:14px auto 0;max-width:740px;color:#404552;font-size:1.04rem;line-height:1.65}.waitlist-copy{margin:10px auto 0;max-width:680px;color:var(--muted);line-height:1.62}.waitlist-selector-grid{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.waitlist-option{min-height:58px;padding:0 20px;border-radius:14px;border:1px solid rgba(17,17,17,.12);display:inline-flex;align-items:center;justify-content:center;font-weight:800;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.waitlist-option:hover{transform:translateY(-1px);box-shadow:0 12px 22px rgba(17,17,17,.1)}.waitlist-option-athlete{background:#ffffff;color:#1f2430}.waitlist-option-business{background:#151820;color:#ffffff;border-color:#151820}.waitlist-form{margin-top:18px;display:grid;grid-gap:14px;gap:14px}.waitlist-field{display:grid;grid-gap:8px;gap:8px}.waitlist-field label,.waitlist-field-label{margin:0;font-size:.95rem;font-weight:800;color:#16191f}.waitlist-form input,.waitlist-form select,.waitlist-form textarea{background:#fbfbfc;border:1px solid #d7dce5;border-radius:12px}.waitlist-form textarea{min-height:114px;padding:12px 14px;resize:vertical}.waitlist-choice-list{display:grid;grid-gap:8px;gap:8px}.waitlist-choice-item{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border-radius:10px;border:1px solid #dde1e8;background:#ffffff;transition:border-color .12s ease,background .12s ease}.waitlist-choice-item:has(input:checked){border-color:rgba(226,27,35,.52);background:rgba(226,27,35,.06)}.waitlist-choice-item input{width:18px;min-height:18px;height:18px;margin:0}.waitlist-error{margin:4px 0 0;padding:10px 12px;border-radius:10px;border:1px solid #f6aaaa;background:#fff2f2;color:#b91c1c;font-weight:700;font-size:.9rem}.waitlist-link-button,.waitlist-submit{min-height:50px;border-radius:12px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;transition:transform .12s ease,opacity .12s ease,box-shadow .12s ease}.waitlist-submit{width:100%;margin-top:8px;background:linear-gradient(150deg,#e21b23,#c7151d);color:#fff;box-shadow:0 14px 28px rgba(226,27,35,.28)}.waitlist-link-button:hover,.waitlist-submit:hover{transform:translateY(-1px)}.waitlist-submit:disabled{opacity:.6;cursor:not-allowed}.waitlist-success-actions{margin-top:14px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.waitlist-link-button{border:1px solid transparent}.waitlist-link-button-primary{background:linear-gradient(150deg,#e21b23,#ca171f);color:#fff;box-shadow:0 12px 24px rgba(226,27,35,.24)}.waitlist-link-button-dark{background:#131722;color:#fff}.waitlist-link-button-muted{background:#ffffff;border-color:#d3d9e3;color:#222737}.preview-journey-grid{margin:12px 0 24px;display:grid;grid-gap:14px;gap:14px}.preview-feature-card,.preview-signal-card,.preview-step-card{text-align:left;border-radius:16px;border:1px solid rgba(17,17,17,.12)}.preview-step-card{background:linear-gradient(140deg,#f7f8fb,#f0f3f8);padding:16px}.preview-feature-card h4,.preview-signal-card h4,.preview-step-card h3{margin:0 0 8px}.preview-feature-card p,.preview-signal-card p,.preview-step-card p{margin:0;color:var(--muted);line-height:1.58}.preview-features-grid,.preview-signals-grid{margin-bottom:22px;display:grid;grid-gap:12px;gap:12px}.preview-features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-feature-card{background:#fff;padding:14px}.preview-signals-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.preview-signal-card{background:#161a24;border-color:#1f2532;color:#ffffff;padding:14px}.preview-signal-card p{color:rgba(255,255,255,.82)}.prototype-banner{margin:8px auto 24px;width:min(720px,100%);border:1px dashed rgba(226,27,35,.45);border-radius:12px;padding:10px 14px;background:rgba(226,27,35,.06);display:flex;justify-content:space-between;gap:10px;font-size:.9rem;color:#7b1d22;font-weight:700}.prototype-portals-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-bottom:20px}.prototype-portal-card{text-align:left;border-radius:16px;border:1px solid rgba(17,17,17,.12);background:#ffffff;padding:16px;box-shadow:0 12px 24px rgba(17,17,17,.08)}.prototype-portal-head h3{margin:0;font-size:1.25rem}.prototype-portal-head p{margin:6px 0 0;color:var(--muted)}.prototype-portal-head{border-radius:12px;padding:12px;margin-bottom:12px}.prototype-portal-head.athlete{background:linear-gradient(135deg,#f4f7ff,#eef2ff)}.prototype-portal-head.business{background:linear-gradient(135deg,#fff4f5,#ffeef0)}.prototype-stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:12px}.prototype-stats-row div{background:#f8fafc;border:1px solid #e4e8ef;border-radius:10px;padding:10px}.prototype-stats-row strong{display:block;font-size:1.1rem}.prototype-stats-row span{color:#5a6373;font-size:.82rem;font-weight:700}.prototype-list-card{border:1px solid #e3e7ee;border-radius:12px;padding:12px;margin-bottom:12px;background:#fbfcfe}.prototype-list-card h4{margin:0 0 10px}.prototype-list-card ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.prototype-list-card li{border:1px solid #e4e8ef;border-radius:10px;background:#ffffff;padding:10px;display:flex;justify-content:space-between;gap:10px;align-items:center}.prototype-list-card li span{font-weight:700;font-size:.92rem}.prototype-list-card li em{font-style:normal;font-size:.78rem;color:#5a6373;font-weight:700}.prototype-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.prototype-actions button{min-height:38px;border-radius:10px;border:1px solid #d7dce5;background:#f0f3f7;color:#4f596c;font-weight:800;cursor:not-allowed;opacity:.88}.prototype-note{margin:0 auto 22px;width:min(760px,100%);border:1px solid rgba(17,17,17,.1);border-radius:14px;background:linear-gradient(160deg,#f7f8fb,#f3f5f9);padding:16px;text-align:left}.prototype-note h4{margin:0 0 6px}.prototype-note p{margin:0;color:var(--muted);line-height:1.6}.prototype-shell{padding-top:48px;display:grid;grid-gap:24px;gap:24px}.prototype-cta-row,.prototype-hero,.prototype-note,.prototype-stage{width:min(1240px,100%);margin-left:auto;margin-right:auto}.prototype-stage{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.prototype-sidebar,.prototype-workspace{border:1px solid rgba(17,17,17,.08);border-radius:26px;background:linear-gradient(160deg,rgba(255,255,255,.94),rgba(247,248,251,.9));box-shadow:0 24px 56px rgba(17,17,17,.12)}.prototype-sidebar{position:-webkit-sticky;position:sticky;top:24px;padding:18px;display:grid;grid-gap:18px;gap:18px}.prototype-brand-block{padding:14px;border-radius:18px;background:linear-gradient(145deg,#10131a,#1a1f2a);color:#fff}.prototype-brand-block p{margin:12px 0 0;color:rgba(255,255,255,.78);line-height:1.6}.prototype-brand-logo{display:inline-flex;align-items:baseline;gap:0;font-size:clamp(2rem,3vw,2.7rem);font-weight:900;letter-spacing:-.08em;line-height:.9;text-transform:none}.prototype-brand-logo-hil{color:#e42321}.prototype-brand-logo-link{color:#ffffff}.prototype-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.footer-legal-link,.prototype-action-cluster button,.prototype-click-list button,.prototype-mode-switch button,.prototype-panel-head button,.prototype-sidebar-nav button,.prototype-stat-tile,.prototype-topbar-actions button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;font:inherit}.prototype-mode-switch button{min-height:52px;border-radius:14px;border:1px solid #d7dce5;background:#fff;font-weight:800;color:#2a3140;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease}.prototype-mode-switch button.athlete.is-active{background:linear-gradient(135deg,#eef3ff,#e3ebff);border-color:#b8c9ff;box-shadow:0 12px 24px rgba(73,108,255,.12)}.prototype-mode-switch button.business.is-active{background:linear-gradient(135deg,#fff0f2,#ffe2e5);border-color:#f0b2b8;box-shadow:0 12px 24px rgba(226,27,35,.14)}.prototype-action-cluster button:hover,.prototype-click-list button:hover,.prototype-mode-switch button:hover,.prototype-panel-head button:hover,.prototype-sidebar-nav button:hover,.prototype-stat-tile:hover,.prototype-topbar-actions button:hover{transform:translateY(-1px)}.prototype-sidebar-nav{display:grid;grid-gap:8px;gap:8px}.prototype-sidebar-nav button{min-height:46px;border-radius:12px;background:#f4f6f9;color:#3b4454;text-transform:capitalize;font-weight:800;text-align:left;padding:0 14px;transition:background .12s ease,color .12s ease,box-shadow .12s ease}.prototype-sidebar-nav button.is-current{background:#141922;color:#fff;box-shadow:0 12px 24px rgba(20,25,34,.24)}.prototype-demo-callout{padding:14px;border-radius:16px;background:rgba(226,27,35,.06);border:1px solid rgba(226,27,35,.12)}.prototype-demo-callout strong{display:block;margin-bottom:6px}.prototype-demo-callout p{margin:0;color:#5a6373;line-height:1.6}.prototype-workspace{padding:22px;display:grid;grid-gap:18px;gap:18px}.prototype-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.prototype-topbar-kicker{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:#eff2f7;color:#5a6373;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.prototype-topbar h2{margin:12px 0 0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.02;letter-spacing:-.04em}.prototype-topbar-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.prototype-action-cluster button,.prototype-panel-head button,.prototype-topbar-actions button{min-height:42px;border-radius:12px;padding:0 14px;background:#131722;color:#fff;font-weight:800;box-shadow:0 12px 20px rgba(19,23,34,.16)}.prototype-panel-head button,.prototype-topbar-actions button.ghost{background:#eef2f7;color:#2f3847;box-shadow:none}.prototype-stats-row.interactive{margin-bottom:0}.prototype-stat-tile{width:100%;text-align:left;background:#f8fafc;border:1px solid #e4e8ef;border-radius:10px;padding:10px;transition:box-shadow .12s ease,border-color .12s ease}.prototype-click-list button.is-selected,.prototype-stat-tile:hover{border-color:rgba(226,27,35,.24);box-shadow:0 12px 24px rgba(226,27,35,.1)}.prototype-content-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);grid-gap:18px;gap:18px}.prototype-detail-panel,.prototype-panel-list{border:1px solid #e4e8ef;border-radius:20px;background:#fff;padding:16px}.prototype-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.prototype-detail-card h5,.prototype-detail-hero h4,.prototype-panel-head h3{margin:0}.prototype-click-list{display:grid;grid-gap:10px;gap:10px}.prototype-click-list button{text-align:left;border-radius:16px;border:1px solid #e4e8ef;background:#fbfcfe;padding:14px;display:grid;grid-gap:6px;gap:6px;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.prototype-click-list button strong{font-size:.98rem}.prototype-click-list button em,.prototype-click-list button span,.prototype-detail-card p,.prototype-detail-hero p{color:#5a6373}.prototype-click-list button em{font-style:normal;font-weight:700;font-size:.84rem}.prototype-detail-hero{border-radius:18px;padding:18px;margin-bottom:14px}.prototype-detail-hero.athlete{background:linear-gradient(140deg,#eef3ff,#e4ebff)}.prototype-detail-hero.business{background:linear-gradient(140deg,#fff1f2,#ffe6e8)}.prototype-detail-hero span{display:inline-block;margin-bottom:10px;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#5a6373}.prototype-detail-hero h4{font-size:1.35rem;margin-bottom:8px}.prototype-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.prototype-detail-card{border-radius:16px;border:1px solid #e4e8ef;background:#fbfcfe;padding:14px}.prototype-detail-card p{margin:10px 0 0;line-height:1.6}.prototype-action-cluster{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.prototype-action-cluster button{background:linear-gradient(150deg,#e21b23,#ca171f)}.prototype-cta-row{margin-bottom:8px}.feature-number{width:40px;height:40px;margin-bottom:16px;border-radius:999px;background:var(--red);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.social-section{padding-top:10px}.social-strip{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.social-card{padding:20px;display:flex;align-items:center;gap:16px}.social-card p{margin:4px 0 0;color:var(--muted)}.social-icon{width:50px;height:50px;border-radius:14px;background:var(--surface-2);border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:900;color:var(--red);flex-shrink:0}.pricing-grid{margin-top:28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.featured-pricing{border-color:rgba(226,27,35,.5);box-shadow:0 10px 28px rgba(226,27,35,.12)}.pricing-big{margin:14px 0 16px;font-size:3.2rem;font-weight:900;letter-spacing:-.06em}.pricing-big span{margin-left:2px;font-size:1rem;color:var(--muted);font-weight:700;letter-spacing:.01em}.early-access-section{text-align:center}.early-access-section .section-copy,.early-access-section .section-heading,.early-access-section .section-kicker{margin-left:auto;margin-right:auto;text-align:center}.early-access-section .section-copy{max-width:760px}.price-list{display:grid;grid-gap:12px;gap:12px;margin:18px 0 14px}.price-list div{display:flex;align-items:center;justify-content:space-between;gap:14px;font-weight:800}.landing-footer{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:56px 0 48px;display:flex;flex-direction:column;align-items:center;gap:12px;color:var(--muted);border-top:1px solid var(--border)}.footer-logo-row{display:flex;align-items:center;justify-content:center;gap:40px}.footer-logo-link{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:0}.footer-logo{height:104px;width:auto;object-fit:contain;transition:opacity .15s}.footer-logo-link:hover .footer-logo{opacity:.75}.footer-link-btn{background:none;border:none;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--muted);padding:0;transition:color .15s;font-family:inherit}.footer-link-btn:hover{color:var(--text)}.footer-legal-links{display:flex;justify-content:center}.footer-legal-link{background:transparent;color:#697182;font-weight:700;padding:0}.footer-legal-link:hover{color:var(--red)}.footer-modal-body{text-align:center;padding:32px 24px}.footer-modal-body p{margin:0 0 8px;font-size:1rem}.footer-modal-body a{font-size:1.1rem;font-weight:700;color:var(--red)}.footer-modal-scroll{max-height:80vh;overflow-y:auto;padding:24px;line-height:1.7;font-size:.94rem}.footer-modal-scroll h4{margin:20px 0 8px}.footer-modal-scroll p{margin:0}.footer-copy{max-width:480px;text-align:center;line-height:1.6;font-size:.9rem}.footer-legal{font-size:.82rem;color:var(--muted);opacity:.7}.legal-page{min-height:100vh;padding:48px 0 96px;background:radial-gradient(circle at top left,rgba(226,27,35,.08),transparent 28%),radial-gradient(circle at top right,rgba(0,0,0,.05),transparent 24%),var(--bg)}.legal-container{display:flex;justify-content:center}.legal-card{width:min(840px,100%);padding:40px;border:1px solid var(--border);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:var(--shadow)}.legal-title{margin-bottom:14px}.legal-intro{margin-bottom:28px}.legal-section+.legal-section{margin-top:24px}.legal-section h2{margin:0 0 10px;font-size:1.12rem;letter-spacing:-.02em}.legal-list,.legal-section p{margin:0;color:var(--muted);line-height:1.7}.legal-list{padding-left:22px}.legal-inline-link{color:var(--red);font-weight:800}.legal-updated{margin:32px 0 0;color:var(--muted);font-size:.95rem}@media (max-width:1100px){.hero-section,.landing-footer,.landing-header,.landing-section{width:min(100%,calc(100% - 24px))}.landing-header{flex-direction:column;align-items:flex-start}.hero-subpoints,.landing-header-actions,.landing-nav-links{flex-wrap:wrap}.about-grid,.faq-grid,.feature-grid,.pricing-grid,.social-strip{grid-template-columns:1fr}.waitlist-panel{border-radius:20px}.waitlist-panel-center,.waitlist-panel-form{padding:28px 18px}.preview-features-grid,.preview-signals-grid,.prototype-content-grid,.prototype-detail-grid,.prototype-portals-grid,.prototype-stage,.waitlist-selector-grid{grid-template-columns:1fr}.prototype-sidebar{position:static}.footer-logo-row,.prototype-panel-head,.prototype-topbar{flex-direction:column;align-items:stretch}.prototype-action-cluster,.prototype-topbar-actions{justify-content:stretch}.prototype-action-cluster button,.prototype-panel-head button,.prototype-topbar-actions button{width:100%}.prototype-banner{flex-direction:column;text-align:center}.prototype-actions,.prototype-stats-row{grid-template-columns:1fr}.prototype-list-card li{flex-direction:column;align-items:flex-start}.waitlist-success-actions{flex-direction:column}.waitlist-link-button{width:100%}.legal-card{padding:28px 22px;border-radius:22px}}.notif-bell-wrap{position:relative;display:inline-block}.notif-bell-btn{display:inline-flex;align-items:center;gap:5px;min-height:44px;padding:0 12px;border-radius:10px;background:var(--surface);border:1px solid var(--border);color:var(--text);font-size:15px;cursor:pointer;transition:background .12s ease}.notif-bell-btn:hover{background:var(--surface-2)}.notif-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--red);color:#fff;font-size:11px;font-weight:700;line-height:1}.notif-dropdown{position:absolute;right:0;top:calc(100% + 8px);width:330px;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 16px 48px rgba(0,0,0,.16);z-index:1000;overflow:hidden}.notif-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border)}.notif-dropdown-header strong{font-size:14px;font-weight:800}.notif-mark-all-btn{font-size:12px;color:var(--muted);background:none;border:none;cursor:pointer;padding:0;font-weight:700}.notif-mark-all-btn:hover{color:var(--text)}.notif-list{max-height:370px;overflow-y:auto}.notif-empty{padding:32px 16px;text-align:center;color:var(--muted);font-size:13px}.notif-item{display:flex;gap:10px;align-items:flex-start;padding:10px 14px;border-bottom:1px solid var(--border);background:transparent;transition:background .1s ease}.notif-item.unread{background:rgba(59,130,246,.06)}.notif-item-icon{flex-shrink:0;width:22px;text-align:center;margin-top:1px;font-weight:700;font-size:14px}.notif-item-body{flex:1 1;min-width:0}.notif-item-title{font-size:13px;font-weight:700;color:var(--text);line-height:1.3}.notif-item-title.read{font-weight:500}.notif-item-text{font-size:12px;color:var(--muted);margin-top:2px;line-height:1.45}.notif-item-time{font-size:11px;color:var(--muted);margin-top:4px}.notif-item-cta{display:inline-block;margin-top:6px;font-size:12px;font-weight:700;color:var(--brand-600);text-decoration:none}.notif-item-cta:hover{text-decoration:underline}.notif-item-dot{flex-shrink:0;width:7px;height:7px;border-radius:50%;background:var(--red);margin-top:6px}.theme-toggle-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:var(--surface);border:1px solid var(--border);color:var(--text);font-size:17px;cursor:pointer;transition:background .12s ease,color .12s ease}.theme-toggle-btn:hover{background:var(--surface-2)}.athlete-top-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:18px;gap:18px}.athlete-level-card .stat-value{font-size:2rem}.athlete-bottom-grid{display:grid;grid-template-columns:1.5fr .85fr;grid-gap:18px;gap:18px;margin-top:22px}.pending-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.pending-card{background:var(--surface-2);border:1px solid var(--border);border-radius:16px;padding:18px}.pending-card h3{margin:0 0 8px;font-size:1.15rem;font-weight:800}.pending-pay{font-size:1.2rem;font-weight:900;color:var(--red);margin-bottom:8px}.athlete-side-column{display:grid;grid-gap:16px;gap:16px}.mini-panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px}.mini-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mini-panel-head h3{margin:0;font-size:1.15rem;font-weight:800}.leaderboard-list{display:grid;grid-gap:10px;gap:10px}.leaderboard-row{display:flex;justify-content:space-between;font-weight:800}.table-head.four,.table-row.four{grid-template-columns:1.35fr 1fr 1fr 1fr}.table-row.clickable{cursor:pointer}.table-row.clickable:hover{background:var(--surface-3)}.insta-nav{display:flex;align-items:center;gap:6px;font-weight:700}.insta-icon-img{height:24px;width:24px;object-fit:contain}.insta-icon{width:18px;height:18px;border:2px solid black;border-radius:4px;position:relative;display:inline-block}.insta-icon:after{content:"";position:absolute;top:4px;left:4px;width:6px;height:6px;border:2px solid black;border-radius:50%}.logo-image{height:192px}.logo-image,.sidebar-logo{width:auto;object-fit:contain}.sidebar-logo{height:96px}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}