:root{--bg: #08080f;--surface: rgba(12,12,20,.94);--border: rgba(90,70,70,.28);--gold: #FFD700;--red: #ef4444;--green: #4ade80;--text: #e2e8f0;--muted: #94a3b8;--mono: "SF Mono","Fira Code",ui-monospace,monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--mono);background:var(--bg);color:var(--text);overflow:hidden}.app{width:100vw;height:100vh;overflow:hidden}.land{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 50% 55%,#1a0d0d55 0%,var(--bg) 65%);position:relative}.grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.lc{text-align:center;max-width:560px;padding:2rem;position:relative;z-index:1}.eyebrow{font-size:.68rem;letter-spacing:.22em;color:var(--red);margin-bottom:1.4rem;opacity:.75}.lh{font-size:clamp(2.8rem,7.5vw,4.8rem);font-weight:800;line-height:1.08;margin-bottom:1.4rem;letter-spacing:-.02em}.gold{color:var(--gold)}.ls{font-size:.88rem;color:var(--muted);line-height:1.7;margin-bottom:2.4rem;font-family:system-ui,sans-serif}.start-btn{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border:none;padding:1rem 2.6rem;font-size:1rem;font-weight:800;letter-spacing:.14em;border-radius:4px;cursor:pointer;font-family:inherit;box-shadow:0 0 22px #ef444455;animation:pulse-btn 2s ease-in-out infinite}@keyframes pulse-btn{0%,to{box-shadow:0 0 22px #ef444455}50%{box-shadow:0 0 40px #ef444588}}.chips{display:flex;gap:.7rem;justify-content:center;align-items:center;margin-top:1.4rem;font-size:.72rem;color:var(--muted)}.dot{opacity:.4}.audit{width:100vw;height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg)}.a-title{font-size:.82rem;color:var(--muted);margin-bottom:2.5rem;letter-spacing:.05em}.hud{position:fixed;top:1.4rem;left:1.4rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.1rem 1.4rem;min-width:190px;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hud-title{font-size:.62rem;letter-spacing:.18em;color:var(--red);margin-bottom:.9rem;opacity:.8}.hud-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.45rem}.hud-v{font-size:1.05rem;font-weight:700}.hud-tot{font-size:.7rem;color:var(--muted);font-weight:400}.hud-l{font-size:.66rem;color:var(--muted)}@keyframes flicker{0%,to{opacity:1}50%{opacity:.45}}.tl{width:88vw;max-width:1400px;position:relative}.tl-track{position:relative;height:60px}.tl-line{position:absolute;top:50%;left:0;right:0;height:2px;background:#78789633}.cdot{position:absolute;top:50%;width:5px;height:5px;border-radius:50%;transform:translate(-50%,-50%);background:#3a3a4a;transition:background .2s}.cdot.scanned{background:#8890a8}.cdot.clean{background:var(--green);width:7px;height:7px;box-shadow:0 0 8px var(--green)}.scanner{position:absolute;top:-20px;bottom:-20px;width:2px;background:linear-gradient(180deg,transparent,#7dd3fc,transparent);box-shadow:0 0 20px 4px #7dd3fc88;transform:translate(-50%)}.drops{position:absolute;top:-4px;left:0;right:0;height:0}.drop{position:absolute;top:-30px;border-radius:50%/60% 60% 40% 40%;transform:translate(-50%) rotate(0);cursor:pointer;transition:transform .15s}.drop:hover{transform:translate(-50%) scale(1.25)}.drop-sel{outline:2px solid #fff;outline-offset:3px}.drop-pulse{animation:drop-pulse 1.4s ease-in-out infinite}@keyframes drop-pulse{0%,to{opacity:1}50%{opacity:.5}}.dates{display:flex;justify-content:space-between;margin-top:.8rem;font-size:.66rem;color:var(--muted)}.legend{display:flex;gap:1.2rem;margin-top:2.5rem;font-size:.7rem;color:var(--muted);align-items:center}.legend-item{display:flex;align-items:center;gap:.4rem}.legend-dot{border-radius:50%;display:inline-block}.fp{position:fixed;top:1.4rem;right:1.4rem;bottom:3.8rem;width:370px;background:var(--surface);border:1px solid var(--border);border-radius:8px;z-index:25;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;flex-direction:column;overflow:hidden}.fp-hd{display:flex;justify-content:space-between;align-items:flex-start;padding:1.1rem;border-bottom:1px solid var(--border);gap:.5rem}.fp-hash{font-size:.7rem;color:#7dd3fc}.fp-title{font-size:.92rem;font-weight:700;margin-top:.2rem}.fp-x{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.95rem;flex-shrink:0}.fp-x:hover{color:var(--text)}.fp-bd{padding:1.1rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:.7rem}.fp-tags{display:flex;align-items:center;gap:.7rem}.fp-tag{padding:.18rem .55rem;border-radius:3px;font-size:.63rem;font-weight:700;letter-spacing:.07em}.fp-commit{background:#ffffff08;border:1px solid var(--border);border-radius:5px;padding:.7rem}.fp-cmsg{font-style:italic;font-size:.82rem;color:var(--text);margin-bottom:.35rem}.fp-file{font-size:.72rem;color:#7dd3fc;margin-bottom:.25rem}.fp-who{font-size:.68rem;color:var(--muted)}.fp-lbl{font-size:.6rem;letter-spacing:.12em;color:var(--red);opacity:.8;margin-top:.3rem;text-transform:uppercase}.fp-txt{font-size:.78rem;color:var(--muted);line-height:1.6;font-family:system-ui,sans-serif}.fp-txt.muted{opacity:.85}.fp-secret{position:relative;background:#000;border:1px solid var(--border);border-radius:5px;padding:.7rem;overflow:hidden;font-size:.68rem;word-break:break-all}.fp-secret code{color:#f87171;filter:blur(3px);-webkit-user-select:none;user-select:none}.fp-secret.rotated code{color:#4ade80}.radar{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,#7dd3fc44,transparent);animation:radar 1s linear infinite}@keyframes radar{0%{transform:translate(-100%)}to{transform:translate(100%)}}.ver-result{padding:.6rem .8rem;border-radius:5px;font-size:.72rem;font-weight:700;text-align:center}.ver-result.active{background:#dc262622;color:#f87171;border:1px solid #dc262655;animation:flicker 1.3s ease-in-out infinite}.ver-result.rotated{background:#15803d22;color:#4ade80;border:1px solid #15803d55}.fp-acts{display:flex;gap:.6rem;margin-top:.4rem}.fp-btn{flex:1;border:none;padding:.7rem;font-size:.8rem;font-weight:800;letter-spacing:.08em;border-radius:4px;cursor:pointer;font-family:inherit}.fp-btn.blue{background:#1e40af;color:#fff}.fp-btn.blue:disabled{opacity:.5;cursor:not-allowed}.fp-btn.red{background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff}.fp-done{background:#15803d22;border:1px solid #4ade8044;border-radius:5px;padding:.8rem;margin-top:.4rem}.fp-done>div{color:#4ade80;font-weight:800;font-size:.85rem;letter-spacing:.1em;margin-bottom:.4rem}.bottom{position:fixed;bottom:1.3rem;left:50%;transform:translate(-50%);display:flex;gap:.7rem;z-index:20}.b-btn{background:var(--surface);border:1px solid var(--border);color:var(--muted);padding:.55rem 1.3rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;border-radius:4px;cursor:pointer;font-family:inherit;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.b-btn:hover{color:var(--text)}.b-btn.accent{color:var(--red);border-color:#ef444444}.victory{position:fixed;top:1.4rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#15803d,#16a34a);color:#fff;padding:.7rem 2rem;border-radius:4px;font-size:.9rem;font-weight:700;letter-spacing:.08em;z-index:30;box-shadow:0 0 40px #4ade8055;white-space:nowrap}.burst{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:28;overflow:hidden}.burst-pt{position:absolute;width:9px;height:9px;border-radius:50%;top:0;left:0}
