:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#10131a;--panel:#1a1f2b;--line:#2b3242;--text:#e6e9f0;--muted:#8b93a7;--road:#22283a;--accent:#7de2ff;--heli-0:#ff5fa2;--heli-1:#ffd23f;--heli-2:#45d97a;--trace-yellow:#ffd23f;--trace-red:#e2483d;--trace-blue:#4f8cff;--cell:68px;--gap:12px;--pad:18px;--light:calc((var(--cell) + var(--gap)) * 1.5)}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-user-select:none;user-select:none;margin:0;font-family:system-ui,-apple-system,Hiragino Sans,Noto Sans JP,sans-serif}.rules-body{-webkit-user-select:text;user-select:text}button{font:inherit;color:inherit}h1,h2{margin:0}.app{flex-direction:column;gap:20px;max-width:1040px;margin:0 auto;padding:24px 16px 48px;display:flex}.title{letter-spacing:.08em;color:var(--muted);font-size:20px;font-weight:600}.layout{grid-template-columns:1fr auto 1fr;align-items:start;gap:20px;display:grid}.layout-left{justify-self:end}.side{flex-direction:column;justify-self:start;gap:16px;display:flex}.board{grid-template-columns:repeat(5, var(--cell));grid-auto-rows:var(--cell);gap:var(--gap);padding:var(--pad);background:var(--road);border:1px solid var(--line);touch-action:none;border-radius:14px;display:grid;position:relative}.board.is-dragging{cursor:grabbing}.board.is-dragging .building{pointer-events:none}.building{--wall:calc(var(--gap) * .78);cursor:default;background:linear-gradient(155deg,#47527a,#2b3348);border:1px solid #5a6588;border-radius:6px;grid-template-areas:"cell";place-items:center;padding:0;transition:transform .12s,box-shadow .12s,border-color .12s,background .12s;display:grid;position:relative;box-shadow:0 6px 12px #00000073}.building:disabled{opacity:1}.building.is-target{cursor:pointer;border-color:#7de2ff8c;box-shadow:0 0 0 2px #7de2ff38}.building.is-target:hover,.building.is-target.is-hovered{border-color:var(--accent);box-shadow:0 10px 18px #00000073, 0 0 0 2px var(--accent);background:linear-gradient(155deg,#55618f,#333d5c);transform:translateY(-4px)}.building.is-target:active{transform:translateY(-1px)}.building>*{grid-area:cell}.building:before{content:"";height:var(--wall);pointer-events:none;background:linear-gradient(#2a3348,#161b28);border-radius:0 0 5px 5px;margin-top:-3px;position:absolute;top:100%;left:3px;right:3px}.building:after{content:"";pointer-events:none;background:#ffffff1a;border-radius:2px;width:10px;height:10px;position:absolute;top:7px;right:7px;box-shadow:inset 0 0 0 1px #0000004d}.building:nth-child(3n){--wall:calc(var(--gap) * 1)}.building:nth-child(4n){--wall:calc(var(--gap) * .55)}.building:nth-child(5n):after{width:7px;height:15px}.building:nth-child(7n):after{left:7px;right:auto}.trace{color:#10131a;border-radius:50%;place-items:center;width:26px;height:26px;font-size:12px;font-weight:700;animation:.42s cubic-bezier(.34,1.4,.64,1) trace-appear;display:grid;position:relative}.trace:after{content:"";border:2px solid;border-radius:50%;animation:.6s ease-out forwards ring-burst;position:absolute;inset:-5px}.trace.is-unfound{opacity:.26}.trace.is-arriving{animation:.45s cubic-bezier(.3,.85,.35,1) .18s backwards trace-fly}.trace[data-color=blue]{background:var(--trace-blue);color:#fff;box-shadow:0 2px 6px #0006}.trace[data-color=yellow]{background:var(--trace-yellow);width:29px;height:29px;font-size:13px;box-shadow:0 0 0 2px #ffd23f59,0 0 13px #ffd23f99}.trace[data-color=red]{background:var(--trace-red);color:#fff;width:32px;height:32px;font-size:15px;animation:.42s cubic-bezier(.34,1.4,.64,1) trace-appear,2.2s ease-in-out .42s infinite trace-glow}.building.has-car{border-color:#ff5a4dd9;animation:1.9s ease-in-out infinite car-cell}.miss{letter-spacing:.08em;color:#ffffff8c;font-size:15px;font-weight:800;line-height:1;animation:3s ease-out forwards miss-show}.car{z-index:2;color:#ff5a4d;filter:drop-shadow(0 3px 5px #0009)drop-shadow(0 0 8px #ff5a4dcc);place-items:center;animation:.42s cubic-bezier(.34,1.4,.64,1) trace-appear;display:grid}.car.is-arriving{animation:.5s cubic-bezier(.3,.85,.35,1) car-arrive}.car.is-grabbable{cursor:grab;touch-action:none}.car.is-dragging{opacity:.3;cursor:grabbing;animation:none}.drag-ghost-car{z-index:10;pointer-events:none;filter:drop-shadow(0 6px 14px #0009)drop-shadow(0 0 10px #ff5a4de6);position:fixed;transform:translate(-50%,-50%)scale(1.15)}.icon{fill:none;display:block}.icon-car{width:46px;height:23px}.icon-heli{width:48px;height:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rotor{transform-box:fill-box;transform-origin:50%;animation:2.6s linear infinite rotor-spin}.junction{left:calc(var(--pad) + (var(--cell) + var(--gap)) * (var(--x) + 1) - var(--gap) / 2);top:calc(var(--pad) + (var(--cell) + var(--gap)) * (var(--y) + 1) - var(--gap) / 2);cursor:default;touch-action:none;background:#0e121b;border:2px solid #3d465e;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;transition:transform .12s,box-shadow .12s,border-color .12s,background .12s;display:grid;position:absolute;transform:translate(-50%,-50%)scale(1)}.junction:has(.heli):before{content:"";width:var(--light);height:var(--light);pointer-events:none;z-index:-1;background:radial-gradient(circle,#ffe79642 0%,#ffe28221 52%,#ffe28200 72%);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.junction.is-acted:has(.heli):before{opacity:.3}.junction:not(:disabled){cursor:pointer}.junction.is-draggable{cursor:grab}.junction.is-draggable:hover,.junction.is-drop-target:hover,.junction.is-drop-target.is-hovered{transform:translate(-50%,-50%)scale(1.18)}.junction.is-drop-target.is-hovered{background:#7de2ff52;border-style:solid}.junction.is-drop-target{border-color:var(--accent);background:#7de2ff29;border-style:dashed;animation:1.6s ease-out infinite drop-pulse}.junction.is-selected{box-shadow:0 0 0 3px #7de2ff99}.junction.is-acted .heli{filter:grayscale(.6);opacity:.45}.junction.is-dragging{opacity:.35;cursor:grabbing;animation:none}.heli{color:#10131a;border-radius:50%;place-items:center;width:100%;height:100%;display:grid;position:relative}.heli[data-heli="0"]{background:var(--heli-0)}.heli[data-heli="1"]{background:var(--heli-1)}.heli[data-heli="2"]{background:var(--heli-2)}.hangar{flex-direction:column;align-items:center;gap:10px;padding:12px 10px;display:flex}.hangar-heli{cursor:grab;touch-action:none;flex:none;width:38px;height:38px;position:relative}.hangar-heli.is-dragging{opacity:.35;cursor:grabbing}.heli.is-arriving{animation:.6s cubic-bezier(.25,.85,.3,1) heli-arrive}.drag-ghost{z-index:10;pointer-events:none;width:38px;height:38px;position:fixed;transform:translate(-50%,-50%)scale(1.1);box-shadow:0 8px 18px #0009}.round-track,.hangar{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:14px}.round-track h2{color:var(--muted);text-align:center;margin-bottom:10px;font-size:13px;font-weight:600}.round-area{justify-content:center;align-items:flex-start;gap:10px;display:flex}.round-car{color:#ff5a4d;filter:drop-shadow(0 0 7px #ff5a4db3);place-items:center;height:28px;display:grid}.round-car.is-hidden{visibility:hidden}.round-car.is-grabbable{cursor:grab;touch-action:none}.round-car .icon-car{width:42px;height:21px}.round-board{flex-direction:column;gap:7px;width:203px;display:flex}.round-row{gap:7px;display:flex}.round-row.is-right{justify-content:flex-end}.round-slot{box-sizing:border-box;color:#10131a;border-radius:50%;place-items:center;width:28px;height:28px;font-size:13px;font-weight:700;transition:opacity .2s;display:grid}.round-slot[data-color=yellow]{background:var(--trace-yellow)}.round-slot[data-color=red]{background:var(--trace-red);color:#fff}.round-slot[data-color=blue]{background:var(--trace-blue);color:#fff}.round-slot.is-empty{border:2px dashed var(--line);color:#8b93a799;background:0 0;font-size:12px;font-weight:600}.round-slot.is-next{outline:2px solid var(--accent);outline-offset:2px}.log-outcome[data-outcome=empty]{color:var(--muted)}.log-outcome[data-outcome=trace]{color:var(--trace-blue)}.log-outcome[data-outcome=car]{color:var(--trace-red);font-weight:700}.empty{color:var(--muted);margin:0;font-size:13px}.action-bar{background:var(--panel);border:1px solid var(--line);border-radius:10px;flex-wrap:wrap;align-items:center;gap:16px;min-height:62px;padding:14px 16px;display:flex}.action-body{flex-direction:column;flex:1;gap:9px;display:flex}.action-note{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.turn-banner{letter-spacing:.16em;text-align:center;border-radius:12px;margin:0;padding:14px 20px;font-size:21px;font-weight:900;transition:background .2s}.turn-banner[data-role=police]{color:#04121c;background:linear-gradient(135deg,#7de2ff,#4f8cff);box-shadow:0 6px 20px #4f8cff4d}.turn-banner[data-role=thief]{color:#1a0705;background:linear-gradient(135deg,#ff7a5f,#e2483d);box-shadow:0 6px 20px #e2483d52}.options{flex-wrap:wrap;gap:6px 18px;display:flex}.option{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;display:inline-flex}.option input{width:15px;height:15px;accent-color:var(--accent);cursor:pointer}.option:hover{color:var(--text)}.option:has(input:disabled){cursor:not-allowed;text-decoration:line-through;text-decoration-thickness:1px}.option:has(input:disabled):hover{color:var(--muted)}.option input:disabled{cursor:not-allowed;opacity:.5}button.primary{background:var(--accent);color:#0b1016;cursor:pointer;border:none;border-radius:8px;padding:9px 20px;font-weight:700;transition:transform .1s,filter .12s}button.primary:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}button.primary:active:not(:disabled){transform:translateY(0)}button.primary:disabled{opacity:.35;cursor:default}button.ghost{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:9px 18px;transition:color .12s,border-color .12s}button.ghost:hover{color:var(--text);border-color:var(--accent)}.rules-dialog{background:var(--panel);width:min(560px,100vw - 32px);max-height:82vh;color:var(--text);border:1px solid var(--line);border-radius:14px;padding:0;overflow:hidden}.rules-dialog::backdrop{background:#06090fb8}.rules-body{text-align:left;gap:22px;max-height:calc(82vh - 72px);padding:24px;font-size:14px;line-height:1.75;display:grid;overflow-y:auto}.rules-body h2{font-size:17px;font-weight:800}.rules-body h3{color:var(--accent);letter-spacing:.04em;margin:0 0 6px;font-size:13px;font-weight:700}.rules-body p{color:var(--muted);margin:0}.rules-body ul{color:var(--muted);margin:0;padding-left:1.2em}.rules-body b{color:var(--text)}.rules-body table{border-collapse:collapse;color:var(--muted);margin-top:10px}.rules-body td{vertical-align:top;padding:3px 14px 3px 0}.rules-body td:first-child{color:var(--text);white-space:nowrap;font-weight:700}.rules-foot{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;padding:14px 24px;display:flex}.rules-foot.is-split{justify-content:space-between}.ghost[data-state=copied]{color:var(--accent);border-color:var(--accent)}.ghost[data-state=failed]{color:var(--trace-red);border-color:var(--trace-red)}.log-body{gap:16px}.log-round h3{color:var(--text);margin-bottom:4px}.log-lines{flex-direction:column;gap:3px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.log-lines li{align-items:baseline;gap:10px;display:flex}.log-who{min-width:4.2em;font-weight:700}.log-who[data-side=thief]{color:#ff7a5f}.log-who[data-heli="0"]{color:var(--heli-0)}.log-who[data-heli="1"]{color:var(--heli-1)}.log-who[data-heli="2"]{color:var(--heli-2)}.log-what{min-width:12em;color:var(--muted)}.log-lines [data-outcome=empty]{color:var(--muted)}.log-lines [data-outcome=trace]{color:var(--trace-blue)}.log-lines [data-outcome=car]{color:var(--trace-red);font-weight:700}.stats-empty{color:var(--muted);margin:0;font-size:14px}.stats-list{flex-direction:column;gap:4px;margin:0;padding:0;font-size:14px;list-style:none;display:flex}.stats-line{grid-template-columns:1fr 4em 8em 3.5em;align-items:baseline;gap:10px;display:grid}.stats-line[data-sub=true] .stats-label{color:var(--muted);padding-left:14px;font-weight:400}.stats-label{font-weight:700}.stats-count,.stats-record{color:var(--muted);font-variant-numeric:tabular-nums}.stats-rate{text-align:right;font-variant-numeric:tabular-nums;font-weight:700}.stats-head{color:var(--text);margin:4px 0 0}.match-list{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.match{width:100%;color:var(--text);font-variant-numeric:tabular-nums;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:7.5em 6em 5em 3em 2.5em 1em;align-items:baseline;gap:8px;padding:7px 8px;font-size:13px;display:grid}.match:hover{background:var(--panel);border-color:var(--line)}.match-at,.match-reason,.match-rounds{color:var(--muted)}.match-result{font-weight:700}.match-result[data-outcome=win]{color:var(--accent)}.match-result[data-outcome=lose]{color:var(--trace-red)}.match-arrow{color:var(--muted);text-align:right}.ghost.is-danger{color:var(--trace-red)}.review-bar{align-items:flex-start}.review-body{flex-direction:column;flex:1;gap:6px;display:flex}.review-actions{align-items:center;gap:10px;display:flex}.action-hint{color:var(--accent);margin:0;font-size:12px}.debug-button{border-style:dashed;margin-left:auto;padding:6px 12px;font-size:12px}.review-title{margin:0;font-size:13px;font-weight:700}.review-list{flex-direction:column;gap:4px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}.review-list li{gap:12px;display:flex}.review-who{min-width:4.2em;font-weight:700}.review-who[data-heli="0"]{color:var(--heli-0)}.review-who[data-heli="1"]{color:var(--heli-1)}.review-who[data-heli="2"]{color:var(--heli-2)}.review-what{min-width:11em;color:var(--muted)}.review-list [data-outcome=empty]{color:var(--muted)}.review-list [data-outcome=trace]{color:var(--trace-blue)}.review-list [data-outcome=car]{color:var(--trace-red);font-weight:700}.title-screen{text-align:center;justify-items:center;gap:22px;padding:6vh 0 4vh;display:grid}.title-art{align-items:center;gap:14px;display:flex}.title-heli{color:#10131a;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:relative}.title-heli[data-heli="0"]{background:var(--heli-0)}.title-heli[data-heli="1"]{background:var(--heli-1)}.title-heli[data-heli="2"]{background:var(--heli-2)}.title-heli .icon-heli{width:54px;height:54px}.title-car{color:#ff5a4d;filter:drop-shadow(0 0 12px #ff5a4dcc);margin-left:18px;display:grid}.title-car .icon-car{width:72px;height:36px}.title-logo{letter-spacing:.06em;color:#0000;filter:drop-shadow(0 6px 24px #4f8cff59);background:linear-gradient(160deg,#fff,#7de2ff 55%,#4f8cff);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(46px,13vw,92px);font-weight:900;line-height:1.05}.title-rules{color:var(--muted);gap:7px;margin:0;padding:0;font-size:14px;line-height:1.6;list-style:none;display:grid}.title-links{gap:10px;display:flex}.title-options{background:var(--panel);border:1px solid var(--line);text-align:left;border-radius:12px;justify-items:start;gap:9px;padding:16px 20px;display:grid}.title-options-head{letter-spacing:.06em;color:var(--text);margin:0;font-size:12px;font-weight:700}.mode-cards{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.mode-card{background:var(--panel);border:1px solid var(--line);cursor:pointer;text-align:center;border-radius:14px;align-content:start;gap:10px;width:258px;padding:22px 20px;transition:transform .12s,border-color .12s,box-shadow .12s;display:grid}.mode-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 24px #4f8cff42}.mode-card-name{letter-spacing:.12em;color:var(--accent);font-size:19px;font-weight:900}.mode-card-note{color:var(--muted);font-size:12px;line-height:1.7}.title-note{color:var(--muted);margin:0;font-size:12px}.side-select{justify-items:center;gap:22px;display:grid}.side-select-head{letter-spacing:.08em;margin:0;font-size:18px;font-weight:800}.side-cards{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.side-card{background:var(--panel);border:1px solid var(--line);cursor:pointer;text-align:center;border-radius:14px;justify-items:center;gap:10px;width:232px;padding:22px 18px;transition:transform .12s,border-color .12s,box-shadow .12s;display:grid}.side-card:hover{transform:translateY(-4px)}.side-card[data-role=police]:hover{border-color:var(--accent);box-shadow:0 12px 24px #4f8cff47}.side-card[data-role=thief]:hover{border-color:var(--trace-red);box-shadow:0 12px 24px #e2483d47}.side-card-art{justify-content:center;align-items:center;gap:8px;height:56px;display:flex}.side-card-art .heli{flex:none;width:40px;height:40px;position:relative}.side-card-art .icon-heli{width:48px;height:48px}.side-card-car{color:#ff5a4d;filter:drop-shadow(0 0 12px #ff5a4dbf);display:grid}.side-card-car .icon-car{width:82px;height:41px}.side-card-name{letter-spacing:.14em;font-size:20px;font-weight:900}.side-card[data-role=police] .side-card-name{color:var(--accent)}.side-card[data-role=thief] .side-card-name{color:#ff7a5f}.side-card-note{color:var(--muted);font-size:12px;line-height:1.6}.cpu-thinking{place-content:center;justify-items:center;gap:16px;min-height:55vh;display:grid}.cpu-mark{border-radius:50%;place-items:center;width:84px;height:84px;display:grid}.cpu-mark[data-role=police]{color:var(--accent);background:#7de2ff24}.cpu-mark[data-role=thief]{color:#ff5a4d;background:#e2483d24}.cpu-mark .icon-heli{width:54px;height:54px;position:static;transform:none}.cpu-mark .icon-car{width:56px;height:28px}.cpu-role{letter-spacing:.12em;margin:0;font-size:18px;font-weight:800}.cpu-dots{gap:7px;margin:0;display:flex}.cpu-dots span{background:var(--muted);border-radius:50%;width:8px;height:8px;animation:1.1s ease-in-out infinite cpu-blink}.cpu-dots span:nth-child(2){animation-delay:.18s}.cpu-dots span:nth-child(3){animation-delay:.36s}.flash{z-index:60;pointer-events:none;background:radial-gradient(circle,#0a0e168c,#0a0e1600 65%);place-content:center;justify-items:center;gap:18px;animation:.25s ease-out flash-in;display:grid;position:fixed;inset:0}.flash-mark{color:#fff;border-radius:50%;place-items:center;width:168px;height:168px;font-size:92px;font-weight:800;line-height:1;animation:.55s cubic-bezier(.3,1.5,.6,1) flash-pop;display:grid;position:relative}.flash-mark:after{content:"";border:3px solid;border-color:inherit;border-radius:50%;animation:.7s ease-out forwards ring-burst;position:absolute;inset:-14px}.flash-mark[data-color=blue]{background:var(--trace-blue);border-color:var(--trace-blue);box-shadow:0 0 70px #4f8cffbf}.flash-mark[data-color=yellow]{background:var(--trace-yellow);border-color:var(--trace-yellow);color:#10131a;box-shadow:0 0 80px #ffd23fd9}.flash-mark[data-color=red]{background:var(--trace-red);border-color:var(--trace-red);box-shadow:0 0 90px #e2483de6}.flash-text{letter-spacing:.16em;text-shadow:0 2px 12px #000c;margin:0;font-size:24px;font-weight:800;animation:.4s ease-out .15s backwards flash-in}.flash-result{background:radial-gradient(circle,#080b12d1,#080b126b 70%);gap:10px;animation:.15s ease-out flash-in,.7s ease-out result-burn;overflow:hidden}.flash-result:before,.flash-result:after{content:"";border:5px solid var(--tone);border-radius:50%;width:34vmax;height:34vmax;animation:1.1s cubic-bezier(.2,.7,.3,1) forwards shockwave;position:absolute}.flash-result:after{animation-delay:.22s}.flash-result[data-winner=police]{--tone:var(--accent)}.flash-result[data-winner=thief]{--tone:#ff5a4d}.flash-result[data-outcome=win]{--tone:var(--accent)}.flash-result[data-outcome=lose]{--tone:#ff5a4d}.flash-rays{background:repeating-conic-gradient(from 0deg, var(--tone) 0deg 1.8deg, transparent 1.8deg 12deg);opacity:.22;width:200vmax;height:200vmax;animation:6s linear infinite rays-spin,.5s ease-out flash-in;position:absolute}.flash-outcome{letter-spacing:.04em;color:var(--tone);text-shadow:0 0 60px var(--tone), 0 0 22px var(--tone), 0 8px 30px #000000e6;margin:0;font-size:clamp(56px,17vw,150px);font-weight:900;line-height:1;animation:.55s cubic-bezier(.2,1.5,.35,1) result-slam;position:relative}.flash-title{letter-spacing:.1em;color:var(--tone);text-shadow:0 0 60px var(--tone), 0 0 22px var(--tone), 0 8px 30px #000000e6;margin:0;font-size:clamp(64px,19vw,168px);font-weight:900;line-height:1;animation:.55s cubic-bezier(.2,1.5,.35,1) result-slam;position:relative}.flash-result[data-outcome] .flash-title{letter-spacing:.24em;font-size:34px;animation-delay:.28s;animation-fill-mode:backwards}.flash-winner{letter-spacing:.24em;text-shadow:0 2px 14px #000000d9;margin:0;font-size:30px;font-weight:900;animation:.45s cubic-bezier(.2,1.4,.35,1) .28s backwards result-slam;position:relative}.flash-result .flash-text{letter-spacing:.1em;color:var(--muted);font-size:15px;font-weight:600;animation:.4s ease-out .45s backwards flash-in;position:relative}.handoff{text-align:center;place-content:center;justify-items:center;gap:14px;min-height:60vh;display:grid}.handoff-role{margin:0;font-size:30px;font-weight:800}.handoff-note{color:var(--muted);max-width:26em;margin:0;line-height:1.7}.result{background:var(--panel);border:1px solid var(--line);border-radius:10px;flex-wrap:wrap;align-items:center;gap:16px;padding:14px 16px;display:flex}.result-outcome{letter-spacing:.06em;margin:0;font-size:28px;font-weight:900}.result-outcome[data-outcome=win]{color:var(--accent)}.result-outcome[data-outcome=lose]{color:var(--trace-red)}.result-winner{margin:0;font-size:20px;font-weight:800}.result-winner[data-winner=police]{color:var(--accent)}.result-winner[data-winner=thief]{color:var(--trace-red)}.result-reason{color:var(--muted);flex:1;margin:0;font-size:14px}@keyframes pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes trace-appear{0%{opacity:0;transform:scale(.2)rotate(-20deg)}55%{opacity:1;transform:scale(1.35)rotate(6deg)}78%{transform:scale(.94)rotate(-2deg)}to{transform:scale(1)rotate(0)}}@keyframes ring-burst{0%{opacity:.85;transform:scale(.55)}to{opacity:0;transform:scale(2.3)}}@keyframes trace-glow{0%,to{box-shadow:0 0 0 3px #e2483d59,0 0 15px #e2483d99}50%{box-shadow:0 0 0 5px #e2483d8c,0 0 28px #e2483de6}}@keyframes flash-in{0%{opacity:0}to{opacity:1}}@keyframes flash-pop{0%{opacity:0;transform:scale(.3)rotate(-14deg)}60%{opacity:1;transform:scale(1.14)rotate(4deg)}to{transform:scale(1)rotate(0)}}@keyframes miss-show{0%{opacity:0;transform:scale(.4)rotate(-12deg)}12%{opacity:1;transform:scale(1.15)rotate(3deg)}22%{transform:scale(1)rotate(0)}72%{opacity:1}to{opacity:0}}@keyframes trace-fly{0%{transform:translate(var(--fly-x), var(--fly-y)) scale(.65)}to{transform:translate(0)scale(1)}}@keyframes car-arrive{0%{transform:translate(var(--fly-x), var(--fly-y)) scale(.85)}to{transform:translate(0)scale(1)}}@keyframes heli-arrive{0%{transform:translate(var(--fly-x), var(--fly-y)) scale(.7);opacity:.5}to{opacity:1;transform:translate(0)scale(1)}}@keyframes result-burn{0%{background-color:var(--tone)}to{background-color:#0000}}@keyframes shockwave{0%{opacity:.9;border-width:14px;transform:scale(.05)}to{opacity:0;border-width:1px;transform:scale(2.4)}}@keyframes result-slam{0%{opacity:0;filter:blur(8px);transform:scale(2.6)}55%{opacity:1;filter:blur();transform:scale(.94)}to{transform:scale(1)}}@keyframes rays-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cpu-blink{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@keyframes rotor-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes car-cell{0%,to{box-shadow:0 0 0 2px #ff5a4d73,0 0 18px #ff5a4d59}50%{box-shadow:0 0 0 3px #ff5a4dbf,0 0 32px #ff5a4da6}}@keyframes drop-pulse{0%,to{box-shadow:0 0 #7de2ff66}50%{box-shadow:0 0 0 7px #7de2ff00}}@media (width<=900px){.layout{grid-template-columns:1fr;justify-items:center}.layout-left,.side{justify-self:center}.hangar{flex-direction:row}}@media (width<=640px){:root{--cell:52px;--gap:10px;--pad:14px}.layout{gap:16px}.junction,.drag-ghost{width:30px;height:30px}.icon-car{width:38px;height:19px}.icon-heli{width:42px;height:42px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
