:root{--bg:#0b0d10;--panel:#111419;--panel2:#15191f;--line:#262c35;--text:#f4f6f8;--muted:#8f99a7;--soft:#cbd1d8;--accent:#9ef0c5;--danger:#ff8f8f;--warn:#f0cb79;--radius:18px;--shadow:0 24px 80px rgba(0,0,0,.28)}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:radial-gradient(900px 500px at 50% -140px,#1b2327 0%,var(--bg) 58%);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh}.noise{position:fixed;inset:0;pointer-events:none;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");z-index:0}.topbar,.shell,footer{position:relative;z-index:1}.topbar{height:76px;max-width:1180px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.06)}.brand{display:flex;gap:11px;align-items:center;color:var(--text);text-decoration:none;font-weight:760;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border:1px solid #39414c;border-radius:9px;font-size:11px;letter-spacing:.02em;background:#11151a}.top-actions{display:flex;align-items:center;gap:12px}.live-pill{font-size:10px;letter-spacing:.14em;color:#aab3be;display:flex;align-items:center;gap:7px}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(158,240,197,.08)}button,a{font:inherit}.ghost-btn,.primary-btn,.secondary-btn{border-radius:11px;height:40px;padding:0 15px;font-weight:650;font-size:13px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:.18s ease}.ghost-btn,.secondary-btn{background:transparent;border:1px solid var(--line);color:var(--soft)}.ghost-btn:hover,.secondary-btn:hover{border-color:#3a424e;background:#15191f;color:#fff}.primary-btn{background:#edf1f4;color:#0b0d10;border:1px solid #edf1f4}.primary-btn:hover{transform:translateY(-1px);background:#fff}.shell{max-width:1180px;margin:0 auto;padding:64px 28px 36px}.profile-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:28px}.identity{display:flex;align-items:center;gap:20px}.avatar-wrap{width:88px;height:88px;border-radius:20px;overflow:hidden;border:1px solid #2d343e;background:#12161b;position:relative;box-shadow:var(--shadow)}.avatar-wrap img{width:100%;height:100%;object-fit:cover;display:none}.avatar-fallback{position:absolute;inset:0;display:grid;place-items:center;font-size:22px;font-weight:800;letter-spacing:-.04em;color:#e7ebef}.eyebrow{font-size:10px;letter-spacing:.17em;color:#778291;font-weight:750;margin-bottom:8px}.identity h1{font-size:44px;line-height:1;margin:0 0 10px;letter-spacing:-.045em}.id-line{display:flex;align-items:center;gap:9px;color:#98a2af;font:500 12px ui-monospace,SFMono-Regular,Menlo,monospace}.copy-btn{border:0;background:none;color:#6f7a88;padding:2px 0;cursor:pointer;font-size:11px}.copy-btn:hover{color:#d6dbe1}.head-actions{display:flex;gap:10px}.record-card{border:1px solid var(--line);background:linear-gradient(135deg,#12161b,#0f1216);border-radius:var(--radius);padding:24px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 18px 60px rgba(0,0,0,.14);margin-bottom:14px}.record-main{display:flex;gap:16px;align-items:center}.record-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(158,240,197,.28);background:rgba(158,240,197,.08);color:var(--accent);font-weight:800}.record-card.flags .record-icon{color:var(--danger);border-color:rgba(255,143,143,.3);background:rgba(255,143,143,.08)}.record-card.incomplete .record-icon{color:var(--warn);border-color:rgba(240,203,121,.26);background:rgba(240,203,121,.07)}.record-card h2,.panel h2,.sources-section h2,.lookup-card h2{margin:0;letter-spacing:-.025em}.record-card h2{font-size:22px}.record-card p{margin:7px 0 0;color:var(--muted);font-size:12px;max-width:650px;line-height:1.55}.record-signals{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.signal{padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:#0c0f13;font-size:11px;color:#9aa4b1}.signal.clear{border-color:rgba(158,240,197,.16)}.signal.flagged{border-color:rgba(255,143,143,.18);color:#e6aaaa}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:14px 0}.metric{min-height:110px;border:1px solid var(--line);background:var(--panel);border-radius:15px;padding:18px}.metric-label{color:#778291;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:720}.metric-value{font-size:28px;font-weight:760;letter-spacing:-.035em;margin-top:12px}.metric-sub{font-size:11px;color:#778291;margin-top:7px}.skeleton{position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.035),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{to{transform:translateX(100%)}}.content-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:14px;margin-bottom:14px}.panel{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);padding:22px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:22px}.panel h2,.sources-section h2{font-size:20px}.source-state{font-size:10px;color:#7d8794;border:1px solid #262d36;border-radius:999px;padding:6px 8px}.source-state.ok{color:var(--accent);border-color:rgba(158,240,197,.16)}.source-state.off{color:#7c8591}.bars{display:grid;gap:15px}.bar-row{display:grid;grid-template-columns:112px 1fr 54px;gap:12px;align-items:center}.bar-name{font-size:12px;color:#aeb6c0}.bar-track{height:6px;border-radius:999px;background:#20262e;overflow:hidden}.bar-fill{height:100%;background:#dce5e1;border-radius:inherit;transform-origin:left;transition:width .5s ease}.bar-value{text-align:right;font:600 11px ui-monospace,SFMono-Regular,Menlo,monospace;color:#9aa4b1}.detail-list{display:grid}.detail{padding:12px 0;border-top:1px solid #20262e;display:flex;justify-content:space-between;gap:16px}.detail:first-child{border-top:0;padding-top:0}.detail-label{color:#7f8997;font-size:12px}.detail-value{color:#d5dae0;font-size:12px;text-align:right}.matches-panel{margin-bottom:14px}.matches{display:grid}.match{display:grid;grid-template-columns:1.2fr .9fr .8fr 32px;gap:12px;align-items:center;padding:13px 0;border-top:1px solid #20262e;font-size:12px}.match:first-child{border-top:0}.match-map{font-weight:650}.match-source,.match-time{color:#7f8997}.match-mark{width:7px;height:7px;border-radius:50%;justify-self:end;background:#45505d}.match-mark.warn{background:var(--danger)}.empty-state{color:#737d89;font-size:12px;padding:16px 0}.sources-section{padding:28px 0 10px}.section-title{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:15px}.section-title p{margin:0;color:#778291;font-size:12px}.source-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.source-card{min-height:92px;border:1px solid var(--line);background:#101318;border-radius:14px;padding:15px;text-decoration:none;color:var(--text);display:flex;flex-direction:column;justify-content:space-between;transition:.18s ease}.source-card:hover{background:#15191f;border-color:#37404b;transform:translateY(-1px)}.source-top{display:flex;justify-content:space-between;gap:8px}.source-name{font-size:13px;font-weight:680}.source-arrow{color:#697482}.source-kind{font-size:10px;color:#6f7986;text-transform:uppercase;letter-spacing:.09em}.source-live{font-size:9px;color:var(--accent)}.method-note{display:grid;grid-template-columns:44px 1fr auto;gap:16px;align-items:start;padding:34px 0 18px;color:#697482;font-size:11px;line-height:1.6}.method-note p{margin:0}.method-note strong{color:#9ca6b2}.method-line{height:1px;background:#313841;margin-top:8px}.method-note span{white-space:nowrap}footer{max-width:1180px;margin:0 auto;padding:18px 28px 30px;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;color:#58626f;font-size:10px;letter-spacing:.06em}.lookup-dialog{border:0;padding:0;background:transparent;color:var(--text);width:min(560px,calc(100vw - 28px))}.lookup-dialog::backdrop{background:rgba(2,4,6,.72);backdrop-filter:blur(8px)}.lookup-card{border:1px solid #303842;background:#111419;border-radius:20px;padding:22px;box-shadow:0 30px 110px rgba(0,0,0,.55)}.lookup-head{display:flex;justify-content:space-between;align-items:flex-start}.dialog-close{border:0;background:transparent;color:#8993a0;font-size:28px;line-height:1;cursor:pointer}.lookup-help{color:#7e8895;font-size:12px;margin:12px 0 16px}.lookup-input-wrap{display:block}.lookup-input-wrap input{width:100%;height:48px;border:1px solid #303742;background:#0b0e12;border-radius:12px;color:#edf0f3;padding:0 14px;outline:none;font:500 13px ui-monospace,SFMono-Regular,Menlo,monospace}.lookup-input-wrap input:focus{border-color:#596574;box-shadow:0 0 0 3px rgba(120,140,160,.08)}.lookup-error{min-height:20px;color:#e99c9c;font-size:11px;padding:7px 1px}.full{width:100%;height:46px}.turnstile-slot{margin:12px 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.content-grid{grid-template-columns:1fr}.source-grid{grid-template-columns:repeat(3,1fr)}.metric-grid{grid-template-columns:repeat(2,1fr)}.record-card{align-items:flex-start;flex-direction:column}.record-signals{justify-content:flex-start}}
@media(max-width:620px){.topbar{height:66px;padding:0 18px}.live-pill{display:none}.shell{padding:38px 18px 24px}.profile-head{align-items:flex-start;flex-direction:column}.identity h1{font-size:36px}.avatar-wrap{width:74px;height:74px;border-radius:17px}.head-actions{width:100%}.head-actions>*{flex:1}.record-card{padding:19px}.metric-grid{gap:10px}.metric{min-height:98px;padding:15px}.metric-value{font-size:24px}.panel{padding:18px}.bar-row{grid-template-columns:92px 1fr 48px}.match{grid-template-columns:1fr .8fr 30px}.match-time{display:none}.source-grid{grid-template-columns:repeat(2,1fr)}.section-title{align-items:flex-start;flex-direction:column;gap:8px}.method-note{grid-template-columns:28px 1fr}.method-note span{grid-column:2}.method-line{width:28px}footer{padding:16px 18px 24px;gap:12px;flex-direction:column}.brand>span:last-child{display:none}}
