:root { --page-bg: #0b0c10; --page-surface: #161920; --page-ink: #f4f1e9; --page-muted: #b3afa4; --page-line: #ffffff25; --page-accent: #dfbd7b; }
:root[data-theme="light"] { --page-bg: #f7f5ee; --page-surface: #ffffff; --page-ink: #1c2d25; --page-muted: #536258; --page-line: #20352830; --page-accent: #7a5a20; }
.site-page { margin: 0; background: var(--page-bg); color: var(--page-ink); font: 16px/1.7 Outfit, system-ui, sans-serif; }
.site-page * { box-sizing: border-box; }
:where(a, button, summary):focus-visible { outline: 2px solid var(--page-accent); outline-offset: 4px; }
.site-page a { color: var(--page-accent); text-underline-offset: 4px; }
.site-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px max(20px, calc((100vw - 1100px) / 2)); border-bottom: 1px solid var(--page-line); }
.site-brand { display: flex; align-items: center; gap: 10px; color: var(--page-ink) !important; text-decoration: none; font-weight: 600; font-size: 14px; }
.site-brand-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: linear-gradient(140deg, #e4c47e, #a58142); color: #231c0f; font-size: 23px; }
.site-topbar nav, .site-page-footer nav, .call-nav { display: flex; align-items: center; gap: 20px; }
.site-topbar nav a, .site-page-footer nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
.theme-toggle { display: inline-grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; margin: 0; padding: 0; border: 1px solid var(--page-line); border-radius: 50%; background: var(--page-surface); color: var(--page-ink); font: 22px/1 system-ui; cursor: pointer; }
.legal-layout { max-width: 840px; margin: auto; padding: 36px 24px 64px; overflow-wrap: anywhere; }
.back-link { font-size: 13px; }
.page-eyebrow { margin: 40px 0 10px; font-size: 11px; letter-spacing: .14em; font-weight: 600; color: var(--page-accent); }
.legal-layout h1 { margin: 0 0 14px; font-size: clamp(32px, 5vw, 52px); letter-spacing: -.035em; line-height: 1.15; }
.page-intro { max-width: 640px; color: var(--page-muted); }
.legal-sections .card { margin-top: 24px; border: 1px solid var(--page-line); border-radius: 20px; padding: 28px; background: var(--page-surface); }
.legal-sections h5 { margin: 0 0 18px; font-size: 20px; line-height: 1.4; }
.legal-sections p { margin-block: 16px; }
.legal-sections li { margin-left: 22px; padding-left: 4px; }
.legal-sections .material-icons { display: none; }
.site-page-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid var(--page-line); padding: 24px max(24px, calc((100vw - 1100px) / 2)); color: var(--page-muted); font-size: 12px; }
.site-page-footer address { font-style: normal; }
:root[data-theme="light"] .call-page { background: var(--page-bg); color: var(--page-ink); }
:root[data-theme="light"] .call-page::before { background: radial-gradient(ellipse at 20% 0, #e4e9db, transparent 65%), var(--page-bg); }
:root[data-theme="light"] .call-page::after { opacity: .05; }
:root[data-theme="light"] .call-page .shell { background: #fffdf7ee; border-color: var(--page-line); box-shadow: 0 20px 60px #243b2510; }
:root[data-theme="light"] .call-page header { border-color: var(--page-line); }
:root[data-theme="light"] .call-page header a,
:root[data-theme="light"] .call-page .detail,
:root[data-theme="light"] .call-page .message { color: var(--page-muted); }
:root[data-theme="light"] .call-page .eyebrow,
:root[data-theme="light"] .call-page .brand span { color: var(--page-accent); }
:root[data-theme="light"] .call-page .secondary { color: var(--page-ink); background: #edf0e5; border-color: var(--page-line); }
.call-page .stage { color: #f6f0e3; }
@media (max-width: 640px) {
    .site-topbar { padding: 12px 16px; gap: 10px; }
    .site-brand { font-size: 11px; gap: 7px; }
    .site-brand-icon { width: 30px; height: 30px; flex: 0 0 30px; }
    .site-topbar nav, .call-nav { gap: 10px; }
    .site-topbar nav a { font-size: 11px; }
    .legal-layout { padding: 24px 16px 44px; }
    .legal-sections .card { padding: 20px 18px; border-radius: 16px; }
    .call-page header { padding: 16px; gap: 12px; }
    .call-page .brand { gap: 6px; font-size: 11px; }
    .call-page .brand div { max-width: 122px; }
    .call-nav a { font-size: 12px; }
}
