.app{min-height:100vh;position:relative}.loading-fallback{align-items:center;background:var(--color-bg);display:flex;justify-content:center;min-height:200px}.loading-spinner{animation:loadExpand 1s ease infinite;background:var(--color-gold);height:2px;width:32px}@keyframes loadExpand{0%,to{opacity:.3;transform:scaleX(.3)}50%{opacity:1;transform:scaleX(1)}}section{overflow:hidden;position:relative}section[id]{scroll-margin-top:calc(var(--nav-height) + var(--space-sm))}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{color-scheme:dark}:root{--color-bg:#000;--color-bg-elevated:#0a0a0a;--color-bg-subtle:#050505;--color-text:#fff;--color-text-muted:#999;--color-text-subtle:#666;--color-primary:#2b5580;--color-primary-light:#369;--color-primary-dark:#1a3d5c;--color-accent:#369;--color-accent-light:#4d84b3;--color-gold:#c8a44e;--color-border:#1a1a1a;--color-border-light:#2a2a2a;--color-success:#22c55e;--color-error:#ef4444;--font-sans:"DM Sans","Helvetica Neue",Helvetica,Arial,system-ui,sans-serif;--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:5rem;--space-2xl:8rem;--ease-out-quart:cubic-bezier(0.25,1,0.5,1);--ease-out-expo:cubic-bezier(0.16,1,0.3,1);--transition-fast:0.15s var(--ease-out-quart);--transition-smooth:0.3s var(--ease-out-quart);--transition-slow:0.8s var(--ease-out-expo);--reveal-distance-y:80px;--reveal-distance-x:60px;--reveal-duration:0.8s;--reveal-duration-hero:1.0s;--reveal-stagger:0.2s;--max-width:1600px;--nav-height:80px}html{font-size:18px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;background-color:var(--color-bg);color:#fff;color:var(--color-text);font-family:DM Sans,Helvetica Neue,Helvetica,Arial,system-ui,sans-serif;font-family:var(--font-sans);font-size:1rem;font-weight:400;line-height:1.6;overflow-x:hidden}::selection{background:#369;background:var(--color-accent);color:#000;color:var(--color-bg)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#000;background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#2a2a2a;background:var(--color-border-light)}::-webkit-scrollbar-thumb:hover{background:#666;background:var(--color-text-subtle)}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-weight:600;letter-spacing:-.01em;line-height:1.15}a{color:inherit;text-decoration:none;transition:color .15s cubic-bezier(.25,1,.5,1);transition:color var(--transition-fast)}img{display:block;height:auto;max-width:100%}button{-webkit-tap-highlight-color:transparent;background:none;border:none;cursor:pointer;font-family:DM Sans,Helvetica Neue,Helvetica,Arial,system-ui,sans-serif;font-family:var(--font-sans);touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #369;outline:2px solid var(--color-accent);outline-offset:2px}a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}input,select,textarea{background-color:#0a0a0a;background-color:var(--color-bg-elevated);color:#fff;color:var(--color-text);font-family:DM Sans,Helvetica Neue,Helvetica,Arial,system-ui,sans-serif;font-family:var(--font-sans);font-size:1rem}.container{margin:0 auto;max-width:1600px;max-width:var(--max-width);padding:0 2rem;padding:0 var(--space-md);width:100%}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.section-title-outlined{color:#fff;color:var(--color-text);font-size:clamp(3rem,8vw,6rem);font-weight:700;letter-spacing:.05em;line-height:1.05;margin-bottom:2rem;margin-bottom:var(--space-md);text-transform:uppercase}@keyframes fadeInUp{0%{opacity:0;transform:translateY(80px);transform:translateY(var(--reveal-distance-y,60px))}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){:root{--space-xl:4rem;--space-2xl:6rem}}@media (max-width:768px){:root{--space-lg:2.5rem;--space-xl:3rem;--space-2xl:4rem;--nav-height:64px}html{font-size:16px}}@media (max-width:480px){:root{--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem}html{font-size:15px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=main.b66516fe.css.map*/