@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap";
:root{--bg-primary:#0a0a0f;--bg-secondary:#12121a;--bg-tertiary:#1a1a2e;--bg-glass:#ffffff0a;--bg-glass-hover:#ffffff14;--border-glass:#ffffff14;--border-glass-hover:#ffffff26;--accent-blue:#00d4ff;--accent-green:#39ff14;--accent-purple:#8b5cf6;--accent-pink:#ec4899;--accent-orange:#f59e0b;--text-primary:#f0f0f5;--text-secondary:#9ca3af;--text-muted:#6b7280;--glow-blue:0 0 20px #00d4ff4d, 0 0 40px #00d4ff1a;--glow-green:0 0 20px #39ff144d, 0 0 40px #39ff141a;--glow-purple:0 0 20px #8b5cf64d, 0 0 40px #8b5cf61a;--gradient-primary:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));--gradient-secondary:linear-gradient(135deg, var(--accent-green), var(--accent-blue));--gradient-hero:linear-gradient(180deg, transparent 0%, var(--bg-primary) 100%);--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--section-padding:120px 0;--container-width:1200px;--container-padding:0 24px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none}img{max-width:100%;height:auto}ul,ol{list-style:none}.container{max-width:var(--container-width);padding:var(--container-padding);width:100%;margin:0 auto}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-secondary{background:var(--gradient-secondary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-red{background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-blue{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-label{text-transform:uppercase;letter-spacing:2px;color:var(--accent-blue);align-items:center;gap:8px;margin-bottom:16px;font-size:.85rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--accent-blue);border-radius:2px;width:24px;height:2px}.section-title{margin-bottom:20px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15}.section-subtitle{color:var(--text-secondary);max-width:600px;font-size:1.1rem;line-height:1.7}.glass-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);transition:all var(--transition-base)}.glass-card:hover{background:var(--bg-glass-hover);border-color:var(--border-glass-hover)}.glow-btn{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);transition:all var(--transition-base);align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.glow-btn:before{content:"";background:var(--gradient-primary);filter:blur(20px);opacity:0;transition:opacity var(--transition-base);z-index:-1;position:absolute;inset:0}.glow-btn:hover{box-shadow:var(--glow-blue);transform:translateY(-2px)}.glow-btn:hover:before{opacity:.6}@keyframes pulseGlow{0%,to{box-shadow:0 0 8px #00d4ff33,0 0 16px #00d4ff0d}50%{box-shadow:0 0 16px #00d4ff66,0 0 32px #00d4ff26}}.glow-btn{animation:3s ease-in-out infinite pulseGlow}.glow-btn:hover{animation:none}.glow-btn-outline{color:var(--text-primary);border-radius:var(--radius-full);border:1px solid var(--border-glass-hover);transition:all var(--transition-base);background:0 0;align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;display:inline-flex}.glow-btn-outline:hover{background:var(--bg-glass-hover);border-color:var(--accent-blue);transform:translateY(-2px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-blue)}::selection{color:var(--text-primary);background:#00d4ff4d}@keyframes hologramSweep{0%{transform:translateY(-100vh)}to{transform:translateY(100vh)}}@keyframes gridFlicker{0%,to{opacity:.025}50%{opacity:.045}}body:before{content:"";z-index:1;pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 119px,#00d4ff05 119px 120px),repeating-linear-gradient(90deg,#0000,#0000 119px,#00d4ff05 119px 120px);animation:8s ease-in-out infinite gridFlicker;position:fixed;inset:0}body:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#00d4ff26 20%,#8b5cf633 50%,#00d4ff26 80%,#0000 100%);width:100%;height:4px;animation:12s linear infinite hologramSweep;position:fixed;top:0;left:0;box-shadow:0 0 20px #00d4ff1a,0 0 60px #8b5cf60d}section{position:relative}section:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#00d4ff14 20%,#8b5cf61f 50%,#00d4ff14 80%,#0000);width:80%;height:1px;position:absolute;bottom:0;left:10%}@media (prefers-reduced-motion:reduce){body:before,body:after,section:after{opacity:.02;animation:none!important}}
.Navbar-module__cJzEcG__navbar{z-index:1000;transition:all var(--transition-base);padding:20px 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-glass);background:#0a0a0fd9;padding:12px 0}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;gap:40px;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-heading);color:var(--text-primary);z-index:1001;align-items:center;gap:8px;font-size:1.4rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoIcon{background:var(--gradient-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;font-weight:900;display:flex}.Navbar-module__cJzEcG__logoPh{color:var(--accent-blue)}.Navbar-module__cJzEcG__links{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__link:after{content:"";background:var(--accent-blue);width:0;height:2px;transition:width var(--transition-base);border-radius:2px;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__ctaBtn{padding:10px 24px;font-size:.85rem}.Navbar-module__cJzEcG__hamburger{color:var(--text-primary);z-index:1001;background:0 0;padding:8px;display:none}.Navbar-module__cJzEcG__drawer{-webkit-backdrop-filter:blur(30px);width:80%;max-width:360px;height:100vh;transition:right var(--transition-base);z-index:1000;border-left:1px solid var(--border-glass);background:#12121afa;padding:100px 32px 40px;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__drawerOpen{right:0}.Navbar-module__cJzEcG__drawerLinks{flex-direction:column;gap:8px;display:flex}.Navbar-module__cJzEcG__drawerLink{color:var(--text-secondary);border-bottom:1px solid var(--border-glass);transition:all var(--transition-fast);padding:16px 0;font-size:1.1rem;font-weight:500;display:block}.Navbar-module__cJzEcG__drawerLink:hover{color:var(--accent-blue);padding-left:8px}.Navbar-module__cJzEcG__overlay{z-index:999;background:#00000080;position:fixed;inset:0}@media (max-width:768px){.Navbar-module__cJzEcG__links,.Navbar-module__cJzEcG__ctaBtn{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}
.Footer-module__S6Hkya__footer{background:var(--bg-secondary);padding-top:80px;position:relative}.Footer-module__S6Hkya__topBorder{background:linear-gradient(90deg, transparent, var(--border-glass-hover), transparent);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr;gap:64px;padding-bottom:64px;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:20px;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:8px;font-size:1.3rem;font-weight:800;display:flex}.Footer-module__S6Hkya__logoIcon{background:var(--gradient-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:900;display:flex}.Footer-module__S6Hkya__logoPh{color:var(--accent-blue)}.Footer-module__S6Hkya__brandDesc{color:var(--text-secondary);max-width:360px;font-size:.88rem;line-height:1.7}.Footer-module__S6Hkya__socials{gap:12px;display:flex}.Footer-module__S6Hkya__socialLink{background:var(--bg-glass);border:1px solid var(--border-glass);width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-base);border-radius:10px;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{color:var(--accent-blue);border-color:var(--accent-blue);background:#00d4ff14;transform:translateY(-2px)}.Footer-module__S6Hkya__column{flex-direction:column;gap:20px;display:flex}.Footer-module__S6Hkya__columnTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:700}.Footer-module__S6Hkya__columnLinks{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__columnLink{color:var(--text-secondary);transition:all var(--transition-fast);font-size:.88rem}.Footer-module__S6Hkya__columnLink:hover{color:var(--accent-blue);padding-left:4px}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border-glass);padding:24px 0}.Footer-module__S6Hkya__copyright{color:var(--text-muted);text-align:center;font-size:.8rem}@media (max-width:768px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:40px}}
body{cursor:none!important}:is(a,button,[role=button]){cursor:none!important}.CustomCursor-module__scj-aG__cursor,.CustomCursor-module__scj-aG__trail,.CustomCursor-module__scj-aG__glow{pointer-events:none;z-index:99999;opacity:0;will-change:transform;border-radius:50%;transition:opacity .2s;position:fixed;top:0;left:0}.CustomCursor-module__scj-aG__visible{opacity:1}.CustomCursor-module__scj-aG__cursor{background:var(--accent-blue);width:6px;height:6px;box-shadow:0 0 8px var(--accent-blue), 0 0 16px #00d4ff4d;transition:width .25s,height .25s,background .25s,opacity .2s,box-shadow .25s}.CustomCursor-module__scj-aG__cursor.CustomCursor-module__scj-aG__link{background:var(--accent-blue);width:10px;height:10px;box-shadow:0 0 12px var(--accent-blue), 0 0 24px #00d4ff66}.CustomCursor-module__scj-aG__cursor.CustomCursor-module__scj-aG__button{background:var(--accent-green);width:8px;height:8px;box-shadow:0 0 12px var(--accent-green), 0 0 24px #39ff1466}.CustomCursor-module__scj-aG__cursor.CustomCursor-module__scj-aG__card{background:var(--accent-purple);width:4px;height:4px;box-shadow:0 0 12px var(--accent-purple), 0 0 24px #8b5cf666}.CustomCursor-module__scj-aG__cursor.CustomCursor-module__scj-aG__text{background:var(--accent-blue);border-radius:1px;width:2px;height:20px}.CustomCursor-module__scj-aG__trail{border:1.5px solid #00d4ff59;width:36px;height:36px;transition:width .3s,height .3s,border-color .3s,opacity .2s,border-width .3s,background .3s}.CustomCursor-module__scj-aG__trail_link{background:#00d4ff0a;border-width:2px;border-color:#00d4ff80;width:52px;height:52px}.CustomCursor-module__scj-aG__trail_button{background:#39ff140a;border-width:2px;border-color:#39ff1480;width:56px;height:56px}.CustomCursor-module__scj-aG__trail_card{border:1.5px dashed #8b5cf666;width:48px;height:48px}.CustomCursor-module__scj-aG__trail_text{border-color:#00d4ff33;width:28px;height:28px}.CustomCursor-module__scj-aG__glow{background:radial-gradient(circle,#00d4ff0f 0%,#0000 70%);width:120px;height:120px;transition:width .4s,height .4s,opacity .2s}.CustomCursor-module__scj-aG__glow_link{background:radial-gradient(circle,#00d4ff14 0%,#0000 70%);width:160px;height:160px}.CustomCursor-module__scj-aG__glow_button{background:radial-gradient(circle,#39ff140f 0%,#0000 70%);width:160px;height:160px}.CustomCursor-module__scj-aG__glow_card{background:radial-gradient(circle,#8b5cf60f 0%,#0000 70%);width:180px;height:180px}.CustomCursor-module__scj-aG__glow_text{width:80px;height:80px}.CustomCursor-module__scj-aG__rippleContainer{pointer-events:none;z-index:99998;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.CustomCursor-module__scj-aG__ripple{background:#00d4ff26;border-radius:50%;width:0;height:0;animation:.6s ease-out forwards CustomCursor-module__scj-aG__rippleExpand;position:absolute;transform:translate(-50%,-50%)}@keyframes CustomCursor-module__scj-aG__rippleExpand{0%{opacity:.4;width:0;height:0}to{opacity:0;width:80px;height:80px}}@media (prefers-reduced-motion:reduce){.CustomCursor-module__scj-aG__cursor,.CustomCursor-module__scj-aG__trail,.CustomCursor-module__scj-aG__glow{display:none!important}body{cursor:auto!important}:is(a,button,[role=button]){cursor:pointer!important}}@media (max-width:768px){.CustomCursor-module__scj-aG__cursor,.CustomCursor-module__scj-aG__trail,.CustomCursor-module__scj-aG__glow,.CustomCursor-module__scj-aG__rippleContainer{display:none!important}body{cursor:auto!important}:is(a,button,[role=button]){cursor:pointer!important}}
.AIAssistant-module__AhzpJG__bubble{z-index:9998;-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass-hover);cursor:pointer;background:#12121af2;border-radius:16px 16px 4px;align-items:center;gap:12px;max-width:280px;padding:14px 20px;animation:.4s ease-out AIAssistant-module__AhzpJG__bubbleIn;display:flex;position:fixed;bottom:100px;right:24px;box-shadow:0 8px 32px #0006}@keyframes AIAssistant-module__AhzpJG__bubbleIn{0%{opacity:0;transform:translateY(10px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.AIAssistant-module__AhzpJG__bubbleText{color:var(--text-primary);font-size:.88rem;line-height:1.5}.AIAssistant-module__AhzpJG__bubbleClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px;transition:color .2s}.AIAssistant-module__AhzpJG__bubbleClose:hover{color:var(--text-primary)}.AIAssistant-module__AhzpJG__orb{z-index:9998;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:fixed;bottom:24px;right:24px}.AIAssistant-module__AhzpJG__orbInner{justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative}.AIAssistant-module__AhzpJG__orbCore{background:var(--gradient-primary);border-radius:50%;width:40px;height:40px;animation:3s ease-in-out infinite AIAssistant-module__AhzpJG__orbBreathe;box-shadow:0 0 20px #00d4ff66,0 0 40px #00d4ff26}@keyframes AIAssistant-module__AhzpJG__orbBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.AIAssistant-module__AhzpJG__orbRing1{border:1.5px solid #00d4ff40;border-color:#0000 #00d4ff40 #00d4ff40 #0000;border-radius:50%;animation:8s linear infinite AIAssistant-module__AhzpJG__orbSpin;position:absolute;inset:-4px}.AIAssistant-module__AhzpJG__orbRing2{border:1px solid #0000;border-color:#8b5cf626 #0000 #0000 #8b5cf626;border-radius:50%;animation:12s linear infinite reverse AIAssistant-module__AhzpJG__orbSpin;position:absolute;inset:-10px}@keyframes AIAssistant-module__AhzpJG__orbSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AIAssistant-module__AhzpJG__orbPulse{background:#00d4ff14;border-radius:50%;animation:2s ease-in-out infinite AIAssistant-module__AhzpJG__orbPulseAnim;position:absolute;inset:-6px}@keyframes AIAssistant-module__AhzpJG__orbPulseAnim{0%,to{opacity:.4;transform:scale(1)}50%{opacity:0;transform:scale(1.4)}}.AIAssistant-module__AhzpJG__fab{z-index:9998;background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #00d4ff4d}.AIAssistant-module__AhzpJG__fab:hover{transform:scale(1.1)}.AIAssistant-module__AhzpJG__fabPulse{background:#00d4ff1a;border-radius:50%;animation:2s ease-in-out infinite AIAssistant-module__AhzpJG__orbPulseAnim;position:absolute;inset:-4px}.AIAssistant-module__AhzpJG__panel{z-index:9999;-webkit-backdrop-filter:blur(30px);border:1px solid var(--border-glass-hover);background:#0c0c12f7;border-radius:20px;flex-direction:column;width:380px;max-height:560px;animation:.3s ease-out AIAssistant-module__AhzpJG__panelIn;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 20px 60px #00000080,0 0 40px #00d4ff0d}@keyframes AIAssistant-module__AhzpJG__panelIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.AIAssistant-module__AhzpJG__header{border-bottom:1px solid var(--border-glass);background:#00d4ff0a;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.AIAssistant-module__AhzpJG__headerLeft{align-items:center;gap:12px;display:flex}.AIAssistant-module__AhzpJG__headerAvatar{background:var(--gradient-primary);width:36px;height:36px;font-family:var(--font-heading);color:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex;position:relative}.AIAssistant-module__AhzpJG__avatarDot{background:var(--accent-green);border:2px solid #0c0c12f7;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-1px;right:-1px}.AIAssistant-module__AhzpJG__headerName{font-family:var(--font-heading);color:var(--text-primary);font-size:.92rem;font-weight:700}.AIAssistant-module__AhzpJG__headerStatus{color:var(--accent-green);align-items:center;gap:4px;font-size:.72rem;display:flex}.AIAssistant-module__AhzpJG__statusDot{background:var(--accent-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite AIAssistant-module__AhzpJG__statusPulse}@keyframes AIAssistant-module__AhzpJG__statusPulse{0%,to{opacity:1}50%{opacity:.4}}.AIAssistant-module__AhzpJG__headerActions{gap:4px;display:flex}.AIAssistant-module__AhzpJG__headerBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px;transition:all .2s}.AIAssistant-module__AhzpJG__headerBtn:hover{background:var(--bg-glass-hover);color:var(--text-primary)}.AIAssistant-module__AhzpJG__headerIconBtn{width:30px;height:30px;color:var(--accent-blue,#00d4ff);cursor:pointer;background:#00d4ff14;border:1px solid #00d4ff26;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.AIAssistant-module__AhzpJG__headerIconBtn:hover{color:#fff;background:#00d4ff2e;border-color:#00d4ff66;transform:translateY(-1px);box-shadow:0 2px 12px #00d4ff40}.AIAssistant-module__AhzpJG__headerIconBtnActive{color:#fff;background:#00d4ff38;border-color:#00d4ff80;box-shadow:0 2px 12px #00d4ff4d}.AIAssistant-module__AhzpJG__headerFormWrap{border-bottom:1px solid var(--border-glass);background:#00d4ff05;padding:10px 14px;animation:.25s ease-out AIAssistant-module__AhzpJG__formSlideIn}@keyframes AIAssistant-module__AhzpJG__formSlideIn{0%{opacity:0;max-height:0}to{opacity:1;max-height:400px}}.AIAssistant-module__AhzpJG__messages{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#00d4ff26 transparent;flex-direction:column;flex:1;gap:16px;min-height:280px;max-height:420px;padding:16px 16px 8px;display:flex;overflow:hidden auto;-webkit-mask-image:linear-gradient(#0000 0%,#000 12px 100%);mask-image:linear-gradient(#0000 0%,#000 12px 100%)}.AIAssistant-module__AhzpJG__messages::-webkit-scrollbar{width:5px}.AIAssistant-module__AhzpJG__messages::-webkit-scrollbar-track{background:0 0;margin:4px 0}.AIAssistant-module__AhzpJG__messages::-webkit-scrollbar-thumb{background:#00d4ff26;border-radius:10px;transition:background .2s}.AIAssistant-module__AhzpJG__messages::-webkit-scrollbar-thumb:hover{background:#00d4ff4d}.AIAssistant-module__AhzpJG__message{gap:10px;animation:.3s ease-out AIAssistant-module__AhzpJG__msgIn;display:flex}@keyframes AIAssistant-module__AhzpJG__msgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.AIAssistant-module__AhzpJG__assistantMsg{align-items:flex-start}.AIAssistant-module__AhzpJG__userMsg{flex-direction:row-reverse}.AIAssistant-module__AhzpJG__msgAvatar{background:var(--gradient-primary);width:28px;height:28px;font-family:var(--font-heading);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:flex}.AIAssistant-module__AhzpJG__msgContent{max-width:80%}.AIAssistant-module__AhzpJG__msgText{overflow-wrap:anywhere;word-break:break-word;border-radius:16px;padding:12px 16px;font-size:.85rem;line-height:1.6}.AIAssistant-module__AhzpJG__assistantMsg .AIAssistant-module__AhzpJG__msgText{background:var(--bg-glass);border:1px solid var(--border-glass);color:var(--text-primary);border-top-left-radius:4px}.AIAssistant-module__AhzpJG__userMsg .AIAssistant-module__AhzpJG__msgText{background:var(--gradient-primary);color:#fff;border-top-right-radius:4px}.AIAssistant-module__AhzpJG__quickReplies{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.AIAssistant-module__AhzpJG__quickReply{color:var(--accent-blue);cursor:pointer;background:#00d4ff0f;border:1px solid #00d4ff33;border-radius:20px;align-items:center;gap:4px;padding:8px 14px;font-size:.78rem;font-weight:500;transition:all .2s;display:inline-flex}.AIAssistant-module__AhzpJG__quickReply:hover{border-color:var(--accent-blue);background:#00d4ff1f;transform:translateY(-1px)}.AIAssistant-module__AhzpJG__typing{background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:4px 16px 16px;gap:4px;padding:14px 18px;display:flex}.AIAssistant-module__AhzpJG__typing span{background:var(--accent-blue);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite AIAssistant-module__AhzpJG__typingDot}.AIAssistant-module__AhzpJG__typing span:nth-child(2){animation-delay:.15s}.AIAssistant-module__AhzpJG__typing span:nth-child(3){animation-delay:.3s}@keyframes AIAssistant-module__AhzpJG__typingDot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.AIAssistant-module__AhzpJG__streaming{box-shadow:0 0 12px #00d4ff0f;border-color:#00d4ff40!important}.AIAssistant-module__AhzpJG__streamCursor{background:var(--accent-blue);vertical-align:text-bottom;border-radius:1px;width:2px;height:1em;margin-left:2px;animation:.8s steps(2,end) infinite AIAssistant-module__AhzpJG__cursorBlink;display:inline-block}@keyframes AIAssistant-module__AhzpJG__cursorBlink{0%,to{opacity:1}50%{opacity:0}}.AIAssistant-module__AhzpJG__scrollBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:32px;height:32px;color:var(--accent-blue);cursor:pointer;z-index:2;background:#00d4ff26;border:1px solid #00d4ff40;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;animation:.2s ease-out AIAssistant-module__AhzpJG__scrollBtnIn;display:flex;position:absolute;bottom:68px;left:50%;transform:translate(-50%)}.AIAssistant-module__AhzpJG__scrollBtn:hover{background:#00d4ff40;transform:translate(-50%)scale(1.1)}@keyframes AIAssistant-module__AhzpJG__scrollBtnIn{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.AIAssistant-module__AhzpJG__inputArea{border-top:1px solid var(--border-glass);background:#0003;align-items:center;gap:8px;padding:12px 16px;display:flex}.AIAssistant-module__AhzpJG__input{background:var(--bg-glass);border:1px solid var(--border-glass);color:var(--text-primary);font-size:.85rem;font-family:var(--font-body);border-radius:12px;outline:none;flex:1;padding:10px 14px;transition:border-color .2s}.AIAssistant-module__AhzpJG__input::placeholder{color:var(--text-muted)}.AIAssistant-module__AhzpJG__input:focus{border-color:var(--accent-blue)}.AIAssistant-module__AhzpJG__sendBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.AIAssistant-module__AhzpJG__sendBtn:hover:not(:disabled){box-shadow:var(--glow-blue);transform:scale(1.1)}.AIAssistant-module__AhzpJG__sendBtn:disabled{opacity:.4;cursor:not-allowed}.AIAssistant-module__AhzpJG__pageBtn{color:var(--accent-blue,#00d4ff);cursor:pointer;font-size:.78rem;font-weight:600;font-family:var(--font-body);background:linear-gradient(135deg,#00d4ff1f,#8a2be21f);border:1px solid #00d4ff4d;border-radius:20px;margin:6px 4px 2px 0;padding:6px 14px;text-decoration:none;transition:all .2s;display:inline-block}.AIAssistant-module__AhzpJG__pageBtn:hover{color:#fff;background:linear-gradient(135deg,#00d4ff40,#8a2be240);border-color:#00d4ff99;transform:translateY(-1px);box-shadow:0 4px 16px #00d4ff33}.AIAssistant-module__AhzpJG__inlineContactForm{background:#00d4ff0a;border:1px solid #00d4ff26;border-radius:12px;flex-direction:column;gap:8px;margin-top:10px;padding:12px;display:flex}.AIAssistant-module__AhzpJG__inlineFormTitle{color:var(--text-primary);margin-bottom:2px;font-size:.82rem;font-weight:700}.AIAssistant-module__AhzpJG__inlineInput{width:100%;color:var(--text-primary);font-size:.78rem;font-family:var(--font-body);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:8px 10px;transition:border-color .2s}.AIAssistant-module__AhzpJG__inlineInput:focus{border-color:#00d4ff80}.AIAssistant-module__AhzpJG__inlineInput option{color:#fff;background:#1a1a2e}.AIAssistant-module__AhzpJG__inlineSubmitBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;font-size:.78rem;font-weight:700;font-family:var(--font-body);border:none;border-radius:8px;padding:8px 16px;transition:all .2s}.AIAssistant-module__AhzpJG__inlineSubmitBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00d4ff4d}.AIAssistant-module__AhzpJG__inlineSubmitBtn:disabled{opacity:.6;cursor:not-allowed}.AIAssistant-module__AhzpJG__inlineFormSuccess{color:var(--accent-green,#00c853);background:#00c85314;border:1px solid #00c85340;border-radius:12px;align-items:center;gap:8px;margin-top:10px;padding:12px;font-size:.78rem;display:flex}.AIAssistant-module__AhzpJG__inlineFormSuccessIcon{font-size:1.1rem}@media (max-width:480px){.AIAssistant-module__AhzpJG__panel{border-radius:16px;width:calc(100vw - 16px);max-height:calc(100vh - 80px);bottom:8px;right:8px}.AIAssistant-module__AhzpJG__messages{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 260px)}.AIAssistant-module__AhzpJG__bubble{bottom:80px;right:8px}}@media (prefers-reduced-motion:reduce){.AIAssistant-module__AhzpJG__orbCore,.AIAssistant-module__AhzpJG__orbRing1,.AIAssistant-module__AhzpJG__orbRing2,.AIAssistant-module__AhzpJG__orbPulse,.AIAssistant-module__AhzpJG__statusDot{animation:none}}
