.BackgroundEffect-module__VHAjAW__canvasContainer{z-index:-1;pointer-events:auto;background:#000;width:100vw;height:100vh;position:fixed;top:0;left:0}.BackgroundEffect-module__VHAjAW__canvas{width:100%;height:100%;display:block}
.ChatLayout-module__2F5lfG__container{z-index:10;flex-direction:column;width:100%;max-width:900px;height:100vh;margin:0 auto;padding:18px;display:flex;position:relative}.ChatLayout-module__2F5lfG__header{text-align:center;margin-bottom:15px;padding:15px 0}.ChatLayout-module__2F5lfG__headerTitle{justify-content:center;align-items:center;gap:9px;display:inline-flex}.ChatLayout-module__2F5lfG__headerLogo{width:40px;height:40px}.ChatLayout-module__2F5lfG__header h1{background:linear-gradient(90deg,#60a5fa,#3b82f6);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;margin:0;font-size:22.5px;font-weight:600}.ChatLayout-module__2F5lfG__chatArea{scrollbar-width:none;flex-direction:column;flex:1;gap:12px;padding:15px;display:flex;overflow-y:auto}.ChatLayout-module__2F5lfG__chatArea::-webkit-scrollbar{display:none}.ChatLayout-module__2F5lfG__emptyState{text-align:center;color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;animation:.8s ease-out ChatLayout-module__2F5lfG__fadeIn;display:flex}.ChatLayout-module__2F5lfG__emptyState h2{color:var(--text-primary);margin-bottom:9px;font-size:24px;font-weight:500}.ChatLayout-module__2F5lfG__emptyState p{max-width:300px;font-size:13.5px;line-height:1.5}.ChatLayout-module__2F5lfG__inputArea{border-radius:18px;align-items:flex-end;gap:9px;margin-top:auto;padding:12px;transition:box-shadow .3s;display:flex}.ChatLayout-module__2F5lfG__inputArea:focus-within{box-shadow:0 0 0 1px var(--accent-color), 0 8px 32px #0006}.ChatLayout-module__2F5lfG__textarea{color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;flex:1;min-height:33px;max-height:150px;padding:6px 3px;font-family:inherit;font-size:15px;line-height:1.5}.ChatLayout-module__2F5lfG__textarea::placeholder{color:var(--text-secondary)}.ChatLayout-module__2F5lfG__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:33px;height:33px;transition:transform .2s,box-shadow .2s;display:flex}.ChatLayout-module__2F5lfG__submitBtn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #3b82f666}.ChatLayout-module__2F5lfG__submitBtn:disabled{color:#ffffff4d;cursor:not-allowed;background:#ffffff1a}.ChatLayout-module__2F5lfG__submitBtn svg{fill:currentColor;width:15px;height:15px}.ChatLayout-module__2F5lfG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ChatLayout-module__2F5lfG__modal{background:var(--bg-color);border:1px solid var(--glass-border);text-align:center;border-radius:24px;width:90%;max-width:450px;padding:32px;box-shadow:0 20px 40px #00000080}.ChatLayout-module__2F5lfG__modal h3{margin-bottom:16px;font-size:20px}.ChatLayout-module__2F5lfG__modal p{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.ChatLayout-module__2F5lfG__modal input{border:1px solid var(--glass-border);color:#fff;background:#ffffff0d;border-radius:12px;outline:none;width:100%;margin-bottom:20px;padding:12px 16px;font-size:16px;transition:border-color .2s}.ChatLayout-module__2F5lfG__modal input:focus{border-color:var(--accent-color)}.ChatLayout-module__2F5lfG__modal button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:12px;width:100%;padding:12px 24px;font-weight:600;transition:background .2s}.ChatLayout-module__2F5lfG__modal button:hover{background:#2563eb}.ChatLayout-module__2F5lfG__skyModeToggle{cursor:pointer;background:linear-gradient(135deg,#1e3a8a,#172554);border:2px solid #93c5fd;border-radius:27px;width:52px;height:27px;margin-top:7px;padding:0;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.ChatLayout-module__2F5lfG__toggleStars{opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.ChatLayout-module__2F5lfG__skyModeToggle.ChatLayout-module__2F5lfG__active .ChatLayout-module__2F5lfG__toggleStars{opacity:1}.ChatLayout-module__2F5lfG__tinyStar{width:7.5px;height:7.5px;animation:3s infinite alternate ChatLayout-module__2F5lfG__twinkleStar;position:absolute}.ChatLayout-module__2F5lfG__tinyDot{background-color:#fde047;border-radius:50%;width:2px;height:2px;animation:2s infinite alternate ChatLayout-module__2F5lfG__twinkleStar;position:absolute}.ChatLayout-module__2F5lfG__toggleHandle{background:#93c5fd;border-radius:50%;width:20px;height:20px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:1.5px;left:1.5px;box-shadow:0 2px 4px #0000004d}.ChatLayout-module__2F5lfG__skyModeToggle.ChatLayout-module__2F5lfG__active .ChatLayout-module__2F5lfG__toggleHandle{transform:translate(25px)}@keyframes ChatLayout-module__2F5lfG__twinkleStar{0%{opacity:.3;transform:scale(.8)}to{opacity:1;transform:scale(1.1)}}
.MessageBubble-module__ftOHcq__messageContainer{width:100%;margin-bottom:18px;display:flex}.MessageBubble-module__ftOHcq__userMessage{justify-content:flex-end}.MessageBubble-module__ftOHcq__aiMessage{justify-content:flex-start}.MessageBubble-module__ftOHcq__bubble{border-radius:15px;max-width:80%;padding:12px 15px;font-size:1rem;line-height:1.5;transition:transform .2s;box-shadow:0 4px 15px #0000001a}.MessageBubble-module__ftOHcq__userBubble{max-width:70%}.MessageBubble-module__ftOHcq__aiBubble{min-width:100px;max-width:100%}.MessageBubble-module__ftOHcq__bubble:hover{transform:translateY(-2px)}.MessageBubble-module__ftOHcq__userBubble{background-color:var(--chat-bg-user);color:var(--text-primary);border:1px solid #3b82f633;border-bottom-right-radius:4px}.MessageBubble-module__ftOHcq__aiBubble{background-color:var(--chat-bg-ai);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(8px);color:var(--text-primary);border-bottom-left-radius:4px}.MessageBubble-module__ftOHcq__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:9px;display:flex}.MessageBubble-module__ftOHcq__aiMessageContent{align-items:flex-start;max-width:80%;display:flex}.MessageBubble-module__ftOHcq__generatedImage{border:1px solid var(--glass-border);border-radius:9px;max-width:100%;margin-top:6px}.MessageBubble-module__ftOHcq__imageLoader{border:1px solid var(--glass-border);background:#0003;border-radius:9px;align-items:center;padding:9px;display:flex}.MessageBubble-module__ftOHcq__spinner{border:2px solid #ffffff1a;border-top-color:var(--accent-color);border-radius:50%;width:15px;height:15px;animation:1s linear infinite MessageBubble-module__ftOHcq__spin}@keyframes MessageBubble-module__ftOHcq__spin{to{transform:rotate(360deg)}}
