@font-face{font-family:GeistSans;src:url(../media/Geist_Variable-s.p.92592eb2.woff2)format("woff2");font-display:swap;font-weight:100 900}@font-face{font-family:GeistSans Fallback;src:local(Arial);ascent-override:94.56%;descent-override:27.76%;line-gap-override:0.0%;size-adjust:106.28%}.geistsans_d5a4f12f-module__Ur3q_a__className{font-family:GeistSans,GeistSans Fallback}.geistsans_d5a4f12f-module__Ur3q_a__variable{--font-geist-sans:"GeistSans","GeistSans Fallback"}
:root{--color-primary:#00ff94;--color-primary-dark:#00cc76;--color-primary-light:#33ffb0;--color-primary-glow:#00ff9466;--color-accent-purple:#8b5cf6;--color-accent-purple-light:#a78bfa;--color-accent-purple-dark:#7c3aed;--color-background:#000;--color-background-elevated:#0a0a0a;--color-background-card:#0f0f0f;--color-text:#fff;--color-text-muted:#e0e0e0;--color-text-dim:silver;--color-gray-lightest:#f5f5f5;--color-gray-light:#ccc;--color-gray-medium:#888;--color-gray-dark:#333;--color-success:#00ff94;--color-error:#f36;--color-warning:#ffb800;--color-info:#00ff94;--border-color:#00ff9426;--border-color-muted:#ffffff14;--border-color-strong:#00ff944d;--border-radius-sm:6px;--border-radius-md:10px;--border-radius-lg:14px;--border-radius-xl:20px;--font-family:"Geist Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-base:16px;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:900;--line-height-tight:1.2;--line-height-normal:1.5;--line-height-relaxed:1.7;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--font-size-hero:clamp(3rem,6vw,5rem);--font-size-section-title:clamp(2rem,4vw,3.5rem);--font-size-subsection-title:clamp(1.5rem,3vw,2rem);--font-size-card-title:1.75rem;--font-size-card-subtitle:1rem;--font-size-body-large:1.125rem;--font-size-body:1rem;--font-size-body-small:.875rem;--spacing-section:120px;--spacing-section-mobile:80px;--spacing-card-gap:32px;--spacing-card-gap-mobile:24px;--card-border-radius:20px;--card-border:1px solid #00ff881a;--card-background:#ffffff05;--card-padding:40px 32px;--card-padding-mobile:32px 24px;--card-hero-border:2px solid #0f86;--card-hero-glow:0 0 40px #0f83;--card-hero-glow-hover:0 0 60px #00ff884d;--cta-primary-bg:var(--color-primary);--cta-primary-color:#000;--cta-primary-padding:1rem 2rem;--cta-primary-radius:50px;--cta-secondary-border:2px solid var(--color-primary);--cta-secondary-bg:transparent;--cta-secondary-color:var(--color-primary);--shadow-sm:0 2px 8px #000c;--shadow-md:0 4px 16px #000000e6;--shadow-lg:0 8px 32px #000000f2;--shadow-glow:0 0 20px #00ff944d;--shadow-glow-strong:0 0 40px #00ff9480;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size-base);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;margin:0;padding:0;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-text);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2vw,1.5rem)}p{margin-bottom:1rem}a{color:var(--color-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-accent)}.layout-container{max-width:1400px;margin:0 auto;padding:0 2rem}.layout-grid{gap:var(--spacing-lg);display:grid}.layout-flex{gap:var(--spacing-md);display:flex}.layout-section{padding:var(--spacing-2xl)0}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);background:#14192899;border:1px solid #ffffff1a}.glass-strong{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141928cc;border:1px solid #ffffff26}.gradient-bg{background:linear-gradient(135deg,#000 0%,#1a1a1a 50%,#000 100%)}.gradient-bg-green{background:linear-gradient(135deg,#000 0%,#001a10 50%,#000 100%)}.gradient-text{background:linear-gradient(135deg,#00ff94 0%,#00cc76 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-border{background:linear-gradient(var(--color-background),var(--color-background))padding-box,linear-gradient(135deg,#00ff94,#3d1d8f)border-box;border:1px solid #0000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-fade-in-up{animation:.8s ease-out fadeInUp}.animate-slide-in-left{animation:.8s ease-out slideInLeft}@media (max-width:1024px){:root{--font-size-base:15px}.layout-container{padding:0 1.5rem}}@media (max-width:640px){:root{--font-size-base:14px}.layout-container{padding:0 1rem}.layout-section{padding:var(--spacing-xl)0}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::selection{color:var(--color-text);background-color:#00ff944d}::selection{color:var(--color-text);background-color:#00ff944d}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:var(--color-primary);border:2px solid #1a1a1a;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-light)}
.TextRollNavigation-module__yQznyW__navContainer{flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:4rem 3rem 3rem;display:flex}.TextRollNavigation-module__yQznyW__navList{flex-direction:column;align-items:flex-start;gap:3rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.TextRollNavigation-module__yQznyW__navItem{flex-direction:column;align-items:flex-start;width:100%;display:flex;position:relative}.TextRollNavigation-module__yQznyW__navLink{cursor:pointer;-webkit-user-select:none;user-select:none;color:#fff;align-items:baseline;gap:1rem;width:100%;text-decoration:none;transition:color .3s;display:flex;position:relative}.TextRollNavigation-module__yQznyW__navLink:hover{color:#0f8}.TextRollNavigation-module__yQznyW__number{color:#0f8;letter-spacing:.05em;opacity:.7;min-width:2rem;font-family:Courier New,monospace;font-size:.875rem;font-weight:600}.TextRollNavigation-module__yQznyW__textRoll{text-transform:uppercase;letter-spacing:-.03em;text-align:left;font-size:2.5rem;font-weight:700;line-height:.75;display:block;position:relative;overflow:hidden}.TextRollNavigation-module__yQznyW__textTop,.TextRollNavigation-module__yQznyW__textBottom{justify-content:flex-start;display:flex}.TextRollNavigation-module__yQznyW__textBottom{position:absolute;inset:0}.TextRollNavigation-module__yQznyW__char{white-space:pre;display:inline-block}.TextRollNavigation-module__yQznyW__underline{background:currentColor;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.TextRollNavigation-module__yQznyW__navLink:hover .TextRollNavigation-module__yQznyW__underline{width:100%}.TextRollNavigation-module__yQznyW__ctaButton{color:#000;background:#0f8;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 0 20px #00ff884d}.TextRollNavigation-module__yQznyW__ctaButton:hover{color:#000;background:#0f8;transform:translateY(-2px);box-shadow:0 0 30px #00ff8880}.TextRollNavigation-module__yQznyW__ctaButton .TextRollNavigation-module__yQznyW__arrow{transition:transform .3s;display:inline-block}.TextRollNavigation-module__yQznyW__ctaButton:hover .TextRollNavigation-module__yQznyW__arrow{transform:translate(4px)}@media (max-width:768px){.TextRollNavigation-module__yQznyW__navContainer{padding:3rem 2rem 2rem}.TextRollNavigation-module__yQznyW__navList{gap:2.5rem}.TextRollNavigation-module__yQznyW__textRoll{font-size:2rem}.TextRollNavigation-module__yQznyW__ctaButton{padding:.875rem 1.5rem;font-size:1rem}}@media (max-width:480px){.TextRollNavigation-module__yQznyW__navContainer{padding:2.5rem 1.5rem 2rem}.TextRollNavigation-module__yQznyW__navList{gap:2rem}.TextRollNavigation-module__yQznyW__textRoll{font-size:1.75rem}.TextRollNavigation-module__yQznyW__number{min-width:1.5rem;font-size:.75rem}.TextRollNavigation-module__yQznyW__ctaButton{padding:.75rem 1.25rem;font-size:.9375rem}}
.Header-module__Af2_WG__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__container{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:1.2rem 2rem;display:flex;position:relative}.Header-module__Af2_WG__logoLink{align-items:center;transition:opacity .3s;display:flex}.Header-module__Af2_WG__logoLink:hover{opacity:.8}.Header-module__Af2_WG__logo{width:auto;max-width:234px;height:auto;max-height:47px}.Header-module__Af2_WG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:0;display:flex;position:absolute;top:50%;right:2rem;transform:translateY(-50%)}.Header-module__Af2_WG__hamburger span{background:var(--color-primary);border-radius:2px;width:25px;height:2px;transition:all .3s}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__open span:nth-child(2){opacity:0}.Header-module__Af2_WG__hamburger.Header-module__Af2_WG__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__Af2_WG__nav{z-index:1000;background:#1a1a1a;flex-direction:column;justify-content:center;align-items:center;width:400px;height:100vh;padding:0;transition:right .3s;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-8px 0 24px #0009,-2px 0 8px #00ff881a}.Header-module__Af2_WG__nav.Header-module__Af2_WG__navOpen{right:0}@media (max-width:768px){.Header-module__Af2_WG__nav{width:320px}}@media (max-width:640px){.Header-module__Af2_WG__container{padding:1rem 1.5rem}.Header-module__Af2_WG__nav{width:100%;right:-100%}}
.Footer-module__EZoWya__footer{color:var(--color-text-muted,#e0e0e0);background:#000;width:100%}.Footer-module__EZoWya__rule{background:#ffffff1a;width:100%;height:1px}.Footer-module__EZoWya__container{grid-template-columns:1.4fr 1fr 1.4fr;align-items:start;gap:3rem;max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid}.Footer-module__EZoWya__col{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__logoLink{line-height:0;display:inline-block}.Footer-module__EZoWya__logo{opacity:.9;width:auto;height:28px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transition:opacity .2s}.Footer-module__EZoWya__logo:hover{opacity:1}.Footer-module__EZoWya__tagline{color:#ffffff59;letter-spacing:.06em;margin:0;font-family:SF Mono,Fira Mono,Cascadia Code,Consolas,monospace;font-size:.82rem}.Footer-module__EZoWya__navList{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__navLink{color:#ffffff80;letter-spacing:.02em;font-size:.875rem;text-decoration:none;transition:color .18s}.Footer-module__EZoWya__navLink:hover{color:var(--color-primary,#00ff94)}.Footer-module__EZoWya__metaList{flex-direction:column;gap:.55rem;margin:0;font-family:SF Mono,Fira Mono,Cascadia Code,Consolas,monospace;display:flex}.Footer-module__EZoWya__metaRow{grid-template-columns:52px 1fr;align-items:baseline;gap:.6rem;display:grid}.Footer-module__EZoWya__metaKey{letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;font-size:.58rem;font-weight:700}.Footer-module__EZoWya__metaVal{color:#ffffff73;margin:0;font-size:.78rem;line-height:1.5}.Footer-module__EZoWya__statusBar{color:#ffffff38;letter-spacing:.06em;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .75rem;padding:.6rem 2rem;font-family:SF Mono,Fira Mono,Cascadia Code,Consolas,monospace;font-size:.65rem;display:flex}.Footer-module__EZoWya__statusItem{align-items:center;gap:.3rem;display:inline-flex}.Footer-module__EZoWya__statusDivider{color:#ffffff1f}.Footer-module__EZoWya__statusGreen{color:#ffffff73}.Footer-module__EZoWya__statusDot{background:var(--color-primary,#00ff94);opacity:.7;border-radius:50%;width:5px;height:5px;animation:2.5s ease-in-out infinite Footer-module__EZoWya__pulse;display:inline-block}@keyframes Footer-module__EZoWya__pulse{0%,to{opacity:.7}50%{opacity:.25}}@media (max-width:768px){.Footer-module__EZoWya__container{grid-template-columns:1fr 1fr;gap:2rem;padding:2.5rem 1.5rem}.Footer-module__EZoWya__col:first-child{grid-column:1/-1}}@media (max-width:480px){.Footer-module__EZoWya__container{grid-template-columns:1fr;padding:2rem 1rem}.Footer-module__EZoWya__col:first-child{grid-column:auto}.Footer-module__EZoWya__statusBar{padding:.5rem 1rem;font-size:.6rem}}
