.mmcat-page,
.mmcat-page * {
	box-sizing: border-box;
}

.mmcat-page {
	--mmcat-ink: #111820;
	--mmcat-night: #0d141b;
	--mmcat-muted: #66727c;
	--mmcat-line: #dce2e5;
	--mmcat-paper: #f5f7f8;
	width: min(1320px, calc(100% - 70px));
	margin: 18px auto 76px;
	color: var(--mmcat-ink);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

.mmcat-page a {
	color: inherit;
	text-decoration: none;
}

.mmcat-page a:focus-visible,
.mmcat-page button:focus-visible {
	outline: 3px solid var(--mmcat-accent);
	outline-offset: 4px;
}

.mmcat-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 2px 14px;
	color: #71808c;
	font-size: 11px;
	font-weight: 800;
}

.mmcat-breadcrumb a:hover {
	color: var(--mmcat-ink);
	text-decoration: underline;
}

.mmcat-masthead {
	position: relative;
	display: grid;
	min-height: 330px;
	overflow: hidden;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
	border: 1px solid #27313b;
	border-radius: 28px;
	background:
		radial-gradient(circle at 86% 4%, var(--mmcat-glow), transparent 30%),
		linear-gradient(135deg, #0b1117, #19242e);
	box-shadow: 0 22px 60px rgba(17, 24, 32, .14);
	color: #fff;
}

.mmcat-masthead::after {
	position: absolute;
	right: 25%;
	bottom: -130px;
	width: 340px;
	height: 340px;
	border: 54px solid var(--mmcat-accent);
	border-radius: 50%;
	content: "";
	opacity: .16;
}

.mmcat-masthead-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 54px 58px;
}

.mmcat-eyebrow,
.mmcat-section-heading p {
	margin: 0 0 11px;
	color: var(--mmcat-accent);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.mmcat-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mmcat-eyebrow::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--mmcat-accent);
	box-shadow: 0 0 0 6px var(--mmcat-glow);
	content: "";
}

.mmcat-masthead h1 {
	max-width: 850px;
	margin: 0;
	color: #fff;
	font-size: clamp(47px, 5vw, 76px);
	font-weight: 900;
	letter-spacing: -3.5px;
	line-height: .95;
}

.mmcat-description {
	max-width: 760px;
	margin-top: 19px;
	color: #bdc7ce;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
}

.mmcat-description p {
	margin: 0;
}

.mmcat-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 25px;
	color: #e7ecef;
	font-size: 11px;
	font-weight: 800;
}

.mmcat-stats span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.mmcat-stats strong {
	color: var(--mmcat-accent);
	font-size: 15px;
}

.mmcat-stats i,
.mmcat-live i,
.mmcat-side-title i {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--mmcat-accent);
	box-shadow: 0 0 0 5px var(--mmcat-glow);
}

.mmcat-masthead-mark {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 34px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 22px;
	background: rgba(255, 255, 255, .045);
}

.mmcat-masthead-mark span {
	color: var(--mmcat-accent);
	font-size: clamp(74px, 9vw, 132px);
	font-weight: 900;
	letter-spacing: -9px;
	line-height: .8;
}

.mmcat-masthead-mark small {
	margin-top: 19px;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 2.7px;
	text-transform: uppercase;
}

