.notes-body {
	background:
		radial-gradient(circle at 20% 20%, rgba(168, 85, 247, 0.18), transparent 32%),
		radial-gradient(circle at 80% 10%, rgba(14, 165, 233, 0.14), transparent 30%),
		linear-gradient(135deg, #07070b 0%, #10101a 45%, #050509 100%);
}

.notes-main {
	max-width: 760px;
	margin: 0 auto;
	padding: 140px 24px 96px;
}

.notes-header {
	margin-bottom: 56px;
}

.notes-eyebrow {
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c084fc;
	margin-bottom: 14px;
}

.notes-main h1 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -0.025em;
	margin-bottom: 18px;
}

.notes-intro {
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: 640px;
}

.notes-list {
	list-style: none;
	padding: 0;
	margin: 0 0 48px;
	display: grid;
	gap: 14px;
}

.notes-list-link {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 22px 24px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.035);
	color: white;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.notes-list-link:hover,
.notes-list-link:focus-visible {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(192, 132, 252, 0.35);
	transform: translateY(-2px);
}

.notes-list-title {
	font-size: 1.1rem;
	font-weight: 500;
}

.notes-list-meta {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.04em;
}

.note-article p,
.note-article li {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.75;
	font-size: 1rem;
}

.note-article p {
	margin-bottom: 18px;
}

.note-article h2 {
	font-family: 'Inter', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin: 36px 0 14px;
	color: #ffffff;
}

.note-article ul {
	margin: 0 0 22px 22px;
	padding: 0;
}

.note-article li {
	margin-bottom: 8px;
}

.note-article code {
	font-family: 'Courier New', monospace;
	font-size: 0.92em;
	padding: 1px 6px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	color: #e9d5ff;
}

.note-meta {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 32px;
}

.notes-back {
	margin-top: 48px;
	font-size: 0.95rem;
}

.notes-back a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.2s ease;
}

.notes-back a:hover,
.notes-back a:focus-visible {
	color: #ffffff;
}

@media (max-width: 600px) {
	.notes-main {
		padding: 120px 20px 64px;
	}

	.notes-header {
		margin-bottom: 40px;
	}

	.notes-list-link {
		padding: 18px 18px;
	}
}
