.mooo-hc {
	--mooo-ink: #17211e;
	--mooo-muted: #60706a;
	--mooo-forest: #0d5f4b;
	--mooo-forest-dark: #084436;
	--mooo-mint: #d7f2e6;
	--mooo-mint-soft: #edf8f3;
	--mooo-gold: #d9a62e;
	--mooo-cream: #f7f3e8;
	--mooo-paper: #ffffff;
	--mooo-line: #d8e1dc;
	background:
		radial-gradient(circle at 9% 5%, rgba(215, 242, 230, 0.76), transparent 26rem),
		linear-gradient(180deg, #fbfaf5 0%, #f4f7f4 100%);
	border-radius: 26px;
	color: var(--mooo-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 24px auto;
	max-width: 1220px;
	overflow: hidden;
	padding: 0 24px 24px;
}

.mooo-hc,
.mooo-hc * {
	box-sizing: border-box;
}

.mooo-hc button,
.mooo-hc input,
.mooo-hc select {
	font: inherit;
}

.mooo-hc button:focus-visible,
.mooo-hc input:focus-visible,
.mooo-hc select:focus-visible,
.mooo-hc a:focus-visible {
	outline: 3px solid rgba(13, 95, 75, 0.3);
	outline-offset: 3px;
}

.mooo-hc__topbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 22px 6px;
}

.mooo-hc__brand {
	align-items: center;
	display: inline-flex;
	gap: 12px;
}

.mooo-hc__brand-copy {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.mooo-hc__brand-copy strong {
	color: var(--mooo-ink);
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1;
}

.mooo-hc__brand-copy span {
	color: var(--mooo-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.mooo-hc__server {
	background: var(--mooo-ink);
	border-radius: 999px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	padding: 9px 13px;
	text-transform: uppercase;
}

.mooo-hc__cow {
	display: inline-block;
	height: 46px;
	position: relative;
	width: 52px;
}

.mooo-hc__cow-head {
	background: #f8f6ee;
	border: 2px solid var(--mooo-ink);
	border-radius: 46% 46% 42% 42%;
	bottom: 0;
	height: 39px;
	left: 7px;
	overflow: hidden;
	position: absolute;
	width: 38px;
	z-index: 2;
}

.mooo-hc__horn,
.mooo-hc__ear {
	display: block;
	position: absolute;
}

.mooo-hc__horn {
	border: 2px solid var(--mooo-ink);
	border-bottom: 0;
	height: 12px;
	top: 1px;
	width: 14px;
}

.mooo-hc__horn--left {
	border-left: 0;
	border-radius: 0 14px 0 0;
	left: 3px;
	transform: rotate(-18deg);
}

.mooo-hc__horn--right {
	border-radius: 14px 0 0 0;
	border-right: 0;
	right: 3px;
	transform: rotate(18deg);
}

.mooo-hc__ear {
	background: var(--mooo-gold);
	border: 2px solid var(--mooo-ink);
	height: 11px;
	top: 13px;
	width: 16px;
}

.mooo-hc__ear--left {
	border-radius: 12px 3px 3px 12px;
	left: 0;
	transform: rotate(14deg);
}

.mooo-hc__ear--right {
	border-radius: 3px 12px 12px 3px;
	right: 0;
	transform: rotate(-14deg);
}

.mooo-hc__cow-patch {
	background: var(--mooo-ink);
	border-radius: 40% 50%;
	display: block;
	height: 15px;
	left: -2px;
	position: absolute;
	top: -2px;
	transform: rotate(-18deg);
	width: 18px;
}

.mooo-hc__eye {
	background: var(--mooo-ink);
	border-radius: 50%;
	display: block;
	height: 3px;
	position: absolute;
	top: 15px;
	width: 3px;
}

.mooo-hc__eye--left {
	left: 10px;
}

.mooo-hc__eye--right {
	right: 10px;
}

.mooo-hc__muzzle {
	align-items: center;
	background: #e8c3a2;
	border: 1px solid var(--mooo-ink);
	border-radius: 50%;
	bottom: 3px;
	display: flex;
	height: 12px;
	justify-content: center;
	left: 8px;
	position: absolute;
	width: 20px;
}

.mooo-hc__muzzle i {
	background: var(--mooo-ink);
	border-radius: 50%;
	display: block;
	height: 2px;
	margin: 0 2px;
	width: 2px;
}

.mooo-hc__hero {
	align-items: center;
	background:
		radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.12) 1px, transparent 1.5px) 0 0 / 15px 15px,
		linear-gradient(112deg, var(--mooo-forest-dark), var(--mooo-forest));
	border-radius: 30px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	min-height: 310px;
	overflow: hidden;
	padding: 50px 58px;
	position: relative;
}

.mooo-hc__hero::after {
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	content: "";
	height: 360px;
	position: absolute;
	right: -70px;
	top: -180px;
	width: 360px;
}

.mooo-hc__hero > div:first-child {
	max-width: 760px;
	position: relative;
	z-index: 1;
}

.mooo-hc__eyebrow {
	color: var(--mooo-gold);
	display: inline-block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.18em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.mooo-hc__hero h2 {
	color: #ffffff;
	font-size: clamp(38px, 5vw, 67px);
	font-weight: 700;
	letter-spacing: -0.055em;
	line-height: 0.98;
	margin: 0;
	max-width: 740px;
}

.mooo-hc__hero p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.65;
	margin: 22px 0 0;
	max-width: 620px;
}

.mooo-hc__values {
	align-items: center;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	display: flex;
	flex: 0 0 176px;
	flex-direction: column;
	justify-content: center;
	position: relative;
	transform: rotate(4deg);
	z-index: 1;
}

.mooo-hc__values::before,
.mooo-hc__values::after {
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 50%;
	content: "";
	inset: 12px;
	position: absolute;
}

.mooo-hc__values::after {
	inset: 23px;
}

.mooo-hc__values span {
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.mooo-hc__values strong {
	color: var(--mooo-gold);
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 0.05em;
	margin: 5px 0;
	text-transform: uppercase;
}

.mooo-hc__tabs {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--mooo-line);
	border-radius: 16px;
	display: grid;
	gap: 5px;
	grid-template-columns: 1fr 1fr;
	margin: 30px auto 20px;
	max-width: 430px;
	padding: 5px;
}

.mooo-hc .mooo-hc__tabs button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 11px;
	box-shadow: none;
	color: var(--mooo-muted);
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	min-height: 44px;
	padding: 11px 17px;
	text-decoration: none;
	text-transform: none;
}

.mooo-hc .mooo-hc__tabs button.is-active {
	background: var(--mooo-forest);
	box-shadow: 0 8px 20px rgba(13, 95, 75, 0.2);
	color: #ffffff;
}

.mooo-hc__pane[hidden] {
	display: none !important;
}

.mooo-hc__planner-grid,
.mooo-hc__squad-grid {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.8fr);
}

