.auth-shell{background:var(--background-card);background:var(--background-navbar,var(--background-card));min-height:100vh}.auth-content{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;min-height:calc(100vh - 64px);padding:32px 20px}.auth-brand-panel{display:flex;flex:1 1 380px;flex-direction:column;max-width:420px}.auth-brand-logo{align-items:center;display:flex;gap:10px;margin-bottom:20px}.auth-brand-logo-icon{align-items:center;background:linear-gradient(135deg,var(--healthcare-primary) 0,var(--healthcare-secondary) 100%);background:var(--gradient-primary,linear-gradient(135deg,var(--healthcare-primary) 0,var(--healthcare-secondary) 100%));border-radius:10px;box-shadow:0 4px 14px #00bfae40;box-shadow:0 4px 14px var(--shadow-secondary,#00bfae40);display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.auth-brand-logo-text{font-size:24px;font-weight:800;letter-spacing:-.02em}.auth-brand-logo-text,.auth-brand-title{color:var(--text-primary);font-family:Inter,Segoe UI,Arial,sans-serif}.auth-brand-title{font-size:22px;font-weight:700;margin:0 0 8px}.auth-brand-subtitle{color:var(--text-secondary);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.6;margin-bottom:20px}.auth-brand-features{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.auth-brand-feature{align-items:center;color:var(--text-primary);display:flex;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:15px;gap:10px}.auth-brand-feature svg{color:var(--healthcare-primary);flex-shrink:0;font-size:20px}.auth-brand-list-title{color:var(--text-primary);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:15px;font-weight:700}.auth-brand-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:10px 0 0;padding:0}.auth-brand-list li{align-items:flex-start;color:var(--text-secondary);display:flex;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px;gap:8px;line-height:1.5}.auth-brand-list li:before{background:var(--healthcare-primary);border-radius:50%;content:"";flex-shrink:0;height:6px;margin-top:6px;width:6px}.auth-brand-mobile-banner{display:none}.auth-form-panel{flex:1 1 360px;max-width:400px;width:100%}.auth-form-card{background:#fff;background:var(--background-card,#fff);border:1px solid #0000;border:1px solid var(--border-light,#0000);border-radius:20px;box-shadow:0 8px 32px #0000001f;box-shadow:var(--shadow-lg,0 8px 32px #0000001f);box-sizing:border-box;padding:32px 28px;width:100%}.auth-form-title{color:var(--text-primary);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:22px;font-weight:800;letter-spacing:-.01em;margin-bottom:18px;text-align:center}.auth-field{margin-bottom:4px;width:100%}.auth-label{display:block;font-size:14px;font-weight:600;margin:12px 0 6px}.auth-input,.auth-label{color:var(--text-primary);font-family:Inter,Segoe UI,Arial,sans-serif}.auth-input{background:#f7fafd;background:var(--background-secondary,#f7fafd);border:1px solid #e0e0e0;border:1px solid var(--border-light,#e0e0e0);border-radius:10px;box-sizing:border-box;font-size:16px;outline:none;padding:12px 14px;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;width:100%}.auth-input:focus{border-color:var(--healthcare-primary);box-shadow:0 0 0 3px #00bfae26;box-shadow:0 0 0 3px var(--shadow-secondary,#00bfae26)}.auth-password-wrap{position:relative}.auth-password-wrap .auth-input{padding-right:64px}.auth-password-toggle{background:#0000;border:none;color:var(--healthcare-primary);cursor:pointer;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:13px;font-weight:600;padding:4px 6px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.auth-error{background:#e53e3e14;border:1px solid #e53e3e40;border-radius:10px;box-sizing:border-box;color:#e53e3e;color:var(--error,#e53e3e);font-size:14px;margin-top:14px;padding:10px 14px;text-align:center}.auth-error,.auth-submit{font-family:Inter,Segoe UI,Arial,sans-serif;width:100%}.auth-submit{background:linear-gradient(135deg,var(--healthcare-primary) 0,var(--healthcare-secondary) 100%);background:var(--gradient-primary,linear-gradient(135deg,var(--healthcare-primary) 0,var(--healthcare-secondary) 100%));border:none;border-radius:10px;box-shadow:0 4px 14px #00bfae40;box-shadow:0 4px 14px var(--shadow-secondary,#00bfae40);color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:20px;padding:14px 0;transition:transform .15s ease-in-out,box-shadow .15s ease-in-out}.auth-submit:hover:not(:disabled){box-shadow:0 6px 18px #00bfae52;box-shadow:0 6px 18px var(--shadow-secondary,#00bfae52);transform:translateY(-1px)}.auth-submit:disabled{cursor:default;opacity:.7}.auth-switch{color:var(--text-secondary);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px;margin-top:14px;text-align:center}.auth-switch a{color:var(--healthcare-primary);font-weight:600;text-decoration:underline}@media (max-width:767px){.auth-content{align-items:stretch;flex-direction:column;gap:16px;justify-content:flex-start;min-height:0;padding:16px}.auth-brand-panel{display:none}.auth-brand-mobile-banner{align-items:center;background:#fff;background:var(--background-card,#fff);border-radius:14px;box-shadow:0 1px 4px #0000000f;box-shadow:var(--shadow-light,0 1px 4px #0000000f);display:flex;gap:10px;margin-bottom:4px;padding:14px 16px;width:100%}.auth-form-card{border-radius:16px;padding:24px 18px}}.service-provider-breaks-container{max-width:100%;overflow:hidden;padding:16px 24px;position:relative}.service-provider-breaks-card{background:var(--background-card);border-radius:16px;box-shadow:0 2px 16px #00bfae12;margin:24px auto 32px;max-width:900px;padding:32px 28px}.break-item{background:var(--background-card);border:1px solid var(--border-light);border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:12px;padding:16px}.break-item-dark{background:#232526}.break-grid{grid-gap:16px;align-items:end;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr 1fr auto}.empty-breaks{background:var(--background-card);border:2px dashed var(--border-light);border-radius:8px;color:var(--text-secondary);padding:clamp(20px,6vw,40px) clamp(12px,4vw,20px);text-align:center}.header-actions{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.action-buttons{display:flex;gap:8px}.save-button-container{display:flex;justify-content:center;margin-top:24px}.save-button{background:var(--healthcare-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-height:44px;min-width:200px;padding:12px 32px}.save-button:disabled{cursor:not-allowed;opacity:.6}.status-message{border-radius:4px;margin-top:16px;padding:8px;text-align:center}.status-error{background:#fed7d7;color:#e53e3e}.status-success{background:#c6f6d5;color:#38a169}@media (max-width:768px){.service-provider-breaks-container{padding:12px 16px}.service-provider-breaks-card{border-radius:12px;margin-top:16px;padding:20px 16px}.break-grid{gap:12px;grid-template-columns:1fr}.header-actions{flex-direction:column;gap:12px}.action-buttons{flex-direction:column;width:100%}.action-buttons button{width:100%}.save-button{min-width:auto;width:100%}}@media (max-width:1024px) and (min-width:769px){.break-grid{gap:12px;grid-template-columns:1fr 1fr}.header-actions{flex-wrap:wrap;gap:12px}.action-buttons{flex-wrap:wrap}}[data-theme=dark] .service-provider-breaks-card{background:#1a1a1a;color:#fff}[data-theme=dark] .break-item{background:#232526;border-color:#333}[data-theme=dark] .empty-breaks{background:#2a2a2a;border-color:#444;color:#ccc}.break-item:focus-within{border-color:var(--healthcare-primary);box-shadow:0 0 0 2px #00bfae33}.save-button:hover:not(:disabled){background:var(--healthcare-primary-dark);box-shadow:0 4px 12px #00bfae4d;transform:translateY(-1px)}.status-message{animation:slideIn .3s ease-out}.loading-overlay{align-items:center;background:#fffc;border-radius:16px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}[data-theme=dark] .loading-overlay{background:#000c}@media (prefers-reduced-motion:reduce){.save-button:hover:not(:disabled){transform:none}.status-message{animation:none}}@media (prefers-contrast:high){.break-item{border-width:2px}.save-button{border:2px solid #fff}}#root,body{background:var(--background-primary);color:var(--text-primary);font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;min-height:100vh;padding:0}#root,*,body{box-sizing:border-box}h1{color:var(--text-primary);font-weight:700}h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600}.form-control{background-color:#fff}.card{border:1px solid var(--border-light)}.btn-primary{background:var(--gradient-primary)!important;border-color:var(--healthcare-primary)!important;box-shadow:0 4px 12px var(--shadow-primary)!important;transition:all .3s ease!important}.btn-primary:hover{background:var(--healthcare-primary-dark)!important;border-color:var(--healthcare-primary-dark)!important;box-shadow:0 6px 20px var(--shadow-primary)!important;transform:translateY(-2px)!important}.btn-secondary{background:var(--gradient-secondary)!important;border-color:var(--healthcare-secondary)!important;box-shadow:0 4px 12px var(--shadow-secondary)!important}.btn-outline-primary{background:#0000!important;border-color:var(--healthcare-primary)!important;color:var(--healthcare-primary)!important}.btn-outline-primary:hover{background:var(--healthcare-primary)!important;transform:translateY(-2px)!important}.card{border-color:var(--border-light);border-radius:16px;box-shadow:0 8px 32px var(--shadow-light);transition:all .3s ease}.card:hover{box-shadow:0 12px 48px var(--shadow-medium);transform:translateY(-4px)}.card-header{border-bottom-color:var(--border-light);padding:24px}.form-control:focus,.form-select:focus{border-color:var(--healthcare-primary);box-shadow:0 0 0 .2rem var(--shadow-primary)}.form-select:focus{outline:none}a{color:var(--healthcare-primary);transition:all .2s ease}a:hover{color:var(--healthcare-primary-dark);text-decoration:none}.text-primary{color:var(--healthcare-primary)!important}.text-secondary{color:var(--healthcare-secondary)!important}@media (max-width:767px){.btn,button,input[type=button],input[type=reset],input[type=submit]{min-height:44px;min-width:44px}input,select,textarea{font-size:16px}}[data-theme=dark]{#root,body{background:var(--background-primary);color:var(--text-primary)}.card{background:var(--background-card)}.card,.form-control{border-color:var(--border-light);color:var(--text-primary)}.form-control{background-color:var(--background-card)}.form-control:focus{background-color:var(--background-secondary)}.btn-primary,.form-control:focus{border-color:var(--healthcare-primary)}.btn-primary{background:var(--gradient-primary);color:var(--text-white)}.btn-primary:hover{background:var(--healthcare-primary-dark);border-color:var(--healthcare-primary-dark)}.btn-secondary{background:var(--gradient-secondary);border-color:var(--healthcare-secondary);color:var(--text-white)}.btn-outline-primary{background:#0000;border-color:var(--healthcare-primary);color:var(--healthcare-primary)}.btn-outline-primary:hover{background:var(--healthcare-primary);color:var(--text-white)}.table{background-color:var(--background-card);color:var(--text-primary)}.table th{background-color:var(--background-secondary)}.table td,.table th{border-color:var(--border-light);color:var(--text-primary)}.table-hover tbody tr:hover{background-color:var(--background-secondary)}.navbar{border-bottom:1px solid var(--border-light)}.navbar,.sidebar{background:var(--background-secondary)}.modal-content,.sidebar{border-color:var(--border-light)}.modal-content{background:var(--background-card);color:var(--text-primary)}.modal-header{border-bottom-color:var(--border-light)}.modal-footer,.modal-header{background:var(--background-secondary)}.modal-footer{border-top-color:var(--border-light)}.alert-primary{background-color:var(--background-secondary);border-color:var(--border-primary);color:var(--text-primary)}.alert-success{background-color:#34d3991a;border-color:var(--success-green);color:var(--success-green)}.alert-warning{background-color:#fbbf241a;border-color:var(--warning-amber);color:var(--warning-amber)}.alert-error{background-color:#f871711a;border-color:var(--error-red);color:var(--error-red)}.input-group-text{background-color:var(--background-secondary);border-color:var(--border-light);color:var(--text-secondary)}.dropdown-menu{background-color:var(--background-card);border-color:var(--border-light)}.dropdown-item,.dropdown-item:hover{color:var(--text-primary)}.dropdown-item:hover{background-color:var(--background-secondary)}.page-link{background-color:var(--background-card);color:var(--healthcare-primary)}.page-link,.page-link:hover{border-color:var(--border-light)}.page-link:hover{background-color:var(--background-secondary);color:var(--healthcare-primary-light)}.page-item.active .page-link{border-color:var(--healthcare-primary)}.badge-primary,.page-item.active .page-link{background-color:var(--healthcare-primary);color:var(--text-white)}.badge-success{background-color:var(--success-green);color:var(--text-white)}.progress{background-color:var(--background-secondary)}.progress-bar{background-color:var(--healthcare-primary)}.list-group-item{background-color:var(--background-card);border-color:var(--border-light);color:var(--text-primary)}.list-group-item:hover{background-color:var(--background-secondary)}.accordion-button{background-color:var(--background-card);border-color:var(--border-light);color:var(--text-primary)}.accordion-button:not(.collapsed){background-color:var(--background-secondary);color:var(--healthcare-primary)}.accordion-button:focus{border-color:var(--healthcare-primary);box-shadow:0 0 0 .25rem var(--shadow-primary)}.accordion-body,.tooltip-inner{background-color:var(--background-card);color:var(--text-primary)}.tooltip-inner{border:1px solid var(--border-light)}::-webkit-scrollbar-track{background:var(--background-secondary)}::-webkit-scrollbar-thumb{background:var(--border-medium)}::-webkit-scrollbar-thumb:hover{background:var(--border-dark)}:focus{outline-color:var(--healthcare-primary)}::selection{background-color:var(--healthcare-primary);color:var(--text-white)}a{color:var(--healthcare-primary)}a:hover{color:var(--healthcare-primary-light)}.text-primary{color:var(--healthcare-primary)!important}.text-secondary{color:var(--healthcare-secondary)!important}.text-success{color:var(--success-green)!important}.text-warning{color:var(--warning-amber)!important}.text-danger{color:var(--error-red)!important}.text-muted{color:var(--text-muted)!important}.bg-primary{background-color:var(--healthcare-primary)!important}.bg-secondary{background-color:var(--healthcare-secondary)!important}.bg-light{background-color:var(--background-secondary)!important}.bg-dark{background-color:var(--background-primary)!important}.border-primary{border-color:var(--healthcare-primary)!important}.border-secondary{border-color:var(--healthcare-secondary)!important}.border-light{border-color:var(--border-light)!important}.MuiButton-containedPrimary{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}.MuiButton-containedPrimary:hover{background-color:var(--healthcare-primary-dark)!important}.MuiButton-outlinedPrimary{border-color:var(--healthcare-primary)!important;color:var(--healthcare-primary)!important}.MuiButton-outlinedPrimary:hover{background-color:#6562623b!important;color:var(--text-white)!important}.MuiButton-containedSecondary{background-color:var(--healthcare-secondary)!important;color:var(--text-white)!important}.MuiButton-outlinedSecondary{border-color:var(--healthcare-secondary)!important;color:var(--healthcare-secondary)!important}.MuiAppBar-root{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}.MuiTab-root.Mui-selected{color:var(--healthcare-primary)!important}.MuiTabs-indicator{background-color:var(--healthcare-primary)!important}.MuiAvatar-root,.MuiChip-colorPrimary{color:var(--text-white)!important}.MuiAvatar-root,.MuiChip-colorPrimary,.MuiLinearProgress-barColorPrimary{background-color:var(--healthcare-primary)!important}.MuiCircularProgress-colorPrimary,.MuiSwitch-colorPrimary.Mui-checked{color:var(--healthcare-primary)!important}.MuiSwitch-colorPrimary.Mui-checked+.MuiSwitch-track{background-color:var(--healthcare-primary)!important}.MuiCheckbox-colorPrimary.Mui-checked,.MuiRadio-colorPrimary.Mui-checked,.MuiSlider-colorPrimary .MuiSlider-thumb,.MuiSlider-colorPrimary .MuiSlider-track{color:var(--healthcare-primary)!important}.MuiSlider-colorPrimary .MuiSlider-rail{color:var(--border-medium)!important}.MuiRating-root .MuiRating-iconFilled{color:var(--healthcare-primary)!important}.MuiRating-root .MuiRating-iconHover{color:var(--healthcare-primary-light)!important}.MuiSpeedDialAction-fab{background-color:var(--healthcare-primary)!important}.MuiSpeedDialAction-fab:hover{background-color:var(--healthcare-primary-dark)!important}.MuiFab-primary{background-color:var(--healthcare-primary)!important}.MuiFab-primary:hover{background-color:var(--healthcare-primary-dark)!important}.MuiBadge-colorPrimary{background-color:var(--healthcare-primary)!important}.MuiAlert-standardPrimary{background-color:var(--background-secondary)!important;border-color:var(--border-primary)!important;color:var(--text-primary)!important}.MuiAlert-standardSuccess{background-color:#34d3991a!important;border-color:var(--success-green)!important;color:var(--success-green)!important}.MuiAlert-standardWarning{background-color:#fbbf241a!important;border-color:var(--warning-amber)!important;color:var(--warning-amber)!important}.MuiAlert-standardError{background-color:#f871711a!important;border-color:var(--error-red)!important;color:var(--error-red)!important}.MuiSnackbar-root .MuiAlert-standardPrimary{background-color:var(--healthcare-primary)!important;color:#fff!important}.MuiSnackbar-root .MuiAlert-standardSuccess{background-color:var(--success-green)!important;color:#fff!important}.MuiSnackbar-root .MuiAlert-standardWarning{background-color:var(--warning-amber)!important;color:#fff!important}.MuiSnackbar-root .MuiAlert-standardError{background-color:var(--error-red)!important;color:#fff!important}.MuiTextField-root .MuiInputBase-root{background-color:var(--background-card)!important;color:var(--text-primary)!important}.MuiTextField-root .MuiInputLabel-root{color:var(--text-secondary)!important}.MuiTextField-root .MuiInputBase-root.Mui-focused{border-color:var(--healthcare-primary)!important}.MuiTextField-root .MuiInputLabel-root.Mui-focused{color:var(--healthcare-primary)!important}.MuiSelect-root{background-color:var(--background-card)!important;color:var(--text-primary)!important}.MuiSelect-icon{color:var(--text-secondary)!important}.MuiMenuItem-root{background-color:var(--background-card)!important;color:var(--text-primary)!important}.MuiMenuItem-root:hover{background-color:var(--background-secondary)!important}.MuiMenuItem-root.Mui-selected{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}.MuiCard-root{background-color:var(--background-card)!important;border:1px solid var(--border-light)!important;color:var(--text-primary)!important}.MuiCardHeader-root{background-color:var(--background-secondary)!important;border-bottom:1px solid var(--border-light)!important}.MuiCardContent-root{color:var(--text-primary)!important}.MuiCardActions-root{background-color:var(--background-secondary)!important;border-top:1px solid var(--border-light)!important}.MuiTable-root{background-color:var(--background-card)!important}.MuiTableHead-root .MuiTableCell-root{background-color:var(--background-secondary)!important}.MuiTableBody-root .MuiTableCell-root,.MuiTableHead-root .MuiTableCell-root{border-color:var(--border-light)!important;color:var(--text-primary)!important}.MuiTableRow-root:hover{background-color:var(--background-secondary)!important}.MuiDialog-paper{background-color:var(--background-card)!important;color:var(--text-primary)!important}.MuiDialogTitle-root{background-color:var(--background-secondary)!important;border-bottom:1px solid var(--border-light)!important}.MuiDialogContent-root{color:var(--text-primary)!important}.MuiDialogActions-root{background-color:var(--background-secondary)!important;border-top:1px solid var(--border-light)!important}.MuiPaper-root{background-color:var(--background-card)!important;color:var(--text-primary)!important}.MuiPaper-elevation1{box-shadow:0 2px 8px var(--shadow-light)!important}.MuiPaper-elevation2{box-shadow:0 4px 16px var(--shadow-medium)!important}.MuiPaper-elevation3{box-shadow:0 8px 32px var(--shadow-dark)!important}div,h1,h2,h3,h4,h5,h6,p,span{color:var(--text-primary)!important}a:not(.btn):not(.MuiButton-root){color:var(--healthcare-primary)}a:not(.btn):not(.MuiButton-root):hover{color:var(--healthcare-primary-light)}input,select,textarea{background-color:var(--background-card)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}input:focus,select:focus,textarea:focus{background-color:var(--background-secondary)!important;border-color:var(--healthcare-primary)!important}.MuiSvgIcon-root,label,svg{color:var(--text-primary)!important}table{background-color:var(--background-card)!important}.MuiCard-root,.card,[class*=card],td,th{border-color:var(--border-light)!important;color:var(--text-primary)!important}.MuiCard-root,.card,[class*=card]{background-color:var(--background-card)!important}.navbar,.sidebar,nav{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}button:not(.MuiButton-root){background-color:initial;border-color:var(--healthcare-primary);color:var(--text-white)}button:not(.MuiButton-root):hover{background-color:var(--healthcare-primary-dark);border-color:var(--healthcare-primary-dark)}.badge,.status,[class*=badge],[class*=status]{color:var(--text-white)!important}*{color:inherit}.text-muted,.text-primary,.text-secondary,[data-theme=dark] div,[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] p,[data-theme=dark] span{color:var(--text-primary)!important}[data-theme=dark] .content-area,[data-theme=dark] .main-content,[data-theme=dark] .page-content{background-color:var(--background-primary)!important;color:var(--text-primary)!important}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background-color:var(--background-card)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}[data-theme=dark] .bg-light,[data-theme=dark] .bg-white,[data-theme=dark] .table,[data-theme=dark] table{background-color:var(--background-card)!important}[data-theme=dark] .table td,[data-theme=dark] .table th,[data-theme=dark] td,[data-theme=dark] th{background-color:var(--background-card)!important;color:var(--text-primary)!important}[data-theme=dark] .text-black,[data-theme=dark] .text-dark{color:var(--text-primary)!important}[data-theme=dark] .btn{color:var(--text-white)!important}[data-theme=dark] .card-body,[data-theme=dark] .card-footer,[data-theme=dark] .card-header{background-color:var(--background-card)!important;color:var(--text-primary)!important}[data-theme=dark] .MuiCard-root,[data-theme=dark] .MuiTypography-root{color:var(--text-primary)!important}[data-theme=dark] .MuiCard-root{background-color:var(--background-card)!important}[data-theme=dark] .MuiCardContent-root{color:var(--text-primary)!important}[data-theme=dark] .MuiCardActions-root{background-color:var(--background-secondary)!important}[data-theme=dark] .MuiTable-root,[data-theme=dark] .MuiTableCell-root,[data-theme=dark] .MuiTableContainer-root{background-color:var(--background-card)!important}[data-theme=dark] .MuiTableCell-root{border-color:var(--border-light)!important;color:var(--text-primary)!important}[data-theme=dark] .MuiTableHead-root .MuiTableCell-root{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}[data-theme=dark] .MuiDialog-paper,[data-theme=dark] .MuiPaper-root,[data-theme=dark] .MuiTextField-root .MuiInputBase-root{background-color:var(--background-card)!important;color:var(--text-primary)!important}[data-theme=dark] .MuiTextField-root .MuiInputLabel-root{color:var(--text-secondary)!important}[data-theme=dark] .MuiChip-root{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}[data-theme=dark] .MuiAvatar-root{background-color:var(--healthcare-primary)!important;color:#325274!important}[data-theme=dark] .MuiIconButton-root{color:var(--text-primary)!important}[data-theme=dark] .MuiFab-root{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}[data-theme=dark] .MuiAlert-root{color:var(--text-primary)!important}[data-theme=dark] .MuiAlert-root,[data-theme=dark] .MuiSkeleton-root{background-color:var(--background-secondary)!important}[data-theme=dark] .MuiDivider-root{background-color:var(--border-light)!important}[data-theme=dark] .MuiBox-root,[data-theme=dark] .MuiGrid-root,[data-theme=dark] .MuiStack-root,[data-theme=dark] .d-block,[data-theme=dark] .d-flex,[data-theme=dark] .d-inline,[data-theme=dark] .d-inline-block,[data-theme=dark] [style*="color: #000"],[data-theme=dark] [style*="color: black"],[data-theme=dark] [style*="color: rgb(0,0,0)"],[data-theme=dark] [style*="color: rgba(0,0,0"]{color:var(--text-primary)!important}@media (max-width:768px){[data-theme=dark] #root,[data-theme=dark] body{background-color:var(--background-primary)!important;color:var(--text-primary)!important}[data-theme=dark] .mobile-text-muted,[data-theme=dark] .mobile-text-primary,[data-theme=dark] .mobile-text-secondary{color:var(--text-primary)!important}[data-theme=dark] .mobile-background,[data-theme=dark] .mobile-background-secondary{background-color:var(--background-primary)!important}[data-theme=dark] .MuiBox-root,[data-theme=dark] .MuiGrid-root,[data-theme=dark] .MuiStack-root{color:var(--text-primary)!important}[data-theme=dark] .mobile-menu,[data-theme=dark] .navbar-actions-mobile{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}[data-theme=dark] .mobile-input,[data-theme=dark] .mobile-select{background-color:var(--background-card)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}}@media (max-width:480px){[data-theme=dark] .small-mobile-text{color:var(--text-primary)!important;font-size:14px!important}[data-theme=dark] .small-mobile-background{background-color:var(--background-primary)!important}}@media (max-width:768px){html[data-theme=dark] #root *,html[data-theme=dark] *,html[data-theme=dark] body *{color:var(--text-primary)!important}html[data-theme=dark] #root,html[data-theme=dark] body{background-color:var(--background-primary)!important;color:var(--text-primary)!important}html[data-theme=dark] .MuiContainer-root,html[data-theme=dark] .MuiPaper-root{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .MuiBox-root,html[data-theme=dark] .MuiGrid-root,html[data-theme=dark] .MuiStack-root{color:var(--text-primary)!important}html[data-theme=dark] .MuiTable-root,html[data-theme=dark] .MuiTableContainer-root{background-color:var(--background-card)!important}html[data-theme=dark] .MuiCard-root,html[data-theme=dark] .MuiCardContent-root,html[data-theme=dark] .MuiSelect-root,html[data-theme=dark] .MuiTableCell-root,html[data-theme=dark] .MuiTextField-root .MuiInputBase-root{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .MuiInputLabel-root{color:var(--text-secondary)!important}html[data-theme=dark] .MuiButton-root{color:var(--text-white)!important}html[data-theme=dark] .MuiIconButton-root,html[data-theme=dark] .MuiSvgIcon-root,html[data-theme=dark] .MuiTypography-root{color:var(--text-primary)!important}html[data-theme=dark] .MuiChip-root{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}html[data-theme=dark] .MuiAvatar-root{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}html[data-theme=dark] .MuiDialog-paper,html[data-theme=dark] .MuiMenu-paper,html[data-theme=dark] .MuiMenuItem-root{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .MuiMenuItem-root:hover,html[data-theme=dark] .MuiSkeleton-root{background-color:var(--background-secondary)!important}html[data-theme=dark] .MuiDivider-root{background-color:var(--border-light)!important}html[data-theme=dark] .MuiAlert-root{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}html[data-theme=dark] .MuiBadge-root{color:var(--text-primary)!important}html[data-theme=dark] .MuiFab-root{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}html[data-theme=dark] .MuiTooltip-tooltip{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .MuiLinearProgress-root{background-color:var(--background-secondary)!important}html[data-theme=dark] .MuiLinearProgress-bar{background-color:var(--healthcare-primary)!important}html[data-theme=dark] .MuiCircularProgress-root{color:var(--healthcare-primary)!important}html[data-theme=dark] .MuiSwitch-root .MuiSwitch-track{background-color:var(--border-medium)!important}html[data-theme=dark] .MuiSwitch-root.Mui-checked .MuiSwitch-track{background-color:var(--healthcare-primary)!important}html[data-theme=dark] .MuiCheckbox-root.Mui-checked,html[data-theme=dark] .MuiRadio-root.Mui-checked,html[data-theme=dark] .MuiSlider-root .MuiSlider-thumb,html[data-theme=dark] .MuiSlider-root .MuiSlider-track{color:var(--healthcare-primary)!important}html[data-theme=dark] .MuiSlider-root .MuiSlider-rail{color:var(--border-medium)!important}html[data-theme=dark] .MuiRating-root .MuiRating-iconFilled{color:var(--healthcare-primary)!important}html[data-theme=dark] .MuiRating-root .MuiRating-iconHover{color:var(--healthcare-primary-light)!important}html[data-theme=dark] .MuiSpeedDialAction-fab{background-color:var(--healthcare-primary)!important}html[data-theme=dark] .MuiSpeedDialAction-fab:hover{background-color:var(--healthcare-primary-dark)!important}html[data-theme=dark] .container,html[data-theme=dark] .content-area,html[data-theme=dark] .main-content,html[data-theme=dark] .page-content,html[data-theme=dark] .wrapper{background-color:var(--background-primary)!important;color:var(--text-primary)!important}html[data-theme=dark] .mobile-content,html[data-theme=dark] .mobile-debug *,html[data-theme=dark] .mobile-element,html[data-theme=dark] .mobile-text{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] [class*=Mobile],html[data-theme=dark] [class*=mobile]{color:var(--text-primary)!important}html[data-theme=dark] .mobile-table,html[data-theme=dark] .mobile-table-container{background-color:var(--background-card)!important}html[data-theme=dark] .mobile-form,html[data-theme=dark] .mobile-input-group,html[data-theme=dark] .mobile-table td,html[data-theme=dark] .mobile-table th{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .mobile-nav,html[data-theme=dark] .mobile-navigation{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}html[data-theme=dark] .mobile-card,html[data-theme=dark] .mobile-container{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .mobile-btn,html[data-theme=dark] .mobile-button{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}html[data-theme=dark] .mobile-heading,html[data-theme=dark] .mobile-icon,html[data-theme=dark] .mobile-svg,html[data-theme=dark] .mobile-text,html[data-theme=dark] .mobile-title{color:var(--text-primary)!important}html[data-theme=dark] .mobile-alert,html[data-theme=dark] .mobile-notification{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}html[data-theme=dark] .mobile-dialog,html[data-theme=dark] .mobile-dropdown,html[data-theme=dark] .mobile-list-item,html[data-theme=dark] .mobile-menu,html[data-theme=dark] .mobile-menu-item,html[data-theme=dark] .mobile-modal{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .mobile-list-item:hover,html[data-theme=dark] .mobile-menu-item:hover{background-color:var(--background-secondary)!important}html[data-theme=dark] .mobile-filter,html[data-theme=dark] .mobile-page-nav,html[data-theme=dark] .mobile-pagination,html[data-theme=dark] .mobile-search{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .mobile-indicator,html[data-theme=dark] .mobile-status{color:var(--text-primary)!important}html[data-theme=dark] .mobile-loading,html[data-theme=dark] .mobile-progress{background-color:var(--background-secondary)!important}html[data-theme=dark] .mobile-progress-bar{background-color:var(--healthcare-primary)!important}html[data-theme=dark] .mobile-placeholder,html[data-theme=dark] .mobile-skeleton{background-color:var(--background-secondary)!important}html[data-theme=dark] .mobile-divider,html[data-theme=dark] .mobile-separator{background-color:var(--border-light)!important}html[data-theme=dark] .mobile-hint,html[data-theme=dark] .mobile-tooltip{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .mobile-badge,html[data-theme=dark] .mobile-tag{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}html[data-theme=dark] .mobile-chip,html[data-theme=dark] .mobile-pill{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}html[data-theme=dark] .mobile-avatar,html[data-theme=dark] .mobile-fab{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}html[data-theme=dark] .mobile-speed-dial{background-color:var(--healthcare-primary)!important}html[data-theme=dark] .mobile-switch .mobile-switch-track{background-color:var(--border-medium)!important}html[data-theme=dark] .mobile-switch.mobile-checked .mobile-switch-track{background-color:var(--healthcare-primary)!important}html[data-theme=dark] .mobile-checkbox.mobile-checked,html[data-theme=dark] .mobile-radio.mobile-checked,html[data-theme=dark] .mobile-slider .mobile-slider-thumb,html[data-theme=dark] .mobile-slider .mobile-slider-track{color:var(--healthcare-primary)!important}html[data-theme=dark] .mobile-slider .mobile-slider-rail{color:var(--border-medium)!important}html[data-theme=dark] .mobile-rating .mobile-rating-icon-filled{color:var(--healthcare-primary)!important}html[data-theme=dark] .mobile-rating .mobile-rating-icon-hover{color:var(--healthcare-primary-light)!important}}}html[data-theme=dark],html[data-theme=dark] #root,html[data-theme=dark] .all-doctors,html[data-theme=dark] .all-patients,html[data-theme=dark] .all-users,html[data-theme=dark] .dashboard,html[data-theme=dark] .main-content,html[data-theme=dark] .page-layout,html[data-theme=dark] body{background-color:var(--background-primary)!important;color:var(--text-primary)!important}html[data-theme=dark] .MuiContainer-root,html[data-theme=dark] .MuiPaper-root{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .MuiBox-root,html[data-theme=dark] .MuiGrid-root,html[data-theme=dark] .MuiStack-root{color:var(--text-primary)!important}html[data-theme=dark] a,html[data-theme=dark] div,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6,html[data-theme=dark] label,html[data-theme=dark] p,html[data-theme=dark] span{color:var(--text-primary)}html[data-theme=dark] button,html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] table,html[data-theme=dark] td,html[data-theme=dark] textarea,html[data-theme=dark] th{background-color:var(--background-card);border-color:var(--border-light);color:var(--text-primary)}html[data-theme=dark] .card,html[data-theme=dark] .card-body,html[data-theme=dark] .card-footer,html[data-theme=dark] .card-header{background-color:var(--background-card)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}html[data-theme=dark] .navbar,html[data-theme=dark] .navigation,html[data-theme=dark] .sidebar,html[data-theme=dark] nav{background-color:var(--background-secondary)!important;color:var(--text-primary)!important}html[data-theme=dark] .btn:not(.MuiButtonBase-root),html[data-theme=dark] button:not(.MuiButtonBase-root){background-color:#2f3c550a;border-color:var(--healthcare-primary);color:var(--text-white)}html[data-theme=dark] .MuiSvgIcon-root,html[data-theme=dark] .icon,html[data-theme=dark] svg{color:var(--text-primary)!important}html[data-theme=dark] a{color:var(--healthcare-primary)}html[data-theme=dark] a:hover{color:var(--healthcare-primary-light)}html[data-theme=dark] .badge,html[data-theme=dark] .chip,html[data-theme=dark] .status{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}html[data-theme=dark] .alert,html[data-theme=dark] .message,html[data-theme=dark] .notification{background-color:var(--background-secondary)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}html[data-theme=dark] .dialog,html[data-theme=dark] .dropdown,html[data-theme=dark] .menu,html[data-theme=dark] .modal,html[data-theme=dark] .popup,html[data-theme=dark] .select-options{background-color:var(--background-card)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}html[data-theme=dark] .item,html[data-theme=dark] .list,html[data-theme=dark] .list-item{background-color:var(--background-card)!important;color:var(--text-primary)!important}html[data-theme=dark] .item:hover,html[data-theme=dark] .list-item:hover{background-color:var(--background-secondary)!important}html[data-theme=dark] .filter,html[data-theme=dark] .input-group,html[data-theme=dark] .page-controls,html[data-theme=dark] .page-nav,html[data-theme=dark] .pagination,html[data-theme=dark] .search{background-color:var(--background-card)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}html[data-theme=dark] .loading,html[data-theme=dark] .progress,html[data-theme=dark] .spinner{background-color:var(--background-secondary)!important}html[data-theme=dark] .loading-bar,html[data-theme=dark] .progress-bar{background-color:var(--healthcare-primary)!important}html[data-theme=dark] .loading-placeholder,html[data-theme=dark] .placeholder,html[data-theme=dark] .skeleton{background-color:var(--background-secondary)!important}html[data-theme=dark] .border,html[data-theme=dark] .divider,html[data-theme=dark] .separator{background-color:var(--border-light)!important}html[data-theme=dark] .help-text,html[data-theme=dark] .hint,html[data-theme=dark] .tooltip{background-color:var(--background-card)!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}html[data-theme=dark] .action-button,html[data-theme=dark] .avatar,html[data-theme=dark] .fab,html[data-theme=dark] .floating-button,html[data-theme=dark] .profile-image,html[data-theme=dark] .user-image{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}html[data-theme=dark] .checkbox,html[data-theme=dark] .radio,html[data-theme=dark] .range-input,html[data-theme=dark] .rating,html[data-theme=dark] .slider,html[data-theme=dark] .star-rating,html[data-theme=dark] .switch,html[data-theme=dark] .toggle{color:var(--healthcare-primary)!important}html[data-theme=dark] .quick-actions,html[data-theme=dark] .speed-dial{background-color:var(--healthcare-primary)!important}html[data-theme=dark] .text-black,html[data-theme=dark] .text-dark,html[data-theme=dark] .text-muted,html[data-theme=dark] .text-primary,html[data-theme=dark] .text-secondary{color:var(--text-primary)!important}html[data-theme=dark] .bg-light,html[data-theme=dark] .bg-primary,html[data-theme=dark] .bg-secondary,html[data-theme=dark] .bg-white{background-color:var(--background-card)!important}html[data-theme=dark] .border-light,html[data-theme=dark] .border-primary,html[data-theme=dark] .border-secondary{border-color:var(--border-light)!important}html[data-theme=dark] .d-block,html[data-theme=dark] .d-flex,html[data-theme=dark] .d-grid,html[data-theme=dark] .d-inline,html[data-theme=dark] .d-inline-block,html[data-theme=dark] .d-table{color:var(--text-primary)}html[data-theme=dark] [style*="color: #000"],html[data-theme=dark] [style*="color: #333"],html[data-theme=dark] [style*="color: #666"],html[data-theme=dark] [style*="color: #999"],html[data-theme=dark] [style*="color: black"],html[data-theme=dark] [style*="color: rgb(0,0,0)"],html[data-theme=dark] [style*="color: rgba(0,0,0"]{color:var(--text-primary)!important}html[data-theme=dark] .MuiAvatar-root,html[data-theme=dark] .MuiButton-containedPrimary,html[data-theme=dark] .MuiButton-containedSecondary,html[data-theme=dark] .MuiChip-colorPrimary,html[data-theme=dark] .avatar,html[data-theme=dark] .badge-primary,html[data-theme=dark] .btn-primary,html[data-theme=dark] .btn-secondary,html[data-theme=dark] .chip-primary,html[data-theme=dark] .profile-image{background-color:var(--healthcare-primary)!important;color:var(--text-white)!important}html[data-theme=dark] [class*=AllDoctors],html[data-theme=dark] [class*=AllPatients],html[data-theme=dark] [class*=AllUsers],html[data-theme=dark] [class*=Content],html[data-theme=dark] [class*=Dashboard],html[data-theme=dark] [class*=Layout],html[data-theme=dark] [class*=Page],html[data-theme=dark] [class*=all-doctors],html[data-theme=dark] [class*=all-patients],html[data-theme=dark] [class*=all-users],html[data-theme=dark] [class*=content],html[data-theme=dark] [class*=dashboard],html[data-theme=dark] [class*=layout],html[data-theme=dark] [class*=page]{background-color:var(--background-primary);color:var(--text-primary)}html[data-theme=dark] .MuiAvatar-root,html[data-theme=dark] .MuiButton-containedPrimary,html[data-theme=dark] .MuiButton-containedSecondary,html[data-theme=dark] .MuiChip-colorPrimary,html[data-theme=dark] .avatar,html[data-theme=dark] .badge-primary,html[data-theme=dark] .btn-primary,html[data-theme=dark] .btn-secondary,html[data-theme=dark] .chip-primary,html[data-theme=dark] .profile-image{background-color:#283645!important;color:#f0ecec!important}:root{--healthcare-primary:#0e7490;--healthcare-primary-dark:#155e75;--healthcare-primary-light:#22d3ee;--healthcare-secondary:#059669;--healthcare-secondary-dark:#047857;--healthcare-secondary-light:#34d399;--healthcare-accent:#059669;--healthcare-accent-light:#6ee7b7;--medical-blue:#1976d2;--medical-blue-light:#42a5f5;--medical-blue-dark:#1565c0;--medical-teal:#0e7490;--medical-teal-light:#22d3ee;--medical-teal-dark:#155e75;--success-green:#059669;--warning-amber:#d97706;--error-red:#dc2626;--info-blue:#2196f3;--text-primary:#164e63;--text-secondary:#475569;--text-muted:#64748b;--text-light:#94a3b8;--text-white:#fff;--background-primary:#ecfeff;--background-secondary:#e8f1f6;--background-card:#fff;--background-overlay:#164e63cc;--background-gradient:linear-gradient(135deg,var(--background-primary) 0%,var(--background-secondary) 100%);--border-light:#a5f3fc;--border-medium:#67e8f9;--border-dark:#22d3ee;--border-primary:#0e7490;--shadow-primary:#0e74901f;--shadow-secondary:#0596691a;--shadow-light:#0000000d;--shadow-medium:#0000001a;--shadow-dark:#00000026;--shadow-green:#0e74901a;--shadow-green-light:#0e74900d;--gradient-primary:linear-gradient(135deg,var(--healthcare-primary) 0%,var(--healthcare-primary-light) 100%);--gradient-secondary:linear-gradient(135deg,var(--healthcare-secondary) 0%,var(--healthcare-secondary-light) 100%);--gradient-hero:linear-gradient(135deg,var(--healthcare-primary) 0%,var(--medical-blue) 100%);--gradient-card:linear-gradient(135deg,#ffffffe6,#ffffffb3)}body{background:#ecfeff;background:var(--background-primary);color:#164e63;color:var(--text-primary)}.container{margin:0 auto;padding:0 16px;width:100%}@media (min-width:768px){.container{max-width:750px;padding:0 24px}}@media (min-width:1024px){.container{max-width:1000px;padding:0 32px}}@media (min-width:1200px){.container{max-width:1200px;padding:0 40px}}h1{font-size:1.75rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem}h3,h4{line-height:1.4}h4{font-size:1.125rem}h5{font-size:1rem}h5,h6{line-height:1.5}h6{font-size:.875rem}@media (min-width:768px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}}@media (min-width:1024px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}}.grid{grid-gap:16px;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.grid{gap:24px;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid{gap:32px;grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.grid{grid-template-columns:repeat(4,1fr)}}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-8{margin:2rem}@media (min-width:768px){.p-md-6{padding:1.5rem}.p-md-8{padding:2rem}.p-md-12{padding:3rem}.m-md-6{margin:1.5rem}.m-md-8{margin:2rem}.m-md-12{margin:3rem}}@media (min-width:1024px){.p-lg-8{padding:2rem}.p-lg-12{padding:3rem}.p-lg-16{padding:4rem}.m-lg-8{margin:2rem}.m-lg-12{margin:3rem}.m-lg-16{margin:4rem}}@media (min-width:768px){.text-md-left{text-align:left}.text-md-center{text-align:center}.text-md-right{text-align:right}.hidden-md{display:none}.block-md{display:block}.inline-block-md{display:inline-block}}@media (min-width:1024px){.hidden-lg{display:none}.block-lg{display:block}.inline-block-lg{display:inline-block}}img{height:auto;max-width:100%}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}.table-responsive table{min-width:600px}@media (max-width:767px){.table-responsive table{font-size:.875rem}.table-responsive td,.table-responsive th{padding:.5rem}}.form-group{margin-bottom:1rem}.form-control{border:1px solid #a5f3fc;border:1px solid var(--border-light);border-radius:.375rem;font-size:1rem;padding:.75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-control:focus{outline:none}@media (min-width:768px){.form-control{padding:.875rem}}.btn{align-items:center;border:1px solid #0000;border-radius:.375rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;line-height:1.5;padding:.75rem 1.5rem;text-decoration:none;transition:all .15s ease-in-out;white-space:nowrap}.btn-sm{font-size:.875rem;padding:.5rem 1rem}.btn-lg{font-size:1.125rem;padding:1rem 2rem}@media (max-width:767px){.btn{margin-bottom:.5rem;width:100%}.btn+.btn{margin-left:0}}.card{background:#fff;background:var(--background-card);border-radius:.5rem;overflow:hidden}.card-body{padding:1rem}@media (min-width:768px){.card-body{padding:1.5rem}}@media (min-width:1024px){.card-body{padding:2rem}}.navbar{background:var(--primary-green);box-shadow:0 2px 8px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar-brand{color:#fff;font-size:1.25rem;font-weight:700;text-decoration:none}.navbar-nav{display:none;list-style:none;margin:0;padding:0}@media (min-width:768px){.navbar-nav{align-items:center;display:flex}}.navbar-toggler{background:none;border:none;color:#fff;cursor:pointer;display:block;font-size:1.5rem}@media (min-width:768px){.navbar-toggler{display:none}}.sidebar:not(.MuiDrawer-paper){background:#e8f1f6;background:var(--background-secondary);height:100vh;left:0;overflow-y:auto;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out;width:100%;z-index:999}.sidebar.open:not(.MuiDrawer-paper){transform:translateX(0)}@media (min-width:1024px){.sidebar:not(.MuiDrawer-paper){transform:translateX(0);width:270px}}.main-content{margin-top:64px;min-height:calc(100vh - 64px);padding:1rem}@media (min-width:1024px){.main-content{margin-left:270px;padding:2rem}}.modal{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1050}.modal-content{background:#fff;background:var(--background-card);border-radius:.5rem;margin:1rem;max-height:90vh;max-width:500px;overflow-y:auto;padding:1rem;width:100%}@media (min-width:768px){.modal-content{margin:2rem;padding:2rem}}.min-h-screen{min-height:100vh}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.btn-primary{background:var(--primary-green)!important;border-color:var(--primary-green)!important;color:#fff!important}.btn-primary:hover{background:var(--primary-green-dark)!important;border-color:var(--primary-green-dark)!important}.btn-secondary{background:var(--secondary-green)!important;border-color:var(--secondary-green)!important;color:#fff!important}.btn-outline-primary{border-color:var(--primary-green)!important;color:var(--primary-green)!important}.btn-outline-primary:hover{background:var(--primary-green)!important;color:#fff!important}.card{border-color:var(--border-green);box-shadow:0 2px 16px #0e74900d;box-shadow:0 2px 16px var(--shadow-green-light)}.card-header{background:#e8f1f6;background:var(--background-secondary);border-bottom-color:var(--border-green)}.form-control:focus,.form-select:focus{border-color:var(--primary-green);box-shadow:0 0 0 .2rem #0e74901a;box-shadow:0 0 0 .2rem var(--shadow-green)}a{color:var(--primary-green)}a:hover{color:var(--primary-green-dark)}.text-primary{color:var(--primary-green)!important}.text-success{color:#059669!important;color:var(--success-green)!important}.bg-primary{background-color:var(--primary-green)!important}.bg-success{background-color:#059669!important;background-color:var(--success-green)!important}.bg-light-green{background-color:#e8f1f6!important;background-color:var(--background-secondary)!important}.border-primary{border-color:var(--primary-green)!important}.border-success{border-color:#059669!important;border-color:var(--success-green)!important}.alert-primary{background-color:#e8f1f6;background-color:var(--background-secondary);border-color:var(--border-green);color:#164e63;color:var(--text-primary)}.alert-success{background-color:#e8f5e8;border-color:#059669;border-color:var(--success-green);color:var(--secondary-green-dark)}.badge-primary,.progress-bar{background-color:var(--primary-green)}.badge-primary{color:#fff}.badge-success{background-color:#059669;background-color:var(--success-green);color:#fff}.table-hover tbody tr:hover,.table-primary{background-color:#e8f1f6;background-color:var(--background-secondary)}.nav-link.active,.navbar-brand{color:var(--primary-green)!important}.nav-link:hover{color:var(--primary-green-dark)!important}.sidebar{background:linear-gradient(135deg,#e8f1f6,#ecfeff);background:linear-gradient(135deg,var(--background-secondary) 0,var(--background-primary) 100%);border-color:var(--border-green)}.sidebar-link.active{background-color:#0e74901a;background-color:var(--shadow-green);border-left-color:var(--primary-green);color:var(--primary-green)}.sidebar-link:hover{background-color:#0e74900d;background-color:var(--shadow-green-light);color:var(--primary-green)}.modal-header{border-bottom-color:var(--border-green)}.modal-footer{border-top-color:var(--border-green)}.dropdown-item:hover{background-color:#e8f1f6;background-color:var(--background-secondary)}.dropdown-item.active{background-color:var(--primary-green);color:#fff}.page-item.active .page-link{background-color:var(--primary-green);border-color:var(--primary-green)}.page-link{color:var(--primary-green)}.page-link:hover{color:var(--primary-green-dark)}::-webkit-scrollbar-track{background:#e8f1f6;background:var(--background-secondary)}::-webkit-scrollbar-thumb{background:var(--primary-green)}::-webkit-scrollbar-thumb:hover{background:var(--primary-green-dark)}:focus{outline-color:var(--primary-green)}::selection{background-color:#0e74901a;background-color:var(--shadow-green);color:#164e63;color:var(--text-primary)}.spinner-border.text-primary{color:var(--primary-green)!important}.tooltip-inner{background-color:var(--primary-green)}.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--primary-green)}.toast-header{border-bottom-color:var(--border-green)}.accordion-button:not(.collapsed),.toast-header{background-color:#e8f1f6;background-color:var(--background-secondary)}.accordion-button:not(.collapsed){color:var(--primary-green)}.accordion-button:focus{border-color:var(--primary-green);box-shadow:0 0 0 .25rem #0e74901a;box-shadow:0 0 0 .25rem var(--shadow-green)}.list-group-item.active{background-color:var(--primary-green);border-color:var(--primary-green)}.input-group-text,.list-group-item-action:hover{background-color:#e8f1f6;background-color:var(--background-secondary)}.input-group-text{border-color:var(--border-green);color:#475569;color:var(--text-secondary)}.form-check-input:checked{background-color:var(--primary-green);border-color:var(--primary-green)}.form-check-input:focus{border-color:var(--primary-green);box-shadow:0 0 0 .25rem #0e74901a;box-shadow:0 0 0 .25rem var(--shadow-green)}.form-switch .form-check-input:checked{background-color:var(--primary-green);border-color:var(--primary-green)}.form-range::-webkit-slider-thumb{background:var(--primary-green)}.form-range::-moz-range-thumb{background:var(--primary-green)}.form-control[type=file]:focus{border-color:var(--primary-green);box-shadow:0 0 0 .25rem #0e74901a;box-shadow:0 0 0 .25rem var(--shadow-green)}.autocomplete-suggestions{border-color:var(--border-green);box-shadow:0 2px 8px #0e74900d;box-shadow:0 2px 8px var(--shadow-green-light)}.autocomplete-suggestion:hover,.react-datepicker__header{background-color:#e8f1f6;background-color:var(--background-secondary)}.react-datepicker__header{border-bottom-color:var(--border-green)}.react-datepicker__day--selected{background-color:var(--primary-green)}.react-datepicker__day--keyboard-selected{background-color:var(--primary-green-light)}.react-time-picker__wrapper{border-color:var(--border-green)}.react-time-picker__wrapper:focus{border-color:var(--primary-green);box-shadow:0 0 0 .25rem #0e74901a;box-shadow:0 0 0 .25rem var(--shadow-green)}.chart-primary{color:var(--primary-green)}.chart-secondary{color:var(--secondary-green)}.chart-success{color:#059669;color:var(--success-green)}.status-online{background-color:#059669;background-color:var(--success-green)}.status-offline{background-color:#64748b;background-color:var(--text-muted)}.status-warning{background-color:var(--warning-orange)}.status-error{background-color:#dc2626;background-color:var(--error-red)}.gradient-green{background:linear-gradient(135deg,var(--primary-green) 0,var(--secondary-green) 100%)}.gradient-green-light{background:linear-gradient(135deg,#e8f1f6,#ecfeff);background:linear-gradient(135deg,var(--background-secondary) 0,var(--background-primary) 100%)}.fade-in-green{animation:fadeInGreen .3s ease-in}@keyframes fadeInGreen{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){:root{--shadow-green:#00bfae14;--shadow-green-light:#00bfae08}}@media (max-width:767px){.btn,button,input[type=button],input[type=reset],input[type=submit]{min-height:44px;min-width:44px}input,select,textarea{font-size:16px}.mobile-p-2{padding:.5rem}.mobile-p-4{padding:1rem}.mobile-m-2{margin:.5rem}.mobile-m-4{margin:1rem}.mobile-text-sm{font-size:.875rem}.mobile-text-base{font-size:1rem}.mobile-text-lg{font-size:1.125rem}.mobile-grid-1{grid-template-columns:1fr}.mobile-grid-2{grid-template-columns:repeat(2,1fr)}.mobile-flex-col{flex-direction:column}.mobile-flex-row{flex-direction:row}.mobile-block{display:block}.mobile-hidden{display:none}.mobile-w-full{width:100%}.mobile-w-auto{width:auto}}@media (min-width:768px) and (max-width:1023px){.tablet-p-4{padding:1rem}.tablet-p-6{padding:1.5rem}.tablet-m-4{margin:1rem}.tablet-m-6{margin:1.5rem}.tablet-text-base{font-size:1rem}.tablet-text-lg{font-size:1.125rem}.tablet-grid-2{grid-template-columns:repeat(2,1fr)}.tablet-grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.desktop-p-6{padding:1.5rem}.desktop-p-8{padding:2rem}.desktop-m-6{margin:1.5rem}.desktop-m-8{margin:2rem}.desktop-text-lg{font-size:1.125rem}.desktop-text-xl{font-size:1.25rem}.desktop-grid-3{grid-template-columns:repeat(3,1fr)}.desktop-grid-4{grid-template-columns:repeat(4,1fr)}}[style*="#1976d2"]{color:var(--primary-green)!important}[style*="background.*#1976d2"]{background-color:var(--primary-green)!important}[style*="border.*#1976d2"]{border-color:var(--primary-green)!important}.MuiButton-containedPrimary{background-color:var(--primary-green)!important}.MuiButton-containedPrimary:hover{background-color:var(--primary-green-dark)!important}.MuiButton-outlinedPrimary{border-color:var(--primary-green)!important;color:var(--primary-green)!important}.MuiButton-outlinedPrimary:hover{color:#fff!important}.MuiAppBar-root,.MuiButton-outlinedPrimary:hover{background-color:var(--primary-green)!important}.MuiTab-root.Mui-selected{color:var(--primary-green)!important}.MuiAvatar-root,.MuiChip-colorPrimary,.MuiTabs-indicator{background-color:var(--primary-green)!important}.MuiChip-colorPrimary{color:#fff!important}.MuiLinearProgress-barColorPrimary{background-color:var(--primary-green)!important}.MuiCircularProgress-colorPrimary,.MuiSwitch-colorPrimary.Mui-checked{color:var(--primary-green)!important}.MuiSwitch-colorPrimary.Mui-checked+.MuiSwitch-track{background-color:var(--primary-green)!important}.MuiCheckbox-colorPrimary.Mui-checked,.MuiRadio-colorPrimary.Mui-checked,.MuiSlider-colorPrimary .MuiSlider-thumb,.MuiSlider-colorPrimary .MuiSlider-track{color:var(--primary-green)!important}.MuiSlider-colorPrimary .MuiSlider-rail{color:var(--primary-green-light)!important}.MuiRating-root .MuiRating-iconFilled{color:var(--primary-green)!important}.MuiRating-root .MuiRating-iconHover{color:var(--primary-green-dark)!important}.MuiSpeedDialAction-fab{background-color:var(--primary-green)!important}.MuiSpeedDialAction-fab:hover{background-color:var(--primary-green-dark)!important}.MuiFab-primary{background-color:var(--primary-green)!important}.MuiFab-primary:hover{background-color:var(--primary-green-dark)!important}.MuiBadge-colorPrimary{background-color:var(--primary-green)!important}.MuiChip-outlinedPrimary{border-color:var(--primary-green)!important;color:var(--primary-green)!important}.MuiChip-outlinedPrimary:hover{background-color:var(--primary-green)!important;color:#fff!important}.MuiAlert-standardPrimary{background-color:#e8f1f6!important;background-color:var(--background-secondary)!important;border-color:var(--border-green)!important;color:#164e63!important;color:var(--text-primary)!important}.MuiAlert-standardSuccess{background-color:#e8f5e8!important;border-color:#059669!important;border-color:var(--success-green)!important;color:var(--secondary-green-dark)!important}.MuiAlert-standardWarning{background-color:#fff3e0!important;border-color:var(--warning-orange)!important;color:var(--warning-orange)!important}.MuiAlert-standardError{background-color:#ffebee!important;border-color:#dc2626!important;border-color:var(--error-red)!important;color:#dc2626!important;color:var(--error-red)!important}.MuiSnackbar-root .MuiAlert-standardPrimary{background-color:var(--primary-green)!important;color:#fff!important}.MuiSnackbar-root .MuiAlert-standardSuccess{background-color:#059669!important;background-color:var(--success-green)!important;color:#fff!important}.MuiSnackbar-root .MuiAlert-standardWarning{background-color:var(--warning-orange)!important;color:#fff!important}.MuiSnackbar-root .MuiAlert-standardError{background-color:#dc2626!important;background-color:var(--error-red)!important;color:#fff!important}h1,h2,h3,h4,h5,h6{color:#164e63;color:var(--text-primary);font-weight:600}p{color:#475569;color:var(--text-secondary);line-height:1.6}.text-muted{color:#64748b!important;color:var(--text-muted)!important}.text-secondary{color:#475569!important;color:var(--text-secondary)!important}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid var(--primary-green);outline-offset:2px}a:hover,button:hover{transition:all .2s ease-in-out}.loading{color:var(--primary-green)}.error{color:#dc2626;color:var(--error-red)}.success{color:#059669;color:var(--success-green)}.warning{color:var(--warning-orange)}.info{color:var(--primary-green)}@media print{.no-print{display:none!important}body{background:#fff!important;color:#000!important}.card{border:1px solid #ccc!important;box-shadow:none!important}}@media (prefers-color-scheme:dark){:root:not([data-theme]){--text-primary:#ecfeff;--text-secondary:#a5f3fc;--text-muted:#94a3b8;--background-primary:#0c1e26;--background-secondary:#13303d;--background-card:#0a1a20;--border-light:#1f4a56;--border-green:#115e59;--gradient-card:linear-gradient(135deg,#0a1a20e6,#0a1a20b3)}}[data-theme=dark]{--text-primary:#ecfeff;--text-secondary:#a5f3fc;--text-muted:#94a3b8;--background-primary:#0c1e26;--background-secondary:#13303d;--background-card:#0a1a20;--border-light:#1f4a56;--border-green:#115e59;--gradient-card:linear-gradient(135deg,#0a1a20e6,#0a1a20b3)}:root{--primary-green:var(--healthcare-primary);--primary-green-dark:var(--healthcare-primary-dark);--primary-green-light:var(--healthcare-primary-light);--secondary-green:var(--healthcare-secondary);--secondary-green-dark:var(--healthcare-secondary-dark);--secondary-green-light:var(--healthcare-secondary-light);--border-green:var(--border-primary);--shadow-green:var(--shadow-secondary);--shadow-green-light:var(--shadow-light);--warning-orange:var(--warning-amber);--healthcare-light:#e3f2fd}[data-theme=dark]{--healthcare-light:#60a5fa24}.form-container{max-width:100%;overflow:hidden;padding:16px 24px;position:relative}.page-title{color:var(--healthcare-primary);font-size:28px;font-weight:700;letter-spacing:.2;margin-bottom:16px;margin-top:0}.card-container{background:var(--background-card);border-radius:16px;box-shadow:0 2px 16px var(--shadow-light);margin:24px auto 32px;max-width:900px;padding:32px 28px}.tab-container{border-bottom:1px solid var(--border-light);margin-bottom:16px;margin-top:16px;overflow:auto}.tab-indicator{background:var(--healthcare-primary);border-radius:2px;height:3px}.tab-label{font-size:16px;font-weight:600;min-width:120px;padding:12px 16px;text-transform:none}.tab-label.active{color:var(--healthcare-primary)}.tab-label.inactive{color:var(--text-secondary)}.form-layout{display:flex;flex-direction:column}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;width:100%}.form-grid.two-columns{grid-template-columns:1fr 1fr}.input-box-container{margin-bottom:16px;width:100%}.input-box{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:16px;height:48px;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.input-box:focus{box-shadow:0 0 0 3px var(--shadow-primary);outline:none}.input-box:focus,.input-box:hover{border-color:var(--healthcare-primary)}.input-box.error{border-color:#e53e3e}.input-box.error:focus{box-shadow:0 0 0 3px #e53e3e1a}.input-label{color:var(--text-secondary);display:block;letter-spacing:.2;margin-bottom:8px}.button-primary,.input-label{font-size:16px;font-weight:600}.button-primary{align-items:center;background:var(--gradient-primary);border:none;border-radius:8px;box-shadow:0 2px 8px var(--shadow-primary);color:#fff;cursor:pointer;display:inline-flex;justify-content:center;min-height:48px;padding:12px 24px;text-transform:none;transition:all .2s}.button-primary:hover{background:var(--healthcare-primary-dark);box-shadow:0 4px 12px var(--shadow-primary);transform:translateY(-1px)}.button-primary:disabled{background:#e0e0e0;box-shadow:none;color:#9e9e9e;cursor:not-allowed;transform:none}.button-secondary{align-items:center;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;color:#4a5568;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;min-height:48px;padding:12px 24px;text-transform:none;transition:all .2s}.button-secondary:hover{background:#e0e0e0;border-color:#bdbdbd}.photo-upload-container{background:var(--background-secondary);border-radius:16px;box-shadow:0 2px 12px #0000001a;flex-direction:column;margin-bottom:20px;margin-top:20px;max-width:400px;padding:20px;width:100%}.photo-preview,.photo-upload-container{align-items:center;display:flex;justify-content:center}.photo-preview{background:var(--background-card);border:2.5px solid var(--healthcare-primary);border-radius:10px;box-shadow:0 2px 8px var(--shadow-primary);cursor:pointer;height:140px;margin-bottom:10px;overflow:hidden;position:relative;transition:border-color .2s;width:200px}.photo-preview:hover{border-color:var(--healthcare-primary)}.photo-upload-button{align-items:center;background:#fff;border:1.5px solid var(--healthcare-primary);border-radius:50%;bottom:6px;box-shadow:0 1px 4px var(--shadow-primary);cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:6px;transition:all .2s;width:28px}.photo-upload-button:hover{background:var(--healthcare-light);transform:scale(1.1)}.error-message{color:#e53e3e}.error-message,.success-message{font-size:14px;margin-top:8px;text-align:center}.success-message{color:var(--success-green)}@media (max-width:768px){.form-grid.two-columns{grid-template-columns:1fr}.page-title{font-size:24px;text-align:center}.card-container{margin-top:16px;padding:20px 16px}.tab-label{font-size:14px;min-width:auto;padding:8px 12px}.input-box{font-size:16px;height:44px}.button-primary,.button-secondary{font-size:14px;min-height:44px;padding:10px 20px}}@media (max-width:600px){.form-grid.two-columns{grid-template-columns:1fr!important}}@media (max-width:480px){.form-container{padding:12px 16px}.card-container{padding:16px 12px}.page-title{font-size:20px}}[data-theme=dark] .card-container{background:#232526;color:#fff}[data-theme=dark] .input-box{background:#333;border-color:#555;color:#fff}[data-theme=dark] .input-label{color:#f6e05e}[data-theme=dark] .photo-upload-container{background:#333}[data-theme=dark] .photo-preview{background:#444}[data-theme=dark] .button-secondary{background:#333;border-color:#555;color:#fff}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-xs{gap:4px}.gap-sm{gap:8px}.gap-md{gap:12px}.gap-lg{gap:16px}.gap-xl{gap:20px}.gap-xxl{gap:24px}.gap-xxxl{gap:32px}.p-xs{padding:4px}.p-sm{padding:8px}.p-md{padding:12px}.p-lg{padding:16px}.p-xl{padding:20px}.p-xxl{padding:24px}.p-xxxl{padding:32px}.px-xs{padding-left:4px;padding-right:4px}.px-sm{padding-left:8px;padding-right:8px}.px-md{padding-left:12px;padding-right:12px}.px-lg{padding-left:16px;padding-right:16px}.px-xl{padding-left:20px;padding-right:20px}.px-xxl{padding-left:24px;padding-right:24px}.px-xxxl{padding-left:32px;padding-right:32px}.py-xs{padding-bottom:4px;padding-top:4px}.py-sm{padding-bottom:8px;padding-top:8px}.py-md{padding-bottom:12px;padding-top:12px}.py-lg{padding-bottom:16px;padding-top:16px}.py-xl{padding-bottom:20px;padding-top:20px}.py-xxl{padding-bottom:24px;padding-top:24px}.py-xxxl{padding-bottom:32px;padding-top:32px}.m-xs{margin:4px}.m-sm{margin:8px}.m-md{margin:12px}.m-lg{margin:16px}.m-xl{margin:20px}.m-xxl{margin:24px}.m-xxxl{margin:32px}.mx-xs{margin-left:4px;margin-right:4px}.mx-sm{margin-left:8px;margin-right:8px}.mx-md{margin-left:12px;margin-right:12px}.mx-lg{margin-left:16px;margin-right:16px}.mx-xl{margin-left:20px;margin-right:20px}.mx-xxl{margin-left:24px;margin-right:24px}.mx-xxxl{margin-left:32px;margin-right:32px}.my-xs{margin-bottom:4px;margin-top:4px}.my-sm{margin-bottom:8px;margin-top:8px}.my-md{margin-bottom:12px;margin-top:12px}.my-lg{margin-bottom:16px;margin-top:16px}.my-xl{margin-bottom:20px;margin-top:20px}.my-xxl{margin-bottom:24px;margin-top:24px}.my-xxxl{margin-bottom:32px;margin-top:32px}.mx-auto{margin-right:auto}.ml-auto,.mx-auto{margin-left:auto}.mr-auto{margin-right:auto}.w-full{width:100%}.w-auto{width:auto}.w-fit{width:-webkit-fit-content;width:fit-content}.h-full{height:100%}.h-auto{height:auto}.h-fit{height:-webkit-fit-content;height:fit-content}.min-w-0{min-width:0}.min-h-0{min-height:0}.max-w-xs{max-width:320px}.max-w-sm{max-width:480px}.max-w-md{max-width:600px}.max-w-lg{max-width:768px}.max-w-xl{max-width:900px}.max-w-2xl{max-width:1200px}.max-w-full{max-width:100%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-xs{font-size:12px}.text-sm{font-size:13px}.text-base{font-size:14px}.text-md{font-size:15px}.text-lg{font-size:16px}.text-xl{font-size:18px}.text-2xl{font-size:20px}.text-3xl{font-size:22px}.text-4xl{font-size:28px}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.leading-tight{line-height:1.2}.leading-normal{line-height:1.4}.leading-relaxed{line-height:1.6}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-primary{color:#0d9488;color:var(--primary-green,#0d9488)}.text-secondary{color:#3a4664;color:var(--text-secondary,#3a4664)}.text-muted{color:#6b7280;color:var(--text-muted,#6b7280)}.text-success{color:#4caf50;color:var(--success-green,#4caf50)}.text-warning{color:#ff9800;color:var(--warning-orange,#ff9800)}.text-error{color:#f44336;color:var(--error-red,#f44336)}.text-white{color:#fff}.text-black{color:#000}.bg-primary{background-color:#0d9488;background-color:var(--primary-green,#0d9488)}.bg-secondary{background-color:#e8f5e8;background-color:var(--background-secondary,#e8f5e8)}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f8fafc}.bg-gray-100{background-color:#f1f5f9}.bg-gray-200{background-color:#e2e8f0}.border{border:1px solid #e0e0e0;border:1px solid var(--border-light,#e0e0e0)}.border-0{border:0}.border-t{border-top:1px solid #e0e0e0;border-top:1px solid var(--border-light,#e0e0e0)}.border-b{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-light,#e0e0e0)}.border-l{border-left:1px solid #e0e0e0;border-left:1px solid var(--border-light,#e0e0e0)}.border-r{border-right:1px solid #e0e0e0;border-right:1px solid var(--border-light,#e0e0e0)}.border-primary{border-color:#0d9488;border-color:var(--primary-green,#0d9488)}.border-gray-200{border-color:#e2e8f0}.border-gray-300{border-color:#cbd5e1}.rounded-none{border-radius:0}.rounded-sm{border-radius:4px}.rounded{border-radius:6px}.rounded-md{border-radius:8px}.rounded-lg{border-radius:10px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-3xl{border-radius:24px}.rounded-full{border-radius:9999px}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-green{box-shadow:0 2px 8px #00bfae33}.shadow-green-light{box-shadow:0 2px 16px #00bfae1a}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.static{position:static}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.inset-0{bottom:0;left:0;right:0;top:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-auto{z-index:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.hidden{display:none}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-wait{cursor:wait}.transition-none{transition:none}.transition-all{transition:all .2s ease-in-out}.transition-colors{transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out}.transition-opacity{transition:opacity .2s ease-in-out}.transition-transform{transition:transform .2s ease-in-out}.transform{transform:translateZ(0)}.scale-95{transform:scale(.95)}.scale-100{transform:scale(1)}.scale-105{transform:scale(1.05)}.scale-110{transform:scale(1.1)}.translate-y-1{transform:translateY(4px)}.translate-y-2{transform:translateY(8px)}.-translate-y-1{transform:translateY(-4px)}.-translate-y-2{transform:translateY(-8px)}@media (max-width:767px){.mobile\:hidden{display:none}.mobile\:block{display:block}.mobile\:flex{display:flex}.mobile\:grid{display:grid}.mobile\:flex-col{flex-direction:column}.mobile\:flex-row{flex-direction:row}.mobile\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.mobile\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile\:text-center{text-align:center}.mobile\:text-left{text-align:left}.mobile\:w-full{width:100%}.mobile\:h-auto{height:auto}.mobile\:p-sm{padding:8px}.mobile\:p-md{padding:12px}.mobile\:p-lg{padding:16px}.mobile\:m-sm{margin:8px}.mobile\:m-md{margin:12px}.mobile\:m-lg{margin:16px}.mobile\:text-sm{font-size:13px}.mobile\:text-base{font-size:14px}.mobile\:text-lg{font-size:16px}}@media (min-width:768px){.tablet\:hidden{display:none}.tablet\:block{display:block}.tablet\:flex{display:flex}.tablet\:grid{display:grid}.tablet\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tablet\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tablet\:text-left{text-align:left}.tablet\:text-center{text-align:center}}@media (min-width:1024px){.desktop\:hidden{display:none}.desktop\:block{display:block}.desktop\:flex{display:flex}.desktop\:grid{display:grid}.desktop\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.btn-base{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;min-height:48px;padding:12px 24px;text-transform:none;transition:all .2s ease-in-out}.input-base{background:#fff;background:var(--background-card,#fff);border:1px solid #e0e0e0;border:1px solid var(--border-light,#e0e0e0);border-radius:8px;box-sizing:border-box;font-size:16px;height:48px;padding:12px 16px;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;width:100%}.input-base:focus{border-color:#0d9488;border-color:var(--primary-green,#0d9488);box-shadow:0 0 0 3px #00bfae1a;outline:none}.card-base{background:#fff;background:var(--background-card,#fff);border-radius:16px;box-shadow:0 2px 16px #1976d212;margin-bottom:32px;margin-top:24px;padding:32px 28px}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:-translate-y-1:hover{transform:translateY(-4px)}.hover\:bg-primary:hover{background-color:#0d9488;background-color:var(--primary-green,#0d9488)}.focus\:outline-none:focus{outline:none}.focus\:ring:focus{box-shadow:0 0 0 3px #00bfae1a}@media print{.print\:hidden{display:none!important}.print\:block{display:block!important}}.modern-page-container{margin:0 auto;max-width:1400px;padding:16px 24px}@media (max-width:768px){.modern-page-container{padding:12px 16px}}.modern-page-header{margin-bottom:32px}.modern-page-title{color:#1a2a3a!important;font-size:2.25rem!important;font-weight:800!important;margin-bottom:8px!important}@media (max-width:768px){.modern-page-title{font-size:1.75rem!important}}@media (max-width:480px){.modern-page-title{font-size:1.5rem!important}}.modern-page-subtitle{color:#6b7280!important;font-size:1.1rem!important;margin-bottom:24px!important}.modern-search-controls{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:space-between;margin-bottom:24px}@media (max-width:768px){.modern-search-controls{align-items:stretch;flex-direction:column}}.modern-search-field{flex-grow:1;max-width:400px}@media (max-width:768px){.modern-search-field{max-width:none}}.modern-search-field .MuiOutlinedInput-root{background-color:#f8fafc!important;border-radius:24px!important;transition:all .3s ease-in-out!important}.modern-search-field .MuiOutlinedInput-root:hover{background-color:#f1f5f9!important;box-shadow:0 2px 8px #00000014!important}.modern-search-field .MuiOutlinedInput-root.Mui-focused{background-color:#fff!important;box-shadow:0 4px 16px #00bfae26!important}.modern-view-controls{align-items:center;display:flex;gap:8px}.modern-view-button{border-radius:12px!important;transition:all .2s ease-in-out!important}.modern-view-button.active{background-color:#e8f5e8!important;color:#0d9488!important}.modern-view-button:hover{background-color:#f1f5f9!important}.modern-stats-container{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px}.modern-stat-card{border-radius:16px!important;min-width:120px;padding:16px 24px!important;transition:all .3s ease-in-out!important}.modern-stat-card:hover{box-shadow:0 8px 24px #0000001a!important;transform:translateY(-2px)}.modern-stat-card.primary{background-color:#e3f2fd!important}.modern-stat-card.primary .stat-label,.modern-stat-card.primary .stat-number{color:#1976d2!important}.modern-stat-card.success{background-color:#e8f5e8!important}.modern-stat-card.success .stat-label,.modern-stat-card.success .stat-number{color:#2e7d32!important}.modern-card{border:1px solid #f1f5f9!important;border-radius:24px!important;cursor:pointer!important;display:flex!important;flex-direction:column!important;height:100%!important;overflow:hidden!important;position:relative!important;transition:all .3s ease-in-out!important}.modern-card:hover{border-color:#e8f5e8!important;box-shadow:0 8px 32px #00bfae26!important;transform:translateY(-4px)!important}.modern-card .MuiCardContent-root{flex-grow:1!important;padding:24px!important}.modern-card .MuiCardActions-root{justify-content:space-between!important;padding:0 24px 16px!important}.modern-status-indicator{background-color:#4caf50!important;border-radius:50%!important;box-shadow:0 0 0 3px #4caf5033!important;height:12px!important;position:absolute!important;right:16px!important;top:16px!important;width:12px!important;z-index:1!important}.modern-avatar{box-shadow:0 4px 12px #0000001a!important;font-size:1.5rem!important;font-weight:700!important;height:64px!important;margin-right:16px!important;width:64px!important}.modern-avatar.doctor{background:linear-gradient(135deg,#0d9488,#2dd4bf)!important}.modern-avatar.patient{background:linear-gradient(135deg,#1976d2,#42a5f5)!important}.modern-avatar.small{font-size:.9rem!important;height:40px!important;width:40px!important}.modern-contact-info{margin-bottom:16px!important}.modern-contact-item{align-items:center!important;display:flex!important;margin-bottom:8px!important}.modern-contact-item .MuiSvgIcon-root{color:#6b7280!important;font-size:16px!important;margin-right:8px!important}.modern-contact-item .MuiTypography-root{color:#4a5568!important;word-break:break-word!important}.modern-chip{border-radius:12px!important;font-size:.75rem!important;height:24px!important;transition:all .2s ease-in-out!important}.modern-chip:hover{transform:scale(1.05)!important}.modern-chip.primary{background-color:#e3f2fd!important;color:#1976d2!important}.modern-chip.success{background-color:#e8f5e8!important;color:#2e7d32!important}.modern-chip.secondary{background-color:#f5f5f5!important;color:#6b7280!important}.modern-action-button{border-radius:16px!important;font-weight:600!important;padding:8px 16px!important;text-transform:none!important;transition:all .2s ease-in-out!important}.modern-action-button.book{background:linear-gradient(135deg,#0d9488,#2dd4bf)!important;color:#fff!important}.modern-action-button.book:hover{background:linear-gradient(135deg,#0f766e,#0d9488)!important;box-shadow:0 4px 12px #00bfae4d!important;transform:translateY(-1px)!important}.modern-icon-button{border-radius:12px!important;transition:all .2s ease-in-out!important}.modern-icon-button:hover{background-color:#0000000a!important;transform:scale(1.1)!important}.modern-icon-button.edit{color:#1976d2!important}.modern-icon-button.delete{color:#f44336!important}.modern-icon-button.view{color:#0d9488!important}.modern-table-container{border-radius:24px!important;box-shadow:0 2px 16px #00000014!important;overflow:hidden!important}.modern-table-header{background-color:#f8fafc!important}.modern-table-header .MuiTableCell-root{border-bottom:1px solid #e5e7eb!important;color:#374151!important;font-weight:600!important}.modern-table-row{cursor:pointer!important;transition:all .2s ease-in-out!important}.modern-table-row:hover{background-color:#f8fafc!important;transform:scale(1.001)!important}.modern-table-cell{border-bottom:1px solid #f1f5f9!important;padding:16px!important}.modern-empty-state{background-color:#f8fafc!important;border:2px dashed #e2e8f0!important;border-radius:24px!important;margin:32px 0!important;padding:64px 32px!important;text-align:center!important}.modern-empty-state .MuiSvgIcon-root{color:#6b7280!important;font-size:64px!important;margin-bottom:16px!important}.modern-empty-state .empty-title{color:#6b7280!important;font-weight:600!important;margin-bottom:8px!important}.modern-empty-state .empty-subtitle{color:#9ca3af!important;margin-bottom:24px!important}.modern-fab{bottom:24px!important;box-shadow:0 8px 24px #00000026!important;position:fixed!important;right:24px!important;transition:all .3s ease-in-out!important;z-index:1000!important}.modern-fab:hover{box-shadow:0 12px 32px #0003!important;transform:scale(1.1) translateY(-2px)!important}.modern-fab.doctor{background:linear-gradient(135deg,#0d9488,#2dd4bf)!important}.modern-fab.doctor:hover{background:linear-gradient(135deg,#0f766e,#0d9488)!important}.modern-fab.patient{background:linear-gradient(135deg,#1976d2,#42a5f5)!important}.modern-fab.patient:hover{background:linear-gradient(135deg,#1565c0,#1976d2)!important}.modern-dialog .MuiPaper-root{border-radius:24px!important;box-shadow:0 16px 48px #00000026!important}.modern-dialog .MuiDialogTitle-root{color:#1a2a3a!important;font-weight:600!important;padding-bottom:8px!important}.modern-dialog .MuiDialogContent-root{padding-top:16px!important}.modern-dialog .MuiDialogActions-root{padding:8px 24px 24px!important}.modern-menu .MuiPaper-root{border-radius:16px!important;box-shadow:0 8px 24px #0000001f!important;min-width:160px!important}.modern-menu .MuiMenuItem-root{border-radius:8px!important;margin:4px 8px!important;padding:12px 16px!important;transition:all .2s ease-in-out!important}.modern-menu .MuiMenuItem-root:hover{background-color:#f8fafc!important;transform:translateX(4px)!important}.modern-menu .MuiMenuItem-root.delete{color:#f44336!important}.modern-menu .MuiMenuItem-root.delete:hover{background-color:#ffebee!important}.modern-skeleton{animation:loading 1.5s infinite!important;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%)!important;background-size:200% 100%!important;border-radius:24px!important}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.modern-card .MuiCardContent-root{padding:16px!important}.modern-card .MuiCardActions-root{align-items:stretch!important;flex-direction:column!important;gap:8px!important;padding:12px 16px!important}.modern-avatar{font-size:1.2rem!important;height:48px!important;width:48px!important}.modern-fab{bottom:16px!important;right:16px!important}.modern-stats-container{gap:12px!important}.modern-stat-card{min-width:100px!important;padding:12px 16px!important}}@media (max-width:480px){.modern-page-container{padding:8px 12px!important}.modern-empty-state{padding:32px 16px!important}.modern-stats-container{flex-direction:column!important}.modern-stat-card{min-width:auto!important}}.modern-action-button:focus-visible,.modern-card:focus-visible,.modern-icon-button:focus-visible{outline:2px solid #0d9488!important;outline-offset:2px!important}@media print{.modern-fab,.modern-search-controls,.modern-view-controls{display:none!important}.modern-card{border:1px solid #ccc!important;box-shadow:none!important;break-inside:avoid!important;page-break-inside:avoid!important}}@media (prefers-color-scheme:dark){.modern-card{background-color:#1f2937!important;border-color:#374151!important}.modern-card,.modern-page-title{color:#f9fafb!important}.modern-page-subtitle{color:#d1d5db!important}.modern-search-field .MuiOutlinedInput-root{background-color:#374151!important;color:#f9fafb!important}.modern-empty-state{background-color:#1f2937!important;border-color:#374151!important}}
/*# sourceMappingURL=main.ee66f24f.css.map*/