:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#111827;font-synthesis:none;text-rendering:optimizeLegibility;--surface: #f8fafc;--surface-strong: #f1f5f9;--text: #111827;--muted: #64748b;--border: #dbe3ec;--danger: #dc2626;--danger-soft: #fef2f2;--warning: #b45309;--warning-soft: #fffbeb;--safe: #047857;--safe-soft: #ecfdf5;--shadow: 0 24px 70px rgb(15 23 42 / 10%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:#fff}a{color:inherit}code{border-radius:5px;background:#eef2f7;color:#1f2937;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92em;padding:.08rem .28rem}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border);background:#ffffffeb;padding:16px clamp(20px,5vw,72px);backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-size:.98rem;font-weight:750;text-decoration:none}.brand-mark{display:grid;width:32px;height:32px;place-items:center;border-radius:8px;background:#111827;color:#fff}nav{display:flex;align-items:center;gap:24px;color:#475569;font-size:.9rem;font-weight:650}nav a{text-decoration:none}main{width:100%}.tool-hero{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);gap:clamp(32px,6vw,72px);align-items:start;max-width:1240px;margin:0 auto;padding:clamp(44px,7vw,84px) clamp(20px,5vw,36px) 44px}.hero-copy h1{max-width:620px;margin:0 0 18px;color:#0f172a;font-size:clamp(2.25rem,5vw,4.75rem);font-weight:780;line-height:.98}.hero-copy p{max-width:580px;margin:0;color:#475569;font-size:1.12rem;line-height:1.7}.trust-list{display:grid;gap:10px;margin:26px 0 0;padding:0;color:#334155;font-size:.96rem;font-weight:650;list-style:none}.trust-list li{display:flex;align-items:center;gap:10px}.trust-list li:before{display:block;width:8px;height:8px;border-radius:999px;background:var(--safe);content:""}.checker-panel,.result-panel{border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.checker-panel{padding:clamp(18px,3vw,28px)}.panel-head{display:flex;align-items:start;justify-content:space-between;gap:16px;margin-bottom:16px}.panel-head h2{margin:0 0 6px;font-size:1.1rem}.panel-head p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}textarea{display:block;width:100%;min-height:280px;resize:vertical;border:1px solid #cbd5e1;border-radius:8px;background:#0f172a;color:#e2e8f0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92rem;line-height:1.55;outline:none;padding:16px}textarea:focus{border-color:#94a3b8;box-shadow:0 0 0 4px #94a3b82e}textarea::placeholder{color:#94a3b8}.action-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px}button{min-height:42px;border:0;border-radius:8px;cursor:pointer;font:inherit;font-size:.92rem;font-weight:750}.primary-button,.secondary-button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 16px}.primary-button{background:#111827;color:#fff}.primary-button:hover{background:#020617}.secondary-button,.ghost-button{border:1px solid var(--border);background:#fff;color:#334155}.ghost-button{white-space:nowrap}.keyboard-hint{color:var(--muted);font-size:.86rem;font-weight:650}.result-panel{max-width:1240px;margin:8px auto 0;padding:24px clamp(20px,5vw,32px)}.result-panel[hidden]{display:none}.result-summary{display:flex;align-items:start;justify-content:space-between;gap:24px;border-bottom:1px solid var(--border);padding-bottom:18px}.result-title{margin:0;font-size:1.35rem}.result-title.safe{color:var(--safe)}.result-title.warning{color:var(--warning)}.result-title.danger{color:var(--danger)}#result-meta{max-width:420px;margin:0;color:var(--muted);font-size:.92rem;text-align:right}.empty-state{display:grid;gap:6px;margin-top:18px;border-radius:8px;background:var(--safe-soft);color:#064e3b;padding:16px}.empty-state span{color:#047857;font-size:.92rem}.content-band,.split-band,.source-band{max-width:1240px;margin:0 auto;padding:64px clamp(20px,5vw,36px)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:22px}.section-head h2,.split-band h2,.source-band h2{margin:0;color:#0f172a;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.08}.section-head p,.split-band p,.source-band p{max-width:640px;margin:0;color:#475569;font-size:1rem;line-height:1.65}.table-wrap,.findings-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.findings-table-wrap{margin-top:18px}table{width:100%;min-width:680px;border-collapse:collapse;background:#fff;font-size:.92rem}th,td{border-bottom:1px solid var(--border);padding:13px 16px;text-align:left;vertical-align:middle}tr:last-child td{border-bottom:0}th{background:var(--surface);color:#475569;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.risk-pill,.status{display:inline-flex;align-items:center;border-radius:999px;font-size:.78rem;font-weight:800;padding:4px 9px}.risk-pill,.status.danger{background:var(--danger-soft);color:var(--danger)}.status.warning{background:var(--warning-soft);color:var(--warning)}.status.muted{background:var(--surface-strong);color:#475569}.split-band{display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:clamp(28px,5vw,64px);border-top:1px solid var(--border)}.checklist{display:grid;gap:12px;margin:0;padding:0;list-style:none;counter-reset:step}.checklist li{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:#334155;line-height:1.5;padding:14px}.checklist li:before{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#111827;color:#fff;content:counter(step);counter-increment:step;font-size:.84rem;font-weight:850}.source-band{border-top:1px solid var(--border)}.source-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.source-links a{border:1px solid var(--border);border-radius:8px;color:#1f2937;font-size:.92rem;font-weight:750;padding:10px 12px;text-decoration:none}footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--border);color:var(--muted);font-size:.9rem;padding:24px clamp(20px,5vw,72px)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:900px){.site-header{position:static;align-items:start;flex-direction:column}nav{flex-wrap:wrap;gap:14px 18px}.tool-hero,.split-band{grid-template-columns:1fr}.section-head,.result-summary{align-items:start;flex-direction:column}#result-meta{text-align:left}}@media(max-width:560px){.hero-copy h1{font-size:2.35rem}.panel-head,.action-row,footer{align-items:stretch;flex-direction:column}.primary-button,.secondary-button,.ghost-button{width:100%}textarea{min-height:220px}}
