.navigation-module__FvKzpq__nav{z-index:100;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px)saturate(1.2);border-bottom:1px solid var(--seed-border-subtle);transition:background .4s,border-color .4s;position:fixed;top:0;left:0;right:0}.navigation-module__FvKzpq__navInner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 24px;display:flex}.navigation-module__FvKzpq__navLogo{letter-spacing:-.5px;align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.navigation-module__FvKzpq__logoIcon{background:linear-gradient(135deg, var(--seed-primary), var(--seed-accent));width:32px;height:32px;color:var(--fg-on-primary);border-radius:8px;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.navigation-module__FvKzpq__navLinks{align-items:center;gap:32px;list-style:none;display:flex}.navigation-module__FvKzpq__navLink{color:var(--seed-fg-secondary);font-size:14px;font-weight:500;transition:color .2s;position:relative}.navigation-module__FvKzpq__navLink:hover{color:var(--seed-fg)}.navigation-module__FvKzpq__navLink:after{content:"";background:var(--seed-primary);border-radius:1px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.navigation-module__FvKzpq__navLink:hover:after{width:100%}.navigation-module__FvKzpq__navControls{align-items:center;gap:8px;display:flex}.navigation-module__FvKzpq__ctrlBtn{border:1px solid var(--seed-border);background:var(--seed-surface);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.navigation-module__FvKzpq__ctrlBtn:hover{border-color:var(--seed-primary);background:var(--seed-surface-2);box-shadow:0 0 12px var(--seed-glow)}.navigation-module__FvKzpq__langBtn{width:auto;font-size:12px;font-weight:600;font-family:var(--seed-font-mono);letter-spacing:.5px;padding:0 12px}.navigation-module__FvKzpq__hamburgerBtn{border:1px solid var(--seed-border);background:var(--seed-surface);z-index:110;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:none;position:relative}.navigation-module__FvKzpq__hamburgerBtn:hover{border-color:var(--seed-primary);background:var(--seed-surface-2)}.navigation-module__FvKzpq__hamburgerIcon{flex-direction:column;justify-content:space-between;width:18px;height:14px;display:flex;position:relative}.navigation-module__FvKzpq__hamburgerIcon span{background:var(--seed-fg);transform-origin:50%;border-radius:1px;width:100%;height:2px;transition:all .3s;display:block}.navigation-module__FvKzpq__hamburgerBtnActive .navigation-module__FvKzpq__hamburgerIcon span:first-child{transform:translateY(6px)rotate(45deg)}.navigation-module__FvKzpq__hamburgerBtnActive .navigation-module__FvKzpq__hamburgerIcon span:nth-child(2){opacity:0;transform:scaleX(0)}.navigation-module__FvKzpq__hamburgerBtnActive .navigation-module__FvKzpq__hamburgerIcon span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.navigation-module__FvKzpq__mobileOverlay{z-index:99;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(4px);background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.navigation-module__FvKzpq__mobileOverlayActive{opacity:1;visibility:visible}.navigation-module__FvKzpq__mobileMenu{background:var(--seed-surface);border-left:1px solid var(--seed-border);z-index:105;flex-direction:column;width:min(320px,85vw);height:100dvh;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.navigation-module__FvKzpq__mobileMenuActive{transform:translate(0)}.navigation-module__FvKzpq__mobileMenuHeader{border-bottom:1px solid var(--seed-border);flex-shrink:0;justify-content:space-between;align-items:center;height:64px;padding:16px 24px;display:flex}.navigation-module__FvKzpq__mobileMenuTitle{font-size:14px;font-weight:600;font-family:var(--seed-font-mono);color:var(--seed-fg-muted);text-transform:uppercase;letter-spacing:1px}.navigation-module__FvKzpq__mobileMenuClose{border:1px solid var(--seed-border);background:var(--seed-surface-2);width:32px;height:32px;color:var(--seed-fg-secondary);border-radius:8px;justify-content:center;align-items:center;font-size:18px;transition:all .2s;display:flex}.navigation-module__FvKzpq__mobileMenuClose:hover{border-color:var(--seed-primary);color:var(--seed-fg)}.navigation-module__FvKzpq__mobileMenuNav{flex:1;padding:16px 0;list-style:none}.navigation-module__FvKzpq__mobileMenuNav li{border-bottom:1px solid var(--seed-border-subtle)}.navigation-module__FvKzpq__mobileMenuLink{color:var(--seed-fg-secondary);align-items:center;gap:12px;padding:16px 24px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.navigation-module__FvKzpq__mobileMenuLink:hover,.navigation-module__FvKzpq__mobileMenuLink:active{color:var(--seed-primary);background:color-mix(in srgb, var(--seed-primary) 5%, transparent)}.navigation-module__FvKzpq__navIcon{opacity:.6;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.navigation-module__FvKzpq__mobileMenuLink:hover .navigation-module__FvKzpq__navIcon{opacity:1}.navigation-module__FvKzpq__mobileMenuFooter{border-top:1px solid var(--seed-border);flex-shrink:0;padding:20px 24px}.navigation-module__FvKzpq__mobileMenuFooterControls{gap:10px;display:flex}.navigation-module__FvKzpq__mobileMenuFooterControls .navigation-module__FvKzpq__ctrlBtn{flex:1;height:42px;font-size:14px}@media (max-width:900px){.navigation-module__FvKzpq__navLinks{display:none}.navigation-module__FvKzpq__hamburgerBtn{display:flex}}
.hero-module__6qflza__hero{align-items:center;min-height:100vh;padding-top:64px;display:flex;position:relative;overflow:hidden}.hero-module__6qflza__heroInner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.hero-module__6qflza__heroContent{z-index:2;position:relative}.hero-module__6qflza__heroBadge{border:1px solid var(--seed-border);background:var(--seed-surface);color:var(--seed-fg-secondary);border-radius:999px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:13px;font-weight:500;animation:.6s both hero-module__6qflza__fadeInUp;display:inline-flex}.hero-module__6qflza__dot{background:var(--seed-primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite hero-module__6qflza__pulseDot}.hero-module__6qflza__heroTitle{letter-spacing:-2px;margin-bottom:20px;font-size:clamp(42px,5vw,68px);font-weight:700;line-height:1.05;animation:.6s .1s both hero-module__6qflza__fadeInUp}.hero-module__6qflza__highlight{background:linear-gradient(135deg, var(--seed-primary), var(--seed-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-module__6qflza__heroDesc{color:var(--seed-fg-secondary);max-width:480px;margin-bottom:36px;font-size:18px;line-height:1.7;animation:.6s .2s both hero-module__6qflza__fadeInUp}.hero-module__6qflza__heroActions{gap:16px;margin-bottom:40px;animation:.6s .3s both hero-module__6qflza__fadeInUp;display:flex}.hero-module__6qflza__btnPrimary{background:linear-gradient(135deg, var(--seed-primary), color-mix(in srgb, var(--seed-primary) 70%, var(--seed-accent)));color:var(--fg-on-primary);box-shadow:0 4px 20px var(--seed-glow);border-radius:999px;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex}.hero-module__6qflza__btnPrimary:hover{box-shadow:0 8px 32px var(--seed-glow-strong);transform:translateY(-2px)}.hero-module__6qflza__btnSecondary{border:1px solid var(--seed-border);background:var(--seed-surface);color:var(--seed-fg);border-radius:999px;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:500;transition:all .3s;display:inline-flex}.hero-module__6qflza__btnSecondary:hover{border-color:var(--seed-primary);box-shadow:0 0 16px var(--seed-glow);transform:translateY(-2px)}.hero-module__6qflza__heroSocial{gap:12px;animation:.6s .4s both hero-module__6qflza__fadeInUp;display:flex}.hero-module__6qflza__socialLink{border:1px solid var(--seed-border);background:var(--seed-surface);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex}.hero-module__6qflza__socialLink:hover{border-color:var(--seed-primary);background:var(--seed-surface-2);box-shadow:0 6px 20px var(--seed-glow);transform:translateY(-3px)}.hero-module__6qflza__socialLink svg{width:18px;height:18px;fill:var(--seed-fg-secondary);transition:fill .25s}.hero-module__6qflza__socialLink:hover svg{fill:var(--seed-primary)}.hero-module__6qflza__heroVisual{z-index:2;animation:.8s .3s both hero-module__6qflza__fadeInUp;position:relative}.hero-module__6qflza__heroAmbient{background:radial-gradient(circle, var(--seed-glow) 0%, transparent 70%);filter:blur(60px);pointer-events:none;z-index:0;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-module__6qflza__codeWindow{border:1px solid var(--seed-border);background:var(--code-bg);box-shadow:var(--shadow-card), var(--shadow-glow);border-radius:16px;transition:transform .5s;position:relative;overflow:hidden;transform:perspective(1200px)rotateY(-5deg)rotateX(2deg)}.hero-module__6qflza__codeWindow:hover{transform:perspective(1200px)rotateY(-2deg)rotateX(1deg)}.hero-module__6qflza__codeTitlebar{background:var(--code-surface);border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;padding:12px 16px;display:flex}.hero-module__6qflza__codeDots{gap:6px;display:flex}.hero-module__6qflza__codeDots span{border-radius:50%;width:10px;height:10px}.hero-module__6qflza__codeDots span:first-child{background:var(--dot-red)}.hero-module__6qflza__codeDots span:nth-child(2){background:var(--dot-yellow)}.hero-module__6qflza__codeDots span:nth-child(3){background:var(--dot-green)}.hero-module__6qflza__codeTitleText{text-align:center;font-family:var(--seed-font-mono);color:var(--seed-fg-muted);letter-spacing:.3px;flex:1;font-size:12px}.hero-module__6qflza__codeBody{font-family:var(--seed-font-mono);min-height:260px;padding:20px;font-size:13px;line-height:1.75;position:relative}.hero-module__6qflza__codeLine{opacity:0;gap:16px;animation:.4s forwards hero-module__6qflza__codeLineIn;display:flex}.hero-module__6qflza__codeLine:first-child{animation-delay:.8s}.hero-module__6qflza__codeLine:nth-child(2){animation-delay:1s}.hero-module__6qflza__codeLine:nth-child(3){animation-delay:1.2s}.hero-module__6qflza__codeLine:nth-child(4){animation-delay:1.4s}.hero-module__6qflza__codeLine:nth-child(5){animation-delay:1.6s}.hero-module__6qflza__codeLine:nth-child(6){animation-delay:1.8s}.hero-module__6qflza__codeLine:nth-child(7){animation-delay:2s}.hero-module__6qflza__codeLine:nth-child(8){animation-delay:2.2s}.hero-module__6qflza__codeLine:nth-child(9){animation-delay:2.4s}.hero-module__6qflza__lineNum{color:var(--code-line-num);-webkit-user-select:none;user-select:none;text-align:right;min-width:20px}.hero-module__6qflza__codeKeyword{color:var(--code-keyword)}.hero-module__6qflza__codeFunc{color:var(--code-func)}.hero-module__6qflza__codeString{color:var(--code-string)}.hero-module__6qflza__codeConst{color:var(--code-const)}.hero-module__6qflza__codeOperator{color:var(--code-operator)}.hero-module__6qflza__codeParam{color:var(--code-param)}.hero-module__6qflza__codeBracket{color:var(--code-bracket)}.hero-module__6qflza__codeComment{color:var(--code-comment);font-style:italic}.hero-module__6qflza__codeType{color:var(--seed-primary)}.hero-module__6qflza__codeNumber{color:var(--code-number)}.hero-module__6qflza__floatBadge{border:1px solid var(--seed-border);background:var(--seed-surface);font-family:var(--seed-font-mono);color:var(--seed-fg-secondary);box-shadow:var(--shadow-card);white-space:nowrap;z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:500;display:flex;position:absolute}.hero-module__6qflza__badgeDot{border-radius:50%;width:6px;height:6px}.hero-module__6qflza__floatBadge1{animation:4s ease-in-out infinite hero-module__6qflza__floatBadge;top:-16px;right:-20px}.hero-module__6qflza__floatBadge2{animation:4s ease-in-out 1s infinite hero-module__6qflza__floatBadge;bottom:60px;left:-30px}.hero-module__6qflza__floatBadge3{animation:4s ease-in-out 2s infinite hero-module__6qflza__floatBadge;bottom:-12px;right:40px}.hero-module__6qflza__terminalMini{border:1px solid var(--seed-border);background:var(--code-bg);width:260px;box-shadow:var(--shadow-card);z-index:5;border-radius:12px;animation:.6s 2.6s both hero-module__6qflza__fadeInUp;position:absolute;bottom:-40px;right:-20px;overflow:hidden}.hero-module__6qflza__terminalHeader{background:var(--code-surface);font-family:var(--seed-font-mono);color:var(--seed-fg-muted);border-bottom:1px solid #ffffff0a;align-items:center;gap:6px;padding:8px 12px;font-size:11px;display:flex}.hero-module__6qflza__terminalBody{font-family:var(--seed-font-mono);padding:12px;font-size:12px;line-height:1.7}.hero-module__6qflza__terminalLine{opacity:0;gap:8px;animation:.3s forwards hero-module__6qflza__codeLineIn;display:flex}.hero-module__6qflza__terminalLine:first-child{animation-delay:3s}.hero-module__6qflza__terminalLine:nth-child(2){animation-delay:3.3s}.hero-module__6qflza__terminalLine:nth-child(3){animation-delay:3.6s}.hero-module__6qflza__terminalPrompt{color:var(--seed-primary)}.hero-module__6qflza__terminalCmd{color:var(--code-bracket)}.hero-module__6qflza__terminalSuccess{color:var(--code-string)}.hero-module__6qflza__terminalInfo{color:var(--code-func)}.hero-module__6qflza__cursorBlink{background:var(--seed-primary);vertical-align:text-bottom;width:7px;height:14px;margin-left:2px;animation:1s step-end infinite hero-module__6qflza__blink;display:inline-block}@media (max-width:900px){.hero-module__6qflza__heroInner{grid-template-columns:1fr;gap:48px}.hero-module__6qflza__heroVisual{max-width:540px}}@media (max-width:600px){.hero-module__6qflza__heroActions{flex-direction:column}.hero-module__6qflza__floatBadge,.hero-module__6qflza__terminalMini{display:none}}@keyframes hero-module__6qflza__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-module__6qflza__pulseDot{0%,to{opacity:1;box-shadow:0 0 0 0 var(--seed-glow-strong)}50%{opacity:.7;box-shadow:0 0 0 6px #0000}}@keyframes hero-module__6qflza__codeLineIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes hero-module__6qflza__floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes hero-module__6qflza__blink{0%,to{opacity:1}50%{opacity:0}}
.mouseGlow-module__JtwQKG__glow{pointer-events:none;z-index:1;background:radial-gradient(circle, rgba(var(--seed-primary-rgb), .05) 0%, rgba(var(--seed-primary-rgb), .025) 25%, rgba(var(--seed-primary-rgb), .008) 50%, transparent 75%);will-change:transform;mix-blend-mode:screen;border-radius:50%;width:1000px;height:1000px;transition:opacity .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.light .mouseGlow-module__JtwQKG__glow{background:radial-gradient(circle, rgba(var(--seed-primary-rgb), .035) 0%, rgba(var(--seed-primary-rgb), .018) 25%, rgba(var(--seed-primary-rgb), .006) 50%, transparent 75%);mix-blend-mode:multiply}
