.ChatInterface-module__YDIRoW__container{width:100%;height:100vh;max-width:var(--max-width);background:radial-gradient(circle at 50% 10%,#00f3ff0d,#0000 60%);flex-direction:column;margin:0 auto;transition:padding-left .3s;display:flex;position:relative;overflow:hidden}@media (min-width:769px){.ChatInterface-module__YDIRoW__container{max-width:100%;padding-left:260px}}.ChatInterface-module__YDIRoW__header{border-bottom:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ChatInterface-module__YDIRoW__logo{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.ChatInterface-module__YDIRoW__chatArea{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.ChatInterface-module__YDIRoW__chatArea::-webkit-scrollbar{width:6px}.ChatInterface-module__YDIRoW__chatArea::-webkit-scrollbar-track{background:0 0}.ChatInterface-module__YDIRoW__chatArea::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:3px}.ChatInterface-module__YDIRoW__messageContent{align-items:flex-end;gap:12px;max-width:85%;display:flex}.ChatInterface-module__YDIRoW__messageRow{width:100%;display:flex}.ChatInterface-module__YDIRoW__userRow{justify-content:flex-end}.ChatInterface-module__YDIRoW__aiRow{justify-content:flex-start}.ChatInterface-module__YDIRoW__bubble{overflow-wrap:break-word;word-break:break-word;border-radius:18px;min-width:0;padding:1rem 1.5rem;font-size:1rem;line-height:1.6;position:relative;overflow:hidden}.ChatInterface-module__YDIRoW__userBubble{background:linear-gradient(135deg,var(--primary)0%,#00c2cc 100%);color:#000;box-shadow:0 4px 15px var(--primary-glow);border-bottom-right-radius:4px;font-weight:500}.ChatInterface-module__YDIRoW__aiBubble{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--foreground);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-left-radius:4px}.ChatInterface-module__YDIRoW__inputContainer{border-top:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#05050acc;padding:1.5rem 2rem}.ChatInterface-module__YDIRoW__inputWrapper{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:24px;align-items:flex-end;gap:1rem;padding:.75rem 1rem;transition:border-color .2s;display:flex}.ChatInterface-module__YDIRoW__inputWrapper:focus-within{border-color:var(--primary);box-shadow:0 0 10px var(--primary-glow)}.ChatInterface-module__YDIRoW__textarea{color:#fff;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:24px;max-height:150px;padding:0;font-family:inherit;font-size:1rem}.ChatInterface-module__YDIRoW__sendButton{background:var(--primary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s,background .2s;display:flex}.ChatInterface-module__YDIRoW__sendButton:hover{background:#fff;transform:scale(1.05)}.ChatInterface-module__YDIRoW__sendButton:disabled{background:var(--glass-border);color:#ffffff4d;cursor:not-allowed;transform:none}@keyframes ChatInterface-module__YDIRoW__messagePop{to{opacity:1;transform:scale(1)}}.ChatInterface-module__YDIRoW__magicButton{background:linear-gradient(90deg,var(--secondary)0%,var(--primary)100%);color:#fff;box-shadow:0 0 20px var(--secondary-glow);border:1px solid #fff3;border-radius:50px;margin:0 auto 1.5rem;padding:.8rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s;animation:3s ease-in-out infinite ChatInterface-module__YDIRoW__float,2s ease-in-out infinite alternate ChatInterface-module__YDIRoW__glow;display:block}.ChatInterface-module__YDIRoW__magicButton:hover{cursor:pointer;transform:scale(1.05)translateY(-2px)}@keyframes ChatInterface-module__YDIRoW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes ChatInterface-module__YDIRoW__glow{0%{box-shadow:0 0 10px var(--secondary-glow)}to{box-shadow:0 0 30px var(--primary-glow)}}.ChatInterface-module__YDIRoW__attachButton{color:#888;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:color .2s}.ChatInterface-module__YDIRoW__attachButton:hover{color:var(--primary)}.ChatInterface-module__YDIRoW__attachmentPreview{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.ChatInterface-module__YDIRoW__attachmentItem{color:#ccc;border:1px solid var(--glass-border);background:#ffffff1a;border-radius:12px;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.8rem;display:flex}.ChatInterface-module__YDIRoW__attachmentItem button{color:#f44;cursor:pointer;background:0 0;border:none;font-size:1rem;line-height:1}.ChatInterface-module__YDIRoW__messageAttachments{flex-wrap:wrap;gap:10px;margin-bottom:10px;display:flex}.ChatInterface-module__YDIRoW__messageImage{border:1px solid var(--glass-border);border-radius:8px;max-width:200px;max-height:200px}.ChatInterface-module__YDIRoW__avatarImage{object-fit:cover;border:1px solid var(--primary);border-radius:50%;width:40px;height:40px}.ChatInterface-module__YDIRoW__mainContent{flex:1;height:100vh;position:relative}.ChatInterface-module__YDIRoW__chatContainer{flex-direction:column;height:100%;display:flex}.ChatInterface-module__YDIRoW__messagesArea{flex:1;padding:1rem 1rem 2rem;overflow-y:auto}.ChatInterface-module__YDIRoW__inputArea{flex-shrink:0}.ChatInterface-module__YDIRoW__thinkingContainer{color:#0ff;font-family:var(--font-mono,monospace);letter-spacing:.05em;text-shadow:0 0 8px #0ff6;align-items:center;gap:12px;font-size:.9rem;display:flex}.ChatInterface-module__YDIRoW__spinner{border:2px solid #0ff;border-color:#0ff #0ff #00ffff1a #00ffff1a;border-radius:50%;width:20px;height:20px;animation:1s linear infinite ChatInterface-module__YDIRoW__spinnerRotate;box-shadow:0 0 10px #00ffff80}@keyframes ChatInterface-module__YDIRoW__spinnerRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ChatInterface-module__YDIRoW__videoToggleContainer{align-items:center;gap:12px;margin-bottom:12px;padding:0 5px;display:flex}.ChatInterface-module__YDIRoW__toggleLabel{color:#00f3ff;align-items:center;gap:6px;font-size:.9rem;font-weight:500;display:flex}.ChatInterface-module__YDIRoW__creditCount{color:#666;margin-left:auto;font-size:.8rem}.ChatInterface-module__YDIRoW__creditCountValue{color:#fff;font-weight:700}.ChatInterface-module__YDIRoW__switch{width:40px;height:22px;display:inline-block;position:relative}.ChatInterface-module__YDIRoW__switch input{opacity:0;width:0;height:0}.ChatInterface-module__YDIRoW__slider{cursor:pointer;background-color:#333;border:1px solid #555;border-radius:34px;transition:all .4s;position:absolute;inset:0}.ChatInterface-module__YDIRoW__slider:before{content:"";background-color:#888;border-radius:50%;width:16px;height:16px;transition:all .4s;position:absolute;bottom:2px;left:3px}input:checked+.ChatInterface-module__YDIRoW__slider:before{background-color:#00f3ff;transform:translate(18px);box-shadow:0 0 10px #00f3ffcc}.ChatInterface-module__YDIRoW__bubble p{margin-bottom:.8em}.ChatInterface-module__YDIRoW__bubble p:last-child{margin-bottom:0}.ChatInterface-module__YDIRoW__bubble h1,.ChatInterface-module__YDIRoW__bubble h2,.ChatInterface-module__YDIRoW__bubble h3,.ChatInterface-module__YDIRoW__bubble h4{margin-top:1em;margin-bottom:.5em;font-weight:700;line-height:1.3}.ChatInterface-module__YDIRoW__bubble h1{border-bottom:1px solid #fff3;padding-bottom:.3em;font-size:1.5em}.ChatInterface-module__YDIRoW__bubble h2{font-size:1.3em}.ChatInterface-module__YDIRoW__bubble h3{font-size:1.1em}.ChatInterface-module__YDIRoW__bubble ul,.ChatInterface-module__YDIRoW__bubble ol{margin-bottom:.8em;padding-left:1.5em}.ChatInterface-module__YDIRoW__bubble li{margin-bottom:.3em}.ChatInterface-module__YDIRoW__bubble strong{color:#fff;font-weight:700}.ChatInterface-module__YDIRoW__bubble blockquote{border-left:3px solid var(--primary);color:#ffffffb3;margin:.8em 0;padding-left:1em;font-style:italic}.ChatInterface-module__YDIRoW__bubble code{font-family:var(--font-mono,monospace);background:#0000004d;border-radius:4px;padding:.2em .4em;font-size:.9em}.ChatInterface-module__YDIRoW__bubble pre{border:1px solid var(--glass-border);background:#0006;border-radius:8px;margin-bottom:.8em;padding:1em;overflow-x:auto}.ChatInterface-module__YDIRoW__bubble pre code{color:#eee;background:0 0;padding:0}.ChatInterface-module__YDIRoW__bubble table{border-collapse:collapse;border:1px solid var(--glass-border);background:#0003;border-radius:8px;width:100%;margin-bottom:1em;font-size:.9em;overflow:hidden}.ChatInterface-module__YDIRoW__bubble th,.ChatInterface-module__YDIRoW__bubble td{text-align:left;border-bottom:1px solid #ffffff1a;padding:.6em 1em}.ChatInterface-module__YDIRoW__bubble th{color:var(--primary);background:#ffffff1a;font-weight:700}.ChatInterface-module__YDIRoW__bubble tr:last-child td{border-bottom:none}.ChatInterface-module__YDIRoW__bubble a{color:var(--primary);text-decoration:underline}.ChatInterface-module__YDIRoW__userBubble .ChatInterface-module__YDIRoW__bubble a{color:#fff}.ChatInterface-module__YDIRoW__userBubble .ChatInterface-module__YDIRoW__bubble code{color:inherit}.ChatInterface-module__YDIRoW__articleButton{border:1px solid var(--glass-border);color:#ccc;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.05em;background:#ffffff0d;border-radius:20px;align-items:center;gap:6px;margin-left:15px;padding:6px 16px;font-size:.8rem;transition:all .3s;display:flex}.ChatInterface-module__YDIRoW__articleButton:hover{border-color:var(--primary);color:#fff;background:#ffffff26;transform:translateY(-1px);box-shadow:0 0 15px #00f3ff26}
