.Home_container__d256j{min-height:100vh;display:flex;flex-direction:column;background-color:#151515;color:#fff}.Home_header__y2QYS{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,8%,0)}.Home_headerLeft__3ApBO{display:flex;align-items:center;gap:1.5rem}.Home_logo__IOQAX{font-size:1.5rem;font-weight:700;letter-spacing:2px}.Home_audioToggle__54mFB{background:transparent;border:2px solid rgba(0,238,255,.3);border-radius:8px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#0ef}.Home_audioToggle__54mFB:hover{background:rgba(0,238,255,.1);border-color:#0ef;transform:scale(1.05)}.Home_audioToggle__54mFB:active{transform:scale(.95)}.Home_audioToggle__54mFB svg{display:block}.Home_logo__IOQAX a{color:#fff;text-decoration:none}.Home_logo__IOQAX span{display:inline-block;position:relative;cursor:pointer;color:#fff}.Home_logo__IOQAX span:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background-color:#0ef;transition:width .3s ease}.Home_logo__IOQAX span:hover:after{width:100%}.Home_nav__KViFq{display:flex;gap:1.5rem}.Home_nav__KViFq a{text-decoration:none;color:#ccc;font-size:1rem;transition:color .3s ease;position:relative}.Home_nav__KViFq a.Home_active__EQNkL,.Home_nav__KViFq a:hover{color:#0ef}.Home_nav__KViFq a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#0ef;transition:width .3s ease}.Home_nav__KViFq a.Home_active__EQNkL:after,.Home_nav__KViFq a:hover:after{width:100%}.Home_menuButton__x35GK{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;position:relative;z-index:1002}.Home_menuButton__x35GK span{height:3px;width:100%;background-color:#fff;border-radius:3px;transition:all .3s ease}.Home_main__VkIEL{flex:1 1;padding-top:100px;min-height:calc(100vh - 100px);display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.Home_chatContainer__KzBAq{width:100%;max-width:1200px;padding:2rem;display:flex;flex-direction:column;gap:2rem}.Home_messageDisplay__MCE7V{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:2rem;min-height:300px}.Home_currentMessage__7Phco{width:100%;text-align:center;contain:layout style;animation:Home_fadeInMessage__xQunA .3s ease-out}@keyframes Home_fadeInMessage__xQunA{0%{opacity:0}to{opacity:1}}.Home_messageLabel__HZW_p{display:block;font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#0ef;opacity:.8}.Home_messageTextContainer__jI0Bn{height:calc(2.5rem * 1.6 * 8);overflow-y:auto;overflow-x:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.Home_messageTextContainer__jI0Bn::-webkit-scrollbar{display:none}.Home_messageText__mnsJb{font-size:2.5rem;line-height:1.6;font-weight:400;margin:0;color:#fff;word-wrap:break-word;white-space:pre-wrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0);will-change:contents;font-family:Courier New,monospace}.Home_messageText__mnsJb[data-glitch=true]{animation:Home_glitchText__KplrF .3s infinite;text-shadow:2px 2px 0 #f0f,-2px -2px 0 #0ff}@keyframes Home_glitchText__KplrF{0%{text-shadow:2px 2px 0 #f0f,-2px -2px 0 #0ff}25%{text-shadow:-2px 2px 0 #0f0,2px -2px 0 red}50%{text-shadow:2px -2px 0 #00f,-2px 2px 0 #ff0}75%{text-shadow:-2px -2px 0 #f0f,2px 2px 0 #0ff}to{text-shadow:2px 2px 0 #f0f,-2px -2px 0 #0ff}}.Home_inputArea__sYvm8{display:flex;gap:1rem;align-items:flex-end}.Home_chatInput__PZOw1{flex:1 1;padding:1rem;background:rgba(30,30,30,.6);border:1px solid rgba(0,238,255,.3);border-radius:12px;color:#fff;resize:none;font-size:1.1rem;transition:all .3s ease}.Home_chatInput__PZOw1:focus{outline:none;border-color:#0ef;background:rgba(30,30,30,.8);box-shadow:0 0 0 3px rgba(0,238,255,.1)}.Home_sendButton__kNNkw{width:48px;height:48px;padding:0;background:linear-gradient(135deg,#2d3748,#1a202c);color:#e2e8f0;border:1px solid hsla(0,0%,100%,.1);border-radius:50%;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.Home_sendButton__kNNkw:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);transition:left .5s ease}.Home_sendButton__kNNkw:hover:before{left:100%}.Home_sendButton__kNNkw:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.4);border-color:rgba(100,200,255,.3);background:linear-gradient(135deg,#374151,#252d3a);color:#fff}.Home_sendButton__kNNkw:active:not(:disabled){transform:translateY(0) scale(.98);box-shadow:0 1px 4px rgba(0,0,0,.3)}.Home_sendButton__kNNkw:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.Home_disabledButton__a2Tt_{background:linear-gradient(135deg,#4a5568,#2d3748);box-shadow:none}.Home_sendIcon__vYzml{width:22px;height:22px;transition:transform .3s ease}.Home_sendButton__kNNkw:hover:not(:disabled) .Home_sendIcon__vYzml{transform:translateX(2px) translateY(-2px)}.Home_disabledButton__a2Tt_ .Home_sendIcon__vYzml{animation:Home_pulse__0RP2j 1.5s ease-in-out infinite}@keyframes Home_pulse__0RP2j{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.Home_promptToggle__D18jR{display:flex;justify-content:center;margin-top:1rem}@media (max-width:768px){.Home_main__VkIEL{padding-top:80px;min-height:calc(100vh - 150px);padding-bottom:8rem}.Home_chatContainer__KzBAq{height:auto;min-height:calc(100vh - 250px);display:flex;flex-direction:column;gap:1.5rem;padding:1rem 1rem 2rem}.Home_messageDisplay__MCE7V{flex:1 1;min-height:auto;gap:1rem}.Home_messageLabel__HZW_p{font-size:1rem;margin-bottom:.5rem}.Home_messageText__mnsJb{font-size:1.2rem}.Home_messageTextContainer__jI0Bn{height:calc(1.2rem * 1.5 * 8)}.Home_inputArea__sYvm8:before{content:"";position:absolute;bottom:0;left:0;right:0;width:100vw;height:120px;background:#151515;z-index:0}.Home_inputArea__sYvm8{flex-direction:row;gap:.75rem;position:fixed;bottom:0;left:0;right:auto;width:calc(100% - 90px);background:hsla(0,0%,8%,.98);padding:1rem;border-top:1px solid rgba(0,238,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;align-items:flex-end}.Home_chatInput__PZOw1{font-size:1rem;padding:1rem;min-height:80px;flex:1 1;position:relative;z-index:1}.Home_sendButton__kNNkw{width:48px;height:48px;flex-shrink:0;position:relative;z-index:1}.Home_promptToggle__D18jR{margin-bottom:1rem}.Home_chatAvatarWrapper__LBiKy img{width:120px!important;height:120px!important}}@media (max-width:480px){.Home_main__VkIEL{padding-top:70px;min-height:calc(100vh - 120px);padding-bottom:10rem}.Home_chatContainer__KzBAq{min-height:calc(100vh - 200px);gap:1rem;padding:.5rem .5rem 2rem}.Home_messageTextContainer__jI0Bn{height:calc(1rem * 1.4 * 6)}.Home_messageText__mnsJb{font-size:1rem;line-height:1.4}.Home_inputArea__sYvm8:before{content:"";position:absolute;bottom:0;left:0;right:0;width:100vw;height:140px;background:#151515;z-index:0}.Home_inputArea__sYvm8{flex-direction:row;gap:.75rem;position:fixed;bottom:0;left:0;right:auto;width:calc(100% - 90px);background:hsla(0,0%,8%,.98);padding:1rem;border-top:1px solid rgba(0,238,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;box-shadow:0 -4px 20px rgba(0,238,255,.1);align-items:flex-end}.Home_chatInput__PZOw1{font-size:1rem;padding:1rem;min-height:100px;flex:1 1;border-radius:16px;position:relative;z-index:1}.Home_sendButton__kNNkw{width:52px;height:52px;flex-shrink:0;position:relative;z-index:1}.Home_promptToggle__D18jR{margin-bottom:1rem}}.Home_footer__yFiaX{padding:2rem;text-align:center;background:hsla(0,0%,4%,.9);margin-top:auto}.Home_footerContent__RZUDB{max-width:1200px;margin:0 auto}.Home_footerLinks__BQcA_{margin-bottom:1rem}.Home_footerLinks__BQcA_ a{color:#0ef;text-decoration:none;transition:opacity .3s ease}.Home_footerLinks__BQcA_ a:hover{opacity:.8}.Home_footerDivider__M92IX{margin:0 1rem;color:#666}.Home_noteChar__UiovN{display:inline-block;animation:Home_noteBounce__vVcZq .5s ease-out forwards;transform:translateY(0)}@keyframes Home_noteBounce__vVcZq{0%{transform:translateY(0)}30%{transform:translateY(-15px)}50%{transform:translateY(-10px)}70%{transform:translateY(-12px)}to{transform:translateY(0)}}.Home_linkButton__6Qk36{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff6b6b,#ff8787);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;font-size:1rem;box-shadow:0 4px 15px hsla(0,100%,71%,.4);transition:all .3s ease;animation:Home_linkPulse__nSNUh 2s ease-in-out infinite}.Home_linkButton__6Qk36:hover{background:linear-gradient(135deg,#ff8787,#ffa5a5);transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px hsla(0,100%,71%,.6)}@keyframes Home_linkPulse__nSNUh{0%,to{box-shadow:0 4px 15px hsla(0,100%,71%,.4)}50%{box-shadow:0 4px 25px hsla(0,100%,71%,.7)}}@media (max-width:768px){.Home_headerLeft__3ApBO{gap:1rem}.Home_logo__IOQAX{font-size:1.2rem}.Home_audioToggle__54mFB{padding:.4rem}.Home_audioToggle__54mFB svg{width:20px;height:20px}.Home_nav__KViFq{display:none;position:fixed;top:80px;left:0;right:0;flex-direction:column;background:hsla(0,0%,8%,.95);padding:1rem 0;text-align:center;z-index:1001}.Home_nav__KViFq.Home_active__EQNkL{display:flex;z-index:1001}.Home_menuButton__x35GK{display:flex;z-index:1002}.Home_gridSection__YnCyL{grid-template-columns:1fr}}.Home_latestUpdates__RaW_X{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.Home_latestSection__ZeyUV{background:rgba(25,25,25,.8);border-radius:5px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.2);transition:transform .3s ease}.Home_latestSection__ZeyUV:hover{transform:translateY(-5px)}.Home_latestTitle__mXe_x{font-size:1.5rem;color:#0ef;padding:1.5rem;margin:0;border-bottom:1px solid hsla(0,0%,100%,.1)}.Home_latestItem__jhmLX{display:flex;padding:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.05);transition:background-color .3s ease}.Home_latestItem__jhmLX:hover{background-color:rgba(0,238,255,.05)}.Home_latestDate__Fb4Fs{flex:0 0 35%;color:#0ef;font-weight:500;display:flex;align-items:flex-start;padding-right:1rem}.Home_latestContent__rTwyw{flex:1 1}.Home_latestContent__rTwyw h3{margin:0 0 .5rem;font-size:1.1rem}.Home_latestContent__rTwyw p{margin:0;opacity:.8;font-size:.9rem}.Home_latestSubtitle__HyPbC{color:#aaa}.Home_viewMoreLink__ClvsE{padding:1rem 1.5rem}.Home_viewMoreLink__ClvsE a{font-size:.9rem;transition:color .3s ease}@media (max-width:768px){.Home_latestUpdates__RaW_X{grid-template-columns:1fr}.Home_latestItem__jhmLX{flex-direction:column}.Home_latestDate__Fb4Fs{margin-bottom:.5rem}}.Home_newsTime__pLNDX{font-size:.85rem;margin-top:.5rem;opacity:.8}.Home_fullWidthContainer__zA7kl{max-width:1200px;margin:0 auto;padding:0 2rem}.Home_fullWidthSection__ZC4fC{margin-bottom:3rem}.Home_sectionTitle__DKb2S{font-size:2rem;margin-bottom:1.5rem;color:#0ef;position:relative;display:inline-block;padding-bottom:.5rem}.Home_sectionTitle__DKb2S:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:3px;background:linear-gradient(90deg,#0ef,transparent)}.Home_contentCard__NMLbH{background:rgba(25,25,25,.8);border-radius:5px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.2);transition:transform .3s ease;position:relative}.Home_contentCard__NMLbH:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#0ef,#f0f);transition:height .5s ease}.Home_contentCard__NMLbH:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.3)}.Home_contentCard__NMLbH:hover:before{height:100%}.Home_newsItemFull___PyC1,.Home_worksItemFull__HIuI4{display:flex;padding:2rem}.Home_newsDateFull__En_9O,.Home_worksDateFull__u_cCG{flex:0 0 20%;color:#0ef;font-weight:500;padding-right:2rem;border-right:1px solid hsla(0,0%,100%,.1)}.Home_newsContentFull__rBNrq,.Home_worksContentFull__m1H3l{flex:1 1;padding-left:2rem}.Home_newsTitle__MAzvv,.Home_worksTitle__B3121{font-size:1.5rem;margin:0 0 1rem}.Home_newsText__fZFmH{font-size:1.1rem;line-height:1.6}.Home_worksClient__LXXEv{color:#aaa;margin-bottom:1rem;font-size:1.1rem}.Home_worksDescription__m1_bZ{font-size:1.1rem;line-height:1.6}.Home_viewMoreLink__ClvsE{text-align:right;padding:1rem 2rem;border-top:1px solid hsla(0,0%,100%,.1)}.Home_viewMoreLink__ClvsE a{color:#0ef;transition:color .3s ease,transform .3s ease;display:inline-block}.Home_viewMoreLink__ClvsE a:hover{color:#f0f;transform:translateX(5px)}@media (max-width:768px){.Home_fullWidthContainer__zA7kl{padding:0 1rem}.Home_newsItemFull___PyC1,.Home_worksItemFull__HIuI4{flex-direction:column}.Home_newsDateFull__En_9O,.Home_worksDateFull__u_cCG{flex:none;width:100%;padding-right:0;padding-bottom:1rem;margin-bottom:1rem;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.1)}.Home_newsContentFull__rBNrq,.Home_worksContentFull__m1H3l{padding-left:0}}.Home_avatarSelector__D4dOM{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-top:1px solid hsla(0,0%,100%,.05);margin-top:.5rem;margin-bottom:.5rem}.Home_avatarLabel__XQEi4{display:flex;align-items:center;font-size:.85rem;color:#aaa;white-space:nowrap}.Home_avatarSelect___8nIp{background:transparent;border:none;color:#e2e8f0;padding:.3rem 1.5rem .3rem .5rem;font-size:.85rem;cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:auto;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2300eeff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .2rem center;background-size:10px}.Home_avatarSelect___8nIp:hover{color:#0ef}.Home_avatarSelect___8nIp:focus{outline:none;color:#0ef}.Home_avatarSelect___8nIp option{background:#2a2a2a;color:#e2e8f0;padding:.5rem}@media (max-width:768px){.Home_avatarSelector__D4dOM{flex-direction:column;align-items:stretch;gap:.5rem;padding:.5rem .75rem}.Home_avatarLabel__XQEi4{justify-content:center;font-size:.75rem}.Home_avatarSelect___8nIp{width:100%;text-align:center}}.Policy_policyContainer__W0_xF{min-height:calc(100vh - 200px);padding:4rem 2rem;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.Policy_policyContent__NK_3y{max-width:900px;margin:0 auto;background:hsla(0,0%,8%,.95);border-radius:10px;padding:3rem;box-shadow:0 10px 40px rgba(0,238,255,.1)}.Policy_policyTitle__rvjMu{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#0ef;text-align:center;text-shadow:0 0 20px rgba(0,238,255,.3)}.Policy_policyBody__FZUT9{color:#fff}.Policy_policyIntro__jsPcJ{margin-bottom:2rem;line-height:1.8;color:hsla(0,0%,100%,.9);font-size:1rem}.Policy_policySections__iha8T{display:flex;flex-direction:column;gap:2rem}.Policy_policySections__iha8T>div{padding:1.5rem;background:hsla(0,0%,100%,.03);border-radius:8px;border-left:3px solid #0ef;transition:all .3s ease}.Policy_policySections__iha8T>div:hover{background:hsla(0,0%,100%,.05);transform:translateX(5px)}.Policy_sectionTitle__hJX3g{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#0ef}.Policy_sectionText__f_mmY{line-height:1.8;color:hsla(0,0%,100%,.85);margin-bottom:.5rem}.Policy_numberList__XEAAm{list-style-type:decimal;list-style-position:inside;margin-left:1rem;color:hsla(0,0%,100%,.85);line-height:1.8}.Policy_numberList__XEAAm li{margin-bottom:.5rem}.Policy_policyFooter__5a8qR{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,238,255,.2);color:hsla(0,0%,100%,.7);line-height:1.8}@media (max-width:768px){.Policy_policyContainer__W0_xF{padding:2rem 1rem}.Policy_policyContent__NK_3y{padding:2rem 1.5rem}.Policy_policyTitle__rvjMu{font-size:2rem}.Policy_sectionTitle__hJX3g{font-size:1.2rem}.Policy_policySections__iha8T>div{padding:1rem}}