:root{--bg: #0f1115;--surface: #171a21;--surface-2: #1f242e;--text: #e8eaed;--muted: #9aa3af;--border: #2a313c;--brand: #2f81f7;--ok: #2ea043;--warn: #d29922;--crit: #f85149;--max: 760px;--radius: 10px;--font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media(prefers-color-scheme:light){:root{--bg: #ffffff;--surface: #f6f8fa;--surface-2: #eef1f5;--text: #1f2328;--muted: #57606a;--border: #d0d7de}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.65;font-size:17px}.wrap{max-width:var(--max);margin:0 auto;padding:0 18px}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}header.site{border-bottom:1px solid var(--border);background:var(--surface)}header.site .wrap{display:flex;align-items:center;gap:14px;height:56px}header.site .logo{font-weight:800;letter-spacing:-.3px;font-size:19px;color:var(--text)}header.site nav{margin-left:auto;display:flex;gap:16px;font-size:15px}footer.site{border-top:1px solid var(--border);margin-top:48px;padding:24px 0;color:var(--muted);font-size:14px}h1{font-size:1.9rem;line-height:1.2;margin:.4em 0 .3em}h2{font-size:1.3rem;margin:1.6em 0 .5em;padding-top:.3em}h3{font-size:1.08rem;margin:1.2em 0 .4em}.badges{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 4px}.badge{font-size:13px;font-weight:600;padding:3px 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2)}.sev-low{color:var(--ok);border-color:var(--ok)}.sev-medium{color:var(--warn);border-color:var(--warn)}.sev-high,.sev-critical{color:var(--crit);border-color:var(--crit)}.instant{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--brand);padding:16px 18px;border-radius:var(--radius);margin:18px 0}.tldr{background:var(--surface-2);border:1px dashed var(--border);border-radius:var(--radius);padding:14px 18px;margin:18px 0}.tldr h2{margin-top:0;font-size:1rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.drive{border-radius:var(--radius);padding:14px 18px;margin:16px 0;border:1px solid var(--border)}.drive.verdict-yes{border-left:4px solid var(--ok)}.drive.verdict-caution{border-left:4px solid var(--warn)}.drive.verdict-no{border-left:4px solid var(--crit)}table{width:100%;border-collapse:collapse;margin:12px 0;font-size:15px}th,td{text-align:left;padding:9px 12px;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:600}.prob-bar{height:7px;border-radius:4px;background:var(--brand)}.prob-cell{min-width:120px}ol.steps{padding-left:0;counter-reset:step;list-style:none}ol.steps li{position:relative;padding:10px 0 10px 44px;border-bottom:1px solid var(--border)}ol.steps li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:10px;width:28px;height:28px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:700;font-size:14px}details.faq{border:1px solid var(--border);border-radius:var(--radius);padding:4px 14px;margin:8px 0;background:var(--surface)}details.faq summary{cursor:pointer;font-weight:600;padding:8px 0}.related{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.related a{display:block;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-weight:600;font-size:15px}.adslot{margin:22px 0;min-height:90px;display:grid;place-items:center;border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted);font-size:13px;background:var(--surface)}.tools-list,.cause-note{color:var(--muted)}.cta{display:inline-block;background:var(--brand);color:#fff;font-weight:700;padding:10px 18px;border-radius:var(--radius);margin:6px 0}.cta:hover{text-decoration:none;opacity:.92}.note{font-size:13px;color:var(--muted)}.lang-switcher{position:relative}.lang-switcher>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:5px;font-size:15px;color:var(--brand);user-select:none}.lang-switcher>summary::-webkit-details-marker{display:none}.lang-switcher>summary .cur{font-weight:600;font-size:13px}.lang-switcher ul{position:absolute;right:0;top:calc(100% + 8px);z-index:50;margin:0;padding:6px;list-style:none;min-width:160px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px #00000047}.lang-switcher li a{display:block;padding:8px 12px;border-radius:7px;color:var(--text);font-size:15px;font-weight:500}.lang-switcher li a:hover{background:var(--surface-2);text-decoration:none}.lang-switcher li a[aria-current=true]{color:var(--brand);font-weight:700}
