:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg:#1b2128;--color-surface:#242c36;--color-surface-elevated:#2d3744;--color-surface-hover:#ffffff1a;--bg-gradient:radial-gradient(1200px 600px at 80% -10%,#ff6a3d1a,transparent 60%),radial-gradient(900px 500px at 10% 10%,#00c48c14,transparent 60%);--color-text:#f4f1ea;--color-text-muted:#c4bcaf;--color-accent:#ff6a3d;--accent-hsl:18 100% 62%;--color-accent-hover:#ff7a52;--color-teal:#00c48c;--teal-hsl:160 100% 39%;--footer-bg:#161c23;--footer-text:#f4f1ea;--footer-muted:#d1cabd;--footer-border:#f4f1ea2e;--color-border:#364152;--color-border-strong:#475569;--color-focus:#f4f1ea;--shadow-sm:0 1px 2px #00000059;--shadow-md:0 6px 16px #00000073;--shadow-lg:0 12px 28px #0000008c}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#f7f5f0;--color-surface:#fff;--color-surface-elevated:#fdfbf6;--color-surface-hover:#0000000a;--bg-gradient:radial-gradient(1200px 600px at 80% -10%,#ff5c2b14,transparent 60%),radial-gradient(900px 500px at 10% 10%,#00c48c14,transparent 60%);--color-text:#1a1a1a;--color-text-muted:#6b6b6b;--color-accent:#ff5c2b;--accent-hsl:14 100% 58%;--color-accent-hover:#e5502a;--color-teal:#00c48c;--teal-hsl:160 100% 39%;--footer-bg:#1a1a1a;--footer-text:#f7f5f0;--footer-muted:#f7f5f0b3;--footer-border:#f7f5f01f;--color-border:#e8e2d8;--color-border-strong:#d6cfbf;--color-focus:#111;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f}:root{--font-heading-active:var(--font-heading-latin);--font-body-active:var(--font-body-latin);--font-ui-active:var(--font-heading-latin);--font-heading:var(--font-heading-active),"Space Grotesk",system-ui,sans-serif;--font-body:var(--font-body-active),"Spectral",Georgia,serif;--font-ui:var(--font-ui-active),"Space Grotesk",system-ui,sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1.125rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:1.75rem;--text-3xl:2.5rem;--text-4xl:4rem;--leading-tight:1.125;--leading-snug:1.2;--leading-normal:1.56;--leading-relaxed:1.75;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.08em}.locale-shell{--font-heading-active:var(--font-heading-latin);--font-body-active:var(--font-body-latin);--font-ui-active:var(--font-heading-latin)}.locale-shell[data-locale=ru],.locale-shell[data-locale=uk]{--font-heading-active:var(--font-heading-cyr);--font-body-active:var(--font-body-cyr);--font-ui-active:var(--font-heading-cyr)}:root{--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--max-width:1200px;--content-width:800px;--gutter:var(--space-6);--gutter-mobile:var(--space-4);--section-spacing:var(--space-16);--section-spacing-lg:var(--space-24);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-page:.3s ease-out}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg);background-image:var(--bg-gradient);min-height:100vh;transition:background-color var(--transition-slow),color var(--transition-fast);background-attachment:fixed}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:var(--tracking-tight);font-weight:600;line-height:var(--leading-snug);color:var(--color-text)}h1{font-size:var(--text-4xl);line-height:var(--leading-tight)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{margin-bottom:var(--space-4)}p:last-child{margin-bottom:0}a{color:var(--color-accent);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent-hover)}a:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}strong,b{font-weight:600}.ui-label{font-family:var(--font-ui);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--color-text-muted);font-weight:500}img{max-width:100%;height:auto;display:block}ul,ol{padding-left:var(--space-6)}li{margin-bottom:var(--space-2)}::selection{background-color:var(--color-accent);color:#fff}.container{width:100%;max-width:var(--max-width);padding:0 var(--gutter);margin:0 auto}@media (max-width:768px){.container{padding:0 var(--gutter-mobile)}}.section{padding:var(--section-spacing)0}.section-lg{padding:var(--section-spacing-lg)0}@media (max-width:768px){h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}}.grid{gap:var(--gutter);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.stack>*+*{margin-top:var(--space-4)}.stack-lg>*+*{margin-top:var(--space-8)}
