:root{--brand-background:#f3f0ec;--brand-text:#2b0c4f;--brand-text-muted:#2b0c4fad;--brand-border:#2b0c4f2e;--brand-accent:#ad72fe;--star-accent:#d4a35f;--font-system:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-editorial:ui-serif, Georgia, "Times New Roman", serif;--background:var(--brand-background);--foreground:var(--brand-text);--muted:var(--brand-text-muted);--border:var(--brand-border);--accent:var(--brand-accent)}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);font-family:var(--font-system);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header,.site-footer{width:100%;max-width:1120px;margin:0 auto;padding:28px 32px}.site-header{border-bottom:1px solid var(--border)}.brand{color:var(--accent);letter-spacing:.03em;font-size:1.1rem;font-weight:700}.site-main{flex:1;min-width:0}.page-content{width:100%;max-width:1120px}.page-content h1{font-size:28px;font-weight:700}.legal-page{width:100%;max-width:720px;margin:0 auto}.legal-page h1{margin-bottom:24px;font-size:28px;font-weight:700}.legal-page p{color:var(--muted);font-family:var(--font-system);margin-top:16px;line-height:1.7}.site-footer{border-top:1px solid var(--border);color:var(--muted);font-family:var(--font-system);justify-content:space-between;align-items:center;gap:24px;font-size:.875rem;display:flex}.site-footer nav{gap:20px;display:flex}.site-footer a:hover,.site-footer a:focus-visible{color:var(--accent);text-underline-offset:4px;text-decoration:underline}@media (max-width:600px){.site-header,.site-footer{padding:22px 20px}.site-footer{flex-direction:column;align-items:flex-start;gap:14px}}
