﻿:root{color-scheme:light;--bg:#f5f7fb;--card:#fff;--ink:#172033;--muted:#5e687b;--line:#dce2ec;--brand:#3157d5;--soft:#e9eeff;--danger:#b3261e}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.65 Inter,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:var(--brand)}.site-header{border-bottom:1px solid var(--line);background:#fffffff2}.nav,.page{width:min(920px,calc(100% - 32px));margin:auto}.nav{display:flex;align-items:center;justify-content:space-between;min-height:68px;gap:20px}.brand{color:var(--ink);font-size:1.25rem;font-weight:800;text-decoration:none}.nav-links{display:flex;flex-wrap:wrap;gap:8px 18px}.nav-links a{color:var(--muted);font-size:.92rem;font-weight:650;text-decoration:none}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--brand)}.page{padding:56px 0 80px}.eyebrow{display:inline-flex;margin:0 0 14px;padding:5px 11px;border-radius:999px;background:var(--soft);color:var(--brand);font-size:.78rem;font-weight:800;text-transform:uppercase}h1,h2{line-height:1.2;letter-spacing:-.025em}h1{margin:0;font-size:clamp(2rem,5vw,3.25rem)}h2{margin:0 0 12px;font-size:1.28rem}.lead{max-width:730px;margin:18px 0 10px;color:var(--muted);font-size:1.08rem}.updated{margin:0 0 34px;color:var(--muted);font-size:.9rem}.notice,section{margin:16px 0;padding:24px;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:0 12px 36px #1b274514}.notice{border-color:#bdc9f7;background:var(--soft);box-shadow:none}.notice strong{color:var(--brand)}p,ul,ol{margin-top:0}section>:last-child,.notice>:last-child{margin-bottom:0}li+li{margin-top:7px}.contact{display:inline-flex;align-items:center;min-height:44px;padding:9px 15px;border-radius:12px;background:var(--brand);color:#fff;font-weight:750;text-decoration:none}.warning{color:var(--danger);font-weight:700}.site-footer{border-top:1px solid var(--line);color:var(--muted);text-align:center}.site-footer .nav{justify-content:center;min-height:72px;font-size:.9rem}@media(max-width:680px){.nav{align-items:flex-start;flex-direction:column;padding:16px 0}.page{padding-top:38px}.notice,section{padding:20px;border-radius:15px}}
