:root{--bg:#0b0d12;--panel:#121726;--ink:#eef2ff;--muted:rgba(238,242,255,.65);--border:rgba(238,242,255,.12);--primary:#647cc9}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto;background:var(--bg);color:var(--ink)}a{color:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.header,.footer{padding:12px 14px;border-bottom:1px solid var(--border)}.footer{margin-top:auto;border-top:1px solid var(--border);border-bottom:none;color:var(--muted)}.brand-title{font-weight:900;letter-spacing:.06em}.brand-subtitle{font-size:12px;color:var(--muted);margin-top:2px}.main{width:100%;max-width:720px;margin:0 auto;padding:12px 12px 28px}.page{display:flex;flex-direction:column;gap:14px}.searchBlock{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:12px}.search{width:100%;padding:12px;border-radius:14px;border:1px solid var(--border);background:#ffffff08;color:var(--ink);outline:none}.search:focus{border-color:#647cc9cc}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.chip{padding:8px 10px;border-radius:999px;border:1px solid var(--border);background:transparent;color:var(--ink);font-size:13px}.chip.on{border-color:#647cc9e6;background:#647cc92e}.cta{width:100%;margin-top:10px;padding:12px;border-radius:14px;border:1px solid rgba(100,124,201,.9);background:#647cc92e;color:var(--ink);font-weight:800}.resultsHeader{display:flex;justify-content:space-between;align-items:baseline;padding:4px 2px}.resultsTitle{font-weight:900}.resultsCount{color:var(--muted);font-size:13px}.cards{display:flex;flex-direction:column;gap:10px}.card{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:12px}.cardTop{display:flex;flex-direction:column;gap:6px}.title{font-weight:800}.time{color:var(--muted);font-size:13px}.meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.pill{font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#ffffff05}.pill.risk.low{border-color:#78dca066}.pill.risk.medium{border-color:#ffd66680}.pill.risk.high{border-color:#ff6b6b80}.details{margin-top:10px;display:flex;flex-direction:column;gap:6px}.row{display:flex;gap:10px;flex-wrap:wrap}.k{color:var(--muted);font-size:12px}.v{font-size:12px}.why{margin-top:10px;padding:10px;border-radius:14px;border:1px dashed rgba(238,242,255,.18);color:#eef2ffd1;font-size:13px}.actions{display:flex;gap:10px;margin-top:12px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:14px;border:1px solid var(--border);background:#ffffff05;text-decoration:none;font-weight:800}.muted{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:14px;border:1px solid var(--border);background:#ffffff05;text-decoration:none;font-weight:800;color:var(--ink)}.btn.ghost{background:transparent}.sheet-backdrop{position:fixed;inset:0;background:#0000008c;z-index:1000}.sheet{position:fixed;left:0;right:0;bottom:0;background:var(--panel);border-top:1px solid var(--border);border-radius:18px 18px 0 0;padding:10px 12px 12px;z-index:1001;max-height:82vh;overflow:auto}.sheet-handle{width:44px;height:5px;border-radius:999px;background:#eef2ff2e;margin:4px auto 10px}.sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.sheet-title{font-weight:900}.sheet-close{border:1px solid var(--border);background:transparent;color:var(--ink);border-radius:12px;padding:8px 10px;font-weight:900}.sheet-body{display:flex;flex-direction:column;gap:14px}.sheet-section{padding:10px;border:1px solid var(--border);border-radius:16px;background:#ffffff05}.sheet-label{font-weight:800;margin-bottom:8px}.sheet-chips{display:flex;flex-wrap:wrap;gap:8px}.sheet-help{margin-top:8px;font-size:12px}.sheet-actions{position:sticky;bottom:0;display:flex;gap:10px;padding-top:10px;background:linear-gradient(to top,var(--panel),rgba(18,23,38,0))}.toast-host{position:fixed;left:12px;right:12px;bottom:12px;display:flex;flex-direction:column;gap:10px;z-index:2000;pointer-events:none}.toast{pointer-events:auto;border:1px solid var(--border);background:var(--panel);border-radius:16px;padding:10px 12px;box-shadow:0 8px 30px #00000059}.toast-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.toast-title{font-weight:900}.toast-msg{margin-top:6px;color:var(--muted);font-size:13px;line-height:1.25}.toast-x{border:1px solid var(--border);background:transparent;color:var(--ink);border-radius:12px;padding:6px 8px;font-weight:900}.toast.success{border-color:#78dca059}.toast.warn{border-color:#ffd66659}.toast.error{border-color:#ff6b6b59}.net-badge{font-size:11px;font-weight:900;letter-spacing:.08em;padding:6px 10px;border-radius:999px;border:1px solid var(--border)}.net-badge.live{border-color:#78dca073;background:#78dca01a}.net-badge.mock{border-color:#ffd66673;background:#ffd6661a}.error-banner{margin-top:12px;border:1px solid rgba(255,107,107,.35);background:#ff6b6b14;border-radius:16px;padding:12px}
