:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #1c6bfe}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html,body{height:100%;width:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-webkit-overflow-scrolling:touch;background-color:#fff}#root{height:100vh;width:100%;background-color:#fff;position:relative;z-index:1}.App{height:100vh;width:100%;position:relative;background-color:#fff;display:flex;flex-direction:column}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1c6bfe;cursor:pointer;transition:border-color .25s;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:44px;min-width:44px}button:hover{border-color:#1c6bfe}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:8px;font-size:16px}@media (prefers-color-scheme: light){:root{color:#fff;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@supports (padding: max(0px)){body{padding-top:max(var(--safe-area-inset-top),0px);padding-bottom:max(var(--safe-area-inset-bottom),0px);padding-left:max(var(--safe-area-inset-left),0px);padding-right:max(var(--safe-area-inset-right),0px)}}._container_xjk9z_1{display:flex;flex-direction:column;height:100vh;background-color:#fff;position:relative}._messagesContainer_xjk9z_9{flex:1;overflow-y:auto;padding:1rem 1rem 12rem;display:flex;flex-direction:column;gap:1rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}._messagesContainer_xjk9z_9::-webkit-scrollbar{display:none}._inputContainer_xjk9z_27{position:fixed;left:0;right:0;bottom:calc(4.9rem + env(safe-area-inset-bottom));background-color:#fff;padding:1rem;border-top:1px solid #f3f4f6;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}@media (min-width: 768px){._container_xjk9z_1{height:100%}._messagesContainer_xjk9z_9{flex:1;overflow-y:auto;padding:1.5rem 1.5rem 8rem}._inputContainer_xjk9z_27{position:fixed;bottom:0;left:0;right:0;padding:1rem;border-top:1px solid #f3f4f6;background-color:#fff;z-index:50}}._messageWrapper_xjk9z_64{display:flex;width:100%}._userMessage_xjk9z_69{justify-content:flex-end}._aiMessage_xjk9z_73{justify-content:flex-start}._messageContent_xjk9z_77{max-width:80%}._messageBubble_xjk9z_81{padding:.75rem 1rem;border-radius:1.5rem}._userBubble_xjk9z_86{background-color:#1c6bfe;color:#fff;border-bottom-right-radius:.5rem}._aiBubble_xjk9z_92{background-color:#f3f4f6;color:#111827;border-bottom-left-radius:.5rem}._messageText_xjk9z_98{font-size:1rem;line-height:1.5}._verseRefs_xjk9z_103{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._verseRef_xjk9z_103{background-color:#fff3;padding:.25rem .5rem;border-radius:.5rem;font-size:.875rem;transition:background-color .2s}._verseRef_xjk9z_103:hover{background-color:#ffffff4d}._timestamp_xjk9z_122{font-size:.75rem;color:#6b7280;margin-top:.25rem;padding:0 .5rem}._typingIndicator_xjk9z_129{display:flex;justify-content:flex-start}._typingBubble_xjk9z_134{background-color:#f3f4f6;padding:.75rem 1rem;border-radius:1.5rem 1.5rem 1.5rem .5rem}._typingDots_xjk9z_141{display:flex;gap:.25rem}._typingDot_xjk9z_141{width:.5rem;height:.5rem;background-color:#6b7280;border-radius:50%;animation:_bounce_xjk9z_1 1s infinite}._typingDot_xjk9z_141:nth-child(2){animation-delay:.1s}._typingDot_xjk9z_141:nth-child(3){animation-delay:.2s}@keyframes _bounce_xjk9z_1{0%,to{transform:translateY(0)}50%{transform:translateY(-.25rem)}}._typingText_xjk9z_174{font-size:.75rem;color:#6b7280;margin-top:.25rem;padding:0 .5rem}._inputForm_xjk9z_181{display:flex;align-items:center;gap:.5rem;width:100%}._input_xjk9z_27{flex:1;min-height:3rem;max-height:8rem;resize:none;background-color:#f9fafb;border:none;border-radius:1.5rem;padding:.75rem 1.5rem;font-size:1rem;color:#111827;box-sizing:border-box}._input_xjk9z_27:focus{background-color:#fff;outline:none;box-shadow:0 0 0 2px #1c6bfe}._sendButton_xjk9z_208{height:3rem;width:3rem;min-width:3rem;border-radius:50%;padding:0;background-color:#1c6bfe;box-shadow:0 4px 6px -1px #0000001a;margin-left:auto;flex-shrink:0}._sendButton_xjk9z_208:disabled{opacity:.5;cursor:not-allowed}._spinner_xjk9z_225{width:1.25rem;height:1.25rem;border:2px solid white;border-top-color:transparent;border-radius:50%;animation:_spin_xjk9z_225 1s linear infinite}@keyframes _spin_xjk9z_225{to{transform:rotate(360deg)}}._sendIcon_xjk9z_240{width:1.25rem;height:1.25rem;color:#fff}._quickActions_xjk9z_246{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem;margin-bottom:.5rem}._quickActionButton_xjk9z_254{padding:.5rem 1rem;background-color:#f9fafb;border-radius:9999px;font-size:.875rem;color:#4b5563;transition:background-color .2s}._quickActionButton_xjk9z_254:hover{background-color:#f3f4f6}._overlay_15614_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;touch-action:none;-webkit-overflow-scrolling:touch;overflow-y:auto}._modal_15614_19{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column}._header_15614_36{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;flex-shrink:0}._iconContainer_15614_44{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center}._icon_15614_44{color:#fff;width:24px;height:24px}._closeButton_15614_60{background:none;border:none;padding:8px;border-radius:8px;cursor:pointer;color:#6b7280;transition:background-color .2s}._closeButton_15614_60:hover{background:#f3f4f6}._content_15614_74{padding:24px 24px 80px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}._title_15614_84{font-size:24px;font-weight:700;color:#111827;margin:0 0 8px;text-align:center}._description_15614_92{color:#6b7280;text-align:center;margin:0 0 24px;line-height:1.5}._usageInfo_15614_99{background:#f9fafb;border-radius:12px;padding:16px;margin-bottom:24px}._usageItem_15614_106{display:flex;align-items:center;gap:8px;margin-bottom:8px}._usageItem_15614_106:last-child{margin-bottom:0}._usageLabel_15614_117{font-weight:500;color:#374151}._usageValue_15614_122{font-weight:600;color:#dc2626}._resetInfo_15614_127{color:#6b7280;font-size:14px}._upgradeOptions_15614_132{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}._option_15614_139{border:2px solid #e5e7eb;border-radius:12px;padding:20px;position:relative;transition:border-color .2s}._option_15614_139:hover{border-color:#d1d5db}._popular_15614_151{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}._popularBadge_15614_156{position:absolute;top:-8px;left:20px;background:#3b82f6;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}._optionHeader_15614_168{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}._optionName_15614_175{font-size:18px;font-weight:600;color:#111827;margin:0}._optionPrice_15614_182{text-align:right}._price_15614_186{font-size:20px;font-weight:700;color:#111827}._period_15614_192{font-size:14px;color:#6b7280}._optionDescription_15614_197{color:#6b7280;margin:0 0 16px;font-size:14px}._features_15614_203{list-style:none;padding:0;margin:0 0 20px}._feature_15614_203{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;color:#374151}._checkmark_15614_218{color:#10b981;font-weight:600}._upgradeButton_15614_223{width:100%;padding:12px 16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff!important}._upgradeButton_15614_223:disabled{color:#fff!important;opacity:.7}._spinner_15614_240{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:_spin_15614_240 1s linear infinite}@keyframes _spin_15614_240{to{transform:rotate(360deg)}}._footer_15614_255{text-align:center;flex-shrink:0;padding-bottom:40px;margin-bottom:20px}._waitButton_15614_265{width:100%;padding:12px 16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px}._waitButton_15614_265:hover{background:#e5e7eb;border-color:#d1d5db}._footerText_15614_285{font-size:12px;color:#9ca3af;margin:0;line-height:1.4}@media (max-width: 640px){._overlay_15614_1{padding:16px}._modal_15614_19{max-height:95vh}._content_15614_74{padding:20px 20px 100px}._footer_15614_255{padding-bottom:50px;margin-bottom:30px}._optionHeader_15614_168{flex-direction:column;align-items:flex-start;gap:8px}._optionPrice_15614_182{text-align:left}}._container_kbre3_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}._formContainer_kbre3_10{width:100%;padding:2rem}@media (min-width: 768px){._container_kbre3_1{background-color:#f8fafc}._formContainer_kbre3_10{max-width:420px;background-color:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;padding:2.5rem}}@media (min-width: 1024px){._formContainer_kbre3_10{max-width:450px;padding:3rem}}._logoContainer_kbre3_40{text-align:center;padding-top:3rem;padding-bottom:4rem}._logo_kbre3_40{margin:0 auto;height:5rem;width:5rem;border-radius:1.5rem;background-color:#1c6bfe;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}._logoInner_kbre3_58{height:2.5rem;width:2.5rem;background-color:#fff;border-radius:1rem}._title_kbre3_65{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}._subtitle_kbre3_72{color:#6b7280;font-size:1.125rem}._toggleContainer_kbre3_77{display:flex;background-color:#f3f4f6;border-radius:16px;padding:4px;margin-bottom:32px;width:100%}._toggleButton_kbre3_86{flex:1;padding:12px 16px;border-radius:12px;font-weight:600;transition:all .2s ease;border:none;cursor:pointer;text-align:center}._activeToggle_kbre3_97{background-color:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}._inactiveToggle_kbre3_103{background-color:transparent;color:#6b7280}._inactiveToggle_kbre3_103:hover{color:#4b5563}._form_kbre3_10{display:flex;flex-direction:column;gap:1.5rem;flex:1;width:100%}._input_kbre3_120{height:3.5rem;font-size:1.125rem;background-color:#f9fafb;border:none;border-radius:1rem;padding:0 1.5rem;color:#111827;width:100%;box-sizing:border-box}._input_kbre3_120:focus{background-color:#fff;outline:none;box-shadow:0 0 0 2px #1c6bfe}._passwordContainer_kbre3_138{position:relative;width:100%}._passwordToggle_kbre3_143{position:absolute;right:1rem;top:50%;transform:translateY(-50%);padding:.5rem;color:#9ca3af;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;outline:none}._passwordToggle_kbre3_143:focus{outline:none}._passwordToggle_kbre3_143:hover{color:#4b5563}._icon_kbre3_167{height:1.25rem;width:1.25rem}._forgotPassword_kbre3_172{display:flex;justify-content:flex-end;margin-top:-.5rem}._forgotPasswordButton_kbre3_178{color:#1c6bfe;font-weight:500;background:none;border:none;cursor:pointer;padding:.25rem;font-size:.875rem;text-align:right}._forgotPasswordButton_kbre3_178:hover{text-decoration:underline}._submitContainer_kbre3_193{padding-top:1rem}._submitButton_kbre3_197{width:100%;height:3.5rem;font-size:1.125rem;font-weight:600;border-radius:1rem;color:#fff;background-color:#1c6bfe;box-shadow:0 10px 15px -3px #0000001a}._loadingContainer_kbre3_208{display:flex;align-items:center;gap:.5rem}._spinner_kbre3_214{width:1.25rem;height:1.25rem;border:2px solid white;border-top-color:transparent;border-radius:50%;animation:_spin_kbre3_214 1s linear infinite}@keyframes _spin_kbre3_214{to{transform:rotate(360deg)}}._terms_kbre3_229{text-align:center;font-size:.875rem;color:#6b7280;padding:0 1rem;line-height:1.5}._termsLink_kbre3_237{font-weight:500;color:#1c6bfe;background:none;border:none;cursor:pointer;padding:0;outline:none;text-decoration:underline;font-size:inherit}._termsLink_kbre3_237:focus{outline:none}._termsLink_kbre3_237:hover{color:#0f56d6}._socialContainer_kbre3_257{padding-top:2rem;padding-bottom:2rem}._divider_kbre3_262{position:relative;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;text-align:center}._divider_kbre3_262:before{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid #e5e7eb}._divider_kbre3_262 span{position:relative;background-color:#fff;padding:0 1rem;color:#6b7280;text-transform:uppercase;font-size:.75rem;font-weight:500;letter-spacing:.05em}._socialButtons_kbre3_291{display:flex;flex-direction:column;gap:1rem}._googleButton_kbre3_297,._appleButton_kbre3_298{width:100%;height:3.5rem;font-size:1.125rem;font-weight:600;border-radius:1rem;display:flex;align-items:center;justify-content:center;gap:.75rem}._googleButton_kbre3_297{border-color:#e5e7eb;background-color:#fff;color:#111827}._googleButton_kbre3_297:hover{background-color:#f9fafb}._googleIcon_kbre3_320{width:1.5rem;height:1.5rem;display:inline-flex;vertical-align:middle}._appleButton_kbre3_298{border-color:#e5e7eb;background-color:#000;color:#fff}._appleButton_kbre3_298:hover{background-color:#111827}._appleIcon_kbre3_337{width:1.5rem;height:1.5rem;display:inline-flex;vertical-align:middle;fill:currentColor}._logoImage_kbre3_345{height:35px;width:35px;margin-right:.5rem;border-radius:.5rem}._logoImgContainer_kbre3_352{display:flex;align-items:center;gap:.5rem}._paywallMessage_kbre3_358{text-align:center;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#1c6bfe,#3b82f6);border-radius:1rem;color:#fff}._paywallIcon_kbre3_367{display:flex;justify-content:center;margin-bottom:1rem;opacity:.9}._paywallTitle_kbre3_374{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#fff}._paywallDescription_kbre3_381{font-size:1rem;line-height:1.6;margin-bottom:1rem;opacity:.95}._pendingMessage_kbre3_388{background:#ffffff1a;border-radius:.75rem;padding:1rem;margin-top:1rem}._pendingMessageLabel_kbre3_395{font-size:.875rem;font-weight:500;margin-bottom:.5rem;opacity:.9}._pendingMessageText_kbre3_402{font-style:italic;font-size:.95rem;line-height:1.4;opacity:.95}._container_9un12_1{height:100%;overflow-y:auto;padding-bottom:1rem}._header_9un12_7{padding:1.5rem 1.5rem 1rem}._headerTitle_9un12_12{display:flex;align-items:center;margin-bottom:.5rem}._headerTitle_9un12_12 h1{font-size:1.5rem;font-weight:700;color:#333;margin-left:.75rem}._headerDescription_9un12_25{color:#666}._featuredSection_9un12_29{padding:0 1.5rem;margin-bottom:2rem}._sectionTitle_9un12_34{font-size:1.125rem;font-weight:600;color:#333;margin-bottom:1rem}._featuredGrid_9un12_41{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 768px){._featuredGrid_9un12_41{grid-template-columns:1fr 1fr}._container_9un12_1{padding-top:.5rem}}._featuredCard_9un12_57{padding:1rem;border-radius:1rem;text-align:left;transition:box-shadow .2s;cursor:pointer;border:none;width:100%}._featuredCard_9un12_57:hover{box-shadow:0 4px 6px #0000001a}._blueGradient_9un12_71{background-image:linear-gradient(to right,#e6f0ff,#eef2ff)}._purpleGradient_9un12_75{background-image:linear-gradient(to right,#f5f3ff,#fdf2ff)}._cardContent_9un12_79{display:flex;align-items:center}._cardIcon_9un12_84{margin-right:.75rem;color:#1c6bfe}._cardTitle_9un12_89{font-weight:500;color:#333;margin:0}._cardDescription_9un12_95{font-size:.875rem;color:#666;margin:0}._categoriesSection_9un12_101{padding:0 1.5rem}._categoryContainer_9un12_105{margin-bottom:1.5rem}._categoryHeader_9un12_109{display:flex;align-items:center;margin-bottom:.75rem}._categoryIcon_9un12_115{color:#1c6bfe;margin-right:.75rem}._categoryTitle_9un12_120{font-size:1.125rem;font-weight:600;color:#333}._promptsList_9un12_126{display:flex;flex-direction:column;gap:.5rem}._promptButton_9un12_132{width:100%;padding:.75rem;background-color:#f9f9f9;border-radius:.75rem;text-align:left;color:#444;transition:background-color .2s;cursor:pointer;border:none}._promptButton_9un12_132:hover{background-color:#f0f0f0}._spacer_9un12_148{height:2rem}._container_8jvyi_1{height:100%;overflow-y:auto;padding-bottom:1rem}@media (min-width: 768px){._container_8jvyi_1{padding-top:.5rem}}._profileHeader_8jvyi_13{padding:1.5rem;text-align:center}._avatarContainer_8jvyi_18{width:6rem;height:6rem;background-color:#e5e7eb;border-radius:9999px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}._avatarIcon_8jvyi_29{width:3rem;height:3rem;color:#9ca3af}._userName_8jvyi_35{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.25rem}._userEmail_8jvyi_42{color:#6b7280;margin-bottom:1rem}._planBadge_8jvyi_47{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#e6f0ff;border-radius:9999px}._planText_8jvyi_55{font-size:.875rem;font-weight:500;color:#1c6bfe}._statsSection_8jvyi_61{padding:0 1.5rem;margin-bottom:1.5rem}._statsGrid_8jvyi_66{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}._statCard_8jvyi_72{text-align:center;padding:1rem;background-color:#f9fafb;border-radius:1rem}._statValue_8jvyi_79{font-size:1.5rem;font-weight:700;color:#111827}._statLabel_8jvyi_85{font-size:.875rem;color:#6b7280}._menuSection_8jvyi_90{padding:0 1.5rem;display:flex;flex-direction:column;gap:.5rem}._menuItem_8jvyi_97{width:100%;padding:1rem;border-radius:1rem;text-align:left;transition:all .2s;border:none;cursor:pointer}._regularItem_8jvyi_107{background-color:#fff;border:1px solid #f3f4f6}._regularItem_8jvyi_107:hover{box-shadow:0 4px 6px #0000000d}._highlightedItem_8jvyi_116{background-image:linear-gradient(to right,#e6f0ff,#eef2ff)}._highlightedItem_8jvyi_116:hover{box-shadow:0 4px 6px #0000000d}._menuItemContent_8jvyi_124{display:flex;align-items:center;gap:1rem}._iconContainer_8jvyi_130{width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}._regularIcon_8jvyi_139{background-color:#f9fafb}._highlightedIcon_8jvyi_143{background-color:#fff;box-shadow:0 1px 2px #0000000d}._menuIcon_8jvyi_148{width:1.25rem;height:1.25rem}._menuTextContainer_8jvyi_153{flex:1}._menuTitle_8jvyi_157{font-weight:500;color:#111827;margin:0}._menuSubtitle_8jvyi_163{font-size:.875rem;color:#6b7280;margin:0}._logoutButton_8jvyi_169{width:100%;padding:1rem;border-radius:1rem;text-align:left;background-color:#fee2e2;border:none;cursor:pointer;margin-top:1.5rem;transition:background-color .2s}._logoutButton_8jvyi_169:hover{background-color:#fecaca}._logoutIconContainer_8jvyi_185{width:2.5rem;height:2.5rem;border-radius:9999px;background-color:#fff;display:flex;align-items:center;justify-content:center}._logoutIcon_8jvyi_185{width:1.25rem;height:1.25rem;color:#ef4444}._logoutTitle_8jvyi_201{font-weight:500;color:#dc2626;margin:0}._logoutSubtitle_8jvyi_207{font-size:.875rem;color:#ef4444;margin:0}._spacer_8jvyi_213{height:2rem}._avatarImage_8jvyi_217{width:100%;height:100%;border-radius:9999px;object-fit:cover}._activeItem_8jvyi_224{background-color:#f0f7ff;border:1px solid #e6f0ff}._activeItem_8jvyi_224:hover{box-shadow:0 4px 6px #0000000d}._activeIcon_8jvyi_233{background-color:#e6f0ff}._languageSelector_8jvyi_237{display:flex;gap:.25rem}._languageButton_8jvyi_242{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;border:1px solid #e5e7eb;color:#1c6bfe;background-color:transparent;cursor:pointer;transition:all .2s}._languageButton_8jvyi_242:hover{background-color:#f3f4f6}._activeLanguage_8jvyi_258{background-color:#1c6bfe;color:#fff;border-color:#1c6bfe}._activeLanguage_8jvyi_258:hover{background-color:#3b46b3}._infoValue_8jvyi_268{color:#1c6bfe}._settingButton_8jvyi_272{background-color:#1c6bfe;color:#fff;border-color:#1c6bfe}._settingButton_8jvyi_272:hover{background-color:#1557d6}._toggleContainer_8jvyi_282{display:flex;align-items:center;margin-left:auto}._toggleSwitch_8jvyi_288{position:relative;width:50px;height:24px;cursor:pointer}._toggleSwitch_8jvyi_288 input[type=checkbox]{opacity:0;width:0;height:0}._toggleSlider_8jvyi_301{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#e5e7eb;border-radius:12px;transition:background-color .3s ease}._toggleSlider_8jvyi_301:before{content:"";position:absolute;height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}._toggleSwitch_8jvyi_288 input:checked+._toggleSlider_8jvyi_301{background-color:#1c6bfe}._toggleSwitch_8jvyi_288 input:checked+._toggleSlider_8jvyi_301:before{transform:translate(26px)}._toggleSwitch_8jvyi_288 input:disabled+._toggleSlider_8jvyi_301{opacity:.5;cursor:not-allowed}._toggleSwitch_8jvyi_288 input:focus+._toggleSlider_8jvyi_301{box-shadow:0 0 0 2px #1c6bfe33}._overlay_j4fl6_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_j4fl6_15{background-color:#fff;border-radius:1rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}._header_j4fl6_25{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #f3f4f6}._headerContent_j4fl6_33{display:flex;align-items:center;gap:.75rem}._headerIcon_j4fl6_39{width:1.5rem;height:1.5rem;color:#1c6bfe}._title_j4fl6_45{font-size:1.25rem;font-weight:600;color:#111827;margin:0}._closeButton_j4fl6_52{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;color:#6b7280;transition:all .2s}._closeButton_j4fl6_52:hover{background-color:#f3f4f6;color:#374151}._content_j4fl6_67{padding:1.5rem}._description_j4fl6_71{color:#6b7280;margin-bottom:1.5rem;margin-top:0}._optionsContainer_j4fl6_77{display:flex;flex-direction:column;gap:.75rem}._optionButton_j4fl6_83{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.75rem;background-color:#fff;cursor:pointer;transition:all .2s;text-align:left;width:100%}._optionButton_j4fl6_83:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}._dangerOption_j4fl6_102:hover{border-color:#fca5a5;background-color:#fef2f2}._optionIcon_j4fl6_107{width:2.5rem;height:2.5rem;border-radius:.5rem;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#1c6bfe}._dangerIcon_j4fl6_118{background-color:#fee2e2;color:#ef4444}._optionContent_j4fl6_123{flex:1}._optionTitle_j4fl6_127{font-size:1rem;font-weight:500;color:#111827;margin:0 0 .25rem}._optionSubtitle_j4fl6_134{font-size:.875rem;color:#6b7280;margin:0}._infoBox_j4fl6_140{background-color:#f0f9ff;border:1px solid #e0f2fe;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}._infoText_j4fl6_148{color:#0c4a6e;margin:0;font-size:.875rem}._warningBox_j4fl6_154{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;display:flex;gap:.75rem}._warningIcon_j4fl6_164{width:1.25rem;height:1.25rem;color:#ef4444;flex-shrink:0;margin-top:.125rem}._warningTitle_j4fl6_172{font-size:.875rem;font-weight:600;color:#991b1b;margin:0 0 .25rem}._warningText_j4fl6_179{font-size:.875rem;color:#991b1b;margin:0}._formGroup_j4fl6_185{margin-bottom:1rem}._label_j4fl6_189{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}._input_j4fl6_197{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s;box-sizing:border-box}._input_j4fl6_197:focus{outline:none;border-color:#1c6bfe;box-shadow:0 0 0 3px #1c6bfe1a}._actions_j4fl6_213{display:flex;gap:.75rem;margin-top:1.5rem}._cancelButton_j4fl6_219{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_j4fl6_219:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}._cancelButton_j4fl6_219:disabled{opacity:.5;cursor:not-allowed}._primaryButton_j4fl6_241{flex:1;padding:.75rem 1rem;border:none;border-radius:.5rem;background-color:#1c6bfe;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}._primaryButton_j4fl6_241:hover:not(:disabled){background-color:#1557d6}._primaryButton_j4fl6_241:disabled{opacity:.5;cursor:not-allowed}._dangerButton_j4fl6_262{flex:1;padding:.75rem 1rem;border:none;border-radius:.5rem;background-color:#ef4444;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}._dangerButton_j4fl6_262:hover:not(:disabled){background-color:#dc2626}._dangerButton_j4fl6_262:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){._overlay_j4fl6_1{padding:.5rem}._header_j4fl6_25,._content_j4fl6_67{padding:1rem}._actions_j4fl6_213{flex-direction:column}}._fullPageContainer_1ps9k_2{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;overflow:hidden}._scrollableContent_1ps9k_14{height:100vh;overflow-y:auto;overflow-x:hidden;padding:20px 20px 120px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}._header_1ps9k_27{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-top:env(safe-area-inset-top,20px);gap:16px}._title_1ps9k_37{font-size:28px;font-weight:700;color:#1f2937;margin:0;flex:1}._closeButtonPlanSelector_1ps9k_47{background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#374151;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;flex-shrink:0}._closeButtonPlanSelector_1ps9k_47:hover{background:#f9fafb;color:#1f2937;border-color:#9ca3af;transform:scale(1.05)}._closeButtonPlanSelector_1ps9k_47:active{transform:scale(.95);background:#f3f4f6}._closeButtonPlanSelector_1ps9k_47 svg{width:24px!important;height:24px!important;stroke-width:2.5!important;color:#374151!important;fill:none!important;stroke:#374151!important}._plansGrid_1ps9k_90{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1200px;margin:0 auto 40px}._planCard_1ps9k_99{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;position:relative;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;min-height:400px}._planCard_1ps9k_99:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}._planCard_1ps9k_99._popular_1ps9k_117{border:2px solid #3b82f6;transform:scale(1.02)}._planCard_1ps9k_99._current_1ps9k_123{border:2px solid #10b981}._popularBadge_1ps9k_128{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;display:flex;align-items:center;gap:4px}._currentBadge_1ps9k_145{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#10b981;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600}._scheduledBadge_1ps9k_159{background-color:#fef3c7;color:#92400e;font-size:.75rem;font-weight:500;padding:4px 8px;border-radius:8px;max-width:140px;text-align:center;margin:8px auto 12px}._helperNote_1ps9k_172{margin-top:8px;font-size:.75rem;color:#6b7280;text-align:center;line-height:1.3}._planHeader_1ps9k_181{text-align:center;margin-bottom:24px}._planName_1ps9k_186{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px}._planPrice_1ps9k_193{margin-bottom:12px}._price_1ps9k_197{font-size:36px;font-weight:800;color:#1f2937}._freePrice_1ps9k_203{font-size:36px;font-weight:800;color:#10b981}._period_1ps9k_209{font-size:16px;color:#6b7280;font-weight:500}._planDescription_1ps9k_215{color:#6b7280;font-size:14px;margin:0}._features_1ps9k_222{flex:1;margin-bottom:24px}._feature_1ps9k_222{display:flex;align-items:center;gap:8px;margin-bottom:12px}._checkIncluded_1ps9k_234{color:#10b981;flex-shrink:0}._checkExcluded_1ps9k_239{color:#d1d5db;flex-shrink:0}._featureIncluded_1ps9k_244{color:#374151;font-size:14px}._featureExcluded_1ps9k_249{color:#9ca3af;font-size:14px}._selectButton_1ps9k_255{width:100%;padding:14px 20px;border-radius:12px;border:none;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}._selectButton_1ps9k_255:not(._currentButton_1ps9k_270):not(._popularButton_1ps9k_270){background:#f9fafb;color:#374151;border:1px solid #e5e7eb}._selectButton_1ps9k_255:not(._currentButton_1ps9k_270):not(._popularButton_1ps9k_270):hover{background:#f3f4f6;border-color:#d1d5db}._popularButton_1ps9k_270{background:#3b82f6;color:#fff}._popularButton_1ps9k_270:hover{background:#2563eb}._currentButton_1ps9k_270{background:#10b981;color:#fff;cursor:not-allowed}._selectButton_1ps9k_255:disabled{opacity:.6;cursor:not-allowed}._spinning_1ps9k_302{animation:_spin_1ps9k_302 1s linear infinite}@keyframes _spin_1ps9k_302{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._legalSection_1ps9k_317{max-width:600px;margin:40px auto;text-align:center;padding:24px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px}._footerText_1ps9k_328{color:#6b7280;font-size:14px;margin:0 0 20px;line-height:1.5}._legalLinks_1ps9k_335{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}._legalLink_1ps9k_335{display:flex;align-items:center;gap:4px;color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;padding:8px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff}._legalLink_1ps9k_335:hover{color:#374151;background:#f3f4f6;border-color:#d1d5db}@media (max-width: 768px){._scrollableContent_1ps9k_14{padding:16px}._plansGrid_1ps9k_90{grid-template-columns:1fr;gap:16px}._planCard_1ps9k_99{padding:20px;min-height:auto}._legalLinks_1ps9k_335{flex-direction:column;gap:12px}._legalLink_1ps9k_335{justify-content:center}._closeButtonPlanSelector_1ps9k_47{width:44px;height:44px;border-width:2px}._closeButtonPlanSelector_1ps9k_47 svg{width:22px!important;height:22px!important;stroke-width:2.5!important}._title_1ps9k_37{font-size:24px}._header_1ps9k_27{gap:12px}}@supports (padding-top: env(safe-area-inset-top)){._scrollableContent_1ps9k_14{padding-bottom:calc(120px + env(safe-area-inset-bottom))}}@media (prefers-contrast: high){._closeButtonPlanSelector_1ps9k_47{border-color:#374151;color:#374151}._closeButtonPlanSelector_1ps9k_47:hover{background:#374151;color:#fff}}._container_1bl24_1{height:100%;overflow-y:auto;padding:1.5rem;padding-bottom:120px}@media (min-width: 768px){._container_1bl24_1{padding-top:.5rem}}@media (max-width: 768px){._container_1bl24_1{padding:.5rem .5rem 1rem}}._header_1bl24_25{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:.5rem 0}._backButton_1bl24_33{all:unset;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f9fafb!important;border:1px solid #f3f4f6!important;border-radius:12px!important;cursor:pointer;transition:all .2s ease;box-sizing:border-box}._backButton_1bl24_33:hover{background-color:#f3f4f6!important;transform:translateY(-1px)}._title_1bl24_53{font-size:1.5rem;font-weight:600;color:#111827;margin:0}._refreshButton_1bl24_60{all:unset;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f9fafb!important;border:1px solid #f3f4f6!important;border-radius:12px!important;cursor:pointer;transition:all .2s ease;box-sizing:border-box}._refreshButton_1bl24_60:hover:not(:disabled){background-color:#f3f4f6!important;transform:translateY(-1px)}._refreshButton_1bl24_60:disabled{opacity:.6;cursor:not-allowed}._spinning_1bl24_85{animation:_spin_1bl24_85 1s linear infinite}@keyframes _spin_1bl24_85{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingContainer_1bl24_99{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#6b7280}._spinningIcon_1bl24_108{margin-bottom:1rem;animation:_spin_1bl24_85 1s linear infinite}._errorBanner_1bl24_113{display:flex;align-items:center;gap:.5rem;background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:1rem;margin-bottom:1rem;font-size:.875rem}._currentPlanContainer_1bl24_127{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d}@media (max-width: 768px){._currentPlanContainer_1bl24_127{border:none;border-radius:0;box-shadow:none;padding:1rem;margin-bottom:1rem}}._currentPlanTitle_1bl24_151{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 1rem}._separator_1bl24_158{width:100%;height:1px;background-color:#f3f4f6;margin-bottom:1.5rem}._planRow_1bl24_165{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}._planMainRow_1bl24_172,._planSubRow_1bl24_178{display:flex;justify-content:space-between;align-items:center}._planName_1bl24_184{font-size:1.25rem;font-weight:600;color:#111827;margin:0;text-transform:capitalize}._planPrice_1bl24_192{font-size:1.25rem;font-weight:600;color:#1c6bfe;margin:0}._planSubtitle_1bl24_200,._priceUnit_1bl24_207{font-size:.875rem;font-weight:400;color:#6b7280;margin:0}@media (max-width: 768px){._planName_1bl24_184,._planPrice_1bl24_192{font-size:1.125rem}._planSubtitle_1bl24_200,._priceUnit_1bl24_207{font-size:.8rem}}._renewalInfo_1bl24_230{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem}._renewalLabel_1bl24_238{color:#6b7280}._renewalDate_1bl24_242{color:#111827;font-weight:500}@media (max-width: 768px){._renewalInfo_1bl24_230{flex-direction:column;align-items:flex-start;gap:.25rem}}._upgradeButton_1bl24_255{all:unset;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:linear-gradient(to right,#1c6bfe,#0ea5e9);color:#fff;border-radius:1rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem;box-sizing:border-box}._upgradeButton_1bl24_255:hover{background:linear-gradient(to right,#1557d6,#0284c7);transform:translateY(-1px)}._usageSection_1bl24_280{margin-top:0}._usageTitle_1bl24_284{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1rem}._usageItem_1bl24_291{margin-bottom:1rem}._usageItem_1bl24_291:last-child{margin-bottom:0}._usageSubtitle_1bl24_299{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}._usageRow_1bl24_306{display:flex;align-items:center;gap:1rem}._usageCount_1bl24_312{font-size:1rem;font-weight:600;color:#111827;min-width:80px}._progressBar_1bl24_319{flex:1;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}._progressFill_1bl24_327{height:100%;transition:width .3s ease;border-radius:4px}._featuresCard_1bl24_334{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d}@media (max-width: 768px){._featuresCard_1bl24_334{border:none;border-radius:0;box-shadow:none;padding:1rem;margin-bottom:1rem}}._sectionTitle_1bl24_358{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1rem}._featuresList_1bl24_365{display:flex;flex-direction:column;gap:.75rem}._featureItem_1bl24_371{display:flex;align-items:center;gap:.75rem}._featureIcon_1bl24_377{display:flex;align-items:center;justify-content:center;width:24px;height:24px}._featureText_1bl24_385{font-size:.875rem;color:#111827}._featureDisabled_1bl24_390{color:#6b7280;text-decoration:line-through}._pendingChangeBanner_1bl24_395{margin-top:12px;margin-bottom:16px;padding:10px 14px;background-color:#fff7ed;border:1px solid #fdba74;border-radius:8px;font-size:.9rem;color:#b45309}._legalSection_1bl24_407{max-width:600px;margin:40px auto;text-align:center;padding:24px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px}._footerText_1bl24_418{color:#6b7280;font-size:14px;margin:0 0 20px;line-height:1.5}._legalLinks_1bl24_425{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}._legalLink_1bl24_425{display:flex;align-items:center;gap:4px;color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;padding:8px 12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff}._legalLink_1bl24_425:hover{color:#374151;background:#f3f4f6;border-color:#d1d5db}@media (max-width: 768px){._container_1bl24_1{padding-bottom:100px}._legalSection_1bl24_407{margin:20px auto;padding:20px}._legalLinks_1bl24_425{flex-direction:column;gap:12px}._legalLink_1bl24_425{justify-content:center}}._container_myk24_1{display:flex;flex-direction:column;height:100%;padding:1rem 1rem 1.5rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media (min-width: 768px){._container_myk24_1{padding-top:1.5rem}}._title_myk24_18{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}._conversationList_myk24_25{list-style:none;padding:0;margin:0;overflow-y:auto;flex-grow:1}._conversationItem_myk24_33{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s}._conversationItem_myk24_33:hover{background-color:#f5f5f5}._conversationInfo_myk24_47{flex:1;overflow:hidden}._conversationTitle_myk24_52{margin:0 0 .25rem;font-size:1rem;font-weight:500}._conversationPreview_myk24_58{margin:0;font-size:.875rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._conversationTime_myk24_67{font-size:.75rem;color:#999;margin-left:1rem}._newChatButton_myk24_73{background-color:#1c6bfe;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:1rem}._newChatButton_myk24_73:hover{background-color:#1557d6}._loading_myk24_90{display:flex;align-items:center;justify-content:center;height:100%;color:#666}._empty_myk24_98{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-style:italic}._loadingContainer_myk24_107{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem}._spinner_myk24_116{animation:_spin_myk24_116 1s linear infinite;width:2rem;height:2rem;margin-bottom:1rem}._header_myk24_123{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._headerActions_myk24_130{display:flex;align-items:center;gap:.5rem}._liveIndicator_myk24_136{font-size:.75rem;color:#10b981;font-weight:500}._refreshButton_myk24_142{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;color:#6b7280;transition:color .2s}._refreshButton_myk24_142:hover{color:#1c6bfe}._refreshButton_myk24_142:disabled{opacity:.5;cursor:not-allowed}._spinning_myk24_161{animation:_spin_myk24_116 1s linear infinite}@keyframes _spin_myk24_116{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._mobileNav_1i9cg_2{display:flex;position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #f3f4f6;padding:.5rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom));z-index:100;width:100%}._mobileNavContainer_1i9cg_16{display:flex;align-items:center;justify-content:space-around;width:100%}._mobileNavItem_1i9cg_23{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;border-radius:1rem;min-width:60px;transition:all .2s;border:none;cursor:pointer}._activeItem_1i9cg_36{color:#fff}._inactiveItem_1i9cg_40{color:#9ca3af}._inactiveItem_1i9cg_40:hover{color:#6b7280}._mobileNavIcon_1i9cg_48{width:1.5rem;height:1.5rem;margin-bottom:.25rem}._mobileNavLabel_1i9cg_54{font-size:.75rem;font-weight:500}._desktopNav_1i9cg_60{display:none;position:fixed;top:0;left:0;right:0;background-color:#fff;border-bottom:1px solid #f3f4f6;padding:1rem 1.5rem;z-index:50}._desktopNavContainer_1i9cg_72{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:80rem;margin:0 auto}._logoContainer_1i9cg_81{display:flex;align-items:center;gap:.75rem}._logoIcon_1i9cg_87{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;background-color:#1c6bfe}._logoInner_1i9cg_97{width:1.25rem;height:1.25rem;background-color:#fff;border-radius:.25rem}._logoText_1i9cg_104{font-size:1.25rem;font-weight:700;color:#111827}._desktopNavItems_1i9cg_110{display:flex;align-items:center;gap:.25rem}._desktopNavItem_1i9cg_110{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;font-weight:500;transition:all .2s;border:none;cursor:pointer}._activeDesktopItem_1i9cg_128{color:#fff;box-shadow:0 4px 6px #0000001a}._inactiveDesktopItem_1i9cg_133{color:#4b5563}._inactiveDesktopItem_1i9cg_133:hover{color:#111827;background-color:#f9fafb}._desktopNavIcon_1i9cg_142{width:1.25rem;height:1.25rem}@media (min-width: 768px){._mobileNav_1i9cg_2{display:none}._desktopNav_1i9cg_60{display:flex}}._newChatButton_1i9cg_159{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#1c6bfe;color:#fff}._newChatDesktopButton_1i9cg_169{background-color:#1c6bfe!important;color:#fff!important;margin-right:8px;transition:all .2s ease}._newChatDesktopButton_1i9cg_169:hover{background-color:#3a46d2!important}._newChatDesktopButton_1i9cg_169 ._desktopNavIcon_1i9cg_142{color:#fff}._mobileNavItem_1i9cg_23:focus,._desktopNavItem_1i9cg_110:focus{outline:none;box-shadow:none}._newChatDesktopButton_1i9cg_169:focus{outline:none;box-shadow:none}._newChatIcon_1i9cg_195,._activeNewChatIcon_1i9cg_199,._newChatIconHover_1i9cg_203,._newChatIconHover_1i9cg_203:hover{color:#fff}._logoImage_1i9cg_211{width:1.25rem;height:1.25rem}._logo_1i9cg_81{color:#fff}._mainContent_spe3o_1{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative;box-sizing:border-box;background-color:#fff;padding-bottom:5rem}@media (min-width: 768px){._mainContent_spe3o_1{padding-top:4.5rem;padding-bottom:0}}@supports (padding: max(0px)){._mainContent_spe3o_1{padding-top:max(env(safe-area-inset-top,0),1rem);padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0);padding-bottom:max(env(safe-area-inset-bottom,0),5rem)}@media (min-width: 768px){._mainContent_spe3o_1{padding-top:max(env(safe-area-inset-top,0),4.5rem);padding-bottom:env(safe-area-inset-bottom,0)}}}@supports (height: 100dvh){._mainContent_spe3o_1{min-height:calc(100dvh - 4rem)}@media (min-width: 768px){._mainContent_spe3o_1{min-height:calc(100dvh - 4.5rem)}}}
