.consult-main{background:var(--bg);flex:1;justify-content:center;padding:2rem 1.5rem 4rem;display:flex}.consult-container{flex-direction:column;gap:1.5rem;width:100%;max-width:800px;display:flex}.consult-suggestions{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.suggestions-label{color:var(--text-sub);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.suggestions-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.6rem;display:grid}.suggestion-chip{text-align:left;background:var(--bg);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:8px;padding:.65rem .9rem;font-family:inherit;font-size:.85rem;line-height:1.4;transition:border-color .2s,background .2s}.suggestion-chip:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.chat-messages{flex-direction:column;gap:1rem;min-height:200px;display:flex}.chat-bubble{align-items:flex-start;gap:.75rem;max-width:85%;display:flex}.chat-bubble.user{flex-direction:row-reverse;align-self:flex-end}.bubble-avatar{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:700;display:flex}.bubble-content{background:var(--surface);border:1px solid var(--border);color:var(--text);white-space:pre-wrap;word-break:break-word;border-radius:4px 16px 16px;padding:.75rem 1rem;font-size:.92rem;line-height:1.7}.chat-bubble.user .bubble-content{background:var(--accent);border-color:var(--accent);color:#fff;border-radius:16px 4px 16px 16px}.typing-indicator{align-items:center;gap:4px;padding:2px 4px;display:flex}.typing-indicator span{background:var(--text-sub);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite typing-bounce}.typing-indicator span:first-child{animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chat-input-form{background:var(--surface);border:1.5px solid var(--border);border-radius:14px;gap:.6rem;padding:.5rem .5rem .5rem 1rem;transition:border-color .2s;display:flex}.chat-input-form:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 15%, transparent)}.chat-input{color:var(--text);flex:1;font-size:.95rem;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;padding:.35rem 0!important}.chat-send-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,opacity .2s;display:flex}.chat-send-btn:hover:not(:disabled){background:var(--accent-hover)}.chat-send-btn:disabled{opacity:.45;cursor:not-allowed}.chat-send-btn .spinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=600px){.chat-bubble{max-width:95%}.suggestions-grid{grid-template-columns:1fr}}