.mmcat-topic-nav {
	display: flex;
	align-items: center;
	gap: 17px;
	margin: 18px 0 0;
	padding: 10px 13px;
	overflow: hidden;
	border: 1px solid var(--mmcat-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(17, 24, 32, .05);
}

.mmcat-topic-label {
	flex: 0 0 auto;
	padding: 7px 10px;
	border-radius: 8px;
	background: var(--mmcat-ink);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mmcat-topic-scroll {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.mmcat-topic-scroll::-webkit-scrollbar {
	display: none;
}

.mmcat-topic-scroll a {
	flex: 0 0 auto;
	padding: 8px 12px;
	border-radius: 999px;
	color: #4d5964;
	font-size: 11px;
	font-weight: 900;
	white-space: nowrap;
}

.mmcat-topic-scroll a:hover,
.mmcat-topic-scroll a.is-active {
	background: var(--mmcat-soft);
	color: var(--mmcat-ink);
}

.mmcat-feature-zone,
.mmcat-content-grid {
	margin-top: 38px;
}

.mmcat-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.mmcat-section-heading h2 {
	margin: 0;
	color: var(--mmcat-ink);
	font-size: 29px;
	font-weight: 900;
	letter-spacing: -1.3px;
	line-height: 1;
}

.mmcat-live {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #52606c;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.mmcat-feature-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(360px, .55fr);
	gap: 16px;
}

.mmcat-lead-card {
	position: relative;
	min-height: 540px;
	overflow: hidden;
	border-radius: 24px;
	background: var(--mmcat-night);
	box-shadow: 0 18px 45px rgba(17, 24, 32, .14);
}

.mmcat-lead-card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 25%, rgba(5, 10, 14, .2) 48%, rgba(5, 10, 14, .95) 100%);
	content: "";
	pointer-events: none;
}

.mmcat-lead-image {
	position: absolute;
	inset: 0;
	display: block;
}

.mmcat-lead-image img,
.mmcat-secondary-image img,
.mmcat-feed-image img,
.mmcat-image-fallback {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.mmcat-lead-card:hover .mmcat-lead-image img,
.mmcat-secondary-card:hover .mmcat-secondary-image img,
.mmcat-feed-card:hover .mmcat-feed-image img {
	transform: scale(1.025);
}

.mmcat-image-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at 80% 15%, var(--mmcat-glow), transparent 30%),
		linear-gradient(135deg, #121b23, #25313c);
	color: var(--mmcat-accent);
	font-size: 72px;
	font-weight: 900;
}

.mmcat-lead-overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 38px 40px;
}

.mmcat-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	color: #6c7883;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .75px;
	text-transform: uppercase;
}

.mmcat-meta > span:first-child {
	color: #536606;
}

.mmcat-meta-light {
	color: #d5dce1;
}

.mmcat-meta-light > span:first-child {
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--mmcat-accent);
	color: var(--mmcat-ink);
}

.mmcat-lead-overlay h2 {
	max-width: 850px;
	margin: 14px 0 0;
	color: #fff;
	font-size: clamp(34px, 3.5vw, 55px);
	font-weight: 900;
	letter-spacing: -2.7px;
	line-height: 1.02;
}

.mmcat-lead-overlay h2 a:hover {
	color: var(--mmcat-accent);
}

.mmcat-lead-overlay p {
	max-width: 760px;
	margin: 14px 0 0;
	color: #d5dce1;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

.mmcat-secondary-stack {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	gap: 16px;
}

.mmcat-secondary-card {
	display: grid;
	min-height: 0;
	overflow: hidden;
	grid-template-rows: minmax(0, 1fr) auto;
	border: 1px solid var(--mmcat-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(17, 24, 32, .07);
}

.mmcat-secondary-image {
	display: block;
	min-height: 145px;
	overflow: hidden;
}

.mmcat-secondary-copy {
	position: relative;
	padding: 17px 52px 18px 20px;
}

.mmcat-secondary-copy h3 {
	margin: 8px 0 0;
	color: var(--mmcat-ink);
	font-size: 19px;
	font-weight: 900;
	letter-spacing: -.5px;
	line-height: 1.15;
}

.mmcat-secondary-copy h3 a:hover,
.mmcat-feed-copy h3 a:hover,
.mmcat-side-story h3 a:hover {
	color: #536606;
}

.mmcat-arrow {
	position: absolute;
	right: 17px;
	bottom: 18px;
	display: flex;
	width: 27px;
	height: 27px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--mmcat-soft);
	font-size: 15px;
	font-weight: 900;
}

.mmcat-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 32px;
	align-items: start;
}

.mmcat-section-heading-feed {
	padding-bottom: 15px;
	border-bottom: 2px solid var(--mmcat-ink);
}

.mmcat-section-heading-feed > a {
	padding-bottom: 2px;
	border-bottom: 2px solid var(--mmcat-accent);
	font-size: 10px;
	font-weight: 900;
}

.mmcat-feed {
	display: grid;
	gap: 14px;
}

.mmcat-feed-card {
	display: grid;
	min-height: 205px;
	overflow: hidden;
	grid-template-columns: 300px minmax(0, 1fr);
	border: 1px solid var(--mmcat-line);
	border-radius: 18px;
	background: #fff;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mmcat-feed-card:hover {
	transform: translateY(-2px);
	border-color: #cbd3d7;
	box-shadow: 0 15px 32px rgba(17, 24, 32, .08);
}

