body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.background-gradient{animation:gradientShift 15s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);background-size:400% 400%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.floating-shapes{height:100%;overflow:hidden;position:absolute;width:100%;z-index:1}.shape{animation:float 20s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:300px;left:-100px;top:-150px;width:300px}.shape-2{animation-delay:3s;height:200px;right:-50px;top:50%;width:200px}.shape-3{animation-delay:6s;bottom:-50px;height:150px;left:30%;width:150px}.shape-4{animation-delay:9s;bottom:10%;height:250px;right:20%;width:250px}.login-card{animation:slideUp .8s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:30px;box-shadow:0 20px 60px #0000004d;max-width:450px;padding:50px 40px;position:relative;width:100%;z-index:10}.logo-section{align-items:center;animation:fadeIn 1s ease-out .3s both;display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.owner-logo{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:100px;object-fit:contain;transition:transform .3s ease;width:100px}.owner-logo:hover{transform:scale(1.05) rotate(5deg)}.main-logo{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:auto;object-fit:contain;transition:transform .3s ease;width:200px}.main-logo:hover{transform:scale(1.05)}.welcome-section{animation:fadeIn 1s ease-out .5s both;margin-bottom:35px;text-align:center}.welcome-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2rem;font-weight:700;margin:0 0 10px}.welcome-subtitle{color:#718096;font-size:1rem;font-weight:400;margin:0}.login-button-wrapper{animation:fadeIn 1s ease-out .7s both;display:flex;justify-content:center;margin-bottom:30px}.login-button-wrapper>div{display:flex;justify-content:center;width:100%}.loading-spinner{align-items:center;display:flex;flex-direction:column;gap:15px;padding:20px}.spinner{border:4px solid #667eea33}.loading-spinner p{color:#667eea;font-weight:600;margin:0}.features-section{grid-gap:20px;animation:fadeIn 1s ease-out .9s both;border-top:1px solid #e2e8f0;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:30px;padding-top:30px}.feature-item{align-items:center;display:flex;flex-direction:column;gap:8px;text-align:center}.feature-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:1.5rem}.feature-text{color:#4a5568;font-size:.75rem;font-weight:500}.login-footer{animation:fadeIn 1s ease-out 1.1s both;bottom:20px;position:absolute;text-align:center;z-index:10}.login-footer p{color:#ffffffe6;font-size:.75rem;margin:0;text-shadow:0 2px 4px #0000004d}@media (max-width:768px){.login-card{border-radius:20px;padding:40px 30px}.welcome-title{font-size:1.75rem}.main-logo{width:160px}.owner-logo{height:80px;width:80px}.features-section{gap:15px}.feature-text{font-size:.7rem}}@media (max-width:480px){.login-card{padding:30px 20px}.welcome-title{font-size:1.5rem}.welcome-subtitle{font-size:.9rem}.features-section{gap:12px;grid-template-columns:1fr}.feature-item{flex-direction:row;gap:10px;justify-content:center}.main-logo{width:140px}.owner-logo{height:70px;width:70px}}.tab-layout{display:flex;flex-direction:column;min-height:100vh}.tab-content{flex:1 1;overflow-y:auto;padding:20px}.tab-bar{background-color:#fff;border-top:1px solid #ccc;bottom:0;height:60px;justify-content:space-around;left:0;position:fixed;right:0;z-index:100}.tab-bar,.tab-link{align-items:center;display:flex}.tab-link{color:#333;flex-direction:column;font-size:14px;text-decoration:none}.icon-wrapper{display:inline-block}.custom-alert-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:10000}.custom-alert-box{animation:slideUp .3s ease-out;background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:28rem;overflow:hidden;width:90%}.custom-alert-header{background:linear-gradient(90deg,#3b82f6,#9333ea);padding:1rem 1.5rem}.custom-alert-header-content{align-items:center;display:flex;gap:.75rem}.custom-alert-icon-container{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fff3;border-radius:9999px;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.custom-alert-icon{font-size:1.5rem}.custom-alert-title{color:#fff;font-size:1.25rem;font-weight:700;margin:0}.custom-alert-content{padding:2rem 1.5rem}.custom-alert-message{color:#374151;font-size:1rem;line-height:1.625;margin:0;white-space:pre-line}.custom-alert-buttons{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem}.custom-alert-button{align-items:center;border:none;border-radius:.75rem;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease}.custom-alert-button:active{transform:scale(.95)}.custom-alert-button.cancel{background-color:#f3f4f6;color:#374151}.custom-alert-button.cancel:hover{background-color:#e5e7eb}.custom-alert-button.confirm{background:linear-gradient(90deg,#3b82f6,#9333ea);box-shadow:0 10px 15px -3px #0000001a;color:#fff}.custom-alert-button.confirm:hover{background:linear-gradient(90deg,#2563eb,#7e22ce);box-shadow:0 20px 25px -5px #0000001a}.custom-alert-button.close{background:linear-gradient(90deg,#3b82f6,#9333ea);box-shadow:0 10px 15px -3px #0000001a;color:#fff}.custom-alert-button.close:hover{background:linear-gradient(90deg,#2563eb,#7e22ce);box-shadow:0 20px 25px -5px #0000001a}.gate-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.gate-background{inset:0;position:absolute;z-index:0}.gate-gradient{animation:gradientFlow 15s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);background-size:400% 400%;inset:0;position:absolute}@keyframes gradientFlow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.floating-elements{inset:0;overflow:hidden;position:absolute}.float-shape{animation:float 20s ease-in-out infinite;background:#ffffff14;border-radius:50%;position:absolute}.float-shape.shape-1{animation-delay:0s;height:300px;left:-50px;top:-100px;width:300px}.float-shape.shape-2{animation-delay:7s;bottom:-50px;height:200px;right:-30px;width:200px}.float-shape.shape-3{animation-delay:3s;height:150px;right:10%;top:40%;width:150px}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.gate-card{animation:cardSlideUp .8s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #ffffff80;border-radius:32px;box-shadow:0 20px 60px #0000004d;max-width:550px;padding:40px;position:relative;width:100%;z-index:10}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.gate-icon-wrapper{animation:iconFadeIn 1s ease-out .3s both;display:flex;justify-content:center;margin-bottom:20px}@keyframes iconFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.gate-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 10px 30px #667eea4d;display:flex;height:100px;justify-content:center;position:relative;width:100px}.icon-emoji{filter:brightness(0) invert(1);font-size:3rem}.pulse-ring{animation:pulse-animation 2s ease-out infinite;border:3px solid #667eea;border-radius:50%;inset:-10px;opacity:.6;position:absolute}@keyframes pulse-animation{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.3)}}.gate-content{animation:contentFadeIn 1s ease-out .5s both;text-align:center}@keyframes contentFadeIn{0%{opacity:0}to{opacity:1}}.gate-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2rem;font-weight:700;margin:0 0 10px}.gate-subtitle{color:#718096;font-size:1.125rem;font-weight:500;margin:0 0 20px}.info-box{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid #667eea33;border-radius:16px;display:flex;gap:12px;margin-bottom:15px;padding:10px 25px}.info-text{color:#4a5568;font-size:.95rem;margin:0;text-align:left}.features-list{display:flex;flex-direction:column;gap:12px;margin-bottom:15px;text-align:left}.feature-point{color:#4a5568;font-size:.95rem;gap:12px}.check-icon,.feature-point{align-items:center;display:flex}.check-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:700;height:24px;justify-content:center;width:24px}.gate-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:15px}.gate-button{align-items:center;border:none;border-radius:16px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:10px;justify-content:center;overflow:hidden;padding:16px 24px;position:relative;transition:all .3s ease}.gate-button:before{background:#fff3;content:"";inset:0;position:absolute;transform:translateX(-100%);transition:transform .3s ease}.gate-button:hover:before{transform:translateX(0)}.gate-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff;padding:10px}.gate-button.primary:hover{box-shadow:0 8px 25px #667eea80;transform:translateY(-3px)}.gate-button.secondary{background:#fff;border:2px solid #e2e8f0;color:#667eea;padding:10px}.gate-button.secondary:hover{background:#f7fafc;border-color:#667eea;transform:translateY(-2px)}.button-icon{font-size:1.25rem;z-index:1}.button-text{z-index:1}.button-arrow{font-size:1.25rem;z-index:1}.gate-button.primary:hover .button-arrow{transform:translateX(5px)}.gate-footer{border-top:1px solid #e2e8f0;padding-top:25px}.user-info{align-items:center;background:#f7fafc;border-radius:12px;display:flex;gap:15px;padding:12px}.user-avatar{border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;height:50px;object-fit:cover;width:50px}.user-details{flex:1 1;text-align:left}.user-name{color:#2d3748;font-size:.95rem;font-weight:600;margin:0 0 4px}.user-email{color:#718096;font-size:.8rem;margin:0}.gate-help{animation:helpFadeIn 1s ease-out .9s both;margin-top:20px;position:relative;z-index:10}@keyframes helpFadeIn{0%{opacity:0}to{opacity:1}}.gate-help p{color:#fffffff2;font-size:.875rem;margin:0;text-shadow:0 2px 4px #0000004d}.gate-help a{color:#fff;font-weight:600;text-decoration:underline;transition:opacity .3s ease}.gate-help a:hover{opacity:.8}.loader{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:100vh}.loader-spinner{animation:spin 1s linear infinite;border:5px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:60px;width:60px}.loader-text{color:#667eea;font-size:1.125rem;font-weight:600}@media (max-width:768px){.gate-card{border-radius:24px;padding:30px}.gate-title{font-size:1.45rem}.gate-subtitle{font-size:1rem}.gate-icon{height:70px;width:70px}.icon-emoji{font-size:2.5rem}.button-icon{font-size:1rem;z-index:1}}@media (max-width:480px){.gate-container{padding:15px}.gate-card{border-radius:20px;padding:20px}.gate-title{font-size:1.1rem}.gate-subtitle{font-size:.9rem}.gate-icon{height:50px;width:50px}.icon-emoji{font-size:2rem}.gate-button{font-size:.95rem;padding:14px 20px}.features-list{gap:10px}.feature-point{font-size:.875rem}.button-icon{font-size:.9rem;z-index:1}}.header-side{align-items:center;display:flex;height:40px;justify-content:center;width:40px}.header-button{background:none;border:none;cursor:pointer;padding:0}.header-center{left:50%;position:absolute;transform:translateX(-50%)}.header-back-button{background:none;border:none;color:#ededf0;cursor:pointer;font-size:20px;margin-right:10px;padding:8px}body,html{height:100%;margin:0;overflow:hidden;padding:0}.main-container{background:linear-gradient(180deg,#6ca9e6 0,#1a79d8);bottom:0;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0}.main-container,.main-content{display:flex;flex-direction:column;overflow:hidden}.main-content{align-items:center;background:linear-gradient(180deg,#f8f9fa 0,#e9ecef);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;position:relative}h2{margin-bottom:20px}.header-row{background-color:#3483c5;color:#fff;height:60px;justify-content:space-between;padding:0 20px;width:100%;z-index:10}.header-row,.headerMiddle{align-items:center;display:flex}.headerMiddle{flex:1 1;justify-content:center}.header-container{align-items:center;display:flex;padding-left:20px}.header-logo{height:50px;object-fit:contain}.header-photo{border-radius:50%;height:40px;object-fit:cover;width:40px}.page-title-bar{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-evenly;margin-bottom:20px;padding:10px;width:100%}.page-title-bar h2{color:#2d3748;font-size:1.75rem;font-weight:700;margin:0}.page-title-bar h3{color:#2d3748;font-size:1.37rem;font-weight:600;margin:0}.page-title{align-items:center;display:flex;flex-direction:column;flex-shrink:0;font-size:16px;font-weight:600;justify-content:center;margin-bottom:5px;width:100%}.page-title h2{font-size:1.75rem;font-weight:700}.page-title h2,.page-title h3{flex-grow:1;margin-bottom:5px;margin-top:5px}.page-title h3{font-size:1.37rem;font-weight:600}.page-title p{margin-top:0}.top-tab-container{display:flex;gap:10px;margin-bottom:5px;padding:5px 20px;width:100%}.tab-button{background:#f0f0f0;border:2px solid #0000;border-radius:10px;color:#333;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:10px 20px;transition:all .3s ease}.tab-button:hover{background:#e0e0e0;transform:translateY(-2px)}.active-tab{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#5568d3;color:#fff}.analysis-modal-overlay{align-items:center;animation:fadeIn .3s ease;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:-20px;z-index:1000}.analysis-modal-content{animation:slideUp .3s ease;background:#fff;border-radius:12px;display:flex;flex-direction:column;max-height:80vh;max-width:900px;overflow:hidden;width:90%}.analysis-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #e9ecef;color:#fff;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:20px 25px}.analysis-modal-header h2{font-size:24px;margin:0}.analysis-modal-body{flex:1 1;overflow-y:auto;padding:25px}.analysis-session-info{background:#f8f9fa;border-radius:8px;margin-bottom:25px;padding:15px}.analysis-session-info h3{color:#2c3e50;font-size:16px;margin:0 0 10px}.modal-actions-group{flex-shrink:0;gap:10px;justify-content:flex-end}.modal-actions-group,.modal-info-group{align-items:center;display:flex;width:100%}.modal-info-group{gap:20px;min-width:0}@media (max-width:768px){.analysis-modal-body,.analysis-modal-header{padding:15px}.modal-info-group{gap:12px}}@media (max-width:480px){.analysis-modal-header{border-radius:8px;padding:12px 15px}.analysis-modal-header h2{font-size:18px}.analysis-modal-body{padding:15px}.analysis-session-info h3{font-size:14px}.code-badge{font-size:11px;padding:3px 8px}}.loader{animation:spin 1s linear infinite;border:4px solid #ccc;border-radius:50%;border-top-color:#3f37c9;height:40px;margin:20px auto;width:40px}.summary-item{background:#efebe9;border-radius:8px;color:#4a5568;font-size:.95rem;margin:10px 0;padding:12px}.clinical-analysis-section{background-color:#f8f9fa;border-radius:8px;margin-top:20px;padding:15px}.clinical-analysis-section h4{color:#2c3e50;margin-bottom:15px}.analysis-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.analysis-btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:10px 15px;transition:all .3s ease}.analysis-btn:hover:not(:disabled){box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.analysis-btn:disabled{cursor:not-allowed;opacity:.6}.analysis-btn.triage{background-color:#dc3545;color:#fff}.analysis-btn.medications{background-color:#28a745;color:#fff}.analysis-btn.differential{background-color:#007bff;color:#fff}.analysis-btn.comprehensive{background-color:#6f42c1;color:#fff}.analysis-loading{padding:20px}.spinner{margin:0 auto 10px}.analysis-result{background-color:#fff;border-left:4px solid;border-radius:6px;margin-top:15px;padding:15px}.analysis-result.triage-result{border-color:#dc3545}.analysis-result.medications-result{border-color:#28a745}.analysis-result.differential-result{border-color:#007bff}.analysis-result.comprehensive-result{border-color:#6f42c1}.analysis-result h5{color:#2c3e50;margin-bottom:10px}.analysis-result pre{background-color:#f5f5f5;border-radius:4px;font-size:12px;overflow-x:auto;padding:10px}.comprehensive-sections{grid-gap:15px;display:grid;gap:15px}.comprehensive-sections .section{background-color:#f8f9fa;border-radius:4px;padding:10px}.comprehensive-sections h6{color:#495057;font-weight:600;margin-bottom:8px}.goto-analysis-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:10px;padding:10px 20px;transition:all .3s ease;width:100%}.goto-analysis-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.close-modal-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.close-modal-btn:hover{background:#ffffff4d;transform:rotate(90deg)}@media (max-width:480px){.close-modal-btn{font-size:20px;height:32px;width:32px}}.session-summary-display{background:#fff;border-left:4px solid #667eea;border-radius:6px;padding:10px}.analysis-cards-container{display:flex;flex-direction:column;gap:15px}.analysis-card{background:#fff;border:1px solid #e9ecef;border-left:4px solid;border-radius:8px;overflow:hidden;transition:all .3s ease}.analysis-card:hover{box-shadow:0 4px 12px #0000001a}.analysis-card-header{align-items:center;background:#f8f9fa;display:flex;justify-content:space-between;padding:15px}.analysis-card-toggle{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex:1 1;gap:10px;padding:0;text-align:left}.analysis-card-toggle .toggle-icon{font-size:14px;transition:transform .3s ease}.analysis-card-toggle .card-title{color:#2c3e50;font-size:16px;font-weight:600}.run-analysis-btn{border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .2s ease}.run-analysis-btn:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.analysis-card-content{border-top:1px solid #e9ecef;padding:20px}.analysis-loading{padding:30px;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;height:40px;margin:0 auto 15px;width:40px}.analysis-result-display{line-height:1.6}.emergency-alert-banner{animation:pulse-emergency 2s infinite;background:linear-gradient(135deg,#f44,#c00);border:3px solid red;border-radius:12px;box-shadow:0 4px 20px #f006;color:#fff;margin-bottom:20px;padding:20px}@keyframes pulse-emergency{0%,to{box-shadow:0 4px 20px #f006}50%{box-shadow:0 4px 30px #f00c}}.emergency-header{align-items:center;border-bottom:2px solid #ffffff4d;display:flex;gap:15px;margin-bottom:15px;padding-bottom:15px}.emergency-icon{animation:shake .5s infinite;font-size:32px}.emergency-header h3{flex:1 1;font-size:24px;font-weight:700;margin:0}.urgency-score{background:#fff;border-radius:20px;color:#c00;font-size:18px;padding:8px 16px}.emergency-content{margin:15px 0}.emergency-reasons h4,.emergency-recommendation h4{font-size:16px;letter-spacing:1px;margin-bottom:10px;margin-top:15px;text-transform:uppercase}.emergency-reasons ul{list-style:none;padding:0}.emergency-reasons li{background:#fff3;border-left:4px solid #fff;border-radius:6px;margin:5px 0;padding:10px}.recommendation-text{background:#fff3;border:2px solid #ffffff80;border-radius:8px;font-size:18px;font-weight:500;padding:15px}.emergency-call-btn{background:#fff;border:none;border-radius:8px;color:#c00;cursor:pointer;font-size:20px;font-weight:700;margin-top:15px;padding:15px;transition:all .3s ease;width:100%}.emergency-call-btn:hover{background:#fff5f5;box-shadow:0 4px 12px #0000004d;transform:scale(1.02)}.clinical-rules-section{border-left:4px solid #4caf50}.clinical-rules-section h4{align-items:center;color:#2c3e50;display:flex;gap:10px;margin-top:0}.rules-description{font-size:14px;font-style:italic;margin-bottom:15px}.clinical-rule-card{border-radius:6px;box-shadow:0 2px 4px #0000001a;margin:10px 0;padding:15px}.clinical-rule-card h5{border-bottom:2px solid #ecf0f1;color:#34495e;margin-top:0;padding-bottom:8px}.escalation-rules-list,.medication-rules-list,.triage-rules-list{margin-top:15px}.escalation-rules-list h6,.medication-rules-list h6,.triage-rules-list h6{align-items:center;color:#5a6c7d;display:flex;font-size:14px;gap:8px;margin-bottom:10px}.rule-item{border-left:4px solid #3498db;margin:8px 0;padding:12px}.rule-item.danger{background:#ffebee;border-left-color:#f44336}.rule-item.warning{background:#fff3e0;border-left-color:#ff9800}.rule-item.info{background:#e3f2fd;border-left-color:#2196f3}.rule-item.escalation{background:#fce4ec;border-left-color:#e91e63}.rule-item.emergency,.rule-item.urgent-ed{background:#ffcdd2;border-left-color:#d32f2f;font-weight:500}.rule-header{margin-bottom:8px}.rule-header strong{color:#2c3e50;font-size:15px}.priority-badge,.rule-action-badge,.severity-badge{background:#34495e;border-radius:12px;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;text-transform:uppercase}.rule-action-badge.contraindicated,.severity-badge.critical{background:#d32f2f}.severity-badge.severe{background:#f57c00}.severity-badge.moderate{background:#ffa726}.rule-reasoning{color:#555;font-size:14px;line-height:1.5;margin:5px 0}.rule-detail{color:#777;font-size:13px;margin-top:5px}.rule-action{color:#1976d2;font-weight:500;margin-top:5px}.safety-analysis-section{background:#f1f8f4;border-left:4px solid #66bb6a;border-radius:8px;margin:20px 0;padding:20px}.safety-analysis-section h4{color:#2c3e50;margin-top:0}.safety-description{color:#666;font-size:14px;font-style:italic;margin-bottom:15px}.safety-analysis-card{background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a;margin:10px 0;padding:15px}.safety-analysis-card h5{border-bottom:2px solid #ecf0f1;color:#34495e;margin-top:0;padding-bottom:8px}.excluded-medications,.safe-medications{margin:15px 0}.safe-medications h6{color:#2e7d32;margin-bottom:10px}.excluded-medications h6{color:#c62828;margin-bottom:10px}.medication-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.med-chip{border-radius:16px;display:inline-block;font-size:13px;font-weight:500;padding:6px 12px}.med-chip.safe{background:#c8e6c9;border:1px solid #81c784;color:#1b5e20}.med-chip.excluded{background:#ffcdd2;border:1px solid #e57373;color:#b71c1c}.excluded-med-item{align-items:center;background:#ffebee;border-radius:6px;display:flex;gap:10px;margin:8px 0;padding:8px}.exclusion-reason{color:#d32f2f;flex:1 1;font-size:13px;font-style:italic}.diagnostic-analysis-section{background:#f3e5f5;border-left:4px solid #9c27b0;border-radius:8px;margin:20px 0;padding:20px}.diagnostic-analysis-section h4{color:#2c3e50;margin-top:0}.diagnostic-description{color:#666;font-size:14px;font-style:italic;margin-bottom:15px}.diagnostic-analysis-card{background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a;margin:10px 0;padding:15px}.must-rule-out{background:#ffebee;border:2px solid #ef5350;border-radius:6px;margin:15px 0;padding:15px}.must-rule-out h6{color:#c62828;font-weight:700;margin-bottom:10px;margin-top:0}.emergency-diagnosis-item{background:#fff;border-left:4px solid #d32f2f;border-radius:6px;margin:8px 0;padding:12px}.dx-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.dx-header strong,.dx-name{color:#2c3e50;font-size:15px}.icd10-badge,.icd10-code{background:#e0e0e0;border-radius:4px;color:#424242;font-family:Courier New,monospace;font-size:11px;padding:3px 8px}.red-flags{color:#d32f2f;font-size:13px;margin:5px 0}.dx-action{background:#fff3e0;border-radius:4px;color:#e65100;font-size:14px;font-weight:500;margin-top:8px;padding:8px}.prioritized-diagnoses{margin:15px 0}.diagnosis-item{background:#fff;border-left:4px solid #3498db;border-radius:6px;margin:8px 0;padding:12px}.diagnosis-item.urgency-emergency{background:#ffebee;border-left-color:#d32f2f}.diagnosis-item.urgency-urgent{background:#fff3e0;border-left-color:#f57c00}.diagnosis-item.urgency-routine{background:#f1f8e9;border-left-color:#4caf50}.likelihood-badge{background:#2196f3;font-size:12px}.likelihood-badge,.urgency-badge{border-radius:12px;color:#fff;font-weight:600;padding:4px 10px}.urgency-badge{font-size:11px;text-transform:uppercase}.urgency-badge.emergency{background:#d32f2f}.urgency-badge.urgent{background:#f57c00}.urgency-badge.routine{background:#4caf50}.dx-characteristics{color:#666;font-size:13px;font-style:italic;margin-top:5px}.customization-profile-section{background:#e8f5e9;border-left:4px solid #66bb6a;border-radius:8px;margin:20px 0;padding:20px}.customization-profile-section h4{color:#2c3e50;margin-top:0}.customization-description{color:#666;font-size:14px;font-style:italic;margin-bottom:15px}.customization-details{background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a;padding:15px}.customization-item{border-bottom:1px solid #ecf0f1;display:flex;flex-direction:column;gap:8px;padding:10px 0}.customization-item:last-child{border-bottom:none}.custom-label{color:#34495e;font-size:14px;font-weight:600}.custom-value{color:#555;font-size:14px}.age-details,.mobility-details{margin-top:8px;padding-left:20px}.can-do,.should-avoid{margin:8px 0}.can-do strong,.should-avoid strong{color:#2c3e50;display:block;font-size:13px;margin-bottom:5px}.age-details p,.can-do span,.should-avoid span{color:#666;font-size:13px}.age-details p{margin:5px 0}.age-details strong{color:#2c3e50}.metadata-badges{background:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;flex-wrap:wrap;gap:8px;padding:10px 15px}.feature-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:12px;font-weight:600;gap:5px;padding:5px 12px}.feature-badge.emergency{animation:pulse-badge 2s infinite;background:#ffcdd2;color:#c62828}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.7}}.feature-badge:not(.emergency){background:#e3f2fd;color:#1976d2}.error-code{background:#f5f5f5;border-radius:4px;color:#666;font-size:12px;margin-top:5px;padding:4px 8px}.no-result-message{color:#6c757d;font-style:italic;padding:20px;text-align:center}.analysis-error{background:#fff5f5;border-radius:6px;color:#dc3545;padding:15px}.medications-result .med-section{margin-bottom:20px}.medications-result h4{color:#28a745;font-size:14px;margin-bottom:10px;text-transform:uppercase}.medications-result .warning h4{color:#dc3545}.medications-result ul{list-style:none;padding-left:0}.medications-result li{background:#f8f9fa;border-radius:4px;margin-bottom:5px;padding:8px}.comprehensive-result .comp-section{background:#f8f9fa;border-radius:6px;margin-bottom:20px;padding:15px}.comprehensive-result h4{color:#2c3e50;margin-bottom:10px}.fhir-result pre{background:#f5f5f5;border-radius:6px;font-size:12px;max-height:400px;overflow-x:auto;padding:15px}.medical-codes-display{background:#fff;border-left:4px solid #28a745;border-radius:6px;margin-top:15px;padding:15px}.medical-codes-display h4{color:#28a745;font-size:14px;margin:0 0 10px}.codes-list{display:flex;flex-direction:column;gap:10px}.code-item{align-items:center;background:#f8f9fa;border-radius:4px;display:flex;gap:10px;padding:8px}.symptom-name{color:#2c3e50;font-weight:600;min-width:120px}.code-badge{border-radius:4px;font-family:Courier New,monospace;font-size:12px;font-weight:700;padding:4px 8px}.code-badge.icd10{background:#e3f2fd;color:#1976d2}.code-badge.snomed{background:#f3e5f5;color:#7b1fa2}.symptoms-analyzed-badge{background:#667eea;border-radius:20px;color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-bottom:15px;padding:8px 16px}.analyzed-symptoms-list{background:#f8f9fa;border-radius:6px;margin-bottom:20px;padding:15px}.analyzed-symptoms-list h5{color:#2c3e50;margin-bottom:10px}.symptom-badge{background:#fff;border-left:4px solid #667eea;border-radius:6px;display:inline-block;font-size:14px;margin:5px;padding:8px 12px}.symptom-badge .code{color:#6c757d;font-size:12px;margin-left:8px}.urgency-score{color:#dc3545;font-size:24px}.education-result{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.edu-section{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:25px;padding:20px;transition:all .3s ease}.edu-section:hover{box-shadow:0 4px 12px #0000001a}.edu-section h4{color:#2c3e50;font-size:18px;font-weight:600;margin:0 0 15px}.edu-section h5{color:#495057;font-size:16px;font-weight:600;margin:15px 0 10px}.edu-section p{color:#495057;line-height:1.8;margin:0}.edu-section.overview{background:linear-gradient(135deg,#667eea,#764ba2);border-left:none;color:#fff}.edu-section.overview h4,.edu-section.overview p{color:#fff}.symptom-explanation{background:#fff;border-left:4px solid #667eea;border-radius:6px;margin-bottom:20px;padding:15px}.symptom-explanation h5{color:#667eea;font-size:16px;margin:0 0 10px}.explanation-content{padding-left:10px}.explanation-content p{margin:8px 0}.explanation-content strong{color:#2c3e50;font-weight:600}.edu-section.connect{background:#e3f2fd;border-left-color:#2196f3}.edu-section.connect h4{color:#1976d2}.edu-section.selfcare{background:#f3e5f5;border-left-color:#9c27b0}.edu-section.selfcare h4{color:#7b1fa2}.general-strategies,.specific-strategies{margin-top:15px}.general-strategies h5,.specific-strategies h5{color:#7b1fa2}.specific-strategy-card{background:#fff;border-left:4px solid #9c27b0;border-radius:6px;margin-bottom:15px;padding:15px}.strategy-header{margin-bottom:10px}.for-symptom{color:#7b1fa2;font-size:15px;font-weight:600}.strategy-list{list-style:none;margin:10px 0 0;padding-left:0}.strategy-list li{background:#f8f9fa;border-radius:4px;line-height:1.6;margin-bottom:8px;padding:10px 10px 10px 35px;position:relative}.strategy-list li:before{color:#28a745;content:"✓";font-size:16px;font-weight:700;left:12px;position:absolute}.edu-section.living{background:#fff3e0;border-left-color:#ff9800}.edu-section.living h4{color:#e65100}.edu-section.seek-help{background:#ffebee;border-left-color:#f44336}.edu-section.seek-help h4{color:#c62828}.help-list{list-style:none;margin:10px 0 0;padding-left:0}.help-list li{background:#fff;border-left:4px solid #f44336;border-radius:4px;font-weight:500;line-height:1.6;margin-bottom:10px;padding:12px 12px 12px 40px;position:relative}.help-list li:before{content:"🚨";font-size:18px;left:12px;position:absolute}.edu-section.misconceptions{background:#fce4ec;border-left-color:#e91e63}.edu-section.misconceptions h4{color:#c2185b}.misconception-list{list-style:none;margin:10px 0 0;padding-left:0}.misconception-list li{background:#fff;border-radius:4px;line-height:1.6;margin-bottom:8px;padding:10px 10px 10px 35px;position:relative}.misconception-list li:before{content:"❌";font-size:16px;left:12px;position:absolute}.edu-section.questions{background:#e8f5e9;border-left-color:#4caf50}.edu-section.questions h4{color:#2e7d32}.question-list{list-style:none;margin:10px 0 0;padding-left:0}.question-list li{background:#fff;border-left:4px solid #4caf50;border-radius:4px;color:#2e7d32;font-weight:500;line-height:1.6;margin-bottom:10px;padding:12px 12px 12px 40px;position:relative}.question-list li:before{content:"💬";font-size:18px;left:12px;position:absolute}.fhir-result{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.fhir-header{background:linear-gradient(135deg,#6610f2,#6f42c1);border-radius:8px;color:#fff;margin-bottom:20px;padding:20px;text-align:center}.fhir-header h4{font-size:22px;margin:0 0 10px}.fhir-description{font-size:14px;margin:0;opacity:.9}.fhir-resource-card{background:#fff;border:2px solid #e9ecef;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:20px}.fhir-resource-header{align-items:center;background:#f8f9fa;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px}.resource-type{color:#6610f2;font-size:18px;font-weight:700}.resource-id{background:#fff;border-radius:4px;color:#6c757d;font-family:Courier New,monospace;font-size:12px;padding:4px 8px}.fhir-section{background:#f8f9fa;border-left:4px solid #6610f2;border-radius:6px;margin-bottom:20px;padding:15px}.fhir-section h5{color:#495057;font-size:15px;font-weight:600;margin:0 0 12px}.fhir-field{margin:0}.status-badge{border-radius:20px;display:inline-block;font-size:13px;font-weight:600;letter-spacing:.5px;padding:6px 16px;text-transform:uppercase}.status-badge.active{background:#d4edda;color:#155724}.status-badge.confirmed{background:#d1ecf1;color:#0c5460}.severity-badge{border-radius:20px;font-size:14px;font-weight:700;padding:8px 16px}.severity-badge.mild{border:2px solid #28a745}.severity-badge.moderate{border:2px solid #ffc107}.severity-badge.severe{border:2px solid #dc3545}.condition-display{padding:10px 0}.condition-text{color:#2c3e50;font-size:16px;font-weight:600;margin:0 0 15px}.hydration-badge{border-radius:12px;font-size:12px;font-weight:500;padding:2px 8px}.hydration-badge.adequate{background-color:#d1fae5;color:#065f46}.hydration-badge.limited{background-color:#fef3c7;color:#92400e}.hydration-badge.poor{background-color:#fee2e2;color:#991b1b}.missing-data-warning{color:#f59e0b;font-size:12px;font-weight:600;margin-left:8px}.no-data-warning{align-items:center;border-radius:4px;color:#6b7280;display:flex;font-style:italic;gap:8px;margin:8px 0;padding:12px}.info-display.missing-data,.no-data-warning{background-color:#fef3c7;border-left:3px solid #f59e0b}.info-display.missing-data{color:#92400e}.history-section.empty{background-color:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;margin-bottom:16px;padding:16px}.history-section.empty .history-title{color:#6b7280}.coding-systems{display:flex;flex-wrap:wrap;gap:10px}.coding-badge{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:6px;display:inline-flex;gap:8px;padding:8px 12px}.system-label{color:#6610f2;font-size:12px;font-weight:600;text-transform:uppercase}.code-value{color:#2c3e50;font-family:Courier New,monospace;font-size:14px;font-weight:700}.category-badge{background:#e3f2fd;border-radius:6px;color:#1976d2;display:inline-block;font-size:13px;font-weight:600;padding:6px 12px}.reference-text{background:#fff;border-radius:4px;color:#495057;display:inline-block;font-family:Courier New,monospace;padding:8px 12px}.timeline-info{display:flex;flex-direction:column;gap:10px}.timeline-item{align-items:center;background:#fff;border-radius:4px;display:flex;gap:10px;padding:8px}.timeline-label{color:#6c757d;font-weight:600;min-width:80px}.timeline-date{color:#495057;font-size:14px}.notes-display{background:#fff;border-left:4px solid #17a2b8;border-radius:6px;padding:12px}.note-text{color:#495057;line-height:1.6;margin:0}.fhir-raw-json{border:2px solid #e9ecef;border-radius:6px;margin-top:20px;overflow:hidden}.fhir-raw-json summary{background:#f8f9fa;color:#495057;cursor:pointer;font-weight:600;padding:12px 16px;transition:background .2s ease;-webkit-user-select:none;user-select:none}.fhir-raw-json summary:hover{background:#e9ecef}.fhir-raw-json[open] summary{border-bottom:2px solid #e9ecef}.json-display{background:#282c34;color:#abb2bf;font-family:Courier New,Consolas,monospace;font-size:12px;line-height:1.5;margin:0;max-height:400px;overflow-x:auto;padding:16px}.copy-all-fhir-btn,.copy-resource-btn{background:#6610f2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:15px;padding:12px 20px;transition:all .3s ease;width:100%}.copy-all-fhir-btn:hover,.copy-resource-btn:hover{background:#520dc2;box-shadow:0 4px 12px #6610f266;transform:translateY(-2px)}.copy-all-fhir-btn{background:linear-gradient(135deg,#6610f2,#6f42c1);font-size:16px;padding:16px 24px}@media (max-width:768px){.fhir-resource-header{flex-direction:column;gap:10px;text-align:center}.coding-systems{flex-direction:column}.dx-header,.emergency-header,.rule-header,.timeline-item{align-items:flex-start;flex-direction:column}.rule-header{gap:8px}.medication-chips{flex-direction:column}.med-chip{display:block}.metadata-badges{flex-direction:column}}.fhir-raw-json[open]{animation:slideDown .3s ease}@media print{.copy-all-fhir-btn,.copy-resource-btn,.fhir-raw-json{display:none}.fhir-resource-card{page-break-inside:avoid}}@media (max-width:768px){.edu-section{padding:15px}.specific-strategy-card,.symptom-explanation{padding:12px}}@media print{.edu-section{box-shadow:none;break-inside:avoid;page-break-inside:avoid}.education-result{font-size:12pt}}.severity{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.severity.mild{background:#d4edda;color:#155724}.severity.moderate{background:#fff3cd;color:#856404}.severity.severe{background:#f8d7da;color:#721c24}.booking-section{background-color:#f8f9fa;border-radius:8px;margin:20px 0;padding:15px}.booking-title{color:#333;font-size:16px;margin-bottom:15px}.booking-buttons{display:flex;flex-direction:column;gap:10px}.booking-button{border-radius:8px;color:#fff;font-weight:500;padding:12px 20px;text-align:center;text-decoration:none;transition:transform .2s,box-shadow .2s}.booking-button:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.booking-button.online{background-color:#4caf50}.booking-button.in-person{background-color:#2196f3}.booking-button.phone{background-color:#ff9800}.search-container{background:#fff;padding:5px 20px;width:100%}.sort-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:5px;padding:8px 16px;transition:all .3s}.sort-button:hover{box-shadow:0 4px 8px #667eea4d;transform:translateY(-2px)}.dropdown{background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:15px;height:40px;padding:5px;transition:border-color .3s;width:100%}.dropdown:focus{border-color:#667eea;outline:none}.profile-toggle{background:#f0f0f0;border-radius:10px;color:#333;cursor:pointer;font-weight:600;margin-bottom:15px;padding:15px;transition:background .3s}.avatar{border:3px solid #667eea;border-radius:50%;margin-bottom:10px;margin-top:10px;object-fit:cover;width:60px}.scrollable-list{animation:slideUp .4s ease-out;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:70px;max-height:100vh;overflow-y:auto;width:100%}.general-card{align-items:center;width:250px}.full-card,.general-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;margin:15px 0;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.full-card{width:100%}.general-card-info{text-align:center}.card-header-section{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;gap:12px;margin-bottom:15px}.section-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.card-header-section h4{color:#2d3748;font-size:1.375rem;font-weight:700;margin:0}.message-stats{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 6px #0000001a;color:#fff;display:flex;grid-template-columns:1fr;justify-content:space-around;margin:10px;padding:5px}.stats-section,.stats-section4{grid-gap:15px;animation:fadeInUp .6s ease-out .7s both;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:15px 0 20px}.stat-item{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;padding:10px;text-align:center;width:100px}.stat-label{font-size:.95rem;font-weight:500;opacity:.9}.stat-label,.stat-value{display:block;margin-bottom:5px}.stat-value{font-size:24px;font-weight:700}.conversation-title{border-bottom:2px solid #e0e0e0;color:#333;margin:0 0 15px;padding-bottom:10px}.card-wrapper{position:relative}.card-header{align-items:center;display:flex;gap:15px;justify-content:space-between;margin-bottom:12px;width:100%}.card-header h3{flex-grow:1;font-size:18px;margin-bottom:5px}.card-header p{margin-top:0}.badge-container{display:flex;justify-content:flex-end;position:absolute;width:auto;z-index:1}.unread-badge{background:linear-gradient(135deg,#f44336,#e91e63);border-radius:12px;box-shadow:0 2px 4px #f4433666;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;right:100px}.new-badge,.unread-badge{position:absolute;top:-10px}.new-badge{background-color:#3f37c9;font-size:8px;font-weight:600;right:-125px}.message-scroll{background:#f9f9f9;border-radius:8px;max-height:350px;padding:15px}.message-scroll::-webkit-scrollbar{width:8px}.message-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.message-scroll::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.message-scroll::-webkit-scrollbar-thumb:hover{background:#555}.modal-header-icons{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:flex-end}.modal-top-button{background:none;border:none;cursor:pointer;font-size:20px;margin:15 5px;transition:color .2s ease}.modal-top-button.editing{color:#07c;margin-top:40px}.modal-card-header{align-items:center;display:flex;gap:15px;justify-content:space-between;margin-bottom:12px;width:100%}.modal-body textarea{min-height:220px;resize:vertical}.modal-body button,.modal-body textarea{border:1px solid #ccc;border-radius:8px;font-size:16px;padding:10px;width:90%}.modal-body button{background-color:#3f37c9;color:#fff;cursor:pointer;margin-bottom:40px;transition:background-color .3s ease}.modal-body button:disabled{background-color:#999;cursor:not-allowed}.modal-provider-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;gap:15px;margin-bottom:20px;padding:20px}.modal-header-title{display:flex;flex:1 1;margin:0}.modal-header-title h3{color:#fff;flex:1 1;font-size:1.5rem;font-weight:700;margin-bottom:10px;margin-top:0}.modal-header-title p{color:#fff;flex:1 1;font-size:1rem;font-weight:700;margin:0}.modal-close-btn{align-items:center;background:#f7fafc;border:none;border-radius:50%;color:#4a5568;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.modal-close-btn:hover{background:#ef4444;color:#fff;transform:rotate(90deg)}.save-button{background-color:#0d30df;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.save-button:disabled{background-color:#999;cursor:not-allowed}.messageBoxContainer{background-color:#fafafa;border:1px solid #ddd;border-radius:8px;margin-bottom:15px;margin-top:15px;padding:10px}.messageSectionTitle{font-size:16px;font-weight:700}.message-scroll{max-height:200px;overflow-y:auto;padding-right:10px}.message-bubble{background-color:#eef;border-radius:8px;margin-bottom:10px;padding:10px}.sent{background-color:#d1e7dd}.received{background-color:#d0e6ff}.noMessages{padding:40px 20px}.no-messages .hint{color:#bbb;font-size:14px;margin-top:10px}.loading-messages{color:#666;padding:40px 20px;text-align:center}.read-status{align-items:center;display:flex;font-size:.75rem;font-weight:500;gap:2px}.read-status.read{color:#10b981}.read-status.sent{color:#9ca3af}.consent-section{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 16px #667eea33;margin-top:24px}.consent-section p{color:#fff}.consent-header{margin-top:16px}.consent-header h3{color:#fff;font-size:600}.act-detail-button{background:#fff3}.act-detail,.consent-checkbox-container{background:#fffffff2}@media (max-width:768px){.page-title h2{font-size:1.375rem;font-weight:600}.page-title h3{font-size:1.175rem;font-weight:600}.page-title p{margin-top:0}.page-title-bar{align-items:center;gap:12px;padding:10px}.page-title-bar h2{font-size:1.375rem}.page-title-bar h2,.page-title-bar h3{color:#2d3748;font-weight:600;margin:0}.page-title-bar h3{font-size:1.175rem}.message-stats{gap:15px}.stats-section{gap:10px;grid-template-columns:repeat(3,1fr)}.stats-section4{gap:10px;grid-template-columns:repeat(4,1fr)}.sort-button{font-size:14px;font-weight:600;padding:8px}.modal-provider-header{flex-direction:column;text-align:center}.modal-header-title{font-size:1.25rem}.modal-header-title h3{font-size:1.3rem;font-weight:700}}@media (max-width:480px){.page-title{font-size:15px;font-weight:500}.page-title h2{font-size:1.375rem;font-weight:600}.page-title h3{font-size:.85rem;font-weight:500}.page-title p{margin-top:0}.page-title-bar{align-items:center;gap:8px;padding:5px}.page-title-bar h2{color:#2d3748;font-size:1rem;font-weight:600;margin:0}.page-title-bar h3{font-size:.85rem}.page-title-bar h3,.page-title-bar p{color:#2d3748;font-weight:500;margin:0}.page-title-bar p{font-size:.7rem}.modal-close-btn:hover{background:#ef4444;color:#fff;transform:rotate(90deg)}.stats-section,.stats-section4{gap:10px;grid-template-columns:repeat(1,1fr)}.sort-button{font-size:12px;font-weight:600;padding:5px}.modal-header-title h3{font-size:1.1rem;font-weight:600}}.allergy-check-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;padding:12px}.allergy-check-card p{margin:5px 0}.allergy-risk{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px;text-transform:uppercase}.allergy-risk.safe{background:#d4edda;color:#155724}.allergy-risk.caution{background:#fff3cd;color:#856404}.allergy-risk.contraindicated{background:#f8d7da;color:#721c24}.interaction-card{background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;margin-bottom:10px;padding:12px}.interaction-card p{margin:5px 0}.interaction-card .severity{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;margin-left:5px;padding:3px 10px;text-transform:uppercase}.interaction-card .severity.mild{background:#d4edda;color:#155724}.interaction-card .severity.moderate{background:#fff3cd;color:#856404}.interaction-card .severity.severe{background:#f8d7da;color:#721c24}.interaction-card .severity.critical{animation:pulse 1.5s ease-in-out infinite;background:#dc3545;color:#fff}.medication-card{background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;margin-bottom:15px;padding:15px;transition:all .3s ease}.medication-card:hover{border-color:#667eea;box-shadow:0 2px 8px #00000014}.medication-card h5{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:16px;font-weight:600;margin:0 0 10px;padding-bottom:8px}.medication-card p{color:#4a5568;line-height:1.6;margin:8px 0}.medication-card strong{color:#2d3748;font-weight:600}.med-section{background:#f8f9fa;border-left:4px solid #28a745;border-radius:8px;margin-bottom:20px;padding:15px}.med-section.warning{background:#fff5f5;border-left-color:#dc3545}.med-section.primary{background:#e3f2fd;border-left-color:#2196f3}.med-section h4{color:#2d3748;font-size:16px;font-weight:600;margin:0 0 12px}.med-section p{color:#4a5568;line-height:1.6;margin:8px 0}.med-section ul{margin:10px 0;padding-left:20px}.med-section ul li{color:#4a5568;line-height:1.6;margin:5px 0}@media (max-width:768px){.allergy-check-card,.interaction-card,.medication-card{padding:10px}.medication-card h5{font-size:14px}.med-section{padding:12px}.med-section h4{font-size:14px}}.triage-result{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.triage-section{background:#fff;border-left:4px solid #e22a3c;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:20px;padding:20px;transition:all .3s ease}.triage-section:hover{box-shadow:0 4px 12px #0000001a}.triage-section h4{align-items:center;color:#2d3748;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0 0 12px}.triage-section p{color:#4a5568;line-height:1.6;margin:8px 0}.triage-category{border-radius:8px;box-shadow:0 2px 8px #00000026;display:inline-block;font-size:16px;font-weight:700;letter-spacing:.5px;padding:12px 20px;text-transform:uppercase}.triage-category:contains("Emergency"),.triage-category:contains("emergency"){animation:urgentPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff}.triage-category:contains("Urgent"),.triage-category:contains("urgent"){background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.triage-category:contains("Semi-Urgent"),.triage-category:contains("semi"){background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f}.triage-category:contains("Routine"),.triage-category:contains("routine"){background:linear-gradient(135deg,#10b981,#059669);color:#fff}@keyframes urgentPulse{0%,to{box-shadow:0 2px 8px #dc262666}50%{box-shadow:0 4px 16px #dc262699}}.urgency-score{background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:12px;box-shadow:0 2px 8px #dc262633;color:#dc2626;display:inline-block;font-size:32px;font-weight:700;padding:15px 25px}.triage-section.warning{background:linear-gradient(135deg,#fff5f5,#fee2e2);border-left-color:#dc2626}.triage-section.warning h4{color:#991b1b}.triage-section.warning p strong{color:#dc2626;font-size:16px}.triage-section.warning ul{list-style:none;margin:10px 0 0;padding:0}.triage-section.warning ul li{background:#fff;border-left:4px solid #dc2626;border-radius:8px;color:#991b1b;font-weight:500;line-height:1.6;margin-bottom:10px;padding:12px 15px 12px 40px;position:relative}.triage-section.warning ul li:before{content:"🚩";font-size:18px;left:12px;position:absolute}.triage-section ul{list-style:none;margin:10px 0 0;padding:0}.triage-section ul li{background:#f8f9fa;border-radius:6px;line-height:1.6;margin-bottom:8px;padding:10px 15px 10px 35px;position:relative}.triage-section ul li:before{color:#10b981;content:"✓";font-size:16px;font-weight:700;left:12px;position:absolute}.patient-risks-section{background:#fffbeb;border:1px solid #fbbf24;border-radius:8px;margin-top:15px;padding:15px}.patient-risks-section h5{color:#92400e;font-size:14px;font-weight:600;margin:0 0 10px}.patient-risks-section ul{margin:5px 0;padding-left:20px}.patient-risks-section ul li{color:#78350f;line-height:1.6}.differential-result{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.diff-section{background:#fff;border-left:4px solid #007bff;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:20px;padding:20px;transition:all .3s ease}.diff-section:hover{box-shadow:0 4px 12px #0000001a}.diff-section h4{align-items:center;color:#2d3748;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0 0 15px}.diff-section p{color:#4a5568;line-height:1.6;margin:8px 0}.diagnosis-card{background:#f8f9fa;border:2px solid #e2e8f0;border-radius:10px;margin-bottom:15px;padding:16px;transition:all .3s ease}.diagnosis-card:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff1a;transform:translateY(-2px)}.diagnosis-card.unifying{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#2196f3}.diagnosis-card.unifying:hover{border-color:#1976d2;box-shadow:0 4px 12px #2196f333}.diagnosis-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:10px}.diagnosis-header strong{color:#1e40af;font-size:17px;font-weight:700}.probability{border-radius:16px;display:inline-block;font-size:13px;font-weight:600;letter-spacing:.5px;padding:6px 14px;text-transform:uppercase}.probability.high{background:linear-gradient(135deg,#dc2626,#991b1b);box-shadow:0 2px 6px #dc26264d;color:#fff}.probability.medium{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 6px #f59e0b4d;color:#fff}.probability.low{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 6px #10b9814d;color:#fff}.diagnosis-card p{color:#4a5568;line-height:1.6;margin:10px 0}.diagnosis-card p strong{color:#2d3748;font-weight:600}.diagnosis-card ul{list-style:none;margin:10px 0 0;padding:0}.diagnosis-card ul li{background:#fff;border-radius:6px;color:#4a5568;line-height:1.6;margin-bottom:6px;padding:8px 12px 8px 35px;position:relative}.diagnosis-card ul li:before{color:#007bff;content:"→";font-size:16px;font-weight:700;left:12px;position:absolute}.symptom-specific-dx{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:12px;padding:15px}.symptom-specific-dx h5{color:#0c4a6e;font-size:15px;font-weight:600;margin:0 0 10px}.symptom-specific-dx ul{margin:0;padding-left:20px}.symptom-specific-dx ul li{color:#0369a1;line-height:1.6;margin:8px 0}.diff-section .test-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:10px;padding:12px}.diff-section .test-card p{margin:5px 0}.diff-section .test-card strong{color:#15803d;font-size:15px}.diff-section .test-card em{color:#166534;font-style:normal;font-weight:500}.diff-section .test-card .priority{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;margin-top:5px;padding:4px 10px;text-transform:uppercase}.diff-section .test-card .priority.high{background:#fecaca;color:#991b1b}.diff-section .test-card .priority.medium{background:#fed7aa;color:#92400e}.diff-section .test-card .priority.low{background:#d1fae5;color:#065f46}.diff-section ul li{background:#f8f9fa;border-radius:6px;line-height:1.6;margin-bottom:6px;padding:8px 12px}.diff-section.warning{background:linear-gradient(135deg,#fff5f5,#fee2e2);border-left-color:#dc2626}.diff-section.warning h4{color:#991b1b}.urgency{border-radius:8px;display:inline-block;font-size:15px;font-weight:700;padding:10px 18px;text-transform:uppercase}.urgency.high{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff}.urgency.moderate{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.urgency.low{background:linear-gradient(135deg,#10b981,#059669);color:#fff}@media (max-width:768px){.diff-section,.triage-section{padding:15px}.diagnosis-header{align-items:flex-start;flex-direction:column;gap:8px}.diagnosis-header strong{font-size:15px}.probability,.urgency{font-size:12px;padding:5px 12px}.triage-category{font-size:14px;padding:10px 16px}.urgency-score{font-size:28px;padding:12px 20px}}@media (max-width:480px){.diagnosis-card,.diff-section,.symptom-specific-dx,.test-card,.triage-section{padding:12px}.diagnosis-header strong{font-size:14px}.triage-category{font-size:13px;padding:8px 14px}.urgency-score{font-size:24px;padding:10px 16px}}.used-resources-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:12px;margin:20px 0;padding:20px}.resources-header{align-items:center;border-bottom:2px solid #bae6fd;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.resources-header h4{color:#0c4a6e;font-size:18px;font-weight:700;margin:0}.resources-metadata{display:flex;flex-wrap:wrap;gap:10px}.data-points-badge{background:#fff;border:2px solid #7dd3fc;border-radius:20px;color:#0369a1}.data-points-badge,.relevance-badge{display:inline-block;font-size:13px;font-weight:600;padding:6px 14px}.relevance-badge{border-radius:20px;letter-spacing:.5px;text-transform:uppercase}.relevance-badge.high{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 6px #10b9814d;color:#fff}.relevance-badge.moderate{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 6px #f59e0b4d;color:#fff}.relevance-badge.low{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 6px #ef44444d;color:#fff}.relevance-badge.minimal{background:#9ca3af;color:#fff}.resources-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:15px}.resource-card{background:#fff;border:2px solid #e0f2fe;border-radius:10px;padding:16px;transition:all .3s ease}.resource-card:hover{border-color:#7dd3fc;box-shadow:0 4px 12px #0ea5e926;transform:translateY(-2px)}.resource-card-header{align-items:center;border-bottom:2px solid #e0f2fe;display:flex;gap:10px;margin-bottom:12px;padding-bottom:10px}.resource-icon{align-items:center;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:8px;display:flex;flex-shrink:0;font-size:24px;height:40px;justify-content:center;width:40px}.resource-card-header h5{color:#0c4a6e;font-size:15px;font-weight:600;margin:0}.resource-list{list-style:none;margin:0;padding:0}.resource-list li{border-bottom:1px solid #f0f9ff;color:#0369a1;font-size:14px;line-height:1.6;padding:8px 0}.resource-list li:last-child{border-bottom:none}.resource-list li strong{color:#0c4a6e;font-weight:600;margin-right:4px}.resource-list .warning-text{color:#dc2626;font-weight:500}.no-data-notice{background:#fef3c7;border:2px solid #fbbf24;border-radius:8px;padding:16px;text-align:center}.no-data-notice p{color:#92400e;line-height:1.6;margin:8px 0}.no-data-notice p:first-child{font-size:15px;font-weight:600}.no-data-notice .hint{color:#78350f;font-size:13px;font-style:italic}.missing-data-notice{background:#fff7ed;border:2px solid #fed7aa;border-radius:8px;margin-top:15px;padding:16px}.missing-data-notice h5{color:#92400e;font-size:15px;font-weight:600;margin:0 0 10px}.missing-data-notice p{color:#78350f;font-size:14px;margin:0 0 10px}.missing-data-tags{display:flex;flex-wrap:wrap;gap:8px}.missing-data-tag{background:#fff;border:1px solid #fbbf24;border-radius:6px;color:#92400e;display:inline-block;font-size:12px;font-weight:500;padding:6px 12px;text-transform:capitalize}.resources-toggle-btn{align-items:center;background:none;border:none;border-radius:6px;color:#0369a1;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:5px;padding:5px 10px;transition:all .2s ease}.resources-toggle-btn:hover{background:#e0f2fe}.resources-toggle-icon{transition:transform .3s ease}.resources-toggle-btn.expanded .resources-toggle-icon{transform:rotate(180deg)}@media (max-width:768px){.resources-grid{grid-template-columns:1fr}.resources-header{align-items:flex-start;flex-direction:column}.resources-metadata{justify-content:flex-start;width:100%}.resource-card{padding:14px}.resource-icon{font-size:20px;height:36px;width:36px}}@media (max-width:480px){.used-resources-section{padding:15px}.resources-header h4{font-size:16px}.data-points-badge,.relevance-badge{font-size:12px;padding:5px 12px}.resource-card{padding:12px}.resource-card-header h5{font-size:14px}.resource-list li{font-size:13px;padding:6px 0}.missing-data-tag{font-size:11px;padding:5px 10px}}.clinical-rules-section{background:#f8f9fa;border-radius:8px;margin:20px 0;padding:20px}.clinical-rules-header{margin-bottom:20px}.clinical-rules-header h4{color:#1a1a1a;font-size:1.3em;margin:0 0 8px}.rules-description{color:#666;font-size:.9em;margin:0}.clinical-rule-card{background:#fff;border-left:4px solid #3b82f6;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:16px;padding:20px}.clinical-rule-card.no-rules{border-left-color:#22c55e}.symptom-title{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.1em;margin:0 0 16px;padding-bottom:12px}.no-rules-message{color:#059669;padding:20px;text-align:center}.no-rules-message p{margin:8px 0}.no-rules-subtext{color:#6b7280;font-size:.9em}.rule-section-title{background:#f3f4f6;border-radius:4px;color:#374151;font-size:1em;font-weight:600;margin:20px 0 12px;padding:8px 12px}.rule-section-title.emergency{background:#fee2e2;color:#991b1b}.rule-item{background:#f9fafb;border-left:3px solid #d1d5db;border-radius:6px;margin-bottom:12px;padding:16px}.rule-item.escalation.emergency{background:#fef2f2;border-left-color:#dc2626}.rule-item.escalation.urgent-ed{background:#fff7ed;border-left-color:#ea580c}.rule-item.medication.danger{background:#fef2f2;border-left-color:#dc2626}.rule-item.medication.warning{background:#fffbeb;border-left-color:#f59e0b}.rule-item.medication.info{background:#eff6ff;border-left-color:#3b82f6}.rule-item.safety{background:#f0fdf4;border-left-color:#22c55e}.rule-item.triage{background:#eff6ff;border-left-color:#3b82f6}.rule-item.education{background:#faf5ff;border-left-color:#a855f7}.rule-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:12px}.rule-header strong{color:#1f2937;font-size:1em}.escalation-level{font-size:1.1em!important;letter-spacing:.5px;text-transform:uppercase}.category-badge,.level-badge,.priority-badge,.rule-action-badge,.severity-badge{border-radius:12px;font-size:.85em;font-weight:600;padding:4px 12px;white-space:nowrap}.priority-badge{background:#dbeafe;color:#1e40af}.rule-action-badge.danger{background:#fee2e2;color:#991b1b}.rule-action-badge.warning{background:#fef3c7;color:#92400e}.rule-action-badge.info{background:#dbeafe;color:#1e40af}.severity-badge.critical,.severity-badge.severe{background:#fee2e2;color:#991b1b}.severity-badge.moderate{background:#fef3c7;color:#92400e}.severity-badge.mild{background:#d1fae5;color:#065f46}.category-badge{background:#e0e7ff;color:#3730a3;font-size:.8em}.level-badge.emergency{background:#fee2e2;color:#991b1b}.level-badge.urgent{background:#fef3c7;color:#92400e}.level-badge.routine{background:#d1fae5;color:#065f46}.triage-summary{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:12px}.triage-level,.triage-severity{align-items:center;display:flex;gap:8px}.triage-summary .label{color:#4b5563;font-size:.9em;font-weight:600}.rule-action,.rule-rationale,.rule-reasoning,.rule-recommendation,.safety-consideration,.safety-recommendation{color:#374151;line-height:1.5;margin:8px 0}.rule-action{color:#1f2937;font-weight:600}.rule-rationale{color:#6b7280;font-size:.9em;font-style:italic}.safety-recommendation{color:#059669;font-weight:500}.safety-recommendation strong{margin-right:4px}.allergy-details,.avoid-drugs,.interaction-details{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}.interaction-drugs{font-size:.95em;margin:0 0 8px}.avoid-drugs{color:#dc2626;font-weight:500}.applies-to{color:#6b7280;font-size:.9em;margin-top:8px}.monitoring-checklist{list-style:none;margin:8px 0;padding:0}.monitoring-item{align-items:flex-start;background:#fff;border-left:3px solid #a78bfa;border-radius:4px;display:flex;gap:8px;margin-bottom:6px;padding:10px 12px}.monitoring-icon{color:#a78bfa;font-size:1.2em;font-weight:700;line-height:1}.education-topic{color:#6b21a8;margin-bottom:8px}.education-guidance{color:#4b5563;line-height:1.6}@media (max-width:768px){.clinical-rule-card,.clinical-rules-section{padding:16px}.rule-header{align-items:flex-start;flex-direction:column}.triage-summary{flex-direction:column;gap:12px}}.expandable-section{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:12px;overflow:hidden}.section-toggle{align-items:center;background:#f9fafb;border:none;color:#1f2937;cursor:pointer;display:flex;font-size:1em;font-weight:600;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.section-toggle:hover{background:#f3f4f6}.section-toggle.emergency{background:#fef2f2}.section-toggle.emergency:hover{background:#fee2e2}.toggle-icon{color:#6b7280;display:inline-block;font-size:.8em;transition:transform .2s ease;width:12px}.section-title{flex:1 1;font-weight:600}.item-count{background:#e5e7eb;border-radius:12px;color:#4b5563;font-size:.85em;font-weight:600;min-width:24px;padding:2px 10px;text-align:center}.section-toggle.emergency .item-count{background:#fee2e2;color:#991b1b}.section-content{animation:slideDown .2s ease;background:#fff;padding:16px}.section-content .rule-item{border:1px solid #e5e7eb;margin-bottom:12px}.section-content .rule-item:last-child{margin-bottom:0}.section-content .monitoring-checklist{margin:0;padding:0}.section-content .monitoring-item{border:1px solid #e5e7eb}@media (max-width:768px){.section-toggle{font-size:.95em;padding:10px 12px}.item-count{font-size:.8em;padding:2px 8px}.section-content{padding:12px}}.care-plan-result{background:#fff;border-radius:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.care-plan-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:24px;text-align:center}.care-plan-header h3{font-size:1.8em;font-weight:700;margin:0 0 8px}.care-plan-subtitle{font-size:1.1em;margin:0 0 12px;opacity:.95}.created-for{font-size:.95em;font-style:italic;margin:8px 0 0;opacity:.9}.care-plan-section{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:20px;padding:24px}.care-plan-section:last-of-type{border-bottom:none}.section-icon{font-size:2.5em;line-height:1}.section-icon-large{flex-shrink:0;font-size:3.5em;line-height:1}.section-content{flex:1 1}.section-content h4{color:#1f2937;font-size:1.4em;font-weight:700;margin:0 0 16px}.section-content h5{color:#374151;font-size:1.1em;font-weight:600;margin:16px 0 8px}.symptoms-summary{background:#f0fdf4;border-left:4px solid #10b981}.main-summary{color:#1f2937;font-size:1.2em;font-weight:500;margin:0 0 12px}.symptom-details{display:flex;flex-wrap:wrap;gap:12px}.detail-badge{border-radius:20px;font-size:.9em;font-weight:600;padding:6px 14px;white-space:nowrap}.detail-badge,.detail-badge.severity-mild{background:#d1fae5;color:#065f46}.detail-badge.severity-moderate{background:#fef3c7;color:#92400e}.detail-badge.severity-severe{background:#fee2e2;color:#991b1b}.immediate-action{border-left:4px solid #3b82f6}.immediate-action.priority-emergency{background:#fef2f2;border-left-color:#dc2626}.immediate-action.priority-urgent{background:#fffbeb;border-left-color:#f59e0b}.immediate-action.priority-high{background:#fef3c7;border-left-color:#f59e0b}.immediate-action.priority-medium{background:#eff6ff;border-left-color:#3b82f6}.immediate-action.priority-routine{background:#f0fdf4;border-left-color:#10b981}.main-action{background:#ffffffb3;border:2px solid;border-radius:8px;color:#1f2937;font-size:1.3em;font-weight:700;margin:0 0 12px;padding:16px}.priority-emergency .main-action{border-color:#dc2626;color:#dc2626}.priority-high .main-action,.priority-urgent .main-action{border-color:#f59e0b;color:#f59e0b}.action-reason{color:#4b5563;font-size:1.05em;line-height:1.6;margin:12px 0}.action-details{background:#fff9;border-radius:6px;margin:16px 0;padding:12px 16px}.action-details strong{color:#374151}.action-details ul{margin:8px 0 0;padding-left:20px}.action-details li{color:#4b5563;margin:6px 0}.do-not-warning{background:#fee2e2;border-left:4px solid #dc2626;color:#991b1b;font-weight:600;margin:16px 0}.do-not-warning,.follow-up-note{border-radius:4px;padding:12px 16px}.follow-up-note{background:#dbeafe;border-left:4px solid #3b82f6;color:#1e40af;margin:16px 0 0}.medications-plan{background:#fef3c7;border-left:4px solid #f59e0b}.medication-list{display:flex;flex-direction:column;gap:16px}.medication-card-simple{background:#fff;border:2px solid #fbbf24;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:16px}.med-name{margin-bottom:12px}.med-name strong{color:#1f2937;font-size:1.2em}.for-symptom{color:#6b7280;display:inline-block;font-size:.9em;font-style:italic;margin-left:8px}.med-dosing{background:#fef3c7;border-radius:4px;margin:8px 0;padding:8px 12px}.dosing-label{color:#92400e;font-weight:600}.med-instructions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.instruction-tag{background:#d1fae5;border-radius:12px;color:#065f46;font-size:.9em;font-weight:500;padding:4px 10px}.med-max-dose{background:#fee2e2;border-radius:4px;color:#991b1b;font-size:.95em;font-weight:600;margin:12px 0;padding:8px 12px}.med-reason{color:#6b7280;font-size:.95em;margin-top:12px}.medication-important-info{background:#fff;border:2px solid #f59e0b;border-radius:8px;margin-top:24px;padding:16px}.medication-important-info h5{color:#92400e;margin:0 0 12px}.safety-list{list-style:none;margin:0;padding:0}.safety-list li{background:#fef3c7;border-left:3px solid #f59e0b;border-radius:4px;margin:6px 0;padding:8px 12px}.self-care-plan{background:#eff6ff;border-left:4px solid #3b82f6}.self-care-category{margin:0 0 20px}.self-care-category:last-child{margin-bottom:0}.self-care-category h5{color:#1e40af;margin:0 0 12px}.self-care-tips{list-style:none;margin:0;padding:0}.self-care-tips li{background:#fff;border-left:3px solid #3b82f6;border-radius:4px;margin:6px 0;padding:10px 12px 10px 40px;position:relative}.self-care-tips li:before{color:#10b981;content:"✓";font-size:1.2em;font-weight:700;left:12px;position:absolute}.warning-signs{background:#fef2f2;border-left:4px solid #dc2626}.warning-intro{color:#991b1b;font-size:1.1em;font-weight:600;margin:0 0 16px}.warning-list{list-style:none;margin:0 0 20px;padding:0}.warning-item{align-items:flex-start;background:#fff;border-left:4px solid #dc2626;border-radius:6px;box-shadow:0 2px 4px #dc26261a;display:flex;gap:12px;margin:8px 0;padding:12px 16px}.warning-bullet{flex-shrink:0;font-size:1.3em}.emergency-cta{background:#dc2626;border-radius:8px;color:#fff;font-size:1.1em;padding:16px;text-align:center}.call-doctor{background:#f3e8ff;border-left:4px solid #a855f7}.call-timing{color:#6b21a8;font-size:1.05em;font-weight:600;margin:0 0 12px}.call-reasons-list{list-style:none;margin:0;padding:0}.call-reasons-list li{background:#fff;border-left:3px solid #a855f7;border-radius:4px;margin:8px 0;padding:10px 14px 10px 40px;position:relative}.call-reasons-list li:before{content:"📞";font-size:1.1em;left:12px;position:absolute}.safety-reminders{background:#ecfdf5;border-left:4px solid #10b981}.safety-reminder-card{background:#fff;border:1px solid #d1fae5;border-radius:8px;box-shadow:0 2px 4px #0000000d;display:flex;gap:16px;margin:12px 0;padding:16px}.reminder-icon{flex-shrink:0;font-size:2em}.reminder-content{flex:1 1}.reminder-text{color:#1f2937;font-size:1.05em;font-weight:600;margin:0 0 8px}.reminder-reason{color:#6b7280;font-size:.95em;margin:0}.care-plan-footer{background:#f9fafb;border-top:2px solid #e5e7eb;padding:32px 24px;text-align:center}.print-care-plan-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 4px 6px #10b98133;color:#fff;cursor:pointer;font-size:1.1em;font-weight:600;padding:14px 32px;transition:all .2s ease}.print-care-plan-btn:hover{box-shadow:0 6px 12px #10b9814d;transform:translateY(-2px)}.print-care-plan-btn:active{transform:translateY(0)}.footer-note{color:#6b7280;font-size:.95em;margin:16px 0 0}@media print{.care-plan-result{box-shadow:none}.print-care-plan-btn{display:none}.care-plan-section{page-break-inside:avoid}.call-doctor,.warning-signs{page-break-before:avoid}}@media (max-width:768px){.care-plan-section{flex-direction:column;padding:20px 16px}.section-icon,.section-icon-large{font-size:2em}.care-plan-header h3{font-size:1.5em}.main-action{font-size:1.1em;padding:12px}.symptom-details{align-items:flex-start;flex-direction:column}}.shared-header{display:flex;flex-direction:row;margin-right:16px}.icon-button{background:none;border:none;cursor:pointer;margin:0 8px}.icon-button,.icon-wrapper{position:relative}.sharedHeader-badge{background:linear-gradient(135deg,#f44336,#e91e63);border-radius:12px;box-shadow:0 2px 4px #f4433666;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;position:absolute;right:-8px;top:-8px}.deleted-account-container{animation:fadeIn .5s ease-in;margin:0 auto;max-width:1200px;padding:40px 20px}.deleted-account-header{margin-bottom:40px;text-align:center}.header-icon{animation:pulse 2s ease-in-out infinite;font-size:3rem;margin-bottom:5px}.deleted-account-header h1{color:#1f2937;font-size:2.5rem;margin:0 0 10px}.header-subtitle{color:#6b7280;font-size:1.1rem}.info-cards-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:40px;width:90%}.info-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;padding:30px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.info-card.blue{border-top:4px solid #3b82f6}.info-card.green{border-top:4px solid #10b981}.info-card.purple{border-top:4px solid #8b5cf6}.card-icon{font-size:3rem;margin-bottom:15px}.info-card h3{color:#374151;font-size:1.2rem;margin:0 0 15px}.card-value{color:#1f2937;font-size:1.6rem;font-weight:700;margin:10px 0}.card-label{color:#6b7280;font-size:.95rem;margin:5px 0}.info-card small{color:#9ca3af;font-size:.85rem}.phipa-notice{align-items:flex-start;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #3b82f6;border-radius:16px;display:flex;gap:20px;margin-bottom:40px;padding:30px}.notice-icon{flex-shrink:0;font-size:3rem}.notice-content h3{color:#1e40af;font-size:1.3rem;margin:0 0 15px}.notice-content ul{list-style:none;margin:0;padding:0}.notice-content li{color:#1e3a8a;font-size:1rem;padding:8px 0}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:10px;padding:16px 32px;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-primary:hover:not(:disabled){box-shadow:0 8px 20px #667eea4d;transform:translateY(-3px)}.btn-secondary{background:#fff;border:2px solid #667eea;color:#667eea}.btn-secondary:hover:not(:disabled){background:#f3f4f6;transform:translateY(-3px)}.btn-primary:disabled,.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.btn-icon{font-size:1.3rem}.audit-logs-section{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;overflow:auto;padding:40px}.section-header{margin-bottom:30px;text-align:center}.section-header h2{color:#1f2937;font-size:2rem;margin:0 0 10px}.section-header p{color:#6b7280;font-size:1rem}.logs-filter label{color:#374151;font-weight:600}.logs-list{display:flex;flex-direction:column;gap:15px}.log-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:20px;position:relative;transition:all .3s ease}.log-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.log-card.expanded{background:#fff;border-color:#667eea}.log-header{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:space-between;margin-bottom:15px}.log-main-info{display:flex;flex-wrap:wrap;gap:15px}.log-action{color:#1f2937;font-size:1.1rem;font-weight:700}.log-data{color:#667eea;font-weight:600}.log-time{color:#9ca3af;font-size:.9rem}.log-body{display:flex;flex-direction:column;gap:10px}.log-detail{align-items:center;display:flex;justify-content:space-between}.detail-label{color:#6b7280;font-size:.9rem}.detail-value{align-items:center;color:#1f2937;display:flex;font-weight:600;gap:8px}.role-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.75rem;font-weight:700;padding:4px 12px;text-transform:uppercase}.log-expand-icon{color:#9ca3af;font-size:1.2rem;position:absolute;right:20px;top:20px}.loading-container{text-align:center}.spinner{border:4px solid #e5e7eb;border-top-color:#667eea;height:50px;margin:0 auto 20px;width:50px}.spinner.small{border-width:3px;height:20px;width:20px}.no-logs{color:#9ca3af;padding:60px 20px;text-align:center}.no-logs-icon{display:block;font-size:4rem;margin-bottom:20px}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-close{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1.5rem;transition:color .3s ease}.modal-close:hover{color:#374151}.modal-body{padding:30px}.reactivate-info p{color:#374151;font-size:1.1rem;margin-bottom:20px}.reactivate-info ul{list-style:none;margin:0 0 20px;padding:0}.reactivate-info li{color:#1f2937;font-size:1rem;padding:10px 0}.warning-box{align-items:flex-start;background:#fef3c7;border:2px solid #f59e0b;border-radius:12px;display:flex;gap:15px;padding:20px}.warning-icon{flex-shrink:0;font-size:2rem}.warning-box p{color:#92400e;font-size:.95rem;line-height:1.6;margin:0}.modal-footer{display:flex;gap:15px;justify-content:flex-end;padding:20px 30px 30px}@media (max-width:768px){.card-value{color:#1f2937;font-size:1.4rem;font-weight:700;margin:10px 0}.deleted-account-container{padding:20px 15px}.deleted-account-header h1{font-size:2rem}.btn-primary,.btn-secondary{width:100%}.phipa-notice{flex-direction:column;text-align:center}.audit-logs-section{padding:20px}.logs-filter{align-items:stretch;flex-direction:column}.filter-group{min-width:100%}.logs-count{align-self:stretch;text-align:center}.log-header{align-items:flex-start;flex-direction:column;gap:10px}}@media (max-width:480px){.card-value{color:#1f2937;font-size:1rem;font-weight:600;margin:10px 0}.info-cards-grid{grid-template-columns:1fr}}.home-container{background:linear-gradient(180deg,#f8f9fa 0,#e9ecef);display:flex;flex-direction:column;height:100vh;min-height:100vh;overflow:hidden}.home-container .header-row{flex-shrink:0}.home-content{animation:fadeInUp .6s ease-out;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:0 20px 20px}.home-content::-webkit-scrollbar{width:8px}.home-content::-webkit-scrollbar-track{background:#f1f1f1}.home-content::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.home-content::-webkit-scrollbar-thumb:hover{background:#5568d3}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.onboarding-section{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;margin:30px 0;padding:30px}.onboarding-header{margin-bottom:10px}.onboarding-header h2{color:#2d3748;font-size:24px;font-weight:700;margin:0 0 15px}.progress-indicator{display:flex;flex-direction:column;gap:8px}.progress-text{color:#667eea;font-size:14px;font-weight:600}.progress-bar{background:#e2e8f0;border-radius:10px;height:8px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;height:100%;transition:width .5s ease}.onboarding-cards{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.onboarding-card{background:#f8f9fa;border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;overflow:hidden;padding:10px;position:relative;transition:all .3s ease}.onboarding-card:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.onboarding-card:hover:before{transform:scaleX(1)}.onboarding-card:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea33;transform:translateY(-5px)}.onboarding-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.home-status-badge{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px}.home-status-badge.complete{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d;color:#fff}.home-status-badge.incomplete{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d;color:#fff}.onboarding-card:hover .home-status-badge{transform:scale(1.1) rotate(5deg)}.onboarding-card-title{color:#2d3748;flex:1 1;font-size:16px;font-weight:600;line-height:1.4;margin:0 0 10px}.onboarding-card-tooltip{color:#4a5568;font-size:14px;line-height:1.6;margin:0 0 20px}.onboarding-card-footer{display:flex;justify-content:flex-end}.onboarding-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px;transition:all .3s ease}.onboarding-btn.action{background:linear-gradient(135deg,#e4ebb5,#d2ea7c);box-shadow:0 4px 12px #667eea4d;color:#fff}.onboarding-btn.action:hover{box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.onboarding-btn.view{background:#fff;border:2px solid #10b981;color:#10b981}.btn-arrow{font-size:18px}.onboarding-card:hover .btn-arrow{transform:translateX(5px)}.onboarding-card{animation:slideInUp .5s ease-out backwards}.onboarding-card:first-child{animation-delay:.1s}.onboarding-card:nth-child(2){animation-delay:.2s}.onboarding-card:nth-child(3){animation-delay:.3s}.hero-section{background:#fff;border-radius:24px;box-shadow:0 10px 40px #00000014;margin:15px 0;overflow:hidden;padding:30px 20px;position:relative}.hero-gradient{background:linear-gradient(135deg,#667eea,#764ba2);height:200px;left:0;opacity:.1;position:absolute;right:0;top:0;z-index:0}.hero-content{position:relative;text-align:center;z-index:1}.welcome-badge{align-items:center;animation:slideDown .6s ease-out .2s both;background:#667eea1a;border-radius:50px;color:#667eea;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:20px;padding:8px 20px}.pulse-dot{animation:pulse 2s ease-in-out infinite;background:#667eea;border-radius:50%;height:8px;width:8px}.animated-section{animation:fadeInUp .6s ease-out}.fade-in{animation:fadeIn .5s forwards;opacity:0;transform:translateY(10px)}.delay-0{animation-delay:.1s}.delay-1{animation-delay:.3s}.delay-2{animation-delay:.5s}.hero-title{color:#2d3748;font-size:2rem;font-weight:700;margin:0 0 10px}.hero-subtitle{color:#718096;font-size:1rem;margin:0 0 30px}.quick-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-left:auto;margin-right:auto;margin-top:20px;max-width:600px}.action-card{align-items:center;animation:scaleIn .4s ease-out both;background:#fff;border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;display:flex;flex:1 1 280px;gap:15px;min-width:0;padding:20px;position:relative;text-align:left;transition:all .3s ease}.action-card:first-child{animation-delay:.5s}.action-card:nth-child(2){animation-delay:.6s}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.action-card:hover{border-color:#667eea;box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.action-card.primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.action-card.assessment,.action-card.assessmentHistory{background:linear-gradient(135deg,#36d666,#4ba265);border:none;color:#fff}.action-card.assessmentSymptoms{background:linear-gradient(135deg,#d69636,#a2694b);border:none;color:#fff}.action-icon{flex-shrink:0;font-size:2rem}.action-card.assessment .action-icon,.action-card.primary .action-icon{filter:brightness(0) invert(1)}.action-content h4{font-size:1.1rem;font-weight:600;margin:0 0 5px}.action-content p{font-size:.875rem;margin:0;opacity:.9}.notification-badge{animation:bounce 2s ease-in-out infinite;background:#ff4757;border-radius:12px;color:#fff;font-size:.75rem;font-weight:700;padding:4px 8px;position:absolute;right:10px;top:10px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.home-stat-card{background:#5e70e4;border-radius:16px;box-shadow:0 4px 15px #00000014;padding:20px;text-align:center;transition:transform .3s ease}.home-stat-card:hover{transform:translateY(-5px)}.stat-icon{font-size:2rem;margin-bottom:10px}.home-stat-info h3{color:#fff;font-size:1.75rem;font-weight:700;margin:0 0 5px}.home-stat-info p{color:#fff;font-size:.875rem;margin:0}.bizcards-section{animation:fadeInUp .6s ease-out .8s both;margin-bottom:20px;margin-top:20px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.section-header h2{color:#2d3748;font-size:1.5rem;font-weight:700;margin:0}.carousel-controls{display:flex;gap:10px}.carousel-btn{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50%;color:#667eea;cursor:pointer;display:flex;font-size:1rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.carousel-btn:hover{background:#667eea;border-color:#667eea;color:#fff;transform:scale(1.1)}.carousel-btn:active{transform:scale(.95)}.carousel{display:flex;gap:20px;overflow-x:auto;padding:10px 5px 20px;scroll-behavior:smooth;scrollbar-color:#667eea #e2e8f0;scrollbar-width:thin}.carousel::-webkit-scrollbar{height:8px}.carousel::-webkit-scrollbar-track{background:#e2e8f0;border-radius:10px}.carousel::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.carousel::-webkit-scrollbar-thumb:hover{background:#5568d3}.bizcard{background:#fff;border-radius:16px;box-shadow:0 4px 15px #00000014;cursor:pointer;flex:0 0 300px;overflow:hidden;transition:all .3s ease}.bizcard:hover{box-shadow:0 12px 30px #00000026;transform:translateY(-8px)}.bizcard-image-wrapper{overflow:hidden;position:relative}.bizcard-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.bizcard:hover .bizcard-image{transform:scale(1.1)}.bizcard-overlay{align-items:flex-end;background:linear-gradient(0deg,#000000b3 0,#0000);display:flex;inset:0;justify-content:center;opacity:0;padding:20px;position:absolute;transition:opacity .3s ease}.bizcard:hover .bizcard-overlay{opacity:1}.view-details{color:#fff;font-size:.875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.bizcard-info{padding:15px}.bizcard-info h4{color:#2d3748;font-size:1rem;font-weight:600;margin:0}.loading-container{flex-direction:column;gap:15px;padding:60px 20px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:50px;width:50px}.loading-container p{color:#718096;font-size:.875rem;margin:0}.empty-state{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center;width:100%}.empty-icon{font-size:4rem;margin-bottom:15px;opacity:.5}.empty-state p{color:#718096;font-size:1rem;margin:0}@media (max-width:768px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.875rem}.quick-actions{flex-direction:column;width:100%}.action-card{flex:1 1 45%;min-width:200px}.home-stat-card{padding:15px 10px}.home-stat-info h3{font-size:1.25rem}.section-header{align-items:flex-start;flex-direction:column;gap:15px}.section-header h2{font-size:1.25rem}.bizcard{flex:0 0 250px}.bizcard-image-wrapper{height:150px}.onboarding-section{padding:20px}.onboarding-header h2{font-size:20px;margin:0 0 15px}.onboarding-cards{gap:5px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.onboarding-card{padding:5px}.home-status-badge{font-size:16px;height:36px;width:36px}.onboarding-card-title{font-size:14px}.onboarding-btn,.onboarding-card-tooltip{font-size:13px}}@media (max-width:480px){.home-content{padding:0 15px 20px}.hero-section{padding:30px 15px}.home-stat-card{align-items:center;display:flex;justify-content:space-around;padding:15px 5px}.action-card{flex:1 1 100%;padding:15px;width:100%}.action-icon{font-size:1.5rem}.action-content h4{font-size:1rem}.onboarding-cards{gap:15px;grid-template-columns:1fr}.bizcard{flex:0 0 220px}.onboarding-section{margin:20px 0;padding:15px}.onboarding-header h2{font-size:18px;margin:0 0 15px}.progress-text{font-size:13px}.progress-bar{height:6px}.onboarding-card{padding:16px}.home-status-badge{font-size:14px;height:32px;width:32px}.onboarding-card-title{font-size:14px}.onboarding-card-tooltip{font-size:12px;margin-bottom:15px}.onboarding-btn{font-size:12px;padding:8px 14px}.btn-arrow{font-size:16px}}@keyframes slideUpBounce{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.custom-alert-advanced-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.custom-alert-advanced-box{animation:slideUpBounce .3s cubic-bezier(.34,1.56,.64,1);background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:32rem;overflow:hidden;width:90%}.custom-alert-advanced-header{background:linear-gradient(90deg,#10b981,#14b8a6);padding:1.25rem 1.5rem}.custom-alert-advanced-header-content{align-items:center;display:flex;gap:.75rem}.custom-alert-advanced-icon-container{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fff3;border-radius:9999px;display:flex;height:3rem;justify-content:center;width:3rem}.custom-alert-advanced-icon{font-size:1.875rem}.custom-alert-advanced-title-container{flex:1 1}.custom-alert-advanced-title{color:#fff;font-size:1.25rem;font-weight:700;margin:0}.custom-alert-advanced-subtitle{color:#fffc;font-size:.875rem;margin:.125rem 0 0}.custom-alert-advanced-content{background:linear-gradient(180deg,#f9fafb,#fff);padding:2rem 1.5rem}.custom-alert-advanced-message-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a;padding:1.25rem}.custom-alert-advanced-message{color:#374151;font-size:1rem;line-height:1.625;margin:0;word-break:break-word}.custom-alert-advanced-buttons{display:flex;flex-direction:column;gap:.75rem;padding:0 1.5rem 1.5rem}.custom-alert-advanced-button{align-items:center;border:none;border-radius:.75rem;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:all .2s ease}.custom-alert-advanced-button:active{transform:scale(.98)}.custom-alert-advanced-button-icon{font-size:1.25rem;transition:transform .2s ease}.custom-alert-advanced-button:hover .custom-alert-advanced-button-icon{transform:scale(1.1)}.custom-alert-advanced-button.primary{background:linear-gradient(90deg,#10b981,#14b8a6);box-shadow:0 10px 15px -3px #0000001a;color:#fff;width:100%}.custom-alert-advanced-button.primary:hover{background:linear-gradient(90deg,#059669,#0d9488);box-shadow:0 20px 25px -5px #0000001a}.custom-alert-advanced-secondary-buttons{display:flex;gap:.75rem}.custom-alert-advanced-button.secondary{background:linear-gradient(90deg,#eff6ff,#eef2ff);border:2px solid #bfdbfe;color:#1d4ed8;flex:1 1}.custom-alert-advanced-button.secondary:hover{background:linear-gradient(90deg,#dbeafe,#e0e7ff);border-color:#93c5fd}.custom-alert-advanced-button.tertiary{background:linear-gradient(90deg,#f9fafb,#f1f5f9);border:2px solid #e5e7eb;color:#374151;flex:1 1}.custom-alert-advanced-button.tertiary:hover{background:linear-gradient(90deg,#f3f4f6,#e2e8f0);border-color:#d1d5db}.custom-alert-advanced-accent{background:linear-gradient(90deg,#10b981,#14b8a6,#06b6d4);height:.25rem}@keyframes audioModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes audioModalSlideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.audio-modal-overlay{align-items:center;animation:audioModalFadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:3000}.audio-modal-box{animation:audioModalSlideUp .3s cubic-bezier(.34,1.56,.64,1);background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:32rem;overflow:hidden;width:90%}.audio-modal-header{background:linear-gradient(90deg,#8b5cf6,#ec4899);padding:1.25rem 1.5rem}.audio-modal-header-content{align-items:center;display:flex;gap:.75rem}.audio-modal-icon-container{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fff3;border-radius:9999px;display:flex;height:3rem;justify-content:center;width:3rem}.audio-modal-icon{font-size:1.875rem}.audio-modal-title-container{flex:1 1}.audio-modal-title{color:#fff;font-size:1.25rem;font-weight:700;margin:0}.audio-modal-subtitle{color:#fffc;font-size:.875rem;margin:.125rem 0 0}.audio-modal-content{background:linear-gradient(180deg,#faf5ff,#fff);padding:2rem 1.5rem}.audio-modal-message-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a;padding:1.25rem}.audio-modal-message{color:#374151;font-size:1rem;line-height:1.625;margin:0;word-break:break-word}.audio-modal-buttons{display:flex;flex-direction:column;gap:.75rem;padding:0 1.5rem 1.5rem}.audio-modal-button{align-items:center;border:none;border-radius:.75rem;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:all .2s ease}.audio-modal-button:active{transform:scale(.98)}.audio-modal-button-icon{font-size:1.25rem;transition:transform .2s ease}.audio-modal-button:hover .audio-modal-button-icon{transform:scale(1.1)}.audio-modal-button.primary{background:linear-gradient(90deg,#8b5cf6,#ec4899);box-shadow:0 10px 15px -3px #0000001a;color:#fff;width:100%}.audio-modal-button.primary:hover{background:linear-gradient(90deg,#7c3aed,#db2777);box-shadow:0 20px 25px -5px #0000001a}.audio-modal-secondary-buttons{display:flex;gap:.75rem}.audio-modal-button.secondary{background:linear-gradient(90deg,#eff6ff,#fef2f2);border:2px solid #e9d5ff;color:#7c3aed;flex:1 1}.audio-modal-button.secondary:hover{background:linear-gradient(90deg,#dbeafe,#fee2e2);border-color:#d8b4fe}.audio-modal-button.tertiary{background:linear-gradient(90deg,#f9fafb,#f1f5f9);border:2px solid #e5e7eb;color:#374151;flex:1 1}.audio-modal-button.tertiary:hover{background:linear-gradient(90deg,#f3f4f6,#e2e8f0);border-color:#d1d5db}.audio-modal-accent{background:linear-gradient(90deg,#8b5cf6,#ec4899,#f97316);height:.25rem}.profile-title-bar{align-items:center;background:#fff;border-bottom:2px solid #e2e8f0;display:flex;flex-shrink:0;justify-content:space-between;padding:15px 20px}.profile-title-bar h3{color:#2d3748;font-size:1.5rem;font-weight:700;margin:0}.signout-btn-modern{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;box-shadow:0 2px 8px #ef44444d;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;margin-top:10px;padding:10px 20px;transition:all .3s ease}.signout-btn-modern:hover{box-shadow:0 4px 12px #ef444466;transform:translateY(-2px)}.signout-icon{font-size:1.25rem}.profile-content-scroll{animation:fadeIn .6s ease-out;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:20px}.profile-content-scroll::-webkit-scrollbar{width:8px}.profile-content-scroll::-webkit-scrollbar-track{background:#f1f1f1}.profile-content-scroll::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.profile-content-scroll::-webkit-scrollbar-thumb:hover{background:#5568d3}.profile-avatar-card{align-items:center;animation:slideUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 4px 15px #00000014;display:flex;gap:20px;margin-bottom:25px;padding:30px}.avatar-wrapper{position:relative}.profile-avatar-large{border:4px solid #fff;border-radius:50%;box-shadow:0 4px 12px #00000026;height:100px;object-fit:cover;width:100px}.avatar-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;bottom:0;box-shadow:0 2px 8px #667eea66;color:#fff;font-size:.75rem;font-weight:600;padding:4px 12px;position:absolute;right:0}.profile-info{flex:1 1}.profile-name{color:#2d3748;font-size:1.75rem;font-weight:700;margin:0 0 8px}.profile-email{color:#718096;font-size:1rem;margin:0}.profile-sections-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:25px}.profile-section-card{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:16px;cursor:pointer;display:flex;gap:15px;max-width:250px;overflow:hidden;padding:20px;position:relative;text-align:left;transition:all .3s ease}.profile-section-card:before{background:#667eea;background:var(--card-color,#667eea);bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .3s ease;width:4px}.profile-section-card:hover:before{transform:scaleY(1)}.profile-section-card:hover{border-color:#667eea;border-color:var(--card-color,#667eea);box-shadow:0 8px 20px #0000001a;transform:translateY(-4px)}.section-icon{flex-shrink:0;font-size:2rem}.section-label{color:#2d3748;flex:1 1;font-size:1rem;font-weight:600}.section-arrow{color:#a0aec0;font-size:1.25rem;transition:transform .3s ease}.profile-section-card:hover .section-arrow{color:#667eea;color:var(--card-color,#667eea);transform:translateX(5px)}.profile-section-wrapper{margin-bottom:25px}.profile-section-wrapper h3{color:#2d3748;font-size:1.25rem;font-weight:700;margin:0 0 15px}.profile-loading{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:100vh}.loading-spinner-large{animation:spin 1s linear infinite;border:5px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:60px;width:60px}.profile-loading p{color:#667eea;font-size:1.125rem;font-weight:600}.profile-save-btn,.profile-save-cosent-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:10px;justify-content:center;margin-top:20px;padding:16px 24px;transition:all .3s ease;width:100%}.profile-save-btn:hover:not(:disabled),.profile-save-cosent-btn:hover:not(:disabled){background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 8px 25px #667eea80;transform:translateY(-3px)}.profile-save-btn:active:not(:disabled),.profile-save-cosent-btn:active:not(:disabled){box-shadow:0 2px 10px #667eea4d;transform:translateY(0)}.profile-save-btn:disabled,.profile-save-cosent-btn:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);box-shadow:none;cursor:not-allowed;opacity:.6}.save-icon{animation:pulse 2s ease-in-out infinite;font-size:1.5rem}.save-spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.modern-modal{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d}.modal-body-modern{padding:30px}.profile-modal-action-btn{align-items:center;background:#fff3;border:2px solid #fff6;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;transition:all .2s ease;width:40px}.profile-modal-action-btn:hover:not(:disabled){background:#ffffff4d;border-color:#fff9;transform:scale(1.05)}.profile-modal-action-btn:disabled{cursor:not-allowed;opacity:.5}.profile-modal-action-btn.edit-btn.active{background:#ef444433;border-color:#ef444499}.profile-modal-close-btn{align-items:center;background:#fff3;border:2px solid #fff6;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;transition:all .2s ease;width:40px}.profile-modal-close-btn:hover{background:#ffffff4d;background-color:coral;border-color:#fff9;transform:rotate(90deg)}.form-group-modern{margin-bottom:20px}.form-group-modern label{align-items:center;color:#2d3748;display:flex;font-size:.95rem;font-weight:600;gap:4px;margin-bottom:8px}.input-modern{border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.input-modern:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.required-fields-notice-modal{align-items:center;background:linear-gradient(135deg,#eff6ff,#f0f9ff);border:1px solid #bfdbfe;border-radius:8px;display:flex;gap:8px;margin-bottom:20px;padding:12px 16px}.required-fields-notice-modal .notice-icon{font-size:1.2rem}.required-fields-notice-modal .notice-text{color:#1e40af;font-size:.9rem}.info-display-group{margin-bottom:20px}.info-display-group label{color:#374151;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.info-display{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;color:#1f2937;display:flex;font-size:15px;padding:12px 16px}.info-display:empty:before{color:#9ca3af;content:"Not specified";font-style:italic}.info-display a{color:#3b82f6;text-decoration:none;word-break:break-all}.info-display a:hover{text-decoration:underline}.form-section-divider{border-top:2px solid #e5e7eb;margin:30px 0 20px;padding-top:20px}.form-section-divider h4{color:#1f2937;font-size:16px;font-weight:600;margin:0}.input-with-unit{align-items:center;display:flex;gap:10px}.input-with-unit .input-modern{flex:1 1}.unit-label{color:#667eea;min-width:40px}.calculate-btn,.unit-label{font-size:1rem;font-weight:600}.calculate-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;gap:10px;justify-content:center;margin-top:10px;padding:14px;transition:all .3s ease;width:100%}.calculate-btn:hover{box-shadow:0 4px 12px #10b98166;transform:translateY(-2px)}.checkbox-label-modern{align-items:center;background:#f7fafc;border-radius:12px;cursor:pointer;display:flex;gap:10px;padding:12px;transition:background .3s ease}.checkbox-label-modern:hover{background:#edf2f7}.checkbox-label-modern input[type=checkbox]{cursor:pointer;height:20px;width:20px}.checkbox-label-modern span{color:#4a5568;font-size:.95rem}.health-result-card{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid #667eea33;border-radius:16px;margin-top:20px;padding:20px}.health-result-card h4{color:#2d3748;font-size:1.25rem;font-weight:700;margin:0 0 15px}.result-item{align-items:center;border-bottom:1px solid #667eea1a;display:flex;justify-content:space-between;padding:10px 0}.result-item:last-child{border-bottom:none}.result-label{color:#4a5568;font-size:.95rem;font-weight:600}.result-value{color:#667eea;font-size:1.125rem;font-weight:700}.result-category{color:#718096;font-size:.875rem;font-weight:500}.modal-hint{background:#fef3c7;border:1px solid #fbbf24;border-radius:12px;color:#92400e;font-size:.9rem;margin-bottom:20px;padding:12px 16px}.no-data{color:#718096;font-size:1rem;padding:40px 20px}.history-title{color:#2d3748;font-size:1.125rem;font-weight:700;margin:0 0 12px}.history-list{list-style:none;margin:0;padding:0}.history-list li{padding:8px 0}.history-list li:last-child{border-bottom:none}.history-list li:before{color:#667eea;content:"•";font-weight:700;margin-right:10px}.symptoms-header-controls{display:flex;justify-content:flex-end;margin-bottom:15px;padding:0 5px}.symptoms-header-controls .sort-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease}.symptoms-header-controls .sort-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.symptoms-header-controls .sort-button:active{transform:translateY(0)}.symptom-session-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;margin-bottom:15px;padding:20px;transition:all .3s ease}.symptom-session-card:hover{border-color:#667eea;box-shadow:0 4px 12px #00000014}.session-toggle-btn{align-items:center;background:none;border:none;color:#2d3748;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:10px;margin-bottom:10px;padding:0;text-align:left;width:100%}.toggle-icon{color:#667eea;font-size:.875rem}.session-title-text{flex:1 1}.session-summaries{margin:10px 0}.session-summary{background:#efebe9;border-radius:8px;color:#4a5568;font-size:.95rem;margin:10px 0;padding:12px}.session-receiver{color:#4a5568;font-size:.9rem;margin:10px 0}.session-content{background:#fafbfc;border-left:4px solid #667eea;border-radius:12px;margin-top:15px;padding:15px}.session-content p{color:#4a5568;font-size:.9rem;line-height:1.6;margin:0;white-space:pre-wrap}.consent-section{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;margin:24px auto;max-width:800px;padding:24px;width:90%}.consent-section p{color:#4a5568;line-height:1.6}.consent-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.consent-header h3{color:#2d3748;font-size:18px;font-weight:600;margin:0}.act-detail-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.act-detail-button:hover{background:#5568d3}.act-detail{background:#f7fafc;color:#1f2937;font-size:14px;line-height:1.6}.act-detail,.consent-checkbox-container{border-radius:12px;margin-top:16px;padding:16px}.consent-checkbox-container{align-items:flex-start;background:#f9fafb;cursor:pointer;display:flex;transition:background .2s ease}.consent-checkbox-container:hover{background:#f3f4f6}.consent-checkbox{cursor:pointer;flex-shrink:0;height:18px;margin-right:12px;margin-top:4px;width:18px}.log-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:20px;padding:20px}.log-modal-header h2{color:#fff;font-size:1.5rem;margin:0 0 8px}.log-modal-header p{color:#fff;margin:0;opacity:.9}.logs-filter{align-items:flex-end;background:#f9fafb;border-radius:12px;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px;padding:20px}.filter-group{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:200px}.filter-group label{color:#374151;font-size:.9rem;font-weight:600}.filter-select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:1rem;padding:10px 16px;transition:border-color .3s ease}.filter-select:focus{border-color:#667eea;outline:none}.logs-count{align-self:flex-end;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;font-weight:600;padding:10px 16px;white-space:nowrap}.profile-footer{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;margin-top:40px;padding:30px 20px}.profile-footer p{color:#4a5568;font-size:.95rem}.profile-footer a{color:#667eea;font-weight:600;text-decoration:none}.profile-footer a:hover{text-decoration:underline}@media (max-width:768px){.profile-avatar-card{flex-direction:column;padding:25px;text-align:center}.profile-name{font-size:1.5rem}.profile-sections-grid{grid-template-columns:1fr}.profile-section-card{max-width:100%}.profile-section-wrapper{display:flex;flex-direction:column;gap:15px;margin:0}.profile-title-bar{align-items:center;width:100%}.profile-save-cosent-btn{font-size:15px;padding:14px 20px}.signout-btn-modern{justify-content:center}.modal-body-modern{padding:20px}.profile-modal-action-btn{font-size:16px;height:36px;width:36px}.symptoms-header-controls .sort-button{font-size:13px;padding:8px 16px}.consent-section{padding:20px;width:95%}.logs-filter{align-items:stretch;flex-direction:column}.filter-group{min-width:100%}.logs-count{align-self:stretch;text-align:center}}@media (max-width:480px){.profile-content-scroll{padding:15px}.profile-avatar-large{height:80px;width:80px}.profile-name{font-size:1.25rem}.profile-email{font-size:.9rem}.section-icon{font-size:1.5rem}.section-label{font-size:.9rem}.signout-btn-modern{font-size:.85rem;justify-content:center;margin-top:5px;padding:8px 16px}.modal-body-modern{padding:15px}.input-modern{font-size:.95rem;padding:10px 14px}.profile-save-btn,.profile-save-cosent-btn{font-size:1rem;padding:12px 20px}.calculate-btn{font-size:.95rem;padding:12px}.consent-section{margin:16px auto;padding:16px;width:100%}.consent-header h3{font-size:16px}.act-detail-button{font-size:12px;padding:6px 12px}.consent-checkbox-container{padding:12px}.insurance-visual{font-size:1.2rem;gap:4px;padding:10px 12px}.symptoms-header-controls .sort-button{font-size:12px;padding:6px 12px}.symptom-session-card{padding:15px}.session-toggle-btn{font-size:.9rem}.session-content{padding:12px}.health-result-card{padding:15px}.result-item{align-items:flex-start;flex-direction:column;gap:5px}.profile-footer{padding:20px 15px}}@media (max-width:768px){.code-item{align-items:flex-start;flex-direction:column}.symptom-name{width:100%}}@media (max-width:480px){.close-modal-btn{font-size:20px;height:32px;width:32px}.analysis-modal-body{padding:15px}.code-badge{font-size:11px;padding:3px 8px}}@media print{.calculate-btn,.profile-modal-action-btn,.profile-modal-close-btn,.signout-btn-modern{display:none}.profile-content-scroll{overflow:visible}.health-result-card,.profile-section-card,.symptom-session-card{box-shadow:none;page-break-inside:avoid}}:focus-visible{outline:3px solid #667eea;outline-offset:2px}.profile-section-card:focus-visible,.session-toggle-btn:focus-visible,button:focus-visible{outline:3px solid #667eea;outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){.info-display,.input-modern,.profile-section-card,.profile-section-card:hover,.symptom-session-card,.symptom-session-card:hover{border-width:3px}}.modal-body-modern::-webkit-scrollbar,.session-content::-webkit-scrollbar{width:8px}.modal-body-modern::-webkit-scrollbar-track,.session-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.modal-body-modern::-webkit-scrollbar-thumb,.session-content::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.modal-body-modern::-webkit-scrollbar-thumb:hover,.session-content::-webkit-scrollbar-thumb:hover{background:#5568d3}.severity-badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;margin-left:8px;padding:2px 8px;text-transform:uppercase}.severity-badge.mild{background:#d4edda;color:#155724}.severity-badge.moderate{background:#fff3cd;color:#856404}.severity-badge.severe{background:#f8d7da;color:#721c24}.warning-text{color:#dc3545;font-weight:500}.history-list li{border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:.95rem;line-height:1.6;padding:12px 8px}.history-list li strong{color:#2d3748;font-weight:600}.history-list li span{color:#4a5568}.history-section{background:#f7fafc;border-left:4px solid #667eea;border-radius:12px;margin-bottom:25px;padding:20px;transition:all .3s ease}.history-section:hover{background:#edf2f7;box-shadow:0 2px 8px #0000000d}.history-section:has(.history-title:contains("Allergies")){border-left-color:#f59e0b}.history-section:has(.history-title:contains("Smoking")){border-left-color:#ef4444}.history-section:has(.history-title:contains("Critical")){border-left-color:#dc2626}.history-section:has(.history-title:contains("Surgeries")){border-left-color:#8b5cf6}.history-section:has(.history-title:contains("Medications")){border-left-color:#10b981}@media (max-width:480px){.history-section{padding:15px}.history-list li{font-size:.9rem;padding:10px 5px}.severity-badge{display:block;margin:5px 0;width:-webkit-fit-content;width:fit-content}}.assistant-info{animation:slideIn .3s ease-out;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid #667eea33;border-radius:16px;color:#2d3748;display:flex;flex-direction:column;font-size:1rem;gap:8px;justify-content:center;padding:20px}.assistant-info strong{color:#667eea;font-weight:700}.session-display{align-content:center;border-left:4px solid;border-radius:12px;box-shadow:0 4px 12px #00000014;font-size:1.125rem;font-weight:700;padding:16px 20px}.agent-response,.session-display{animation:slideIn .3s ease-out;background:#fff}.agent-response{border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 15px #00000014;margin:0 0 3px;max-height:400px;max-width:70%;overflow-y:auto;padding:20px}.agent-response::-webkit-scrollbar{width:6px}.agent-response::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.agent-response::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.response-line{color:#2d3748;font-size:1.0625rem;line-height:1.7;margin-bottom:12px}.response-line:last-child{margin-bottom:0}.mute-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:5px;padding:5px 20px;transition:all .3s ease}.mute-button:hover{box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.button-row{grid-gap:5px;display:grid;gap:5px;grid-template-columns:repeat(auto-fit,minmax(200px,3fr))}.action-button{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #00000014;color:#2d3748;cursor:pointer;font-size:.95rem;font-weight:600;padding:14px 20px;transition:all .3s ease}.action-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:5px}.action-button:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-2px)}.input-section{background:#fff;border-top:2px solid #e2e8f0;bottom:50px;box-shadow:0 -4px 20px #0000001a;left:0;padding:0 20px 10px;position:fixed;right:0}.input-container{align-items:center;display:flex;gap:12px;margin:0 auto;max-width:1200px;position:relative}.assessment-text-input{background:#f7fafc;border:2px solid #e2e8f0;border-radius:24px;box-sizing:border-box;flex:1 1;font-size:1rem;padding:8px 20px;transition:all .3s ease}.assessment-text-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.assessment-text-input:disabled{background:#edf2f7;color:#a0aec0;cursor:not-allowed}.send-button{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease;width:48px}.send-button:before{background:#ffffff4d;border-radius:50%;content:"";inset:0;position:absolute;transform:scale(0);transition:transform .3s ease}.send-button:hover:before{transform:scale(1)}.send-button.enabled{background:linear-gradient(135deg,#007aff,#0051d5);box-shadow:0 4px 12px #007aff66}.send-button.enabled:hover{box-shadow:0 6px 16px #007aff80;transform:scale(1.05)}.send-button.recording{animation:pulse-red 1.5s ease-in-out infinite;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef444466}@keyframes pulse-red{0%,to{box-shadow:0 4px 12px #ef444466}50%{box-shadow:0 4px 20px #ef4444b3}}.send-button.disabled{background:#cbd5e0;cursor:not-allowed;opacity:.6}.recording-overlay{align-items:center;animation:slideUp .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border-radius:20px;bottom:70px;box-shadow:0 8px 30px #0006;display:flex;justify-content:center;left:50%;padding:20px 30px;position:absolute;transform:translateX(-50%);z-index:1000}.recording-indicator{align-items:center;display:flex;gap:20px}.recording-circle-container{align-items:center;display:flex;height:60px;justify-content:center;position:relative;width:60px}.recording-circle.outer{animation:pulse-outer 1.5s ease-in-out infinite;background:#ef44444d;border-radius:50%;height:60px;position:absolute;width:60px}@keyframes pulse-outer{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.recording-circle.inner{animation:pulse-inner 1.5s ease-in-out infinite;background:#ef4444;border-radius:50%;height:40px;position:absolute;width:40px}@keyframes pulse-inner{0%,to{transform:scale(1)}50%{transform:scale(.9)}}.mic-icon{color:#fff;font-size:1.5rem;position:absolute;z-index:1}.recording-text-container{align-items:flex-start;display:flex;flex-direction:column;gap:4px}.recording-text{color:#fff;font-size:1rem;font-weight:600}.countdown-text{color:#ef4444;font-size:2rem;font-weight:700}.assessment-container .loader{animation:spin 1s linear infinite;border:5px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:50px;margin:40px auto;width:50px}.mobile-max-height{max-height:60vh}@media (max-width:768px){.assessment-container h3{font-size:1.25rem}.assessment-container .scrollable-list{padding:15px}.assessment-container .dropdown{font-size:1rem;padding:14px}.assistant-info{font-size:.9rem;padding:16px}.session-display{font-size:1rem;padding:14px 16px}.agent-response{padding:16px}.response-line{font-size:.95rem}.button-row{gap:5px}.action-button{font-size:.875rem;margin-bottom:10px;padding:12px 16px}.input-section{padding:0 15px 10px}.send-button{height:44px;width:44px}.recording-overlay{padding:16px 24px}.recording-circle-container,.recording-circle.outer{height:50px;width:50px}.recording-circle.inner{height:34px;width:34px}.mic-icon{font-size:1.25rem}.countdown-text{font-size:1.75rem}}@media (max-width:480px){.assessment-container{padding:15px}.assessment-container h3{font-size:.95rem}.assistant-info{font-size:.85rem;padding:14px}.session-display{font-size:.95rem;padding:12px 14px}.agent-response{max-width:90%;padding:14px}.response-line{font-size:.9rem}.action-button{font-size:.85rem;margin-bottom:10px;padding:12px}.input-section{padding:0 12px 10px}.input-container{gap:10px}.assessment-text-input{font-size:.95rem;padding:12px 16px}.send-button{height:42px;width:42px}.recording-overlay{bottom:65px;padding:14px 20px}.recording-indicator{gap:15px}.recording-circle-container,.recording-circle.outer{height:45px;width:45px}.recording-circle.inner{height:30px;width:30px}.mic-icon{font-size:1.125rem}.recording-text{font-size:.9rem}.countdown-text{font-size:1.5rem}}.myPatients-container{background:#f5f5f5;min-height:100vh}.patient-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;gap:15px;height:150px;padding:15px;position:relative;text-align:center;transition:all .3s;width:250px}.patient-card:hover{background:#f8f9fa;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.patient-card img{border:3px solid #667eea;border-radius:50%;height:60px;object-fit:cover;width:60px}.patient-info{flex:1 1;text-align:center}.patient-name{color:#333;font-size:16px;font-weight:700;margin-bottom:4px}.patient-email{color:#666;font-size:13px}.myPatient-badge{background:linear-gradient(135deg,#f44336,#e91e63);border-radius:12px;box-shadow:0 2px 4px #f4433666;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;position:absolute;right:8px;top:8px}.section-modal-content{max-width:600px}.compose-modal-content,.section-modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;max-height:90vh;overflow-y:auto;padding:20px;position:relative;width:90%}.compose-modal-content{max-width:650px}.patient-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;gap:15px;margin-bottom:20px;padding:20px}.patient-modal-header img{border:3px solid #fff;border-radius:50%;height:70px;object-fit:cover;width:70px}.patient-modal-info h2{font-size:22px;margin:0}.patient-modal-info p{font-size:14px;margin:5px 0 0;opacity:.9}.profile-sections{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.section-card{align-items:center;background:#f9f9f9;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:15px;transition:all .3s}.section-card:hover{background:#e8e8e8;transform:translateX(5px)}.compose-btn{border-radius:10px;transition:all .3s}.compose-btn:hover:not(.disabled){background:#45a049;box-shadow:0 4px 8px #4caf504d;transform:translateY(-2px)}.compose-btn.disabled{background:#ccc;cursor:not-allowed}.section-detail{padding:10px}.section-title{border-bottom:2px solid #e0e0e0;color:#333;font-size:20px;font-weight:700;margin-bottom:20px;padding-bottom:10px}.info-grid{display:flex;flex-direction:column;gap:15px}.info-item{justify-content:space-between}.info-label{color:#555}.info-value{text-align:right}.no-data{color:#999;font-style:italic;padding:20px;text-align:center}.history-list{display:flex;flex-direction:column;gap:15px}.history-section{background:#f9f9f9;border-radius:8px;padding:15px}.history-title{color:#333;display:block;font-size:16px;margin-bottom:10px}.history-items{list-style:none;margin:0;padding-left:20px}.history-items li{color:#555;padding:5px 0;position:relative}.history-items li:before{color:#667eea;content:"•";font-weight:700;left:-15px;position:absolute}.symptoms-list{display:flex;flex-direction:column;gap:12px}.symptom-card{background:#f0f8ff;border-left:4px solid #2196f3;border-radius:10px;padding:15px}.symptom-header{color:#333;cursor:pointer;display:flex;font-weight:700;gap:10px;-webkit-user-select:none;user-select:none}.symptom-header:hover{color:#2196f3}.symptom-summary{background:#ffffff80;border-radius:6px;color:#555;font-style:italic;margin-top:10px;padding:10px}.symptom-content{background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#333;font-size:14px;line-height:1.6;margin-top:15px;max-height:300px;overflow-y:auto;padding:12px;white-space:pre-wrap}.compose-header{margin-bottom:20px}.compose-header h3{color:#333;font-size:20px;margin:0}.selector-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.selector-group{display:flex;flex-direction:column;gap:10px}.selector-group label{color:#333;font-size:14px;font-weight:600}.selector-buttons{display:flex;flex-direction:column;gap:8px}.selector-btn{background:#f0f0f0;border:2px solid #0000;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 15px;text-align:left;transition:all .3s}.selector-btn:hover{background:#e0e0e0}.selector-btn.active{background:#667eea;border-color:#5568d3;color:#fff}.compose-form{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.send-custom-btn{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:all .3s}.send-custom-btn:hover:not(:disabled){background:#45a049;box-shadow:0 4px 8px #4caf504d;transform:translateY(-2px)}.send-custom-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.quick-invites{border-top:2px solid #e0e0e0;padding-top:20px}.quick-invites-title{color:#333;font-weight:600;margin-bottom:12px}.quick-invite-buttons{display:flex;flex-direction:column;gap:10px}.quick-invite-btn{background:#f0f0f0;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:12px;text-align:left;transition:all .3s}.quick-invite-btn:hover:not(:disabled){background:#e0e0e0;border-color:#667eea;transform:translateX(5px)}.quick-invite-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.compose-modal-content,.section-modal-content{max-height:95vh;padding:15px;width:95%}.patient-modal-header{flex-direction:column;text-align:center}.selector-grid{grid-template-columns:1fr}.message-bubble{max-width:85%}.patient-info{text-align:center}}.patientList-card{align-items:center;background-color:#f0f0f0;border-radius:8px;cursor:pointer;display:flex;gap:10px;justify-content:flex-start;margin:5px 0;padding:8px;text-align:left}.cardText{font-weight:600;width:100%}.messageBoxContainer{margin-bottom:20px}.messageSectionTitle{font-weight:600;margin-bottom:10px;padding-bottom:8px}.noMessages{color:#999;font-style:italic;padding:20px;text-align:center}.buttonContainer{margin-top:20px;text-align:center}.sendMessageButton{align-items:center;background-color:#3f37c9;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;gap:8px;padding:10px 20px}.sendMessageButtonDisabled{background-color:#ccc;cursor:not-allowed}.doctor-manager{margin-top:20px}.doctor-row{align-items:center;background-color:#f9f9f9;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:8px;padding:8px 12px}.doctor-name{color:#333;font-size:14px}.delete-btn{background:none;border:none;color:#2e11d3;cursor:pointer;font-size:18px}.doctor-picker{background-color:#f0f0f0}.doctor-picker,.manual-input{border:1px solid #ccc;border-radius:6px;margin-top:10px;padding:10px;width:100%}.add-manual-btn{background-color:#3f37c9;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:10px;padding:10px;width:100%}.doctors-container{background:#f5f5f5;min-height:100vh}@media (min-width:768px){.booking-buttons{flex-direction:row;justify-content:space-between}.booking-button{flex:1 1}}.doctor-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:15px;position:relative;transition:all .3s ease}.doctor-card:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-4px)}.new-card{border:3px solid #667eea;box-shadow:0 4px 12px #667eea4d}.doctor-avatar{border:3px solid #667eea;border-radius:50%;height:60px;margin-bottom:12px;object-fit:cover;width:60px}.doctor-info{height:200px;text-align:center;width:250px}.doctor-info h3{color:#333;font-size:18px;font-weight:600;margin:0 0 8px}.doctor-info .expertise{color:#667eea;font-size:14px;font-weight:600;margin-bottom:8px}.doctor-info .contact-info{color:#666;font-size:13px;margin:4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-badge{font-size:10px;font-weight:700;letter-spacing:1px;padding:4px 8px}.doctor-modal-header,.new-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.doctor-modal-header{align-items:center;display:flex;gap:15px;margin-bottom:20px;padding:20px}.doctor-modal-avatar{border:3px solid #fff;border-radius:50%;height:70px;object-fit:cover;width:70px}.doctor-modal-info h2{font-size:22px;margin:0}.doctor-modal-info p{font-size:14px;margin:5px 0 0;opacity:.9}.doctor-header-content{align-items:center;display:flex;flex:1 1}.doctor-header-inline{align-items:center;display:flex;gap:20px;width:100%}.doctor-modal-avatar-inline{border:4px solid #ffffffe6;border-radius:50%;box-shadow:0 4px 12px #00000026;height:70px;object-fit:cover;width:70px}.doctor-modal-info-inline{display:flex;flex-direction:column;gap:5px}.doctor-modal-info-inline h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.doctor-modal-info-inline p{color:#fffffff2;font-size:1rem;font-weight:500;margin:0}@media (max-width:768px){.doctor-header-inline{gap:15px}.doctor-modal-avatar-inline{height:55px;width:55px}.doctor-modal-info-inline h3{font-size:1.2rem}.doctor-modal-info-inline p{font-size:.9rem}}.doctor-details-section{background:#f9f9f9;border-radius:10px;margin-bottom:20px;padding:15px}.detail-item{background:#fff;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:10px;padding:12px}.detail-item:last-child{margin-bottom:0}.detail-label{color:#555;font-weight:600}.detail-value{word-wrap:break-word;color:#333;max-width:60%;text-align:right}.no-doctors{color:#999;padding:60px 20px;text-align:center}.no-doctors p{font-size:18px;margin:0}.message-bubble{animation:messageSlideIn .3s ease-out;max-width:75%}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.message-bubble{max-width:85%}.detail-item{flex-direction:column;gap:5px}.detail-value{max-width:100%;text-align:left}}.doctorsAdvices-container{background:#f5f5f5;min-height:100vh}.advice-card,.advice-card-wrapper{position:relative}.advice-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;margin:15px;overflow:hidden;padding:20px;transition:all .3s ease}.advice-card:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-4px)}.new-advice{border:3px solid #667eea;box-shadow:0 4px 12px #667eea4d}.advice-header{align-items:center;display:flex;gap:15px;margin-bottom:15px}.advice-avatar{border:3px solid #667eea;border-radius:50%;height:60px;object-fit:cover;width:60px}.advice-meta{flex:1 1}.advice-meta h4{color:#333;font-size:18px;font-weight:600;margin:0 0 5px}.advice-meta .expertise{color:#667eea;font-size:14px;font-weight:600;margin:0 0 5px}.advice-meta .timestamp{color:#666;font-size:13px;margin:0}.advice-content{height:80px;margin-bottom:15px;width:250px}.advice-subject{color:#333;font-size:16px;font-weight:600;margin:0 0 10px}.advice-preview{color:#555;line-height:1.6;margin:0}.advice-footer{border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;padding-top:10px}.no-advices{color:#999;padding:60px 20px;text-align:center}.no-advices p{font-size:18px;margin:5px 0}.no-advices .hint{color:#bbb;font-size:14px}.provider-header-content{align-items:center;display:flex;flex:1 1;min-width:0}.provider-avatar-inline{border:4px solid #ffffffe6;border-radius:50%;box-shadow:0 4px 12px #00000026;flex-shrink:0;height:70px;object-fit:cover;width:70px}.provider-info-inline{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.provider-info-inline h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-info-inline .provider-expertise{color:#fffffff2;font-size:1rem;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-info-inline .provider-timestamp{align-items:center;color:#ffffffd9;display:flex;font-size:.875rem;font-weight:400;gap:5px;margin:0}.modal-action-btn{background:#ffffffe6;color:#4a5568;flex-shrink:0;font-size:1.3rem;transition:all .3s ease}.modal-action-btn:hover{background:#fff;box-shadow:0 4px 12px #0003}.modal-action-btn.edit-btn:hover{background:#3b82f6;color:#fff}.modal-action-btn.delete-btn:hover,.modal-action-btn.edit-btn.active{background:#ef4444;color:#fff}.modal-action-btn.speak-btn.speaking{animation:pulse 1.5s ease-in-out infinite;background:#10b981;color:#fff}@media (max-width:992px){.provider-avatar-inline{height:60px;width:60px}.provider-info-inline h3{font-size:1.3rem}.provider-info-inline .provider-expertise{font-size:.95rem}.provider-info-inline .provider-timestamp{font-size:.8rem}.modal-action-btn{font-size:1.1rem;height:36px;width:36px}}@media (max-width:768px){.provider-header-content{order:1;width:100%}.provider-avatar-inline{border-width:3px;height:50px;width:50px}.provider-info-inline h3{font-size:1.1rem}.provider-info-inline .provider-expertise{font-size:.85rem}.provider-info-inline .provider-timestamp{font-size:.75rem}.modal-action-btn{height:38px;width:38px}}@media (max-width:480px){.provider-avatar-inline{height:45px;width:45px}.provider-info-inline h3{font-size:1rem}.provider-timestamp{font-size:.7rem}}.speak-btn.speaking{animation:pulse 1.5s infinite;background:#4caf50;color:#fff}.provider-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;gap:15px;margin-bottom:20px;padding:20px}.provider-avatar{height:70px;width:70px}.provider-info h2{font-size:22px;margin:0}.provider-expertise{font-size:14px;margin:5px 0;opacity:.9}.provider-timestamp{font-size:13px;margin:5px 0 0;opacity:.8}.advice-detail-content{padding:10px}.view-content{gap:25px}.content-section,.subject-section{background:#f9f9f9;border-radius:10px;padding:20px}.content-section h3,.subject-section h3{color:#667eea;font-size:16px;font-weight:600;margin:0 0 12px}.subject-text{color:#333;font-size:18px;font-weight:600;line-height:1.6;margin:0}.content-text{color:#555;font-size:15px;line-height:1.8}.content-text p{margin:10px 0}.edit-form{gap:20px}.content-textarea,.subject-input{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:14px;padding:12px;transition:border-color .3s}.content-textarea:focus,.subject-input:focus{border-color:#667eea;outline:none}.content-textarea{line-height:1.6;min-height:200px;resize:vertical}@media (max-width:768px){.advice-card{margin:10px;padding:15px}.advice-header{flex-direction:column;text-align:center}.advice-avatar{height:50px;width:50px}.provider-header{flex-direction:column;text-align:center}.provider-avatar{height:60px;width:60px}}.events-container{background:#f5f5f5;min-height:100vh}.event-card,.event-card-wrapper{position:relative}.event-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.event-card:hover{box-shadow:0 6px 16px #00000026;transform:translateY(-4px)}.new-event{border:3px solid #667eea;box-shadow:0 4px 12px #667eea4d}.event-header{height:160px;overflow:hidden;position:relative;width:100%}.event-image{height:100%;object-fit:cover;width:100%}.provider-badge{background:#fff;border-radius:50%;bottom:10px;box-shadow:0 2px 8px #0003;padding:3px;position:absolute;right:10px}.provider-avatar-small{border:2px solid #667eea;height:40px;width:40px}.event-content{height:150px;padding:15px;position:relative;width:250px}.event-date-badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;box-shadow:0 4px 8px #0003;color:#fff;display:flex;flex-direction:column;left:15px;min-width:60px;padding:8px 12px;position:absolute;top:-30px}.date-day{font-size:24px;font-weight:700;line-height:1}.date-month{font-size:12px;margin-top:2px;text-transform:uppercase}.event-title{color:#333;font-size:16px;font-weight:600;line-height:1.4;margin:20px 0 10px}.event-organizer,.event-provider,.event-time,.event-topic,.event-venue{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:13px;margin:6px 0;overflow:hidden}.event-topic{color:#667eea;font-weight:600}.event-footer{border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;padding:12px 15px}.read-more{color:#667eea;font-size:14px;font-weight:600}.event-header-layout{min-height:120px}.event-header-content{flex:1 1}.event-header-content,.event-header-inline{align-items:center;display:flex;min-width:0}.event-header-inline{gap:20px;width:100%}.event-image-container{flex-shrink:0}.event-modal-image-inline{border:4px solid #ffffffe6;border-radius:12px;box-shadow:0 4px 12px #0003;height:100px;object-fit:cover;width:100px}.event-provider-info-inline{display:flex;flex:1 1;flex-direction:column;gap:20px;min-width:0}.provider-badge-inline{align-items:flex-start;display:flex;gap:12px;width:100%}.provider-avatar-small{border:3px solid #ffffffe6;border-radius:50%;box-shadow:0 2px 8px #00000026;flex-shrink:0;height:45px;object-fit:cover;width:45px}.provider-details-inline{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:0}.provider-details-inline h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0;overflow:hidden;text-overflow:ellipsis}.provider-meta{display:flex;flex-direction:column;gap:3px}.provider-name,.provider-role{align-items:center;color:#fffffff2;display:flex;font-size:.9rem;font-weight:500;gap:5px;margin:0}.provider-role{color:#ffffffd9;font-size:.85rem}.event-title-only{flex:1 1;min-width:0}.event-title-only h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1.5rem;font-weight:700;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis}@media (max-width:992px){.event-header-layout{min-height:100px}.event-modal-image-inline{height:85px;width:85px}.provider-details-inline h3{font-size:1.3rem}.provider-avatar-small{height:40px;width:40px}.provider-name,.provider-role{font-size:.85rem}.provider-role{font-size:.8rem}}@media (max-width:768px){.event-header-content{order:1;width:100%}.event-header-inline{gap:15px}.event-modal-image-inline{border-radius:10px;height:75px;width:75px}.provider-details-inline h3{font-size:1.15rem}.provider-avatar-small{height:38px;width:38px}.provider-name{font-size:.8rem}.provider-role{font-size:.75rem}}@media (max-width:480px){.event-modal-image-inline{border-radius:8px;height:65px;width:65px}.provider-details-inline h3{-webkit-line-clamp:2;font-size:1rem}.provider-avatar-small{height:35px;width:35px}.provider-badge-inline{gap:10px}.provider-meta{gap:2px}.provider-name{font-size:.75rem}.provider-role{font-size:.7rem}}.event-modal-header{margin-bottom:20px}.event-modal-image{border-radius:12px;height:200px;margin-bottom:15px;object-fit:cover;width:100%}.provider-info-badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;gap:12px;padding:15px}.provider-avatar{border:3px solid #fff;border-radius:50%;height:50px;object-fit:cover;width:50px}.provider-details h4{font-size:16px;margin:0}.provider-details p{font-size:13px;margin:4px 0 0;opacity:.9}.event-detail-content{padding:10px}.view-content{display:flex;flex-direction:column;gap:20px}.info-section{background:#f9f9f9;border-radius:10px;padding:15px}.info-section h3{color:#667eea;font-size:14px;font-weight:600;margin:0 0 10px}.info-section p{color:#333;line-height:1.6;margin:0}.info-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.info-item{background:#f9f9f9;border-radius:8px;display:flex;flex-direction:column;gap:5px;padding:12px}.info-label{color:#666;font-size:13px;font-weight:600}.info-value{color:#333;font-size:14px}.register-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:block;font-weight:600;padding:14px;text-align:center;text-decoration:none;transition:all .3s}.register-btn:hover{box-shadow:0 4px 8px #667eea4d;transform:translateY(-2px)}.edit-form{display:flex;flex-direction:column;gap:15px}.save-changes-btn{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:all .3s}.save-changes-btn:hover:not(:disabled){background:#45a049;box-shadow:0 4px 8px #4caf504d;transform:translateY(-2px)}.save-changes-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.modal-action-btn{align-items:center;background:#f0f0f0;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;transition:all .3s;width:40px}.modal-action-btn:hover{transform:scale(1.1)}.edit-btn.active{background:#ff9800;color:#fff}.delete-btn{background:#f44336;color:#fff}.delete-btn:hover{background:#d32f2f}.loading-container{align-items:center;color:#666;display:flex;justify-content:center;padding:40px}.no-events{color:#999;padding:60px 20px;text-align:center}.no-events p{font-size:18px;margin:5px 0}.no-events .hint{color:#bbb;font-size:14px}@media (max-width:768px){.event-card{width:100%}.info-grid{grid-template-columns:1fr}}.create-profile-container{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.profile-background{inset:0;position:absolute;z-index:0}.profile-gradient{animation:gradientMove 15s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);background-size:400% 400%;inset:0;position:absolute}@keyframes gradientMove{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.profile-shapes{inset:0;overflow:hidden;position:absolute}.profile-shape{animation:floatShape 20s ease-in-out infinite;background:#ffffff14;border-radius:50%;position:absolute}.profile-shape.shape-1{animation-delay:0s;height:350px;left:-100px;top:-150px;width:350px}.profile-shape.shape-2{animation-delay:7s;bottom:-50px;height:200px;right:-50px;width:200px}.profile-shape.shape-3{animation-delay:3.5s;height:150px;right:10%;top:50%;width:150px}@keyframes floatShape{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.profile-card{animation:cardSlideIn .8s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #ffffff80;border-radius:32px;box-shadow:0 20px 60px #0000004d;max-width:550px;padding:40px;position:relative;width:100%;z-index:10}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-header{animation:headerFade 1s ease-out .3s both;margin-bottom:30px;text-align:center}@keyframes headerFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.profile-icon-badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 8px 20px #667eea66;display:inline-flex;height:70px;justify-content:center;margin-bottom:20px;width:70px}.profile-icon{filter:brightness(0) invert(1);font-size:2rem}.profile-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:1.875rem;font-weight:700;margin:0 0 8px}.profile-subtitle{color:#718096;font-size:1rem;margin:0}.profile-user-info{align-items:center;animation:userInfoFade 1s ease-out .5s both;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px;display:flex;gap:15px;margin-bottom:25px;padding:20px}@keyframes userInfoFade{0%{opacity:0}to{opacity:1}}.profile-avatar{border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #00000026;height:60px;object-fit:cover;width:60px}.profile-user-details{flex:1 1;text-align:left}.profile-user-name{color:#2d3748;font-size:1rem;font-weight:600;margin:0 0 4px}.profile-user-email{color:#718096;font-size:.875rem;margin:0}.profile-progress{align-items:center;animation:progressFade 1s ease-out .7s both;display:flex;justify-content:center;margin-bottom:30px}@keyframes progressFade{0%{opacity:0}to{opacity:1}}.progress-step{align-items:center;display:flex;flex-direction:column;gap:8px}.progress-dot{background:#e2e8f0;border-radius:50%;height:12px;transition:all .3s ease;width:12px}.progress-step.active .progress-dot{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 0 0 4px #667eea33;transform:scale(1.3)}.progress-label{color:#718096;font-size:.75rem;font-weight:500}.progress-step.active .progress-label{color:#667eea;font-weight:600}.progress-line{background:#e2e8f0;height:2px;margin:0 10px 20px;width:60px}.profile-form{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.form-group{animation:formGroupFade .6s ease-out both}.form-group:first-child{animation-delay:.8s}.form-group:nth-child(2){animation-delay:.9s}.form-group:nth-child(3){animation-delay:1s}.form-group:nth-child(4){animation-delay:1.1s}@keyframes formGroupFade{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.form-label{color:#2d3748;font-size:.95rem;font-weight:600}.form-input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;padding:14px 16px;transition:all .3s ease}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.form-input.error{border-color:#ef4444}.form-input.error:focus{box-shadow:0 0 0 4px #ef44441a}.gender-options{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.gender-option{background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#4a5568;cursor:pointer;font-size:.95rem;font-weight:500;padding:12px;transition:all .3s ease}.gender-option:hover{background:#667eea0d;border-color:#667eea}.gender-option.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 4px 12px #667eea66;color:#fff;transform:translateY(-2px)}.error-message{font-size:.8rem;gap:4px}.profile-submit-btn{align-items:center;animation:buttonFade 1s ease-out 1.2s both;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:10px;justify-content:center;margin:24px auto 0;overflow:hidden;padding:16px 24px;position:relative;transition:all .3s ease;width:100%}@keyframes buttonFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-submit-btn:before{background:#fff3;content:"";inset:0;position:absolute;transform:translateX(-100%);transition:transform .3s ease}.profile-submit-btn:hover:not(:disabled):before{transform:translateX(0)}.profile-submit-btn:hover:not(:disabled){box-shadow:0 8px 25px #667eea80;transform:translateY(-3px)}.profile-submit-btn:disabled{cursor:not-allowed;opacity:.7}.btn-arrow,.btn-icon{font-size:1.25rem;z-index:1}.btn-arrow{transition:transform .3s ease}.profile-submit-btn:hover:not(:disabled) .btn-arrow{transform:translateX(5px)}.spinner{height:20px;width:20px}.profile-footer{border-top:1px solid #e2e8f0;margin-top:10px;padding-top:10px;text-align:center}.profile-footer p{align-items:center;color:#718096;display:flex;font-size:.8rem;gap:6px;justify-content:center;margin:0}.profile-footer p:before{content:"🔒";font-size:1rem}.insurance-input-container{position:relative}.insurance-input{cursor:text;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.insurance-visual{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;display:flex;font-size:1.5rem;font-weight:600;gap:6px;justify-content:center;letter-spacing:2px;min-height:50px;padding:12px 16px;transition:border-color .2s ease}.insurance-input:focus+.insurance-visual{background:#fff;border-color:#667eea}.insurance-visual.error-border{background:#fef2f2;border-color:#ef4444}.insurance-digit{color:#1f2937;text-align:center;width:20px}.insurance-hyphen{color:#d1d5db;text-align:center;width:20px}.required-fields-notice{align-items:center;background:linear-gradient(135deg,#eff6ff,#f0f9ff);border:1px solid #bfdbfe;border-radius:8px;display:flex;gap:8px;margin-bottom:20px;padding:12px 16px}.notice-icon{font-size:1.2rem}.notice-text{color:#1e40af;font-size:.9rem}.required-asterisk{color:#ef4444;font-size:1.1rem;font-weight:700;margin-left:4px}.form-label{align-items:center;display:flex;gap:8px}@media (max-width:768px){.profile-card{border-radius:24px;padding:30px 25px}.profile-title{font-size:1.5rem}.profile-subtitle{font-size:.9rem}.profile-icon-badge{height:60px;width:60px}.profile-icon{font-size:1.75rem}.gender-options{grid-template-columns:1fr}}@media (max-width:480px){.create-profile-container{padding:15px}.profile-card{border-radius:20px;padding:25px 20px}.profile-title{font-size:1.375rem}.profile-avatar{height:50px;width:50px}.profile-submit-btn{font-size:1rem;padding:14px 20px}}.search-box input{border:1px solid #ccc;border-radius:6px;flex:1 1;padding:8px}.search-box button{border-radius:4px;font-size:14px;height:32px;padding:4px;width:32px}.doctor-dropdown{border:1px solid #888;border-radius:8px;font-size:16px;padding:5px;width:100%}.map-container{flex:1 1;position:relative}.chip-scroll{background:#fff;border-radius:8px;bottom:10px;box-shadow:0 2px 6px #0003;display:flex;gap:10px;left:10px;padding:8px;position:absolute;right:10px;z-index:5}.writenote-content-scroll{animation:fadeIn .6s ease-out;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:20px}.writenote-content-scroll::-webkit-scrollbar{width:8px}.writenote-content-scroll::-webkit-scrollbar-track{background:#f1f1f1}.writenote-content-scroll::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.writenote-content-scroll::-webkit-scrollbar-thumb:hover{background:#5568d3}.author-info-card{align-items:center;animation:slideUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 4px 15px #00000014;display:flex;gap:15px;margin-bottom:5px;padding:20px}.author-avatar{border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #00000026;height:60px;object-fit:cover;width:60px}.author-details{flex:1 1}.author-name{color:#2d3748;font-size:1.125rem;font-weight:700;margin:0 0 4px}.author-role{color:#718096;font-size:.875rem;margin:0}.author-badge{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid #667eea33;border-radius:20px;color:#667eea;display:flex;font-size:.875rem;font-weight:600;gap:6px;padding:8px 16px}.form-group-write{margin-bottom:5px}.subject-input-modern{border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-size:1.125rem;font-weight:500;padding:14px 18px;transition:all .3s ease;width:100%}.subject-input-modern:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.subject-input-modern::placeholder{color:#a0aec0}.char-counter{display:flex;justify-content:flex-end;margin-top:8px}.char-counter span{color:#718096;font-size:.875rem;font-weight:500}.char-counter span.warning{color:#f59e0b;font-weight:600}.advice-textarea-modern{border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:1.6;min-height:250px;overflow-y:auto;padding:16px 18px;resize:vertical;transition:all .3s ease;width:100%}.advice-textarea-modern:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.advice-textarea-modern::placeholder{color:#a0aec0}.tips-section{background:linear-gradient(135deg,#f59e0b1a,#fbbf241a);border:1px solid #f59e0b33;border-radius:12px;display:flex;gap:15px;margin-bottom:5px;padding:20px}.tip-icon{flex-shrink:0;font-size:1.75rem}.tips-content{flex:1 1}.tips-title{color:#92400e;font-size:.95rem;font-weight:600;margin:0 0 10px}.tips-list{color:#78350f;margin:0;padding-left:20px}.tips-list li{font-size:.875rem;margin-bottom:5px}.send-button-modern{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:10px;justify-content:center;margin-bottom:20px;overflow:hidden;padding:16px;position:relative;transition:all .3s ease;width:100%}.send-button-modern:before{background:#fff3;content:"";inset:0;position:absolute;transform:translateX(-100%);transition:transform .3s ease}.send-button-modern:hover:not(:disabled):before{transform:translateX(0)}.send-button-modern:hover:not(:disabled){box-shadow:0 8px 25px #667eea80;transform:translateY(-3px)}.send-button-modern:disabled{cursor:not-allowed;opacity:.6;transform:none}.send-button-modern:hover:not(:disabled) .button-arrow{transform:translateX(5px)}.quick-stats-grid{grid-gap:15px;animation:slideUp .6s ease-out;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-content:center;margin-bottom:10px;width:90%}.note-stat-box{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;display:flex;gap:12px;padding:20px;transition:all .3s ease}.note-stat-box:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-4px)}.note-stat-box .note-stat-icon{font-size:1.75rem}.note-stat-box .note-stat-info{flex:1 1}.note-stat-label{color:#718096;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin:0 0 4px;text-transform:uppercase}.note-stat-value{color:#2d3748;font-size:.9rem;font-weight:600;margin:0}@media (max-width:768px){.author-info-card{flex-wrap:wrap}.author-badge{justify-content:center;width:100%}.quick-stats-grid{grid-template-columns:1fr 1fr 1fr}.tips-section{flex-direction:column}}@media (max-width:480px){.writenote-content-scroll{padding:15px}.quick-stats-grid{grid-template-columns:1fr}.card-header-section h4{font-size:1.125rem}.advice-textarea-modern,.subject-input-modern{font-size:1rem}.send-button-modern{font-size:1rem;padding:14px}.note-stat-box{gap:7px;padding:10px}}.createevent-title-bar{background:#fff;border-bottom:2px solid #e2e8f0;flex-shrink:0;padding:20px}.title-content h3{color:#2d3748;font-size:1.75rem;font-weight:700;margin:0 0 5px}.title-content p{color:#718096;font-size:1rem;margin:0}.createevent-content-scroll{animation:fadeIn .6s ease-out;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:20px}.createevent-content-scroll::-webkit-scrollbar{width:8px}.createevent-content-scroll::-webkit-scrollbar-track{background:#f1f1f1}.createevent-content-scroll::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.createevent-content-scroll::-webkit-scrollbar-thumb:hover{background:#5568d3}.creator-info-card{align-items:center;animation:slideUp .6s ease-out;background:#fff;border-radius:20px;box-shadow:0 4px 15px #00000014;display:flex;gap:15px;margin-bottom:5px;padding:20px}.creator-avatar{border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #00000026;height:60px;object-fit:cover;width:60px}.creator-details{flex:1 1}.creator-name{color:#2d3748;font-size:1.125rem;font-weight:700;margin:0 0 4px}.creator-role{color:#718096;font-size:.875rem;margin:0}.creator-badge{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid #667eea33;border-radius:20px;color:#667eea;display:flex;font-size:.875rem;font-weight:600;gap:6px;padding:8px 16px}.badge-icon{font-size:1rem}.form-group-event{margin-bottom:20px}.input-label{align-items:center;color:#2d3748;display:flex;font-size:1rem;font-weight:600;gap:8px;margin-bottom:10px}.label-icon{font-size:1.25rem}.required{color:#ef4444;font-weight:700}.input-modern-event{border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-size:1rem;padding:14px 18px;transition:all .3s ease;width:100%}.input-modern-event:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.input-modern-event.error{border-color:#ef4444}.input-modern-event.error:focus{box-shadow:0 0 0 4px #ef44441a}.input-modern-event::placeholder{color:#a0aec0}.form-row-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:5px}.textarea-modern-event{border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:1.6;min-height:150px;overflow-y:auto;padding:16px 18px;resize:vertical;transition:all .3s ease;width:100%}.textarea-modern-event:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.textarea-modern-event::placeholder{color:#a0aec0}.char-progress-container{align-items:center;display:flex;gap:15px;justify-content:space-between;margin-top:12px}.char-progress-bar{background:#e2e8f0;border-radius:10px;flex:1 1;height:8px;overflow:hidden}.char-progress-fill{border-radius:10px;height:100%;transition:width .3s ease,background .3s ease}.char-count-text{color:#718096;font-size:.875rem;font-weight:600;white-space:nowrap}.char-count-text.danger{color:#ef4444}.error-message{align-items:center;color:#ef4444;display:flex;font-size:.875rem;font-weight:500;gap:6px;margin-top:8px}.error-message:before{content:"⚠️";font-size:.875rem}.image-preview{border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-top:15px;max-width:400px;overflow:hidden}.image-preview img{display:block;height:auto;width:100%}.create-button-modern{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:10px;justify-content:center;margin-top:10px;overflow:hidden;padding:16px;position:relative;transition:all .3s ease;width:100%}.create-button-modern:before{background:#fff3;content:"";inset:0;position:absolute;transform:translateX(-100%);transition:transform .3s ease}.create-button-modern:hover:not(:disabled):before{transform:translateX(0)}.create-button-modern:hover:not(:disabled){box-shadow:0 8px 25px #667eea80;transform:translateY(-3px)}.create-button-modern:disabled{cursor:not-allowed;opacity:.6;transform:none}.button-arrow,.button-icon{font-size:1.25rem;z-index:1}.button-arrow{transition:transform .3s ease}.create-button-modern:hover:not(:disabled) .button-arrow{transform:translateX(5px)}.button-spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.info-note{align-items:center;animation:slideUp .6s ease-out;background:linear-gradient(135deg,#f59e0b1a,#fbbf241a);border:1px solid #f59e0b33;border-radius:12px;display:flex;gap:12px;margin-bottom:5px;padding:10px 20px}.info-icon{flex-shrink:0;font-size:1.5rem}.info-note p{color:#92400e;font-size:.95rem;margin:0}.info-note .required{color:#ef4444;font-weight:700}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%)}}@media (max-width:768px){.createevent-card{padding:25px 20px}.title-content h3{font-size:1.5rem}.creator-info-card{flex-wrap:wrap}.creator-badge{justify-content:center;width:100%}.form-row-grid{grid-template-columns:1fr}.card-header-section h4{font-size:1.125rem}.input-modern-event,.textarea-modern-event{font-size:.95rem}}@media (max-width:480px){.createevent-content-scroll{padding:15px}.createevent-card{border-radius:16px;padding:20px 15px}.title-content h3{font-size:1.375rem}.card-header-section h4{font-size:1rem}.input-modern-event,.textarea-modern-event{font-size:.95rem;padding:12px 16px}.create-button-modern{font-size:1rem;padding:14px}}.tokens-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px;width:90%}.adminFCM-stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 4px 15px #667eea4d;color:#fff;padding:25px;text-align:center;transition:transform .3s ease}.adminFCM-stat-card:hover{transform:translateY(-5px)}.admin-action-buttons{display:flex;gap:15px;justify-content:center;margin-bottom:25px;width:90%}.admin-fcm-dashboard button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;padding:14px 24px;transition:all .3s ease}.admin-fcm-dashboard button:hover:not(:disabled){box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.admin-fcm-dashboard button:active:not(:disabled){transform:translateY(0)}.admin-fcm-dashboard button:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover:not(:disabled){background:#45a049;box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.btn-secondary{background:#2196f3;color:#fff}.btn-secondary:hover:not(:disabled){background:#0b7dda}.btn-warning{background:#ff9800;color:#fff}.btn-warning:hover:not(:disabled){background:#f57c00;box-shadow:0 6px 12px #00000026;transform:translateY(-2px)}.btn-primary,.btn-secondary,.btn-warning{align-items:center;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;padding:15px 10px;transition:all .3s ease}.btn-refresh{background:linear-gradient(135deg,#607d8b,#546e7a);border-radius:12px;color:#fff;font-size:.95rem;padding:12px 20px}.btn-refresh:hover:not(:disabled){box-shadow:0 4px 12px #607d8b4d}.result-box{animation:slideIn .3s ease-out;border-radius:16px;box-shadow:0 4px 15px #0000001a;margin-bottom:25px;padding:25px}.result-box.success{background:#d4edda;border:2px solid #c3e6cb;color:#155724}.result-box.warning{background:#fff3cd;border:2px solid #ffeaa7;color:#856404}.result-box.error{background:#f8d7da;border:2px solid #f5c6cb;color:#721c24}.result-box h3{font-size:1.375rem;font-weight:700;margin-bottom:15px;margin-top:0}.result-box pre{font-family:inherit;font-size:1rem;line-height:1.8;margin:0;white-space:pre-wrap}.details-section{background:#0000000d;border-radius:12px;margin-top:20px;padding:18px}.details-section summary{border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:12px;transition:background .2s;-webkit-user-select:none;user-select:none}.details-section summary:hover{background:#00000014}.details-section[open] summary{margin-bottom:18px}.users-table{background:#fff;border-collapse:collapse;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-top:15px;overflow:hidden;width:100%}.users-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.users-table th{font-size:.95rem;font-weight:600;padding:14px 12px;text-align:left}.users-table td{word-wrap:break-word;border-bottom:1px solid #eee;font-size:.9rem;overflow-wrap:break-word;padding:12px}.users-table tbody tr:hover{background:#f7f9fc}.users-table tbody tr:last-child td{border-bottom:none}.users-table td:first-child,.users-table th:first-child{width:20%}.users-table td:nth-child(2),.users-table th:nth-child(2){width:25%}.users-table td:nth-child(3),.users-table th:nth-child(3){width:20%}.users-table td:nth-child(4),.users-table td:nth-child(5),.users-table th:nth-child(4),.users-table th:nth-child(5){width:17.5%}.error-code{color:#d32f2f;font-family:Courier New,monospace;font-size:.85rem;font-weight:500}.user-email{color:#530dd5;font-size:.875rem}.user-email,.user-id{font-family:Courier New,monospace;word-break:break-all}.user-id{color:#666;font-size:.8rem}.date-time{color:#2a2929;font-family:Courier New,monospace;font-size:.8rem}.info-panel{background:linear-gradient(135deg,#2196f31a,#2196f30d);border-left:4px solid #2196f3;border-radius:16px;cursor:pointer;margin-bottom:25px;padding:25px;transition:all .3s ease}.info-panel:hover{background:linear-gradient(135deg,#2196f326,#2196f314)}.info-panel h3{color:#1565c0;font-size:1.25rem;font-weight:700;margin-bottom:15px;margin-top:0}.info-panel ul{margin:10px 0;padding-left:25px}.info-panel li{font-size:.95rem;line-height:1.6;margin:15px 0}.info-panel strong{color:#0d47a1;font-weight:600}.registered-users-section{background:#fff;border-radius:16px;box-shadow:0 4px 15px #00000014;margin-bottom:40px;margin-top:15px;padding:25px}.registered-users-section summary{border-radius:8px;color:#2d3748;cursor:pointer;font-size:1.125rem;font-weight:700;padding:12px;transition:background .2s}.registered-users-section summary:hover{background:#f7f9fc}.broadcast-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.broadcast-modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0003;max-width:600px;overflow:hidden;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.broadcast-modal-header{align-items:center;background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;display:flex;justify-content:space-between;padding:20px 25px}.broadcast-modal-header h3{font-size:1.25rem;font-weight:700;margin:0}.broadcast-modal-body{padding:25px}.broadcast-form-group{margin-bottom:20px}.broadcast-form-group label{color:#2d3748;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.broadcast-form-group input,.broadcast-form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 15px;transition:border-color .2s;width:100%}.broadcast-form-group input:focus,.broadcast-form-group textarea:focus{border-color:#2196f3;outline:none}.broadcast-form-group textarea{min-height:100px;resize:vertical}.char-count{color:#718096;display:block;font-size:.875rem;margin-top:5px}.broadcast-warning{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:2px solid #ffc107;border-radius:8px;color:#856404;font-weight:600;margin-top:15px;padding:15px;text-align:center}.broadcast-modal-actions{display:flex;gap:12px;padding:0 25px 25px}.btn-cancel,.btn-send{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:12px 20px;transition:all .2s}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover{background:#e5e7eb}.btn-send{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff}.btn-send:hover:not(:disabled){background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 6px 12px #2196f34d;transform:translateY(-2px)}.btn-send:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.admin-fcm-dashboard{padding:12px}.btn-primary,.btn-secondary,.btn-warning{border-radius:10px;font-size:14px;font-weight:600;padding:15px 9px}.tokens-stats{gap:12px;grid-template-columns:1fr}.adminFCM-stat-card{padding:20px}.admin-action-buttons{flex-direction:column;gap:12px}.admin-fcm-dashboard button{padding:14px 20px;width:100%}.result-box{padding:20px}.result-box h3{font-size:1.25rem}.info-panel{padding:20px}.info-panel h3{font-size:1.125rem}.users-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.users-table tbody,.users-table thead,.users-table tr{display:table;table-layout:auto;width:100%}.users-table td,.users-table th{font-size:.8rem;padding:10px 8px}.users-table td:first-child,.users-table th:first-child{width:18%}.users-table td:nth-child(2),.users-table th:nth-child(2){width:28%}.users-table td:nth-child(3),.users-table th:nth-child(3){width:22%}.users-table td:nth-child(4),.users-table td:nth-child(5),.users-table th:nth-child(4),.users-table th:nth-child(5){width:16%}}@media (max-width:480px){.admin-fcm-dashboard{padding:10px}.btn-primary,.btn-secondary,.btn-warning{border-radius:10px;font-size:13px;font-weight:500;padding:15px 9px}.adminFCM-stat-card{padding:18px}.admin-action-buttons{flex-direction:column;gap:7px}.admin-fcm-dashboard button{font-size:.9rem;padding:12px 16px}.result-box{padding:16px}.result-box h3{font-size:1.125rem}.result-box pre{font-size:.875rem}.details-section{padding:15px}.details-section summary{font-size:.9rem;padding:10px}.info-panel{padding:16px}.info-panel h3{font-size:1rem}.info-panel li{font-size:.875rem;margin:12px 0}.registered-users-section{padding:16px}.registered-users-section summary{font-size:1rem;padding:10px}.users-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;white-space:nowrap}.users-table tbody,.users-table thead{display:table;min-width:100%;width:-webkit-max-content;width:max-content}.users-table tr{display:table-row}.users-table td,.users-table th{display:table-cell;font-size:.75rem;padding:8px 6px}.users-table td:first-child,.users-table td:nth-child(2),.users-table td:nth-child(3),.users-table td:nth-child(4),.users-table td:nth-child(5),.users-table th:first-child,.users-table th:nth-child(2),.users-table th:nth-child(4),.users-table th:nth-child(5),users-table th:nth-child(3){min-width:220px}.date-time,.error-code,.user-email,.user-id{font-size:.7rem}.broadcast-modal-content{width:95%}.broadcast-modal-header{padding:15px 20px}.broadcast-modal-header h3{font-size:1.1rem}.broadcast-modal-body{padding:20px}.broadcast-modal-actions{flex-direction:column;padding:0 20px 20px}}@media (max-width:380px){.users-table thead{display:none}.users-table,.users-table tbody,.users-table tr{display:block;width:100%}.users-table tr{background:#fff;border:1px solid #ddd;border-radius:8px;margin-bottom:15px;padding:10px}.users-table td{border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:8px 0;text-align:right;white-space:normal}.users-table td:last-child{border-bottom:none}.users-table td:before{color:#667eea;content:attr(data-label);font-weight:600;margin-right:10px;text-align:left;width:70px}.users-table td,.users-table th{min-width:0;min-width:auto;width:100%}}.messagebox-container{background:#f5f5f5;display:flex;flex-direction:column;height:100vh;overflow:hidden}.messagebox-container .header-row{flex-shrink:0}.messagebox-container .page-title{align-items:center;background:#fff;border-bottom:2px solid #e0e0e0;display:flex;flex-shrink:0;justify-content:space-between;padding:15px 20px}.messagebox-container .page-title h3{color:#333;margin:0}.refresh-btn{background:#2196f3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-top:5px;padding:8px 16px;transition:background .3s}.refresh-btn:hover:not(:disabled){background:#0b7dda}.refresh-btn:disabled{background:#ccc;cursor:not-allowed}.card-wrapper{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:0 15px 20px}.messageBox-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:10px;padding:10px}.conversation-container{margin-bottom:20px}.messageSectionTitle{border-bottom:2px solid #e0e0e0;color:#333;margin:0 0 15px;padding-bottom:10px}.message-bubble{animation:slideIn .3s ease-out;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:15px;max-width:70%;padding:12px 16px}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-bubble.sent{background:#dcf8c6;border-bottom-right-radius:4px;margin-left:auto}.message-bubble.received{background:#fff;border:1px solid #e0e0e0;border-bottom-left-radius:4px;margin-right:auto}.message-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.message-header strong{color:#333;font-size:15px}.icon-row{display:flex;font-size:16px;gap:5px}.message-body{word-wrap:break-word;color:#333;line-height:1.5;margin:8px 0}.message-footer{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.message-time{color:#666;font-size:12px}.compose-btn{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:15px;padding:15px;transition:background .3s;width:100%}.compose-btn:hover{background:#45a049;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.message-composer{animation:expandIn .3s ease-out;background:#f9f9f9;border:2px solid #e0e0e0;border-radius:12px;margin-top:20px;padding:20px}@keyframes expandIn{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}.composer-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.composer-header h4{color:#333;margin:0}.close-composer{align-items:center;background:#f44336;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:30px;justify-content:center;transition:background .3s;width:30px}.close-composer:hover{background:#d32f2f}.composer-form{gap:15px}.composer-form,.form-row{display:flex;flex-direction:column}.form-row{gap:8px}.form-row label{color:#333;font-weight:600}.form-row input,.form-row textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:14px;padding:10px;transition:border-color .3s}.form-row input:focus,.form-row textarea:focus{border-color:#4caf50;outline:none}.form-row textarea{min-height:100px;resize:vertical}.char-count{color:#666;font-size:12px;text-align:right}.form-row-inline{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#333;font-size:14px;font-weight:600}.form-group select{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px;padding:10px}.composer-actions{display:flex;gap:10px;margin-top:10px}.cancel-btn,.send-btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px;transition:all .3s}.cancel-btn{background:#f44336;color:#fff}.cancel-btn:hover:not(:disabled){background:#d32f2f}.send-btn{background:#4caf50;color:#fff}.send-btn:hover:not(:disabled){background:#45a049}.cancel-btn:disabled,.send-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:768px){.message-bubble{max-width:85%}.form-row-inline{grid-template-columns:1fr}.messagebox-container .page-title{align-items:flex-start;flex-direction:column;gap:10px}.card-wrapper{padding:0 10px 20px}}.container-textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:14px;padding:12px;transition:border-color .3s}.delete-account-header{animation:fadeInDown .5s ease-out;margin-bottom:30px;text-align:center}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.delete-account-icon{animation:pulse 2s ease-in-out infinite;display:block;font-size:70px;margin-bottom:20px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.delete-account-header h2{color:#1f2937;font-size:28px;font-weight:700;margin:20px 0 10px}.delete-account-header h2.error{color:#ef4444}.delete-account-header h2.success{color:#10b981}.delete-account-header p{color:#6b7280;font-size:16px;line-height:1.6;margin:10px auto;max-width:500px}.delete-warning-box{background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #ef4444;border-radius:16px;box-shadow:0 4px 12px #ef444426;margin-bottom:24px;padding:24px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.delete-warning-box:hover{box-shadow:0 8px 20px #ef444433;transform:translateY(-2px)}.delete-warning-box h3{align-items:center;color:#991b1b;display:flex;font-size:20px;font-weight:700;gap:8px;margin:0 0 12px}.delete-warning-box p{color:#7f1d1d;font-size:15px;line-height:1.6;margin:12px 0}.delete-warning-box ul{color:#7f1d1d;margin:12px 0;padding-left:24px}.delete-warning-box li{line-height:1.5;margin-bottom:10px;padding-left:8px;position:relative}.delete-warning-box li:before{color:#ef4444;content:"•";font-weight:700;left:-12px;position:absolute}.delete-info-box{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #3b82f6;border-radius:16px;box-shadow:0 4px 12px #3b82f626;margin-bottom:24px;padding:24px;text-align:center;transition:transform .2s ease,box-shadow .2s ease;width:80%}.delete-info-box:hover{box-shadow:0 8px 20px #3b82f633;transform:translateY(-2px)}.delete-info-box h3{align-items:center;color:#1e40af;display:flex;font-size:20px;font-weight:700;gap:8px;margin:0 0 12px}.delete-info-box p{color:#1e3a8a;font-size:15px;line-height:1.6;margin:12px 0}.delete-info-box ul{color:#1e3a8a;margin:12px 0;padding-left:24px}.delete-info-box li{line-height:1.5;margin-bottom:10px;padding-left:8px;position:relative}.delete-info-box li:before{color:#3b82f6;content:"✓";font-weight:700;left:-16px;position:absolute}.delete-success-box{animation:slideInUp .5s ease-out;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #10b981;border-radius:16px;box-shadow:0 4px 12px #10b98126;margin-bottom:24px;padding:24px;width:100%}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.delete-success-box h3{color:#065f46;font-size:20px;font-weight:700;margin:0 0 12px}.delete-success-box p,.delete-success-box ul{color:#047857;font-size:14px;margin:12px 0}.delete-success-box li{line-height:1.5;margin-bottom:8px}.delete-confirm-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:16px;padding:24px}.delete-confirm-box,.delete-reason-box{box-shadow:0 4px 12px #f59e0b26;margin-bottom:24px}.delete-reason-box{background:linear-gradient(135deg,#6fa9ec,#569af3);border:2px solid #0786b9;border-radius:16px;padding:10px}.delete-confirm-box p,.delete-reason-box P{color:#92400e;font-size:15px;font-weight:600;margin:0 0 16px}.delete-reason-box textarea{border:1px solid #ccc;border-radius:8px;font-size:16px;min-height:50px;padding:10px;resize:vertical;width:90%}.delete-confirm-box code{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#78350f;font-family:Monaco,Courier New,monospace;font-size:16px;font-weight:700;letter-spacing:1px;padding:6px 12px}.delete-confirm-box input[type=text]{background:#fff;border:2px solid #f59e0b;border-radius:10px;box-sizing:border-box;font-family:Monaco,Courier New,monospace;font-size:16px;font-weight:600;margin-top:16px;padding:14px;transition:all .3s ease;width:100%}.delete-confirm-box input[type=text]:focus{border-color:#d97706;box-shadow:0 0 0 4px #f59e0b1a;outline:none}.delete-label{color:#374151;display:block;font-size:15px;font-weight:600;margin-bottom:10px}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{color:#333;font-size:14px;font-weight:600}.form-field input,.form-field textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:14px;padding:12px;transition:border-color .3s}.form-field input:focus,.form-field textarea:focus{border-color:#667eea;outline:none}.form-field textarea{min-height:100px;resize:vertical}.delete-input,.delete-textarea{background:#fff;border:2px solid #e5e7eb;border-radius:10px;box-sizing:border-box;font-family:inherit;font-size:15px;padding:14px;transition:all .3s ease;width:100%}.delete-input:focus,.delete-textarea:focus{box-shadow:0 0 0 4px #667eea1a}.delete-textarea{line-height:1.6;min-height:100px;resize:vertical}.delete-account-button-group{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:30px;width:80%}.cancelbtn,.deletebtn,.exportbtn{align-items:center;border:none;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;min-width:180px;overflow:hidden;padding:16px 32px;position:relative;transition:all .3s ease}.cancelbtn:before,.deletebtn:before,.exportbtn:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.cancelbtn:hover:before,.deletebtn:hover:before,.exportbtn:hover:before{height:300px;width:300px}.cancelbtn{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:2px solid #d1d5db;color:#374151}.cancelbtn:hover:not(:disabled){background:linear-gradient(135deg,#e5e7eb,#d1d5db);box-shadow:0 6px 20px #00000026;transform:translateY(-3px)}.deletebtn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.deletebtn:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 20px #ef44444d;transform:translateY(-3px)}.exportbtn{background:linear-gradient(135deg,#6bd3b9,#56c918);color:#fff}.exportbtn:hover:not(:disabled){background:linear-gradient(135deg,#54dab8,#54a727);box-shadow:0 6px 20px #00000026;transform:translateY(-3px)}.cancelbtn:active:not(:disabled),.deletebtn:active:not(:disabled),.exportbtn:active:not(:disabled){transform:translateY(-1px)}.cancelbtn:disabled,.deletebtn:disabled,.exportbtn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}button.cancelbtn:has(>:first-child:contains("📥")){background:linear-gradient(135deg,#10b981,#059669);color:#fff}button.cancelbtn:has(>:first-child:contains("📥")):hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857)}.spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.delete-footer{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;border-top:2px solid #e5e7eb;padding:4px 20px;text-align:center}.delete-footer p{color:#6b7280;font-size:13px;font-weight:500;line-height:1.8;margin:0}.delete-footer p:first-child{color:#374151;font-weight:600;margin-bottom:8px}.delete-error-message,div[style*="background: #fee2e2"]{animation:shake .5s ease-in-out!important;background:linear-gradient(135deg,#fee2e2,#fecaca)!important;border:2px solid #fecaca!important;border-radius:12px!important;box-shadow:0 4px 12px #ef44441a!important;color:#991b1b!important;font-size:14px!important;font-weight:600!important;margin-bottom:24px!important;padding:16px 20px!important}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}div[style*="background: #f3f4f6"]{background:linear-gradient(135deg,#f9fafb,#f3f4f6)!important;border-radius:16px!important;box-shadow:0 4px 12px #0000000d!important;margin-bottom:24px!important;padding:24px!important}div[style*="background: #dbeafe"]{background:linear-gradient(135deg,#dbeafe,#bfdbfe)!important;border:2px solid #3b82f6!important;border-radius:16px!important;box-shadow:0 4px 12px #3b82f626!important;margin-bottom:24px!important;padding:24px!important;text-align:center!important}@media (max-width:768px){.delete-account-header h2{font-size:24px}.delete-account-icon{font-size:56px}.delete-confirm-box,.delete-info-box,.delete-success-box,.delete-warning-box{padding:20px}.delete-account-button-group{flex-direction:column;gap:12px}.cancelbtn,.deletebtn,.exportbtn{min-width:0;min-width:auto;width:100%}}@media (max-width:480px){.delete-account-header h2{font-size:22px}.delete-account-header p{font-size:14px}.delete-account-icon{font-size:50px}.delete-confirm-box,.delete-info-box,.delete-success-box,.delete-warning-box{padding:16px}.cancelbtn,.deletebtn,.exportbtn{font-size:15px;padding:14px 24px}}.cancelbtn:focus,.deletebtn:focus,.exportbtn:focus{outline:3px solid #667eea;outline-offset:3px}.delete-input:focus,.delete-textarea:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea26;outline:none}@media (prefers-color-scheme:dark){.delete-footer{background:linear-gradient(135deg,#1f2937,#111827);border-top-color:#374151}.delete-footer p{color:#9ca3af}.delete-footer p:first-child{color:#e5e7eb}}.privacy-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:40px 20px}.privacy-content{animation:fadeIn .5s ease-in;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;margin:0 auto;max-width:900px;padding:50px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.privacy-header{border-bottom:3px solid #667eea;margin-bottom:20px;padding-bottom:20px;text-align:center}.back-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;left:50px;padding:10px 20px;position:absolute;top:50px;transition:all .3s ease}.back-button:hover{background:#5568d3;transform:translateX(-5px)}.privacy-header h1{color:#1f2937;font-size:3rem;font-weight:700;margin:0 0 10px}.last-updated{color:#6b7280;font-size:.95rem;font-style:italic}.privacy-section{margin-bottom:10px;width:100%}.privacy-section h2{border-bottom:2px solid #e5e7eb;color:#667eea;font-size:1.8rem;margin-bottom:20px;padding-bottom:10px}.privacy-section h3{color:#374151;font-size:1.3rem;margin:25px 0 15px}.privacy-section p{color:#4b5563;font-size:1.05rem;line-height:1.8;margin-bottom:15px}.privacy-section ul{list-style:none;margin:15px 0;padding-left:0}.privacy-section li{color:#4b5563;font-size:1.05rem;line-height:1.8;margin-bottom:12px;padding-left:30px;position:relative}.privacy-section li:before{color:#667eea;content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.highlight-section{background:linear-gradient(135deg,#f0f4ff,#e0e7ff);border:2px solid #667eea;border-radius:12px;padding:30px}.highlight-section h2{border-bottom:none;color:#667eea}.rights-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:25px}.right-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:25px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.right-card:hover{box-shadow:0 8px 20px #667eea33;transform:translateY(-5px)}.right-icon{display:block;font-size:3rem;margin-bottom:15px}.right-card h4{color:#1f2937;font-size:1.1rem;margin:0 0 10px}.right-card p{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}.contact-section{background:linear-gradient(135deg,#fff7ed,#fed7aa);border:2px solid #f59e0b;border-radius:12px;padding:30px}.contact-info{background:#fff;border-radius:8px;margin-top:15px;padding:20px}.contact-info p{color:#374151;margin:10px 0}.compliance-section{background:linear-gradient(135deg,#f0fdf4,#d1fae5);border:2px solid #10b981;border-radius:12px;padding:30px}.compliance-badge{align-items:center;display:flex;gap:20px}.badge-icon{flex-shrink:0;font-size:4rem}.badge-content h3{color:#065f46;font-size:1.5rem;margin:0 0 10px}.badge-content p{color:#047857;margin:0}.privacy-footer{border-top:2px solid #e5e7eb;margin-top:50px;padding-top:30px;text-align:center}.privacy-footer p{color:#6b7280;font-size:.95rem;margin:10px 0}@media (max-width:768px){.privacy-content{padding:30px 25px}.privacy-header h1{font-size:2rem}.back-button{margin-bottom:20px;position:static}.rights-grid{grid-template-columns:1fr}.compliance-badge{flex-direction:column;text-align:center}}@media (max-width:480px){.privacy-container{padding:20px 10px}.privacy-content{padding:25px 20px}.privacy-header h1{font-size:1.75rem}.privacy-section h2{font-size:1.5rem}}.install-prompt-overlay{bottom:20px;left:50%;max-width:400px;position:fixed;transform:translateX(-50%);width:90%;z-index:9999}.install-prompt-box{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000004d;padding:20px;text-align:center}.install-prompt-box h3{color:#3f37c9;margin:0 0 10px}.install-prompt-box p{color:#666;margin:0 0 15px}.install-prompt-buttons{display:flex;gap:10px;justify-content:center}.install-button{background:#3f37c9;color:#fff;font-weight:700}.dismiss-button,.install-button{border:none;border-radius:6px;cursor:pointer;padding:10px 20px}.dismiss-button{background:#eee;color:#333}
/*# sourceMappingURL=main.3f10df99.css.map*/