.ChatInput-module__boe_3q__form{background:#0003;border-top:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.ChatInput-module__boe_3q__input{color:#f4f4f5;background:#ffffff0d;border:1px solid #ffffff14;border-radius:.75rem;outline:none;flex:1;min-width:0;padding:.6rem .85rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.ChatInput-module__boe_3q__input::placeholder{color:#ffffff59}.ChatInput-module__boe_3q__input:focus{border-color:#3b82f680;box-shadow:0 0 0 3px #3b82f61f}.ChatInput-module__boe_3q__input:disabled{opacity:.5}.ChatInput-module__boe_3q__send{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:.65rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:transform .15s,opacity .15s,box-shadow .2s;display:flex;box-shadow:0 4px 14px #2563eb66}.ChatInput-module__boe_3q__send:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 18px #2563eb80}.ChatInput-module__boe_3q__send:disabled{opacity:.4;cursor:not-allowed;transform:none}
.ChatMessage-module__2DmX2W__row{width:100%;display:flex}.ChatMessage-module__2DmX2W__rowUser{justify-content:flex-end}.ChatMessage-module__2DmX2W__rowAssistant{justify-content:flex-start}.ChatMessage-module__2DmX2W__bubble{word-break:break-word;border-radius:1rem;max-width:85%;padding:.65rem .9rem;font-size:.875rem;line-height:1.5}.ChatMessage-module__2DmX2W__bubbleUser{color:#f8fafc;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 50%,#60a5fa 100%);border-bottom-right-radius:.25rem;box-shadow:0 4px 20px #2563eb59}.ChatMessage-module__2DmX2W__bubbleAssistant{color:#e4e4e7;background:#26262ae6;border:1px solid #ffffff0f;border-bottom-left-radius:.25rem;box-shadow:0 2px 12px #00000040}
.QuickActions-module__pYA3rG__wrap{border-bottom:1px solid #ffffff0f;flex-shrink:0;padding:.75rem 1rem .5rem}.QuickActions-module__pYA3rG__label{letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-bottom:.5rem;font-size:.65rem;font-weight:500}.QuickActions-module__pYA3rG__chips{flex-wrap:wrap;gap:.4rem;display:flex}.QuickActions-module__pYA3rG__chip{color:#e4e4e7;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;padding:.35rem .65rem;font-size:.75rem;font-weight:500;transition:background .2s,border-color .2s,color .2s}.QuickActions-module__pYA3rG__chip:hover:not(:disabled){color:#f8fafc;background:#3b82f626;border-color:#3b82f659}.QuickActions-module__pYA3rG__chip:disabled{opacity:.45;cursor:not-allowed}
.ChatWindow-module__ZqOeVW__window{z-index:10000;-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#1a1a1ab8;border:1px solid #ffffff1a;border-radius:1.25rem;flex-direction:column;width:min(380px,100vw - 2rem);height:520px;max-height:calc(100vh - 6rem);display:flex;position:fixed;bottom:5.5rem;left:1.25rem;overflow:hidden;box-shadow:0 24px 80px #0000008c,inset 0 0 0 1px #ffffff0a}.ChatWindow-module__ZqOeVW__header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1rem .75rem;display:flex}.ChatWindow-module__ZqOeVW__headerInfo{min-width:0}.ChatWindow-module__ZqOeVW__title{font-family:var(--font-display), system-ui, sans-serif;letter-spacing:-.02em;color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.3}.ChatWindow-module__ZqOeVW__status{align-items:center;gap:.35rem;margin-top:.25rem;display:flex}.ChatWindow-module__ZqOeVW__statusDot{background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 8px #22c55eb3}.ChatWindow-module__ZqOeVW__statusText{color:#ffffff80;font-size:.7rem}.ChatWindow-module__ZqOeVW__close{color:#fff9;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:color .2s,background .2s;display:flex}.ChatWindow-module__ZqOeVW__close:hover{color:#fff;background:#ffffff14}.ChatWindow-module__ZqOeVW__body{scroll-behavior:smooth;flex-direction:column;flex:1;gap:.65rem;min-height:0;padding:.75rem 1rem;display:flex;overflow-y:auto}.ChatWindow-module__ZqOeVW__body::-webkit-scrollbar{width:5px}.ChatWindow-module__ZqOeVW__body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.ChatWindow-module__ZqOeVW__typingRow{justify-content:flex-start;display:flex}.ChatWindow-module__ZqOeVW__typingBubble{background:#26262ae6;border:1px solid #ffffff0f;border-radius:1rem 1rem 1rem .25rem;align-items:center;gap:4px;padding:.75rem 1rem;display:flex}.ChatWindow-module__ZqOeVW__typingDot{background:#ffffff73;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ChatWindow-module__ZqOeVW__typingBounce}.ChatWindow-module__ZqOeVW__typingDot:nth-child(2){animation-delay:.15s}.ChatWindow-module__ZqOeVW__typingDot:nth-child(3){animation-delay:.3s}@keyframes ChatWindow-module__ZqOeVW__typingBounce{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@media (max-width:640px){.ChatWindow-module__ZqOeVW__window{border-left:none;border-right:none;border-radius:0;width:100%;height:100%;max-height:none;inset:0 0 auto}}@media (prefers-reduced-motion:reduce){.ChatWindow-module__ZqOeVW__typingDot{animation:none}.ChatWindow-module__ZqOeVW__body{scroll-behavior:auto}}
.ChatLauncher-module__l12plG__container{z-index:10001;justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.25rem;left:1.25rem}.ChatLauncher-module__l12plG__launcher{color:#fff;background:linear-gradient(145deg,#2563eb 0%,#7c3aed 100%);border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex;position:relative;box-shadow:0 8px 28px #3b82f659}.ChatLauncher-module__l12plG__pulseRing{pointer-events:none;border:2px solid #8b5cf666;border-radius:50%;animation:2.5s ease-out infinite ChatLauncher-module__l12plG__pulseRing;position:absolute;inset:-4px}@keyframes ChatLauncher-module__l12plG__pulseRing{0%{opacity:.7;transform:scale(1)}70%,to{opacity:0;transform:scale(1.35)}}.ChatLauncher-module__l12plG__icon{z-index:1;position:relative}.ChatLauncher-module__l12plG__tooltip{white-space:nowrap;color:#f4f4f5;opacity:0;pointer-events:none;background:#111827f2;border:1px solid #ffffff1a;border-radius:.5rem;padding:.4rem .65rem;font-size:.75rem;font-weight:500;transition:opacity .2s,transform .2s;position:absolute;top:50%;left:calc(100% + .75rem);transform:translateY(-50%)translate(-4px);box-shadow:0 8px 24px #0006}.ChatLauncher-module__l12plG__container:hover .ChatLauncher-module__l12plG__tooltip,.ChatLauncher-module__l12plG__container:focus-within .ChatLauncher-module__l12plG__tooltip{opacity:1;transform:translateY(-50%)translate(0)}.ChatLauncher-module__l12plG__launcher:focus-visible{outline-offset:3px;outline:2px solid #60a5facc}@media (max-width:640px){.ChatLauncher-module__l12plG__tooltip{display:none}.ChatLauncher-module__l12plG__container{bottom:1rem;left:1rem}}@media (prefers-reduced-motion:reduce){.ChatLauncher-module__l12plG__pulseRing{opacity:.35;animation:none}}
.VideoIntro-module__TIKlCG__hero{z-index:10;isolation:isolate;background:var(--bg-deep);height:100dvh;min-height:100svh;position:sticky;top:0;overflow:hidden}.VideoIntro-module__TIKlCG__heroInner{opacity:0;width:100%;height:100%;position:relative}.VideoIntro-module__TIKlCG__videoFallback{background:radial-gradient(ellipse 80% 60% at 15% 85%, var(--orange-glow), transparent 55%), radial-gradient(ellipse 50% 40% at 88% 12%, var(--blue-glow), transparent 50%), linear-gradient(180deg, #0a0a12 0%, var(--bg-deep) 100%);position:absolute;inset:0}.VideoIntro-module__TIKlCG__videoHoverZone{z-index:0;position:absolute;inset:0}.VideoIntro-module__TIKlCG__videoHoverZone[data-has-video=false]{pointer-events:none}.VideoIntro-module__TIKlCG__mediaLayer{position:absolute;inset:0;overflow:hidden}.VideoIntro-module__TIKlCG__videoControls{z-index:2;pointer-events:none;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.VideoIntro-module__TIKlCG__videoHoverZone:hover .VideoIntro-module__TIKlCG__videoControls,.VideoIntro-module__TIKlCG__videoHoverZone:focus-within .VideoIntro-module__TIKlCG__videoControls,.VideoIntro-module__TIKlCG__videoHoverZone[data-paused=true] .VideoIntro-module__TIKlCG__videoControls{opacity:1;pointer-events:auto}.VideoIntro-module__TIKlCG__centerPlayBtn{width:4.25rem;height:4.25rem;box-shadow:inset 0 0 0 1px #ffffff14,0 12px 40px #00000073}.VideoIntro-module__TIKlCG__centerPlayBtn svg{width:1.65rem;height:1.65rem}.VideoIntro-module__TIKlCG__muteBtn{width:2.75rem;height:2.75rem}@media (hover:none){.VideoIntro-module__TIKlCG__videoControls{opacity:1;pointer-events:auto}}.VideoIntro-module__TIKlCG__video{object-fit:cover;object-position:center 20%;width:100%;height:100%;position:absolute;inset:0}.VideoIntro-module__TIKlCG__videoAmbient{filter:blur(48px)brightness(.35)saturate(1.2);opacity:.9;transform:scale(1.15)}.VideoIntro-module__TIKlCG__videoForeground{opacity:1}.VideoIntro-module__TIKlCG__overlay{pointer-events:none;z-index:1;position:absolute;inset:0}.VideoIntro-module__TIKlCG__overlayOrange{background:radial-gradient(70% 55% at 12% 88%,#ff783238,#0000 60%)}.VideoIntro-module__TIKlCG__overlayCornerRight{pointer-events:none;background:radial-gradient(95% 75% at 100% 100%,#ff914161 0%,#ff7d321f 48%,#0000 68%);position:absolute;inset:0}.VideoIntro-module__TIKlCG__overlayVignette{background:linear-gradient(#050508bf 0%,#0000 38% 58%,#050508eb 100%)}.VideoIntro-module__TIKlCG__overlayBottom{background:linear-gradient(#0000 65%,#050508f2 100%)}.VideoIntro-module__TIKlCG__cornerLightMask{position:absolute;inset:0;overflow:hidden}.VideoIntro-module__TIKlCG__cornerSoftGlow{pointer-events:none;filter:blur(14px);mix-blend-mode:screen;background:radial-gradient(105% 90% at 100% 100%,#fffaf0e0 0%,#ffd79680 32%,#ffaf5f2e 58%,#0000 76%);width:min(72vw,42rem);height:min(46vh,22rem);animation:6s ease-in-out infinite VideoIntro-module__TIKlCG__cornerGlowPulse;position:absolute;bottom:0;right:0}.VideoIntro-module__TIKlCG__cornerSparks{pointer-events:none;width:min(40vw,20rem);height:min(32vh,16rem);position:absolute;bottom:0;right:0}.VideoIntro-module__TIKlCG__cornerLightFront{z-index:2.5;pointer-events:none;position:absolute;inset:0;overflow:hidden}.VideoIntro-module__TIKlCG__cornerSoftBloom{pointer-events:none;filter:blur(22px);background:radial-gradient(100% 85% at 100% 100%,#ffffffb3 0%,#ffeed273 40%,#0000 72%);width:min(50vw,26rem);height:min(30vh,14rem);position:absolute;bottom:0;right:0}.VideoIntro-module__TIKlCG__cornerSpark{background:#fffcf5;border-radius:50%;width:4px;height:4px;animation:3.5s ease-in-out infinite VideoIntro-module__TIKlCG__cornerSparkFloat;position:absolute;box-shadow:0 0 10px 3px #ffdca0,0 0 28px 10px #ffa046a6}.VideoIntro-module__TIKlCG__cornerSparks .VideoIntro-module__TIKlCG__cornerSpark:first-child{animation-delay:.2s;bottom:12%;right:10%}.VideoIntro-module__TIKlCG__cornerSparks .VideoIntro-module__TIKlCG__cornerSpark:nth-child(2){animation-delay:.6s;bottom:8%;right:22%}.VideoIntro-module__TIKlCG__cornerSparks .VideoIntro-module__TIKlCG__cornerSpark:nth-child(3){width:5px;height:5px;animation-delay:1s;bottom:22%;right:6%}.VideoIntro-module__TIKlCG__cornerSparks .VideoIntro-module__TIKlCG__cornerSpark:nth-child(4){animation-delay:1.4s;bottom:20%;right:18%}.VideoIntro-module__TIKlCG__cornerSparks .VideoIntro-module__TIKlCG__cornerSpark:nth-child(5){animation-delay:1.8s;bottom:6%;right:4%}.VideoIntro-module__TIKlCG__cornerSparks .VideoIntro-module__TIKlCG__cornerSpark:nth-child(6){width:3px;height:3px;animation-delay:2.2s;bottom:16%;right:28%}@keyframes VideoIntro-module__TIKlCG__cornerGlowPulse{0%,to{opacity:.85}50%{opacity:1}}@keyframes VideoIntro-module__TIKlCG__cornerSparkFloat{0%,to{opacity:.5;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(4px,-10px)scale(1.35)}}.VideoIntro-module__TIKlCG__particleLayer{z-index:2;pointer-events:none;position:absolute;inset:0}.VideoIntro-module__TIKlCG__heroTitleWrap{z-index:3;padding:20vh clamp(1.25rem,6vw,5rem) clamp(1.25rem,5vw,4rem);padding-left:max(clamp(1.25rem, 6vw, 5rem), env(safe-area-inset-left));padding-right:max(clamp(1.25rem, 6vw, 5rem), env(safe-area-inset-right));pointer-events:none;flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex;position:absolute;inset:0}.VideoIntro-module__TIKlCG__heroLeftCol{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.VideoIntro-module__TIKlCG__heroFirst{font-family:var(--font-hero), "Poppins", system-ui, sans-serif;letter-spacing:-.02em;text-align:left;color:#fff;text-shadow:0 1px 2px #000000d9,0 4px 12px #000000a6,0 8px 28px #00000073,0 2px 48px #ff823c59,0 0 80px #ff642826;filter:drop-shadow(0 6px 20px #0006);font-size:clamp(2.5rem,10vw,7rem);font-weight:800;line-height:.95}.VideoIntro-module__TIKlCG__heroRole{font-family:var(--font-hero), "Poppins", system-ui, sans-serif;letter-spacing:.22em;text-transform:uppercase;text-align:left;color:#ffc896e6;font-size:clamp(.75rem,1.8vw,.95rem);font-weight:600}.VideoIntro-module__TIKlCG__glassBtn{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px)saturate(140%);color:#ffffffe6;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s,border-color .4s;display:flex}.VideoIntro-module__TIKlCG__glassBtn:hover{border-color:#ffb47859;transform:scale(1.06);box-shadow:0 0 24px #ff8a3d33,0 8px 32px #0006}.VideoIntro-module__TIKlCG__glassBtn:active{transform:scale(.98)}.VideoIntro-module__TIKlCG__glassBtn svg{width:1.1rem;height:1.1rem}.VideoIntro-module__TIKlCG__soundBadge{z-index:4;font-family:var(--font-body), system-ui, sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#ffdcb4e6;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px)saturate(140%);pointer-events:none;opacity:0;border:1px solid #ffb47833;border-radius:999px;padding:.5rem 1rem;font-size:.7rem;font-weight:500;position:absolute;bottom:clamp(5rem,12vh,7rem);right:clamp(1rem,4vw,2.5rem)}.VideoIntro-module__TIKlCG__scrollIndicator{z-index:4;padding-bottom:env(safe-area-inset-bottom);cursor:pointer;opacity:0;pointer-events:auto;background:0 0;border:none;flex-direction:column;align-items:center;gap:.65rem;transition:opacity .4s;display:flex;position:absolute;bottom:clamp(1.5rem,4vh,2.5rem);left:50%;transform:translate(-50%)}.VideoIntro-module__TIKlCG__scrollIndicator:hover .VideoIntro-module__TIKlCG__scrollLabel{color:#ffc896e6}.VideoIntro-module__TIKlCG__scrollTrack{background:#ffffff26;border-radius:1px;width:1px;height:2.5rem;overflow:hidden}.VideoIntro-module__TIKlCG__scrollLine{transform-origin:top;background:linear-gradient(#0000,#ffa05ae6);width:100%;height:45%;display:block}.VideoIntro-module__TIKlCG__scrollLabel{font-family:var(--font-body), system-ui, sans-serif;letter-spacing:.2em;text-transform:uppercase;color:#ffffff73;font-size:.65rem;transition:color .3s}@media (max-width:768px){.VideoIntro-module__TIKlCG__heroFirst{font-size:clamp(2.25rem,11vw,4.5rem)}.VideoIntro-module__TIKlCG__soundBadge{bottom:clamp(5.5rem,14vh,8rem)}.VideoIntro-module__TIKlCG__centerPlayBtn{width:3.75rem;height:3.75rem}}@media (prefers-reduced-motion:reduce){.VideoIntro-module__TIKlCG__glassBtn{transition:none}.VideoIntro-module__TIKlCG__cornerSpark,.VideoIntro-module__TIKlCG__cornerSoftGlow{animation:none}}@media (max-width:768px){.VideoIntro-module__TIKlCG__cornerSoftGlow{width:80vw;height:42vh}.VideoIntro-module__TIKlCG__cornerSoftBloom{width:58vw;height:28vh}.VideoIntro-module__TIKlCG__cornerSparks{width:48vw;height:28vh}}