.mooo-hc__squad-grid {
	grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
}

.mooo-hc__input-column {
	display: grid;
	gap: 15px;
}

.mooo-hc__panel,
.mooo-hc__results {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--mooo-line);
	border-radius: 21px;
	box-shadow: 0 10px 35px rgba(20, 47, 38, 0.055);
}

.mooo-hc__panel {
	padding: 25px;
}

.mooo-hc__panel-title {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-bottom: 21px;
}

.mooo-hc__panel-title > span {
	align-items: center;
	background: var(--mooo-mint);
	border-radius: 11px;
	color: var(--mooo-forest);
	display: flex;
	flex: 0 0 42px;
	font-size: 11px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	letter-spacing: 0.08em;
}

.mooo-hc__panel-title h3 {
	color: var(--mooo-ink);
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 0 0 3px;
}

.mooo-hc__panel-title p {
	color: var(--mooo-muted);
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
}

.mooo-hc__fields {
	display: grid;
	gap: 12px;
}

.mooo-hc__fields--two {
	grid-template-columns: 1.5fr 1fr;
}

.mooo-hc__fields--three {
	grid-template-columns: repeat(3, 1fr);
}

.mooo-hc__fields--four {
	grid-template-columns: repeat(4, 1fr);
}

.mooo-hc__fields label {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0;
}

