:root{--bg: #ffffff;--ink: #111111;--muted: #808080;--line: #eeeeee;--soft: #f6f6f6;--green: #00e000;--accent: #ff00d4;color:var(--ink);background:var(--bg);font-family:MonumentGrotesk,Monument Grotesk,Arial,Helvetica Neue,Helvetica,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button{color:inherit;font:inherit}.app-shell{min-height:100vh;background:var(--bg)}.topbar{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:1fr minmax(280px,480px) 1fr;gap:22px;align-items:center;height:72px;padding:0 24px;background:#fff;border-bottom:1px solid var(--line)}.brand,.topbar nav button,.wallet-button,.ready-button,.kick-console button,.range-tabs button,.back-link,.coin-title-button,.token-card{border:0;background:none;cursor:pointer}.brand{display:inline-flex;align-items:center;justify-self:start;gap:10px;font-size:15px;font-weight:760}.brand-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;overflow:hidden;background:transparent}.brand-icon img{width:100%;height:100%;display:block;object-fit:contain}.top-search-shell{position:relative;justify-self:center;width:100%}.top-search{width:100%;height:44px;display:flex;align-items:center;gap:12px;padding:0 14px;border:1px solid #e4e4e4;border-radius:8px;background:#f8f8f8;color:#ababab;font-size:16px;text-align:left;cursor:pointer}.top-search:hover,.top-search[aria-expanded=true]{border-color:#d8d8d8;background:#fff;color:#777}.coin-search-menu{position:absolute;z-index:35;top:calc(100% + 8px);left:0;right:0;padding:6px;border:1px solid #e2e2e2;border-radius:10px;background:#fffffffa;box-shadow:0 18px 44px #1111111a}.coin-search-option{width:100%;min-height:50px;display:grid;grid-template-columns:32px 1fr auto;gap:12px;align-items:center;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.coin-search-option:hover,.coin-search-option[aria-selected=true]{background:#f7f7f7}.coin-search-option .token-avatar{width:32px;height:32px}.coin-search-option span{min-width:0;overflow:hidden;font-size:15px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.coin-search-option strong{color:#f33;font-size:13px;font-weight:760;white-space:nowrap}.top-actions{display:inline-flex;justify-self:end;gap:8px}.top-actions button{min-width:82px;height:40px;border:1px solid #e9e9e9;border-radius:8px;background:#fff;color:#222;font-size:14px;font-weight:600;cursor:pointer}.top-actions button:last-child{border-color:#111;background:#111;color:#fff}.top-actions .points-badge{min-width:0;padding:0 12px;border-color:#e8e8e8;background:#fff;color:var(--ink);font-size:13px;font-weight:760;font-variant-numeric:tabular-nums;white-space:nowrap}.wallet-login-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.browse-page{width:min(860px,calc(100% - 36px));margin:0 auto;padding:58px 0 84px}.hero-copy{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:0 0 42px}.chart-label{margin:0;color:var(--muted);font-size:13px;font-weight:700}.hero-copy h1{margin:0;font-size:clamp(40px,6vw,64px);line-height:.98;letter-spacing:0}.hero-copy p{max-width:720px;margin:14px 0 0;color:var(--muted);font-size:17px;line-height:1.35;white-space:nowrap}.ready-button,.kick-console button{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:44px;min-width:52px;padding:0 16px;border-radius:9px;background:var(--ink);color:#fff;font-weight:760;line-height:1;text-align:center;white-space:nowrap}.ready-button svg,.kick-console button svg{flex:0 0 auto;display:block}.search-row{display:none}.section-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.section-head h2{margin:0;color:var(--muted);font-size:16px;font-weight:600;line-height:1}.unlocks-head{margin-top:26px}.token-board{display:grid;gap:12px;grid-template-columns:1fr;border-top:0}.token-card{width:100%;display:grid;grid-template-columns:minmax(240px,.9fr) minmax(300px,1.15fr) minmax(128px,.4fr);gap:26px;align-items:center;padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:#fff;text-align:left;contain:layout paint;transition:border-color .16s ease,background .16s ease,transform .16s ease}.token-card:hover{border-color:#11111124;background:#fafafa;transform:translateY(-1px)}.token-card:hover .token-card-head h3{text-decoration:none}.token-card:hover .course-preview-line{opacity:1}.token-card-head{display:flex;align-items:center;gap:14px}.token-card h3{margin:0;font-size:18px;line-height:1;min-width:150px}.token-avatar{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:11px;font-weight:800}.token-avatar img{width:100%;height:100%;object-fit:cover}.difficulty{padding:4px 8px;border-radius:999px;color:var(--muted);background:var(--soft);font-size:12px}.difficulty.insane{color:#ff3b30;background:#fff1f0}.difficulty.easy{color:#009f29;background:#effbf1}.course-preview{width:100%;height:82px;overflow:visible}.course-preview-fill{fill:#ff00d40b}.course-preview-line{fill:none;stroke:var(--accent);stroke-width:2;vector-effect:non-scaling-stroke;opacity:.86;transition:opacity .16s ease}.course-preview-ball{filter:drop-shadow(0 2px 3px rgba(17,17,17,.18))}.token-meta{display:grid;gap:5px;justify-items:end;color:var(--ink);font-size:14px;font-variant-numeric:tabular-nums;min-width:128px}.token-meta strong{font-size:15px;line-height:1}.token-meta .ath-drop{color:#ff3b30}.token-meta span{color:var(--muted);min-width:92px;text-align:right}.token-meta small{color:var(--muted);font-size:12px;font-weight:700;text-align:right}.item-unlocks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.item-unlock-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.item-unlock-card:hover{border-color:#11111124;box-shadow:0 10px 28px #1111110f;transform:translateY(-3px)}.item-unlock-card img{width:100%;aspect-ratio:4 / 5;display:block;object-fit:contain;padding:10px 10px 0;background:#fff}.item-unlock-body{display:grid;grid-template-columns:1fr auto;gap:9px 12px;align-items:start;padding:14px 14px 15px}.item-unlock-body span{display:block;margin-bottom:6px;color:var(--muted);font-size:11px;font-weight:760;text-transform:uppercase}.item-unlock-body h2{margin:0;font-size:20px;line-height:1}.item-unlock-body p{grid-column:1 / -1;margin:0;color:var(--muted);font-size:14px;line-height:1.32}.item-unlock-body p b{color:#111;font-weight:760}.item-unlock-body button{height:36px;min-width:64px;padding:0 15px;border:0;border-radius:8px;background:var(--green);color:#111;font-size:14px;font-weight:760;cursor:pointer}.item-unlock-body button:hover{background:#00d600}.item-unlock-body button.is-unlocked{border:1px solid #e9e9e9;background:#fff}.item-unlock-body button.is-unlocked:hover{border-color:#11111129;background:#f7f7f7}.track-page{width:min(1480px,calc(100% - 40px));min-height:calc(100vh - 64px);margin:0 auto;padding:18px 0 36px}.view-chart .track-page{width:min(640px,calc(100% - 32px));padding-top:28px}.view-kick .track-page,.view-result .track-page{width:min(1080px,calc(100% - 40px));padding-top:16px}.track-info{position:relative;z-index:10;margin:0 0 14px;text-align:left}.coin-info{margin:0 0 12px;text-align:left}.coin-heading{display:flex;align-items:center;justify-content:space-between;gap:28px}.coin-heading .token-avatar{width:38px;height:38px;margin-top:0;border:3px solid #bfbfbf;box-shadow:inset 0 0 0 1px #ffffffd9}.coin-identity{min-width:0}.coin-title-button{display:inline-flex;align-items:center;gap:10px;min-width:0;padding:0;color:var(--ink);text-align:left}.coin-title-button:hover h1{color:#555}.back-link{margin:0 0 8px;padding:0;color:var(--muted);font-size:16px;font-weight:500}.back-link:hover{color:var(--ink)}.track-info p{margin-bottom:8px}.track-info h1{margin:0;font-size:clamp(34px,4.2vw,58px);line-height:.98}.coin-info h1{overflow:hidden;margin:0;font-size:20px;line-height:1.1;font-weight:740;text-overflow:ellipsis;white-space:nowrap}.coin-value{display:block;margin:0 0 8px;font-size:clamp(38px,6vw,42px);line-height:.98;font-weight:730;letter-spacing:0}.coin-change{display:block;color:var(--green);font-size:17px;font-weight:600}.coin-change.all-chart-drop{color:#ff3030}.track-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px;text-align:right}.track-stats span{display:inline-flex;align-items:baseline;gap:6px;min-height:0;padding:0;border:0;border-radius:0;color:var(--ink);background:transparent;font-size:15px;font-weight:700}.track-stats small{color:var(--muted);font-size:15px;font-weight:600}.track-stats strong{font-size:15px;font-weight:700}.track-stage{position:relative;height:min(61vh,560px);min-height:470px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff}.track-stage.chart{height:clamp(300px,36vh,338px);min-height:300px;overflow:visible;border:0;border-radius:0;background:transparent}.stage-plot{position:absolute;inset:0}.track-stage.chart .stage-plot{height:calc(100% - 86px)}.stage-plot>svg{position:absolute;inset:0;width:100%;height:100%}.grid-lines line{stroke:#f3f3f3;stroke-width:1}.track-fill{fill:#ff00d40b}.view-chart .grid-lines,.view-chart .track-fill,.view-chart .track-glow,.track-glow{display:none}.track-line{fill:none;stroke:var(--accent);stroke-width:1.7;filter:none}.view-chart .track-line{stroke-width:1.45;vector-effect:non-scaling-stroke}.chart-endpoint{position:absolute;z-index:9;width:22px;height:22px;pointer-events:none;transform:translate(-50%,-50%)}.chart-endpoint span{position:absolute;inset:-8px;border:2px solid rgba(255,0,212,.22);border-radius:50%;animation:chartEndpointPulse 1.7s ease-out infinite}.chart-endpoint img{position:relative;z-index:1;display:block;width:22px;height:22px;border-radius:50%;filter:drop-shadow(0 2px 5px rgba(17,17,17,.22))}.start-flag{color:#111;opacity:.9}.start-flag line{stroke:currentColor;stroke-width:2}.start-flag path{fill:#111}.start-flag circle{fill:#111}.kick-impact{pointer-events:none}.kick-impact circle{fill:none;stroke:#111;stroke-width:3;opacity:0;transform-origin:center;animation:impactRing .36s ease-out both}.kick-impact path{fill:none;stroke:#111;stroke-linecap:round;stroke-width:3;opacity:0;animation:impactSlash .3s ease-out both}.chart-label{position:absolute;z-index:9;padding:6px 9px;border-radius:8px;color:#fff;background:var(--ink)}.chart-label.ath{right:12%;top:22%}.ready-button{position:absolute;z-index:10;right:24px;bottom:24px}.view-chart .ready-button{left:0;right:0;bottom:0;width:100%;min-height:40px;border-radius:8px;background:var(--green);color:#000;font-size:14px;font-weight:680}.range-tabs{position:absolute;z-index:12;left:50%;bottom:78px;display:inline-flex;align-items:center;gap:22px;color:var(--muted);font-size:13px;font-weight:600;transform:translate(-50%)}.view-chart .range-tabs{bottom:52px;gap:24px;font-size:13px}.range-tabs button{min-width:34px;height:28px;padding:0 9px;border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-weight:700}.range-tabs button.active{display:inline-grid;place-items:center;background:var(--soft);color:var(--ink)}.course-map{position:absolute;z-index:11;right:18px;top:18px;width:min(250px,28%);min-width:176px;height:66px;padding:0;border:1px solid rgba(17,17,17,.16);border-radius:12px;background:#ffffffeb;box-shadow:0 16px 42px #11111112}.course-map svg{width:100%;height:100%;display:block;overflow:visible}.course-map-line{fill:none;stroke:var(--green);stroke-width:1.9;vector-effect:non-scaling-stroke}.course-map-ball{fill:#111;stroke:#fff;stroke-width:2.6;vector-effect:non-scaling-stroke}.bonus-bar{position:absolute;z-index:13;left:18px;top:18px;display:inline-flex;gap:8px}.bonus-bar button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid rgba(17,17,17,.12);border-radius:999px;background:#ffffffe0;color:#111;font-size:12px;font-weight:760;line-height:1;box-shadow:0 12px 34px #1111110f}.bonus-bar button.active{border-color:#00e00080;background:var(--green);color:#111}.bonus-bar button span{color:var(--muted);font-size:11px;font-weight:700}.bonus-bar button.active span{color:#11111194}.bonus-bar button.locked:not(.active){color:#777}.bonus-bar svg{display:block;flex:0 0 auto}.footballer-world,.ball-ground-shadow{pointer-events:none}.ball-ground-shadow ellipse{fill:#111;filter:blur(2px)}.ball-motion-trail{pointer-events:none}.ball-motion-trail path{fill:none;stroke:var(--chart-accent);stroke-linecap:round;stroke-width:2.2;vector-effect:non-scaling-stroke}.ball-motion-trail path:nth-child(1),.ball-motion-trail path:nth-child(3){opacity:.38}.ball-motion-trail path:nth-child(2){opacity:.62}.ball-speed-ring{pointer-events:none}.ball-speed-ring circle{fill:none;stroke:var(--chart-accent);stroke-width:2;vector-effect:non-scaling-stroke;animation:ballSpeedPulse .62s ease-out infinite}.terrain-ball{transform-box:fill-box;transform-origin:center}.terrain-ball image{filter:drop-shadow(0 2px 4px rgba(17,17,17,.24))}.terrain-ball.social image{filter:drop-shadow(0 2px 4px rgba(17,17,17,.22)) saturate(1.16)}.boots-special .plant-leg,.boots-special .swing-leg .stick{stroke:var(--green)}.player-shadow ellipse{fill:#11111114}.stick{fill:none;stroke:#111;stroke-linecap:round;stroke-linejoin:round;stroke-width:5}.arm{stroke-width:4}.back-arm{opacity:.96}.body-rig,.plant-leg,.front-arm,.back-arm,.swing-leg,.player-head-svg{transform-box:view-box;transition:transform 70ms linear}.player-head-svg circle{fill:#fff;stroke:#111;stroke-width:4}.player-head-svg text{fill:#111;font-size:13px;font-weight:900}.head-mark{fill:none;stroke:#111;stroke-linecap:round;stroke-width:3}.kick-foot{fill:#fff;stroke:#111;stroke-width:4}@keyframes impactRing{0%{opacity:.45;transform:scale(.35)}to{opacity:0;transform:scale(1.35)}}@keyframes impactSlash{0%{opacity:0;stroke-dasharray:1 80}25%{opacity:.65}to{opacity:0;stroke-dasharray:46 80}}@keyframes chartEndpointPulse{0%{opacity:.9;transform:scale(.55)}70%{opacity:0;transform:scale(1.55)}to{opacity:0;transform:scale(1.55)}}@keyframes ballSpin{to{rotate:-360deg}}@keyframes ballSpeedPulse{0%{opacity:.44;transform:scale(.72)}to{opacity:0;transform:scale(1.45)}}@keyframes resultProgressFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes verifyingPulse{0%,to{opacity:.35;transform:scale(.82)}50%{opacity:1;transform:scale(1.12)}}.kick-console{position:relative;z-index:12;width:100%;display:inline-flex;gap:10px;align-items:center;justify-content:center;margin:14px auto 0;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.distance-readout{height:44px;display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#fff;line-height:1;white-space:nowrap}.distance-readout span{font-size:18px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:0;white-space:nowrap}.distance-readout strong{color:var(--muted);font-size:12px;font-weight:700;line-height:1;transform:translateY(1px)}.power-meter{position:relative;width:184px;height:44px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#fff}.power-meter span{position:absolute;inset:0 auto 0 0;width:0;border-radius:inherit;background:var(--green);transition:width 40ms linear}.power-meter:after{content:"";position:absolute;z-index:1;left:82%;top:8px;width:12%;height:calc(100% - 16px);border-radius:999px;background:#00e0002e;box-shadow:inset 0 0 0 1px #00e0002e;pointer-events:none}.power-meter.perfect{border-color:#00e000a6}.power-meter.over{border-color:#ff3b305c}.power-meter strong{position:relative;z-index:2;color:#111;font-size:14px;font-weight:760;font-variant-numeric:tabular-nums}.power-meter.ready strong{color:var(--muted)}.kick-console button{height:44px;border-radius:999px;padding:0 24px;box-shadow:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}.charge-button{min-width:146px}.charge-button.active{background:var(--green);color:#111}.kick-console button:disabled{opacity:.7}.result-layer,.unlock-layer,.leaderboard-layer{position:fixed;z-index:40;inset:0;display:flex;justify-content:center;align-items:center;overflow-y:auto;padding:24px}.result-layer{pointer-events:none}.unlock-backdrop,.leaderboard-backdrop{position:absolute;inset:0;border:0;background:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer}.result-panel{position:relative;width:min(580px,100%);padding:22px 20px 20px;border:1px solid rgba(17,17,17,.12);border-radius:10px;background:#fffffff5;box-shadow:0 18px 60px #1111111a;pointer-events:auto}.result-close{position:absolute;right:16px;top:16px;width:32px;height:32px;display:inline-grid;place-items:center;border:1px solid #e9e9e9;border-radius:50%;background:#fff;color:#111;cursor:pointer}.result-close svg{display:block}.result-close:hover{border-color:#1111112e;background:#f8f8f8}.result-panel-head{display:flex;align-items:center;margin:0 48px 12px 0}.result-panel-head span{color:var(--muted);font-size:12px;font-weight:700;line-height:1}.result-panel h2{max-width:500px;margin:14px 0 5px;color:#111;font-size:clamp(22px,2.35vw,26px);font-weight:740;line-height:1.1;letter-spacing:0}.result-snapshot-wrap{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.result-snapshot{width:100%;height:auto;display:block;overflow:visible;background:#fff}.result-progress-row{min-height:20px;display:flex;align-items:center;gap:10px;padding:0 10px 0 0;background:#fff}.result-progress-row strong{flex:0 0 auto;color:#111;font-size:12px;font-weight:740;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.result-progress{flex:1 1 auto;min-width:0;height:3px;overflow:hidden;background:#f1f1f1}.result-progress span{width:var(--progress);height:100%;display:block;border-radius:0 999px 999px 0;background:var(--green);transform-origin:left center;animation:resultProgressFill .76s cubic-bezier(.2,.82,.2,1) both}.result-snapshot-grid line{stroke:#f3f3f3;stroke-width:1}.result-snapshot-label{display:none;fill:var(--muted);font-size:11px;font-weight:700}.result-snapshot-fill{fill:#ff00d40b}.result-snapshot-line{fill:none;stroke:var(--accent);stroke-width:1.8;vector-effect:non-scaling-stroke}.result-snapshot-marker{stroke:#11111138;stroke-width:1;stroke-dasharray:3 4;vector-effect:non-scaling-stroke}.result-snapshot-dot{fill:#111;stroke:#fff;stroke-width:2}.result-snapshot-ball{filter:drop-shadow(0 4px 8px rgba(17,17,17,.24))}.result-panel p{margin:0;color:var(--muted);font-size:14px;font-weight:640;line-height:1.28}.result-panel-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}.result-panel-actions button{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;font-size:14px;font-weight:740;line-height:1;cursor:pointer;white-space:nowrap}.result-panel-actions svg{display:block;flex:0 0 auto}.share-action{background:var(--green);color:#111}.share-action.upgraded,.wallet-action{background:#111;color:#fff}.result-feedback{margin:12px 0 0;min-height:18px;color:var(--muted);font-size:13px;font-weight:650;line-height:1.25;text-align:center}.unlock-panel{position:relative;width:min(420px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:16px;border:1px solid #e9e9e9;border-radius:10px;background:#fff;box-shadow:0 20px 70px #1111111f}.unlock-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:12px}.unlock-head span,.unlock-rule span{display:block;color:var(--muted);font-size:11px;font-weight:760;line-height:1;text-transform:uppercase}.unlock-head h2{margin:6px 0 0;font-size:28px;line-height:1}.unlock-head button{height:36px;padding:0 13px;border:1px solid #e9e9e9;border-radius:8px;background:#fff;color:var(--ink);font-size:13px;font-weight:700;cursor:pointer}.unlock-pack{width:100%;height:300px;display:block;object-fit:contain;margin:0 auto 12px;background:#fff}.unlock-rule{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:48px;padding:0 0 12px;border-bottom:1px solid var(--line)}.unlock-rule strong{font-size:18px;line-height:1}.unlock-panel p{margin:14px 0 16px;color:var(--muted);font-size:14px;line-height:1.4}.unlock-primary{width:100%;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:8px;background:var(--green);color:#111;font-size:14px;font-weight:760;cursor:pointer}.unlock-primary:disabled,.unlock-secondary:disabled,.share-provider-grid button:disabled{cursor:not-allowed;opacity:.55}.unlock-primary svg{display:block}.unlock-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.unlock-secondary{width:100%;height:44px;border:0;border-radius:8px;background:#111;color:#fff;font-size:14px;font-weight:760;cursor:pointer}.unlock-point-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:34px;margin:-2px 0 10px;color:var(--muted);font-size:13px;font-weight:720}.unlock-point-row strong{color:var(--ink);font-variant-numeric:tabular-nums}.unlock-hint{display:block;margin-top:10px;color:var(--muted);font-size:12px;font-weight:680;text-align:center}.share-provider-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.share-provider-grid button{height:44px;border:1px solid var(--line);border-radius:8px;background:#111;color:#fff;font-size:14px;font-weight:760;cursor:pointer;transition:transform .16s ease,background .16s ease}.share-provider-grid button:first-child{background:var(--green);color:#111;border-color:var(--green)}.share-provider-grid button:hover{transform:translateY(-1px)}.share-verifying{height:28px;display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;color:var(--muted);font-size:12px;font-weight:760;letter-spacing:0}.share-verifying span{width:7px;height:7px;border-radius:50%;background:var(--green);animation:verifyingPulse .9s ease-in-out infinite}.unlock-panel em{display:block;margin-top:12px;color:var(--muted);font-size:13px;font-style:normal;font-weight:650;text-align:center}.leaderboard-panel{position:relative;width:min(684px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.leaderboard-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.leaderboard-head span{color:var(--muted);font-size:15px;font-weight:600}.leaderboard-head h2{margin:0 0 5px;font-size:44px;line-height:1}.leaderboard-head button{height:40px;padding:0 16px;border:1px solid #e9e9e9;border-radius:8px;background:#fff;color:var(--ink);font-size:14px;font-weight:700;cursor:pointer}.leaderboard-mode{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px}.leaderboard-mode button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:0;border-radius:8px;background:#f7f7f7;color:var(--ink);font-size:14px;font-weight:760;cursor:default}.leaderboard-mode button.active{background:#111;color:#fff}.leaderboard-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.leaderboard-list li{display:grid;grid-template-columns:28px 52px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:70px;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:#fff}.leaderboard-list li.current{border-color:#00e10057;background:#00e1000a}.leaderboard-list li>strong{color:var(--muted);font-size:15px;font-variant-numeric:tabular-nums;text-align:center}.leaderboard-list .token-avatar{width:46px;height:46px;border-color:transparent}.leaderboard-list b{display:block;font-size:17px;line-height:1.1;font-variant-numeric:tabular-nums}.leaderboard-list span{display:block;margin-top:4px;color:var(--muted);font-size:14px;line-height:1.25}.you-badge{display:inline-flex;align-items:center;min-height:18px;margin-left:6px;padding:0 7px;border-radius:999px;background:#00e1001a;color:#00a800;font-size:11px;font-weight:760;line-height:1;vertical-align:1px}.leaderboard-list em{color:var(--green);font-size:17px;font-style:normal;font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap}.post-kick-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px 0 0;padding:16px 0 0;border-top:1px solid var(--line)}.post-kick-score{display:flex;align-items:baseline;gap:12px;min-width:0}.post-kick-score strong{color:#111;font-size:30px;font-weight:760;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.post-kick-score span{color:var(--muted);font-size:14px;font-weight:650;white-space:nowrap}.post-kick-buttons{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.post-kick-buttons button{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:8px;font-size:14px;font-weight:760;line-height:1;white-space:nowrap;cursor:pointer}.post-kick-buttons svg{display:block;flex:0 0 auto}.post-kick-primary{border:0;background:#111;color:#fff}.post-kick-secondary{border:1px solid var(--line);background:#fff;color:#111}.post-kick-share:not(.upgraded){border-color:var(--green);background:var(--green)}.post-kick-secondary.upgraded{border-color:#111;background:#111;color:#fff}.chart-leaderboard{margin:22px 0 0;padding-bottom:36px}.inline-leaderboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:12px}.inline-leaderboard-head h2{margin:0 0 4px;font-size:18px;line-height:1}.inline-leaderboard-head span{color:var(--muted);font-size:15px;font-weight:700}.inline-leaderboard-head button{height:34px;padding:0 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-size:14px;font-weight:760;cursor:pointer}.inline-leaderboard-head button:hover{background:#fafafa}.leaderboard-list.compact{gap:8px}.leaderboard-list.compact li{min-height:58px;padding:8px 12px;border-radius:9px}.leaderboard-list.compact .token-avatar{width:38px;height:38px}.leaderboard-list.compact b{font-size:15px}.leaderboard-list.compact span{font-size:14px}.leaderboard-list.compact em{font-size:15px}@media(max-width:780px){.topbar{grid-template-columns:1fr auto;height:auto;padding:14px 18px}.top-search-shell{grid-column:1 / -1;order:3}.top-search{height:40px;font-size:14px}.top-actions button{min-width:68px;height:36px;padding:0 12px}.browse-page,.track-page{width:min(100% - 28px,920px)}.token-card{grid-template-columns:minmax(190px,.9fr) minmax(220px,1fr) minmax(112px,.35fr);gap:16px}.token-meta{justify-items:end}.track-stage{min-height:500px;height:58vh}.course-map{right:12px;top:12px;width:150px;min-width:150px;height:58px;border-radius:10px}.bonus-bar{left:12px;top:12px;flex-direction:column;gap:6px}.bonus-bar button{width:132px;height:32px;justify-content:flex-start;padding:0 10px;font-size:11px}.bonus-bar button span{display:none}.kick-console{width:min(330px,calc(100% - 8px));justify-content:center}.power-meter{flex:0 0 150px;width:150px}.charge-button{flex:0 0 142px;min-width:142px;padding:0 16px}.post-kick-actions{align-items:stretch;flex-direction:column}.post-kick-score{justify-content:space-between}.post-kick-buttons{display:grid;grid-template-columns:1fr;justify-content:stretch}.post-kick-buttons button{width:100%}.distance-readout{display:flex}.result-panel-actions{grid-template-columns:1fr}.unlock-layer,.result-layer,.leaderboard-layer{padding:18px}}@media(max-width:560px){.browse-page{padding-top:34px}.hero-copy{display:block;margin-bottom:30px}.hero-copy h1{font-size:36px;line-height:1}.hero-copy p{margin-top:12px;font-size:15px;line-height:1.34;white-space:normal}.hero-copy span{display:block;margin-top:12px}.coin-heading{align-items:flex-start;flex-direction:column;gap:16px}.coin-heading>div{min-width:0}.coin-heading .token-avatar{width:36px;height:36px;border-width:3px}.coin-info h1{max-width:270px;font-size:20px}.track-stats{width:100%;justify-content:flex-start;gap:10px 14px;text-align:left}.view-chart .track-page{padding-top:22px}.track-stage.chart{height:282px;min-height:282px}.view-kick .track-stage,.view-result .track-stage{height:min(46vh,340px);min-height:318px}.track-stage.chart .stage-plot{height:calc(100% - 78px)}.view-chart .range-tabs{bottom:48px}.token-card{position:relative;grid-template-columns:1fr;gap:14px;align-items:start;padding:18px}.token-card-head{padding-right:88px}.token-card h3{min-width:0;font-size:17px}.token-meta{position:absolute;right:18px;top:22px;min-width:0;justify-items:end;gap:0}.token-meta .ath-drop{font-size:14px;white-space:nowrap}.token-meta small{position:absolute;right:0;top:166px;width:max-content;color:var(--muted);font-size:12px;text-align:right}.course-preview{height:104px;margin-top:2px;margin-bottom:18px}.item-unlocks{grid-template-columns:1fr}.item-unlock-card img{max-height:380px}.unlock-pack{height:260px}.unlock-actions,.share-provider-grid{grid-template-columns:1fr}}@media(max-width:520px){.kick-console{width:min(326px,calc(100% - 8px))}}@media(max-width:380px){.brand-name{display:none}.top-actions button{max-width:148px}.top-actions .points-badge{max-width:none;padding:0 10px}.top-search span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.track-info h1{font-size:30px}.coin-heading{gap:12px}.coin-heading .token-avatar{width:34px;height:34px;border-width:3px}.track-stats{gap:8px 10px}.course-map{width:130px;min-width:130px}.bonus-bar button{width:112px;overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.power-meter{flex-basis:132px}.charge-button{flex-basis:132px;min-width:132px}.kick-console{gap:8px}.leaderboard-head h2{font-size:34px}.leaderboard-list li{grid-template-columns:24px 38px minmax(0,1fr);gap:10px}.leaderboard-list em{grid-column:3;justify-self:start;font-size:14px}}
