@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--background:210 40% 98%;--foreground:222.2 47.4% 11.2%;--card:0 0% 100%;--card-foreground:222.2 47.4% 11.2%;--primary:217.2 91.2% 52%;--primary-foreground:0 0% 100%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--accent:217.2 91.2% 52%;--accent-foreground:0 0% 100%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--border:214.3 31.8% 91.4%;--danger:0 84% 60%;--danger-foreground:0 0% 100%;--success:160 84% 39%;--success-foreground:0 0% 100%;--warning:38 92% 50%;--warning-foreground:0 0% 100%;--radius:1rem;--header-height:4rem;--drawer-width:280px;--drawer-collapsed-width:72px;--footer-min-height:3.5rem}@media (prefers-color-scheme:light){:root{--background:210 40% 98%;--foreground:224 25% 10%;--card:0 0% 100%;--card-foreground:224 25% 10%;--primary:221.2 83.2% 53.3%;--primary-foreground:210 40% 98%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--accent:262.1 83.3% 57.8%;--accent-foreground:210 40% 98%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--border:214.3 31.8% 91.4%;--danger:0 72% 51%;--success:160 72% 34%;--warning:43 89% 50%}}input,select,textarea{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;background-color:#fff!important}input:focus,select:focus,textarea:focus{border-color:#004d80!important;box-shadow:0 0 0 3px #004d802e!important}input::placeholder,textarea::placeholder{color:#64748b!important;opacity:1!important;-webkit-text-fill-color:#64748b!important}input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;border-color:#cbd5e1!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;border-color:#cbd5e1!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;border-color:#cbd5e1!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#0f172a!important;border-color:#cbd5e1!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0!important}input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}input[type=number]{appearance:textfield!important}*{box-sizing:border-box;margin:0;padding:0}body{background-color:hsl(var(--background));color:hsl(var(--foreground));flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;transition:background-color .3s,color .3s;display:flex;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}.glass-panel{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius);background:#ffffff08;border:1px solid #ffffff14}.light .glass-panel{-webkit-backdrop-filter:blur(12px);background:#00000005;border:1px solid #0000000d}.btn-primary{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--accent)) 100%);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.8rem 1.6rem;font-weight:600;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),box-shadow .2s;box-shadow:0 4px 14px #00000040}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000059}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes scaleDown{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.92)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes dashOffset{0%{stroke-dashoffset:280px}50%{stroke-dashoffset:75px}to{stroke-dashoffset:280px}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.skeleton{background:linear-gradient(90deg, hsl(var(--muted)) 25%, hsl(var(--secondary)) 50%, hsl(var(--muted)) 75%);color:#0000;-webkit-user-select:none;user-select:none;background-size:200% 100%;border-radius:.25rem;animation:1.5s infinite shimmer}.header{z-index:1001;height:var(--header-height);background:#fff;border-bottom:1px solid #e2e8f0cc;justify-content:space-between;align-items:center;padding:0 1.75rem;transition:all .3s;display:flex;position:sticky;top:0;box-shadow:0 4px 20px -5px #0f172a0f}.header__hamburger{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 4px #00000005}.header__hamburger:hover{color:#2563eb;background:#f8fafc;border-color:#2563eb;transform:scale(1.05);box-shadow:0 4px 12px #2563eb26}.header__hamburger--activo{color:#fff;background:linear-gradient(135deg,#004d80,#0066a2);border-color:#004d80;box-shadow:0 4px 14px #004d804d}.header__hamburger--activo:hover{color:#fff;background:linear-gradient(135deg,#003d66,#058);transform:scale(1.05)}.header__brand{letter-spacing:-.02em;color:#0f172a;align-items:center;gap:.65rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;display:flex}.header__brand-icon{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#2563eb 50%,#3b82f6 100%);border-radius:.65rem;justify-content:center;align-items:center;padding:.45rem;display:flex;box-shadow:0 4px 14px #2563eb47}.header__user-section{align-items:center;gap:1rem;display:flex}.header__avatar{color:#fff;background:linear-gradient(135deg,#0b132b,#004d80);border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.85rem;font-weight:700;transition:transform .25s;display:flex;box-shadow:0 4px 14px #004d8047}.header__avatar:hover{transform:scale(1.06)}.header__avatar-container{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.header__avatar-img{object-fit:cover;background:#f1f5f9;border:2px solid #004d80;border-radius:50%;width:2.5rem;height:2.5rem;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s;box-shadow:0 4px 14px #004d8047}.header__avatar-img:hover{transform:scale(1.08);box-shadow:0 6px 16px #004d8061}.header__avatar-status-dot{background-color:#22c55e;border:2px solid #fff;border-radius:50%;width:.65rem;height:.65rem;position:absolute;bottom:0;right:0;box-shadow:0 0 4px #22c55e99}.header__user-info{flex-direction:column;align-items:flex-end;gap:.15rem;display:flex}.header__user-name{color:#0f172a;white-space:nowrap;font-size:.85rem;font-weight:700}.header__avatar-btn{cursor:pointer;background:0 0;border:none;border-radius:9999px;outline:none;align-items:center;gap:.4rem;padding:0;display:flex;position:relative}.header__avatar-btn:focus-visible{box-shadow:0 0 0 3px #004d8066}.header__chevron{color:#64748b;transition:transform .2s,color .2s}.header__avatar-btn:hover .header__chevron,.header__avatar-btn[aria-expanded=true] .header__chevron{color:#004d80;transform:rotate(180deg)}.header__dropdown-menu{z-index:1000;transform-origin:100% 0;background:#fff;border-radius:1rem;width:260px;padding:.5rem;animation:.2s cubic-bezier(.16,1,.3,1) headerDropdownIn;position:absolute;top:calc(100% + .6rem);right:0;box-shadow:0 12px 36px #0f172a29,0 0 0 1px #0f172a14}@keyframes headerDropdownIn{0%{opacity:0;transform:scale(.95)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}.header__dropdown-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;border-radius:.75rem;margin-bottom:.4rem;padding:.65rem .85rem}.header__dropdown-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:700;overflow:hidden}.header__dropdown-email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:.1rem;font-size:.725rem;overflow:hidden}.header__dropdown-divider{background:#f1f5f9;height:1px;margin:.35rem 0}.header__dropdown-item{color:#334155;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:.6rem;align-items:center;gap:.65rem;width:100%;padding:.6rem .85rem;font-size:.825rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.header__dropdown-item:hover{color:#004d80;background:#f1f5f9;transform:translate(2px)}.header__dropdown-item--logout{color:#dc2626}.header__dropdown-item--logout:hover{color:#991b1b;background:#fee2e2}.header__logout-btn{display:none}.drawer-overlay{top:var(--header-height);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;background:#00000080;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s;position:fixed;bottom:0;left:0;right:0}.drawer-overlay--visible{opacity:1;visibility:visible}.drawer{top:var(--header-height);z-index:1000;background:linear-gradient(#0b1329 0%,#0f1d3d 100%);border-right:1px solid #ffffff14;flex-direction:column;width:320px;max-width:85vw;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:0;left:0;overflow:hidden auto;transform:translate(-100%);box-shadow:6px 0 24px #00000059}.drawer--abierto{transform:translate(0)}.drawer__header{background:linear-gradient(#ffffff05 0%,#0000 100%);border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:1.5rem 1.4rem 1.2rem;display:flex}.drawer__logo{color:#fff;letter-spacing:-.01em;align-items:center;gap:.65rem;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800;display:flex}.drawer__close-btn{color:#fff;cursor:pointer;background:#1e293b;border:1px solid #fff3;border-radius:.6rem;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.drawer__close-btn:hover{color:#fff;background:#334155;transform:rotate(90deg)scale(1.05)}.drawer__nav{flex-direction:column;flex:1;gap:.3rem;padding:1rem 0;display:flex}.drawer__grupo-label{text-transform:uppercase;letter-spacing:.12em;color:#cbd5e1;padding:1.25rem 1.4rem .45rem;font-size:.68rem;font-weight:800}.drawer__item{color:#f1f5f9;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:.75rem;align-items:center;gap:.8rem;width:calc(100% - 1.5rem);margin:.1rem .75rem;padding:.75rem 1.1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.drawer__item:hover{color:#fff;background:#1e293b;border-color:#ffffff1a;transform:translate(4px)}.drawer__item--activo{color:#fff;background:#1e3a8a;border-color:#3b82f666;font-weight:800;box-shadow:0 4px 16px #2563eb33}.drawer__item--activo:before{content:"";background:linear-gradient(#3b82f6,#60a5fa);border-radius:0 4px 4px 0;width:4px;height:65%;position:absolute;top:50%;left:-.75rem;transform:translateY(-50%)}.drawer__item-icon{width:1.5rem;height:1.5rem;color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:flex}.drawer__item-label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.drawer__accordion-group{flex-direction:column;gap:.15rem;display:flex}.drawer__accordion-header{color:#f8fafc!important;font-weight:800!important}.drawer__accordion-header--abierto{background:#1e293b;color:#fff!important}.drawer__accordion-arrow{color:#f8fafc;justify-content:center;align-items:center;transition:transform .25s;display:flex}.drawer__submenu-list{flex-direction:column;gap:.15rem;margin-top:.1rem;margin-bottom:.3rem;padding-left:1.75rem;animation:.25s cubic-bezier(.4,0,.2,1) drawerFadeInDown;display:flex}@keyframes drawerFadeInDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.drawer__subitem{color:#f1f5f9;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:.6rem;align-items:center;gap:.6rem;width:calc(100% - 1rem);margin:.05rem .5rem;padding:.55rem .85rem;font-size:.825rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.drawer__subitem:hover{color:#fff;background:#1e3a8a;transform:translate(4px)}.drawer__subitem--activo{color:#fff;background:#1d4ed8;border-left:3px solid #60a5fa;font-weight:800}.drawer__subitem-icon{color:#93c5fd;flex-shrink:0}.drawer__footer{background:#0f172a99;border-top:1px solid #ffffff14;padding:1rem 1.25rem 1.25rem}.drawer__user-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:.85rem;align-items:center;gap:.8rem;padding:.85rem;transition:all .25s;display:flex}.drawer__user-card:hover{background:#ffffff14;border-color:#3b82f64d}.drawer__user-card-avatar{color:#fff;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 4px 14px #2563eb59}.drawer__status-dot{background:#22c55e;border:2px solid #0b132b;border-radius:50%;width:9px;height:9px;position:absolute;bottom:0;right:0;box-shadow:0 0 8px #22c55e}.drawer__user-card-info{flex-direction:column;display:flex;overflow:hidden}.drawer__user-card-name{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:.83rem;font-weight:700;overflow:hidden}.drawer__user-card-role{color:#94a3b8;font-size:.7rem}.footer{z-index:995;min-height:var(--footer-min-height);-webkit-backdrop-filter:blur(12px);color:#94a3b8;background:#0a0e1ef2;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding:.65rem 1.5rem;font-size:.78rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0006}.footer__links{flex-wrap:wrap;gap:1.2rem;display:flex}.footer__link{color:#94a3b8;text-decoration:none;transition:color .2s}.footer__link:hover{color:#fff}.footer__copy{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.dashboard-layout{background:radial-gradient(circle,#141a32 0%,#0a0e1e 100%);flex-direction:column;min-height:100vh;display:flex}.dashboard-body{flex:1;display:flex}.dashboard-content{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-main{padding:1.5rem;padding-bottom:calc(var(--footer-min-height) + 2.5rem);flex:1}dialog.modal-overlay,.modal-overlay{z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-sizing:border-box;background:#0f172abf;border:none;justify-content:center;align-items:center;width:100vw;max-width:100vw;height:100vh;max-height:100vh;margin:0;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-panel{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;width:100%;max-height:90vh;animation:.25s cubic-bezier(.4,0,.2,1) scaleUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000059}.modal-panel--sm{max-width:440px}.modal-panel--md{max-width:580px}.modal-panel--lg{max-width:800px}.modal__header{color:#fff;background:linear-gradient(135deg,#004d80 0%,#0066a2 100%);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal__title{color:#fff;margin:0;font-size:1.15rem;font-weight:800}.modal__close-btn{color:#fff;cursor:pointer;background:#004d8033;border:1px solid #fff6;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex}.modal__close-btn:hover{color:#004d80;background:#fff}.modal__body{color:#1e293b;flex:1;padding:1.5rem;font-size:.95rem;line-height:1.5;overflow-y:auto}.modal__footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.logout-modal__container{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:.75rem .5rem;display:flex}.logout-modal__icon-wrapper{color:#991b1b;background:#fef2f2;border:2px solid #fecaca;border-radius:50%;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;animation:2s infinite pulse;display:flex;box-shadow:0 4px 14px #dc26262e}.logout-modal__heading{color:#0f172a;margin:0 0 .35rem;font-size:1.15rem;font-weight:800}.logout-modal__text{color:#475569;margin:0;font-size:.875rem;line-height:1.5}.spinner{flex-shrink:0;animation:.8s linear infinite spin}.spinner-svg{animation:1.5s ease-in-out infinite dashOffset}.global-loader{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0e1eeb;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.global-loader__mensaje{color:hsl(var(--muted-foreground));font-size:.95rem;font-weight:500;animation:2s infinite pulse}.badge{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:.5rem;align-items:center;padding:.15rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge--sm{padding:.1rem .4rem;font-size:.65rem}.badge--md{padding:.15rem .55rem;font-size:.72rem}.badge--lg{padding:.2rem .7rem;font-size:.8rem}.badge--info{color:#1d4ed8;background:#dbeafe}.badge--success{color:#15803d;background:#dcfce7}.badge--warning{color:#b45309;background:#fef3c7}.badge--danger{color:#b91c1c;background:#fee2e2}.badge--neutral{color:#334155;background:#f1f5f9}.input-wrapper{flex-direction:column;gap:.4rem;display:flex}.input-label{color:hsl(var(--muted-foreground));font-size:.85rem;font-weight:500}.input-label__required{color:hsl(var(--danger));margin-left:.2rem}.input-field-container{align-items:center;display:flex;position:relative}.input-field{border-radius:var(--radius);width:100%;color:hsl(var(--foreground));background:#0003;border:1px solid #ffffff1a;outline:none;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.input-field--with-left-icon{padding-left:2.5rem}.input-field--with-right-action{padding-right:2.5rem}.input-field:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px #3b82f626}.input-field--error{border-color:hsl(var(--danger))}.input-field--error:focus{box-shadow:0 0 0 3px #ef444426}.input-left-icon{color:hsl(var(--muted-foreground));pointer-events:none;align-items:center;display:flex;position:absolute;left:.85rem}.input-right-action{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:.3rem;align-items:center;padding:.3rem;transition:color .2s;display:flex;position:absolute;right:.5rem}.input-right-action:hover{color:hsl(var(--foreground))}.input-error-message{color:hsl(var(--danger));align-items:center;gap:.3rem;font-size:.78rem;display:flex}.btn{border-radius:var(--radius);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-weight:600;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.btn--sm{border-radius:.6rem;padding:.45rem .9rem;font-size:.8rem}.btn--md{padding:.7rem 1.4rem;font-size:.88rem}.btn--lg{padding:.9rem 1.8rem;font-size:1rem}.btn--full{width:100%}.btn--primary{background:linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--accent)) 100%);color:#fff;box-shadow:0 4px 14px #00000040}.btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000059}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--secondary{color:hsl(var(--foreground));background:#ffffff0d;border:1px solid #ffffff1a}.btn--secondary:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff2e}.btn--danger{color:#b91c1c;background:#fee2e2;border:1px solid #ef444440}.btn--danger:hover:not(:disabled){background:#fecaca;border-color:#ef444466}.btn--ghost{color:hsl(var(--muted-foreground));background:0 0}.btn--ghost:hover:not(:disabled){color:hsl(var(--foreground));background:#ffffff0d}@media (max-width:1024px){.header__user-info{display:none}}@media (max-width:768px){.header__brand span,.header__logout-btn span{display:none}.footer{text-align:center;flex-direction:column;gap:.5rem}.footer__links{justify-content:center}.dashboard-main{padding:1rem;padding-bottom:calc(var(--footer-min-height) + 2.5rem)}}@media (max-width:480px){.modal-panel{margin:.5rem}}div.swal2-container.swal2-center{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.swal-custom-popup{background:#fff!important;border:1px solid #dbe0e6!important;border-radius:8px!important;padding:1.75rem!important;font-family:Roboto,Inter,sans-serif!important;box-shadow:0 10px 40px #00000026!important}.swal-custom-title{letter-spacing:-.01em;color:#004d80!important;font-family:Roboto,sans-serif!important;font-size:1.4rem!important;font-weight:700!important}.swal-custom-html{color:#1e293b!important;margin-top:.5rem!important;font-size:.925rem!important;line-height:1.6!important}.swal-custom-confirm-btn{color:#fff!important;cursor:pointer!important;text-transform:uppercase!important;background:#004d80!important;border:none!important;border-radius:4px!important;margin:.4rem!important;padding:.65rem 1.8rem!important;font-size:.85rem!important;font-weight:700!important;transition:background-color .2s!important;box-shadow:0 2px 6px #004d8066!important}.swal-custom-confirm-btn:hover{background:#003768!important}.swal-custom-cancel-btn{color:#fff!important;cursor:pointer!important;text-transform:uppercase!important;background:#dc2626!important;border:none!important;border-radius:4px!important;margin:.4rem!important;padding:.65rem 1.6rem!important;font-size:.85rem!important;font-weight:700!important;box-shadow:0 2px 6px #dc26264d!important}.swal-custom-cancel-btn:hover{background:#b91c1c!important}.swal-toast-popup{color:#1e293b!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:6px!important;box-shadow:0 4px 16px #0000001a!important}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;border-radius:.3rem;padding:.2rem;transition:background-color .2s}input[type=date]::-webkit-calendar-picker-indicator:hover{background-color:#e2e8f0}.swal2-container{z-index:100000!important}.container-responsive{width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.table-responsive-wrapper{-webkit-overflow-scrolling:touch;border-radius:.75rem;width:100%;margin-bottom:1rem;overflow-x:auto}.table-responsive-wrapper::-webkit-scrollbar{height:6px}.table-responsive-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.responsive-form-grid-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;width:100%;display:grid}.responsive-form-grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;width:100%;display:grid}@media (max-width:1024px){:root{--header-height:3.75rem}.header{padding:.6rem 1.25rem}.main-content{padding:1.25rem 1rem}.card,.glass-panel{padding:1.25rem}.header__user-name{max-width:160px}}@media (max-width:768px){:root{--header-height:3.5rem}body{font-size:.925rem}h1{font-size:1.4rem!important}h2{font-size:1.25rem!important}h3{font-size:1.1rem!important}.header{padding:.5rem .85rem}.header__brand span,.header__user-info,.header__logout-btn span{display:none}.header__logout-btn{border-radius:.5rem;padding:.45rem .6rem}.drawer{width:290px;max-width:88vw}.main-content{padding:1rem .75rem}.modal-dialog,.MuiDialog-paper{border-radius:1rem!important;width:96%!important;max-height:94vh!important;margin:.5rem!important}.modal-actions-responsive{flex-direction:column-reverse;gap:.65rem;width:100%}.modal-actions-responsive button{width:100%}.responsive-form-grid-2{grid-template-columns:1fr;gap:1rem}}@media (max-width:480px){.header{padding:.4rem .65rem}.header__avatar{width:2.1rem;height:2.1rem;font-size:.8rem}.header__avatar-img{width:2.1rem;height:2.1rem}.header__hamburger{padding:.4rem}.main-content{padding:.75rem .5rem}.otp-box-input{width:100%!important;min-width:1.85rem!important;max-width:2.75rem!important;height:3.1rem!important;margin:0 .15rem!important;font-size:1.3rem!important}.btn-responsive-full{width:100%!important;padding:.75rem 1rem!important}.pagination-responsive{flex-direction:column;align-items:center;gap:.75rem}}