.mmcat-feed-image {
	display: block;
	min-height: 205px;
	overflow: hidden;
	background: var(--mmcat-paper);
}

.mmcat-feed-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 23px 25px;
}

.mmcat-feed-copy h3 {
	margin: 9px 0 0;
	color: var(--mmcat-ink);
	font-size: 25px;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1.12;
}

.mmcat-feed-copy p {
	display: -webkit-box;
	margin: 11px 0 0;
	overflow: hidden;
	color: #5f6b76;
	font-size: 13px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mmcat-read-link {
	align-self: flex-start;
	margin-top: 13px;
	color: var(--mmcat-ink);
	font-size: 10px;
	font-weight: 900;
}

.mmcat-read-link span {
	color: #536606;
}

.mmcat-inline-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 25px 27px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 92% 0, var(--mmcat-glow), transparent 34%),
		var(--mmcat-night);
	color: #fff;
}

.mmcat-inline-cta span {
	display: block;
	color: var(--mmcat-accent);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.mmcat-inline-cta strong {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.2;
}

.mmcat-inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mmcat-inline-actions a {
	padding: 10px 13px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	white-space: nowrap;
}

.mmcat-inline-actions a:first-child {
	border-color: var(--mmcat-accent);
	background: var(--mmcat-accent);
	color: var(--mmcat-ink);
}

.mmcat-more-wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 22px;
}

.mmcat-more {
	display: inline-flex;
	min-width: 250px;
	min-height: 52px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 18px 12px 23px;
	border: 2px solid var(--mmcat-ink);
	border-radius: 999px;
	background: var(--mmcat-accent);
	color: var(--mmcat-ink);
	font-size: 11px;
	font-weight: 900;
	box-shadow: 0 8px 0 var(--mmcat-ink);
	transition: transform .15s ease, box-shadow .15s ease;
}

.mmcat-more:hover {
	transform: translateY(3px);
	box-shadow: 0 5px 0 var(--mmcat-ink);
}

.mmcat-more.is-loading {
	pointer-events: none;
	opacity: .7;
}

.mmcat-more i {
	display: flex;
	width: 29px;
	height: 29px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--mmcat-ink);
	color: #fff;
	font-style: normal;
}

.mmcat-more-status {
	min-height: 18px;
	margin: 14px 0 0;
	color: #6c7882;
	font-size: 10px;
	font-weight: 700;
}

.mmcat-sidebar {
	position: sticky;
	top: 22px;
	display: grid;
	gap: 15px;
}

.mmcat-side-panel,
.mmcat-side-utility {
	overflow: hidden;
	border: 1px solid var(--mmcat-line);
	border-radius: 18px;
	background: #fff;
}

.mmcat-side-panel {
	padding: 23px;
}

.mmcat-side-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 2px solid var(--mmcat-ink);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.mmcat-side-story {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 10px;
	padding: 16px 0;
	border-bottom: 1px solid #e8ecee;
}

.mmcat-side-story > span {
	color: #b8c0c5;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -1px;
}

.mmcat-side-story small {
	color: #536606;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .65px;
	text-transform: uppercase;
}

.mmcat-side-story h3 {
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -.3px;
	line-height: 1.23;
}

.mmcat-side-all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 17px;
	font-size: 9px;
	font-weight: 900;
}

.mmcat-side-all span {
	color: #536606;
}

.mmcat-side-utility {
	position: relative;
	padding: 25px;
}

.mmcat-side-utility > span {
	color: #536606;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mmcat-side-utility h2 {
	margin: 9px 0 0;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1.05;
}

.mmcat-side-utility p {
	margin: 11px 0 0;
	color: #5e6b76;
	font-size: 11px;
	line-height: 1.55;
}

.mmcat-side-utility a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 17px;
	padding: 10px 13px;
	border-radius: 999px;
	background: var(--mmcat-ink);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
}

.mmcat-side-utility a span {
	color: var(--mmcat-accent);
}

