@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@500&family=Noto+Sans:wght@400;500;700&display=swap");.AuthModal_modalOverlay__DLtEh{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;display:flex;flex-direction:column;z-index:1000;min-height:100vh;overflow-y:auto}.AuthModal_contentContainer__tLjoY{height:85%;flex-grow:1;width:100%;bottom:10px;display:flex}.AuthModal_formContainer__5rh7o{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.AuthModal_marketingContainer__W3Pyb{width:60%;height:100%;display:flex;align-items:center;margin-top:1rem;justify-content:center}.AuthModal_heroContent__xuilK{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;background-color:transparent;width:100%;max-width:800px}.AuthModal_highlight__3KRRC{color:#fff}.AuthModal_heroContent__xuilK h1{font-size:2rem;margin-top:1px;margin-bottom:2rem;font-weight:700;font-family:source code pro,monospace;color:#ececec}.AuthModal_heroContent__xuilK h2{font-size:1.3rem;margin-bottom:1.3rem;font-family:source code pro,monospace;color:#ececec}.AuthModal_heroContent__xuilK h3{font-size:1rem;margin-bottom:1.2rem;margin-top:.2rem;font-family:source code pro,monospace;color:#ececec}.AuthModal_getStartedButton__efXGN{padding:.75rem;font-family:source code pro,monospace;font-weight:600;background-color:#0651fc;color:#fff;border:none;font-size:1.1rem;border-radius:12px;cursor:pointer;transition:opacity .3s ease;width:100%;max-width:200px}.AuthModal_getStartedButton__efXGN:hover{opacity:.8}.AuthModal_modal__6nw_F{background-color:#2d2b29;padding:.8rem 2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);width:100%;max-width:500px;text-align:center;margin-bottom:1rem;transition:all .5s;overflow:auto;max-height:0;opacity:0}.AuthModal_modal__6nw_F::-webkit-scrollbar{width:8px}.AuthModal_modal__6nw_F::-webkit-scrollbar-track{background:transparent}.AuthModal_modal__6nw_F::-webkit-scrollbar-thumb{background-color:#ececec;border-radius:4px}.AuthModal_modal__6nw_F.AuthModal_expanded__QWfjW{max-height:800px;opacity:1}.AuthModal_modal__6nw_F:hover{box-shadow:0 0 50px grey}.AuthModal_modal__6nw_F h2{color:#e5e5e1;margin-bottom:1.3rem;font-family:Source Code Pro,monospace;font-weight:500;font-optical-sizing:auto;font-size:1.3rem}.AuthModal_form__MxN9r{display:flex;flex-direction:column}.AuthModal_form__MxN9r,.AuthModal_form__MxN9r input{font-family:Noto Sans,sans-serif;font-optical-sizing:auto}.AuthModal_form__MxN9r input{margin-bottom:1rem;padding:.75rem;outline:none;border:1px solid #4a4a4a;border-radius:4px;background-color:#3a3836;color:#e5e5e1}.AuthModal_form__MxN9r button[type=submit]{padding:.75rem;font-family:source code pro,monospace;font-weight:600;background-color:#0651fc;color:#fff;border:none;font-size:1rem;border-radius:12px;cursor:pointer;transition:opacity .3s ease}.AuthModal_form__MxN9r button[type=submit]:hover{opacity:.8}.AuthModal_error__pMuNZ{color:#fff;margin-bottom:1rem;font-family:Source Code Pro,monospace;font-weight:500}.AuthModal_termsText__nuUXm{font-size:.8rem;color:#a0a0a0;margin-top:1rem;margin-bottom:1rem;font-family:Noto Sans,sans-serif;font-optical-sizing:auto}.AuthModal_termsText__nuUXm a{color:#4babff;text-decoration:none}.AuthModal_termsText__nuUXm a:hover{text-decoration:underline}.AuthModal_switchMode__r0ij_{color:#e5e5e1;font-family:Noto Sans,sans-serif;font-optical-sizing:auto}.AuthModal_switchMode__r0ij_ button{background:none;border:none;color:#4babff;cursor:pointer;font-weight:700;margin-left:.5rem;font-family:Noto Sans,sans-serif;font-optical-sizing:auto}.AuthModal_switchMode__r0ij_ button:hover{text-decoration:underline}.AuthModal_passwordInputWrapper__UFwIf{position:relative;display:flex;align-items:center;margin-bottom:1rem}.AuthModal_passwordInputWrapper__UFwIf input{flex-grow:1;margin-bottom:0;padding-right:40px}.AuthModal_passwordToggle__oljzO{position:absolute;right:10px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:30px;height:30px}.AuthModal_passwordToggle__oljzO:focus{outline:none}.AuthModal_eyeIcon__7Tjaz{width:24px;height:24px;fill:transparent}.AuthModal_loading__ANo1r{cursor:not-allowed}.AuthModal_loadingDots__KFDBX{display:inline-block}.AuthModal_loadingDots__KFDBX span{animation-name:AuthModal_blink__qNSTi;animation-duration:1.7s;animation-iteration-count:infinite;animation-fill-mode:both;font-size:20px;gap:10px;color:#fff}.AuthModal_loadingDots__KFDBX span:nth-child(2){animation-delay:.2s}.AuthModal_loadingDots__KFDBX span:nth-child(3){animation-delay:.4s}@keyframes AuthModal_blink__qNSTi{0%{opacity:.2;transform:translateY(0)}20%{opacity:1;transform:translateY(-5px)}to{opacity:.2;transform:translateY(0)}}.AuthModal_checkboxWrapper__tfwQv{display:flex;align-items:center;margin-bottom:1rem;justify-content:flex-start}.AuthModal_checkboxWrapper__tfwQv input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.AuthModal_checkboxWrapper__tfwQv label{font-size:.9rem;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.AuthModal_checkboxWrapper__tfwQv label:before{content:"";display:inline-block;width:18px;height:18px;border-radius:50%;margin-right:10px;border:2px solid #4a4a4a;background-color:transparent;transition:all .2s ease}.AuthModal_checkboxWrapper__tfwQv input[type=checkbox]:checked+label:before{background-color:#0651fc;border-color:#0651fc}.AuthModal_checkboxWrapper__tfwQv input[type=checkbox]:checked+label:after{content:"";position:absolute;left:6px;top:10px;width:6px;height:6px;border-radius:50%;background-color:#fff}.AuthModal_backgroundImageOverlay__10ljz{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1001;pointer-events:none}.AuthModal_backgroundImage__4qLTy{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.05}@media (max-width:768px){.AuthModal_contentContainer__tLjoY{flex-direction:column;margin-top:5rem}.AuthModal_formContainer__5rh7o,.AuthModal_marketingContainer__W3Pyb{width:100%}.AuthModal_formContainer__5rh7o{order:1}.AuthModal_marketingContainer__W3Pyb{order:2}.AuthModal_modal__6nw_F{width:90%;max-width:none;padding:1rem}.AuthModal_modal__6nw_F h2{font-size:1.2rem;margin-bottom:1rem}.AuthModal_form__MxN9r button[type=submit],.AuthModal_form__MxN9r input,.AuthModal_passwordInputWrapper__UFwIf input{padding:.6rem;font-size:.9rem}.AuthModal_passwordToggle__oljzO{width:24px;height:24px}.AuthModal_eyeIcon__7Tjaz{width:20px;height:20px}.AuthModal_termsText__nuUXm{font-size:.7rem;margin-top:.8rem;margin-bottom:.8rem}.AuthModal_checkboxWrapper__tfwQv label,.AuthModal_switchMode__r0ij_,.AuthModal_switchMode__r0ij_ button{font-size:.8rem}.AuthModal_checkboxWrapper__tfwQv label:before{width:16px;height:16px}.AuthModal_checkboxWrapper__tfwQv input[type=checkbox]:checked+label:after{left:5px;top:9px;width:5px;height:5px}.AuthModal_heroContent__xuilK h1{font-size:1.4rem}.AuthModal_heroContent__xuilK h2{font-size:1.1rem}.AuthModal_heroContent__xuilK h3{font-size:.9rem;margin-top:1.5rem}.AuthModal_getStartedButton__efXGN{padding:.6rem;font-size:1rem;max-width:180px}}.HeaderComponent_headerContainer__CR4Xu{height:10%;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0}.HeaderComponent_headerLeft__aE29D,.HeaderComponent_headerRight__svy67{display:flex;align-items:center}.HeaderComponent_blogLink__xaSia{font-family:source code pro,monospace;font-weight:600;font-size:1.2rem;color:#000;text-decoration:underline;cursor:pointer;margin-right:2rem;transition:color .4s ease}.HeaderComponent_blogLink__xaSia:hover{color:grey}.HeaderComponent_logoContainer__eKkIS{display:flex;flex-direction:column;align-items:center;position:relative;margin-left:1.6rem;margin-top:.6rem;width:150px;height:80px}.HeaderComponent_backgroundImage__sO0tK{z-index:1}.HeaderComponent_contentWrapper__Vrfk0{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.HeaderComponent_logo__kCwIe{font-family:Source Code Pro,monospace;font-weight:500;font-size:1.7rem;color:#ececec;text-decoration:none;margin-top:.4rem;cursor:pointer;transition:color .4s ease;position:relative}.HeaderComponent_logo__kCwIe:hover{color:grey}.HeaderComponent_languageText__E5CMi{font-size:.9rem;margin-top:-5px;font-family:Noto Sans JP,sans-serif;color:#fff}.HeaderComponent_speakerIconWrapper__CLx5i{position:absolute;top:-10px;right:-20px;cursor:pointer}.HeaderComponent_speakerIcon__xZpdO{width:10px;height:10px;transition:opacity .3s ease}.HeaderComponent_speakerIcon__xZpdO:hover{opacity:.7}.HeaderComponent_footerContainer__rtSrt{height:5%;width:100%;display:flex;justify-content:center;z-index:999999999999;align-items:center;background-color:transparent;margin-top:1rem;color:#000;font-family:Source Code Pro,monospace;font-size:.9rem;color:#ececec}.HeaderComponent_footerLinks__60EBp{display:flex;justify-content:center;margin-top:.5rem;color:#ececec;gap:1rem;text-decoration:underline}.HeaderComponent_footerLink__siTdd{color:#ececec;text-decoration:none;transition:color .4s ease}.HeaderComponent_footerLink__siTdd:hover{color:#ececec}@media (max-width:768px){.HeaderComponent_mobileCenter__7oAsO{justify-content:center}.HeaderComponent_mobileLogo___1_eh{width:120px;height:60px}.HeaderComponent_logo__kCwIe{font-size:1.5rem}.HeaderComponent_languageText__E5CMi{font-size:.8rem}.HeaderComponent_footerContainer__rtSrt{height:auto;margin-top:19rem;padding:10px 0}.HeaderComponent_footerContent__4FPeZ{display:flex;flex-direction:column;align-items:center}.HeaderComponent_footerLinks__60EBp{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.HeaderComponent_footerLink__siTdd{margin:0 10px}.HeaderComponent_copyright__nq_aS{margin-right:40px;text-align:center}.HeaderComponent_headerContainer__CR4Xu{justify-content:center;margin-left:-12px}}.Feature1_featureContainer__BUTKa{position:relative;display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.Feature1_dark__g_ARS{color:var(--dark-text)}.Feature1_light__kmOYw{color:var(--light-text)}.Feature1_bgImageWrapper___20VD{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.Feature1_dark__g_ARS .Feature1_bgImageWrapper___20VD{opacity:.3}.Feature1_light__kmOYw .Feature1_bgImageWrapper___20VD{opacity:.4}.Feature1_content__WeJik{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;width:100%}.SubComponent1_subComponent1__Lhmzq{height:10%;width:100%;padding:20px;box-sizing:border-box;border:none;display:flex;justify-content:center;align-items:center}.SubComponent1_container__T_WdB{width:100%;display:flex;justify-content:flex-start;align-items:center}.SubComponent1_leftSide__r5vaC{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(2,auto);gap:.2rem;margin-top:2rem;margin-left:.5rem}.SubComponent1_center__U6u0_{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:-6rem}.SubComponent1_logoWrapper__F4Ix5{margin-bottom:1rem}.SubComponent1_desktopLogoWrapper__RzTsb{position:absolute;top:7px;right:3rem}.SubComponent1_toggleRow__oKQbk{display:flex;justify-content:center;align-items:center;gap:1.2rem}.SubComponent1_dark__mpBRq{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.SubComponent1_light__oc0Wx{background-color:var(--light-bg);color:var(--light-text)}.SubComponent1_tooltipWrapper__C5bp2{position:relative;display:flex;justify-content:center;align-items:center}.SubComponent1_tooltip__dq6JU{visibility:hidden;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);padding:5px 10px;border-radius:4px;font-size:14px;white-space:nowrap;opacity:0;transition:opacity .3s;z-index:1}.SubComponent1_dark__mpBRq .SubComponent1_tooltip__dq6JU{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.SubComponent1_light__oc0Wx .SubComponent1_tooltip__dq6JU{background-color:var(--light-bg);color:var(--light-text)}.SubComponent1_tooltipWrapper__C5bp2:hover .SubComponent1_tooltip__dq6JU{visibility:visible;opacity:1}.SubComponent1_menuIconWrapper__F_Kuv{display:none}.SubComponent1_modal__hj0v0{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000}.SubComponent1_modalContent__B3H0R{position:absolute;top:50%;z-index:99999999999;left:50%;transform:translate(-50%,-50%);background-color:var(--light-bg);padding:20px;border-radius:10px;width:80%;max-width:400px}.SubComponent1_dark__mpBRq .SubComponent1_modalContent__B3H0R{background-color:var(--dark-bg-navbar)}.SubComponent1_closeButton__hjshT{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;color:var(--light-text)}.SubComponent1_dark__mpBRq .SubComponent1_closeButton__hjshT{color:var(--dark-text)}.SubComponent1_mainToggles__8FaP6,.SubComponent1_sideToggles__1Ni8N{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:2rem;margin-bottom:2rem}.SubComponent1_modalToggle__U29m_{display:flex;flex-direction:column;align-items:center;text-align:center}.SubComponent1_sideToggles__1Ni8N .SubComponent1_modalToggle__U29m_{transform:scale(.9)}@media (max-width:768px){.SubComponent1_desktopToggles__5MHTh{display:none}.SubComponent1_menuIconWrapper__F_Kuv,.SubComponent1_modal__hj0v0{display:block}.SubComponent1_center__U6u0_{margin-left:0}.SubComponent1_subComponent1__Lhmzq{padding:10px}.SubComponent1_container__T_WdB{justify-content:space-between}.SubComponent1_leftSide__r5vaC{margin-top:0;margin-left:0}.SubComponent1_desktopLogoWrapper__RzTsb{position:static;margin-left:0}.SubComponent1_logoWrapper__F4Ix5{margin-bottom:0;margin-left:-33px}}.SubComponent1_menuIcon__KIAFO{width:32px;height:32px;color:var(--light-text)}.SubComponent1_dark__mpBRq .SubComponent1_menuIcon__KIAFO{color:var(--dark-text)}.Logo_logoContainer__FTn4D{position:relative;display:flex;flex-direction:column;align-items:center;width:150px;height:100px;z-index:1}.Logo_backgroundImage__j8bVU{z-index:1}.Logo_contentWrapper__pCI_4{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.Logo_logoContainer__FTn4D a,.Logo_logo__IkjRK{text-decoration:none}.Logo_logo__IkjRK{font-weight:700;font-size:1.7rem;margin-top:.7rem;font-family:Source Code Pro,monospace;transition:color .3s ease;cursor:pointer}.Logo_languageText__8_S6L{font-size:.9rem;margin-top:.1rem;font-family:Noto Sans JP,sans-serif}.Logo_dark__Wyotf{color:#fff}.Logo_light__S4UIt{color:var(--light-text)}@media (max-width:768px){.Logo_logoContainer__FTn4D{width:100px;height:70px}.Logo_logo__IkjRK{font-size:1.5rem;margin-top:.5rem}.Logo_languageText__8_S6L{font-size:.7rem}}.DarkModeToggle_toggle__d0JRn{padding:5px;border:none;border-radius:5px;cursor:pointer;background:none;transition:all .5s ease}.DarkModeToggle_toggle__d0JRn:hover{background-color:#4b5652}.DarkModeToggle_dark__zcBlA{color:var(--dark-text)}.DarkModeToggle_light__58aHR{color:var(--light-text)}.SettingsToggle_toggle__d3wrH{padding:5px;border:none;border-radius:5px;cursor:pointer;background:none;transition:all .5s ease}.SettingsToggle_toggle__d3wrH:hover{background-color:#4b5652}.SettingsToggle_dark__m7cGn{color:var(--dark-text)}.SettingsToggle_light__LMn49{color:var(--light-text)}.PieChartDisplay_toggle__MMcmb{padding:5px;border:none;border-radius:5px;cursor:pointer;background:none;transition:all .5s ease}.PieChartDisplay_toggle__MMcmb:hover{background-color:#4b5652}.PieChartDisplay_dark__Tqy_U{color:var(--dark-text)}.PieChartDisplay_light__mLhIg{color:var(--light-text)}.SubComponent2_subComponent2__6_RMS{height:85%;width:100%;padding:20px;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.SubComponent2_dark___UCFG{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.SubComponent2_light__AVO2L{background-color:var(--light-bg);color:var(--light-text)}.SubComponent2_cardGrid__3STv1{display:grid;grid-template-columns:repeat(4,minmax(250px,1fr));gap:20px;justify-content:center;max-width:1200px;width:100%}@keyframes SubComponent2_cardAppear__xonFd{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SubComponent2_card__M60Im{border:2px solid;border-radius:18px;padding:16px;height:210px;display:flex;flex-direction:column;transition:all .5s ease;background-color:transparent;cursor:pointer;animation:SubComponent2_cardAppear__xonFd .5s ease-out;opacity:0;animation-fill-mode:forwards}.SubComponent2_dark___UCFG .SubComponent2_card__M60Im:hover{box-shadow:0 0 15px var(--dark-text)}.SubComponent2_light__AVO2L .SubComponent2_card__M60Im:hover{box-shadow:0 0 15px var(--light-text)}.SubComponent2_dark___UCFG .SubComponent2_card__M60Im{border-color:var(--dark-text)}.SubComponent2_light__AVO2L .SubComponent2_card__M60Im{border-color:var(--light-text)}.SubComponent2_card__M60Im:hover{box-shadow:0 0 10px var(--text-color)}.SubComponent2_newCard__xVbac{justify-content:center;align-items:center;cursor:pointer;background-color:#ececec;border:none}.SubComponent2_dark___UCFG .SubComponent2_newCard__xVbac{background-color:#1c1c1e}.SubComponent2_cardContent__90aGt{display:flex;flex-direction:column;height:100%}.SubComponent2_cardTitle__eXeW_{margin-top:5px;font-size:1em;margin-bottom:18px}.SubComponent2_cardPreview__0fxT_{flex-grow:1;margin-top:5px;margin-left:7px;overflow:hidden}.SubComponent2_cardFooter__pZSP7{display:flex;justify-content:space-between;margin-top:-1px}.SubComponent2_write__Mjxg0{font-family:Source Code Pro,monospace;font-weight:700;font-size:20px;margin-top:10px}.SubComponent2_actionIcons__bVsXj{position:absolute;top:8px;right:8px;display:flex;gap:2px}.SubComponent2_iconWrapper__AD23h{position:relative;padding:4px 5px;cursor:pointer;border-radius:50%;transition:background-color .5s ease}.SubComponent2_iconWrapper__AD23h:hover{background-color:rgba(0,0,0,.1)}.SubComponent2_dark___UCFG .SubComponent2_iconWrapper__AD23h:hover{background-color:hsla(0,0%,100%,.1)}.SubComponent2_tooltip__Shm_k{visibility:hidden;width:80px;background-color:#555;color:#fff;text-align:center;border-radius:12px;padding:5px 10px;position:absolute;z-index:1;bottom:110%;left:50%;margin-left:-40px;opacity:0;transition:opacity .3s}.SubComponent2_tooltip__Shm_k:after{content:"";position:absolute;top:100%;left:40%;margin-left:-5px;border:5px solid transparent;border-top-color:#555}.SubComponent2_iconWrapper__AD23h:hover .SubComponent2_tooltip__Shm_k{visibility:visible;opacity:1}.SubComponent2_clickable__NUagm{cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.SubComponent2_clickable__NUagm:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.SubComponent2_gradeIcon__iRjMo{width:28px;height:28px}.SubComponent2_dark___UCFG .SubComponent2_gradeIcon__iRjMo{color:var(--dark-text)}.SubComponent2_light__AVO2L .SubComponent2_gradeIcon__iRjMo{color:var(--light-text)}.SubComponent2_cefrtext__7Dn4_{margin-top:8px}@media (max-width:768px){.SubComponent2_subComponent2__6_RMS{padding:16px}.SubComponent2_cardGrid__3STv1{display:flex;flex-direction:column;gap:18px}.SubComponent2_card__M60Im{height:auto;border-radius:12px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease}.SubComponent2_card__M60Im:active{transform:scale(.98)}.SubComponent2_newCard__xVbac{background-color:#ececec;border:none}.SubComponent2_dark___UCFG .SubComponent2_newCard__xVbac{background-color:#1c1c1e}.SubComponent2_write__Mjxg0{font-size:17px;font-weight:600}.SubComponent2_cardTitle__eXeW_{font-size:17px;font-weight:600;margin-bottom:8px;margin-top:1.5rem}.SubComponent2_cardPreview__0fxT_{font-size:1.1rem;line-height:1.3;margin-bottom:12px}.SubComponent2_cardFooter__pZSP7{display:flex;justify-content:space-between;align-items:center}.SubComponent2_gradeIcon__iRjMo{width:24px;height:24px}.SubComponent2_cefrtext__7Dn4_{font-size:18px;font-weight:500}.SubComponent2_actionIcons__bVsXj{margin-top:8px}.SubComponent2_iconWrapper__AD23h{padding:8px;background-color:transparent;border-radius:50%}.SubComponent2_dark___UCFG .SubComponent2_iconWrapper__AD23h{background-color:transparent}.SubComponent2_tooltip__Shm_k{display:none}}.SubComponent2_subComponent2__6_RMS::-webkit-scrollbar{width:8px}.SubComponent2_subComponent2__6_RMS::-webkit-scrollbar-track{background:transparent}.SubComponent2_dark___UCFG::-webkit-scrollbar-thumb{background:var(--dark-text);border-radius:4px}.SubComponent2_light__AVO2L::-webkit-scrollbar-thumb{background:var(--light-text);border-radius:4px}.SubComponent2_subComponent2__6_RMS{scrollbar-width:thin}.SubComponent2_dark___UCFG{scrollbar-color:var(--dark-text) transparent}.SubComponent2_light__AVO2L{scrollbar-color:var(--light-text) transparent}.LoadingDots_loadingDots__RV_Pp{display:inline-flex;align-items:center}.LoadingDots_dot__qsfLb{width:8px;height:8px;background-color:currentColor;border-radius:50%;margin:0 4px;animation:LoadingDots_bounce__byYiI .5s ease-in-out infinite}.LoadingDots_dot__qsfLb:nth-child(2){animation-delay:.1s}.LoadingDots_dot__qsfLb:nth-child(3){animation-delay:.2s}@keyframes LoadingDots_bounce__byYiI{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.DeleteModal_modalOverlay__utux6{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.DeleteModal_modalContent__zvlex{background-color:#fff;padding:20px;border-radius:8px;width:300px;text-align:center;position:relative}.DeleteModal_modalContent__zvlex.DeleteModal_dark___RRpx{background-color:#333;color:#fff}.DeleteModal_closeButton__BGBkd{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#888;transition:color .5s ease}.DeleteModal_closeButton__BGBkd:hover{color:#333}.DeleteModal_dark___RRpx .DeleteModal_closeButton__BGBkd{color:#ccc}.DeleteModal_dark___RRpx .DeleteModal_closeButton__BGBkd:hover{color:#fff}.DeleteModal_buttonContainer__Ctu0_{display:flex;justify-content:space-around;margin-top:20px}.DeleteModal_cancelButton__dlEXc,.DeleteModal_deleteButton__aWCNU{padding:10px 20px;border:none;border-radius:12px;cursor:pointer;transition:background-color .5s ease}.DeleteModal_cancelButton__dlEXc{background-color:#ccc;color:#000}.DeleteModal_deleteButton__aWCNU{background-color:#ff4d4d;color:#fff}.DeleteModal_cancelButton__dlEXc:hover{background-color:#bbb}.DeleteModal_deleteButton__aWCNU:hover{background-color:#f33}.DeleteModal_dark___RRpx .DeleteModal_cancelButton__dlEXc{background-color:#555;color:#fff}.DeleteModal_dark___RRpx .DeleteModal_deleteButton__aWCNU{background-color:#c00}.DeleteModal_dark___RRpx .DeleteModal_cancelButton__dlEXc:hover{background-color:#666}.DeleteModal_dark___RRpx .DeleteModal_deleteButton__aWCNU:hover{background-color:#900}.LoadingAnimation_container__rrL3P{display:flex;height:100%;width:100%}.LoadingAnimation_container__rrL3P>div{margin:auto}.LoadingAnimation_slant__DzTo3{display:inline-block;font-size:50px;margin:0 5px;opacity:0;animation:LoadingAnimation_animateIn__GoJcz 2.5s ease infinite}.LoadingAnimation_light__KSQGp .LoadingAnimation_slant__DzTo3{color:var(--light-text)}.LoadingAnimation_dark__Bt0HN .LoadingAnimation_slant__DzTo3{color:var(--dark-text)}@keyframes LoadingAnimation_animateIn__GoJcz{0%{opacity:0;transform:rotate(-45deg) scale(.5)}50%{opacity:1;transform:rotate(35deg) scale(1)}75%{opacity:0;transform:rotate(215deg) scale(.5)}to{opacity:0;transform:rotate(215deg) scale(.5)}}.SearchBar_searchBar__8zAS4{display:flex;gap:10px;margin-bottom:2rem;width:40%;max-width:1200px;padding:0 20px;box-sizing:border-box}.SearchBar_searchInput__Iidn3{flex-grow:1;padding:12px 20px;border-radius:25px;outline:none;border:1px solid var(--text-color);font-size:16px}.SearchBar_button__eolWx{padding:10px 20px;border-radius:8px;border:2px solid;background-color:transparent;cursor:pointer;font-size:16px;transition:box-shadow .3s ease}.SearchBar_dark__vE7Ng .SearchBar_searchInput__Iidn3{background-color:#444;color:var(--dark-text)}.SearchBar_light__Ru5Dd .SearchBar_searchInput__Iidn3{background-color:#fff;color:var(--light-text)}.SearchBar_dark__vE7Ng .SearchBar_button__eolWx{color:var(--dark-text)}.SearchBar_light__Ru5Dd .SearchBar_button__eolWx{color:var(--light-text)}.SearchBar_dark__vE7Ng .SearchBar_button__eolWx:hover{box-shadow:0 0 15px var(--dark-text)}.SearchBar_light__Ru5Dd .SearchBar_button__eolWx:hover{box-shadow:0 0 15px var(--light-text)}@media (max-width:768px){.SearchBar_searchBar__8zAS4{width:90%;flex-direction:column;align-items:center;padding:0 10px}.SearchBar_searchInput__Iidn3{width:100%;margin-bottom:10px}.SearchBar_button__eolWx{width:100px;margin-bottom:10px}}@keyframes SkeletonCard_shimmer__FpK42{0%{background-position:-200% 0}to{background-position:200% 0}}.SkeletonCard_card__hgSAJ{border:2px solid;border-radius:18px;padding:16px;height:200px;display:flex;flex-direction:column}.SkeletonCard_cardContent__anzM4{display:flex;flex-direction:column;height:100%;margin-top:1rem}.SkeletonCard_skeleton__ANLvY{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:SkeletonCard_shimmer__FpK42 5s infinite;border-radius:12px}.SkeletonCard_dark__UMNyB .SkeletonCard_skeleton__ANLvY{background:linear-gradient(90deg,#333 25%,#444 50%,#333 75%);background-size:200% 100%}.SkeletonCard_title__Lz_UT{height:24px;width:50%;margin-bottom:16px}.SkeletonCard_text___U6kx{height:16px;width:100%;margin-bottom:8px}.SkeletonCard_footer__GlfQD{display:flex;justify-content:space-between;margin-top:auto}.SkeletonCard_footerItem__ZQkiJ{height:16px;width:30%}.SubComponent3_subComponent3__u8_Zd{height:85%;width:100%;overflow-y:auto;transition:background-color .3s ease;padding-bottom:2rem}.SubComponent3_dark__Sj_qq{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.SubComponent3_light__HzhYp{background-color:var(--light-bg);color:var(--light-text)}.SubComponent3_content__ewm9F{max-width:1200px;margin:0 auto;min-height:100%}.SubComponent3_error__64M0R,.SubComponent3_message__pP03s{text-align:center;font-size:1.2rem;margin-top:2rem}.SubComponent3_error__64M0R{color:#ff3b30}.SubComponent3_categoryGrid__ZW_4z{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2.5rem;justify-content:center;padding:2rem;max-width:1200px;margin:0 auto}.SubComponent3_categoryCircle__WqeH8{aspect-ratio:1;padding:1rem}.SubComponent3_circleOuter__5rYal{position:relative;width:100%;height:100%;border-radius:50%;background:hsla(0,0%,100%,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.SubComponent3_circleOuter__5rYal:hover{transform:translateY(-5px) scale(1.02);background:hsla(0,0%,100%,.12);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.SubComponent3_progressRing___sbs_{position:absolute;width:100%;height:100%;transform:rotate(-90deg)}.SubComponent3_progressBg__zp8DA{fill:none;stroke:hsla(0,0%,100%,.1);stroke-width:8}.SubComponent3_progressRingCircle__A6g3C{fill:none;stroke:#007aff;stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1)}.SubComponent3_categoryContent__xTAbG{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;color:#fff}.SubComponent3_categoryContent__xTAbG h3{font-size:1.3rem;font-weight:600;margin:0 0 .6rem;letter-spacing:-.02em}.SubComponent3_categoryContent__xTAbG p{font-size:1rem;margin:0;opacity:.9;font-weight:500}.SubComponent3_progress__iVZCu{font-weight:600;color:#007aff;margin-top:.8rem!important;font-size:1.1rem!important}.SubComponent3_subComponent3__u8_Zd::-webkit-scrollbar{width:12px}.SubComponent3_subComponent3__u8_Zd::-webkit-scrollbar-track{background:transparent}.SubComponent3_subComponent3__u8_Zd::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border-radius:6px;border:3px solid transparent;background-clip:content-box}.SubComponent3_subComponent3__u8_Zd::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.3)}@media (max-width:1200px){.SubComponent3_categoryGrid__ZW_4z{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem}}@media (max-width:768px){.SubComponent3_subComponent3__u8_Zd{height:auto;min-height:85vh}.SubComponent3_categoryGrid__ZW_4z{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1.5rem}.SubComponent3_progressBg__zp8DA,.SubComponent3_progressRingCircle__A6g3C{stroke-width:3}.SubComponent3_categoryContent__xTAbG h3{font-size:1.4rem}.SubComponent3_categoryContent__xTAbG p{font-size:1rem}.SubComponent3_progress__iVZCu{font-size:1rem!important}}@media (max-width:480px){.SubComponent3_categoryGrid__ZW_4z{grid-template-columns:1fr;padding:1rem}.SubComponent3_categoryCircle__WqeH8{max-width:250px;margin:0 auto}.SubComponent3_categoryContent__xTAbG h3{font-size:1.3rem}.SubComponent3_categoryContent__xTAbG p{font-size:.9rem}.SubComponent3_progress__iVZCu{font-size:.9rem!important}}@media (max-width:1200px){.SubComponent3_categoryGrid__ZW_4z{grid-template-columns:repeat(auto-fill,minmax(220px,220px));gap:2rem}.SubComponent3_categoryCircle__WqeH8{width:220px;height:220px}}@media (max-width:768px){.SubComponent3_subComponent3__u8_Zd{height:auto;min-height:85vh}.SubComponent3_categoryGrid__ZW_4z{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem;justify-items:center}.SubComponent3_categoryCircle__WqeH8{width:280px;height:280px}.SubComponent3_categoryContent__xTAbG{padding:1.5rem}.SubComponent3_categoryContent__xTAbG h3{font-size:1.4rem}.SubComponent3_categoryContent__xTAbG p{font-size:1rem}}@media (max-width:480px){.SubComponent3_categoryGrid__ZW_4z{padding:1rem}.SubComponent3_categoryCircle__WqeH8{width:250px;height:250px}.SubComponent3_categoryContent__xTAbG h3{font-size:1.3rem}.SubComponent3_categoryContent__xTAbG p{font-size:.9rem}.SubComponent3_progress__iVZCu{font-size:.9rem!important}}@media (max-height:600px){.SubComponent3_categoryGrid__ZW_4z{padding-top:1rem}}.LevelSelector_levelSelector__AdHFG{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.LevelSelector_levelButton__Dbynz{width:50px;height:50px;font-size:18px;font-weight:600;color:hsla(0,0%,100%,.6);background:transparent;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:flex;align-items:center;justify-content:center;text-shadow:0 2px 1px rgba(0,0,0,.2)}.LevelSelector_levelButton__Dbynz:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#007aff;border-radius:25px;opacity:0;transform:scale(.9);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:-1}.LevelSelector_levelButton__Dbynz:hover{color:hsla(0,0%,100%,.9);transform:translateY(-2px)}.LevelSelector_levelButton__Dbynz:hover:before{opacity:.1;transform:scale(1)}.LevelSelector_levelButton__Dbynz.LevelSelector_active__ZAeNF{color:#fff;background:#007aff;border-radius:25px;box-shadow:0 0 1px rgba(0,122,255,.4),inset 0 0 1px hsla(0,0%,100%,.2);transform:translateY(-2px)}.LevelSelector_levelButton__Dbynz.LevelSelector_active__ZAeNF:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#007aff,#00a2ff);border-radius:14px;z-index:-2;filter:blur(8px);opacity:.6}.LevelSelector_loadingContainer__qySeQ{width:100%;height:64px;display:flex;justify-content:center;align-items:center}.LevelSelector_loadingDots__CShJ2{display:flex;gap:6px}.LevelSelector_loadingDots__CShJ2 span{width:10px;height:10px;background-color:#007aff;border-radius:50%;display:inline-block;animation:LevelSelector_bounce__TD2X_ .6s infinite;filter:drop-shadow(0 2px 4px rgba(0,122,255,.3))}.LevelSelector_loadingDots__CShJ2 span:nth-child(2){animation-delay:.2s}.LevelSelector_loadingDots__CShJ2 span:nth-child(3){animation-delay:.4s}.LevelSelector_progressContainer__wZKS1{height:10px;background:hsla(0,0%,100%,.1);border-radius:2px;position:relative;overflow:hidden;margin:0 2px;backdrop-filter:blur(4px)}.LevelSelector_progressBar__bie_h{height:100%;background:#007aff;border-radius:2px;transition:width .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.LevelSelector_progressBar__bie_h:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.3) 50%,hsla(0,0%,100%,0));animation:LevelSelector_shimmer__8PVir 2s infinite}.LevelSelector_progressText__yjvL5{position:absolute;right:0;top:-24px;font-size:14px;color:#007aff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1)}@keyframes LevelSelector_bounce__TD2X_{0%,to{transform:translateY(0);filter:brightness(1)}50%{transform:translateY(-8px);filter:brightness(1.2)}}@keyframes LevelSelector_shimmer__8PVir{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:480px){.LevelSelector_levelSelectorContainer__YLzhu{width:320px;padding:16px 20px}.LevelSelector_levelButton__Dbynz{width:52px;height:52px;font-size:16px}.LevelSelector_loadingContainer__qySeQ{height:52px}.LevelSelector_loadingDots__CShJ2 span{width:8px;height:8px}.LevelSelector_progressText__yjvL5{font-size:12px;top:-20px}}.LevelSelector_levelSelectorContainer__YLzhu{width:300px;margin:20px auto;background:rgba(0,0,0,.2);border-radius:16px;padding:15px 24px;box-shadow:0 8px 32px rgba(0,0,0,.1);backdrop-filter:blur(8px);position:relative}.LevelSelector_infoButton___q9P8{position:absolute;top:5px;right:5px;width:24px;height:24px;border-radius:50%;background:transparent;border:2px solid #007aff;color:#007aff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2}.LevelSelector_infoButton___q9P8:hover{background:#007aff;color:#fff;transform:scale(1.1)}@media (prefers-color-scheme:dark){.LevelSelector_infoButton___q9P8{border-color:#007aff;color:#007aff}.LevelSelector_infoButton___q9P8:hover{background:#007aff;color:#fff}}.CEFRModal_modalOverlay__OFaUu{position:fixed;inset:0;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:999999999;backdrop-filter:blur(8px)}.CEFRModal_modalContent__G104_{position:relative;background:var(--modal-bg,#fff);color:var(--modal-text,#000);border-radius:24px;width:min(90vw,800px);height:min(85vh,600px);margin:auto;box-shadow:0 24px 48px rgba(0,0,0,.2);display:flex;flex-direction:column;animation:CEFRModal_modalFadeIn__H4QLP .3s ease-out}@keyframes CEFRModal_modalFadeIn__H4QLP{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.CEFRModal_closeButton__lh8xu{position:absolute;top:24px;right:24px;background:rgba(0,0,0,.1);border:none;width:40px;height:40px;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;color:var(--modal-text,#000);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.CEFRModal_closeButton__lh8xu:hover{background:rgba(0,0,0,.2);transform:rotate(90deg)}.CEFRModal_modalTitle__xc3dR{padding:32px 40px;margin:0;font-size:28px;font-weight:600;border-bottom:1px solid var(--border-color,rgba(0,0,0,.1))}.CEFRModal_levelsList__QV7Oj{flex:1;padding:32px 40px;overflow-y:auto}.CEFRModal_levelsList__QV7Oj::-webkit-scrollbar{width:8px}.CEFRModal_levelsList__QV7Oj::-webkit-scrollbar-track{background:transparent}.CEFRModal_levelsList__QV7Oj::-webkit-scrollbar-thumb{background-color:var(--scrollbar-color,rgba(0,0,0,.2));border-radius:20px}.CEFRModal_levelItem__ySxhI{padding:24px;background:var(--level-item-bg,rgba(0,122,255,.08));border-radius:16px;margin-bottom:20px}.CEFRModal_levelItem__ySxhI:last-child{margin-bottom:0}.CEFRModal_levelItem__ySxhI h3{margin:0 0 12px;font-size:24px;color:#007aff}.CEFRModal_levelItem__ySxhI p{margin:0;line-height:1.6;font-size:16px}@media (prefers-color-scheme:dark){.CEFRModal_modalContent__G104_{--modal-bg:#1a1a1a;--modal-text:#fff;--border-color:hsla(0,0%,100%,.1);--scrollbar-color:hsla(0,0%,100%,.2)}.CEFRModal_levelItem__ySxhI{--level-item-bg:rgba(0,122,255,.15)}.CEFRModal_closeButton__lh8xu{background:hsla(0,0%,100%,.1)}.CEFRModal_closeButton__lh8xu:hover{background:hsla(0,0%,100%,.2)}}@media (max-width:480px){.CEFRModal_modalContent__G104_{width:95vw;height:90vh}.CEFRModal_modalTitle__xc3dR{padding:24px 20px;font-size:24px}.CEFRModal_levelsList__QV7Oj{padding:20px}.CEFRModal_closeButton__lh8xu{top:16px;right:16px;width:36px;height:36px;font-size:20px}.CEFRModal_levelItem__ySxhI{padding:20px}.CEFRModal_levelItem__ySxhI h3{font-size:20px}.CEFRModal_levelItem__ySxhI p{font-size:15px}}.CategoryModal_categoryModal__g72XJ{position:fixed;top:0;right:0;bottom:0;width:80%;background-color:var(--light-bg);box-shadow:-10px 0 20px rgba(0,0,0,.1);transform:translateX(100%);transition:transform .3s ease-in-out;z-index:1000;overflow-y:auto}.CategoryModal_visible__Bi2b_{transform:translateX(0)}.CategoryModal_dark__3mXsF{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.CategoryModal_light__1TNve{background-color:var(--light-bg);color:var(--light-text)}.CategoryModal_modalContent__FndiA{padding:2rem}.CategoryModal_modalHeader__AGk1I{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.CategoryModal_modalHeader__AGk1I h2{font-size:2rem;font-weight:600}.CategoryModal_closeButton__lSm_T{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;color:inherit}.CategoryModal_closeButton__lSm_T:hover{opacity:.7}.CategoryModal_cardGrid___ueKU{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.CategoryModal_card__vm7Lu{background-color:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border-radius:12px;padding:1.3rem;cursor:pointer;transition:all .3s ease;height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.CategoryModal_card__vm7Lu:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.CategoryModal_dark__3mXsF .CategoryModal_card__vm7Lu{background-color:hsla(0,0%,100%,.1)}.CategoryModal_light__1TNve .CategoryModal_card__vm7Lu{background-color:rgba(0,0,0,.05)}@media (max-width:768px){.CategoryModal_modalContent__FndiA{padding:1.5rem}.CategoryModal_cardGrid___ueKU{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.CategoryModal_card__vm7Lu{height:130px}.CategoryModal_categoryModal__g72XJ{width:100%}.CategoryModal_modalContent__FndiA{padding:1.2rem}.CategoryModal_modalHeader__AGk1I{margin-bottom:1.5rem}.CategoryModal_modalHeader__AGk1I h2{font-size:1.5rem}.CategoryModal_cardGrid___ueKU{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.CategoryModal_card__vm7Lu{height:120px;padding:1rem}.CategoryModal_card__vm7Lu h3{font-size:.95rem}.CategoryModal_card__vm7Lu p{font-size:.85rem}}@media (max-width:480px){.CategoryModal_modalContent__FndiA{padding:1rem}.CategoryModal_modalHeader__AGk1I{margin-bottom:1.2rem}.CategoryModal_modalHeader__AGk1I h2{font-size:1.3rem}.CategoryModal_cardGrid___ueKU{grid-template-columns:1fr}.CategoryModal_card__vm7Lu{height:100px;padding:.8rem}.CategoryModal_closeButton__lSm_T svg{width:20px;height:20px}}@media (orientation:landscape) and (max-height:600px){.CategoryModal_modalContent__FndiA{padding:1rem}.CategoryModal_cardGrid___ueKU{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.CategoryModal_card__vm7Lu{height:110px}}.CategoryModal_card__vm7Lu{position:relative}.CategoryModal_completedCheckmark__wm9yp{position:absolute;top:12px;right:12px;width:24px;height:24px;z-index:1}.CategoryModal_completedCheckmark__wm9yp svg{width:100%;height:100%}.CategoryModal_card__vm7Lu.CategoryModal_completed__uG5Ut{border:1px solid #007aff}.SubComponent4_subComponent4__uaeR3{height:85%;width:100%;padding:20px;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.SubComponent4_dark__bJjZe{background-color:var(--dark-bg-navbar);color:var(--dark-text);--card-bg:#2f3231;--text-color:#ececec;--button-bg:#2c2c2e;--button-text:#fff;--button-hover-bg:#3a3a3c}.SubComponent4_light__hChl2{background-color:var(--light-bg);color:var(--light-text);--card-bg:#dcdcdc;--text-color:#2f3231;--button-bg:#f2f2f7;--button-text:#000;--button-hover-bg:#e5e5ea}.SubComponent4_content__JJde8{max-width:1200px;width:100%}.SubComponent4_title__K2HX_{font-size:2em;margin-bottom:20px;text-align:center}.SubComponent4_topicGrid__Fpj6l{display:flex;flex-wrap:wrap;justify-content:center}.SubComponent4_dark__bJjZe,.SubComponent4_light__hChl2{--accent-color:#007aff;--button-active-text:#fff}.TopicCard_card__Ckpt8{width:190px;height:190px;margin:15px;position:relative;transition:transform .3s ease;cursor:pointer}.TopicCard_card__Ckpt8:hover{transform:translateY(-5px)}.TopicCard_progressRing__giMQ3{width:100%;height:100%;background:conic-gradient(var(--accent-color) var(--progress),transparent var(--progress))}.TopicCard_innerCard__02HbG,.TopicCard_progressRing__giMQ3{border-radius:50%;display:flex;justify-content:center;align-items:center}.TopicCard_innerCard__02HbG{width:90%;height:90%;background-color:var(--card-bg);text-align:center}.TopicCard_innerCard__02HbG h3{font-size:1em;color:var(--text-color);margin:0;padding:10px}.CEFRLevelSelector_levelSelector__Leev_{display:flex;justify-content:center;margin-bottom:20px}.CEFRLevelSelector_levelButton__HR_F5{background-color:var(--button-bg);color:var(--button-text);border:none;padding:10px 20px;margin:0 5px;border-radius:20px;font-size:1em;cursor:pointer;transition:all .3s ease}.CEFRLevelSelector_levelButton__HR_F5:hover{background-color:var(--button-hover-bg)}.CEFRLevelSelector_levelButton__HR_F5.CEFRLevelSelector_active__3r_6A{background-color:var(--accent-color);color:var(--button-active-text)}.SentenceModal_modalOverlay__xdoqA{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.SentenceModal_modalContent__hy_9T{background-color:var(--modal-bg);padding:30px;border-radius:20px;width:90%;max-width:900px;height:500px;overflow-y:auto;box-shadow:0 10px 25px rgba(0,0,0,.1);position:relative}.SentenceModal_closeButton__6t2L0{position:absolute;top:20px;right:20px;font-size:24px;background:none;border:none;cursor:pointer;color:var(--text-color);opacity:.7;transition:opacity .3s ease}.SentenceModal_closeButton__6t2L0:hover{opacity:1}.SentenceModal_category__gX0Dw{font-size:1.2em;margin-bottom:20px;color:var(--accent-color)}.SentenceModal_chineseTranslation__dclMD{font-size:1.2em;margin-top:30px;margin-bottom:30px;text-align:center;color:var(--text-color)}.SentenceModal_navigationContainer__z6jMQ{display:flex;justify-content:center}.SentenceModal_navButton__UbQvR{background-color:var(--accent-color);color:#fff;border:none;padding:12px 24px;border-radius:30px;cursor:pointer;font-size:1em;transition:background-color .3s ease}.SentenceModal_navButton__UbQvR:hover{background-color:var(--accent-color-hover)}.SentenceModal_dark__mpuu1{--modal-bg:#1c1c1e;--text-color:#fff;--accent-color:#0a84ff;--accent-color-hover:#409cff}.SentenceModal_light__3FCNO{--modal-bg:#fff;--text-color:#000;--accent-color:#007aff;--accent-color-hover:#47a3ff}@media (max-width:768px){.SentenceModal_modalContent__hy_9T{padding:20px;width:95%}.SentenceModal_category__gX0Dw,.SentenceModal_chineseTranslation__dclMD{font-size:1.1em}.SentenceModal_navButton__UbQvR{padding:10px 20px}}.SentenceDisplay_sentenceContainer__o_Axd{display:flex;justify-content:center;padding:20px 0}.SentenceDisplay_sentenceWrapper__gIylF{display:flex;flex-wrap:wrap;justify-content:center;max-width:100%}.SentenceDisplay_wordWrapper__Qmaqf{margin:0 5px}.SentenceDisplay_wordContainer__WEb7C,.SentenceDisplay_wordWrapper__Qmaqf{display:flex;flex-direction:column;align-items:center;position:relative}.SentenceDisplay_word__no6_y{font-size:1.2em;color:var(--text-color);cursor:pointer;position:relative;text-decoration:underline;padding:2px 4px;border-radius:4px;transition:background-color .3s ease}.SentenceDisplay_word__no6_y:hover{background-color:var(--hover-bg)}.SentenceDisplay_tooltip__Uv63B{display:none}.SentenceDisplay_word__no6_y:hover .SentenceDisplay_tooltip__Uv63B{opacity:1}.SentenceDisplay_miniModal__McjKw{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);background-color:var(--modal-bg);border:1px solid var(--border-color);border-radius:8px;padding:10px;width:300px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:1000}.SentenceDisplay_miniModal__McjKw h4{margin:0 0 5px;color:var(--accent-color)}.SentenceDisplay_miniModal__McjKw p{margin:0;font-size:.9em;line-height:1.4}.SentenceDisplay_grammarBottom__D4XAR,.SentenceDisplay_grammarTop__kE5Lf{height:60px;display:flex;align-items:center}.SentenceDisplay_grammarLine__nx4qM{width:1px;height:30px;background-color:var(--text-color);position:absolute}.SentenceDisplay_lineTop__NyvQ_{bottom:100%;transform:rotate(-45deg);transform-origin:bottom center}.SentenceDisplay_lineBottom__PEHYn{top:100%;transform:rotate(45deg);transform-origin:top center}.SentenceDisplay_grammarText__jpNIr{font-size:.9em;text-align:center;max-width:150px;color:var(--text-color);opacity:.8}.SentenceDisplay_dark__AGGnP{--hover-bg:hsla(0,0%,100%,.1);--tooltip-bg:hsla(0,0%,100%,.9);--tooltip-text:#000;--modal-bg:#2c2c2e;--border-color:#3a3a3c;--accent-color:#0a84ff}.SentenceDisplay_light__WPoyc{--hover-bg:rgba(0,0,0,.05);--tooltip-bg:rgba(0,0,0,.8);--tooltip-text:#fff;--modal-bg:#fff;--border-color:#e5e5ea;--accent-color:#007aff}@media (max-width:768px){.SentenceDisplay_word__no6_y{font-size:1.1em}.SentenceDisplay_grammarText__jpNIr{font-size:.8em;max-width:120px}.SentenceDisplay_grammarBottom__D4XAR,.SentenceDisplay_grammarTop__kE5Lf{height:50px}.SentenceDisplay_grammarLine__nx4qM{height:25px}.SentenceDisplay_miniModal__McjKw{width:180px}.SentenceDisplay_miniModal__McjKw p{font-size:.8em}}.SubComponent5_subComponent3___JrY7{height:85%;width:100%;padding:20px;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.SubComponent5_dark__axMnq{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.SubComponent5_light__jaFg4{background-color:var(--light-bg);color:var(--light-text)}.SubComponent5_content__ad_pq{max-width:1200px;width:100%}.SubComponent5_cardGrid__DIruj{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:3rem;justify-content:center}.SubComponent5_card__M2IXk{border:2px solid;border-radius:18px;padding:16px;height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:all .5s ease;background-color:transparent;cursor:pointer;animation:SubComponent5_cardAppear__3ffEq .5s ease-out;opacity:0;animation-fill-mode:forwards}.SubComponent5_card__M2IXk h3{margin:0 0 10px;font-size:1.1em;word-break:break-word}.SubComponent5_card__M2IXk p{margin:0;font-size:.9em;color:#888}.SubComponent5_dark__axMnq .SubComponent5_card__M2IXk{border-color:var(--dark-text)}.SubComponent5_light__jaFg4 .SubComponent5_card__M2IXk{border-color:var(--light-text)}.SubComponent5_card__M2IXk:hover{box-shadow:0 0 10px var(--text-color)}.SubComponent5_dark__axMnq .SubComponent5_card__M2IXk:hover{box-shadow:0 0 15px var(--dark-text)}.SubComponent5_light__jaFg4 .SubComponent5_card__M2IXk:hover{box-shadow:0 0 15px var(--light-text)}@keyframes SubComponent5_cardAppear__3ffEq{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.SubComponent5_cardGrid__DIruj{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.SubComponent5_cardGrid__DIruj{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.SubComponent5_cardGrid__DIruj{grid-template-columns:repeat(2,1fr)}.SubComponent5_title__COsho{font-size:18px;text-align:center}}@media (max-width:480px){.SubComponent5_cardGrid__DIruj{grid-template-columns:1fr}}.SubComponent5_loadingTitle__o_VmR{display:flex;justify-content:center;align-items:center;height:40px}.SubComponent5_dot___ZjIc{font-size:24px;margin:0 2px;opacity:0;animation:SubComponent5_dotJump__dcY3Y 1.5s infinite}.SubComponent5_dot___ZjIc:nth-child(2){animation-delay:.2s}.SubComponent5_dot___ZjIc:nth-child(3){animation-delay:.4s}@keyframes SubComponent5_dotJump__dcY3Y{0%{transform:translateY(0);opacity:0}50%{transform:translateY(-10px);opacity:1}to{transform:translateY(0);opacity:0}}.SubComponent5_dark__axMnq .SubComponent5_dot___ZjIc{color:var(--dark-text)}.SubComponent5_light__jaFg4 .SubComponent5_dot___ZjIc{color:var(--light-text)}.SubComponent5_subComponent3___JrY7::-webkit-scrollbar{width:12px}.SubComponent5_subComponent3___JrY7::-webkit-scrollbar-track{background:transparent}.SubComponent5_subComponent3___JrY7::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px;border:3px solid transparent;background-clip:content-box}.SubComponent5_card__M2IXk.SubComponent5_disabled__JA_DE{pointer-events:none;opacity:.5}.SubComponent5_cardLoadingDots__aird3,.SubComponent5_card__M2IXk.SubComponent5_loading__w_hkb{justify-content:center;align-items:center}.SubComponent5_cardLoadingDots__aird3{display:flex;height:100%}.SubComponent5_card__M2IXk .SubComponent5_dot___ZjIc{font-size:24px;margin:0 2px;opacity:0;animation:SubComponent5_dotJump__dcY3Y 1.5s infinite}.SubComponent5_card__M2IXk .SubComponent5_dot___ZjIc:nth-child(2){animation-delay:.2s}.SubComponent5_card__M2IXk .SubComponent5_dot___ZjIc:nth-child(3){animation-delay:.4s}.SubComponent5_dark__axMnq .SubComponent5_card__M2IXk .SubComponent5_dot___ZjIc{color:var(--dark-text)}.SubComponent5_light__jaFg4 .SubComponent5_card__M2IXk .SubComponent5_dot___ZjIc{color:var(--light-text)}.SubComponent6_subComponent__Q1Fnf{height:85%;width:100%;padding:24px;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column}.SubComponent6_verbGrid__sTal_{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px;padding:16px}.SubComponent6_dark__CyrG6{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.SubComponent6_light__TWpX3{background-color:var(--light-bg);color:var(--light-text)}@media (max-width:768px){.SubComponent6_subComponent__Q1Fnf{padding:16px}.SubComponent6_verbGrid__sTal_{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px}}.SubComponent6_loading__o2Gxg{color:inherit}.SubComponent6_error__PM4YE,.SubComponent6_loading__o2Gxg{display:flex;justify-content:center;align-items:center;height:100%;font-size:1.2rem}.SubComponent6_error__PM4YE{color:#ff3b30}.VerbCard_card__NrFiW{background:hsla(0,0%,100%,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:18px;padding:20px;cursor:pointer;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:center;align-items:center;aspect-ratio:1;box-shadow:0 4px 6px rgba(0,0,0,.1)}.VerbCard_card__NrFiW h3{margin:0;font-size:1.5rem;font-weight:600;text-align:center}.VerbCard_card__NrFiW:hover{transform:translateY(-4px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.VerbCard_dark__YLnR8{background:rgba(44,44,46,.8);border-color:hsla(0,0%,100%,.1)}.VerbCard_light__r1xWC{background:hsla(0,0%,100%,.8);border-color:rgba(0,0,0,.1)}.VerbModal_modalOverlay__cjqy1{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:VerbModal_fadeIn__ZMzrx .3s ease}.VerbModal_modal__6Ed_0{width:90%;max-width:800px;max-height:90vh;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;animation:VerbModal_slideUp__moBPr .3s ease}.VerbModal_dark__w5tcd{background:rgba(44,44,46,.95);color:#f5f5f7}.VerbModal_light__kpGJy{background:hsla(0,0%,100%,.95);color:#1d1d1f}.VerbModal_modalHeader__JOoSP{padding:20px 24px;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;align-items:center}.VerbModal_modalHeader__JOoSP h2{margin:0;font-size:1.8rem;font-weight:600;flex:1}.VerbModal_headerButtons__qc6yx{display:flex;align-items:center;gap:12px}.VerbModal_closeButton__4Cmrh{background:none;border:none;font-size:28px;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.VerbModal_dark__w5tcd .VerbModal_closeButton__4Cmrh{color:#f5f5f7}.VerbModal_light__kpGJy .VerbModal_closeButton__4Cmrh{color:#1d1d1f}.VerbModal_closeButton__4Cmrh:hover{background:hsla(0,0%,50%,.2)}.VerbModal_aiButton__moQ4F{background:#0071e3;color:#fff;border:none;padding:8px 16px;border-radius:16px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;height:32px;display:flex;align-items:center;justify-content:center}.VerbModal_aiButton__moQ4F:hover{background:#0077ed;transform:translateY(-1px)}.VerbModal_modalContent__4zE0P{flex:1;overflow-y:auto;padding:24px}.VerbModal_tenseSection___dT2d{margin-bottom:32px}.VerbModal_tenseSection___dT2d h3{font-size:1.4rem;margin-bottom:20px;font-weight:600}.VerbModal_conjugationsGrid__MeJLk{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.VerbModal_conjugationCard__rhERO{padding:16px;border-radius:16px;transition:all .2s ease}.VerbModal_dark__w5tcd .VerbModal_conjugationCard__rhERO{background:hsla(0,0%,100%,.05)}.VerbModal_light__kpGJy .VerbModal_conjugationCard__rhERO{background:rgba(0,0,0,.05)}.VerbModal_conjugationHeader__JVsrz{display:flex;justify-content:space-between;margin-bottom:8px;font-weight:500}.VerbModal_conjugationVerb__rmhEm{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:600;margin-bottom:12px}.VerbModal_example__xLgn6{font-size:.9rem;opacity:.8;border-top:1px solid hsla(0,0%,50%,.2);padding-top:12px}.VerbModal_example__xLgn6 p{margin:4px 0}@keyframes VerbModal_fadeIn__ZMzrx{0%{opacity:0}to{opacity:1}}@keyframes VerbModal_slideUp__moBPr{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.VerbModal_modal__6Ed_0{width:95%;max-height:95vh}.VerbModal_modalHeader__JOoSP h2{font-size:1.4rem}.VerbModal_headerButtons__qc6yx{gap:8px}.VerbModal_aiButton__moQ4F{padding:6px 12px;font-size:.8rem}.VerbModal_conjugationsGrid__MeJLk{grid-template-columns:1fr}.VerbModal_conjugationCard__rhERO{padding:12px}}.VerbModal_modalContent__4zE0P{background-color:transparent;&::-webkit-scrollbar{width:8px}&::-webkit-scrollbar-track{background:transparent}&::-webkit-scrollbar-thumb{background-color:hsla(0,0%,50%,.4);border-radius:4px}.VerbModal_dark__w5tcd &::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.4)}.VerbModal_light__kpGJy &::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}}.QuestionGenerateModal_modalOverlay__UW_An{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(5px)}.QuestionGenerateModal_modalContent__oFe4a{background-color:var(--light-bg);color:var(--light-text);width:90%;max-width:1200px;height:90%;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);position:relative}.QuestionGenerateModal_dark__Rs6b3 .QuestionGenerateModal_modalContent__oFe4a{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.QuestionGenerateModal_modalHeader__dhyBd{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.1)}.QuestionGenerateModal_dark__Rs6b3 .QuestionGenerateModal_modalHeader__dhyBd{border-bottom-color:hsla(0,0%,100%,.1)}.QuestionGenerateModal_modalHeader__dhyBd h2{font-size:1rem;font-weight:600}.QuestionGenerateModal_closeButton__lJKf0{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--light-text);opacity:.7;transition:opacity .2s ease}.QuestionGenerateModal_closeButton__lJKf0:hover{opacity:1}.QuestionGenerateModal_dark__Rs6b3 .QuestionGenerateModal_closeButton__lJKf0{color:var(--dark-text)}.QuestionGenerateModal_loadingSpinner__JXQfr{border:4px solid grey;border-left-color:#000;border-radius:50%;width:40px;height:40px;animation:QuestionGenerateModal_spin__Vi3tg 1s linear infinite}@keyframes QuestionGenerateModal_spin__Vi3tg{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.QuestionGenerateModal_questionsContainer__Qbdwn{flex:1;overflow-y:auto;padding:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.QuestionGenerateModal_questionsContainer__Qbdwn::-webkit-scrollbar{width:10px;background-color:transparent}.QuestionGenerateModal_questionsContainer__Qbdwn::-webkit-scrollbar-thumb{background-color:var(--light-text);border-radius:5px}.QuestionGenerateModal_dark__Rs6b3 .QuestionGenerateModal_questionsContainer__Qbdwn::-webkit-scrollbar-thumb{background-color:var(--dark-text)}.QuestionGenerateModal_questionsContainer__Qbdwn::-webkit-scrollbar-track{background-color:transparent}.QuestionGenerateModal_questionsContainer__Qbdwn{scrollbar-width:thin;scrollbar-color:var(--light-text) transparent}.QuestionGenerateModal_dark__Rs6b3 .QuestionGenerateModal_questionsContainer__Qbdwn{scrollbar-color:var(--dark-text) transparent}.QuestionGenerateModal_questionCard__5H4ht{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:box-shadow .3s ease}.QuestionGenerateModal_questionCard__5H4ht:hover{box-shadow:0 6px 12px rgba(0,0,0,.1)}.QuestionGenerateModal_dark__Rs6b3 .QuestionGenerateModal_questionCard__5H4ht{background-color:#2c2c2e}.QuestionGenerateModal_questionCard__5H4ht h3{font-size:1.1rem;margin-bottom:1rem}.QuestionGenerateModal_choicesContainer__QzSkf{display:flex;flex-direction:column}.QuestionGenerateModal_answerOption__EQtLM{display:flex;align-items:center;margin-bottom:.75rem;cursor:pointer;position:relative;padding-left:30px}.QuestionGenerateModal_answerOption__EQtLM input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.QuestionGenerateModal_customRadio__O7Su7{position:absolute;top:50%;left:0;transform:translateY(-50%);height:20px;width:20px;background-color:transparent;border:2px solid #007aff;border-radius:50%;display:inline-block;flex-shrink:0}.QuestionGenerateModal_customRadio__O7Su7:after{content:"";position:absolute;display:none;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:#007aff}.QuestionGenerateModal_answerOption__EQtLM input[type=radio]:checked~.QuestionGenerateModal_customRadio__O7Su7:after{display:block}.QuestionGenerateModal_answerOption__EQtLM span:not(.QuestionGenerateModal_customRadio__O7Su7){margin-left:10px}.QuestionGenerateModal_result__w9GJI{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.QuestionGenerateModal_dark__Rs6b3 .QuestionGenerateModal_result__w9GJI{border-top-color:hsla(0,0%,100%,.1)}.QuestionGenerateModal_correct___PAQq{color:#34c759;font-weight:600}.QuestionGenerateModal_incorrect__EwNMQ{color:#ff3b30;font-weight:600}.QuestionGenerateModal_incorrectContainer__4_Jtn{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.QuestionGenerateModal_explainMoreButton__2U2gf{background-color:#007aff;color:#fff;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.QuestionGenerateModal_explainMoreButton__2U2gf:hover{background-color:#0056b3}.QuestionGenerateModal_explanation__HaueU{font-size:.9rem;line-height:1.4;margin-top:.5rem}.QuestionGenerateModal_actionButtonsContainer__01bPv{display:flex;opacity:.7;justify-content:center;padding:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.QuestionGenerateModal_dark__Rs6b3 .QuestionGenerateModal_actionButtonsContainer__01bPv{border-top-color:hsla(0,0%,100%,.1)}.QuestionGenerateModal_regenerateButton__cTZWc,.QuestionGenerateModal_submitButton__G41Yu{background-color:#007aff;color:#fff;border:none;padding:.75rem 2rem;border-radius:25px;cursor:pointer;font-size:1rem;font-weight:600;margin-right:1.3rem;transition:background-color .2s ease,transform .2s ease}.QuestionGenerateModal_regenerateButton__cTZWc:hover,.QuestionGenerateModal_submitButton__G41Yu:hover{background-color:#0056b3}.QuestionGenerateModal_submitButton__G41Yu:disabled{background-color:#a0a0a0;cursor:not-allowed}.QuestionGenerateModal_closeButtonOutside__3S7PL{position:absolute;top:10px;right:10px;background:hsla(0,0%,100%,.2);border:none;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .2s ease}.QuestionGenerateModal_closeButtonOutside__3S7PL:hover{background:hsla(0,0%,100%,.3)}.QuestionGenerateModal_light__y4iKQ.QuestionGenerateModal_closeButtonOutside__3S7PL{color:var(--light-text)}.QuestionGenerateModal_dark__Rs6b3.QuestionGenerateModal_closeButtonOutside__3S7PL{color:var(--dark-text)}@media (max-width:1024px){.QuestionGenerateModal_questionsContainer__Qbdwn{grid-template-columns:1fr}.QuestionGenerateModal_closeButtonOutside__3S7PL{top:10px;right:10px}}.QuestionGenerateModal_loadingContainer__mq1Sb{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.QuestionGenerateModal_loadingAnimation__bBahW{width:200px;height:200px}.QuestionGenerateModal_downloadingText__vGj8W{position:relative}.QuestionGenerateModal_jumpingDot__9ogcA{position:absolute;animation:QuestionGenerateModal_jumpingDot__9ogcA 1s infinite}@keyframes QuestionGenerateModal_jumpingDot__9ogcA{0%{bottom:0}50%{bottom:5px}to{bottom:0}}@media (max-width:768px){.QuestionGenerateModal_modalContent__oFe4a{width:95%;height:95%}.QuestionGenerateModal_questionsContainer__Qbdwn{grid-template-columns:1fr;padding:1rem;gap:1rem}.QuestionGenerateModal_questionCard__5H4ht{padding:1rem}.QuestionGenerateModal_questionCard__5H4ht h3{font-size:1rem}.QuestionGenerateModal_answerOption__EQtLM{font-size:.9rem}.QuestionGenerateModal_actionButtonsContainer__01bPv{flex-direction:column;align-items:center}.QuestionGenerateModal_regenerateButton__cTZWc,.QuestionGenerateModal_submitButton__G41Yu{width:100%;margin-right:0;margin-bottom:1rem}.QuestionGenerateModal_closeButtonOutside__3S7PL{top:5px;right:5px;width:30px;height:30px}}@media (max-width:480px){.QuestionGenerateModal_modalContent__oFe4a{width:100%;height:100%;border-radius:0}.QuestionGenerateModal_questionCard__5H4ht{border-radius:8px}.QuestionGenerateModal_explainMoreButton__2U2gf{padding:.4rem .8rem;font-size:.8rem}}.SubComponent7_container__7ZNPT{height:85vh;width:100%;padding:2rem;box-sizing:border-box;overflow-y:auto}.SubComponent7_dark__WQfnS{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.SubComponent7_light__jdykr{background-color:var(--light-bg);color:var(--light-text)}.SubComponent7_title__EiS8w{text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:600}.SubComponent7_charactersGrid__FOa5a{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;padding:1rem}.SubComponent7_customCard__Ja0Eb{height:200px;padding:1rem;margin-top:1rem}.SubComponent7_characterCard__d87eY{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.SubComponent7_dark__WQfnS .SubComponent7_characterCard__d87eY{background:rgba(0,0,0,.2)}.SubComponent7_characterCard__d87eY:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.SubComponent7_dark__WQfnS .SubComponent7_characterCard__d87eY:hover{box-shadow:0 8px 20px rgba(0,0,0,.3)}.SubComponent7_selected__vD4u6{border-color:#4a90e2}.SubComponent7_avatarWrapper__F5WRI{width:100px;height:100px;border-radius:50%;overflow:hidden;margin-bottom:1rem;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.SubComponent7_avatar__oBU0r{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.SubComponent7_characterName__8zJAI{font-size:1.2rem;font-weight:600;margin:.5rem 0}.SubComponent7_characterDescription__oSjFG{text-align:center;font-size:.9rem;line-height:1.4;margin:0;opacity:.8}.SubComponent7_customCard__Ja0Eb{border:2px solid rgba(74,144,226,.5)}.SubComponent7_customAvatar__ThhYb{background:rgba(74,144,226,.1);color:#4a90e2}.SubComponent7_dark__WQfnS .SubComponent7_customAvatar__ThhYb{background:rgba(74,144,226,.2)}@media (max-width:768px){.SubComponent7_container__7ZNPT{padding:1rem}.SubComponent7_charactersGrid__FOa5a{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.SubComponent7_avatarWrapper__F5WRI{width:80px;height:80px}.SubComponent7_characterName__8zJAI{font-size:1.1rem}.SubComponent7_characterDescription__oSjFG{font-size:.8rem}.SubComponent7_customCard__Ja0Eb{height:100px;padding:1rem}.SubComponent7_customCard__Ja0Eb .SubComponent7_avatarWrapper__F5WRI{width:70px;height:70px;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.SubComponent7_customCard__Ja0Eb .SubComponent7_characterName__8zJAI{margin:.3rem 0}.SubComponent7_customCard__Ja0Eb .SubComponent7_avatarWrapper__F5WRI svg{width:28px;height:28px}.SubComponent7_customCard__Ja0Eb .SubComponent7_customAvatar__ThhYb{background:none}}@keyframes SubComponent7_fadeIn__OnceS{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SubComponent7_characterCard__d87eY{animation:SubComponent7_fadeIn__OnceS .3s ease-out forwards}.SubComponent7_characterCard__d87eY:nth-child(n){animation-delay:calc(.1s * var(--i))}.SubComponent7_modalOverlay__3X062{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;animation:SubComponent7_fadeIn__OnceS .3s ease-out}.SubComponent7_modalContent__tCtOn{animation:SubComponent7_scaleIn__rkN5N .3s ease-out;display:flex;justify-content:center;align-items:center}@keyframes SubComponent7_scaleIn__rkN5N{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:768px){.SubComponent7_modalContent__tCtOn{width:100%;height:100%}}.SubComponent7_container__7ZNPT::-webkit-scrollbar{width:6px}.SubComponent7_container__7ZNPT::-webkit-scrollbar-track{background:transparent}.SubComponent7_container__7ZNPT::-webkit-scrollbar-thumb{background-color:var(--light-text);border-radius:3px}.SubComponent7_dark__WQfnS .SubComponent7_container__7ZNPT::-webkit-scrollbar-thumb{background-color:var(--dark-text)}.SubComponent7_customModalContent__EBRne{position:relative;padding:2rem;border-radius:16px;width:90%;max-width:400px;text-align:center;animation:SubComponent7_scaleIn__rkN5N .3s ease-out;background:#000}.SubComponent7_closeButton__LL3YG{position:absolute;top:1rem;right:1rem;background:none;color:#fff;border:none;cursor:pointer;padding:.5rem;color:inherit;opacity:.7;transition:opacity .2s}.SubComponent7_closeButton__LL3YG:hover{opacity:1;color:#fff}.SubComponent7_comingSoonText__sbl8m{font-size:1.1rem;margin:0;color:#fff}.ChatInterface_chatInterface__LwOwW{display:flex;flex-direction:column;position:relative;height:600px;width:800px;border-radius:18px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.2)}.ChatInterface_dark__Fo_bm{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.ChatInterface_light__QV56L{background-color:var(--light-bg);color:var(--light-text)}.ChatInterface_dark__Fo_bm .ChatInterface_backButton__Tug93{color:var(--dark-text)}.ChatInterface_light__QV56L .ChatInterface_backButton__Tug93{color:var(--light-text)}.ChatInterface_header__NuFSw{display:flex;align-items:center;padding:1rem;border-bottom:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.ChatInterface_backButton__Tug93{background:none;border:none;cursor:pointer;padding:.5rem;margin-right:1rem;border-radius:50%;transition:background-color .2s}.ChatInterface_backButton__Tug93:hover{background-color:hsla(0,0%,100%,.1)}.ChatInterface_characterInfo__A234Z{display:flex;align-items:center;gap:.8rem}.ChatInterface_characterAvatar__N18vp{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.ChatInterface_characterName__pp_FX{font-weight:600;font-size:1.1rem}.ChatInterface_messagesContainer__dt3uS{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;height:calc(100% - 130px)}.ChatInterface_inputContainer___xm9C{padding:1rem;display:flex;gap:.5rem;align-items:center;border-top:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(10px);position:sticky;bottom:0;background:inherit}.ChatInterface_input___2LlQ{flex:1;padding:.8rem 1.2rem;border-radius:24px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.05);color:inherit;font-size:1rem;transition:border-color .2s}.ChatInterface_input___2LlQ:focus{outline:none;border-color:#4a90e2}.ChatInterface_magicButton__E0Yq1,.ChatInterface_sendButton__hx64X{background:none;border:none;cursor:pointer;padding:.8rem;border-radius:50%;transition:all .2s;color:inherit}.ChatInterface_magicButton__E0Yq1:hover,.ChatInterface_sendButton__hx64X:hover{background-color:hsla(0,0%,100%,.1);transform:scale(1.1)}.ChatInterface_sendButton__hx64X:disabled{opacity:.5;cursor:not-allowed;transform:none}.ChatInterface_magicButton__E0Yq1{color:gold}@keyframes ChatInterface_slideIn__cqFX0{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:768px){.ChatInterface_chatInterface__LwOwW{width:100%;height:100%;border-radius:0;position:fixed;top:0;left:0;right:0;bottom:0}.ChatInterface_header__NuFSw{padding:.8rem;backdrop-filter:blur(8px)}.ChatInterface_characterAvatar__N18vp{width:32px;height:32px}.ChatInterface_characterName__pp_FX{font-size:1rem}.ChatInterface_messagesContainer__dt3uS{padding:.8rem;height:calc(100% - 120px)}.ChatInterface_inputContainer___xm9C{padding:.8rem;gap:.5rem}.ChatInterface_input___2LlQ{padding:.6rem 1rem;font-size:.95rem}.ChatInterface_magicButton__E0Yq1,.ChatInterface_sendButton__hx64X{padding:.6rem}}.ChatInterface_messagesContainer__dt3uS::-webkit-scrollbar{width:6px}.ChatInterface_messagesContainer__dt3uS::-webkit-scrollbar-track{background:transparent}.ChatInterface_messagesContainer__dt3uS::-webkit-scrollbar-thumb{background-color:var(--light-text);border-radius:3px}.ChatInterface_dark__Fo_bm .ChatInterface_messagesContainer__dt3uS::-webkit-scrollbar-thumb{background-color:var(--dark-text)}.ChatInterface_usageCounter__1vqdF{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.1);padding:4px 8px;border-radius:12px;font-size:.8rem;color:var(--light-text)}.ChatInterface_dark__Fo_bm .ChatInterface_usageCounter__1vqdF{background:hsla(0,0%,100%,.1);color:var(--dark-text)}.MessageBubble_messageBubble__LVUVR{max-width:80%;padding:.8rem 1.2rem;border-radius:16px;position:relative;animation:MessageBubble_fadeIn__wJ1x_ .3s ease-out;display:flex;flex-direction:column;gap:.8rem}.MessageBubble_messageContent__4nkG0{display:flex;flex-direction:column}.MessageBubble_user__cWHXv{align-self:flex-end;background-color:#4a90e2;color:#fff;border-bottom-right-radius:4px}.MessageBubble_bot__OAeen{align-self:flex-start;background-color:hsla(0,0%,100%,.1);border-bottom-left-radius:4px}.MessageBubble_content__ySndu{margin-bottom:.4rem;line-height:1.4}.MessageBubble_footer__L3Oki{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;font-size:.7rem;opacity:.7}.MessageBubble_timestamp__w5dDu{font-size:.7rem}.MessageBubble_actions__HIiMR{display:flex;gap:.3rem}.MessageBubble_actionButton__obJ3j{background:none;border:none;padding:.2rem;cursor:pointer;color:inherit;opacity:.7;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;position:relative}.MessageBubble_actionButton__obJ3j[data-tooltip]{position:relative}@media (hover:hover){.MessageBubble_actionButton__obJ3j[data-tooltip]:hover:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%);padding:4px 8px;background-color:rgba(0,0,0,.8);color:#fff;font-size:12px;border-radius:4px;white-space:nowrap;pointer-events:none;margin-bottom:5px;z-index:1000}.MessageBubble_actionButton__obJ3j[data-tooltip]:hover:after{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:4px solid transparent;border-top-color:rgba(0,0,0,.8);margin-bottom:1px;pointer-events:none}}.MessageBubble_actionButton__obJ3j:hover{opacity:1;background-color:hsla(0,0%,100%,.1);transform:scale(1.1)}.MessageBubble_audioContainer__ZiQXk{display:flex;align-items:center;gap:10px;padding:.4rem;background-color:hsla(0,0%,100%,.05);border-radius:12px;height:40px;margin-top:.4rem}.MessageBubble_translationContainer__wo2BM{background-color:hsla(0,0%,100%,.05);border-radius:12px;padding:.8rem;margin-top:.4rem;animation:MessageBubble_fadeIn__wJ1x_ .3s ease-out}.MessageBubble_translationContent__iHidc{font-size:.95em;line-height:1.5;white-space:pre-wrap;word-break:break-word;color:hsla(0,0%,100%,.9)}.MessageBubble_loadingDot__6AIP3{width:8px;height:8px;background-color:currentColor;border-radius:50%;animation:MessageBubble_bounce__xFWhp .6s infinite}.MessageBubble_playButton__4_00O{background:none;border:none;color:inherit;cursor:pointer;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;position:relative}.MessageBubble_playButton__4_00O:hover{background-color:hsla(0,0%,100%,.1);transform:scale(1.1)}@keyframes MessageBubble_bounce__xFWhp{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes MessageBubble_fadeIn__wJ1x_{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.MessageBubble_messageBubble__LVUVR .MessageBubble_footer__L3Oki{opacity:.4;transition:opacity .2s ease}.MessageBubble_messageBubble__LVUVR:hover .MessageBubble_footer__L3Oki{opacity:1}.MessageBubble_audioError__ALKLp{display:flex;align-items:center;gap:8px;color:#ff4d4f;font-size:.9em;padding:0 8px}.MessageBubble_audioError__ALKLp svg{flex-shrink:0}.MessageBubble_foldIconWrapper__ZyCyR{display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.MessageBubble_foldIconWrapper__ZyCyR.MessageBubble_folded__47hsM{transform:rotate(180deg)}@media (hover:hover){.MessageBubble_actionButton__obJ3j[data-tooltip]:hover:before{transform:translateX(-50%);bottom:100%;top:auto;margin-bottom:5px}.MessageBubble_actionButton__obJ3j[data-tooltip]:hover:after{transform:translateX(-50%);bottom:100%;top:auto;margin-bottom:1px}}.MessageBubble_improvementContainer__VDC03{background-color:hsla(0,0%,100%,.05);border-radius:12px;padding:.8rem;margin-top:.4rem;animation:MessageBubble_fadeIn__wJ1x_ .3s ease-out}.MessageBubble_improvedText__HpT6U{font-size:.95em;line-height:1.4;cursor:pointer;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;transition:opacity .2s ease}.MessageBubble_improvedText__HpT6U:hover{opacity:.8}.AudioWaveform_waveform__anZPX{display:flex;align-items:center;gap:2px;height:40px;padding:0 10px}.AudioWaveform_bar__Ez1Bm{width:3px;height:100%;background-color:currentColor;opacity:.3;transform:scaleY(.2)}.AudioWaveform_playing__xlJfV .AudioWaveform_bar__Ez1Bm{animation:AudioWaveform_wave__L3Byy 1s ease-in-out infinite}@keyframes AudioWaveform_wave__L3Byy{50%{transform:scaleY(1);opacity:.8}}.ReasonsModal_modalOverlay__SIk7I{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;animation:ReasonsModal_fadeIn__h9en4 .2s ease-out}.ReasonsModal_modalContent__KXd9O{background-color:var(--background-color);border-radius:12px;padding:20px;max-width:90%;width:500px;max-height:80vh;position:relative;animation:ReasonsModal_slideUp__jEDuo .3s ease-out}.ReasonsModal_closeButton__QpQy3{position:absolute;top:10px;right:10px;background:none;border:none;color:var(--text-color);cursor:pointer;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ReasonsModal_closeButton__QpQy3:hover{background-color:hsla(0,0%,100%,.1)}.ReasonsModal_reasonsContent__9RSI8{margin-top:20px;line-height:1.6;color:var(--text-color)}@keyframes ReasonsModal_fadeIn__h9en4{0%{opacity:0}to{opacity:1}}@keyframes ReasonsModal_slideUp__jEDuo{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.TypingIndicator_typingIndicator__kzufn{display:flex;gap:.4rem;padding:1rem;align-self:flex-start;animation:TypingIndicator_fadeIn__Nen3I .3s ease-out}.TypingIndicator_dot__4xdr_{width:8px;height:8px;background-color:hsla(0,0%,100%,.5);border-radius:50%;animation:TypingIndicator_bounce__3RXUd 1.4s infinite}.TypingIndicator_dot__4xdr_:nth-child(2){animation-delay:.2s}.TypingIndicator_dot__4xdr_:nth-child(3){animation-delay:.4s}@keyframes TypingIndicator_bounce__3RXUd{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@keyframes TypingIndicator_fadeIn__Nen3I{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.TypingIndicator_typingIndicator__kzufn{padding:.8rem;gap:.3rem}.TypingIndicator_dot__4xdr_{width:6px;height:6px}}.ChatInterface_pageContainer__UlGlE{position:relative;width:100%;height:95vh;display:flex;background:transparent;overflow-y:auto}.ChatInterface_pageContainer__UlGlE::-webkit-scrollbar{width:8px}.ChatInterface_pageContainer__UlGlE::-webkit-scrollbar-track{background:transparent}.ChatInterface_pageContainer__UlGlE::-webkit-scrollbar-thumb{background:currentColor;border-radius:4px}.ChatInterface_pageContainer__UlGlE::-webkit-scrollbar-thumb:hover{background:currentColor;opacity:.8}.ChatInterface_mainContent__EQdNb{position:relative;width:100%;margin-left:260px;height:100%;display:flex;flex-direction:column;transition:all .3s ease;padding:0 20%;background:transparent;backdrop-filter:blur(10px)}.ChatInterface_mainContent__EQdNb.ChatInterface_expanded__kuljp{width:100%;margin-left:0}.ChatInterface_dark__SlYZw{background-color:#292927;color:var(--dark-text)}.ChatInterface_light__C9TPA{background-color:var(--light-bg);color:var(--light-text)}.ChatInterface_initialView__PbJYe{align-items:center;justify-content:center;padding:1rem;max-width:1200px}.ChatInterface_chatView__cnXJS,.ChatInterface_initialView__PbJYe{flex:1;display:flex;flex-direction:column;margin:0 auto;width:100%}.ChatInterface_chatView__cnXJS{height:100%;position:relative;max-width:800px}.ChatInterface_messages__r6y_u{flex:1;overflow-y:auto;padding:1rem;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--primary-color) transparent;max-width:100%}.ChatInterface_bubble__rDdJk{max-width:100%;width:-moz-fit-content;width:fit-content}.ChatInterface_assistantWrapper__hqqN4 .ChatInterface_bubble__rDdJk,.ChatInterface_userWrapper__Chn67 .ChatInterface_bubble__rDdJk{max-width:85%}.ChatInterface_messages__r6y_u::-webkit-scrollbar{width:6px}.ChatInterface_messages__r6y_u::-webkit-scrollbar-track{background:transparent}.ChatInterface_messages__r6y_u::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:3px}.ChatInterface_inputContainer__u4fES{position:relative;padding:1rem;background:rgba(0,0,0,.05);backdrop-filter:blur(10px);border-top:1px solid hsla(0,0%,100%,.1);margin-top:auto;border-radius:25px}.ChatInterface_dark__SlYZw .ChatInterface_inputContainer__u4fES{background:rgba(0,0,0,.2)}.ChatInterface_light__C9TPA .ChatInterface_inputContainer__u4fES{background:hsla(0,0%,100%,.1)}.ChatInterface_errorMessage__bV7dE{position:fixed;top:1rem;left:50%;transform:translateX(-50%);padding:.8rem 1.2rem;border-radius:.5rem;background:rgba(255,59,48,.9);color:#fff;font-size:.9rem;display:flex;align-items:center;gap:1rem;z-index:1000;animation:ChatInterface_slideDown__cxv9p .3s ease;backdrop-filter:blur(8px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ChatInterface_errorMessage__bV7dE button{background:none;border:none;color:#fff;cursor:pointer;padding:.2rem;font-size:1.2rem;opacity:.8;transition:opacity .2s ease}.ChatInterface_errorMessage__bV7dE button:hover{opacity:1}@keyframes ChatInterface_slideDown__cxv9p{0%{transform:translate(-50%,-100%);opacity:0}to{transform:translate(-50%);opacity:1}}.ChatInterface_inputWrapper__4GQDE{position:relative;display:flex;align-items:flex-end;gap:.8rem;background:transparent}.ChatInterface_sendButton__mZckC{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease;background:var(--primary-color);color:#fff;opacity:1}.ChatInterface_sendButton__mZckC:disabled{opacity:.5;cursor:not-allowed}.ChatInterface_sendButton__mZckC:not(:disabled):hover{transform:translateY(-2px)}@media (max-width:1200px){.ChatInterface_mainContent__EQdNb{padding:0 10%}}@media (max-width:768px){.ChatInterface_pageContainer__UlGlE{height:calc(85vh - 56px)}.ChatInterface_mainContent__EQdNb{width:100%;margin-left:0;padding:0 1rem}.ChatInterface_mainContent__EQdNb.ChatInterface_expanded__kuljp{width:100%;margin-left:0}.ChatInterface_initialView__PbJYe{padding:1rem}.ChatInterface_inputContainer__u4fES,.ChatInterface_messages__r6y_u{padding:.8rem}.ChatInterface_errorMessage__bV7dE{width:90%;font-size:.8rem;padding:.6rem 1rem}}@media (max-height:500px){.ChatInterface_pageContainer__UlGlE{height:100%}}.ChatInterface_dark__SlYZw .ChatInterface_messages__r6y_u{scrollbar-color:hsla(0,0%,100%,.3) transparent}.ChatInterface_dark__SlYZw .ChatInterface_messages__r6y_u::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3)}@media (hover:none){.ChatInterface_messages__r6y_u{-webkit-overflow-scrolling:touch}}.ChatInterface_title__rNpAs{font-size:1.8rem;font-weight:700;margin-bottom:1rem;font-family:Source code pro,serif}.ChatInterface_dark__SlYZw .ChatInterface_title__rNpAs{color:#e5e5e1}.ChatInterface_download__y8Mp9{margin-top:1rem;font-size:18px;cursor:pointer}.ChatInterface_download__y8Mp9:hover{transform:translateY(-4px);transition:.3s ease-in}.ChatInput_inputContainer___s73B{width:100%;max-width:1200px;margin:0 auto;transition:all .3s ease;position:relative}@media screen and (max-width:768px){.ChatInput_controls__3N1c0>div:first-child{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:4px;padding:0}.ChatInput_fileButton__USDIl{width:40px;height:40px;padding:8px;display:flex;align-items:center;justify-content:center}.ChatInput_tooltipContainer__U8cdB{margin:0}.ChatInput_fileButton__USDIl svg{width:24px;height:24px}}.ChatInput_csv__BrVoa{color:hsla(0,0%,100%,.5);margin-top:1rem}.ChatInput_fileCount__tJs0I{font-size:18px;margin-left:10px}.ChatInput_centered__UP9S1{padding:2rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);width:100%;max-width:800px;height:420px}.ChatInput_inputForm__xFtk1{width:100%}.ChatInput_inputWrapper__FsbgI{position:relative;display:flex;flex-direction:column;background:transparent;border-radius:1rem;transition:all .3s ease}.ChatInput_centered__UP9S1 .ChatInput_textarea__A9ecW{min-height:220px;max-height:350px}.ChatInput_textarea__A9ecW{flex:1;padding:.8rem;border-radius:1rem;font-size:.95rem;min-height:220px;line-height:1.5;transition:all .3s ease;border:1px solid transparent;width:100%;background:transparent}.ChatInput_dark__12ace .ChatInput_textarea__A9ecW{color:var(--dark-text);background:hsla(0,0%,100%,.1)}.ChatInput_light__sPBGh .ChatInput_textarea__A9ecW{color:var(--light-text);background:rgba(0,0,0,.05)}.ChatInput_chatView__vmofM .ChatInput_textarea__A9ecW{min-height:100px!important;height:auto!important;max-height:300px!important;padding:.5rem!important;resize:none!important;overflow-y:auto!important;transition:height .2s ease!important}.ChatInput_chatView__vmofM .ChatInput_inputWrapper__FsbgI{padding:.25rem!important}.ChatInput_chatView__vmofM .ChatInput_controls__3N1c0{margin-top:.4rem!important}.ChatInput_chatView__vmofM .ChatInput_hint__hwA0G{display:none!important}.ChatInput_textarea__A9ecW:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(0,122,255,.1)}.ChatInput_chatView__vmofM .ChatInput_controls__3N1c0{justify-content:end}.ChatInput_controls__3N1c0{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.8rem;width:100%;position:relative}.ChatInput_rightControls__mtntq{display:flex;align-items:center;gap:.3rem}.ChatInput_charCount__eM_ji{font-size:.75rem;opacity:.7;transition:all .3s ease}.ChatInput_charCountWarning__Ey0Lk{color:var(--warning-color);opacity:1}@media screen and (max-width:768px){.ChatInput_sendButton__g024D{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;min-height:36px}.ChatInput_sendButton__g024D svg{width:20px!important;height:20px!important;display:block!important;flex-shrink:0;visibility:visible;opacity:1}}.ChatInput_sendButton__g024D{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:#fff;border:none;cursor:pointer;transition:all .3s ease;flex-shrink:0}.ChatInput_light__sPBGh .ChatInput_sendButton__g024D{color:#000}.ChatInput_dark__12ace .ChatInput_sendButton__g024D{color:#fff}.ChatInput_sendButton__g024D:disabled{opacity:.4;cursor:not-allowed;background:var(--disabled-color)}.ChatInput_sendButton__g024D:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.ChatInput_hint__hwA0G{text-align:center;margin-top:.3rem;font-size:.8rem;opacity:.7}.ChatInput_hint1__uFB2b{text-align:center;margin-top:1rem;margin-bottom:.4rem;font-size:.8rem;opacity:.7}.ChatInput_disabled__dwfjr .ChatInput_textarea__A9ecW{cursor:not-allowed;opacity:.7}.ChatInput_dark__12ace .ChatInput_textarea__A9ecW::-moz-placeholder{color:hsla(0,0%,100%,.5)}.ChatInput_dark__12ace .ChatInput_textarea__A9ecW::placeholder{color:hsla(0,0%,100%,.5)}.ChatInput_light__sPBGh .ChatInput_textarea__A9ecW::-moz-placeholder{color:rgba(0,0,0,.5)}.ChatInput_light__sPBGh .ChatInput_textarea__A9ecW::placeholder{color:rgba(0,0,0,.5)}.ChatInput_filePreviewContent__fEHur::-webkit-scrollbar,.ChatInput_modalContent__cYNYP::-webkit-scrollbar{width:8px;height:8px}.ChatInput_filePreviewContent__fEHur::-webkit-scrollbar-track,.ChatInput_modalContent__cYNYP::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:4px}.ChatInput_chatview__8cPXl .ChatInput_noshow__avf8b{display:none}.ChatInput_filePreviewContent__fEHur::-webkit-scrollbar-thumb,.ChatInput_modalContent__cYNYP::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}.ChatInput_filePreviewContent__fEHur::-webkit-scrollbar-thumb:hover,.ChatInput_modalContent__cYNYP::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.4)}.ChatInput_filePreviewContent__fEHur,.ChatInput_modalContent__cYNYP{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) rgba(0,0,0,.1)}@media (max-width:768px){.ChatInput_inputContainer___s73B{padding:.5rem}.ChatInput_hint1__uFB2b{display:none}.ChatInput_centered__UP9S1{padding:1rem}.ChatInput_textarea__A9ecW{font-size:.9rem;padding:.6rem .8rem}.ChatInput_controls__3N1c0{gap:.5rem}.ChatInput_sendButton__g024D{width:32px;height:32px}.ChatInput_hint__hwA0G{font-size:.75rem;margin-top:1rem}}@media (hover:none){.ChatInput_textarea__A9ecW{font-size:16px}}@media (max-height:500px){.ChatInput_centered__UP9S1{padding:1rem}.ChatInput_hint__hwA0G{display:none}}@media (forced-colors:active){.ChatInput_sendButton__g024D{border:1px solid ButtonText}}.ChatInput_expanded__ttb5E .ChatInput_textarea__A9ecW{min-height:200px;max-height:400px}.ChatInput_expandButton__im_ey{background:transparent;border:none;color:inherit;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease}.ChatInput_expandButton__im_ey:hover{opacity:1}.ChatInput_expanded__ttb5E .ChatInput_inputWrapper__FsbgI{background:rgba(0,0,0,.05);padding:.5rem;border-radius:1rem}.ChatInput_dark__12ace .ChatInput_expanded__ttb5E .ChatInput_inputWrapper__FsbgI{background:hsla(0,0%,100%,.05)}.ChatInput_textarea__A9ecW::-webkit-scrollbar{width:8px}.ChatInput_textarea__A9ecW::-webkit-scrollbar-track{background:transparent}.ChatInput_dark__12ace .ChatInput_textarea__A9ecW::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:4px}.ChatInput_light__sPBGh .ChatInput_textarea__A9ecW::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:4px}.ChatInput_textarea__A9ecW::-webkit-scrollbar-thumb:hover{background-color:var(--primary-color)}.ChatInput_fileButton__USDIl{background:transparent;color:var(--primary-color);border:none;cursor:pointer;transition:all .3s ease;flex-shrink:0}.ChatInput_chatView__vmofM .ChatInput_fileButton__USDIl{display:none}.ChatInput_fileButton__USDIl:hover{transform:translateY(-2px);color:var(--primary-color-hover)}.ChatInput_modalOverlay__JJODM{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.ChatInput_uploadModal__34tRQ{position:relative;background:#4f4f4f;border-radius:16px;width:90%;color:#efefef;max-width:600px;max-height:80vh;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.3);display:flex;flex-direction:column;animation:ChatInput_modalFadeIn__m3hac .3s ease}.ChatInput_modalHeader__rn8QA{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.ChatInput_modalHeader__rn8QA h3{margin:0;font-size:1.25rem;font-weight:500;color:#fff}.ChatInput_closeButton__fSWp3{background:transparent;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ChatInput_closeButton__fSWp3:hover{color:#fff;background:hsla(0,0%,100%,.1)}.ChatInput_modalContent__cYNYP{padding:1.5rem;overflow-y:auto;max-height:calc(80vh - 70px)}.ChatInput_dropZone__wJgrB{border:2px dashed hsla(0,0%,100%,.2);border-radius:12px;padding:2.5rem 2rem;text-align:center;background:hsla(0,0%,100%,.03);transition:all .2s ease;cursor:pointer}.ChatInput_dropZone__wJgrB.ChatInput_dragOver__8QteS,.ChatInput_dropZone__wJgrB:hover{border-color:var(--primary-color);background:hsla(0,0%,100%,.05)}.ChatInput_dropZone__wJgrB svg{color:var(--primary-color);margin-bottom:1rem}.ChatInput_dropZoneText__ceOFK{font-size:1.1rem;color:#fff;margin:.5rem 0}.ChatInput_dropZoneSubText__wS937{font-size:.875rem;margin-top:.5rem}.ChatInput_fileList__4MOUk{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.ChatInput_fileBlock__TaKUg{background:hsla(0,0%,100%,.05);border-radius:8px;padding:1rem;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.ChatInput_fileBlock__TaKUg:hover{background:hsla(0,0%,100%,.08)}.ChatInput_fileInfo__6Pi4m{display:flex;flex-direction:column;gap:.25rem;flex:1}.ChatInput_fileName__GyZyP{font-size:.9rem;color:#fff}.ChatInput_fileDetails__8O6CI{font-size:.8rem;color:hsla(0,0%,100%,.5)}.ChatInput_fileActions__GTgvt{display:flex;gap:.5rem}.ChatInput_fileAction__O7kOn{background:transparent;border:none;color:hsla(0,0%,100%,.6);padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.875rem;transition:all .2s ease}.ChatInput_fileAction__O7kOn:hover{background:hsla(0,0%,100%,.1);color:#fff}.ChatInput_fileLoading__BkD7W{display:flex;align-items:center;gap:.75rem;color:hsla(0,0%,100%,.7)}.ChatInput_spinner__nkTaM{animation:ChatInput_spin__FWMIK 1s linear infinite}@keyframes ChatInput_spin__FWMIK{to{transform:rotate(1turn)}}@keyframes ChatInput_modalFadeIn__m3hac{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ChatInput_previewContent__I_Jqn{background:var(--background-dark);width:95%;max-height:90vh;box-shadow:0 8px 32px rgba(0,0,0,.4)}.ChatInput_previewText__P_mvB{max-height:calc(90vh - 70px);font-family:monospace;line-height:1.5}.ChatInput_previewModal__f6or0{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1100}.ChatInput_previewContent__I_Jqn{background:var(--background-dark,#1a1a1a);border-radius:16px;width:90%;max-width:800px;height:90vh;display:flex;flex-direction:column;overflow:hidden}.ChatInput_previewText__P_mvB{flex:1;overflow-y:auto;padding:1.5rem;margin:0;white-space:pre-wrap;word-wrap:break-word;color:hsla(0,0%,100%,.9);font-family:SF Mono,monospace;font-size:.9rem;line-height:1.6}.ChatInput_previewText__P_mvB::-webkit-scrollbar{width:8px}.ChatInput_previewText__P_mvB::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:4px}.ChatInput_previewText__P_mvB::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}.ChatInput_previewText__P_mvB::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.ChatInput_previewText__P_mvB{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) rgba(0,0,0,.2)}.ChatInput_uploadButton__9ShqH{background:transparent;border:none;color:inherit;font-size:1.1rem;padding:.5rem 1rem;margin:.5rem 0;cursor:pointer;transition:all .2s ease}.ChatInput_uploadButton__9ShqH:hover{color:var(--primary-color)}@media (max-width:768px){.ChatInput_uploadButton__9ShqH{font-size:1rem;padding:.75rem}.ChatInput_modalHeader__rn8QA{padding:0}.ChatInput_previewContent__I_Jqn{margin-top:5rem}}.ChatInput_tabContainer__UEGDN{display:flex;gap:1rem;margin-right:auto}.ChatInput_tab__yQwdB{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;color:inherit;cursor:pointer;opacity:.7;transition:all .2s ease;border:none;border-bottom:2px solid transparent}.ChatInput_tab__yQwdB:hover{opacity:1}.ChatInput_activeTab__x9Wfa{opacity:1;border-bottom-color:currentColor}.ChatInput_imagePreview__oASLg{margin-top:1rem;border-radius:.5rem;overflow:hidden}.ChatInput_imageBlock__GlqSc{position:relative;border-radius:.5rem;overflow:hidden;background:rgba(0,0,0,.05)}.ChatInput_previewImage__wEWWV{width:100%;max-height:300px;-o-object-fit:contain;object-fit:contain;display:block}.ChatInput_imageInfo__2NdiL{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:rgba(0,0,0,.7);color:#fff}.ChatInput_deleteImage__2HyEj{position:absolute;top:.5rem;right:.5rem;background:rgba(0,0,0,.7);border:none;color:#fff;padding:.5rem;border-radius:50%;cursor:pointer;transition:all .2s ease}.ChatInput_deleteImage__2HyEj:hover{background:rgba(0,0,0,.9)}.ChatInput_fileCount__tJs0I{font-size:16px;color:var(--primary-color);margin-top:4px}.ChatInput_fileButton__USDIl svg{flex-shrink:0;opacity:.7;color:inherit}.ChatInput_fileButton__USDIl.ChatInput_active__aQsB9 svg{opacity:1;color:#4ade80}.ChatInput_fileButton__USDIl.ChatInput_active__aQsB9:hover svg{color:#16a34a}.ChatInput_tooltipContainer__U8cdB{position:relative;display:inline-block;z-index:100}.ChatInput_tooltip__on7sV{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);background:#000;color:#fff;padding:8px 12px;border-radius:4px;font-size:18px;white-space:nowrap;z-index:101;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.ChatInput_tooltipContainer__U8cdB:hover .ChatInput_tooltip__on7sV{opacity:1;visibility:visible}.ChatInput_tooltip__on7sV:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#000}.ChatInput_fileButton__USDIl:disabled{opacity:.5;cursor:not-allowed}.ChatInput_fileButton__USDIl.ChatInput_hasFiles__gM1MR svg{opacity:1;color:#22c55e}.ChatInput_fileButton__USDIl.ChatInput_active__aQsB9,.ChatInput_fileButton__USDIl.ChatInput_hasFiles__gM1MR{background:rgba(34,197,94,.1);border-radius:50%}.SearchModeModal_modalOverlay___dR2T{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:SearchModeModal_fadeIn__Pe5ve .2s ease}.SearchModeModal_modal__75bpi{background:#2a2a2a;border-radius:16px;width:90%;max-width:420px;color:#efefef;box-shadow:0 8px 32px rgba(0,0,0,.3);animation:SearchModeModal_slideUp__fKj0q .3s ease}.SearchModeModal_modalHeader__KR1av{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.SearchModeModal_modalHeader__KR1av h3{margin:0;font-size:1.25rem;font-weight:500;color:#fff}.SearchModeModal_closeButton__ty4JG{background:transparent;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.SearchModeModal_closeButton__ty4JG:hover{background:hsla(0,0%,100%,.1);color:#fff}.SearchModeModal_modalContent__8s9BK{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.SearchModeModal_modeButton__oygou{display:flex;align-items:center;gap:1.25rem;width:100%;padding:1.25rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;color:inherit;cursor:pointer;text-align:left;transition:all .2s ease}.SearchModeModal_modeButton__oygou:hover{background:hsla(0,0%,100%,.08);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.SearchModeModal_modeButton__oygou svg{flex-shrink:0;color:#4ade80}.SearchModeModal_modeButton__oygou h4{margin:0;font-size:1.1rem;font-weight:500}.SearchModeModal_modeButton__oygou p{margin:.35rem 0 0;font-size:.9rem;opacity:.7;line-height:1.4}@keyframes SearchModeModal_fadeIn__Pe5ve{0%{opacity:0}to{opacity:1}}@keyframes SearchModeModal_slideUp__fKj0q{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.SearchModeModal_modal__75bpi{width:95%;margin:1rem}.SearchModeModal_modalHeader__KR1av{padding:1rem 1.25rem}.SearchModeModal_modalContent__8s9BK{padding:1.25rem}.SearchModeModal_modeButton__oygou{padding:1rem}.SearchModeModal_modeButton__oygou h4{font-size:1rem}.SearchModeModal_modeButton__oygou p{font-size:.85rem}}.AnimatedGlobe_globeIcon__MVX5w{stroke-linecap:round;stroke-linejoin:round}.AnimatedGlobe_globeIcon__MVX5w path animate{animation-timing-function:linear}.AnimatedGlobe_globeIcon__MVX5w:hover path animate{animation-duration:1s!important}.ChatBubble_bubbleWrapper__MDe9f{display:flex;margin:.5rem 0;animation:ChatBubble_fadeIn__Gwk6V .3s ease;max-width:100%;width:100%;contain:paint;transform:translateZ(0);will-change:transform}.ChatBubble_userWrapper__w2IVT{justify-content:flex-end;margin-left:auto}.ChatBubble_assistantWrapper__W_y5p{justify-content:flex-start;margin-right:auto}.ChatBubble_bubble__YYVq2{padding:.8rem 1rem;border-radius:1rem;position:relative;transition:all .3s ease;max-width:90%;overflow:hidden}.ChatBubble_dark__qd7s3.ChatBubble_assistant__RJrny,.ChatBubble_dark__qd7s3.ChatBubble_user__rahK0{background:hsla(0,0%,100%,.1);color:var(--dark-text)}.ChatBubble_light__AP5Ml.ChatBubble_assistant__RJrny,.ChatBubble_light__AP5Ml.ChatBubble_user__rahK0{background:rgba(0,0,0,.05);color:var(--light-text)}.ChatBubble_messageHeader__wZWwW{display:flex;align-items:center;margin-bottom:.4rem;opacity:.7}.ChatBubble_icon__nqVtO{margin-right:.5rem}.ChatBubble_time__rMuoJ{font-size:.75rem}.ChatBubble_content__ma9bI{word-break:break-word;font-size:.95rem;line-height:1.5;max-width:100%;overflow-x:auto;position:relative;overflow-anchor:none;transform:translateZ(0);will-change:transform}.ChatBubble_user__rahK0 .ChatBubble_content__ma9bI{white-space:pre-wrap}.ChatBubble_assistant__RJrny .ChatBubble_content__ma9bI{white-space:normal}.ChatBubble_streamingText__sQBZ_{display:inline;opacity:0;animation:ChatBubble_streamFadeIn__4PKKC .15s ease forwards;overflow-anchor:auto}.ChatBubble_streamingCursor__8Akbo{display:inline-block;width:.5rem;height:1.2rem;background:currentColor;margin-left:2px;animation:ChatBubble_cursorBlink__OlRe3 .8s ease infinite;opacity:.7;vertical-align:middle;transform:translateY(1px)}.ChatBubble_streamingCodeBlock__VlukO{position:relative;background:rgba(0,0,0,.1);border-radius:.5rem;padding:1rem;margin:.5rem 0;overflow:hidden;contain:content}@keyframes ChatBubble_streamFadeIn__4PKKC{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatBubble_cursorBlink__OlRe3{0%,to{opacity:.7}50%{opacity:0}}.ChatBubble_codeWrapper__j05CI{position:relative;margin:.75rem 0;font-size:.8rem;max-width:100%;overflow-x:auto;border-radius:.5rem;border:1px solid hsla(0,0%,50%,.2)}.ChatBubble_codeHeader__bIHXD{display:flex;justify-content:space-between;align-items:center;padding:.4rem .75rem;background:rgba(0,0,0,.15)}.ChatBubble_dark__qd7s3 .ChatBubble_codeHeader__bIHXD{background:hsla(0,0%,100%,.06)}.ChatBubble_light__AP5Ml .ChatBubble_codeHeader__bIHXD{background:rgba(0,0,0,.06)}.ChatBubble_languageTag__SKC17{font-size:.75rem;opacity:.7;text-transform:lowercase}.ChatBubble_copyButton__OpfFp{background:hsla(0,0%,50%,.15);border:none;border-radius:4px;color:inherit;cursor:pointer;padding:4px 6px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease}.ChatBubble_copyButton__OpfFp:hover{opacity:1}.ChatBubble_codeWrapper__j05CI pre{font-size:inherit!important;max-width:100%!important;overflow-x:auto!important;margin:0!important;padding:1rem!important}.ChatBubble_codeWrapper__j05CI code{font-size:inherit!important;white-space:pre!important}.ChatBubble_codeWrapper__j05CI span{font-size:inherit!important}.ChatBubble_codeWrapper__j05CI pre::-webkit-scrollbar{height:8px}.ChatBubble_codeWrapper__j05CI pre::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:4px}.ChatBubble_codeWrapper__j05CI pre::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:4px}.ChatBubble_codeWrapper__j05CI pre::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.4)}.ChatBubble_markdownContent__pS2tC{line-height:1.65}.ChatBubble_mdP__Gdbbo{margin:.5em 0}.ChatBubble_mdP__Gdbbo:first-child{margin-top:0}.ChatBubble_mdP__Gdbbo:last-child{margin-bottom:0}.ChatBubble_mdH1__HNRTL{font-size:1.4em;font-weight:700;margin:1em 0 .5em;line-height:1.3}.ChatBubble_mdH2__di8Lz{font-size:1.25em;font-weight:700;margin:.9em 0 .4em;line-height:1.3}.ChatBubble_mdH3__MBRfO{font-size:1.1em;font-weight:600;margin:.8em 0 .35em;line-height:1.4}.ChatBubble_mdH4__VWAN8{font-size:1em;font-weight:600;margin:.7em 0 .3em}.ChatBubble_mdH5__sTRWL{font-size:.95em;font-weight:600;margin:.6em 0 .25em}.ChatBubble_mdH6__tmAXc{font-size:.9em;font-weight:600;margin:.5em 0 .2em;opacity:.85}.ChatBubble_markdownContent__pS2tC .ChatBubble_mdH1__HNRTL:first-child,.ChatBubble_markdownContent__pS2tC .ChatBubble_mdH2__di8Lz:first-child,.ChatBubble_markdownContent__pS2tC .ChatBubble_mdH3__MBRfO:first-child,.ChatBubble_markdownContent__pS2tC .ChatBubble_mdH4__VWAN8:first-child,.ChatBubble_markdownContent__pS2tC .ChatBubble_mdH5__sTRWL:first-child,.ChatBubble_markdownContent__pS2tC .ChatBubble_mdH6__tmAXc:first-child{margin-top:0}.ChatBubble_mdStrong__kTx2o{font-weight:600}.ChatBubble_mdEm__nN1Ij{font-style:italic}.ChatBubble_mdUl__7GZ0A{margin:.4em 0;padding-left:1.5em;list-style-type:disc}.ChatBubble_mdOl__DGNp0{margin:.4em 0;padding-left:1.5em;list-style-type:decimal}.ChatBubble_mdLi__Pfy4U{margin:.2em 0;line-height:1.55}.ChatBubble_mdLi__Pfy4U>.ChatBubble_mdOl__DGNp0,.ChatBubble_mdLi__Pfy4U>.ChatBubble_mdUl__7GZ0A{margin:.15em 0}.ChatBubble_mdBlockquote__JULvX{margin:.6em 0;padding:.4em .8em;border-left:3px solid hsla(0,0%,50%,.4);background:hsla(0,0%,50%,.06);border-radius:0 .3rem .3rem 0}.ChatBubble_dark__qd7s3 .ChatBubble_mdBlockquote__JULvX{border-left-color:hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.04)}.ChatBubble_light__AP5Ml .ChatBubble_mdBlockquote__JULvX{border-left-color:rgba(0,0,0,.2);background:rgba(0,0,0,.03)}.ChatBubble_mdBlockquote__JULvX .ChatBubble_mdP__Gdbbo{margin:.25em 0}.ChatBubble_inlineCode__CgXMY{font-family:SF Mono,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.85em;padding:.15em .35em;border-radius:4px;background:hsla(0,0%,50%,.15)}.ChatBubble_dark__qd7s3 .ChatBubble_inlineCode__CgXMY{background:hsla(0,0%,100%,.1)}.ChatBubble_light__AP5Ml .ChatBubble_inlineCode__CgXMY{background:rgba(0,0,0,.07)}.ChatBubble_mdLink__Z0txh{color:#3b82f6;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.ChatBubble_mdLink__Z0txh:hover{border-bottom-color:#3b82f6}.ChatBubble_dark__qd7s3 .ChatBubble_mdLink__Z0txh{color:#60a5fa}.ChatBubble_dark__qd7s3 .ChatBubble_mdLink__Z0txh:hover{border-bottom-color:#60a5fa}.ChatBubble_mdTableWrapper__ym6iq{overflow-x:auto;margin:.6em 0;border-radius:.4rem;border:1px solid hsla(0,0%,50%,.2)}.ChatBubble_mdTable__HPCdc{width:100%;border-collapse:collapse;font-size:.88em}.ChatBubble_mdThead__fCyfw{background:hsla(0,0%,50%,.08)}.ChatBubble_dark__qd7s3 .ChatBubble_mdThead__fCyfw{background:hsla(0,0%,100%,.06)}.ChatBubble_light__AP5Ml .ChatBubble_mdThead__fCyfw{background:rgba(0,0,0,.04)}.ChatBubble_mdTh__LFE_Z{padding:.5em .75em;text-align:left;font-weight:600;border-bottom:1px solid hsla(0,0%,50%,.2)}.ChatBubble_mdTd__hqhXJ{padding:.45em .75em;border-bottom:1px solid hsla(0,0%,50%,.1)}.ChatBubble_mdTable__HPCdc tr:last-child .ChatBubble_mdTd__hqhXJ{border-bottom:none}.ChatBubble_mdHr__KlHFw{border:none;border-top:1px solid hsla(0,0%,50%,.25);margin:.8em 0}.ChatBubble_mdImg__r25SL{max-width:100%;height:auto;border-radius:.4rem;margin:.5em 0}.ChatBubble_fileAttachments__j0cXq{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid hsla(0,0%,100%,.1);max-width:100%;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.ChatBubble_fileButton__QwcKr{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:6px;background:hsla(0,0%,100%,.1);border:none;color:inherit;font-size:.875rem;cursor:pointer;transition:all .2s ease;max-width:250px}.ChatBubble_fileButton__QwcKr span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ChatBubble_fileButton__QwcKr:hover{background:hsla(0,0%,100%,.15);transform:translateY(-1px)}.ChatBubble_fileButton__QwcKr svg{flex-shrink:0;opacity:.7}.ChatBubble_filePreviewOverlay__xpSiI{position:flex;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:ChatBubble_fadeIn__Gwk6V .2s ease}.ChatBubble_filePreviewModal__tySrk{background:var(--background-dark,#1a1a1a);border-radius:16px;width:90%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.4);animation:ChatBubble_slideUp__tgtR_ .3s ease}.ChatBubble_filePreviewHeader__QdKUc{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.ChatBubble_filePreviewHeader__QdKUc h3{margin:0;font-size:1.1rem;font-weight:500;color:#fff;max-width:calc(100% - 40px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ChatBubble_closeButton__mpYTC{background:transparent;border:none;color:hsla(0,0%,100%,.6);cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ChatBubble_closeButton__mpYTC:hover{color:#fff;background:hsla(0,0%,100%,.1)}.ChatBubble_filePreviewContent__pQ0gP{padding:2rem;overflow-y:auto;max-height:calc(90vh - 70px);background:rgba(0,0,0,.3);border-radius:0 0 16px 16px}.ChatBubble_pdfContent__e4uKZ{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.95rem;line-height:1.6;color:hsla(0,0%,100%,.9);white-space:pre-wrap;word-wrap:break-word;padding:0 1rem}.ChatBubble_pdfLine__TLkgx{min-height:1.6em;margin:0;padding:.1em 0}.ChatBubble_pdfContent__e4uKZ p:has(+[data-page]){margin-bottom:2em}.ChatBubble_pdfContent__e4uKZ [data-page]{font-weight:600;font-size:1.1em;color:hsla(0,0%,100%,.7);margin:1.5em 0 1em;padding-bottom:.5em;border-bottom:1px solid hsla(0,0%,100%,.1)}.ChatBubble_pdfContent__e4uKZ p{margin:.8em 0}.ChatBubble_pdfContent__e4uKZ p:empty{height:1em}.ChatBubble_filePreviewContent__pQ0gP pre{margin:0;font-family:SF Mono,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.9rem;line-height:1.6;color:hsla(0,0%,100%,.9);white-space:pre-wrap;word-wrap:break-word}.ChatBubble_imageContainer__cd_Zx{margin-bottom:.75rem;max-width:100%;border-radius:.5rem;overflow:hidden;background:rgba(0,0,0,.05);position:relative}.ChatBubble_imageContainer__cd_Zx:hover .ChatBubble_imageActions__nIbxl{opacity:1}.ChatBubble_messageImage__Bv6vl{max-width:100%;max-height:400px;height:auto;display:block;border-radius:.5rem;-o-object-fit:contain;object-fit:contain;margin:0 auto}.ChatBubble_imageActions__nIbxl{position:absolute;top:.5rem;right:.5rem;display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease;background:rgba(0,0,0,.6);padding:.25rem;border-radius:.25rem}.ChatBubble_imageAction__cAamb{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.ChatBubble_imageAction__cAamb:hover{background:hsla(0,0%,100%,.2)}.ChatBubble_dark__qd7s3 .ChatBubble_imageContainer__cd_Zx{background:hsla(0,0%,100%,.1)}.ChatBubble_dark__qd7s3 .ChatBubble_messageImage__Bv6vl{border:1px solid hsla(0,0%,100%,.1)}.ChatBubble_imageLoading__vUCpS{display:flex;align-items:center;justify-content:center;padding:2rem;gap:.5rem;color:var(--text-muted)}.ChatBubble_imageLoading__vUCpS .ChatBubble_spinner__Znlp4{animation:ChatBubble_spin__K0KTK 1s linear infinite}.ChatBubble_citationsSection__bZgR7{margin-bottom:1px;padding-bottom:1px;border-bottom:1px solid hsla(0,0%,50%,.2)}.ChatBubble_dark__qd7s3 .ChatBubble_citationsSection__bZgR7{border-bottom-color:hsla(0,0%,100%,.1)}.ChatBubble_light__AP5Ml .ChatBubble_citationsSection__bZgR7{border-bottom-color:rgba(0,0,0,.1)}.ChatBubble_bubble__YYVq2:has(.ChatBubble_citationsSection__bZgR7){padding-top:1rem}.ChatBubble_citationsSection__bZgR7+.ChatBubble_content__ma9bI{margin-top:.5rem}@keyframes ChatBubble_fadeIn__Gwk6V{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatBubble_slideUp__tgtR_{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatBubble_spin__K0KTK{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.ChatBubble_bubbleWrapper__MDe9f{max-width:90%}.ChatBubble_bubble__YYVq2{padding:.6rem .8rem;margin-top:1.1rem}.ChatBubble_filePreviewModal__tySrk{width:95%;max-height:80vh}.ChatBubble_filePreviewContent__pQ0gP{padding:1.5rem}.ChatBubble_fileButton__QwcKr{max-width:200px}.ChatBubble_imageContainer__cd_Zx{margin-left:-.5rem;margin-right:-.5rem;border-radius:0}.ChatBubble_messageImage__Bv6vl{border-radius:0;max-height:300px}.ChatBubble_imageActions__nIbxl{opacity:1}.ChatBubble_citationsSection__bZgR7{margin-bottom:.8rem;padding-bottom:.6rem}.ChatBubble_bubble__YYVq2:has(.ChatBubble_citationsSection__bZgR7){padding-top:.8rem}.ChatBubble_filePreviewOverlay__xpSiI{position:fixed;top:0;left:0;width:100%;height:100vh;padding:0;display:flex;justify-content:center;align-items:center}.ChatBubble_filePreviewModal__tySrk{width:92%;height:100vh;max-width:92vw;max-height:100vh;margin:0 auto;border-radius:0;display:flex;flex-direction:column;position:relative;left:-4%;transform:translateX(0)}.ChatBubble_filePreviewContent__pQ0gP{width:100%;max-width:100%;padding:1rem;box-sizing:border-box;overflow-x:auto}.ChatBubble_pdfContent__e4uKZ{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.ChatBubble_mdTableWrapper__ym6iq{font-size:.82em}}@media (max-width:380px){.ChatBubble_filePreviewModal__tySrk{width:94%;left:-3%}}@media (min-resolution:192dpi){.ChatBubble_pdfContent__e4uKZ{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.URLContainer_citationsContainer___HRxJ{margin:8px 0 16px;width:100%}.URLContainer_citationsGrid__kS_gN{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;width:100%}.URLContainer_citationCard__Imc_p{position:relative;background-color:var(--card-bg,hsla(0,0%,100%,.8));backdrop-filter:blur(8px);border:1px solid var(--card-border,hsla(0,0%,90%,.8));border-radius:12px;padding:8px;text-decoration:none;color:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden}.URLContainer_citationCard__Imc_p:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:var(--card-border-hover,hsla(0,0%,78%,.8));background-color:var(--card-bg-hover,hsla(0,0%,100%,.95))}.URLContainer_citationCard__Imc_p:hover .URLContainer_externalIcon__dGwCX{opacity:1;transform:translateX(0)}.URLContainer_cardContent__snNCl{display:flex;align-items:flex-start;gap:8px;height:100%}.URLContainer_faviconContainer__cqVi_{flex-shrink:0;width:20px;height:24px;display:flex;align-items:center;justify-content:center}.URLContainer_disclaimer__jh89W{font-size:14px}.URLContainer_nonendorsement__0K1qq{padding:10px;border-radius:18px;display:flex;justify-content:center;align-items:center;margin-top:12px}.URLContainer_faviconWrapper__eCtSU{width:22px;height:22px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--favicon-wrapper-bg,hsla(0,0%,100%,.9));box-shadow:0 2px 4px rgba(0,0,0,.05)}.URLContainer_favicon__5ix47{width:18px;height:18px;-o-object-fit:contain;object-fit:contain}.URLContainer_defaultFavicon__pUzTk{width:24px;height:24px;background-color:var(--favicon-bg,#f0f0f0);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--favicon-color,#666);box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.URLContainer_citationInfo__GgjXm{flex-grow:1;min-width:0;display:flex;flex-direction:column;gap:6px}.URLContainer_title__MFgCH{font-size:.75rem;font-weight:500;color:var(--title-color,#1a1a1a);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.URLContainer_bottomRow__oS8o4{display:flex;align-items:center;justify-content:space-between;gap:8px}.URLContainer_domain___cjGd{font-size:.8rem;color:var(--domain-color,#666);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.URLContainer_externalIcon__dGwCX{flex-shrink:0;opacity:0;transform:translateX(-4px);transition:all .2s ease-in-out;color:var(--icon-color,#666)}.URLContainer_serialNumber__dsx5d{position:absolute;bottom:5px;left:8px;font-size:.7rem;font-weight:700;color:var(--serial-color,rgba(0,0,0,.45));line-height:1;pointer-events:none}.dark .URLContainer_citationCard__Imc_p{--card-bg:rgba(30,30,30,.8);--card-bg-hover:rgba(40,40,40,.95);--card-border:rgba(60,60,60,.8);--card-border-hover:rgba(80,80,80,.8);--favicon-wrapper-bg:rgba(50,50,50,.9);--favicon-bg:#333;--favicon-color:#fff;--title-color:#fff;--domain-color:#999;--icon-color:#999;--serial-color:hsla(0,0%,100%,.45)}@media (max-width:1024px){.URLContainer_citationsGrid__kS_gN{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.URLContainer_citationsGrid__kS_gN{grid-template-columns:1fr}.URLContainer_citationCard__Imc_p{padding:10px}.URLContainer_title__MFgCH{font-size:.85rem}.URLContainer_domain___cjGd{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.URLContainer_citationCard__Imc_p,.URLContainer_externalIcon__dGwCX{transition:none}.URLContainer_citationCard__Imc_p:hover{transform:none}}@media (forced-colors:active){.URLContainer_citationCard__Imc_p,.URLContainer_defaultFavicon__pUzTk{border:1px solid CanvasText}}.LoadingIndicator_loadingWrapper__ObRl9{--hue:223;display:flex;justify-content:center;align-items:center;padding:1rem;margin:.5rem 0;background:transparent}.LoadingIndicator_dark__8DxnH{--primary:rgba(91,151,215,.8);--secondary:rgba(56,132,173,.7);--tertiary:rgba(49,75,129,.75)}.LoadingIndicator_light__W4nCa{--primary:rgba(63,122,166,.75);--secondary:rgba(94,157,186,.7);--tertiary:rgba(135,163,197,.65)}.LoadingIndicator_pl__TvUzT{--dur:2.5s;margin:auto;position:relative;width:8.5em;height:8.5em;animation:LoadingIndicator_spin__hrYfR var(--dur) cubic-bezier(.4,0,.2,1) infinite;filter:drop-shadow(0 0 6px rgba(0,0,0,.05))}.LoadingIndicator_plDot__vQ9Zl{position:absolute;top:calc(50% - .875em);left:calc(50% - .875em);width:1.75em;height:1.75em;transition:transform .3s ease}.LoadingIndicator_plDot__vQ9Zl:nth-child(2n){top:calc(50% - 1em);left:calc(50% - 1em);width:2em;height:2em}.LoadingIndicator_plDotLayer__3P4x0{position:absolute;width:100%;height:100%;animation:LoadingIndicator_scale-down-1__agNE0 var(--dur) cubic-bezier(.4,0,.2,1) infinite;border-radius:50%;mix-blend-mode:normal;transform-origin:50% 100%;opacity:.9;backdrop-filter:blur(3px);transition:background-color .3s ease}.LoadingIndicator_plDot__vQ9Zl:nth-child(2n) .LoadingIndicator_plDotLayer__3P4x0{animation-name:LoadingIndicator_scale-up-1__nRv36;transform:translate(0) scale(.33)}.LoadingIndicator_plDotLayer__3P4x0:first-child{background-color:var(--primary);filter:saturate(.95)}.LoadingIndicator_plDotLayer__3P4x0:nth-child(2){animation-name:LoadingIndicator_scale-down-2__HtQXo;background-color:var(--secondary);transform:translateY(20%) scale(.85);filter:saturate(.9)}.LoadingIndicator_plDot__vQ9Zl:nth-child(2n) .LoadingIndicator_plDotLayer__3P4x0:nth-child(2){animation-name:LoadingIndicator_scale-up-2__l1NW3;transform:translateY(15%) scale(.3)}.LoadingIndicator_plDotLayer__3P4x0:nth-child(3){animation-name:LoadingIndicator_scale-down-3__G_BuJ;background-color:var(--tertiary);transform:translateY(40%) scale(.7);filter:saturate(.85)}.LoadingIndicator_plDot__vQ9Zl:nth-child(2n) .LoadingIndicator_plDotLayer__3P4x0:nth-child(3){animation-name:LoadingIndicator_scale-up-3__Gw_WN;transform:translateY(30%) scale(.27)}.LoadingIndicator_plDot__vQ9Zl:first-child{transform:rotate(0deg) translateY(-3.75em)}.LoadingIndicator_plDot__vQ9Zl:nth-child(2){transform:rotate(-60deg) translateY(-3.75em)}.LoadingIndicator_plDot__vQ9Zl:nth-child(3){transform:rotate(-120deg) translateY(-3.75em)}.LoadingIndicator_plDot__vQ9Zl:nth-child(4){transform:rotate(-180deg) translateY(-3.75em)}.LoadingIndicator_plDot__vQ9Zl:nth-child(5){transform:rotate(-240deg) translateY(-3.75em)}.LoadingIndicator_plDot__vQ9Zl:nth-child(6){transform:rotate(-300deg) translateY(-3.75em)}@keyframes LoadingIndicator_spin__hrYfR{0%{transform:rotate(120deg)}33.33%{transform:rotate(130deg)}66.67%{transform:rotate(255deg)}to{transform:rotate(240deg)}}@keyframes LoadingIndicator_scale-down-1__agNE0{0%,92%,to{transform:translate(0) scale(1)}33%{transform:translateY(-42%) scale(.6)}42%{transform:translate(8%,-42%) scale(.6)}50%{transform:translate(-8%,-42%) scale(.6)}58%{transform:translateY(-42%) scale(.6)}}@keyframes LoadingIndicator_scale-down-2__HtQXo{0%,92%,to{transform:translateY(20%) scale(.85)}33%,58%{transform:translateY(-42%) scale(.6)}}@keyframes LoadingIndicator_scale-down-3__G_BuJ{0%,92%,to{transform:translateY(40%) scale(.7)}33%{transform:translateY(-42%) scale(.6)}42%{transform:translate(-8%,-42%) scale(.6)}50%{transform:translate(8%,-42%) scale(.6)}58%{transform:translateY(-42%) scale(.6)}}@keyframes LoadingIndicator_scale-up-1__nRv36{0%,92%,to{transform:translate(0) scale(.33)}33%{transform:translate(0) scale(1)}42%{transform:translate(8%) scale(1)}50%{transform:translate(-8%) scale(1)}58%{transform:translate(0) scale(1)}}@keyframes LoadingIndicator_scale-up-2__l1NW3{0%,92%,to{transform:translateY(15%) scale(.3)}33%,58%{transform:translate(0) scale(1)}}@keyframes LoadingIndicator_scale-up-3__Gw_WN{0%,92%,to{transform:translateY(30%) scale(.27)}33%{transform:translate(0) scale(1)}42%{transform:translate(-8%) scale(1)}50%{transform:translate(8%) scale(1)}58%{transform:translate(0) scale(1)}}.NewChatButton_newChatButton__CWY4x{position:fixed;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:2rem;border:none;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);font-size:.9rem;z-index:10}.NewChatButton_dark__FU__C{background:hsla(0,0%,100%,.1);color:var(--dark-text)}.NewChatButton_light__yB_0b{background:rgba(0,0,0,.05);color:var(--light-text)}.NewChatButton_newChatButton__CWY4x:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}@media (max-width:768px){.NewChatButton_newChatButton__CWY4x{top:auto;top:1px;right:1px;padding:.5rem .8rem;font-size:.8rem}}.ChatHistorySidebar_sidebar__sqp9A{position:fixed;left:0;top:0;bottom:0;width:260px;transition:all .3s ease;z-index:100;display:flex;flex-direction:column}@media screen and (max-width:768px){.ChatHistorySidebar_collapseButton__Ktw2C svg,.ChatHistorySidebar_expandButton__r1hy6 svg{width:20px!important;height:20px!important;display:block!important;flex-shrink:0;visibility:visible;opacity:1}.ChatHistorySidebar_collapseButton__Ktw2C,.ChatHistorySidebar_expandButton__r1hy6{display:flex;align-items:center;justify-content:center;min-width:20px;min-height:20px}}.ChatHistorySidebar_dark__UsWT7{background:rgba(32,33,35,.9);border-right:1px solid hsla(0,0%,100%,.1)}.ChatHistorySidebar_light__FAyeO{background:hsla(0,0%,100%,.9);border-right:1px solid rgba(0,0,0,.1)}.ChatHistorySidebar_expandButton__r1hy6{position:fixed;left:0;top:50%;transform:translateY(-50%);width:24px;height:48px;border:none;border-radius:0 4px 4px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:all .3s ease}.ChatHistorySidebar_dark__UsWT7.ChatHistorySidebar_expandButton__r1hy6{background:#514f55;color:#fff;border-right:1px solid hsla(0,0%,100%,.1)}.ChatHistorySidebar_light__FAyeO.ChatHistorySidebar_expandButton__r1hy6{background:#514f55;color:#fff;border-right:1px solid rgba(0,0,0,.1)}.ChatHistorySidebar_expandButton__r1hy6:hover{background:var(--primary-color);color:grey}.ChatHistorySidebar_collapseButton__Ktw2C{position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .3s ease;z-index:2}.ChatHistorySidebar_dark__UsWT7 .ChatHistorySidebar_collapseButton__Ktw2C,.ChatHistorySidebar_light__FAyeO .ChatHistorySidebar_collapseButton__Ktw2C{background:#514f55;color:#fff}.ChatHistorySidebar_sidebarHeader__u37_N{padding:1rem;display:flex;align-items:center;gap:.5rem;font-size:.9rem;border-bottom:1px solid hsla(0,0%,50%,.2)}.ChatHistorySidebar_sessionList__dQuHX{flex:1;overflow-y:auto;padding:.5rem;scrollbar-width:thin;scrollbar-color:var(--primary-color) transparent}.ChatHistorySidebar_sessionList__dQuHX::-webkit-scrollbar{width:4px}.ChatHistorySidebar_sessionList__dQuHX::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:2px}.ChatHistorySidebar_sessionItem__2YBOd{padding:.8rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;margin-bottom:.5rem;position:relative;overflow:hidden}.ChatHistorySidebar_dark__UsWT7 .ChatHistorySidebar_sessionItem__2YBOd{background:hsla(0,0%,100%,.05)}.ChatHistorySidebar_light__FAyeO .ChatHistorySidebar_sessionItem__2YBOd{background:rgba(0,0,0,.05)}.ChatHistorySidebar_sessionItem__2YBOd:hover{transform:translateY(-1px)}.ChatHistorySidebar_sessionItem__2YBOd.ChatHistorySidebar_active___hET7{background:var(--primary-color);color:#fff}.ChatHistorySidebar_sessionTime__rgvs7{font-size:.75rem;opacity:.7;margin-bottom:.3rem}.ChatHistorySidebar_sessionTitle__JcDiF{font-weight:500;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem;line-height:1.4}.ChatHistorySidebar_sessionPreview__6C47o{font-size:.8rem;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}@media (max-width:768px){.ChatHistorySidebar_sidebar__sqp9A{transform:translateX(0);transition:transform .3s ease}.ChatHistorySidebar_expandButton__r1hy6{width:20px;height:40px}.ChatHistorySidebar_collapseButton__Ktw2C{width:20px;height:20px;right:-10px}.ChatHistorySidebar_sessionItem__2YBOd{padding:.6rem}.ChatHistorySidebar_sessionTitle__JcDiF{font-size:.85rem}.ChatHistorySidebar_sessionPreview__6C47o{font-size:.75rem}.ChatHistorySidebar_sidebarHeader__u37_N{padding:.8rem;font-size:.85rem}}@media (hover:none){.ChatHistorySidebar_sessionList__dQuHX{-webkit-overflow-scrolling:touch}}@media (hover:hover){.ChatHistorySidebar_collapseButton__Ktw2C:hover,.ChatHistorySidebar_expandButton__r1hy6:hover{transform:translateY(-50%) scale(1.1)}.ChatHistorySidebar_sessionItem__2YBOd:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}}.ChatHistorySidebar_dark__UsWT7 .ChatHistorySidebar_sessionList__dQuHX{scrollbar-color:hsla(0,0%,100%,.3) transparent}.ChatHistorySidebar_dark__UsWT7 .ChatHistorySidebar_sessionList__dQuHX::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3)}.ChatHistorySidebar_collapseButton__Ktw2C,.ChatHistorySidebar_expandButton__r1hy6{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.ChatHistorySidebar_collapseButton__Ktw2C:focus,.ChatHistorySidebar_expandButton__r1hy6:focus,.ChatHistorySidebar_sessionItem__2YBOd:focus{outline:none;box-shadow:0 0 0 2px var(--primary-color)}.ChatHistorySidebar_collapseButton__Ktw2C,.ChatHistorySidebar_expandButton__r1hy6,.ChatHistorySidebar_sessionItem__2YBOd{-webkit-tap-highlight-color:transparent}.ChatHistorySidebar_sessionList__dQuHX::-webkit-scrollbar{width:6px}.ChatHistorySidebar_sessionList__dQuHX::-webkit-scrollbar-track{background:transparent}.ChatHistorySidebar_dark__UsWT7 .ChatHistorySidebar_sessionList__dQuHX::-webkit-scrollbar-thumb{background-color:var(--dark-text);border-radius:3px}.ChatHistorySidebar_light__FAyeO .ChatHistorySidebar_sessionList__dQuHX::-webkit-scrollbar-thumb{background-color:var(--light-text);border-radius:3px}@media screen and (max-width:768px){.ChatHistorySidebar_collapseButton__Ktw2C{width:20px!important;height:24px!important;right:-12px;aspect-ratio:1/1!important;border-radius:25px!important}}.ChatHistorySidebar_loadingContainer__oGh7w{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:.5rem;color:var(--text-secondary)}.ChatHistorySidebar_loadingSpinner__tKM_5{animation:ChatHistorySidebar_spin__2hbeC 1s linear infinite}@keyframes ChatHistorySidebar_spin__2hbeC{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ChatHistorySidebar_emptyContainer__89_l6{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:.5rem;text-align:center}.ChatHistorySidebar_emptyMessage__42vnl{color:var(--text-primary);font-size:1rem;font-weight:500}.ChatHistorySidebar_emptySubmessage__MlrP9{color:var(--text-secondary);font-size:.9rem}.GlobeLoading_loadingWrapper__i_A1_{display:flex;justify-content:center;align-items:center;padding:1rem;margin:.5rem 0}.GlobeLoading_dark__RhnLj,.GlobeLoading_light__BKQg9{background:transparent}.GlobeLoading_container__ZhBcX{display:flex;flex-direction:column;align-items:center;gap:1rem}.GlobeLoading_container__ZhBcX svg{width:100px;height:auto}.GlobeLoading_container__ZhBcX svg circle,.GlobeLoading_container__ZhBcX svg path{stroke-linecap:round;stroke-linejoin:round}.GlobeLoading_loadingText__45nkk{font-size:1rem;font-weight:500;margin-bottom:-10px}.ExplanationModal_modalOverlay__cD9p_{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#4f4f4f);display:flex;justify-content:center;align-items:center;z-index:1000;animation:ExplanationModal_fadeIn__Z6BHp .3s ease}.ExplanationModal_underline__04Ev0{text-decoration:underline;font-weight:700;color:#fff}.ExplanationModal_logotext___jSIt{font-family:source code pro,monospace}.ExplanationModal_modalContent__3qt0S{width:90%;max-width:800px;position:relative;animation:ExplanationModal_slideUp__8EwEg .3s ease;padding:24px;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.2);background-color:#454545}.ExplanationModal_logocontainer__Xskr9{display:flex;justify-content:end;font-family:source code pro,monospace;font-size:28px}.light .ExplanationModal_closeButton___ooFc,.light .ExplanationModal_modalBody__SNOaA,.light .ExplanationModal_modalHeader__mJVBZ h3{color:#dcdcdc}.ExplanationModal_modalHeader__mJVBZ{display:flex;color:#dcdcdc;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid}.ExplanationModal_modalHeader__mJVBZ h3{margin:0;font-size:1.2rem;font-weight:600;font-family:Noto Sans JP,sans-serif}.ExplanationModal_closeButton___ooFc{background:none;border:none;padding:8px;background-color:#6d6d6d;cursor:pointer;border-radius:50%;display:flex;color:#fff;align-items:center;justify-content:center;transition:all .2s ease}.light .ExplanationModal_closeButton___ooFc:hover{background:rgba(0,0,0,.1)}.dark .ExplanationModal_closeButton___ooFc:hover{background:hsla(0,0%,100%,.1)}.ExplanationModal_modalBody__SNOaA{font-size:.9rem;color:#dcdcdc;line-height:1.6;font-family:Roboto,sans-serif}.ExplanationModal_modalBody__SNOaA ul{padding-left:20px;color:#dcdcdc;margin:12px 0}.ExplanationModal_modalBody__SNOaA li{margin:8px 0;color:#dcdcdc}@media (max-width:768px){.ExplanationModal_modalContent__3qt0S{width:95%;max-width:none;padding:16px}.ExplanationModal_modalOverlay__cD9p_{bottom:-8rem}.ExplanationModal_modalHeader__mJVBZ{padding-bottom:8px;margin-bottom:16px}.ExplanationModal_modalHeader__mJVBZ h3{font-size:1.1rem}.ExplanationModal_closeButton___ooFc{padding:6px}}@media (max-width:400px){.ExplanationModal_modalOverlay__cD9p_{bottom:-30rem}}@keyframes ExplanationModal_fadeIn__Z6BHp{0%{opacity:0}to{opacity:1}}@keyframes ExplanationModal_slideUp__8EwEg{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.Settings_settingsContainer__eT_GZ{width:100%;height:100%;margin:0 auto;padding:3rem;z-index:1;position:relative;overflow-y:scroll}.Settings_headerSection__xqSZT{margin-bottom:2rem}.Settings_upgradeButton__R0wnX{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;margin:.25rem 0;background:transparent;border:2px solid}.Settings_lightButton__QxtLn{color:#000;background-color:var(--light-bg);border-color:#000}.Settings_lightButton__QxtLn .Settings_buttonIcon__UmyrI,.Settings_lightButton__QxtLn span{color:#000}.Settings_darkButton__e5tYY{color:var(--dark-text);background-color:var(--dark-bg-navbar);border-color:var(--dark-text)}.Settings_darkButton__e5tYY .Settings_buttonIcon__UmyrI,.Settings_darkButton__e5tYY span{color:var(--dark-text)}.Settings_upgradeButton__R0wnX:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Settings_lightButton__QxtLn:hover{background-color:#000;color:var(--light-bg)}.Settings_lightButton__QxtLn:hover .Settings_buttonIcon__UmyrI,.Settings_lightButton__QxtLn:hover span{color:var(--light-bg)}.Settings_darkButton__e5tYY:hover{background-color:var(--dark-text);color:var(--dark-bg-navbar)}.Settings_darkButton__e5tYY:hover .Settings_buttonIcon__UmyrI,.Settings_darkButton__e5tYY:hover span{color:var(--dark-bg-navbar)}.Settings_title__pXUaq{font-size:2rem;font-weight:600;margin-bottom:1rem;background:linear-gradient(45deg,currentColor,hsla(0,0%,100%,.8));background-clip:text;-webkit-background-clip:text}.Settings_mainContent__kwRfe{display:flex;flex-direction:column;gap:-10px;padding:10px;border-radius:16px;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.03)}.Settings_buttonContainer__9EAIX{display:flex;flex-wrap:wrap;gap:1rem;margin-top:10px;margin-bottom:1rem}.Settings_settingsContainer__eT_GZ::-webkit-scrollbar{width:8px;background-color:transparent}.Settings_settingsContainer__eT_GZ::-webkit-scrollbar-thumb{background-color:currentColor;border-radius:4px;opacity:.5}.Settings_settingsContainer__eT_GZ::-webkit-scrollbar-track{background-color:transparent}.Settings_logoutButton__vpk1U,.Settings_manageAccountButton__X0W5c,.Settings_upgradeButton__R0wnX{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Settings_upgradeButton__R0wnX{background:linear-gradient(45deg,var(--accent-color),var(--accent-color-light));border:none;color:#fff;margin:.1rem 0;font-weight:500}.Settings_buttonIcon__UmyrI{font-size:1.2rem}.Settings_dark__axIxs{background-color:var(--dark-bg);color:var(--dark-text)}.Settings_light__jfuoj{background-color:var(--light-bg);color:var(--light-text)}.Settings_feedbackToast__acHad{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);padding:1rem 2rem;border-radius:8px;background:rgba(0,0,0,.8);color:#fff;z-index:1000}@media (max-width:768px){.Settings_settingsContainer__eT_GZ{padding:1rem}.Settings_buttonContainer__9EAIX{flex-direction:column}.Settings_logoutButton__vpk1U,.Settings_manageAccountButton__X0W5c,.Settings_upgradeButton__R0wnX{width:100%;justify-content:center}}.Settings_mainContent__kwRfe:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.Settings_userInfo__eZ4R_{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border-radius:16px;border:1px solid hsla(0,0%,100%,.1)}.Settings_upgradeButton__R0wnX:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.2),transparent);animation:Settings_shimmer__oyv1L 3s infinite}@keyframes Settings_shimmer__oyv1L{to{left:100%}}.ContactModal_modalOverlay__tRlHA{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.ContactModal_modalContent__8Mu22{background-color:var(--light-bg);color:var(--light-text);padding:2rem;border-radius:8px;max-width:500px;width:90%}.ContactModal_modalContent__8Mu22.ContactModal_dark__giAOs{background-color:var(--dark-bg-navbar);color:var(--dark-text)}.ContactModal_link__3MN72{text-decoration:underline;color:inherit}.ContactModal_closeButton__7BNVI{margin-top:1rem;padding:.5rem 1rem;background-color:var(--light-bg);color:var(--light-text);border:2px solid var(--light-text);border-radius:12px;cursor:pointer;transition:opacity .5s ease}.ContactModal_closeButton__7BNVI:hover{opacity:.6}.ContactModal_closeButton__7BNVI.ContactModal_dark__giAOs{background-color:var(--dark-bg-navbar);color:var(--dark-text);border:2px solid var(--dark-text)}.UserInfo_userInfo__ut0gq{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid hsla(0,0%,100%,.1)}.UserInfo_download__dqZSV{cursor:pointer}.UserInfo_userInfo__ut0gq:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.UserInfo_infoRow__qvjbm{display:flex;align-items:center;margin-bottom:1rem;padding:.5rem;border-radius:8px;background:hsla(0,0%,100%,.03)}.UserInfo_icon__t3MN7{margin-right:.75rem;font-size:1.2rem;color:currentColor;opacity:.8}.UserInfo_label__Aor5Q{font-weight:500;margin-right:.5rem;min-width:100px}.UserInfo_value__5QmzH{flex:1}.UserInfo_supportInfo__UVBz7{margin-top:1.5rem;padding:1rem;border-radius:8px;background:hsla(0,0%,100%,.03);display:flex;align-items:flex-start}.UserInfo_supportText__ps3Ty{flex:1}.UserInfo_supportHeader__cNvtP{margin:0 0 .5rem;color:var(--accent-color)}.UserInfo_supportDetail__T1Z1X,.UserInfo_supportTime__fjPjU{margin:.25rem 0;font-size:.9rem;opacity:.9}.UserInfo_noticeInfo__rM9Q2{margin-top:1rem;padding:1rem;border-radius:8px;background:hsla(0,0%,100%,.03);display:flex;align-items:flex-start}.UserInfo_notice__rA2Nd{margin:0;flex:1;font-size:.9rem;opacity:.9}.UserInfo_errorState__qeG22,.UserInfo_loadingState__sB_7M{padding:1rem;text-align:center;border-radius:8px;background:hsla(0,0%,100%,.03)}@media (max-width:768px){.UserInfo_userInfo__ut0gq{padding:1rem}.UserInfo_infoRow__qvjbm{flex-direction:column;align-items:flex-start}.UserInfo_icon__t3MN7,.UserInfo_label__Aor5Q{margin-bottom:.25rem}}.LoadingDots_loadingContainer__JBT1X{height:100%}.LoadingDots_loadingContainer__JBT1X,.LoadingDots_loadingDots__5_g_q{display:flex;justify-content:center;align-items:center}.LoadingDots_loadingDots__5_g_q div{width:10px;height:10px;margin:0 5px;border-radius:50%;animation:LoadingDots_bounce__ck9HP .5s infinite alternate}.LoadingDots_loadingDots__5_g_q div:nth-child(2){animation-delay:.1s}.LoadingDots_loadingDots__5_g_q div:nth-child(3){animation-delay:.2s}.LoadingDots_dark__29u_t .LoadingDots_loadingDots__5_g_q div{background-color:var(--dark-text)}.LoadingDots_light__TQBKP .LoadingDots_loadingDots__5_g_q div{background-color:var(--light-text)}@keyframes LoadingDots_bounce__ck9HP{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.FileGenModal_modalOverlay__LDEtV{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.FileGenModal_promise__4b2ra{font-size:14px;color:#b0b0b0}.FileGenModal_promiseContainer__eI5yK{padding:12px}.FileGenModal_modal__fxlqP{position:relative;width:90%;max-width:800px;max-height:90vh;border-radius:16px;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.3);animation:FileGenModal_modalFadeIn__SCyDX .3s ease}.FileGenModal_dark__tRxk_{background:#2d2d2d;color:#fff}.FileGenModal_light__0E8IH{background:linen;color:#000}.FileGenModal_modalHeader__asEWf{display:flex;justify-content:space-between;align-items:center;padding:10px;border:none}.FileGenModal_modalHeader__asEWf h2{margin:0;font-size:1.25rem;font-weight:500}.FileGenModal_closeButton__gwSKf{background:transparent;border:none;color:inherit;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.FileGenModal_closeButton__gwSKf:hover{background:hsla(0,0%,50%,.2)}.FileGenModal_modalContent__vNTma{padding:1.5rem;overflow-y:auto}@keyframes FileGenModal_modalFadeIn__SCyDX{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.FileGenModal_selectorContainer__ppqd6{display:flex;justify-content:center;gap:1rem;padding:1px;border:none}.FileGenModal_selectorButton__9EGiN{padding:.5rem 1rem;border:none;border-radius:18px;cursor:pointer;transition:all .2s ease;font-size:.9rem}.FileGenModal_dark__tRxk_ .FileGenModal_selectorButton__9EGiN{background:#3d3d3d;color:#fff}.FileGenModal_light__0E8IH .FileGenModal_selectorButton__9EGiN{background:#f0e0d6;color:#000}.FileGenModal_selectorButton__9EGiN.FileGenModal_active__qkGOf{background:#007bff;color:#fff}.FileGenModal_viewContent__xb0KS{height:calc(90% - 60px);overflow:hidden}.PowerPointView_viewContainer__b53d_{height:100%;padding:1.5rem;overflow-y:auto}.PowerPointView_dark__KHTN6{background:#2d2d2d;color:#fff}.PowerPointView_light__qjhKR{background:linen;color:#000}.ExcelView_viewContainer__emapG{height:100%;width:100%;overflow-y:auto;position:relative}.ExcelView_contentWrapper__b70z0{padding:1.5rem;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.ExcelView_dark__cseYZ{background:#2d2d2d;color:#fff}.ExcelView_light___PpCT{background:linen;color:#000}.ExcelView_inputSection__KiC1v{display:flex;flex-direction:column;gap:1rem;width:100%}.ExcelView_inputHeader__VyDkU{display:flex;gap:1rem;width:100%;align-items:center}.ExcelView_fileNameInput__nyL54{flex:1;padding:.75rem 1rem;border-radius:18px;border:1px solid #ccc;font-size:1rem;transition:border-color .2s}.ExcelView_fileNameInput__nyL54:focus{outline:none;border-color:#007bff}.ExcelView_dataInput__G2bzh{width:100%;min-height:200px;padding:1rem;border-radius:18px;border:1px solid #ccc;resize:vertical;font-family:inherit;font-size:1rem;transition:border-color .2s}.ExcelView_dataInput__G2bzh:focus{outline:none;border-color:#007bff}.ExcelView_button__VD_yL{background-color:#007bff;color:#fff;border:none;border-radius:18px;padding:.75rem 1.5rem;cursor:pointer;font-size:1rem;transition:all .2s;align-self:flex-end;min-width:120px;text-align:center}.ExcelView_button__VD_yL:hover:not(:disabled){background-color:#0056b3}.ExcelView_button__VD_yL:disabled{opacity:.7;cursor:not-allowed}.ExcelView_testButton__NZReu{white-space:nowrap;min-width:200px;background-color:#28a745}.ExcelView_testButton__NZReu:hover:not(:disabled){background-color:#218838}.ExcelView_error__hC7UN{color:#dc3545;padding:.75rem;border-radius:18px;background-color:rgba(220,53,69,.1);margin:1rem 0}.ExcelView_previewSection__O9iAC{display:flex;flex-direction:column;gap:1.5rem;width:100%;margin-top:1rem}.ExcelView_previewInstructions__9_qBa{background-color:rgba(0,123,255,.1);padding:1rem;border-radius:18px;font-size:.95rem;line-height:1.5;color:inherit}.ExcelView_generateButton__rx6K0{margin-top:1rem;align-self:center}.PreviewTable_tableContainer__9ooI6{width:100%;overflow-x:auto;background:hsla(0,0%,100%,.05);border-radius:18px;padding:1rem}.PreviewTable_previewTable__NJPDQ{width:100%;border-collapse:separate;border-spacing:2px}.PreviewTable_previewTable__NJPDQ td,.PreviewTable_previewTable__NJPDQ th{padding:4px;background:hsla(0,0%,100%,.05);border-radius:8px}.PreviewTable_cellInput__vVhQo,.PreviewTable_headerInput__cBM3P{width:100%;padding:.5rem;border:1px solid transparent;border-radius:8px;background:transparent;color:inherit;font-size:.95rem;transition:all .2s}.PreviewTable_headerInput__cBM3P{font-weight:700}.PreviewTable_cellInput__vVhQo:hover,.PreviewTable_headerInput__cBM3P:hover{border-color:rgba(0,123,255,.3)}.PreviewTable_cellInput__vVhQo:focus,.PreviewTable_headerInput__cBM3P:focus{outline:none;border-color:#007bff;background:rgba(0,123,255,.1)}.WordView_viewContainer__mNILz{height:100%;padding:1.5rem;overflow-y:auto}.WordView_dark__JNDBl{background:#2d2d2d;color:#fff}.WordView_light__nXtOh{background:linen;color:#000}.ExcelFunction_container__0hUbS{padding:20px;border-radius:12px;transition:all .3s ease;display:flex;flex-direction:column;gap:20px}.ExcelFunction_dark__P_Qy0{background-color:var(--background-dark);color:var(--text-light)}.ExcelFunction_light__2McAH{background-color:var(--background-light);color:var(--text-dark)}.ExcelFunction_inputSection___RgGC{display:flex;flex-direction:column;gap:16px}.ExcelFunction_inputWrapper__W7_GB{display:flex;gap:12px;width:100%}.ExcelFunction_queryInput__XkrHY{flex:1;height:90px;padding:14px 16px;border-radius:10px;border:1px solid var(--border-color);background:transparent;color:inherit;font-size:14px;resize:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:border-color .2s ease}.ExcelFunction_queryInput__XkrHY:focus{outline:none;border-color:#06f;box-shadow:0 0 0 2px rgba(0,102,255,.1)}.ExcelFunction_sendButton__b2p5V{padding:15 20px;border-radius:10px;border:none;background:#007bff;color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:15px;height:50px;width:110px;font-weight:500;transition:all .2s ease;box-shadow:0 2px 6px rgba(0,102,255,.2)}.ExcelFunction_sendButton__b2p5V:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,102,255,.3)}.ExcelFunction_sendButton__b2p5V:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,102,255,.2)}.ExcelFunction_sendButton__b2p5V:disabled{background:linear-gradient(135deg,#99c2ff,#b3d1ff);cursor:not-allowed;transform:none;box-shadow:none}.ExcelFunction_resultContainer__QKhlk{min-height:48px;padding:14px;border-radius:10px;border:1px solid var(--border-color);background:rgba(0,0,0,.02);transition:all .2s ease}.ExcelFunction_dark__P_Qy0 .ExcelFunction_resultContainer__QKhlk{background:hsla(0,0%,100%,.03)}.ExcelFunction_loaderWrapper__Yl_Wd{display:flex;justify-content:center;align-items:center;min-height:48px}.ExcelFunction_resultContent__h0rtA{display:flex;align-items:center;gap:10px}.ExcelFunction_formula__8jhZ5{flex:1;font-family:Monaco,Consolas,monospace;font-size:16px;padding:8px 12px;background:rgba(0,0,0,.03);border-radius:6px;overflow-x:auto;line-height:1.4}.ExcelFunction_dark__P_Qy0 .ExcelFunction_formula__8jhZ5{background:hsla(0,0%,100%,.05)}.ExcelFunction_copyButton__hRo7D{background:transparent;border:none;cursor:pointer;padding:6px;color:inherit;opacity:.7;transition:all .2s ease;border-radius:6px}.ExcelFunction_copyButton__hRo7D:hover{opacity:1;background:rgba(0,0,0,.05)}.ExcelFunction_dark__P_Qy0 .ExcelFunction_copyButton__hRo7D:hover{background:hsla(0,0%,100%,.05)}.ExcelFunction_copySuccess__ZRLve{color:#22c55e;font-size:13px;font-weight:500}.ExcelFunction_categorySection__v_pE3{display:flex;flex-direction:column;gap:16px}.ExcelFunction_categoryTabs__zawt7{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}.ExcelFunction_categoryTabs__zawt7::-webkit-scrollbar{height:4px}.ExcelFunction_categoryTabs__zawt7::-webkit-scrollbar-track{background:transparent}.ExcelFunction_categoryTabs__zawt7::-webkit-scrollbar-thumb{background-color:var(--text-primary);border-radius:4px;opacity:.5}.ExcelFunction_categoryTab__DIMej{padding:5px 10px;border-radius:16px;border:1px solid var(--border-color);background:transparent;color:inherit;cursor:pointer;transition:all .2s ease;overflow-x:auto;white-space:nowrap;font-size:16px;font-weight:500}.ExcelFunction_categoryTab__DIMej::-webkit-scrollbar{height:4px}.ExcelFunction_categoryTab__DIMej::-webkit-scrollbar-track{background:transparent}.ExcelFunction_categoryTab__DIMej::-webkit-scrollbar-thumb{background-color:var(--text-primary);border-radius:4px;opacity:.5}.ExcelFunction_categoryTab__DIMej:hover{background:rgba(0,102,255,.05);border-color:#06f}.ExcelFunction_categoryTab__DIMej.ExcelFunction_active__b7Pdz{background:#007bff;color:#fff;border-color:transparent;box-shadow:0 2px 6px rgba(0,102,255,.2)}.ExcelFunction_exampleCards__3qXhC{display:flex;gap:12px;overflow-x:auto;padding:4px 4px 12px;scrollbar-color:grey transparent;-webkit-overflow-scrolling:touch}.ExcelFunction_exampleCards__3qXhC::-webkit-scrollbar{height:4px}.ExcelFunction_exampleCards__3qXhC::-webkit-scrollbar-track{background:transparent}.ExcelFunction_exampleCards__3qXhC::-webkit-scrollbar-thumb{background-color:var(--text-primary);border-radius:4px;opacity:.5}.ExcelFunction_exampleCard__LzUIj{flex:0 0 220px;padding:14px;border-radius:10px;border:1px solid var(--border-color);cursor:pointer;transition:all .25s ease;background:rgba(0,0,0,.02);position:relative;overflow:hidden}.ExcelFunction_dark__P_Qy0 .ExcelFunction_exampleCard__LzUIj{background:hsla(0,0%,100%,.03)}.ExcelFunction_exampleCard__LzUIj:hover{transform:translateY(-2px);border-color:#06f;box-shadow:0 4px 12px rgba(0,0,0,.08);background:linear-gradient(135deg,rgba(0,102,255,.03),rgba(0,82,204,.03))}.ExcelFunction_dark__P_Qy0 .ExcelFunction_exampleCard__LzUIj:hover{box-shadow:0 4px 12px rgba(0,0,0,.2);background:linear-gradient(135deg,rgba(0,102,255,.1),rgba(0,82,204,.1))}.ExcelFunction_exampleCard__LzUIj h3{margin:0 0 8px;font-size:16px;font-weight:600;color:inherit}.ExcelFunction_exampleCard__LzUIj p{margin:0;font-size:15px;color:var(--text-secondary);line-height:1.5}.ExcelFunction_quotaInfo__4hKZl{font-size:15px;color:var(--text-secondary);padding:4px;display:flex;align-items:center;justify-content:space-between}.ExcelFunction_freeQuota__NOj_q{display:flex;align-items:center;gap:12px}.ExcelFunction_upgradeButton__PG07m{padding:6px 14px;border-radius:16px;background:linear-gradient(135deg,#06f,#0052cc);color:#fff;border:none;cursor:pointer;font-size:16px;font-weight:500;transition:all .2s ease;box-shadow:0 2px 6px rgba(0,102,255,.2)}.ExcelFunction_upgradeButton__PG07m:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,102,255,.3)}.ExcelFunction_upgradeButton__PG07m:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,102,255,.2)}@media (max-width:640px){.ExcelFunction_container__0hUbS{padding:16px;gap:16px}.ExcelFunction_inputWrapper__W7_GB{gap:8px}.ExcelFunction_queryInput__XkrHY{height:80px;padding:12px}.ExcelFunction_sendButton__b2p5V{padding:0 16px}.ExcelFunction_exampleCard__LzUIj{flex:0 0 180px;padding:12px}.ExcelFunction_categoryTab__DIMej{padding:4px 12px;font-size:12px}}.ExcelLoader_loaderContainer__B7nO6{display:flex;justify-content:center;align-items:center;gap:6px;padding:10px}.ExcelLoader_dot__5z0LY{width:8px;height:8px;background-color:#fff;border-radius:50%;animation:ExcelLoader_bounce__V1wAh .5s ease-in-out infinite}.ExcelLoader_dot__5z0LY:nth-child(2){animation-delay:.1s}.ExcelLoader_dot__5z0LY:nth-child(3){animation-delay:.2s}@keyframes ExcelLoader_bounce__V1wAh{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ImageGenModal_modalOverlay__aS0hx{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000}.ImageGenModal_previewArea__NFIkh{aspect-ratio:1!important;justify-content:center!important}.ImageGenModal_generatedImageContainer__xc1Bb,.ImageGenModal_previewArea__NFIkh{width:100%!important;position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important}.ImageGenModal_generatedImageContainer__xc1Bb{height:100%!important;gap:16px!important;padding-bottom:60px!important}.ImageGenModal_generatedImage__ELV41{max-width:100%!important;max-height:calc(100% - 60px)!important;-o-object-fit:contain!important;object-fit:contain!important;border-radius:8px!important}.ImageGenModal_downloadButton__Njdzm{position:absolute!important;bottom:16px!important;display:flex!important;align-items:center!important;gap:8px!important;z-index:2!important}.ImageGenModal_modalContainer__YCENc{background:#f3f1e9;border-radius:16px;width:90%;max-width:1200px;height:80vh;max-height:800px;position:relative;box-shadow:0 20px 40px rgba(0,0,0,.2)}.ImageGenModal_modalContainer__YCENc.ImageGenModal_dark__OyWez{background:#1c1c1e;color:#fff}.ImageGenModal_modalHeader__C8FCd{position:absolute;top:5px;right:5px;z-index:2}.ImageGenModal_closeButton__XTCqw{background:none;border:none;position:absolute;color:inherit;cursor:pointer;padding:8px;border-radius:50%;display:flex;right:2px;top:2px;align-items:center;justify-content:center;transition:background-color .2s}.ImageGenModal_closeButton__XTCqw:hover{background-color:rgba(0,0,0,.05)}.ImageGenModal_dark__OyWez .ImageGenModal_closeButton__XTCqw:hover{background-color:hsla(0,0%,100%,.1)}.ImageGenModal_modalContent__65ORh{display:flex;height:100%}.ImageGenModal_leftPanel__ErauV{width:40%;display:flex;flex-direction:column;border-right:1px solid rgba(0,0,0,.1)}.ImageGenModal_dark__OyWez .ImageGenModal_leftPanel__ErauV{border-right-color:hsla(0,0%,100%,.1)}.ImageGenModal_inputSection__yHwgQ{height:60%;padding:32px;display:flex;flex-direction:column}.ImageGenModal_title__UqlPX{font-size:24px;font-weight:600;margin-bottom:24px}.ImageGenModal_promptContainer__HxFHU{flex-grow:1}.ImageGenModal_promptInput__J8jaf{width:100%;height:100%;min-height:200px;padding:16px;border-radius:12px;border:1px solid rgba(0,0,0,.1);background-color:rgba(0,0,0,.02);resize:none;font-family:inherit;font-size:16px;line-height:1.5}.ImageGenModal_dark__OyWez .ImageGenModal_promptInput__J8jaf{background-color:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1);color:#fff}.ImageGenModal_promptInput__J8jaf:focus{outline:none;border-color:#06c}.ImageGenModal_controlSection__cBwb3{height:40%;padding:32px;display:flex;flex-direction:column;justify-content:space-between;border-top:1px solid rgba(0,0,0,.1)}.ImageGenModal_dark__OyWez .ImageGenModal_controlSection__cBwb3{border-top-color:hsla(0,0%,100%,.1)}.ImageGenModal_subtitle__7ZDfW{font-size:16px;font-weight:600;margin-bottom:16px}.ImageGenModal_radioGroup__lJ2sK{display:flex;gap:24px}.ImageGenModal_radioLabel__JHoC_{display:flex;align-items:center;cursor:pointer;position:relative}.ImageGenModal_radioInput__xTka7{position:absolute;opacity:0}.ImageGenModal_customRadio__B2Pjp{width:20px;height:20px;border-radius:50%;border:2px solid rgba(0,0,0,.3);margin-right:8px;position:relative;transition:all .2s ease}.ImageGenModal_dark__OyWez .ImageGenModal_customRadio__B2Pjp{border-color:hsla(0,0%,100%,.3)}.ImageGenModal_radioInput__xTka7:checked+.ImageGenModal_customRadio__B2Pjp{border-color:#06c}.ImageGenModal_radioInput__xTka7:checked+.ImageGenModal_customRadio__B2Pjp:after{content:"";position:absolute;width:10px;height:10px;background-color:#06c;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.ImageGenModal_radioText__v0Cd9{font-size:16px}.ImageGenModal_generateButton__kTiOu{background-color:#06c;color:#fff;border:none;border-radius:12px;padding:16px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.ImageGenModal_generateButton__kTiOu:hover{background-color:#05a}.ImageGenModal_rightPanel__Jvg4L{padding:32px;align-items:center;justify-content:center}.ImageGenModal_previewArea__NFIkh{height:100%;gap:16px}.ImageGenModal_previewIcon__sUK2W{color:rgba(0,0,0,.2)}.ImageGenModal_dark__OyWez .ImageGenModal_previewIcon__sUK2W{color:hsla(0,0%,100%,.2)}.ImageGenModal_previewText__AJjyd{font-size:14px;color:rgba(0,0,0,.4)}.ImageGenModal_dark__OyWez .ImageGenModal_previewText__AJjyd{color:hsla(0,0%,100%,.4)}@media (max-width:768px){.ImageGenModal_modalContainer__YCENc{width:100%;height:100%;max-height:none;border-radius:0;display:flex;flex-direction:column}.ImageGenModal_modalContent__65ORh{flex-direction:column;height:100%}.ImageGenModal_leftPanel__ErauV{width:100%;height:auto;border-right:none;border-bottom:1px solid rgba(0,0,0,.1)}.ImageGenModal_dark__OyWez .ImageGenModal_leftPanel__ErauV{border-bottom-color:hsla(0,0%,100%,.1)}.ImageGenModal_inputSection__yHwgQ{height:auto;min-height:200px;padding:24px}.ImageGenModal_title__UqlPX{font-size:20px;margin-top:40px}.ImageGenModal_promptInput__J8jaf{min-height:150px}.ImageGenModal_controlSection__cBwb3{height:auto;padding:24px}.ImageGenModal_rightPanel__Jvg4L{width:100%;height:300px;padding:24px}.ImageGenModal_previewArea__NFIkh{height:100%}.ImageGenModal_radioGroup__lJ2sK{grid-template-columns:1fr;gap:16px}.ImageGenModal_generateButton__kTiOu{margin-top:20px;padding:14px;width:100%}.ImageGenModal_modalOverlay__aS0hx{padding:0}.ImageGenModal_generatedImageContainer__xc1Bb{height:100%;padding:16px 0}.ImageGenModal_generatedImage__ELV41{max-height:calc(100% - 80px);width:100%;-o-object-fit:contain;object-fit:contain}.ImageGenModal_downloadButton__Njdzm{width:100%;justify-content:center;padding:16px;position:relative;bottom:0}.ImageGenModal_errorMessage__5m5o5{position:fixed;bottom:24px;left:16px;right:16px;transform:none;text-align:center;z-index:1001}.ImageGenModal_closeButton__XTCqw{top:16px;right:16px;padding:12px;background-color:rgba(0,0,0,.1)}.ImageGenModal_dark__OyWez .ImageGenModal_closeButton__XTCqw{background-color:hsla(0,0%,100%,.1)}.ImageGenModal_radioLabel__JHoC_{padding:12px 0}.ImageGenModal_customRadio__B2Pjp{width:24px;height:24px}.ImageGenModal_radioInput__xTka7:checked+.ImageGenModal_customRadio__B2Pjp:after{width:12px;height:12px}.ImageGenModal_subtitle__7ZDfW{margin-bottom:20px}.ImageGenModal_modalContainer__YCENc{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.ImageGenModal_title__UqlPX{padding-top:max(40px,env(safe-area-inset-top))}.ImageGenModal_modalContent__65ORh{-webkit-overflow-scrolling:touch;overflow-y:auto;overscroll-behavior-y:contain}}@media (max-width:360px){.ImageGenModal_title__UqlPX{font-size:18px}.ImageGenModal_generateButton__kTiOu,.ImageGenModal_radioText__v0Cd9{font-size:14px}.ImageGenModal_controlSection__cBwb3,.ImageGenModal_inputSection__yHwgQ,.ImageGenModal_rightPanel__Jvg4L{padding:16px}}.ImageGenModal_generatedImageContainer__xc1Bb{gap:16px}.ImageGenModal_generatedImage__ELV41{max-height:calc(100% - 60px)}.ImageGenModal_downloadButton__Njdzm{display:flex;align-items:center;gap:8px;background-color:#06c;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;cursor:pointer;transition:background-color .2s}.ImageGenModal_downloadButton__Njdzm:hover{background-color:#05a}.ImageGenModal_errorMessage__5m5o5{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);background-color:#ff3b30;color:#fff;padding:8px 16px;border-radius:8px;font-size:14px}.ImageGenModal_radioGroup__lJ2sK{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ImageGenModal_quotaInfo__uzaWK{margin:16px 0;font-size:14px;color:#666}.ImageGenModal_dark__OyWez .ImageGenModal_quotaInfo__uzaWK{color:#999}.ImageGenModal_freeQuota__W6W2B{display:flex;align-items:center;justify-content:space-between;gap:12px}.ImageGenModal_upgradeButton__FjkZd{background:#06c;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:14px;cursor:pointer;transition:background-color .2s}.ImageGenModal_upgradeButton__FjkZd:hover{background:#05a}.ImageGenModal_disabled__fHnkS{opacity:.5;cursor:not-allowed}.ImageGenModal_rightPanel__Jvg4L{display:flex;width:60%;height:100%}.ImageGenModal_gallery__ppJkH{width:120px;height:100%;overflow-y:auto;padding:16px;border-left:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:16px}.ImageGenModal_dark__OyWez .ImageGenModal_gallery__ppJkH{border-left-color:hsla(0,0%,100%,.1)}.ImageGenModal_thumbnail__fxB53{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s;position:relative}.ImageGenModal_thumbnail__fxB53:hover{transform:scale(1.05)}.ImageGenModal_thumbnail__fxB53.ImageGenModal_selected__y1aYp{box-shadow:0 0 0 2px #007aff}.ImageGenModal_thumbnail__fxB53 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ImageGenModal_gallery__ppJkH::-webkit-scrollbar{width:6px}.ImageGenModal_gallery__ppJkH::-webkit-scrollbar-track{background:transparent}.ImageGenModal_gallery__ppJkH::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.ImageGenModal_dark__OyWez .ImageGenModal_gallery__ppJkH::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2)}@media (max-width:768px){.ImageGenModal_rightPanel__Jvg4L{flex-direction:column;width:100%}.ImageGenModal_gallery__ppJkH{width:100%;height:100px;overflow-x:auto;overflow-y:hidden;padding:12px;border-left:none;border-bottom:1px solid rgba(0,0,0,.1);flex-direction:row;white-space:nowrap}.ImageGenModal_dark__OyWez .ImageGenModal_gallery__ppJkH{border-bottom-color:hsla(0,0%,100%,.1)}.ImageGenModal_thumbnail__fxB53{width:80px;min-width:80px;height:80px}.ImageGenModal_mainImageSection__xYKVQ{padding:16px}.ImageGenModal_gallery__ppJkH::-webkit-scrollbar{height:6px;width:auto}.ImageGenModal_gallery__ppJkH::-webkit-scrollbar-track{background:transparent}.ImageGenModal_gallery__ppJkH::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.ImageGenModal_dark__OyWez .ImageGenModal_gallery__ppJkH::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2)}}.ImageGenModal_previewArea__NFIkh{width:100%;aspect-ratio:1;position:relative;background-color:rgba(0,0,0,.02);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.ImageGenModal_dark__OyWez .ImageGenModal_previewArea__NFIkh{background-color:hsla(0,0%,100%,.05)}.ImageGenModal_generatedImageContainer__xc1Bb{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.ImageGenModal_generatedImage__ELV41{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px}.ImageGenModal_mainImageSection__xYKVQ{flex:1;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width:768px){.ImageGenModal_mainImageSection__xYKVQ{padding:16px}.ImageGenModal_previewArea__NFIkh{width:100%;max-width:500px;margin:0 auto}}.LoadingAnimation_loadingContainer__cZH8V{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.LoadingAnimation_loadingSpinner__LrGwS{display:inline-block;position:relative;width:80px;height:80px}.LoadingAnimation_loadingSpinner__LrGwS div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:LoadingAnimation_loadingSpinner__LrGwS 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#06c}.LoadingAnimation_loadingSpinner__LrGwS div:first-child{animation-delay:-.45s}.LoadingAnimation_loadingSpinner__LrGwS div:nth-child(2){animation-delay:-.3s}.LoadingAnimation_loadingSpinner__LrGwS div:nth-child(3){animation-delay:-.15s}@keyframes LoadingAnimation_loadingSpinner__LrGwS{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.LoadingAnimation_loadingText__ufOtI{font-size:16px;color:#666}.dark .LoadingAnimation_loadingText__ufOtI{color:#999}.CloseConfirmationModal_overlay__eXphm{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:2000}.CloseConfirmationModal_modal__iXmsq{background:#fff;padding:24px;border-radius:12px;width:90%;max-width:500px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.CloseConfirmationModal_modal__iXmsq.CloseConfirmationModal_dark__oXJNc{background:#1c1c1e;color:#fff}.CloseConfirmationModal_message__ucMUm{margin-bottom:24px;line-height:1.5;text-align:center}.CloseConfirmationModal_buttons__fgTOB{display:flex;justify-content:center;gap:16px}.CloseConfirmationModal_cancelButton__dFEvM,.CloseConfirmationModal_closeButton__NnGrH{padding:12px 24px;border-radius:8px;border:none;cursor:pointer;font-size:14px;transition:background-color .2s}.CloseConfirmationModal_closeButton__NnGrH{background:#ff3b30;color:#fff}.CloseConfirmationModal_closeButton__NnGrH:hover{background:#ff2d55}.CloseConfirmationModal_cancelButton__dFEvM{background:#007aff;color:#fff}.CloseConfirmationModal_cancelButton__dFEvM:hover{background:#06c}.index_pageContainer__o1EGV{width:100%;height:100vh;transition:background-color .3s,color .3s}.index_dark__28cTD{background-color:var(--dark-bg-main);color:var(--dark-text)}.index_light__pZl5U{background-color:var(--light-bg);color:var(--light-text)}