*{box-sizing:border-box;margin:0}html,body,#app{height:100%;overflow:hidden}body{color:#e8edf2;background:#0b0f14;font-family:system-ui,sans-serif}#video,#overlay{width:100%;height:100%;position:fixed;inset:0}#video{object-fit:cover;background:#000}#overlay{pointer-events:none}#topbar{padding:max(10px, env(safe-area-inset-top)) 12px 8px;background:linear-gradient(#0009,#0000);justify-content:center;gap:12px;font-size:14px;font-weight:600;display:flex;position:fixed;top:0;left:0;right:0}#stat-found{color:#ff6b6b}#stat-fps{color:#8aa0b5;font-weight:400}#actions{bottom:max(16px, env(safe-area-inset-bottom));justify-content:center;gap:12px;display:flex;position:fixed;left:0;right:0}button,.file-btn{color:#e8edf2;cursor:pointer;text-align:center;background:#1d2833;border:1px solid #33465a;border-radius:10px;padding:12px 20px;font-size:16px;font-weight:600}button:disabled{opacity:.5}#btn-camera{background:#1663c7;border-color:#1663c7}.panel{z-index:10;padding:24px;padding-top:max(24px, env(safe-area-inset-top));background:#0b0f14f5;flex-direction:column;gap:14px;display:none;position:fixed;inset:0;overflow-y:auto}.panel.open{display:flex}.panel h1{font-size:28px}.panel h2{font-size:20px}.row{gap:12px;display:flex}#watchlist-text{color:#e8edf2;text-transform:uppercase;background:#121a23;border:1px solid #33465a;border-radius:10px;width:100%;padding:12px;font-family:ui-monospace,monospace;font-size:18px}#watchlist-status{color:#8aa0b5;font-size:14px}#watchlist-status .found{color:#2dd36f}#log-list{flex-direction:column;gap:8px;list-style:none;display:flex}#log-list li{background:#121a23;border-radius:8px;justify-content:space-between;padding:10px 12px;font-family:ui-monospace,monospace;display:flex}#log-list li.match{color:#ff6b6b;border:1px solid #ff2d2d}#log-list li .time{color:#8aa0b5;font-size:13px}.error{color:#ff6b6b;font-size:14px}#status{color:#8aa0b5}
