.jee-mains-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(90deg,#7b61ff,#ff7a7a);
	border-radius: 6px;
	padding: 0.18em 0.7em;
	margin-left: 0.7em;
	letter-spacing: 0.5px;
	display: inline-block;
}
/* Premium MCQ Question Block Styles (moved from style.css) */
/* Premium MCQ Question Block Styles (light background, black text) */
.premium-mcq {
	background: linear-gradient(120deg, #fff 60%, #f3f3ff 100%);
	border-radius: 22px;
	box-shadow: 0 8px 32px rgba(123,97,255,0.13);
	padding: 1.7rem 1.3rem 1.3rem 1.3rem;
	margin: 1.5rem 0;
	max-width: 540px;
	width: 100%;
	min-width: 0;
	border: 2px solid #7b61ff33;
	position: relative;
	transition: box-shadow 0.2s;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	color: #111;
	word-break: break-word;
	box-sizing: border-box;
}
@media (max-width: 700px) {
	.premium-mcq {
		max-width: 98vw;
		min-width: 0;
		padding: 1.1rem 0.5rem 1rem 0.5rem;
		margin: 1rem 0;
		font-size: 0.98rem;
	}
	.premium-mcq h4 {
		font-size: 1.01rem;
	}
	.premium-mcq .option-btn {
		font-size: 0.97rem;
		padding: 0.6rem 0.7rem;
	}
}
.premium-mcq h4 {
	margin: 0 0 1.2rem 0;
	font-size: 1.18rem;
	font-family: 'Playfair Display', serif;
	color: #111;
	letter-spacing: 0.01em;
	font-weight: 700;
}
.premium-mcq .option-btn {
	margin: 0.5rem 0 0.5rem 0;
	width: 100%;
	border-radius: 13px;
	font-size: 1.04rem;
	background: linear-gradient(90deg, #f7f7ff 0%, #eaeaff 100%);
	border: 1.5px solid #7b61ff22;
	color: #111;
	text-align: left;
	box-shadow: 0 2px 8px rgba(123,97,255,0.04);
	transition: background 0.18s, border 0.18s, color 0.18s;
}
.premium-mcq .option-btn:hover, .premium-mcq .option-btn:focus {
	background: linear-gradient(90deg, #7b61ff 0%, #ff7a7a 100%);
	color: #fff;
	border: 1.5px solid #7b61ff;
}
.premium-mcq .answer-block {
	margin-top: 1.2rem;
	padding: 1.1rem 1.1rem;
	border-radius: 13px;
	background: linear-gradient(90deg, rgba(123,97,255,0.13), rgba(255,122,122,0.13));
	color: #111;
	font-size: 1rem;
	box-shadow: 0 2px 12px rgba(123,97,255,0.08);
	border: 1.5px solid rgba(255,255,255,0.09);
}
.question-block {
	background: linear-gradient(120deg, rgba(123,97,255,0.10), rgba(255,122,122,0.10));
	border-radius: 18px;
	box-shadow: 0 4px 24px rgba(123,97,255,0.10);
	padding: 1.5rem 1.2rem 1.2rem 1.2rem;
	margin: 1.2rem 0;
	max-width: 520px;
	width: 100%;
	border: 1.5px solid rgba(255,255,255,0.08);
}
/* Premium MCQ Option Styles (moved from style.css) */
.premium-option-btn {
	font-weight: 600;
	letter-spacing: 0.01em;
	background: linear-gradient(90deg, #23244d 0%, #2d1e2f 100%);
	border: 2px solid #7b61ff33;
	color: #e6eef8;
	box-shadow: 0 2px 12px rgba(123,97,255,0.10);
	transition: background 0.18s, border 0.18s, color 0.18s;
}
.premium-option-btn:hover, .premium-option-btn:focus {
	background: linear-gradient(90deg, #7b61ff 0%, #ff7a7a 100%);
	color: #fff;
	border: 2px solid #7b61ff;
}
.option-correct {
	background: linear-gradient(90deg, #2ecc40 0%, #27ae60 100%) !important;
	color: #fff !important;
	border: 2px solid #2ecc40 !important;
}
.option-incorrect {
	background: linear-gradient(90deg, #ff7a7a 0%, #c0392b 100%) !important;
	color: #fff !important;
	border: 2px solid #ff7a7a !important;
}
/* Improved chapter card style for Class 11 JEE Physics */
.chapter-card {
	background: linear-gradient(120deg,#f7f9ff 80%,#e6e6ff 100%);
	color: #222;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(123,97,255,0.12), 0 2px 8px rgba(0,0,0,0.04);
	padding: 1.1rem 1.2rem 1.1rem 1.2rem;
	margin-bottom: 0.7rem;
	min-width: 200px;
	max-width: 380px;
	width: 100%;
	font-size: 1.08rem;
	transition: transform .22s cubic-bezier(.2,.9,.2,1), box-shadow .22s;
	border: 1px solid #d6d6ff;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 0.7rem;
	justify-content: flex-start;
}
.chapter-card:hover {
	transform: translateY(-6px) scale(1.04);
	box-shadow: 0 18px 60px rgba(123,97,255,0.18), 0 2px 8px rgba(0,0,0,0.08);
	border-color: #7b61ff33;
	background: linear-gradient(120deg,#e6e6ff 80%,#f7f9ff 100%);
}
.chapter-card h3 {
	margin: 0;
	font-size: 1.08rem;
	color: #7b61ff;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding-bottom: 0.1rem;
	display: inline-block;
}
.chapter-icon {
	font-size: 1.5rem;
	margin-right: 0.2rem;
	flex-shrink: 0;
}
.chapter-card::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg,#ff7a7a,#7b61ff);
	border-radius: 0 0 16px 16px;
	opacity: 0.18;
}
.grid {
	display: flex;
	gap: 1.2rem;
	justify-content: center;
	margin-top: 2.2rem;
	flex-wrap: wrap;
}
@media (max-width: 700px) {
	.grid {
		flex-direction: column;
		align-items: center;
		gap: 0.7rem;
	}
	.card, .chapter-card {
		min-width: 180px;
		max-width: 98vw;
		width: 100%;
		box-sizing: border-box;
	}
	.chapter-card {
		font-size: 0.98rem;
		padding: 0.9rem 0.7rem 0.9rem 0.7rem;
		gap: 0.5rem;
	}
	.chapter-icon {
		font-size: 1.2rem;
	}
}

body {
	background: linear-gradient(135deg,#f7f9ff 0%, #eef3ff 100%);
	font-family: 'Inter', system-ui, sans-serif;
	color: #222;
}
.container {
	max-width: 900px;
	margin: 0 auto;
	padding: 2rem;
}
.grid {
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 2.5rem;
}
.card {
	background: linear-gradient(120deg,#fff 80%,#e6e6ff 100%);
	border-radius: 18px;
	box-shadow: 0 8px 32px rgba(123,97,255,0.10), 0 2px 8px rgba(0,0,0,0.04);
	padding: 2.2rem 2rem 1.6rem 2rem;
	min-width: 260px;
	max-width: 340px;
	transition: transform .22s cubic-bezier(.2,.9,.2,1), box-shadow .22s;
	cursor: pointer;
	border: 1px solid #ececff;
	text-align: left;
}
.card:hover {
	transform: translateY(-8px) scale(1.04);
	box-shadow: 0 18px 60px rgba(123,97,255,0.18), 0 2px 8px rgba(0,0,0,0.08);
	border-color: #7b61ff33;
}
.card h2 {
	margin-top: 0;
	color: #7b61ff;
	font-size: 1.3rem;
	margin-bottom: 0.7rem;
}
.card p {
	color: #444;
	font-size: 1rem;
	margin-bottom: 0.2rem;
}
.btn {
	display: inline-block;
	margin-top: 2rem;
	padding: 0.7rem 1.3rem;
	border-radius: 10px;
	background: linear-gradient(90deg,#ff7a7a,#7b61ff);
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(123,97,255,0.10);
	border: none;
	cursor: pointer;
	font-size: 1rem;
}
.site-header {
	background: linear-gradient(90deg,#ff7a7a,#7b61ff);
	color: #fff;
	padding: 1.2rem 0;
	text-align: center;
	border-radius: 0 0 18px 18px;
	margin-bottom: 1.2rem;
}
.logo-mark {
	font-weight: 700;
	font-size: 1.5rem;
	background: linear-gradient(135deg,#ff7a7a,#7b61ff);
	color: #fff;
	border-radius: 10px;
	padding: 0.5rem 1rem;
	margin-right: 0.5rem;
}
.logo-text {
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: 0.4px;
}
