@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700;800&display=swap";
.Header-module__KHjLKa__header{z-index:100;padding:1.25rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__KHjLKa__header.Header-module__KHjLKa__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#0d0d10d9;padding:.875rem 0}.Header-module__KHjLKa__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Header-module__KHjLKa__logo{font-family:var(--font-heading);letter-spacing:-.03em;transition:opacity var(--transition);flex-shrink:0;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.Header-module__KHjLKa__logo:hover{opacity:.85}.Header-module__KHjLKa__logoLarte{color:var(--text-primary)}.Header-module__KHjLKa__logoCode{color:var(--accent-bright)}.Header-module__KHjLKa__logoImg{object-fit:contain;flex-shrink:0;width:36px;height:36px}.Header-module__KHjLKa__nav{align-items:center;gap:.25rem;display:flex}.Header-module__KHjLKa__navLink{border-radius:var(--radius-full);color:var(--text-muted);transition:all var(--transition);padding:.5rem .875rem;font-size:.9rem;font-weight:500;position:relative}.Header-module__KHjLKa__navLink:hover{color:var(--text-primary);background:#ffffff0d}.Header-module__KHjLKa__navLink.Header-module__KHjLKa__active{color:var(--accent-bright);background:#a855f71a}.Header-module__KHjLKa__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Header-module__KHjLKa__langSwitch{color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:var(--radius-full);transition:all var(--transition);letter-spacing:.05em;padding:.4rem .75rem;font-size:.8125rem;font-weight:700}.Header-module__KHjLKa__langSwitch:hover{color:var(--accent-bright);border-color:var(--border-hover)}.Header-module__KHjLKa__burger{color:var(--text-primary);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition);background:0 0;border:none;padding:.5rem;display:none}.Header-module__KHjLKa__burger:hover{color:var(--accent-bright)}.Header-module__KHjLKa__drawer{background:var(--bg-secondary);border-left:1px solid var(--border-subtle);z-index:200;flex-direction:column;width:min(320px,85vw);padding:5rem 2rem 2rem;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.Header-module__KHjLKa__drawerOpen{transform:translate(0)}.Header-module__KHjLKa__drawerNav{flex-direction:column;gap:.25rem;display:flex}.Header-module__KHjLKa__drawerLink{border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition);padding:.875rem 1rem;font-size:1.0625rem;font-weight:500}.Header-module__KHjLKa__drawerLink:hover{color:var(--text-primary);background:#ffffff0d}.Header-module__KHjLKa__drawerLink.Header-module__KHjLKa__active{color:var(--accent-bright);background:#a855f71a}.Header-module__KHjLKa__drawerLang{border-radius:var(--radius-md);color:var(--text-muted);border:1px solid var(--border-subtle);text-align:center;transition:all var(--transition);margin-top:1.5rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:500}.Header-module__KHjLKa__drawerLang:hover{color:var(--accent-bright);border-color:var(--border-hover)}.Header-module__KHjLKa__overlay{z-index:150;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}@media (max-width:900px){.Header-module__KHjLKa__nav,.Header-module__KHjLKa__actions .Header-module__KHjLKa__btn{display:none}.Header-module__KHjLKa__burger{display:flex}}@media (max-width:480px){.Header-module__KHjLKa__langSwitch{display:none}.Header-module__KHjLKa__burger{border-radius:var(--radius-md);background:#ffffff0a;justify-content:center;width:40px;height:40px}.Header-module__KHjLKa__logoImg{height:30px}}
.Footer-module__yg9ahW__footer{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);margin-top:auto;position:relative;overflow:hidden}.Footer-module__yg9ahW__glow{background:var(--accent);opacity:.8;width:60px;height:2px;position:absolute;top:0;left:0}.Footer-module__yg9ahW__top{grid-template-columns:2fr 1fr 1fr;gap:3rem;padding:4rem 0 3rem;display:grid}.Footer-module__yg9ahW__logo{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:800;display:inline-block}.Footer-module__yg9ahW__logoAccent{color:var(--accent-bright)}.Footer-module__yg9ahW__tagline{color:var(--text-muted);max-width:280px;margin-bottom:1.25rem;font-size:.9rem}.Footer-module__yg9ahW__contact{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.Footer-module__yg9ahW__contactItem{color:var(--text-muted);transition:color var(--transition);align-items:center;gap:.5rem;font-size:.875rem;display:flex}a.Footer-module__yg9ahW__contactItem:hover{color:var(--accent-bright)}.Footer-module__yg9ahW__socials{gap:.75rem;display:flex}.Footer-module__yg9ahW__social{border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border-subtle);width:36px;height:36px;color:var(--text-muted);transition:all var(--transition);justify-content:center;align-items:center;display:flex}.Footer-module__yg9ahW__social:hover{color:var(--accent-bright);border-color:var(--border-hover);transform:translateY(-2px)}.Footer-module__yg9ahW__colTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1.25rem;font-size:.8125rem;font-weight:700}.Footer-module__yg9ahW__footerLink{color:var(--text-secondary);transition:color var(--transition);padding:.3rem 0;font-size:.9rem;display:block}.Footer-module__yg9ahW__footerLink:hover{color:var(--accent-bright)}.Footer-module__yg9ahW__bottom{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.Footer-module__yg9ahW__copyright{color:var(--text-muted);font-size:.8125rem}.Footer-module__yg9ahW__madeWith{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.8125rem;display:flex}.Footer-module__yg9ahW__heart{color:var(--accent);animation:2s ease-in-out infinite Footer-module__yg9ahW__pulse-dot}@media (max-width:768px){.Footer-module__yg9ahW__top{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__yg9ahW__brand{grid-column:1/-1}}@media (max-width:480px){.Footer-module__yg9ahW__top{grid-template-columns:1fr}.Footer-module__yg9ahW__bottom{text-align:center;flex-direction:column}}
.CookieBanner-module___9etpq__banner{z-index:999;width:min(700px,100vw - 2rem);animation:.4s forwards CookieBanner-module___9etpq__fade-in-up;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.CookieBanner-module___9etpq__inner{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card),var(--shadow-glow);align-items:center;gap:1.25rem;padding:1.125rem 1.5rem;display:flex;position:relative}.CookieBanner-module___9etpq__text{flex:1}.CookieBanner-module___9etpq__text p{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.CookieBanner-module___9etpq__link{color:var(--accent-bright);text-underline-offset:2px;text-decoration:underline}.CookieBanner-module___9etpq__actions{flex-shrink:0;gap:.625rem;display:flex}.CookieBanner-module___9etpq__btnSm{padding:.5rem 1.125rem!important;font-size:.8125rem!important}.CookieBanner-module___9etpq__close{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition);background:0 0;border:none;padding:.25rem;display:none;position:absolute;top:.75rem;right:.75rem}.CookieBanner-module___9etpq__close:hover{color:var(--text-primary)}@media (max-width:600px){.CookieBanner-module___9etpq__inner{flex-direction:column;align-items:flex-start;padding-right:2.5rem}.CookieBanner-module___9etpq__close{display:flex}.CookieBanner-module___9etpq__actions{width:100%}.CookieBanner-module___9etpq__actions .CookieBanner-module___9etpq__btn{flex:1;justify-content:center}}
:root{--bg-primary:#0d0d10;--bg-secondary:#13131a;--bg-card:#1a1a24;--bg-card-hover:#1f1f2e;--bg-elevated:#222230;--accent:#a855f7;--accent-bright:#c084fc;--accent-dim:#7c3aed;--accent-glow:#a855f740;--accent-glow-strong:#a855f773;--text-primary:#f0eef5;--text-secondary:#c4c0d4;--text-muted:#7a7890;--text-accent:#c084fc;--border:#a855f726;--border-subtle:#ffffff0f;--border-hover:#a855f766;--section-py:6rem;--container-max:1200px;--container-px:1.5rem;--font-body:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-heading:"Space Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--shadow-card:0 4px 24px #0006;--shadow-glow:0 0 30px var(--accent-glow);--shadow-glow-strong:0 0 60px var(--accent-glow-strong);--transition:.25s cubic-bezier(.4,0,.2,1);--transition-slow:.4s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,6vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:1.25rem}p{color:var(--text-secondary);line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}section{width:100%}.container{max-width:var(--container-max);padding:0 var(--container-px);margin:0 auto}.section{padding:var(--section-py)0}.section-sm{padding:4rem 0}.gradient-text{color:var(--accent-bright);-webkit-text-fill-color:var(--accent-bright)}.btn{border-radius:var(--radius-full);font-family:var(--font-body);cursor:pointer;transition:all var(--transition);white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:var(--accent-bright);transform-origin:100%;width:100%;height:2px;transition:transform var(--transition);position:absolute;bottom:0;left:0;transform:scaleX(0)}.btn:hover:before{transform-origin:0;transform:scaleX(1)}.btn-primary{background:var(--accent);color:#fff;box-shadow:none}.btn-primary:hover{background:var(--accent-dim);box-shadow:0 2px 12px #0000004d}.btn-outline{color:var(--text-primary);border:1.5px solid var(--border-hover);background:0 0}.btn-outline:hover{border-color:var(--accent-bright);color:var(--text-primary);box-shadow:none;background:#a855f70f}.btn-ghost{color:var(--text-secondary);background:0 0;padding:.5rem 1rem}.btn-ghost:hover{color:var(--text-primary)}.btn-lg{padding:1rem 2.25rem;font-size:1rem}.card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:2px var(--radius-md)var(--radius-md)2px;transition:all var(--transition);border-left:3px solid #0000;padding:2rem;position:relative}.card:hover{border-left-color:var(--accent);background:var(--bg-card-hover);box-shadow:var(--shadow-card)}.badge{letter-spacing:.01em;color:var(--text-secondary);border:none;border-bottom:1px solid var(--accent);background:0 0;border-radius:0;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.8125rem;font-weight:500;display:inline-flex}.badge-dot{background:var(--accent);border-radius:0;width:2px;height:14px}.section-header{text-align:center;margin-bottom:4rem}.section-header .badge,.section-header h2{margin-bottom:1rem}.section-header p{max-width:600px;margin:0 auto;font-size:1.0625rem}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}.divider{background:var(--accent);width:40px;height:1px;margin:1.5rem 0;position:relative}.divider:after{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:-2px;left:0}.divider-center{margin:1.5rem auto}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}@keyframes grid-move{0%{transform:translateY(0)}to{transform:translateY(60px)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.animate-fade-in-up{animation:.7s forwards fade-in-up}.animate-fade-in{animation:.5s forwards fade-in}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.noise-overlay{pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent-dim);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--accent)}::selection{color:var(--text-primary);background:#a855f74d}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.form-input,.form-textarea{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-body);transition:all var(--transition);resize:none;width:100%;padding:.875rem 1.125rem;font-size:.9375rem}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-input:focus,.form-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow);outline:none}.form-textarea{min-height:150px}.hero-grid{background-image:radial-gradient(circle,#a855f71f 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 30%,#000 20%,#0000 70%);mask-image:radial-gradient(at 30%,#000 20%,#0000 70%)}.glow-orb{pointer-events:none;position:absolute}.glow-orb-1{filter:none;background:linear-gradient(135deg,#a855f70f 0%,#0000 50%);border-radius:0;width:100%;height:60%;top:0;right:0}.glow-orb-2{display:none}.tag{letter-spacing:.03em;color:var(--text-muted);border:1px solid var(--border-subtle);transition:all var(--transition);background:#ffffff0a;border-radius:2px;padding:.2rem .6rem;font-family:Space Grotesk,monospace;font-size:.7rem;font-weight:500;display:inline-flex}.tag:hover{color:var(--accent-bright);border-color:var(--accent)}.tech-icon{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all var(--transition);color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;font-size:.8125rem;display:flex}.tech-icon:hover{border-color:var(--border-hover);color:var(--text-primary);transform:translateY(-3px)}.tech-icon svg{color:var(--accent);font-size:2rem}.stat-number{font-family:var(--font-heading);color:var(--accent-bright);font-size:3rem;font-weight:800;line-height:1}.prose{color:var(--text-secondary);max-width:720px;line-height:1.8}.prose h1,.prose h2,.prose h3,.prose h4{color:var(--text-primary);margin-top:2rem;margin-bottom:1rem}.prose h2{border-bottom:1px solid var(--border-subtle);padding-bottom:.5rem;font-size:1.75rem}.prose h3{font-size:1.35rem}.prose p{margin-bottom:1.25rem}.prose a{color:var(--accent-bright);text-underline-offset:3px;transition:color var(--transition);text-decoration:underline}.prose a:hover{color:var(--accent)}.prose ul,.prose ol{margin-bottom:1.25rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose code{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--accent-bright);padding:.15em .4em;font-size:.875em}.prose pre{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);margin-bottom:1.25rem;padding:1.5rem;overflow-x:auto}.prose pre code{color:var(--text-secondary);background:0 0;border:none;padding:0;font-size:.875rem}.prose blockquote{border-left:3px solid var(--accent);color:var(--text-muted);margin:1.5rem 0;padding-left:1.25rem;font-style:italic}.prose img{border-radius:var(--radius-lg);margin:2rem 0}.prose strong{color:var(--text-primary);font-weight:600}@media (max-width:768px){:root{--section-py:4rem;--container-px:1.25rem}.section-header{margin-bottom:2rem}.stat-number{font-size:2.25rem}.card{padding:1.5rem}.tech-icon{padding:1rem}.btn{padding:.875rem 1.5rem;font-size:.9375rem}.btn-lg{padding:.875rem 1.75rem;font-size:.9375rem}.badge{margin-bottom:1rem}}@media (max-width:480px){:root{--section-py:2.5rem;--container-px:1rem}h1{font-size:clamp(2rem,8vw,2.75rem)}h2{font-size:clamp(1.625rem,6vw,2rem)}.stat-number{font-size:2rem}.section-header{margin-bottom:1.75rem}.card{padding:1.25rem}.heroCtas{flex-direction:column;width:100%}.heroCtas .btn{justify-content:center;width:100%}}
