@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Share+Tech+Mono&display=swap";:root{--bg-primary:#08080a;--bg-card:#0f1013;--border-color:#ffffff0a;--border-hover:#ffffff1f;--accent-green:#34d399;--accent-red:#f87171;--accent-cyan:#22d3ee;--accent-gold:#fbbf24;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-muted:#5e6475;--font-sans:"Inter", sans-serif;--font-mono:"Share Tech Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-user-select:none;user-select:none;width:100vw;height:100vh;overflow:hidden}#app{flex-direction:column;width:100%;height:100%;display:flex;position:relative}#dashboard{background-color:var(--bg-primary);z-index:10;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:2.2rem 1rem 3rem;transition:opacity .3s,transform .3s;display:flex;position:absolute;top:0;left:0;overflow-y:auto}#dashboard.hidden{opacity:0;pointer-events:none;transform:translateY(-8px)}.lobby-navbar{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;width:100%;max-width:950px;margin-bottom:1.7rem;padding:.8rem 0;display:flex}.navbar-brand{align-items:center;gap:.5rem;display:flex}.brand-logo{filter:drop-shadow(0 0 8px #34d39947);width:28px;height:28px;display:block}.brand-name{font-family:var(--font-sans);letter-spacing:0;color:#fff;font-size:1.15rem;font-weight:800}.brand-name .dot-win{color:var(--accent-green)}.header{text-align:center;width:100%;max-width:600px;margin-bottom:1.8rem}.moto-meets{letter-spacing:0;color:var(--accent-green);text-transform:uppercase;margin-bottom:.8rem;font-size:.7rem;font-weight:700}.header h1{color:#fff;letter-spacing:0;margin-bottom:.4rem;font-size:2.5rem;font-weight:800}.sub-instructions{color:var(--text-muted);letter-spacing:0;margin-bottom:1.6rem;font-size:.85rem}.search-container{width:100%;max-width:500px;margin-bottom:2rem}.search-box{border:1px solid var(--border-color);background:#0d0e11;border-radius:8px;padding:.3rem .3rem .3rem .85rem;transition:border-color .2s;display:flex}.search-input-wrap{flex:1;min-width:0;position:relative}.search-box:focus-within{border-color:#ffffff1f}.search-box input{width:100%;color:var(--text-primary);font-size:.92rem;font-family:var(--font-sans);background:0 0;border:none;outline:none}.search-box input::placeholder{color:var(--text-muted)}.search-box button{background:var(--accent-green);color:#0b0c0f;cursor:pointer;border:none;border-radius:6px;outline:none;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;transition:opacity .2s}.search-box button:hover{opacity:.9}.search-box button:disabled,.selected-ride-btn:disabled{cursor:wait;opacity:.6}.search-results{z-index:30;border:1px solid var(--border-color);background:#101115;border-radius:8px;display:none;position:absolute;top:calc(100% + .45rem);left:-.85rem;right:-.3rem;overflow:hidden;box-shadow:0 18px 40px #00000059}.search-results.open{display:block}.search-result{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff09;grid-template-columns:72px 1fr auto;align-items:center;gap:.75rem;padding:.72rem .85rem;display:grid}.search-result:last-child{border-bottom:0}.search-result:hover,.search-result.active{background:#ffffff0b}.search-result-symbol{font-family:var(--font-mono);color:#fff;font-weight:700}.search-result-name{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-result-type{color:var(--text-muted);font-size:.68rem}.search-status{color:var(--text-muted);min-height:1.1rem;margin-top:.55rem;font-size:.76rem;line-height:1.45}.search-status:empty{display:none}.search-status.market{color:var(--accent-green)}.search-status.historical,.search-status.loading{color:var(--accent-cyan)}.search-status.simulated,.search-status.error{color:var(--accent-gold)}.selected-track{border:1px solid var(--border-color);background:#101115;border-radius:8px;grid-template-columns:1fr 150px auto;align-items:center;gap:1rem;margin-top:.85rem;padding:.85rem;display:grid}.selected-track[hidden]{display:none}.selected-kicker{color:var(--accent-green);margin-bottom:.35rem;font-size:.62rem;font-weight:800;line-height:1}.selected-title{color:#fff;font-family:var(--font-mono);font-size:1.05rem;font-weight:800}.selected-meta{color:var(--text-secondary);font-size:.76rem;line-height:1.35}.selected-sparkline{width:150px;height:56px}.selected-ride-btn{background:var(--accent-green);color:#0b0c0f;cursor:pointer;font-family:var(--font-sans);white-space:nowrap;border:0;border-radius:6px;padding:.62rem .9rem;font-size:.82rem;font-weight:700}.lobby-layout{gap:2rem;width:100%;max-width:950px;margin-bottom:3rem;display:flex}.lobby-main{flex-direction:column;flex:2.2;display:flex}.lobby-sidebar{flex-direction:column;flex:.9;display:flex}@media (width<=950px){.lobby-layout{flex-direction:column;gap:2rem}.lobby-main,.lobby-sidebar{width:100%}}.trending-header-row,.sidebar-header-row{justify-content:flex-start;margin-bottom:.75rem;display:flex}.trending-title{color:var(--text-muted);letter-spacing:0;font-size:.7rem;font-weight:700}.cards-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;width:100%;display:grid}@media (width<=600px){.cards-grid{grid-template-columns:1fr}.global-stats{gap:1rem}}.card{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;appearance:none;color:inherit;font:inherit;text-align:left;border-radius:8px;flex-direction:column;justify-content:space-between;padding:1rem 1.1rem;transition:border-color .2s,transform .15s;display:flex}.card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.card-header{justify-content:space-between;align-items:center;margin-bottom:.3rem;display:flex}.card-ticker{color:#fff;font-size:1rem;font-weight:600}.badge-difficulty{border-radius:4px;padding:.12rem .4rem;font-size:.68rem;font-weight:500}.badge-difficulty.easy{color:#34d399;background:#34d39914}.badge-difficulty.medium{color:#fbbf24;background:#fbbf2414}.badge-difficulty.hard{color:#f97316;background:#f9731614}.badge-difficulty.insane{color:#f87171;background:#f8717114}.badge-difficulty.loading{color:var(--text-muted);background:#ffffff0a}.card-chart-container{justify-content:center;align-items:center;width:100%;height:65px;margin:.4rem 0;display:flex}.sparkline-canvas{width:100%;height:100%;display:block}.card-footer-info{justify-content:space-between;align-items:center;margin-top:.2rem;font-size:.78rem;display:flex}.card-name{color:var(--text-muted)}.card-return{font-weight:600}.card-return.positive{color:var(--accent-green)}.card-return.negative{color:var(--accent-red)}.card-return.pending{color:var(--text-muted)}.card-meta{align-items:center;margin-top:.6rem;display:flex}.source-pill{border:1px solid #ffffff0f;border-radius:999px;justify-content:center;align-items:center;padding:.18rem .5rem;font-size:.65rem;font-weight:700;line-height:1;display:inline-flex}.source-pill.market{color:var(--accent-green);background:#34d39914}.source-pill.historical{color:var(--accent-cyan);background:#22d3ee14}.source-pill.simulated,.source-pill.arcade{color:var(--accent-gold);background:#fbbf2414}.source-pill.loading,.source-pill.error{color:var(--text-muted);background:#ffffff0a}.instructions-panel{border:1px solid var(--border-color);background:var(--bg-card);border-radius:8px;width:100%;padding:1rem}.keys-list{flex-direction:column;gap:.8rem;display:flex}.key-row{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.action-lbl{font-weight:500}.kbd-group{align-items:center;gap:.25rem;display:flex}.rider-tips-title{margin-top:1.5rem}.tips-panel{border:1px solid var(--border-color);background:var(--bg-card);border-radius:8px;width:100%;padding:1rem}.tips-panel p{color:var(--text-secondary);margin-bottom:.8rem;font-size:.8rem;line-height:1.55}.tips-panel p:last-child{margin-bottom:0}.space-kbd{min-width:90px}kbd{color:var(--text-primary);font-family:var(--font-mono);text-align:center;background:#18191e;border:1px solid #2e2f3d;border-bottom-width:2px;border-radius:4px;min-width:25px;padding:.15rem .4rem;font-size:.75rem}#game-container{width:100%;height:100%;display:none;position:relative}#game-canvas{width:100%;height:100%;display:block}.hud-overlay{pointer-events:none;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:1.5rem;display:flex;position:absolute;top:0;left:0}.hud-header{justify-content:space-between;align-items:flex-start;display:flex}.hud-interactive{pointer-events:auto;gap:.6rem;display:flex}.hud-btn{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;background:#101115;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:border-color .2s,background .2s;display:flex}.hud-btn:hover{border-color:var(--border-hover);background:#ffffff0d}.portfolio-panel{border:1px solid var(--border-color);background:#101115;border-radius:10px;flex-direction:column;min-width:220px;padding:.8rem 1.1rem;display:flex}.portfolio-panel.bullish{border-left:3px solid var(--accent-green)}.portfolio-panel.bearish{border-left:3px solid var(--accent-red)}.portfolio-label{text-transform:uppercase;color:var(--text-muted);letter-spacing:0;margin-bottom:.1rem;font-size:.65rem;font-weight:600}.portfolio-value{font-family:var(--font-mono);margin-bottom:.1rem;font-size:1.45rem;font-weight:700}.portfolio-change{align-items:center;gap:.2rem;font-size:.8rem;font-weight:600;display:flex}.portfolio-change.up{color:var(--accent-green)}.portfolio-change.down{color:var(--accent-red)}.hud-footer{justify-content:space-between;align-items:flex-end;display:flex}.ticker-info{border:1px solid var(--border-color);background:#101115;border-radius:8px;padding:.5rem .8rem}.ticker-name{font-family:var(--font-mono);font-size:1.15rem;font-weight:700}.ticker-date{color:var(--text-muted);font-size:.75rem}.ticker-source{color:var(--text-muted);margin-top:.25rem;font-size:.68rem}.ticker-source.market{color:var(--accent-green)}.ticker-source.historical{color:var(--accent-cyan)}.ticker-source.simulated,.ticker-source.arcade{color:var(--accent-gold)}.stats-panel{border:1px solid var(--border-color);background:#101115;border-radius:8px;gap:1.2rem;padding:.6rem 1.1rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-label{text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:600}.stat-val{font-family:var(--font-mono);font-size:1.15rem;font-weight:700}.stat-val.gold{color:var(--accent-gold)}.stat-val.cyan{color:var(--accent-cyan)}.modal-overlay{z-index:20;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#050608d9;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:none;position:absolute;top:0;left:0}.modal-content{border:1px solid var(--border-color);text-align:center;background:#101115;border-radius:12px;width:100%;max-width:400px;padding:2.2rem;transition:transform .2s;position:relative;transform:translateY(10px);box-shadow:0 15px 40px #0009}.modal-overlay.show{display:flex}.modal-overlay.show .modal-content{transform:translateY(0)}.modal-title{letter-spacing:0;margin-bottom:.4rem;font-size:1.8rem;font-weight:700}.modal-title.crash{color:var(--accent-red)}.modal-title.win{color:var(--accent-green)}.modal-subtitle{color:var(--text-secondary);margin-bottom:1.8rem;font-size:.88rem;line-height:1.4}.modal-stats{background:#00000026;border-radius:8px;margin-bottom:1.8rem;padding:.8rem 1.2rem}.modal-row{border-bottom:1px solid #ffffff08;justify-content:space-between;padding:.55rem 0;display:flex}.modal-row:last-child{border-bottom:none}.row-label{color:var(--text-muted);font-size:.85rem}.row-val{font-family:var(--font-mono);font-size:.95rem;font-weight:500}.row-val.gain{color:var(--accent-green)}.row-val.loss{color:var(--accent-red)}.modal-actions{gap:.75rem;display:flex}.modal-btn{cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font-sans);border:none;border-radius:6px;flex:1;padding:.75rem;transition:opacity .2s}.modal-btn.primary{background:var(--accent-green);color:#0b0c0f}.modal-btn.primary:hover{opacity:.9}.modal-btn.secondary{color:var(--text-primary);border:1px solid var(--border-color);background:#ffffff0a}.modal-btn.secondary:hover{border-color:var(--border-hover);background:#ffffff14}.stunt-alert{font-family:var(--font-mono);color:var(--accent-gold);pointer-events:none;opacity:0;z-index:15;font-size:1.6rem;font-weight:700;transition:all .35s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)scale(.9)}.stunt-alert.show{opacity:1;transform:translate(-50%,-50%)scale(1.05)}.seo-content-section{border-top:1px solid var(--border-color);text-align:left;width:100%;max-width:950px;margin:4rem auto 0;padding:2.5rem 0 0}.seo-content-section h3{font-family:var(--font-sans);color:#fff;margin-top:2.2rem;margin-bottom:.8rem;font-size:1.15rem;font-weight:600}.seo-content-section h2{font-family:var(--font-sans);color:#fff;margin-bottom:1rem;font-size:1.65rem;font-weight:700;line-height:1.2}.seo-content-section h3:first-of-type{margin-top:0}.seo-content-section p{color:var(--text-secondary);margin-bottom:1.2rem;font-size:.9rem;line-height:1.65}.seo-content-section strong{color:#fff;font-weight:500}.seo-faq-grid{grid-template-columns:1fr;gap:1.2rem;margin-top:1.2rem;display:grid}.seo-faq-item{border:1px solid var(--border-color);background:#0c0d10;border-radius:6px;padding:1.1rem}.seo-faq-question{font-family:var(--font-sans);color:#fff;margin-bottom:.4rem;font-size:.92rem;font-weight:600}.seo-faq-answer{color:var(--text-secondary);font-size:.88rem;line-height:1.55}.mobile-controls-overlay{pointer-events:none;z-index:18;justify-content:space-between;width:100%;padding:0 2rem;display:none;position:absolute;bottom:2rem;left:0}.mobile-left-panel,.mobile-right-panel{pointer-events:auto;align-items:flex-end;gap:1rem;display:flex}.mobile-touch-btn{color:var(--text-primary);font-family:var(--font-sans);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-tap-highlight-color:transparent;background:#101115cc;border:1.5px solid #ffffff14;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;min-width:90px;min-height:80px;padding:1rem 1.5rem;font-size:.75rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0003}.mobile-touch-btn:active{background:#ffffff1f;border-color:#fff3;transform:translateY(2px)}.mobile-touch-btn.gas{color:var(--accent-green);background:#34d39926;border-color:#34d39940}.mobile-touch-btn.gas:active{background:#34d39940;border-color:#34d39966}.mobile-touch-btn.jump{color:var(--accent-cyan);background:#22d3ee1a;border-color:#22d3ee33}.mobile-touch-btn.jump:active{background:#22d3ee33;border-color:#22d3ee66}@media (width<=1024px){.mobile-controls-overlay{display:flex}}@media (width<=768px){.hud-overlay{padding:.75rem}.portfolio-panel{min-width:160px;padding:.6rem .8rem}.portfolio-value{font-size:1.15rem}.stats-panel{gap:.75rem;padding:.5rem .8rem}.stat-val{font-size:.95rem}.mobile-controls-overlay{padding:0 1rem;bottom:1rem}.mobile-touch-btn{min-width:70px;min-height:70px;padding:.75rem 1rem}}@media (width<=600px){.trader-profile-bar{grid-template-columns:1fr 1fr;gap:.8rem;padding:.8rem 1rem;display:grid}.header h1{font-size:1.9rem}.logo{font-size:2.2rem}.logo span{font-size:1rem}.moto-meets{font-size:.65rem}.seo-content-section{padding:1.5rem .5rem 0}.selected-track{grid-template-columns:1fr}.selected-sparkline,.selected-ride-btn{width:100%}}@media (width<=480px){.global-stats{flex-direction:column;gap:.75rem}.search-box{background:0 0;border:none;flex-direction:column;padding:.4rem}.search-input-wrap{width:100%}.search-box input{border:1px solid var(--border-color);background:#141519;border-radius:8px;margin-bottom:.5rem;padding:.75rem 1rem}.search-box button{width:100%;padding:.75rem}.search-results{left:0;right:0}.search-result{grid-template-columns:64px 1fr}.search-result-type{display:none}}.hero-illustration{pointer-events:none;justify-content:center;align-items:center;width:100%;margin:1.5rem auto;display:flex}.hero-illustration svg{max-width:100%;display:block}.seo-features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1.2rem;margin-bottom:2.2rem;display:grid}.seo-feature-card{border:1px solid var(--border-color);background:#0d0e11;border-radius:8px;padding:1.25rem}.seo-feature-card h4{font-family:var(--font-sans);color:#fff;margin-bottom:.45rem;font-size:.95rem;font-weight:600}.seo-feature-card p{color:var(--text-secondary)!important;margin-bottom:0!important;font-size:.85rem!important;line-height:1.6!important}@media (width<=600px){.seo-features-grid{grid-template-columns:1fr}}.pc-controls-helper{border:1px solid var(--border-color);pointer-events:none;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d0e11d9;border-radius:8px;align-items:center;gap:1.5rem;padding:.5rem 1rem;transition:opacity .6s,transform .6s;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.pc-controls-helper.fade-out{opacity:0;pointer-events:none;transform:translate(-50%,8px)}.helper-item{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.72rem;display:flex}.helper-item kbd{color:var(--text-primary);font-family:var(--font-mono);text-align:center;background:#18191e;border:1px solid #2e2f3d;border-bottom-width:2px;border-radius:3px;min-width:20px;padding:.1rem .35rem;font-size:.68rem}.helper-item .space-kbd{min-width:50px}@media (pointer:coarse){.pc-controls-helper{display:none!important}}
