*{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-inter),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#000000;color:white}.landing-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#000000,#46059D20 50%,#000000)}@keyframes pulse-violet{0%{box-shadow:0 8px 25px -8px rgba(70,5,157,.4)}50%{box-shadow:0 12px 35px -5px rgba(70,5,157,.7),0 0 40px rgba(70,5,157,.3)}to{box-shadow:0 8px 25px -8px rgba(70,5,157,.4)}}.hero-section{min-height:100vh;justify-content:center;padding:64px 24px 0}.hero-container,.hero-section{display:flex;align-items:center}.hero-container{flex-direction:column;gap:24px;max-width:800px;text-align:center}.hero-title{color:white;line-height:1.2;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;background:linear-gradient(135deg,#46059D,#7C3AED 50%,#46059D);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;text-shadow:0 0 30px rgba(70,5,157,.5);margin:0}.hero-title-line{display:block}.hero-rotating-line{display:block;position:relative}.hero-rotating-spacer{visibility:hidden;white-space:nowrap}.hero-rotating-word{display:inline-block;background:linear-gradient(90deg,#7C3AED,#A855F7 25%,#C084FC 50%,#A855F7 75%,#7C3AED);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:absolute;left:50%;top:0;transform-origin:center;white-space:nowrap;opacity:0;filter:blur(8px);transform:scale(.95);animation:rotate-word var(--rotate-duration,21s) ease-in-out infinite,shimmer-text 4s ease-in-out infinite}@keyframes rotate-word{0%{opacity:0;filter:blur(8px);transform:translateX(-50%) scale(.95)}3%{opacity:1;filter:blur(0);transform:translateX(-50%) scale(1)}12%{opacity:1;filter:blur(0);transform:translateX(-50%) scale(1)}20%{opacity:0;filter:blur(8px);transform:translateX(-50%) scale(.95)}to{opacity:0;filter:blur(8px);transform:translateX(-50%) scale(.95)}}@keyframes shimmer-text{0%{background-position:200%}to{background-position:-200%}}.hero-subtitle{color:#a1a1aa;line-height:1.6;max-width:600px;font-size:clamp(1.125rem,2.5vw,1.375rem);text-align:center;margin:0}.cta-button{margin-top:16px;padding:0 24px;height:56px;font-size:18px;font-weight:600;border-radius:12px;background:#46059D;border:none;color:white;text-decoration:none;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;animation:pulse-violet 2s ease-in-out infinite}.cta-button:hover{transform:translateY(-2px);animation-play-state:paused;background:#5a0bb8;box-shadow:0 12px 35px -5px rgba(70,5,157,.8),0 0 50px rgba(70,5,157,.4)}.rocket-icon{width:20px;height:20px;fill:currentColor}.header{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#000000;border-bottom:1px solid #333}.header-container{justify-content:space-between;padding:0 24px;height:64px;max-width:1200px;margin:0 auto;width:100%}.header-container,.logo-container{display:flex;align-items:center}.logo{height:32px;width:auto}.desktop-nav{display:flex;align-items:center;gap:16px}.mobile-nav{display:none;align-items:center;gap:12px}.mobile-burger{display:none;background:none;border:none;cursor:pointer;padding:8px;color:white;transition:all .2s ease;border-radius:6px}.mobile-burger:hover{background:rgba(255,255,255,.1)}.button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;border:1px solid transparent;display:inline-block}.button-surface{background:rgba(255,255,255,.1);color:white;border-color:rgba(255,255,255,.2)}.button-surface:hover{background:rgba(255,255,255,.2)}.button-solid{background:#46059D;color:white;border-color:#46059D}.button-solid:hover{background:#5a0bb8}.lang-switcher{position:relative;display:inline-block}.lang-button{border-radius:50%;width:40px;height:40px;padding:0;background-color:#1a1a1a;border:2px solid #46059d;color:white;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;outline:none;text-decoration:none}.lang-button:hover{background-color:#46059D;transform:scale(1.05)}.lang-dropdown{position:absolute;top:100%;right:0;margin-top:8px;background-color:#1a1a1a;border:1px solid #46059d;border-radius:12px;padding:8px;box-shadow:0 20px 50px -10px rgba(70,5,157,.4),0 10px 25px -15px rgba(70,5,157,.3);min-width:160px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease-out}.lang-switcher:hover .lang-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.lang-item{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:12px 16px;margin-bottom:4px;background-color:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;outline:none;text-decoration:none;color:white;gap:12px}.lang-item:hover{background-color:#2a2a2a}.lang-item:last-child{margin-bottom:0}.lang-item.active{background-color:#46059D}.lang-text{font-size:14px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.not-found-container{min-height:100vh;background:linear-gradient(135deg,#000000,#46059D20 50%,#000000);display:flex;align-items:center;justify-content:center;padding:32px 16px}.not-found-content{width:100%;max-width:420px}.not-found-card{background:rgba(26,26,26,.9);border:1px solid #46059d;border-radius:16px;padding:48px 32px;box-shadow:0 20px 50px -10px rgba(70,5,157,.4),0 10px 25px -15px rgba(70,5,157,.3);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.not-found-number-container{position:relative;margin-bottom:24px}.not-found-number{font-size:120px;font-weight:700;background:linear-gradient(135deg,#46059D,#7C3AED 50%,#A855F7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 4px 20px rgba(70,5,157,.3);letter-spacing:-.02em;line-height:1;margin:0}.float-element-1{top:20px;right:-20px;width:40px;height:40px;background:linear-gradient(135deg,#46059D,#7C3AED);opacity:.8;animation:float 3s ease-in-out infinite}.float-element-1,.float-element-2{position:absolute;border-radius:50%}.float-element-2{bottom:10px;left:-30px;width:24px;height:24px;background:linear-gradient(135deg,#7C3AED,#A855F7);opacity:.6;animation:float 2s ease-in-out infinite reverse}.not-found-text{margin-bottom:24px}.not-found-title{font-size:24px;font-weight:700;color:white;letter-spacing:-.01em;margin:0 0 16px}.not-found-description{font-size:16px;color:#a1a1aa;line-height:1.6;max-width:300px;margin:0 auto}.not-found-button{display:inline-block;width:100%;padding:12px 24px;background:linear-gradient(135deg,#46059D,#7C3AED);border:none;border-radius:8px;color:white;font-size:16px;font-weight:600;text-decoration:none;box-shadow:0 4px 20px rgba(70,5,157,.3);transition:all .3s ease;cursor:pointer}.not-found-button:hover{background:linear-gradient(135deg,#5A11B8,#8B5AED);transform:translateY(-2px);box-shadow:0 6px 25px rgba(70,5,157,.4)}.mobile-menu-overlay{position:fixed;top:64px;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99;padding:32px 24px}.mobile-menu-content,.mobile-menu-overlay{display:flex;flex-direction:column;justify-content:space-between}.mobile-menu-content{height:100%}.mobile-menu-nav{display:flex;flex-direction:column;gap:24px;margin-top:32px}.mobile-menu-button{width:100%;height:56px;border-radius:12px;font-size:18px;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.mobile-menu-button-surface{background:rgba(255,255,255,.1);color:white;border-color:rgba(255,255,255,.2)}.mobile-menu-button-surface:hover{background:rgba(255,255,255,.2)}.mobile-menu-button-solid{background:#46059D;color:white;border-color:#46059D}.mobile-menu-button-solid:hover{background:#5a0bb8}.mobile-menu-footer{display:flex;justify-content:center;margin-bottom:32px}.employees-section{padding:80px 24px;max-width:1200px;margin:0 auto}.employees-section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-align:center;margin:0 0 12px;background:linear-gradient(135deg,#46059D,#7C3AED 50%,#46059D);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.employees-section-subtitle{color:#a1a1aa;font-size:clamp(1rem,2vw,1.25rem);text-align:center;max-width:600px;margin:0 auto 48px;line-height:1.6}.employees-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.employee-card{position:relative;background:#000000;border:1px solid rgba(70,5,157,.3);border-radius:16px;padding:28px 24px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.employee-card:hover{border-color:rgba(70,5,157,.6);box-shadow:0 8px 30px -4px rgba(70,5,157,.4),0 0 20px rgba(70,5,157,.15)}.employee-card:hover .employee-card-content{filter:blur(3px);opacity:.3}.employee-card:hover .employee-card-overlay{opacity:1}.employee-card-content{transition:filter .3s ease,opacity .3s ease}.employee-card-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;opacity:0;transition:opacity .3s ease;z-index:2;background:rgba(0,0,0,.4);border-radius:16px}.employee-hire-prompt{color:#7C3AED;font-size:14px;margin:64px 0 0;text-align:center;font-weight:500}.employee-hire-button{padding:12px 32px;background:#46059D;color:white;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .2s ease;text-decoration:none;display:inline-block}.employee-hire-button:hover{transform:scale(1.05);background:#5a0bb8}.employee-header{display:flex;align-items:center;gap:14px;margin-bottom:14px;position:relative;z-index:3}.employee-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.employee-header-text{min-width:0}.employee-name{font-size:16px;font-weight:700;color:white;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-meta{display:flex;align-items:center;gap:6px}.employee-model{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#7C3AED}.employee-meta-separator{color:#52525b;font-size:11px}.employee-author{font-size:11px;font-weight:500;color:#71717a}.employee-description{font-size:14px;color:#a1a1aa;line-height:1.5;margin:0 0 16px}.employee-stats{display:flex;align-items:center;gap:16px;font-size:13px;color:#71717a;margin-bottom:12px}.employee-stat-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;background:rgba(124,58,237,.12);color:#a78bfa;font-size:12px;font-weight:500}.employee-rating{font-size:13px;color:#facc15;display:flex;align-items:center;gap:4px}.employee-rating-value{color:#a1a1aa;margin-left:2px}@media (max-width:1024px){.employees-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-section{padding:64px 16px 0}.hero-title{font-size:clamp(2rem,8vw,3rem);line-height:1.1}.hero-subtitle{font-size:clamp(1rem,4vw,1.125rem);line-height:1.5;max-width:100%}.cta-button{font-size:16px;height:48px;padding:0 20px}.desktop-nav,.mobile-nav{display:none}.mobile-burger{display:block}.header-container{padding:0 16px}.lang-button{width:32px;height:32px;font-size:10px}.lang-dropdown{min-width:140px;right:-10px}.mobile-menu-footer .lang-dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:8px}.lang-item{padding:10px 12px}.lang-text{font-size:12px}.employees-section{padding:48px 16px}.employees-grid{grid-template-columns:1fr}.not-found-card{padding:32px 24px}.not-found-number{font-size:80px}.float-element-1{width:30px;height:30px;right:-15px}.float-element-2{width:18px;height:18px;left:-20px}.not-found-title{font-size:20px}.not-found-description{font-size:14px}}.landing-footer{padding:32px 24px;text-align:center;border-top:1px solid rgba(70,5,157,.2)}.landing-footer p{margin:0;color:#71717a;font-size:14px}.SEONotFoundPage_pageWrapper__Chaw1{min-height:100vh;background:#0a0a0b}.SEONotFoundPage_container__gGbco{min-height:calc(100vh - 80px);background:#0a0a0b;display:flex;align-items:center;justify-content:center;padding:32px 16px}.SEONotFoundPage_content__ODEZs{width:100%;max-width:420px}.SEONotFoundPage_card__2vsq0{background:#1a1a1b;border-radius:16px;border:1px solid #2d2d30;box-shadow:0 20px 50px -10px rgba(70,5,157,.4),0 10px 25px -15px rgba(70,5,157,.3);overflow:hidden}.SEONotFoundPage_inner__PG6Ah{padding:48px;display:flex;flex-direction:column;align-items:center;gap:32px}.SEONotFoundPage_numberContainer__G_k9D{position:relative;text-align:center;margin-bottom:16px}.SEONotFoundPage_number__hRBT3{color:transparent;font-size:120px;font-weight:800;background:linear-gradient(135deg,#46059D,#7C3AED 50%,#A855F7);background-clip:text;-webkit-background-clip:text;text-shadow:0 4px 20px rgba(70,5,157,.3);letter-spacing:-.02em;line-height:1;margin:0}.SEONotFoundPage_floatElement1__RsRaO{position:absolute;top:20px;right:-20px;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#46059D,#7C3AED);opacity:.8;animation:SEONotFoundPage_float__47ymk 3s ease-in-out infinite}.SEONotFoundPage_floatElement2__DyLkV{position:absolute;bottom:10px;left:-30px;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#7C3AED,#A855F7);opacity:.6;animation:SEONotFoundPage_float__47ymk 2s ease-in-out infinite reverse}.SEONotFoundPage_text__rLWx_{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.SEONotFoundPage_title__EARzv{color:white;font-size:28px;font-weight:700;letter-spacing:-.01em;margin:0}.SEONotFoundPage_message__lK_4d{color:#a1a1aa;font-size:16px;line-height:1.6;max-width:300px;margin:0}.SEONotFoundPage_button__eLDvX{margin-top:16px;width:100%;padding:12px 24px;background:linear-gradient(135deg,#46059D,#7C3AED);border:none;border-radius:8px;color:white;font-size:16px;font-weight:500;text-decoration:none;text-align:center;box-shadow:0 4px 20px rgba(70,5,157,.3);transition:all .3s ease;cursor:pointer;display:inline-block}.SEONotFoundPage_button__eLDvX:hover{background:linear-gradient(135deg,#5A11B8,#8B5AED);transform:translateY(-1px);box-shadow:0 6px 25px rgba(70,5,157,.4)}@keyframes SEONotFoundPage_float__47ymk{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:480px){.SEONotFoundPage_inner__PG6Ah{padding:32px 24px;gap:24px}.SEONotFoundPage_number__hRBT3{font-size:80px}.SEONotFoundPage_title__EARzv{font-size:24px}.SEONotFoundPage_message__lK_4d{font-size:14px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fcbcbf{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fcbcbf{--font-inter:"Inter","Inter Fallback"}