.ErrorBoundary-module__uKYcQa__errorContainer{min-height:100dvh;padding:var(--spacing-xl);background:var(--color-background);justify-content:center;align-items:center;display:flex}.ErrorBoundary-module__uKYcQa__errorContent{text-align:center;max-width:600px}.ErrorBoundary-module__uKYcQa__errorTitle{margin-bottom:var(--spacing-lg);color:var(--color-text-main);font-size:2rem}.ErrorBoundary-module__uKYcQa__errorMessage{color:var(--color-text-muted);margin-bottom:var(--spacing-xl);font-size:1.125rem;line-height:1.6}.ErrorBoundary-module__uKYcQa__errorActions{gap:var(--spacing-md);margin-bottom:var(--spacing-xl);justify-content:center;display:flex}.ErrorBoundary-module__uKYcQa__primaryBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s}.ErrorBoundary-module__uKYcQa__primaryBtn:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.ErrorBoundary-module__uKYcQa__secondaryBtn{color:var(--color-text-main);border:1px solid var(--glass-border);border-radius:var(--radius-md);cursor:pointer;background:0 0;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s}.ErrorBoundary-module__uKYcQa__secondaryBtn:hover{background:var(--glass-bg);border-color:var(--color-primary)}.ErrorBoundary-module__uKYcQa__errorDetails{margin-top:var(--spacing-xl);text-align:left;background:var(--color-surface);padding:var(--spacing-md);border-radius:var(--radius-md);border:1px solid var(--glass-border)}.ErrorBoundary-module__uKYcQa__errorDetails summary{cursor:pointer;color:var(--color-text-muted);margin-bottom:var(--spacing-sm);font-size:.875rem}.ErrorBoundary-module__uKYcQa__errorDetails pre{color:var(--color-text-main);white-space:pre-wrap;word-wrap:break-word;font-size:.75rem;overflow-x:auto}
.ChatInterface-module__YDIRoW__chatLayout{background:var(--color-background);grid-template-columns:1fr 320px;gap:1px;display:grid;position:fixed;inset:64px 0 0;overflow:hidden}.ChatInterface-module__YDIRoW__mainChatArea{background:var(--color-background);flex-direction:column;display:flex;overflow:hidden}.ChatInterface-module__YDIRoW__sidebar{background:var(--color-surface);border-left:1px solid var(--glass-border);flex-direction:column;display:flex;overflow:hidden}.ChatInterface-module__YDIRoW__sidebarTabs{border-bottom:1px solid var(--glass-border);background:var(--color-background);flex-shrink:0;display:flex}.ChatInterface-module__YDIRoW__sidebarTab{justify-content:center;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-md) var(--spacing-sm);color:var(--color-text-muted);font-size:var(--font-size-sm);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;font-weight:500;transition:color .2s,background-color .2s,border-color .2s;display:flex}.ChatInterface-module__YDIRoW__sidebarTab:hover{color:var(--color-text-main);background:var(--glass-highlight)}.ChatInterface-module__YDIRoW__sidebarTabActive{color:var(--color-primary);border-bottom-color:var(--color-primary);background:#8b5cf61a}.ChatInterface-module__YDIRoW__sidebarTab svg{flex-shrink:0}.ChatInterface-module__YDIRoW__sidebarContent{padding:var(--spacing-lg);gap:var(--spacing-lg);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ChatInterface-module__YDIRoW__sidebarContent::-webkit-scrollbar{width:6px}.ChatInterface-module__YDIRoW__sidebarContent::-webkit-scrollbar-track{background:0 0}.ChatInterface-module__YDIRoW__sidebarContent::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.ChatInterface-module__YDIRoW__emotionSection{padding:var(--spacing-md);border-radius:var(--radius-lg);background:linear-gradient(135deg,#8b5cf61a 0%,#ec48991a 100%);border:1px solid #8b5cf633;flex-direction:column;align-items:center;display:flex}.ChatInterface-module__YDIRoW__header{padding:var(--spacing-md) var(--spacing-lg);background:var(--color-surface);border-bottom:1px solid var(--glass-border);flex-shrink:0;justify-content:space-between;align-items:center;height:70px;display:flex}.ChatInterface-module__YDIRoW__headerLeft{align-items:center;gap:var(--spacing-md);display:flex}.ChatInterface-module__YDIRoW__backBtn{border-radius:var(--radius-md);width:40px;min-width:44px;height:40px;min-height:44px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;transition:all .2s;display:inline-flex}.ChatInterface-module__YDIRoW__backBtn:hover{background:var(--color-surface);border-color:var(--glass-border);color:var(--color-text-primary)}.ChatInterface-module__YDIRoW__backBtn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ChatInterface-module__YDIRoW__headerRight{align-items:center;gap:var(--spacing-sm);display:flex}.ChatInterface-module__YDIRoW__characterAvatar{flex-shrink:0}.ChatInterface-module__YDIRoW__avatarWrapper{width:40px;height:40px;position:relative}.ChatInterface-module__YDIRoW__avatarImage{border-radius:var(--radius-full);object-fit:cover;width:40px;height:40px}.ChatInterface-module__YDIRoW__emotionTag{background:var(--color-surface);border-radius:var(--radius-full);border:1px solid var(--glass-border);z-index:10;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;animation:.3s cubic-bezier(.175,.885,.32,1.275) ChatInterface-module__YDIRoW__popIn;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 2px 4px #0003}@keyframes ChatInterface-module__YDIRoW__popIn{0%{transform:scale(0)}to{transform:scale(1)}}.ChatInterface-module__YDIRoW__characterInfo{flex-direction:column;display:flex}.ChatInterface-module__YDIRoW__characterName{font-size:var(--font-size-lg);color:var(--color-text-main);text-overflow:ellipsis;white-space:nowrap;max-width:200px;margin:0;font-weight:700;overflow:hidden}.ChatInterface-module__YDIRoW__characterStatus{font-size:var(--font-size-sm);color:var(--color-success);margin:0}.ChatInterface-module__YDIRoW__characterMeta{align-items:center;gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.ChatInterface-module__YDIRoW__relationshipChip{font-size:var(--font-size-xs);color:var(--color-primary-light);border-radius:var(--radius-full);background:#8b5cf626;border:1px solid #8b5cf64d;align-items:center;gap:4px;padding:2px 8px;line-height:1;display:inline-flex}.ChatInterface-module__YDIRoW__headerBtn{justify-content:center;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);background:var(--color-surface);border:1px solid var(--glass-border);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:var(--font-size-sm);cursor:pointer;white-space:nowrap;font-weight:500;transition:background-color .2s,color .2s,transform .2s,box-shadow .2s;display:flex}.ChatInterface-module__YDIRoW__headerBtn svg{flex-shrink:0;display:block}.ChatInterface-module__YDIRoW__headerBtn:hover{background:var(--color-surface-hover);color:var(--color-text-main);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.ChatInterface-module__YDIRoW__activeBtn{color:#a78bfa!important;background:#8b5cf633!important;border-color:#8b5cf680!important}.ChatInterface-module__YDIRoW__moreMenuWrapper{position:relative}.ChatInterface-module__YDIRoW__moreMenu{margin-top:var(--spacing-xs);background:var(--color-surface);border:1px solid var(--glass-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:140px;z-index:var(--z-modal-backdrop);position:absolute;top:100%;right:0;overflow:hidden}.ChatInterface-module__YDIRoW__moreMenuOverlay{z-index:var(--z-fixed);position:fixed;inset:0}@media (max-width:768px){.ChatInterface-module__YDIRoW__moreMenu{min-width:160px;left:auto;right:0;box-shadow:0 4px 20px #0000004d}}.ChatInterface-module__YDIRoW__moreMenuItem{align-items:center;gap:var(--spacing-sm);width:100%;padding:var(--spacing-sm) var(--spacing-md);color:var(--color-text-main);font-size:var(--font-size-sm);cursor:pointer;background:0 0;border:none;transition:background .15s;display:flex}.ChatInterface-module__YDIRoW__moreMenuItem:hover{background:var(--color-surface-hover)}.ChatInterface-module__YDIRoW__moreMenuItem svg{color:var(--color-text-muted)}.ChatInterface-module__YDIRoW__searchBar{align-items:center;gap:var(--spacing-sm);background:var(--glass-highlight);border-radius:var(--radius-lg);padding:0 var(--spacing-md);flex:1;display:flex}.ChatInterface-module__YDIRoW__searchIcon{color:var(--color-text-muted);flex-shrink:0}.ChatInterface-module__YDIRoW__searchInput{color:var(--color-text-main);font-size:var(--font-size-sm);padding:var(--spacing-sm) 0;background:0 0;border:none;outline:none;flex:1}.ChatInterface-module__YDIRoW__searchInput::placeholder{color:var(--color-text-muted)}.ChatInterface-module__YDIRoW__closeSearchBtn{color:var(--color-text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;align-items:center;padding:4px;transition:background-color .2s,color .2s;display:flex}.ChatInterface-module__YDIRoW__closeSearchBtn:hover{background:var(--color-border);color:var(--color-text-main)}.ChatInterface-module__YDIRoW__messagesContainer{padding:var(--spacing-lg);padding-bottom:calc(var(--spacing-lg) + var(--kb-h,0px));gap:var(--spacing-md);background:linear-gradient(180deg, var(--color-background) 0%, #8b5cf605 50%, var(--color-background) 100%);contain:layout style;flex-direction:column;flex:1;display:flex;overflow-y:auto}.ChatInterface-module__YDIRoW__loadEarlierBtn{padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;margin-bottom:var(--spacing-sm);align-self:center;font-size:.8125rem;transition:background .2s,color .2s}.ChatInterface-module__YDIRoW__loadEarlierBtn:hover{background:var(--color-surface-hover,var(--color-border));color:var(--color-text)}.ChatInterface-module__YDIRoW__messagesContainer::-webkit-scrollbar{width:8px}.ChatInterface-module__YDIRoW__messagesContainer::-webkit-scrollbar-track{background:0 0}.ChatInterface-module__YDIRoW__messagesContainer::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.ChatInterface-module__YDIRoW__typingIndicator{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);background:var(--color-surface);border:1px solid var(--glass-border);border-radius:var(--radius-md);align-self:flex-start;animation:.3s ease-out ChatInterface-module__YDIRoW__typingFadeIn;display:flex}.ChatInterface-module__YDIRoW__typingDots{align-items:center;gap:4px;display:flex}.ChatInterface-module__YDIRoW__typingDot{background:var(--color-primary);border-radius:var(--radius-full);width:7px;height:7px;animation:1.4s ease-in-out infinite ChatInterface-module__YDIRoW__typingWave}.ChatInterface-module__YDIRoW__typingDot:nth-child(2){animation-delay:.15s}.ChatInterface-module__YDIRoW__typingDot:nth-child(3){animation-delay:.3s}.ChatInterface-module__YDIRoW__typingLabel{font-size:var(--font-size-xs);color:var(--color-text-muted);font-weight:500;animation:2s ease-in-out infinite ChatInterface-module__YDIRoW__typingPulse}@keyframes ChatInterface-module__YDIRoW__typingWave{0%,to{opacity:.5;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-5px)scale(1.2)}}@keyframes ChatInterface-module__YDIRoW__typingFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatInterface-module__YDIRoW__typingPulse{0%,to{opacity:.6}50%{opacity:1}}.ChatInterface-module__YDIRoW__scenarioEditorContainer{background:var(--color-surface);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:var(--spacing-lg);animation:.3s ease-out ChatInterface-module__YDIRoW__slideDown}@keyframes ChatInterface-module__YDIRoW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ChatInterface-module__YDIRoW__inputArea{padding:var(--spacing-lg);padding-bottom:max(var(--spacing-lg), env(safe-area-inset-bottom,0px));background:var(--color-surface);border-top:1px solid var(--glass-border);flex-shrink:0}.ChatInterface-module__YDIRoW__quotaBar{gap:var(--spacing-sm);max-width:900px;margin:0 auto var(--spacing-sm);flex-wrap:wrap;display:flex}.ChatInterface-module__YDIRoW__adultTrialBadge{align-items:center;gap:var(--spacing-xs);width:fit-content;max-width:900px;margin:0 auto var(--spacing-sm);border-radius:var(--radius-full);color:var(--color-text-main);font-size:var(--font-size-xs);background:linear-gradient(135deg,#ff6b9d29,#c4456914);border:1px solid #ff6b9d59;padding:6px 12px;font-weight:600;display:inline-flex;box-shadow:0 8px 20px #ff6b9d1f}.ChatInterface-module__YDIRoW__adultTrialBadge span:first-child{color:var(--color-secondary)}.ChatInterface-module__YDIRoW__quotaItem{align-items:center;gap:var(--spacing-xs);background:var(--color-background);border:1px solid var(--glass-border);border-radius:var(--radius-full);font-size:var(--font-size-xs);color:var(--color-text-muted);padding:6px 10px;display:inline-flex}.ChatInterface-module__YDIRoW__quotaActive{color:var(--color-text-main);background:#8b5cf61f;border-color:#8b5cf680}.ChatInterface-module__YDIRoW__quotaDisabled{opacity:.6}.ChatInterface-module__YDIRoW__quotaLabel{font-size:var(--font-size-xxs);text-transform:uppercase;letter-spacing:.4px}.ChatInterface-module__YDIRoW__quotaValue{color:var(--color-text-main);font-weight:600}.ChatInterface-module__YDIRoW__quotaTotal{font-size:var(--font-size-xxs);color:var(--color-text-muted);font-weight:400}.ChatInterface-module__YDIRoW__quotaUnlimited{color:var(--color-primary)}.ChatInterface-module__YDIRoW__quotaExhausted{color:var(--color-error)}.ChatInterface-module__YDIRoW__quotaExtra{font-size:var(--font-size-xxs);color:var(--color-text-muted)}.ChatInterface-module__YDIRoW__loginPrompt{max-width:900px;padding:var(--spacing-xl);border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#ff6b9d26,#ff6b9d0d);border:1px solid #ff6b9d4d;margin:0 auto;animation:2s ease-in-out infinite ChatInterface-module__YDIRoW__loginPromptPulse}@keyframes ChatInterface-module__YDIRoW__loginPromptPulse{0%,to{box-shadow:0 0 #ff6b9d33}50%{box-shadow:0 0 16px 4px #ff6b9d26}}.ChatInterface-module__YDIRoW__loginPromptContent{gap:var(--spacing-sm);flex-direction:column;align-items:center;display:flex}.ChatInterface-module__YDIRoW__loginPromptTitle{font-size:var(--font-size-xl);color:var(--color-text-main);font-weight:700}.ChatInterface-module__YDIRoW__loginPromptSubtitle{font-size:var(--font-size-base);color:var(--color-text-muted);margin-bottom:var(--spacing-sm)}.ChatInterface-module__YDIRoW__loginPromptText{font-size:var(--font-size-lg);color:var(--color-text-main);font-weight:500}.ChatInterface-module__YDIRoW__loginPromptActions{gap:var(--spacing-md);display:flex}.ChatInterface-module__YDIRoW__loginPromptBtn{background:linear-gradient(135deg, var(--color-primary), var(--color-secondary));color:#fff;border-radius:var(--radius-md);font-size:var(--font-size-lg);cursor:pointer;border:none;padding:12px 32px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #ff6b9d66}.ChatInterface-module__YDIRoW__loginPromptBtn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff6b9d66}.ChatInterface-module__YDIRoW__loginPromptBtnSecondary{background:var(--color-surface);color:var(--color-text-main);border:1px solid var(--glass-border);border-radius:var(--radius-md);font-size:var(--font-size-base);cursor:pointer;padding:10px 24px;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s}.ChatInterface-module__YDIRoW__loginPromptBtnSecondary:hover{background:var(--color-background);border-color:var(--color-primary)}.ChatInterface-module__YDIRoW__inputWrapper{gap:var(--spacing-md);align-items:flex-end;max-width:900px;margin:0 auto;display:flex}.ChatInterface-module__YDIRoW__inputBox{background:var(--color-background);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:var(--spacing-md);flex:1;transition:border-color .2s,box-shadow .2s}.ChatInterface-module__YDIRoW__inputBox:focus-within{border-color:var(--color-primary);box-shadow:var(--shadow-glow)}.ChatInterface-module__YDIRoW__textarea{width:100%;color:var(--color-text-main);font-size:var(--font-size-base);resize:none;background:0 0;border:none;outline:none;min-height:24px;max-height:240px;font-family:inherit;line-height:1.5}.ChatInterface-module__YDIRoW__textarea::placeholder{color:var(--color-text-muted)}.ChatInterface-module__YDIRoW__inputActions{margin-top:var(--spacing-sm);justify-content:space-between;align-items:center;display:flex}.ChatInterface-module__YDIRoW__inputActionsLeft{gap:var(--spacing-xs);display:flex}.ChatInterface-module__YDIRoW__charCount{font-size:var(--font-size-xs);color:var(--color-text-muted)}.ChatInterface-module__YDIRoW__sendBtn{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);border-radius:var(--radius-md);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex}.ChatInterface-module__YDIRoW__sendBtn:hover:not(:disabled){box-shadow:var(--shadow-lg);transform:translateY(-2px)}.ChatInterface-module__YDIRoW__sendBtn:disabled{opacity:.6;cursor:not-allowed}.ChatInterface-module__YDIRoW__stopBtn{background:var(--color-error,#ef4444);border-radius:var(--radius-md);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .2s,transform .2s,box-shadow .2s;display:flex}.ChatInterface-module__YDIRoW__stopBtn:hover{opacity:.85;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.ChatInterface-module__YDIRoW__errorBanner{background:linear-gradient(135deg, var(--color-error) 0%, #ee5a6f 100%);color:#fff;padding:var(--spacing-md);border-radius:var(--radius-lg);margin:var(--spacing-md);justify-content:space-between;align-items:center;animation:.3s ease-out ChatInterface-module__YDIRoW__slideIn;display:flex;box-shadow:0 4px 12px #ef44444d}.ChatInterface-module__YDIRoW__fallbackNotice{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-lg);margin:var(--spacing-sm) var(--spacing-md);align-items:center;gap:var(--spacing-sm);font-size:var(--font-size-sm);animation:.3s ease-out ChatInterface-module__YDIRoW__slideIn;display:flex;box-shadow:0 2px 8px #8b5cf64d}.ChatInterface-module__YDIRoW__fallbackNoticeIcon{flex-shrink:0;font-size:1rem}.ChatInterface-module__YDIRoW__fallbackNotice svg{flex-shrink:0}.ChatInterface-module__YDIRoW__fallbackNoticeText{flex:1;font-weight:500}.ChatInterface-module__YDIRoW__fallbackNoticeClose{background:var(--glass-bg-strong);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:background-color .2s;display:flex}.ChatInterface-module__YDIRoW__fallbackNoticeClose:hover{background:#ffffff4d}.ChatInterface-module__YDIRoW__errorText{font-size:var(--font-size-sm);flex:1;font-weight:500}.ChatInterface-module__YDIRoW__errorActions{gap:var(--spacing-sm);display:flex}.ChatInterface-module__YDIRoW__errorBtn{background:var(--glass-bg-strong);color:#fff;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);cursor:pointer;font-size:var(--font-size-sm);border:1px solid #ffffff4d;font-weight:500;transition:background-color .2s,transform .2s}.ChatInterface-module__YDIRoW__errorBtn:hover{background:#ffffff4d;transform:translateY(-1px)}@keyframes ChatInterface-module__YDIRoW__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.ChatInterface-module__YDIRoW__chatLayout{grid-template-columns:1fr}.ChatInterface-module__YDIRoW__sidebar{display:none}}@media (max-width:768px){.ChatInterface-module__YDIRoW__chatLayout{top:52px}.ChatInterface-module__YDIRoW__mainChatArea{flex-direction:column;height:100%;display:flex}.ChatInterface-module__YDIRoW__header{padding:var(--spacing-xs) var(--spacing-md);gap:var(--spacing-xs);height:52px}.ChatInterface-module__YDIRoW__headerLeft{gap:var(--spacing-sm);flex:1;min-width:0}.ChatInterface-module__YDIRoW__headerRight{flex-shrink:0;gap:4px}.ChatInterface-module__YDIRoW__headerBtn{padding:var(--spacing-xs) var(--spacing-sm)}.ChatInterface-module__YDIRoW__loginPrompt{padding:var(--spacing-md)}.ChatInterface-module__YDIRoW__loginPromptTitle{font-size:var(--font-size-lg)}.ChatInterface-module__YDIRoW__loginPromptText{font-size:var(--font-size-base)}.ChatInterface-module__YDIRoW__loginPromptActions{flex-direction:column;width:100%}.ChatInterface-module__YDIRoW__loginPromptBtn,.ChatInterface-module__YDIRoW__loginPromptBtnSecondary{width:100%;padding:12px 20px}.ChatInterface-module__YDIRoW__headerBtn span{display:none}.ChatInterface-module__YDIRoW__characterName{font-size:var(--font-size-base);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ChatInterface-module__YDIRoW__characterStatus{font-size:var(--font-size-xs)}.ChatInterface-module__YDIRoW__avatarWrapper,.ChatInterface-module__YDIRoW__avatarImage{width:32px;height:32px}.ChatInterface-module__YDIRoW__messagesContainer{padding:var(--spacing-sm);gap:var(--spacing-sm)}.ChatInterface-module__YDIRoW__inputArea{padding:8px var(--spacing-sm)}.ChatInterface-module__YDIRoW__inputBox{padding:var(--spacing-sm)}.ChatInterface-module__YDIRoW__textarea{font-size:var(--font-size-sm)}.ChatInterface-module__YDIRoW__errorBanner{gap:var(--spacing-sm);padding:var(--spacing-sm);margin:var(--spacing-sm);flex-direction:column}.ChatInterface-module__YDIRoW__errorActions{justify-content:center;width:100%}.ChatInterface-module__YDIRoW__unlockNotice{bottom:70px;left:var(--spacing-sm);right:var(--spacing-sm);transform:none}.ChatInterface-module__YDIRoW__unlockNoticeContent{gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);justify-content:space-between;width:100%}.ChatInterface-module__YDIRoW__unlockIcon{font-size:1.2rem}.ChatInterface-module__YDIRoW__unlockText{flex:1;min-width:0}.ChatInterface-module__YDIRoW__unlockText strong{font-size:.85rem}.ChatInterface-module__YDIRoW__unlockText span{white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.ChatInterface-module__YDIRoW__unlockViewBtn{padding:var(--spacing-xs) var(--spacing-sm);white-space:nowrap;font-size:.75rem}}@media (max-width:480px){.ChatInterface-module__YDIRoW__chatLayout{top:48px}.ChatInterface-module__YDIRoW__mainChatArea{flex-direction:column;height:100%;display:flex}.ChatInterface-module__YDIRoW__header{height:48px;padding:var(--spacing-xs) var(--spacing-xs)}.ChatInterface-module__YDIRoW__avatarWrapper,.ChatInterface-module__YDIRoW__avatarImage{width:28px;height:28px}.ChatInterface-module__YDIRoW__characterName{font-size:var(--font-size-sm)}.ChatInterface-module__YDIRoW__messagesContainer{gap:6px;padding:6px}.ChatInterface-module__YDIRoW__inputArea{padding:6px}.ChatInterface-module__YDIRoW__inputWrapper{gap:6px}.ChatInterface-module__YDIRoW__inputBox{padding:6px 8px}.ChatInterface-module__YDIRoW__sendBtn{width:36px;min-width:36px;height:36px}.ChatInterface-module__YDIRoW__inputActions{margin-top:4px}.ChatInterface-module__YDIRoW__inputActionsLeft{gap:2px}.ChatInterface-module__YDIRoW__charCount{font-size:10px}.ChatInterface-module__YDIRoW__searchBar{padding:0 var(--spacing-sm)}.ChatInterface-module__YDIRoW__searchInput{font-size:var(--font-size-sm)}.ChatInterface-module__YDIRoW__unlockNotice{bottom:60px}.ChatInterface-module__YDIRoW__unlockNoticeContent{padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-md)}.ChatInterface-module__YDIRoW__unlockIcon{font-size:1rem}.ChatInterface-module__YDIRoW__unlockText strong{font-size:.8rem}.ChatInterface-module__YDIRoW__unlockText span{font-size:.7rem}.ChatInterface-module__YDIRoW__unlockViewBtn{padding:4px 8px;font-size:.7rem}}@media (hover:none) and (pointer:coarse){.ChatInterface-module__YDIRoW__headerBtn,.ChatInterface-module__YDIRoW__sendBtn{min-width:44px;min-height:44px}}@media (max-height:500px) and (orientation:landscape){.ChatInterface-module__YDIRoW__chatLayout{height:calc(100dvh - 48px)}.ChatInterface-module__YDIRoW__header{height:48px}.ChatInterface-module__YDIRoW__messagesContainer,.ChatInterface-module__YDIRoW__inputArea{padding:var(--spacing-sm)}}.ChatInterface-module__YDIRoW__unlockNotice{z-index:var(--z-dropdown);cursor:pointer;animation:.3s ease-out ChatInterface-module__YDIRoW__slideUp;position:fixed;bottom:100px;left:50%;transform:translate(-50%)}@keyframes ChatInterface-module__YDIRoW__slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.ChatInterface-module__YDIRoW__unlockNoticeContent{align-items:center;gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border-strong);background:linear-gradient(135deg,#a855f7f2,#8b5cf6f2);display:flex;box-shadow:0 8px 32px #a855f766}.ChatInterface-module__YDIRoW__unlockIcon{font-size:1.5rem;animation:.5s infinite alternate ChatInterface-module__YDIRoW__bounce}@keyframes ChatInterface-module__YDIRoW__bounce{0%{transform:translateY(0)}to{transform:translateY(-3px)}}.ChatInterface-module__YDIRoW__unlockText{flex-direction:column;gap:2px;display:flex}.ChatInterface-module__YDIRoW__unlockText strong{color:#fff;font-size:.9rem}.ChatInterface-module__YDIRoW__unlockText span{color:#fffc;font-size:.8rem}.ChatInterface-module__YDIRoW__unlockViewBtn{padding:var(--spacing-xs) var(--spacing-md);background:var(--glass-bg-strong);border-radius:var(--radius-sm);color:#fff;cursor:pointer;border:1px solid #ffffff4d;font-size:.8rem;font-weight:500;transition:background-color .2s}.ChatInterface-module__YDIRoW__unlockViewBtn:hover{background:#ffffff4d}.ChatInterface-module__YDIRoW__modalOverlay{z-index:var(--z-modal,200);background:#00000080;animation:.2s ease-out ChatInterface-module__YDIRoW__fadeIn;position:fixed;inset:0}@keyframes ChatInterface-module__YDIRoW__fadeIn{0%{opacity:0}to{opacity:1}}.ChatInterface-module__YDIRoW__modalContainer{background:var(--color-surface);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:90%;max-width:560px;max-height:80vh;z-index:calc(var(--z-modal,200) + 1);flex-direction:column;animation:.25s ease-out ChatInterface-module__YDIRoW__modalSlideIn;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0006}@keyframes ChatInterface-module__YDIRoW__modalSlideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.ChatInterface-module__YDIRoW__modalHeader{padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--glass-border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.ChatInterface-module__YDIRoW__modalTitle{font-size:var(--font-size-lg);color:var(--color-text-main);margin:0;font-weight:700}.ChatInterface-module__YDIRoW__modalContent{padding:var(--spacing-lg);flex:1;overflow-y:auto}.ChatInterface-module__YDIRoW__modalContent::-webkit-scrollbar{width:6px}.ChatInterface-module__YDIRoW__modalContent::-webkit-scrollbar-track{background:0 0}.ChatInterface-module__YDIRoW__modalContent::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.ChatInterface-module__YDIRoW__desktopOnly{display:block}.ChatInterface-module__YDIRoW__mobileOnly{display:none}.ChatInterface-module__YDIRoW__pcOnly{display:inline-flex}@media (max-width:768px){.ChatInterface-module__YDIRoW__desktopOnly,.ChatInterface-module__YDIRoW__pcOnly{display:none}.ChatInterface-module__YDIRoW__mobileOnly{display:contents}}
.PointsCounter-module__PAR1Rq__container{display:inline-block;position:relative}.PointsCounter-module__PAR1Rq__counter{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--radius-md);color:var(--color-gold);cursor:pointer;white-space:nowrap;background:#ffc1071a;border:1px solid #ffc10740;font-size:.875rem;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.PointsCounter-module__PAR1Rq__counter:hover{background:#ffc10726;border-color:#ffc10766}.PointsCounter-module__PAR1Rq__icon{font-size:1rem}.PointsCounter-module__PAR1Rq__points{font-size:.875rem}.PointsCounter-module__PAR1Rq__pointsAnimated{font-size:.875rem;animation:3s ease-in-out infinite PointsCounter-module__PAR1Rq__subtle-pulse}@keyframes PointsCounter-module__PAR1Rq__subtle-pulse{0%,to{opacity:1}50%{opacity:.9}}.PointsCounter-module__PAR1Rq__dropdown{background:var(--color-surface);border:1px solid var(--glass-border);border-radius:var(--radius-lg);min-width:280px;max-width:320px;box-shadow:var(--shadow-lg);padding:var(--spacing-md);z-index:var(--z-fixed);animation:.2s PointsCounter-module__PAR1Rq__slideDown;position:absolute;top:calc(100% + 8px);right:0}@keyframes PointsCounter-module__PAR1Rq__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.PointsCounter-module__PAR1Rq__header{padding-bottom:var(--spacing-md);border-bottom:1px solid var(--glass-border);margin-bottom:var(--spacing-md);justify-content:space-between;align-items:center;display:flex}.PointsCounter-module__PAR1Rq__header h4{color:var(--color-text-main);margin:0;font-size:.875rem;font-weight:600}.PointsCounter-module__PAR1Rq__total{color:var(--color-gold);font-size:1.125rem;font-weight:700}.PointsCounter-module__PAR1Rq__recentActivity{margin-bottom:var(--spacing-md)}.PointsCounter-module__PAR1Rq__sectionTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);margin-bottom:var(--spacing-sm);font-size:.7rem;font-weight:600;display:block}.PointsCounter-module__PAR1Rq__activityItem{padding:var(--spacing-sm) 0;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.PointsCounter-module__PAR1Rq__activityItem:hover{opacity:.8}.PointsCounter-module__PAR1Rq__activityItem:last-child{border-bottom:none}.PointsCounter-module__PAR1Rq__activityDesc{color:var(--color-text-main);font-size:.8rem}.PointsCounter-module__PAR1Rq__activityPoints{color:var(--color-success);font-size:.8rem;font-weight:700}.PointsCounter-module__PAR1Rq__viewAll{text-align:center;padding:var(--spacing-sm);border-radius:var(--radius-md);color:var(--color-primary);background:#4f46e51a;font-size:.8rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:block}.PointsCounter-module__PAR1Rq__viewAll:hover{background:#4f46e533}.PointsCounter-module__PAR1Rq__quickActions{gap:var(--spacing-sm);margin-bottom:var(--spacing-md);grid-template-columns:repeat(3,1fr);display:grid}.PointsCounter-module__PAR1Rq__quickAction{padding:var(--spacing-sm) var(--spacing-xs);background:var(--glass-highlight);border-radius:var(--radius-md);cursor:pointer;border:1px solid #ffffff14;flex-direction:column;align-items:center;gap:4px;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.PointsCounter-module__PAR1Rq__quickAction:hover{background:#8b5cf626;border-color:#8b5cf64d;transform:translateY(-1px)}.PointsCounter-module__PAR1Rq__quickActionIcon{font-size:1.25rem}.PointsCounter-module__PAR1Rq__quickActionText{color:var(--color-text-secondary);white-space:nowrap;font-size:.7rem}.PointsCounter-module__PAR1Rq__overlay{z-index:99;width:100%;height:100%;position:fixed;top:0;left:0}.PointsCounter-module__PAR1Rq__welcomeBonus{align-items:flex-start;gap:var(--spacing-sm);padding:var(--spacing-md);border-radius:var(--radius-md);margin-bottom:var(--spacing-md);background:linear-gradient(135deg,#22c55e26,#4f46e526);border:1px solid #22c55e4d;display:flex}.PointsCounter-module__PAR1Rq__bonusIcon{flex-shrink:0;font-size:1.5rem}.PointsCounter-module__PAR1Rq__bonusText{gap:var(--spacing-xs);flex-direction:column;display:flex}.PointsCounter-module__PAR1Rq__bonusText strong{color:var(--color-success);font-size:.875rem}.PointsCounter-module__PAR1Rq__registerLink{color:var(--color-primary);font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s}.PointsCounter-module__PAR1Rq__registerLink:hover{color:var(--color-primary-light);text-decoration:underline}.PointsCounter-module__PAR1Rq__giftCounter{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--radius-md);color:var(--color-success);cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#22c55e26,#4f46e526);border:1px solid #22c55e4d;font-size:.8rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;animation:2s ease-in-out infinite PointsCounter-module__PAR1Rq__gift-pulse;display:flex}.PointsCounter-module__PAR1Rq__giftCounter:hover{background:linear-gradient(135deg,#22c55e40,#4f46e540);border-color:#22c55e80;transform:scale(1.02)}.PointsCounter-module__PAR1Rq__giftIcon{font-size:1rem;animation:2s ease-in-out infinite PointsCounter-module__PAR1Rq__gift-shake}.PointsCounter-module__PAR1Rq__giftText{font-size:.75rem}@keyframes PointsCounter-module__PAR1Rq__gift-pulse{0%,to{box-shadow:0 0 #22c55e4d}50%{box-shadow:0 0 8px 2px #22c55e33}}@keyframes PointsCounter-module__PAR1Rq__gift-shake{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}
.EmotionDisplay-module__x0me8q__container{flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.EmotionDisplay-module__x0me8q__imageWrapper{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border-radius:12px;width:120px;height:120px;transition:transform .3s,opacity .15s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000004d}.EmotionDisplay-module__x0me8q__imageWrapper:hover{transform:scale(1.02)}.EmotionDisplay-module__x0me8q__imageWrapper.EmotionDisplay-module__x0me8q__transitioning{opacity:.7;transform:scale(.98)}.EmotionDisplay-module__x0me8q__emotionImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.EmotionDisplay-module__x0me8q__emotionIndicator{color:#ffffffb3;background:#0006;border-radius:12px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;display:flex}.EmotionDisplay-module__x0me8q__emotionDot{border-radius:50%;width:8px;height:8px;transition:background-color .3s}.EmotionDisplay-module__x0me8q__emotionDot[data-emotion=happy]{background:var(--color-gold-gradient-start,gold);box-shadow:0 0 8px #ffd70080}.EmotionDisplay-module__x0me8q__emotionDot[data-emotion=sad]{background:#6495ed;box-shadow:0 0 8px #6495ed80}.EmotionDisplay-module__x0me8q__emotionDot[data-emotion=angry]{background:#f44;box-shadow:0 0 8px #ff444480}.EmotionDisplay-module__x0me8q__emotionDot[data-emotion=surprised]{background:#ff8c00;box-shadow:0 0 8px #ff8c0080}.EmotionDisplay-module__x0me8q__emotionDot[data-emotion=love]{background:#ff69b4;box-shadow:0 0 8px #ff69b480}.EmotionDisplay-module__x0me8q__emotionDot[data-emotion=fear]{background:#9370db;box-shadow:0 0 8px #9370db80}.EmotionDisplay-module__x0me8q__emotionDot[data-emotion=disgust]{background:#32cd32;box-shadow:0 0 8px #32cd3280}.EmotionDisplay-module__x0me8q__emotionDot[data-emotion=neutral]{background:#888;box-shadow:0 0 8px #88888880}.EmotionDisplay-module__x0me8q__container.EmotionDisplay-module__x0me8q__large .EmotionDisplay-module__x0me8q__imageWrapper{border-radius:16px;width:180px;height:180px}.EmotionDisplay-module__x0me8q__container.EmotionDisplay-module__x0me8q__small .EmotionDisplay-module__x0me8q__imageWrapper{border-radius:8px;width:60px;height:60px}.EmotionDisplay-module__x0me8q__container.EmotionDisplay-module__x0me8q__small .EmotionDisplay-module__x0me8q__emotionIndicator{display:none}@media (max-width:768px){.EmotionDisplay-module__x0me8q__imageWrapper{width:100px;height:100px}.EmotionDisplay-module__x0me8q__container.EmotionDisplay-module__x0me8q__large .EmotionDisplay-module__x0me8q__imageWrapper{width:140px;height:140px}}@media (max-width:480px){.EmotionDisplay-module__x0me8q__imageWrapper{border-radius:10px;width:80px;height:80px}.EmotionDisplay-module__x0me8q__container.EmotionDisplay-module__x0me8q__large .EmotionDisplay-module__x0me8q__imageWrapper{border-radius:12px;width:120px;height:120px}.EmotionDisplay-module__x0me8q__emotionIndicator{padding:3px 6px;font-size:10px}.EmotionDisplay-module__x0me8q__emotionDot{width:6px;height:6px}}
.SearchModal-module__IUhzFG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;height:100%;z-index:var(--z-toast);background:#000000b3;justify-content:center;align-items:flex-start;padding-top:10vh;animation:.2s SearchModal-module__IUhzFG__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes SearchModal-module__IUhzFG__fadeIn{0%{opacity:0}to{opacity:1}}.SearchModal-module__IUhzFG__modal{background:var(--color-surface);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:100%;max-width:600px;animation:.3s SearchModal-module__IUhzFG__slideDown;overflow:hidden;box-shadow:0 20px 60px #00000080}@keyframes SearchModal-module__IUhzFG__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SearchModal-module__IUhzFG__searchBox{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-lg);border-bottom:1px solid var(--glass-border);display:flex}.SearchModal-module__IUhzFG__searchIcon{color:var(--color-text-muted);flex-shrink:0}.SearchModal-module__IUhzFG__searchInput{color:var(--color-text-main);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.SearchModal-module__IUhzFG__searchInput::placeholder{color:var(--color-text-muted)}.SearchModal-module__IUhzFG__clearBtn{background:var(--color-border);width:24px;height:24px;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.SearchModal-module__IUhzFG__clearBtn:hover{color:var(--color-text-main);background:#ffffff26}.SearchModal-module__IUhzFG__kbd{background:var(--glass-highlight);border:1px solid var(--glass-border);color:var(--color-text-muted);border-radius:4px;padding:4px 8px;font-family:monospace;font-size:.75rem}.SearchModal-module__IUhzFG__results{max-height:400px;overflow-y:auto}.SearchModal-module__IUhzFG__section{padding:var(--spacing-md)}.SearchModal-module__IUhzFG__sectionTitle{align-items:center;gap:var(--spacing-xs);text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);margin-bottom:var(--spacing-sm);font-size:.75rem;font-weight:600;display:flex}.SearchModal-module__IUhzFG__recentList{gap:var(--spacing-xs);flex-wrap:wrap;display:flex}.SearchModal-module__IUhzFG__recentItem{padding:var(--spacing-xs) var(--spacing-md);background:var(--glass-highlight);border:1px solid var(--glass-border);color:var(--color-text-main);cursor:pointer;border-radius:20px;font-size:.875rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s}.SearchModal-module__IUhzFG__recentItem:hover{background:var(--color-border);border-color:var(--color-primary)}.SearchModal-module__IUhzFG__resultList{flex-direction:column;gap:4px;display:flex}.SearchModal-module__IUhzFG__resultItem{align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);border-radius:var(--radius-md);text-align:left;cursor:pointer;background:0 0;border:none;width:100%;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.SearchModal-module__IUhzFG__resultItem:hover{background:var(--glass-highlight)}.SearchModal-module__IUhzFG__resultItemActive{background:var(--glass-highlight);outline:2px solid var(--color-primary);outline-offset:-2px}.SearchModal-module__IUhzFG__resultIcon{flex-shrink:0;font-size:2rem}.SearchModal-module__IUhzFG__resultContent{flex:1;min-width:0}.SearchModal-module__IUhzFG__resultName{color:var(--color-text-main);margin-bottom:2px;font-weight:600}.SearchModal-module__IUhzFG__resultDesc{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.SearchModal-module__IUhzFG__premiumBadge{flex-shrink:0;font-size:1.25rem}.SearchModal-module__IUhzFG__freeBadge{color:var(--color-success);flex-shrink:0;font-size:1rem}.SearchModal-module__IUhzFG__empty{padding:var(--spacing-xxl);text-align:center;color:var(--color-text-muted)}.SearchModal-module__IUhzFG__emptyIcon{margin-bottom:var(--spacing-md);opacity:.5;font-size:3rem}.SearchModal-module__IUhzFG__footer{padding:var(--spacing-md) var(--spacing-lg);border-top:1px solid var(--glass-border);background:#ffffff05}.SearchModal-module__IUhzFG__shortcuts{align-items:center;gap:var(--spacing-md);color:var(--color-text-muted);font-size:.75rem;display:flex}.SearchModal-module__IUhzFG__shortcuts kbd{background:var(--glass-highlight);border:1px solid var(--glass-border);margin-left:var(--spacing-xs);border-radius:3px;padding:2px 6px;font-size:.7rem}@media (max-width:768px){.SearchModal-module__IUhzFG__overlay{padding-top:5vh}.SearchModal-module__IUhzFG__modal{max-width:95%;margin:0 var(--spacing-md)}.SearchModal-module__IUhzFG__results{max-height:50vh}}
.MembershipStatusPanel-module__qvTR8a__panel{gap:var(--spacing-sm);padding:var(--spacing-md);background:var(--glass-bg-subtle);border:1px solid var(--glass-border);border-radius:var(--radius-lg);margin-bottom:var(--spacing-md);flex-direction:column;display:flex}.MembershipStatusPanel-module__qvTR8a__header{justify-content:space-between;align-items:center;display:flex}.MembershipStatusPanel-module__qvTR8a__tierBadge{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-sm);background:var(--glass-highlight);border-radius:var(--radius-full);font-size:var(--font-size-sm);border:1px solid;font-weight:600;display:inline-flex}.MembershipStatusPanel-module__qvTR8a__statsGrid{gap:var(--spacing-xs);flex-direction:column;display:flex}.MembershipStatusPanel-module__qvTR8a__statItem{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-xs) 0;display:flex}.MembershipStatusPanel-module__qvTR8a__highlighted{border-radius:var(--radius-sm);padding:var(--spacing-xs);background:#ff6b9d14}.MembershipStatusPanel-module__qvTR8a__disabled{opacity:.6}.MembershipStatusPanel-module__qvTR8a__statIcon{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--color-primary);background:#8b5cf61a;flex-shrink:0;justify-content:center;align-items:center;display:flex}.MembershipStatusPanel-module__qvTR8a__statContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.MembershipStatusPanel-module__qvTR8a__statLabel{font-size:var(--font-size-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.3px}.MembershipStatusPanel-module__qvTR8a__statValue{font-size:var(--font-size-sm);color:var(--color-text-main);font-weight:600}.MembershipStatusPanel-module__qvTR8a__statTotal{font-size:var(--font-size-xs);color:var(--color-text-muted);font-weight:400}.MembershipStatusPanel-module__qvTR8a__unlimited{color:var(--color-primary);font-size:var(--font-size-base)}.MembershipStatusPanel-module__qvTR8a__exhausted{color:var(--color-error)}.MembershipStatusPanel-module__qvTR8a__upgradeBtn{justify-content:center;align-items:center;gap:var(--spacing-xs);width:100%;padding:var(--spacing-sm);margin-top:var(--spacing-xs);border-radius:var(--radius-md);color:var(--color-primary);font-size:var(--font-size-sm);cursor:pointer;background:linear-gradient(135deg,#8b5cf633 0%,#a78bfa1a 100%);border:1px solid #8b5cf64d;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.MembershipStatusPanel-module__qvTR8a__upgradeBtn:hover{border-color:var(--color-primary);background:linear-gradient(135deg,#8b5cf64d 0%,#a78bfa33 100%);transform:translateY(-1px)}@media (max-width:768px){.MembershipStatusPanel-module__qvTR8a__panel{padding:var(--spacing-sm)}.MembershipStatusPanel-module__qvTR8a__statsGrid{gap:var(--spacing-xs)}.MembershipStatusPanel-module__qvTR8a__statItem{padding:4px 0}}
.NotificationCenter-module__YubzVG__container{justify-content:center;align-items:center;display:flex;position:relative}.NotificationCenter-module__YubzVG__trigger{background:var(--glass-highlight);border:1px solid var(--glass-border);border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-main);cursor:pointer;justify-content:center;align-items:center;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex;position:relative}.NotificationCenter-module__YubzVG__trigger:hover{background:var(--color-border);border-color:var(--color-primary)}.NotificationCenter-module__YubzVG__badge{color:#fff;background:#ef4444;border:2px solid #0d0d17f2;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.NotificationCenter-module__YubzVG__dropdown{background:var(--color-surface);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:380px;max-width:90vw;box-shadow:var(--shadow-lg);z-index:var(--z-fixed);animation:.2s NotificationCenter-module__YubzVG__slideDown;position:absolute;top:calc(100% + 8px);right:0}@keyframes NotificationCenter-module__YubzVG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.NotificationCenter-module__YubzVG__header{padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;display:flex}.NotificationCenter-module__YubzVG__header h4{margin:0;font-size:.95rem;font-weight:700}.NotificationCenter-module__YubzVG__markAllBtn{padding:4px var(--spacing-sm);color:var(--color-primary);cursor:pointer;background:#4f46e51a;border:1px solid #4f46e533;border-radius:4px;align-items:center;gap:4px;font-size:.75rem;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.NotificationCenter-module__YubzVG__markAllBtn:hover{background:#4f46e533}.NotificationCenter-module__YubzVG__list{max-height:420px;overflow-y:auto}.NotificationCenter-module__YubzVG__item{gap:var(--spacing-md);padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--glass-bg-light);transition:background .2s;display:flex;position:relative}.NotificationCenter-module__YubzVG__item:last-child{border-bottom:none}.NotificationCenter-module__YubzVG__item:hover{background:var(--glass-bg-subtle)}.NotificationCenter-module__YubzVG__item.NotificationCenter-module__YubzVG__unread{background:#4f46e50d}.NotificationCenter-module__YubzVG__item.NotificationCenter-module__YubzVG__unread:before{content:"";background:var(--color-primary);border-radius:0 2px 2px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.NotificationCenter-module__YubzVG__iconWrapper{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.NotificationCenter-module__YubzVG__content{flex:1;min-width:0}.NotificationCenter-module__YubzVG__link{color:inherit;text-decoration:none;display:block}.NotificationCenter-module__YubzVG__title{color:var(--color-text-main);margin-bottom:4px;font-size:.875rem;font-weight:600}.NotificationCenter-module__YubzVG__message{color:var(--color-text-muted);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.NotificationCenter-module__YubzVG__time{color:var(--color-text-muted);font-size:.7rem}.NotificationCenter-module__YubzVG__removeBtn{width:24px;height:24px;color:var(--color-text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.NotificationCenter-module__YubzVG__item:hover .NotificationCenter-module__YubzVG__removeBtn{opacity:1}.NotificationCenter-module__YubzVG__removeBtn:hover{color:#ef4444;background:#ef44441a}.NotificationCenter-module__YubzVG__empty{padding:var(--spacing-xxl);text-align:center;color:var(--color-text-muted)}.NotificationCenter-module__YubzVG__emptyIcon{opacity:.3;margin-bottom:var(--spacing-md)}.NotificationCenter-module__YubzVG__viewAll{padding:var(--spacing-md);text-align:center;border-top:1px solid var(--glass-border);color:var(--color-primary);background:#4f46e50d;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:block}.NotificationCenter-module__YubzVG__viewAll:hover{background:#4f46e51a}.NotificationCenter-module__YubzVG__overlay{z-index:99;width:100%;height:100%;position:fixed;top:0;left:0}@media (max-width:768px){.NotificationCenter-module__YubzVG__dropdown{width:95vw;right:-50px}.NotificationCenter-module__YubzVG__trigger{width:36px;height:36px}.NotificationCenter-module__YubzVG__trigger svg{width:20px;height:20px}}@media (max-width:480px){.NotificationCenter-module__YubzVG__trigger{width:32px;height:32px}.NotificationCenter-module__YubzVG__trigger svg{width:18px;height:18px}.NotificationCenter-module__YubzVG__badge{min-width:16px;height:16px;font-size:.7rem;top:-2px;right:-2px}}
.AIParametersPanel-module__THKJJa__container{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden}.AIParametersPanel-module__THKJJa__toggleBtn{align-items:center;gap:var(--spacing-sm);width:100%;padding:var(--spacing-sm) var(--spacing-md);color:var(--color-text-muted);font-size:var(--font-size-sm);cursor:pointer;background:0 0;border:none;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.AIParametersPanel-module__THKJJa__toggleBtn:hover{background:var(--glass-highlight);color:var(--color-text-main)}.AIParametersPanel-module__THKJJa__lockIcon{color:var(--color-text-dim);margin-left:auto}.AIParametersPanel-module__THKJJa__content{padding:0 var(--spacing-md) var(--spacing-md)}.AIParametersPanel-module__THKJJa__lockedMessage{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm);background:var(--glass-highlight);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:var(--font-size-sm);display:flex}.AIParametersPanel-module__THKJJa__paramRow{margin-bottom:var(--spacing-md)}.AIParametersPanel-module__THKJJa__paramRow:last-child{margin-bottom:0}.AIParametersPanel-module__THKJJa__paramHeader{margin-bottom:var(--spacing-sm);justify-content:space-between;align-items:center;display:flex}.AIParametersPanel-module__THKJJa__paramLabel{font-size:var(--font-size-sm);color:var(--color-text-muted)}.AIParametersPanel-module__THKJJa__paramValue{font-size:var(--font-size-sm);color:var(--color-primary);font-weight:500}.AIParametersPanel-module__THKJJa__slider{background:var(--color-border);appearance:none;cursor:pointer;border-radius:2px;width:100%;height:4px}.AIParametersPanel-module__THKJJa__slider::-webkit-slider-thumb{appearance:none;border-radius:var(--radius-full);background:var(--color-primary);cursor:pointer;width:16px;height:16px;transition:transform .2s}.AIParametersPanel-module__THKJJa__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.AIParametersPanel-module__THKJJa__slider::-moz-range-thumb{border-radius:var(--radius-full);background:var(--color-primary);cursor:pointer;border:none;width:16px;height:16px}.AIParametersPanel-module__THKJJa__paramHint{margin-top:var(--spacing-xs);font-size:var(--font-size-xs);color:var(--color-text-dim);justify-content:space-between;display:flex}.AIParametersPanel-module__THKJJa__readonlyHint{font-size:var(--font-size-xs);color:var(--color-text-dim);font-style:italic}.AIParametersPanel-module__THKJJa__paramDesc{font-size:var(--font-size-xs);color:var(--color-text-dim);margin-top:var(--spacing-xs);padding:var(--spacing-xs);border-radius:var(--radius-sm);border-left:2px solid var(--color-primary);background:#8b5cf60d}.AIParametersPanel-module__THKJJa__mobileOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal,1050);background:#000000b3;align-items:flex-end;animation:.2s ease-out AIParametersPanel-module__THKJJa__fadeIn;display:flex;position:fixed;inset:0}@keyframes AIParametersPanel-module__THKJJa__fadeIn{0%{opacity:0}to{opacity:1}}.AIParametersPanel-module__THKJJa__mobilePanel{background:var(--color-surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;flex-direction:column;width:100%;max-height:70vh;animation:.3s ease-out AIParametersPanel-module__THKJJa__slideUp;display:flex;overflow:hidden}@keyframes AIParametersPanel-module__THKJJa__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.AIParametersPanel-module__THKJJa__mobileHeader{padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--glass-border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.AIParametersPanel-module__THKJJa__mobileBackBtn{border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-text-main);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.AIParametersPanel-module__THKJJa__mobileBackBtn:active{background:var(--color-border);transform:scale(.95)}.AIParametersPanel-module__THKJJa__mobileTitle{font-size:var(--font-size-lg);color:var(--color-text-main);text-align:center;flex:1;font-weight:600}.AIParametersPanel-module__THKJJa__placeholder{width:44px;height:44px}.AIParametersPanel-module__THKJJa__mobileContent{padding:var(--spacing-lg);flex:1;overflow-y:auto}.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__paramRow{margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--glass-border)}.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__paramRow:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__paramLabel,.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__paramValue{font-size:var(--font-size-base)}.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__slider{height:6px}.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__slider::-webkit-slider-thumb{width:20px;height:20px}.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__slider::-moz-range-thumb{width:20px;height:20px}.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__paramHint{font-size:var(--font-size-sm)}.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__paramDesc{font-size:var(--font-size-sm);padding:var(--spacing-sm)}.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__readonlyHint{font-size:var(--font-size-sm)}.AIParametersPanel-module__THKJJa__mobileContent .AIParametersPanel-module__THKJJa__lockedMessage{padding:var(--spacing-lg);font-size:var(--font-size-base);text-align:center;gap:var(--spacing-md);flex-direction:column}
.LanguageSwitcher-module__psbpAa__switcher{justify-content:center;align-items:center;display:flex;position:relative}.LanguageSwitcher-module__psbpAa__container{position:relative}.LanguageSwitcher-module__psbpAa__trigger{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);border:1px solid var(--glass-border);background:var(--color-surface);color:var(--color-text-main);border-radius:var(--radius-md);cursor:pointer;font-size:var(--font-size-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;font-weight:500;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.LanguageSwitcher-module__psbpAa__trigger:hover{background:var(--color-surface-hover);border-color:var(--color-primary)}.LanguageSwitcher-module__psbpAa__currentLang{font-size:var(--font-size-sm)}.LanguageSwitcher-module__psbpAa__chevron{transition:transform .2s}.LanguageSwitcher-module__psbpAa__chevronOpen{transform:rotate(180deg)}.LanguageSwitcher-module__psbpAa__dropdown{top:calc(100% + var(--spacing-sm));background:var(--color-surface);border:1px solid var(--glass-border);border-radius:var(--radius-lg);min-width:150px;box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);animation:.15s LanguageSwitcher-module__psbpAa__fadeIn;position:absolute;right:0;overflow:hidden}@keyframes LanguageSwitcher-module__psbpAa__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitcher-module__psbpAa__langOption{padding:var(--spacing-sm) var(--spacing-md);color:var(--color-text-main);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s,box-shadow .15s,opacity .15s,transform .15s;display:flex}.LanguageSwitcher-module__psbpAa__langOption:hover{background:var(--color-surface-hover)}.LanguageSwitcher-module__psbpAa__langOption.LanguageSwitcher-module__psbpAa__active{color:var(--color-primary);background:#8b5cf626}.LanguageSwitcher-module__psbpAa__langLabel{font-size:var(--font-size-sm);font-weight:500}.LanguageSwitcher-module__psbpAa__checkIcon{color:var(--color-primary)}@media (max-width:768px){.LanguageSwitcher-module__psbpAa__trigger{justify-content:center;gap:0;width:36px;height:36px;padding:0}.LanguageSwitcher-module__psbpAa__trigger svg{width:20px;height:20px}.LanguageSwitcher-module__psbpAa__currentLang,.LanguageSwitcher-module__psbpAa__chevron{display:none}}@media (max-width:480px){.LanguageSwitcher-module__psbpAa__trigger{width:32px;height:32px}.LanguageSwitcher-module__psbpAa__trigger svg{width:18px;height:18px}}
.MemoryPanel-module__tdCIXG__content{flex-direction:column;gap:1rem;padding:.5rem 0;display:flex}.MemoryPanel-module__tdCIXG__loading{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.MemoryPanel-module__tdCIXG__spinner{animation:1s linear infinite MemoryPanel-module__tdCIXG__spin}@keyframes MemoryPanel-module__tdCIXG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MemoryPanel-module__tdCIXG__statsCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1rem}.MemoryPanel-module__tdCIXG__statsHeader{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.MemoryPanel-module__tdCIXG__statsIcon{color:var(--color-primary)}.MemoryPanel-module__tdCIXG__statsTitle{color:var(--color-text-main);font-weight:600}.MemoryPanel-module__tdCIXG__statsContent{flex-direction:column;gap:.5rem;display:flex}.MemoryPanel-module__tdCIXG__statsBar{background:var(--bg-tertiary);border-radius:4px;height:8px;overflow:hidden}.MemoryPanel-module__tdCIXG__statsBarFill{border-radius:4px;height:100%;transition:width .3s,background .3s}.MemoryPanel-module__tdCIXG__statsText{justify-content:space-between;align-items:center;display:flex}.MemoryPanel-module__tdCIXG__statsValue{color:var(--color-text-main);font-size:1.25rem;font-weight:700}.MemoryPanel-module__tdCIXG__statsLabel{color:var(--color-text-muted);font-size:.875rem}.MemoryPanel-module__tdCIXG__nextExtract{color:var(--color-primary);background:#8b5cf61a;border-radius:8px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem;font-size:.875rem;display:flex}.MemoryPanel-module__tdCIXG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.MemoryPanel-module__tdCIXG__emptyIcon{color:var(--text-tertiary);opacity:.5;margin-bottom:1rem}.MemoryPanel-module__tdCIXG__emptyTitle{color:var(--color-text-main);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.MemoryPanel-module__tdCIXG__emptyDesc{color:var(--color-text-muted);max-width:300px;font-size:.875rem;line-height:1.5}.MemoryPanel-module__tdCIXG__memoriesSection{flex-direction:column;gap:1rem;display:flex}.MemoryPanel-module__tdCIXG__memoryGroup{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:1rem}.MemoryPanel-module__tdCIXG__memoryGroupHeader{border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.MemoryPanel-module__tdCIXG__memoryGroupIcon{font-size:1.25rem}.MemoryPanel-module__tdCIXG__memoryGroupTitle{color:var(--color-text-main);flex:1;font-weight:600}.MemoryPanel-module__tdCIXG__memoryGroupCount{color:var(--color-text-muted);background:var(--bg-tertiary);border-radius:12px;padding:.25rem .5rem;font-size:.875rem}.MemoryPanel-module__tdCIXG__memoryList{flex-direction:column;gap:.75rem;display:flex}.MemoryPanel-module__tdCIXG__memoryItem{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;gap:.75rem;padding:.75rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.MemoryPanel-module__tdCIXG__memoryItem:hover{border-color:var(--color-primary);box-shadow:0 2px 8px #8b5cf61a}.MemoryPanel-module__tdCIXG__memoryContent{flex-direction:column;flex:1;gap:.5rem;display:flex}.MemoryPanel-module__tdCIXG__memoryText{color:var(--color-text-main);margin:0;font-size:.9375rem;line-height:1.5}.MemoryPanel-module__tdCIXG__memoryMeta{color:var(--color-text-muted);align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.MemoryPanel-module__tdCIXG__memoryImportance{color:#f59e0b}.MemoryPanel-module__tdCIXG__memoryRound{color:var(--text-tertiary)}.MemoryPanel-module__tdCIXG__deleteBtn{border:1px solid var(--border-color);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.MemoryPanel-module__tdCIXG__deleteBtn:hover:not(:disabled){color:#ef4444;background:#ef44441a;border-color:#ef4444}.MemoryPanel-module__tdCIXG__deleteBtn:disabled{opacity:.5;cursor:not-allowed}.MemoryPanel-module__tdCIXG__clearAllBtn{border:1px solid var(--border-color);width:100%;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.MemoryPanel-module__tdCIXG__clearAllBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.MemoryPanel-module__tdCIXG__confirmOverlay{z-index:var(--z-dropdown);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.MemoryPanel-module__tdCIXG__confirmModal{background:var(--bg-primary);text-align:center;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:400px;padding:2rem;display:flex;box-shadow:0 20px 60px #0000004d}.MemoryPanel-module__tdCIXG__confirmIcon{color:#f59e0b;margin-bottom:1rem}.MemoryPanel-module__tdCIXG__confirmTitle{color:var(--color-text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.MemoryPanel-module__tdCIXG__confirmDesc{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.5}.MemoryPanel-module__tdCIXG__confirmActions{gap:.75rem;width:100%;display:flex}.MemoryPanel-module__tdCIXG__confirmCancelBtn,.MemoryPanel-module__tdCIXG__confirmDeleteBtn{cursor:pointer;border-radius:8px;flex:1;padding:.75rem;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s}.MemoryPanel-module__tdCIXG__confirmCancelBtn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--color-text-main)}.MemoryPanel-module__tdCIXG__confirmCancelBtn:hover{background:var(--bg-tertiary)}.MemoryPanel-module__tdCIXG__confirmDeleteBtn{color:#fff;background:#ef4444;border:1px solid #ef4444}.MemoryPanel-module__tdCIXG__confirmDeleteBtn:hover{background:#dc2626;border-color:#dc2626}.MemoryPanel-module__tdCIXG__tips{background:#8b5cf60d;border:1px solid #8b5cf633;border-radius:8px;padding:.75rem}.MemoryPanel-module__tdCIXG__tipText{color:var(--color-text-muted);margin:0;font-size:.8125rem;line-height:1.5}@media (max-width:768px){.MemoryPanel-module__tdCIXG__content{gap:.75rem}.MemoryPanel-module__tdCIXG__statsCard,.MemoryPanel-module__tdCIXG__memoryGroup{padding:.875rem}.MemoryPanel-module__tdCIXG__memoryItem{padding:.625rem}.MemoryPanel-module__tdCIXG__memoryText{font-size:.875rem}.MemoryPanel-module__tdCIXG__confirmModal{padding:1.5rem}.MemoryPanel-module__tdCIXG__confirmTitle{font-size:1.125rem}.MemoryPanel-module__tdCIXG__confirmDesc{font-size:.875rem}}
.BottomTabBar-module__R9XSqW__tabBar{height:calc(56px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--color-surface);border-top:1px solid var(--color-border);z-index:var(--z-fixed);-webkit-backdrop-filter:blur(12px);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.BottomTabBar-module__R9XSqW__tab{height:56px;color:var(--color-text-muted);-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;text-decoration:none;transition:color .2s;display:flex}.BottomTabBar-module__R9XSqW__tab.BottomTabBar-module__R9XSqW__active{color:var(--color-primary)}.BottomTabBar-module__R9XSqW__label{font-size:10px;font-weight:500;line-height:1}@media (min-width:769px){.BottomTabBar-module__R9XSqW__tabBar{display:none}}
.RelationshipPanel-module__lkorBa__content{flex-direction:column;height:100%;display:flex}.RelationshipPanel-module__lkorBa__stats{gap:var(--spacing-sm);padding:var(--spacing-md);display:flex}.RelationshipPanel-module__lkorBa__statItem{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm);background:var(--color-background);border-radius:var(--radius-lg);flex:1;display:flex}.RelationshipPanel-module__lkorBa__statIcon{color:var(--color-info)}.RelationshipPanel-module__lkorBa__statContent{flex-direction:column;gap:2px;display:flex}.RelationshipPanel-module__lkorBa__statLabel{font-size:var(--font-size-xs);color:var(--color-text-muted)}.RelationshipPanel-module__lkorBa__statValue{font-size:var(--font-size-sm);color:var(--color-text-main);font-weight:600}.RelationshipPanel-module__lkorBa__summarySection{padding:0 var(--spacing-md) var(--spacing-md);flex-direction:column;flex:1;display:flex}.RelationshipPanel-module__lkorBa__summaryHeader{align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm);display:flex}.RelationshipPanel-module__lkorBa__summaryIcon{color:var(--color-warning)}.RelationshipPanel-module__lkorBa__summaryTitle{font-size:var(--font-size-sm);flex:1;font-weight:500}.RelationshipPanel-module__lkorBa__refreshBtn{color:var(--color-text-muted);cursor:pointer;padding:var(--spacing-xs);border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.RelationshipPanel-module__lkorBa__refreshBtn:hover:not(:disabled){color:var(--color-text-main);background:var(--color-background)}.RelationshipPanel-module__lkorBa__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.RelationshipPanel-module__lkorBa__spinning{animation:1s linear infinite RelationshipPanel-module__lkorBa__spin}@keyframes RelationshipPanel-module__lkorBa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.RelationshipPanel-module__lkorBa__summaryContent{padding:var(--spacing-md);background:var(--color-background);border-radius:var(--radius-lg);flex:1;min-height:100px}.RelationshipPanel-module__lkorBa__summaryText{font-size:var(--font-size-sm);color:var(--color-text-main);margin:0;line-height:1.6}.RelationshipPanel-module__lkorBa__summaryEmpty{font-size:var(--font-size-sm);color:var(--color-text-muted);text-align:center;padding:var(--spacing-lg) 0;margin:0}.RelationshipPanel-module__lkorBa__lockedContent{padding:var(--spacing-lg) 0;justify-content:center;align-items:center;gap:var(--spacing-md);flex-direction:column;display:flex}.RelationshipPanel-module__lkorBa__lockIcon{color:var(--color-text-dim)}.RelationshipPanel-module__lkorBa__lockedInfo{gap:var(--spacing-sm);flex-direction:column;width:100%;display:flex}.RelationshipPanel-module__lkorBa__lockedTitle{font-size:var(--font-size-base);color:var(--color-text);text-align:center;margin:0;font-weight:600}.RelationshipPanel-module__lkorBa__lockedDesc{font-size:var(--font-size-sm);color:var(--color-text-muted);text-align:center;margin:0;line-height:1.5}.RelationshipPanel-module__lkorBa__featureList{margin:var(--spacing-sm) 0 0 0;gap:var(--spacing-xs);flex-direction:column;padding:0;list-style:none;display:flex}.RelationshipPanel-module__lkorBa__featureList li{font-size:var(--font-size-sm);color:var(--color-text-muted);padding-left:var(--spacing-md);line-height:1.5;position:relative}.RelationshipPanel-module__lkorBa__featureList li:before{content:"✨";position:absolute;top:0;left:0}.RelationshipPanel-module__lkorBa__lockedText{font-size:var(--font-size-sm);color:var(--color-text-muted);text-align:center;margin:0}.RelationshipPanel-module__lkorBa__upgradeBtn{background:linear-gradient(135deg, var(--color-secondary), var(--color-primary));color:#fff;padding:var(--spacing-sm) var(--spacing-lg);border-radius:var(--radius-full);font-size:var(--font-size-sm);cursor:pointer;border:none;font-weight:500;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s}.RelationshipPanel-module__lkorBa__upgradeBtn:hover{transform:scale(1.05);box-shadow:0 4px 12px #a855f766}.RelationshipPanel-module__lkorBa__summaryPending{font-size:var(--font-size-sm);color:var(--color-text-muted);text-align:center;padding:var(--spacing-lg) 0;justify-content:center;align-items:center;gap:var(--spacing-sm);margin:0;display:flex}.RelationshipPanel-module__lkorBa__nextUpdate{font-size:var(--font-size-xs);color:var(--color-text-dim);text-align:right;margin-top:var(--spacing-sm)}.RelationshipPanel-module__lkorBa__tips{padding:var(--spacing-sm) 0;border-top:1px solid var(--glass-border);margin-top:var(--spacing-md)}.RelationshipPanel-module__lkorBa__tips p{font-size:var(--font-size-xs);color:var(--color-text-muted);margin:0;line-height:1.5}.RelationshipPanel-module__lkorBa__skeletonHeader,.RelationshipPanel-module__lkorBa__skeletonBody{gap:var(--spacing-sm);padding:var(--spacing-md) 0;flex-direction:column;display:flex}.RelationshipPanel-module__lkorBa__skeletonLine{border-radius:var(--radius-sm);background:linear-gradient(90deg,#ffffff0a 0%,#ffffff14 50%,#ffffff0a 100%) 0 0/200% 100%;height:14px;animation:1.4s ease-in-out infinite RelationshipPanel-module__lkorBa__relSkeleton}@keyframes RelationshipPanel-module__lkorBa__relSkeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.RelationshipPanel-module__lkorBa__emptyState{padding:var(--spacing-lg);color:var(--color-text-muted);font-size:var(--font-size-sm);text-align:center}
.Footer-module__3hUVsW__footer{border-top:1px solid var(--glass-border);background:var(--color-surface);padding:var(--spacing-lg);margin-top:var(--spacing-xl)}.Footer-module__3hUVsW__inner{justify-content:space-between;align-items:center;gap:var(--spacing-lg);flex-wrap:wrap;max-width:1200px;margin:0 auto;display:flex}.Footer-module__3hUVsW__brand{align-items:center;gap:var(--spacing-sm);flex-wrap:wrap;display:flex}.Footer-module__3hUVsW__logo{color:var(--color-text-main);font-weight:700}.Footer-module__3hUVsW__copyright{color:var(--color-text-muted);font-size:.825rem}.Footer-module__3hUVsW__links{gap:var(--spacing-md);flex-wrap:wrap;display:flex}.Footer-module__3hUVsW__links a{color:var(--color-text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__links a:hover{color:var(--color-primary)}@media (max-width:768px){.Footer-module__3hUVsW__inner{align-items:flex-start;gap:var(--spacing-md);flex-direction:column}.Footer-module__3hUVsW__links{gap:var(--spacing-sm) var(--spacing-md)}}
.AnnouncementBar-module__H9nLha__bar{width:100%;font-size:var(--font-size-sm);z-index:var(--z-fixed);justify-content:space-between;align-items:center;padding:10px 16px;font-weight:500;transition:background-color .3s,color .3s,border-color .3s,box-shadow .3s,opacity .3s,transform .3s;display:flex;position:relative}.AnnouncementBar-module__H9nLha__dismissed{opacity:0;pointer-events:none;transform:translateY(-100%)}.AnnouncementBar-module__H9nLha__info{color:#60a5fa;background:linear-gradient(135deg,#3b82f626 0%,#2563eb1a 100%);border-bottom:1px solid #3b82f64d}.AnnouncementBar-module__H9nLha__warning{color:var(--color-accent-gold);background:linear-gradient(135deg,#f59e0b26 0%,#d977061a 100%);border-bottom:1px solid #f59e0b4d}.AnnouncementBar-module__H9nLha__error{color:#f87171;background:linear-gradient(135deg,#ef444426 0%,#dc26261a 100%);border-bottom:1px solid #ef44444d}.AnnouncementBar-module__H9nLha__success{color:#4ade80;background:linear-gradient(135deg,#22c55e26 0%,#16a34a1a 100%);border-bottom:1px solid #22c55e4d}.AnnouncementBar-module__H9nLha__content{flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.AnnouncementBar-module__H9nLha__icon{flex-shrink:0;align-items:center;display:flex}.AnnouncementBar-module__H9nLha__message{line-height:1.4}.AnnouncementBar-module__H9nLha__link{color:inherit;text-underline-offset:2px;white-space:nowrap;text-decoration:underline;transition:opacity .2s}.AnnouncementBar-module__H9nLha__link:hover{opacity:.8}.AnnouncementBar-module__H9nLha__closeBtn{flex-shrink:0;margin-left:8px;opacity:.7!important;color:inherit!important;background:0 0!important;padding:4px!important}.AnnouncementBar-module__H9nLha__closeBtn:hover{opacity:1!important}@media (max-width:768px){.AnnouncementBar-module__H9nLha__bar{padding:8px 12px;font-size:12px}.AnnouncementBar-module__H9nLha__content{gap:8px}.AnnouncementBar-module__H9nLha__icon{display:none}.AnnouncementBar-module__H9nLha__message{text-align:center}}@media (max-width:480px){.AnnouncementBar-module__H9nLha__bar{padding:6px 10px;font-size:11px}.AnnouncementBar-module__H9nLha__link{display:none}}
.ImageViewer-module__WblF4G__overlay{z-index:var(--z-image-viewer);background:#000000e6;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImageViewer-module__WblF4G__container{flex-direction:column;width:100%;height:100%;display:flex}.ImageViewer-module__WblF4G__toolbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;justify-content:center;align-items:center;gap:8px;padding:12px 16px;display:flex}.ImageViewer-module__WblF4G__toolBtn{background:var(--color-border)!important;color:#fff!important}.ImageViewer-module__WblF4G__toolBtn:hover{background:#fff3!important}.ImageViewer-module__WblF4G__scaleText{color:#fff;text-align:center;min-width:50px;font-size:14px}.ImageViewer-module__WblF4G__closeBtn{margin-left:16px;color:#fff!important;background:#ff64644d!important}.ImageViewer-module__WblF4G__closeBtn:hover{background:#ff646480!important}.ImageViewer-module__WblF4G__imageWrapper{flex:1;justify-content:center;align-items:center;padding:20px;display:flex;position:relative;overflow:hidden}.ImageViewer-module__WblF4G__image{object-fit:contain;border-radius:8px;max-width:90%;max-height:90%;transition:transform .3s;box-shadow:0 10px 40px #00000080}@media (max-width:768px){.ImageViewer-module__WblF4G__toolbar{gap:4px;padding:8px 12px}.ImageViewer-module__WblF4G__scaleText{min-width:40px;font-size:12px}.ImageViewer-module__WblF4G__closeBtn{margin-left:8px}.ImageViewer-module__WblF4G__imageWrapper{padding:10px}.ImageViewer-module__WblF4G__image{max-width:95%;max-height:85%}}
.CharacterProfileModal-module__A6-HlW__overlay{-webkit-backdrop-filter:blur(var(--blur-sm));z-index:var(--z-modal-backdrop);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CharacterProfileModal-module__A6-HlW__modal{border:1px solid var(--glass-border);border-radius:var(--radius-2xl);width:90%;max-width:900px;min-height:500px;max-height:85vh;box-shadow:var(--shadow-2xl), var(--shadow-glow);background:#0f172af2;flex-direction:column;display:flex;position:relative;overflow:hidden}.CharacterProfileModal-module__A6-HlW__dragHandle{background:#ffffff4d;border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:8px auto 0}.CharacterProfileModal-module__A6-HlW__header{padding:var(--spacing-xl);border-bottom:1px solid var(--glass-border);background:linear-gradient(to bottom, var(--glass-highlight), transparent);justify-content:space-between;align-items:flex-start;display:flex}.CharacterProfileModal-module__A6-HlW__avatarSection{gap:var(--spacing-lg);align-items:center;display:flex}.CharacterProfileModal-module__A6-HlW__avatarContainer{display:inline-block;position:relative}.CharacterProfileModal-module__A6-HlW__avatar{object-fit:cover;border:3px solid var(--color-primary);width:80px;height:80px;box-shadow:var(--shadow-lg);cursor:pointer;border-radius:50%;transition:transform .2s,box-shadow .2s}.CharacterProfileModal-module__A6-HlW__avatar:hover{transform:scale(1.05);box-shadow:0 0 20px #8b5cf680}.CharacterProfileModal-module__A6-HlW__fullImageBtn{border:2px solid var(--color-primary);color:#fff;cursor:pointer;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex;position:absolute;bottom:0;right:0}.CharacterProfileModal-module__A6-HlW__fullImageBtn:hover{background:var(--color-primary);transform:scale(1.1)}.CharacterProfileModal-module__A6-HlW__headerInfo{gap:var(--spacing-xs);flex-direction:column;display:flex}.CharacterProfileModal-module__A6-HlW__nameRow{align-items:center;gap:var(--spacing-md);display:flex}.CharacterProfileModal-module__A6-HlW__name{font-family:var(--font-display);font-size:var(--font-size-3xl);color:var(--color-text-main);text-shadow:0 2px 10px #8b5cf64d;margin:0;font-weight:700}.CharacterProfileModal-module__A6-HlW__tagline{font-size:var(--font-size-base);color:var(--color-text-muted);margin:0;font-style:italic}.CharacterProfileModal-module__A6-HlW__premiumBadge{background:linear-gradient(135deg, var(--color-gold-gradient-start), var(--color-gold-gradient-end));color:#000;border-radius:var(--radius-full);font-size:var(--font-size-xs);align-self:flex-start;padding:4px 12px;font-weight:700;display:inline-block;box-shadow:0 2px 8px #ffd7004d}.CharacterProfileModal-module__A6-HlW__freeBadge{background:linear-gradient(135deg, var(--color-success), #059669);color:#fff;border-radius:var(--radius-full);font-size:var(--font-size-xs);align-self:flex-start;padding:4px 12px;font-weight:700;display:inline-block;box-shadow:0 2px 8px #10b9814d}.CharacterProfileModal-module__A6-HlW__adultBadge{color:#fff;border-radius:var(--radius-full);font-size:var(--font-size-xs);background:linear-gradient(135deg,#ef4444,#dc2626);align-self:flex-start;padding:4px 12px;font-weight:700;display:inline-block;box-shadow:0 2px 8px #ef44444d}.CharacterProfileModal-module__A6-HlW__galleryBadge{background:linear-gradient(135deg, var(--color-gold-gradient-start), #ec4899);color:#000;border-radius:var(--radius-full);font-size:var(--font-size-xs);align-self:flex-start;padding:4px 12px;font-weight:700;display:inline-block;box-shadow:0 2px 8px #ec48994d}.CharacterProfileModal-module__A6-HlW__closeButton{background:var(--color-border);width:40px;height:40px;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.CharacterProfileModal-module__A6-HlW__closeButton:hover{background:var(--glass-bg-strong);color:#fff;transform:rotate(90deg)}.CharacterProfileModal-module__A6-HlW__tabs{gap:var(--spacing-md);padding:0 var(--spacing-xl);border-bottom:1px solid var(--glass-border);background:#0003;display:flex}.CharacterProfileModal-module__A6-HlW__tab{padding:var(--spacing-md) var(--spacing-lg);color:#ffffffb3;font-size:var(--font-size-base);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;font-weight:500;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;position:relative}.CharacterProfileModal-module__A6-HlW__tab:hover{color:#fffffff2}.CharacterProfileModal-module__A6-HlW__activeTab{color:var(--color-primary);font-weight:600}.CharacterProfileModal-module__A6-HlW__activeTab:after{content:"";background:var(--color-primary);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0;box-shadow:0 -2px 8px #8b5cf680}.CharacterProfileModal-module__A6-HlW__content{padding:var(--spacing-xl);overscroll-behavior:contain;flex:1;min-height:200px;overflow-y:auto}.CharacterProfileModal-module__A6-HlW__content::-webkit-scrollbar{width:8px}.CharacterProfileModal-module__A6-HlW__content::-webkit-scrollbar-track{background:var(--glass-highlight)}.CharacterProfileModal-module__A6-HlW__content::-webkit-scrollbar-thumb{background:#8b5cf64d;border-radius:4px}.CharacterProfileModal-module__A6-HlW__content::-webkit-scrollbar-thumb:hover{background:#8b5cf680}.CharacterProfileModal-module__A6-HlW__footer{padding:var(--spacing-md) var(--spacing-xl);border-top:1px solid var(--glass-border);gap:var(--spacing-sm);background:#0000004d;flex-direction:column;flex-shrink:0;display:flex}.CharacterProfileModal-module__A6-HlW__actionButtons{gap:var(--spacing-md);width:100%;display:flex}.CharacterProfileModal-module__A6-HlW__galleryButton{padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--radius-lg);color:#f472b6;font-size:var(--font-size-base);cursor:pointer;justify-content:center;align-items:center;gap:var(--spacing-xs);background:linear-gradient(135deg,#ec48991a,#a855f71a);border:1px solid #ec48994d;flex:1;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.CharacterProfileModal-module__A6-HlW__galleryButton:hover{background:linear-gradient(135deg,#ec489933,#a855f733);border-color:#ec489980;transform:translateY(-2px);box-shadow:0 4px 12px #ec48994d}.CharacterProfileModal-module__A6-HlW__galleryButton:after{content:"👑";margin-left:4px;font-size:12px}.CharacterProfileModal-module__A6-HlW__startButton{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));color:#fff;padding:var(--spacing-md) var(--spacing-lg);border-radius:var(--radius-lg);font-size:var(--font-size-lg);cursor:pointer;border:none;flex:2;font-weight:700;transition:background-color .3s,color .3s,border-color .3s,box-shadow .3s,opacity .3s,transform .3s;box-shadow:0 4px 15px #8b5cf666}.CharacterProfileModal-module__A6-HlW__startButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf699}.CharacterProfileModal-module__A6-HlW__startButton:active{transform:translateY(0)}.CharacterProfileModal-module__A6-HlW__greetingPreview{background:var(--glass-bg-subtle);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--spacing-md);margin-bottom:var(--spacing-sm)}.CharacterProfileModal-module__A6-HlW__greetingLabel{font-size:var(--font-size-xs);color:var(--color-text-muted);margin-bottom:var(--spacing-xs);text-transform:uppercase;letter-spacing:.5px;display:block}.CharacterProfileModal-module__A6-HlW__greetingText{font-size:var(--font-size-sm);color:var(--color-text-main);opacity:.9;white-space:pre-wrap;word-break:break-word;margin:0;line-height:1.5}.CharacterProfileModal-module__A6-HlW__greetingCollapsed{max-height:100px;position:relative;overflow:hidden}.CharacterProfileModal-module__A6-HlW__greetingCollapsed:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0000004d);height:30px;position:absolute;bottom:0;left:0;right:0}.CharacterProfileModal-module__A6-HlW__expandBtn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;margin-top:4px;padding:4px 0;font-size:13px;transition:opacity .2s}.CharacterProfileModal-module__A6-HlW__expandBtn:hover{opacity:.8}@media (max-width:768px){.CharacterProfileModal-module__A6-HlW__overlay{align-items:flex-end}.CharacterProfileModal-module__A6-HlW__modal{border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;border:none;border-top:1px solid var(--glass-border);width:100%;min-height:auto;max-height:92vh}.CharacterProfileModal-module__A6-HlW__header{padding:var(--spacing-md) var(--spacing-lg)}.CharacterProfileModal-module__A6-HlW__avatarSection{align-items:center;gap:var(--spacing-md);flex-direction:row}.CharacterProfileModal-module__A6-HlW__avatar{width:56px;height:56px}.CharacterProfileModal-module__A6-HlW__name{font-size:var(--font-size-xl)}.CharacterProfileModal-module__A6-HlW__nameRow{gap:var(--spacing-sm)}.CharacterProfileModal-module__A6-HlW__tagline{font-size:var(--font-size-sm)}.CharacterProfileModal-module__A6-HlW__tabs{padding:0 var(--spacing-md);-webkit-overflow-scrolling:touch;gap:var(--spacing-sm);background:#0000004d;flex-shrink:0;min-height:44px;display:flex;overflow-x:auto}.CharacterProfileModal-module__A6-HlW__tab{white-space:nowrap;align-items:center;min-height:44px;font-weight:500;display:flex;color:#ffffffd9!important;padding:12px 16px!important;font-size:14px!important}.CharacterProfileModal-module__A6-HlW__tab:hover{color:#fff!important}.CharacterProfileModal-module__A6-HlW__activeTab{font-weight:600;color:var(--color-primary)!important}.CharacterProfileModal-module__A6-HlW__content{padding:var(--spacing-md);flex:1;min-height:0;overflow-y:auto}.CharacterProfileModal-module__A6-HlW__footer{padding:var(--spacing-md)}.CharacterProfileModal-module__A6-HlW__actionButtons{gap:var(--spacing-sm)}.CharacterProfileModal-module__A6-HlW__galleryButton,.CharacterProfileModal-module__A6-HlW__startButton{padding:var(--spacing-sm) var(--spacing-md);font-size:var(--font-size-sm)}}@media (max-width:480px){.CharacterProfileModal-module__A6-HlW__overlay{align-items:flex-end}.CharacterProfileModal-module__A6-HlW__modal{border-radius:16px 16px 0 0;width:100%;min-height:auto;max-height:90vh}.CharacterProfileModal-module__A6-HlW__header{padding:12px 16px}.CharacterProfileModal-module__A6-HlW__avatarSection{flex-direction:row;align-items:center;gap:10px}.CharacterProfileModal-module__A6-HlW__avatar{border-width:2px;width:48px;height:48px}.CharacterProfileModal-module__A6-HlW__name{font-size:1.1rem}.CharacterProfileModal-module__A6-HlW__nameRow{gap:8px}.CharacterProfileModal-module__A6-HlW__tagline{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}.CharacterProfileModal-module__A6-HlW__premiumBadge{padding:2px 6px;font-size:.7rem}.CharacterProfileModal-module__A6-HlW__closeButton{width:32px;height:32px}.CharacterProfileModal-module__A6-HlW__tabs{gap:var(--spacing-sm);background:#0000004d;padding:0 12px}.CharacterProfileModal-module__A6-HlW__tab{color:#ffffffd9;padding:10px 14px;font-size:13px;font-weight:500}.CharacterProfileModal-module__A6-HlW__activeTab{color:var(--color-primary);font-weight:600}.CharacterProfileModal-module__A6-HlW__content{flex:1;min-height:0;padding:12px;overflow-y:auto}.CharacterProfileModal-module__A6-HlW__footer{padding:10px 16px}.CharacterProfileModal-module__A6-HlW__actionButtons{gap:8px}.CharacterProfileModal-module__A6-HlW__galleryButton{padding:10px 12px;font-size:.8rem}.CharacterProfileModal-module__A6-HlW__galleryButton:after{font-size:9px}.CharacterProfileModal-module__A6-HlW__startButton{padding:10px 12px;font-size:.85rem}.CharacterProfileModal-module__A6-HlW__greetingPreview{margin-bottom:6px;padding:8px}.CharacterProfileModal-module__A6-HlW__greetingLabel{font-size:.7rem}.CharacterProfileModal-module__A6-HlW__greetingText{font-size:.75rem}}.CharacterProfileModal-module__A6-HlW__actionButtons{border-top:1px solid var(--glass-border);background:#0f172acc;flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.CharacterProfileModal-module__A6-HlW__actionButtons .button:last-child{animation:2.5s ease-in-out infinite CharacterProfileModal-module__A6-HlW__ctaPulse;position:relative}.CharacterProfileModal-module__A6-HlW__actionButtons .button:last-child:hover{animation:none;transform:translateY(-2px);box-shadow:0 6px 24px #8b5cf680}@keyframes CharacterProfileModal-module__A6-HlW__ctaPulse{0%,to{box-shadow:0 4px 12px #8b5cf64d}50%{box-shadow:0 4px 24px #8b5cf699,0 0 40px #8b5cf633}}@media (max-width:768px){.CharacterProfileModal-module__A6-HlW__actionButtons{gap:.5rem;padding:.75rem 1rem}.CharacterProfileModal-module__A6-HlW__actionButtons button,.CharacterProfileModal-module__A6-HlW__actionButtons a{padding:.5rem .75rem;font-size:.8rem}}
.ProfileTab-module__1ZLgZa__container{flex-direction:column;gap:30px;display:flex}.ProfileTab-module__1ZLgZa__description h3{color:#fff;margin:0 0 12px;font-size:18px;font-weight:600}.ProfileTab-module__1ZLgZa__description p{color:#cbd5e0;white-space:pre-wrap;word-break:break-word;margin:0;font-size:15px;line-height:1.7}.ProfileTab-module__1ZLgZa__description p+p{margin-top:12px}.ProfileTab-module__1ZLgZa__attributeGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.ProfileTab-module__1ZLgZa__attributeCard{background:linear-gradient(135deg,#4f46e51a,#8b5cf60d);border:1px solid #8b5cf633;border-radius:16px;padding:18px;transition:background-color .3s,color .3s,border-color .3s,box-shadow .3s,opacity .3s,transform .3s}.ProfileTab-module__1ZLgZa__attributeCard:hover{border-color:#8b5cf666;transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf626}.ProfileTab-module__1ZLgZa__attributeHeader{align-items:center;gap:10px;margin-bottom:12px;display:flex}.ProfileTab-module__1ZLgZa__attributeIcon{background:#8b5cf626;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.ProfileTab-module__1ZLgZa__attributeLabel{color:#a78bfa;text-transform:uppercase;letter-spacing:.5px;font-size:14px;font-weight:600}.ProfileTab-module__1ZLgZa__attributeContent{color:#e2e8f0;margin:0;font-size:14px;line-height:1.7}.ProfileTab-module__1ZLgZa__personalityStyle{background:linear-gradient(135deg,#ec48991a,#8b5cf60d);border:1px solid #ec489933;border-radius:16px;padding:20px}.ProfileTab-module__1ZLgZa__personalityStyle h3{color:#fff;align-items:center;gap:10px;margin:0 0 12px;font-size:18px;font-weight:600;display:flex}.ProfileTab-module__1ZLgZa__personalityStyle p{color:#e2e8f0;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.8}.ProfileTab-module__1ZLgZa__sectionIcon{font-size:20px}.ProfileTab-module__1ZLgZa__textBlock{position:relative}.ProfileTab-module__1ZLgZa__collapsed{max-height:150px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 60%,#0000);mask-image:linear-gradient(#000 60%,#0000)}.ProfileTab-module__1ZLgZa__expandBtn{color:#a78bfa;cursor:pointer;background:0 0;border:none;margin-top:4px;padding:4px 0;font-size:13px;transition:opacity .2s}.ProfileTab-module__1ZLgZa__expandBtn:hover{opacity:.8}.ProfileTab-module__1ZLgZa__tags{flex-wrap:wrap;gap:10px;display:flex}.ProfileTab-module__1ZLgZa__tag{color:#a78bfa;background:#4f46e533;border:1px solid #4f46e566;border-radius:20px;padding:6px 14px;font-size:14px;font-weight:500}.ProfileTab-module__1ZLgZa__personality h3{color:#fff;margin:0 0 20px;font-size:20px;font-weight:600}.ProfileTab-module__1ZLgZa__stats{flex-direction:column;gap:15px;display:flex}.ProfileTab-module__1ZLgZa__stat{grid-template-columns:100px 1fr 50px;align-items:center;gap:15px;display:grid}.ProfileTab-module__1ZLgZa__statName{color:#a0aec0;font-size:14px;font-weight:500}.ProfileTab-module__1ZLgZa__statBar{background:var(--color-border);border-radius:4px;height:8px;overflow:hidden}.ProfileTab-module__1ZLgZa__statFill{background:linear-gradient(90deg,#4f46e5,#7c3aed);border-radius:4px;height:100%;transition:width .3s ease-out}.ProfileTab-module__1ZLgZa__statValue{color:#fff;text-align:right;font-size:14px;font-weight:600}@media (max-width:768px){.ProfileTab-module__1ZLgZa__attributeGrid{grid-template-columns:1fr}.ProfileTab-module__1ZLgZa__stat{grid-template-columns:80px 1fr 40px;gap:10px}}
.WorldTab-module__McI9BW__container{flex-direction:column;gap:24px;display:flex}.WorldTab-module__McI9BW__empty{text-align:center;color:#a0aec0;padding:60px 20px}.WorldTab-module__McI9BW__empty p:first-child{margin-bottom:8px;font-size:18px}.WorldTab-module__McI9BW__emptyHint{color:#718096;font-size:14px}.WorldTab-module__McI9BW__scenario{background:linear-gradient(135deg,#fbbf241a,#f59e0b0d);border:1px solid #fbbf2440;border-radius:16px;padding:20px;position:relative;overflow:hidden}.WorldTab-module__McI9BW__scenario:before{content:"✨";opacity:.05;pointer-events:none;font-size:80px;position:absolute;top:-10px;right:-10px}.WorldTab-module__McI9BW__scenario h3{color:var(--color-accent-gold);align-items:center;gap:10px;margin:0 0 12px;font-size:18px;font-weight:600;display:flex}.WorldTab-module__McI9BW__scenario h3 svg{color:var(--color-accent-gold)}.WorldTab-module__McI9BW__scenario p{color:#e2e8f0;white-space:pre-wrap;margin:0;font-size:15px;line-height:1.8}.WorldTab-module__McI9BW__lore{background:linear-gradient(135deg,#3b82f61a,#8b5cf60d);border:1px solid #3b82f633;border-radius:16px;padding:20px;position:relative;overflow:hidden}.WorldTab-module__McI9BW__lore:before{content:"📖";opacity:.05;pointer-events:none;font-size:80px;position:absolute;top:-10px;right:-10px}.WorldTab-module__McI9BW__lore h3,.WorldTab-module__McI9BW__section h3{color:#fff;align-items:center;gap:10px;margin:0 0 12px;font-size:18px;font-weight:600;display:flex}.WorldTab-module__McI9BW__lore p{color:#e2e8f0;text-align:justify;margin:0;font-size:15px;line-height:1.8}.WorldTab-module__McI9BW__section{background:#0003;border:1px solid #ffffff14;border-radius:16px;padding:20px;transition:background-color .3s,color .3s,border-color .3s,box-shadow .3s,opacity .3s,transform .3s}.WorldTab-module__McI9BW__section:hover{background:#00000040;border-color:#ffffff26}.WorldTab-module__McI9BW__section h3 svg{color:#a78bfa}.WorldTab-module__McI9BW__list{flex-direction:column;gap:10px;display:flex}.WorldTab-module__McI9BW__item{color:#e2e8f0;background:#ffffff08;border-radius:10px;align-items:flex-start;gap:12px;padding:10px 12px;font-size:14px;line-height:1.5;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.WorldTab-module__McI9BW__item:hover{background:#8b5cf61a;transform:translate(4px)}.WorldTab-module__McI9BW__bullet{color:#a78bfa;flex-shrink:0;font-size:18px;font-weight:700;line-height:1}@media (max-width:768px){.WorldTab-module__McI9BW__lore,.WorldTab-module__McI9BW__section{padding:16px}.WorldTab-module__McI9BW__item{padding:8px 10px}}
.ExamplesTab-module__6F5NiG__container{flex-direction:column;gap:20px;display:flex}.ExamplesTab-module__6F5NiG__empty{text-align:center;color:#a0aec0;padding:60px 20px}.ExamplesTab-module__6F5NiG__header{color:#fff;align-items:center;gap:10px;display:flex}.ExamplesTab-module__6F5NiG__header h3{margin:0;font-size:20px;font-weight:600}.ExamplesTab-module__6F5NiG__subtitle{color:#a0aec0;margin:-10px 0 10px;font-size:14px}.ExamplesTab-module__6F5NiG__dialogues{flex-direction:column;gap:30px;display:flex}.ExamplesTab-module__6F5NiG__dialogue{background:#0003;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:15px;padding:20px;display:flex}.ExamplesTab-module__6F5NiG__userMessage,.ExamplesTab-module__6F5NiG__characterMessage{align-items:flex-start;gap:10px;display:flex}.ExamplesTab-module__6F5NiG__userMessage{flex-direction:row-reverse}.ExamplesTab-module__6F5NiG__userAvatarWrapper{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ExamplesTab-module__6F5NiG__userIcon{color:#fff}.ExamplesTab-module__6F5NiG__messageBubble{border-radius:16px;max-width:85%;padding:12px 16px;font-size:15px;line-height:1.5}.ExamplesTab-module__6F5NiG__userMessage .ExamplesTab-module__6F5NiG__messageBubble{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-bottom-right-radius:4px}.ExamplesTab-module__6F5NiG__characterMessage .ExamplesTab-module__6F5NiG__messageBubble{background:var(--color-border);color:#cbd5e0;border-bottom-left-radius:4px}.ExamplesTab-module__6F5NiG__sender{color:#a0aec0;margin-top:4px;font-size:12px;display:block}.ExamplesTab-module__6F5NiG__userMessage .ExamplesTab-module__6F5NiG__sender{text-align:right}.ExamplesTab-module__6F5NiG__miniAvatar{object-fit:cover;border:2px solid #4f46e54d;border-radius:50%;flex-shrink:0;width:40px;height:40px}@media (max-width:768px){.ExamplesTab-module__6F5NiG__dialogue{padding:15px}.ExamplesTab-module__6F5NiG__messageBubble{max-width:90%;font-size:14px}.ExamplesTab-module__6F5NiG__userAvatarWrapper{width:36px;height:36px}.ExamplesTab-module__6F5NiG__userIcon{width:18px;height:18px}.ExamplesTab-module__6F5NiG__miniAvatar{width:36px;height:36px}}
.OpeningLineSelector-module__W7EwLa__container{flex-direction:column;gap:8px;display:flex}.OpeningLineSelector-module__W7EwLa__title{color:#fff;margin:0;font-size:14px;font-weight:600}.OpeningLineSelector-module__W7EwLa__options{flex-direction:column;gap:8px;max-height:min(280px,40vh);padding-right:4px;display:flex;overflow-y:auto}.OpeningLineSelector-module__W7EwLa__options::-webkit-scrollbar{width:6px}.OpeningLineSelector-module__W7EwLa__options::-webkit-scrollbar-track{background:var(--glass-highlight);border-radius:3px}.OpeningLineSelector-module__W7EwLa__options::-webkit-scrollbar-thumb{background:#4f46e580;border-radius:3px}.OpeningLineSelector-module__W7EwLa__option{--option-fade-bg:#ffffff0f;background:var(--glass-highlight);border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;gap:6px;padding:10px 12px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex}.OpeningLineSelector-module__W7EwLa__option:hover{background:#ffffff14;border-color:#4f46e580}.OpeningLineSelector-module__W7EwLa__optionSelected{--option-fade-bg:#4f46e533;background:#4f46e533;border-color:#4f46e599}.OpeningLineSelector-module__W7EwLa__optionContent{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.OpeningLineSelector-module__W7EwLa__radio{cursor:pointer;accent-color:#4f46e5;flex-shrink:0;margin-top:2px}.OpeningLineSelector-module__W7EwLa__text{--opening-line-height:1.5;color:#cbd5e0;font-size:14px;line-height:var(--opening-line-height);white-space:pre-wrap;word-break:break-word;flex:1}.OpeningLineSelector-module__W7EwLa__textCollapsed{max-height:calc(4 * var(--opening-line-height) * 1em);position:relative;overflow:hidden}.OpeningLineSelector-module__W7EwLa__textCollapsed:after{content:"";background:linear-gradient(180deg, #0f172a00, var(--option-fade-bg));pointer-events:none;height:1.8em;position:absolute;bottom:0;left:0;right:0}.OpeningLineSelector-module__W7EwLa__optionSelected .OpeningLineSelector-module__W7EwLa__text{color:#fff;font-weight:500}.OpeningLineSelector-module__W7EwLa__expandBtn{color:var(--color-primary);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:13px;transition:opacity .2s}.OpeningLineSelector-module__W7EwLa__expandBtn:hover{opacity:.8}@media (max-width:768px){.OpeningLineSelector-module__W7EwLa__option{padding:10px}.OpeningLineSelector-module__W7EwLa__text{font-size:14px}}
.AvatarSelector-module__QgBEOq__container{background:var(--glass-highlight);border-radius:12px;margin:1rem 0;padding:1rem}.AvatarSelector-module__QgBEOq__title{color:#ffffffe6;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.AvatarSelector-module__QgBEOq__grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;display:grid}.AvatarSelector-module__QgBEOq__avatarBtn{aspect-ratio:1;cursor:pointer;background:#0000004d;border:2px solid #ffffff1a;border-radius:12px;padding:0;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;position:relative;overflow:hidden}.AvatarSelector-module__QgBEOq__avatarBtn:hover{border-color:#ffffff4d;transform:scale(1.05)}.AvatarSelector-module__QgBEOq__avatarBtn.AvatarSelector-module__QgBEOq__selected{border-width:3px;border-color:#ff6b9d;box-shadow:0 0 20px #ff6b9d66}.AvatarSelector-module__QgBEOq__avatarImg{object-fit:cover;width:100%;height:100%}.AvatarSelector-module__QgBEOq__mainBadge{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:600;position:absolute;top:4px;right:4px}.AvatarSelector-module__QgBEOq__checkmark{color:#fff;background:#ff6b9d;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;display:flex;position:absolute;bottom:4px;right:4px}
.CreatorNotes-module__jLnGbq__container{background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border:1px solid #ffffff1a;border-radius:12px;margin:1rem 0;padding:1.25rem}.CreatorNotes-module__jLnGbq__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.CreatorNotes-module__jLnGbq__titleRow{color:#ffffffe6;align-items:center;gap:.5rem;display:flex}.CreatorNotes-module__jLnGbq__title{margin:0;font-size:1rem;font-weight:600}.CreatorNotes-module__jLnGbq__langSelector{color:#ffffffb3;align-items:center;gap:.5rem;display:flex}.CreatorNotes-module__jLnGbq__langSelect{color:#fff;cursor:pointer;background:#0000004d;border:1px solid #fff3;border-radius:6px;padding:.25rem .5rem;font-size:.85rem;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s}.CreatorNotes-module__jLnGbq__langSelect:hover{background:#0006;border-color:#fff6}.CreatorNotes-module__jLnGbq__langSelect:focus{border-color:#667eea;outline:none}.CreatorNotes-module__jLnGbq__content{margin-bottom:1rem}.CreatorNotes-module__jLnGbq__notes{color:#ffffffd9;white-space:pre-wrap;margin:0;font-size:.95rem;line-height:1.6}.CreatorNotes-module__jLnGbq__source{border-top:1px solid #ffffff1a;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;font-size:.85rem;display:flex}.CreatorNotes-module__jLnGbq__sourceLabel{color:#fff9;font-weight:500}.CreatorNotes-module__jLnGbq__sourceLink{color:#667eea;text-decoration:none;transition:color .2s}.CreatorNotes-module__jLnGbq__sourceLink:hover{color:#764ba2;text-decoration:underline}.CreatorNotes-module__jLnGbq__sourceText{color:#ffffffb3}.CreatorNotes-module__jLnGbq__timestamps{border-top:1px solid #ffffff1a;gap:1rem;margin-top:.75rem;padding-top:.75rem;font-size:.8rem;display:flex}.CreatorNotes-module__jLnGbq__timestamp{color:#ffffff80}
.AppShell-module__cB5iMW__shell{flex-direction:column;min-height:100dvh;display:flex}.AppShell-module__cB5iMW__main{flex:1;width:100%;min-height:calc(100dvh - 64px)}@media (max-width:768px){.AppShell-module__cB5iMW__main{padding:0 var(--spacing-md)}.AppShell-module__cB5iMW__withBottomNav{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}}@media (max-width:480px){.AppShell-module__cB5iMW__main{padding:0 var(--spacing-sm)}}
.BottomSheet-module__L6XlUa__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:var(--z-modal-backdrop);background:#00000080;animation:.2s ease-out BottomSheet-module__L6XlUa__fadeIn;position:fixed;inset:0}@keyframes BottomSheet-module__L6XlUa__fadeIn{0%{opacity:0}to{opacity:1}}.BottomSheet-module__L6XlUa__sheet{background:var(--color-surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;z-index:var(--z-modal);flex-direction:column;transition:transform .2s ease-out;animation:.3s cubic-bezier(.32,.72,0,1) BottomSheet-module__L6XlUa__slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000004d}@keyframes BottomSheet-module__L6XlUa__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.BottomSheet-module__L6XlUa__sheet.BottomSheet-module__L6XlUa__half{max-height:50vh}.BottomSheet-module__L6XlUa__sheet.BottomSheet-module__L6XlUa__large{max-height:70vh}.BottomSheet-module__L6XlUa__sheet.BottomSheet-module__L6XlUa__full{max-height:90vh}.BottomSheet-module__L6XlUa__dragHandle{padding:var(--spacing-sm) 0;cursor:grab;justify-content:center;display:flex}.BottomSheet-module__L6XlUa__dragHandle:active{cursor:grabbing}.BottomSheet-module__L6XlUa__dragBar{border-radius:var(--radius-full);background:#ffffff4d;width:40px;height:4px}.BottomSheet-module__L6XlUa__header{padding:0 var(--spacing-lg) var(--spacing-md);border-bottom:1px solid var(--glass-border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.BottomSheet-module__L6XlUa__title{font-size:var(--font-size-lg);color:var(--color-text-main);margin:0;font-weight:600}.BottomSheet-module__L6XlUa__closeBtn{width:36px;height:36px;color:var(--color-text-muted)!important;background:0 0!important}.BottomSheet-module__L6XlUa__closeBtn:active{transform:scale(.95);background:var(--color-border)!important}.BottomSheet-module__L6XlUa__content{padding:var(--spacing-lg);overscroll-behavior:contain;flex:1;overflow-y:auto}.BottomSheet-module__L6XlUa__content::-webkit-scrollbar{width:4px}.BottomSheet-module__L6XlUa__content::-webkit-scrollbar-track{background:0 0}.BottomSheet-module__L6XlUa__content::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#fff3}.BottomSheet-module__L6XlUa__content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}
.ConversationManager-module__m1Nbda__content{flex-direction:column;height:100%;display:flex}.ConversationManager-module__m1Nbda__actionBar{align-items:center;gap:var(--spacing-sm);padding-bottom:var(--spacing-md);display:flex}.ConversationManager-module__m1Nbda__newConvBtn{font-weight:600;background:linear-gradient(135deg, var(--color-primary) 0%, #a78bfa 100%)!important}.ConversationManager-module__m1Nbda__newConvBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf666}.ConversationManager-module__m1Nbda__iconActionBtn{width:40px!important;height:40px!important;padding:0!important}.ConversationManager-module__m1Nbda__importExportBtns{gap:var(--spacing-xs);display:flex}.ConversationManager-module__m1Nbda__importMessage{margin-bottom:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);text-align:center;font-size:.875rem}.ConversationManager-module__m1Nbda__importMessage.ConversationManager-module__m1Nbda__success{color:#6ee7b7;background:#10b98126;border:1px solid #10b9814d}.ConversationManager-module__m1Nbda__importMessage.ConversationManager-module__m1Nbda__error{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d}.ConversationManager-module__m1Nbda__convList{gap:var(--spacing-md);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ConversationManager-module__m1Nbda__emptyState{padding:var(--spacing-xl) var(--spacing-lg);text-align:center;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.ConversationManager-module__m1Nbda__emptyState p{margin:var(--spacing-sm) 0 0}.ConversationManager-module__m1Nbda__emptyHint{opacity:.7;font-size:.875rem}.ConversationManager-module__m1Nbda__convCard{border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--spacing-md);background:#ffffff08;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s,transform .2s;display:flex;position:relative}.ConversationManager-module__m1Nbda__convCard:hover{background:var(--glass-highlight);border-color:var(--color-primary)}.ConversationManager-module__m1Nbda__convInfo{cursor:pointer;flex:1;min-width:0}.ConversationManager-module__m1Nbda__convHeader{justify-content:space-between;align-items:flex-start;gap:var(--spacing-sm);margin-bottom:var(--spacing-xs);display:flex}.ConversationManager-module__m1Nbda__convName{text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:1rem;font-weight:600;overflow:hidden}.ConversationManager-module__m1Nbda__convTime{color:var(--color-text-muted);white-space:nowrap;font-size:.75rem}.ConversationManager-module__m1Nbda__convPreview{color:var(--color-text-muted);margin:0 0 var(--spacing-xs);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.ConversationManager-module__m1Nbda__convMeta{color:var(--color-text-muted);font-size:.75rem}.ConversationManager-module__m1Nbda__convActions{gap:var(--spacing-xs);margin-left:var(--spacing-sm);display:flex}.ConversationManager-module__m1Nbda__iconBtn{width:28px!important;height:28px!important;padding:0!important}.ConversationManager-module__m1Nbda__dangerBtn:hover{color:#ef4444!important;border-color:#ef4444!important}.ConversationManager-module__m1Nbda__editingMode{gap:var(--spacing-xs);width:100%;display:flex}.ConversationManager-module__m1Nbda__nameInput{padding:var(--spacing-xs) var(--spacing-sm);background:var(--color-background);border:1px solid var(--color-primary);border-radius:var(--radius-md);color:var(--color-text-main);flex:1;font-size:.875rem}.ConversationManager-module__m1Nbda__nameInput:focus{outline:none;box-shadow:0 0 0 2px #8b5cf633}
.MaintenanceMode-module__rR9szW__overlay{z-index:9999;padding:var(--spacing-lg);color:#f7e6f4;text-align:center;background:radial-gradient(circle at 30% 20%,#2a1230 0%,#0f0814 60%,#050208 100%);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:auto}.MaintenanceMode-module__rR9szW__card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#ffffff0f,#ffffff05);border:1px solid #ff69b440;border-radius:20px;width:100%;max-width:480px;padding:32px 28px;box-shadow:0 20px 60px #ff69b42e}.MaintenanceMode-module__rR9szW__icon{margin-bottom:16px;font-size:48px;line-height:1;animation:2.4s ease-in-out infinite MaintenanceMode-module__rR9szW__bounce}@keyframes MaintenanceMode-module__rR9szW__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.MaintenanceMode-module__rR9szW__icon{animation:none}}.MaintenanceMode-module__rR9szW__title{background:linear-gradient(90deg,#ff8ad8,#c87bff);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 12px;font-size:24px;font-weight:700}.MaintenanceMode-module__rR9szW__message{color:#f7e6f4db;white-space:pre-wrap;margin:0 0 16px;font-size:16px;line-height:1.6}.MaintenanceMode-module__rR9szW__recovery{color:#ffc7ec;letter-spacing:.02em;background:#ff8ad81f;border-radius:999px;margin:8px 0 16px;padding:6px 12px;font-size:14px;display:inline-block}.MaintenanceMode-module__rR9szW__thanks{color:#f7e6f499;margin:0 0 24px;font-size:14px}.MaintenanceMode-module__rR9szW__actions{justify-content:center;gap:12px;display:flex}.MaintenanceMode-module__rR9szW__button{appearance:none;cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff5fb1,#b15bff);border:none;border-radius:999px;padding:10px 24px;font-size:14px;font-weight:600;transition:transform .15s,box-shadow .2s;box-shadow:0 8px 24px #ff5fb159}.MaintenanceMode-module__rR9szW__button:hover{transform:translateY(-1px);box-shadow:0 10px 28px #ff5fb180}.MaintenanceMode-module__rR9szW__button:focus-visible{outline-offset:3px;outline:2px solid #fff8}
