@import url('https://fonts.cdnfonts.com/css/bpg-arial');

*,
*::before,
*::after {
	box-sizing: border-box;
}


html {
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body {
	background: var(--cg-bg);
	color: var(--cg-text);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: var(--cg-font);
	font-size: var(--cg-body-size);
	line-height: var(--cg-line-height);
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--cg-primary);
}

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

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text,
.skip-link {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.skip-link:focus {
	background: #fff;
	clip: auto;
	height: auto;
	left: 20px;
	padding: 12px;
	top: 20px;
	width: auto;
	z-index: 1000;
}

.cg-container {
	margin: 0 auto;
	max-width: calc(var(--cg-container) + 48px);
	padding: 0 24px;
	width: 100%;
}

.cg-topbar {
	background: #050506;
	color: #fff;
	font-size: 13px;
	margin: 0;
}

.cg-page-progress {
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.18s ease;
	z-index: 99999;
}

.cg-page-progress.is-active {
	opacity: 1;
}

.cg-page-progress span {
	background: linear-gradient(90deg, rgba(239, 63, 55, 0) 0%, #ef3f37 16%, #ff786d 48%, #ef3f37 84%, rgba(239, 63, 55, 0) 100%);
	box-shadow: 0 0 20px rgba(239, 63, 55, 0.8);
	display: block;
	height: 100%;
	transform-origin: left center;
	transform: scaleX(0);
	transition: transform 0.22s ease;
	width: 100%;
}

.cg-page-progress.is-active span {
	transform: scaleX(1);
}

.cg-topbar .cg-container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 0;
	padding: 3px 24px;
	max-width: 100%;
}

.cg-topbar-links,
.cg-socials {
	align-items: center;
	display: flex;
	gap: 16px;
}

.cg-topbar-socials {
	align-items: center;
	display: flex;
	gap: 8px;
}

.cg-social-link {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	height: 30px;
	justify-content: center;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: 30px;
}

.cg-social-link:hover {
	background: rgba(239, 63, 55, 0.18);
	border-color: rgba(239, 63, 55, 0.34);
	color: #fff;
	transform: translateY(-1px);
}

.cg-social-link svg {
	display: block;
	height: 14px;
	width: 14px;
}

.cg-social-youtube svg {
	height: 16px;
	width: 16px;
}

.cg-social-tiktok svg {
	height: 14px;
	width: 14px;
}

.cg-topbar .cg-social-link {
	border-radius: 6px;
	height: 26px;
	width: 26px;
}

.cg-topbar .cg-social-link svg {
	height: 13px;
	width: 13px;
}

.cg-site-header {
	background: var(--cg-header-bg);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 14px 35px rgba(17, 19, 24, 0.04);
	margin: 0;
	position: relative;
	z-index: 50;
}

.cg-site-header.is-sticky {
	position: sticky;
	top: 0;
}

body.admin-bar .cg-site-header.is-sticky {
	top: 32px;
}

.cg-header-inner {
	align-items: center;
	display: grid;
	grid-template-columns: auto 1fr auto;
	min-height: var(--cg-header-height);
}

.cg-logo {
	align-items: center;
	display: inline-flex;
	font-size: clamp(26px, 3vw, 32px);
	font-weight: 850;
	line-height: 1;
	max-width: var(--cg-logo-size);
}

.cg-logo img {
	max-height: 52px;
	width: auto;
}

/* Dark / Light logo toggle */
.cg-logo .cg-logo-light {
	display: none !important;
}
.cg-logo .cg-logo-dark {
	display: block !important;
}

body:not(.is-dark-theme) .cg-logo .cg-logo-light {
	display: block !important;
}
body:not(.is-dark-theme) .cg-logo .cg-logo-dark {
	display: none !important;
}

.cg-logo i {
	color: var(--cg-primary);
	font-style: normal;
}

.cg-main-nav {
	justify-self: center;
}

@media (max-width: 900px) {
	.cg-site-header .cg-main-nav {
		display: none !important;
	}

	.cg-header-actions .cg-menu-button {
		display: inline-flex !important;
	}
}

.cg-menu,
.cg-mobile-menu,
.cg-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cg-menu {
	align-items: center;
	display: flex;
	gap: clamp(22px, 3vw, 42px);
}

.cg-menu a {
	display: inline-flex;
	font-size: 15px;
	font-weight: 750;
	min-height: 44px;
	padding-top: 14px;
	position: relative;
}

.cg-menu .current-menu-item > a::after,
.cg-menu a:hover::after {
	background: var(--cg-primary);
	border-radius: 10px;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

body.is-dark-theme .cg-menu .current-menu-item > a,
body.is-dark-theme .cg-menu .current-menu-parent > a,
body.is-dark-theme .cg-menu .current-page-parent > a,
body.is-dark-theme .cg-menu .current_page_parent > a {
	color: #f5f7fb;
}

body.is-dark-theme .cg-menu .current-menu-item > a::after,
body.is-dark-theme .cg-menu .current-menu-parent > a::after,
body.is-dark-theme .cg-menu .current-page-parent > a::after,
body.is-dark-theme .cg-menu .current_page_parent > a::after {
	background: #ef4a3f;
	border-radius: 999px;
	bottom: 1px;
	box-shadow: 0 0 12px rgba(239, 74, 63, .35);
	height: 2px;
}

.cg-header-actions {
	align-items: center;
	display: flex;
	gap: 8px;
}

.cg-icon-button {
	align-items: center;
	background: rgba(17, 19, 24, 0.03);
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 999px;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	width: 42px;
}

.cg-theme-toggle,
.cg-search-toggle {
	box-shadow: 0 10px 24px rgba(17, 19, 24, 0.06);
}

.cg-icon-button:hover {
	background: rgba(239, 63, 55, 0.1);
	border-color: rgba(239, 63, 55, 0.18);
	color: var(--cg-primary);
	transform: translateY(-1px);
}

.cg-theme-icon,
.cg-search-icon {
	display: block;
	height: 20px;
	width: 20px;
}

.cg-menu-button {
	background: transparent;
	border: 0;
	box-shadow: none;
	display: none;
	flex-direction: column;
	gap: 5px;
	height: 44px;
	width: 44px;
}

.cg-menu-button span {
	background: currentColor;
	border-radius: 2px;
	height: 2px;
	width: 22px;
}

.cg-search-panel {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	box-shadow: 0 24px 54px rgba(17, 19, 24, 0.08);
	left: 0;
	opacity: 0;
	padding: 32px 0;
	pointer-events: none;
	position: fixed;
	top: calc(var(--cg-header-height) + 34px);
	transform: translateY(-12px);
	transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	z-index: 45;
}

@media (min-width: 901px) {
	.cg-mobile-panel,
	.cg-overlay {
		display: none !important;
	}

	html.cg-menu-open {
		overflow: auto;
	}
}

.cg-search-open .cg-search-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

/* â”€â”€â”€ Mobile drawer â”€â”€â”€ */
html.cg-menu-open {
	overflow: hidden;
}

.cg-overlay {
	background: rgba(0, 0, 0, 0);
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: background 0.36s ease;
	z-index: 199;
}

.cg-menu-open .cg-overlay {
	background: rgba(0, 0, 0, 0.6);
	pointer-events: auto;
}

.cg-mobile-panel {
	background: #0c0f14;
	bottom: 0;
	display: flex;
	flex-direction: column;
	max-width: 360px;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(110%);
	transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
	width: 85vw;
	z-index: 200;
}

.cg-menu-open .cg-mobile-panel {
	pointer-events: auto;
	transform: translateX(0);
}

.cg-panel-head {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	padding: 20px 24px;
}

.cg-panel-head .cg-logo {
	color: #fff;
	font-size: 22px;
	max-width: calc(100% - 56px);
}

.cg-panel-head .cg-logo img {
	display: block;
	filter: none;
	max-height: 34px;
	object-fit: contain;
	width: auto;
}

body.is-dark-theme .cg-panel-head .cg-logo img {
	display: block;
	filter: none;
}

.cg-panel-head .cg-logo .cg-logo-text {
	color: #fff;
	font-size: 22px;
}

.cg-panel-head .cg-logo .cg-logo-text i {
	color: var(--cg-primary);
}

.cg-panel-close {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	font-size: 16px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	transition: background 0.2s;
	width: 42px;
}

.cg-panel-close:hover {
	background: rgba(255, 255, 255, 0.2);
}

.cg-panel-nav {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.cg-mobile-menu {
	list-style: none;
	margin: 0;
	padding: 8px 0;
}

.cg-mobile-menu li a {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	color: #e8eaf0;
	display: flex;
	font-size: 17px;
	font-weight: 700;
	justify-content: space-between;
	padding: 16px 24px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.cg-mobile-menu li a::after {
	color: var(--cg-primary);
	content: '→';
	font-size: 15px;
	opacity: 0.7;
	transition: transform 0.2s;
}

.cg-mobile-menu li a:hover {
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.cg-mobile-menu li a:hover::after {
	opacity: 1;
	transform: translateX(4px);
}

.cg-mobile-menu .current-menu-item > a {
	color: var(--cg-primary);
}

.cg-mobile-menu li:last-child a {
	border-bottom: 0;
}

.cg-panel-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	flex-shrink: 0;
	gap: 10px;
	padding: 20px 24px;
}

.cg-panel-footer a {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 11px;
	font-weight: 800;
	height: 40px;
	justify-content: center;
	text-transform: uppercase;
	transition: background 0.2s;
	width: 40px;
}

.cg-panel-footer a:hover {
	background: var(--cg-primary);
	color: #fff;
}

/* Premium Search Input Wrapper */
.cg-search-input-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}

.cg-panel-search-icon {
	position: absolute;
	left: 22px;
	color: #83868d;
	width: 22px;
	height: 22px;
	pointer-events: none;
	transition: color 0.25s ease;
	z-index: 10;
}

.cg-search-input-wrapper:focus-within .cg-panel-search-icon {
	color: var(--cg-primary, #ef3f37);
}

.cg-search-panel form,
.cg-search-hero form {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr auto;
}

.cg-search-panel input {
	background: rgba(0, 0, 0, 0.025);
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	font-family: "FiraGO", system-ui, sans-serif;
	font-size: 16px;
	min-height: 64px;
	padding: 0 24px 0 58px;
	width: 100%;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.cg-search-panel input:focus {
	background-color: #fff;
	border-color: rgba(239, 63, 55, 0.5);
	box-shadow: 0 0 0 4px rgba(239, 63, 55, 0.12), 0 12px 35px rgba(0, 0, 0, 0.05);
	outline: none;
}

.cg-search-hero input,
.cg-newsletter input {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	font-family: "FiraGO", system-ui, sans-serif;
	min-height: 52px;
	padding: 0 16px;
	width: 100%;
}

.cg-search-form-premium input[type="search"] {
	font-family: "FiraGO", system-ui, sans-serif;
}

.cg-search-panel input::placeholder,
.cg-search-hero input::placeholder,
.cg-search-form-premium input[type="search"]::placeholder,
#cg-live-search::placeholder {
	font-family: "FiraGO", system-ui, sans-serif;
}

.cg-search-panel button {
	background: linear-gradient(135deg, #ef3f37 0%, #ff5247 100%);
	border: 0;
	border-radius: 16px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 750;
	min-height: 64px;
	padding: 0 34px;
	box-shadow: 0 6px 20px rgba(239, 63, 55, 0.25);
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cg-search-panel button:hover {
	background: linear-gradient(135deg, #e1332b 0%, #ef3f37 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(239, 63, 55, 0.35);
	color: #fff;
}

.cg-search-hero button,
.cg-newsletter button,
.cg-button {
	background: var(--cg-button);
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-weight: 750;
	min-height: 52px;
	padding: 0 26px;
}

.cg-search-hero button:hover,
.cg-newsletter button:hover,
.cg-button:hover {
	background: var(--cg-button-hover);
	color: #fff;
}

.cg-live-results {
	display: grid;
	gap: 8px;
	margin-top: 12px;
}

.cg-live-results:empty {
	margin-top: 0;
}

.cg-live-item {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 12px;
	color: #111318;
	display: grid;
	font-family: "FiraGO", system-ui, sans-serif;
	gap: 14px;
	grid-template-columns: 68px minmax(0, 1fr);
	padding: 10px 14px 10px 10px;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.cg-live-item:hover,
.cg-live-item:focus-visible {
	border-color: rgba(239, 63, 55, .4);
	box-shadow: 0 12px 26px rgba(17, 19, 24, .08);
	transform: translateY(-1px);
}

.cg-live-item:only-child:not(:has(.cg-live-thumb)) {
	grid-template-columns: 1fr;
}

.cg-live-thumb {
	aspect-ratio: 1.14;
	border-radius: 8px;
	display: block;
	height: 60px;
	object-fit: cover;
	width: 68px;
}

.cg-live-body {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.cg-live-cat {
	color: var(--cg-primary, #ef3f37);
	font-size: 10.5px;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.cg-live-title {
	color: #111318;
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.35;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.cg-live-date {
	color: #83868d;
	font-size: 11.5px;
	margin-top: 2px;
}

.cg-live-empty {
	background: #f8f9fa;
	border: 1px dashed rgba(17, 19, 24, .14);
	border-radius: 10px;
	color: #6b7280;
	font-family: "FiraGO", system-ui, sans-serif;
	font-size: 13px;
	padding: 14px 16px;
	text-align: center;
}

/* ─── Live search dropdown — dark theme ─── */
body.is-dark-theme .cg-live-item {
	background: rgba(255, 255, 255, .04);
	border-color: rgba(255, 255, 255, .08);
	color: #f4f5f7;
}

body.is-dark-theme .cg-live-item:hover,
body.is-dark-theme .cg-live-item:focus-visible {
	background: rgba(255, 255, 255, .07);
	border-color: rgba(239, 63, 55, .5);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .42);
}

body.is-dark-theme .cg-live-title {
	color: #f4f5f7;
}

body.is-dark-theme .cg-live-date {
	color: rgba(244, 245, 247, .56);
}

body.is-dark-theme .cg-live-empty {
	background: rgba(255, 255, 255, .035);
	border-color: rgba(255, 255, 255, .1);
	color: rgba(244, 245, 247, .7);
}

.cg-main {
	flex: 1 0 auto;
	padding: 26px 0 var(--cg-section);
}

.cg-home-hero {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 340px;
	margin-bottom: 28px;
}

.cg-hero-card {
	background-color: var(--cg-secondary);
	background-position: center;
	background-size: cover;
	border-radius: var(--cg-radius);
	color: #fff;
	min-height: 532px;
	overflow: hidden;
	padding: clamp(24px, 3.8vw, 40px);
	position: relative;
	height: 100%;
}

.cg-hero-content {
	max-width: 520px;
}

.cg-hero-card h1 {
	font-size: clamp(30px, 4.4vw, 44px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 16px 0 14px;
}

.cg-hero-card p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	margin-bottom: 24px;
}

.cg-hero-arrow {
	align-items: center;
	background: var(--cg-primary);
	border-radius: 999px;
	bottom: 34px;
	color: #fff;
	display: inline-flex;
	font-size: 25px;
	height: 56px;
	justify-content: center;
	position: absolute;
	right: 34px;
	width: 56px;
}

.cg-hero-arrow:hover,
.cg-hero-arrow:focus-visible {
	background: var(--cg-button-hover);
	color: #fff;
}

.cg-author-line {
	align-items: center;
	display: flex;
	gap: 12px;
}

.cg-author-line img {
	border-radius: 50%;
}

.cg-author-line span {
	display: grid;
	line-height: 1.35;
}

.cg-author-line em,
.cg-meta,
.cg-card-body p {
	color: #74777e;
	font-size: 13px;
	font-style: normal;
}

.cg-hero-card .cg-author-line em {
	color: rgba(255, 255, 255, 0.68);
}

.cg-cat {
	background: var(--cat-color, var(--cg-primary));
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 10px;
	text-transform: uppercase;
}

.cg-cat:hover {
	color: #fff;
	filter: brightness(0.94);
}

.cg-home-sidebar,
.cg-sidebar-panel,
.cg-widget {
	background: var(--cg-sidebar-surface, #fff);
	border: 1px solid rgba(17, 19, 24, 0.07);
	border-radius: var(--cg-radius);
	box-shadow: 0 18px 45px rgba(17, 19, 24, 0.06);
	padding: 22px;
}

.cg-home-sidebar {
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.cg-home-sidebar.has-mini-slider {
	overflow: visible;
}

.cg-home-sidebar .cg-sidebar-list {
	flex: 1 1 auto;
}

.cg-home-sidebar .cg-outline-link {
	margin-top: auto;
}

.cg-home-sidebar h2,
.cg-sidebar-panel h2,
.cg-section-head h2,
.widget-title {
	align-items: center;
	display: flex;
	font-size: 20px;
	gap: 10px;
	line-height: 1.2;
	margin: 0 0 22px;
}

.cg-home-sidebar h2 span,
.cg-sidebar-panel h2 span,
.cg-section-head h2 span {
	background: var(--cg-primary);
	border-radius: 50%;
	display: inline-block;
	height: 5px;
	width: 5px;
}

.cg-sidebar-list {
	display: grid;
	gap: 18px;
}

.cg-step-slider,
.cg-sidebar-slider,
.cg-feed-slider {
	--cg-step-rail-offset: 46px;
	position: relative;
	overflow: visible;
}

.cg-step-slider-track,
.cg-sidebar-slider .cg-sidebar-list,
.cg-feed-slider-track {
	align-content: start;
	gap: 24px;
	min-height: 366px;
	transition: opacity .38s cubic-bezier(.22, 1, .36, 1), transform .42s cubic-bezier(.22, 1, .36, 1);
	will-change: opacity, transform;
}

.cg-step-slider .cg-mini-post,
.cg-sidebar-slider .cg-mini-post {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease;
}

.cg-step-slider .cg-mini-post:not(.is-visible),
.cg-sidebar-slider .cg-mini-post:not(.is-visible) {
	display: none;
}

.cg-step-slider .cg-mini-post.is-visible,
.cg-sidebar-slider .cg-mini-post.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* ── Default (fade) ── */
.cg-step-slider.is-leaving .cg-step-slider-track,
.cg-sidebar-slider.is-leaving .cg-sidebar-list,
.cg-feed-slider.is-leaving .cg-feed-slider-track {
	opacity: 0;
	transform: translateY(-16px) scale(.986);
}

.cg-step-slider.is-entering .cg-step-slider-track,
.cg-sidebar-slider.is-entering .cg-sidebar-list,
.cg-feed-slider.is-entering .cg-feed-slider-track {
	opacity: 0;
	transform: translateY(16px) scale(.986);
}

/* ── Slide variant ── */
[data-slider-anim="slide"].is-leaving .cg-step-slider-track,
[data-slider-anim="slide"].is-leaving .cg-sidebar-list {
	opacity: 0;
	transform: translateX(-32px);
}

[data-slider-anim="slide"].is-entering .cg-step-slider-track,
[data-slider-anim="slide"].is-entering .cg-sidebar-list {
	opacity: 0;
	transform: translateX(32px);
}

/* ── Zoom variant ── */
[data-slider-anim="zoom"].is-leaving .cg-step-slider-track,
[data-slider-anim="zoom"].is-leaving .cg-sidebar-list {
	opacity: 0;
	transform: scale(0.88);
}

[data-slider-anim="zoom"].is-entering .cg-step-slider-track,
[data-slider-anim="zoom"].is-entering .cg-sidebar-list {
	opacity: 0;
	transform: scale(1.07);
}

/* ── Fly variant — per-item stagger, track stays static ── */
[data-slider-anim="fly"].is-leaving .cg-step-slider-track,
[data-slider-anim="fly"].is-leaving .cg-sidebar-list,
[data-slider-anim="fly"].is-entering .cg-step-slider-track,
[data-slider-anim="fly"].is-entering .cg-sidebar-list {
	opacity: 1;
	transform: none;
	transition: none;
}

[data-slider-anim="fly"] .cg-mini-post {
	opacity: 0;
	transform: translateY(36px) scale(0.96);
	transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-slider-anim="fly"] .cg-mini-post.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

[data-slider-anim="fly"].is-leaving .cg-mini-post.is-visible {
	opacity: 0;
	transform: translateY(-22px) scale(0.96);
	transition: opacity 0.18s ease, transform 0.2s ease;
}

@keyframes cg-fly-in {
	from {
		opacity: 0;
		transform: translateY(36px) scale(0.96);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* ── Scroll variant — directional continuous scroll ── */
[data-slider-anim="scroll"] {
	overflow: hidden;
}

[data-slider-anim="scroll"] .cg-step-slider-track,
[data-slider-anim="scroll"] .cg-sidebar-list {
	transition: none;
	will-change: transform, opacity;
}

@keyframes cg-scroll-up-out {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100%);
	}
}

@keyframes cg-scroll-up-in {
	from {
		opacity: 0;
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes cg-scroll-down-out {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(100%);
	}
}

@keyframes cg-scroll-down-in {
	from {
		opacity: 0;
		transform: translateY(-100%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

[data-slider-anim="scroll"].is-leaving.is-going-up .cg-step-slider-track,
[data-slider-anim="scroll"].is-leaving.is-going-up .cg-sidebar-list {
	animation: cg-scroll-up-out 240ms cubic-bezier(0.4, 0, 1, 1) both;
}

[data-slider-anim="scroll"].is-entering.is-going-up .cg-step-slider-track,
[data-slider-anim="scroll"].is-entering.is-going-up .cg-sidebar-list {
	animation: cg-scroll-up-in 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

[data-slider-anim="scroll"].is-leaving.is-going-down .cg-step-slider-track,
[data-slider-anim="scroll"].is-leaving.is-going-down .cg-sidebar-list {
	animation: cg-scroll-down-out 240ms cubic-bezier(0.4, 0, 1, 1) both;
}

[data-slider-anim="scroll"].is-entering.is-going-down .cg-step-slider-track,
[data-slider-anim="scroll"].is-entering.is-going-down .cg-sidebar-list {
	animation: cg-scroll-down-in 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cg-step-slider-dots,
.cg-sidebar-slider-dots,
.cg-feed-slider-dots {
	display: grid;
	gap: 10px;
	justify-items: center;
	position: absolute;
	right: calc(var(--cg-step-rail-offset) * -1);
	top: 30px;
	transform: none;
	will-change: transform;
	z-index: 3;
}

.cg-sidebar-slider-dots {
	top: -40px;
}

.cg-feed-slider-dots {
	top: 30px;
}

.cg-step-slider-dots button,
.cg-sidebar-slider-dots button,
.cg-feed-slider-dots button {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: grid;
	padding: 0;
	place-items: center;
}

.cg-step-slider-dots span,
.cg-sidebar-slider-dots span,
.cg-feed-slider-dots span {
	background: rgba(17, 19, 24, .34);
	border-radius: 999px;
	display: block;
	height: 32px;
	transition: background .18s ease, transform .18s ease, width .18s ease, opacity .18s ease, height .18s ease;
	width: 10px;
}

.cg-step-slider-dots button:hover span,
.cg-step-slider-dots button:focus-visible span,
.cg-sidebar-slider-dots button:hover span,
.cg-sidebar-slider-dots button:focus-visible span,
.cg-feed-slider-dots button:hover span,
.cg-feed-slider-dots button:focus-visible span {
	background: rgba(17, 19, 24, .56);
	transform: scaleY(1.1);
}

.cg-step-slider-dots .is-active span,
.cg-sidebar-slider-dots .is-active span,
.cg-feed-slider-dots .is-active span {
	background: var(--cg-primary);
	height: 44px;
}

.cg-mini-post {
	display: grid;
	gap: 16px;
	grid-template-columns: 90px 1fr;
	align-items: start;
	min-height: 94px;
}

.cg-mini-post img {
	aspect-ratio: 1.14;
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
}

.cg-mini-post strong {
	display: block;
	font-size: 14px;
	line-height: 1.45;
}

.cg-mini-post em {
	color: #83868d;
	display: block;
	font-size: 12px;
	font-style: normal;
	margin-top: 0;
}

.cg-mini-post-body {
	padding-top: 1px;
}

.cg-outline-link {
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	display: flex;
	font-weight: 700;
	justify-content: center;
	margin-top: 22px;
	min-height: 46px;
}

.cg-category-cards {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 var(--cg-section);
}

.cg-category-card {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 19, 24, 0.06);
	border-radius: 10px;
	box-shadow: 0 14px 35px rgba(17, 19, 24, 0.05);
	display: grid;
	gap: 4px 14px;
	grid-template-columns: 44px 1fr;
	padding: 18px;
}

.cg-category-card span {
	align-items: center;
	background: var(--cat-color);
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-weight: 800;
	grid-row: span 2;
	height: 44px;
	justify-content: center;
}

.cg-category-card strong {
	font-weight: 850;
}

.cg-category-card em {
	color: #777b82;
	font-size: 13px;
	font-style: normal;
}

.cg-section {
	margin: var(--cg-section) 0;
}

.cg-section-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.cg-section-head a {
	font-size: 14px;
	font-weight: 750;
}

.cg-card-grid {
	display: grid;
	gap: var(--cg-card-gap);
}

.cg-card-grid .is-filter-extra {
	display: none;
}

.cg-grid-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cg-grid-mosaic {
	grid-template-columns: 2fr 2fr 1fr 1fr 1fr;
	grid-auto-rows: 190px;
	grid-auto-flow: row dense;
	align-items: stretch;
	gap: 14px;
}

.cg-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cg-grid-mixed {
	grid-template-columns: 2fr 1fr 1fr 1fr;
}

.cg-card {
	background: var(--cg-card-bg);
	border: 1px solid rgba(17, 19, 24, 0.06);
	border-radius: 10px;
	box-shadow: 0 16px 40px rgba(17, 19, 24, 0.06);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.cg-card:hover {
	box-shadow: 0 20px 55px rgba(17, 19, 24, 0.12);
	transform: translateY(-3px);
}

.cg-card-image {
	background: #111318;
	display: block;
}

.cg-card-image img {
	aspect-ratio: 1.52;
	object-fit: cover;
	width: 100%;
}

.cg-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	padding: 14px 18px 18px;
}

.cg-card h3 {
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
}

.cg-card .cg-author-line {
	margin-top: 4px;
	padding-top: 4px;
}

.cg-card .cg-author-line img {
	height: 24px;
	width: 24px;
}

.cg-card .cg-author-line strong {
	font-size: 12.5px;
	font-weight: 750;
}

.cg-card .cg-author-line em {
	font-size: 11.5px;
}

/* â”€â”€ Large overlay card â”€â”€ */
.cg-card-large {
	background-position: center;
	background-size: cover;
	border: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 440px;
	position: relative;
}

.cg-card-large::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, .90) 0%, rgba(0, 0, 0, .52) 48%, transparent 100%);
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 18%;
	z-index: 0;
}

.cg-card-full-link {
	inset: 0;
	position: absolute;
	z-index: 1;
}

.cg-card-large .cg-card-body {
	color: #fff;
	flex: 0 0 auto;
	gap: 8px;
	padding: 24px;
	position: relative;
	z-index: 2;
}

.cg-card-large .cg-card-meta {
	margin-top: 0;
}

.cg-card-large h3 {
	font-size: clamp(18px, 1.8vw, 24px);
	font-weight: 850;
	line-height: 1.28;
	margin: 4px 0 8px;
}

.cg-card-large h3 a {
	color: #fff;
}

.cg-card-large h3 a:hover {
	color: rgba(255, 255, 255, .82);
}

.cg-card-large .cg-author-line {
	align-items: center;
}

.cg-card-large .cg-author-line strong {
	color: #fff;
	font-size: 13px;
}

.cg-card-large .cg-author-line em {
	color: rgba(255, 255, 255, .65);
	font-size: 12px;
}

.cg-grid-mosaic .cg-card-large {
	grid-column: 1 / span 2;
	grid-row: span 2;
	min-height: 100%;
}

.cg-grid-mosaic .cg-card {
	height: 100%;
}

.cg-grid-mosaic .cg-card:not(.cg-card-large) .cg-card-image img {
	aspect-ratio: 1.42;
}

.cg-grid-mosaic .cg-card:not(.cg-card-large) .cg-card-body {
	padding: 13px 14px 15px;
}

.cg-grid-mosaic .cg-card:not(.cg-card-large) h3 {
	font-size: 15px;
	line-height: 1.38;
}

.cg-grid-mosaic .cg-card-large .cg-card-body {
	padding: 22px;
}

.cg-grid-mosaic .cg-card-large h3 {
	font-size: clamp(20px, 2vw, 28px);
	line-height: 1.22;
}

/* â”€â”€ Regular card category â€” text only, coloured â”€â”€ */
.cg-card-cat {
	display: block;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.cg-card-cat:hover {
	opacity: 0.8;
}

/* Card meta: date · reading time */
.cg-card-meta {
	align-items: center;
	color: #83868d;
	display: flex;
	font-size: 12px;
	gap: 5px;
	margin: 0;
}

.cg-meta-sep {
	color: #b8bbc2;
	font-size: 10px;
}

.cg-meta-time {
	white-space: nowrap;
}

.cg-podcast-band {
	--cg-podcast-art: none;
	align-items: center;
	background: radial-gradient(circle at 56% 50%, rgba(239, 63, 55, .52), transparent 24%), linear-gradient(135deg, #0c0f14, #161b25 62%, #090a0d);
	border-radius: 10px;
	color: #fff;
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 460px;
	margin: var(--cg-section) 0;
	min-height: 192px;
	overflow: hidden;
	padding: 32px 34px;
	position: relative;
}

.cg-podcast-band::after {
	background: var(--cg-podcast-art) center top / cover no-repeat;
	content: "";
	inset: 0;
	opacity: .38;
	position: absolute;
	z-index: 0;
	pointer-events: none;
}

.cg-podcast-band::before {
	background: repeating-linear-gradient(90deg, rgba(239, 63, 55, .2), rgba(239, 63, 55, .2) 2px, transparent 2px, transparent 12px);
	content: "";
	height: 62px;
	left: 35%;
	opacity: .8;
	position: absolute;
	right: 26%;
	top: 58px;
}

.cg-podcast-band > * {
	position: relative;
	z-index: 1;
}

.cg-podcast-band span:first-child {
	color: var(--cg-primary);
	font-size: 11px;
	font-weight: 850;
}

.cg-podcast-band h2 {
	font-size: 24px;
	margin: 8px 0 10px;
}

.cg-podcast-band p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.65;
}

.cg-podcast-band a {
	background: var(--cg-primary);
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	margin-top: 10px;
	padding: 11px 18px;
}

.cg-podcast-band a:hover,
.cg-podcast-band a:focus-visible {
	background: var(--cg-button-hover);
	color: #fff;
}

.cg-podcast-player {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	display: flex;
	gap: 18px;
	padding: 20px;
}

.cg-podcast-player button {
	align-items: center;
	background: rgba(239, 63, 55, 0.12);
	border: 2px solid var(--cg-primary);
	border-radius: 50%;
	color: var(--cg-primary);
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	height: 48px;
	justify-content: center;
	padding: 0;
	transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
	width: 48px;
}

.cg-podcast-player button:hover {
	background: rgba(239, 63, 55, 0.18);
	box-shadow: 0 10px 24px rgba(239, 63, 55, 0.2);
	transform: translateY(-1px);
}

.cg-podcast-icon {
	display: block;
	height: 24px;
	width: 24px;
}

.cg-podcast-player em {
	color: rgba(255, 255, 255, 0.62);
	display: block;
	font-style: normal;
	margin-top: 6px;
}

/* Band player: pause icon hidden by default, shown when playing */
.cg-podcast-icon-pause { display: none; }
.cg-podcast-play[aria-pressed="true"] .cg-podcast-icon-play  { display: none; }
.cg-podcast-play[aria-pressed="true"] .cg-podcast-icon-pause { display: block; }

/* Band player layout with seek bar */
.cg-podcast-player--band {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 52px 1fr;
	position: relative; /* anchor the hidden iframe */
}

/* Pull hidden iframe out of grid flow so it doesn't occupy a column */
.cg-podcast-player--band .cg-yt-hidden-frame {
	left: 0;
	position: absolute;
	top: 0;
}

.cg-band-player-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.cg-band-player-top {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.cg-band-player-top em {
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .07em;
	margin: 0;
	text-transform: uppercase;
}

.cg-band-player-top strong {
	color: #fff;
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cg-band-seek-row {
	align-items: center;
	display: grid;
	gap: 6px;
	grid-template-columns: 32px 1fr 32px;
}

.cg-band-time {
	color: rgba(255, 255, 255, 0.45);
	font-size: 10.5px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	text-align: center;
}

.cg-band-seek {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	height: 18px; /* tall hit area */
	width: 100%;
}

.cg-band-seek::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 0.22);
	border-radius: 99px;
	height: 4px;
}

.cg-band-seek::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: var(--cg-primary);
	border-radius: 50%;
	height: 13px;
	margin-top: -4.5px;
	width: 13px;
}

.cg-band-seek::-moz-range-track {
	background: rgba(255, 255, 255, 0.22);
	border-radius: 99px;
	height: 4px;
}

.cg-band-seek::-moz-range-thumb {
	background: var(--cg-primary);
	border: none;
	border-radius: 50%;
	height: 13px;
	width: 13px;
}

.cg-podcast-audio {
	display: none;
}

.cg-entry-media {
	background: #f8f9fb;
	border: 1px solid rgba(17, 21, 28, 0.08);
	border-radius: 18px;
	margin: 20px 0 28px;
	overflow: hidden;
	padding: 18px;
}

.cg-entry-media-head {
	display: grid;
	gap: 4px;
	margin-bottom: 14px;
}

.cg-entry-media-head span {
	color: var(--cg-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cg-entry-media-head strong {
	font-size: 18px;
	font-weight: 850;
}

.cg-entry-audio audio {
	width: 100%;
}

/* ── YouTube audio-mode player (podcast single page) ── */
.cg-entry-audio--yt {
	padding: 20px 22px;
}

.cg-yt-audio-bar {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 52px 1fr;
}

.cg-yt-audio-body {
	display: grid;
	gap: 10px;
	min-width: 0;
}

.cg-yt-audio-top {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	min-width: 0;
}

.cg-yt-play-btn {
	align-items: center;
	background: rgba(239, 63, 55, 0.10);
	border: 2px solid var(--cg-primary);
	border-radius: 50%;
	color: var(--cg-primary);
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	height: 52px;
	justify-content: center;
	padding: 0;
	transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
	width: 52px;
}

.cg-yt-play-btn:hover {
	background: rgba(239, 63, 55, 0.18);
	box-shadow: 0 8px 20px rgba(239, 63, 55, 0.22);
	transform: translateY(-1px);
}

.cg-yt-icon {
	display: block;
	height: 22px;
	width: 22px;
}

/* Show play by default, hide pause */
.cg-yt-icon-pause { display: none; }
.cg-yt-play-btn[aria-pressed="true"] .cg-yt-icon-play  { display: none; }
.cg-yt-play-btn[aria-pressed="true"] .cg-yt-icon-pause { display: block; }

.cg-yt-audio-info {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.cg-yt-audio-info em {
	color: var(--cg-primary);
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cg-yt-audio-info strong {
	color: #111318;
	display: block;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cg-yt-open-link {
	align-items: center;
	color: #8d919a;
	display: inline-flex;
	flex-shrink: 0;
	justify-content: center;
	margin-top: 2px;
	transition: color 0.15s;
}

.cg-yt-open-link:hover { color: #ef3f37; }

.cg-yt-open-link svg {
	display: block;
	height: 20px;
	width: 20px;
}

/* Seek / progress row */
.cg-yt-seek-row {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 36px 1fr 36px;
}

.cg-yt-time {
	color: #8d919a;
	font-size: 11px;
	font-variant-numeric: tabular-nums;
	text-align: center;
}

.cg-yt-seek {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	cursor: pointer;
	height: 18px;
	width: 100%;
}

.cg-yt-seek::-webkit-slider-runnable-track {
	background: rgba(17, 19, 24, 0.12);
	border-radius: 99px;
	height: 4px;
}

.cg-yt-seek::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: var(--cg-primary);
	border-radius: 50%;
	height: 14px;
	margin-top: -5px;
	width: 14px;
}

.cg-yt-seek::-moz-range-track {
	background: rgba(17, 19, 24, 0.12);
	border-radius: 99px;
	height: 4px;
}

.cg-yt-seek::-moz-range-thumb {
	background: var(--cg-primary);
	border: none;
	border-radius: 50%;
	height: 14px;
	width: 14px;
}

/* Hidden iframe — keeps audio alive, fully invisible but in normal flow */
.cg-yt-hidden-frame {
	border: 0;
	display: block;
	height: 300px;
	width: 400px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0.01;
}

/* Dark mode */
body.is-dark-theme .cg-yt-audio-info strong {
	color: #f5f7fb;
}

body.is-dark-theme .cg-yt-open-link {
	color: rgba(255, 255, 255, 0.45);
}

body.is-dark-theme .cg-yt-open-link:hover {
	color: #ef3f37;
}

body.is-dark-theme .cg-yt-time {
	color: rgba(255, 255, 255, 0.45);
}

body.is-dark-theme .cg-yt-seek::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, 0.14);
}

body.is-dark-theme .cg-yt-seek::-moz-range-track {
	background: rgba(255, 255, 255, 0.14);
}

.cg-video-embed {
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	padding-top: 56.25%;
}

.cg-video-embed iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.cg-featured-video .cg-video-embed {
	border-radius: 0;
	margin: 0;
}

.cg-project-strip {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	text-align: left;
}

.cg-project-strip a {
	background: linear-gradient(180deg, rgba(17, 21, 28, .98), rgba(12, 15, 21, .98));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	display: grid;
	gap: 10px;
	padding: 14px;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cg-project-strip a:hover {
	border-color: rgba(239, 63, 55, 0.22);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
	transform: translateY(-1px);
}

.cg-project-visual {
	background: linear-gradient(135deg, #151922, #ef3f37);
	border-radius: 12px;
	display: block;
	min-height: 124px;
}

.cg-project-0 { background-image: url("../images/project-podcast-photo-default.png"); }
.cg-project-1 { background-image: url("../images/project-techcrush-photo-default.png"); }
.cg-project-2 { background: linear-gradient(135deg, #111318, #f6b21a); }
.cg-project-3 { background: linear-gradient(135deg, #1b1f28, #ef3f37); }
.cg-project-4 { background: linear-gradient(135deg, #171717, #4b5563); }
.cg-project-5 { background: linear-gradient(135deg, #0f172a, #7f1d1d); }

.cg-newsletter {
	align-items: center;
	background: linear-gradient(100deg, rgba(239,63,55,.09), rgba(255,255,255,.95));
	border: 1px solid rgba(239, 63, 55, 0.13);
	border-radius: 10px;
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr 1fr;
	margin: var(--cg-section) 0 0;
	padding: 28px 34px;
}

.cg-newsletter-sidebar {
	background: linear-gradient(145deg, #10141c, #050607);
	color: #fff;
	display: block;
	margin: 28px 0;
	padding: 30px;
}

.cg-newsletter h2 {
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 8px;
}

.cg-newsletter p {
	color: #737780;
	margin: 0;
}

.cg-newsletter-sidebar p {
	color: rgba(255, 255, 255, 0.68);
}

.cg-newsletter form {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr auto;
}

.cg-newsletter-sidebar form {
	grid-template-columns: 1fr;
	margin-top: 20px;
}

.cg-newsletter-sidebar input[type="email"] {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.cg-newsletter-sidebar input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.42);
}

.cg-newsletter-sidebar .cg-newsletter-icon {
	background: rgba(239, 63, 55, .18);
}

.cg-form-status {
	font-size: 13px;
	grid-column: 1 / -1;
	min-height: 20px;
}

.cg-newsletter-sidebar .cg-form-status {
	margin: 0;
	min-height: 0;
}

.cg-hp {
	display: none;
}

.cg-newsletter-icon {
	align-items: center;
	background: rgba(239, 63, 55, .08);
	border-radius: 14px;
	color: var(--cg-primary);
	display: inline-flex;
	height: 48px;
	justify-content: center;
	margin-bottom: 12px;
	width: 48px;
}

.cg-newsletter-icon svg {
	height: 22px;
	width: 22px;
}

.cg-site-footer {
	background: var(--cg-footer-bg);
	color: #fff;
	flex-shrink: 0;
	padding: var(--cg-footer-space) 0 0;
}

.cg-footer-grid {
	display: grid;
	gap: 42px;
	grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
}

.cg-footer-brand p,
.cg-footer-menu {
	color: rgba(255, 255, 255, 0.66);
	font-size: 14px;
}

.cg-footer-section h2 {
	align-items: center;
	color: var(--cg-primary);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.04em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.cg-footer-section h2::after {
	background: linear-gradient(90deg, var(--cg-primary), rgba(255, 255, 255, 0.14));
	border-radius: 999px;
	content: "";
	height: 2px;
	width: 26px;
}

.cg-footer-menu {
	display: grid;
	gap: 10px;
}

.cg-footer-section .cg-footer-menu a {
	color: rgba(255, 255, 255, 0.84);
	display: inline-flex;
	font-weight: 600;
	transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.cg-footer-section .cg-footer-menu a:hover {
	color: #fff;
	opacity: 1;
	transform: translateX(2px);
}

.cg-footer-section-contact .cg-footer-menu a {
	color: rgba(255, 255, 255, 0.9);
}

.cg-footer-section-contact .cg-contact-list li {
	color: rgba(255, 255, 255, 0.78);
}

.cg-footer-section-contact .cg-contact-list li:first-child,
.cg-footer-section-contact .cg-contact-list li:nth-child(2) {
	font-weight: 600;
}

.cg-footer-brand .cg-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.cg-footer-brand .cg-social-link {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
	height: 34px;
	width: 34px;
}

.cg-footer-brand .cg-social-link svg {
	height: 15px;
	width: 15px;
}

.cg-footer-brand .cg-social-youtube svg {
	height: 16px;
	width: 16px;
}

.cg-footer-brand .cg-social-link:hover {
	background: rgba(239, 63, 55, 0.18);
	border-color: rgba(239, 63, 55, 0.34);
	box-shadow: 0 12px 24px rgba(239, 63, 55, 0.14);
	transform: translateY(-1px);
}

.cg-contact-list li {
	line-height: 1.5;
}

.cg-contact-list li + li {
	margin-top: 2px;
}

.cg-contact-list a {
	display: inline-flex;
}

.cg-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	font-size: 13px;
	justify-content: center;
	margin-top: 38px;
	padding: 18px 24px;
}

.cg-breadcrumb {
	align-items: center;
	color: #8b8f96;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 6px;
	margin: 12px 0 28px;
}

.cg-breadcrumb a {
	color: #8b8f96;
}

.cg-breadcrumb a:hover {
	color: var(--cg-primary);
}

.cg-breadcrumb span:has(+ a),
.cg-breadcrumb span[aria-hidden] {
	color: #c4c7cc;
	font-size: 16px;
}

.cg-breadcrumb > span:last-child {
	color: #111;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 400px;
}

.cg-single-layout {
	align-items: start;
	display: grid;
	gap: 36px;
	grid-template-columns: 1fr var(--cg-sidebar-width);
}

.cg-single-layout.is-full {
	display: block;
}

.cg-single-layout.is-full .cg-article {
	margin: 0 auto;
	max-width: var(--cg-article-width);
}

.cg-article-header {
	margin-bottom: 0;
}

.cg-article-header .cg-cat {
	background: var(--cg-single-category-bg, var(--cg-primary));
	color: var(--cg-single-category-color, #fff);
	display: inline-flex;
	font-family: var(--cg-font-single-category, var(--cg-font-card-label, var(--cg-font-meta, var(--cg-font))));
	font-size: var(--cg-size-single-category, 11px);
	font-weight: var(--cg-weight-single-category, 850);
	margin-bottom: 14px;
}

.cg-article-header h1,
.cg-archive-hero h1,
.cg-search-hero h1,
.cg-page-header h1 {
	font-size: clamp(28px, 4.2vw, 46px);
	letter-spacing: -0.022em;
	line-height: 1.14;
	margin: 0 0 14px;
}

.cg-subtitle {
	color: #5a5e67;
	font-family: var(--cg-font-article-subtitle, var(--cg-font));
	font-size: var(--cg-size-article-subtitle, 17px);
	font-weight: var(--cg-weight-article-subtitle, 500);
	line-height: 1.65;
	margin: 0 0 0;
}

.cg-article-meta-row {
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	display: flex;
	justify-content: space-between;
	margin: 20px 0 28px;
	padding: 14px 0;
}

.cg-share {
	align-items: center;
	display: flex;
	gap: 10px;
}

.cg-share > span {
	color: #83868d;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.cg-share a,
.cg-share button {
	align-items: center;
	background: linear-gradient(180deg, #ffffff 0%, #f4f5f8 100%);
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	letter-spacing: 0;
	transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
	width: 40px;
}

.cg-share a svg,
.cg-share button svg {
	display: block;
	height: 18px;
	width: 18px;
}

.cg-share a:hover,
.cg-share button:hover {
	background: var(--cg-primary);
	border-color: var(--cg-primary);
	color: #fff;
	box-shadow: 0 10px 24px rgba(239, 63, 55, 0.22);
	transform: translateY(-1px);
}

.cg-share button.is-copied {
	background: #2a9d6a;
	border-color: #2a9d6a;
	color: #fff;
}

.cg-featured-image {
	margin: 0 0 30px;
}

.cg-featured-image img {
	border-radius: 8px;
	width: 100%;
}

.cg-featured-wide {
	margin-left: calc((var(--cg-container) - var(--cg-article-width)) / -2);
	width: min(var(--cg-container), 100vw - 48px);
}

.cg-entry-content {
	font-size: var(--cg-article-size);
	line-height: var(--cg-article-line);
}

.cg-entry-content > * {
	margin-left: 0;
	margin-right: 0;
}

.cg-entry-content h2,
.cg-entry-content h3 {
	line-height: 1.3;
	margin-top: 38px;
}

.cg-entry-content p {
	margin-bottom: 24px;
}

.cg-entry-content blockquote {
	background: #f7f7f8;
	border: 0;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 650;
	margin: 34px 0;
	padding: 30px 34px 30px 72px;
	position: relative;
}

.cg-entry-content blockquote::before {
	color: var(--cg-primary);
	content: "“";
	font-size: 76px;
	left: 26px;
	line-height: 1;
	position: absolute;
	top: 18px;
}

.cg-entry-content img {
	border-radius: 8px;
	max-width: 100%;
	height: auto;
}

.cg-entry-content iframe,
.cg-entry-content video,
.cg-entry-content embed,
.cg-entry-content object {
	max-width: 100%;
	aspect-ratio: 16 / 9;
	height: auto !important;
}

.cg-entry-content video-cover,
.cg-entry-content .ytmVideoCoverHost {
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
	aspect-ratio: 16 / 9;
	height: auto !important;
	overflow: hidden;
	position: relative;
}

.cg-entry-content .ytmVideoCoverThumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cg-entry-content ol {
	counter-reset: cg-counter;
	list-style: none;
	padding-left: 0;
}

.cg-entry-content ol li {
	counter-increment: cg-counter;
	margin: 0 0 22px;
	padding-left: 48px;
	position: relative;
}

.cg-entry-content ol li::before {
	align-items: center;
	background: var(--cg-primary);
	border-radius: 50%;
	color: #fff;
	content: counter(cg-counter);
	display: inline-flex;
	font-size: 13px;
	font-weight: 850;
	height: 28px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 2px;
	width: 28px;
}

.cg-source,
.cg-tags {
	color: #6e7279;
	font-size: 14px;
	margin-top: 30px;
	padding-top: 0;
}

.cg-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cg-tags a {
	background: #f6f6f7;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	padding: 7px 12px;
}

.cg-prev-next {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr;
	margin: 36px 0;
}

.cg-adjacent {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	display: block;
	padding: 16px 18px;
	transition: box-shadow 0.18s;
}

.cg-adjacent:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.cg-adjacent-dir {
	color: #777b82;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.cg-adjacent-inner {
	align-items: flex-start;
	display: flex;
	gap: 12px;
}

.cg-adjacent-inner img {
	aspect-ratio: 1.25;
	border-radius: 6px;
	flex-shrink: 0;
	object-fit: cover;
	width: 76px;
}

.cg-adjacent-inner > div {
	flex: 1;
	min-width: 0;
}

.cg-adjacent-inner em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.cg-adjacent-inner strong {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
}

.cg-author-box {
	align-items: center;
	background: #f8f8f9;
	border-radius: 10px;
	display: flex;
	gap: 18px;
	margin: 34px 0;
	padding: 22px;
}

.cg-author-box img,
.cg-author-hero img {
	border-radius: 50%;
}

.cg-single-sidebar {
	display: grid;
	gap: 26px;
	position: sticky;
	top: calc(var(--cg-header-height) + 24px);
}

.cg-topic-list {
	display: grid;
	gap: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cg-topic-list a {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.cg-topic-list span {
	border: 1px solid rgba(0, 0, 0, 0.11);
	border-radius: 999px;
	color: #777b82;
	font-size: 12px;
	min-width: 30px;
	padding: 3px 8px;
	text-align: center;
}

.cg-archive-hero,
.cg-search-hero,
.cg-author-hero,
.cg-page-header,
.cg-empty-state {
	background: #f8f8f9;
	border-radius: 12px;
	margin-bottom: 30px;
	padding: clamp(28px, 5vw, 48px);
}

.cg-category-hero {
	border-top: 5px solid var(--cat-color);
}

.cg-archive-hero p,
.cg-search-hero p,
.cg-author-hero p {
	color: #696d75;
	max-width: 760px;
}

.cg-news-index-page {
	padding-bottom: var(--cg-section);
}

.cg-news-index-hero {
	align-items: flex-start;
	background: #f8f8f9;
	border: 1px solid rgba(17, 19, 24, .08);
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(17, 19, 24, .04);
	display: flex;
	justify-content: space-between;
	gap: 32px;
	margin: 12px 0 30px;
	overflow: hidden;
	padding: clamp(28px, 4vw, 48px);
	position: relative;
}

.cg-news-index-copy {
	max-width: 720px;
	position: relative;
}

.cg-news-index-copy h1 {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: clamp(38px, 4.8vw, 68px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.02;
	margin: 0 0 12px;
}

.cg-news-index-copy h1 span {
	background: var(--cg-primary);
	border-radius: 999px;
	display: inline-block;
	height: 10px;
	transform: translateY(0.18em);
	width: 10px;
}

.cg-news-index-copy p {
	color: #6d7179;
	font-size: 18px;
	line-height: 1.58;
	margin: 0;
	max-width: 640px;
}

.cg-news-index-hero.has-art .cg-news-index-copy {
	max-width: 700px;
}

.cg-news-index-art {
	background: linear-gradient(135deg, rgba(239, 63, 55, 0.06), rgba(239, 63, 55, 0.12));
	border-radius: 18px;
	height: 122px;
	margin-top: 12px;
	overflow: hidden;
	position: relative;
	width: 315px;
}

.cg-news-index-art::before {
	background-image: radial-gradient(circle, rgba(17, 19, 24, 0.12) 1.2px, transparent 1.2px);
	background-position: 0 0;
	background-size: 14px 14px;
	content: "";
	inset: 0;
	opacity: 0.75;
	position: absolute;
}

.cg-news-index-hero.has-art .cg-news-index-art {
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)), var(--cg-news-art);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cg-news-index-hero.has-art .cg-news-index-art::before {
	opacity: 0;
}

.cg-news-index-toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.cg-news-index-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cg-news-index-tab {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 999px;
	box-shadow: 0 8px 26px rgba(17, 19, 24, 0.04);
	color: #181a20;
	display: inline-flex;
	font-size: 15px;
	font-weight: 750;
	min-height: 46px;
	padding: 0 24px;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.cg-news-index-tab:hover {
	border-color: rgba(239, 63, 55, 0.25);
	transform: translateY(-1px);
}

.cg-news-index-tab.is-active {
	background: var(--cg-primary);
	border-color: var(--cg-primary);
	box-shadow: 0 14px 32px rgba(239, 63, 55, 0.22);
	color: #fff;
}

.cg-sort-dropdown {
	display: inline-flex;
	position: relative;
	z-index: 8;
}

.cg-sort-dropdown summary {
	align-items: center;
	appearance: none;
	background: linear-gradient(180deg, #ffffff, #f7f8fb);
	border: 1px solid rgba(17, 19, 24, 0.10);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(17, 19, 24, 0.05);
	color: #171b23;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 760;
	gap: 12px;
	list-style: none;
	min-height: 48px;
	min-width: 220px;
	padding: 0 16px 0 18px;
	position: relative;
	user-select: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.cg-sort-dropdown summary::-webkit-details-marker {
	display: none;
}

.cg-sort-dropdown summary::marker {
	content: "";
}

.cg-sort-dropdown summary:hover,
.cg-sort-dropdown[open] summary {
	border-color: rgba(239, 63, 55, 0.20);
	box-shadow: 0 16px 34px rgba(17, 19, 24, 0.08);
	transform: translateY(-1px);
}

.cg-sort-trigger-label {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cg-sort-trigger-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	margin-left: auto;
	transition: transform 180ms ease;
}

.cg-sort-trigger-icon svg {
	display: block;
	height: 16px;
	width: 16px;
}

.cg-sort-dropdown[open] .cg-sort-trigger-icon {
	transform: rotate(180deg);
}

.cg-sort-menu {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(17, 19, 24, 0.10);
	border-radius: 18px;
	box-shadow: 0 24px 54px rgba(17, 19, 24, 0.12);
	display: grid;
	gap: 6px;
	left: 0;
	min-width: 100%;
	padding: 8px;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	z-index: 25;
}

.cg-sort-option {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 14px;
	color: #181c24;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.2;
	padding: 12px 14px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.cg-sort-option:hover,
.cg-sort-option:focus-visible {
	background: rgba(239, 63, 55, 0.08);
	border-color: rgba(239, 63, 55, 0.14);
	color: #111318;
	transform: translateX(1px);
}

.cg-sort-option.is-active {
	background: linear-gradient(180deg, rgba(239, 63, 55, 0.14), rgba(239, 63, 55, 0.08));
	border-color: rgba(239, 63, 55, 0.18);
	color: #ef3f37;
}

.cg-sort-option-check {
	color: inherit;
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	min-width: 14px;
	text-align: right;
}

body.is-dark-theme .cg-sort-dropdown summary {
	background: linear-gradient(180deg, rgba(17, 21, 28, .98), rgba(10, 13, 18, .98));
	border-color: rgba(255, 255, 255, .10);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
	color: #f4f7fb;
}

body.is-dark-theme .cg-sort-dropdown summary:hover,
body.is-dark-theme .cg-sort-dropdown[open] summary {
	border-color: rgba(239, 63, 55, 0.28);
	box-shadow: 0 18px 38px rgba(0, 0, 0, .32);
}

body.is-dark-theme .cg-sort-menu {
	background: rgba(12, 16, 22, 0.98);
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 26px 54px rgba(0, 0, 0, .34);
}

body.is-dark-theme .cg-sort-option {
	color: #e8ecf3;
}

body.is-dark-theme .cg-sort-option:hover,
body.is-dark-theme .cg-sort-option:focus-visible {
	background: rgba(239, 63, 55, 0.14);
	border-color: rgba(239, 63, 55, 0.22);
	color: #fff;
}

body.is-dark-theme .cg-sort-option.is-active {
	background: linear-gradient(180deg, rgba(239, 63, 55, 0.20), rgba(239, 63, 55, 0.12));
	border-color: rgba(239, 63, 55, 0.26);
	color: #fff;
}

body.is-dark-theme .cg-news-index-tab {
	background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .02));
	border-color: rgba(255, 255, 255, .08);
	color: #eef2f7;
}

body.is-dark-theme .cg-news-index-tab:hover {
	background: linear-gradient(180deg, rgba(239, 74, 63, .18), rgba(255, 255, 255, .03));
	border-color: rgba(239, 74, 63, .34);
	color: #fff;
}

body.is-dark-theme .cg-news-index-tab.is-active {
	background: linear-gradient(180deg, #ff5b53, #e6352d);
	border-color: rgba(255, 255, 255, .06);
	box-shadow: 0 16px 34px rgba(239, 63, 55, .2);
	color: #fff;
}

.cg-news-index-grid {
	display: grid;
	gap: 20px;
}

.cg-news-index-top {
	display: grid;
	gap: 18px;
	grid-template-columns: 2.1fr 1fr 1fr;
	align-items: stretch;
}

.cg-news-index-top .cg-card-large {
	min-height: 430px;
}

.cg-news-index-top .cg-card:not(.cg-card-large) {
	min-height: 100%;
}

.cg-news-index-columns {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cg-news-index-column {
	display: grid;
	gap: 12px;
}

.cg-news-index-column .cg-mini-post {
	align-items: start;
	background: #fff;
	border: 1px solid rgba(17, 19, 24, 0.08);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(17, 19, 24, 0.05);
	gap: 12px;
	padding: 8px;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.cg-news-index-column .cg-mini-post:hover {
	box-shadow: 0 16px 36px rgba(17, 19, 24, 0.1);
	transform: translateY(-2px);
}

.cg-news-index-column .cg-mini-post-image {
	display: block;
	flex: 0 0 104px;
}

.cg-news-index-column .cg-mini-post-image img {
	aspect-ratio: 1.08;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 104px;
}

.cg-news-index-column .cg-mini-post-body {
	padding: 0 10px 6px 0;
}

.cg-news-index-column .cg-mini-post-body h3 {
	font-size: 15px;
	line-height: 1.35;
	margin: 4px 0 0;
}

.cg-news-index-column .cg-card-cat {
	font-size: 11px;
}

.cg-news-index-more {
	display: flex;
	justify-content: center;
	padding: 8px 0 2px;
}

.cg-load-more {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(239, 63, 55, 0.35);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(239, 63, 55, 0.08);
	color: var(--cg-primary);
	display: inline-flex;
	font-size: 15px;
	font-weight: 750;
	gap: 12px;
	justify-content: center;
	min-height: 50px;
	min-width: 300px;
	padding: 0 26px;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.cg-load-more:hover {
	background: var(--cg-primary);
	box-shadow: 0 16px 34px rgba(239, 63, 55, 0.2);
	color: #fff;
	transform: translateY(-1px);
}

.cg-load-more span {
	font-size: 18px;
	line-height: 1;
}

.cg-news-index-page .cg-empty-state {
	margin-top: 12px;
	text-align: center;
}

.cg-sort-form {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 22px;
}

.cg-sort-form select {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	min-height: 42px;
	padding: 0 12px;
}

.cg-search-layout {
	display: grid;
	gap: 30px;
	grid-template-columns: 250px 1fr;
}

.cg-filter-panel {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 22px;
}

.cg-filter-panel ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cg-author-hero {
	align-items: center;
	display: flex;
	gap: 24px;
}

.cg-page-header {
	background-position: center;
	background-size: cover;
	color: #111;
}

.cg-page-header[style] {
	color: #fff;
	min-height: 260px;
}

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

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	padding: 8px 12px;
}

.page-numbers.current {
	background: var(--cg-primary);
	color: #fff;
}

.cg-empty,
.cg-empty-state {
	color: #686c74;
}

.cg-infinite-scroll,
.cg-techcrush-infinite {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 26px 0 8px;
}

.cg-infinite-status,
.cg-techcrush-status {
	color: #6f737b;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	min-height: 1em;
	text-align: center;
}

.cg-infinite-sentinel,
.cg-techcrush-sentinel {
	height: 1px;
	width: 100%;
}

.cg-techcrush-grid,
[data-infinite-grid] {
	margin-bottom: 8px;
}

[data-infinite-grid] > .cg-infinite-item {
	opacity: 0;
	transform: translateY(12px) scale(.995);
	transition: opacity 300ms ease, transform 300ms ease;
	will-change: opacity, transform;
}

[data-infinite-grid] > .cg-infinite-item.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.cg-infinite-skeletons {
	display: grid;
	gap: var(--cg-card-gap);
	margin-top: 10px;
	width: 100%;
}

.cg-infinite-skeleton-cards {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cg-infinite-skeleton-list {
	grid-template-columns: 1fr;
}

.cg-infinite-skeleton-item {
	background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
	border: 1px solid rgba(17, 19, 24, 0.06);
	border-radius: 10px;
	box-shadow: 0 14px 34px rgba(17, 19, 24, 0.05);
	overflow: hidden;
	position: relative;
}

.cg-infinite-skeleton-card-item {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.cg-infinite-skeleton-card-item .cg-skeleton-media {
	aspect-ratio: 1.52;
}

.cg-infinite-skeleton-list-item {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: 104px 1fr;
	padding: 10px;
}

.cg-infinite-skeleton-list-item .cg-skeleton-media {
	aspect-ratio: 1.08;
	border-radius: 10px;
}

.cg-skeleton-body {
	display: grid;
	gap: 10px;
	padding: 14px 16px 16px;
}

.cg-skeleton-media,
.cg-skeleton-chip,
.cg-skeleton-line,
.cg-skeleton-meta {
	background: linear-gradient(90deg, rgba(225, 229, 236, 0.78) 0%, rgba(244, 246, 250, 0.98) 50%, rgba(225, 229, 236, 0.78) 100%);
	background-size: 220% 100%;
	overflow: hidden;
	position: relative;
}

.cg-skeleton-media {
	min-height: 172px;
}

.cg-skeleton-chip {
	border-radius: 999px;
	height: 12px;
	width: 72px;
}

.cg-skeleton-line {
	border-radius: 999px;
	height: 14px;
}

.cg-skeleton-line-lg {
	width: 88%;
}

.cg-skeleton-line-md {
	width: 64%;
}

.cg-skeleton-meta {
	border-radius: 999px;
	height: 12px;
	width: 42%;
}

.cg-skeleton-wave::after {
	animation: cg-skeleton-shimmer 1.35s linear infinite;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.58) 50%, transparent 100%);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
}

@keyframes cg-skeleton-shimmer {
	100% {
		transform: translateX(100%);
	}
}

body.is-dark-theme .cg-infinite-skeleton-item {
	background: linear-gradient(180deg, rgba(17, 21, 28, 0.98) 0%, rgba(10, 13, 18, 0.98) 100%);
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

body.is-dark-theme .cg-skeleton-media,
body.is-dark-theme .cg-skeleton-chip,
body.is-dark-theme .cg-skeleton-line,
body.is-dark-theme .cg-skeleton-meta {
	background: linear-gradient(90deg, rgba(28, 34, 44, 0.82) 0%, rgba(41, 49, 61, 0.96) 50%, rgba(28, 34, 44, 0.82) 100%);
}

body.is-dark-theme .cg-skeleton-wave::after {
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 50%, transparent 100%);
}

@media (max-width: 1100px) {
	.cg-home-hero,
	.cg-single-layout,
	.cg-search-layout {
		grid-template-columns: 1fr;
	}

	.cg-home-sidebar,
	.cg-single-sidebar {
		position: static;
	}

	.cg-step-slider,
	.cg-sidebar-slider,
	.cg-feed-slider {
		padding-right: 0;
	}

	.cg-step-slider-dots,
	.cg-sidebar-slider-dots,
	.cg-feed-slider-dots {
		display: grid;
		gap: 10px;
		grid-auto-flow: column;
		justify-content: flex-start;
		margin: 14px 0 0;
		position: static;
		transform: none;
	}

	.cg-home-sidebar .cg-sidebar-slider-dots {
		margin-bottom: 26px;
	}

	.cg-step-slider-dots button,
	.cg-sidebar-slider-dots button,
	.cg-feed-slider-dots button {
		padding: 6px 4px;
	}

	.cg-step-slider-dots span,
	.cg-sidebar-slider-dots span,
	.cg-feed-slider-dots span {
		height: 6px;
		width: 30px;
	}

	.cg-step-slider-dots .is-active span,
	.cg-sidebar-slider-dots .is-active span,
	.cg-feed-slider-dots .is-active span {
		height: 6px;
		width: 38px;
	}

	.cg-grid-four,
	.cg-grid-mosaic,
	.cg-category-cards,
	.cg-project-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cg-grid-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cg-grid-mixed {
		grid-template-columns: 1fr 1fr;
	}

	.cg-grid-mosaic .cg-card-large {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 320px;
	}

	.cg-grid-mixed .cg-card-large {
		grid-column: 1 / -1;
		min-height: 320px;
	}

	.cg-grid-three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cg-news-index-top {
		grid-template-columns: 1fr 1fr;
	}

	.cg-news-index-top .cg-card-large {
		grid-column: 1 / -1;
		min-height: 360px;
	}

	.cg-news-index-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cg-infinite-skeleton-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cg-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	body.admin-bar .cg-site-header.is-sticky {
		top: 0;
	}

	.cg-container {
		padding: 0 18px;
	}



	.cg-main-nav {
		display: none;
	}

	.cg-header-inner {
		display: flex;
		justify-content: space-between;
		min-height: 62px;
	}

	.cg-logo {
		font-size: 26px;
	}

	.cg-menu-button {
		display: inline-flex;
	}

	.cg-icon-button {
		border-left: 0;
		font-size: 22px;
		height: 48px;
		width: 48px;
	}

	.cg-menu-button span {
		width: 24px;
	}

	.cg-header-actions {
		gap: 6px;
	}

	.cg-search-panel {
		top: 62px;
	}

	body.admin-bar .cg-search-panel {
		top: 108px;
	}

	body.admin-bar .cg-mobile-panel {
		top: 0;
	}

	.cg-search-panel form,
	.cg-search-hero form,
	.cg-newsletter form,
	.cg-newsletter {
		grid-template-columns: 1fr;
	}

	.cg-search-panel button,
	.cg-search-hero button {
		font-size: 14px;
		justify-self: end;
		min-height: 42px;
		padding: 0 22px;
		width: auto;
	}

	.cg-news-index-hero {
		flex-direction: column;
		gap: 18px;
	}

	.cg-news-index-art {
		height: 94px;
		margin-top: 0;
		width: 100%;
	}

	.cg-news-index-toolbar {
		align-items: stretch;
	}

	.cg-news-index-tabs {
		gap: 10px;
		width: 100%;
	}

	.cg-news-index-tab {
		flex: 1 1 calc(50% - 10px);
		justify-content: center;
		padding: 0 16px;
	}

	.cg-news-index-sort {
		width: 100%;
	}

	.cg-news-index-sort summary {
		min-width: 0;
		width: 100%;
	}

	.cg-news-index-top,
	.cg-news-index-columns {
		grid-template-columns: 1fr;
	}

	.cg-news-index-top .cg-card-large {
		min-height: 400px;
	}

	.cg-news-index-column .cg-mini-post {
		grid-template-columns: 92px 1fr;
	}

	.cg-news-index-column .cg-mini-post-image img {
		width: 92px;
	}

	.cg-load-more {
		min-width: 100%;
	}

	.cg-infinite-skeleton-cards,
	.cg-infinite-skeleton-list {
		grid-template-columns: 1fr;
	}

	.cg-infinite-skeleton-list-item {
		grid-template-columns: 92px 1fr;
	}

	.cg-skeleton-body {
		padding: 12px 12px 14px;
	}

	.cg-newsletter > div:first-child {
		grid-template-columns: 48px 1fr;
	}

	.cg-hero-card {
		min-height: 400px;
		padding: 28px;
	}

	.cg-hero-arrow {
		bottom: 28px;
		right: 28px;
	}

	.cg-category-cards,
	.cg-grid-four,
	.cg-grid-mosaic,
	.cg-grid-three,
	.cg-grid-mixed,
	.cg-footer-grid,
	.cg-podcast-band {
		grid-template-columns: 1fr;
	}

	.cg-prev-next {
		grid-template-columns: 1fr;
	}


	.cg-podcast-band {
		padding: 28px;
	}

	.cg-grid-mosaic {
		grid-template-columns: 1fr;
	}

	.cg-podcast-band::before {
		display: none;
	}

	.cg-article-meta-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.cg-section-head {
		flex-direction: column;
		gap: 8px;
	}

	.cg-author-hero {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.cg-share {
		flex-wrap: wrap;
	}

	.cg-featured-wide {
		margin-left: 0;
		width: 100%;
	}

	.cg-author-box {
		flex-direction: column;
		text-align: center;
	}

	.cg-author-box h2 {
		font-size: 18px;
	}

	.cg-search-layout {
		grid-template-columns: 1fr;
	}

	.cg-filter-panel {
		display: none;
	}
}

@media (max-width: 480px) {
	.cg-container {
		padding: 0 16px;
	}

	.cg-hero-card {
		min-height: 360px;
		padding: 0 !important;
	}

	.cg-hero-slide {
		bottom: 80px;
		padding: 20px 16px 0;
	}

	.cg-hero-card h1 {
		font-size: 22px;
		line-height: 1.25;
		margin: 8px 0 10px;
	}

	.cg-hero-dots {
		bottom: 18px;
		left: 16px;
	}

	.cg-hero-arrow {
		bottom: 18px;
		font-size: 22px;
		height: 36px;
		right: 16px;
		width: 36px;
	}

	.cg-article-header h1,
	.cg-archive-hero h1,
	.cg-search-hero h1 {
		font-size: 26px;
	}

	.cg-subtitle {
		font-size: 16px;
	}

	.cg-adjacent-inner img {
		width: 60px;
	}

	.cg-news-index-copy h1 {
		font-size: 30px;
	}

	.cg-news-index-copy p {
		font-size: 16px;
	}

	.cg-news-index-tab {
		flex-basis: 100%;
	}

	.cg-section-head h2,
	.cg-home-sidebar h2,
	.cg-sidebar-panel h2 {
		font-size: 17px;
	}

	.cg-card-image img {
		height: 180px;
	}

	.cg-newsletter {
		padding: 22px 18px;
	}

	.cg-newsletter-sidebar {
		padding: 22px 18px;
	}

	.cg-site-footer {
		padding-top: 28px;
	}

	.cg-footer-bottom {
		flex-direction: column;
		gap: 8px;
		text-align: center;
	}

	.cg-topbar {
		display: none;
	}

	.cg-breadcrumb {
		font-size: 12px;
	}

	.cg-tags a {
		font-size: 12px;
		padding: 5px 10px;
	}

	.cg-author-line img {
		height: 36px;
		width: 36px;
	}

	.cg-share a,
	.cg-share button {
		height: 34px;
		width: 34px;
	}
}

/* â”€â”€â”€ Hero Slider â”€â”€â”€ */
#cg-hero-slider {
	padding: 0;
	transition: background-image 0s; /* instant bg swap; content fades */
}

.cg-hero-slide {
	bottom: 100px; /* room for dots + arrow */
	left: 0;
	opacity: 0;
	padding: 50px 42px 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.5s ease;
}

.cg-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

	.cg-hero-dots span {
		cursor: pointer;
		height: 8px;
		transition: background 0.2s, width 0.25s;
	}

	.cg-hero-dots .is-active {
		width: 50px;
	}

.cg-hero-dots span:hover {
	background: rgba(255,255,255,.7);
}

/* Hero category label â€” transparent bg on dark hero */
.cg-hero-cat {
	background: transparent !important;
	color: var(--cg-primary) !important;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .04em;
	padding: 0;
	text-transform: uppercase;
}

/* Sidebar mini-post category label */
.cg-mini-cat {
	display: block;
	font-family: var(--cg-font-card-label, var(--cg-font-meta, var(--cg-font)));
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .03em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

/* â”€ Large card author line â”€ */
.cg-card-large .cg-author-line {
	gap: 10px;
	margin-top: 2px;
}

.cg-card-large .cg-author-line img {
	border-radius: 50%;
	flex-shrink: 0;
	height: 30px;
	width: 30px;
}

/* Logo dot color */
.cg-logo-text i {
	color: var(--cg-primary);
	font-style: normal;
}

/* Active nav underline always red */
.cg-menu .current-menu-item > a::after,
.cg-menu a:hover::after {
	background: var(--cg-primary);
}

/* Outline link hover */
.cg-outline-link:hover {
	background: #f7f7f8;
}

/* â”€â”€â”€ Homepage reference tuning â”€â”€â”€ */
.home .cg-main {
	padding-top: 24px;
}

.home .cg-container {
	max-width: calc(var(--cg-container) + 32px);
}

.post-type-archive-cg_design .cg-container,
.post-type-archive-cg_tech .cg-container,
.tax-design_category .cg-container,
.tax-tech_category .cg-container {
	max-width: calc(var(--cg-container) + 32px);
}

.cg-topbar {
	font-size: 12px;
	font-weight: 600;
}

.cg-topbar .cg-container {
	min-height: 32px;
}

.cg-topbar-links a {
	color: rgba(255, 255, 255, .86);
	font-size: 12px;
}

.cg-header-inner {
	min-height: 78px;
}

.cg-logo {
	font-size: 34px;
	letter-spacing: 0;
	max-width: 190px;
}

.cg-menu {
	gap: 38px;
}

.cg-menu a {
	font-size: 15px;
	font-weight: 800;
	min-height: 50px;
}

.cg-home-hero {
	align-items: stretch;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) 354px;
	margin-bottom: 26px;
}

.cg-hero-card {
	background-position: center right;
	border-radius: 7px;
	min-height: 532px;
	padding: 40px 38px 32px;
	height: 100%;
}

.cg-hero-content {
	max-width: 500px;
}

.cg-hero-card .cg-cat {
	background: transparent;
	color: var(--cg-primary);
	font-size: 13px;
	padding: 0;
}

.cg-hero-card h1 {
	font-size: 37px;
	line-height: 1.08;
	margin: 16px 0 12px;
	max-width: 520px;
}

.cg-hero-card p {
	font-size: 15px;
	line-height: 1.85;
	max-width: 470px;
}

.cg-hero-arrow {
	bottom: 32px;
	height: 56px;
	right: 32px;
	width: 56px;
}

.cg-hero-dots {
	bottom: 22px;
	display: flex;
	gap: 12px;
	left: 38px;
	position: absolute;
}

.cg-hero-dots span {
	background: rgba(255, 255, 255, .45);
	border-radius: 999px;
	display: block;
	height: 8px;
	width: 40px;
}

.cg-hero-dots .is-active {
	background: var(--cg-primary);
	width: 50px;
}

.cg-home-sidebar,
.cg-sidebar-panel,
.cg-widget {
	border: 0;
	border-radius: 16px;
	box-shadow: 0 20px 55px rgba(17, 19, 24, .07);
	padding: 22px 22px 14px;
}

.cg-home-sidebar {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cg-home-sidebar .cg-sidebar-list {
	flex: 1 1 auto;
}

.cg-home-sidebar .cg-outline-link {
	margin-top: auto;
}

.cg-home-sidebar h2,
.cg-sidebar-panel h2,
.cg-section-head h2 {
	font-size: 19px;
	font-weight: 850;
}

.cg-mini-post {
	gap: 14px;
	grid-template-columns: 82px 1fr;
}

.cg-mini-post img {
	aspect-ratio: 1;
	border-radius: 7px;
}

.cg-mini-post strong {
	font-size: 13px;
	font-weight: 850;
}

.cg-outline-link {
	border-radius: 7px;
	font-size: 13px;
	min-height: 46px;
}

.cg-category-cards {
	gap: 18px;
	margin-bottom: 34px;
}

.cg-category-card {
	border: 0;
	border-radius: 7px;
	box-shadow: 0 14px 42px rgba(17, 19, 24, .06);
	min-height: 84px;
	padding: 18px 20px;
}

.cg-category-card span {
	border-radius: 9px;
	font-size: 16px;
	height: 42px;
	width: 42px;
}

.cg-category-card strong {
	font-size: 15px;
	line-height: 1.2;
}

.cg-category-card em {
	font-size: 12px;
	line-height: 1.35;
}

.home .cg-section {
	margin: 34px 0;
}

.cg-section-head {
	margin-bottom: 18px;
}

.cg-section-head h2 {
	margin-bottom: 0;
}

.cg-grid-four {
	gap: 18px;
}

.cg-card {
	border: 0;
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(17, 19, 24, .08);
}

.cg-card-image img {
	aspect-ratio: 1.53;
}

.cg-card-body {
	gap: 8px;
	padding: 14px 16px 18px;
}

.cg-card h3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
}

.cg-card-meta {
	margin-top: auto;
	padding-top: 4px;
}

/* Large card in four/mixed grids â€” overlay stays from base .cg-card-large */
.cg-grid-four .cg-card-large,
.cg-grid-mixed .cg-card-large {
	min-height: 100%;
}

.cg-grid-four .cg-card-large .cg-cat,
.cg-grid-mixed .cg-card-large .cg-cat {
	width: max-content;
}

.cg-news-index-top .cg-card-large .cg-cat,
.cg-news-index-top .cg-card-large .cg-section-badge {
	align-self: flex-start;
	width: max-content;
}

.cg-news-index-top .cg-card-large .cg-cat {
	background: transparent;
	border: 0;
	box-shadow: none;
	display: block;
	color: var(--cat-color, var(--cg-primary));
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	width: max-content;
}

.cg-news-index-top .cg-card-large .cg-cat:hover,
.cg-news-index-top .cg-card-large .cg-cat:focus-visible {
	color: var(--cat-color, var(--cg-primary));
	opacity: 0.82;
}

.cg-news-index-top .cg-card-large .cg-section-badge {
	display: inline-flex;
}

.cg-podcast-band {
	background-image: linear-gradient(90deg, rgba(6,8,12,.98), rgba(6,8,12,.82) 46%, rgba(6,8,12,.98)), url("../images/demo-mic.svg");
	background-position: center;
	background-size: cover;
	border-radius: 7px;
	grid-template-columns: 1fr 460px;
	margin: 30px 0 28px;
	min-height: 200px;
	padding: 32px 34px;
}

.cg-podcast-band::before {
	background: repeating-linear-gradient(90deg, rgba(239,63,55,.62), rgba(239,63,55,.62) 2px, transparent 2px, transparent 13px);
	height: 72px;
	left: 35%;
	right: 36%;
	top: 56px;
}

.cg-podcast-band h2 {
	font-size: 23px;
	font-weight: 850;
}

.cg-podcast-player {
	background: rgba(255, 255, 255, .08);
	border-radius: 9px;
	min-height: 118px;
	padding: 18px 20px;
}

.cg-podcast-player button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	height: 48px;
	width: 48px;
}

.cg-projects-section {
	margin-top: 24px;
}

.cg-projects-section .cg-project-strip {
	margin-left: 0;
	margin-right: auto;
	max-width: none;
	width: 82%;
}

@media (max-width: 760px) {
	.cg-projects-section .cg-project-strip {
		gap: 12px;
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}

	.cg-projects-section .cg-project-card {
		border-radius: 16px;
	}

	.cg-projects-section .cg-project-card .cg-project-visual {
		min-height: 130px;
	}

	.cg-projects-section .cg-project-card .cg-project-meta {
		padding: 14px 16px 15px;
	}

	.cg-projects-section .cg-project-card .cg-project-foot {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 10px;
	}

	.cg-projects-section .cg-project-card .cg-project-icon {
		height: 36px;
		width: 36px;
	}

	.cg-projects-section .cg-project-card .cg-project-icon svg {
		height: 14px;
		width: 14px;
	}

	.cg-projects-section .cg-project-card .cg-project-copy strong {
		font-size: 14px;
		line-height: 1.2;
	}

	.cg-projects-section .cg-project-card .cg-project-copy em {
		font-size: 11px;
	}

	.cg-projects-section {
		margin-top: 16px;
	}
}

.cg-project-strip {
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	text-align: left;
}

.cg-projects-section .cg-project-card {
	background: #fff;
	border: 1px solid rgba(17, 19, 24, 0.06);
	border-radius: 26px;
	box-shadow: 0 10px 24px rgba(17, 19, 24, 0.06);
	color: #111318;
	display: grid;
	gap: 0;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cg-projects-section .cg-project-card:hover {
	border-color: rgba(239, 63, 55, 0.14);
	box-shadow: 0 8px 20px rgba(17, 19, 24, 0.08);
	transform: translateY(-1px);
}

.cg-projects-section .cg-project-card .cg-project-visual {
	background-position: center;
	background-size: cover;
	display: block;
	min-height: 226px;
	position: relative;
}

.cg-projects-section .cg-project-card .cg-project-visual::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.12));
	content: "";
	inset: 0;
	position: absolute;
}

.cg-projects-section .cg-project-card .cg-project-type {
	color: #ef3f37;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.18em;
	left: 24px;
	position: absolute;
	text-transform: uppercase;
	top: 24px;
	z-index: 1;
}

.cg-projects-section .cg-project-card .cg-project-meta {
	display: grid;
	padding: 20px 22px 21px;
}

.cg-projects-section .cg-project-card .cg-project-foot {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 46px minmax(0, 1fr) 46px;
}

.cg-projects-section .cg-project-card .cg-project-icon {
	align-items: center;
	background: #ef3f37;
	box-shadow: 0 12px 24px rgba(239, 63, 55, 0.24);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.cg-projects-section .cg-project-card .cg-project-icon svg {
	display: block;
	height: 18px;
	width: 18px;
}

.cg-projects-section .cg-project-card .cg-project-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.cg-projects-section .cg-project-card .cg-project-copy strong {
	color: #111318;
	display: block;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.14;
}

.cg-projects-section .cg-project-card .cg-project-copy em {
	color: #8d919a;
	font-size: 12px;
	font-style: normal;
}

.cg-project-0 { background-image: url("../images/project-podcast-photo-default.png"); }
.cg-project-1 { background-image: url("../images/project-techcrush-photo-default.png"); }
.cg-project-2 { background-image: url("../images/demo-cap.svg"); }
.cg-project-3 { background-image: url("../images/demo-top100.svg"); }
.cg-project-4 { background-image: url("../images/demo-chair.svg"); }
.cg-project-5 { background-image: url("../images/demo-stage.svg"); }

.cg-newsletter {
	background: linear-gradient(90deg, #fff4f4, #fff);
	border: 0;
	border-radius: 7px;
	grid-template-columns: 1.2fr 1fr;
	margin-top: 32px;
	padding: 28px 28px;
}

.cg-newsletter > div:first-child {
	align-items: center;
	display: grid;
	gap: 0 18px;
	grid-template-columns: 62px 1fr;
}

.cg-newsletter-icon {
	grid-row: span 2;
	margin: 0;
}

.cg-newsletter h2 {
	font-size: 20px;
	font-weight: 850;
}

.cg-newsletter p {
	font-size: 13px;
}

.cg-newsletter form {
	align-items: start;
	grid-template-columns: 1fr 180px;
}

.cg-newsletter input,
.cg-newsletter button {
	border-radius: 7px;
	min-height: 48px;
}

.cg-site-footer {
	margin-top: 0;
	padding-top: 36px;
}

.cg-footer-grid {
	gap: 32px;
	grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
}

.cg-footer-brand p,
.cg-footer-menu {
	font-size: 13px;
	line-height: 1.85;
}

.cg-footer-bottom {
	margin-top: 34px;
	padding-bottom: 16px;
	padding-top: 16px;
}

@media (max-width: 1100px) {
	.cg-home-hero,
	.cg-podcast-band,
	.cg-newsletter {
		grid-template-columns: 1fr;
	}

	.cg-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cg-project-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.cg-hero-card {
		min-height: 400px;
		padding: 0 !important;
	}

	.cg-hero-slide {
		bottom: 90px;
		padding: 28px 20px 0;
	}

	.cg-hero-card h1 {
		font-size: 26px;
		line-height: 1.2;
		margin: 10px 0 12px;
	}

	.cg-hero-card p {
		display: none !important;
	}

	.cg-hero-dots {
		bottom: 28px;
		left: 20px;
	}

	.cg-hero-arrow {
		bottom: 28px;
		right: 20px;
	}

	.cg-newsletter > div:first-child,
	.cg-newsletter form {
		grid-template-columns: 1fr;
	}

	.cg-newsletter > div:first-child {
		grid-template-columns: 48px 1fr;
	}

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

	.cg-grid-mosaic {
		grid-template-columns: 1fr;
	}

	.cg-grid-mosaic .cg-card-large {
		grid-column: 1 / -1;
		grid-row: auto;
		min-height: 400px;
	}

	/* ── Podcast band mobile ── */
	.cg-podcast-band {
		border-radius: 14px;
		margin: 20px 0 18px;
		min-height: unset;
		padding: 22px 20px 20px;
	}

	.cg-podcast-band::before {
		display: none;
	}

	.cg-podcast-band > div:first-child {
		gap: 6px;
	}

	.cg-podcast-band h2 {
		font-size: 20px;
		margin: 6px 0 8px;
	}

	.cg-podcast-band p {
		font-size: 14px;
		line-height: 1.6;
	}

	.cg-podcast-band a {
		font-size: 13px;
		margin-top: 8px;
		padding: 10px 16px;
	}

	.cg-podcast-player {
		border-radius: 10px;
		gap: 14px;
		min-height: unset;
		padding: 14px 16px;
	}

	.cg-podcast-player button {
		flex-shrink: 0;
		height: 44px;
		width: 44px;
	}

	.cg-podcast-icon {
		height: 20px;
		width: 20px;
	}

	.cg-podcast-player > span {
		display: flex;
		flex-direction: column;
		gap: 3px;
		min-width: 0;
	}

	.cg-podcast-player em {
		font-size: 11px;
		margin-top: 0;
	}

	.cg-podcast-player strong {
		font-size: 13px;
		line-height: 1.3;
		white-space: normal;
	}
}

/* â”€â”€â”€ Typography Zone Variables â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
/* These rules apply CSS variables set by the PMC_Typography system.          */
/* Variables are emitted by pmc-typography style tag at priority 3 in wp_head.*/

h1, h2, h3, h4, h5, h6 {
	font-family: var(--cg-font-heading, var(--cg-font));
	font-weight: var(--cg-weight-heading, 800);
}

.cg-topbar,
.cg-topbar a {
	font-family: var(--cg-font-topbar, var(--cg-font));
	font-size: var(--cg-size-topbar, 13px);
	font-weight: var(--cg-weight-topbar, 600);
}

.cg-menu a,
.cg-mobile-menu a,
.cg-footer-menu a {
	font-family: var(--cg-font-nav, var(--cg-font));
	font-weight: var(--cg-weight-nav, 600);
	font-size: var(--cg-size-nav, inherit);
}

#cg-hero-slider h1 {
	font-family: "BPG Arial", "BPG Arial GD", var(--cg-font-hero, var(--cg-font-heading, var(--cg-font)));
	font-weight: var(--cg-weight-hero, 800);
}

.cg-hero-card p {
	font-family: "BPG Arial", "BPG Arial GD", var(--cg-font-hero-body, var(--cg-font));
	font-size: var(--cg-size-hero-body, 16px);
	font-weight: var(--cg-weight-hero-body, 400);
}

.cg-card h2,
.cg-card h3,
.cg-card-large h2,
.cg-card-large h3 {
	font-family: var(--cg-font-card, var(--cg-font-heading, var(--cg-font)));
	font-weight: var(--cg-weight-card, 700);
	font-size: var(--cg-size-card, inherit);
}

.cg-card-cat,
.cg-cat,
.cg-hero-cat,
.cg-section-badge {
	font-family: var(--cg-font-card-label, var(--cg-font-meta, var(--cg-font)));
	font-size: var(--cg-size-card-label, 11px);
	font-weight: var(--cg-weight-card-label, 850);
}

.cg-hero-cat {
	font-family: "BPG Arial", "BPG Arial GD", var(--cg-font-card-label, var(--cg-font-meta, var(--cg-font))) !important;
}

.cg-home-sidebar h2,
.cg-sidebar-panel h2,
.cg-section-head h2,
.widget-title {
	font-family: var(--cg-font-section-head, var(--cg-font-heading, var(--cg-font)));
	font-size: var(--cg-size-section-head, 19px);
	font-weight: var(--cg-weight-section-head, 850);
}

.cg-mini-post strong {
	font-family: var(--cg-font-sidebar-item, var(--cg-font-heading, var(--cg-font)));
	font-size: var(--cg-size-sidebar-item, 13px);
	font-weight: var(--cg-weight-sidebar-item, 800);
}

.cg-author-line strong,
.cg-author-box h2 {
	font-family: var(--cg-font-author-name, var(--cg-font-heading, var(--cg-font)));
	font-size: var(--cg-size-author-name, inherit);
	font-weight: var(--cg-weight-author-name, 750);
}

.cg-archive-hero h1 {
	font-family: var(--cg-font-archive-hero, var(--cg-font-heading, var(--cg-font)));
	font-size: var(--cg-size-archive-hero, clamp(28px, 4.2vw, 46px));
	font-weight: var(--cg-weight-archive-hero, 850);
}

.cg-news-index-copy h1 {
	font-family: var(--cg-font-archive-hero, var(--cg-font-heading, var(--cg-font)));
	font-size: var(--cg-size-archive-hero, clamp(28px, 4.2vw, 46px));
	font-weight: var(--cg-weight-archive-hero, 850);
}

.cg-page-header h1,
.cg-search-hero h1,
.cg-author-hero h1 {
	font-family: var(--cg-font-page-header, var(--cg-font-heading, var(--cg-font)));
	font-size: var(--cg-size-page-header, clamp(28px, 4.2vw, 46px));
	font-weight: var(--cg-weight-page-header, 850);
}

.cg-article-header h1 {
	font-family: var(--cg-font-article-title, var(--cg-font-heading, var(--cg-font)));
	font-size: var(--cg-size-article-title, clamp(34px, 4.7vw, 60px));
	font-weight: var(--cg-weight-article-title, 850);
}

.cg-archive-hero p,
.cg-search-hero p,
.cg-author-hero p,
.cg-news-index-copy p {
	font-family: var(--cg-font-archive-intro, var(--cg-font));
	font-size: var(--cg-size-archive-intro, inherit);
	font-weight: var(--cg-weight-archive-intro, 400);
}

.cg-entry-content p,
.cg-entry-content ul,
.cg-entry-content ol,
.cg-entry-content blockquote {
	font-family: var(--cg-font-article, var(--cg-font));
}

.cg-entry-content h2,
.cg-entry-content h3,
.cg-entry-content h4 {
	font-family: var(--cg-font-article-h, var(--cg-font-heading, var(--cg-font)));
	font-weight: var(--cg-weight-article-h, 700);
}

.cg-card-meta,
.cg-author-line em,
time {
	font-family: var(--cg-font-meta, var(--cg-font));
	font-size: var(--cg-size-meta, inherit);
}

.cg-breadcrumb {
	font-family: var(--cg-font-breadcrumb, var(--cg-font));
	font-size: var(--cg-size-breadcrumb, 13px);
	font-weight: var(--cg-weight-breadcrumb, 600);
}

.cg-adjacent-dir {
	font-family: var(--cg-font-adjacent, var(--cg-font-heading, var(--cg-font)));
	font-size: var(--cg-size-adjacent, inherit);
	font-weight: var(--cg-weight-adjacent, 750);
}

.cg-category-card strong,
.cg-category-card em {
	font-family: var(--cg-font-category-card, var(--cg-font-heading, var(--cg-font)));
	font-size: var(--cg-size-category-card, inherit);
	font-weight: var(--cg-weight-category-card, 700);
}

.cg-entry-content blockquote,
.cg-entry-content blockquote p {
	font-family: var(--cg-font-quote, var(--cg-font));
	font-size: var(--cg-size-quote, 18px);
	font-weight: var(--cg-weight-quote, 650);
}

button,
.button,
.cg-btn,
.cg-newsletter-form button,
.cg-outline-link,
.cg-cta,
.cg-podcast-band a {
	font-family: var(--cg-font-button, var(--cg-font));
	font-weight: var(--cg-weight-button, 700);
}

.cg-site-footer,
.cg-footer-grid {
	font-family: var(--cg-font-footer, var(--cg-font));
}

.cg-podcast-player span,
.cg-podcast-player strong,
.cg-podcast-player em {
	font-family: var(--cg-font-podcast-player, var(--cg-font-heading, var(--cg-font)));
	font-weight: var(--cg-weight-podcast-player, 700);
	font-size: var(--cg-size-podcast-player, inherit);
}

.cg-feed-filter button,
.cg-cat-filter a,
.cg-tags a,
.cg-news-index-tab {
	font-family: var(--cg-font-filter-chip, var(--cg-font-nav, var(--cg-font)));
	font-weight: var(--cg-weight-filter-chip, 700);
	font-size: var(--cg-size-filter-chip, inherit);
}

.cg-topic-list a,
.cg-topic-list span {
	font-family: var(--cg-font-topic-list, var(--cg-font));
	font-weight: var(--cg-weight-topic-list, 500);
	font-size: var(--cg-size-topic-list, inherit);
}

/* â”€â”€â”€ Single Article â€” Precise Refinements â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */

/* Author line sizing */
.cg-article-header .cg-author-line img {
	border-radius: 50%;
	flex-shrink: 0;
	height: 42px;
	width: 42px;
}

.cg-article-header .cg-author-line strong {
	font-size: 14px;
	font-weight: 700;
}

.cg-article-header .cg-author-line strong a {
	color: inherit;
	text-decoration: none;
}

.cg-article-header .cg-author-line strong a:hover {
	color: var(--cg-primary);
}

.cg-article-header .cg-author-line em {
	color: #83868d;
	font-size: 13px;
}

/* Featured image */
.cg-featured-image {
	border-radius: 10px;
	margin: 0 0 34px;
	overflow: hidden;
}

.cg-featured-image img {
	border-radius: 0;
	display: block;
	width: 100%;
}

.cg-featured-image figcaption {
	color: #888;
	font-size: 13px;
	padding: 10px 0 0;
	text-align: center;
}

/* Article body links */
.cg-entry-content a {
	color: var(--cg-primary);
	text-decoration: underline;
	text-decoration-color: rgba(239, 63, 55, 0.35);
	text-underline-offset: 3px;
}

.cg-entry-content a:hover {
	text-decoration-color: var(--cg-primary);
}

/* Entry content H2/H3 */
.cg-entry-content h2 {
	font-size: 22px;
	font-weight: 850;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin: 40px 0 16px;
}

.cg-entry-content h3 {
	font-size: 19px;
	font-weight: 800;
	line-height: 1.35;
	margin: 32px 0 12px;
}

/* Numbered list items â€” match screenshot circles */
.cg-entry-content ol li {
	margin-bottom: 26px;
	padding-left: 52px;
}

.cg-entry-content ol li::before {
	font-size: 12px;
	font-weight: 900;
	height: 30px;
	top: 1px;
	width: 30px;
}

/* Bold heading inside list item (first <strong> or <b>) */
.cg-entry-content ol li > strong:first-child,
.cg-entry-content ol li > b:first-child {
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 6px;
}

/* Blockquote */
.cg-entry-content blockquote {
	background: #f7f7f8;
	border-left: 4px solid var(--cg-primary);
	border-radius: 0 10px 10px 0;
	font-size: 17px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.7;
	margin: 36px 0;
	padding: 28px 32px 28px 68px;
}

.cg-entry-content blockquote::before {
	font-size: 96px;
	left: 18px;
	top: 10px;
}

/* Blockquote attribution (â€“ Author) */
.cg-entry-content blockquote cite,
.cg-entry-content blockquote p:last-of-type em,
.cg-entry-content blockquote footer {
	color: #83868d;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	margin-top: 14px;
}

/* Tags section */
.cg-tags {
	align-items: center;
	gap: 8px;
}

.cg-tags > span {
	color: #6e7279;
	font-size: 13px;
	font-weight: 700;
	margin-right: 4px;
	white-space: nowrap;
}

.cg-tags a {
	color: #111;
	font-size: 13px;
	font-weight: 500;
}

.cg-tags a:hover {
	background: #ececed;
	color: #111;
}

/* Prev/Next navigation */
.cg-prev-next {
	margin: 40px 0 36px;
	padding-top: 0;
}

.cg-adjacent-next {
	text-align: right;
}

.cg-adjacent-next .cg-adjacent-inner {
	flex-direction: row-reverse;
	text-align: left;
}

/* Author box */
.cg-author-box {
	background: #f8f8f9;
	border-radius: 12px;
	margin: 32px 0;
	padding: 24px;
}

.cg-author-box h2 {
	font-size: 18px;
	margin: 0 0 6px;
}

.cg-author-box p {
	color: #6e7279;
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

/* Sidebar mini posts */
.cg-mini-post img {
	border-radius: 8px;
	height: 72px;
	object-fit: cover;
	width: 82px;
}

.cg-mini-post strong {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.cg-mini-cat {
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* Sidebar panel heading dot */
.cg-sidebar-panel h2 span {
	background: var(--cg-primary);
}

/* Newsletter sidebar â€” dark card improvements */
.cg-newsletter.cg-newsletter-sidebar {
	background: linear-gradient(145deg, #10141c, #1a2030);
	border-radius: 14px;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 0;
	overflow: hidden;
	padding: 28px 26px;
	position: relative;
}

.cg-newsletter-sidebar h2 {
	font-size: 19px;
	font-weight: 850;
	line-height: 1.3;
	margin: 0 0 8px;
}

.cg-newsletter-sidebar p {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	line-height: 1.65;
}

.cg-newsletter-sidebar .cg-newsletter-icon {
	background: rgba(239, 63, 55, 0.14);
	border-radius: 12px;
	color: #ff7a6f;
	height: 42px;
	margin-bottom: 14px;
	width: 42px;
}

/* Input inside dark newsletter */
.cg-newsletter-sidebar input[type="email"] {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #fff;
	min-height: 46px;
}


.cg-newsletter.cg-newsletter-sidebar {
	background:
		linear-gradient(145deg, #0c1017, #151a24 62%, #090b10);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 16px;
	display: grid;
	gap: 18px;
	padding: 28px;
}

.cg-newsletter-sidebar form {
	grid-template-columns: 1fr;
	margin-top: 4px;
}

.cg-newsletter-sidebar input[type="email"] {
	border: 1px solid rgba(255, 255, 255, 0.12);
	min-height: 48px;
}

.cg-newsletter-sidebar button {
	box-shadow: 0 12px 30px rgba(239, 63, 55, 0.24);
}
/* Featured articles second row */
.cg-latest-row2 {
	margin-top: var(--cg-card-gap, 18px);
}

/* Related articles */
.cg-related .cg-section-head h2 {
	font-family: var(--cg-font-related-head, var(--cg-font-section-head, var(--cg-font-heading, var(--cg-font))));
	font-size: var(--cg-size-related-head, 18px);
	font-weight: var(--cg-weight-related-head, 850);
}

/* Single layout - tighter on wide screens */
.cg-single-layout {
	gap: 36px;
}

/* Article bottom separator before related */
.cg-related {
	padding-top: 6px;
}

/* â”€â”€â”€ Section badge on cards â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cg-section-badge {
	align-self: flex-start;
	border-radius: 4px;
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
	padding: 3px 8px;
	text-transform: uppercase;
	width: fit-content;
}

.cg-section-badge--tech {
	background: #111318;
	color: #fff;
}

.cg-section-badge--design {
	background: #ef3f37;
	color: #fff;
}

.cg-section-badge:hover {
	opacity: 0.85;
}

/* â”€â”€â”€ Homepage feed filter toggle â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cg-feed-filter {
	background: #f0f0f1;
	border-radius: 10px;
	display: inline-flex;
	gap: 2px;
	padding: 3px;
}

.cg-feed-filter button {
	background: transparent;
	border: none;
	border-radius: 8px;
	color: #50575e;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 16px;
	transition: background 0.15s, color 0.15s;
	white-space: nowrap;
}

.cg-feed-filter button:hover {
	color: #1d2327;
}

.cg-feed-filter button.is-active {
	background: #1d2327;
	color: #fff;
}

/* â”€â”€â”€ Archive category filter bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cg-cat-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
}

.cg-cat-filter a {
	background: #f0f0f1;
	border-radius: 100px;
	color: #50575e;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 14px;
	transition: background 0.15s, color 0.15s;
	white-space: nowrap;
}

.cg-cat-filter a:hover,
.cg-cat-filter a.is-active {
	background: var(--cg-secondary);
	color: #fff;
}

/* Archive section breadcrumb link */
.cg-archive-section {
	color: var(--cg-primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.cg-archive-section a {
	color: inherit;
}

@media (max-width: 600px) {
	.cg-section-cards {
		grid-template-columns: 1fr;
	}
}

/* â”€â”€â”€ Dark Theme â€” editorial screenshot skin â”€â”€â”€ */
body.is-dark-theme {
	color-scheme: dark;
	--cg-bg: #080b10;
	--cg-text: #eef2f7;
	--cg-header-bg: rgba(10, 13, 18, .96);
	--cg-footer-bg: #05070b;
	--cg-card-bg: #11151c;
	--cg-secondary: #e9edf4;
	--cg-primary: #ef4a3f;
	--cg-button: #ef4a3f;
	--cg-button-hover: #ff6155;
}

body.is-dark-theme {
	background: #080b10;
	color: var(--cg-text);
	overflow-x: hidden;
	overflow-x: clip;
}

body.is-dark-theme a:hover {
	color: #fff;
}

body.is-dark-theme .cg-main {
	background: #080b10;
}

body.is-dark-theme .cg-breadcrumb {
	color: rgba(234, 238, 245, .64);
}

body.is-dark-theme .cg-breadcrumb a {
	color: rgba(234, 238, 245, .68);
}

body.is-dark-theme .cg-breadcrumb a:hover {
	color: #fff;
}

body.is-dark-theme .cg-breadcrumb span[aria-hidden] {
	color: rgba(234, 238, 245, .36);
}

body.is-dark-theme .cg-breadcrumb > span:last-child {
	color: rgba(243, 246, 251, .92);
	font-weight: 650;
}

body.is-dark-theme .cg-topbar {
	background: #050607;
}

body.is-dark-theme .cg-site-header {
	background: rgba(10, 13, 18, .96);
	border-bottom-color: rgba(255, 255, 255, .06);
	box-shadow: 0 14px 40px rgba(0, 0, 0, .35);
}

body.is-dark-theme .cg-icon-button {
	background: rgba(255, 255, 255, .04);
	border-color: rgba(255, 255, 255, .08);
	color: #eef2f7;
}

body.is-dark-theme .cg-icon-button:hover {
	background: rgba(239, 74, 63, .18);
	border-color: rgba(239, 74, 63, .22);
	color: #fff;
}

body.is-dark-theme .cg-menu a,
body.is-dark-theme .cg-mobile-menu a,
body.is-dark-theme .cg-footer-menu a,
body.is-dark-theme .cg-logo,
body.is-dark-theme .cg-section-head h2,
body.is-dark-theme .cg-section-head a,
body.is-dark-theme .cg-feed-filter button,
body.is-dark-theme .cg-cat-filter a,
body.is-dark-theme .cg-mini-post strong,
body.is-dark-theme .cg-home-sidebar h2,
body.is-dark-theme .cg-sidebar-panel h2,
body.is-dark-theme .cg-widget .widget-title,
body.is-dark-theme .cg-card h3,
body.is-dark-theme .cg-card-large h3,
body.is-dark-theme .cg-archive-hero h1,
body.is-dark-theme .cg-search-hero h1,
body.is-dark-theme .cg-page-header h1,
body.is-dark-theme .cg-entry-content h2,
body.is-dark-theme .cg-entry-content h3,
body.is-dark-theme .cg-entry-content h4 {
	color: #f3f6fb;
}

body.is-dark-theme .cg-home-hero,
body.is-dark-theme .cg-latest-section,
body.is-dark-theme .cg-section,
body.is-dark-theme .cg-home-sidebar,
body.is-dark-theme .cg-sidebar-panel,
body.is-dark-theme .cg-widget,
body.is-dark-theme .cg-card,
body.is-dark-theme .cg-category-card,
body.is-dark-theme .cg-newsletter,
body.is-dark-theme .cg-podcast-band,
body.is-dark-theme .cg-project-strip a,
body.is-dark-theme .cg-search-panel,
body.is-dark-theme .cg-mobile-panel {
	color: var(--cg-text);
}

body.is-dark-theme .cg-home-sidebar,
body.is-dark-theme .cg-sidebar-panel,
body.is-dark-theme .cg-widget,
body.is-dark-theme .cg-card,
body.is-dark-theme .cg-category-card,
body.is-dark-theme .cg-project-strip a,
body.is-dark-theme .cg-outline-link,
body.is-dark-theme .cg-newsletter,
body.is-dark-theme .cg-podcast-band,
body.is-dark-theme .cg-feed-filter,
body.is-dark-theme .cg-cat-filter a,
body.is-dark-theme .page-numbers,
body.is-dark-theme .cg-page-header,
body.is-dark-theme .cg-archive-hero,
body.is-dark-theme .cg-search-hero,
body.is-dark-theme .cg-author-hero,
body.is-dark-theme .cg-news-index-hero {
	background: #11151c;
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
	position: relative;
	overflow: hidden;
}

body.is-dark-theme .cg-home-sidebar.has-mini-slider,
body.is-dark-theme .cg-sidebar-panel.has-mini-slider {
	overflow: visible;
}

body.is-dark-theme .cg-step-slider-dots span,
body.is-dark-theme .cg-sidebar-slider-dots span,
body.is-dark-theme .cg-feed-slider-dots span {
	background: rgba(255, 255, 255, .38);
}

body.is-dark-theme .cg-step-slider-dots button:hover span,
body.is-dark-theme .cg-step-slider-dots button:focus-visible span,
body.is-dark-theme .cg-sidebar-slider-dots button:hover span,
body.is-dark-theme .cg-sidebar-slider-dots button:focus-visible span,
body.is-dark-theme .cg-feed-slider-dots button:hover span,
body.is-dark-theme .cg-feed-slider-dots button:focus-visible span {
	background: rgba(255, 255, 255, .58);
}

body.is-dark-theme .cg-step-slider-dots .is-active span,
body.is-dark-theme .cg-sidebar-slider-dots .is-active span,
body.is-dark-theme .cg-feed-slider-dots .is-active span {
	background: var(--cg-primary);
}

body.is-dark-theme.home .cg-main {
	padding-top: 24px;
}

body.is-dark-theme.home .cg-home-hero {
	margin-top: 0;
}

body.is-dark-theme .cg-search-panel {
	background: rgba(12, 16, 22, 0.85) !important;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-bottom-color: rgba(255, 255, 255, 0.08) !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.06);
	left: 0;
	position: fixed;
	top: calc(var(--cg-header-height) + 34px);
	width: 100%;
	z-index: 45;
}

body.is-dark-theme .cg-search-panel input:focus {
	background-color: #0c1016 !important;
	border-color: rgba(239, 63, 55, 0.5) !important;
	box-shadow: 0 0 0 4px rgba(239, 63, 55, 0.15), 0 12px 35px rgba(0, 0, 0, 0.4) !important;
}

body.is-dark-theme .cg-mobile-panel {
	background: #0c1016;
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
}

body.is-dark-theme .cg-mobile-panel {
	bottom: 0;
	display: flex;
	flex-direction: column;
	max-width: 360px;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(110%);
	width: 85vw;
	z-index: 200;
}

html.cg-menu-open body.is-dark-theme .cg-mobile-panel {
	pointer-events: auto;
	transform: translateX(0);
}

body.is-dark-theme .cg-page-header::before,
body.is-dark-theme .cg-archive-hero::before,
body.is-dark-theme .cg-search-hero::before,
body.is-dark-theme .cg-author-hero::before,
body.is-dark-theme .cg-news-index-hero::before {
	background: linear-gradient(180deg, rgba(239, 74, 63, .92), rgba(239, 74, 63, .72));
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}

body.is-dark-theme .cg-page-header > *,
body.is-dark-theme .cg-archive-hero > *,
body.is-dark-theme .cg-search-hero > *,
body.is-dark-theme .cg-author-hero > *,
body.is-dark-theme .cg-news-index-hero > * {
	position: relative;
	z-index: 1;
}

body.is-dark-theme.archive .cg-main,
body.is-dark-theme.post-type-archive-techcrush .cg-main,
body.is-dark-theme.post-type-archive-podcast .cg-main,
body.is-dark-theme.tax-tech_category .cg-main,
body.is-dark-theme.tax-podcast_category .cg-main {
	background: #080b10;
}

body.is-dark-theme.archive .cg-archive-hero,
body.is-dark-theme.post-type-archive-techcrush .cg-archive-hero,
body.is-dark-theme.post-type-archive-podcast .cg-archive-hero,
body.is-dark-theme.tax-tech_category .cg-archive-hero,
body.is-dark-theme.tax-podcast_category .cg-archive-hero,
body.is-dark-theme.page .cg-page-header,
body.is-dark-theme.search .cg-search-hero,
body.is-dark-theme.author .cg-author-hero,
body.is-dark-theme.page .cg-news-index-hero {
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 18px 55px rgba(0, 0, 0, .34);
}

body.is-dark-theme.page .cg-news-index-hero h1 {
	color: #f5f7fb;
}

body.is-dark-theme.page .cg-news-index-hero p {
	color: rgba(234, 238, 245, .72);
}

body.is-dark-theme .cg-news-index-hero.has-art .cg-news-index-art::before {
	opacity: 0;
}

body.is-dark-theme.archive .cg-archive-hero h1,
body.is-dark-theme.post-type-archive-techcrush .cg-archive-hero h1,
body.is-dark-theme.post-type-archive-podcast .cg-archive-hero h1,
body.is-dark-theme.tax-tech_category .cg-archive-hero h1,
body.is-dark-theme.tax-podcast_category .cg-archive-hero h1 {
	color: #f5f7fb;
	letter-spacing: -.03em;
	line-height: 1.02;
}

body.is-dark-theme.archive .cg-archive-hero p,
body.is-dark-theme.post-type-archive-techcrush .cg-archive-hero p,
body.is-dark-theme.post-type-archive-podcast .cg-archive-hero p,
body.is-dark-theme.tax-tech_category .cg-archive-hero p,
body.is-dark-theme.tax-podcast_category .cg-archive-hero p {
	color: rgba(234, 238, 245, .72);
	max-width: 720px;
}

body.is-dark-theme.archive .cg-card-grid .cg-card,
body.is-dark-theme.post-type-archive-techcrush .cg-card-grid .cg-card,
body.is-dark-theme.post-type-archive-podcast .cg-card-grid .cg-card,
body.is-dark-theme.tax-tech_category .cg-card-grid .cg-card,
body.is-dark-theme.tax-podcast_category .cg-card-grid .cg-card {
	background: linear-gradient(180deg, rgba(17, 21, 28, .98), rgba(10, 13, 18, .98));
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

body.is-dark-theme.archive .cg-card-grid .cg-card:hover,
body.is-dark-theme.post-type-archive-techcrush .cg-card-grid .cg-card:hover,
body.is-dark-theme.post-type-archive-podcast .cg-card-grid .cg-card:hover,
body.is-dark-theme.tax-tech_category .cg-card-grid .cg-card:hover,
body.is-dark-theme.tax-podcast_category .cg-card-grid .cg-card:hover {
	box-shadow: 0 24px 64px rgba(0, 0, 0, .38);
}

body.is-dark-theme.archive .cg-card-grid .cg-card .cg-card-body,
body.is-dark-theme.post-type-archive-techcrush .cg-card-grid .cg-card .cg-card-body,
body.is-dark-theme.post-type-archive-podcast .cg-card-grid .cg-card .cg-card-body,
body.is-dark-theme.tax-tech_category .cg-card-grid .cg-card .cg-card-body,
body.is-dark-theme.tax-podcast_category .cg-card-grid .cg-card .cg-card-body {
	background: transparent;
}

body.is-dark-theme.archive .cg-card-grid .cg-card .cg-card-cat,
body.is-dark-theme.post-type-archive-techcrush .cg-card-grid .cg-card .cg-card-cat,
body.is-dark-theme.post-type-archive-podcast .cg-card-grid .cg-card .cg-card-cat,
body.is-dark-theme.tax-tech_category .cg-card-grid .cg-card .cg-card-cat,
body.is-dark-theme.tax-podcast_category .cg-card-grid .cg-card .cg-card-cat {
	color: #ef4a3f;
}

body.is-dark-theme .cg-card {
	background: linear-gradient(180deg, rgba(17, 21, 28, .98), rgba(12, 15, 21, .98));
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
}

body.is-dark-theme .cg-card-image,
body.is-dark-theme .cg-search-panel input,
body.is-dark-theme .cg-newsletter input,
body.is-dark-theme .cg-search-hero input {
	background: #0c1016;
	border-color: rgba(255, 255, 255, .1);
	color: #eef2f7;
}

body.is-dark-theme .cg-card-image img {
	filter: saturate(.98) brightness(.94);
}

body.is-dark-theme .cg-entry-media {
	background: linear-gradient(180deg, rgba(17, 21, 28, .98), rgba(10, 13, 18, .98));
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
}

body.is-dark-theme .cg-entry-media-head strong {
	color: #f5f7fb;
}

body.is-dark-theme .cg-entry-audio audio,
body.is-dark-theme .cg-video-embed {
	background: #0c1016;
}

body.is-dark-theme .cg-featured-video .cg-video-embed {
	background: #0b0f14;
}

body.is-dark-theme .cg-project-card {
	background: linear-gradient(180deg, rgba(17, 21, 28, .98), rgba(10, 13, 18, .98));
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
}

body.is-dark-theme .cg-projects-section .cg-project-card:hover,
body.is-dark-theme .cg-project-strip a:hover {
	box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
}

body.is-dark-theme .cg-projects-section .cg-project-card .cg-project-meta {
	background: linear-gradient(180deg, rgba(11, 15, 20, .96), rgba(10, 13, 18, .99));
}

body.is-dark-theme .cg-projects-section .cg-project-card .cg-project-copy strong {
	color: #f8fbff !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .45);
}

body.is-dark-theme .cg-projects-section .cg-project-card .cg-project-copy em {
	color: rgba(234, 238, 245, .80) !important;
}

body.is-dark-theme .cg-projects-section .cg-project-card .cg-project-copy,
body.is-dark-theme .cg-projects-section .cg-project-card .cg-project-foot {
	color: #f8fbff;
}

body.is-dark-theme .cg-project-icon {
	background: #ef4a3f;
	color: #fff;
}

body.is-dark-theme .cg-project-type {
	color: #ef4a3f;
}

body.is-dark-theme .cg-article-meta-row {
	border-bottom-color: rgba(255, 255, 255, .08);
}

body.is-dark-theme .cg-share > span,
body.is-dark-theme .cg-adjacent-dir,
body.is-dark-theme .cg-adjacent-inner em,
body.is-dark-theme .cg-topic-list span,
body.is-dark-theme .cg-author-box p {
	color: rgba(234, 238, 245, .66);
}

body.is-dark-theme .cg-share a,
body.is-dark-theme .cg-share button {
	background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
	border-color: rgba(255, 255, 255, .12);
	color: #eef2f7;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

body.is-dark-theme .cg-share a:hover,
body.is-dark-theme .cg-share button:hover {
	background: #ef4a3f;
	border-color: #ef4a3f;
	color: #fff;
	box-shadow: 0 10px 24px rgba(239, 74, 63, .22);
}

body.is-dark-theme .cg-entry-content blockquote {
	background: linear-gradient(180deg, rgba(20, 25, 34, .96), rgba(12, 15, 21, .96));
	border-left: 4px solid #ef4a3f;
	color: #f5f7fb;
	box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
}

body.is-dark-theme .cg-entry-content blockquote::before {
	color: #ef4a3f;
	opacity: .95;
}

body.is-dark-theme .cg-featured-image {
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: none;
}

body.is-dark-theme .cg-featured-image figcaption {
	color: rgba(234, 238, 245, .64);
}

body.is-dark-theme .cg-tags a {
	background: rgba(255, 255, 255, .03);
	border-color: rgba(255, 255, 255, .1);
	color: #e8ecf3;
}

body.is-dark-theme .cg-tags a:hover {
	background: rgba(239, 74, 63, .14);
	border-color: rgba(239, 74, 63, .22);
	color: #fff;
}

body.is-dark-theme .cg-adjacent {
	background: rgba(255, 255, 255, .03);
	border-color: rgba(255, 255, 255, .08);
	box-shadow: none;
}

body.is-dark-theme .cg-adjacent:hover {
	box-shadow: 0 10px 28px rgba(0, 0, 0, .34);
}

body.is-dark-theme .cg-adjacent-inner strong {
	color: #f4f7fb;
}

body.is-dark-theme .cg-author-box {
	background: linear-gradient(180deg, rgba(17, 21, 28, .98), rgba(10, 13, 18, .98));
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 18px 55px rgba(0, 0, 0, .34);
}

body.is-dark-theme .cg-search-layout {
	color: #eef2f7;
}

body.is-dark-theme .cg-filter-panel {
	background: linear-gradient(180deg, rgba(17, 21, 28, .98), rgba(10, 13, 18, .98));
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 18px 55px rgba(0, 0, 0, .34);
}

body.is-dark-theme .cg-filter-panel a,
body.is-dark-theme .cg-filter-panel li {
	color: #e8ecf3;
}

body.is-dark-theme .cg-topic-list span {
	background: rgba(255, 255, 255, .03);
	border-color: rgba(255, 255, 255, .1);
}

body.is-dark-theme .cg-outline-link {
	background: rgba(255, 255, 255, .03);
	border-color: rgba(255, 255, 255, .1);
	color: #e8ecf3;
}

body.is-dark-theme .cg-outline-link:hover {
	background: rgba(239, 74, 63, .16);
	border-color: rgba(239, 74, 63, .2);
	color: #fff;
}

body.is-dark-theme .cg-related .cg-card {
	background: linear-gradient(180deg, rgba(17, 21, 28, .98), rgba(10, 13, 18, .98));
	border-color: rgba(255, 255, 255, .08);
}

body.is-dark-theme .cg-related .cg-section-head h2 {
	color: #f3f6fb;
}

body.is-dark-theme .cg-related .cg-card .cg-card-body p,
body.is-dark-theme .cg-related .cg-card .cg-card-meta,
body.is-dark-theme .cg-related .cg-card .cg-meta-date {
	color: rgba(234, 238, 245, .66);
}

body.is-dark-theme .cg-article-header .cg-cat {
	box-shadow: 0 10px 26px rgba(239, 74, 63, .18);
}

body.is-dark-theme .cg-card-body p,
body.is-dark-theme .cg-card-meta,
body.is-dark-theme .cg-meta-date,
body.is-dark-theme .cg-mini-post em,
body.is-dark-theme .cg-source,
body.is-dark-theme .cg-tags,
body.is-dark-theme .cg-subtitle,
body.is-dark-theme .cg-author-line em,
body.is-dark-theme .cg-author-line strong a,
body.is-dark-theme .cg-footer-brand p,
body.is-dark-theme .cg-footer-menu,
body.is-dark-theme .cg-newsletter p,
body.is-dark-theme .cg-entry-content blockquote cite,
body.is-dark-theme .cg-entry-content blockquote footer {
	color: rgba(234, 238, 245, .72);
}

body.is-dark-theme .cg-author-line strong a:hover {
	color: #fff;
}

body.is-dark-theme .cg-outline-link,
body.is-dark-theme .page-numbers,
body.is-dark-theme .cg-feed-filter,
body.is-dark-theme .cg-cat-filter a {
	background: rgba(255, 255, 255, .03);
}

body.is-dark-theme .cg-outline-link,
body.is-dark-theme .cg-feed-filter button,
body.is-dark-theme .cg-cat-filter a,
body.is-dark-theme .page-numbers {
	border-color: rgba(255, 255, 255, .12);
	color: #e8ecf3;
}

body.is-dark-theme .cg-feed-filter button.is-active,
body.is-dark-theme .cg-cat-filter a.is-active,
body.is-dark-theme .page-numbers.current {
	background: #ef4a3f;
	border-color: #ef4a3f;
	color: #fff;
}

body.is-dark-theme .cg-section-head span,
body.is-dark-theme .cg-archive-section::after,
body.is-dark-theme .cg-hero-dots .is-active,
body.is-dark-theme .cg-section-badge--design {
	background: #ef4a3f;
}

body.is-dark-theme .cg-section-badge--tech {
	background: #151a23;
	border: 1px solid rgba(255, 255, 255, .12);
}

body.is-dark-theme .cg-hero-card,
body.is-dark-theme .cg-card-large {
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
}

body.is-dark-theme .cg-card-large::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .58) 52%, rgba(0, 0, 0, .08) 100%);
}

body.is-dark-theme .cg-card-large .cg-card-body,
body.is-dark-theme .cg-hero-card .cg-hero-content,
body.is-dark-theme .cg-hero-card p,
body.is-dark-theme .cg-card-large h3,
body.is-dark-theme .cg-card-large .cg-author-line strong {
	color: #f5f7fb;
}

body.is-dark-theme .cg-hero-arrow,
body.is-dark-theme .cg-newsletter button,
body.is-dark-theme .cg-btn,
body.is-dark-theme .button,
body.is-dark-theme .cg-cta {
	box-shadow: 0 10px 22px rgba(239, 74, 63, .16);
}

body.is-dark-theme .cg-site-footer {
	background: #05070b;
	border-top: 1px solid rgba(255, 255, 255, .06);
}

body.is-dark-theme .cg-footer-bottom,
body.is-dark-theme .cg-footer-grid {
	border-color: rgba(255, 255, 255, .06);
}

body.is-dark-theme .cg-search-panel {
	border-bottom-color: rgba(255, 255, 255, .08);
}

body.is-dark-theme .cg-search-panel input::placeholder,
body.is-dark-theme .cg-newsletter input::placeholder {
	color: rgba(234, 238, 245, .55);
}

body.is-dark-theme .cg-site-header,
body.is-dark-theme .cg-home-sidebar,
body.is-dark-theme .cg-sidebar-panel,
body.is-dark-theme .cg-widget,
body.is-dark-theme .cg-card,
body.is-dark-theme .cg-category-card,
body.is-dark-theme .cg-newsletter,
body.is-dark-theme .cg-podcast-band,
body.is-dark-theme .cg-project-strip a,
body.is-dark-theme .cg-search-panel,
body.is-dark-theme .cg-mobile-panel,
body.is-dark-theme .cg-page-header,
body.is-dark-theme .cg-archive-hero,
body.is-dark-theme .cg-search-hero,
body.is-dark-theme .cg-author-hero,
body.is-dark-theme .cg-entry-media,
body.is-dark-theme .cg-author-box,
body.is-dark-theme .cg-filter-panel,
body.is-dark-theme .cg-project-card,
body.is-dark-theme .cg-hero-card,
body.is-dark-theme .cg-card-large,
body.is-dark-theme .cg-adjacent,
body.is-dark-theme .page-numbers,
body.is-dark-theme .cg-feed-filter,
body.is-dark-theme .cg-cat-filter a {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .06) !important;
}

body.is-dark-theme .cg-card:hover,
body.is-dark-theme .cg-category-card:hover,
body.is-dark-theme .cg-project-strip a:hover,
body.is-dark-theme .cg-project-card:hover,
body.is-dark-theme .cg-hero-card:hover,
body.is-dark-theme .cg-card-large:hover,
body.is-dark-theme .cg-adjacent:hover,
body.is-dark-theme .page-numbers:hover,
body.is-dark-theme .cg-feed-filter button:hover,
body.is-dark-theme .cg-cat-filter a:hover,
body.is-dark-theme .cg-outline-link:hover,
body.is-dark-theme .cg-icon-button:hover {
	box-shadow: 0 8px 18px rgba(0, 0, 0, .14) !important;
	transform: translateY(-1px);
}

/* Premium newsletter card for article/sidebar pages */
.cg-newsletter-field {
	position: relative;
}

.cg-newsletter-field-icon {
	align-items: center;
	color: rgba(115, 119, 128, .72);
	display: inline-flex;
	height: 100%;
	justify-content: center;
	left: 16px;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 24px;
	z-index: 1;
}

.cg-newsletter-field-icon svg {
	height: 22px;
	width: 22px;
}

.cg-newsletter .cg-newsletter-field input[type="email"] {
	padding-left: 52px;
}

.cg-newsletter button {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	justify-content: center;
}

.cg-newsletter button svg {
	flex: 0 0 auto;
	height: 22px;
	transition: transform 180ms ease;
	width: 22px;
}

.cg-newsletter button:hover svg {
	transform: translateX(3px);
}

.cg-newsletter.cg-newsletter-sidebar {
	background:
		radial-gradient(circle at 50% 21%, rgba(239, 74, 63, .16), transparent 28%),
		radial-gradient(circle at 50% 0%, rgba(70, 82, 105, .16), transparent 42%),
		linear-gradient(145deg, var(--cg-newsletter-sidebar-bg, #121722) 0%, rgba(0, 0, 0, .18) 100%);
	border: 1px solid rgba(148, 163, 184, .2);
	border-radius: 28px;
	box-shadow: 0 24px 80px rgba(2, 6, 12, .34), inset 0 1px 0 rgba(255, 255, 255, .04);
	color: #fff;
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr;
	isolation: isolate;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 54px 38px 46px;
	position: relative;
	text-align: center;
}

.cg-newsletter.cg-newsletter-sidebar::before {
	background: radial-gradient(circle, rgba(255, 255, 255, .08), transparent 58%);
	content: "";
	height: 210px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: -70px;
	transform: translateX(-50%);
	width: 210px;
	z-index: -1;
}

.cg-newsletter-sidebar > div:first-child {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.cg-newsletter-sidebar .cg-newsletter-icon {
	align-items: center;
	background: radial-gradient(circle at 50% 50%, rgba(239, 74, 63, .12), rgba(12, 17, 26, .9) 68%);
	border: 1px solid rgba(239, 74, 63, .72);
	border-radius: 999px;
	box-shadow: 0 0 0 22px rgba(239, 74, 63, .035), 0 0 0 44px rgba(239, 74, 63, .018), 0 18px 48px rgba(239, 74, 63, .18);
	color: #ff5c54;
	display: inline-flex;
	height: 104px;
	justify-content: center;
	margin: 0 auto 34px;
	position: relative;
	width: 104px;
}

.cg-newsletter-sidebar .cg-newsletter-icon::before,
.cg-newsletter-sidebar .cg-newsletter-icon::after {
	background: #ef4a3f;
	border-radius: 999px;
	content: "";
	height: 8px;
	position: absolute;
	width: 8px;
}

.cg-newsletter-sidebar .cg-newsletter-icon::before {
	right: -6px;
	top: 32px;
}

.cg-newsletter-sidebar .cg-newsletter-icon::after {
	bottom: 20px;
	left: -5px;
}

.cg-newsletter-sidebar .cg-newsletter-icon svg {
	filter: drop-shadow(0 0 12px rgba(239, 74, 63, .48));
	height: 48px;
	width: 48px;
}

.cg-newsletter-sidebar h2 {
	color: var(--cg-newsletter-sidebar-title, #f7f8fb);
	font-size: clamp(30px, 3.1vw, 42px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 auto 20px;
	max-width: 430px;
	text-shadow: 0 2px 16px rgba(255, 255, 255, .08);
}

.cg-newsletter-sidebar p {
	color: var(--cg-newsletter-sidebar-text, #dde2eb);
	opacity: .78;
	font-size: clamp(16px, 1.45vw, 22px);
	line-height: 1.48;
	margin: 0 auto;
	max-width: 470px;
}

.cg-newsletter-sidebar form {
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr;
	margin: 0;
}

.cg-newsletter-sidebar .cg-newsletter-field-icon {
	color: rgba(221, 226, 235, .5);
	left: 26px;
	width: 30px;
}

.cg-newsletter-sidebar .cg-newsletter-field-icon svg {
	height: 28px;
	width: 28px;
}

.cg-newsletter-sidebar .cg-newsletter-field input[type="email"] {
	background: rgba(6, 10, 16, .58);
	border: 1px solid rgba(148, 163, 184, .22);
	border-radius: 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 12px 26px rgba(0, 0, 0, .12);
	color: #fff;
	font-size: clamp(16px, 1.35vw, 20px);
	min-height: 76px;
	padding-left: 82px;
}

.cg-newsletter-sidebar .cg-newsletter-field input[type="email"]:focus {
	border-color: rgba(239, 74, 63, .72);
	box-shadow: 0 0 0 4px rgba(239, 74, 63, .14);
	outline: 0;
}

.cg-newsletter-sidebar .cg-newsletter-field input[type="email"]::placeholder {
	color: var(--cg-newsletter-sidebar-text, #dde2eb);
	opacity: .58;
}

.cg-newsletter-sidebar button {
	background: linear-gradient(135deg, var(--cg-newsletter-sidebar-button-bg, #ef3f37) 0%, #c73128 100%);
	border-radius: 16px;
	box-shadow: 0 22px 52px rgba(239, 63, 55, .36), inset 0 1px 0 rgba(255, 255, 255, .18);
	color: var(--cg-newsletter-sidebar-button-text, #ffffff);
	font-size: 15px;
	font-weight: 900;
	min-height: 48px;
	padding: 0 18px;
	position: relative;
	width: 100%;
}

.cg-newsletter-sidebar button:hover {
	background: linear-gradient(135deg, var(--cg-newsletter-sidebar-button-hover, #d63329) 0%, #a6211c 100%);
	box-shadow: 0 26px 62px rgba(239, 63, 55, .42), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.cg-newsletter-sidebar button svg {
	height: 20px;
	position: absolute;
	right: 18px;
	width: 20px;
}

.cg-newsletter-sidebar .cg-form-status {
	color: var(--cg-newsletter-sidebar-text, #dde2eb);
	opacity: .82;
	font-size: 14px;
	margin: -8px 0 0;
	min-height: 0;
}

body.is-dark-theme .cg-newsletter.cg-newsletter-sidebar {
	background:
		radial-gradient(circle at 50% 20%, rgba(239, 74, 63, .24), transparent 24%),
		radial-gradient(circle at 50% 0%, rgba(18, 24, 34, .56), transparent 42%),
		linear-gradient(145deg, var(--cg-newsletter-sidebar-bg, #0d111a) 0%, #090d14 58%, #05070c 100%);
	border-color: rgba(239, 63, 55, .14);
	box-shadow: 0 28px 90px rgba(2, 6, 12, .42), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
}

@media (max-width: 760px) {
	.cg-newsletter.cg-newsletter-sidebar {
		border-radius: 22px;
		padding: 38px 22px 32px;
	}

	.cg-newsletter-sidebar .cg-newsletter-icon {
		height: 88px;
		margin-bottom: 28px;
		width: 88px;
	}

	.cg-newsletter-sidebar .cg-newsletter-icon svg {
		height: 40px;
		width: 40px;
	}

	.cg-newsletter-sidebar .cg-newsletter-field input[type="email"],
	.cg-newsletter-sidebar button {
		border-radius: 14px;
		min-height: 48px;
	}

	.cg-newsletter-sidebar .cg-newsletter-field input[type="email"] {
		padding-left: 50px;
	}

	.cg-newsletter-sidebar .cg-newsletter-field-icon {
		left: 20px;
	}

	.cg-newsletter-sidebar button {
		font-size: 14px;
		padding: 0 16px;
	}

	.cg-newsletter-sidebar button svg {
		height: 16px;
		right: 16px;
		width: 16px;
	}
}

/* Compact article-sidebar newsletter */
.cg-single-sidebar .cg-newsletter.cg-newsletter-sidebar {
	border-radius: 22px;
	gap: 20px;
	margin: 0 0 26px;
	padding: 30px 24px;
}

.cg-single-sidebar .cg-newsletter.cg-newsletter-sidebar::before {
	height: 150px;
	top: -58px;
	width: 150px;
}

.cg-single-sidebar .cg-newsletter-sidebar .cg-newsletter-icon {
	box-shadow: 0 0 0 16px rgba(239, 74, 63, .035), 0 0 0 31px rgba(239, 74, 63, .018), 0 14px 38px rgba(239, 74, 63, .16);
	height: 60px;
	margin-bottom: 16px;
	width: 60px;
}

.cg-single-sidebar .cg-newsletter-sidebar .cg-newsletter-icon::before,
.cg-single-sidebar .cg-newsletter-sidebar .cg-newsletter-icon::after {
	height: 7px;
	width: 7px;
}

.cg-single-sidebar .cg-newsletter-sidebar .cg-newsletter-icon::before {
	right: -4px;
	top: 22px;
}

.cg-single-sidebar .cg-newsletter-sidebar .cg-newsletter-icon::after {
	bottom: 15px;
	left: -4px;
}

.cg-single-sidebar .cg-newsletter-sidebar .cg-newsletter-icon svg {
	height: 24px;
	width: 24px;
}

.cg-single-sidebar .cg-newsletter-sidebar h2 {
	font-size: 21px;
	line-height: 1.18;
	margin-bottom: 14px;
	max-width: 280px;
}

.cg-single-sidebar .cg-newsletter-sidebar p {
	font-size: 12px;
	line-height: 1.55;
	max-width: 270px;
}

.cg-single-sidebar .cg-newsletter-sidebar form {
	gap: 12px;
	margin-top: 2px;
}

.cg-single-sidebar .cg-newsletter-sidebar .cg-newsletter-field-icon {
	left: 18px;
	width: 22px;
}

.cg-single-sidebar .cg-newsletter-sidebar .cg-newsletter-field-icon svg {
	height: 21px;
	width: 21px;
}

.cg-single-sidebar .cg-newsletter-sidebar .cg-newsletter-field input[type="email"] {
	border-radius: 14px;
	font-size: 14px;
	min-height: 46px;
	padding-left: 50px;
}

.cg-single-sidebar .cg-newsletter-sidebar button {
	border-radius: 14px;
	font-size: 14px;
	min-height: 44px;
	padding: 0 16px;
}

.cg-single-sidebar .cg-newsletter-sidebar button svg {
	height: 16px;
	right: 16px;
	width: 16px;
}

@media (max-width: 1100px) {
	.cg-single-sidebar .cg-newsletter.cg-newsletter-sidebar {
		margin-inline: auto;
		max-width: 390px;
	}
}

@media (max-width: 480px) {
	.cg-single-sidebar .cg-newsletter.cg-newsletter-sidebar {
		border-radius: 20px;
		padding: 26px 20px;
	}

	.cg-single-sidebar .cg-newsletter-sidebar h2 {
		font-size: 22px;
		max-width: 250px;
	}

	.cg-single-sidebar .cg-newsletter-sidebar p {
		font-size: 13px;
	}
}

/* Search page premium layout */
.cg-search-page .cg-container {
	max-width: calc(var(--cg-container) + 32px);
}

.cg-search-hero-premium {
	background:
		linear-gradient(110deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 55%, rgba(246, 247, 249, .82) 100%);
	border: 1px solid rgba(17, 19, 24, .08);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgba(17, 19, 24, .06);
	margin: 28px auto 24px;
	overflow: hidden;
	padding: 34px 54px 26px;
	position: relative;
	width: 100%;
}

.cg-search-hero-premium::after {
	background:
		linear-gradient(135deg, transparent 0 42%, rgba(17, 19, 24, .035) 42% 43%, transparent 43%),
		linear-gradient(45deg, transparent 0 55%, rgba(17, 19, 24, .03) 55% 56%, transparent 56%);
	border-radius: 28px;
	content: "";
	height: 230px;
	pointer-events: none;
	position: absolute;
	right: -28px;
	top: -44px;
	transform: rotate(-10deg);
	width: 360px;
}

.cg-search-hero-copy,
.cg-search-form-premium,
.cg-search-active,
.cg-search-hero-premium .cg-live-results {
	position: relative;
	z-index: 1;
}

.cg-search-hero-premium h1 {
	color: #181a20;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 10px;
}

.cg-search-hero-premium p {
	color: #7a7f88;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 20px;
}

.cg-search-form-premium {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 132px;
}

.cg-search-input-wrap {
	position: relative;
}

.cg-search-input-icon,
.cg-search-clear {
	align-items: center;
	color: #1f242d;
	display: inline-flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 54px;
	z-index: 2;
}

.cg-search-input-icon {
	left: 0;
}

.cg-search-clear {
	color: #9aa0aa;
	right: 6px;
	width: 38px;
}

.cg-search-clear:hover {
	color: var(--cg-primary);
}

.cg-search-input-icon svg,
.cg-search-clear svg {
	height: 22px;
	width: 22px;
}

.cg-search-form-premium input[type="search"] {
	background: #fff;
	border: 1px solid rgba(17, 19, 24, .12);
	border-radius: 8px 0 0 8px;
	box-shadow: 0 12px 32px rgba(17, 19, 24, .06);
	color: #181a20;
	font-size: 16px;
	font-weight: 700;
	min-height: 56px;
	padding: 0 52px 0 56px;
	width: 100%;
}

.cg-search-form-premium input[type="search"]:focus {
	border-color: rgba(239, 74, 63, .42);
	box-shadow: 0 0 0 4px rgba(239, 74, 63, .08), 0 12px 32px rgba(17, 19, 24, .06);
	outline: 0;
}

.cg-search-form-premium button {
	border-radius: 0 8px 8px 0;
	font-size: 16px;
	font-weight: 850;
	min-height: 56px;
}

.cg-search-active {
	align-items: center;
	color: #858a94;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	margin-top: 10px;
}

.cg-search-active a {
	align-items: center;
	background: rgba(239, 74, 63, .08);
	border: 1px solid rgba(239, 74, 63, .16);
	border-radius: 999px;
	color: var(--cg-primary);
	display: inline-flex;
	gap: 8px;
	min-height: 34px;
	padding: 0 14px;
}

.cg-search-active b {
	font-size: 18px;
	font-weight: 650;
	line-height: 1;
}

.cg-search-layout-premium {
	align-items: start;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 auto 44px;
	max-width: 100%;
	width: 100%;
}

.cg-search-topic-panel {
	background: #fff;
	border: 1px solid rgba(17, 19, 24, .08);
	border-radius: 14px;
	box-shadow: 0 16px 45px rgba(17, 19, 24, .055);
	padding: 20px 18px;
}

.cg-search-topic-panel h2 {
	color: #1b1d23;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 18px;
	position: relative;
}

.cg-search-topic-panel h2::after {
	background: var(--cg-primary);
	bottom: -10px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 32px;
}

.cg-search-topic-panel ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0;
}

.cg-search-topic-panel li + li {
	border-top: 1px solid rgba(17, 19, 24, .07);
}

.cg-search-topic-panel li a {
	align-items: center;
	color: #42464f;
	display: grid;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	grid-template-columns: 24px 1fr auto;
	min-height: 38px;
}

.cg-search-topic-panel li a:hover {
	color: var(--cg-primary);
}

.cg-topic-icon {
	align-items: center;
	color: #6f7681;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.cg-topic-icon svg {
	height: 18px;
	width: 18px;
}

.cg-search-topic-panel em {
	color: #9aa0aa;
	font-size: 20px;
	font-style: normal;
}

.cg-search-topics-all {
	align-items: center;
	border: 1px solid rgba(17, 19, 24, .08);
	border-radius: 8px;
	color: #3a3f48;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	justify-content: center;
	margin-top: 16px;
	min-height: 42px;
}

.cg-search-results-panel {
	min-width: 0;
}

.cg-search-results-head {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 4px 0 18px;
}

.cg-search-results-head h2 {
	color: #22252c;
	font-size: 22px;
	font-weight: 850;
	line-height: 1.25;
	margin: 0;
}

.cg-search-results-head h2 span {
	color: var(--cg-primary);
}

.cg-search-result-tools {
	align-items: center;
	display: flex;
	gap: 18px;
}

.cg-search-result-tools p {
	color: #7f858e;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	white-space: nowrap;
}

.cg-search-sort {
	min-width: 190px;
}

.cg-search-results-list {
	display: grid;
	gap: 12px;
}

.cg-search-result-card {
	align-items: stretch;
	background: #fff;
	border: 1px solid rgba(17, 19, 24, .08);
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(17, 19, 24, .06);
	display: grid;
	gap: 22px;
	grid-template-columns: 300px 1fr;
	padding: 14px;
}

.cg-search-result-image {
	border-radius: 10px;
	display: block;
	min-height: 160px;
	overflow: hidden;
}

.cg-search-result-image img {
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.cg-search-result-card:hover .cg-search-result-image img {
	transform: scale(1.035);
}

.cg-search-result-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 12px 12px 8px 0;
}

.cg-search-result-cat {
	align-self: flex-start;
	background: var(--cg-primary);
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-family: var(--cg-font-card-label, var(--cg-font-meta, var(--cg-font)));
	font-size: var(--cg-size-card-label, 11px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 10px;
	padding: 8px 10px;
	text-transform: uppercase;
}

.cg-search-result-body h3 {
	color: #171a20;
	font-family: var(--cg-font-card, var(--cg-font-heading, var(--cg-font)));
	font-size: var(--cg-size-card, 16px);
	font-weight: var(--cg-weight-card, 800);
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0 0 10px;
}

.cg-search-result-body h3 a:hover {
	color: var(--cg-primary);
}

.cg-search-result-body p {
	color: #74777e;
	font-family: var(--cg-font, inherit);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0 0 18px;
}

.cg-search-result-meta {
	align-items: center;
	color: #74777e;
	display: flex;
	flex-wrap: wrap;
	font-family: var(--cg-font-meta, var(--cg-font));
	font-size: 13px;
	font-weight: 600;
	gap: 20px;
	margin-top: auto;
}

.cg-search-result-meta span {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.cg-search-result-meta svg {
	height: 16px;
	width: 16px;
}

.cg-search-read-more {
	align-items: center;
	color: var(--cg-primary);
	display: inline-flex;
	font-family: var(--cg-font-card-label, var(--cg-font-meta, var(--cg-font)));
	font-weight: 850;
	gap: 8px;
	margin-left: auto;
	text-transform: uppercase;
}

.cg-search-read-more:hover {
	color: #d8312e;
}

.cg-search-read-more span {
	font-size: 20px;
	line-height: 1;
}

.cg-search-results-panel .navigation.pagination {
	margin-top: 18px;
}

.cg-search-empty {
	background: #fff;
	border: 1px solid rgba(17, 19, 24, .08);
	border-radius: 14px;
}

body.is-dark-theme .cg-search-hero-premium {
	background:
		linear-gradient(110deg, rgba(17, 21, 28, .98) 0%, rgba(14, 18, 25, .98) 100%);
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 18px 55px rgba(0, 0, 0, .34);
}

body.is-dark-theme .cg-search-hero-premium h1,
body.is-dark-theme .cg-search-results-head h2,
body.is-dark-theme .cg-search-topic-panel h2,
body.is-dark-theme .cg-search-result-body h3 {
	color: #f5f7fb;
}

body.is-dark-theme .cg-search-hero-premium p,
body.is-dark-theme .cg-search-result-tools p,
body.is-dark-theme .cg-search-result-body p,
body.is-dark-theme .cg-search-result-meta {
	color: rgba(234, 238, 245, .72);
}

body.is-dark-theme .cg-search-result-cat {
	background: var(--cg-primary);
	color: #fff;
}

body.is-dark-theme .cg-search-read-more {
	color: #ffb1aa;
}

body.is-dark-theme .cg-search-topic-panel,
body.is-dark-theme .cg-search-result-card,
body.is-dark-theme .cg-search-empty {
	background: #11151c;
	border-color: rgba(255, 255, 255, .08);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .06);
}

body.is-dark-theme .cg-search-topic-panel li + li {
	border-top-color: rgba(255, 255, 255, .07);
}

body.is-dark-theme .cg-search-topic-panel li a,
body.is-dark-theme .cg-search-topics-all {
	color: #e8ecf3;
}

body.is-dark-theme .cg-search-topics-all,
body.is-dark-theme .cg-search-form-premium input[type="search"] {
	background: #0c1016;
	border-color: rgba(255, 255, 255, .1);
}

body.is-dark-theme .cg-search-input-icon {
	color: #e8ecf3;
}

@media (max-width: 1100px) {
	.cg-search-hero-premium,
	.cg-search-layout-premium {
		max-width: none;
	}

	.cg-search-layout-premium {
		grid-template-columns: 1fr;
	}

	.cg-search-topic-panel {
		order: 2;
	}
}

@media (max-width: 760px) {
	.cg-search-hero-premium {
		border-radius: 14px;
		margin-top: 18px;
		padding: 26px 18px 22px;
	}

	.cg-search-form-premium {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.cg-search-form-premium input[type="search"],
	.cg-search-form-premium button {
		border-radius: 8px;
	}

	.cg-search-results-head,
	.cg-search-result-tools {
		align-items: stretch;
		flex-direction: column;
	}

	.cg-search-sort {
		width: 100%;
	}

	.cg-search-sort summary {
		min-width: 0;
		width: 100%;
	}

	.cg-search-result-card {
		grid-template-columns: 1fr;
	}

	.cg-search-result-image {
		min-height: 210px;
	}

	.cg-search-result-body {
		padding: 0 2px 6px;
	}

	.cg-search-read-more {
		margin-left: 0;
		width: 100%;
	}
}

/* Article sidebar category menu */
.cg-sidebar-menu-panel {
	padding-bottom: 20px;
}

.cg-sidebar-category-menu {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.cg-sidebar-category-menu a {
	--cat-color: var(--cg-primary);
	align-items: center;
	background: var(--cg-sidebar-menu-bg, #fff);
	border: 1px solid rgba(17, 19, 24, .07);
	border-radius: 16px;
	color: #1d2027;
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 58px;
	padding: 14px 16px;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background-color 180ms ease, color 180ms ease;
	overflow: hidden;
}

.cg-sidebar-category-menu a::before {
	content: none;
}

.cg-sidebar-category-menu a:hover,
.cg-sidebar-category-menu a.is-active {
	background: var(--cg-sidebar-menu-active-bg, #f4f5f7);
	border-color: color-mix(in srgb, var(--cat-color) 18%, rgba(17, 19, 24, .075));
	box-shadow: 0 12px 28px rgba(17, 19, 24, .06);
	color: #111318;
	transform: translateY(-1px);
}

.cg-sidebar-menu-text {
	font-family: var(--cg-font-sidebar-menu-item, var(--cg-font));
	font-size: var(--cg-size-sidebar-menu-item, 15px);
	font-weight: var(--cg-weight-sidebar-menu-item, 800);
	line-height: 1.32;
	min-width: 0;
	overflow-wrap: anywhere;
	padding-left: 0;
	position: relative;
}

.cg-sidebar-category-menu em {
	align-items: center;
	background: rgba(17, 19, 24, .03);
	border: 1px solid rgba(17, 19, 24, .08);
	border-radius: 999px;
	color: #6f7480;
	display: inline-flex;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	min-width: 30px;
	padding: 0 10px;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cg-sidebar-category-menu a.is-active em {
	background: var(--cat-color);
	border-color: var(--cat-color);
	color: #fff;
}

.cg-sidebar-category-menu a.is-active::before {
	content: none;
}

body.is-dark-theme .cg-sidebar-category-menu a {
	background: rgba(255, 255, 255, .03);
	border-color: rgba(255, 255, 255, .08);
	color: #eef2f7;
}

body.is-dark-theme .cg-sidebar-category-menu a:hover,
body.is-dark-theme .cg-sidebar-category-menu a.is-active {
	background: rgba(239, 74, 63, .1);
	border-color: color-mix(in srgb, var(--cat-color) 34%, rgba(255,255,255,.08));
	color: #fff;
}

body.is-dark-theme .cg-sidebar-category-menu em {
	background: rgba(255, 255, 255, .05);
	border-color: rgba(255, 255, 255, .09);
	color: rgba(234, 238, 245, .72);
}

body.is-dark-theme .cg-sidebar-category-menu a.is-active em {
	color: #fff;
}

@supports not (color: color-mix(in srgb, red 50%, white)) {
	.cg-sidebar-category-menu a:hover,
	.cg-sidebar-category-menu a.is-active {
		border-color: rgba(239, 74, 63, .28);
	}
}

.cg-site-footer {
	margin-top: 76px;
	overflow: visible;
	position: relative;
}

.cg-footer-grid,
.cg-footer-bottom {
	position: relative;
	z-index: 1;
}

.cg-footer-robot {
	height: 64px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: -60px;
	width: 100%;
	z-index: 2;
}

.cg-footer-robot-track {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(239, 63, 55, 0.54), rgba(255, 255, 255, 0));
	border-radius: 999px;
	bottom: 2px;
	box-shadow: 0 0 22px rgba(239, 63, 55, 0.18);
	height: 3px;
	left: 24px;
	opacity: 0.76;
	position: absolute;
	right: 24px;
}

.cg-footer-robot-runner {
	bottom: 2px;
	height: 58px;
	left: 0;
	position: absolute;
	width: 58px;
	animation: cg-footer-robot-roam 34s cubic-bezier(0.55, 0, 0.35, 1) infinite alternate;
}

.cg-footer-robot-art {
	filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.18));
	height: 58px;
	width: 58px;
	animation: cg-footer-robot-bob 2.2s ease-in-out infinite;
	transform-origin: 50% 70%;
}

.cg-footer-robot-body {
	animation: cg-footer-robot-wiggle 3.8s ease-in-out infinite;
	transform-origin: 48px 48px;
}

.cg-footer-robot-shadow {
	fill: rgba(0, 0, 0, 0.22);
	animation: cg-footer-robot-shadow 1.8s ease-in-out infinite;
	transform-origin: 48px 86px;
}

.cg-footer-robot-head,
.cg-footer-robot-torso {
	stroke: rgba(255, 255, 255, 0.62);
	stroke-width: 1.6;
}

.cg-footer-robot-shine {
	fill: none;
	opacity: 0.55;
	stroke: #fff;
	stroke-linecap: round;
	stroke-width: 2;
}

.cg-footer-robot-antenna {
	fill: none;
	stroke: rgba(255, 255, 255, 0.82);
	stroke-linecap: round;
	stroke-width: 2;
}

.cg-footer-robot-antenna-dot {
	fill: var(--cg-primary);
}

.cg-footer-robot-eye {
	fill: none;
	stroke: #ef3f37;
	filter: drop-shadow(0 0 6px rgba(239, 63, 55, 0.9));
	animation: cg-footer-robot-blink 6.8s infinite;
	transform-origin: center;
}

.cg-footer-robot-core {
	stroke: #ef3f37;
	filter: drop-shadow(0 0 4px rgba(239, 63, 55, 0.8));
}

.cg-footer-robot-arm {
	fill: none;
	stroke: rgba(225, 232, 242, 0.92);
	stroke-linecap: round;
	stroke-width: 5;
}

.cg-footer-robot-arm-left {
	animation: cg-footer-robot-arm-left 1.8s ease-in-out infinite;
	transform-origin: 31px 35px;
}

.cg-footer-robot-arm-right {
	animation: cg-footer-robot-arm-right 1.8s ease-in-out infinite;
	transform-origin: 65px 35px;
}

.cg-footer-robot-panel {
	filter: drop-shadow(0 4px 8px rgba(239, 63, 55, 0.28));
}

.cg-footer-robot-panel-dot {
	fill: rgba(255, 255, 255, 0.82);
}

.cg-footer-robot-leg {
	fill: none;
	stroke: rgba(225, 232, 242, 0.9);
	stroke-linecap: round;
	stroke-width: 5;
}

.cg-footer-robot-foot {
	fill: rgba(255, 255, 255, 0.88);
}

.cg-footer-robot-leg-left,
.cg-footer-robot-foot-left {
	animation: cg-footer-robot-step-left 1.8s ease-in-out infinite;
	transform-origin: 40px 62px;
}

.cg-footer-robot-leg-right,
.cg-footer-robot-foot-right {
	animation: cg-footer-robot-step-right 1.8s ease-in-out infinite;
	transform-origin: 56px 62px;
}

@keyframes cg-footer-robot-roam {
	0%,
	11% {
		transform: translate3d(18px, 0, 0);
	}

	34%,
	45% {
		transform: translate3d(32vw, 0, 0);
	}

	70%,
	79% {
		transform: translate3d(68vw, 0, 0);
	}

	94%,
	100% {
		transform: translate3d(calc(100vw - 116px), 0, 0);
	}
}

@keyframes cg-footer-robot-bob {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-2px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes cg-footer-robot-shadow {
	0%,
	100% {
		opacity: 0.38;
		transform: scaleX(1);
	}

	50% {
		opacity: 0.26;
		transform: scaleX(0.92);
	}
}

@keyframes cg-footer-robot-wiggle {
	0%,
	100% {
		transform: rotate(-0.3deg);
	}

	50% {
		transform: rotate(0.3deg);
	}
}

@keyframes cg-footer-robot-step-left {
	0%, 100% { transform: rotate(-10deg) translateY(0); }
	50% { transform: rotate(10deg) translateY(-2px); }
}

@keyframes cg-footer-robot-step-right {
	0%, 100% { transform: rotate(10deg) translateY(-2px); }
	50% { transform: rotate(-10deg) translateY(0); }
}

@keyframes cg-footer-robot-arm-left {
	0%, 100% { transform: rotate(-15deg); }
	50% { transform: rotate(15deg); }
}

@keyframes cg-footer-robot-arm-right {
	0%, 100% { transform: rotate(15deg); }
	50% { transform: rotate(-15deg); }
}

@keyframes cg-footer-robot-blink {
	0%,
	2%,
	96%,
	100% {
		transform: scaleY(1);
	}

	1%,
	97% {
		transform: scaleY(0.12);
	}
}

@media (max-width: 767px) {
	.cg-site-footer {
		margin-top: 60px;
	}

	.cg-footer-robot {
		height: 52px;
		top: -48px;
	}

	.cg-footer-robot-runner {
		height: 46px;
		width: 46px;
		animation-duration: 30s;
	}

	.cg-footer-robot-art {
		height: 46px;
		width: 46px;
	}

	.cg-footer-robot-track {
		left: 14px;
		right: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cg-footer-robot-runner,
	.cg-footer-robot-art,
	.cg-footer-robot-body,
	.cg-footer-robot-shadow,
	.cg-footer-robot-eye {
		animation: none !important;
	}

	.cg-footer-robot-art {
		transform: none !important;
	}
}
