:root{--site-bg:#f7f6f9;--site-bg-accent:#efedf3;--site-surface:#fff;--site-text:#1f1d24;--site-text-muted:#5f5c66;--site-text-soft:#7a7780;--site-accent:#4a3f6b;--site-accent-hover:#3a3156;--site-border:#e8e6ed;--site-shadow:0 18px 48px #1f1d2412;--site-radius:18px;--site-font:"Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--site-text);background:linear-gradient(165deg, var(--site-bg) 0%, #fff 42%, var(--site-bg-accent) 100%);font-family:var(--site-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{color:var(--site-accent);text-decoration:none}a:hover{color:var(--site-accent-hover)}.site-shell{justify-content:center;align-items:center;min-height:100vh;padding:2.5rem 1.25rem 3rem;display:flex}.site-card{background:var(--site-surface);border:1px solid var(--site-border);border-radius:var(--site-radius);width:100%;max-width:720px;box-shadow:var(--site-shadow);padding:2.5rem 2rem 2rem}.site-link{color:var(--site-accent);border-bottom:1px solid #0000;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s}.site-link:hover{color:var(--site-accent-hover);border-bottom-color:#4a3f6b59}.site-link-button{border:1px solid var(--site-border);color:var(--site-accent);background:#faf9fc;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .85rem;font-size:.92rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.site-link-button:hover{color:var(--site-accent-hover);background:#f3f1f7;border-color:#d9d4e3}.site-footer{border-top:1px solid var(--site-border);flex-wrap:wrap;gap:.85rem 1.25rem;margin-top:2rem;padding-top:1.35rem;font-size:.92rem;display:flex}.legal-page-shell{background:linear-gradient(165deg, var(--site-bg) 0%, #fff 42%, var(--site-bg-accent) 100%);min-height:100vh;padding:2.5rem 1.25rem 3rem}.legal-page{background:var(--site-surface);border:1px solid var(--site-border);border-radius:var(--site-radius);width:100%;max-width:720px;box-shadow:var(--site-shadow);color:var(--site-text);margin:0 auto;padding:2.5rem 2rem 2rem;line-height:1.65}.legal-page-header h1{letter-spacing:-.02em;color:var(--site-text);margin-top:.35rem;font-size:clamp(1.65rem,4vw,2rem);font-weight:600;line-height:1.2}.legal-page-eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--site-accent);font-size:.82rem;font-weight:600}.legal-page-meta{color:var(--site-text-soft);margin-bottom:1rem;font-size:.92rem}.legal-page-note{color:var(--site-text-muted);margin-bottom:1.5rem}.legal-page-section{margin-bottom:1.65rem}.legal-page-section h2{color:var(--site-text);margin-bottom:.55rem;font-size:1.02rem;font-weight:600}.legal-page-section p{color:var(--site-text-muted);margin-bottom:.65rem}.legal-page-footer{border-top:1px solid var(--site-border);flex-wrap:wrap;gap:.85rem 1.25rem;margin-top:2rem;padding-top:1.35rem;font-size:.92rem;display:flex}.legal-page-footer a{color:var(--site-accent);font-weight:500}.legal-page-footer a:hover{color:var(--site-accent-hover)}@media (max-width:640px){.site-shell{align-items:flex-start;padding:1.5rem 1rem 2rem}.site-card,.legal-page{padding:1.75rem 1.35rem 1.5rem}}
