body.theme-simple {
	background:#f5f7fb;
	color:#1d2736;
}

body.theme-simple .nav {
	background:#ffffff;
	border-radius:16px;
	padding:12px;
	box-shadow:0 6px 16px rgba(0,0,0,0.05);
}

body.theme-simple .nav a {
	color:#4f46e5;
	font-weight:600;
	padding:8px 10px;
	border-radius:8px;
}

body.theme-simple .nav a:hover {
	background:#eef2ff;
}

body.theme-simple .card {
	border-radius:16px;
	background:#fff;
	box-shadow:0 6px 16px rgba(0,0,0,0.06);
}

body.theme-simple button {
	background:#4f46e5;
	border-radius:10px;
}

body.theme-simple table {
	border-radius:12px;
	overflow:hidden;
}
@media (max-width:900px) {
	body[class*="theme-"] .topbar h1 {
		font-size:clamp(34px, 11vw, 52px) !important;
		line-height:.95;
	}
}

@media (max-width:520px) {
	body[class*="theme-"] .topbar h1 {
		font-size:clamp(30px, 12vw, 44px) !important;
		line-height:.95;
	}
}