:root { --paper:#f7f3e8; --surface:#fffdf7; --ink:#192322; --muted:#5f6b67; --line:#d7d4c8; --orange:#ee6335; --orange-dark:#bf3e1e; --blue:#2866b1; }
* { box-sizing: border-box; }
html { color-scheme: light; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; line-height:1.72; -webkit-font-smoothing:antialiased; }
.legal-header { padding:20px max(24px,calc((100% - 880px)/2)); border-bottom:1px solid var(--line); background:rgba(247,243,232,.92); }
.brand { display:inline-flex; align-items:center; gap:11px; color:var(--ink); font-weight:850; letter-spacing:-.03em; text-decoration:none; }
.brand span { display:grid; width:40px; height:36px; place-items:center; border-radius:9px 9px 9px 3px; color:#fff; background:var(--ink); font-family:"Arial Narrow",Impact,sans-serif; font-size:.9rem; letter-spacing:-.05em; }
.legal-page { width:min(880px,calc(100% - 40px)); padding:clamp(58px,9vw,100px) clamp(24px,5vw,74px); margin:40px auto 80px; border:1px solid var(--line); border-radius:28px; background:var(--surface); box-shadow:0 22px 60px rgba(51,55,46,.09); }
.eyebrow { margin:0 0 14px; color:var(--orange-dark); font-size:.76rem; font-weight:850; letter-spacing:.17em; text-transform:uppercase; }
h1,h2 { font-family:"Arial Narrow","Avenir Next Condensed",Impact,sans-serif; font-weight:800; letter-spacing:-.03em; line-height:1; }
h1 { margin:0 0 16px; font-size:clamp(3.1rem,8vw,5.6rem); }
h2 { margin:0 0 12px; font-size:clamp(1.55rem,4vw,2rem); }
.updated,.form-intro { color:var(--muted); }
.updated { padding-bottom:28px; margin-bottom:36px; border-bottom:1px solid var(--line); }
section + section { padding-top:24px; }
p { margin:0 0 16px; }
a { color:var(--blue); text-underline-offset:4px; }
.form-page { max-width:620px; }
.form-intro { margin:0 0 30px; }
.deletion-form { display:grid; gap:10px; }
.deletion-form label { font-size:.88rem; font-weight:750; }
.deletion-form input { min-height:50px; padding:12px 14px; border:1px solid var(--line); border-radius:10px; color:var(--ink); background:#fff; font:inherit; }
.deletion-form button { min-height:50px; padding:12px 18px; margin-top:8px; border:0; border-radius:10px; color:#fff; background:var(--orange); font:inherit; font-weight:800; cursor:pointer; }
.deletion-form button:hover,.deletion-form button:focus-visible { background:var(--orange-dark); }
.message { min-height:1.72em; margin-top:18px; color:var(--muted); }
:focus-visible { outline:3px solid var(--blue); outline-offset:3px; }
@media (max-width:600px) { .legal-header{padding:16px 20px}.legal-page{width:calc(100% - 24px);padding:46px 22px;margin:22px auto 50px;border-radius:20px} }
