:root { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #e9eff2; background: #0d1114; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
button, input { font: inherit; }
button { cursor: pointer; }
.topbar { height: 68px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #283137; background: #11171b; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo { width: 238px; height: 48px; object-fit: contain; object-position: left center; }
.logo-light { display: none; }
.mark { width: 28px; height: 28px; display: grid; place-items: center; background: #47d488; color: #092014; border-radius: 6px; }
.online { font-size: 13px; color: #a3b0b7; display: flex; align-items: center; gap: 8px; }
.online i { width: 8px; height: 8px; background: #47d488; border-radius: 50%; }
.top-actions { display: flex; align-items: center; gap: 18px; }
.account-button { border: 1px solid #344148; border-radius: 6px; background: #182126; color: #dce5e9; height: 36px; padding: 0 12px; max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
main { max-width: 1120px; margin: 0 auto; padding: 56px 28px 80px; }
.intro { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr); gap: 30px; align-items: center; min-height: 250px; }
.intro-copy { max-width: 720px; }
.eyebrow { margin: 0 0 8px; color: #47d488; font-size: 12px; font-weight: 800; }
h1 { margin: 0; font-size: 42px; line-height: 1.12; letter-spacing: 0; }
.intro > p:last-child { color: #9ba9b1; line-height: 1.65; font-size: 17px; }
.intro-copy > p:last-child { color: #9ba9b1; line-height: 1.65; font-size: 17px; }
.security-visual { height: 250px; display: grid; place-items: center; overflow: hidden; }
.security-visual img { width: min(100%, 260px); height: 100%; object-fit: contain; filter: drop-shadow(0 18px 26px rgba(0,0,0,.25)); }
.workspace { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .8fr); gap: 24px; margin-top: 38px; align-items: start; }
.scan-panel, .scope-panel { border: 1px solid #2a343a; border-radius: 8px; background: #13191d; }
.scan-panel { padding: 24px; }
.mode-picker { display: grid; grid-template-columns: repeat(3, 1fr); background: #0c1114; border: 1px solid #2a343a; border-radius: 6px; padding: 4px; margin-bottom: 28px; }
.mode-picker input { position: absolute; opacity: 0; }
.mode-picker span { display: block; padding: 10px 8px; text-align: center; color: #95a3ab; border-radius: 4px; font-weight: 700; font-size: 14px; }
.mode-picker input:checked + span { color: #eaf7ef; background: #25382e; box-shadow: inset 0 0 0 1px #397753; }
.field { margin: 20px 0; }
.field > label { display: block; margin-bottom: 9px; font-size: 14px; font-weight: 750; }
.field input { width: 100%; height: 46px; border: 1px solid #344148; border-radius: 6px; color: #eef3f5; background: #0c1114; padding: 0 13px; outline: none; }
.field input:focus { border-color: #47d488; box-shadow: 0 0 0 3px rgba(71,212,136,.12); }
.field-row { display: flex; justify-content: space-between; gap: 12px; margin-top: 9px; }
small { color: #7f8e96; line-height: 1.4; }
.text-button { border: 0; padding: 0; background: transparent; color: #69dda0; font-size: 13px; font-weight: 700; }
.notice, .form-message { margin-top: 12px; font-size: 13px; line-height: 1.5; color: #f2c66d; }
.authorization { display: flex; gap: 10px; align-items: flex-start; padding: 16px 0; color: #b4c0c6; font-size: 14px; border-top: 1px solid #273036; }
.authorization input { margin-top: 2px; accent-color: #47d488; }
.actions { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.safety { font-size: 12px; color: #7f8e96; }
.primary { height: 42px; border: 0; border-radius: 6px; padding: 0 18px; background: #47d488; color: #092014; font-weight: 800; }
.primary:disabled { opacity: .55; cursor: wait; }
.scope-panel { padding: 22px; }
.scope-panel h2 { font-size: 16px; margin: 0 0 20px; }
.scope-panel ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 19px; }
.scope-panel li { border-left: 2px solid #3b4a51; padding-left: 13px; }
.scope-panel b, .scope-panel span { display: block; font-size: 13px; }
.scope-panel span { color: #819098; line-height: 1.45; margin-top: 4px; }
.history { margin-top: 58px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; }
.section-heading h2 { margin: 0; font-size: 23px; }
.icon-button { width: 38px; height: 38px; border: 1px solid #303b41; color: #aebac0; background: #151c20; border-radius: 6px; font-size: 20px; }
.empty { margin-top: 18px; border-top: 1px solid #293238; padding: 28px 0; color: #7f8e96; }
.scan-list { display: grid; gap: 12px; margin-top: 18px; }
.scan { border: 1px solid #2a343a; border-radius: 8px; background: #13191d; padding: 18px; }
.scan-top { display: flex; justify-content: space-between; gap: 20px; }
.scan-title { font-weight: 750; overflow-wrap: anywhere; }
.scan-meta { color: #839198; font-size: 12px; margin-top: 5px; }
.badge { color: #61d996; font-size: 12px; text-transform: uppercase; font-weight: 800; }
.finding { margin-top: 14px; padding-top: 14px; border-top: 1px solid #273036; display: grid; grid-template-columns: 70px 1fr; gap: 12px; }
.severity { text-transform: uppercase; font-size: 11px; font-weight: 850; color: #f1bd5e; }
.finding strong { font-size: 14px; display: block; }
.finding p { margin: 5px 0 0; color: #8f9da5; font-size: 13px; line-height: 1.45; }
.scan-note { margin: 12px 0 0; color: #7f8e96; font-size: 13px; }
.fixer-band { margin-top: 38px; border-top: 1px solid #2a343a; border-bottom: 1px solid #2a343a; padding: 30px 0; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.fixer-band h2 { margin: 0; font-size: 24px; }
.fixer-band p:last-child { color: #8f9da5; line-height: 1.55; max-width: 680px; margin-bottom: 0; }
.plan { min-width: 180px; display: grid; gap: 9px; }
.plan > span { color: #9eabb2; }
.plan b { color: #edf3f5; font-size: 26px; }
.plan small { text-align: center; max-width: 190px; }
.fix-button { margin-top: 10px; border: 1px solid #3b5d4a; background: #17271f; color: #69dda0; border-radius: 5px; padding: 7px 10px; font-size: 12px; font-weight: 750; }
dialog { width: min(520px, calc(100vw - 28px)); border: 1px solid #354148; border-radius: 8px; padding: 24px; background: #13191d; color: #e9eff2; box-shadow: 0 24px 80px #000; }
dialog#fix-dialog { width: min(760px, calc(100vw - 28px)); }
dialog::backdrop { background: rgba(2, 6, 8, .76); }
.dialog-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.dialog-heading h2 { margin: 0; font-size: 22px; }
#account-form > p { color: #8f9da5; line-height: 1.5; }
#identity-fields > label, #code-fields > label { display: grid; gap: 7px; margin-top: 16px; font-size: 13px; font-weight: 750; }
#account-form input:not([type="radio"]) { height: 44px; border: 1px solid #344148; border-radius: 6px; color: #eef3f5; background: #0c1114; padding: 0 12px; }
#phone-help { display: block; margin-top: 6px; }
#verification-method { border: 0; padding: 0; margin: 18px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
#verification-method legend { color: #aab7bd; font-size: 12px; font-weight: 750; margin-bottom: 8px; }
#verification-method label { position: relative; }
#verification-method input { position: absolute; opacity: 0; }
#verification-method span { display: block; border: 1px solid #344148; border-radius: 6px; padding: 10px; text-align: center; color: #9eabb2; font-size: 13px; font-weight: 750; }
#verification-method input:checked + span { border-color: #47d488; background: #1b3025; color: #dff8e9; }
.code-sent { color: #8f9da5; line-height: 1.5; font-size: 13px; }
#identity-fields > .sms-consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 15px; color: #9ba9b1; font-size: 11px; line-height: 1.5; font-weight: 500; }
#account-form .sms-consent input[type="checkbox"] { width: 16px; height: 16px; min-width: 16px; margin: 2px 0 0; padding: 0; flex: 0 0 16px; accent-color: #47d488; }
a { color: #69dda0; }
.brand-link { color: #e9eff2; text-decoration: none; }
.site-footer { max-width: 1120px; margin: 0 auto; padding: 0 28px 34px; display: flex; gap: 20px; font-size: 12px; }
.policy { max-width: 820px; }
.policy h1 { max-width: 760px; }
.policy-lead { color: #9ba9b1; font-size: 17px; line-height: 1.6; }
.policy section { padding: 24px 0; border-top: 1px solid #283137; }
.policy h2 { margin: 0 0 10px; font-size: 19px; }
.policy p, .policy li, .policy dd { color: #9ba9b1; line-height: 1.65; }
.policy li { margin: 7px 0; }
.policy dl { display: grid; grid-template-columns: 160px 1fr; gap: 10px 20px; }
.policy dt { font-weight: 800; }
.policy dd { margin: 0; }
.consent-example { border: 1px solid #3a474d; border-radius: 6px; padding: 16px; background: #13191d; }
.consent-example label { display: flex; align-items: flex-start; gap: 10px; color: #c5d0d5; font-size: 13px; line-height: 1.55; }
.consent-example input { margin-top: 3px; }
.policy blockquote { margin: 0; padding: 16px; border-left: 3px solid #47d488; background: #13191d; color: #c5d0d5; line-height: 1.6; }
.policy-links { display: flex; gap: 20px; }
.theme-toggle { flex: 0 0 auto; }

[data-theme="light"] { color: #102027; background: #f4f7f8; color-scheme: light; }
[data-theme="light"] body { background: #f4f7f8; color: #102027; }
[data-theme="light"] .logo-dark { display: none; }
[data-theme="light"] .logo-light { display: block; }
[data-theme="light"] .topbar { background: #ffffff; border-color: #d8e0e4; }
[data-theme="light"] .online, [data-theme="light"] small, [data-theme="light"] .safety, [data-theme="light"] .scan-meta, [data-theme="light"] .scan-note { color: #61717a; }
[data-theme="light"] .intro-copy > p:last-child, [data-theme="light"] .fixer-band p:last-child, [data-theme="light"] .scope-panel span { color: #52636c; }
[data-theme="light"] .scan-panel, [data-theme="light"] .scope-panel, [data-theme="light"] .scan, [data-theme="light"] dialog, [data-theme="light"] .consent-example, [data-theme="light"] .policy blockquote { background: #ffffff; border-color: #d5dfe3; }
[data-theme="light"] .mode-picker { background: #edf2f4; border-color: #d1dce0; }
[data-theme="light"] .mode-picker span { color: #53656e; }
[data-theme="light"] .mode-picker input:checked + span { color: #0d4e2c; background: #dff4e8; box-shadow: inset 0 0 0 1px #72b68e; }
[data-theme="light"] .field input, [data-theme="light"] #account-form input:not([type="radio"]) { color: #102027; background: #f9fbfc; border-color: #bccbd1; }
[data-theme="light"] .authorization, [data-theme="light"] .finding, [data-theme="light"] .policy section, [data-theme="light"] .fixer-band, [data-theme="light"] .empty { border-color: #d6e0e4; color: #40535c; }
[data-theme="light"] .account-button, [data-theme="light"] .icon-button { background: #ffffff; color: #253840; border-color: #bccbd1; }
[data-theme="light"] #verification-method span { color: #52646d; background: #f9fbfc; border-color: #bccbd1; }
[data-theme="light"] #verification-method input:checked + span { color: #0d4e2c; background: #dff4e8; border-color: #57a978; }
[data-theme="light"] .sms-consent, [data-theme="light"] #account-form > p, [data-theme="light"] .finding p, [data-theme="light"] .policy p, [data-theme="light"] .policy li, [data-theme="light"] .policy dd { color: #52636c; }
[data-theme="light"] pre { background: #edf3f5; border-color: #ccd8dc; color: #0d5c38; }
[data-theme="light"] .security-visual img { filter: drop-shadow(0 18px 24px rgba(31,57,69,.16)); }
.full { width: 100%; margin-top: 22px; }
.centered { width: 100%; margin-top: 15px; text-align: center; }
.file-label { margin-top: 20px; color: #8f9da5; font: 12px ui-monospace, monospace; }
pre { overflow: auto; border: 1px solid #2e393f; border-radius: 6px; background: #0a0e10; padding: 16px; color: #b9e9ce; font-size: 12px; line-height: 1.55; }
#fix-content h3 { font-size: 14px; margin-top: 22px; }
#fix-content li { color: #9ba9b1; margin: 7px 0; font-size: 13px; }
[hidden] { display: none !important; }
@media (max-width: 760px) { .workspace, .fixer-band, .intro { grid-template-columns: 1fr; } h1 { font-size: 34px; } main { padding: 38px 18px 60px; } .topbar { padding: 0 18px; } .brand-logo { width: 176px; height: 42px; } .online { display: none; } .field-row { align-items: flex-start; flex-direction: column; } .security-visual { height: 220px; padding-bottom: 8px; } }
