:root{--rd-primary:#f50;--rd-primary-dark:#e04400;--rd-gradient:linear-gradient(135deg, #ff6a00 0%, #ee0979 100%);--hd-primary:var(--rd-primary);--hd-primary-dark:var(--rd-primary-dark);--hd-sidebar-width:260px;--hd-sidebar-collapsed-width:64px;--hd-topbar-height:60px;--hd-font:"Inter", sans-serif}body{font-family:var(--hd-font);color:#1e293b;background-color:#f8f9fb}.hd-sidebar{width:var(--hd-sidebar-width);z-index:1040;background:#1a1212;flex-direction:column;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.hd-sidebar.collapsed-desktop{width:var(--hd-sidebar-collapsed-width)}.hd-sidebar.collapsed-desktop .hd-nav-section,.hd-sidebar.collapsed-desktop .hd-nav-link span,.hd-sidebar.collapsed-desktop .sidebar-user-info,.hd-sidebar.collapsed-desktop .brand-text{display:none}.hd-sidebar.collapsed-desktop .hd-sidebar-brand{justify-content:center;padding:0}.hd-sidebar.collapsed-desktop .hd-nav-link{justify-content:center;gap:0;margin:.1rem .5rem;padding:.6rem 0;position:relative}.hd-sidebar.collapsed-desktop .hd-nav-link i{width:auto;font-size:1.15rem}.hd-sidebar.collapsed-desktop .hd-nav-link:after{content:attr(data-label);left:calc(var(--hd-sidebar-collapsed-width) - 4px);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;z-index:2000;background:#1a1212;border:1px solid #ffffff1a;border-radius:6px;padding:4px 10px;font-size:.78rem;transition:opacity .15s;position:absolute}.hd-sidebar.collapsed-desktop .hd-nav-link:hover:after{opacity:1}.hd-sidebar-brand{height:var(--hd-topbar-height);color:#fff;border-bottom:1px solid #ffffff14;align-items:center;padding:0 1.25rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:flex}.hd-sidebar-brand .brand-icon{background:var(--hd-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-right:.75rem;font-size:1rem;display:flex}.hd-nav{flex:1;min-height:0;padding:.75rem 0;overflow:hidden auto}.hd-nav::-webkit-scrollbar{width:4px}.hd-nav::-webkit-scrollbar-track{background:0 0}.hd-nav::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:2px}.hd-nav::-webkit-scrollbar-thumb:hover{background:#ffffff40}.hd-nav-section{letter-spacing:.08em;text-transform:uppercase;color:#ffffff59;margin-top:.5rem;padding:.2rem 1.25rem;font-size:.63rem;font-weight:600}.hd-nav-link{color:#ffffffa6;border-radius:8px;align-items:center;gap:.65rem;margin:.1rem .5rem;padding:.45rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.hd-nav-link i{text-align:center;width:20px;font-size:1.05rem}.hd-nav-link:hover{color:#fff;background:#ffffff12}.hd-nav-link.active{background:var(--hd-primary);color:#fff}.hd-topbar{height:var(--hd-topbar-height);top:0;right:0;left:var(--hd-sidebar-width);z-index:1030;background:#fff;border-bottom:1px solid #e8ecf0;align-items:center;gap:1rem;padding:0 1.5rem;transition:left .3s;display:flex;position:fixed}.hd-topbar.full-width{left:0}.hd-topbar.sidebar-collapsed{left:var(--hd-sidebar-collapsed-width)}.hd-main{margin-left:var(--hd-sidebar-width);padding-top:var(--hd-topbar-height);min-height:100vh;transition:margin-left .3s}.hd-main.full-width{margin-left:0}.hd-main.sidebar-collapsed{margin-left:var(--hd-sidebar-collapsed-width)}.hd-overlay{z-index:1035;background:#0006;display:none;position:fixed;inset:0}.hd-overlay.active{display:block}.hd-notif-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e8ecf0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .15s;display:flex;position:relative}.hd-notif-btn:hover{color:var(--hd-primary);background:#f1f5f9}.hd-notif-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.hd-stat-card{background:#fff;border:1px solid #e8ecf0;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.hd-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.badge-open{color:#1d4ed8;background:#dbeafe}.badge-pending{color:#a16207;background:#fef9c3}.badge-on_hold{color:#475569;background:#f1f5f9}.badge-resolved{color:#15803d;background:#dcfce7}.badge-closed{color:#94a3b8;background:#f1f5f9}.badge-critical{color:#dc2626;background:#fee2e2}.badge-high{color:#ea580c;background:#ffedd5}.badge-medium{color:#ca8a04;background:#fef9c3}.badge-low{color:#16a34a;background:#dcfce7}.hd-table th{text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:2px solid #e8ecf0;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.hd-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.85rem 1rem;font-size:.875rem}.hd-table tbody tr:hover{background:#f8fafc}.hd-page-header{background:#fff;border-bottom:1px solid #e8ecf0;margin-bottom:1.5rem;padding:1.5rem}.hd-content{padding:0 1.5rem 2rem}@media (width<=991.98px){.hd-sidebar{transform:translate(-100%)}.hd-sidebar.open{transform:translate(0)}.hd-sidebar .brand-text{display:none}.hd-topbar{left:0!important}.hd-main{margin-left:0!important}}.hd-form-label{color:#374151;margin-bottom:.35rem;font-size:.8125rem;font-weight:600}.hd-avatar{background:var(--hd-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.75rem;font-weight:600;display:inline-flex}.notyf__toast{min-width:280px;max-width:380px;border-radius:10px!important;padding:14px 18px!important;box-shadow:0 4px 20px #0000001a!important}.notyf__toast--success{border-left:4px solid #22c55e;color:#1e293b!important;background:#f0fdf4!important}.notyf__toast--error{border-left:4px solid #ef4444;color:#1e293b!important;background:#fef2f2!important}.notyf__icon--success{font-size:1rem;color:#22c55e!important}.notyf__icon--error{font-size:1rem;color:#ef4444!important}.notyf__message{font-size:.875rem;font-weight:500;color:#1e293b!important}.notyf__dismiss-btn{color:#334155!important;opacity:1!important;background:#00000014!important;border:none!important;border-radius:4px!important;width:22px!important;height:22px!important}.notyf__dismiss-btn:before,.notyf__dismiss-btn:after{background:#334155!important}.notyf__dismiss-btn:hover{color:#0f172a!important;background:#00000029!important}
