.chat-module__g8wyPa__newPrompt{flex-direction:column;max-width:800px;min-height:calc(100vh - 120px);margin:0 auto;padding:0;display:flex}.chat-module__g8wyPa__chatContainer{background:var(--background);flex-direction:column;flex:1;display:flex;overflow:hidden}.chat-module__g8wyPa__header{border-bottom:1px solid var(--border);background:var(--background);z-index:10;padding:16px 24px;position:sticky;top:0}.chat-module__g8wyPa__statusStepper{color:var(--muted);align-items:center;gap:8px;margin-top:8px;font-size:12px;display:flex}.chat-module__g8wyPa__step{border:1px solid var(--border);background:var(--card-bg);border-radius:999px;padding:4px 8px}.chat-module__g8wyPa__step.chat-module__g8wyPa__active{border-color:var(--accent);color:var(--accent)}.chat-module__g8wyPa__headerTop{align-items:center;gap:12px;margin-bottom:8px;display:flex}.chat-module__g8wyPa__backButton{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-module__g8wyPa__backButton:hover{background:var(--hover-bg);color:var(--foreground)}.chat-module__g8wyPa__title{color:var(--foreground);margin:0;font-size:18px;font-weight:600}.chat-module__g8wyPa__status{color:var(--muted);background:var(--hover-bg);border-radius:12px;padding:2px 8px;font-size:12px}.chat-module__g8wyPa__subtitle{color:var(--muted);font-size:14px;line-height:1.4}.chat-module__g8wyPa__messagesContainer{flex-direction:column;flex:1;gap:16px;padding:24px;display:flex;overflow-y:auto}.chat-module__g8wyPa__message{gap:12px;max-width:100%;display:flex}.chat-module__g8wyPa__message.chat-module__g8wyPa__assistant{align-self:flex-start}.chat-module__g8wyPa__message.chat-module__g8wyPa__user{flex-direction:row-reverse;align-self:flex-end}.chat-module__g8wyPa__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.chat-module__g8wyPa__avatar.chat-module__g8wyPa__assistant{background:var(--accent);color:var(--background)}.chat-module__g8wyPa__avatar.chat-module__g8wyPa__user{background:var(--hover-bg);color:var(--foreground)}.chat-module__g8wyPa__avatar.chat-module__g8wyPa__assistant,.chat-module__g8wyPa__avatar.chat-module__g8wyPa__user{font-size:0}.chat-module__g8wyPa__messageContent{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;max-width:calc(100% - 44px);padding:16px;font-size:15px;line-height:1.5}.chat-module__g8wyPa__message.chat-module__g8wyPa__user .chat-module__g8wyPa__messageContent{background:var(--accent);color:var(--background);border-color:var(--accent)}.chat-module__g8wyPa__messageContent h3{color:inherit;margin-bottom:8px;font-size:16px;font-weight:600}.chat-module__g8wyPa__messageContent p{margin-bottom:12px}.chat-module__g8wyPa__messageContent p:last-child{margin-bottom:0}.chat-module__g8wyPa__messageContent ul{margin:8px 0;padding-left:20px}.chat-module__g8wyPa__messageContent li{margin-bottom:4px}.chat-module__g8wyPa__suggestions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.chat-module__g8wyPa__suggestion{background:var(--background);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:12px;padding:8px 12px;font-size:14px;transition:all .2s}.chat-module__g8wyPa__suggestion:hover{background:var(--hover-bg);border-color:var(--accent)}.chat-module__g8wyPa__inputContainer{border-top:1px solid var(--border);background:var(--background);padding:16px 24px}.chat-module__g8wyPa__inputWrapper{align-items:flex-end;gap:12px;max-width:100%;display:flex}.chat-module__g8wyPa__textareaContainer{flex:1;position:relative}.chat-module__g8wyPa__textarea{border:2px solid var(--border);background:var(--background);width:100%;min-height:44px;max-height:200px;color:var(--foreground);resize:none;border-radius:22px;outline:none;padding:12px 48px 12px 16px;font-family:inherit;font-size:16px;line-height:1.4;transition:all .2s}.chat-module__g8wyPa__textarea:focus{border-color:var(--accent);box-shadow:var(--focus-ring)}.chat-module__g8wyPa__textarea::placeholder{color:var(--muted)}.chat-module__g8wyPa__sendButton{background:var(--accent);width:32px;height:32px;color:var(--background);cursor:pointer;z-index:1;border:none;border-radius:50%;place-items:center;margin-block:auto;font-size:16px;line-height:1;transition:all .2s;display:grid;position:absolute;top:0;bottom:0;right:8px;transform:translateY(-4px)}.chat-module__g8wyPa__sendButton:hover{background:var(--accent-hover);transform:translateY(-4px)scale(1.05)}.chat-module__g8wyPa__sendButton:disabled{opacity:.4;cursor:not-allowed;transform:translateY(-4px)}.chat-module__g8wyPa__typing{color:var(--muted);align-items:center;gap:8px;font-size:14px;font-style:italic;display:flex}.chat-module__g8wyPa__typingDots{gap:4px;display:flex}.chat-module__g8wyPa__typingDot{background:var(--muted);border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite chat-module__g8wyPa__typing}.chat-module__g8wyPa__typingDot:first-child{animation-delay:-.32s}.chat-module__g8wyPa__typingDot:nth-child(2){animation-delay:-.16s}@keyframes chat-module__g8wyPa__typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.chat-module__g8wyPa__previewCard{border:1px solid var(--border);background:var(--background);border-radius:12px;margin-top:16px;padding:16px}.chat-module__g8wyPa__previewTitle{color:var(--muted);margin-bottom:8px;font-size:14px;font-weight:600}.chat-module__g8wyPa__previewContent h4{color:var(--foreground);margin-bottom:6px;font-size:16px;font-weight:600}.chat-module__g8wyPa__previewContent p{color:var(--muted);margin-bottom:10px;font-size:14px}.chat-module__g8wyPa__previewTags{flex-wrap:wrap;gap:6px;display:flex}.chat-module__g8wyPa__previewTag{background:var(--hover-bg);color:var(--muted);border-radius:999px;padding:4px 8px;font-size:11px}.chat-module__g8wyPa__testSection{border-top:1px solid var(--border);margin-top:20px;padding-top:16px}.chat-module__g8wyPa__testTitle{color:var(--foreground);align-items:center;gap:6px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.chat-module__g8wyPa__testTitle:before{content:"🚀";font-size:16px}.chat-module__g8wyPa__testButtons{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.chat-module__g8wyPa__testButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.chat-module__g8wyPa__testButton:before{content:"";opacity:0;background:linear-gradient(45deg,#ffffff1a,#ffffff0d);transition:opacity .3s;position:absolute;inset:0}.chat-module__g8wyPa__testButton:hover:before{opacity:1}.chat-module__g8wyPa__testButton:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.chat-module__g8wyPa__testButton:active{transition-duration:.1s;transform:translateY(-1px)}.chat-module__g8wyPa__testButtonIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex}.chat-module__g8wyPa__testButton:hover .chat-module__g8wyPa__testButtonIcon{transform:scale(1.1)}.chat-module__g8wyPa__testButtonContent{flex-direction:column;min-width:0;display:flex}.chat-module__g8wyPa__testButtonName{margin-bottom:2px;font-size:15px;font-weight:600;line-height:1.2}.chat-module__g8wyPa__testButtonDesc{opacity:.8;font-size:12px;font-weight:500;line-height:1.2}.chat-module__g8wyPa__chatgptButton{color:#fff;background:linear-gradient(135deg,#10a37f 0%,#0ea472 100%);border-color:#10a37f4d;box-shadow:0 4px 15px #10a37f33}.chat-module__g8wyPa__chatgptButton:hover{border-color:#10a37f80;box-shadow:0 8px 25px #10a37f4d}.chat-module__g8wyPa__chatgptButton .chat-module__g8wyPa__testButtonIcon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3}.chat-module__g8wyPa__claudeButton{color:#fff;background:linear-gradient(135deg,#d4a574 0%,#c29660 100%);border-color:#d4a5744d;box-shadow:0 4px 15px #d4a57433}.chat-module__g8wyPa__claudeButton:hover{border-color:#d4a57480;box-shadow:0 8px 25px #d4a5744d}.chat-module__g8wyPa__claudeButton .chat-module__g8wyPa__testButtonIcon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3}.chat-module__g8wyPa__geminiButton{color:#fff;background:linear-gradient(135deg,#4285f4 0%,#1a73e8 100%);border-color:#4285f44d;box-shadow:0 4px 15px #4285f433}.chat-module__g8wyPa__geminiButton:hover{border-color:#4285f480;box-shadow:0 8px 25px #4285f44d}.chat-module__g8wyPa__geminiButton .chat-module__g8wyPa__testButtonIcon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3}@media (prefers-color-scheme:dark){.chat-module__g8wyPa__testButton{box-shadow:0 2px 8px #0006}.chat-module__g8wyPa__testButton:hover{box-shadow:0 8px 25px #0006}.chat-module__g8wyPa__chatgptButton{box-shadow:0 4px 15px #10a37f4d}.chat-module__g8wyPa__chatgptButton:hover{box-shadow:0 8px 25px #10a37f66}.chat-module__g8wyPa__claudeButton{box-shadow:0 4px 15px #d4a5744d}.chat-module__g8wyPa__claudeButton:hover{box-shadow:0 8px 25px #d4a57466}.chat-module__g8wyPa__geminiButton{box-shadow:0 4px 15px #4285f44d}.chat-module__g8wyPa__geminiButton:hover{box-shadow:0 8px 25px #4285f466}}.chat-module__g8wyPa__finalActions{gap:12px;margin-top:16px;display:flex}.chat-module__g8wyPa__button{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.chat-module__g8wyPa__primaryButton{background:var(--accent);color:var(--background)}.chat-module__g8wyPa__primaryButton:hover{background:var(--accent-hover)}.chat-module__g8wyPa__secondaryButton{color:var(--muted);border:1px solid var(--border);background:0 0}.chat-module__g8wyPa__secondaryButton:hover{background:var(--hover-bg);color:var(--foreground)}@media (max-width:768px){.chat-module__g8wyPa__newPrompt{height:100vh}.chat-module__g8wyPa__header{padding:12px 16px}.chat-module__g8wyPa__messagesContainer{padding:16px}.chat-module__g8wyPa__inputContainer{padding:12px 16px}.chat-module__g8wyPa__messageContent{max-width:calc(100% - 32px)}.chat-module__g8wyPa__textarea{max-height:140px}.chat-module__g8wyPa__testButtons{grid-template-columns:1fr;gap:10px}.chat-module__g8wyPa__testButton{padding:12px 14px}.chat-module__g8wyPa__testButtonIcon{width:36px;height:36px}.chat-module__g8wyPa__testButtonName{font-size:14px}.chat-module__g8wyPa__testButtonDesc{font-size:11px}.chat-module__g8wyPa__testTitle{margin-bottom:10px;font-size:13px}}@media (prefers-color-scheme:dark){.chat-module__g8wyPa__textarea:focus{box-shadow:0 0 0 1px var(--accent)}}
.page-module__vydIdG__newPrompt{background:var(--background);max-width:800px;min-height:calc(100vh - 80px);padding-top:var(--space-6);flex-direction:column;margin:0 auto;display:flex}@media (max-width:768px){.page-module__vydIdG__newPrompt{max-width:100%;min-height:calc(100vh - 80px);padding-top:var(--space-4)}}
