:root{--background:#fafaf9;--foreground:#1c1917;--card:#fff;--primary:#2563eb;--primary-foreground:#fff;--muted:#f5f5f4;--muted-foreground:#78716c;--border:#e7e5e4;--ring:#2563eb;--radius:1rem}@media (prefers-color-scheme:dark){:root{--background:#0c0a09;--foreground:#f5f5f4;--card:#1c1917;--primary:#3b82f6;--primary-foreground:#fff;--muted:#1c1917;--muted-foreground:#a8a29e;--border:#292524;--ring:#3b82f6}}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;flex-direction:column;font-family:Outfit,sans-serif;line-height:1.6;display:flex}main{flex:1}.container{width:100%;max-width:800px;margin:0 auto;padding:2rem 1.5rem}.card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-family:Crimson Text,serif;font-weight:400;line-height:1.2}h1{text-align:center;margin-bottom:2rem;font-size:2.5rem}h2{margin-top:2rem;font-size:1.75rem}h3{margin-top:1.5rem;font-size:1.25rem}p{margin-bottom:1rem}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.5rem}hr{border:0;border-top:1px solid var(--border);margin:2rem 0}.policy-content{color:var(--foreground);font-size:1.1rem}.policy-header{margin-bottom:3rem}.policy-header p{color:var(--muted-foreground);text-align:center}
