@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";.login-container{display:flex;min-height:100vh;background:linear-gradient(135deg,#f0f4f8,#e2e8f0);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.login-bg-pattern{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.bg-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#3b82f614,#3b82f605);animation:float 20s ease-in-out infinite}.bg-circle-1{width:600px;height:600px;top:-200px;right:-100px;animation-delay:0s}.bg-circle-2{width:400px;height:400px;bottom:-100px;left:-100px;animation-delay:-5s}.bg-circle-3{width:300px;height:300px;top:50%;left:30%;animation-delay:-10s}.pulse-ring{position:absolute;border:1px solid rgba(59,130,246,.1);border-radius:50%;animation:pulse-expand 8s ease-out infinite}.pulse-ring-1{width:200px;height:200px;top:20%;left:10%}.pulse-ring-2{width:150px;height:150px;bottom:30%;right:20%;animation-delay:-4s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-30px) scale(1.02)}50%{transform:translate(-10px,20px) scale(.98)}75%{transform:translate(30px,10px) scale(1.01)}}@keyframes pulse-expand{0%{transform:scale(1);opacity:.5}to{transform:scale(3);opacity:0}}.login-branding{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:48px;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);position:relative;overflow:hidden;z-index:1}.login-branding:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.08) 0%,transparent 40%);pointer-events:none}.login-branding:after{content:"";position:absolute;bottom:-50%;right:-30%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none}.branding-content{position:relative;z-index:1}.brand-logo{display:flex;align-items:center;gap:12px;margin-bottom:60px}.logo-icon{width:48px;height:48px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.logo-icon svg{width:32px;height:32px}.logo-text{font-size:24px;font-weight:700;color:#fff;letter-spacing:-.5px}.branding-title{font-size:48px;font-weight:700;color:#fff;line-height:1.1;margin-bottom:24px;letter-spacing:-1px}.title-highlight{display:block;background:linear-gradient(90deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.branding-subtitle{font-size:18px;color:#fffc;line-height:1.6;max-width:400px;margin-bottom:48px}.feature-cards{display:flex;flex-direction:column;gap:16px}.feature-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);transition:all .3s ease}.feature-card:hover{background:#ffffff26;transform:translate(8px)}.feature-icon{width:44px;height:44px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:22px;height:22px;color:#fff}.feature-text h4{font-size:15px;font-weight:600;color:#fff;margin:0 0 4px}.feature-text p{font-size:13px;color:#ffffffb3;margin:0}.branding-footer{position:relative;z-index:1}.branding-footer p{font-size:13px;color:#ffffff80;margin:0}.login-form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:48px;position:relative;z-index:1}.form-container{width:100%;max-width:420px;background:#fff;border-radius:24px;padding:48px;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #00000014,0 20px 25px -5px #0000000d}.form-header{text-align:center;margin-bottom:32px}.form-header h2{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px;letter-spacing:-.5px}.form-header p{font-size:15px;color:#64748b;margin:0}.error-message{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:24px;color:#dc2626;font-size:14px}.error-message svg{width:18px;height:18px;flex-shrink:0}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#374151}.input-wrapper{position:relative}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#94a3b8;pointer-events:none;z-index:1}.input-wrapper input{width:100%;padding:14px 16px 14px 52px!important;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;font-family:inherit;color:#1e293b;transition:all .2s ease;background:#f8fafc}.input-wrapper input::placeholder{color:#94a3b8}.input-wrapper input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.input-wrapper select{width:100%;padding:14px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;font-family:inherit;color:#1e293b;transition:all .2s ease;background:#f8fafc;cursor:pointer}.input-wrapper select:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.input-wrapper select:disabled{opacity:.6;cursor:not-allowed}.form-options{display:flex;justify-content:space-between;align-items:center}.checkbox-wrapper{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#64748b}.checkbox-wrapper input{display:none}.checkmark{width:20px;height:20px;border:2px solid #e2e8f0;border-radius:6px;position:relative;transition:all .2s ease}.checkbox-wrapper input:checked+.checkmark{background:#3b82f6;border-color:#3b82f6}.checkbox-wrapper input:checked+.checkmark:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.forgot-link{font-size:14px;color:#3b82f6;text-decoration:none;font-weight:500;transition:color .2s ease}.forgot-link:hover{color:#2563eb}.login-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;font-family:inherit;margin-top:8px}.login-button svg{width:20px;height:20px;transition:transform .3s ease}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px -4px #3b82f680}.login-button:hover:not(:disabled) svg{transform:translate(4px)}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-button.loading{background:linear-gradient(135deg,#64748b,#475569)}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-divider{display:flex;align-items:center;gap:16px;margin:24px 0}.form-divider:before,.form-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.form-divider span{font-size:13px;color:#94a3b8;white-space:nowrap}.social-login{display:flex;gap:12px}.social-button{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;font-family:inherit}.social-button:hover{border-color:#cbd5e1;background:#f8fafc}.social-button svg{width:20px;height:20px}.signup-prompt{text-align:center;margin-top:24px;font-size:14px;color:#64748b}.signup-prompt a{color:#3b82f6;text-decoration:none;font-weight:500}.signup-prompt a:hover{text-decoration:underline}@media (max-width: 1024px){.login-branding{display:none}.login-form-panel{flex:1;background:linear-gradient(135deg,#f0f4f8,#e2e8f0)}}@media (max-width: 480px){.login-form-panel{padding:24px}.form-container{padding:32px 24px;border-radius:20px}.form-header h2{font-size:24px}.social-login{flex-direction:column}}.dashboard-container{min-height:100vh;background:linear-gradient(180deg,#f8fafc,#f1f5f9);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:48px}.brand-logo{display:flex;align-items:center;gap:10px}.logo-icon{width:36px;height:36px}.logo-icon svg{width:100%;height:100%}.logo-text{font-size:20px;font-weight:700;color:#1e293b;letter-spacing:-.5px}.main-nav{display:flex;gap:8px}.nav-item{display:flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:none;border-radius:10px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;font-family:inherit}.nav-item:hover{background:#f1f5f9;color:#1e293b}.nav-item.active{background:#1e293b;color:#fff}.nav-item svg{width:18px;height:18px}.header-right{display:flex;align-items:center;gap:16px}.search-bar{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#f1f5f9;border-radius:10px;min-width:200px}.search-bar svg{width:18px;height:18px;color:#94a3b8}.search-bar input{border:none;background:transparent;font-size:14px;color:#1e293b;outline:none;width:100%;font-family:inherit}.search-bar input::placeholder{color:#94a3b8}.icon-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;position:relative}.icon-button:hover{background:#f1f5f9}.icon-button svg{width:20px;height:20px;color:#64748b}.notification-btn .notification-badge{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#ef4444;border-radius:50%;border:2px solid white}.settings-menu-container{position:relative}.icon-button.active{background:#f1f5f9}.settings-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px #0000001a;padding:8px;z-index:1000;animation:dropdownFadeIn .2s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.settings-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#334155;text-align:left}.settings-menu-item:hover{background:#f1f5f9;color:#3b82f6}.settings-menu-item svg{width:18px;height:18px;flex-shrink:0}.user-profile{position:relative;display:flex;align-items:center;gap:12px}.user-profile-toggle{display:flex;align-items:center;gap:12px;padding:6px 12px 6px 6px;background:#f8fafc;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.user-profile-toggle:hover{background:#f1f5f9}.user-avatar{width:40px;height:40px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;position:relative}.user-avatar img{width:100%;height:100%;object-fit:cover}.avatar-fallback{font-size:14px;font-weight:600;color:#fff}.user-info{display:flex;flex-direction:column}.user-name{font-size:14px;font-weight:600;color:#1e293b}.user-role{font-size:12px;color:#64748b}.dropdown-icon{width:16px;height:16px;color:#94a3b8}.user-profile.open .dropdown-icon{transform:rotate(180deg);transition:transform .2s ease}.user-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:160px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:8px;box-shadow:0 12px 24px #0f172a1f;z-index:5}.user-menu-item{width:100%;padding:8px 10px;background:transparent;border:none;border-radius:8px;text-align:left;color:#0f172a;cursor:pointer;transition:background .2s ease}.user-menu-item:hover{background:#f1f5f9}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal{width:min(560px,100%);background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a33;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 12px;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:18px;font-weight:600;color:#0f172a}.modal-close{width:32px;height:32px;border:none;border-radius:8px;background:#f1f5f9;color:#334155;font-size:20px;cursor:pointer}.modal-body{padding:16px 24px 24px;display:flex;flex-direction:column;gap:14px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;color:#475569;font-weight:500}.form-group input,.form-group select{padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;font-size:14px;color:#0f172a}.form-message{padding:10px 12px;border-radius:10px;font-size:13px}.form-message.error{background:#fee2e2;color:#b91c1c}.form-message.success{background:#dcfce7;color:#15803d}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding-top:8px}.primary-button,.secondary-button{padding:10px 16px;border-radius:10px;border:none;cursor:pointer;font-weight:600}.secondary-button{background:#e2e8f0;color:#1e293b}.primary-button{background:#2563eb;color:#fff}.primary-button:disabled{opacity:.6;cursor:default}.workflow-panel{margin-top:24px;background:#fff;border-radius:18px;padding:20px;box-shadow:0 18px 40px #0f172a14}.workflow-panel-header h3{font-size:18px;margin-bottom:4px;color:#0f172a}.workflow-panel-header p{color:#64748b;font-size:13px;margin:0 0 16px}.workflow-form textarea{padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;font-size:14px;color:#0f172a;resize:vertical}.workflow-actions{display:flex;justify-content:flex-end;gap:12px}.workflow-output{margin-top:16px;background:#0f172a;color:#e2e8f0;border-radius:12px;padding:12px;font-size:12px}.workflow-output-header{font-weight:600;margin-bottom:8px;color:#f8fafc}.workflow-output pre{margin:0;white-space:pre-wrap;word-break:break-word}.workflow-openai-result{margin-top:12px;padding:10px 12px;border-radius:10px;background:#eef2ff;color:#1e1b4b;font-size:13px}.dashboard-main{display:grid;grid-template-columns:1fr 1.2fr;gap:24px;padding:24px 32px;max-width:1800px;margin:0 auto}.main-left{display:flex;flex-direction:column;gap:24px}.greeting-section{display:flex;justify-content:space-between;align-items:flex-start}.greeting-text h1{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px;letter-spacing:-.5px}.greeting-text p{font-size:15px;color:#64748b;margin:0}.date-controls{display:flex;gap:8px}.date-picker,.time-picker{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;font-family:inherit}.date-picker:hover,.time-picker:hover{border-color:#cbd5e1;background:#f8fafc}.date-picker svg,.time-picker svg{width:16px;height:16px}.chevron{width:14px!important;height:14px!important;color:#94a3b8}.view-toggle{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#3b82f6;border:none;border-radius:10px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;font-family:inherit}.view-toggle:hover{background:#2563eb}.view-toggle svg{width:16px;height:16px}.organ-visualization{background:#fff;border-radius:24px;padding:24px;position:relative;min-height:500px;box-shadow:0 1px 3px #0000000d}.organ-controls{position:absolute;right:20px;top:20px;display:flex;flex-direction:column;gap:8px;z-index:10}.zoom-btn,.fullscreen-btn,.zoom-out-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s ease}.zoom-btn:hover,.fullscreen-btn:hover,.zoom-out-btn:hover{background:#f8fafc;border-color:#cbd5e1}.zoom-btn svg,.fullscreen-btn svg,.zoom-out-btn svg{width:18px;height:18px;color:#64748b}.heart-3d-container{display:flex;justify-content:center;align-items:center;min-height:380px;position:relative}.heart-model{position:relative}.heart-svg{width:280px;height:280px;filter:drop-shadow(0 20px 40px rgba(239,68,68,.3))}.heart-path{animation:heartbeat 1.5s ease-in-out infinite}.highlight-point{animation:pulse-point 2s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.05)}30%{transform:scale(1)}45%{transform:scale(1.03)}60%{transform:scale(1)}}@keyframes pulse-point{0%,to{opacity:.6;r:8}50%{opacity:.9;r:10}}.heart-rate-card{position:absolute;bottom:40px;left:20px;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 20px #00000014;min-width:180px}.heart-rate-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.heart-icon{font-size:18px}.heart-rate-title{font-size:14px;font-weight:600;color:#1e293b;flex:1}.more-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.more-btn:hover{background:#f1f5f9}.more-btn svg{width:16px;height:16px;color:#94a3b8}.heart-rate-content{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.hr-label{font-size:12px;color:#94a3b8}.hr-value{font-size:24px;font-weight:700;color:#1e293b}.hr-unit{font-size:14px;font-weight:500;color:#64748b;margin-left:4px}.heart-rate-graph{height:40px}.heart-rate-graph svg{width:100%;height:100%}.ecg-line{stroke-dasharray:300;animation:ecg-draw 2s linear infinite}@keyframes ecg-draw{0%{stroke-dashoffset:300}to{stroke-dashoffset:0}}.organ-selector{display:flex;justify-content:center;gap:16px;margin-top:24px}.organ-thumb{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:2px solid transparent;border-radius:16px;cursor:pointer;transition:all .3s ease}.organ-thumb:hover{background:#f1f5f9;transform:translateY(-2px)}.organ-thumb.active{border-color:#3b82f6;background:#fff;box-shadow:0 4px 12px #3b82f626}.organ-icon{font-size:32px}.main-right{display:flex;flex-direction:column;gap:24px}.analysis-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000d}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#1e293b}.header-icon{width:20px;height:20px;color:#3b82f6}.info-btn{width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;opacity:.5}.info-btn svg{width:100%;height:100%;color:#94a3b8}.header-actions{display:flex;align-items:center;gap:8px}.realtime-toggle{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;font-family:inherit}.realtime-toggle:hover{background:#f1f5f9}.realtime-toggle svg{width:16px;height:16px}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.metric-card{background:#f8fafc;border-radius:16px;padding:20px;transition:all .2s ease}.metric-card:hover{background:#f1f5f9}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.metric-name{font-size:14px;font-weight:600;color:#1e293b}.detail-btn{padding:4px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;font-family:inherit}.detail-btn:hover{background:#f8fafc;border-color:#cbd5e1}.metric-goal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:12px;color:#94a3b8}.goal-value{background:#e0e7ff;color:#3b82f6;padding:2px 8px;border-radius:4px;font-weight:500}.metric-value{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px}.value-number{font-size:36px;font-weight:700;color:#1e293b;line-height:1}.value-unit{font-size:16px;font-weight:500;color:#64748b}.trend-label{font-size:11px;color:#94a3b8;display:block;width:100%;margin-top:4px}.mini-chart{margin-left:auto}.glucose-chart{display:flex;align-items:flex-end;gap:3px;height:50px}.glucose-chart .bar{width:6px;background:#e2e8f0;border-radius:3px;transition:all .3s ease}.glucose-chart .bar.highlight{background:#f59e0b}.cholesterol-chart{width:80px;height:30px}.cholesterol-chart svg{width:100%;height:100%}.progress-bars{display:flex;gap:4px;margin-top:8px}.progress-bar{width:40px;height:16px;background:#e2e8f0;border-radius:4px}.progress-bar.filled{background:#c7d2fe}.progress-bar.active{background:#3b82f6}.bottom-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.medication-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000d}.pill-icon{font-size:18px}.calendar-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}.calendar-btn:hover{background:#f8fafc}.calendar-btn svg{width:16px;height:16px;color:#64748b}.medication-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.medication-item{display:flex;align-items:center;gap:14px;padding:14px;background:transparent;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;font-family:inherit}.medication-item:hover{background:#f8fafc}.medication-item.active{background:#3b82f6}.medication-item.active .med-name,.medication-item.active .med-desc{color:#fff}.med-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:12px;font-size:20px}.medication-item.active .med-icon{background:#fff3}.med-info{flex:1}.med-name{display:block;font-size:14px;font-weight:600;color:#1e293b;margin-bottom:4px}.med-desc{display:block;font-size:12px;color:#64748b}.schedule-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column}.date-selector{display:flex;gap:8px;margin-bottom:20px}.date-item{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;font-family:inherit}.date-item:hover{background:#f1f5f9}.date-item.active{background:#3b82f6;color:#fff}.doctor-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.doctor-item{display:flex;align-items:center;gap:14px;padding:12px;background:#f8fafc;border-radius:14px;transition:all .2s ease}.doctor-item:hover{background:#f1f5f9}.doctor-avatar{width:44px;height:44px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;position:relative}.doctor-avatar img{width:100%;height:100%;object-fit:cover}.doctor-info{flex:1}.doctor-name{display:block;font-size:14px;font-weight:600;color:#1e293b;margin-bottom:2px}.doctor-specialty{display:block;font-size:12px;color:#64748b}.issue-alert{background:linear-gradient(135deg,#1e293b,#334155);border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px;margin-top:auto;position:relative;overflow:hidden}.issue-content{flex:1;z-index:1}.issue-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.issue-title{font-size:14px;font-weight:600;color:#fff}.issue-header .info-btn svg{color:#ffffff80}.issue-tags{display:flex;flex-wrap:wrap;gap:8px}.issue-tag{padding:6px 12px;background:#ffffff26;border-radius:8px;font-size:12px;font-weight:500;color:#fff}.issue-tag.treatment{background:#3b82f64d}.issue-image{width:80px;height:80px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.skeleton-placeholder svg{width:50px;height:70px;color:#fff9}.expand-btn{position:absolute;top:12px;right:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.expand-btn:hover{background:#fff3}.expand-btn svg{width:14px;height:14px;color:#fff}@media (max-width: 1400px){.dashboard-main{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.header-left{gap:24px}.main-nav{display:none}.bottom-row{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-header{padding:12px 16px}.dashboard-main{padding:16px}.greeting-section{flex-direction:column;gap:16px}.date-controls{flex-wrap:wrap}.metrics-grid{grid-template-columns:1fr}.search-bar,.user-info{display:none}}.manage-users-modal{max-width:90%;width:1200px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}.manage-users-modal .modal-body{flex:1;overflow:auto;padding:0}.users-table-container{width:100%;overflow-x:auto}.users-table{width:100%;border-collapse:collapse;background:#fff}.users-table thead{background:#f8fafc;position:sticky;top:0;z-index:10}.users-table th{padding:16px;text-align:left;font-weight:600;font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e2e8f0}.users-table td{padding:16px;border-bottom:1px solid #e2e8f0;font-size:14px;color:#1e293b}.users-table tbody tr:hover{background:#f8fafc;transition:background .2s}.users-table .loading-cell,.users-table .error-cell,.users-table .empty-cell{text-align:center;padding:40px;color:#64748b;font-style:italic}.users-table .error-cell{color:#dc2626}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.inactive{background:#fee2e2;color:#991b1b}.action-buttons{display:flex;gap:8px;align-items:center}.icon-btn{padding:8px;border:none;background:transparent;cursor:pointer;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.icon-btn svg{width:18px;height:18px}.icon-btn.edit-btn{color:#3b82f6}.icon-btn.edit-btn:hover{background:#dbeafe}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.icon-btn.save-btn{color:#10b981}.icon-btn.save-btn:hover{background:#d1fae5}.icon-btn.cancel-btn{color:#ef4444}.icon-btn.cancel-btn:hover{background:#fee2e2}.inline-edit-input{width:100%;padding:6px 10px;border:1px solid #cbd5e1;border-radius:4px;font-size:14px;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;transition:border-color .2s}.inline-edit-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.users-table tbody tr.editing-row,.users-table tbody tr.editing-row:hover{background:#f0f9ff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;color:#1e293b;line-height:1.5}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background:#3b82f633;color:#1e40af}*:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--color-primary-50: #eff6ff;--color-primary-100: #dbeafe;--color-primary-200: #bfdbfe;--color-primary-300: #93c5fd;--color-primary-400: #60a5fa;--color-primary-500: #3b82f6;--color-primary-600: #2563eb;--color-primary-700: #1d4ed8;--color-primary-800: #1e40af;--color-primary-900: #1e3a8a;--color-slate-50: #f8fafc;--color-slate-100: #f1f5f9;--color-slate-200: #e2e8f0;--color-slate-300: #cbd5e1;--color-slate-400: #94a3b8;--color-slate-500: #64748b;--color-slate-600: #475569;--color-slate-700: #334155;--color-slate-800: #1e293b;--color-slate-900: #0f172a;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6;--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-family);line-height:1.5;background:var(--color-slate-50);color:var(--color-slate-800)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate}:focus-visible{outline:2px solid var(--color-primary-500);outline-offset:2px}button{background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0}
