:root{--bg: #faf9f6;--surface: #ffffff;--surface-elevated: #f2f1ed;--text: #1c1c1c;--text-secondary: #525252;--text-muted: #8f8f8f;--border: #e8e6e1;--accent: #3d4b3e;--accent-soft: rgba(61, 75, 62, .08);--gold: #b08d57;--gold-soft: rgba(176, 141, 87, .12);--success: #4a5d4e;--font-serif: "DM Serif Display", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.layout{min-height:100vh;display:flex;flex-direction:column;max-width:720px;margin:0 auto;padding:0 24px}.header{display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-bottom:1px solid var(--border)}.logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;color:var(--text);text-decoration:none}.logo:hover{text-decoration:none;color:var(--accent)}.nav{display:flex;gap:24px}.nav a{font-size:.9375rem;font-weight:500;color:var(--text-secondary)}.nav a:hover{color:var(--accent)}.main{flex:1;padding:48px 0 64px}.footer{padding:24px 0;border-top:1px solid var(--border);font-size:.875rem;color:var(--text-muted)}.footer a{color:var(--text-secondary)}.home .title{font-family:var(--font-serif);font-size:2.5rem;font-weight:400;margin:0 0 .5rem;color:var(--text)}.home .tagline{font-size:1.25rem;color:var(--text-secondary);margin:0 0 2.5rem}.home .section{margin-bottom:2rem}.home .section h2{font-family:var(--font-serif);font-size:1.375rem;font-weight:400;margin:0 0 .75rem;color:var(--accent)}.home .section p{margin:0 0 1rem;color:var(--text-secondary)}.home .section p:last-child{margin-bottom:0}.home .feature-list{margin:0;padding-left:1.25rem;color:var(--text-secondary)}.home .feature-list li{margin-bottom:.75rem}.home .feature-list li:last-child{margin-bottom:0}.home .cta{padding-top:1.5rem;border-top:1px solid var(--border)}.home .cta .muted{font-size:.9375rem;color:var(--text-muted)}.privacy{max-width:640px}.privacy h1{font-family:var(--font-serif);font-size:2rem;font-weight:400;margin:0 0 .25rem;color:var(--text)}.privacy .updated{font-size:.9375rem;color:var(--text-muted);margin:0 0 2rem}.privacy section{margin-bottom:2rem}.privacy h2{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.privacy h3{font-size:1rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--text-secondary)}.privacy p,.privacy ul{margin:0 0 1rem;color:var(--text-secondary);font-size:.9375rem}.privacy ul{padding-left:1.25rem}.privacy section:last-child p:last-child{margin-bottom:0}.privacy a{color:var(--accent)}
