:root{--text:#2a2a2a;--text-h:#f5f5f5;--bg:#12141c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text-h);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:18px/145% system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0}#root{flex-direction:column;justify-content:center;align-items:center;min-height:100svh;display:flex}h1,h2{color:var(--text-h);margin:0 0 12px;font-weight:700}p{margin:0}button{font:inherit}.app-shell{aspect-ratio:16/9;background:#000;border-radius:16px;width:min(100%,960px);position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}@media (orientation:portrait) and (width<=768px){.app-shell{aspect-ratio:auto;width:100vw;max-width:none;height:100dvh;box-shadow:none;border-radius:0}}.game-stage{width:100%;height:100%;position:relative}.camera-feed{object-fit:cover;width:100%;height:100%;display:block;transform:scaleX(-1)}.crouch-zone{z-index:10;pointer-events:none;position:absolute;inset:0}.crouch-zone-safe-area{background:linear-gradient(#6bff8a38,#6bff8a14);border-top:2px dashed #6bff8acc;position:absolute;bottom:0;left:0;right:0}.crouch-zone-line{justify-content:center;display:flex;position:absolute;left:0;right:0;transform:translateY(-50%)}.crouch-zone-label{color:#0a2e12;white-space:nowrap;background:#6bff8ae6;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700;transform:translateY(-100%)}.crouch-zone-marker{background:#78c9ff;border-radius:999px;width:28px;height:4px;transition:background .12s,box-shadow .12s;position:absolute;left:12px;transform:translateY(-50%);box-shadow:0 0 8px #78c9ff}.crouch-zone-marker-active{background:#6bff8a;box-shadow:0 0 8px #6bff8a}.enemy-layer{position:absolute;inset:0}.enemy-cell{filter:drop-shadow(0 4px 8px #00000080);justify-content:center;align-items:center;width:120px;height:120px;margin:-60px 0 0 -60px;font-size:72px;display:flex;position:absolute}.enemy-emoji{animation:.24s ease-out enemy-pop-in;display:inline-block}.enemy-cell-dying .enemy-emoji{animation:.4s ease-in forwards enemy-death}.enemy-cell-tough .enemy-emoji{filter:drop-shadow(0 0 10px #ff5252e6)}.enemy-hp-pips{gap:3px;display:flex;position:absolute;bottom:4px}.enemy-hp-pip{background:0 0;border:2px solid #ffffffb3;border-radius:50%;width:10px;height:10px}.enemy-hp-pip-filled{background:#ff5252;border-color:#ff8a8a;box-shadow:0 0 5px #ff5252cc}@keyframes enemy-pop-in{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}@keyframes enemy-death{0%{opacity:1;transform:scale(1)rotate(0)}to{opacity:0;transform:scale(.2)rotate(35deg)}}.bullet-telegraph{width:46px;height:46px;animation:bullet-telegraph-pulse var(--telegraph-duration,.65s) ease-in-out forwards;pointer-events:none;z-index:14;border:3px solid #ff5252;border-radius:50%;margin:-23px 0 0 -23px;position:absolute;box-shadow:0 0 14px #ff5252cc}@keyframes bullet-telegraph-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.bullet-travel{left:var(--start-left);top:var(--start-top);width:16px;height:16px;animation:bullet-travel-flight var(--travel-duration,.4s) linear forwards;pointer-events:none;z-index:15;background:radial-gradient(circle,#fff 0%,#ff5252 55%,#ff525200 100%);border-radius:50%;margin:-8px 0 0 -8px;position:absolute;box-shadow:0 0 10px #ff5252}@keyframes bullet-travel-flight{0%{left:var(--start-left);top:var(--start-top)}to{left:var(--end-left);top:var(--end-top)}}.gun-aim{z-index:22;color:#78c9ff;pointer-events:none;border:3px solid;border-radius:50%;width:42px;height:42px;transition:width .1s,height .1s,color .1s;position:fixed;transform:translate(-50%,-50%);box-shadow:0 0 12px,inset 0 0 8px}.gun-aim:before,.gun-aim:after{content:"";background:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gun-aim:before{width:54px;height:2px}.gun-aim:after{width:2px;height:54px}.gun-aim-ready{color:#6bff8a;width:34px;height:34px}.gun-aim-cooldown{color:#ffdd57;opacity:.6}.gunshot-effect{z-index:24;pointer-events:none;width:96px;height:96px;animation:.76s ease-out forwards gunshot-lifetime;position:fixed;transform:translate(-50%,-50%)}.gunshot-flash{clip-path:polygon(50% 0%,61% 34%,88% 12%,72% 41%,100% 50%,70% 60%,88% 88%,60% 72%,50% 100%,40% 72%,12% 88%,30% 60%,0% 50%,29% 41%,12% 12%,40% 33%);filter:drop-shadow(0 0 9px #ffb300);background:#fff8b5;animation:.18s ease-out forwards gunshot-flash;position:absolute;inset:18px}.gunshot-ring{border:4px solid #ffdd57;border-radius:50%;animation:.36s ease-out forwards gunshot-ring;position:absolute;inset:30px}.bullet-trail{width:var(--bullet-length,0px);height:20px;transform:translateY(-50%) rotate(var(--bullet-angle,0deg));transform-origin:0;pointer-events:none;position:absolute;top:50%;left:50%}.bullet-trail-core{transform-origin:0;background:linear-gradient(90deg,#fff0 0%,#fff4bef2 45%,#fff8d6 85%,#fff 100%);border-radius:999px;width:100%;height:3px;animation:.13s ease-out forwards bullet-trail-flight;position:absolute;top:50%;left:0;transform:translateY(-50%)scaleX(.04);box-shadow:0 0 6px #fff3b0,0 0 16px #ffb03ce6}.bullet-impact{pointer-events:none;opacity:0;background:radial-gradient(circle,#fff8d6 0%,#ffc44de6 40%,#ff782800 75%);border-radius:50%;width:26px;height:26px;margin:-13px 0 0 -13px;animation:.26s ease-out .11s forwards bullet-impact-burst;position:absolute}.gunshot-smoke-plume{filter:blur(2px);opacity:0;background:radial-gradient(circle,#ffffffd9,#dcdce159 60%,#dcdce100 80%);border-radius:50%;width:18px;height:18px;margin:-9px 0 0 -9px;animation:.62s ease-out forwards gunshot-smoke-drift;position:absolute;top:50%;left:50%}@keyframes gunshot-lifetime{0%,92%{opacity:1}to{opacity:0}}@keyframes gunshot-flash{0%{opacity:1;transform:scale(.35)rotate(0)}to{opacity:0;transform:scale(1.5)rotate(18deg)}}@keyframes gunshot-ring{0%{opacity:1;transform:scale(.2)}to{opacity:0;transform:scale(2.5)}}@keyframes bullet-trail-flight{0%{opacity:0;transform:translateY(-50%)scaleX(.04)}20%{opacity:1}75%{opacity:.85;transform:translateY(-50%)scaleX(1)}to{opacity:0;transform:translateY(-50%)scaleX(1)}}@keyframes bullet-impact-burst{0%{opacity:0;transform:scale(.2)}20%{opacity:1}to{opacity:0;transform:scale(2)}}@keyframes gunshot-smoke-drift{0%{opacity:0;transform:translate(0)scale(.3)}12%{opacity:.85}to{transform:translate(var(--smoke-dx,0px), -70px) scale(calc(var(--smoke-scale,1) * 2.1));opacity:0}}.hud{z-index:20;pointer-events:none;background:linear-gradient(#0000008c,#0000);flex-direction:column;gap:8px;padding:12px 16px;display:flex;position:absolute;top:0;left:0;right:0}.hud-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.hud-stats{color:#fff;text-shadow:0 1px 4px #000000b3;gap:12px;font-weight:700;display:flex}.hp-bar{gap:4px;display:flex}.hp-pip{background:0 0;border:2px solid #fff9;border-radius:50%;width:18px;height:18px}.hp-pip-filled{background:#ff5252;border-color:#ff8a8a;box-shadow:0 0 6px #ff5252cc}.crouch-indicator{color:#fff;text-shadow:0 1px 4px #000000b3;align-self:flex-start;align-items:center;gap:8px;font-size:14px;display:flex}.crouch-gauge{background:#ffffff40;border-radius:999px;width:120px;height:8px;position:relative;overflow:hidden}.crouch-gauge-fill{background:#78c9ff;height:100%;transition:width 80ms linear}.crouch-indicator-active .crouch-gauge-fill{background:#6bff8a}.crouch-indicator-active .crouch-label{color:#6bff8a}.overlay-screen{text-align:center;color:#fff;z-index:30;background:#0a0a0fc7;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px;display:flex;position:absolute;inset:0}.overlay-screen h1{color:#fff;font-size:min(8vw,40px)}.overlay-screen p{max-width:480px;line-height:1.6}.overlay-screen button{color:#1b1f2a;cursor:pointer;background:#ffdd57;border:none;border-radius:999px;padding:14px 32px;font-size:18px;font-weight:700;transition:transform .12s}.overlay-screen button:hover:not(:disabled){transform:scale(1.05)}.overlay-screen button:disabled{opacity:.6;cursor:not-allowed}.countdown-number{font-size:64px;font-weight:700}.visibility-warning{color:#ffdd57}.error-text{color:#ff8a8a}.final-score{font-size:24px;font-weight:700}
