body { background: #f4f6f9; }
.sidebar { min-height: 100vh; background: #111827; }
.sidebar .brand { color: #fff; font-weight: 700; font-size: 20px; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.sidebar a { color: #d1d5db; text-decoration: none; display: block; padding: 10px 18px; font-size: 14px; }
.sidebar a:hover, .sidebar a.active { background: #2563eb; color: #fff; }
.content { padding: 24px; }
.card-stat { border: 0; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.table td, .table th { vertical-align: middle; }
.login-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #111827, #2563eb); }
.login-card { width: 100%; max-width: 420px; border: 0; border-radius: 18px; box-shadow: 0 18px 48px rgba(0,0,0,.25); }
.badge-soft-danger { background: #fee2e2; color: #991b1b; }
.badge-soft-success { background: #dcfce7; color: #166534; }
.thumb { width: 52px; height: 52px; object-fit: cover; border-radius: 8px; border: 1px solid #ddd; }
.print-only { display:none; }
@media print { .no-print,.sidebar,.btn,form,.alert { display:none!important; } .content { padding:0; } .print-only{display:block;} body{background:#fff;} .card{box-shadow:none!important;border:0!important;} }


.brand-logo { text-align: center; padding: 18px 12px 16px!important; }
.brand-logo img { width: 86px; height: 86px; object-fit: contain; display: block; margin: 0 auto 8px; border-radius: 14px; background: #fff; padding: 6px; }
.brand-logo span { display: block; color: #fff; font-weight: 800; letter-spacing: .5px; }
.brand-logo small { display: block; color: #93c5fd; font-size: 11px; margin-top: 2px; letter-spacing: .8px; }
.login-logo { width: 135px; height: 135px; object-fit: contain; border-radius: 20px; background: #fff; padding: 8px; box-shadow: 0 10px 26px rgba(0,0,0,.12); }
.dashboard-hero { background: linear-gradient(135deg, #ffffff, #eff6ff); }
.dashboard-logo { width: 95px; height: 95px; object-fit: contain; border-radius: 18px; background: #fff; padding: 8px; border: 1px solid #e5e7eb; }
@media (max-width: 768px) { .sidebar { min-height: auto; } .brand-logo img { width: 70px; height: 70px; } .dashboard-logo { width: 70px; height: 70px; } }
