*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;color:#f1f5f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}:root{--primary-color:#3b82f6;--primary-dark:#1d4ed8;--primary-light:#1e40af;--secondary-color:#6b7280;--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--border-color:#334155;--background:#0f172a;--card-background:#1e293b;--shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003;--shadow-lg:0 25px 50px -12px #00000080;--border-radius:8px;--border-radius-lg:12px}.container{margin:0 auto;max-width:1200px;padding:0 20px}.main-layout{background:#0f172a;background:var(--background);min-height:100vh}.content-wrapper{padding:20px 0}.app-header{align-items:center;background:#1e293b;background:var(--card-background);border-bottom:1px solid #334155;border-bottom:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003;box-shadow:var(--shadow);display:flex;justify-content:space-between;margin-bottom:24px;padding:20px 24px}.app-header h1{color:#3b82f6;color:var(--primary-color);font-size:2rem;font-weight:700;margin:0}.header-actions{align-items:center;display:flex;gap:12px}.main-content-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:320px 1fr;min-height:calc(100vh - 200px)}.widgets-column{gap:20px}.chat-column,.widgets-column{display:flex;flex-direction:column}.card{background:#1e293b;background:var(--card-background);border:1px solid #334155;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003;box-shadow:var(--shadow);overflow:hidden;transition:all .2s ease}.card:hover{box-shadow:0 25px 50px -12px #00000080;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-header{align-items:center;background:linear-gradient(135deg,#1e293b,#334155);border-bottom:1px solid #334155;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:16px 20px}.card-title{color:#f1f5f9;color:var(--text-primary);font-size:16px;font-weight:600;margin:0}.card-subtitle{color:#94a3b8;color:var(--text-secondary);font-size:13px;margin:4px 0 0}.widget-content{background:#1e293b;background:var(--card-background);color:#f1f5f9;color:var(--text-primary);padding:20px}.btn{align-items:center;background:#3b82f6;background:var(--primary-color);border:1px solid #3b82f6;border:1px solid var(--primary-color);border-radius:8px;border-radius:var(--border-radius);color:#fff;cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .2s ease}.btn:hover{background:#1d4ed8;background:var(--primary-dark);border-color:#1d4ed8;border-color:var(--primary-dark);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.btn:focus{box-shadow:0 0 0 3px #3b82f633;outline:none}.btn-primary{background:#3b82f6;background:var(--primary-color);border-color:#3b82f6;border-color:var(--primary-color)}.btn-secondary{background:#6b7280;background:var(--secondary-color);border-color:#6b7280;border-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background:#4b5563;border-color:#4b5563;box-shadow:0 4px 12px #6b72804d}.btn-full{width:100%}.form-group{margin-bottom:20px}.form-label{display:block;font-weight:500;margin-bottom:8px}.form-input,.form-label{color:#f1f5f9;color:var(--text-primary)}.form-input{background:#1e293b;background:var(--card-background);border:1px solid #334155;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);font-family:inherit;font-size:14px;padding:12px 16px;transition:all .2s ease;width:100%}.form-input:focus{background:#334155;border-color:#3b82f6;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input::placeholder{color:#94a3b8;color:var(--text-secondary)}.form-textarea{background:#1e293b;background:var(--card-background);border:1px solid #334155;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);color:#f1f5f9;color:var(--text-primary);font-family:inherit;font-size:14px;min-height:80px;padding:12px 16px;resize:vertical;transition:all .2s ease;width:100%}.form-textarea:focus{background:#334155;border-color:#3b82f6;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-select{appearance:none;background:#1e293b;background:var(--card-background);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #334155;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);font-family:inherit;font-size:14px;padding:12px 40px 12px 16px;width:100%}.form-select,.form-select:focus{color:#f1f5f9;color:var(--text-primary)}.form-select:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background:#334155;border-color:#3b82f6;border-color:var(--primary-color)}.profile-item{align-items:center;border-bottom:1px solid #334155;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:8px 0}.profile-item:last-child{border-bottom:none}.profile-item span:first-child{color:#94a3b8;color:var(--text-secondary);font-weight:500}.profile-item span:last-child{color:#f1f5f9;color:var(--text-primary);font-weight:600}.severity-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.severity-low{background:#dcfce7;color:#166534}.severity-medium{background:#fef3c7;color:#92400e}.severity-high{background:#fee2e2;color:#991b1b}.severity-item{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.severity-item:last-child{margin-bottom:0}.severity-desc{color:#94a3b8;color:var(--text-secondary);font-size:12px;margin-left:4px}.chat-container{background:#1e293b;background:var(--card-background);border:1px solid #334155;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003;box-shadow:var(--shadow);display:flex;flex-direction:column;height:calc(100vh - 200px);max-height:700px}.chat-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border-radius:12px 12px 0 0;border-radius:var(--border-radius-lg) var(--border-radius-lg) 0 0;color:#fff;font-weight:600;justify-content:space-between;padding:16px 20px}.chat-header,.speech-status{align-items:center;display:flex}.speech-status{background:#fff3;border-radius:12px;font-size:12px;font-weight:400;gap:4px;opacity:.9;padding:4px 8px}.chat-messages{background:#0f172a;background:var(--background);display:flex;flex:1 1;flex-direction:column;gap:16px;min-height:0;overflow-y:auto;padding:20px;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb{background:#334155;background:var(--border-color);border-radius:4px;min-height:40px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8;background:var(--text-secondary)}.message{border-radius:12px;border-radius:var(--border-radius-lg);font-size:14px;line-height:1.5;max-width:80%;padding:12px 16px}.message-user{align-self:flex-end;background:#3b82f6;background:var(--primary-color);border-bottom-right-radius:4px;color:#fff}.message-ai{align-self:flex-start;background:#334155;border:1px solid #334155;border:1px solid var(--border-color);border-bottom-left-radius:4px;color:#f1f5f9;color:var(--text-primary)}.message-content{word-wrap:break-word;font-size:14px;-webkit-hyphens:auto;hyphens:auto;line-height:1.6;max-width:100%;overflow-wrap:break-word;white-space:pre-wrap}.typing-indicator{align-items:center;background:#fff;border:1px solid #334155;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);max-width:80px;padding:12px 16px}.typing-dots,.typing-indicator{display:flex;gap:4px}.typing-dot{animation:typing 1.4s ease-in-out infinite;background:#94a3b8;background:var(--text-secondary);border-radius:50%;height:8px;width:8px}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chat-input-container{align-items:flex-end;background:#1e293b;background:var(--card-background);border-radius:0 0 12px 12px;border-radius:0 0 var(--border-radius-lg) var(--border-radius-lg);border-top:1px solid #334155;border-top:1px solid var(--border-color);display:flex;gap:12px;padding:20px}.input-with-mic{align-items:flex-end;display:flex;flex:1 1;gap:8px;position:relative}.chat-input{background:#1e293b;background:var(--card-background);border:2px solid #334155;border:2px solid var(--border-color);border-radius:12px;border-radius:var(--border-radius-lg);flex:1 1;font-family:inherit;font-size:15px;max-height:120px;min-height:50px;padding:14px 16px;resize:vertical;transition:all .2s ease}.chat-input,.chat-input:focus{color:#f1f5f9;color:var(--text-primary)}.chat-input:focus{background:#334155;border-color:#3b82f6;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.chat-input::placeholder{color:#94a3b8;color:var(--text-secondary)}.mic-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border:none;border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 2px 8px #3b82f64d;cursor:pointer;display:flex;height:48px;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease;width:48px}.mic-button:hover:not(:disabled){box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.mic-button:disabled{background:#6b7280;background:var(--secondary-color);box-shadow:none;cursor:not-allowed;transform:none}.mic-button.listening{animation:pulse-red 2s infinite;background:linear-gradient(135deg,#ef4444,#dc2626)}.mic-button.listening:before{animation:pulse-ring 2s infinite;background:linear-gradient(135deg,#ef444466,#dc262666);border-radius:12px;border-radius:var(--border-radius-lg);bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}.mic-icon{color:#fff;transition:all .2s ease}.mic-icon.pulse{animation:pulse-icon 1.5s infinite}@keyframes pulse-red{0%,to{box-shadow:0 4px 12px #ef444466}50%{box-shadow:0 4px 20px #ef444499}}@keyframes pulse-ring{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}@keyframes pulse-icon{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chat-send-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);border:none;border-radius:12px;border-radius:var(--border-radius-lg);box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-family:inherit;font-weight:600;padding:14px 20px;transition:all .2s ease}.chat-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);background:linear-gradient(135deg,var(--primary-dark) 0,#1e40af 100%);box-shadow:0 6px 16px #3b82f666;transform:translateY(-1px)}.chat-send-btn:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.symptoms-grid-compact{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.symptom-btn-compact{background:linear-gradient(135deg,#334155,#475569);border:1px solid #334155;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--border-radius);box-shadow:0 1px 3px #0000001a;color:#f1f5f9;color:var(--text-primary);cursor:pointer;font-size:13px;font-weight:500;padding:10px 14px;text-align:center;transition:all .2s ease}.symptom-btn-compact:hover{background:linear-gradient(135deg,#3b82f6,#1e40af);background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-light) 100%);box-shadow:0 4px 12px #3b82f633}.symptom-btn-compact.active,.symptom-btn-compact:hover{border-color:#3b82f6;border-color:var(--primary-color);color:#fff;transform:translateY(-1px)}.symptom-btn-compact.active{background:#3b82f6;background:var(--primary-color);box-shadow:0 4px 12px #3b82f64d}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-screen{align-items:center;background:#0f172a;background:var(--background);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{background:#1e293b;background:var(--card-background);border:1px solid #334155;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 25px 50px -12px #00000080;box-shadow:var(--shadow-lg);max-width:400px;overflow:hidden;padding:40px;position:relative;width:100%}.login-container:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8);background:linear-gradient(90deg,var(--primary-color),var(--primary-dark));border-radius:16px 16px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.login-header{margin-bottom:32px;text-align:center}.logo{align-items:center;display:flex;flex-direction:column;gap:16px}.logo-icon{font-size:48px}.logo h1{color:#3b82f6;color:var(--primary-color);font-size:32px;font-weight:700;margin:0}.subtitle{color:#94a3b8;color:var(--text-secondary);font-size:16px;line-height:1.5;margin:0}.login-form{margin-bottom:24px}.error-message{align-items:center;background:#ef44441a;border:1px solid #ef4444;border:1px solid var(--danger-color);border-radius:8px;border-radius:var(--border-radius);color:#fca5a5;display:flex;font-size:14px;gap:8px;margin-bottom:16px;padding:12px 16px}.error-icon{font-size:16px}.error-text{color:#fca5a5;display:block;font-size:12px;margin-top:4px}.login-footer{text-align:center}.disclaimer{color:#94a3b8;color:var(--text-secondary);font-size:12px;line-height:1.5;margin:0}.profile-setup-screen{align-items:center;background:#0f172a;background:var(--background);display:flex;justify-content:center;min-height:100vh;padding:20px}.profile-setup-container{background:#1e293b;background:var(--card-background);border:1px solid #334155;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 25px 50px -12px #00000080;box-shadow:var(--shadow-lg);max-width:600px;overflow:hidden;padding:40px;position:relative;width:100%}.profile-setup-container:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8);background:linear-gradient(90deg,var(--primary-color),var(--primary-dark));border-radius:16px 16px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.profile-setup-header{margin-bottom:32px;text-align:center}.profile-setup-form{margin-bottom:24px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.profile-setup-footer{text-align:center}@media (max-width:1200px){.main-content-grid{gap:24px;grid-template-columns:280px 1fr}}@media (max-width:968px){.main-content-grid{gap:20px;grid-template-columns:1fr}.widgets-column{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));order:2}.chat-column{order:1}.chat-container{min-height:500px}}@media (max-width:768px){.app-header{flex-direction:column;gap:16px;text-align:center}.header-actions{flex-direction:column;gap:8px}.header-actions .btn{font-size:12px;padding:8px 16px}.widgets-column{grid-template-columns:1fr}.chat-container{min-height:450px}.symptoms-grid-compact{grid-template-columns:1fr}.container{padding:0 16px}.form-row{gap:16px;grid-template-columns:1fr}.chat-header{align-items:flex-start;flex-direction:column;gap:8px}.speech-status{align-self:flex-end}.input-with-mic{align-items:stretch;flex-direction:column;gap:12px}.mic-button{align-self:center;height:44px;width:44px}}@media (max-width:480px){.main-content-grid,.widgets-column{gap:16px}.app-header h1{font-size:1.5rem}.chat-input{font-size:16px}.login-container,.profile-setup-container{margin:16px;padding:24px}.logo h1{font-size:28px}.logo-icon{font-size:40px}.subtitle{font-size:14px}.chat-input-container{gap:8px;padding:16px}.input-with-mic{gap:8px}.mic-button{height:40px;width:40px}.chat-send-btn{font-size:14px;padding:12px 16px}}
/*# sourceMappingURL=main.00653227.css.map*/