.card{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;box-shadow:0 10px 25px rgba(15,23,42,.06)}
.input{width:100%;border:1px solid #cbd5e1;border-radius:1rem;padding:.75rem 1rem;outline:none;background:white}
.input:focus{border-color:#003A57;box-shadow:0 0 0 3px rgba(0,58,87,.12)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:1rem;padding:.75rem 1rem;font-weight:700;transition:.2s}
.btn-primary{background:#003A57;color:#fff}.btn-primary:hover{filter:brightness(1.1)}
.btn-soft{background:#f1f5f9;color:#0f172a}.btn-danger{background:#fee2e2;color:#b91c1c}
.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:separate;border-spacing:0 .5rem}.table th{text-align:left;font-size:.75rem;color:#64748b;padding:.5rem}.table td{background:white;padding:.75rem;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.table td:first-child{border-left:1px solid #e2e8f0;border-radius:1rem 0 0 1rem}.table td:last-child{border-right:1px solid #e2e8f0;border-radius:0 1rem 1rem 0}
.mobile-nav{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.6rem 0;color:#475569}.mobile-nav i{font-size:1rem}
@media print{aside,header,nav,.no-print{display:none!important}main{padding:0!important}.card{box-shadow:none;border:0}.lg\:ml-72{margin-left:0!important}}

.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .65rem;font-size:.75rem;font-weight:800;background:#f1f5f9;color:#334155}.badge-green{background:#dcfce7;color:#166534}.badge-red{background:#fee2e2;color:#991b1b}.badge-blue{background:#dbeafe;color:#1e40af}.badge-amber{background:#fef3c7;color:#92400e}.section-title{font-size:1.25rem;font-weight:900;color:#0f172a}.muted{color:#64748b}.action-row{display:flex;gap:.5rem;flex-wrap:wrap}.mini-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:1.25rem;padding:1rem}
.label{display:block;font-size:.875rem;font-weight:700;color:#334155;margin-bottom:.35rem}
