.Content .command-catalog {
	display: grid;
	gap: 18px;
	padding: 16px;
	color: #2f2419;
}

.Content .command-catalog *,
.Content .command-catalog *::before,
.Content .command-catalog *::after {
	box-sizing: border-box;
}

.Content .command-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	padding: 26px;
	border: 1px solid #315f57;
	border-radius: 11px;
	background:
		radial-gradient(circle at 84% 18%, rgba(205, 170, 94, .14), transparent 34%),
		linear-gradient(135deg, #103f39 0%, #164b43 58%, #0d3531 100%);
	box-shadow: 0 5px 14px rgba(31, 25, 17, .2);
	color: #fff8e8;
}

.Content .command-eyebrow {
	margin: 0 0 6px;
	color: #e4c681;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.Content .command-hero h1 {
	margin: 0;
	color: #fff4d8;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(29px, 4vw, 42px);
	line-height: 1.05;
	text-shadow: 0 2px 0 rgba(0, 0, 0, .28);
}

.Content .command-hero__copy > p:last-child {
	max-width: 650px;
	margin: 11px 0 0;
	color: #e8e4d9;
	font-size: 14px;
	line-height: 1.55;
}

.Content .command-hero__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(84px, 1fr));
	gap: 9px;
	margin: 0;
}

.Content .command-hero__metrics div {
	min-width: 88px;
	padding: 12px 10px;
	border: 1px solid rgba(223, 196, 130, .28);
	border-radius: 7px;
	background: rgba(255, 255, 255, .045);
	text-align: center;
}

.Content .command-hero__metrics dt {
	color: #d7c79e;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.Content .command-hero__metrics dd {
	margin: 3px 0 0;
	color: #fff2c9;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 700;
}

