/* =========================
   SAFE MODERN LAYER (ANTI RUSAK)
   Tidak mengubah struktur W3
========================= */

/* FONT */
body {
	font-family: 'Inter', system-ui, sans-serif;
	background: #f8fafc;
	color: #1e293b;
}

/* CARD (tidak ubah layout, cuma visual) */
.w3-card,
.w3-card-2,
.w3-card-4 {
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* BUTTON (tetap kompatibel) */
.w3-button,
.w3-btn {
	border-radius: 8px;
	font-weight: 500;
}

/* hover jangan terlalu agresif */
.w3-button:hover {
	background-color: #e5e7eb !important;
}

/* INPUT (tidak ubah behavior W3) */
.w3-input,
.w3-select {
	border: 1px solid #d1d5db;
	border-radius: 8px;
}

.w3-input:focus {
	border-color: #6366f1;
}

/* TABLE (tidak ubah display:table) */
.w3-table-all {
	border-radius: 8px;
	overflow: hidden;
}

.w3-table-all th {
	background: #f3f4f6;
	font-weight: 600;
}

.w3-table-all tr:hover {
	background: #f9fafb;
}

/* SIDEBAR aman */
.w3-sidebar {
	border-right: 1px solid #e5e7eb;
}

/* NAVBAR */
.w3-bar {
	border-bottom: 1px solid #e5e7eb;
}

/* BADGE */
.w3-badge {
	border-radius: 999px;
}
