.AIChat-module-scss-module__enghvW__chatPage{background:var(--bg-deep,#050505);color:#fff;min-height:100vh;font-family:var(--font-inter);flex-direction:column;display:flex}.AIChat-module-scss-module__enghvW__header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#0a0a0acc;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}@media (max-width:600px){.AIChat-module-scss-module__enghvW__header{padding:.6rem 1rem}}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__titleArea{align-items:center;gap:.75rem;display:flex}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__titleArea .AIChat-module-scss-module__enghvW__backBtn{color:#888;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__titleArea .AIChat-module-scss-module__enghvW__backBtn:hover{color:#fff;background:#ffffff1a}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__titleArea .AIChat-module-scss-module__enghvW__headerTitle{align-items:center;gap:.5rem;display:flex}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__titleArea .AIChat-module-scss-module__enghvW__headerTitle .AIChat-module-scss-module__enghvW__icon{color:#007aff}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__titleArea .AIChat-module-scss-module__enghvW__headerTitle h1{letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__headerActions{align-items:center;gap:.75rem;display:flex}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__headerActions .AIChat-module-scss-module__enghvW__clearBtn{color:#555;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__headerActions .AIChat-module-scss-module__enghvW__clearBtn:hover{color:#ff3b30;background:#ff3b301a;border-color:#ff3b3033}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__modelBadge{color:#ff2d55;text-transform:uppercase;letter-spacing:.05em;background:#ff2d551a;border:1px solid #ff2d5533;border-radius:6px;align-items:center;gap:.3rem;padding:.25rem .5rem;font-size:.7rem;font-weight:700;display:flex}@media (max-width:600px){.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__modelBadge span{display:none}.AIChat-module-scss-module__enghvW__header .AIChat-module-scss-module__enghvW__modelBadge{padding:.3rem}}.AIChat-module-scss-module__enghvW__chatContainer{flex:1;width:100%;max-width:800px;margin:0 auto;padding:1.5rem 1rem 10rem}.AIChat-module-scss-module__enghvW__welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:10vh 1rem;display:flex;position:relative}.AIChat-module-scss-module__enghvW__welcome .AIChat-module-scss-module__enghvW__heroGlow{filter:blur(40px);z-index:-1;background:radial-gradient(circle,#007aff26 0%,#0000 70%);width:200px;height:200px;position:absolute}.AIChat-module-scss-module__enghvW__welcome .AIChat-module-scss-module__enghvW__welcomeIcon{color:#007aff;filter:drop-shadow(0 0 15px #007aff66)}.AIChat-module-scss-module__enghvW__welcome h2{background:linear-gradient(135deg,#fff 0%,#aaa 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;margin:0;font-size:1.75rem;font-weight:800}@media (max-width:600px){.AIChat-module-scss-module__enghvW__welcome h2{font-size:1.5rem}}.AIChat-module-scss-module__enghvW__welcome .AIChat-module-scss-module__enghvW__suggestions{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:500px;display:flex}.AIChat-module-scss-module__enghvW__welcome .AIChat-module-scss-module__enghvW__suggestions button{color:#999;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.8rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.AIChat-module-scss-module__enghvW__welcome .AIChat-module-scss-module__enghvW__suggestions button:hover{color:#fff;background:#ffffff0f;border-color:#007aff;transform:translateY(-2px)}.AIChat-module-scss-module__enghvW__messageList{flex-direction:column;gap:1.5rem;display:flex}.AIChat-module-scss-module__enghvW__message{gap:1rem;width:100%;display:flex}.AIChat-module-scss-module__enghvW__message.AIChat-module-scss-module__enghvW__user{justify-content:flex-end}.AIChat-module-scss-module__enghvW__message.AIChat-module-scss-module__enghvW__user .AIChat-module-scss-module__enghvW__messageBody{align-items:flex-end}.AIChat-module-scss-module__enghvW__message.AIChat-module-scss-module__enghvW__user .AIChat-module-scss-module__enghvW__content{background:#007aff26;border:1px solid #007aff33;border-radius:18px 18px 4px}.AIChat-module-scss-module__enghvW__message.AIChat-module-scss-module__enghvW__user .AIChat-module-scss-module__enghvW__avatar{display:none}.AIChat-module-scss-module__enghvW__message.AIChat-module-scss-module__enghvW__assistant .AIChat-module-scss-module__enghvW__content{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px 18px 18px 4px}.AIChat-module-scss-module__enghvW__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.AIChat-module-scss-module__enghvW__avatar.AIChat-module-scss-module__enghvW__assistantIcon{background:linear-gradient(135deg,#007aff,#00c6ff);box-shadow:0 4px 12px #007aff33}.AIChat-module-scss-module__enghvW__messageBody{flex-direction:column;gap:.5rem;max-width:85%;display:flex}.AIChat-module-scss-module__enghvW__content{color:#eee;padding:.8rem 1rem;font-size:.95rem;line-height:1.6}.AIChat-module-scss-module__enghvW__content p{margin:0 0 .75rem}.AIChat-module-scss-module__enghvW__content p:last-child{margin:0}.AIChat-module-scss-module__enghvW__content code{background:#ffffff1a;border-radius:4px;padding:.2rem .4rem;font-family:inherit;font-size:.85rem}.AIChat-module-scss-module__enghvW__content pre{background:#0000004d;border:1px solid #ffffff0d;border-radius:12px;margin:1rem 0;padding:1rem;overflow-x:auto}.AIChat-module-scss-module__enghvW__thinkingArea{background:#ffffff05;border:1px solid #ffffff0d;border-left:2px solid #5856d6;border-radius:0 12px 12px 0;margin-bottom:.5rem;padding:.75rem 1rem}.AIChat-module-scss-module__enghvW__thinkingArea .AIChat-module-scss-module__enghvW__thinkingHeader{color:#5856d6;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.7rem;font-weight:800;display:flex}.AIChat-module-scss-module__enghvW__thinkingArea .AIChat-module-scss-module__enghvW__thinkingContent{color:#777;white-space:pre-wrap;font-size:.8rem;line-height:1.5}.AIChat-module-scss-module__enghvW__thinkingLoader{background:#ffffff08;border:1px solid #ffffff14;border-radius:18px 18px 18px 4px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex;position:relative;overflow:hidden}.AIChat-module-scss-module__enghvW__thinkingLoader .AIChat-module-scss-module__enghvW__loaderPulse{background:linear-gradient(90deg,#0000,#007aff0d,#0000);animation:2s infinite AIChat-module-scss-module__enghvW__slide;position:absolute;inset:0}.AIChat-module-scss-module__enghvW__thinkingLoader .AIChat-module-scss-module__enghvW__pulseIcon{color:#007aff;animation:1.5s infinite AIChat-module-scss-module__enghvW__pulse}.AIChat-module-scss-module__enghvW__thinkingLoader span{color:#888;font-size:.85rem;font-weight:500}@keyframes AIChat-module-scss-module__enghvW__slide{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes AIChat-module-scss-module__enghvW__pulse{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.7;transform:scale(1)}}.AIChat-module-scss-module__enghvW__spin{animation:4s linear infinite AIChat-module-scss-module__enghvW__spin}@keyframes AIChat-module-scss-module__enghvW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AIChat-module-scss-module__enghvW__inputWrapper{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:1000;background:#141414cc;border:1px solid #ffffff1a;border-radius:20px;width:calc(100% - 2rem);max-width:600px;padding:.5rem;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0009}@media (max-width:600px){.AIChat-module-scss-module__enghvW__inputWrapper{border-radius:16px;width:calc(100% - 1.5rem);bottom:1rem}}.AIChat-module-scss-module__enghvW__inputArea{flex-direction:column;display:flex}.AIChat-module-scss-module__enghvW__controls{border-bottom:1px solid #ffffff0d;gap:.5rem;margin-bottom:.25rem;padding:0 .5rem .25rem;display:flex}.AIChat-module-scss-module__enghvW__controls .AIChat-module-scss-module__enghvW__controlBtn{color:#666;background:0 0;border:none;border-radius:8px;align-items:center;gap:.3rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;transition:all .2s;display:flex}@media (max-width:400px){.AIChat-module-scss-module__enghvW__controls .AIChat-module-scss-module__enghvW__controlBtn span{display:none}}.AIChat-module-scss-module__enghvW__controls .AIChat-module-scss-module__enghvW__controlBtn.AIChat-module-scss-module__enghvW__active{color:#007aff;background:#007aff26}.AIChat-module-scss-module__enghvW__controls .AIChat-module-scss-module__enghvW__controlBtn:hover:not(.AIChat-module-scss-module__enghvW__active){color:#aaa}.AIChat-module-scss-module__enghvW__mainInput{align-items:flex-end;gap:.5rem;display:flex}.AIChat-module-scss-module__enghvW__mainInput textarea{color:#fff;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:40px;max-height:150px;padding:.6rem .75rem;font-size:.95rem;line-height:1.5}.AIChat-module-scss-module__enghvW__mainInput textarea::placeholder{color:#444}.AIChat-module-scss-module__enghvW__mainInput .AIChat-module-scss-module__enghvW__sendBtn{color:#fff;background:#007aff;border:none;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;margin:0 .25rem .25rem;transition:all .2s;display:flex}.AIChat-module-scss-module__enghvW__mainInput .AIChat-module-scss-module__enghvW__sendBtn:hover{background:#006ae6;transform:scale(1.05)}.AIChat-module-scss-module__enghvW__mainInput .AIChat-module-scss-module__enghvW__sendBtn:disabled{color:#444;cursor:not-allowed;background:#1a1a1a;transform:none}
