:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#14213d;--card:#fff;--muted:#64748b;--primary:#1d4ed8;--border:#dbe3ef;background:#edf2f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:linear-gradient(#f7fafc,#e6edf6);min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,.button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:14px;justify-content:center;padding:13px 16px;font-weight:700;display:inline-flex}button:disabled{opacity:.6;cursor:not-allowed}.secondary{color:#14213d;background:#e8eef7}input,select{border:1px solid var(--border);width:100%;font:inherit;background:#fff;border-radius:14px;padding:13px 14px}label{color:var(--muted);margin-top:14px;font-size:13px;font-weight:700;display:block}pre{color:#e2e8f0;background:#0f172a;border-radius:14px;padding:14px;overflow:auto}.shell{max-width:760px;padding:env(safe-area-inset-top) 14px calc(82px + env(safe-area-inset-bottom));margin:0 auto}.page{gap:14px;padding:18px 0;display:grid}.hero{color:#fff;background:#0f172a;border-radius:26px;padding:24px;box-shadow:0 18px 40px #0f172a2e}.hero h1{letter-spacing:-.03em;margin:0 0 8px}.hero p{color:#cbd5e1;margin:0}.card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:18px;box-shadow:0 10px 30px #0f172a0f}.input-row{grid-template-columns:1fr auto;gap:8px;margin:8px 0 14px;display:grid}.progress{color:var(--muted);padding-left:22px;font-size:13px}.error{color:#b91c1c;background:#fee2e2;border-radius:14px;padding:12px}.result-top{justify-content:space-between;align-items:start;gap:12px;display:flex}.score{letter-spacing:-.06em;font-size:56px;line-height:1}.badges,.chips,.actions{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.badge{color:#3730a3;background:#eef2ff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.risk-low{color:#166534;background:#dcfce7}.risk-medium{color:#92400e;background:#fef3c7}.risk-high{color:#991b1b;background:#fee2e2}.risk-unknown{color:#334155;background:#e2e8f0}.source-cache{color:#1e40af;background:#dbeafe}.source-forced_refresh{color:#5b21b6;background:#ede9fe}.notice{color:#334155;background:#f8fafc;border-radius:14px;padding:12px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.grid div{gap:4px;display:grid}.muted{color:var(--muted);font-size:13px}.chips span{background:#f1f5f9;border-radius:12px;padding:8px 10px;font-weight:700}.category{gap:6px;margin:10px 0;display:grid}.category>span{justify-content:space-between;gap:8px;display:flex}.category div{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.category i{background:#3b82f6;height:100%;display:block}.source-group{border-top:1px solid var(--border);padding:10px 0}.filters,.history-item{gap:8px;display:grid}.history-item>div:first-child{justify-content:space-between;gap:8px;display:flex}.pagination{justify-content:space-between;align-items:center;display:flex}.bottom-nav{width:min(760px,100%);padding:10px 14px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);background:#ffffffe0;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-nav a{text-align:center;color:var(--muted);border-radius:14px;padding:11px 6px;font-weight:800}.bottom-nav a.active{color:#1d4ed8;background:#dbeafe}.skeleton,.empty{color:var(--muted);text-align:center}.dev-badge{z-index:2;color:#fff;background:#111827;border-radius:999px;width:max-content;margin:8px 0;padding:6px 10px;font-size:12px;font-weight:900;position:sticky;top:8px}.danger{color:#991b1b;background:#fee2e2}.user-row{gap:8px;display:grid}.form-grid{gap:10px;display:grid}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.stat-card strong{font-size:28px}.no-access{text-align:left}.copy-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}@media (width>=720px){.shell{padding-left:24px;padding-right:24px}.filters{grid-template-columns:repeat(2,1fr)}}.paste-button{place-items:center;width:56px;min-width:56px;padding:0;display:grid}.paste-button svg{fill:none;stroke:currentColor;stroke-width:2px;width:22px;height:22px}.menu-trigger{z-index:20;left:50%;bottom:calc(14px + env(safe-area-inset-bottom));color:#2563eb;background:#fffffff5;border:1px solid #2563eb;justify-content:center;align-items:center;gap:14px;width:min(100% - 28px,732px);min-height:58px;transition:bottom .18s,opacity .18s;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 10px 30px #0f172a1f}:is(.shell:has(input:focus) .menu-trigger,.shell:has(textarea:focus) .menu-trigger){bottom:calc(-86px - env(safe-area-inset-bottom));opacity:0}.menu-overlay{z-index:100;-webkit-backdrop-filter:blur(8px);background:#0f172a47;align-items:flex-end;display:flex;position:fixed;inset:0}.menu-sheet{width:100%;max-height:58vh;padding:12px 18px calc(20px + env(safe-area-inset-bottom));background:#fff;border-radius:28px 28px 0 0;gap:8px;display:grid;overflow-y:auto;box-shadow:0 -16px 50px #0f172a38}.menu-handle{background:#cbd5e1;border-radius:999px;width:48px;height:5px;margin:0 auto 8px}.menu-sheet a{border:1px solid var(--border);color:#0f172a;background:#fff;border-radius:18px;justify-content:space-between;align-items:center;min-height:64px;padding:0 18px;font-size:17px;font-weight:800;display:flex}.menu-sheet a span{color:var(--muted);font-size:28px;font-weight:400}.menu-overlay{-webkit-backdrop-filter:blur(14px);background:#0f172a38}.menu-sheet{height:min(52vh,520px);max-height:520px;padding-top:18px;animation:.28s cubic-bezier(.22,.8,.2,1) menu-sheet-in}@keyframes menu-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.menu-handle{width:54px;height:5px;margin-bottom:12px}.menu-sheet a{min-height:68px;padding:0 20px;font-size:18px}.menu-trigger{border-radius:18px;min-height:62px;font-size:17px;font-weight:800}.score small{vertical-align:top;margin-left:4px;font-size:.48em;font-weight:800}.risk-ideal{color:#166534;background:#dcfce7}.risk-acceptable{color:#92400e;background:#fef3c7}.risk-elevated{color:#c2410c;background:#ffedd5}.risk-critical{color:#fff;background:#991b1b}.risk-new{color:#334155;background:#e2e8f0}.wallet-empty-notice{color:#1e3a8a;background:#eff6ff;border:1px solid #dbeafe}.history-item>div:nth-child(2){flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex}.history-item .badge{white-space:normal;width:max-content;max-width:100%;text-overflow:unset;line-height:1.2;overflow:visible}.stat-card{flex-direction:column;justify-content:space-between;gap:16px;min-height:132px;display:flex}.stat-card span{color:var(--muted);font-size:15px;font-weight:700;line-height:1.25}.stat-card strong{letter-spacing:-.04em;font-size:42px;line-height:1}.stats-filters{gap:14px;display:grid}.date-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.date-filters label{gap:6px;font-weight:700;display:grid}.filter-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.filter-title>div{gap:8px;display:flex}.user-checks{gap:8px;display:grid}.user-checks label{border:1px solid var(--border);border-radius:14px;align-items:center;gap:10px;min-height:46px;padding:0 12px;display:flex}.user-select-trigger{color:#0f172a;border:1px solid var(--border);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;width:100%;min-height:54px;padding:0 16px;display:flex}.user-select-panel{gap:10px;display:grid}.user-select-actions{gap:8px;display:flex}.user-select-list{gap:6px;max-height:280px;display:grid;overflow-y:auto}.user-select-list label{border:1px solid var(--border);border-radius:14px;align-items:center;gap:10px;min-height:46px;padding:0 12px;display:flex}.chain-page{gap:16px}.chain-hero{background:#111827}.chain-form{gap:12px;display:grid}.segmented-control{border:1px solid var(--border);background:#f8fafc;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:5px;display:grid}.segmented-control button{min-height:44px;color:var(--muted);background:0 0;border-radius:13px;justify-content:center;align-items:center;padding:0 8px;font-size:14px;line-height:1}.segmented-control button.active{color:#fff;background:#14213d;box-shadow:0 8px 18px #0f172a29}.scan-button{justify-content:center;align-items:center;min-height:54px;line-height:1}.chain-history{gap:10px;display:grid}.chain-history h2{margin:0;font-size:22px}.chain-history-item{color:#14213d;text-align:left;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:76px;display:flex}.chain-history-item span:first-child{gap:4px;min-width:0;display:grid}.chain-history-item small{color:var(--muted);font-weight:700}.sheet-overlay{z-index:120;-webkit-backdrop-filter:blur(10px);background:#0f172a47;align-items:flex-end;display:flex;position:fixed;inset:0}.chain-result-sheet{width:100%;height:min(88vh,760px);padding:16px 18px calc(24px + env(safe-area-inset-bottom));background:#fff;border-radius:30px 30px 0 0;animation:.28s cubic-bezier(.22,.8,.2,1) menu-sheet-in;overflow-y:auto;box-shadow:0 -18px 50px #0f172a3d}.sheet-title{justify-content:space-between;align-items:flex-start;gap:12px;margin:8px 0 16px;display:flex}.sheet-title h2{margin:2px 0 0;font-size:26px;line-height:1.1}.icon-button{border-radius:50%;place-items:center;width:42px;min-width:42px;height:42px;padding:0;font-size:26px;line-height:1;display:grid}.chain-detail,.wallet-transactions{gap:12px;display:grid}.chain-info{border:1px solid var(--border);background:#f8fafc;border-radius:16px;gap:4px;min-height:62px;padding:12px 14px;display:grid}.chain-status{color:#166534;background:#ecfdf3;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;min-height:72px;padding:14px;display:flex}.chain-status.pending{color:#c2410c;background:#fff7ed}.chain-status span{font-size:13px;font-weight:800}.copy-field{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:1fr auto;grid-template-areas:"label button""value button";align-items:center;gap:2px 10px;min-height:62px;padding:10px 10px 10px 14px;display:grid}.copy-field.compact{background:#f8fafc;border-radius:14px;min-height:54px}.copy-field .muted{grid-area:label}.copy-field strong{grid-area:value;min-width:0}.copy-icon{border-radius:13px;grid-area:button;place-items:center;width:42px;min-width:42px;height:42px;padding:0;display:grid}.copy-icon svg{fill:none;stroke:currentColor;stroke-width:2px;width:20px;height:20px}.transaction-row{border:1px solid var(--border);background:#fff;border-radius:18px;gap:8px;padding:14px;display:grid}.transaction-row>div:first-child{justify-content:space-between;align-items:center;gap:10px;display:flex}.transaction-row>div:first-child span{color:var(--muted);text-align:right;font-size:13px;font-weight:700}.env-shell{min-height:100vh;padding-bottom:calc(24px + env(safe-area-inset-bottom));align-items:center;display:grid}.env-card{gap:14px;display:grid}.env-card h1{margin:0;font-size:32px}.env-list{gap:12px;display:grid}.env-row{color:#14213d;gap:7px;margin:0;display:grid}.env-row span{font-size:15px;font-weight:900}.env-row small{color:var(--muted);overflow-wrap:anywhere;font-size:12px;font-weight:700}
