:root{--bg:#070a0a;--surface:#0e1514;--surface-hover:#161f1d;--accent:#25c380;--accent-hover:#34d399;--text:#e8f1ee;--text-secondary:#b6c8c2;--text-muted:#7c8f8a;--border:#b8c8c21f;--font-heading:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.75rem;--text-2xl:2.5rem;--text-3xl:4rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--space-32:8rem;--ease:cubic-bezier(.2, .8, .2, 1);--duration-fast:.16s;--duration-base:.22s;--duration-slow:.3s;--content-max:1200px;--sidebar-width:280px;--radius:8px;--radius-sm:4px}[data-theme=light]{--bg:#f8faf9;--surface:#fff;--surface-hover:#f0f4f2;--accent:#1a9d63;--accent-hover:#158a56;--text:#1a1f1e;--text-secondary:#4a5654;--text-muted:#6b7775;--border:#1a1f1e1f}@media (prefers-reduced-motion:reduce){:root{--duration-fast:80ms;--duration-base:.1s;--duration-slow:.12s}*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100vh;margin:0}.app-body{font-family:var(--font-body);font-size:var(--text-base);color:var(--text);background:radial-gradient(circle at top,#101c19 0%,#080d0c 45%,#050706 100%) fixed;line-height:1.6;position:relative}[data-theme=light] .app-body{background:radial-gradient(circle at top,#e8f5f0 0%,#f5faf8 45%,#fff 100%)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text);font-weight:600;line-height:1.2}h1{font-size:var(--text-3xl);letter-spacing:-.02em}h2{font-size:var(--text-2xl);letter-spacing:-.01em}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}p{margin-bottom:var(--space-4);color:var(--text-secondary)}a{color:var(--accent);transition:color var(--duration-fast) var(--ease);text-decoration:none;position:relative}a:hover{color:var(--accent-hover)}a:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:2px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{max-width:var(--content-max);padding:0 var(--space-6);margin:0 auto}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section-spacing{margin-bottom:var(--space-24)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}}.animate-in{animation:fadeInUp var(--duration-base) var(--ease) forwards;opacity:0}::selection{color:var(--text);background-color:#25c3804d}[data-theme=light] ::selection{background-color:#1a9d6340}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--surface-hover)}.no-js-notice{margin:var(--space-4) auto;max-width:var(--content-max);padding:var(--space-3) var(--space-4);border-radius:var(--radius);border:1px solid var(--border);color:var(--text-secondary);background:#0f1413d9}.privacy-page{min-height:100vh;padding:var(--space-24) var(--space-6)}.privacy-page__content{max-width:760px;margin:0 auto}.privacy-page__back{margin-bottom:var(--space-6);display:inline-block}.privacy-page h1{margin-bottom:var(--space-6)}.privacy-page code{color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.no-js-notice a{color:var(--accent);text-decoration:underline}
