:root{--red:#dc2626;--red2:#991b1b;--ink:#172033;--slate:#475569;--paper:#f8fafc;--cream:#fff8df;--green:#16a34a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#e9edf2;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-image:radial-gradient(circle at 20% 0,rgba(220,38,38,.08),transparent 35%),linear-gradient(#f8fafc,#e2e8f0);min-height:100vh}.site-nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #dbe1e8}.nav-inner{max-width:1100px;margin:auto;height:58px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:8px;color:#111827;text-decoration:none;font-weight:900}.brand img{width:auto;height:36px}.nav-links{display:flex;gap:15px;align-items:center;font-size:13px}.nav-links a{color:#64748b;text-decoration:none;font-weight:700}.nav-links .active{color:var(--red)}.page{max-width:1100px;margin:0 auto;padding:20px 14px 60px}.parody-strip{display:flex;align-items:center;justify-content:center;gap:8px;background:#111827;color:#fff;font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-align:center}.eyebrow{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.15em;font-size:12px}.hero h1{line-height:.98;max-width:900px;letter-spacing:-.045em}.hero h1 span{color:var(--red)}.hero p{max-width:690px;margin:auto;color:var(--slate)}.game-shell{max-width:760px;margin:0 auto}.panel{background:rgba(255,255,255,.96);border:1px solid #d8dee8;border-radius:22px;box-shadow:0 12px 35px rgba(15,23,42,.09);overflow:hidden}.play-panel{padding:15px;position:relative}.status-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.stat{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;padding:9px;text-align:center}.stat-label{display:block;color:#64748b;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.stat strong{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:clamp(16px,4vw,24px);margin-top:3px}.arena{position:relative;min-height:380px;border-radius:17px;overflow:hidden;background:linear-gradient(160deg,#f8fafc 0 55%,#cbd5e1 55% 100%);border:1px solid #cbd5e1}.arena:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 60px,rgba(100,116,139,.08) 61px 62px);animation:10s linear infinite drift}.pylon{position:absolute;top:24px;left:24px;background:#111827;color:#fef08a;border:7px solid #fff;outline:#dc2626 solid 3px;border-radius:10px;width:145px;padding:12px 9px;box-shadow:0 8px 20px #64748b55;transform:rotate(-1deg)}.pylon small{display:block;color:#fff;font-weight:900;letter-spacing:.1em}.pylon-price{font:900 36px/1 ui-monospace,monospace;letter-spacing:-.08em;margin-top:6px}.pylon-mode{font-size:9px;color:#fde68a;margin-top:5px;text-transform:uppercase;font-weight:800}.tank-wrap{position:absolute;left:22px;bottom:27px;width:46%;max-width:250px}.tank{height:155px;border:7px solid #172033;border-radius:24px 24px 34px 34px;position:relative;overflow:hidden;background:#fff}.fuel{position:absolute;bottom:0;left:0;right:0;height:0;background:linear-gradient(#fbbf24,#ea580c);transition:height .1s linear}.fuel:after{content:"";position:absolute;top:-5px;left:-10%;width:120%;height:12px;border-radius:50%;background:#fde047;animation:1.2s ease-in-out infinite slosh}.tank-scale{position:absolute;inset:8px;z-index:2;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;font:800 10px ui-monospace;color:#172033}.tank-label{text-align:center;font-weight:900;font-size:12px;margin-top:5px}.event-stage{position:absolute;right:10px;bottom:14px;width:51%;height:315px;display:flex;align-items:flex-end;justify-content:center}.event-art{max-width:100%;max-height:260px;filter:drop-shadow(0 8px 5px #33415555);transform-origin:bottom center}.speech{position:absolute;top:8px;left:0;right:0;margin:auto;width:min(100%,280px);background:#fff;border:3px solid #172033;border-radius:15px;padding:10px 10px 9px;box-shadow:5px 5px 0 #dc2626;text-align:center;opacity:0;transform:translateY(-7px);transition:.2s}.speech.show{opacity:1;transform:none}.speech:after{content:"";position:absolute;bottom:-13px;left:54%;border-width:12px 8px 0;border-style:solid;border-color:#172033 transparent transparent}.speech b{display:block;color:var(--red);font-size:9px;letter-spacing:.15em}.speech strong{font-size:13px;line-height:1.15;display:block;margin:2px 0}.speech span{font-size:11px;color:#475569;line-height:1.2;display:block}.warning-flash{position:absolute;inset:0;background:#fef2f2aa;border:4px solid var(--red);border-radius:17px;pointer-events:none;opacity:0}.warning-flash.on{animation:.75s flash}.pump-button{display:block;width:100%;border:0;border-bottom:7px solid #7f1d1d;border-radius:17px;margin-top:12px;padding:16px 10px 13px;background:linear-gradient(#ef4444,#dc2626);color:#fff;font:900 18px/1 Inter,sans-serif;letter-spacing:.03em;cursor:pointer;touch-action:none;user-select:none;box-shadow:0 7px 18px #dc262644}.pump-button span{display:block;opacity:.82;margin-top:6px;font-weight:700}.pump-button.pumping,.pump-button:active{transform:translateY(4px);border-bottom-width:3px;background:linear-gradient(#16a34a,#15803d);box-shadow:0 3px 10px #16a34a44}.how{font-size:12px;color:#475569;line-height:1.5;background:#f8fafc;border-radius:13px;padding:12px}.how ol{margin:7px 0 0;padding-left:18px}.sound{display:block;width:100%;margin-top:10px;border:1px solid #cbd5e1;background:#fff;border-radius:9px;padding:8px;color:#475569;font-weight:700;cursor:pointer}.result-overlay{position:fixed;inset:0;z-index:100;background:#0f172ad9;padding:14px;display:none;align-items:center;justify-content:center;overflow:auto}.result-overlay.show{display:flex}.result{width:min(520px,100%);background:#fff;border-radius:22px;padding:22px;text-align:center;box-shadow:0 30px 80px #0008}.result .rank{font-size:30px;margin:6px 0;color:#dc2626}.result-score{font:900 54px/1 ui-monospace,monospace}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:14px 0}.result-grid div{background:#f1f5f9;border-radius:10px;padding:8px;font-size:10px;color:#64748b}.result-grid strong{display:block;font-size:15px;color:#172033}.actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.actions button{border:0;border-radius:11px;padding:12px;font-weight:900;cursor:pointer}.primary{background:#dc2626;color:#fff}.secondary{background:#e2e8f0;color:#172033}.context{background:#fff;border:1px solid #d8dee8}.context h2{margin-top:0}.context li,.context p{color:#475569;font-size:13px;line-height:1.55}.context a{color:#b91c1c;font-weight:700}.footer{text-align:center;color:#64748b;font-size:11px;padding:28px 10px}.footer a{color:#475569}.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}@keyframes drift{to{transform:translateX(62px)}}@keyframes slosh{50%{transform:translateX(8%) rotate(1deg)}}@keyframes flash{20%,70%{opacity:1}}@media(max-width:760px){.nav-links a:not(.active){display:none}.page{padding-top:12px}.hero{padding-top:18px}.arena{min-height:350px}.pylon{left:12px;top:14px;width:124px}.pylon-price{font-size:30px}.tank-wrap{left:12px;width:43%}.tank{height:135px}.event-stage{right:3px;width:57%;height:300px}.speech{top:12px}.status-row{gap:5px}.stat{padding:7px 3px}.stat strong{font-size:16px}.hero p{font-size:14px}.context{padding:17px}}@media(max-width:370px){.arena{min-height:330px}.event-stage{height:280px}.tank{height:120px}.pump-button{font-size:16px}.hero h1{font-size:29px}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;scroll-behavior:auto!important;transition:none!important}.arena:before{opacity:.35}}.page{padding-top:10px;padding-bottom:32px}.parody-strip{padding:6px 10px;border-radius:8px;font-size:9px}.hero{text-align:center;padding:12px 5px 11px}.hero h1{font-size:clamp(30px, 6vw, 48px);margin:3px auto 6px}.hero p{font-size:14px;line-height:1.35}.context{margin-top:13px;padding:12px 15px;border-radius:13px}.context summary{cursor:pointer;color:#64748b;font-size:12px;font-weight:800}.context p{font-size:11px;line-height:1.5;margin:9px 0 0}.footer{padding-top:18px}.rhythm-wrap{margin-top:10px}.rhythm-prompt{margin-bottom:5px;text-align:center;color:#475569;font-weight:900;letter-spacing:.04em}.rhythm-prompt.empty{color:#64748b}.rhythm-prompt.event{color:#b45309}.rhythm-prompt.fever{animation:.45s ease-in-out infinite alternate fever-pulse}.rhythm-lane{position:relative;height:58px;overflow:hidden;border:3px solid #172033;border-radius:13px;background:#e2e8f0;box-shadow:inset 0 2px 7px #0f172a33}#rhythmStrip{position:absolute;inset:0}.rhythm-zone{position:absolute;top:5px;bottom:5px;min-width:6px;border-radius:8px;opacity:.9}.rhythm-zone.green{background:linear-gradient(180deg,#4ade80,#16a34a)}.rhythm-zone.red{background:repeating-linear-gradient(135deg,#ef4444 0 10px,#b91c1c 10px 20px)}.pylon.fever .pylon-price{color:#4ade80}.rhythm-target{position:absolute;z-index:3;left:50%;top:-3px;bottom:-3px;width:5px;border-radius:5px;background:#fff;box-shadow:0 0 0 3px #172033,0 0 14px #fff;transform:translateX(-50%)}.combo-stat.hot{background:#fff7ed;border-color:#f59e0b;color:#b45309}.play-panel.fever{box-shadow:0 0 0 4px #fbbf24,0 12px 35px #f59e0b55}.spill-pop{position:absolute;z-index:5;left:50%;top:-8px;transform:translateX(-50%);padding:2px 8px;border-radius:8px;background:#fef2f2;border:2px solid #dc2626;color:#b91c1c;font-size:14px;font-weight:900;white-space:nowrap;opacity:0;pointer-events:none}.spill-pop.on{animation:.9s ease-out spill-pop}@keyframes spill-pop{0%{opacity:1;transform:translate(-50%,0)}70%{opacity:1}100%{opacity:0;transform:translate(-50%,-30px)}}.jutro-link{display:block;margin:0 0 12px;padding:10px 12px;border-radius:11px;background:#fff8df;border:1px solid #fde68a;color:#92400e;font-size:12px;font-weight:700;text-decoration:none}.jutro-link b{color:#7c2d12}.jutro-link:hover{border-color:#f59e0b}.arena.empty::after{content:'BRAK PALIWA';position:absolute;z-index:6;left:50%;top:56%;transform:translate(-50%,-50%) rotate(-4deg);padding:7px 12px;border:3px solid #991b1b;border-radius:8px;background:#fff7ed;color:#991b1b;font-size:14px;font-weight:900;letter-spacing:.08em;box-shadow:4px 4px 0 #991b1b}.pump-button.empty{background:linear-gradient(#94a3b8,#64748b);border-bottom-color:#475569;box-shadow:0 7px 18px #47556944}@keyframes fever-pulse{to{transform:scale(1.035)}}@media (max-height:700px){.page{padding-top:4px}.hero{padding:4px 5px}.hero h1{font-size:26px;margin:0 auto 2px}.hero p{display:none}.arena{min-height:260px}.event-stage{height:230px}.event-art{max-height:190px}.tank{height:110px}}@media (max-width:760px){.page{padding-top:7px}.hero{padding-top:9px}.hero p{font-size:13px}.context{margin-top:10px;padding:11px 13px}.rhythm-lane{height:54px}}.score-form{margin:12px 0;text-align:left}.score-form label{display:block;margin-bottom:6px;color:#172033;font-size:12px;font-weight:900}.score-form>div{display:grid;grid-template-columns:1fr auto;gap:7px}.score-form input{min-width:0;padding:10px;border:1px solid #cbd5e1;border-radius:10px;color:#172033;font:700 14px Inter,sans-serif}.score-form input:focus{outline:#fecaca solid 3px;border-color:#dc2626}.score-form button{padding:10px 13px;border:0;border-radius:10px;font-weight:900;cursor:pointer}.primary:disabled{opacity:.6;cursor:wait}.leaderboard-status,.score-form small,.score-status{display:block;margin-top:6px;color:#64748b;font-size:11px;line-height:1.35}.score-status{min-height:15px;margin:0 0 10px;text-align:left}.leaderboard{max-width:760px;margin:18px auto 0;padding:18px}.leaderboard h2{margin:4px 0 12px;font-size:22px}.leaderboard-list{display:grid;gap:6px;margin:0;padding:0;list-style:none;counter-reset:rank}.leaderboard-list li{display:grid;grid-template-columns:29px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;font-size:13px}.leaderboard-list li::before{content:counter(rank);counter-increment:rank;color:#64748b;font:900 12px ui-monospace,monospace}.leaderboard-name{overflow:hidden;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.leaderboard-score{color:#b91c1c;font:900 14px ui-monospace,monospace}.leaderboard-empty{display:block!important;color:#64748b;text-align:center}.leaderboard-empty::before{content:none!important}.pump-button:disabled{cursor:wait}.pump-button.loading{border-bottom-color:#475569;background:linear-gradient(#64748b,#475569);box-shadow:0 7px 18px #47556944}.pump-button.loading span::before{content:'';display:inline-block;width:8px;height:8px;margin-right:6px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;vertical-align:-1px;animation:.7s linear infinite game-status-spin}.pump-button.unavailable{border-bottom-color:#7f1d1d;background:linear-gradient(#991b1b,#7f1d1d);cursor:not-allowed}.game-status{min-height:17px;margin:7px 3px 0;color:#64748b;font-size:11px;line-height:1.35;text-align:center}.game-status[hidden]{display:none}.game-shell{width:min(100%,760px);margin-inline:auto}.tank-amount{position:absolute;z-index:3;top:50%;left:50%;margin:0;padding:7px 9px;border:2px solid #172033;border-radius:9px;background:rgba(255,255,255,.88);color:#172033;font:900 15px/1 ui-monospace,SFMono-Regular,Menlo,monospace;transform:translate(-50%,-50%);white-space:nowrap}.rhythm-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.rhythm-header .rhythm-prompt{flex:1;margin-bottom:5px;text-align:left}.round-timer{margin-bottom:5px;color:#172033;font:900 15px/1 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:nowrap}.rhythm-zone.bonus{background:linear-gradient(180deg,#86efac,#16a34a);box-shadow:inset 0 0 0 2px #fef08a}.rhythm-prompt.fever{color:#15803d}.play-panel.fever{box-shadow:0 0 0 4px #4ade80,0 12px 35px #16a34a55}@media (min-width:761px){.rhythm-header{display:grid;grid-template-columns:1fr auto 1fr}.rhythm-header .rhythm-prompt{grid-column:2;text-align:center}.rhythm-header .round-timer{grid-column:3;justify-self:end}}@keyframes game-status-spin{to{transform:rotate(360deg)}}.arena{background-color:#cbd5e1;background-image:linear-gradient(180deg,rgba(248,250,252,.18) 0,rgba(226,232,240,.06) 48%,rgba(15,23,42,.08) 100%),url('/gra/assets/forecourt-morning.webp');background-position:center;background-size:cover}.arena::before{background:linear-gradient(180deg,rgba(248,250,252,.07),rgba(15,23,42,.05));animation:none}.page>.site-nav{position:static;border:0;background:0 0;backdrop-filter:none}.page>.site-nav .nav-inner{max-width:760px;height:50px;padding:0}@media (max-width:760px){.nav-links{gap:11px;font-size:12px}.nav-links a:not(.active){display:inline}}.hero h1,.result .rank{font-family:Inter,system-ui,sans-serif}.event-art{width:auto;height:auto;object-fit:contain}.rhythm-prompt{min-height:21px;font-size:16px;line-height:1.28}.pump-button{font-size:20px}.pump-button span{font-size:11px}@media (max-width:760px){.rhythm-prompt{font-size:15px}}@media (max-width:370px){.pump-button{font-size:18px}}