:root{color-scheme:light;--ink:#172033;--muted:#5b677a;--line:#dfe5ee;--brand:#1769e0;--surface:#fff;--soft:#f5f8fc}*{box-sizing:border-box}html{background:var(--soft)}body{margin:0;color:var(--ink);font:16px/1.68 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:var(--brand);text-underline-offset:3px}.site-header{background:#0f1f3a;color:#fff}.header-inner,.legal-main,.site-footer{width:min(940px,calc(100% - 32px));margin:auto}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 0}.brand{color:#fff;font-weight:800;text-decoration:none;letter-spacing:.01em}.site-nav{display:flex;gap:18px;flex-wrap:wrap}.site-nav a{color:#dbeafe}.legal-main{margin-top:28px;margin-bottom:36px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:clamp(22px,5vw,48px);box-shadow:0 18px 55px rgba(28,45,78,.08)}h1{font-size:clamp(30px,5vw,44px);line-height:1.14;margin:0 0 8px}h2{font-size:23px;line-height:1.3;margin:34px 0 10px}h3{font-size:18px;margin:24px 0 8px}.updated{color:var(--muted);margin:0 0 30px}.notice{border-left:4px solid var(--brand);background:#eff6ff;padding:13px 16px;border-radius:8px;margin:20px 0}li{margin:7px 0}.site-footer{padding:0 0 36px;color:var(--muted);font-size:14px}.contact{font-weight:700;overflow-wrap:anywhere}@media(max-width:620px){.header-inner{align-items:flex-start;flex-direction:column}.legal-main{border-radius:12px;margin-top:16px}.site-nav{gap:14px}}