.mmcat-side-events {
	background: linear-gradient(145deg, var(--mmcat-soft), #fff 75%);
}

.mmcat-side-resources {
	background: #f8fafb;
}

.mmcat-side-services {
	border-color: #27313b;
	background:
		radial-gradient(circle at 100% 0, rgba(202, 255, 0, .16), transparent 35%),
		var(--mmcat-night);
	color: #fff;
}

.mmcat-side-services > span,
.mmcat-side-services a span {
	color: #caff00;
}

.mmcat-side-services h2 {
	color: #fff;
}

.mmcat-side-services p {
	color: #bdc7ce;
}

.mmcat-side-services a {
	background: #caff00;
	color: var(--mmcat-ink);
}

.mmcat-empty {
	padding: 46px;
	border: 1px solid var(--mmcat-line);
	border-radius: 18px;
	text-align: center;
}

.mmcat-empty h3 {
	margin: 0;
	font-size: 24px;
}

.mmcat-empty p {
	margin: 8px 0 0;
	color: var(--mmcat-muted);
}

@media (max-width: 1100px) {
	.mmcat-feature-grid {
		grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
	}

	.mmcat-content-grid {
		grid-template-columns: minmax(0, 1fr) 290px;
		gap: 22px;
	}

	.mmcat-feed-card {
		grid-template-columns: 250px minmax(0, 1fr);
	}
}

@media (max-width: 900px) {
	.mmcat-page {
		width: calc(100% - 24px);
	}

	.mmcat-masthead {
		grid-template-columns: 1fr;
	}

	.mmcat-masthead-copy {
		padding: 47px 34px;
	}

	.mmcat-masthead-mark {
		display: none;
	}

	.mmcat-feature-grid,
	.mmcat-content-grid {
		grid-template-columns: 1fr;
	}

	.mmcat-secondary-stack {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
	}

	.mmcat-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mmcat-side-panel,
	.mmcat-side-services {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.mmcat-page {
		margin-top: 10px;
	}

	.mmcat-breadcrumb {
		margin-left: 3px;
	}

	.mmcat-masthead {
		min-height: 0;
		border-radius: 21px;
	}

	.mmcat-masthead-copy {
		padding: 37px 23px;
	}

	.mmcat-masthead h1 {
		font-size: clamp(40px, 12vw, 57px);
		letter-spacing: -2.7px;
	}

	.mmcat-description {
		font-size: 14px;
	}

	.mmcat-stats {
		gap: 9px 16px;
	}

	.mmcat-topic-nav {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 10px;
	}

	.mmcat-topic-scroll {
		width: 100%;
	}

	.mmcat-feature-zone,
	.mmcat-content-grid {
		margin-top: 30px;
	}

	.mmcat-lead-card {
		min-height: 500px;
		border-radius: 20px;
	}

	.mmcat-lead-overlay {
		padding: 25px 22px;
	}

	.mmcat-lead-overlay h2 {
		font-size: 34px;
		letter-spacing: -1.8px;
	}

	.mmcat-lead-overlay p {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.mmcat-secondary-stack {
		grid-template-columns: 1fr;
	}

	.mmcat-secondary-card {
		grid-template-columns: 135px minmax(0, 1fr);
		grid-template-rows: auto;
		min-height: 135px;
	}

	.mmcat-secondary-image {
		min-height: 135px;
	}

	.mmcat-secondary-copy {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 15px 40px 15px 15px;
	}

	.mmcat-secondary-copy h3 {
		font-size: 16px;
	}

	.mmcat-section-heading {
		align-items: flex-start;
	}

	.mmcat-section-heading-feed {
		flex-direction: column;
	}

	.mmcat-feed-card {
		grid-template-columns: 122px minmax(0, 1fr);
		min-height: 145px;
		border-radius: 15px;
	}

	.mmcat-feed-image {
		min-height: 145px;
	}

	.mmcat-feed-copy {
		padding: 14px;
	}

	.mmcat-feed-copy h3 {
		margin-top: 7px;
		font-size: 17px;
		letter-spacing: -.5px;
	}

	.mmcat-feed-copy p,
	.mmcat-read-link,
	.mmcat-feed-copy .mmcat-meta > span:first-child,
	.mmcat-feed-copy .mmcat-meta > span:nth-last-child(-n+2) {
		display: none;
	}

	.mmcat-inline-cta {
		align-items: flex-start;
		flex-direction: column;
		padding: 23px 20px;
	}

	.mmcat-sidebar {
		grid-template-columns: 1fr;
	}

	.mmcat-side-panel,
	.mmcat-side-services {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mmcat-page *,
	.mmcat-page *::before,
	.mmcat-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
