.RAIDemo_appWindow__QUTFa{width:100%;max-width:100%;height:85vh;min-height:700px;background:#0a0a0b;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.8),0 0 0 1px rgba(255,255,255,.05);margin:0 auto;display:flex;flex-direction:column}.RAIDemo_windowChrome__Is2bb{height:40px;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;padding:0 16px;gap:12px;flex-shrink:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.RAIDemo_windowControls__jDero{display:flex;gap:8px}.RAIDemo_windowButton__in2iK{width:12px;height:12px;border-radius:50%;cursor:pointer;opacity:.8;transition:opacity .2s}.RAIDemo_windowButton__in2iK:hover{opacity:1}.RAIDemo_windowTitle__lXgsp{flex:1 1;text-align:center;font-size:13px;font-weight:500;color:rgba(255,255,255,.5);letter-spacing:.3px}.RAIDemo_mainLayout__6D0Pb{display:flex;flex-direction:row;flex:1 1;overflow:hidden}.RAIDemo_chatArea__Qmxsj{width:450px;display:flex;flex-direction:column;flex-shrink:0}.RAIDemo_chatHeader__6Xxnn{padding:16px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);display:flex;align-items:center;gap:12px;flex-shrink:0}.RAIDemo_menuButton__y7F9w,.RAIDemo_newChatButton__vrbFI{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.RAIDemo_menuButton__y7F9w:hover,.RAIDemo_newChatButton__vrbFI:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15);transform:translateY(-1px)}.RAIDemo_menuButton__y7F9w:active,.RAIDemo_newChatButton__vrbFI:active{transform:translateY(0)}.RAIDemo_headerTitle__82Mwe{flex:1 1;display:flex;align-items:center;gap:12px}.RAIDemo_aiLogo__ga7Af{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));display:flex;align-items:center;justify-content:center;color:white}.RAIDemo_title__27SCI{font-size:18px;font-weight:700;color:var(--color-text)}.RAIDemo_subtitle__pe3_w{font-size:13px;color:var(--color-text-secondary)}.RAIDemo_messagesContainer__eov5M{flex:1 1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.RAIDemo_messagesContainer__eov5M::-webkit-scrollbar{width:6px}.RAIDemo_messagesContainer__eov5M::-webkit-scrollbar-track{background:transparent}.RAIDemo_messagesContainer__eov5M::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:3px;-webkit-transition:background .2s;transition:background .2s}.RAIDemo_messagesContainer__eov5M::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.25)}.RAIDemo_emptyState__vIocr{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;opacity:.6}.RAIDemo_emptyIcon__2X2La{font-size:48px;margin-bottom:8px}.RAIDemo_emptyTitle__skGQk{font-size:18px;font-weight:600;color:var(--color-text)}.RAIDemo_emptyDescription___jhqr{font-size:14px;color:var(--color-text-secondary)}.RAIDemo_messageBubble__LlOnu{display:flex;flex-direction:column;gap:8px;max-width:80%;animation:RAIDemo_fadeInUp__JEkhi .3s ease}@keyframes RAIDemo_fadeInUp__JEkhi{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.RAIDemo_userBubble__B9Vow{align-self:flex-end}.RAIDemo_assistantBubble__18whV{align-self:flex-start}.RAIDemo_assistantLabel__3n5Jv{font-size:12px;font-weight:600;color:var(--color-primary-light);padding-left:12px}.RAIDemo_messageContent__4IREh{padding:14px 18px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.RAIDemo_userBubble__B9Vow .RAIDemo_messageContent__4IREh{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:rgba(59,130,246,.3);box-shadow:0 4px 12px rgba(59,130,246,.2)}.RAIDemo_messageText__k1Iuo{font-size:15px;line-height:1.6;color:rgba(255,255,255,.95)}.RAIDemo_userBubble__B9Vow .RAIDemo_messageText__k1Iuo{color:white}.RAIDemo_messageTime__g_GTI{font-size:11px;color:var(--color-text-secondary);opacity:.6;padding-left:12px}.RAIDemo_systemStatusMessage__O2uaB{display:flex;align-items:center;gap:8px;padding:8px 12px;background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.2);border-radius:8px;font-size:13px;color:#a78bfa;animation:RAIDemo_fadeInUp__JEkhi .3s ease;max-width:80%}.RAIDemo_systemStatusText__ILcbG{flex:1 1}.RAIDemo_chatInput__oNaCh{padding:16px;border-top:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);display:flex;gap:12px;align-items:center;flex-shrink:0}.RAIDemo_chatTextField__9Ec8d{flex:1 1;padding:12px 16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px;color:var(--color-text);font-size:15px;outline:none;transition:all .2s}.RAIDemo_chatTextField__9Ec8d::placeholder{color:rgba(255,255,255,.4)}.RAIDemo_chatTextField__9Ec8d:focus{border-color:var(--color-primary);background:rgba(255,255,255,.07);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.RAIDemo_sendButton__hfV_v{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border:none;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 2px 6px rgba(59,130,246,.2)}.RAIDemo_sendButton__hfV_v:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(59,130,246,.4)}.RAIDemo_sendButton__hfV_v:active{transform:translateY(0)}.RAIDemo_knowledgePanel__ZRqRb{flex:1 1;min-width:280px;display:flex;flex-direction:column;background:rgba(255,255,255,.02);border-right:1px solid rgba(255,255,255,.08)}.RAIDemo_knowledgeWrapper__eBwH0,.RAIDemo_thoughtsContainer__HJarx{display:flex;flex-direction:column;height:100%}.RAIDemo_documentPanel__Cx3ID{flex:1 1;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(255,255,255,.01);border-right:1px solid rgba(255,255,255,.08);overflow:hidden;animation:RAIDemo_fadeIn__d31ZX .3s ease}@keyframes RAIDemo_fadeIn__d31ZX{0%{opacity:0}to{opacity:1}}.RAIDemo_thoughtsHeader__JEzMn{padding:16px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.RAIDemo_thoughtsTitle__j2FgK{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--color-text)}.RAIDemo_thoughtsTitle__j2FgK svg{color:var(--color-primary-light)}.RAIDemo_thoughtsContent__9k1Fi{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.RAIDemo_thoughtsContent__9k1Fi::-webkit-scrollbar{width:6px}.RAIDemo_thoughtsContent__9k1Fi::-webkit-scrollbar-track{background:transparent}.RAIDemo_thoughtsContent__9k1Fi::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:3px}.RAIDemo_knowledgeTree__o5cAT{gap:4px}.RAIDemo_knowledgeTree__o5cAT,.RAIDemo_treeItem__RZYEu{display:flex;flex-direction:column}.RAIDemo_treeItemHeader__5rMOP{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:14px;color:var(--color-text);transition:all .2s}.RAIDemo_treeItemHeader__5rMOP:hover{background:rgba(255,255,255,.05);transform:translateX(2px)}.RAIDemo_treeItem__RZYEu.RAIDemo_selected___Pt0K .RAIDemo_treeItemHeader__5rMOP{background:rgba(59,130,246,.15);color:var(--color-primary-light);box-shadow:0 2px 8px rgba(59,130,246,.1)}.RAIDemo_folderIcon__OWq2f{color:#fbbf24}.RAIDemo_fileIcon__ZyY4A{color:var(--color-primary-light)}.RAIDemo_treeChildren__E_pJU{margin-left:24px;display:flex;flex-direction:column;gap:2px}.RAIDemo_nodeItem__Pp920{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:14px;color:var(--color-text);transition:all .2s}.RAIDemo_nodeItem__Pp920:hover{background:rgba(255,255,255,.05);transform:translateX(2px)}.RAIDemo_nodeIcon__YWZ61{font-size:16px;line-height:1}.RAIDemo_nodeName__6GySm{flex:1 1;font-size:14px;color:rgba(255,255,255,.9)}.RAIDemo_previewContent__k9dvI{flex:1 1;overflow-y:auto;padding:1.5rem;font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.85)}.RAIDemo_previewContent__k9dvI::-webkit-scrollbar{width:4px}.RAIDemo_previewContent__k9dvI::-webkit-scrollbar-track{background:transparent}.RAIDemo_previewContent__k9dvI::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:2px}.RAIDemo_previewContent__k9dvI h1{font-size:1.75rem;font-weight:700;margin:0 0 1rem;color:#007AFF;line-height:1.2}.RAIDemo_previewContent__k9dvI h2{font-size:1rem;font-weight:700;margin:1.5rem 0 .75rem;color:#00D4FF;line-height:1.3;text-transform:uppercase;letter-spacing:.05em}.RAIDemo_previewContent__k9dvI h3{font-size:1.125rem;font-weight:600;margin:1.25rem 0 .5rem;color:rgba(255,255,255,.95);line-height:1.3}.RAIDemo_previewContent__k9dvI p{margin:0 0 1rem;line-height:1.7;color:rgba(255,255,255,.85)}.RAIDemo_previewContent__k9dvI strong{font-weight:700;color:rgba(255,255,255,.95)}.RAIDemo_previewContent__k9dvI em{font-style:italic;color:#00D4FF}.RAIDemo_previewContent__k9dvI ul{margin:.75rem 0;padding-left:1.5rem;list-style-type:disc}.RAIDemo_previewContent__k9dvI li{margin:.5rem 0;line-height:1.6;color:rgba(255,255,255,.85)}.RAIDemo_previewContent__k9dvI li::marker{color:#007AFF}.RAIDemo_previewContent__k9dvI code{background:rgba(0,122,255,.15);color:#00D4FF;padding:.125rem .375rem;border-radius:4px;font-family:SF Mono,Consolas,Monaco,monospace;font-size:.85em}.RAIDemo_documentPreview__Du9pT{position:relative;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:rgba(18,18,18,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 0 30px rgba(0,122,255,.15),0 8px 32px rgba(0,0,0,.4),inset 0 0 60px rgba(0,122,255,.05);animation:RAIDemo_slideInDoc__hOi8r .3s ease}@keyframes RAIDemo_slideInDoc__hOi8r{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.RAIDemo_documentHeader__8724I{display:none}.RAIDemo_documentContent__uXVEZ{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:1.5rem;font-size:.875rem;line-height:1.6;color:rgba(255,255,255,.85)}.RAIDemo_documentContent__uXVEZ::-webkit-scrollbar{width:4px}.RAIDemo_documentContent__uXVEZ::-webkit-scrollbar-track{background:transparent}.RAIDemo_documentContent__uXVEZ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:2px}.RAIDemo_documentContent__uXVEZ h1{font-size:1.75rem;font-weight:700;margin:0 0 1rem;color:#007AFF;line-height:1.2}.RAIDemo_documentContent__uXVEZ h2{font-size:1rem;font-weight:700;margin:1.5rem 0 .75rem;color:#00D4FF;line-height:1.3;text-transform:uppercase;letter-spacing:.05em}.RAIDemo_documentContent__uXVEZ h3{font-size:1.125rem;font-weight:600;margin:1.25rem 0 .5rem;color:rgba(255,255,255,.95);line-height:1.3}.RAIDemo_documentContent__uXVEZ p{margin:0 0 1rem;line-height:1.7;color:rgba(255,255,255,.85)}.RAIDemo_documentContent__uXVEZ strong{font-weight:700;color:rgba(255,255,255,.95)}.RAIDemo_documentContent__uXVEZ em{font-style:italic;color:#00D4FF}.RAIDemo_documentContent__uXVEZ ul{margin:.75rem 0;padding-left:1.5rem;list-style-type:disc}.RAIDemo_documentContent__uXVEZ li{margin:.5rem 0;line-height:1.6;color:rgba(255,255,255,.85)}.RAIDemo_documentContent__uXVEZ li::marker{color:#007AFF}.RAIDemo_documentContent__uXVEZ code{background:rgba(0,122,255,.15);color:#00D4FF;padding:.125rem .375rem;border-radius:4px;font-family:SF Mono,Consolas,Monaco,monospace;font-size:.85em}.RAIDemo_demoPreviewContent__8hkJb{font-size:.75rem!important;padding:1rem!important}.RAIDemo_demoPreviewContent__8hkJb h1{font-size:1.25rem!important;margin:0 0 .75rem!important}.RAIDemo_demoPreviewContent__8hkJb h2{font-size:.875rem!important;margin:1rem 0 .5rem!important}.RAIDemo_demoPreviewContent__8hkJb h3{font-size:.8125rem!important;margin:.75rem 0 .375rem!important}.RAIDemo_demoPreviewContent__8hkJb p{margin:0 0 .75rem!important;line-height:1.5!important;font-size:.75rem!important}.RAIDemo_demoPreviewContent__8hkJb ul{margin:.5rem 0!important;padding-left:1.25rem!important}.RAIDemo_demoPreviewContent__8hkJb li{margin:.375rem 0!important;line-height:1.5!important;font-size:.75rem!important}.RAIDemo_demoPreviewContent__8hkJb em,.RAIDemo_demoPreviewContent__8hkJb strong{font-size:inherit!important}@media (max-width:1200px){.RAIDemo_directoryPanel__N9VbM{width:240px}.RAIDemo_chatArea__Qmxsj{width:380px}}@media (max-width:968px){.RAIDemo_appWindow__QUTFa{height:600px;max-width:400px;border-radius:24px}.RAIDemo_windowChrome__Is2bb{display:none}.RAIDemo_mainLayout__6D0Pb{flex-direction:column}.RAIDemo_knowledgePanel__ZRqRb{flex:none;width:100%;height:50%;min-width:unset;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.RAIDemo_knowledgeWrapper__eBwH0{flex-direction:row}.RAIDemo_thoughtsContainer__HJarx{width:40%;border-right:1px solid rgba(255,255,255,.08)}.RAIDemo_thoughtsHeader__JEzMn{padding:8px;border-bottom:1px solid rgba(255,255,255,.08)}.RAIDemo_thoughtsTitle__j2FgK{font-size:12px;gap:6px}.RAIDemo_thoughtsTitle__j2FgK svg{width:14px;height:14px}.RAIDemo_thoughtsContent__9k1Fi{padding:8px;font-size:11px;flex:1 1;overflow-y:auto}.RAIDemo_treeItemHeader__5rMOP{font-size:11px;padding:6px 8px}.RAIDemo_treeChildren__E_pJU{margin-left:16px}.RAIDemo_documentPreview__Du9pT{width:60%;height:100%;border-radius:0;border:none;box-shadow:none;background:rgba(255,255,255,.01)}.RAIDemo_documentContent__uXVEZ{padding:8px;font-size:9px;line-height:1.4}.RAIDemo_documentContent__uXVEZ h1{font-size:12px;margin:0 0 4px}.RAIDemo_documentContent__uXVEZ h2{font-size:10px;margin:8px 0 4px}.RAIDemo_documentContent__uXVEZ h3{font-size:9px;margin:6px 0 3px}.RAIDemo_documentContent__uXVEZ p{margin:0 0 4px}.RAIDemo_documentContent__uXVEZ ul{margin:4px 0;padding-left:12px}.RAIDemo_documentContent__uXVEZ li{margin:2px 0}.RAIDemo_chatArea__Qmxsj{width:100%;height:50%;border-radius:0 0 24px 24px;overflow:hidden}.RAIDemo_chatHeader__6Xxnn{padding:8px 12px;background:rgba(255,255,255,.03)}.RAIDemo_headerTitle__82Mwe{gap:6px}.RAIDemo_aiLogo__ga7Af{width:28px;height:28px}.RAIDemo_title__27SCI{font-size:14px}.RAIDemo_subtitle__pe3_w{font-size:11px}.RAIDemo_menuButton__y7F9w,.RAIDemo_newChatButton__vrbFI{width:28px;height:28px}.RAIDemo_messagesContainer__eov5M{padding:12px;gap:12px}.RAIDemo_messageBubble__LlOnu{max-width:90%}.RAIDemo_messageContent__4IREh{padding:10px 12px}.RAIDemo_messageText__k1Iuo{font-size:12px;line-height:1.5}.RAIDemo_assistantLabel__3n5Jv,.RAIDemo_messageTime__g_GTI{font-size:10px}.RAIDemo_systemStatusMessage__O2uaB{font-size:11px;padding:6px 10px}.RAIDemo_chatInput__oNaCh{padding:8px 12px}.RAIDemo_chatTextField__9Ec8d{font-size:13px;padding:8px 12px}.RAIDemo_sendButton__hfV_v{width:36px;height:36px}.RAIDemo_demoPreviewContent__8hkJb{font-size:.625rem!important;padding:.5rem!important;line-height:1.4!important}.RAIDemo_demoPreviewContent__8hkJb h1{font-size:.875rem!important;margin:0 0 .5rem!important}.RAIDemo_demoPreviewContent__8hkJb h2{font-size:.75rem!important;margin:.75rem 0 .375rem!important}.RAIDemo_demoPreviewContent__8hkJb h3{font-size:.6875rem!important;margin:.5rem 0 .25rem!important}.RAIDemo_demoPreviewContent__8hkJb p{margin:0 0 .5rem!important;font-size:.625rem!important}.RAIDemo_demoPreviewContent__8hkJb ul{margin:.375rem 0!important;padding-left:1rem!important}.RAIDemo_demoPreviewContent__8hkJb li{margin:.25rem 0!important;font-size:.625rem!important}}.AnimatedHero_hero__C2CH6{height:1200vh;position:relative;overflow:visible}.AnimatedHero_heroFixed__UCFVr{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;height:100vh;display:flex;align-items:center;justify-content:center;z-index:1}.AnimatedHero_heroWrapper__TDgga{width:100%;max-width:800px;margin:0 auto;transition:all 1.5s cubic-bezier(.4,0,.2,1);position:relative}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_chatMode__p2nEG{max-width:900px;display:flex;flex-direction:column;height:85vh;max-height:900px}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_moveRight__agd_I{animation:AnimatedHero_moveWrapperToRight__DlLVq 4s cubic-bezier(.16,1,.3,1) forwards}@keyframes AnimatedHero_moveWrapperToRight__DlLVq{0%{transform:translateX(0)}to{transform:translateX(30vw)}}.AnimatedHero_leftContent__NENNm{position:absolute;left:50%;top:50%;transform:translate(-110%,-50%);width:45vw;max-width:600px;color:white;z-index:20;animation:AnimatedHero_slideUpFromBottom__8mJ7o 2.5s cubic-bezier(.16,1,.3,1) forwards;padding:4rem;background:rgba(10,10,15,.85);border-radius:24px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:0 30px 80px rgba(0,0,0,.5)}@keyframes AnimatedHero_slideUpFromBottom__8mJ7o{0%{transform:translate(-110%,100%);opacity:0}to{transform:translate(-110%,-50%);opacity:1}}.AnimatedHero_leftTitle__dvy38{font-size:4rem;font-weight:900;margin-bottom:.75rem;line-height:1;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.AnimatedHero_leftSubtitle__7oSfm{font-size:1.25rem;color:rgba(255,255,255,.6);margin-bottom:3rem;font-weight:400}.AnimatedHero_featureGrid__amO_o{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.AnimatedHero_feature__Jfno7{display:flex;align-items:flex-start;gap:1rem}.AnimatedHero_featureIcon__8ZzPG{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(59,130,246,.1));display:flex;align-items:center;justify-content:center;color:var(--color-primary-light);flex-shrink:0;border:1px solid rgba(59,130,246,.3)}.AnimatedHero_featureText__dxgi0 h3{font-size:1.25rem;font-weight:700;margin:0 0 .25rem;color:white}.AnimatedHero_featureText__dxgi0 p{font-size:.95rem;margin:0;color:rgba(255,255,255,.6);line-height:1.4}.AnimatedHero_tryRaiPrompt__tI993{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:12px;color:var(--color-primary-light);font-size:1.1rem;font-weight:600}.AnimatedHero_tryRaiPrompt__tI993 svg{animation:AnimatedHero_pulseArrow__m71QG 2s ease-in-out infinite}@keyframes AnimatedHero_pulseArrow__m71QG{0%,to{transform:translateX(0);opacity:1}50%{transform:translateX(5px);opacity:.7}}.AnimatedHero_contentWrapper__MU1Oe{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:15;width:900px;max-width:90vw;max-height:75vh;padding:0 24px;pointer-events:none;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;transition:all .6s ease}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_chatMode__p2nEG .AnimatedHero_contentWrapper__MU1Oe{width:420px;max-height:1350px;height:auto;min-height:1350px;padding:20px 18px 40px;gap:24px;top:calc(50% + 11px);pointer-events:auto;justify-content:flex-start;overflow-y:scroll;overflow-x:hidden}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_chatMode__p2nEG .AnimatedHero_contentWrapper__MU1Oe::-webkit-scrollbar{width:4px}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_chatMode__p2nEG .AnimatedHero_contentWrapper__MU1Oe::-webkit-scrollbar-track{background:transparent}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_chatMode__p2nEG .AnimatedHero_contentWrapper__MU1Oe::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_chatMode__p2nEG .AnimatedHero_contentWrapper__MU1Oe::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.AnimatedHero_contentWrapper__MU1Oe::-webkit-scrollbar{width:6px}.AnimatedHero_contentWrapper__MU1Oe::-webkit-scrollbar-track{background:transparent}.AnimatedHero_contentWrapper__MU1Oe::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.AnimatedHero_contentWrapper__MU1Oe::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_transforming__GLGym .AnimatedHero_contentWrapper__MU1Oe{animation:AnimatedHero_scaleDownWithPhone__evcXb 2.5s cubic-bezier(.16,1,.3,1) forwards;transform-origin:center center;will-change:transform}@keyframes AnimatedHero_scaleDownWithPhone__evcXb{0%{transform:translate(-50%,-50%) scale(1);width:900px}to{transform:translate(-50%,-50%) scale(.45);width:900px}}.AnimatedHero_hideElement__GtCi2{opacity:0;pointer-events:none;transition:opacity .8s ease}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_transforming__GLGym .AnimatedHero_badge__ftDYH,.AnimatedHero_heroWrapper__TDgga.AnimatedHero_transforming__GLGym .AnimatedHero_heroCTA__iYEMU,.AnimatedHero_heroWrapper__TDgga.AnimatedHero_transforming__GLGym .AnimatedHero_heroFootnote__sQFxd{animation:AnimatedHero_fadeOutContent__rzV4P 1s ease forwards}@keyframes AnimatedHero_fadeOutContent__rzV4P{to{opacity:0;transform:translateY(-10px)}}.AnimatedHero_iphoneFrame__BUuvx{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:420px;height:85vh;max-height:900px;background:linear-gradient(165deg,#2d2d2d,#1a1a1a 50%,#0d0d0d);border-radius:52px;padding:8px;box-shadow:0 40px 80px rgba(0,0,0,.6),0 20px 40px rgba(0,0,0,.4),0 8px 16px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);z-index:10;animation:AnimatedHero_zoomInFrame__eorhU 2.5s cubic-bezier(.16,1,.3,1) forwards}@keyframes AnimatedHero_zoomInFrame__eorhU{0%{width:100vw;height:100vh;opacity:0;border-radius:0;padding:0}to{width:420px;height:85vh;max-height:900px;opacity:1;border-radius:52px;padding:8px}}.AnimatedHero_iphoneNotch__oyMkA{position:absolute;top:16px;left:50%;transform:translateX(-50%);width:140px;height:32px;background:#000;border-radius:0 0 20px 20px;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.5)}.AnimatedHero_iphoneScreen__WOZgF{width:100%;height:100%;background:#000;border-radius:38px;overflow:hidden;display:flex;flex-direction:column;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);position:relative}.AnimatedHero_messagesScroll__6miZ0{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:20px 18px 40px;display:flex;flex-direction:column;gap:24px;position:relative;justify-content:flex-start;opacity:0;animation:AnimatedHero_fadeInMessages__HJTQ0 .6s ease .2s forwards;pointer-events:auto;-webkit-overflow-scrolling:touch}@keyframes AnimatedHero_fadeInMessages__HJTQ0{to{opacity:1}}.AnimatedHero_messagesScroll__6miZ0 .AnimatedHero_heroContent__D_n5Y{text-align:left;background:linear-gradient(145deg,rgba(59,130,246,.15),rgba(30,30,50,.92) 20%,rgba(20,20,35,.95));border:1.5px solid transparent;background-clip:padding-box;border-radius:22px;padding:24px 26px;box-shadow:0 20px 60px rgba(0,0,0,.6),0 8px 24px rgba(59,130,246,.25),0 4px 12px rgba(59,130,246,.15),inset 0 2px 0 rgba(255,255,255,.2),inset 0 0 60px rgba(59,130,246,.08);margin-right:35px;-webkit-backdrop-filter:blur(40px) saturate(180%);backdrop-filter:blur(40px) saturate(180%);position:relative;overflow:hidden}.AnimatedHero_messagesScroll__6miZ0 .AnimatedHero_heroContent__D_n5Y:after{content:"";position:absolute;inset:0;border-radius:22px;padding:1.5px;background:linear-gradient(145deg,rgba(59,130,246,.6),rgba(147,197,253,.3) 25%,rgba(59,130,246,.2) 50%,rgba(30,64,175,.4) 75%,rgba(59,130,246,.5));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}.AnimatedHero_messagesScroll__6miZ0 .AnimatedHero_heroContent__D_n5Y:before{content:"";position:absolute;top:0;left:0;right:0;height:65%;background:linear-gradient(180deg,rgba(59,130,246,.25),rgba(147,197,253,.12) 20%,rgba(255,255,255,.06) 40%,transparent);pointer-events:none;border-radius:22px 22px 0 0;z-index:0}.AnimatedHero_messagesScroll__6miZ0 .AnimatedHero_heroTitle__RqApJ{font-size:4.5rem;margin-bottom:28px;line-height:1.15;font-weight:900;letter-spacing:-.025em;color:white;text-shadow:0 2px 12px rgba(0,0,0,.3);position:relative;z-index:2}.AnimatedHero_messagesScroll__6miZ0 .AnimatedHero_heroSubtitle__YlG0O{font-size:2.25rem;margin-bottom:0;line-height:1.5;opacity:1;font-weight:400;color:rgba(255,255,255,.96);text-shadow:0 1px 8px rgba(0,0,0,.2);position:relative;z-index:2}.AnimatedHero_messagesScroll__6miZ0 .AnimatedHero_heroSubtitle__YlG0O strong{font-weight:800;color:rgba(147,197,253,1);text-shadow:0 0 20px rgba(59,130,246,.5);display:block;margin-top:20px;font-size:2.4rem}.AnimatedHero_chatHeader__5T4DT{padding:44px 16px 12px;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);display:flex;align-items:center;gap:12px;flex-shrink:0;pointer-events:auto;animation:AnimatedHero_slideDown__501AP .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes AnimatedHero_slideDown__501AP{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes AnimatedHero_fadeInContent__os_HU{to{opacity:1}}.AnimatedHero_aiLogo__fKJ6K{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 2px 8px rgba(59,130,246,.3)}.AnimatedHero_chatTitle__ke0_v{font-size:16px;font-weight:700;color:var(--color-text);line-height:1.2}.AnimatedHero_chatSubtitle__zGYKy{font-size:12px;color:var(--color-text-secondary);opacity:.7;line-height:1.2}.AnimatedHero_messagesArea__5x8KP{position:absolute;bottom:100px;left:20px;right:20px;padding:0 24px;display:flex;flex-direction:column;gap:24px;z-index:1}.AnimatedHero_messageWrapper__9Sbv_{display:flex;flex-direction:column;gap:8px;opacity:1}.AnimatedHero_secondMessageWrapper__b5JoE{display:flex;flex-direction:column;gap:6px;margin-top:28px;animation:AnimatedHero_fadeInUp__lCQrL .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes AnimatedHero_fadeInUp__lCQrL{0%{opacity:0;transform:translateY(40px) scale(.95);filter:blur(8px)}60%{opacity:1;filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.AnimatedHero_messageHeader__W_2es{display:flex;align-items:center;gap:10px;margin-bottom:8px;opacity:0;animation:AnimatedHero_fadeIn__gHz43 .4s ease .2s forwards}.AnimatedHero_messageAvatar__VQTqG{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);color:white;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px rgba(59,130,246,.4),0 2px 6px rgba(59,130,246,.3),inset 0 1px 2px rgba(255,255,255,.2);position:relative}.AnimatedHero_messageAvatar__VQTqG:before{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(180deg,rgba(255,255,255,.15),transparent 50%);pointer-events:none}.AnimatedHero_messageAvatar__VQTqG svg{width:19px;height:19px;position:relative;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.AnimatedHero_messageSender__jaX3B{font-size:.95rem;font-weight:700;color:var(--color-text);line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.1)}.AnimatedHero_messageTime__7Dwul{font-size:.8rem;color:var(--color-text-secondary);opacity:.65;margin-top:3px;line-height:1;font-weight:500}@keyframes AnimatedHero_fadeIn__gHz43{to{opacity:1}}.AnimatedHero_heroContent__D_n5Y{text-align:left;position:relative;will-change:transform;flex-shrink:0;background:linear-gradient(145deg,rgba(59,130,246,.15),rgba(30,30,50,.92) 20%,rgba(20,20,35,.95));border:1.5px solid transparent;background-clip:padding-box;border-radius:22px;padding:48px 42px;box-shadow:0 20px 60px rgba(0,0,0,.6),0 8px 24px rgba(59,130,246,.25),0 4px 12px rgba(59,130,246,.15),inset 0 2px 0 rgba(255,255,255,.2),inset 0 0 60px rgba(59,130,246,.08);margin-right:35px;-webkit-backdrop-filter:blur(40px) saturate(180%);backdrop-filter:blur(40px) saturate(180%);overflow:hidden}.AnimatedHero_heroContent__D_n5Y:after{content:"";position:absolute;inset:0;border-radius:22px;padding:1.5px;background:linear-gradient(145deg,rgba(59,130,246,.6),rgba(147,197,253,.3) 25%,rgba(59,130,246,.2) 50%,rgba(30,64,175,.4) 75%,rgba(59,130,246,.5));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}.AnimatedHero_heroContent__D_n5Y:before{content:"";position:absolute;top:0;left:0;right:0;height:65%;background:linear-gradient(180deg,rgba(59,130,246,.25),rgba(147,197,253,.12) 20%,rgba(255,255,255,.06) 40%,transparent);pointer-events:none;border-radius:22px 22px 0 0;z-index:0}.AnimatedHero_heroContent__D_n5Y.AnimatedHero_asMessage__iyDAN{text-align:left;margin-right:35px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(40px) saturate(180%);backdrop-filter:blur(40px) saturate(180%);background-clip:padding-box}.AnimatedHero_heroContent__D_n5Y.AnimatedHero_asMessage__iyDAN:after{content:"";position:absolute;inset:0;border-radius:22px;border-top-left-radius:6px;padding:1.5px;background:linear-gradient(145deg,rgba(59,130,246,.6),rgba(147,197,253,.3) 25%,rgba(59,130,246,.2) 50%,rgba(30,64,175,.4) 75%,rgba(59,130,246,.5));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}.AnimatedHero_heroContent__D_n5Y.AnimatedHero_asMessage__iyDAN:before{content:"";position:absolute;top:0;left:0;right:0;height:65%;background:linear-gradient(180deg,rgba(59,130,246,.25),rgba(147,197,253,.12) 20%,rgba(255,255,255,.06) 40%,transparent);pointer-events:none;border-radius:22px 22px 0 0;z-index:0}.AnimatedHero_badge__ftDYH{display:none}.AnimatedHero_heroTitle__RqApJ{font-size:4.5rem;font-weight:900;line-height:1.15;margin-bottom:28px;color:white;letter-spacing:-.025em;text-shadow:0 2px 12px rgba(0,0,0,.3);position:relative;z-index:2}.AnimatedHero_heroAccent__emTiE{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.AnimatedHero_heroSubtitle__YlG0O{font-size:2.25rem;line-height:1.5;color:rgba(255,255,255,.96);margin-bottom:0;font-weight:400;text-shadow:0 1px 8px rgba(0,0,0,.2);position:relative;z-index:2}.AnimatedHero_heroSubtitle__YlG0O strong{font-weight:800;color:rgba(147,197,253,1);text-shadow:0 0 20px rgba(59,130,246,.5);display:block;margin-top:20px;font-size:2.4rem}.AnimatedHero_messageBubble__aFZ6e{background:rgba(60,60,67,.6);box-shadow:none;margin-right:40px}.AnimatedHero_messageBubble__aFZ6e,.AnimatedHero_userMessageBubble__3rGVS{padding:24px 28px;border:none;border-radius:24px;font-size:2rem;font-weight:500;line-height:1.5;color:white;text-align:left;flex-shrink:0;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;cursor:text}.AnimatedHero_userMessageBubble__3rGVS{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border-top-right-radius:6px;box-shadow:0 4px 16px rgba(59,130,246,.3);margin-left:auto;margin-right:0;max-width:85%}.AnimatedHero_cursor__ZJDE_{animation:AnimatedHero_blink__6Ldlv .8s infinite;margin-left:2px;opacity:1;color:white;font-weight:400}@keyframes AnimatedHero_blink__6Ldlv{0%,49%{opacity:1}50%,to{opacity:0}}.AnimatedHero_heroCTA__iYEMU{display:none}.AnimatedHero_chatCTA__EckSc{display:flex;flex-direction:column;gap:var(--spacing-md);align-items:center;padding-top:var(--spacing-xl);animation:AnimatedHero_fadeInUp__lCQrL .8s cubic-bezier(.16,1,.3,1) .5s backwards}.AnimatedHero_chatCTA__EckSc .AnimatedHero_heroCTA__iYEMU{margin-bottom:0;gap:var(--spacing-md)}.AnimatedHero_chatCTA__EckSc .AnimatedHero_primaryBtn___pu9f{animation:AnimatedHero_scaleIn__H33uP .6s cubic-bezier(.34,1.56,.64,1) .7s backwards;font-size:1rem;padding:14px 28px}.AnimatedHero_chatCTA__EckSc .AnimatedHero_heroFootnote__sQFxd{font-size:.8rem;margin-top:8px}@keyframes AnimatedHero_scaleIn__H33uP{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.AnimatedHero_primaryBtn___pu9f{display:inline-flex;align-items:center;padding:16px 32px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:white;font-weight:700;font-size:var(--font-size-md);border-radius:var(--radius-lg);text-decoration:none;transition:all .2s;box-shadow:0 4px 16px rgba(59,130,246,.3)}.AnimatedHero_primaryBtn___pu9f:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(59,130,246,.4)}.AnimatedHero_secondaryBtn__BWUG1{display:inline-flex;align-items:center;padding:16px 32px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:var(--color-text);font-weight:600;font-size:var(--font-size-md);border-radius:var(--radius-lg);text-decoration:none;transition:all .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.AnimatedHero_secondaryBtn__BWUG1:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);transform:translateY(-2px)}.AnimatedHero_heroFootnote__sQFxd{display:none}.AnimatedHero_chatInput__6waMS{flex-shrink:0;padding:12px 16px 24px;border-top:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);animation:AnimatedHero_slideUp__KbQk3 .5s cubic-bezier(.16,1,.3,1) .1s backwards;display:flex;gap:8px;align-items:center}@keyframes AnimatedHero_slideUp__KbQk3{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AnimatedHero_chatTextField__Ejbhp{flex:1 1;padding:12px 16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:20px;color:var(--color-text);font-size:14px;outline:none;transition:all .2s;font-family:inherit}.AnimatedHero_chatTextField__Ejbhp::placeholder{color:rgba(255,255,255,.35)}.AnimatedHero_chatTextField__Ejbhp:focus{border-color:rgba(59,130,246,.5);background:rgba(255,255,255,.08);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.AnimatedHero_sendButton__9hir_{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border:none;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0;box-shadow:0 2px 8px rgba(59,130,246,.3)}.AnimatedHero_sendButton__9hir_:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(59,130,246,.4)}.AnimatedHero_floatingChatWidget__3tUBP{position:fixed;bottom:24px;right:24px;z-index:1000;width:400px;max-height:600px;background:linear-gradient(165deg,#2d2d2d,#1a1a1a 50%,#0d0d0d);border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.6),0 8px 24px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.1);display:flex;flex-direction:column;overflow:hidden;animation:AnimatedHero_slideInFromBottom__BgWUd .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes AnimatedHero_slideInFromBottom__BgWUd{0%{opacity:0;transform:translateY(100px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.AnimatedHero_floatingChatWidget__3tUBP.AnimatedHero_collapsed___doXl{width:60px;height:60px;border-radius:50%;max-height:none}.AnimatedHero_floatingChatIcon__jHrjS{width:100%;height:100%;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));border:none;border-radius:50%;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px rgba(59,130,246,.4);transition:all .2s}.AnimatedHero_floatingChatIcon__jHrjS:hover{transform:scale(1.05);box-shadow:0 12px 32px rgba(59,130,246,.5)}.AnimatedHero_floatingChatHeader__lRcpD{padding:16px;border-bottom:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);display:flex;align-items:center;gap:12px;flex-shrink:0}.AnimatedHero_floatingChatHeaderText__I1593{flex:1 1}.AnimatedHero_minimizeButton__MUOfW{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.AnimatedHero_minimizeButton__MUOfW:hover{background:rgba(255,255,255,.1);color:white}.AnimatedHero_floatingChatMessages__HXPDs{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:20px 18px 40px;display:flex;flex-direction:column;gap:24px;background:#000}.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_heroContent__D_n5Y{padding:24px 26px}.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_heroTitle__RqApJ{font-size:1.5rem;margin-bottom:12px}.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_heroSubtitle__YlG0O{font-size:.95rem;line-height:1.4}.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_heroSubtitle__YlG0O strong{font-size:1rem;margin-top:8px}.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_messageBubble__aFZ6e,.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_userMessageBubble__3rGVS{font-size:.95rem;padding:12px 16px}.AnimatedHero_floatingChatMessages__HXPDs::-webkit-scrollbar{width:4px}.AnimatedHero_floatingChatMessages__HXPDs::-webkit-scrollbar-track{background:transparent}.AnimatedHero_floatingChatMessages__HXPDs::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}.AnimatedHero_floatingChatMessages__HXPDs::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.AnimatedHero_floatingChatInput__7tfWT{flex-shrink:0;padding:12px 16px 16px;border-top:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);display:flex;gap:8px;align-items:center}@media (max-width:968px){.AnimatedHero_leftContent__NENNm{display:none}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_moveRight__agd_I{animation:none;transform:translateX(0)}.AnimatedHero_contentWrapper__MU1Oe,.AnimatedHero_heroWrapper__TDgga.AnimatedHero_chatMode__p2nEG .AnimatedHero_contentWrapper__MU1Oe,.AnimatedHero_heroWrapper__TDgga.AnimatedHero_transforming__GLGym .AnimatedHero_contentWrapper__MU1Oe{width:400px!important;max-width:400px!important;min-width:400px!important;max-height:600px!important;min-height:600px!important;height:600px!important;transform:translate(-50%,-50%)!important}.AnimatedHero_heroWrapper__TDgga.AnimatedHero_transforming__GLGym .AnimatedHero_contentWrapper__MU1Oe{animation:none!important}@keyframes AnimatedHero_scaleDownWithPhone__evcXb{0%{transform:translate(-50%,-50%);width:400px;height:600px}to{transform:translate(-50%,-50%);width:400px;height:600px}}.AnimatedHero_heroContent__D_n5Y .AnimatedHero_heroTitle__RqApJ{font-size:2rem!important;margin-bottom:18px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-.025em!important}.AnimatedHero_heroContent__D_n5Y .AnimatedHero_heroSubtitle__YlG0O{font-size:1rem!important;line-height:1.5!important;font-weight:400!important;margin-bottom:0!important}.AnimatedHero_heroContent__D_n5Y .AnimatedHero_heroSubtitle__YlG0O strong{font-size:1.05rem!important;margin-top:16px!important;display:block!important;font-weight:800!important;line-height:1.4!important}.AnimatedHero_heroContent__D_n5Y{padding:28px 22px 30px!important;margin-right:14px!important;border-radius:22px!important;min-height:220px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.AnimatedHero_messagesScroll__6miZ0 .AnimatedHero_heroContent__D_n5Y .AnimatedHero_heroTitle__RqApJ{font-size:2rem!important;margin-bottom:18px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-.025em!important}.AnimatedHero_messagesScroll__6miZ0 .AnimatedHero_heroContent__D_n5Y .AnimatedHero_heroSubtitle__YlG0O{font-size:1rem!important;line-height:1.5!important;font-weight:400!important;margin-bottom:0!important}.AnimatedHero_messagesScroll__6miZ0 .AnimatedHero_heroContent__D_n5Y .AnimatedHero_heroSubtitle__YlG0O strong{font-size:1.05rem!important;margin-top:16px!important;display:block!important;font-weight:800!important;line-height:1.4!important}.AnimatedHero_messagesScroll__6miZ0 .AnimatedHero_heroContent__D_n5Y{padding:28px 22px 30px!important;margin-right:14px!important;min-height:220px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.AnimatedHero_messageBubble__aFZ6e,.AnimatedHero_userMessageBubble__3rGVS{font-size:1.15rem!important;padding:16px 20px!important;line-height:1.45!important}.AnimatedHero_featuresCard__3Bmv6{background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;padding:20px 18px!important;margin-right:14px!important}.AnimatedHero_featuresTitle__0a9eq{font-size:1.5rem!important;font-weight:900!important;margin:0 0 6px!important;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light))!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.AnimatedHero_featuresSubtitle__hFNW_{font-size:.75rem!important;color:rgba(255,255,255,.6)!important;margin:0 0 16px!important}.AnimatedHero_featuresList___1EPC{display:flex!important;flex-direction:column!important;gap:12px!important}.AnimatedHero_featureItem__8_iKZ{display:flex!important;align-items:flex-start!important;gap:10px!important}.AnimatedHero_featureIconSmall__4LELZ{width:32px!important;height:32px!important;border-radius:8px!important;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(59,130,246,.1))!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--color-primary-light)!important;flex-shrink:0!important;border:1px solid rgba(59,130,246,.3)!important}.AnimatedHero_featureTextSmall__FT3HV h4{font-size:.85rem!important;font-weight:700!important;margin:0 0 2px!important;color:white!important}.AnimatedHero_featureTextSmall__FT3HV p{font-size:.7rem!important;margin:0!important;color:rgba(255,255,255,.6)!important;line-height:1.3!important}.AnimatedHero_floatingChatWidget__3tUBP{width:calc(100vw - 32px);right:16px;bottom:16px;max-height:500px}.AnimatedHero_floatingChatWidget__3tUBP.AnimatedHero_collapsed___doXl{width:56px;height:56px}.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_heroTitle__RqApJ{font-size:1.5rem}.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_heroSubtitle__YlG0O{font-size:1rem}.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_heroSubtitle__YlG0O strong{font-size:1.1rem}.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_messageBubble__aFZ6e,.AnimatedHero_floatingChatMessages__HXPDs .AnimatedHero_userMessageBubble__3rGVS{font-size:1rem;padding:14px 16px}.AnimatedHero_heroCTA__iYEMU{flex-direction:column;width:100%}.AnimatedHero_primaryBtn___pu9f,.AnimatedHero_secondaryBtn__BWUG1{width:100%;justify-content:center}}.LandingView_page__IdGWp{position:relative;z-index:1}.LandingView_container__rWCRr{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.LandingView_hero__qiZcb{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:var(--spacing-2xl) var(--spacing-lg);text-align:center}.LandingView_heroContent__hvRmo{max-width:900px}.LandingView_heroTitle__8TS82{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:var(--spacing-xl);color:var(--color-text)}.LandingView_heroAccent__Cfwmw{background:linear-gradient(135deg,var(--color-primary-light) 0,var(--color-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.LandingView_heroSubtitle__HT4W_{font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.6;color:var(--color-text-secondary);margin-bottom:var(--spacing-2xl);max-width:700px;margin-left:auto;margin-right:auto}.LandingView_heroCTA__mJw6x{display:flex;gap:var(--spacing-lg);justify-content:center;flex-wrap:wrap}.LandingView_ctaBtn__0LmnO,.LandingView_primaryBtn__XYH80,.LandingView_secondaryBtn__87_W5{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:var(--radius-lg);transition:all .3s ease;display:inline-block;text-decoration:none}.LandingView_ctaBtn__0LmnO,.LandingView_primaryBtn__XYH80{background:var(--color-primary);color:white;border:2px solid var(--color-primary);box-shadow:0 0 30px var(--color-primary-alpha-30)}.LandingView_ctaBtn__0LmnO:hover,.LandingView_primaryBtn__XYH80:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 0 40px var(--color-primary-alpha-30)}.LandingView_secondaryBtn__87_W5{background:var(--glass-bg);color:var(--color-text);border:2px solid var(--glass-border);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur))}.LandingView_secondaryBtn__87_W5:hover{background:var(--color-surface-hover);border-color:var(--color-primary);transform:translateY(-2px)}.LandingView_featureSection__CAByc{padding:var(--spacing-2xl) 0}.LandingView_featureSection__CAByc:nth-child(2n){background:var(--color-surface)}.LandingView_featureGrid__WJNw4{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--spacing-2xl);gap:var(--spacing-2xl);align-items:center}.LandingView_featureText__aCyNv{padding:var(--spacing-xl)}.LandingView_iconBadge__JJpUh{width:56px;height:56px;border-radius:var(--radius-lg);background:var(--color-primary-alpha-15);display:flex;align-items:center;justify-content:center;color:var(--color-primary-light);margin-bottom:var(--spacing-lg)}.LandingView_featureTitle__oDgeZ{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;margin-bottom:var(--spacing-lg);color:var(--color-text)}.LandingView_accent__Sma50{background:linear-gradient(135deg,var(--color-primary-light) 0,var(--color-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.LandingView_featureDescription__nZcIv{font-size:var(--font-size-lg);line-height:1.7;color:var(--color-text-secondary);margin-bottom:var(--spacing-xl)}.LandingView_featureList__FJRUq{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--spacing-md)}.LandingView_featureList__FJRUq li{font-size:var(--font-size-lg);color:var(--color-text);display:flex;align-items:center;gap:var(--spacing-sm)}.LandingView_demoWindow__MAwmI{height:100%}.LandingView_aiSection__EUc22{padding:var(--spacing-2xl) 0;background:var(--color-surface)}.LandingView_aiContent__O2KwR{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);padding:var(--spacing-2xl);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur))}.LandingView_aiHeader__d6OVm{display:flex;align-items:center;gap:var(--spacing-lg);margin-bottom:var(--spacing-2xl)}.LandingView_aiLogo__hzxfj{width:64px;height:64px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);display:flex;align-items:center;justify-content:center;color:white}.LandingView_aiTitle__sZLMX{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--color-text);margin:0}.LandingView_aiDomain__Z2KkU{color:var(--color-primary)}.LandingView_aiTagline__3bWIf{font-size:var(--font-size-lg);color:var(--color-text-secondary);margin:0}.LandingView_aiFeatures__45jsE{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:var(--spacing-xl);gap:var(--spacing-xl)}.LandingView_aiFeature__eKEux h3{font-size:var(--font-size-xl);font-weight:700;margin-bottom:var(--spacing-sm);color:var(--color-text)}.LandingView_aiFeature__eKEux p{color:var(--color-text-secondary);line-height:1.6}.LandingView_mockupCard__1HWsj{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));overflow:hidden;height:600px;display:flex;flex-direction:column}.LandingView_mockupHeader__rLZPD{padding:var(--spacing-lg);border-bottom:1px solid var(--glass-border);background:var(--color-surface);font-weight:700;color:var(--color-text);font-size:var(--font-size-lg)}.LandingView_mockupContent__y5dON{flex:1 1;padding:var(--spacing-xl);display:flex;flex-direction:column;gap:var(--spacing-lg)}.LandingView_formField__cUMj2{display:flex;flex-direction:column;gap:var(--spacing-xs)}.LandingView_fieldLabel__TgqGo{font-size:var(--font-size-sm);color:var(--color-text-secondary);font-weight:600}.LandingView_fieldInput__bLLOv{height:40px;background:var(--color-surface);border:1px solid var(--glass-border);border-radius:var(--radius-md)}.LandingView_qrCode__FS2YD{margin-top:auto;padding:var(--spacing-xl);background:var(--color-surface);border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md);color:var(--color-text)}.LandingView_qrLabel__2RZ2c{font-size:var(--font-size-sm);color:var(--color-text-secondary)}.LandingView_taskBoard__0c8_B{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--spacing-md);gap:var(--spacing-md);height:100%}.LandingView_taskColumn__65DIp{background:var(--color-surface);border-radius:var(--radius-md);padding:var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-sm)}.LandingView_columnHeader__asaQE{font-weight:700;color:var(--color-text);font-size:var(--font-size-base);padding-bottom:var(--spacing-sm);border-bottom:1px solid var(--glass-border)}.LandingView_taskCard__PXKBJ{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:var(--spacing-md);color:var(--color-text);font-size:var(--font-size-sm)}.LandingView_ctaSection__pSrW1{padding:var(--spacing-2xl) 0;background:var(--color-surface)}.LandingView_ctaContent__qpb1s{text-align:center;padding:var(--spacing-2xl);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur))}.LandingView_ctaTitle__9ViiW{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin-bottom:var(--spacing-md);color:var(--color-text)}.LandingView_ctaSubtitle__JXj8y{font-size:var(--font-size-lg);color:var(--color-text-secondary);margin-bottom:var(--spacing-xl)}@media (max-width:968px){.LandingView_container__rWCRr{padding:0 var(--spacing-md);max-width:100%}.LandingView_featureSection__CAByc{padding:var(--spacing-xl) 0}.LandingView_featureGrid__WJNw4{grid-template-columns:1fr;gap:var(--spacing-xl)}.LandingView_taskBoard__0c8_B{grid-template-columns:1fr}}@media (max-width:768px){.LandingView_container__rWCRr{padding:0 var(--spacing-sm)}.LandingView_hero__qiZcb{min-height:auto;padding:var(--spacing-2xl) var(--spacing-md)}.LandingView_heroCTA__mJw6x{flex-direction:column;align-items:stretch}.LandingView_ctaBtn__0LmnO,.LandingView_primaryBtn__XYH80,.LandingView_secondaryBtn__87_W5{width:100%;padding:.875rem 1.5rem;font-size:1rem}.LandingView_featureText__aCyNv{padding:0}.LandingView_featureSection__CAByc{padding:var(--spacing-lg) 0}.LandingView_mockupCard__1HWsj{height:500px}.LandingView_aiContent__O2KwR,.LandingView_ctaContent__qpb1s{padding:var(--spacing-lg)}}.LandingView_footer__wlur9{background:var(--color-surface);border-top:1px solid var(--glass-border);padding:var(--spacing-2xl) 0 var(--spacing-xl);margin-top:var(--spacing-2xl)}.LandingView_footerContent__wYFSK{display:grid;grid-template-columns:2fr 3fr;grid-gap:var(--spacing-2xl);gap:var(--spacing-2xl);margin-bottom:var(--spacing-2xl)}.LandingView_footerBrand__LXS9_{max-width:350px}.LandingView_footerLogo__hGWXR{display:flex;align-items:center;gap:var(--spacing-sm);font-size:var(--font-size-xl);font-weight:800;color:var(--color-text);margin-bottom:var(--spacing-md)}.LandingView_footerLogo__hGWXR svg{color:var(--color-primary)}.LandingView_footerTagline__ZHX1O{font-size:var(--font-size-sm);color:var(--color-text-secondary);line-height:1.6;margin:0}.LandingView_footerLinks__LN0q0{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--spacing-xl);gap:var(--spacing-xl)}.LandingView_footerColumn__oDoKU h4{font-size:var(--font-size-base);font-weight:700;color:var(--color-text);margin:0 0 var(--spacing-md) 0}.LandingView_footerColumn__oDoKU ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-sm)}.LandingView_footerColumn__oDoKU ul li a{color:var(--color-text-secondary);text-decoration:none;font-size:var(--font-size-sm);transition:color .2s}.LandingView_footerColumn__oDoKU ul li a:hover{color:var(--color-primary-light)}.LandingView_footerBottom__9YRDj{display:flex;justify-content:space-between;align-items:center;padding-top:var(--spacing-lg);border-top:1px solid var(--glass-border)}.LandingView_footerBottom__9YRDj p{font-size:var(--font-size-sm);color:var(--color-text-secondary);margin:0}.LandingView_footerSocial__HIz_7{display:flex;gap:var(--spacing-md)}.LandingView_footerSocial__HIz_7 a{color:var(--color-text-secondary);transition:color .2s}.LandingView_footerSocial__HIz_7 a:hover{color:var(--color-primary-light)}@media (max-width:968px){.LandingView_footerContent__wYFSK{grid-template-columns:1fr;gap:var(--spacing-xl)}}@media (max-width:768px){.LandingView_footer__wlur9{padding:var(--spacing-xl) 0 var(--spacing-lg)}.LandingView_footerLinks__LN0q0{grid-template-columns:1fr;gap:var(--spacing-lg)}.LandingView_footerBottom__9YRDj{flex-direction:column;gap:var(--spacing-md);text-align:center}}