:root{--hm-azul:#0b2f5b;--hm-celeste:#00a6d6;--hm-blanco:#fff;--hm-gris:#f4f6f9;--hm-oscuro:#06203f}body{background:var(--hm-gris);min-height:100vh}.text-hm{color:var(--hm-azul)}.navbar-hm{background:linear-gradient(90deg,var(--hm-azul),var(--hm-celeste))}.btn-hm{background:var(--hm-azul);color:#fff;border:0}.btn-hm:hover{background:var(--hm-celeste);color:#fff}.card-hm{border:0;border-top:4px solid var(--hm-celeste);border-radius:14px;box-shadow:0 .25rem 1rem rgba(0,0,0,.08)}.login-box{max-width:430px;margin:6vh auto}.brand-logo{height:42px;width:42px;object-fit:contain}.table thead{background:#eaf6fb}.required:after{content:' *';color:#dc3545}.sidebar-title{font-size:.75rem;text-transform:uppercase;opacity:.65;color:#d7f7ff;letter-spacing:.05rem}.small-muted{font-size:.85rem;color:#6c757d}.hm-sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;background:linear-gradient(180deg,var(--hm-azul),var(--hm-oscuro));color:#fff;z-index:1040;overflow-y:auto}.sidebar-logo{width:74px;height:74px;object-fit:contain}.sidebar-link{display:block;color:#fff;text-decoration:none;padding:.58rem .75rem;border-radius:.65rem;margin-bottom:.2rem;font-size:.95rem}.sidebar-link:hover{background:rgba(0,166,214,.22);color:#fff}.hm-content{margin-left:260px;min-height:100vh}.hm-topbar{background:#fff;position:sticky;top:0;z-index:1000}@media(max-width:767.98px){.hm-sidebar{transform:translateX(-100%);transition:.2s}.sidebar-open .hm-sidebar{transform:translateX(0)}.hm-content{margin-left:0}}
