@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/font-0.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/font-1.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/font-2.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/font-3.woff) format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/font-4.woff) format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/font-5.woff) format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/font-6.woff) format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/font-7.woff) format('woff');
}
:root{color-scheme:dark;--bg:#090b13;--panel:#10131e;--panel2:#161b2a;--line:#272d40;--muted:#b3bbce;--text:#f3f5ff;--lime:#d7fc70;--violet:#a58aff;--cyan:#75edeb;--pink:#ff6d97;--font:'DM Sans',system-ui,sans-serif;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.55}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:disabled{cursor:default}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}button{color:inherit}header{height:86px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 max(24px,calc((100vw - 1344px)/2))}.brand{display:flex;align-items:center;gap:12px;font-family:var(--display);font-size:27px;font-weight:800;letter-spacing:.6px;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:35px;height:35px;color:var(--bg);background:var(--lime);font-family:var(--display);font-weight:900;font-size:27px;transform:skew(-9deg);border-radius:6px}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:600}nav a{color:var(--muted)}nav a:hover,nav a[aria-current=page]{color:var(--text)}.nav-pill{padding:8px 14px;border:1px solid var(--line);border-radius:100px;color:var(--lime)!important}.page{max-width:1392px;margin:auto;padding:29px 24px 70px}.eyebrow{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:1.7px;text-transform:uppercase}.title-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:23px}.title-row h1{font-family:var(--display);font-size:44px;letter-spacing:.2px;line-height:1;margin:7px 0 0;font-weight:800}.title-row p{color:var(--muted);font-size:14px;margin:0 0 4px}.tag{font-size:12px;letter-spacing:.7px;font-weight:600;background:#20251c;color:var(--lime);padding:6px 10px;border:1px solid #39442a;border-radius:6px}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) 294px;gap:22px;align-items:start}.arena-shell{min-width:0;border:1px solid #32394d;border-radius:18px;overflow:hidden;background:#0d111e}.arena-toolbar{min-height:60px;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);background:#131725}.mode-indicator{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700}.mode-indicator:before{content:'';width:7px;height:7px;background:var(--lime);border-radius:50%}.tools{display:flex;gap:8px}.icon-btn{border:1px solid #363d51;border-radius:7px;background:transparent;min-width:36px;height:34px;display:grid;place-items:center;font-size:14px}.icon-btn:hover{background:#282e41}.icon-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.arena{position:relative;isolation:isolate;height:520px;overflow:hidden;background:#0b0d1b}.arena canvas{display:block;width:100%;height:100%;touch-action:none;outline:none}.hud{position:absolute;top:22px;left:24px;right:24px;display:flex;justify-content:space-between;pointer-events:none;z-index:2;gap:20px}.hud-label{color:#afb5cd;font-size:11px;letter-spacing:1.8px;font-weight:700}.hud-score{font-family:var(--display);font-size:40px;line-height:1.1;font-weight:700;letter-spacing:1px}.hud-right{text-align:right}.lives{color:var(--pink);font-size:22px;letter-spacing:5px;margin-top:4px}.hud-timer{color:var(--lime);font-family:var(--display);font-size:24px}.combo{position:absolute;left:24px;top:102px;color:var(--lime);font-size:14px;font-weight:700;z-index:2}.overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;z-index:3;padding:24px;background:linear-gradient(180deg,rgba(9,11,23,.2),rgba(9,11,23,.5));backdrop-filter:blur(1px)}[hidden]{display:none!important}.start-content{max-width:460px}.little-pill{display:inline-flex;border:1px solid #4a436a;background:#211d38;color:#c6b5ff;border-radius:100px;padding:5px 12px;font-size:12px;letter-spacing:1.5px;font-weight:700}.game-title{font-family:var(--display);font-style:italic;font-size:clamp(68px,8vw,112px);font-weight:900;line-height:.85;letter-spacing:-1px;margin:22px 0 19px;text-transform:uppercase;text-shadow:0 4px 40px #7155bd55}.game-title span{color:var(--lime)}.start-content p{max-width:320px;margin:0 auto 24px;color:#bbc1d6;font-size:15px;line-height:1.6}.primary{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:50px;background:var(--lime);color:#151b0b;border:0;border-radius:8px;padding:12px 28px;font-weight:800;font-size:15px;box-shadow:0 0 24px #d7fc7012}.primary:hover{background:#e6ff9f;transform:translateY(-1px)}.play-main{min-width:216px;height:54px}.play-triangle{font-size:15px}.keyboard-note{font-size:12px;color:#a3aac3;margin-top:13px}.keyboard-note kbd{border:1px solid #44495f;border-radius:3px;padding:1px 5px;font:inherit;color:#d5d9e8}.arena-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;gap:12px;min-height:54px;font-size:12px;color:var(--muted);border-top:1px solid var(--line)}.arena-footer b{color:var(--cyan);font-weight:600}.charge-track{width:93px;background:#32354a;height:4px;border-radius:9px;display:inline-block;overflow:hidden;margin-left:7px;vertical-align:middle}.charge-track span{display:block;width:100%;height:100%;background:var(--cyan)}.sidebar{display:flex;flex-direction:column;gap:17px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:13px;padding:20px}.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.panel-heading h2{font-size:13px;letter-spacing:1.2px;margin:0;font-weight:700;text-transform:uppercase}.panel-heading>span{color:var(--muted);font-size:12px}.modes{display:flex;flex-direction:column;gap:8px}.mode-button{width:100%;border:1px solid transparent;background:#191d2c;border-radius:9px;padding:12px;display:flex;gap:12px;align-items:center;text-align:left}.mode-button:hover{background:#222738}.mode-button[aria-pressed=true]{border-color:var(--lime);background:#20271e}.mode-icon{display:grid;place-items:center;border-radius:7px;background:#2b3042;color:#ced4e5;width:36px;height:36px;font-size:23px}.mode-button[aria-pressed=true] .mode-icon{background:var(--lime);color:#1b2111}.mode-title{font-size:14px;font-weight:700;display:block}.mode-sub{font-size:12px;line-height:1.3;color:var(--muted);display:block;margin-top:3px}.mode-radio{margin-left:auto;width:13px;height:13px;border-radius:50%;border:1px solid #636981;flex-shrink:0}.mode-button[aria-pressed=true] .mode-radio{border:4px solid var(--lime)}.record-number{font-family:var(--display);font-size:47px;line-height:1.1;font-weight:700;margin-top:3px}.record-sub{font-size:12px;color:var(--muted);margin:6px 0 17px}.record-line{display:flex;justify-content:space-between;font-size:13px;border-top:1px solid var(--line);padding-top:12px}.record-line span{color:var(--muted)}.record-line b{color:var(--lime);font-weight:600}.how-panel{padding-top:17px;padding-bottom:17px}.control-row{display:flex;gap:10px;align-items:center;font-size:13px;color:#c1c6d7;margin:12px 0}.key-group{min-width:87px;display:flex;gap:4px;justify-content:flex-start}.key{min-width:27px;height:26px;display:inline-grid;place-items:center;border:1px solid #424858;border-bottom-width:3px;border-radius:5px;background:#1e2330;font-size:12px;color:#ecedf4;padding:0 7px;font-family:var(--font)}.legend{display:flex;flex-wrap:wrap;gap:23px;margin-top:17px;font-size:12px;color:var(--muted)}.legend-item{display:flex;align-items:center;gap:8px}.shape{width:9px;height:9px;display:inline-block;background:var(--pink);border:1px solid #ffa4c0}.shape.shard{background:var(--lime);border-color:#efffc3;transform:rotate(45deg)}.shape.phase{background:var(--cyan);border-color:#cffefd;border-radius:50%}.below-game{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 0;border-top:1px solid var(--line)}.below-game p{color:var(--muted);font-size:14px;margin:0}.below-game strong{color:var(--text);font-weight:600}.below-game a{font-size:13px;color:var(--lime);white-space:nowrap}.section-title{font-family:var(--display);font-size:32px;line-height:1.1;margin:0 0 10px}.seo-content{border-top:1px solid var(--line);padding-top:37px;margin-top:19px;display:grid;grid-template-columns:1.2fr 1fr;gap:70px}.seo-content p{font-size:15px;color:var(--muted);max-width:580px;line-height:1.8}.faq-list details{border-bottom:1px solid var(--line);padding:13px 0}.faq-list summary{cursor:pointer;font-size:14px;color:#dde1ef}.faq-list p{font-size:14px;margin-bottom:4px}.game-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:19px;color:var(--lime);font-size:14px}.touch-controls{display:none;gap:10px;padding:12px;background:#101421;border-top:1px solid var(--line)}.touch-controls button{border:1px solid #3d465f;background:#20283a;border-radius:9px;min-height:48px;min-width:0;font-weight:700;flex:1;touch-action:manipulation}.touch-controls button:nth-child(2){flex:1.5;background:#243c40;border-color:#3b7378;color:var(--cyan)}.touch-controls button:active{background:#3a4663}.event-text{position:absolute;bottom:30px;left:10px;right:10px;text-align:center;color:var(--lime);font-family:var(--display);font-size:27px;letter-spacing:1px;font-weight:700;pointer-events:none;z-index:2;opacity:0;transition:opacity .15s}.event-text.visible{opacity:1}.result-title{font-family:var(--display);font-size:52px;line-height:1;margin:16px 0 5px}.result-score{font-family:var(--display);font-size:76px;line-height:1.1;font-weight:800;color:var(--lime)}.result-stats{display:flex;gap:27px;justify-content:center;color:var(--muted);font-size:12px;margin:13px 0 22px}.result-stats b{display:block;color:white;font-size:19px}.result-actions{display:flex;gap:9px;justify-content:center;flex-wrap:wrap}.secondary{border:1px solid #555c74;background:#1c2134;border-radius:8px;padding:11px 19px;font-weight:600;font-size:14px}.secondary:hover{background:#2d3450}.share-status{color:var(--cyan)!important;font-size:12px!important;margin:12px auto 0!important;min-height:18px}.pause-title{font-family:var(--display);font-size:60px;margin:0 0 15px}.countdown{font-family:var(--display);font-size:110px;color:var(--lime);line-height:1}.footer{border-top:1px solid var(--line);padding:25px max(24px,calc((100vw - 1344px)/2));display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px}.footer a:hover{color:var(--text)}.footer-links{display:flex;gap:20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:absolute;top:-60px;left:15px;padding:8px 15px;background:var(--lime);color:black;z-index:10}.skip:focus{top:10px}.article{max-width:850px;margin:0 auto;padding:50px 24px 90px}.article h1{font-family:var(--display);font-size:60px;line-height:1.06;margin:14px 0 25px}.article .lead{font-size:19px;color:#bbc3d8;line-height:1.8}.article h2{font-family:var(--display);font-size:33px;margin:34px 0 12px}.article p,.article li{color:#b2bbce;line-height:1.85}.article a:not(.primary){color:var(--lime)}.article table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px}.article th,.article td{border-bottom:1px solid var(--line);padding:14px 10px;text-align:left}.article th{color:var(--lime)}.article .primary{margin-top:20px}.article .note{padding:20px;border:1px solid var(--line);border-left:3px solid var(--violet);border-radius:7px;background:var(--panel);margin:25px 0}.arena-shell:fullscreen{display:flex;flex-direction:column;justify-content:center;border:0;border-radius:0}.arena-shell:fullscreen .arena{height:auto;flex:1}.arena-shell:fullscreen .arena-toolbar,.arena-shell:fullscreen .arena-footer{flex-shrink:0}
@media(min-width:1550px){.arena{height:570px}.page{padding-top:34px}.title-row{margin-bottom:28px}}@media(max-width:1050px){.game-layout{grid-template-columns:minmax(0,1fr) 254px;gap:16px}.panel{padding:16px}.arena{height:510px}.seo-content{gap:35px}.arena-footer{padding:12px;font-size:11px}.page{padding-left:20px;padding-right:20px}.game-title{font-size:89px}}@media(max-width:760px){header{height:68px;padding:0 18px}.brand{font-size:24px}.brand-mark{width:29px;height:29px;font-size:23px}nav{gap:16px;font-size:13px}.nav-guide{display:none}.nav-pill{padding:6px 10px}.page{padding:23px 14px 42px}.title-row{margin-bottom:18px}.title-row h1{font-size:36px}.title-row p{display:none}.game-layout{display:flex;flex-direction:column;gap:20px}.arena-shell{width:100%}.arena{height:470px;max-height:64svh;min-height:330px}.arena-toolbar{min-height:51px;padding:9px 13px}.game-title{font-size:83px}.touch-controls{display:flex}.sidebar{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:12px}.sidebar .mode-panel{grid-column:1/-1;grid-row:1}.modes{flex-direction:row}.mode-button{flex:1;min-width:0;padding:10px 8px;gap:6px;align-items:flex-start}.mode-icon{display:none}.mode-radio{display:none}.mode-title{font-size:13px}.mode-sub{font-size:11px;min-height:29px}.panel-heading{margin-bottom:12px}.panel-heading h2{font-size:12px}.record-number{font-size:37px}.how-panel .key-group{min-width:63px}.control-row{font-size:11px;gap:6px}.key{font-size:10px;min-width:23px}.arena-footer{font-size:11px}.arena-footer .desktop-hint{display:none}.legend{gap:17px;padding-left:4px;margin-top:14px;font-size:11px}.below-game{padding:16px 0;margin-top:17px}.below-game p{font-size:13px}.below-game a{font-size:12px}.seo-content{grid-template-columns:1fr;gap:23px;padding:29px 6px 0}.section-title{font-size:29px}.footer{padding:22px 20px;flex-direction:column;gap:12px}.article{padding:32px 20px 65px}.article h1{font-size:46px}.article .lead{font-size:17px}.hud{top:15px;left:18px;right:18px}.hud-score{font-size:34px}.combo{left:18px;top:88px}.result-title{font-size:44px}.result-score{font-size:66px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}.primary:hover{transform:none}}@media(pointer:coarse){.touch-controls{display:flex}.desktop-hint{display:none}}
@media(max-width:760px) and (max-height:700px){.arena{min-height:410px;max-height:none}.game-title{font-size:69px}.start-content p{margin-bottom:17px}.game-title{margin:17px 0}}

/* Readable text and compact-screen adjustments. */
.start-content p,.seo-content p{font-size:16px}.mode-title,.control-row{font-size:14px}.mode-sub,.legend,.arena-footer{font-size:12px}.game-title{font-size:clamp(66px,7vw,99px)}.how-panel .key-group{min-width:77px}@media(max-width:760px){.game-title{font-size:80px}.how-panel .control-row{flex-direction:column;align-items:flex-start;gap:4px}.how-panel .key-group{min-width:0}.mode-title{font-size:14px}.mode-sub{font-size:12px}.legend{gap:14px}.start-content p{font-size:16px}}
@media(max-width:760px) and (max-height:700px){.arena{min-height:410px;max-height:none}.game-title{font-size:69px}.start-content p{margin-bottom:17px}.game-title{margin:17px 0}}

.ghost-status{position:absolute;z-index:4;left:50%;transform:translateX(-50%);bottom:14px;max-width:90%;padding:6px 12px;border:1px solid #70efff66;background:#112236de;color:#b8f6ff;border-radius:8px;text-align:center;font:600 12px/1.4 sans-serif;pointer-events:none}.ghost-intro{font-size:14px!important;line-height:1.5!important;color:#a5efff!important;margin:10px 0!important}#race-ghost,#new-course{min-height:44px;margin:4px;padding:10px 18px;border-radius:8px;border:1px solid #6cecf9;background:#19364c;color:#e3fcff;font:700 15px/1.4 sans-serif;cursor:pointer}#share-status{overflow-wrap:anywhere}

#result-overlay{overflow-y:auto;justify-content:flex-start;padding-top:20px;padding-bottom:28px;overscroll-behavior:contain}#result-overlay .result-score{font-size:clamp(36px,8vw,64px)}#result-overlay h2{font-size:clamp(24px,5vw,38px);margin:8px 0}#result-overlay .result-stats{margin:10px 0}#result-overlay p{margin:8px 0}#result-overlay .result-actions{flex-wrap:wrap}#result-overlay>*{flex-shrink:0}
