:root{--brand-red:#e32636;--deep-red:#a92f35;--charcoal:#202124;--warm-white:#faf7f3;--light-gray:#e5e7eb;--font-ui:var(--font-sora), ui-sans-serif, system-ui, sans-serif;--app-bg:var(--warm-white);--surface:#fff;--surface-muted:var(--warm-white);--surface-hover:#e5e7eb52;--text:var(--charcoal);--text-muted:#202124b3;--border:var(--light-gray);--focus-ring:#e3263624;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--app-bg);color:var(--text);font-family:var(--font-ui)}@media (prefers-color-scheme:dark){:root{--app-bg:#202124;--surface:#2a2b2e;--surface-muted:#242528;--surface-hover:#e5e7eb14;--text:#faf7f3;--text-muted:#faf7f3ad;--border:#e5e7eb2e;--focus-ring:#e326363d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=light]{--app-bg:var(--warm-white);--surface:#fff;--surface-muted:var(--warm-white);--surface-hover:#e5e7eb52;--text:var(--charcoal);--text-muted:#202124b3;--border:var(--light-gray);--focus-ring:#e3263624;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--app-bg:#202124;--surface:#2a2b2e;--surface-muted:#242528;--surface-hover:#e5e7eb14;--text:#faf7f3;--text-muted:#faf7f3ad;--border:#e5e7eb2e;--focus-ring:#e326363d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:var(--app-bg);min-height:100vh;font-family:var(--font-ui);margin:0}.shell{align-content:center;gap:12px;min-height:100vh;padding:48px;display:grid}.eyebrow{color:var(--deep-red);letter-spacing:0;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}h1{letter-spacing:0;margin:0;font-size:clamp(2.75rem,8vw,5.5rem);font-weight:800;line-height:1}.lede{max-width:620px;color:var(--charcoal);margin:0;font-size:1.125rem;font-weight:500;line-height:1.6}@media (max-width:640px){.shell{padding:28px}}.sources-page{background:var(--app-bg);min-height:100vh;color:var(--text)}.sources-header{border-bottom:1px solid var(--border);background:var(--app-bg);justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;display:flex}.sources-brand{align-items:center;gap:12px;min-width:0;display:flex}.sources-logo{object-fit:contain;width:132px;height:auto;display:block}.sources-logo-dark,:root[data-theme=dark] .sources-logo-light{display:none}:root[data-theme=dark] .sources-logo-dark{display:block}@media (prefers-color-scheme:dark){:root:not([data-theme]) .sources-logo-light{display:none}:root:not([data-theme]) .sources-logo-dark{display:block}}.sources-brand span{color:var(--border);font-weight:800}.sources-brand h1{color:var(--text);margin:0;font-size:1rem;font-weight:800;line-height:1.2}.theme-switch{border:1px solid var(--border);background:var(--surface);width:46px;height:26px;color:var(--text);cursor:pointer;border-radius:999px;place-items:center;padding:0;display:inline-grid}.theme-switch:hover{border-color:var(--brand-red)}.theme-switch:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}.theme-switch-track{width:38px;height:18px;display:block;position:relative}.theme-switch-thumb{background:var(--brand-red);border-radius:999px;place-items:center;width:18px;height:18px;transition:transform .16s;display:grid;position:absolute;top:0;left:0}@media (prefers-color-scheme:dark){:root:not([data-theme]) .theme-switch-thumb{transform:translate(20px)}}.theme-icon{background:var(--warm-white);width:10px;height:10px;position:absolute}.theme-icon-sun{opacity:1;border-radius:999px}.theme-icon-moon{opacity:0;border-radius:999px}.theme-icon-moon:after{content:"";background:var(--brand-red);border-radius:999px;width:9px;height:9px;position:absolute;top:-1px;right:-1px}:root[data-theme=dark] .theme-icon-sun{opacity:0}:root[data-theme=dark] .theme-icon-moon{opacity:1}@media (prefers-color-scheme:dark){:root:not([data-theme]) .theme-icon-sun{opacity:0}:root:not([data-theme]) .theme-icon-moon{opacity:1}}.sources-records{padding:16px 24px 28px}.sources-toolbar{flex-wrap:wrap;align-items:end;gap:10px;margin-bottom:10px;display:flex}.sources-control{gap:5px;min-width:180px;display:grid}.sources-control-wide{min-width:260px}.sources-control span{color:var(--deep-red);font-size:.7rem;font-weight:800;line-height:1}.status-filter{border:0;gap:5px;min-width:308px;margin:0;padding:0;display:grid}.status-filter legend{color:var(--deep-red);padding:0;font-size:.7rem;font-weight:800;line-height:1}.status-filter-chips{flex-wrap:wrap;align-items:center;gap:6px;min-height:34px;display:flex}.status-filter-chip{border:1px solid var(--border);background:var(--surface);min-height:30px;color:var(--text);cursor:pointer;font:800 .72rem/1 var(--font-ui);border-radius:999px;align-items:center;gap:6px;padding:6px 9px;display:inline-flex}.status-filter-chip strong{color:var(--deep-red);font-weight:800}.status-filter-chip:hover,.status-filter-chip[data-active=true]{color:var(--deep-red);border-color:#e326366b}.status-filter-chip[data-active=true]{background:#e3263614}.status-filter-chip:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}.sources-control input,.sources-control select{border:1px solid var(--border);background:var(--surface);min-height:34px;color:var(--text);font:500 .84rem/1.3 var(--font-ui);border-radius:6px;outline:none;padding:7px 10px}.sources-control input:focus,.sources-control select:focus{border-color:var(--brand-red);box-shadow:0 0 0 2px var(--focus-ring)}.sources-count{color:var(--text);margin:0 0 8px auto;font-size:.78rem;font-weight:800}.sources-table-wrap{border:1px solid var(--border);background:var(--surface);border-radius:8px;width:100%;overflow-x:auto}.sources-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:980px}.sources-table th,.sources-table td{border-bottom:1px solid var(--border);overflow-wrap:anywhere;text-align:left;vertical-align:middle;padding:8px 10px}.sources-table th{z-index:1;background:var(--surface-muted);color:var(--text);font-size:.72rem;font-weight:800;line-height:1.2;position:sticky;top:0}.sources-table td{color:var(--text);font-size:.78rem;font-weight:500;line-height:1.35}.sources-table tbody tr:hover{background:var(--surface-hover)}.sources-table tbody tr:last-child td{border-bottom:0}.sources-table th:first-child,.sources-table td:first-child{width:112px}.sources-table th:nth-child(2),.sources-table td:nth-child(2){width:300px}.sources-table th:nth-child(3),.sources-table td:nth-child(3){width:140px}.sources-table th:nth-child(4),.sources-table td:nth-child(4){width:110px}.sources-table th:nth-child(5),.sources-table td:nth-child(5),.sources-table th:nth-child(6),.sources-table td:nth-child(6){width:112px}.sources-table th:nth-child(7),.sources-table td:nth-child(7){width:140px}.sources-config-table{min-width:1280px}.sources-config-table th:first-child,.sources-config-table td:first-child{width:112px}.sources-config-table th:nth-child(2),.sources-config-table td:nth-child(2){width:230px}.sources-config-table th:nth-child(3),.sources-config-table td:nth-child(3){width:250px}.sources-config-table th:nth-child(4),.sources-config-table td:nth-child(4){width:110px}.sources-config-table th:nth-child(5),.sources-config-table td:nth-child(5){width:100px}.sources-config-table th:nth-child(6),.sources-config-table td:nth-child(6){width:150px}.sources-config-table th:nth-child(7),.sources-config-table td:nth-child(7){width:170px}.sources-config-table th:nth-child(8),.sources-config-table td:nth-child(8){width:300px}.config-url{overflow-wrap:anywhere}.category-row td{background:var(--surface-muted);padding:0}.category-row:hover{background:var(--surface-muted)}.category-heading{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:34px;padding:8px 10px;display:flex}.category-heading span{color:var(--deep-red);font-size:.72rem;font-weight:800;line-height:1.2}.category-heading strong{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.7rem;font-weight:800}.source-ref{color:var(--deep-red);font-variant-numeric:tabular-nums;font-weight:800}.source-name{font-weight:800}.status-badge{border:1px solid var(--border);background:var(--surface);min-height:22px;color:var(--text);border-radius:999px;align-items:center;padding:3px 8px;font-size:.7rem;font-weight:800;line-height:1;display:inline-flex}.status-enabled{color:var(--deep-red);border-color:#e326364d}.status-disabled{color:var(--text)}.status-soon{color:var(--text-muted)}.health-cell{text-transform:capitalize}.search-content{padding:24px}.search-form{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:end;gap:10px;padding-bottom:18px;display:flex}.search-field{gap:5px;min-width:280px;display:grid}.search-network{min-width:180px}.search-field span{color:var(--deep-red);font-size:.7rem;font-weight:800;line-height:1}.search-field input,.search-field select,.search-submit{border:1px solid var(--border);background:var(--surface);min-height:36px;color:var(--text);font:500 .84rem/1.3 var(--font-ui);border-radius:6px;outline:none;padding:8px 10px}.search-field input:focus,.search-field select:focus{border-color:var(--brand-red);box-shadow:0 0 0 2px var(--focus-ring)}.search-submit:focus-visible{border-color:var(--brand-red);box-shadow:0 0 0 2px var(--focus-ring)}.search-submit{border-color:var(--brand-red);background:var(--brand-red);color:var(--warm-white);cursor:pointer;padding-left:18px;padding-right:18px;font-weight:800}.search-content .redlist-loading{justify-content:flex-start;min-height:82px;padding:0}.search-error,.search-empty{color:var(--deep-red);font-size:.82rem;font-weight:800}.search-results{border-top:1px solid var(--border);margin-top:20px}.search-results-heading,.search-result{border-bottom:1px solid var(--border);grid-template-columns:minmax(180px,1fr) 90px 80px minmax(260px,2fr);align-items:center;gap:16px;padding:12px 0;display:grid}.search-results-heading{color:var(--text-muted);padding-bottom:8px;font-size:.72rem;font-weight:800}.search-results-heading h2{color:var(--text);grid-column:1/2;margin:0;font-size:.82rem}.search-result-main{align-items:baseline;gap:10px;min-width:0;display:flex}.search-result-main strong{overflow-wrap:anywhere;font-size:.82rem}.search-success,.search-failure{text-transform:capitalize;font-size:.72rem;font-weight:800}.search-success{color:var(--deep-red)}.search-failure{color:var(--text-muted)}.search-elapsed{color:var(--text-muted);font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem}.search-result-action{border:1px solid var(--brand-red);min-height:34px;color:var(--deep-red);border-radius:6px;justify-content:center;align-items:center;font-size:.74rem;font-weight:800;text-decoration:none;display:inline-flex}.search-result-action:focus-visible{box-shadow:0 0 0 2px var(--focus-ring);outline:none}.search-observation{min-width:0;color:var(--text-muted);overflow-wrap:anywhere;margin:0;font-size:.76rem;line-height:1.45}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.profile-content{gap:12px;padding:16px 24px 24px;display:grid}.profile-section{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 90%, var(--app-bg));border-radius:8px;padding:10px}.profile-record{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 94%, var(--app-bg));border-radius:8px;overflow:hidden}.profile-record-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.profile-address-line{flex-wrap:wrap;flex:1;align-items:center;gap:6px;min-width:0;display:flex}.profile-address-line>strong{color:var(--text);overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88rem;font-weight:700}.profile-muted,.profile-inline-note{color:var(--text-muted);margin:0;font-size:.72rem;line-height:1.4}.profile-badge-row,.profile-facts-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.profile-cell-grid{border-bottom:1px solid var(--border);grid-template-columns:repeat(4,minmax(140px,1fr));display:grid}.profile-cell{border-right:1px solid var(--border);align-content:center;gap:4px;min-height:62px;padding:9px 12px;display:grid}.profile-cell:last-child{border-right:0}.profile-cell>span,.profile-fact>span{color:var(--text-muted);font-size:.72rem;font-weight:800;line-height:1.1}.profile-cell>strong,.profile-fact>strong{color:var(--text);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:.94rem;font-weight:900;line-height:1.15}.profile-record-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(190px,.25fr) minmax(0,1fr);align-items:center;gap:12px;padding:9px 12px;display:grid}.profile-record-row:last-of-type{border-bottom:0}.profile-row-label{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.profile-badge{border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 86%, transparent);min-height:22px;color:var(--text);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:2px 7px;font-size:.68rem;font-weight:900;line-height:1.2;display:inline-flex}.profile-badge-network,.profile-badge-strength{border-color:color-mix(in srgb, var(--brand-red) 28%, var(--border));background:color-mix(in srgb, var(--brand-red) 8%, var(--surface));color:var(--deep-red)}.profile-badge-entity{border-color:color-mix(in srgb, #0891b2 24%, var(--border));background:color-mix(in srgb, #0891b2 9%, var(--surface));color:#0e7490}.profile-badge-source{border-color:var(--border);background:color-mix(in srgb, var(--surface) 70%, var(--app-bg));color:var(--text-muted);font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.profile-badge-source-inline{opacity:.7;border-left:1px solid;margin-left:2px;padding-left:5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.profile-badge-type-financial{border-color:color-mix(in srgb, #0284c7 32%, var(--border));background:color-mix(in srgb, #0284c7 10%, var(--surface));color:#0369a1}.profile-badge-type-protocol{border-color:color-mix(in srgb, #7c3aed 28%, var(--border));background:color-mix(in srgb, #7c3aed 9%, var(--surface));color:#6d28d9}.profile-badge-type-issuer{border-color:color-mix(in srgb, #d97706 30%, var(--border));background:color-mix(in srgb, #d97706 10%, var(--surface));color:#b45309}.profile-badge-type-institution{border-color:color-mix(in srgb, #475569 30%, var(--border));background:color-mix(in srgb, #475569 9%, var(--surface));color:#475569}.profile-badge-type-activity{border-color:color-mix(in srgb, #ea580c 32%, var(--border));background:color-mix(in srgb, #ea580c 10%, var(--surface));color:#c2410c}.profile-badge-type-neutral,.profile-badge-neutral,.profile-badge-limited{border-color:color-mix(in srgb, var(--text-muted) 24%, var(--border));background:color-mix(in srgb, var(--text-muted) 8%, var(--surface));color:var(--text-muted)}.profile-badge-risk{border-color:color-mix(in srgb, var(--brand-red) 38%, var(--border));background:color-mix(in srgb, var(--brand-red) 9%, var(--surface));color:var(--deep-red)}.profile-fact{border-right:1px solid var(--border);gap:3px;min-width:118px;padding:2px 12px 2px 0;display:grid}.profile-fact:last-of-type{border-right:0}.profile-record-footer{border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface-muted) 72%, transparent);color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px 14px;padding:7px 12px;font-size:.72rem;font-weight:800;line-height:1.35;display:flex}.intelligence-settings{gap:24px;padding:24px;display:grid}.intelligence-config-section h2{margin:0 0 8px;font-size:.82rem}.intelligence-config-table{width:100%}.profile-new-search{border:1px solid var(--border);color:var(--text);white-space:nowrap;border-radius:6px;padding:5px 8px;font-size:.72rem;font-weight:800;text-decoration:none}.profile-new-search:hover{border-color:var(--brand-red);color:var(--deep-red)}.profile-observations{border-top:1px solid var(--border)}.profile-observation-heading,.profile-observation{border-bottom:1px solid var(--border);grid-template-columns:100px minmax(300px,2fr) 80px;align-items:start;gap:16px;padding:8px 0;display:grid}.profile-observation-heading{color:var(--text-muted);padding-bottom:8px;font-size:.7rem;font-weight:800}.profile-source{align-items:baseline;gap:10px;min-width:0;display:flex}.profile-source strong{overflow-wrap:anywhere;font-size:.82rem}.profile-observation-lines{min-width:0;color:var(--text);overflow-wrap:anywhere;gap:3px;font-size:.76rem;line-height:1.45;display:grid}.profile-section-title{color:var(--text);margin:0;font-size:.76rem;font-weight:800}.profile-subsection-title{color:var(--text);margin:12px 0 6px;font-size:.72rem;font-weight:800}.profile-provenance{margin-top:8px}.profile-provenance summary{cursor:pointer;width:fit-content;color:var(--text-muted);font-size:.72rem;font-weight:900}.profile-provenance summary:hover{color:var(--deep-red)}.profile-history{border-top:1px solid var(--border)}.profile-history-row{border-bottom:1px solid var(--border);color:var(--text-muted);grid-template-columns:160px 90px minmax(260px,1fr) 80px;align-items:start;gap:16px;padding:10px 0;font-size:.74rem;display:grid}.profile-history-row time{font-variant-numeric:tabular-nums}.profile-history-row strong{color:var(--text);font-size:.78rem}.profile-history-row div{color:var(--text);overflow-wrap:anywhere;gap:3px;line-height:1.4;display:grid}@media (max-width:720px){.sources-header,.sources-records{padding-left:14px;padding-right:14px}.sources-control,.sources-control-wide,.status-filter{min-width:100%}.sources-count{margin-left:0}.search-content{padding-left:14px;padding-right:14px}.search-field,.search-network,.search-submit{min-width:100%}.search-results-heading,.search-result{grid-template-columns:minmax(0,1fr) auto}.search-results-heading span,.search-elapsed,.search-result-action{text-align:right}.search-observation,.search-result-action{grid-column:1/-1}.profile-content{padding-left:14px;padding-right:14px}.profile-record-header{flex-direction:column;align-items:start}.profile-cell-grid,.profile-record-row{grid-template-columns:1fr}.profile-cell{border-right:0;border-bottom:1px solid var(--border);min-height:56px}.profile-cell:last-child{border-bottom:0}.profile-facts-row{align-items:stretch}.profile-fact{border-right:0;border-bottom:1px solid var(--border);min-width:min(148px,100%);padding-bottom:7px}.intelligence-settings{padding-left:14px;padding-right:14px}.profile-observation-heading{display:none}.profile-observation{grid-template-columns:minmax(0,1fr) auto}.profile-observation-lines{grid-area:2/1/auto/-1}.profile-history-row{grid-template-columns:minmax(0,1fr) auto}.profile-history-row div{grid-column:1/-1}}.redlist-loading{background:var(--app-bg);min-height:100vh;color:var(--text);justify-content:center;align-items:center;gap:10px;padding:32px;display:flex}.loading-preview-page{background:var(--app-bg);min-height:100vh;color:var(--text);padding:32px}.loading-preview-stack{justify-items:start;gap:24px;display:grid}.loading-preview-stack .redlist-loading{justify-content:flex-start;min-height:0;padding:0}.loading-pixels{grid-template-columns:repeat(3,4px);gap:1.5px;display:grid}.loading-pixels span{background:var(--brand-red);opacity:.15;width:4px;height:4px;animation-delay:var(--pixel-delay);border-radius:1px}.loading-drive span{animation:.65s ease-in-out infinite pixel-on;animation-delay:var(--pixel-delay)}.loading-dots span{animation:.65s ease-in-out infinite pixel-on;animation-delay:var(--pixel-delay);border-radius:999px}.loading-orbit{width:auto;height:auto;display:grid}.loading-orbit span{animation:.95s ease-in-out infinite pixel-on;animation-delay:var(--pixel-delay)}.loading-orbit .pixel-muted{opacity:.07;animation:none}.loading-label{background:linear-gradient(90deg, var(--text-muted) 0%, var(--text) 45%, var(--text-muted) 90%);color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;margin:0;font-size:13px;font-weight:500;line-height:1;animation:1.4s linear infinite loading-shimmer}.loading-timer{color:var(--text-muted);font-variant-numeric:tabular-nums;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:800;line-height:1}@keyframes pixel-on{0%,to{opacity:.15}50%{opacity:1}}@keyframes loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.loading-pixels span,.loading-label{animation:none}}:root{--rl-space-1:4px;--rl-space-2:8px;--rl-space-3:12px;--rl-space-4:16px;--rl-space-6:24px;--rl-space-8:32px;--rl-radius-sm:6px;--rl-radius-md:8px;--rl-radius-lg:12px;--rl-control-height:36px;--rl-motion-fast:.14s;--rl-content-max:1240px;--rl-sidebar-width:204px;--rl-border-strong:color-mix(in srgb, var(--text) 16%, var(--border));--rl-surface-raised:color-mix(in srgb, var(--surface) 96%, var(--app-bg))}body{line-height:1.5}:where(a,button,summary):focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.app-shell{grid-template-columns:var(--rl-sidebar-width) minmax(0, 1fr);background:var(--app-bg);min-height:100vh;display:grid}.app-sidebar{gap:var(--rl-space-4);border-right:1px solid var(--border);background:var(--surface);flex-direction:column;height:100vh;padding:18px 12px 12px;display:flex;position:sticky;top:0}.app-brand-link{align-items:center;width:142px;min-height:42px;margin:0 8px 6px;display:inline-flex}.app-sidebar-logo{object-fit:contain;width:142px;height:auto;display:block}.app-sidebar-logo-dark,:root[data-theme=dark] .app-sidebar-logo-light{display:none}:root[data-theme=dark] .app-sidebar-logo-dark{display:block}@media (prefers-color-scheme:dark){:root:not([data-theme]) .app-sidebar-logo-light{display:none}:root:not([data-theme]) .app-sidebar-logo-dark{display:block}}.app-nav{gap:2px;display:grid}.app-nav-link{border-radius:var(--rl-radius-sm);min-height:34px;color:var(--text-muted);border:1px solid #0000;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 9px;font-size:.75rem;font-weight:500;text-decoration:none;display:grid}.app-nav-link:hover:not(.app-nav-disabled){background:var(--surface-hover);color:var(--text)}.app-nav-link[data-active=true]{border-color:color-mix(in srgb, var(--deep-red) 20%, var(--border));background:color-mix(in srgb, var(--deep-red) 7%, var(--surface));color:var(--deep-red);font-weight:800}.app-nav-dot{opacity:.38;background:currentColor;border-radius:999px;width:5px;height:5px}.app-nav-link[data-active=true] .app-nav-dot{opacity:1}.app-nav-disabled{cursor:default;opacity:.48}.app-nav-separator{background:var(--border);height:1px;margin:7px 9px}.app-nav-soon{border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:2px 6px;font-size:.6rem;line-height:1}.app-sidebar-footer{justify-content:space-between;align-items:center;gap:var(--rl-space-2);border-top:1px solid var(--border);margin-top:auto;padding:12px 6px 0;display:flex}.app-admin-label{color:var(--text-muted);font-size:.62rem;font-weight:500}.app-main{min-width:0;min-height:100vh}.sources-header{min-height:54px;padding:var(--rl-space-3) var(--rl-space-6);background:color-mix(in srgb, var(--app-bg) 94%, var(--surface))}.sources-brand{gap:var(--rl-space-3)}.sources-brand h1{font-weight:800}.page-title-only{min-width:0}.page-title-only h1{color:var(--text);margin:0;font-size:.92rem;font-weight:800;line-height:1.2}.search-form{align-items:end;gap:var(--rl-space-2);border:1px solid var(--border);border-radius:var(--rl-radius-md);background:var(--surface);padding:var(--rl-space-3);display:flex}.search-field{gap:var(--rl-space-2);flex:560px}.search-field span{color:var(--text-muted);font-weight:500}.search-field input,.search-field select,.search-submit{min-height:var(--rl-control-height);border-radius:var(--rl-radius-sm)}.search-field input{width:100%}.search-submit{min-width:112px}.search-submit:disabled{cursor:progress;opacity:.48}.search-results{margin-top:var(--rl-space-4);border:1px solid var(--border);border-radius:var(--rl-radius-md);background:var(--surface);overflow:hidden}.search-results-heading,.search-result{padding:10px 12px}.search-results-heading{background:var(--surface-muted)}.search-result:last-child{border-bottom:0}.profile-content{width:min(100%, var(--rl-content-max));gap:var(--rl-space-2);padding:var(--rl-space-4) var(--rl-space-6) var(--rl-space-6);margin:0 auto}.profile-section{border:1px solid var(--border);border-radius:var(--rl-radius-md);background:var(--rl-surface-raised);padding:0;overflow:hidden}.profile-summary-section{border-color:var(--rl-border-strong)}.profile-address-line>strong{font-size:.82rem;font-weight:500}.profile-header-actions,.profile-section-meta{align-items:center;gap:var(--rl-space-2);flex-wrap:wrap;display:flex}.profile-refresh-status{min-height:26px;color:var(--text-muted);white-space:nowrap;align-items:center;font-size:.68rem;font-weight:500;display:inline-flex}.profile-refresh-status:before{content:"";background:var(--brand-red);border-radius:999px;width:6px;height:6px;margin-right:6px}.profile-refresh-status.is-failed:before{background:var(--text-muted)}.profile-section-heading{justify-content:space-between;align-items:center;gap:var(--rl-space-3);border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface-muted) 72%, transparent);min-height:38px;padding:7px 12px;display:flex}.profile-section-heading h2{color:var(--text);margin:0;font-size:.76rem;font-weight:800;line-height:1.2}.profile-section-body{gap:var(--rl-space-2);padding:10px 12px;display:grid}.profile-summary-facts{padding:9px 12px}.profile-cell{min-height:58px;padding:8px 12px}.profile-cell>span,.profile-fact>span{font-weight:500}.profile-cell>strong,.profile-fact>strong{font-size:.9rem;font-weight:800}.profile-badge{min-height:21px;padding:2px 7px;font-size:.66rem;font-weight:500}.profile-badge-risk,.profile-badge-network,.profile-badge-entity{font-weight:800}.profile-fact{padding-right:var(--rl-space-3)}.profile-record-footer{font-weight:500}.profile-new-search{align-items:center;min-height:28px;padding:4px 9px;font-weight:500;display:inline-flex}.profile-provenance{margin:0}.profile-provenance summary{min-height:28px;color:var(--text-muted);align-items:center;font-weight:500;display:inline-flex}.profile-provenance[open] summary{color:var(--text)}.profile-subsection-title{margin:12px 0 6px;font-weight:500}.profile-observation-heading,.search-success,.search-failure{font-weight:500}@media (max-width:900px){:root{--rl-sidebar-width:176px}}@media (max-width:720px){.app-shell{grid-template-columns:1fr}.app-sidebar{z-index:50;border-right:0;border-bottom:1px solid var(--border);gap:8px;height:auto;padding:8px 12px;position:sticky}.app-brand-link,.app-sidebar-logo{width:112px}.app-nav{gap:4px;display:flex;overflow-x:auto}.app-nav-link{flex:none;grid-template-columns:6px auto auto}.app-nav-disabled,.app-nav-separator,.app-sidebar-footer{display:none}.sources-header,.search-content,.profile-content{padding-left:14px;padding-right:14px}.search-form{align-items:stretch}.search-field,.search-submit{min-width:100%}.profile-header-actions,.profile-section-heading{width:100%}.profile-section-heading{flex-direction:column;align-items:flex-start}}:root{--action-hover:#a82030;--action-bg:#c52b3a;--brand-red:#f04452;--deep-red:#b91c2c;--accent-tint:#fff0f1;--on-accent:#fff;--charcoal:#111827;--warm-white:#f1f5f9;--light-gray:#cbd5e1;--app-bg:#f1f5f9;--surface:#fff;--surface-muted:#f8fafc;--surface-hover:#edf2f7;--surface-hover-2:#e2e8f0;--field:#f1f5f9;--text:#111827;--text-muted:#526176;--text-faint:#5d6b7f;--border:#dce3ec;--border-strong:#b8c4d4;--border-soft:#e6ecf3;--focus-ring:#c52b3a;--green:#17734d;--green-tint:#eaf7f0;--orange:#925400;--orange-tint:#fff4df;--red:#b4234a;--red-tint:#fff0f5;--rl-radius-sm:6px;--rl-radius-md:8px;--rl-radius-lg:10px;--rl-radius-window:14px;--rl-motion-fast:.1s;--rl-motion-glide:.18s;--rl-ease-out:cubic-bezier(.23, 1, .32, 1);--rl-shadow-hairline:0 0 0 1px var(--border);--rl-shadow-btn:0 0 0 1px var(--border-strong), 0 1px 2px lab(0% 0 0/.04);--rl-shadow-card:0 0 0 1px var(--border), 0 1px 2px lab(0% 0 0/.04), 0 2px 6px lab(0% 0 0/.04);--rl-shadow-overlay:0 0 0 1px var(--border), 0 8px 28px lab(0% 0 0/.1);--rl-shadow-inset-field:inset 0 1px 2px lab(0% 0 0/.12);--font-ui:ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, monospace;--font-display:var(--font-ui);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--action-hover:#ff7b85;--action-bg:#f04452;--on-accent:#111827;--brand-red:#f04452;--deep-red:#ff7b85;--accent-tint:#35202b;--charcoal:#f1f5f9;--warm-white:#111827;--light-gray:#344256;--app-bg:#111827;--surface:#182232;--surface-muted:#141d2c;--surface-hover:#202d40;--surface-hover-2:#29384d;--field:#111b2a;--text:#f1f5f9;--text-muted:#a8b5c8;--text-faint:#97a6bc;--border:#2c3a4e;--border-strong:#52647e;--border-soft:#253247;--focus-ring:#ff7b85;--green:#64d6a0;--green-tint:#15362c;--orange:#f6c36d;--orange-tint:#382d1c;--red:#ff91b0;--red-tint:#3b2031;--rl-shadow-hairline:0 0 0 1px var(--border);--rl-shadow-btn:0 0 0 1px lab(100% 0 0/.1), 0 1px 2px lab(0% 0 0/.3);--rl-shadow-card:0 0 0 1px lab(100% 0 0/.11), 0 1px 2px lab(0% 0 0/.2), 0 2px 6px lab(0% 0 0/.2);--rl-shadow-overlay:0 0 0 1px lab(100% 0 0/.15), 0 8px 28px lab(0% 0 0/.34);--rl-shadow-inset-field:inset 0 1px 2px lab(0% 0 0/.4);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme]){--action-hover:#ff7b85;--action-bg:#f04452;--on-accent:#111827;--brand-red:#f04452;--deep-red:#ff7b85;--accent-tint:#35202b;--charcoal:#f1f5f9;--warm-white:#111827;--light-gray:#344256;--app-bg:#111827;--surface:#182232;--surface-muted:#141d2c;--surface-hover:#202d40;--surface-hover-2:#29384d;--field:#111b2a;--text:#f1f5f9;--text-muted:#a8b5c8;--text-faint:#97a6bc;--border:#2c3a4e;--border-strong:#52647e;--border-soft:#253247;--focus-ring:#ff7b85;--green:#64d6a0;--green-tint:#15362c;--orange:#f6c36d;--orange-tint:#382d1c;--red:#ff91b0;--red-tint:#3b2031;--rl-shadow-hairline:0 0 0 1px var(--border);--rl-shadow-btn:0 0 0 1px lab(100% 0 0/.1), 0 1px 2px lab(0% 0 0/.3);--rl-shadow-card:0 0 0 1px lab(100% 0 0/.11), 0 1px 2px lab(0% 0 0/.2), 0 2px 6px lab(0% 0 0/.2);--rl-shadow-overlay:0 0 0 1px lab(100% 0 0/.15), 0 8px 28px lab(0% 0 0/.34);--rl-shadow-inset-field:inset 0 1px 2px lab(0% 0 0/.4);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}body{--font-ui:var(--font-inter), ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:var(--font-jetbrains), ui-monospace, "SF Mono", Menlo, monospace;--font-display:var(--font-sora), var(--font-ui);letter-spacing:-.006em;font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}h1{font-family:var(--font-display);letter-spacing:-.02em}code,kbd,pre,.profile-address-line>strong,.profile-badge-source,.profile-badge-source-inline,.settings-ref-cell{font-family:var(--font-mono);letter-spacing:0}.profile-address-line>strong{font-weight:500}:where(a,button,summary){transition:background-color var(--rl-motion-fast) var(--rl-ease-out), border-color var(--rl-motion-fast) var(--rl-ease-out), color var(--rl-motion-fast) var(--rl-ease-out), box-shadow var(--rl-motion-fast) var(--rl-ease-out)}.rl-table-head{justify-content:space-between;align-items:center;gap:var(--rl-space-3);min-height:36px;margin-bottom:var(--rl-space-2);display:flex}.rl-table-head h2{color:var(--text);margin:0;font-size:.875rem;font-weight:600;line-height:1.2}.rl-table-wrap{border-radius:var(--rl-radius-lg);background:var(--surface);width:100%;min-width:0;box-shadow:var(--rl-shadow-hairline);overflow-x:auto}.rl-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:720px;font-size:.8125rem;line-height:1.4}.rl-table th{text-align:left;color:var(--text-muted);white-space:nowrap;background:var(--surface-muted);border-bottom:1px solid var(--border);padding:8px 12px;font-size:.75rem;font-weight:500}.rl-table td{vertical-align:middle;color:var(--text);border-bottom:1px solid var(--border-soft);transition:background var(--rl-motion-fast) linear;padding:9px 12px}.rl-table tbody tr:last-child td{border-bottom:0}.rl-table tbody tr:hover td{background:var(--surface-hover)}.rl-cell-primary{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.rl-cell-primary a{color:inherit;text-decoration:none}.rl-cell-primary a:hover{color:var(--deep-red)}.rl-cell-muted{color:var(--text-muted)}.rl-cell-num{color:var(--text-muted);font-family:var(--font-mono);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.75rem}.rl-cell-right{text-align:right}.rl-table-empty{text-align:center;color:var(--text-muted);padding:28px 12px}.rl-badge{background:var(--surface-hover-2);min-height:22px;color:var(--text-muted);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:0 8px;font-size:.75rem;font-weight:500;line-height:1;display:inline-flex}.rl-badge-dot:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.rl-badge-brand{background:var(--accent-tint);color:var(--deep-red)}.rl-badge-danger{background:var(--red-tint);color:var(--red)}.rl-badge-warning{background:var(--orange-tint);color:var(--orange)}.rl-badge-success{background:var(--green-tint);color:var(--green)}.rl-badge-mono{font-family:var(--font-mono);letter-spacing:0}.rl-badge-group{flex-wrap:wrap;gap:4px;display:inline-flex}.address-row-content{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;max-width:100%;display:inline-flex}.address-row-cell{white-space:normal;overflow:visible}.address-row-content .address-value{font-family:var(--font-mono);overflow-wrap:anywhere;white-space:normal}.address-primary-value{font-size:.875rem;font-weight:500}.address-network-label{display:block}.address-row-cell>.address-risk-flags{margin-inline-start:8px}.address-row-content>a,.address-row-content>span:first-child{min-width:0}.copy-address-button,.expand-address-button{border-radius:var(--rl-radius-sm);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;flex:0 0 28px;justify-content:center;align-items:center;padding:0;display:inline-flex}:is(.copy-address-button:hover,.copy-address-button:focus-visible,.expand-address-button:hover,.expand-address-button:focus-visible){border-color:var(--border);background:var(--surface-hover-2);color:var(--deep-red)}.copy-address-feedback{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.address-risk-flags{flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.risk-flag-badge-large{white-space:normal;overflow-wrap:anywhere;min-height:28px;padding:3px 9px;font-size:.75rem;font-weight:600;line-height:1.2}.rl-table-wallets col:first-child{width:42%}.rl-table-wallets{min-width:1000px}.rl-table-overview{min-width:0}.rl-table-overview th,.rl-table-overview td{min-width:0}.rl-table-overview td:nth-child(3){overflow:hidden}.rl-table-overview .rl-badge-group{max-width:100%}.rl-table-overview td:last-child,.rl-table-overview th:last-child{padding-right:16px}.rl-event-cell{white-space:normal}.rl-event-disclosure{min-width:0}.rl-event-disclosure summary{cursor:pointer;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:8px;list-style:none;display:grid}.rl-event-disclosure summary::-webkit-details-marker{display:none}.rl-event-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.rl-event-chevron{width:18px;height:18px;color:var(--text-faint);position:relative}.rl-event-chevron:before{content:"";width:6px;height:6px;transition:transform var(--rl-motion-fast) ease;border-bottom:1.5px solid;border-right:1.5px solid;position:absolute;top:4px;left:5px;transform:rotate(45deg)}.rl-event-disclosure[open] .rl-event-chevron:before{top:7px;transform:rotate(225deg)}.rl-event-detail{color:var(--text-muted);white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 26px 0 0;font-weight:400;line-height:1.55}.rl-event-source-link{margin-top:7px;font-size:.72rem;display:inline-block;color:var(--deep-red)!important}.overview-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;min-width:0;padding:12px 28px 0;display:grid}.overview-metric{border-radius:var(--rl-radius-lg);background:var(--surface);min-width:0;box-shadow:var(--rl-shadow-hairline);padding:12px 14px}.overview-metric strong{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:1.05rem;display:block}.overview-metric span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:.7rem;display:block;overflow:hidden}@media (max-width:980px){.overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.rl-table-overview col:nth-child(2){width:110px}.rl-table-overview col:nth-child(3){width:108px}.rl-table-overview col:nth-child(4){width:150px}.rl-table-overview th,.rl-table-overview td{padding-left:8px;padding-right:8px}}@media (max-width:600px){.overview-metrics{grid-template-columns:1fr;padding-inline:16px}.rl-table-overview col:nth-child(2){width:96px}.rl-table-overview col:nth-child(3){width:88px}.rl-table-overview col:nth-child(4){width:128px}.rl-table-overview .rl-badge{padding-inline:6px;font-size:.68rem}.rl-table-overview .rl-cell-num{white-space:normal;font-size:.68rem}}@media (pointer:coarse){.copy-address-button,.expand-address-button{flex-basis:44px;width:44px;height:44px}}.rl-table-intelligence col:nth-child(2),.rl-table-intelligence col:nth-child(3){width:132px}.rl-table-intelligence col:nth-child(4){width:220px}.rl-table-intelligence col:nth-child(5){width:150px}body{background:var(--app-bg);color:var(--text);font-family:var(--font-ui)}.app-shell{grid-template-columns:var(--rl-sidebar-width) minmax(0, 1fr);background:var(--app-bg)}.app-sidebar{gap:var(--rl-space-4);border-right:1px solid var(--border);background:var(--surface);padding:16px 12px 12px}.app-brand-link{width:148px;min-height:42px;margin:0 8px 4px}.app-sidebar-logo{width:148px}.app-brand-tagline{color:var(--text-muted);font:400 11px/1.5 var(--font-ui);letter-spacing:0;margin:-10px 8px 6px}.app-brand-tagline strong{color:var(--deep-red);font-weight:700}.app-nav{gap:2px;display:grid;position:relative}.app-nav-glide{z-index:0;border-radius:var(--rl-radius-sm);background:var(--surface-hover-2);opacity:0;pointer-events:none;height:34px;transition:transform var(--rl-motion-glide) var(--rl-ease-out), height var(--rl-motion-glide) var(--rl-ease-out), opacity var(--rl-motion-fast) var(--rl-ease-out);position:absolute;top:0;left:0;right:0}.app-nav.is-hot .app-nav-glide{opacity:1}.app-nav-link,.app-nav-separator{z-index:1;position:relative}.app-nav-link{border-radius:var(--rl-radius-sm);min-height:34px;color:var(--text-muted);border:0;padding:0 9px;font-size:.75rem;font-weight:500}.app-nav-link:hover:not(.app-nav-disabled){color:var(--text);background:0 0}.app-nav-link[data-active=true]{background:var(--surface);color:var(--text);box-shadow:var(--rl-shadow-btn);border:0;font-weight:500}.app-nav-link[data-active=true] .app-nav-dot{background:var(--brand-red);opacity:1}.app-nav-disabled{opacity:.5}.app-nav-soon{min-height:18px;padding:0 6px;font-size:.6rem}.app-sidebar-footer{border-top:1px solid var(--border);padding:12px 6px 0}.app-admin-label{color:var(--text-muted);font-size:.66rem}.theme-switch{background:var(--surface-muted);width:38px;height:24px;box-shadow:var(--rl-shadow-hairline);border:0}.theme-switch:hover{background:var(--surface-hover);border-color:#0000}.theme-switch-track{width:32px;height:16px}.theme-switch-thumb{background:var(--brand-red);width:16px;height:16px;transition:transform var(--rl-motion-glide) var(--rl-ease-out)}:root[data-theme=dark] .theme-switch-thumb{transform:translate(16px)}@media (prefers-color-scheme:dark){:root:not([data-theme]) .theme-switch-thumb{transform:translate(16px)}}.sources-page{background:var(--app-bg);min-height:100vh}.sources-header{border-bottom:1px solid var(--border);background:var(--app-bg);min-height:54px;padding:12px var(--rl-space-6)}.page-title-only h1,.sources-brand h1{font-family:var(--font-display);color:var(--text);letter-spacing:-.02em;font-size:1rem;font-weight:800}.profile-content,.search-content{width:min(100%, var(--rl-content-max));padding:20px var(--rl-space-6) 40px;margin:0 auto}.rl-table-overview col:nth-child(2){width:132px}.rl-table-overview col:nth-child(3){width:220px}.rl-table-overview col:nth-child(4){width:150px}.rl-table-search{min-width:760px}.rl-table-search th:nth-child(2){width:180px}.rl-table-search th:nth-child(3){width:120px}.rl-table-search th:nth-child(4){width:110px}.search-form.search-prompt{border-radius:var(--rl-radius-lg);background:var(--surface);box-shadow:var(--rl-shadow-card);border:0;grid-template-columns:minmax(260px,1fr) 190px auto;align-items:end;gap:8px;padding:10px;display:grid}.search-field{gap:5px;display:grid}.search-field span{color:var(--text-muted);font-size:.68rem;font-weight:500}.search-field input,.search-field select{border-radius:var(--rl-radius-md);background:var(--field);width:100%;min-height:36px;color:var(--text);box-shadow:var(--rl-shadow-inset-field);font:400 .8125rem/1.3 var(--font-ui);border:0;outline:none;padding:0 10px}.search-address-field input{font-family:var(--font-mono);letter-spacing:0}.search-field input:focus,.search-field select:focus{box-shadow:var(--rl-shadow-inset-field), 0 0 0 2px var(--focus-ring)}.search-submit{border-radius:var(--rl-radius-md);background:var(--action-bg);min-width:96px;min-height:36px;color:var(--on-accent);box-shadow:var(--rl-shadow-btn);font:500 .8125rem/1 var(--font-ui);border:0;padding:0 14px}.search-submit:hover:not(:disabled){background:var(--action-hover);border-color:#0000}.search-submit:disabled{opacity:.45}.search-error{border-radius:var(--rl-radius-md);background:var(--red-tint);color:var(--red);margin:10px 0 0;padding:9px 11px;font-size:.75rem}.search-results{background:var(--surface);box-shadow:var(--rl-shadow-hairline);border:0;margin-top:12px}.search-result-address{font-family:var(--font-mono);letter-spacing:0}.search-result-action{color:var(--deep-red);font-size:.72rem;font-weight:500;text-decoration:none}.search-result-action:hover{color:var(--brand-red)}.profile-content{gap:10px;display:grid}.profile-section{border-radius:var(--rl-radius-lg);background:var(--surface);box-shadow:var(--rl-shadow-hairline);border:0;padding:0;overflow:hidden}.profile-summary-section{border:0}.profile-record-header{border-bottom:1px solid var(--border);background:var(--surface);min-height:46px;padding:9px 12px}.profile-address-line{gap:6px}.profile-address-line>strong{text-overflow:ellipsis;max-width:min(100%,640px);color:var(--text);font-family:var(--font-mono);letter-spacing:0;white-space:nowrap;font-size:.78rem;font-weight:500;overflow:hidden}.profile-badge{background:var(--surface-hover-2);min-height:22px;color:var(--text-muted);white-space:nowrap;border:0;border-radius:999px;align-items:center;gap:5px;padding:0 8px;font-size:.7rem;font-weight:500;line-height:1;display:inline-flex}.profile-badge-network,.profile-badge-entity{background:var(--accent-tint);color:var(--deep-red);font-weight:500}.profile-badge-risk{background:var(--red-tint);color:var(--red);font-weight:500}.profile-badge-limited{background:var(--orange-tint);color:var(--orange)}.profile-badge-source,.profile-badge-source-inline{font-family:var(--font-mono);letter-spacing:0}.profile-badge-source-inline{color:inherit;opacity:.72}.profile-new-search{border-radius:var(--rl-radius-md);background:var(--surface);min-height:30px;color:var(--text);box-shadow:var(--rl-shadow-btn);padding:0 10px;font-size:.72rem;font-weight:500;text-decoration:none}.profile-new-search:hover{background:var(--surface-hover)}.profile-section-heading{border-bottom:1px solid var(--border);background:var(--surface-muted);min-height:36px;padding:7px 12px}.profile-section-heading h2{color:var(--text);font-size:.78rem;font-weight:600}.profile-summary-heading{background:var(--surface-muted);min-height:34px}.profile-cell-grid{background:var(--surface)}.profile-cell{border-color:var(--border-soft);min-height:54px;padding:8px 12px}.profile-cell>span,.profile-fact>span{color:var(--text-muted);font-size:.68rem;font-weight:500}.profile-cell>strong,.profile-fact>strong{color:var(--text);font-size:.86rem;font-weight:600}.profile-summary-facts{border-top:1px solid var(--border-soft);background:var(--surface);padding:8px 12px}.profile-facts-row{gap:10px}.profile-fact{border-right:1px solid var(--border-soft);min-width:132px;padding:0 12px 0 0}.profile-record-footer{border-top:1px solid var(--border-soft);background:var(--surface-muted);color:var(--text-muted);font-family:var(--font-mono);padding:7px 12px;font-size:.68rem;font-weight:400}.profile-section-body{background:var(--surface);gap:8px;min-height:44px;padding:10px 12px;display:grid}.profile-inline-note{color:var(--text-muted);margin:0;font-size:.74rem}.profile-provenance summary{color:var(--text-muted);font-size:.72rem;font-weight:500}.profile-observation-heading,.profile-observation{border-color:var(--border-soft)}.profile-observation-heading{background:var(--surface-muted);color:var(--text-muted);font-size:.7rem;font-weight:500}.profile-observation{font-size:.74rem}.redlist-loading{border-radius:var(--rl-radius-lg);background:var(--surface);box-shadow:var(--rl-shadow-hairline);color:var(--text-muted);border:0;margin-top:12px}.loading-label{color:var(--text);font-weight:500}.loading-timer{font-family:var(--font-mono);color:var(--text-muted)}.loading-pixels span{background:var(--brand-red)}.loading-pixels .pixel-muted{background:var(--surface-hover-2)}@media (max-width:900px){:root{--rl-sidebar-width:176px}.app-brand-link,.app-sidebar-logo{width:140px}}@media (max-width:720px){.app-shell{grid-template-columns:minmax(0,1fr)}.app-sidebar{z-index:50;border-right:0;border-bottom:1px solid var(--border);gap:8px;min-width:0;height:auto;padding:8px 12px;position:sticky}.app-brand-link,.app-sidebar-logo{width:140px}.app-nav{gap:4px;display:flex;overflow-x:auto}.app-nav-glide,.app-nav-disabled,.app-nav-separator,.app-sidebar-footer{display:none}.app-nav-link{flex:none;grid-template-columns:16px auto auto}.app-nav-link:hover:not(.app-nav-disabled){background:var(--surface-hover)}.sources-header,.profile-content,.search-content{padding-left:14px;padding-right:14px}.search-form.search-prompt{grid-template-columns:1fr}.search-network-field,.search-submit{width:100%}.profile-record-header{align-items:flex-start}.profile-address-line>strong{white-space:normal;overflow-wrap:anywhere;max-width:100%}.profile-section-heading{flex-direction:row;align-items:center}}.addr-icon{vertical-align:-.18em;flex:none;display:inline-block}.app-nav-link>.addr-icon{color:var(--text-muted)}.app-nav-link[data-active=true]>.addr-icon,h1>.addr-icon,h2>.addr-icon{color:var(--deep-red)}.app-nav-link{grid-template-columns:16px minmax(0,1fr) auto;column-gap:8px}@media (max-width:720px){.app-nav-link{grid-template-columns:16px auto auto}}.search-result-list{border-radius:var(--rl-radius-lg);background:var(--surface);box-shadow:var(--rl-shadow-hairline);overflow:hidden}.search-result-row{border-bottom:1px solid var(--border-soft);min-height:42px;color:var(--text);transition:background var(--rl-motion-fast) var(--rl-ease-out);flex-wrap:wrap;align-items:center;gap:6px;padding:7px 10px;text-decoration:none;display:flex;position:relative}.search-result-row .address-value:after{content:"";position:absolute;inset:0}.search-result-row .copy-address-button,.search-result-row .expand-address-button{z-index:1;position:relative}.search-result-row:last-child{border-bottom:0}.search-result-row:hover{background:var(--surface-hover)}.search-result-row:focus-visible{outline:2px solid var(--focus-ring);outline-offset:-2px}.search-result-row .search-result-address{min-width:0;color:var(--text);font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:.78rem;font-weight:500;overflow:hidden}.search-result-row .rl-badge{flex:none;min-height:20px;padding:0 7px;font-size:.68rem}.profile-content{gap:8px;padding-top:14px}.profile-section{border-radius:var(--rl-radius-md)}.profile-record-header{min-height:50px;padding:8px 10px}.profile-address-line{flex-wrap:wrap;gap:8px}.profile-address-line>strong{font-size:.78rem}.profile-address-line .profile-badge{min-height:20px;padding:0 7px;font-size:.67rem}.profile-address-line .profile-badge.profile-badge-hero{min-height:34px;padding:0 13px;font-size:.86rem;font-weight:600}.profile-address-line .profile-badge-network.profile-badge-hero{background:var(--surface-hover-2);color:var(--text);gap:8px}.profile-network-icon{width:18px;height:18px;color:var(--text-muted);flex:0 0 18px}.profile-network-bitcoin-mark{width:20px;height:20px;color:var(--text-muted);font-family:var(--font-ui);border:1px solid;border-radius:50%;flex:0 0 20px;place-items:center;font-size:.86rem;font-weight:600;line-height:1;display:inline-grid}.profile-summary-heading{display:none}.profile-cell-grid{border-bottom:1px solid var(--border-soft);flex-wrap:wrap;gap:5px;padding:6px 10px;display:flex}.profile-cell{background:var(--surface-hover-2);border:0;border-radius:999px;align-items:baseline;gap:4px;min-height:24px;padding:4px 8px;display:inline-flex}.profile-cell>span,.profile-fact>span{font-size:.65rem}.profile-cell>strong,.profile-fact>strong{font-size:.74rem}.profile-summary-facts{border-top:0;padding:6px 10px}.profile-facts-row{flex-wrap:wrap;gap:6px;display:flex}.profile-fact{border-right:0;align-items:baseline;gap:4px;min-width:0;padding:0;display:inline-flex}.profile-record-footer{display:none}.profile-section-heading{min-height:32px;padding:6px 10px}.profile-section-heading h2{font-size:.75rem}.profile-section-body{gap:6px;min-height:0;padding:7px 10px}.profile-badge-row{gap:4px}.profile-section .profile-badge{min-height:20px;padding:0 7px;font-size:.67rem}.profile-inline-note{font-size:.71rem}.profile-provenance summary{cursor:pointer;padding:2px 0}.profile-provenance[open] summary{margin-bottom:8px}@media (max-width:720px){.search-result-row{flex-wrap:wrap;align-items:flex-start}.search-result-row .search-result-address{white-space:normal;overflow-wrap:anywhere;flex-basis:100%}.profile-cell-grid{align-items:flex-start}}.app-sidebar-footer{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.app-admin-label{min-width:0}.app-session-actions{grid-column:1/-1;align-items:center;gap:8px;min-width:0;display:flex}.app-session-link,.app-session-create{border-radius:var(--rl-radius-sm);justify-content:center;align-items:center;min-height:28px;font-size:.66rem;font-weight:600;text-decoration:none;display:inline-flex}.app-session-link{color:var(--text-muted)}.app-session-link:hover{color:var(--text)}.app-session-create{border:1px solid color-mix(in srgb, var(--deep-red) 30%, var(--border));background:color-mix(in srgb, var(--deep-red) 8%, var(--surface));color:var(--deep-red);padding:0 9px}.app-session-create:hover{border-color:var(--deep-red);background:color-mix(in srgb, var(--deep-red) 13%, var(--surface))}:is(.app-session-link:focus-visible,.app-session-create:focus-visible){outline:2px solid var(--brand-red);outline-offset:2px}.app-sidebar-footer .theme-switch{grid-area:1/2;margin-left:0}.sources-records{width:min(100%, var(--rl-content-max));padding:16px var(--rl-space-6) 40px;margin:0 auto}.sources-toolbar-polished{border-radius:var(--rl-radius-lg);background:var(--surface);box-shadow:var(--rl-shadow-hairline);grid-template-columns:minmax(220px,1fr) auto minmax(220px,300px) auto;align-items:end;gap:8px;margin-bottom:10px;padding:10px;display:grid}.sources-toolbar-polished .sources-control,.sources-toolbar-polished .sources-control-wide,.sources-toolbar-polished .status-filter{min-width:0}.sources-toolbar-polished .sources-control,.sources-toolbar-polished .status-filter{gap:5px}.sources-toolbar-polished .sources-control>span,.sources-toolbar-polished .status-filter>legend{color:var(--text-muted);font-size:.68rem;font-weight:500;line-height:1}.sources-toolbar-polished .sources-control input,.sources-toolbar-polished .sources-control select{border-radius:var(--rl-radius-md);background:var(--field);min-height:36px;color:var(--text);box-shadow:var(--rl-shadow-inset-field);font:400 .8125rem/1.3 var(--font-ui);transition:box-shadow var(--rl-motion-fast) var(--rl-ease-out);border:0;outline:none;padding:0 10px}.sources-toolbar-polished .sources-control input:focus,.sources-toolbar-polished .sources-control select:focus{box-shadow:var(--rl-shadow-inset-field), 0 0 0 2px var(--focus-ring);border-color:#0000}.sources-toolbar-polished .status-filter-chips{gap:4px;min-height:36px}.sources-toolbar-polished .status-filter-chip{background:var(--surface-hover-2);min-height:32px;color:var(--text-muted);box-shadow:none;font:500 .7rem/1 var(--font-ui);transition:background var(--rl-motion-fast) var(--rl-ease-out), color var(--rl-motion-fast) var(--rl-ease-out), transform var(--rl-motion-fast) var(--rl-ease-out);border:0;border-radius:999px;padding:0 9px}.sources-toolbar-polished .status-filter-chip strong{color:inherit;font-weight:500}.sources-toolbar-polished .status-filter-chip:hover{background:var(--surface-hover);color:var(--text);border-color:#0000}.sources-toolbar-polished .status-filter-chip[data-active=true]{background:var(--accent-tint);color:var(--deep-red);border-color:#0000}.sources-toolbar-polished .status-filter-chip:active{transform:scale(.98)}.sources-toolbar-polished .status-filter-chip:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sources-toolbar-polished .sources-count{background:var(--surface-hover-2);min-height:32px;color:var(--text-muted);font-family:var(--font-mono);white-space:nowrap;border-radius:999px;align-self:end;align-items:center;margin:0;padding:0 9px;font-size:.68rem;font-weight:500;display:inline-flex}.sources-list-wrap{border-radius:var(--rl-radius-lg)}.rl-table-sources{min-width:1040px}.rl-table-sources th:first-child,.rl-table-sources td:first-child{width:104px}.rl-table-sources th:nth-child(2),.rl-table-sources td:nth-child(2){width:260px}.rl-table-sources th:nth-child(3),.rl-table-sources td:nth-child(3){width:140px}.rl-table-sources th:nth-child(4),.rl-table-sources td:nth-child(4){width:110px}.rl-table-sources th:nth-child(5),.rl-table-sources td:nth-child(5){width:100px}.rl-table-sources th:nth-child(6),.rl-table-sources td:nth-child(6){width:170px}.rl-table-sources th:nth-child(7),.rl-table-sources td:nth-child(7){width:156px}.sources-category-row td{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-muted);padding:7px 12px}.sources-category-row:hover td{background:var(--surface-muted)!important}.sources-category-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.sources-category-heading span{color:var(--text);font-size:.72rem;font-weight:600}.sources-category-heading strong{color:var(--text-muted);font-family:var(--font-mono);font-size:.68rem;font-weight:500}.sources-date-cell{white-space:nowrap;font-size:.75rem}.search-content{width:min(100%,960px);padding:24px var(--rl-space-6) 40px;margin:0 auto}.search-form.search-prompt{border-radius:var(--rl-radius-window);background:var(--surface);box-shadow:var(--rl-shadow-card);transition:box-shadow var(--rl-motion-glide) var(--rl-ease-out);border:0;grid-template-columns:minmax(260px,1fr) 190px auto;align-items:end;gap:8px;padding:8px;display:grid}.search-form.search-prompt:focus-within{box-shadow:var(--rl-shadow-card), 0 0 0 3px var(--focus-ring)}.search-form.search-prompt .search-field{gap:5px;min-width:0}.search-form.search-prompt .search-field>span{color:var(--text-muted);font-size:.68rem;font-weight:500}.search-form.search-prompt .search-field input,.search-form.search-prompt .search-field select{border-radius:var(--rl-radius-md);background:var(--field);width:100%;min-height:42px;color:var(--text);box-shadow:var(--rl-shadow-inset-field);font:400 .8125rem/1.3 var(--font-ui);transition:box-shadow var(--rl-motion-fast) var(--rl-ease-out);border:0;outline:none;padding:0 11px}.search-form.search-prompt .search-address-field input{font-family:var(--font-mono)}.search-form.search-prompt .search-field input:focus,.search-form.search-prompt .search-field select:focus{box-shadow:var(--rl-shadow-inset-field), 0 0 0 2px var(--focus-ring);border-color:#0000}.search-form.search-prompt .search-submit{border-radius:var(--rl-radius-md);background:var(--action-bg);min-width:120px;min-height:42px;color:var(--on-accent);box-shadow:var(--rl-shadow-btn);font:600 .8125rem/1 var(--font-ui);cursor:pointer;transition:background var(--rl-motion-fast) var(--rl-ease-out), box-shadow var(--rl-motion-fast) var(--rl-ease-out), transform var(--rl-motion-fast) var(--rl-ease-out);border:0;justify-content:center;align-items:center;gap:7px;padding:0 16px;display:inline-flex}.search-form.search-prompt .search-submit:hover:not(:disabled){background:var(--action-hover);box-shadow:var(--rl-shadow-card);transform:translateY(-1px)}.search-form.search-prompt .search-submit:active:not(:disabled){transform:translateY(0)scale(.985)}.search-form.search-prompt .search-submit:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.search-form.search-prompt .search-submit:disabled{cursor:wait;opacity:.45;transform:none}.search-submit-icon{stroke:currentColor;stroke-width:2px;flex:0 0 16px;width:16px;height:16px}.search-results.search-result-list{margin-top:12px}button:not(:disabled),a[href]{touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media (max-width:980px){.search-form.search-prompt{grid-template-columns:minmax(0,1fr)}.sources-toolbar-polished{grid-template-columns:minmax(220px,1fr) minmax(240px,1fr)}.sources-toolbar-polished .status-filter{order:3}.sources-toolbar-polished .sources-count{order:4;justify-self:end}}@media (max-width:720px){.sources-records,.search-content{padding-left:14px;padding-right:14px}.sources-toolbar-polished,.search-form.search-prompt{grid-template-columns:1fr}.sources-toolbar-polished .status-filter,.sources-toolbar-polished .sources-count{order:initial}.sources-toolbar-polished .sources-count{justify-self:start}.search-form.search-prompt .search-submit{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.sources-toolbar-polished .status-filter-chip:active,.search-form.search-prompt .search-submit:hover:not(:disabled),.search-form.search-prompt .search-submit:active:not(:disabled){transform:none}}
