:root {
	--cza-theme-bg: #050816;
	--cza-theme-panel: rgba(15, 23, 42, 0.82);
	--cza-theme-panel-strong: rgba(17, 24, 39, 0.96);
	--cza-theme-text: #f8fafc;
	--cza-theme-muted: #cbd5e1;
	--cza-theme-cyan: #22d3ee;
	--cza-theme-purple: #8b5cf6;
	--cza-theme-line: rgba(148, 163, 184, 0.22);
}

body {
	background:
		radial-gradient(circle at 20% 0%, rgba(34, 211, 238, 0.16), transparent 28%),
		radial-gradient(circle at 86% 10%, rgba(139, 92, 246, 0.22), transparent 30%),
		linear-gradient(135deg, #050816, #0f172a 52%, #111827);
	color: var(--cza-theme-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
}

* {
	box-sizing: border-box;
}

a {
	color: #a5f3fc;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

img {
	height: auto;
	max-width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.screen-reader-text:focus {
	background: #fff;
	clip: auto;
	color: #111827;
	height: auto;
	left: 12px;
	padding: 10px;
	top: 12px;
	width: auto;
	z-index: 100000;
}

.cza-theme-container {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 22px;
}

.cza-theme-header {
	background: rgba(5, 8, 22, 0.78);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--cza-theme-line);
	position: sticky;
	top: 0;
	z-index: 50;
}

.cza-theme-header-inner {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	min-height: 76px;
}

.cza-theme-logo img {
	display: block;
	height: 44px;
	width: auto;
}

.cza-theme-nav {
	align-items: center;
	display: flex;
}

.cza-theme-menu {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cza-theme-menu a {
	border-radius: 8px;
	color: #e2e8f0;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 12px;
}

.cza-theme-menu a:hover,
.cza-theme-menu .current-menu-item > a {
	background: rgba(34, 211, 238, 0.12);
	color: #fff;
}

.cza-theme-menu-toggle {
	background: transparent;
	border: 1px solid var(--cza-theme-line);
	border-radius: 8px;
	color: #fff;
	display: none;
	font-weight: 800;
	padding: 10px 12px;
}

.site-main {
	min-height: 64vh;
}

.cza-theme-front {
	padding: 34px 0 56px;
}

.cza-theme-content {
	padding: 54px 22px;
}

.cza-theme-page-header {
	margin: 0 0 26px;
	max-width: 840px;
}

.cza-theme-page-header h1,
.cza-theme-fallback h1 {
	color: #fff;
	font-size: clamp(36px, 6vw, 64px);
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 14px;
}

.entry-content,
.cza-theme-single,
.cza-theme-page,
.cza-theme-fallback,
.cza-theme-card {
	background: var(--cza-theme-panel);
	border: 1px solid var(--cza-theme-line);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.cza-theme-page .entry-content,
.cza-theme-single .entry-content {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.cza-theme-page,
.cza-theme-single,
.cza-theme-fallback {
	padding: 28px;
}

.entry-content {
	color: var(--cza-theme-muted);
	line-height: 1.8;
	padding: 24px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.cza-theme-card h2 {
	color: #fff;
	letter-spacing: 0;
}

.cza-theme-post-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cza-theme-card {
	overflow: hidden;
}

.cza-theme-card-body {
	padding: 20px;
}

.cza-theme-card h2 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.cza-theme-card p,
.cza-theme-fallback p,
.cza-theme-footer p {
	color: var(--cza-theme-muted);
	line-height: 1.7;
}

.cza-theme-meta {
	color: #94a3b8;
	font-size: 13px;
}

.cza-theme-read-more,
.cza-theme-button {
	background: linear-gradient(135deg, var(--cza-theme-purple), var(--cza-theme-cyan));
	border: 0;
	border-radius: 8px;
	color: #020617;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	margin-top: 10px;
	min-height: 44px;
	padding: 12px 16px;
}

.cza-theme-button-ghost {
	background: transparent;
	border: 1px solid rgba(34, 211, 238, 0.45);
	color: #e0f2fe;
}

.cza-theme-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.cza-theme-disclaimer {
	background: rgba(2, 6, 23, 0.42);
	border: 1px solid var(--cza-theme-line);
	border-radius: 8px;
	font-size: 13px;
	padding: 12px;
}

.cza-theme-featured-image {
	margin-bottom: 24px;
}

.cza-theme-featured-image img,
.cza-theme-card-image img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	width: 100%;
}

.cza-theme-footer {
	background: rgba(2, 6, 23, 0.88);
	border-top: 1px solid var(--cza-theme-line);
	padding: 36px 0 20px;
}

.cza-theme-footer-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.cza-theme-footer h2 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 12px;
}

.cza-theme-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cza-theme-footer li {
	margin: 8px 0;
}

.cza-theme-footer-bottom {
	border-top: 1px solid var(--cza-theme-line);
	margin-top: 24px;
	padding-top: 14px;
}

.navigation.pagination {
	margin-top: 24px;
}

.page-numbers {
	background: var(--cza-theme-panel);
	border: 1px solid var(--cza-theme-line);
	border-radius: 8px;
	display: inline-block;
	margin: 2px;
	padding: 8px 12px;
}

@media (max-width: 820px) {
	.cza-theme-header-inner {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.cza-theme-menu-toggle {
		display: inline-flex;
	}

	.cza-theme-nav {
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
	}

	.cza-theme-menu {
		display: none;
		flex-direction: column;
		width: 100%;
	}

	.cza-theme-menu.is-open {
		display: flex;
	}

	.cza-theme-menu li,
	.cza-theme-menu a {
		width: 100%;
	}

	.cza-theme-footer-grid {
		grid-template-columns: 1fr;
	}

	.cza-theme-page,
	.cza-theme-single,
	.cza-theme-fallback {
		padding: 20px;
	}
}