.mooo-hc__fields label > span {
	color: var(--mooo-muted);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mooo-hc .mooo-hc__fields input,
.mooo-hc .mooo-hc__fields select,
.mooo-hc .mooo-hc__squad-slot select {
	appearance: auto;
	background: #fbfcfa;
	border: 1px solid #ccd8d2;
	border-radius: 11px;
	box-shadow: none;
	color: var(--mooo-ink);
	font-size: 14px;
	font-weight: 700;
	height: 48px;
	line-height: 1.2;
	margin: 0;
	max-width: none;
	min-height: 48px;
	padding: 0 13px;
	width: 100%;
}

.mooo-hc .mooo-hc__fields input:hover,
.mooo-hc .mooo-hc__fields select:hover,
.mooo-hc .mooo-hc__squad-slot select:hover {
	border-color: #8faf9f;
}

.mooo-hc__profile {
	align-items: center;
	background: var(--mooo-mint-soft);
	border-radius: 14px;
	display: flex;
	gap: 13px;
	margin-top: 15px;
	padding: 13px;
}

.mooo-hc__rarity {
	align-items: center;
	background: linear-gradient(135deg, #e9b83e, #a96f00);
	border-radius: 10px;
	color: #ffffff;
	display: flex;
	font-size: 10px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.mooo-hc__rarity[data-rarity="ssr"] {
	background: linear-gradient(135deg, #9d6bd1, #5b2d91);
}

.mooo-hc__rarity[data-rarity="sr"] {
	background: linear-gradient(135deg, #51a2c8, #24718e);
}

.mooo-hc__profile > div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.mooo-hc__profile > div strong {
	color: var(--mooo-ink);
	font-size: 14px;
}

.mooo-hc__profile > div span {
	color: var(--mooo-muted);
	font-size: 11px;
}

.mooo-hc__placement {
	background: #ffffff;
	border: 1px solid var(--mooo-line);
	border-radius: 999px;
	color: var(--mooo-forest);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin-left: auto;
	padding: 7px 10px;
	text-transform: uppercase;
}

.mooo-hc__check {
	align-items: flex-start;
	background: #fbfcfa;
	border: 1px solid var(--mooo-line);
	border-radius: 13px;
	cursor: pointer;
	display: flex;
	gap: 11px;
	margin: 15px 0 0;
	padding: 13px;
}

.mooo-hc .mooo-hc__check input {
	accent-color: var(--mooo-forest);
	height: 18px;
	margin: 2px 0 0;
	min-height: 0;
	width: 18px;
}

.mooo-hc__check > span {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.mooo-hc__check strong {
	color: var(--mooo-ink);
	font-size: 12px;
}

.mooo-hc__check small {
	color: var(--mooo-muted);
	font-size: 10px;
	line-height: 1.45;
}

.mooo-hc__note {
	background: var(--mooo-cream);
	border-left: 3px solid var(--mooo-gold);
	border-radius: 4px 10px 10px 4px;
	color: #6f5b2c;
	font-size: 11px;
	line-height: 1.5;
	margin: 15px 0 0;
	padding: 10px 12px;
}

.mooo-hc__note[hidden] {
	display: none !important;
}

.mooo-hc__results {
	background: var(--mooo-ink);
	box-shadow: 0 22px 60px rgba(20, 47, 38, 0.12);
	color: #ffffff;
	padding: 27px;
	position: sticky;
	top: 24px;
}

.mooo-hc__results-top {
	color: #9fafa9;
	display: flex;
	font-size: 9px;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: 0.15em;
	margin-bottom: 27px;
	text-transform: uppercase;
}

.mooo-hc__results > h3 {
	color: #ffffff;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.15;
	margin: 0;
}

.mooo-hc__results > p {
	color: #aebbb6;
	font-size: 12px;
	margin: 8px 0 22px;
}

.mooo-hc__result-list {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mooo-hc__result {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.075);
	display: grid;
	gap: 11px;
	grid-template-columns: 37px minmax(0, 1fr) auto;
	padding: 14px 0;
}

.mooo-hc__result:last-child {
	border-bottom: 0;
}

.mooo-hc__result-icon {
	align-items: center;
	border-radius: 10px;
	display: flex;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.mooo-hc__result-icon--xp {
	background: #d7f2e6;
	color: #0d5f4b;
}

.mooo-hc__result-icon--star {
	background: #f8e5a8;
	color: #845e06;
	font-size: 17px;
}

.mooo-hc__result-icon--medal {
	background: #e5dcf6;
	color: #5d3a83;
}

.mooo-hc__result-icon--weapon {
	background: #dce8f5;
	color: #315d87;
}

.mooo-hc__result > div {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.mooo-hc__result > div > span {
	color: #aebbb6;
	font-size: 10px;
}

.mooo-hc__result > div > strong {
	color: #ffffff;
	font-size: 22px;
	line-height: 1.1;
}

.mooo-hc__result > div > small {
	color: #8f9c97;
	font-size: 9px;
	line-height: 1.3;
}

.mooo-hc__result > em {
	background: rgba(232, 123, 82, 0.13);
	border-radius: 999px;
	color: #f0a181;
	font-size: 8px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.05em;
	padding: 6px 8px;
	text-transform: uppercase;
	white-space: nowrap;
}

.mooo-hc__result > em.is-ready {
	background: rgba(104, 214, 165, 0.13);
	color: #8be3bd;
}

.mooo-hc__hq {
	align-items: center;
	background: linear-gradient(135deg, var(--mooo-forest), var(--mooo-forest-dark));
	border-radius: 16px;
	display: grid;
	grid-template-columns: 1fr auto;
	margin: 19px 0;
	padding: 16px;
}

.mooo-hc__hq span {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mooo-hc__hq strong {
	color: var(--mooo-gold);
	font-size: 32px;
	grid-row: span 2;
	line-height: 1;
}

.mooo-hc__hq small {
	color: rgba(255, 255, 255, 0.62);
	font-size: 9px;
	margin-top: 3px;
}

.mooo-hc__advice {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	margin: 0 0 17px;
	padding: 15px;
}

.mooo-hc__advice > span,
.mooo-hc__upgrade-order > span {
	color: var(--mooo-gold);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.mooo-hc__advice p {
	color: #d4dcd8;
	font-size: 11px;
	line-height: 1.55;
	margin: 8px 0 0;
}

.mooo-hc__actions {
	display: grid;
	gap: 9px;
	grid-template-columns: 1fr auto;
}

.mooo-hc .mooo-hc__button {
	appearance: none;
	border: 0;
	border-radius: 12px;
	box-shadow: none;
	cursor: pointer;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
	min-height: 46px;
	padding: 0 16px;
	text-decoration: none;
	text-transform: none;
}

.mooo-hc .mooo-hc__button--primary {
	background: var(--mooo-gold);
	color: #302000;
}

.mooo-hc .mooo-hc__button--primary:hover {
	background: #e7b844;
	color: #302000;
}

.mooo-hc .mooo-hc__button--secondary {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.mooo-hc .mooo-hc__button--secondary:hover {
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.mooo-hc .mooo-hc__button--full {
	width: 100%;
}

.mooo-hc__squad-slots {
	display: grid;
	gap: 11px;
}

.mooo-hc__squad-slot {
	align-items: center;
	background: #fbfcfa;
	border: 1px solid var(--mooo-line);
	border-radius: 14px;
	display: grid;
	gap: 13px;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	margin: 0;
	padding: 11px;
}

.mooo-hc__slot-number {
	align-items: center;
	background: var(--mooo-mint);
	border-radius: 10px;
	color: var(--mooo-forest);
	display: flex;
	font-size: 10px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
}

.mooo-hc .mooo-hc__squad-slot select {
	height: 42px;
	min-height: 42px;
}

.mooo-hc__slot-meta {
	color: var(--mooo-muted);
	font-size: 9px;
	font-weight: 700;
	min-width: 145px;
	text-align: right;
}

.mooo-hc__formation-score {
	align-items: center;
	background: linear-gradient(135deg, var(--mooo-forest), #12775e);
	border-radius: 18px;
	display: grid;
	grid-template-columns: 1fr auto;
	margin-bottom: 22px;
	padding: 19px;
}

.mooo-hc__formation-score > div {
	display: flex;
	flex-direction: column;
}

.mooo-hc__formation-score span {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mooo-hc__formation-score small {
	color: rgba(255, 255, 255, 0.65);
	font-size: 9px;
}

.mooo-hc__formation-score strong {
	color: var(--mooo-gold);
	font-size: 42px;
	letter-spacing: -0.05em;
	line-height: 1;
}

.mooo-hc__formation-row {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	gap: 12px;
	grid-template-columns: 78px 1fr;
	padding: 14px 0;
}

.mooo-hc__formation-row > span {
	color: #91a099;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.12em;
	padding-top: 7px;
	text-transform: uppercase;
}

.mooo-hc__formation-row > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.mooo-hc__hero-pill {
	border-radius: 9px;
	font-size: 10px;
	font-weight: 800;
	padding: 7px 9px;
}

.mooo-hc__hero-pill--front {
	background: #dce8f5;
	color: #315d87;
}

.mooo-hc__hero-pill--back {
	background: #f8e5a8;
	color: #715208;
}

.mooo-hc__hero-pill--warning {
	background: rgba(232, 123, 82, 0.14);
	color: #f0a181;
}

.mooo-hc__upgrade-order {
	margin: 22px 0;
}

.mooo-hc__upgrade-order > span {
	display: block;
	margin-bottom: 10px;
}

.mooo-hc__upgrade-order ol {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mooo-hc__upgrade-order li {
	align-items: center;
	background: rgba(255, 255, 255, 0.055);
	border-radius: 10px;
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 9px 10px;
}

.mooo-hc__upgrade-order li > span {
	align-items: center;
	background: var(--mooo-forest);
	border-radius: 7px;
	color: #ffffff;
	display: flex;
	font-size: 9px;
	font-weight: 900;
	height: 25px;
	justify-content: center;
	width: 25px;
}

.mooo-hc__upgrade-order li > div {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.mooo-hc__upgrade-order li strong {
	color: #ffffff;
	font-size: 11px;
	line-height: 1.2;
}

.mooo-hc__upgrade-order li small {
	color: #8f9c97;
	font-size: 8px;
}

.mooo-hc__doctrine {
	background: var(--mooo-cream);
	border-radius: 26px;
	margin-top: 28px;
	padding: 43px 46px;
}

.mooo-hc__doctrine > h3 {
	color: var(--mooo-ink);
	font-size: 32px;
	letter-spacing: -0.04em;
	line-height: 1.15;
	margin: 0 0 25px;
}

.mooo-hc__doctrine > div {
	display: grid;
	gap: 13px;
	grid-template-columns: repeat(4, 1fr);
}

.mooo-hc__doctrine article {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(103, 105, 83, 0.16);
	border-radius: 17px;
	padding: 19px;
}

.mooo-hc__doctrine article > strong {
	color: var(--mooo-gold);
	font-size: 10px;
	letter-spacing: 0.12em;
}

.mooo-hc__doctrine h4 {
	color: var(--mooo-ink);
	font-size: 15px;
	line-height: 1.3;
	margin: 14px 0 7px;
}

.mooo-hc__doctrine p {
	color: var(--mooo-muted);
	font-size: 11px;
	line-height: 1.55;
	margin: 0;
}

.mooo-hc__footer {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 26px 7px 5px;
}

.mooo-hc__footer strong {
	color: var(--mooo-ink);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mooo-hc__footer span {
	color: var(--mooo-muted);
	font-size: 9px;
	text-align: right;
}

.mooo-hc__noscript {
	background: #fff4dc;
	border: 1px solid #ead398;
	border-radius: 10px;
	color: #624d1d;
	padding: 12px;
}

@media (max-width: 940px) {
	.mooo-hc__hero {
		padding: 44px;
	}

	.mooo-hc__values {
		display: none;
	}

	.mooo-hc__planner-grid,
	.mooo-hc__squad-grid {
		grid-template-columns: 1fr;
	}

	.mooo-hc__results {
		position: static;
	}

	.mooo-hc__doctrine > div {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 650px) {
	.mooo-hc {
		border-radius: 18px;
		margin: 14px auto;
		padding: 0 12px 14px;
	}

	.mooo-hc__topbar {
		padding: 16px 4px;
	}

	.mooo-hc__server {
		font-size: 8px;
	}

	.mooo-hc__hero {
		border-radius: 20px;
		min-height: 310px;
		padding: 34px 23px;
	}

	.mooo-hc__hero h2 {
		font-size: 42px;
	}

	.mooo-hc__hero p {
		font-size: 14px;
	}

	.mooo-hc__tabs {
		max-width: none;
	}

	.mooo-hc__panel,
	.mooo-hc__results {
		border-radius: 18px;
		padding: 19px;
	}

	.mooo-hc__fields--two,
	.mooo-hc__fields--three,
	.mooo-hc__fields--four {
		grid-template-columns: 1fr 1fr;
	}

	.mooo-hc__fields label:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.mooo-hc__placement {
		display: none;
	}

	.mooo-hc__actions {
		grid-template-columns: 1fr;
	}

	.mooo-hc__squad-slot {
		grid-template-columns: 38px 1fr;
	}

	.mooo-hc__slot-meta {
		grid-column: 2;
		min-width: 0;
		text-align: left;
	}

	.mooo-hc__doctrine {
		border-radius: 20px;
		padding: 32px 22px;
	}

	.mooo-hc__doctrine > h3 {
		font-size: 27px;
	}

	.mooo-hc__doctrine > div {
		grid-template-columns: 1fr;
	}

	.mooo-hc__footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.mooo-hc__footer span {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mooo-hc *,
	.mooo-hc *::before,
	.mooo-hc *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
