.chat-page{background:#f0f2f5;justify-content:center;height:calc(100vh - 80px);padding:24px 16px;display:flex;overflow:hidden}.chat-container{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:600px;height:calc(100vh - 128px);display:flex;overflow:hidden;box-shadow:0 2px 16px #00000014}.chat-header{background:#fff;border-bottom:1px solid #e5e7eb;border-radius:16px 16px 0 0;align-items:center;gap:12px;padding:16px 20px;display:flex}.chat-header-avatar{color:#2e7d32;background:#e8f5e9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.chat-header-info{flex:1}.chat-header-name{color:#111;margin:0;font-size:1.05rem;font-weight:600}.chat-header-status{color:#666;align-items:center;gap:6px;font-size:.8rem;display:flex}.chat-status-dot{background:#4caf50;border-radius:50%;width:8px;height:8px;display:inline-block}.chat-header-price{color:#2e7d32;background:#e8f5e9;border-radius:20px;padding:6px 14px;font-size:1rem;font-weight:700}.chat-messages{flex-direction:column;flex:1;gap:8px;padding:24px 20px;display:flex;overflow-y:auto}.chat-bubble{border-radius:18px;max-width:85%;padding:12px 16px;font-size:.95rem;line-height:1.5}.chat-bubble p{margin:0}.chat-bubble--doctor{color:#111;background:#f0f2f5;border-bottom-left-radius:4px;align-self:flex-start}.chat-bubble--user{color:#fff;background:#2e7d32;border-bottom-right-radius:4px;align-self:flex-end}.chat-bubble--triage-yellow{color:#5d4037;background:#fff8e1;border-left:4px solid #f9a825;font-weight:500}.chat-bubble--triage-red{color:#b71c1c;background:#fce4ec;border-left:4px solid #c62828;font-weight:600}.chat-bubble--animate{animation:.3s ease-out chatSlideIn}@keyframes chatSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-typing{align-items:center;gap:4px;padding:14px 20px;display:flex}.chat-typing-dot{background:#aaa;border-radius:50%;width:8px;height:8px;animation:1.4s infinite chatTypingBounce}.chat-typing-dot:nth-child(2){animation-delay:.2s}.chat-typing-dot:nth-child(3){animation-delay:.4s}@keyframes chatTypingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chat-input-area{background:#fff;border-top:1px solid #e5e7eb;border-radius:0 0 16px 16px;padding:12px 20px 16px}.chat-action{justify-content:center;display:flex}.chat-input-bar-wrapper{flex-direction:column;gap:4px;display:flex}.chat-field-error{color:#dc3545;padding:0 16px;font-size:13px}.chat-input-bar{background:#f0f2f5;border-radius:24px;align-items:center;gap:8px;padding:4px 4px 4px 16px;display:flex}.chat-input-bar--phone{padding:4px 4px 4px 8px}.chat-phone-input.PhoneInput{flex:1;gap:6px}.chat-phone-input .PhoneInputInput{background:0 0;border:none;outline:none;padding:8px 4px;font-size:16px}.chat-phone-input .PhoneInputInput:focus{box-shadow:none}.chat-phone-input .PhoneInputCountry{margin-right:0}.chat-edit-phone.PhoneInput{width:100%;margin-bottom:4px}.chat-edit-phone .PhoneInputInput{border:1px solid #ccc;border-radius:8px;padding:6px 8px;font-size:14px}.chat-input-bar--textarea{border-radius:16px;align-items:flex-end;padding:8px 8px 8px 16px}.chat-input{color:#111;background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:16px}.chat-input::placeholder{color:#999}.chat-textarea{resize:none;color:#111;background:0 0;border:none;outline:none;flex:1;padding:8px 0;font-family:inherit;font-size:16px;line-height:1.5}.chat-textarea::placeholder{color:#999}.chat-send-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.chat-send-btn:hover:not(:disabled){background:#1b5e20}.chat-send-btn:disabled{cursor:not-allowed;background:#ccc}.chat-action .chat-send-btn{border-radius:24px;width:auto;padding:12px 32px;font-size:1rem;font-weight:600}.chat-photos-input{flex-direction:column;gap:12px;display:flex}.chat-file-input{display:none}.chat-upload-label{cursor:pointer;color:#555;background:#f0f2f5;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;transition:background .2s;display:flex}.chat-upload-label:hover{background:#e5e7eb}.chat-photo-preview{flex-wrap:wrap;gap:8px;display:flex}.chat-photo-thumb{border:1px solid #e5e7eb;border-radius:8px;width:64px;height:64px;position:relative;overflow:hidden}.chat-photo-thumb img{object-fit:cover;width:100%;height:100%}.chat-file-thumb{background:#f3f4f6;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:4px;display:flex}.chat-file-icon{font-size:20px;line-height:1}.chat-file-name{color:#4a5568;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:2px;font-size:9px;overflow:hidden}.chat-photo-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;line-height:1;display:flex;position:absolute;top:2px;right:2px}.chat-photo-actions{justify-content:center;display:flex}.chat-ai-disclaimer{color:#9ca3af;text-align:center;margin:0 0 8px;font-size:.78rem}.chat-ai-disclaimer a{color:#9ca3af;text-decoration:underline}.chat-ai-disclaimer a:hover{color:#6b7280}.chat-skip-btn{color:#555;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:10px 24px;font-size:.9rem;transition:all .2s}.chat-skip-btn:hover{background:#f0f2f5;border-color:#ccc}.chat-summary{flex-direction:column;gap:12px;display:flex}.chat-summary-items{flex-direction:column;gap:6px;font-size:.9rem;display:flex}.chat-summary-item{line-height:1.5}.chat-summary-hint{color:#fff9;margin:8px 0 0;font-size:.75rem}.chat-summary-files{flex-direction:column;align-items:flex-start}.chat-summary-filelist{flex-direction:column;gap:2px;display:flex}.chat-summary-file{opacity:.9;font-size:.8rem}.chat-bubble--user .chat-edit-btn{color:#fff9;cursor:pointer;background:0 0;border:none;padding:2px 0 0;font-size:.7rem;text-decoration:underline;display:block}.chat-bubble--user .chat-edit-btn:hover{color:#fff}.chat-edit-inline{flex-direction:column;gap:6px;width:100%;display:flex}.chat-edit-input{color:#fff;resize:vertical;background:#ffffff26;border:1px solid #ffffff4d;border-radius:6px;width:100%;padding:6px 8px;font-family:inherit;font-size:16px}.chat-edit-input:focus{border-color:#fff9;outline:none}.chat-edit-actions{gap:8px;display:flex}.chat-edit-save,.chat-edit-cancel{cursor:pointer;background:0 0;border:none;padding:2px 0;font-size:.75rem}.chat-edit-save{color:#fff;font-weight:600}.chat-edit-cancel{color:#ffffff80}.chat-summary-label{opacity:.85;font-weight:600}.chat-consent{padding:0 4px}.chat-consent-label{cursor:pointer;font-size:var(--font-size-sm);color:var(--color-text);align-items:flex-start;gap:12px;line-height:1.6;display:flex}.chat-consent-label input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--color-primary);flex-shrink:0;margin-top:4px}.chat-notice-compact{color:#856404;background:#fff8e1;border-radius:10px;padding:10px 14px;font-size:.82rem;line-height:1.5}.chat-notice-compact p{margin:2px 0}.chat-submit-btn{border-radius:12px;width:100%;height:48px;font-size:1rem;font-weight:600}.chat-error{color:#dc3545;text-align:center;margin:0;font-size:.85rem}.chat-progress{justify-content:center;gap:6px;margin-top:12px;display:flex}.chat-progress-dot{background:#e0e0e0;border-radius:50%;width:6px;height:6px;transition:background .3s}.chat-progress-dot--active{background:#2e7d32}.chat-select-options{flex-direction:column;gap:10px;width:100%;display:flex}.chat-select-option.chat-select-option--primary{color:#fff;cursor:pointer;text-align:center;background:#2e7d32;border:2px solid #2e7d32;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 20px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.chat-select-option.chat-select-option--primary:hover{background:#1b5e20;border-color:#1b5e20}.chat-select-divider{color:#888;margin:4px 0 0;font-size:.82rem}.chat-select-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.chat-select-option{color:#333;cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:10px 14px;font-size:.85rem;transition:all .2s;display:block}.chat-select-option:hover{color:#1b5e20;background:#e8f5e9;border-color:#2e7d32}.chat-inline-input{align-self:flex-start;width:100%;max-width:85%}@media (width<=768px){.chat-page{padding:0}.chat-container{border-radius:0;max-width:100%;height:calc(100vh - 80px)}.chat-header,.chat-input-area{border-radius:0}.chat-bubble{max-width:90%}}
