:root{--bg-color: #f9fafb;--text-primary: #111827;--text-secondary: #4b5563;--accent-color: #2563eb;--accent-hover: #1d4ed8;--card-bg: #ffffff}@media(prefers-color-scheme:dark){:root{--bg-color: #0f172a;--text-primary: #f3f4f6;--text-secondary: #9ca3af;--accent-color: #3b82f6;--accent-hover: #60a5fa;--card-bg: #1e293b}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}#root{flex:1;display:flex}.home-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--text-secondary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}p{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin-bottom:2rem}.cta-button{display:inline-block;background-color:var(--accent-color);color:#fff;padding:.75rem 1.5rem;border-radius:9999px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.cta-button:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}footer{margin-top:auto;padding:2rem;font-size:.875rem;color:var(--text-secondary);opacity:.7}.privacy-container{max-width:800px;margin:0 auto;padding:3rem 1.5rem;width:100%}.back-link{color:var(--text-secondary);text-decoration:none;font-weight:500;display:inline-block;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:var(--accent-color)}.content{background-color:var(--card-bg);padding:2.5rem;border-radius:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.content h1{font-size:2.25rem;text-align:left;background:none;-webkit-text-fill-color:var(--text-primary);margin-bottom:.5rem}.last-updated{font-size:.875rem;margin-bottom:3rem}section{margin-bottom:2.5rem}section h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}section h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:var(--text-primary)}section p{font-size:1rem;max-width:none;margin-bottom:1rem}section ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}section li{margin-bottom:.5rem;color:var(--text-secondary)}section strong{color:var(--text-primary);font-weight:600}
