:root{--bg:#fff;--text:#1c2333;--muted:#6b7386;--border:#e3e6ee;--accent:#1083fe;--accent-hover:#0070e0;--yes:#d92f2f;--no:#1a9c4b}@media (prefers-color-scheme:dark){:root{--bg:#101318;--text:#eef1f7;--muted:#98a1b3;--border:#272c36;--yes:#ff5c5c;--no:#3ddc7d}}*{box-sizing:border-box}body{background:var(--bg);min-height:100dvh;color:var(--text);justify-content:center;align-items:center;margin:0;padding:24px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.card{text-align:center;width:100%;max-width:400px}h1{margin:0 0 32px;font-size:2rem;font-weight:600;line-height:1.25}.highlight{color:var(--yes);background:0 0}.footnote-ref{color:var(--muted);margin-left:2px;font-size:.5em;font-weight:500}.tagline{color:var(--muted);margin:0 0 28px;font-size:.95rem}.input-wrap{margin-bottom:12px;position:relative}#handle-input{border:1px solid var(--border);width:100%;color:var(--text);background:0 0;border-radius:6px;outline:none;padding:12px 14px;font-size:1rem}#handle-input:focus{border-color:var(--accent)}.typeahead-dropdown{background:var(--bg);border:1px solid var(--border);z-index:10;text-align:left;border-radius:6px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.typeahead-row{cursor:pointer;width:100%;color:var(--text);font:inherit;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:8px 12px;display:flex}.typeahead-row:hover,.typeahead-row.highlighted{background:var(--border)}.typeahead-avatar{background:var(--border);border-radius:50%;flex-shrink:0;width:28px;height:28px}.typeahead-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.typeahead-handle{color:var(--muted);font-size:.8rem}button.primary{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:6px;width:100%;padding:12px;font-size:1rem;font-weight:600}button.primary:hover:not(:disabled){background:var(--accent-hover)}button.primary:disabled{opacity:.6;cursor:default}button.secondary{color:var(--muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:8px 16px;font-size:.9rem}button.secondary:hover{color:var(--text)}.error{color:var(--yes);margin:0 0 12px;font-size:.9rem}.fine-print{color:var(--muted);margin:16px 0 0;font-size:.78rem;line-height:1.5}.account-row{color:var(--muted);justify-content:center;align-items:center;gap:8px;font-size:.95rem;font-weight:500;display:flex}.account-avatar{background:var(--border);border-radius:50%;width:28px;height:28px}.verdict{letter-spacing:.01em;margin:20px 0 24px;font-size:5rem;font-weight:700;line-height:1.1}.verdict.yes{color:var(--yes)}.verdict.no{color:var(--no)}.verdict.unknown{color:var(--muted)}.verdict-detail{color:var(--muted);margin:0 0 24px}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;margin:28px auto;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}footer{margin-top:40px}footer p{color:var(--muted);margin:0 0 8px;font-size:.78rem;line-height:1.5}.definition-card{border:1px solid var(--border);text-align:left;border-radius:6px;padding:12px 14px}footer a{color:inherit}.credit{color:var(--muted);background:var(--bg);white-space:nowrap;padding:6px 10px;font-size:.75rem;position:fixed;bottom:12px;left:50%;transform:translate(-50%)}.credit a{color:inherit}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95em}
