.page-module___8aEwW__appContainer{width:100%;min-height:100vh;position:relative;overflow-x:hidden}.page-module___8aEwW__header{z-index:100;width:100%;height:80px;transition:var(--transition-bezier);border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0}.page-module___8aEwW__headerScrolled{background:var(--bg-secondary);-webkit-backdrop-filter:blur(12px)saturate(180%);backdrop-filter:blur(12px)saturate(180%);border-bottom:1px solid var(--border-glow);height:64px;box-shadow:var(--glass-shadow)}.page-module___8aEwW__headerContainer{justify-content:space-between;align-items:center;width:100%;max-width:1600px;margin:0 auto;padding:0 2rem;display:flex}@media (max-width:768px){.page-module___8aEwW__headerContainer{padding:0 .75rem}.page-module___8aEwW__header{height:60px}.page-module___8aEwW__headerScrolled{height:52px}.page-module___8aEwW__logo{font-size:1rem}}@media (max-width:480px){.page-module___8aEwW__headerContainer{padding:0 .5rem}.page-module___8aEwW__logo{font-size:.9rem}.page-module___8aEwW__themeToggle{width:32px;height:32px}.page-module___8aEwW__themeIcon{width:15px;height:15px}.page-module___8aEwW__statsSection{padding:1rem .5rem}.page-module___8aEwW__footerContainer{gap:1rem;padding:0 .75rem}.page-module___8aEwW__footerCopyright{font-size:.78rem}}.page-module___8aEwW__logo{letter-spacing:.05em;font-size:1.15rem;font-weight:800;font-family:var(--font-sans);align-items:center;display:flex}.page-module___8aEwW__logoText{color:var(--text-bright)}.page-module___8aEwW__logoAccent{color:var(--blue)}.page-module___8aEwW__logoDot{background:var(--orange);border-radius:50%;width:4px;height:4px;margin-left:2px;animation:1.5s infinite page-module___8aEwW__logoPulse}@keyframes page-module___8aEwW__logoPulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.page-module___8aEwW__navMenu{gap:2.25rem;display:flex}@media (max-width:860px){.page-module___8aEwW__navMenu{display:none}}.page-module___8aEwW__navLink{color:var(--foreground-dim);transition:var(--transition-fast);padding:6px 0;font-size:.88rem;font-weight:500;position:relative}.page-module___8aEwW__navLink:hover{color:var(--text-bright)}.page-module___8aEwW__navLink:after{content:"";background:linear-gradient(90deg, var(--blue), var(--purple), var(--orange));transform-origin:100% 100%;border-radius:2px;width:100%;height:2px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.page-module___8aEwW__navLink:hover:after,.page-module___8aEwW__navLinkActive:after{transform-origin:0 100%;transform:scaleX(1)}.page-module___8aEwW__navLinkActive{color:var(--text-bright)!important}.page-module___8aEwW__headerCta{display:block}@media (max-width:860px){.page-module___8aEwW__headerCta{display:none}}.page-module___8aEwW__btnSm{border:1px solid var(--border-hover);color:var(--text-bright);transition:var(--transition-fast);background:0 0;border-radius:6px;padding:8px 16px;font-size:.85rem;font-weight:600}.page-module___8aEwW__btnSm:hover{background:var(--border-glow);border-color:var(--border-hover);transform:translateY(-1px)}.page-module___8aEwW__mobileToggle{cursor:pointer;z-index:105;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:20px;height:14px;display:none}@media (max-width:860px){.page-module___8aEwW__mobileToggle{display:flex}}.page-module___8aEwW__toggleLine{background-color:var(--text-bright);border-radius:1px;width:100%;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1)}.page-module___8aEwW__toggleOpen .page-module___8aEwW__toggleLine:first-child{transform:translateY(6px)rotate(45deg)}.page-module___8aEwW__toggleOpen .page-module___8aEwW__toggleLine:nth-child(2){opacity:0}.page-module___8aEwW__toggleOpen .page-module___8aEwW__toggleLine:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.page-module___8aEwW__mobileDrawer{z-index:99;background:var(--bg-tertiary);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translate(100%)}.page-module___8aEwW__drawerOpen{transform:translate(0)}.page-module___8aEwW__mobileNav{flex-direction:column;align-items:center;gap:1.5rem;width:80%;max-width:300px;display:flex}.page-module___8aEwW__mobileLink{color:var(--foreground-dim);transition:var(--transition-fast);padding:4px 0;font-size:1.5rem;font-weight:600;position:relative}.page-module___8aEwW__mobileLink:hover{color:var(--text-bright)}.page-module___8aEwW__mobileLink:after{content:"";background:linear-gradient(90deg, var(--blue), var(--purple), var(--orange));transform-origin:100% 100%;border-radius:2px;width:80%;height:3px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-2px;left:10%;transform:scaleX(0)}.page-module___8aEwW__mobileLink:hover:after,.page-module___8aEwW__mobileLinkActive:after{transform-origin:0 100%;transform:scaleX(1)}.page-module___8aEwW__mobileLinkActive{color:var(--text-bright)!important}.page-module___8aEwW__btnMobileCta{background:var(--primary-btn-bg);color:var(--primary-btn-text);box-shadow:var(--primary-btn-shadow);text-align:center;border-radius:8px;padding:12px 30px;font-size:1rem;font-weight:600}.page-module___8aEwW__statsSection{z-index:2;max-width:1600px;margin:0 auto;padding:2.5rem 2rem;position:relative}@media (max-width:768px){.page-module___8aEwW__statsSection{padding:1.5rem 1.25rem}}.page-module___8aEwW__statsGrid{background:var(--bg-secondary);border:1px solid var(--border-glow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 2rem;display:grid}@media (max-width:992px){.page-module___8aEwW__statsGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:576px){.page-module___8aEwW__statsGrid{border-radius:14px;grid-template-columns:1fr;gap:1.5rem;padding:1.5rem .75rem}.page-module___8aEwW__statNum{font-size:2rem}.page-module___8aEwW__statLabel{font-size:.78rem}}.page-module___8aEwW__statCard{flex-direction:column;display:flex}.page-module___8aEwW__statNum{letter-spacing:-.02em;background:linear-gradient(135deg, var(--text-bright) 0%, var(--foreground-dim) 100%);-webkit-text-fill-color:transparent;font-size:2.5rem;font-weight:800;font-family:var(--font-mono);-webkit-background-clip:text}.page-module___8aEwW__statLabel{color:var(--foreground-dim);margin-top:6px;font-size:.88rem;font-weight:600}.page-module___8aEwW__footer{z-index:2;border-top:1px solid var(--border-glow);background:var(--bg-secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:2.5rem 0;position:relative}.page-module___8aEwW__footerContainer{justify-content:space-between;align-items:center;width:100%;max-width:1600px;margin:0 auto;padding:0 2rem;display:flex}@media (max-width:768px){.page-module___8aEwW__footerContainer{text-align:center;flex-direction:column;gap:1.5rem;padding:0 1.25rem}}.page-module___8aEwW__footerCopyright{color:var(--foreground-dim);font-size:.88rem}.page-module___8aEwW__footerSocials{gap:1.5rem;display:flex}.page-module___8aEwW__socialLink{color:var(--foreground-dim);transition:var(--transition-fast);justify-content:center;align-items:center;display:flex}.page-module___8aEwW__socialLink:hover{color:var(--text-bright)}.page-module___8aEwW__socialIcon{width:20px;height:20px}.page-module___8aEwW__headerActions{align-items:center;gap:1.25rem;display:flex}.page-module___8aEwW__themeToggle{border:1px solid var(--border-glow);width:36px;height:36px;color:var(--foreground-dim);cursor:pointer;transition:var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.page-module___8aEwW__themeToggle:hover{border-color:var(--border-hover);color:var(--text-bright);background:var(--border-glow);transform:scale(1.05)}.page-module___8aEwW__themeIcon{width:18px;height:18px;transition:transform .5s}.page-module___8aEwW__themeToggle:hover .page-module___8aEwW__themeIcon{transform:rotate(15deg)}.page-module___8aEwW__mobileThemeToggle{background:var(--border-glow);border:1px solid var(--border-hover);color:var(--text-bright);cursor:pointer;transition:var(--transition-fast);text-align:center;border-radius:8px;width:100%;margin:.5rem 0;padding:10px 20px;font-size:.95rem;font-weight:600}.page-module___8aEwW__mobileThemeToggle:hover{background:var(--border-hover)}
.FloatingBackground-module__JUcb0a__wrapper{pointer-events:none;z-index:1;position:fixed;inset:0;overflow:hidden}.FloatingBackground-module__JUcb0a__canvas{background:0 0;width:100%;height:100%;display:block}
.AICloneChat-module__2_FfuG__chatWrapper{z-index:999;font-family:var(--font-sans);position:fixed;bottom:30px;right:30px}@media (max-width:576px){.AICloneChat-module__2_FfuG__chatWrapper{bottom:20px;left:20px;right:20px}}.AICloneChat-module__2_FfuG__launcher{background:var(--bg-secondary);border:1px solid var(--border-hover);cursor:pointer;box-shadow:var(--glass-shadow);transition:var(--transition-bezier);float:right;border-radius:50px;justify-content:center;align-items:center;width:100%;max-width:48px;height:48px;padding:2px;display:flex;overflow:hidden}.AICloneChat-module__2_FfuG__chatWrapper:not(.AICloneChat-module__2_FfuG__chatOpen) .AICloneChat-module__2_FfuG__launcher:hover{border-color:var(--chat-launcher-hover-border);box-shadow:var(--chat-launcher-hover-shadow);max-width:240px;transform:translateY(-3px)scale(1.02)}.AICloneChat-module__2_FfuG__chatOpen .AICloneChat-module__2_FfuG__launcher{background:var(--orange-dim);border-color:var(--orange);width:48px;max-width:48px;height:48px;color:var(--orange);border-radius:50%}.AICloneChat-module__2_FfuG__launcherInner{white-space:nowrap;width:100%;height:100%;color:var(--text-bright);box-sizing:border-box;align-items:center;padding:0;font-size:.88rem;font-weight:600;display:flex}.AICloneChat-module__2_FfuG__iconContainer{flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.AICloneChat-module__2_FfuG__launcherIconClosed{width:20px;height:20px;color:var(--text-bright);flex-shrink:0}.AICloneChat-module__2_FfuG__launcherText{opacity:0;margin-left:2px;transition:opacity .2s}.AICloneChat-module__2_FfuG__launcherEmoji{opacity:0;margin-left:6px;margin-right:16px;font-size:1.25rem;transition:opacity .2s}.AICloneChat-module__2_FfuG__chatWrapper:not(.AICloneChat-module__2_FfuG__chatOpen) .AICloneChat-module__2_FfuG__launcher:hover .AICloneChat-module__2_FfuG__launcherText,.AICloneChat-module__2_FfuG__chatWrapper:not(.AICloneChat-module__2_FfuG__chatOpen) .AICloneChat-module__2_FfuG__launcher:hover .AICloneChat-module__2_FfuG__launcherEmoji{opacity:1}.AICloneChat-module__2_FfuG__launcherIcon{flex-shrink:0;width:20px;height:20px}.AICloneChat-module__2_FfuG__activePulse{background-color:var(--green);width:8px;height:8px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:1.5s infinite AICloneChat-module__2_FfuG__pulseDotGlow;position:absolute;top:9px;right:9px}@keyframes AICloneChat-module__2_FfuG__pulseDotGlow{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.AICloneChat-module__2_FfuG__window{background:var(--glass-bg);border:var(--glass-border);width:380px;height:520px;box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);opacity:0;pointer-events:none;border-radius:20px;flex-direction:column;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:64px;right:0;overflow:hidden;transform:translateY(20px)scale(.95)}@media (max-width:576px){.AICloneChat-module__2_FfuG__window{width:100%;height:calc(100vh - 120px);max-height:550px;bottom:60px;left:0;right:0}}.AICloneChat-module__2_FfuG__chatOpen .AICloneChat-module__2_FfuG__window{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.AICloneChat-module__2_FfuG__header{background:var(--bg-tertiary);border-bottom:1px solid var(--border-glow);align-items:center;gap:12px;padding:1.25rem;display:flex}.AICloneChat-module__2_FfuG__headerAvatar{background:linear-gradient(135deg, var(--orange) 0%, var(--purple) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.88rem;font-weight:700;display:flex;position:relative}.AICloneChat-module__2_FfuG__avatarGlow{background:inherit;filter:blur(5px);opacity:.4;z-index:-1;border-radius:50%;position:absolute;inset:-2px}.AICloneChat-module__2_FfuG__avatarOnline{background-color:var(--green);border:2px solid var(--bg-tertiary);width:10px;height:10px;box-shadow:0 0 5px var(--green);border-radius:50%;position:absolute;bottom:0;right:0}.AICloneChat-module__2_FfuG__headerTitles{flex-direction:column;display:flex}.AICloneChat-module__2_FfuG__headerName{color:var(--text-bright);font-size:.95rem;font-weight:700}.AICloneChat-module__2_FfuG__headerStatus{color:var(--foreground-dim);margin-top:1px;font-size:.75rem}.AICloneChat-module__2_FfuG__feed{flex-direction:column;flex-grow:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.AICloneChat-module__2_FfuG__msgRow{width:100%;display:flex}.AICloneChat-module__2_FfuG__msgBot{justify-content:flex-start}.AICloneChat-module__2_FfuG__msgUser{justify-content:flex-end}.AICloneChat-module__2_FfuG__msgBubble{border-radius:14px;flex-direction:column;gap:4px;max-width:82%;padding:10px 14px;font-size:.88rem;line-height:1.5;display:flex}.AICloneChat-module__2_FfuG__msgBot .AICloneChat-module__2_FfuG__msgBubble{background:var(--bg-tertiary);border:1px solid var(--border-glow);color:var(--foreground);border-top-left-radius:4px}.AICloneChat-module__2_FfuG__msgUser .AICloneChat-module__2_FfuG__msgBubble{background:var(--chat-user-bg);color:#fff;box-shadow:var(--chat-user-shadow);border-top-right-radius:4px}.AICloneChat-module__2_FfuG__msgText{word-break:break-word}.AICloneChat-module__2_FfuG__msgTime{color:var(--foreground-dim);opacity:.7;align-self:flex-end;font-size:.7rem}.AICloneChat-module__2_FfuG__msgUser .AICloneChat-module__2_FfuG__msgTime{color:#ffffffb3}.AICloneChat-module__2_FfuG__typingBubble{padding:12px 16px}.AICloneChat-module__2_FfuG__typingIndicator{align-items:center;gap:4px;height:8px;display:flex}.AICloneChat-module__2_FfuG__typingIndicator span{background-color:var(--foreground-dim);border-radius:50%;width:6px;height:6px;animation:1s infinite alternate AICloneChat-module__2_FfuG__typingBounce;display:inline-block}.AICloneChat-module__2_FfuG__typingIndicator span:nth-child(2){animation-delay:.2s}.AICloneChat-module__2_FfuG__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes AICloneChat-module__2_FfuG__typingBounce{0%{opacity:.4;transform:translateY(0)}to{opacity:1;transform:translateY(-4px)}}.AICloneChat-module__2_FfuG__presets{border-top:1px solid var(--border-glow);background:rgba(var(--bg-tertiary), .5);flex-direction:column;gap:6px;padding:0 1.25rem .75rem;display:flex}.AICloneChat-module__2_FfuG__presetsLabel{text-transform:uppercase;color:var(--foreground-dim);letter-spacing:.05em;font-size:.7rem;font-weight:700;font-family:var(--font-mono);padding-top:8px}.AICloneChat-module__2_FfuG__presetGrid{gap:8px;padding-bottom:6px;display:flex;overflow-x:auto}.AICloneChat-module__2_FfuG__presetGrid::-webkit-scrollbar{height:4px}.AICloneChat-module__2_FfuG__presetGrid::-webkit-scrollbar-track{background:0 0}.AICloneChat-module__2_FfuG__presetGrid::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:2px}.AICloneChat-module__2_FfuG__presetBtn{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-bright);cursor:pointer;white-space:nowrap;transition:var(--transition-fast);border-radius:6px;padding:6px 12px;font-size:.78rem;font-weight:600}.AICloneChat-module__2_FfuG__presetBtn:hover:not(:disabled){border-color:var(--orange);background:var(--orange-dim);transform:translateY(-1px)}.AICloneChat-module__2_FfuG__inputArea{border-top:1px solid var(--border-glow);background:var(--bg-tertiary);align-items:center;gap:10px;padding:1rem 1.25rem;display:flex}.AICloneChat-module__2_FfuG__input{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-bright);font-size:.85rem;font-family:var(--font-sans);border-radius:8px;outline:none;flex-grow:1;padding:10px 14px;transition:border-color .3s}.AICloneChat-module__2_FfuG__input:focus{border-color:var(--orange)}.AICloneChat-module__2_FfuG__sendBtn{background:var(--chat-user-bg);color:#fff;cursor:pointer;width:38px;height:38px;transition:var(--transition-fast);border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.AICloneChat-module__2_FfuG__sendBtn:hover:not(:disabled){box-shadow:var(--chat-user-shadow);transform:scale(1.05)}.AICloneChat-module__2_FfuG__sendBtn:disabled{background:var(--border-hover);color:var(--foreground-dim);cursor:not-allowed}.AICloneChat-module__2_FfuG__sendIcon{width:16px;height:16px}
.ThreeDCanvas-module__v2FmaW__canvasWrapper{justify-content:center;align-items:center;width:100%;height:100%;min-height:550px;display:flex;position:relative;overflow:hidden;-webkit-mask-image:radial-gradient(circle,#000 60%,#0000 98%);mask-image:radial-gradient(circle,#000 60%,#0000 98%)}.ThreeDCanvas-module__v2FmaW__canvas{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes ThreeDCanvas-module__v2FmaW__spinOuter{0%{opacity:.12;transform:rotateX(72deg)rotateY(15deg)rotate(0)scale(.9)}50%{opacity:.28;transform:rotateX(72deg)rotateY(15deg)rotate(180deg)scale(1.02)}to{opacity:.12;transform:rotateX(72deg)rotateY(15deg)rotate(360deg)scale(.9)}}@keyframes ThreeDCanvas-module__v2FmaW__spinInner{0%{opacity:.1;transform:rotateX(-65deg)rotateY(-20deg)rotate(360deg)scale(.95)}50%{opacity:.22;transform:rotateX(-65deg)rotateY(-20deg)rotate(180deg)scale(.85)}to{opacity:.1;transform:rotateX(-65deg)rotateY(-20deg)rotate(0)scale(.95)}}.ThreeDCanvas-module__v2FmaW__outerRing{border:1px dashed var(--blue-dim);pointer-events:none;z-index:1;border-radius:50%;width:95%;max-width:550px;height:95%;max-height:550px;animation:18s linear infinite ThreeDCanvas-module__v2FmaW__spinOuter;position:absolute;box-shadow:0 0 30px #0075ff08}.ThreeDCanvas-module__v2FmaW__innerRing{border:1.5px dotted var(--orange-dim);pointer-events:none;z-index:1;border-radius:50%;width:75%;max-width:400px;height:75%;max-height:400px;animation:12s linear infinite ThreeDCanvas-module__v2FmaW__spinInner;position:absolute;box-shadow:0 0 40px #ff5c0005}
.DotPortrait-module__hbxAKG__wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.DotPortrait-module__hbxAKG__ringOuter{filter:blur(30px);pointer-events:none;z-index:0;background:radial-gradient(#0075ff1f 0%,#8a2be214 45%,#0000 70%);border-radius:50%;width:380px;height:500px;animation:5s ease-in-out infinite DotPortrait-module__hbxAKG__ringPulse;position:absolute}.DotPortrait-module__hbxAKG__ringInner{filter:blur(20px);pointer-events:none;z-index:0;background:radial-gradient(#ff5c001a 0%,#00ffff0f 50%,#0000 70%);border-radius:50%;width:280px;height:380px;animation:7s ease-in-out infinite reverse DotPortrait-module__hbxAKG__ringPulse;position:absolute}.DotPortrait-module__hbxAKG__ringCore{filter:blur(10px);pointer-events:none;z-index:0;background:radial-gradient(at 50% 35%,#00ffff26 0%,#0000 65%);border-radius:50%;width:200px;height:260px;animation:4s ease-in-out infinite DotPortrait-module__hbxAKG__ringPulse;position:absolute}@keyframes DotPortrait-module__hbxAKG__ringPulse{0%,to{opacity:.5;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}.DotPortrait-module__hbxAKG__canvas{z-index:1;opacity:0;background:0 0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1);display:block;position:relative}.DotPortrait-module__hbxAKG__canvasVisible{opacity:1}.DotPortrait-module__hbxAKG__scanlines{z-index:2;pointer-events:none;mix-blend-mode:overlay;background:repeating-linear-gradient(0deg,#0000,#0000 3px,#0000000a 3px 4px);border-radius:4px;position:absolute;inset:0}.DotPortrait-module__hbxAKG__label{z-index:3;-webkit-backdrop-filter:blur(8px);white-space:nowrap;background:#050508bf;border:1px solid #0075ff4d;border-radius:9999px;align-items:center;gap:8px;padding:6px 14px;animation:4s ease-in-out infinite DotPortrait-module__hbxAKG__labelFloat;display:inline-flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}@keyframes DotPortrait-module__hbxAKG__labelFloat{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-5px)}}.DotPortrait-module__hbxAKG__labelDot{background:#0f6;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.8s ease-in-out infinite DotPortrait-module__hbxAKG__dotBlink;box-shadow:0 0 8px #0f6}@keyframes DotPortrait-module__hbxAKG__dotBlink{0%,to{opacity:.5}50%{opacity:1}}.DotPortrait-module__hbxAKG__labelText{color:#e4e4e7;letter-spacing:.06em;font-size:.72rem;font-weight:600;font-family:var(--font-mono)}[data-theme=light] .DotPortrait-module__hbxAKG__ringOuter,[data-theme=light] .DotPortrait-module__hbxAKG__ringInner,[data-theme=light] .DotPortrait-module__hbxAKG__ringCore{display:none}[data-theme=light] .DotPortrait-module__hbxAKG__label{background:#ffffffe6;border-color:#0000001f}[data-theme=light] .DotPortrait-module__hbxAKG__labelText{color:#18181b}[data-theme=light] .DotPortrait-module__hbxAKG__labelDot{background:#000;box-shadow:0 0 4px #0000004d}
.HeroSection-module__sBkrQG__section{z-index:2;align-items:center;min-height:70vh;padding:5.5rem 2rem 4rem;display:flex;position:relative}@media (max-width:768px){.HeroSection-module__sBkrQG__section{min-height:auto;padding:3.5rem 1.25rem 2rem}}.HeroSection-module__sBkrQG__grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;width:100%;display:grid}@media (max-width:992px){.HeroSection-module__sBkrQG__grid{text-align:center;grid-template-columns:1fr;gap:3rem}}.HeroSection-module__sBkrQG__textContent{flex-direction:column;display:flex;position:relative}.HeroSection-module__sBkrQG__portraitBg{z-index:0;opacity:1;pointer-events:none;width:100%;height:140%;position:absolute;top:-23%;left:78%;transform:translate(-50%);-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000026 12%,#000 42%);mask-image:linear-gradient(90deg,#0000 0%,#00000026 12%,#000 42%)}.HeroSection-module__sBkrQG__textInner{z-index:1;flex-direction:column;display:flex;position:relative}@media (max-width:992px){.HeroSection-module__sBkrQG__textContent{grid-row:1;align-items:center}.HeroSection-module__sBkrQG__textInner{order:1;align-items:center}.HeroSection-module__sBkrQG__portraitBg{opacity:.95;border:2px solid var(--border-glow);width:140px;height:140px;box-shadow:var(--glass-shadow);box-sizing:border-box;z-index:1;border-radius:50%;order:0;margin:0 auto 1.25rem;display:block;position:relative;top:auto;left:auto;overflow:hidden;transform:none;-webkit-mask-image:none!important;mask-image:none!important}}@media (max-width:480px){.HeroSection-module__sBkrQG__portraitBg{width:110px;height:110px;margin-bottom:1rem}.HeroSection-module__sBkrQG__badge{margin-bottom:1rem;padding:4px 10px;font-size:.68rem}}.HeroSection-module__sBkrQG__badge{background:var(--card-bg);border:1px solid var(--card-border);color:var(--foreground-dim);border-radius:9999px;align-items:center;gap:10px;width:fit-content;margin-bottom:2rem;padding:6px 14px;font-size:.78rem;font-weight:600;display:inline-flex}.HeroSection-module__sBkrQG__badgePulse{background-color:var(--green);width:6px;height:6px;box-shadow:0 0 10px var(--green);border-radius:50%;animation:1.5s infinite HeroSection-module__sBkrQG__pulseDotGlow}@keyframes HeroSection-module__sBkrQG__pulseDotGlow{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.HeroSection-module__sBkrQG__title{letter-spacing:-.03em;color:var(--text-bright);text-shadow:0 4px 15px #0006;flex-direction:column;gap:.5rem;font-size:3.5rem;font-weight:800;line-height:1.15;display:flex}@media (max-width:768px){.HeroSection-module__sBkrQG__title{font-size:2.25rem}}@media (max-width:480px){.HeroSection-module__sBkrQG__title{font-size:1.85rem}}.HeroSection-module__sBkrQG__name{background:var(--name-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.HeroSection-module__sBkrQG__tagline{background:linear-gradient(135deg, var(--orange) 0%, var(--purple) 50%, var(--blue) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-top:4px;font-size:2.5rem;font-weight:800}@media (max-width:768px){.HeroSection-module__sBkrQG__tagline{font-size:1.45rem}}@media (max-width:480px){.HeroSection-module__sBkrQG__tagline{font-size:1.25rem}}.HeroSection-module__sBkrQG__typewriterWrapper{font-size:1.25rem;font-weight:700;font-family:var(--font-mono);color:var(--text-bright);-webkit-backdrop-filter:blur(8px);background:#0a0814a6;border:1px solid #0075ff38;border-radius:10px;align-items:center;gap:8px;width:fit-content;height:auto;margin-top:1.8rem;padding:8px 18px;display:inline-flex;box-shadow:0 4px 20px #0006,inset 0 1px #ffffff0d,0 0 15px #0075ff0d}@media (max-width:576px){.HeroSection-module__sBkrQG__typewriterWrapper{height:auto;padding:6px 12px;font-size:1.05rem}}.HeroSection-module__sBkrQG__typewriterLabel{color:var(--foreground-dim);font-weight:500}.HeroSection-module__sBkrQG__typewriterText{color:var(--blue);text-shadow:var(--typewriter-glow)}.HeroSection-module__sBkrQG__caret{color:var(--blue);margin-left:2px;animation:.8s infinite HeroSection-module__sBkrQG__blink}@keyframes HeroSection-module__sBkrQG__blink{50%{opacity:0}}.HeroSection-module__sBkrQG__subtitle{color:var(--foreground-dim);text-shadow:0 2px 10px #0006;max-width:580px;margin-top:1.5rem;margin-bottom:3rem;font-size:1.125rem;line-height:1.7}@media (max-width:768px){.HeroSection-module__sBkrQG__subtitle{margin-top:1.25rem;margin-bottom:2rem;font-size:.95rem}}@media (max-width:480px){.HeroSection-module__sBkrQG__subtitle{margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}}.HeroSection-module__sBkrQG__ctas{gap:1.25rem;display:flex}@media (max-width:576px){.HeroSection-module__sBkrQG__ctas{flex-direction:column;width:100%;max-width:320px}}.HeroSection-module__sBkrQG__btnPrimary,.HeroSection-module__sBkrQG__btnSecondary{text-align:center;font-size:.95rem;font-weight:600;font-family:var(--font-sans);border-radius:8px;padding:12px 24px;transition:all .3s cubic-bezier(.16,1,.3,1)}.HeroSection-module__sBkrQG__btnPrimary{background:var(--primary-btn-bg);color:var(--primary-btn-text);box-shadow:var(--primary-btn-shadow);border:none}.HeroSection-module__sBkrQG__btnPrimary:hover{background:var(--primary-btn-bg-hover);box-shadow:var(--primary-btn-shadow-hover);transform:translateY(-2px)}.HeroSection-module__sBkrQG__btnSecondary{color:var(--text-bright);border:1px solid var(--border-hover);background:0 0}.HeroSection-module__sBkrQG__btnSecondary:hover{background:var(--border-glow);border-color:var(--border-hover);transform:translateY(-2px)}.HeroSection-module__sBkrQG__visualContent{justify-content:center;align-items:center;width:100%;height:520px;display:flex}@media (max-width:992px){.HeroSection-module__sBkrQG__visualContent{grid-row:2;height:380px}}@media (max-width:768px){.HeroSection-module__sBkrQG__visualContent{height:250px}}.HeroSection-module__sBkrQG__floorGrid{background-image:linear-gradient(to right, var(--blue-dim) 1.5px, transparent 1.5px), linear-gradient(to bottom, var(--blue-dim) 1.5px, transparent 1.5px);width:140%;height:50%;transform:perspective(500px) rotateX(75deg) translateZ(-50px) translate3d(var(--grid-offset-x,0px), var(--grid-offset-y,0px), 0px);transform-origin:bottom;pointer-events:none;z-index:1;will-change:transform;background-size:50px 50px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-15%;left:-20%;-webkit-mask-image:linear-gradient(#0000 10%,#000000a6);mask-image:linear-gradient(#0000 10%,#000000a6)}[data-theme=light] .HeroSection-module__sBkrQG__portraitBg{opacity:.95}@media (max-width:992px){[data-theme=light] .HeroSection-module__sBkrQG__portraitBg{opacity:.95}}[data-theme=light] .HeroSection-module__sBkrQG__typewriterWrapper{background:#ffffffbf;border-color:#0075ff38;box-shadow:0 4px 20px #0000000d,inset 0 1px #fffc,0 0 15px #0075ff0a}[data-theme=light] .HeroSection-module__sBkrQG__typewriterLabel{color:#52525b}
.TiltCard-module__Vm1WTq__container{transform-style:preserve-3d;will-change:transform;cursor:pointer;border-radius:16px;flex-direction:column;flex:1;display:flex;position:relative}.TiltCard-module__Vm1WTq__glare{border-radius:inherit;z-index:10;pointer-events:none;mix-blend-mode:overlay;opacity:0;will-change:background, opacity;position:absolute;inset:0}.TiltCard-module__Vm1WTq__inner{width:100%;transform-style:preserve-3d;border-radius:inherit;z-index:1;flex-direction:column;flex:1;display:flex}@media (max-width:768px){.TiltCard-module__Vm1WTq__container{height:auto!important;min-height:auto!important}.TiltCard-module__Vm1WTq__inner{height:auto!important}}
.Services-module__dpHhBa__section{z-index:2;padding:5.5rem 2rem 4rem;position:relative;overflow:hidden}@media (max-width:768px){.Services-module__dpHhBa__section{padding:3.5rem 1.25rem 2rem}}.Services-module__dpHhBa__container{width:100%}.Services-module__dpHhBa__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3.5rem;display:flex}.Services-module__dpHhBa__badge{text-transform:uppercase;letter-spacing:.1em;background:var(--purple-dim);border:1px solid var(--purple-glow);color:var(--purple);font-size:.72rem;font-weight:700;font-family:var(--font-mono);border-radius:9999px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 14px;display:inline-flex}.Services-module__dpHhBa__badgeStar{width:12px;height:12px;color:var(--purple);animation:6s linear infinite Services-module__dpHhBa__starSpin}@keyframes Services-module__dpHhBa__starSpin{to{transform:rotate(360deg)}}.Services-module__dpHhBa__title{letter-spacing:-.02em;color:var(--text-bright);margin-bottom:1.25rem;font-size:3rem;font-weight:800}.Services-module__dpHhBa__gradientTitle{background:linear-gradient(135deg, var(--purple) 0%, var(--orange) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Services-module__dpHhBa__subtitle{color:var(--foreground-dim);max-width:650px;font-size:1.15rem;line-height:1.6}.Services-module__dpHhBa__gradientTextBlue{background:linear-gradient(135deg, var(--blue) 0%, #00f0ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:700}.Services-module__dpHhBa__grid{grid-template-columns:repeat(3,1fr);gap:2.25rem;margin-bottom:4rem;display:grid}@media (max-width:992px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__dpHhBa__grid{grid-template-columns:1fr;gap:1.5rem}.Services-module__dpHhBa__title{font-size:2rem}.Services-module__dpHhBa__subtitle{font-size:.95rem}.Services-module__dpHhBa__header{margin-bottom:2rem}}@media (max-width:480px){.Services-module__dpHhBa__section{padding:2rem .75rem 1.5rem}.Services-module__dpHhBa__title{font-size:1.65rem}.Services-module__dpHhBa__subtitle{font-size:.85rem}.Services-module__dpHhBa__badge{padding:4px 10px;font-size:.62rem}.Services-module__dpHhBa__grid{gap:1.25rem;margin-bottom:2rem}.Services-module__dpHhBa__cardHeader{padding:1.5rem 1.25rem 0}.Services-module__dpHhBa__content{padding:1rem 1.25rem 1.5rem}.Services-module__dpHhBa__cardTitle{font-size:1.15rem}.Services-module__dpHhBa__cardDescription{margin-bottom:1.5rem;font-size:.82rem}.Services-module__dpHhBa__skillItem{gap:8px;font-size:.82rem}}.Services-module__dpHhBa__card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px)saturate(180%);height:100%;box-shadow:var(--glass-shadow);border-radius:18px;flex-direction:column;transition:border-color .4s,background-color .4s;display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__card:hover{background:var(--card-bg-hover)}.Services-module__dpHhBa__cardGlow{border-radius:inherit;opacity:0;pointer-events:none;z-index:0;transition:opacity .5s;position:absolute;inset:0}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__cardGlow{opacity:1}.Services-module__dpHhBa__accentPurple:hover{border-color:var(--purple)}.Services-module__dpHhBa__accentBlue:hover{border-color:var(--blue)}.Services-module__dpHhBa__accentOrange:hover{border-color:var(--orange)}.Services-module__dpHhBa__accentPurple .Services-module__dpHhBa__cardGlow{background:radial-gradient(circle 250px at top left, var(--purple-glow), transparent 85%)}.Services-module__dpHhBa__accentBlue .Services-module__dpHhBa__cardGlow{background:radial-gradient(circle 250px at top left, var(--blue-glow), transparent 85%)}.Services-module__dpHhBa__accentOrange .Services-module__dpHhBa__cardGlow{background:radial-gradient(circle 250px at top left, var(--orange-glow), transparent 85%)}.Services-module__dpHhBa__cardHeader{z-index:2;justify-content:space-between;align-items:center;padding:2.5rem 2.25rem 0;display:flex;position:relative}.Services-module__dpHhBa__iconWrapper{border:1px solid var(--border-glow);background:#ffffff05;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .4s,border-color .4s,background-color .4s;display:flex}.Services-module__dpHhBa__cardHeaderIcon{width:24px;height:24px}.Services-module__dpHhBa__accentPurple .Services-module__dpHhBa__iconWrapper{color:var(--purple)}.Services-module__dpHhBa__accentBlue .Services-module__dpHhBa__iconWrapper{color:var(--blue)}.Services-module__dpHhBa__accentOrange .Services-module__dpHhBa__iconWrapper{color:var(--orange)}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__iconWrapper{transform:translateZ(10px)scale(1.05)}.Services-module__dpHhBa__accentPurple:hover .Services-module__dpHhBa__iconWrapper{border-color:var(--purple);background:var(--purple-dim)}.Services-module__dpHhBa__accentBlue:hover .Services-module__dpHhBa__iconWrapper{border-color:var(--blue);background:var(--blue-dim)}.Services-module__dpHhBa__accentOrange:hover .Services-module__dpHhBa__iconWrapper{border-color:var(--orange);background:var(--orange-dim)}.Services-module__dpHhBa__numberWrapper{flex-direction:column;align-items:flex-end;display:flex}.Services-module__dpHhBa__cardNumber{font-family:var(--font-mono);color:var(--foreground-dim);font-size:1.15rem;font-weight:700}.Services-module__dpHhBa__cardLine{border-radius:1px;width:14px;height:2px;margin-top:4px}.Services-module__dpHhBa__accentPurple .Services-module__dpHhBa__cardLine{background-color:var(--purple)}.Services-module__dpHhBa__accentBlue .Services-module__dpHhBa__cardLine{background-color:var(--blue)}.Services-module__dpHhBa__accentOrange .Services-module__dpHhBa__cardLine{background-color:var(--orange)}.Services-module__dpHhBa__content{z-index:2;flex-direction:column;flex-grow:1;height:100%;padding:1.5rem 2.25rem 2.5rem;display:flex;position:relative}@media (max-width:768px){.Services-module__dpHhBa__cardHeader{padding:2rem 1.5rem 0}.Services-module__dpHhBa__content{padding:1.25rem 1.5rem 2rem}}.Services-module__dpHhBa__cardTitle{color:var(--text-bright);letter-spacing:-.01em;margin-bottom:.88rem;font-size:1.35rem;font-weight:700}.Services-module__dpHhBa__cardDescription{color:var(--foreground-dim);margin-bottom:2.25rem;font-size:.92rem;line-height:1.6}.Services-module__dpHhBa__skillList{margin-bottom:2.25rem;list-style:none}.Services-module__dpHhBa__skillItem{color:var(--foreground);align-items:flex-start;gap:12px;margin-bottom:.88rem;font-size:.88rem;font-weight:500;line-height:1.4;display:flex}.Services-module__dpHhBa__checkIcon{flex-shrink:0;width:14px;height:14px;margin-top:2px}.Services-module__dpHhBa__accentPurple .Services-module__dpHhBa__checkIcon{color:var(--purple)}.Services-module__dpHhBa__accentBlue .Services-module__dpHhBa__checkIcon{color:var(--blue)}.Services-module__dpHhBa__accentOrange .Services-module__dpHhBa__checkIcon{color:var(--orange)}.Services-module__dpHhBa__cardFooter{margin-top:auto}.Services-module__dpHhBa__exploreLink{align-items:center;gap:8px;font-size:.88rem;font-weight:600;transition:gap .3s;display:inline-flex}.Services-module__dpHhBa__accentPurple .Services-module__dpHhBa__exploreLink{color:var(--purple)}.Services-module__dpHhBa__accentBlue .Services-module__dpHhBa__exploreLink{color:var(--blue)}.Services-module__dpHhBa__accentOrange .Services-module__dpHhBa__exploreLink{color:var(--orange)}.Services-module__dpHhBa__arrowIcon{width:14px;height:14px;transition:transform .3s}.Services-module__dpHhBa__exploreLink:hover{gap:12px}.Services-module__dpHhBa__exploreLink:hover .Services-module__dpHhBa__arrowIcon{transform:translate(2px)}.Services-module__dpHhBa__isometricGraphic{opacity:.22;z-index:1;pointer-events:none;width:120px;height:120px;transition:opacity .4s,transform .4s;position:absolute;bottom:-5px;right:-5px}.Services-module__dpHhBa__card:hover .Services-module__dpHhBa__isometricGraphic{opacity:.42;transform:scale(1.06)}.Services-module__dpHhBa__audioWaveIsometric path{transform-origin:bottom;animation:2.5s ease-in-out infinite alternate Services-module__dpHhBa__waveHeightPulse}.Services-module__dpHhBa__audioWaveIsometric path:nth-child(2){animation-delay:.3s}.Services-module__dpHhBa__audioWaveIsometric path:nth-child(3){animation-delay:.6s}.Services-module__dpHhBa__audioWaveIsometric path:nth-child(4){animation-delay:.9s}@keyframes Services-module__dpHhBa__waveHeightPulse{0%{transform:scaleY(.5)}to{transform:scaleY(1.1)}}.Services-module__dpHhBa__isometricStack path{animation:4s ease-in-out infinite alternate Services-module__dpHhBa__stackFloat}.Services-module__dpHhBa__isometricStack path:nth-child(n+4):nth-child(-n+6){animation-delay:.8s}.Services-module__dpHhBa__isometricStack path:nth-child(n+7){animation-delay:1.6s}@keyframes Services-module__dpHhBa__stackFloat{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.Services-module__dpHhBa__bannerContainer{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);width:100%;box-shadow:var(--glass-shadow);border-radius:9999px;padding:1.5rem 3.5rem}.Services-module__dpHhBa__bannerGrid{grid-template-columns:repeat(4,1fr);align-items:center;gap:1.5rem;display:grid}@media (max-width:992px){.Services-module__dpHhBa__bannerContainer{border-radius:24px;padding:2rem}.Services-module__dpHhBa__bannerGrid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem}}@media (max-width:576px){.Services-module__dpHhBa__bannerGrid{grid-template-columns:1fr;gap:1.25rem}.Services-module__dpHhBa__bannerContainer{border-radius:16px;padding:1.5rem 1.25rem}.Services-module__dpHhBa__bannerItem{gap:12px}.Services-module__dpHhBa__bannerIconWrapper{width:36px;height:36px}.Services-module__dpHhBa__bannerTitle{font-size:.82rem}.Services-module__dpHhBa__bannerSub{font-size:.7rem}}.Services-module__dpHhBa__bannerItem{align-items:center;gap:16px;display:flex}.Services-module__dpHhBa__bannerIconWrapper{border:1px solid var(--border-glow);width:42px;height:42px;color:var(--foreground-dim);background:#ffffff05;border-radius:50%;justify-content:center;align-items:center;transition:border-color .3s,color .3s;display:flex}.Services-module__dpHhBa__bannerItem:hover .Services-module__dpHhBa__bannerIconWrapper{border-color:var(--purple-glow);color:var(--purple)}.Services-module__dpHhBa__bannerIconWrapper svg{width:20px;height:20px}.Services-module__dpHhBa__bannerText{flex-direction:column;display:flex}.Services-module__dpHhBa__bannerTitle{color:var(--text-bright);font-size:.9rem;font-weight:700}.Services-module__dpHhBa__bannerSub{color:var(--foreground-dim);margin-top:2px;font-size:.75rem}[data-theme=light] .Services-module__dpHhBa__bannerContainer{background:#ffffffd9;border-color:#00000014}[data-theme=light] .Services-module__dpHhBa__exploreLink{color:#0f172a}[data-theme=light] .Services-module__dpHhBa__accentPurple .Services-module__dpHhBa__checkIcon{color:#5b21b6}[data-theme=light] .Services-module__dpHhBa__accentBlue .Services-module__dpHhBa__checkIcon{color:#1e3a8a}[data-theme=light] .Services-module__dpHhBa__accentOrange .Services-module__dpHhBa__checkIcon{color:#854d0e}
.AutomationLab-module___XN9VG__section{z-index:2;padding:2.5rem 2rem;position:relative}@media (max-width:768px){.AutomationLab-module___XN9VG__section{padding:1.5rem 1.25rem}}.AutomationLab-module___XN9VG__container{width:100%}.AutomationLab-module___XN9VG__header{text-align:center;margin-bottom:2.5rem}.AutomationLab-module___XN9VG__badge{text-transform:uppercase;letter-spacing:.1em;background:var(--blue-dim);border:1px solid var(--blue-glow);color:var(--blue);font-size:.75rem;font-weight:600;font-family:var(--font-mono);border-radius:9999px;margin-bottom:1.25rem;padding:6px 14px;display:inline-block}.AutomationLab-module___XN9VG__title{letter-spacing:-.02em;background:var(--name-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.AutomationLab-module___XN9VG__subtitle{color:var(--foreground-dim);max-width:600px;margin:0 auto;font-size:1.125rem}.AutomationLab-module___XN9VG__grid{grid-template-columns:1.1fr 1.2fr;align-items:start;gap:3rem;display:grid}@media (max-width:992px){.AutomationLab-module___XN9VG__grid{grid-template-columns:1fr;gap:2.5rem}}.AutomationLab-module___XN9VG__builderPanel,.AutomationLab-module___XN9VG__visualizerPanel{background:var(--bg-secondary);border:1px solid var(--border-glow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--glass-shadow);border-radius:20px;padding:2.5rem}@media (max-width:768px){.AutomationLab-module___XN9VG__builderPanel,.AutomationLab-module___XN9VG__visualizerPanel{padding:1.5rem}}.AutomationLab-module___XN9VG__panelTitle{color:var(--text-bright);border-bottom:1px solid var(--border-glow);margin-bottom:2rem;padding-bottom:1rem;font-size:1.25rem;font-weight:700}.AutomationLab-module___XN9VG__formGroup{margin-bottom:2rem}.AutomationLab-module___XN9VG__label{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-dim);font-size:.82rem;font-weight:600;font-family:var(--font-mono);margin-bottom:1rem;display:block}.AutomationLab-module___XN9VG__selectors{flex-direction:column;gap:.75rem;display:flex}.AutomationLab-module___XN9VG__selectorBtn{background:var(--card-bg);border:1px solid var(--card-border);text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:1.25rem;width:100%;padding:1rem 1.25rem;transition:all .3s;display:flex}.AutomationLab-module___XN9VG__selectorBtn:hover{background:var(--bg-tertiary);border-color:var(--card-border-hover)}.AutomationLab-module___XN9VG__selectorIcon{background:var(--border-glow);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.5rem;transition:all .3s;display:flex}.AutomationLab-module___XN9VG__selectorTexts{flex-direction:column;display:flex}.AutomationLab-module___XN9VG__selectorTitle{color:var(--text-bright);font-size:.95rem;font-weight:600}.AutomationLab-module___XN9VG__selectorDesc{color:var(--foreground-dim);margin-top:2px;font-size:.8rem}.AutomationLab-module___XN9VG__activeOrange{border-color:var(--orange);background:#ff5c000f}.AutomationLab-module___XN9VG__activeOrange .AutomationLab-module___XN9VG__selectorIcon{color:var(--orange);background:#ff5c0026}.AutomationLab-module___XN9VG__activeGreen{border-color:var(--green);background:#00ff660f}.AutomationLab-module___XN9VG__activeGreen .AutomationLab-module___XN9VG__selectorIcon{color:var(--green);background:#00ff6626}.AutomationLab-module___XN9VG__activeBlue{border-color:var(--blue);background:#0075ff0f}.AutomationLab-module___XN9VG__activeBlue .AutomationLab-module___XN9VG__selectorIcon{color:var(--blue);background:#0075ff26}.AutomationLab-module___XN9VG__activePurple{border-color:var(--purple);background:#8a2be20f}.AutomationLab-module___XN9VG__activePurple .AutomationLab-module___XN9VG__selectorIcon{color:var(--purple);background:#8a2be226}.AutomationLab-module___XN9VG__activePink{border-color:var(--pink);background:#ff007f0f}.AutomationLab-module___XN9VG__activePink .AutomationLab-module___XN9VG__selectorIcon{color:var(--pink);background:#ff007f26}.AutomationLab-module___XN9VG__runBtn{background:var(--primary-btn-bg);width:100%;color:var(--primary-btn-text);cursor:pointer;box-shadow:var(--primary-btn-shadow);font-size:1rem;font-weight:600;font-family:var(--font-sans);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1.125rem;transition:all .3s;display:flex}.AutomationLab-module___XN9VG__runBtn:hover:not(:disabled){background:var(--primary-btn-bg-hover);box-shadow:var(--primary-btn-shadow-hover);transform:translateY(-2px)}.AutomationLab-module___XN9VG__runBtn:disabled{background:var(--border-hover);color:var(--foreground-dim);cursor:not-allowed;box-shadow:none}.AutomationLab-module___XN9VG__spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite AutomationLab-module___XN9VG__spin}@keyframes AutomationLab-module___XN9VG__spin{to{transform:rotate(360deg)}}.AutomationLab-module___XN9VG__flowMesh{background:var(--bg-tertiary);border:1px solid var(--border-glow);border-radius:12px;justify-content:center;align-items:center;width:100%;height:180px;margin-bottom:2rem;display:flex;position:relative;overflow:hidden}.AutomationLab-module___XN9VG__gridLines{background-size:20px 20px;background-image:linear-gradient(to right, var(--grid-line-color) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-line-color) 1px, transparent 1px);position:absolute;inset:0}.AutomationLab-module___XN9VG__flowNodes{z-index:2;justify-content:space-around;align-items:center;width:90%;display:flex;position:relative}.AutomationLab-module___XN9VG__flowNode{opacity:.4;flex-direction:column;align-items:center;gap:10px;transition:all .5s;display:flex}.AutomationLab-module___XN9VG__nodeIcon{background:var(--bg-primary);border:1px solid var(--border-glow);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:all .5s;display:flex}.AutomationLab-module___XN9VG__nodeLabels{flex-direction:column;align-items:center;display:flex}.AutomationLab-module___XN9VG__nodeType{font-size:.65rem;font-family:var(--font-mono);letter-spacing:.05em;color:var(--foreground-dim);font-weight:700}.AutomationLab-module___XN9VG__nodeName{color:var(--text-bright);white-space:nowrap;margin-top:2px;font-size:.82rem;font-weight:600}.AutomationLab-module___XN9VG__connectorLine{background:var(--border-glow);flex-grow:1;height:2px;margin:0 -10px;position:relative;overflow:hidden;transform:translateY(-16px)}.AutomationLab-module___XN9VG__spark{opacity:0;background:linear-gradient(90deg,#0000,#fff,#0000);width:40px;height:100%;position:absolute;top:0;left:-50px}.AutomationLab-module___XN9VG__nodeTriggerActive{opacity:1}.AutomationLab-module___XN9VG__nodeTriggerActive .AutomationLab-module___XN9VG__nodeIcon{border-color:var(--orange);color:var(--orange);background:#ff5c0026;box-shadow:0 0 20px #ff5c004d}.AutomationLab-module___XN9VG__nodeAction1Active{opacity:1}.AutomationLab-module___XN9VG__nodeAction1Active .AutomationLab-module___XN9VG__nodeIcon{border-color:var(--purple);color:var(--purple);background:#8a2be226;box-shadow:0 0 20px #8a2be24d}.AutomationLab-module___XN9VG__nodeAction2Active{opacity:1}.AutomationLab-module___XN9VG__nodeAction2Active .AutomationLab-module___XN9VG__nodeIcon{border-color:var(--blue);color:var(--blue);background:#0075ff26;box-shadow:0 0 20px #0075ff4d}.AutomationLab-module___XN9VG__lineActive{background:var(--border-hover)}.AutomationLab-module___XN9VG__lineActive .AutomationLab-module___XN9VG__spark{opacity:1;animation:1.3s cubic-bezier(.25,1,.5,1) infinite AutomationLab-module___XN9VG__sparkMove}@keyframes AutomationLab-module___XN9VG__sparkMove{0%{left:-50px}to{left:100%}}.AutomationLab-module___XN9VG__terminalWrapper{background:var(--terminal-bg);border:1px solid var(--border-glow);border-radius:12px;overflow:hidden;box-shadow:inset 0 2px 10px #0000000a}.AutomationLab-module___XN9VG__terminalHeader{background:var(--terminal-header-bg);border-bottom:1px solid var(--border-glow);align-items:center;gap:6px;padding:10px 16px;display:flex}.AutomationLab-module___XN9VG__termDot{border-radius:50%;width:10px;height:10px}.AutomationLab-module___XN9VG__termRed{background:#ff5f56}.AutomationLab-module___XN9VG__termYellow{background:#ffbd2e}.AutomationLab-module___XN9VG__termGreen{background:#27c93f}.AutomationLab-module___XN9VG__termTitle{font-family:var(--font-mono);color:var(--foreground-dim);margin-left:auto;font-size:.72rem}.AutomationLab-module___XN9VG__terminalBody{height:180px;font-family:var(--font-mono);padding:1.5rem;font-size:.82rem;line-height:1.6;overflow-y:auto}.AutomationLab-module___XN9VG__emptyTerminal{flex-direction:column;display:flex}.AutomationLab-module___XN9VG__termComment{color:var(--foreground-dim);opacity:.7}.AutomationLab-module___XN9VG__termPrompt{color:var(--blue);margin-top:8px}.AutomationLab-module___XN9VG__terminalLine{gap:12px;margin-bottom:6px;display:flex}.AutomationLab-module___XN9VG__termTime{color:var(--foreground-dim);opacity:.55;flex-shrink:0}.AutomationLab-module___XN9VG__termText{white-space:pre-wrap}.AutomationLab-module___XN9VG__text_system{color:#d97706;font-weight:700}.AutomationLab-module___XN9VG__text_info{color:var(--foreground)}.AutomationLab-module___XN9VG__text_ai{color:#8b5cf6}.AutomationLab-module___XN9VG__text_crm{color:#2563eb}.AutomationLab-module___XN9VG__text_success{color:#10b981;font-weight:700}.AutomationLab-module___XN9VG__text_error{color:#dc2626}@media (max-width:480px){.AutomationLab-module___XN9VG__section{padding:1rem .5rem}.AutomationLab-module___XN9VG__title{font-size:1.85rem}.AutomationLab-module___XN9VG__subtitle{font-size:.9rem}.AutomationLab-module___XN9VG__badge{padding:4px 10px;font-size:.65rem}.AutomationLab-module___XN9VG__header{margin-bottom:1.5rem}.AutomationLab-module___XN9VG__builderPanel,.AutomationLab-module___XN9VG__visualizerPanel{border-radius:14px;padding:1.25rem}.AutomationLab-module___XN9VG__panelTitle{margin-bottom:1.25rem;font-size:1.05rem}.AutomationLab-module___XN9VG__selectorBtn{gap:1rem;padding:.75rem 1rem}.AutomationLab-module___XN9VG__selectorIcon{border-radius:8px;width:36px;height:36px;font-size:1.2rem}.AutomationLab-module___XN9VG__selectorTitle{font-size:.85rem}.AutomationLab-module___XN9VG__selectorDesc{font-size:.72rem}.AutomationLab-module___XN9VG__runBtn{padding:.9rem;font-size:.9rem}.AutomationLab-module___XN9VG__flowMesh{height:140px;margin-bottom:1.25rem}.AutomationLab-module___XN9VG__nodeIcon{width:38px;height:38px;font-size:1rem}.AutomationLab-module___XN9VG__nodeName{font-size:.72rem}.AutomationLab-module___XN9VG__nodeType{font-size:.58rem}.AutomationLab-module___XN9VG__terminalBody{height:150px;padding:1rem;font-size:.72rem}}
.Projects-module__2BoJ-q__section{z-index:2;padding:3rem 2rem;position:relative;overflow:hidden}@media (max-width:768px){.Projects-module__2BoJ-q__section{padding:1.5rem 1rem}}.Projects-module__2BoJ-q__container{width:100%;max-width:1400px;margin:0 auto;position:relative}.Projects-module__2BoJ-q__meshNetworkBg{pointer-events:none;z-index:-1;opacity:.25;position:absolute;inset:0}.Projects-module__2BoJ-q__gridLineHorizontal{background:linear-gradient(90deg, transparent, var(--purple-glow), transparent);width:100%;height:1px;position:absolute;top:30%;left:0}.Projects-module__2BoJ-q__gridLineVertical{background:linear-gradient(180deg, transparent, var(--blue-glow), transparent);width:1px;height:100%;position:absolute;top:0;left:50%}.Projects-module__2BoJ-q__header{text-align:center;margin-bottom:3.5rem}.Projects-module__2BoJ-q__badge{text-transform:uppercase;letter-spacing:.1em;background:var(--green-dim);border:1px solid var(--green-glow);color:var(--green);font-size:.75rem;font-weight:600;font-family:var(--font-mono);border-radius:9999px;margin-bottom:1.25rem;padding:6px 14px;display:inline-block}.Projects-module__2BoJ-q__title{letter-spacing:-.02em;background:var(--name-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.Projects-module__2BoJ-q__subtitle{color:var(--foreground-dim);max-width:600px;margin:0 auto;font-size:1.125rem}.Projects-module__2BoJ-q__featuredStatsGrid{justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.Projects-module__2BoJ-q__featuredStatItem{flex-direction:column;align-items:center;gap:4px;display:flex}.Projects-module__2BoJ-q__featuredStatLbl{color:var(--foreground-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.Projects-module__2BoJ-q__featuredStatDivider{background:linear-gradient(180deg, transparent, var(--border-hover), transparent);width:1px;height:40px;box-shadow:0 0 10px var(--border-glow)}.Projects-module__2BoJ-q__filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.Projects-module__2BoJ-q__filterBtn{border:1px solid var(--card-border);background:var(--card-bg);color:var(--foreground-dim);cursor:pointer;font-size:.88rem;font-weight:600;font-family:var(--font-sans);border-radius:9999px;padding:10px 22px;transition:all .3s cubic-bezier(.16,1,.3,1)}.Projects-module__2BoJ-q__filterBtn:hover{border-color:var(--card-border-hover);color:var(--text-bright);background:var(--card-bg-hover)}.Projects-module__2BoJ-q__filterActive{color:var(--text-bright);border-color:var(--card-border);border-bottom:2px solid var(--blue);background:0 0;box-shadow:0 4px 15px #0075ff33}.Projects-module__2BoJ-q__filterActive:hover{color:var(--text-bright);border-color:var(--card-border-hover);background:#ffffff0d}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;align-items:stretch;gap:2rem;display:grid}@media (max-width:992px){.Projects-module__2BoJ-q__grid{grid-template-columns:1fr;gap:2rem}}.Projects-module__2BoJ-q__gridItem{opacity:0;flex-direction:column;animation:.5s cubic-bezier(.16,1,.3,1) forwards Projects-module__2BoJ-q__cardFadeIn;display:flex;position:relative;transform:translateY(20px)}@keyframes Projects-module__2BoJ-q__cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Projects-module__2BoJ-q__card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--glass-shadow);border-radius:20px;flex-direction:column;flex:1;transition:border-color .4s,background-color .4s;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__card:hover{border-color:var(--card-border-hover);background:var(--card-bg-hover);box-shadow:0 10px 40px #0006,0 0 24px #ff8c004d}.Projects-module__2BoJ-q__cardMouseLight{display:none}.Projects-module__2BoJ-q__cardActionFooter{border-top:1px solid #ffffff0d;margin-top:auto;padding:1rem 1.5rem}.Projects-module__2BoJ-q__aiOrb{background:var(--purple-dim);border:1px solid var(--purple-glow);cursor:help;z-index:10;width:36px;height:36px;box-shadow:0 0 10px var(--purple-glow);border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:16px;right:16px}.Projects-module__2BoJ-q__aiOrbIcon{font-size:1.1rem}.Projects-module__2BoJ-q__aiOrb:hover{background:var(--purple);box-shadow:0 0 20px var(--purple)}.Projects-module__2BoJ-q__aiOrbExplainer{background:var(--card-fade-bg);border:1px solid var(--card-border-hover);width:280px;box-shadow:var(--glass-shadow);opacity:0;pointer-events:none;z-index:12;border-radius:12px;padding:1rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:44px;right:0;transform:translateY(10px)}.Projects-module__2BoJ-q__aiOrbExpanded .Projects-module__2BoJ-q__aiOrbExplainer{opacity:1;pointer-events:auto;transform:translateY(0)}.Projects-module__2BoJ-q__aiOrbTitle{color:var(--text-bright);align-items:center;gap:6px;margin-bottom:6px;font-size:.88rem;font-weight:700;display:flex}.Projects-module__2BoJ-q__aiOrbText{color:var(--foreground-dim);font-size:.78rem;line-height:1.5}.Projects-module__2BoJ-q__cardHeaderArea{z-index:2;align-items:center;gap:.5rem;padding:.5rem .75rem .25rem;display:flex}@media (max-width:768px){.Projects-module__2BoJ-q__cardHeaderArea{padding:.4rem .6rem .2rem}}.Projects-module__2BoJ-q__cardImage{border-radius:8px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 15px #ffffff0d}.Projects-module__2BoJ-q__cardIcon{z-index:2;font-size:1.3rem}.Projects-module__2BoJ-q__cardHeaderTitleWrap{flex-direction:column;display:flex}.Projects-module__2BoJ-q__cardTitle{color:var(--text-bright);letter-spacing:-.01em;margin:0;font-size:.92rem;font-weight:700}.Projects-module__2BoJ-q__cardCategoryLabel{text-transform:uppercase;color:var(--foreground-dim);font-size:.55rem;font-weight:600;font-family:var(--font-mono);letter-spacing:.08em;margin-top:1px}.Projects-module__2BoJ-q__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:1rem;display:flex}.Projects-module__2BoJ-q__statusIndicator{flex-direction:column;align-items:flex-end;gap:2px;margin-left:auto;display:flex;position:relative}.Projects-module__2BoJ-q__statusBadge{background:#00ff6614;border:1px solid #0f63;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;display:flex}.Projects-module__2BoJ-q__statusDot{background-color:var(--green);width:6px;height:6px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:1.8s ease-in-out infinite Projects-module__2BoJ-q__statusPulse}.Projects-module__2BoJ-q__statusText{text-transform:uppercase;font-size:.58rem;font-weight:700;font-family:var(--font-mono);color:var(--green);letter-spacing:.03em}.Projects-module__2BoJ-q__statusActivity{color:var(--text-bright);font-size:.58rem;font-family:var(--font-mono);font-weight:600}.Projects-module__2BoJ-q__statusUpdated{color:var(--foreground-dim);font-size:.52rem;font-family:var(--font-mono)}.Projects-module__2BoJ-q__statusTooltip{border:1px solid var(--border-hover);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;opacity:0;pointer-events:none;text-align:left;background:#0a0a14f5;border-radius:8px;width:220px;padding:10px 12px;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 6px);right:0;transform:translateY(6px);box-shadow:0 8px 32px #0009}.Projects-module__2BoJ-q__statusIndicator:hover .Projects-module__2BoJ-q__statusTooltip{opacity:1;pointer-events:auto;transform:translateY(0)}.Projects-module__2BoJ-q__tooltipTitle{color:var(--text-bright);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700;font-family:var(--font-mono);border-bottom:1px solid var(--border-glow);margin-bottom:6px;padding-bottom:4px}.Projects-module__2BoJ-q__tooltipRow{color:var(--foreground-dim);align-items:center;gap:6px;margin-top:3px;font-size:.68rem;line-height:1.4;display:flex}.Projects-module__2BoJ-q__tooltipDot{color:var(--green);font-size:.6rem}@keyframes Projects-module__2BoJ-q__statusPulse{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.Projects-module__2BoJ-q__gradOrange{background:linear-gradient(135deg, var(--grad-orange-start) 0%, var(--grad-orange-end) 100%);border:1px solid var(--orange-glow)}.Projects-module__2BoJ-q__gradGreen{background:linear-gradient(135deg, var(--grad-green-start) 0%, var(--grad-green-end) 100%);border:1px solid var(--green-glow)}.Projects-module__2BoJ-q__gradPurple{background:linear-gradient(135deg, var(--grad-purple-start) 0%, var(--grad-purple-end) 100%);border:1px solid var(--purple-glow)}.Projects-module__2BoJ-q__gradBlue{background:linear-gradient(135deg, var(--grad-blue-start) 0%, var(--grad-blue-end) 100%);border:1px solid var(--blue-glow)}.Projects-module__2BoJ-q__gradYellow{background:linear-gradient(135deg, var(--grad-yellow-start) 0%, var(--grad-yellow-end) 100%);border:1px solid var(--yellow-glow)}.Projects-module__2BoJ-q__gradBear{background:linear-gradient(135deg, var(--grad-cyan-start) 0%, var(--grad-cyan-end) 100%);border:1px solid #00ffff40}.Projects-module__2BoJ-q__gradThermo{background:linear-gradient(135deg,#ff5c00 0%,#ff007f 100%);border:1px solid #ff5c0040}.Projects-module__2BoJ-q__interactiveViewport{border:1px solid var(--border-glow);z-index:2;background:#00000040;border-radius:8px;margin:.4rem .75rem 0;position:relative;overflow:hidden}@media (max-width:768px){.Projects-module__2BoJ-q__interactiveViewport{margin:.4rem .6rem 0}}.Projects-module__2BoJ-q__dashboardTabContent{flex-direction:column;justify-content:space-between;height:100%;padding:.5rem .75rem;display:flex}.Projects-module__2BoJ-q__workflowContainer{flex-direction:column;gap:.25rem;display:flex}.Projects-module__2BoJ-q__flowTitle{font-size:.6rem;font-family:var(--font-mono);color:var(--foreground-dim);text-transform:uppercase;letter-spacing:.05em}.Projects-module__2BoJ-q__flowNodesList{align-items:center;gap:3px;padding:2px 0;display:flex;overflow-x:auto}.Projects-module__2BoJ-q__flowNodesList::-webkit-scrollbar{height:2px}.Projects-module__2BoJ-q__flowNodesList::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}.Projects-module__2BoJ-q__flowNodeCard{border:1px solid var(--border-glow);white-space:nowrap;background:#0a0a1499;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 10px #0003}.Projects-module__2BoJ-q__flowNodeCircle{display:none}.Projects-module__2BoJ-q__flowNodeName{color:var(--text-bright);font-size:.65rem;font-weight:700;font-family:var(--font-sans);letter-spacing:.02em}.Projects-module__2BoJ-q__flowConnector{background:linear-gradient(90deg, var(--border-hover) 0%, #ffffff1a 50%, var(--border-hover) 100%);width:16px;min-width:16px;height:2px;position:relative}.Projects-module__2BoJ-q__connectorPulse{background:var(--green);width:6px;height:6px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:1.6s cubic-bezier(.4,0,.2,1) infinite Projects-module__2BoJ-q__flowPulse;position:absolute;top:-3px;left:0}@keyframes Projects-module__2BoJ-q__flowPulse{0%{opacity:.1;left:0%;transform:scale(.7)}20%{opacity:1;transform:scale(1.1)}80%{opacity:1;transform:scale(1.1)}to{opacity:.1;left:100%;transform:scale(.7)}}.Projects-module__2BoJ-q__metricsGrid{grid-template-columns:repeat(4,1fr);gap:.4rem;display:grid}@media (max-width:576px){.Projects-module__2BoJ-q__metricsGrid{grid-template-columns:repeat(2,1fr);gap:.3rem}}.Projects-module__2BoJ-q__metricGlassCard{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff05;border:1px solid #ffffff0a;border-radius:6px;flex-direction:column;padding:4px 6px;transition:background .3s;display:flex}.Projects-module__2BoJ-q__metricGlassCard:hover{background:#ffffff0d;border-color:#ffffff14}.Projects-module__2BoJ-q__metricVal{color:var(--text-bright);font-size:1.15rem;font-weight:900;font-family:var(--font-mono)}.Projects-module__2BoJ-q__metricLabel{color:var(--foreground-dim);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.5rem;font-weight:600}.Projects-module__2BoJ-q__terminalTabContent{height:100%;font-family:var(--font-mono);flex-direction:column;display:flex}.Projects-module__2BoJ-q__terminalHeader{border-bottom:1px solid var(--border-glow);background:#0006;align-items:center;gap:6px;padding:4px 8px;display:flex}.Projects-module__2BoJ-q__terminalDotRed{background:#ff5f56;border-radius:50%;width:8px;height:8px}.Projects-module__2BoJ-q__terminalDotYellow{background:#ffbd2e;border-radius:50%;width:8px;height:8px}.Projects-module__2BoJ-q__terminalDotGreen{background:#27c93f;border-radius:50%;width:8px;height:8px}.Projects-module__2BoJ-q__terminalTitle{color:var(--foreground-dim);margin-left:auto;font-size:.6rem}.Projects-module__2BoJ-q__terminalBody{color:#a9b7c6;flex-direction:column;flex-grow:1;gap:2px;padding:6px 10px;font-size:.68rem;line-height:1.4;display:flex;overflow-y:auto}.Projects-module__2BoJ-q__terminalIdleText{color:var(--foreground-dim);text-align:center;margin:auto;padding:0 1rem;font-style:italic}.Projects-module__2BoJ-q__terminalLine{white-space:pre-wrap;word-break:break-all}.Projects-module__2BoJ-q__terminalLine:first-of-type{color:var(--green)}.Projects-module__2BoJ-q__terminalCursor{color:var(--text-bright);animation:1s step-end infinite Projects-module__2BoJ-q__blink;display:inline-block}@keyframes Projects-module__2BoJ-q__blink{0%,to{opacity:0}50%{opacity:1}}.Projects-module__2BoJ-q__statsTabContent{height:100%;padding:.5rem .75rem;overflow-y:auto}.Projects-module__2BoJ-q__statsPanelGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (max-width:576px){.Projects-module__2BoJ-q__statsPanelGrid{grid-template-columns:1fr;gap:.5rem}}.Projects-module__2BoJ-q__statPanelHeader{font-size:.65rem;font-family:var(--font-mono);color:var(--foreground-dim);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-glow);margin-bottom:4px;padding-bottom:2px}.Projects-module__2BoJ-q__difficultyContainer{flex-direction:column;gap:4px;display:flex}.Projects-module__2BoJ-q__difficultyRow{flex-direction:column;gap:1px;display:flex}.Projects-module__2BoJ-q__difficultyLabels{justify-content:space-between;font-size:.65rem;display:flex}.Projects-module__2BoJ-q__diffName{color:var(--text-bright);font-weight:500}.Projects-module__2BoJ-q__diffPercent{color:var(--foreground-dim);font-family:var(--font-mono)}.Projects-module__2BoJ-q__diffBarBg{background:var(--border-glow);border-radius:1.5px;height:3px;overflow:hidden}.Projects-module__2BoJ-q__diffBarFill{background:linear-gradient(90deg, var(--blue), var(--orange));border-radius:1.5px;height:100%}.Projects-module__2BoJ-q__codeStatsContainer{flex-direction:column;display:flex}.Projects-module__2BoJ-q__codeStatsGrid{flex-direction:column;gap:4px;display:flex}.Projects-module__2BoJ-q__codeStatRow{justify-content:space-between;font-size:.72rem;display:flex}.Projects-module__2BoJ-q__codeStatLabel{color:var(--foreground-dim)}.Projects-module__2BoJ-q__codeStatVal{color:var(--text-bright);font-weight:600;font-family:var(--font-mono)}.Projects-module__2BoJ-q__architectureTabContent{flex-direction:column;gap:10px;height:100%;padding:1.25rem;display:flex;overflow-y:auto}.Projects-module__2BoJ-q__archTitle{font-size:.72rem;font-family:var(--font-mono);color:var(--foreground-dim);text-transform:uppercase}.Projects-module__2BoJ-q__archSequence{flex-direction:column;gap:4px;display:flex}.Projects-module__2BoJ-q__archStepCard{border:1px solid var(--border-glow);background:#ffffff05;border-radius:6px;align-items:center;gap:10px;padding:6px 10px;display:flex;position:relative}.Projects-module__2BoJ-q__archStepBadge{font-size:.65rem;font-family:var(--font-mono);background:var(--blue-dim);border:1px solid var(--blue-glow);color:var(--blue);border-radius:4px;padding:2px 6px}.Projects-module__2BoJ-q__archStepText{color:var(--text-bright);font-size:.75rem;font-weight:500}.Projects-module__2BoJ-q__archConnectorLine{color:var(--foreground-dim);font-size:.7rem;position:absolute;bottom:-16px;left:28px}.Projects-module__2BoJ-q__cardBody{z-index:2;flex-direction:column;padding:.4rem .75rem .25rem;display:flex}@media (max-width:768px){.Projects-module__2BoJ-q__cardBody{padding:.3rem .6rem}}.Projects-module__2BoJ-q__tagWrapper{flex-wrap:wrap;gap:4px;height:18px;margin-bottom:.3rem;display:flex;overflow:hidden}.Projects-module__2BoJ-q__tag{font-size:.58rem;font-family:var(--font-mono);background:var(--border-glow);border:1px solid var(--border-hover);color:var(--foreground-dim);border-radius:4px;padding:2px 6px;font-weight:600;transition:all .3s}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__tag{color:var(--text-bright);border-color:var(--card-border-hover)}.Projects-module__2BoJ-q__cardText{color:var(--foreground-dim);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:34px;margin:0;font-size:.68rem;line-height:1.3;display:-webkit-box;overflow:hidden}.Projects-module__2BoJ-q__cardActionFooter{z-index:2;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding:.25rem .75rem .5rem;display:flex}@media (max-width:768px){.Projects-module__2BoJ-q__cardActionFooter{flex-direction:column;align-items:stretch;gap:.5rem;padding:0 1rem 1rem}}.Projects-module__2BoJ-q__tabButtonsGroup{border:1px solid var(--border-glow);background:#0000004d;border-radius:8px;gap:4px;padding:4px;display:flex;overflow-x:auto}.Projects-module__2BoJ-q__tabBtn{color:var(--foreground-dim);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:.72rem;font-weight:600;transition:all .2s}.Projects-module__2BoJ-q__tabBtn:hover{color:var(--text-bright)}.Projects-module__2BoJ-q__tabBtnActive{background:var(--border-hover);color:var(--text-bright)}.Projects-module__2BoJ-q__primaryActionBtn{border:1px solid var(--border-hover);color:var(--text-bright);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:6px;padding:6px 12px;font-size:.72rem;font-weight:600;transition:all .2s;display:flex}.Projects-module__2BoJ-q__primaryActionBtn:hover:not(:disabled){background:var(--border-glow);border-color:var(--border-hover);transform:translateY(-1px)}.Projects-module__2BoJ-q__primaryActionBtn:disabled{opacity:.6;cursor:not-allowed}.Projects-module__2BoJ-q__actionBtnRunning{background:var(--orange-dim)!important;border-color:var(--orange)!important;color:var(--orange)!important}.Projects-module__2BoJ-q__actionBtnArrow{transition:transform .3s}.Projects-module__2BoJ-q__primaryActionBtn:hover:not(:disabled) .Projects-module__2BoJ-q__actionBtnArrow{transform:translate(4px)}.Projects-module__2BoJ-q__imageTabContent{justify-content:center;align-items:center;height:100%;padding:.35rem .5rem;display:flex;overflow:hidden}.Projects-module__2BoJ-q__imageTabContentCol{flex-direction:column;justify-content:space-between;gap:6px;height:100%;padding:.35rem .5rem;display:flex;overflow:hidden}.Projects-module__2BoJ-q__screenshotViewportWrap{border:1px solid var(--border-glow);background:#0006;border-radius:8px;flex-grow:1;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__screenshotViewportWrap:hover{border-color:var(--border-hover);box-shadow:0 8px 25px #ffffff0d}.Projects-module__2BoJ-q__largeViewportImg{object-fit:cover;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;border-radius:4px;transition:transform .4s,filter .4s}.Projects-module__2BoJ-q__screenshotViewportWrap:hover .Projects-module__2BoJ-q__largeViewportImg{filter:brightness(1.1);transform:scale(1.05)}.Projects-module__2BoJ-q__inspectOverlayBadge{border:1px solid var(--border-hover);font-size:.52rem;font-family:var(--font-mono);color:var(--text-bright);text-transform:uppercase;letter-spacing:.05em;pointer-events:none;opacity:.8;z-index:10;background:#0a0a14e6;border-radius:4px;padding:2px 6px;font-weight:700;transition:all .25s;position:absolute;bottom:8px;right:8px}.Projects-module__2BoJ-q__screenshotViewportWrap:hover .Projects-module__2BoJ-q__inspectOverlayBadge{opacity:1;border-color:var(--green-glow);color:var(--green);box-shadow:0 0 8px var(--green-glow)}.Projects-module__2BoJ-q__architectureFlowSequence{white-space:nowrap;background:#ffffff05;border:1px solid #ffffff0a;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:6px 12px;display:flex;overflow-x:auto}.Projects-module__2BoJ-q__archSequenceNode{color:var(--text-bright);font-size:.72rem;font-weight:600;font-family:var(--font-mono)}.Projects-module__2BoJ-q__archSequenceArrow{color:var(--green);font-size:.7rem;font-weight:700}.Projects-module__2BoJ-q__technicalMetricsHeader{font-size:.72rem;font-family:var(--font-mono);color:var(--foreground-dim);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-glow);margin-bottom:.75rem;padding-bottom:6px}.Projects-module__2BoJ-q__technicalMetricsGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}@media (max-width:576px){.Projects-module__2BoJ-q__technicalMetricsGrid{grid-template-columns:repeat(2,1fr)}}.Projects-module__2BoJ-q__technicalMetricCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;flex-direction:column;padding:8px 12px;transition:all .3s;display:flex}.Projects-module__2BoJ-q__technicalMetricCard:hover{border-color:var(--border-hover);background:#ffffff0d;transform:translateY(-1px)}.Projects-module__2BoJ-q__technicalMetricLabel{color:var(--foreground-dim);text-transform:uppercase;letter-spacing:.02em;font-size:.65rem}.Projects-module__2BoJ-q__technicalMetricVal{color:var(--text-bright);font-size:1.15rem;font-weight:800;font-family:var(--font-mono);margin-top:4px}.Projects-module__2BoJ-q__lightboxOverlay{z-index:2000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:zoom-out;background:#030306f2;justify-content:center;align-items:center;animation:.3s Projects-module__2BoJ-q__cardFadeIn;display:flex;position:fixed;inset:0}.Projects-module__2BoJ-q__lightboxContent{justify-content:center;align-items:center;max-width:90%;max-height:90%;display:flex;position:relative}.Projects-module__2BoJ-q__lightboxClose{color:var(--text-bright);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:opacity .2s;position:absolute;top:-40px;right:0}.Projects-module__2BoJ-q__lightboxClose:hover{opacity:.8}.Projects-module__2BoJ-q__lightboxImg{object-fit:contain;max-width:100%;max-height:80vh;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:auto;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 24px 60px #000c}.Projects-module__2BoJ-q__progressionIndicator{border:1px solid var(--border-glow);white-space:nowrap;background:#0003;border-radius:6px;justify-content:center;align-items:center;gap:4px;margin:.25rem .75rem 0;padding:2px 4px;display:flex;overflow-x:auto}@media (max-width:768px){.Projects-module__2BoJ-q__progressionIndicator{margin:.25rem .6rem 0}}.Projects-module__2BoJ-q__progStepBtn{font-size:.55rem;font-family:var(--font-mono);color:var(--foreground-dim);cursor:pointer;box-sizing:border-box;opacity:.45;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:82px;height:22px;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.Projects-module__2BoJ-q__progStepBtn:hover{color:var(--text-bright);opacity:.8;background:#ffffff0d}.Projects-module__2BoJ-q__progStepActive{text-shadow:0 0 8px #0f66;color:var(--green)!important;opacity:1!important}.Projects-module__2BoJ-q__progArrow{color:var(--border-hover);opacity:.2;font-size:.65rem}.Projects-module__2BoJ-q__flowNodeCard{position:relative}.Projects-module__2BoJ-q__nodeCardTooltip{border:1px solid var(--border-hover);width:180px;color:var(--text-bright);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;pointer-events:none;opacity:0;white-space:normal;text-align:center;background:#0a0a14fa;border-radius:6px;padding:8px 10px;font-size:.72rem;line-height:1.4;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;bottom:115%;left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 8px 20px #00000080}.Projects-module__2BoJ-q__nodeCardTooltip:after{content:"";border:5px solid #0000;border-top-color:#0a0a14fa;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Projects-module__2BoJ-q__flowNodeCard:hover .Projects-module__2BoJ-q__nodeCardTooltip{opacity:1;transform:translate(-50%)translateY(0)}.Projects-module__2BoJ-q__caseStudyTabContent{flex-direction:column;justify-content:space-between;height:100%;padding:.5rem;display:flex;overflow-y:auto}.Projects-module__2BoJ-q__caseStudyHeaderMini{font-size:.65rem;font-family:var(--font-mono);color:var(--foreground-dim);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-glow);margin-bottom:4px;padding-bottom:2px}.Projects-module__2BoJ-q__caseStudyGridMini{flex-grow:1;grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}@media (max-width:576px){.Projects-module__2BoJ-q__caseStudyGridMini{grid-template-columns:1fr;gap:.4rem}}.Projects-module__2BoJ-q__caseStudyColMini{background:#ffffff03;border:1px solid #ffffff05;border-radius:4px;flex-direction:column;gap:2px;padding:4px 6px;display:flex}.Projects-module__2BoJ-q__caseStudyLabelMini{color:var(--text-bright);font-size:.6rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.02em}.Projects-module__2BoJ-q__caseStudyTextMini{color:var(--foreground-dim);margin:0;font-size:.62rem;line-height:1.3}.Projects-module__2BoJ-q__caseStudyListMini{margin:0;padding-left:8px}.Projects-module__2BoJ-q__caseStudyListItemMini{color:var(--foreground-dim);margin-top:1px;font-size:.62rem;line-height:1.3}.Projects-module__2BoJ-q__readinessHeader{font-size:.65rem;font-family:var(--font-mono);color:var(--foreground-dim);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-glow);margin-top:4px;margin-bottom:4px;padding-bottom:2px}.Projects-module__2BoJ-q__readinessGrid{flex-wrap:wrap;gap:4px 8px;display:flex}.Projects-module__2BoJ-q__readinessItem{color:var(--text-bright);font-size:.62rem;font-family:var(--font-mono)}.Projects-module__2BoJ-q__blueprintBadge{font-size:.58rem;font-family:var(--font-mono);color:#fff;z-index:10;background:#ff5c00d9;border:1px solid #ff5c00;border-radius:4px;align-items:center;gap:4px;padding:2px 6px;display:flex;position:absolute;top:6px;left:6px;box-shadow:0 2px 8px #0006}.Projects-module__2BoJ-q__lightboxControls{border:1px solid var(--border-hover);z-index:2100;background:#0a0a14f2;border-radius:8px;gap:8px;padding:4px 8px;display:flex;position:absolute;top:-45px;left:50%;transform:translate(-50%)}.Projects-module__2BoJ-q__lightboxControlBtn{color:var(--text-bright);cursor:pointer;font-size:.75rem;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;border-radius:4px;padding:4px 10px;transition:all .2s}.Projects-module__2BoJ-q__lightboxControlBtn:hover{background:var(--border-glow)}.Projects-module__2BoJ-q__card{height:330px;min-height:330px;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s,background-color .3s}.Projects-module__2BoJ-q__card:hover{transform:translateY(-4px)}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__connectorPulse{animation-duration:.8s}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__statusBadge{background:#00ff661f;border-color:#0f66;box-shadow:0 0 10px #00ff661a}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__primaryActionBtn{background:var(--border-glow);border-color:var(--border-hover);box-shadow:0 0 12px #ffffff0d}.Projects-module__2BoJ-q__cardSEO:hover{box-shadow:0 12px 30px #ff5c0014, var(--glass-shadow)!important;border-color:#ff5c0066!important}.Projects-module__2BoJ-q__cardVoice:hover{box-shadow:0 12px 30px #00bfff14, var(--glass-shadow)!important;border-color:#00bfff66!important}.Projects-module__2BoJ-q__cardGHL:hover{box-shadow:0 12px 30px #00ff6614, var(--glass-shadow)!important;border-color:#0f66!important}.Projects-module__2BoJ-q__cardTapsy:hover{box-shadow:0 12px 30px #f59e0b14, var(--glass-shadow)!important;border-color:#f59e0b66!important}.Projects-module__2BoJ-q__cardBear:hover{box-shadow:0 12px 30px #00ffff14, var(--glass-shadow)!important;border-color:#0ff6!important}.Projects-module__2BoJ-q__cardThermo:hover{box-shadow:0 12px 30px #ff5c0014, var(--glass-shadow)!important;border-color:#ff5c0066!important}.Projects-module__2BoJ-q__interactiveViewport{height:125px;min-height:125px}.Projects-module__2BoJ-q__interactiveViewport>div{animation:.2s cubic-bezier(.16,1,.3,1) forwards Projects-module__2BoJ-q__viewportFadeIn}@keyframes Projects-module__2BoJ-q__viewportFadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.Projects-module__2BoJ-q__cardTapsy:hover .Projects-module__2BoJ-q__metricGlassCard{border-color:#f59e0b4d;transform:scale(1.05);box-shadow:0 0 10px #f59e0b1a}.Projects-module__2BoJ-q__cardBear:hover .Projects-module__2BoJ-q__metricGlassCard{border-color:#00ffff4d;transform:scale(1.05);box-shadow:0 0 10px #00ffff1a}.Projects-module__2BoJ-q__cardThermo:hover .Projects-module__2BoJ-q__metricGlassCard{border-color:#ff5c004d;transform:scale(1.05);box-shadow:0 0 10px #ff5c001a}.Projects-module__2BoJ-q__cardSEO:hover .Projects-module__2BoJ-q__flowNodeCard{border-color:#ff5c004d;box-shadow:0 0 8px #ff5c0026}.Projects-module__2BoJ-q__cardTapsy:hover .Projects-module__2BoJ-q__flowNodeCard{border-color:#f59e0b4d;box-shadow:0 0 8px #f59e0b26}.Projects-module__2BoJ-q__cardBear:hover .Projects-module__2BoJ-q__flowNodeCard{border-color:#00ffff4d;box-shadow:0 0 8px #00ffff26}.Projects-module__2BoJ-q__cardThermo:hover .Projects-module__2BoJ-q__flowNodeCard{border-color:#ff5c004d;box-shadow:0 0 8px #ff5c0026}.Projects-module__2BoJ-q__tabBtn{justify-content:center;align-items:center;min-width:76px;height:28px;display:flex}.Projects-module__2BoJ-q__featuredStatsGrid{border:1px solid var(--border-glow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a1466;border-radius:12px;justify-content:center;align-items:center;gap:1.5rem;margin-top:.5rem;padding:.75rem 2rem;display:inline-flex}@media (max-width:576px){.Projects-module__2BoJ-q__featuredStatsGrid{gap:.75rem;width:90%;padding:.5rem 1rem}}.Projects-module__2BoJ-q__featuredStatItem{flex-direction:column;align-items:center;display:flex}.Projects-module__2BoJ-q__featuredStatVal{color:var(--orange);font-size:1.25rem;font-weight:800;font-family:var(--font-mono)}.Projects-module__2BoJ-q__featuredStatLbl{color:var(--foreground-dim);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.72rem;font-weight:600}.Projects-module__2BoJ-q__featuredStatDivider{background:#ffffff1a;width:1px;height:24px}.Projects-module__2BoJ-q__terminalCursor{color:var(--green);font-family:var(--font-mono);margin-left:2px;font-weight:700;animation:1s steps(2,end) infinite Projects-module__2BoJ-q__cursorBlink;display:inline-block}@keyframes Projects-module__2BoJ-q__cursorBlink{0%,to{opacity:1}50%{opacity:0}}.Projects-module__2BoJ-q__primaryActionBtn{justify-content:center;align-items:center;gap:6px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s,border-color .3s,background-color .3s;display:flex}.Projects-module__2BoJ-q__primaryActionBtn:hover{border-color:#ff5c0066;transform:scale(1.03);box-shadow:0 0 15px #ff5c0040}.Projects-module__2BoJ-q__ghostActionBtn{color:var(--text-bright);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:6px 0;font-size:.82rem;font-weight:600;transition:all .3s;display:flex}.Projects-module__2BoJ-q__ghostActionBtn:hover{color:var(--orange)}.Projects-module__2BoJ-q__ghostActionBtn .Projects-module__2BoJ-q__btnArrow{font-size:1.1em}.Projects-module__2BoJ-q__ghostActionBtn:hover .Projects-module__2BoJ-q__btnArrow{transform:translate(4px)}.Projects-module__2BoJ-q__btnArrow{transition:transform .3s cubic-bezier(.16,1,.3,1);display:inline-block}.Projects-module__2BoJ-q__primaryActionBtn:hover .Projects-module__2BoJ-q__btnArrow{transform:translate(4px)}@media (max-width:768px){.Projects-module__2BoJ-q__section{padding:2.5rem .75rem}.Projects-module__2BoJ-q__container{max-width:100%;overflow-x:hidden}.Projects-module__2BoJ-q__header{margin-bottom:2rem}.Projects-module__2BoJ-q__title{font-size:1.75rem}.Projects-module__2BoJ-q__subtitle{font-size:.95rem}.Projects-module__2BoJ-q__badge{padding:5px 10px;font-size:.65rem}.Projects-module__2BoJ-q__filters{gap:.4rem;margin-bottom:2rem}.Projects-module__2BoJ-q__filterBtn{padding:7px 14px;font-size:.78rem}.Projects-module__2BoJ-q__grid{grid-template-columns:1fr;gap:1.5rem}.Projects-module__2BoJ-q__card{box-sizing:border-box;border-radius:14px;max-width:100%;overflow:hidden;height:auto!important;min-height:auto!important;padding-bottom:.5rem!important}.Projects-module__2BoJ-q__cardHeaderArea{flex-wrap:nowrap;gap:.35rem;min-width:0;padding:.4rem .5rem .2rem}.Projects-module__2BoJ-q__cardImage{border-radius:6px;width:32px;min-width:32px;height:32px}.Projects-module__2BoJ-q__cardIcon{font-size:1rem}.Projects-module__2BoJ-q__cardHeaderTitleWrap{flex:1;min-width:0;overflow:hidden}.Projects-module__2BoJ-q__cardTitle{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.Projects-module__2BoJ-q__cardCategoryLabel{font-size:.5rem}.Projects-module__2BoJ-q__statusIndicator{flex-shrink:0}.Projects-module__2BoJ-q__statusBadge{padding:1px 5px}.Projects-module__2BoJ-q__statusText{font-size:.5rem}.Projects-module__2BoJ-q__statusDot{width:5px;height:5px}.Projects-module__2BoJ-q__statusActivity{font-size:.5rem}.Projects-module__2BoJ-q__statusUpdated{font-size:.45rem}.Projects-module__2BoJ-q__statusTooltip{width:180px;right:-10px}.Projects-module__2BoJ-q__aiOrb{width:28px;height:28px;top:10px;right:10px}.Projects-module__2BoJ-q__aiOrbIcon{font-size:.85rem}.Projects-module__2BoJ-q__aiOrbExplainer{width:200px;padding:.65rem;font-size:.72rem;right:-8px}.Projects-module__2BoJ-q__aiOrbTitle{font-size:.78rem}.Projects-module__2BoJ-q__aiOrbText{font-size:.68rem}.Projects-module__2BoJ-q__interactiveViewport{border-radius:6px;margin:.3rem .5rem 0;height:auto!important;min-height:120px!important}.Projects-module__2BoJ-q__dashboardTabContent{padding:.35rem .5rem}.Projects-module__2BoJ-q__flowTitle{font-size:.52rem}.Projects-module__2BoJ-q__flowNodesList{-webkit-overflow-scrolling:touch;gap:2px;max-width:100%;padding-bottom:4px;overflow-x:auto}.Projects-module__2BoJ-q__flowNodeCard{flex-shrink:0;gap:3px;padding:2px 4px}.Projects-module__2BoJ-q__flowNodeName{font-size:.52rem}.Projects-module__2BoJ-q__flowConnector{width:10px;min-width:10px}.Projects-module__2BoJ-q__metricsGrid{grid-template-columns:repeat(2,1fr);gap:.25rem}.Projects-module__2BoJ-q__metricGlassCard{padding:3px 4px}.Projects-module__2BoJ-q__metricVal{font-size:.72rem}.Projects-module__2BoJ-q__metricLabel{font-size:.48rem}.Projects-module__2BoJ-q__cardBody{padding:.25rem .5rem}.Projects-module__2BoJ-q__tagWrapper{gap:3px;height:auto!important;overflow:visible!important}.Projects-module__2BoJ-q__tag{padding:1px 4px;font-size:.5rem}.Projects-module__2BoJ-q__cardText{-webkit-line-clamp:3;font-size:.62rem;height:auto!important;min-height:28px!important}.Projects-module__2BoJ-q__cardActionFooter{flex-direction:column;align-items:stretch;gap:.4rem;padding:.25rem .5rem .5rem}.Projects-module__2BoJ-q__tabButtonsGroup{-webkit-overflow-scrolling:touch;justify-content:flex-start;gap:3px;width:100%;padding:3px;overflow-x:auto}.Projects-module__2BoJ-q__tabBtn{flex-shrink:0;padding:5px 8px;font-size:.62rem}.Projects-module__2BoJ-q__primaryActionBtn{justify-content:center;width:100%;padding:8px 12px;font-size:.68rem}.Projects-module__2BoJ-q__progressionIndicator{-webkit-overflow-scrolling:touch;gap:2px;margin:.2rem .5rem 0;padding:2px 3px;justify-content:flex-start!important;overflow-x:auto!important}.Projects-module__2BoJ-q__progStepBtn{height:20px;padding:0 4px;flex:none!important;width:auto!important;min-width:0!important;font-size:.48rem!important}.Projects-module__2BoJ-q__progArrow{font-size:.5rem}}@media (max-width:480px){.Projects-module__2BoJ-q__section{padding:2rem .5rem}.Projects-module__2BoJ-q__title{font-size:1.4rem}.Projects-module__2BoJ-q__subtitle{font-size:.85rem}.Projects-module__2BoJ-q__filterBtn{padding:5px 10px;font-size:.72rem}.Projects-module__2BoJ-q__grid{gap:1.25rem}.Projects-module__2BoJ-q__card{border-radius:12px}.Projects-module__2BoJ-q__cardHeaderArea{gap:.3rem;padding:.35rem .4rem .15rem}.Projects-module__2BoJ-q__cardImage{width:28px;min-width:28px;height:28px}.Projects-module__2BoJ-q__cardIcon{font-size:.9rem}.Projects-module__2BoJ-q__cardTitle{font-size:.75rem}.Projects-module__2BoJ-q__cardCategoryLabel{font-size:.45rem}.Projects-module__2BoJ-q__interactiveViewport{margin:.25rem .4rem 0;min-height:100px!important}.Projects-module__2BoJ-q__dashboardTabContent{padding:.3rem .4rem}.Projects-module__2BoJ-q__flowNodeName{font-size:.48rem}.Projects-module__2BoJ-q__flowConnector{width:8px;min-width:8px}.Projects-module__2BoJ-q__metricsGrid{gap:.2rem}.Projects-module__2BoJ-q__metricVal{font-size:.65rem}.Projects-module__2BoJ-q__metricLabel{font-size:.42rem}.Projects-module__2BoJ-q__cardBody{padding:.2rem .4rem}.Projects-module__2BoJ-q__tag{padding:1px 3px;font-size:.45rem}.Projects-module__2BoJ-q__cardText{font-size:.58rem}.Projects-module__2BoJ-q__cardActionFooter{padding:.2rem .4rem .4rem}.Projects-module__2BoJ-q__tabBtn{padding:4px 6px;font-size:.58rem}.Projects-module__2BoJ-q__primaryActionBtn{padding:7px 10px;font-size:.62rem}.Projects-module__2BoJ-q__progressionIndicator{margin:.15rem .4rem 0}.Projects-module__2BoJ-q__progStepBtn{height:18px;padding:0 3px;font-size:.44rem!important}.Projects-module__2BoJ-q__aiOrb{width:24px;height:24px;top:8px;right:8px}.Projects-module__2BoJ-q__aiOrbIcon{font-size:.75rem}.Projects-module__2BoJ-q__aiOrbExplainer{width:180px;padding:.5rem}.Projects-module__2BoJ-q__statusBadge{gap:2px;padding:1px 4px}.Projects-module__2BoJ-q__statusText{font-size:.45rem}.Projects-module__2BoJ-q__statusDot{width:4px;height:4px}.Projects-module__2BoJ-q__statusActivity,.Projects-module__2BoJ-q__statusUpdated{display:none}}
.ProgressionDashboard-module__PLL5yq__section{z-index:2;padding:1.5rem 2rem;position:relative}@media (max-width:768px){.ProgressionDashboard-module__PLL5yq__section{padding:1rem 1.25rem}}.ProgressionDashboard-module__PLL5yq__container{width:100%}.ProgressionDashboard-module__PLL5yq__header{text-align:center;margin-bottom:1.5rem}.ProgressionDashboard-module__PLL5yq__badge{text-transform:uppercase;letter-spacing:.1em;background:var(--purple-dim);border:1px solid var(--purple-glow);color:var(--purple);font-size:.75rem;font-weight:600;font-family:var(--font-mono);border-radius:9999px;margin-bottom:1.25rem;padding:6px 14px;display:inline-block}.ProgressionDashboard-module__PLL5yq__title{letter-spacing:-.02em;background:var(--name-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.ProgressionDashboard-module__PLL5yq__subtitle{color:var(--foreground-dim);max-width:600px;margin:0 auto;font-size:1.125rem}.ProgressionDashboard-module__PLL5yq__dashboard{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;margin-bottom:2.5rem;display:grid}@media (max-width:992px){.ProgressionDashboard-module__PLL5yq__dashboard{grid-template-columns:1fr;gap:2.5rem}}.ProgressionDashboard-module__PLL5yq__profilePanel,.ProgressionDashboard-module__PLL5yq__skillsPanel{background:var(--bg-secondary);border:1px solid var(--border-glow);-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);box-shadow:var(--glass-shadow);border-radius:20px;flex-direction:column;padding:2.5rem;display:flex}@media (max-width:768px){.ProgressionDashboard-module__PLL5yq__profilePanel,.ProgressionDashboard-module__PLL5yq__skillsPanel{padding:1.5rem}}.ProgressionDashboard-module__PLL5yq__levelCard{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.ProgressionDashboard-module__PLL5yq__shieldWrapper{flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative}.ProgressionDashboard-module__PLL5yq__glowingOrb{background:radial-gradient(circle, var(--orange) 0%, transparent 70%);filter:blur(8px);opacity:.35;border-radius:50%;animation:2s infinite alternate ProgressionDashboard-module__PLL5yq__levelPulse;position:absolute;inset:-5px}@keyframes ProgressionDashboard-module__PLL5yq__levelPulse{0%{opacity:.25;transform:scale(.95)}to{opacity:.45;transform:scale(1.05)}}.ProgressionDashboard-module__PLL5yq__shield{background:linear-gradient(135deg, var(--orange) 0%, var(--purple) 100%);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);color:#fff;text-shadow:0 2px 5px #0000004d;border:2px solid #ffffff1a;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.8rem;font-weight:800;display:flex;position:relative;box-shadow:inset 0 0 10px #0006}.ProgressionDashboard-module__PLL5yq__levelDetails{flex-direction:column;display:flex}.ProgressionDashboard-module__PLL5yq__rankLabel{font-size:.72rem;font-family:var(--font-mono);color:var(--orange);letter-spacing:.05em;font-weight:700}.ProgressionDashboard-module__PLL5yq__rankTitle{color:var(--text-bright);margin-top:2px;font-size:1.35rem;font-weight:800}.ProgressionDashboard-module__PLL5yq__rankDesc{color:var(--foreground-dim);margin-top:4px;font-size:.85rem}.ProgressionDashboard-module__PLL5yq__xpProgressGroup{margin-bottom:2.5rem}.ProgressionDashboard-module__PLL5yq__xpLabels{justify-content:space-between;margin-bottom:8px;display:flex}.ProgressionDashboard-module__PLL5yq__xpText{font-size:.75rem;font-family:var(--font-mono);color:var(--foreground-dim);font-weight:700}.ProgressionDashboard-module__PLL5yq__xpNumber{font-size:.8rem;font-family:var(--font-mono);color:var(--text-bright);font-weight:700}.ProgressionDashboard-module__PLL5yq__xpTrack{background:var(--border-glow);border:1px solid var(--border-hover);border-radius:6px;width:100%;height:12px;overflow:hidden}.ProgressionDashboard-module__PLL5yq__xpFill{background:linear-gradient(90deg, var(--orange) 0%, var(--purple) 100%);border-radius:inherit;width:0%;height:100%;box-shadow:0 0 10px var(--orange-glow);transition:width 1.8s cubic-bezier(.16,1,.3,1)}.ProgressionDashboard-module__PLL5yq__xpNextLevel{color:var(--foreground-dim);margin-top:8px;font-size:.72rem;font-style:italic;display:block}.ProgressionDashboard-module__PLL5yq__gridMiniStats{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:576px){.ProgressionDashboard-module__PLL5yq__gridMiniStats{grid-template-columns:1fr}}.ProgressionDashboard-module__PLL5yq__miniStatCard{background:var(--card-bg);border:1px solid var(--card-border);transition:var(--transition-fast);border-radius:12px;flex-direction:column;padding:1rem 1.25rem;display:flex}.ProgressionDashboard-module__PLL5yq__miniStatCard:hover{border-color:var(--border-hover);background:var(--bg-tertiary);transform:translateY(-2px)}.ProgressionDashboard-module__PLL5yq__miniValue{color:var(--orange);font-size:1.6rem;font-weight:800;font-family:var(--font-mono)}.ProgressionDashboard-module__PLL5yq__miniLabel{color:var(--foreground-dim);margin-top:4px;font-size:.75rem}.ProgressionDashboard-module__PLL5yq__panelTitleHero{color:var(--text-bright);border-bottom:1px solid var(--border-glow);margin-bottom:1.75rem;padding-bottom:.75rem;font-size:1.35rem;font-weight:800}.ProgressionDashboard-module__PLL5yq__panelTitle{color:var(--text-bright);border-bottom:1px solid var(--border-glow);margin-bottom:1.75rem;padding-bottom:.75rem;font-size:1.2rem;font-weight:700}.ProgressionDashboard-module__PLL5yq__skillList{flex-direction:column;gap:1.5rem;display:flex}.ProgressionDashboard-module__PLL5yq__skillCategoryItem{flex-direction:column;gap:.5rem;display:flex}.ProgressionDashboard-module__PLL5yq__skillCategoryHeader{letter-spacing:.05em;text-transform:uppercase;font-size:.88rem;font-weight:700}.ProgressionDashboard-module__PLL5yq__skillPills{flex-wrap:wrap;gap:.5rem;display:flex}.ProgressionDashboard-module__PLL5yq__skillPill{background:var(--border-glow);border:1px solid var(--border-hover);color:var(--text-bright);border-radius:999px;padding:4px 10px;font-size:.75rem;transition:all .3s}.ProgressionDashboard-module__PLL5yq__skillPill:hover{background:#ffffff14;border-color:#fff3}.ProgressionDashboard-module__PLL5yq__missionsSection{margin-top:2rem}.ProgressionDashboard-module__PLL5yq__missionsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (max-width:992px){.ProgressionDashboard-module__PLL5yq__missionsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ProgressionDashboard-module__PLL5yq__missionsGrid{grid-template-columns:1fr;gap:1.5rem}}.ProgressionDashboard-module__PLL5yq__missionCard{background:var(--card-bg);border:1px solid var(--card-border);border-left:4px solid var(--mission-accent);transition:var(--transition-normal);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.ProgressionDashboard-module__PLL5yq__missionCard:hover{border-color:var(--card-border-hover);background:var(--card-bg-hover);transform:translateY(-4px)scale(1.02);box-shadow:0 10px 40px #0006,0 0 24px #ff8c004d}.ProgressionDashboard-module__PLL5yq__missionHeader{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.ProgressionDashboard-module__PLL5yq__missionBadge{color:var(--text-bright);background:var(--border-glow);border:1px solid var(--border-hover);border-radius:4px;padding:3px 8px;font-size:.72rem;font-weight:700}.ProgressionDashboard-module__PLL5yq__missionXP{font-size:.8rem;font-family:var(--font-mono);color:var(--orange);font-weight:700}.ProgressionDashboard-module__PLL5yq__missionTitle{color:var(--text-bright);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.ProgressionDashboard-module__PLL5yq__missionDesc{color:var(--foreground-dim);margin-bottom:1.5rem;font-size:.85rem;line-height:1.6}.ProgressionDashboard-module__PLL5yq__missionFooter{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.ProgressionDashboard-module__PLL5yq__missionIcon{font-size:1.5rem}.ProgressionDashboard-module__PLL5yq__missionLink{color:var(--foreground-dim);font-size:.75rem;font-weight:600;text-decoration:none;transition:color .3s}.ProgressionDashboard-module__PLL5yq__missionLink:hover{color:var(--text-bright)}.ProgressionDashboard-module__PLL5yq__statusSuccess{font-size:.65rem;font-family:var(--font-mono);color:var(--green);text-transform:uppercase;letter-spacing:.05em;font-weight:800}@media (max-width:480px){.ProgressionDashboard-module__PLL5yq__section{padding:1rem .5rem}.ProgressionDashboard-module__PLL5yq__title{font-size:1.85rem}.ProgressionDashboard-module__PLL5yq__subtitle{font-size:.9rem}.ProgressionDashboard-module__PLL5yq__badge{padding:4px 10px;font-size:.65rem}.ProgressionDashboard-module__PLL5yq__header{margin-bottom:1.5rem}.ProgressionDashboard-module__PLL5yq__profilePanel,.ProgressionDashboard-module__PLL5yq__skillsPanel{border-radius:14px;padding:1.25rem}.ProgressionDashboard-module__PLL5yq__shieldWrapper{width:55px;height:55px}.ProgressionDashboard-module__PLL5yq__shield{font-size:1.4rem}.ProgressionDashboard-module__PLL5yq__levelCard{gap:1rem}.ProgressionDashboard-module__PLL5yq__rankTitle{font-size:1.1rem}.ProgressionDashboard-module__PLL5yq__rankDesc{font-size:.78rem}.ProgressionDashboard-module__PLL5yq__rankLabel{font-size:.65rem}.ProgressionDashboard-module__PLL5yq__missionCard{border-radius:10px;padding:1.25rem}.ProgressionDashboard-module__PLL5yq__missionTitle{font-size:.95rem}.ProgressionDashboard-module__PLL5yq__missionDesc{margin-bottom:1rem;font-size:.78rem}.ProgressionDashboard-module__PLL5yq__panelTitle{margin-bottom:1.25rem;font-size:1.05rem}.ProgressionDashboard-module__PLL5yq__skillName{font-size:.82rem}.ProgressionDashboard-module__PLL5yq__miniStatCard{padding:.75rem 1rem}}
.TechStackGrid-module__jptKfq__section{z-index:1;background-color:#0000;padding:3rem 1rem;position:relative;overflow:hidden}.TechStackGrid-module__jptKfq__container{max-width:var(--max-width);z-index:2;margin:0 auto;position:relative}.TechStackGrid-module__jptKfq__header{text-align:center;margin-bottom:4rem}.TechStackGrid-module__jptKfq__badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-dim);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;margin-bottom:1rem;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-block}.TechStackGrid-module__jptKfq__title{color:var(--text-bright);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.TechStackGrid-module__jptKfq__subtitle{color:var(--foreground-dim);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.TechStackGrid-module__jptKfq__grid{opacity:0;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;display:grid;transform:translateY(30px)}.TechStackGrid-module__jptKfq__grid.TechStackGrid-module__jptKfq__animate{animation:.8s cubic-bezier(.16,1,.3,1) forwards TechStackGrid-module__jptKfq__slideUp}@keyframes TechStackGrid-module__jptKfq__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.TechStackGrid-module__jptKfq__categoryCard{background:var(--glass-bg);border:var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:16px;flex-direction:column;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.TechStackGrid-module__jptKfq__grid.TechStackGrid-module__jptKfq__animate .TechStackGrid-module__jptKfq__categoryCard{animation:.6s cubic-bezier(.16,1,.3,1) forwards TechStackGrid-module__jptKfq__fadeUpItem}@keyframes TechStackGrid-module__jptKfq__fadeUpItem{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.TechStackGrid-module__jptKfq__categoryCard:hover{border-color:var(--card-border-hover);box-shadow:0 10px 40px #00000026, 0 0 24px var(--orange-glow);transform:translateY(-5px)}.TechStackGrid-module__jptKfq__cardGlow{background:radial-gradient(circle at top center, var(--card-accent), transparent 70%);opacity:.05;pointer-events:none;height:150px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.TechStackGrid-module__jptKfq__categoryCard:hover .TechStackGrid-module__jptKfq__cardGlow{opacity:.15}.TechStackGrid-module__jptKfq__cardHeader{z-index:2;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex;position:relative}.TechStackGrid-module__jptKfq__cardIcon{background:var(--border-glow);border:1px solid var(--card-border);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.8rem;display:flex}.TechStackGrid-module__jptKfq__cardTitle{color:var(--text-bright);font-size:1.25rem;font-weight:700}.TechStackGrid-module__jptKfq__itemsGrid{z-index:2;flex-wrap:wrap;gap:10px;display:flex;position:relative}.TechStackGrid-module__jptKfq__techPill{font-size:.85rem;font-family:var(--font-mono);background:var(--border-glow);border:1px solid var(--card-accent);color:var(--text-bright);cursor:default;border-radius:8px;padding:6px 12px;transition:all .2s}.TechStackGrid-module__jptKfq__techPill:hover{color:var(--text-bright);background:#ffffff1a;border-color:#fff3}@media (max-width:1024px){.TechStackGrid-module__jptKfq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.TechStackGrid-module__jptKfq__section{padding:1.5rem 1rem}.TechStackGrid-module__jptKfq__grid{grid-template-columns:1fr}}
.Timeline-module__ah2UrG__section{z-index:2;padding:2.5rem 2rem;position:relative}@media (max-width:768px){.Timeline-module__ah2UrG__section{padding:1.5rem 1.25rem}}.Timeline-module__ah2UrG__container{width:100%}.Timeline-module__ah2UrG__header{text-align:center;margin-bottom:2.5rem}.Timeline-module__ah2UrG__badge{text-transform:uppercase;letter-spacing:.1em;background:var(--orange-dim);border:1px solid var(--orange-glow);color:var(--orange);font-size:.75rem;font-weight:600;font-family:var(--font-mono);border-radius:9999px;margin-bottom:1.25rem;padding:6px 14px;display:inline-block}.Timeline-module__ah2UrG__title{letter-spacing:-.02em;background:var(--name-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.Timeline-module__ah2UrG__subtitle{color:var(--foreground-dim);max-width:600px;margin:0 auto;font-size:1.125rem}.Timeline-module__ah2UrG__timeline{max-width:1000px;margin:0 auto;padding:2rem 0;position:relative}.Timeline-module__ah2UrG__line{background:linear-gradient(to bottom, transparent, var(--border-glow) 10%, var(--border-glow) 90%, transparent);width:2px;position:absolute;top:0;bottom:0;left:200px}@media (max-width:768px){.Timeline-module__ah2UrG__line{left:20px}}.Timeline-module__ah2UrG__item{margin-bottom:2.5rem;display:flex;position:relative}@media (max-width:768px){.Timeline-module__ah2UrG__item{flex-direction:column;padding-left:50px}}.Timeline-module__ah2UrG__marker{background:var(--bg-primary);border:2px solid var(--orange);z-index:10;border-radius:50%;justify-content:center;align-items:center;width:12px;height:12px;display:flex;position:absolute;top:24px;left:201px;transform:translate(-50%,-50%)}@media (max-width:768px){.Timeline-module__ah2UrG__marker{top:18px;left:21px}}.Timeline-module__ah2UrG__markerInner{background:var(--text-bright);border-radius:50%;width:4px;height:4px}.Timeline-module__ah2UrG__timeWrapper{text-align:right;flex-direction:column;flex-shrink:0;width:180px;margin-top:14px;padding-right:30px;display:flex}@media (max-width:768px){.Timeline-module__ah2UrG__timeWrapper{text-align:left;width:100%;margin-top:0;margin-bottom:1rem;padding-right:0}}.Timeline-module__ah2UrG__time{font-family:var(--font-mono);color:var(--text-bright);font-size:.88rem;font-weight:700}.Timeline-module__ah2UrG__location{color:var(--foreground-dim);margin-top:4px;font-size:.8rem}.Timeline-module__ah2UrG__cardWrapper{flex-grow:1}.Timeline-module__ah2UrG__card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:100%;box-shadow:var(--glass-shadow);border-radius:16px;transition:border-color .4s,background-color .4s}.Timeline-module__ah2UrG__card:hover{border-color:var(--card-border-hover);background:var(--card-bg-hover)}.Timeline-module__ah2UrG__cardContent{padding:2.25rem}@media (max-width:768px){.Timeline-module__ah2UrG__cardContent{padding:1.5rem}}.Timeline-module__ah2UrG__roleTitle{color:var(--text-bright);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.Timeline-module__ah2UrG__companyName{color:var(--orange);margin-top:4px;font-size:.95rem;font-weight:600}.Timeline-module__ah2UrG__bullets{margin-top:1.5rem;margin-bottom:2rem;list-style:none}.Timeline-module__ah2UrG__bulletItem{color:var(--foreground-dim);margin-bottom:.75rem;padding-left:18px;font-size:.9rem;line-height:1.6;position:relative}.Timeline-module__ah2UrG__bulletItem:before{content:"↳";color:var(--orange);font-family:var(--font-mono);position:absolute;top:0;left:0}.Timeline-module__ah2UrG__tags{flex-wrap:wrap;gap:8px;display:flex}.Timeline-module__ah2UrG__tag{font-size:.75rem;font-family:var(--font-mono);background:var(--orange-dim);border:1px solid var(--border-glow);color:var(--orange);border-radius:4px;padding:4px 10px;font-weight:600}@media (max-width:480px){.Timeline-module__ah2UrG__section{padding:1rem .5rem}.Timeline-module__ah2UrG__title{font-size:1.85rem}.Timeline-module__ah2UrG__subtitle{font-size:.9rem}.Timeline-module__ah2UrG__badge{padding:4px 10px;font-size:.65rem}.Timeline-module__ah2UrG__item{padding-left:40px}.Timeline-module__ah2UrG__cardContent{padding:1.25rem}.Timeline-module__ah2UrG__roleTitle{font-size:1.05rem}.Timeline-module__ah2UrG__companyName{font-size:.85rem}.Timeline-module__ah2UrG__bulletItem{font-size:.82rem}.Timeline-module__ah2UrG__tag{padding:3px 8px;font-size:.68rem}.Timeline-module__ah2UrG__tags{gap:6px}}
.ContactForm-module__j1WgZG__section{z-index:2;padding:2.5rem 2rem;position:relative}@media (max-width:768px){.ContactForm-module__j1WgZG__section{padding:1.5rem 1.25rem}}.ContactForm-module__j1WgZG__container{width:100%}.ContactForm-module__j1WgZG__header{text-align:center;margin-bottom:2.5rem}.ContactForm-module__j1WgZG__badge{text-transform:uppercase;letter-spacing:.1em;background:var(--orange-dim);border:1px solid var(--orange-glow);color:var(--orange);font-size:.75rem;font-weight:600;font-family:var(--font-mono);border-radius:9999px;margin-bottom:1.25rem;padding:6px 14px;display:inline-block}.ContactForm-module__j1WgZG__title{letter-spacing:-.02em;background:var(--name-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.ContactForm-module__j1WgZG__subtitle{color:var(--foreground-dim);max-width:600px;margin:0 auto;font-size:1.125rem}.ContactForm-module__j1WgZG__grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;display:grid}@media (max-width:992px){.ContactForm-module__j1WgZG__grid{grid-template-columns:1fr;gap:3rem}}.ContactForm-module__j1WgZG__infoCol{flex-direction:column;display:flex}.ContactForm-module__j1WgZG__infoTitle{color:var(--text-bright);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.ContactForm-module__j1WgZG__infoText{color:var(--foreground-dim);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.ContactForm-module__j1WgZG__contactItems{flex-direction:column;gap:1.75rem;display:flex}.ContactForm-module__j1WgZG__contactItem{align-items:center;gap:1.25rem;display:flex}.ContactForm-module__j1WgZG__contactIcon{background:var(--card-bg);border:1px solid var(--card-border);width:48px;height:48px;color:var(--text-bright);border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.ContactForm-module__j1WgZG__contactTexts{flex-direction:column;display:flex}.ContactForm-module__j1WgZG__contactLabel{font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;color:var(--foreground-dim);font-weight:700}.ContactForm-module__j1WgZG__contactLink{color:var(--text-bright);transition:var(--transition-fast);margin-top:4px;font-size:1rem;font-weight:600}.ContactForm-module__j1WgZG__contactLink:hover{color:var(--orange)}.ContactForm-module__j1WgZG__formPanel{background:var(--bg-secondary);border:1px solid var(--border-glow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--glass-shadow);border-radius:20px;flex-direction:column;justify-content:center;min-height:440px;padding:3rem;display:flex}@media (max-width:768px){.ContactForm-module__j1WgZG__formPanel{padding:2rem 1.5rem}}.ContactForm-module__j1WgZG__form{flex-direction:column;gap:1.5rem;display:flex}.ContactForm-module__j1WgZG__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:576px){.ContactForm-module__j1WgZG__row{grid-template-columns:1fr;gap:1.5rem}}.ContactForm-module__j1WgZG__formGroup{flex-direction:column;display:flex}.ContactForm-module__j1WgZG__formLabel{color:var(--text-bright);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.ContactForm-module__j1WgZG__formInput,.ContactForm-module__j1WgZG__formSelect,.ContactForm-module__j1WgZG__formTextarea{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-bright);font-size:.95rem;font-family:var(--font-sans);border-radius:8px;width:100%;padding:12px 16px;transition:all .3s}.ContactForm-module__j1WgZG__formInput:focus,.ContactForm-module__j1WgZG__formSelect:focus,.ContactForm-module__j1WgZG__formTextarea:focus{border-color:var(--orange);background:#ff5c0005;outline:none;box-shadow:0 0 10px #ff5c001a}.ContactForm-module__j1WgZG__formSelect{cursor:pointer;appearance:none}.ContactForm-module__j1WgZG__formSelect option{background:var(--bg-tertiary);color:var(--text-bright)}.ContactForm-module__j1WgZG__formTextarea{resize:vertical}.ContactForm-module__j1WgZG__submitBtn{background:linear-gradient(135deg, var(--orange) 0%, #cc4a00 100%);color:#fff;cursor:pointer;width:100%;font-size:1rem;font-weight:600;font-family:var(--font-sans);border:none;border-radius:8px;margin-top:1rem;padding:1rem;transition:all .3s;box-shadow:0 4px 15px #ff5c0033}.ContactForm-module__j1WgZG__submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff5c0059}.ContactForm-module__j1WgZG__webhookOverlay{flex-direction:column;display:flex}.ContactForm-module__j1WgZG__webhookHeader{border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.ContactForm-module__j1WgZG__pulseDot{background-color:var(--green);width:8px;height:8px;box-shadow:0 0 10px var(--green);border-radius:50%;animation:1.2s infinite ContactForm-module__j1WgZG__pulseDotGlow}@keyframes ContactForm-module__j1WgZG__pulseDotGlow{0%,to{opacity:.4}50%{opacity:1}}.ContactForm-module__j1WgZG__webhookTitle{color:var(--text-bright);font-size:1.1rem;font-weight:700}.ContactForm-module__j1WgZG__webhookSteps{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.ContactForm-module__j1WgZG__webhookStep{align-items:start;gap:12px;transition:opacity .4s;display:flex}.ContactForm-module__j1WgZG__stepIndicator{border:1.5px solid var(--border-hover);width:20px;height:20px;color:var(--text-bright);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;transition:all .3s;display:flex}.ContactForm-module__j1WgZG__stepTexts{flex-direction:column;display:flex}.ContactForm-module__j1WgZG__stepTitle{font-size:.88rem;font-weight:600}.ContactForm-module__j1WgZG__stepSubtext{color:var(--foreground-dim);margin-top:2px;font-size:.78rem}.ContactForm-module__j1WgZG__stepPending{opacity:.3}.ContactForm-module__j1WgZG__stepProcessing{opacity:1}.ContactForm-module__j1WgZG__stepProcessing .ContactForm-module__j1WgZG__stepIndicator{border-color:var(--orange);color:var(--orange);animation:1s infinite alternate ContactForm-module__j1WgZG__stepBlink}@keyframes ContactForm-module__j1WgZG__stepBlink{0%{opacity:.6;transform:scale(.9)}to{opacity:1;transform:scale(1.05)}}.ContactForm-module__j1WgZG__stepSuccess{opacity:1}.ContactForm-module__j1WgZG__stepSuccess .ContactForm-module__j1WgZG__stepIndicator{background:var(--green);border-color:var(--green);color:var(--bg-primary)}.ContactForm-module__j1WgZG__stepSuccess .ContactForm-module__j1WgZG__stepTitle{color:var(--green)}.ContactForm-module__j1WgZG__jsonWrapper{background:var(--terminal-bg);border:1px solid var(--border-glow);height:140px;font-family:var(--font-mono);border-radius:8px;margin-bottom:1.5rem;padding:1.25rem;font-size:.78rem;line-height:1.5;overflow-y:auto}.ContactForm-module__j1WgZG__jsonCode{color:#34d399;white-space:pre-wrap}.ContactForm-module__j1WgZG__btnReset{box-shadow:none;background:0 0;border:1px solid #ffffff1a;animation:.5s forwards ContactForm-module__j1WgZG__buttonFadeIn}.ContactForm-module__j1WgZG__btnReset:hover{box-shadow:none;background:#ffffff0a;border-color:#fff3}@keyframes ContactForm-module__j1WgZG__buttonFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.ContactForm-module__j1WgZG__section{padding:1rem .5rem}.ContactForm-module__j1WgZG__title{font-size:1.85rem}.ContactForm-module__j1WgZG__subtitle{font-size:.9rem}.ContactForm-module__j1WgZG__badge{padding:4px 10px;font-size:.65rem}.ContactForm-module__j1WgZG__header{margin-bottom:1.5rem}.ContactForm-module__j1WgZG__infoTitle{font-size:1.35rem}.ContactForm-module__j1WgZG__infoText{margin-bottom:1.5rem;font-size:.9rem}.ContactForm-module__j1WgZG__contactIcon{border-radius:10px;width:40px;height:40px;font-size:1rem}.ContactForm-module__j1WgZG__contactLabel{font-size:.68rem}.ContactForm-module__j1WgZG__contactLink{font-size:.88rem}.ContactForm-module__j1WgZG__formPanel{border-radius:14px;padding:1.5rem 1rem}.ContactForm-module__j1WgZG__formInput,.ContactForm-module__j1WgZG__formSelect,.ContactForm-module__j1WgZG__formTextarea{padding:10px 12px;font-size:.88rem}.ContactForm-module__j1WgZG__submitBtn{padding:.85rem;font-size:.9rem}.ContactForm-module__j1WgZG__jsonWrapper{height:120px;padding:1rem;font-size:.72rem}.ContactForm-module__j1WgZG__webhookTitle{font-size:.95rem}.ContactForm-module__j1WgZG__stepTitle{font-size:.82rem}.ContactForm-module__j1WgZG__stepSubtext{font-size:.72rem}}
