body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;justify-content:center;position:relative;transition:all .2s ease}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.btn-secondary{background:#e2e8f0}.btn-secondary:hover:not(:disabled){background:#cbd5e0}.btn-outline{background:#0000;border:2px solid #667eea;color:#667eea}.btn-outline:hover:not(:disabled){background:#667eea;color:#fff}.btn-danger{background:#e53e3e;color:#fff}.btn-danger:hover:not(:disabled){background:#c53030}.btn-sm{font-size:.875rem;padding:.5rem 1rem}.btn-md{font-size:1rem;padding:.75rem 1.5rem}.btn-lg{font-size:1.125rem;padding:1rem 2rem}.btn-full{width:100%}.btn-icon{border-radius:50%;padding:.75rem}@media (max-width:768px){.btn-sm{font-size:.85rem;min-height:40px;padding:.5rem .875rem}.btn-md{font-size:.95rem;min-height:44px;padding:.75rem 1.25rem}.btn-lg{font-size:1rem;min-height:48px;padding:.875rem 1.5rem}}@media (max-width:480px){.btn-md{padding:.75rem 1rem}.btn-lg{padding:.75rem 1.25rem}}.btn-loading{position:relative}.btn-spinner{align-items:center;display:flex;justify-content:center;position:absolute}.btn-spinner .spinner{animation:spin 1s linear infinite;height:1.25rem;width:1.25rem}.btn-spinner .spinner circle{stroke-dasharray:30 70}.btn-text-hidden{visibility:hidden}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.input-wrapper{display:flex;flex-direction:column;gap:.5rem}.input-full{width:100%}.input-label{color:#4a5568;font-size:.875rem;font-weight:500}.input{border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;outline:none;padding:.75rem 1rem;transition:all .2s ease}.input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input::placeholder{color:#a0aec0}.input-error,.input-error:focus{border-color:#e53e3e}.input-error:focus{box-shadow:0 0 0 3px #e53e3e1a}.input-error-message{color:#e53e3e;font-size:.75rem}@media (max-width:768px){.input{font-size:16px;min-height:44px;padding:.75rem}.input-label{font-size:.85rem}}@media (max-width:480px){.input{padding:.625rem .75rem}.input-wrapper{gap:.375rem}}.header{background:#fff;border-bottom:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-container,.header-logo{align-items:center;display:flex}.header-logo{color:inherit;gap:.5rem;text-decoration:none}.logo-icon{font-size:1.5rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.header-nav{align-items:center;display:flex;gap:1.5rem}.nav-link{color:#4a5568;font-weight:500;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#667eea}.nav-user{align-items:center;display:flex;gap:1rem}.user-name{color:#4a5568;font-weight:500}.mobile-menu-btn{background:none;border:none;color:#4a5568;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem}.mobile-sidebar-toggle{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:none;font-size:1.25rem;padding:.5rem .75rem}@media (max-width:1024px){.header-container{padding:.875rem 1.5rem}.header-nav{gap:1.25rem}}@media (max-width:768px){.header-container{padding:.75rem 1rem}.logo-text{display:none}.header-nav{gap:.75rem}.nav-link{font-size:.9rem}.user-name{display:none}.mobile-menu-btn,.mobile-sidebar-toggle{align-items:center;display:flex;justify-content:center}}@media (max-width:480px){.header-container{padding:.5rem .75rem}.logo-icon{font-size:1.25rem}.header-nav{gap:.5rem}.nav-link{font-size:.85rem;padding:.25rem}.btn-sm{font-size:.8rem;padding:.4rem .75rem}}.login-page{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.login-container{background:#fff;border-radius:1rem;box-shadow:0 10px 40px #0000001a;max-width:400px;padding:2.5rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-title{color:#2d3748;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.login-subtitle{color:#718096}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-error{background:#fed7d7;border-radius:.5rem;color:#c53030;font-size:.875rem;padding:.75rem 1rem}.login-footer{color:#718096;margin-top:1.5rem;text-align:center}.login-link{color:#667eea;font-weight:500;text-decoration:none}.login-link:hover{text-decoration:underline}@media (max-width:768px){.login-page{min-height:calc(100vh - 60px);padding:1rem}.login-container{max-width:100%;padding:1.5rem}.login-title{font-size:1.5rem}.login-form{gap:1rem}}@media (max-width:480px){.login-page{padding:.75rem}.login-container{border-radius:.75rem;padding:1.25rem}.login-title{font-size:1.35rem}.login-subtitle{font-size:.9rem}}.signup-page{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.signup-container{background:#fff;border-radius:1rem;box-shadow:0 10px 40px #0000001a;max-width:420px;padding:2.5rem;width:100%}.signup-header{margin-bottom:2rem;text-align:center}.signup-title{color:#2d3748;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.signup-subtitle{color:#718096}.signup-form{display:flex;flex-direction:column;gap:1.25rem}.signup-error{background:#fed7d7;border-radius:.5rem;color:#c53030;font-size:.875rem;padding:.75rem 1rem}.signup-footer{color:#718096;margin-top:1.5rem;text-align:center}.signup-link{color:#667eea;font-weight:500;text-decoration:none}.signup-link:hover{text-decoration:underline}.signup-link-btn{background:none;border:none;color:#667eea;cursor:pointer;font-size:inherit;font-weight:500;padding:0}.signup-link-btn:hover{text-decoration:underline}@media (max-width:768px){.signup-page{min-height:calc(100vh - 60px);padding:1rem}.signup-container{max-width:100%;padding:1.5rem}.signup-title{font-size:1.5rem}.signup-form{gap:1rem}}@media (max-width:480px){.signup-page{padding:.75rem}.signup-container{border-radius:.75rem;padding:1.25rem}.signup-title{font-size:1.35rem}.signup-subtitle{font-size:.9rem}}.chat-message{animation:fadeIn .3s ease;border-radius:1rem;display:flex;gap:1rem;max-width:85%;padding:1rem}.message-user{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-left:auto}.message-assistant{background:#f7fafc;border:1px solid #e2e8f0;margin-right:auto}.message-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:1.25rem;height:2.5rem;justify-content:center;width:2.5rem}.message-user .message-avatar{background:#fff3}.message-assistant .message-avatar{background:#e2e8f0}.message-content{flex:1 1;min-width:0}.message-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.message-role{font-size:.875rem;font-weight:600}.message-time{font-size:.75rem;opacity:.7}.message-text{line-height:1.6;white-space:pre-wrap}.message-user .message-text{color:#fff}.message-assistant .message-text{color:#2d3748}@media (max-width:1024px){.chat-message{max-width:90%}}@media (max-width:768px){.chat-message{gap:.75rem;max-width:95%;padding:.75rem}.message-avatar{font-size:1rem;height:2rem;width:2rem}.message-role{font-size:.8rem}.message-time{font-size:.7rem}.message-text{font-size:.95rem;line-height:1.5}}@media (max-width:480px){.chat-message{border-radius:.75rem;gap:.5rem;padding:.6rem}.message-avatar{font-size:.9rem;height:1.75rem;width:1.75rem}.message-header{margin-bottom:.25rem}.message-text{font-size:.9rem}}.chat-input-form{background:#fff;border-top:1px solid #e2e8f0;padding:1rem}.chat-input-wrapper{align-items:flex-end;display:flex;gap:.75rem}.chat-input-row{align-items:flex-end;display:flex;flex:1 1;gap:.5rem}.chat-input{border:2px solid #e2e8f0;border-radius:1rem;flex:1 1;font-family:inherit;font-size:1rem;max-height:150px;min-height:44px;outline:none;padding:.75rem 1rem;resize:none;transition:border-color .2s ease}.chat-input:focus{border-color:#667eea}.chat-input::placeholder{color:#a0aec0}.chat-input:disabled{background:#f7fafc;cursor:not-allowed}.symptom-checker-btn{align-items:center;background:linear-gradient(135deg,#38a169,#2f855a);border:none;border-radius:1rem;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .2s ease;white-space:nowrap}.symptom-checker-btn:hover{box-shadow:0 4px 12px #38a16959;transform:translateY(-1px)}.symptom-checker-btn:active{transform:translateY(0)}.symptom-checker-btn:disabled{background:#a0aec0;box-shadow:none;cursor:not-allowed;transform:none}.symptom-icon{font-size:1.1rem}.symptom-text{display:inline}.chat-input-hint{color:#a0aec0;font-size:.75rem;margin-top:.5rem;text-align:center}.send-icon{display:none}.send-text{display:inline}.chat-send-btn{flex-shrink:0}@media (max-width:1024px){.chat-input-form{padding:.875rem}.symptom-checker-btn{padding:.65rem .875rem}}@media (max-width:768px){.chat-input-form{padding:.75rem .75rem max(.75rem,env(safe-area-inset-bottom))}.chat-input-wrapper{flex-direction:column;gap:.5rem}.chat-input-row{gap:.5rem;width:100%}.chat-input{font-size:16px;min-height:48px;width:100%}.chat-input,.symptom-checker-btn{border-radius:.75rem;padding:.875rem}.symptom-text{display:none}.symptom-icon{font-size:1.3rem}.chat-send-btn{justify-content:center;padding:.875rem!important;width:100%}.send-text{display:inline}.send-icon{display:none}.chat-input-hint{font-size:.7rem;margin-top:.25rem}}@media (max-width:480px){.chat-input-form{padding:.5rem .5rem max(.5rem,env(safe-area-inset-bottom))}.chat-input-wrapper{gap:.5rem}.chat-input{min-height:46px}.chat-input,.symptom-checker-btn{padding:.75rem}.chat-send-btn{padding:.75rem!important}.chat-input-hint{display:none}}@media (max-width:375px){.chat-input-form{padding:.5rem}.chat-input{font-size:16px;min-height:44px;padding:.75rem}.symptom-checker-btn{padding:.65rem}.chat-send-btn{font-size:.95rem;padding:.75rem!important}}.chat-sidebar{background:#f7fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%;width:280px}.new-chat-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;margin:1rem;padding:.75rem 1rem;transition:all .2s ease}.new-chat-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.new-chat-btn:disabled{cursor:not-allowed;opacity:.6}.new-chat-icon{font-size:1.25rem;font-weight:300}.conversations-list{flex:1 1;overflow-y:auto;padding:0 .5rem}.no-conversations{color:#a0aec0;padding:2rem 1rem;text-align:center}.conversation-item{align-items:center;background:#0000;border:none;border-radius:.5rem;cursor:pointer;display:flex;gap:.75rem;margin-bottom:.25rem;padding:.75rem;text-align:left;transition:background .2s ease;width:100%}.conversation-item.active,.conversation-item:hover{background:#e2e8f0}.conversation-icon{font-size:1.25rem}.conversation-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.conversation-title{color:#2d3748;font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-date{color:#a0aec0;font-size:.75rem}.sidebar-overlay{background:#00000080;bottom:0;display:none;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:49}.sidebar-overlay.visible{opacity:1;pointer-events:auto;visibility:visible}.sidebar-close-btn{background:#e2e8f0;border:none;border-radius:50%;color:#4a5568;cursor:pointer;display:none;font-size:1.25rem;height:36px;padding:.5rem;position:absolute;right:1rem;top:1rem;width:36px;z-index:51}@media (max-width:1024px){.chat-sidebar{width:260px}.conversation-title{font-size:.8rem}}@media (max-width:768px){.chat-sidebar{background:#f7fafc;bottom:0;box-shadow:2px 0 10px #0000001a;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:280px;z-index:50}.chat-sidebar.open{transform:translateX(0)}.sidebar-overlay{display:block}.sidebar-close-btn{align-items:center;display:flex;justify-content:center}.new-chat-btn{margin:3.5rem 1rem 1rem}.conversation-item{padding:1rem .75rem}}@media (max-width:480px){.chat-sidebar{max-width:300px;width:85vw}.new-chat-btn{font-size:.9rem;padding:.875rem 1rem}}.sidebar-footer{background:#f7fafc;border-top:1px solid #e2e8f0;padding:1rem}.clear-history-btn{align-items:center;background:#0000;border:1px solid #e53e3e;border-radius:.5rem;color:#e53e3e;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .2s ease;width:100%}.clear-history-btn:hover:not(:disabled){background:#fed7d7}.clear-history-btn:disabled{cursor:not-allowed;opacity:.5}.clear-icon{font-size:1rem}.confirm-dialog{background:#fff5f5;border:1px solid #fc8181;border-radius:.5rem;padding:1rem}.confirm-dialog p{color:#c53030;font-size:.875rem;margin:0 0 .75rem;text-align:center}.confirm-actions{display:flex;gap:.5rem}.confirm-cancel,.confirm-delete{border-radius:.375rem;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:500;padding:.5rem;transition:all .2s ease}.confirm-cancel{background:#fff;border:1px solid #e2e8f0;color:#4a5568}.confirm-cancel:hover:not(:disabled){background:#edf2f7}.confirm-delete{background:#e53e3e;border:none;color:#fff}.confirm-delete:hover:not(:disabled){background:#c53030}.confirm-cancel:disabled,.confirm-delete:disabled{cursor:not-allowed;opacity:.6}.conversation-item.manage-mode{padding-left:.5rem}.conversation-checkbox{accent-color:#e53e3e;cursor:pointer;flex-shrink:0;height:18px;width:18px}.manage-mode-actions{display:flex;flex-direction:column;gap:.75rem}.manage-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding-bottom:.5rem}.select-all-btn{background:none;border:none;color:#4299e1;cursor:pointer;font-size:.8rem;font-weight:500;padding:0}.select-all-btn:hover:not(:disabled){text-decoration:underline}.select-all-btn:disabled{cursor:not-allowed;opacity:.5}.selected-count{color:#718096;font-size:.75rem}.manage-buttons{display:flex;flex-direction:column;gap:.5rem}.delete-selected-btn{background:#e53e3e;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;padding:.6rem;transition:all .2s ease;width:100%}.delete-selected-btn:hover:not(:disabled){background:#c53030}.delete-selected-btn:disabled{background:#cbd5e0;cursor:not-allowed}.delete-all-btn{background:#0000;border:1px solid #e53e3e;border-radius:.375rem;color:#e53e3e;cursor:pointer;font-size:.8rem;font-weight:500;padding:.6rem;transition:all .2s ease;width:100%}.delete-all-btn:hover:not(:disabled){background:#fed7d7}.delete-all-btn:disabled{cursor:not-allowed;opacity:.5}.cancel-manage-btn{background:#edf2f7;border:none;border-radius:.375rem;color:#4a5568;cursor:pointer;font-size:.8rem;font-weight:500;padding:.6rem;transition:all .2s ease;width:100%}.cancel-manage-btn:hover:not(:disabled){background:#e2e8f0}.cancel-manage-btn:disabled{cursor:not-allowed;opacity:.5}.confirm-warning{color:#9b2c2c!important;font-size:.75rem!important;margin-top:-.5rem!important}.confirm-error{background:#fed7d7;border-radius:4px;color:#e53e3e!important;font-size:.75rem!important;margin:.5rem 0;padding:.5rem;word-break:break-word}.symptom-checker-overlay{align-items:center;animation:fadeIn .2s ease;background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.symptom-checker-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 25px 50px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:600px;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.symptom-checker-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px 24px}.symptom-checker-header h2{color:#1a202c;font-size:1.5rem;font-weight:600;margin:0}.close-btn{align-items:center;background:#f7fafc;border:none;border-radius:50%;color:#4a5568;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;transition:all .2s ease;width:36px}.close-btn:hover{background:#edf2f7;color:#1a202c}.symptom-checker-body{flex:1 1;min-height:300px;overflow-y:auto;padding:20px 24px}.symptom-intro{color:#4a5568;line-height:1.6;margin-bottom:20px}.symptom-error{background:#fed7d7;border-radius:8px;color:#c53030;font-size:.9rem;margin-bottom:16px;padding:12px 16px}.symptom-loading{color:#718096;padding:40px 0;text-align:center}.symptom-categories{display:flex;flex-direction:column;gap:8px}.symptom-category{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.category-toggle{align-items:center;background:#f7fafc;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:14px 16px;text-align:left;transition:background .2s ease;width:100%}.category-toggle:hover{background:#edf2f7}.category-toggle.expanded{background:#4299e1;color:#fff}.category-name{font-size:.95rem}.category-count{align-items:center;display:flex;gap:12px}.selected-count{background:#4299e1;border-radius:10px;color:#fff;font-size:.8rem;padding:2px 8px}.category-toggle.expanded .selected-count{background:#fff;color:#4299e1}.expand-icon{font-size:1.2rem;font-weight:700;text-align:center;width:20px}.symptom-list{background:#fff;display:flex;flex-direction:column;gap:8px;padding:12px}.symptom-item{align-items:flex-start;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:10px 12px;transition:background .2s ease}.symptom-item:hover{background:#f7fafc}.symptom-item input[type=checkbox]{accent-color:#4299e1;cursor:pointer;height:20px;margin-top:2px;width:20px}.symptom-info{display:flex;flex-direction:column;gap:2px}.symptom-name{color:#2d3748;font-weight:500}.symptom-desc{color:#718096;font-size:.85rem}.symptom-checker-footer{align-items:center;background:#f7fafc;border-radius:0 0 16px 16px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 24px}.selected-summary{color:#4a5568;font-size:.9rem}.footer-actions{display:flex;gap:12px}.btn-secondary{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s ease}.btn-secondary:hover{background:#edf2f7;border-color:#cbd5e0}.btn-primary{background:#4299e1;font-weight:500;padding:10px 20px;transition:all .2s ease}.btn-primary:hover{background:#3182ce}.btn-primary:disabled{background:#a0aec0}.result-view{padding-top:0}.severity-banner{align-items:center;border-radius:12px;color:#fff;display:flex;justify-content:space-between;margin-bottom:20px;padding:16px 20px}.severity-label{font-size:.9rem;opacity:.9}.severity-value{font-size:1.1rem;font-weight:700}.analysis-section,.conditions-section,.recommendations-section{margin-bottom:24px}.analysis-section h3,.conditions-section h3,.recommendations-section h3{color:#1a202c;font-size:1.1rem;margin:0 0 12px}.analysis-text{background:#f7fafc;border-radius:8px;color:#4a5568;line-height:1.7;margin:0;padding:16px}.conditions-list{gap:12px}.condition-card{background:#f7fafc;border-left:4px solid #4299e1;border-radius:12px;padding:16px}.condition-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.condition-name{color:#1a202c;font-size:1rem;font-weight:600}.condition-probability{border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;padding:4px 10px}.condition-desc{color:#4a5568;font-size:.9rem;line-height:1.5;margin:0 0 8px}.matching-symptoms{color:#718096;font-size:.8rem}.recommendations-list{display:flex;flex-direction:column;gap:12px}.recommendation-card{background:#f7fafc;border-radius:12px;padding:16px}.rec-header{align-items:center;display:flex;gap:10px;margin-bottom:10px}.rec-icon{font-size:1.3rem}.rec-type{color:#1a202c;font-weight:600}.rec-text{color:#4a5568;line-height:1.6;margin:0 0 8px}.rec-specialist{background:#e6fffa;border-radius:16px;color:#234e52;display:inline-block;font-size:.85rem;font-weight:500;padding:4px 12px}.disclaimer-section{background:#fffbeb;border:1px solid #fbbf24;border-radius:12px;padding:16px}.disclaimer{color:#92400e;font-size:.85rem;line-height:1.6;margin:0}@media (max-width:768px){.symptom-checker-overlay{padding:10px}.symptom-checker-modal{border-radius:12px;max-height:95vh}.symptom-checker-header{padding:16px}.symptom-checker-header h2{font-size:1.2rem}.symptom-checker-body{padding:16px}.symptom-intro{font-size:.9rem}.category-toggle{padding:12px 14px}.category-name{font-size:.9rem}.symptom-item{padding:8px 10px}.symptom-item input[type=checkbox]{height:18px;width:18px}.symptom-name{font-size:.9rem}.symptom-desc{font-size:.8rem}.symptom-checker-footer{flex-direction:column;gap:12px;padding:14px 16px}.footer-actions{width:100%}.btn-primary,.btn-secondary{flex:1 1;padding:12px 16px}.severity-banner{flex-direction:column;gap:4px;padding:14px;text-align:center}.condition-header{align-items:flex-start;flex-direction:column;gap:8px}}@media (max-width:480px){.symptom-checker-overlay{padding:0}.symptom-checker-modal{border-radius:0;height:100%;max-height:100vh}.symptom-list{gap:4px;padding:8px}.symptom-item{padding:8px}}.chat-page{display:flex;height:calc(100vh - 73px);position:relative}.chat-main{background:#fff;display:flex;flex:1 1;flex-direction:column}.chat-mobile-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:none;gap:.75rem;padding:.75rem 1rem}.mobile-sidebar-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;height:40px;justify-content:center;transition:transform .2s ease;width:40px}.mobile-sidebar-btn:hover{transform:scale(1.05)}.chat-mobile-title{color:#2d3748;font-size:1rem;font-weight:600}.chat-empty{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex:1 1;justify-content:center}.chat-empty-content{padding:2rem;text-align:center}.chat-empty-icon{display:block;font-size:4rem;margin-bottom:1rem}.chat-empty-content h2{color:#2d3748;font-size:1.75rem;margin-bottom:.5rem}.chat-empty-content p{color:#718096;margin-bottom:1.5rem}.chat-empty-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.chat-empty-btn:hover:not(:disabled){box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1.5rem}.chat-welcome{margin:auto;padding:3rem 2rem;text-align:center}.chat-welcome-icon{display:block;font-size:3rem;margin-bottom:1rem}.chat-welcome h3{color:#2d3748;font-size:1.5rem;margin-bottom:.5rem}.chat-welcome p{color:#718096;margin-bottom:1.5rem}.chat-suggestions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.suggestion-btn{background:#f7fafc;border:2px solid #e2e8f0;border-radius:2rem;color:#4a5568;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.suggestion-btn:hover{border-color:#667eea;color:#667eea}.chat-typing{display:flex;gap:.25rem;margin-right:auto;padding:1rem}.typing-dot{animation:typingBounce 1.4s ease-in-out infinite;background:#a0aec0;border-radius:50%;height:8px;width:8px}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-error{background:#fed7d7;border-radius:.5rem;color:#c53030;margin:0 auto;padding:.75rem 1rem}@media (max-width:1024px){.chat-messages{padding:1rem}.chat-welcome{padding:2rem 1rem}.chat-welcome h3{font-size:1.25rem}}@media (max-width:768px){.chat-page{flex-direction:column;height:calc(100vh - 60px)}.chat-mobile-header{display:flex}.chat-main{height:100%}.chat-messages{gap:.75rem;padding:.75rem}.chat-welcome{padding:1.5rem 1rem}.chat-welcome-icon{font-size:2.5rem}.chat-welcome h3{font-size:1.2rem}.chat-welcome p{font-size:.9rem}.chat-suggestions{align-items:stretch;flex-direction:column}.suggestion-btn{font-size:.9rem;padding:.75rem 1rem}.chat-empty-content{padding:1.5rem}.chat-empty-icon{font-size:3rem}.chat-empty-content h2{font-size:1.4rem}.chat-empty-content p{font-size:.9rem}}@media (max-width:480px){.chat-page{height:calc(100vh - 56px)}.chat-messages{padding:.5rem}.chat-welcome{padding:1rem}.chat-welcome-icon{font-size:2rem}.chat-welcome h3{font-size:1.1rem}}.home-page{min-height:calc(100vh - 73px)}.hero{align-items:center;display:flex;gap:4rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:4rem 2rem}.hero-content{flex:1 1}.hero-title{color:#2d3748;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#718096;font-size:1.25rem;line-height:1.7;margin-bottom:2rem;max-width:500px}.hero-actions{display:flex;gap:1rem}.hero-image{flex:1 1}.hero-illustration,.hero-image{display:flex;justify-content:center}.hero-illustration{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:50%;flex-wrap:wrap;gap:1rem;height:350px;padding:3rem;width:350px}.illustration-emoji{animation:float 3s ease-in-out infinite;font-size:4rem}.illustration-emoji:nth-child(2){animation-delay:.5s}.illustration-emoji:nth-child(3){animation-delay:1s}.illustration-emoji:nth-child(4){animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features{background:#f7fafc;padding:4rem 2rem}.features-title{color:#2d3748;font-size:2rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #0000000d;padding:2rem;text-align:center;transition:transform .2s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#2d3748;font-size:1.25rem;margin-bottom:.75rem}.feature-card p{color:#718096;line-height:1.6}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.cta h2{font-size:2rem;margin-bottom:1rem}.cta p{font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta .btn-primary{background:#fff;color:#667eea}.cta .btn-primary:hover{background:#f7fafc}@media (max-width:1024px){.hero{gap:2rem;padding:3rem 1.5rem}.hero-title{font-size:2.5rem}.hero-illustration{height:300px;width:300px}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero{flex-direction:column;gap:2rem;padding:2rem 1rem;text-align:center}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem;max-width:100%}.hero-actions{flex-wrap:wrap;justify-content:center;width:100%}.hero-actions .btn{flex:1 1;min-width:140px}.hero-illustration{height:250px;width:250px}.illustration-emoji{font-size:2.5rem}.features{padding:2rem 1rem}.features-title{font-size:1.5rem;margin-bottom:2rem}.features-grid{gap:1rem;grid-template-columns:1fr}.feature-card{padding:1.5rem}.cta{padding:2rem 1rem}.cta h2{font-size:1.5rem}.cta p{font-size:1rem}}@media (max-width:480px){.hero{padding:1.5rem 1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-illustration{height:200px;padding:2rem;width:200px}.illustration-emoji{font-size:2rem}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1.1rem}}.profile-page{align-items:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.profile-container{animation:slideIn .4s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:700px;padding:2.5rem;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-container h1{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:.5rem}.profile-subtitle{color:#718096;font-size:.95rem;margin-bottom:2rem}.error-message{background:#fed7d7;border-left:4px solid #c53030;color:#c53030}.error-message,.success-message{border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem}.success-message{background:#c6f6d5;border-left:4px solid #38a169;color:#22543d}.profile-form{gap:2rem}.form-section,.profile-form{display:flex;flex-direction:column}.form-section{border-bottom:1px solid #e2e8f0;gap:1.25rem;padding-bottom:1.5rem}.form-section:last-of-type{border-bottom:none}.form-section h2{color:#4a5568;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#4a5568;font-size:.9rem;font-weight:500}.form-group input,.form-group select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:all .2s}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input::placeholder{color:#a0aec0}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.bmi-display{background:#edf2f7;border-radius:8px;color:#2d3748;font-size:1rem;padding:1rem}.bmi-category{color:#667eea;font-weight:600;margin-left:.5rem}.form-actions{display:flex;justify-content:flex-end;padding-top:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.profile-info{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem}.info-text{color:#718096;font-size:.875rem;line-height:1.6}@media (max-width:1024px){.profile-container{max-width:600px;padding:2rem}}@media (max-width:768px){.profile-page{align-items:stretch;padding:1rem}.profile-container{border-radius:12px;padding:1.5rem}.profile-container h1{font-size:1.5rem}.profile-subtitle{font-size:.9rem}.form-section h2{font-size:1.1rem}.form-row{grid-template-columns:1fr}.form-group input,.form-group select{font-size:16px}.btn-primary{padding:1rem;width:100%}.category-header{padding:.875rem 1rem}.condition-name-line{align-items:flex-start;flex-direction:column;gap:.25rem}}@media (max-width:480px){.profile-page{padding:.5rem}.profile-container{border-radius:8px;padding:1.25rem}.profile-container h1{font-size:1.35rem}.form-section{gap:1rem;padding-bottom:1rem}.form-group label{font-size:.85rem}.category-header{font-size:.9rem;padding:.75rem}.conditions-list{padding:.75rem}.condition-name{font-size:.9rem}.condition-symptoms{font-size:.8rem}}.section-description{color:#718096;font-size:.9rem;line-height:1.5;margin-top:-.5rem}.conditions-categories{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.category-section{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .2s}.category-section:hover{border-color:#cbd5e0}.category-header{align-items:center;background:#f7fafc;border:none;cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;padding:1rem 1.25rem;text-align:left;transition:all .2s;width:100%}.category-header:hover{background:#edf2f7}.category-header.expanded{background:#667eea;color:#fff}.category-name{color:inherit;font-weight:600}.category-icon{color:inherit;font-size:1.5rem;font-weight:300}.conditions-list{background:#fff;display:flex;flex-direction:column;gap:.75rem;padding:1rem}.condition-item{border-bottom:1px solid #f7fafc;padding-bottom:.75rem}.condition-item:last-child{border-bottom:none;padding-bottom:0}.condition-label{align-items:flex-start;cursor:pointer;display:flex;gap:.75rem}.condition-label input[type=checkbox]{accent-color:#667eea;cursor:pointer;flex-shrink:0;height:18px;margin-top:.25rem;width:18px}.condition-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.condition-name-line{align-items:center;display:flex;gap:1rem;justify-content:space-between}.condition-name{color:#2d3748;font-size:.95rem;font-weight:500}.condition-icd{background:#edf2f7;border-radius:4px;color:#667eea;font-family:Courier New,monospace;font-size:.8rem;padding:.2rem .5rem;white-space:nowrap}.condition-symptoms{color:#718096;font-size:.85rem;line-height:1.4}.selected-conditions-summary{background:#edf2f7;border-radius:8px;color:#4a5568;font-size:.9rem;margin-top:1rem;padding:.75rem 1rem}.selected-conditions-summary strong{color:#667eea}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:#f7fafc;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}img{height:auto;max-width:100%}.app{display:flex;flex-direction:column;min-height:100vh}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a0a0a0}::selection{background:#667eea;color:#fff}:focus-visible{outline:2px solid #667eea;outline-offset:2px}@media (max-width:768px){html{font-size:14px}}@media (max-width:480px){html{font-size:13px}}@media (max-width:768px){button,input,select,textarea{min-height:44px}}@media (max-width:768px){::-webkit-scrollbar{width:4px}}.no-select{-webkit-user-select:none;user-select:none}@supports (padding:max(0px)){.safe-area-bottom{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.safe-area-top{padding-top:max(1rem,env(safe-area-inset-top))}}
/*# sourceMappingURL=main.6965c4e8.css.map*/