:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.language-switcher{position:relative}.language-switcher-toggle{color:#9ca3af;cursor:pointer;background:#1f293780;border:1px solid #374151;border-radius:8px;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.language-switcher-toggle:hover{color:#fff;background:#1f2937cc;border-color:#4b5563}.language-flag{font-size:1.125rem;line-height:1}.language-switcher-chevron{transition:transform .2s}.language-switcher-chevron--open{transform:rotate(180deg)}.language-switcher-dropdown{z-index:200;background:#1f2937;border:1px solid #374151;border-radius:10px;min-width:160px;padding:.375rem;animation:.15s dropdownFadeIn;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 10px 30px #00000080}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.language-switcher-option{color:#d1d5db;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.625rem;width:100%;padding:.625rem .75rem;font-size:.875rem;transition:background .15s;display:flex}.language-switcher-option:hover{background:#37415180}.language-switcher-option--active{color:#10b981;background:#10b9811a}.language-switcher-option--active:hover{background:#10b98126}.language-name{text-align:left;flex:1}.language-check{flex-shrink:0}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0ad9;border-bottom:1px solid #37415180;position:fixed;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;height:72px;display:flex}.navbar-brand{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.625rem;display:flex}.navbar-logo-icon{font-size:1.5rem}.navbar-logo-text{background:linear-gradient(135deg,#10b981,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.375rem;font-weight:800}.navbar-links{align-items:center;gap:2rem;display:flex}.navbar-link{color:#9ca3af;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.navbar-link:hover{color:#fff}.navbar-actions{align-items:center;gap:.75rem;display:flex}.navbar-btn{border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem}.navbar-mobile-toggle{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:.25rem;display:none}@media (width<=1024px){.navbar-links{display:none}.navbar-links--open{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0af2;border-bottom:1px solid #374151;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:absolute;top:72px;left:0;right:0}.navbar-mobile-toggle{justify-content:center;align-items:center;display:flex}.navbar-btn{display:none}}@media (width<=640px){.navbar-container{height:60px}.navbar-links--open{top:60px}}.hero{background:linear-gradient(#0a0a0a 0%,#111827 50%,#0a0a0a 100%);justify-content:center;align-items:center;min-height:100vh;padding:8rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;z-index:0;background:radial-gradient(#10b98126 0%,#0000 70%);width:800px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-container{z-index:1;text-align:center;max-width:900px;position:relative}.hero-badge{color:#10b981;background:#10b9811a;border:1px solid #10b9814d;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.hero-badge-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-title{letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.hero-description{color:#9ca3af;max-width:600px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.hero-btn{border-radius:12px;padding:1rem 2rem;font-size:1rem}.hero-btn svg{transition:transform .2s}.hero-btn:hover svg{transform:translate(4px)}.hero-trust{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.trust-item{color:#9ca3af;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.trust-icon{flex-shrink:0}@media (width<=768px){.hero{min-height:auto;padding:4rem 1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-btn{width:100%;max-width:280px}.hero-trust{flex-direction:column;gap:1rem}}.features-section{background:#0a0a0a;padding:6rem 0;position:relative}.features-section:before{content:"";background:linear-gradient(90deg,#0000,#374151,#0000);height:1px;position:absolute;top:0;left:0;right:0}.features-header{text-align:center;max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.section-label{color:#10b981;text-transform:uppercase;letter-spacing:.05em;background:#10b9811a;border:1px solid #10b98133;border-radius:9999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.section-title{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.section-subtitle{color:#9ca3af;font-size:1.125rem;line-height:1.7}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-card{background:linear-gradient(145deg,#111827,#0f172a);border:1px solid #374151;border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#10b981,#0000);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.feature-card:hover{border-color:#4b5563;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.feature-card:hover:before{opacity:1}.feature-icon-wrapper{background:linear-gradient(135deg,#10b98133,#10b9810d);border:1px solid #10b9814d;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.feature-icon{font-size:1.75rem;line-height:1}.feature-title{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-description{color:#9ca3af;margin:0;font-size:.9375rem;line-height:1.6}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.features-section{padding:4rem 0}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}}.roles-section{background:linear-gradient(#0a0a0a 0%,#111827 100%);padding:6rem 0;position:relative}.roles-section:before{content:"";background:linear-gradient(90deg,#0000,#374151,#0000);height:1px;position:absolute;top:0;left:0;right:0}.roles-header{text-align:center;max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.roles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.role-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#111827cc,#0f172a99);border:1px solid #374151;border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.role-card:hover{border-color:#10b981;transform:translateY(-6px);box-shadow:0 25px 50px #00000080,0 0 30px #10b9811a}.role-card:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#10b981,#0000);height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.role-card:hover:after{opacity:1}.role-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.role-icon{background:linear-gradient(135deg,#10b98126,#10b9810d);border:1px solid #10b98133;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;display:flex}.role-badge{text-transform:uppercase;letter-spacing:.1em;color:#10b981;background:#10b9811a;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;font-weight:700}.role-title{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.role-description{color:#9ca3af;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.role-features{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.role-feature-item{color:#d1d5db;align-items:center;gap:.75rem;font-size:.9375rem;display:flex}.role-feature-item svg{flex-shrink:0}@media (width<=1024px){.roles-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.roles-section{padding:4rem 0}.roles-grid{grid-template-columns:1fr}.role-card{padding:2rem 1.5rem}}.cta-section{background:#0a0a0a;padding:6rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:linear-gradient(90deg,#0000,#374151,#0000);height:1px;position:absolute;top:0;left:0;right:0}.cta-glow{pointer-events:none;background:radial-gradient(#10b98126 0%,#0000 70%);width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-box{z-index:1;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#111827e6,#0f172acc);border:1px solid #374151;border-radius:24px;max-width:800px;margin:0 auto;padding:4rem;position:relative;overflow:hidden}.cta-box:before{content:"";background:linear-gradient(90deg,#0000,#10b98180,#0000);height:1px;position:absolute;top:0;left:0;right:0}.cta-title{color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.cta-description{color:#9ca3af;max-width:500px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.cta-btn{padding:1rem 2rem;font-size:1rem}.cta-btn svg{transition:transform .2s}.cta-btn:hover svg{transform:translate(4px)}.cta-trust-badges{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.trust-badge{color:#9ca3af;align-items:center;gap:.5rem;font-size:.875rem;display:flex}@media (width<=640px){.cta-section{padding:4rem 1rem}.cta-box{padding:2.5rem 1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:100%;max-width:280px}.cta-trust-badges{flex-direction:column;gap:.75rem}}.footer{background:#0a0a0a;border-top:1px solid #1f2937;padding:4rem 0 2rem}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:3rem;margin-bottom:3rem;display:grid}.footer-brand{max-width:280px}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.footer-logo-icon{font-size:1.5rem}.footer-logo-text{background:linear-gradient(135deg,#10b981,#34d399);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.footer-tagline{color:#6b7280;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.footer-social{gap:.75rem;display:flex}.social-link{color:#9ca3af;background:#1f2937;border:1px solid #374151;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.social-link:hover{color:#10b981;background:#111827;border-color:#10b981;transform:translateY(-2px)}.footer-links-title{text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:1rem;font-size:.875rem;font-weight:700}.footer-links-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links-list a{color:#9ca3af;font-size:.9375rem;transition:color .2s}.footer-links-list a:hover{color:#10b981}.footer-bottom{border-top:1px solid #1f2937;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-copyright{color:#6b7280;margin:0;font-size:.875rem}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#6b7280;font-size:.875rem;transition:color .2s}.footer-legal a:hover{color:#9ca3af}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.footer{padding:3rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}.footer-legal{flex-wrap:wrap;justify-content:center}}.welcome-page{background:#0a0a0a;width:100%;min-height:100vh;overflow-x:hidden}::selection{color:#fff;background:#10b9814d}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#374151;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4b5563}:root{--color-primary:#10b981;--color-primary-dark:#059669;--color-primary-light:#34d399;--color-bg-dark:#0a0a0a;--color-bg-card:#111827;--color-bg-elevated:#1f2937;--color-text-primary:#fff;--color-text-secondary:#9ca3af;--color-text-muted:#6b7280;--color-border:#374151;--color-border-light:#4b5563;--gradient-primary:linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-hero:linear-gradient(180deg, #0a0a0a 0%, #111827 50%, #0a0a0a 100%);--gradient-glow:radial-gradient(ellipse at top, #10b98126 0%, transparent 50%);--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--font-family:"Inter", system-ui, -apple-system, sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.5rem;--font-size-5xl:3.5rem;--font-size-6xl:4.5rem;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px #0006;--shadow-lg:0 10px 15px #00000080;--shadow-glow:0 0 40px #10b9814d;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--color-bg-dark);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--color-text-primary);font-weight:700;line-height:1.2}p{color:var(--color-text-secondary)}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-light)}.btn{justify-content:center;align-items:center;gap:var(--space-xs);font-size:var(--font-size-base);border-radius:var(--radius-md);cursor:pointer;border:none;padding:.875rem 1.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 60px #10b98166}.btn-secondary{color:var(--color-text-primary);border:1px solid var(--color-border);background:0 0}.btn-secondary:hover{background:var(--color-bg-elevated);border-color:var(--color-border-light)}.container{width:100%;max-width:1200px;padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-3xl) 0;position:relative}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all .3s}.card:hover{border-color:var(--color-border-light);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glow{position:relative}.glow:before{content:"";background:var(--gradient-glow);z-index:-1;pointer-events:none;width:200%;height:200%;position:absolute;top:-50%;left:-50%}.loading-screen{background:var(--color-bg-dark);justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){:root{--space-3xl:4rem;--space-2xl:2.5rem}}
