:root { --paper: #f8f1df; --ink: #070707; --orange: #ff4b1f; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Huninn", Arial, sans-serif; font-size: 18px; line-height: 1.55; }
.site-header, .legal-page { width: min(100% - 64px, 960px); margin-inline: auto; }
.site-header { padding: 28px 0; }
.back-link { color: inherit; font-size: 17px; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.legal-page { padding: 32px 0 80px; }
.legal-content { max-width: 820px; }
h1 { margin: 0; font-size: 46px; line-height: 1.08; }
.legal-subtitle { margin: 12px 0 40px; color: var(--orange); font-size: 24px; }
.legal-text strong { font-weight: 700; }
.legal-text a { color: inherit; text-decoration-color: var(--orange); text-underline-offset: 3px; }
.legal-text table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: 14px; }
.legal-text th, .legal-text td { padding: 10px; border: 1px solid rgba(7, 7, 7, .25); text-align: left; vertical-align: top; }
@media (max-width: 768px) { body { font-size: 16px; } .site-header, .legal-page { width: calc(100% - 32px); } .legal-page { padding-top: 20px; } h1 { font-size: 34px; } .legal-subtitle { margin-bottom: 28px; font-size: 20px; } .legal-text { overflow-wrap: anywhere; } }
