* { letter-spacing: 0; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.crm-card { border: 1px solid rgba(255,255,255,.09); background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); border-radius: 16px; box-shadow: 0 24px 80px rgba(0,0,0,.22); }
.form-input, .form-select, .form-textarea { width: 100%; border-radius: 12px; border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.05); padding: .75rem .9rem; color: #fff; outline: none; transition: border-color .2s, background .2s; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: #a78bfa; background: rgba(255,255,255,.08); }
.form-select option { color: #0f172a; }
.label { margin-bottom: .45rem; display: block; font-size: .82rem; font-weight: 700; color: #cbd5e1; }
.btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 12px; background: #8b5cf6; padding: .72rem 1rem; font-weight: 800; color: #fff; transition: transform .15s, background .15s; }
.btn-primary:hover { background: #7c3aed; transform: translateY(-1px); }
.btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 12px; border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.05); padding: .72rem 1rem; font-weight: 700; color: #e2e8f0; transition: background .15s; }
.btn-secondary:hover { background: rgba(255,255,255,.10); }
.badge { display: inline-flex; align-items: center; border-radius: 999px; padding: .25rem .65rem; font-size: .72rem; font-weight: 800; }
.table-wrap { overflow-x: auto; border-radius: 16px; border: 1px solid rgba(255,255,255,.09); }
table.dataTable { width: 100% !important; border-collapse: collapse !important; color: #e2e8f0 !important; }
table.dataTable thead th { border-bottom: 1px solid rgba(255,255,255,.12) !important; background: rgba(255,255,255,.05); color: #cbd5e1; font-size: .75rem; text-transform: uppercase; }
table.dataTable tbody td { border-top: 1px solid rgba(255,255,255,.08); padding: 1rem .75rem; }
.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select { border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgba(255,255,255,.06); color: #fff; padding: .4rem .6rem; }
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_paginate { color: #94a3b8 !important; margin: .75rem; }
.dataTables_wrapper .dataTables_paginate .paginate_button { color: #cbd5e1 !important; border: 0 !important; border-radius: 10px !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button.current { background: #8b5cf6 !important; color: #fff !important; }
@media (max-width: 1023px) {
  #sidebar.is-open { transform: translateX(0); }
  #sidebarOverlay.is-open { display: block; }
}
