/* ============================================ Track KM - Theme System Light/Dark x Moderno/Minimal ============================================ */:root,[data-bs-theme="light"]{ --tkm-body-bg:#f0f2f5; --tkm-body-color:#212529; --tkm-sidebar-bg:#212529; --tkm-sidebar-header-bg:#1a1e21; --tkm-sidebar-link-color:#adb5bd; --tkm-sidebar-link-hover-bg:#343a40; --tkm-sidebar-link-hover-color:#fff; --tkm-sidebar-active-bg:#0d6efd; --tkm-sidebar-active-color:#fff; --tkm-sidebar-border:#343a40; --tkm-sa-sidebar-bg:#1a1a2e; --tkm-sa-sidebar-header-bg:#0f3460; --tkm-sa-sidebar-hover-bg:#16213e; --tkm-sa-sidebar-active-bg:#e94560; --tkm-card-bg:#ffffff; --tkm-card-shadow:0 1px 3px rgba(0,0,0,.1); --tkm-stat-row-bg:#f8f9fa; --tkm-open-shift-bg:#fffaf0; --tkm-open-shift-border:#fd7e14; --tkm-text-primary:#0d6efd; --tkm-muted:#6c757d;}
[data-bs-theme="dark"]{ --tkm-body-bg:#121212; --tkm-body-color:#e0e0e0; --tkm-sidebar-bg:#1a1a1a; --tkm-sidebar-header-bg:#111111; --tkm-sidebar-link-color:#9e9e9e; --tkm-sidebar-link-hover-bg:#2a2a2a; --tkm-sidebar-link-hover-color:#ffffff; --tkm-sidebar-active-bg:#0d6efd; --tkm-sidebar-active-color:#ffffff; --tkm-sidebar-border:#333333; --tkm-sa-sidebar-bg:#0d0d1a; --tkm-sa-sidebar-header-bg:#0a1a3a; --tkm-sa-sidebar-hover-bg:#111a2e; --tkm-sa-sidebar-active-bg:#e94560; --tkm-card-bg:#1e1e1e; --tkm-card-shadow:0 1px 3px rgba(0,0,0,.4); --tkm-stat-row-bg:#2a2a2a; --tkm-open-shift-bg:#2a2010; --tkm-open-shift-border:#fd7e14; --tkm-text-primary:#6ea8fe; --tkm-muted:#9e9e9e;}
[data-bs-theme="dark"] .bg-white{background-color:var(--tkm-card-bg) !important}
[data-bs-theme="dark"] .text-dark{color:var(--tkm-body-color) !important}
[data-bs-theme="dark"] .bg-light{background-color:var(--tkm-stat-row-bg) !important}
[data-bs-theme="dark"] .card{background-color:var(--tkm-card-bg);border-color:#333}
[data-bs-theme="dark"] .list-group-item{background-color:var(--tkm-card-bg);border-color:#333;color:var(--tkm-body-color)}
[data-bs-theme="dark"] .table{--bs-table-bg:var(--tkm-card-bg);color:var(--tkm-body-color)}
[data-bs-theme="dark"] .modal-content{background-color:var(--tkm-card-bg);color:var(--tkm-body-color)}
[data-bs-theme="dark"] .form-control, [data-bs-theme="dark"] .form-select{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}
[data-bs-theme="dark"] .alert-light{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}
[data-bs-theme="dark"] .border-bottom{border-color:#333 !important}
[data-bs-theme="dark"] .border-end{border-color:#333 !important}
body{ background:var(--tkm-body-bg); color:var(--tkm-body-color); margin:0;}
.sidebar{ width:220px; min-height:100vh; background:var(--tkm-sidebar-bg); position:fixed; top:0;left:0; z-index:1030; padding-top:0; display:flex; flex-direction:column;}
.sidebar .nav-link{color:var(--tkm-sidebar-link-color);padding:10px 16px;border-radius:0;font-size:.9rem}
.sidebar .nav-link:hover{color:var(--tkm-sidebar-link-hover-color);background:var(--tkm-sidebar-link-hover-bg)}
.sidebar .nav-link.active{color:var(--tkm-sidebar-active-color);background:var(--tkm-sidebar-active-bg);font-weight:bold}
.sidebar-header{padding:14px 16px;background:var(--tkm-sidebar-header-bg);color:#fff;font-weight:bold;font-size:1.1rem;border-bottom:1px solid var(--tkm-sidebar-border)}
.sidebar-footer{margin-top:auto;padding:12px;border-top:1px solid var(--tkm-sidebar-border)}
.main-content{margin-left:220px;padding:16px;min-height:100vh}
.sa-theme .sidebar{background:var(--tkm-sa-sidebar-bg)}
.sa-theme .sidebar-header{background:var(--tkm-sa-sidebar-header-bg)}
.sa-theme .sidebar .nav-link:hover{background:var(--tkm-sa-sidebar-hover-bg)}
.sa-theme .sidebar .nav-link.active{background:var(--tkm-sa-sidebar-active-bg)}
.card-log{border:none;border-radius:12px;box-shadow:var(--tkm-card-shadow);margin-bottom:12px;background:var(--tkm-card-bg)}
.sticky-c{position:sticky;top:0;z-index:1020}
.blink{animation:blinker 2s linear infinite;color:#fd7e14}
@keyframes blinker{50%{opacity:0}
}
.open-shift-card{border:2px solid var(--tkm-open-shift-border) !important;background:var(--tkm-open-shift-bg)}
.login-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center}
.login-card{width:100%;max-width:400px}
@media (max-width:767.98px){ .sidebar{display:none}
 .main-content{margin-left:0;padding:8px}
 body{padding-bottom:70px}
}
.theme-toggles{display:flex;gap:8px;align-items:center}
.theme-toggle{display:flex;align-items:center;gap:4px;cursor:pointer;font-size:.75rem;color:var(--tkm-sidebar-link-color);user-select:none}
.theme-toggle input{display:none}
.theme-toggle .toggle-track{width:32px;height:18px;border-radius:9px;background:#555;position:relative;transition:background 0.3s;flex-shrink:0}
.theme-toggle .toggle-track::after{content:'';width:14px;height:14px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform 0.3s}
.theme-toggle input:checked + .toggle-track{background:#0d6efd}
.theme-toggle input:checked + .toggle-track::after{transform:translateX(14px)}
.theme-toggle .toggle-label{font-size:.65rem;min-width:14px;text-align:center}
.theme-toggles-nav{display:flex;gap:6px;align-items:center}
.theme-toggles-nav .toggle-track{width:28px;height:16px;border-radius:8px}
.theme-toggles-nav .toggle-track::after{width:12px;height:12px}
.theme-toggles-nav input:checked + .toggle-track::after{transform:translateX(12px)}
.pdf-preview-frame{width:100%;height:75vh;border:none;border-radius:4px}
.pdf-modal-body{padding:0}
@media (max-width:767.98px){.pdf-preview-frame{height:60vh}
}
.badge-fit{height:fit-content}
.sidebar-logo{width:24px;height:24px;border-radius:4px}
.navbar-logo{width:28px;height:28px;border-radius:4px}
.tenant-logo-sm{width:32px;height:32px;border-radius:6px}
.tenant-logo-md{width:64px;height:64px;border-radius:8px}
.tenant-logo-thumb{width:36px;height:36px;border-radius:6px}
.btn{transition:all 0.2s ease}
