.ai-chat-root{min-height:100vh;color:var(--color-text-main);display:flex;flex-direction:column;background:var(--color-bg);position:relative}.back-home-btn{position:fixed;top:24px;left:24px;z-index:100;display:flex;align-items:center;gap:8px;padding:12px 20px;background:#000000d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.05);border-radius:100px;text-decoration:none;color:var(--color-bg);font-weight:600;font-size:.9rem;transition:all .2s;box-shadow:0 4px 12px #0000000d}.back-home-btn:hover{transform:translateY(-2px);background:#000;box-shadow:0 8px 20px #0000001a}.ai-chat-root .chat-container{display:flex;flex:1;max-width:1600px;margin:0 auto;padding-top:100px;width:100%;height:85vh}.ai-chat-root .info-section{flex:.4;padding:40px 40px 40px 60px;display:flex;flex-direction:column;border-right:1px solid rgba(0,0,0,.05)}.ai-chat-root .display-title{font-size:clamp(3rem,5vw,4.5rem);margin-bottom:32px;line-height:.9}.ai-chat-root .chat-status-indicator{display:flex;align-items:center;gap:12px;font-size:.85rem;font-weight:500;opacity:.8}.ai-chat-root .pulse-dot{width:10px;height:10px;background:#10b981;border-radius:50%;position:relative}.ai-chat-root .pulse-dot:after{content:"";position:absolute;inset:-4px;background:#10b981;border-radius:50%;opacity:.3;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.3}to{transform:scale(3);opacity:0}}.ai-chat-root .chat-interface{flex:1.4;display:flex;flex-direction:column;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);position:relative;overflow:hidden}.ai-chat-root .chat-window{flex:1;overflow-y:auto;padding:20px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.ai-chat-root .messages-container{margin:0 auto;display:flex;flex-direction:column;gap:40px}.ai-chat-root .msg{display:flex;gap:16px;animation:messageFadeIn .5s cubic-bezier(.16,1,.3,1) forwards;width:100%}.ai-chat-root .user-msg{flex-direction:row-reverse}@keyframes messageFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.ai-chat-root .msg-avatar,.v{width:36px;height:36px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;flex-shrink:0;margin-top:4px;box-shadow:0 4px 10px #0000001a}.ai-chat-root .user-msg .msg-avatar{background:var(--color-accent-red)}.ai-chat-root .msg-content{flex:1;display:flex;flex-direction:column;gap:6px;max-width:calc(100% - 100px)}.ai-chat-root .system-msg .msg-content{align-items:flex-start}.ai-chat-root .user-msg .msg-content{align-items:flex-end}.ai-chat-root .msg-header{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;opacity:.4;color:var(--color-text-main)}.ai-chat-root .msg-text{font-size:.75rem;line-height:1.6;padding:16px 20px;border-radius:18px;position:relative}.ai-chat-root .msg-text h1,.ai-chat-root .msg-text h2,.ai-chat-root .msg-text h3{font-size:.95rem;margin:24px 0 12px;font-weight:800;line-height:1.3;color:var(--color-text-main)}.ai-chat-root .msg-text h3:first-child{margin-top:0}.ai-chat-root .msg-text p{margin-bottom:16px}.ai-chat-root .msg-text p:last-child{margin-bottom:0}.ai-chat-root .msg-text ul,.ai-chat-root .msg-text ol{margin:12px 0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.ai-chat-root .msg-text li{position:relative}.ai-chat-root .msg-text strong{font-weight:800;color:var(--color-text-main)}.ai-chat-root .system-msg .msg-text{background:#fff;color:#111;border-top-left-radius:4px;box-shadow:0 4px 15px #00000008;border:1px solid rgba(0,0,0,.05)}.ai-chat-root .user-msg .msg-text{background:#111;color:#fff;border-top-right-radius:4px;box-shadow:0 8px 25px #0000001a;text-align:left}.ai-chat-root .loading-state .msg-text{background:#00000008;color:#777;font-style:italic;border:1px dashed rgba(0,0,0,.1);box-shadow:none}.ai-chat-root .interaction-area{padding:24px 40px 32px;border-top:1px solid rgba(0,0,0,.03);z-index:10}.ai-chat-root .suggestions-flow{margin-top:-16px;padding-left:52px;display:flex;flex-direction:column;gap:12px;animation:messageFadeIn 1s cubic-bezier(.16,1,.3,1) forwards}.ai-chat-root .suggestions-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.4;margin:0;text-align:center}.ai-chat-root .suggestions-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.ai-chat-root .suggestion-chip{background:#fff;border:1px solid rgba(0,0,0,.1);padding:10px 18px;border-radius:14px;font-size:.9rem;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 10px #00000005;color:#444;font-weight:500}.ai-chat-root .suggestion-chip:hover{background:#111;color:#fff;transform:translateY(-2px);border-color:#111;box-shadow:0 8px 20px #0000001a}.ai-chat-root .input-form{margin:0 auto}.ai-chat-root .input-container{background:#fff;border-radius:24px;padding:8px 8px 8px 24px;display:flex;align-items:flex-start;gap:12px;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .3s cubic-bezier(.16,1,.3,1);min-height:94px}.ai-chat-root .input-container:focus-within{box-shadow:0 20px 60px #0000001f;transform:translateY(-2px);border-color:#0000001a}.ai-chat-root textarea{flex:1;border:none;background:transparent;padding:12px 0;font-size:.9rem;outline:none;resize:none;max-height:120px;line-height:1.5;font-family:inherit;min-height:64px}.ai-chat-root .send-btn{width:44px;height:44px;background:#111;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.ai-chat-root .send-btn:hover:not(:disabled){transform:rotate(-10deg) scale(1.1);background:var(--color-accent-red)}.ai-chat-root .send-btn:disabled{background:#f0f0f0;color:#bbb;cursor:not-allowed}.ai-chat-root .send-btn svg{width:22px;height:22px}.ai-chat-root .disclaimer-text{text-align:center;font-size:.7rem;margin-top:12px;opacity:.4}@media(max-width:1024px){.ai-chat-root .chat-container{flex-direction:column;padding-top:0}.ai-chat-root .info-section{display:none}.ai-chat-root .chat-interface{flex:1;height:calc(100vh - 60px)}.ai-chat-root .chat-window{padding:100px 20px 20px}.ai-chat-root .interaction-area{padding:4px 20px 32px}.ai-chat-root .msg-text{max-width:90%;font-size:.9rem}}
