.card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;margin-bottom:20px}.card-header{padding:18px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.card-header h2{font-size:16px;font-weight:700;margin:0}.card-body{padding:24px}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:all .2s;font-family:inherit}.btn-primary{background:#e8491d;color:#fff}.btn-primary:hover{background:#c93a12}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.btn-sm{padding:5px 12px;font-size:12px}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600}.badge-success{background:#dcfce7;color:#16a34a}.badge-danger{background:#fef2f2;color:#dc2626}.badge-warning{background:#fefce8;color:#ca8a04}.badge-info{background:#eff6ff;color:#2563eb}table{width:100%;border-collapse:collapse}th,td{padding:12px 16px;text-align:left;font-size:13.5px;border-bottom:1px solid #e2e8f0}th{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#64748b;background:#f8fafc}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:13.5px;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#e8491d;box-shadow:0 0 0 3px #e8491d1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;display:flex;align-items:center;justify-content:center}.modal{background:#fff;border-radius:14px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal-header h3{font-size:16px;font-weight:700;margin:0}.modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#64748b}.modal-body{padding:24px}.modal-footer{padding:16px 24px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:10px}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin-bottom:24px}.stat-card{background:#fff;border-radius:10px;padding:22px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000014}.stat-card .icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:12px}.stat-card .value{font-size:28px;font-weight:800;line-height:1}.stat-card .label{font-size:12px;color:#64748b;margin-top:4px}.img-thumb{width:70px;height:50px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.media-item{position:relative;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;aspect-ratio:1}.media-item img{width:100%;height:100%;object-fit:cover}.page-title{font-size:22px;font-weight:800;margin:0 0 24px;color:#0f172a}
