:root{--bg:#f7f8fb;--surface-1:#ffffff;--surface-2:#f1f4f8;--text:#0b0f17;--text-muted:#556070;--border:#e2e6ee;--border-strong:#c8d0dc;--link:#1d4ed8;--focus:#1d4ed8;--button-bg:#0b0f17;--button-bg-hover:#1b2433;--button-text:#ffffff;--button-border:#0b0f17}html{color-scheme:light}a{color:var(--link)}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}*{box-sizing:border-box}body,html{overflow-x:hidden}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}p{margin:0}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.siteHeader{position:relative;padding:8px 0 16px}.siteFooter{border-top:1px solid var(--border);margin-top:36px;padding:18px 0 28px}.footerText{color:var(--text-muted);font-size:13px}.topNav{display:flex;align-items:center;justify-content:space-between;gap:18px}.brandLink{gap:12px;color:var(--text);font-weight:850;letter-spacing:-.02em;min-width:max-content}.brandLink,.logoBox{display:inline-flex;align-items:center}.logoBox{width:72px;height:72px;justify-content:center;flex:0 0 auto}.logoImage{width:68px;height:68px;display:block;object-fit:contain}.brandText{font-size:19px;line-height:1}.navLinks{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;color:var(--text-muted);font-size:14px;font-weight:650}.brandLink:hover,.navLinks a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 14px;border-radius:12px;border:1px solid var(--button-border);background:var(--button-bg);color:var(--button-text);font-weight:750;white-space:nowrap}.btn,.btn:hover{text-decoration:none}.btn:hover{background:var(--button-bg-hover)}.btnSecondary{background:var(--surface-1);color:var(--text);border-color:var(--border-strong)}.btnSecondary:hover{background:var(--surface-2)}@media (max-width:760px){.container{width:min(100% - 28px,1120px)}.topNav{align-items:flex-start;flex-direction:column}.navLinks{justify-content:flex-start}.logoBox{width:60px;height:60px}.logoImage{width:56px;height:56px}}