.Content .command-trust-note {
	display: flex;
	gap: 13px;
	align-items: flex-start;
	padding: 14px 16px;
	border: 1px solid #c69f51;
	border-left-width: 4px;
	border-radius: 7px;
	background: linear-gradient(135deg, #fff2d5, #f5e4bd);
	box-shadow: 0 2px 6px rgba(75, 52, 21, .12);
}

.Content .command-trust-note__icon {
	display: grid;
	flex: 0 0 29px;
	width: 29px;
	height: 29px;
	place-items: center;
	border-radius: 50%;
	background: #236d65;
	color: #fff;
	font-weight: 900;
}

.Content .command-trust-note strong,
.Content .command-footer-note strong,
.Content .command-empty strong {
	color: #174f48;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
}

.Content .command-trust-note p,
.Content .command-footer-note p,
.Content .command-empty p {
	margin: 3px 0 0;
	color: #635344;
	font-size: 12px;
	line-height: 1.5;
}

.Content .command-filters {
	display: grid;
	grid-template-columns: minmax(210px, 1.35fr) repeat(3, minmax(150px, .7fr));
	gap: 11px;
	padding: 16px;
	border: 1px solid #c2a36c;
	border-radius: 9px;
	background: linear-gradient(180deg, #ead4ac, #e3c99c);
	box-shadow: 0 3px 8px rgba(60, 42, 20, .14);
}

.Content .command-filter {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.Content .command-filter span {
	color: #574128;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.Content .command-filter input,
.Content .command-filter select {
	width: 100%;
	height: 43px;
	min-width: 0;
	padding: 0 12px;
	border: 1px solid #b49362;
	border-radius: 6px;
	outline: none;
	background: #fffaf0;
	color: #3c2c1f;
	font: inherit;
	font-size: 13px;
}

.Content .command-filter input:focus,
.Content .command-filter select:focus {
	border-color: #187067;
	box-shadow: 0 0 0 3px rgba(24, 112, 103, .15);
}

.Content .command-filter__submit {
	grid-column: -2 / -1;
	height: 43px;
	align-self: end;
	border: 1px solid #124f48;
	border-radius: 6px;
	background: linear-gradient(#267b71, #155d55);
	box-shadow: 0 2px 4px rgba(21, 48, 43, .22);
	color: #fff8df;
	cursor: pointer;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.Content .command-filter__submit:hover {
	background: linear-gradient(#2d877c, #17665d);
}

.Content .command-filter__submit:focus-visible,
.Content .command-results a:focus-visible,
.Content .command-empty a:focus-visible {
	outline: 3px solid rgba(25, 111, 102, .35);
	outline-offset: 2px;
}

.Content .command-results {
	display: flex;
	gap: 7px;
	align-items: baseline;
	padding: 11px 14px;
	border: 1px solid #d1b98b;
	border-radius: 7px;
	background: rgba(255, 249, 234, .72);
}

.Content .command-results strong {
	color: #175e56;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
}

.Content .command-results span {
	color: #76624b;
	font-size: 11px;
}

.Content .command-results a {
	margin-left: auto;
	color: #17685f;
	font-size: 11px;
	font-weight: 800;
	text-decoration: underline;
}

.Content .command-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

.Content .command-card {
	display: flex;
	min-width: 0;
	min-height: 255px;
	flex-direction: column;
	gap: 14px;
	padding: 17px;
	border: 1px solid #c8a96f;
	border-left: 4px solid #23756c;
	border-radius: 9px;
	background: linear-gradient(145deg, #fbe8c4, #f3ddb2);
	box-shadow: 0 3px 8px rgba(65, 44, 20, .13);
}

.Content .command-card--inactive {
	border-left-color: #8d6b48;
	background: linear-gradient(145deg, #eee3cf, #e5d5bb);
}

.Content .command-card__header {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	justify-content: space-between;
}

.Content .command-card__header > div {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.Content .command-card__header > code {
	max-width: 52%;
	overflow-wrap: anywhere;
	color: #164f49;
	font-family: Consolas, "Courier New", monospace;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.2;
	text-align: right;
}

.Content .command-status,
.Content .command-category {
	display: inline-flex;
	align-items: center;
	min-height: 23px;
	padding: 3px 9px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.Content .command-status {
	background: #21736a;
	color: #fff;
}

.Content .command-status--inactive {
	background: #776653;
}

.Content .command-category {
	border: 1px solid #c7aa74;
	background: rgba(255, 250, 238, .68);
	color: #654b2d;
}

.Content .command-card__description {
	margin: 0;
	color: #594634;
	font-size: 13px;
	line-height: 1.55;
}

.Content .command-usage {
	display: grid;
	gap: 5px;
	padding: 11px 12px;
	border: 1px solid #d2b886;
	border-radius: 6px;
	background: rgba(255, 251, 240, .72);
}

.Content .command-usage span,
.Content .command-card__meta dt {
	color: #785d38;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.Content .command-usage code,
.Content .command-footer-note code {
	color: #184f49;
	font-family: Consolas, "Courier New", monospace;
	font-size: 13px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.Content .command-card__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: auto 0 0;
}

.Content .command-card__meta div {
	min-width: 0;
	padding-top: 9px;
	border-top: 1px solid rgba(154, 122, 71, .28);
}

.Content .command-card__meta dd {
	margin: 3px 0 0;
	color: #4d3a29;
	font-size: 11px;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.Content .command-card__warning {
	margin: 0;
	padding: 9px 10px;
	border: 1px solid #ba8f5d;
	border-radius: 5px;
	background: rgba(255, 245, 220, .65);
	color: #735332;
	font-size: 11px;
	line-height: 1.4;
}

.Content .command-empty,
.Content .command-footer-note {
	padding: 17px;
	border: 1px solid #ccb17c;
	border-radius: 8px;
	background: rgba(255, 247, 227, .74);
}

.Content .command-empty {
	text-align: center;
}

.Content .command-empty a {
	display: inline-block;
	margin-top: 10px;
	color: #17665e;
	font-weight: 800;
}

.Content .command-footer-note {
	border-left: 4px solid #23736a;
}

@media (max-width: 980px) {
	.Content .command-hero { grid-template-columns: minmax(0, 1fr); }
	.Content .command-hero__metrics { width: 100%; }
	.Content .command-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.Content .command-filter--search { grid-column: 1 / -1; }
	.Content .command-filter__submit { grid-column: auto; }
}

@media (max-width: 780px) {
	.Content .command-catalog { gap: 14px; padding: 12px; }
	.Content .command-hero { padding: 20px; }
	.Content .command-grid { grid-template-columns: minmax(0, 1fr); }
	.Content .command-card { min-height: 0; }
}

@media (max-width: 520px) {
	.Content .command-hero__metrics { grid-template-columns: minmax(0, 1fr); }
	.Content .command-filters { grid-template-columns: minmax(0, 1fr); }
	.Content .command-filter--search { grid-column: auto; }
	.Content .command-card__header { align-items: stretch; flex-direction: column; }
	.Content .command-card__header > code { max-width: none; text-align: left; }
	.Content .command-card__meta { grid-template-columns: minmax(0, 1fr); }
	.Content .command-results { align-items: flex-start; flex-wrap: wrap; }
	.Content .command-results a { width: 100%; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.Content .command-catalog * { scroll-behavior: auto !important; }
}
