:root {
	--bg: #06070a;
	--bg-2: #0f1117;
	--panel: #0d1015;
	--panel-2: #131823;
	--panel-3: #171d29;
	--line: rgba(255, 255, 255, 0.08);
	--text: #f4f7fb;
	--muted: #8b98ad;
	--up: #00c853;
	--up-glow: rgba(0, 200, 83, 0.22);
	--degraded: #ffb020;
	--degraded-glow: rgba(255, 176, 32, 0.24);
	--down: #ff5d5d;
	--down-glow: rgba(255, 93, 93, 0.24);
	--unknown: #5d6b83;
	--unknown-glow: rgba(93, 107, 131, 0.22);
	--radius-lg: 26px;
	--radius-md: 18px;
	--radius-sm: 14px;
}

* {
	box-sizing: border-box;
}

html {
	background:
		radial-gradient(circle at top, rgba(0, 200, 83, 0.08), transparent 18%),
		radial-gradient(circle at top right, rgba(20, 134, 255, 0.12), transparent 24%),
		linear-gradient(180deg, var(--bg), var(--bg-2));
}

body {
	margin: 0;
	min-height: 100vh;
	color: var(--text);
	font-family: "IBM Plex Sans", "Avenir Next", "Segoe UI", sans-serif;
}

.page-shell {
	width: min(1480px, calc(100% - 28px));
	margin: 0 auto;
	padding: 22px 0 72px;
}

.hero {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 18px;
	margin-bottom: 18px;
}

.hero-copy,
.hero-stats,
.toolbar,
.status-note,
.category-section {
	background: linear-gradient(180deg, rgba(19, 24, 35, 0.96), rgba(10, 13, 18, 0.96));
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.hero-copy {
	padding: 28px;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.hero-copy::before {
	content: "";
	position: absolute;
	inset: auto -8% -30% auto;
	width: 18rem;
	height: 18rem;
	border-radius: 999px;
	background:
		radial-gradient(circle at 30% 30%, rgba(48, 209, 123, 0.22), transparent 48%),
		radial-gradient(circle at 68% 42%, rgba(26, 168, 255, 0.18), transparent 42%);
	filter: blur(4px);
	pointer-events: none;
}

.hero-copy::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(125deg, rgba(255, 255, 255, 0.04), transparent 28%),
		radial-gradient(circle at 82% 88%, rgba(26, 168, 255, 0.08), transparent 18%);
	pointer-events: none;
	z-index: 0;
}

.hero-stats {
	padding: 18px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.eyebrow,
.summary-label,
.service-host,
.service-source,
.updated-at,
.category-header p,
.status-note {
	color: var(--muted);
}

.eyebrow {
	margin: 0 0 10px;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #9eb4d1;
	position: relative;
	z-index: 1;
}

h1 {
	margin: 0;
	max-width: 12ch;
	font-size: clamp(2.8rem, 6vw, 5.6rem);
	line-height: 0.92;
	position: relative;
	z-index: 1;
}

.lede {
	margin: 18px 0 0;
	max-width: 42rem;
	font-size: 1.02rem;
	line-height: 1.7;
	color: #d0d7e4;
	position: relative;
	z-index: 1;
}

.hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
	position: relative;
	z-index: 1;
}

.hero-tag {
	display: inline-flex;
	align-items: center;
	padding: 9px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #dfe7f3;
	font-size: 0.8rem;
	letter-spacing: 0.01em;
}

.hero-visual {
	position: absolute;
	right: -1.25rem;
	bottom: -2.25rem;
	width: 21rem;
	height: 21rem;
	display: grid;
	place-items: center;
	pointer-events: none;
	opacity: 0.94;
	z-index: 0;
	animation: heroFloat 18s ease-in-out infinite;
}

.hero-globe {
	position: relative;
	width: 16.25rem;
	height: 16.25rem;
	border-radius: 50%;
	background:
		radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.14), transparent 18%),
		radial-gradient(circle at 52% 48%, rgba(48, 209, 123, 0.2), transparent 56%),
		radial-gradient(circle at 62% 60%, rgba(26, 168, 255, 0.18), transparent 60%),
		linear-gradient(180deg, rgba(7, 13, 19, 0.15), rgba(7, 13, 19, 0.6));
	border: 1px solid rgba(163, 214, 255, 0.18);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.04),
		inset 0 -18px 50px rgba(3, 10, 18, 0.36),
		0 28px 70px rgba(0, 0, 0, 0.36);
	overflow: hidden;
	animation: globeDrift 24s ease-in-out infinite;
}

.hero-globe::before,
.hero-globe::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
}

.hero-globe::before {
	background:
		radial-gradient(circle at 50% 50%, transparent 50%, rgba(255, 255, 255, 0.08) 51%, transparent 52%),
		linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.06) 44%, transparent 62%);
	opacity: 0.86;
	animation: globeSheen 14s ease-in-out infinite;
}

.hero-globe::after {
	inset: 7%;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-globe-ring,
.hero-globe-line,
.hero-globe-node {
	position: absolute;
	display: block;
}

.hero-globe-ring {
	border: 1px solid rgba(194, 230, 255, 0.14);
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: ringBreath 16s ease-in-out infinite;
}

.ring-1 {
	width: 100%;
	height: 100%;
}

.ring-2 {
	width: 82%;
	height: 82%;
}

.ring-3 {
	width: 56%;
	height: 100%;
}

.ring-4 {
	width: 100%;
	height: 56%;
}

.ring-5 {
	width: 72%;
	height: 100%;
	opacity: 0.65;
	animation-delay: -4s;
}

.ring-6 {
	width: 100%;
	height: 72%;
	opacity: 0.65;
	animation-delay: -8s;
}

.hero-globe-line {
	background: linear-gradient(180deg, transparent, rgba(194, 230, 255, 0.16), transparent);
	animation: linePulse 12s ease-in-out infinite;
}

.meridian-1,
.meridian-2,
.meridian-3,
.meridian-4 {
	top: 9%;
	bottom: 9%;
	width: 1px;
}

.meridian-1 { left: 32%; }
.meridian-2 { left: 50%; }
.meridian-3 { left: 68%; }
.meridian-4 { left: 18%; opacity: 0.45; }

.latitude-1,
.latitude-2,
.latitude-3 {
	left: 10%;
	right: 10%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(194, 230, 255, 0.16), transparent);
}

.latitude-1 { top: 31%; }
.latitude-2 { top: 50%; }
.latitude-3 { top: 69%; }

.hero-globe-arc,
.hero-globe-continent,
.hero-globe-link {
	position: absolute;
	display: block;
}

.hero-globe-arc {
	border: 1px solid rgba(170, 222, 255, 0.18);
	border-color: rgba(170, 222, 255, 0.18) transparent transparent transparent;
	border-radius: 50%;
	animation: arcSweep 10s ease-in-out infinite;
}

.arc-1 {
	width: 70%;
	height: 32%;
	left: 13%;
	top: 21%;
	transform: rotate(-10deg);
}

.arc-2 {
	width: 54%;
	height: 24%;
	left: 27%;
	top: 44%;
	transform: rotate(11deg);
	animation-delay: -3.5s;
}

.arc-3 {
	width: 42%;
	height: 18%;
	left: 18%;
	top: 56%;
	transform: rotate(-18deg);
	opacity: 0.7;
	animation-delay: -6.5s;
}

.hero-globe-continent {
	background: linear-gradient(135deg, rgba(73, 208, 134, 0.2), rgba(45, 141, 255, 0.14));
	border: 1px solid rgba(157, 227, 198, 0.08);
	filter: blur(0.2px);
	animation: continentDrift 22s ease-in-out infinite;
}

.continent-1 {
	width: 28%;
	height: 18%;
	left: 22%;
	top: 28%;
	border-radius: 52% 48% 45% 55% / 48% 52% 44% 56%;
	transform: rotate(-12deg);
}

.continent-2 {
	width: 22%;
	height: 16%;
	right: 23%;
	top: 33%;
	border-radius: 46% 54% 56% 44% / 42% 58% 38% 62%;
	transform: rotate(16deg);
	animation-delay: -7s;
}

.continent-3 {
	width: 26%;
	height: 18%;
	left: 38%;
	bottom: 22%;
	border-radius: 44% 56% 48% 52% / 54% 46% 58% 42%;
	transform: rotate(8deg);
	animation-delay: -12s;
}

.hero-globe-link {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(194, 230, 255, 0.24), transparent);
	transform-origin: left center;
	animation: linkGlow 9s ease-in-out infinite;
}

.link-1 {
	width: 24%;
	left: 31%;
	top: 32%;
	transform: rotate(18deg);
}

.link-2 {
	width: 28%;
	left: 46%;
	top: 48%;
	transform: rotate(-28deg);
	animation-delay: -2.8s;
}

.link-3 {
	width: 18%;
	left: 34%;
	top: 61%;
	transform: rotate(-6deg);
	animation-delay: -5.4s;
}

.hero-globe-node {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #f4f7fb, #30d17b 58%, rgba(48, 209, 123, 0.1) 100%);
	box-shadow: 0 0 0 5px rgba(48, 209, 123, 0.08);
	animation: nodePulse 6.5s ease-in-out infinite;
}

.node-1 { top: 24%; left: 28%; }
.node-2 { top: 36%; right: 24%; }
.node-3 { bottom: 24%; left: 36%; }
.node-4 { bottom: 30%; right: 32%; }
.node-5 { top: 54%; left: 46%; }

.node-2 { animation-delay: -1.2s; }
.node-3 { animation-delay: -2.4s; }
.node-4 { animation-delay: -3.6s; }
.node-5 { animation-delay: -4.8s; }

@keyframes heroFloat {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(0, -6px, 0); }
}

@keyframes globeDrift {
	0%, 100% { transform: rotate(0deg) scale(1); }
	50% { transform: rotate(1.3deg) scale(1.01); }
}

@keyframes globeSheen {
	0%, 100% { opacity: 0.72; transform: translateX(0); }
	50% { opacity: 0.92; transform: translateX(4px); }
}

@keyframes ringBreath {
	0%, 100% { opacity: 0.52; }
	50% { opacity: 0.8; }
}

@keyframes linePulse {
	0%, 100% { opacity: 0.42; }
	50% { opacity: 0.82; }
}

@keyframes arcSweep {
	0%, 100% { opacity: 0.28; filter: drop-shadow(0 0 0 rgba(111, 211, 255, 0)); }
	50% { opacity: 0.82; filter: drop-shadow(0 0 8px rgba(111, 211, 255, 0.12)); }
}

@keyframes continentDrift {
	0%, 100% { opacity: 0.78; transform: translate3d(0, 0, 0) rotate(var(--continent-rotate, 0deg)); }
	50% { opacity: 0.98; transform: translate3d(1px, -1px, 0) rotate(var(--continent-rotate, 0deg)); }
}

@keyframes linkGlow {
	0%, 100% { opacity: 0.22; }
	50% { opacity: 0.86; }
}

@keyframes nodePulse {
	0%, 100% { transform: scale(1); box-shadow: 0 0 0 5px rgba(48, 209, 123, 0.08); }
	50% { transform: scale(1.18); box-shadow: 0 0 0 8px rgba(48, 209, 123, 0.1); }
}

.continent-1 { --continent-rotate: -12deg; }
.continent-2 { --continent-rotate: 16deg; }
.continent-3 { --continent-rotate: 8deg; }

.summary-card {
	min-height: 126px;
	padding: 18px;
	border-radius: var(--radius-md);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
	border: 1px solid var(--line);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.summary-label {
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.summary-card strong {
	font-size: clamp(2rem, 5vw, 3.6rem);
	line-height: 1;
}

.toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	padding: 14px;
	margin-bottom: 14px;
}

.search-field,
.search-field input {
	width: min(480px, 100%);
}

.search-field input,
button {
	appearance: none;
	border: 1px solid var(--line);
	border-radius: 999px;
	font: inherit;
}

.search-field input {
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
	padding: 14px 18px;
}

.toolbar-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

button {
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
	cursor: pointer;
}

.filter-button.is-active {
	background: #edf2f7;
	color: #0a0d12;
}

.status-note {
	padding: 14px 16px;
	margin-bottom: 18px;
}

.categories {
	display: grid;
	gap: 18px;
}

.site-footer {
	margin-top: 18px;
	padding: 16px 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	background: linear-gradient(180deg, rgba(19, 24, 35, 0.92), rgba(10, 13, 18, 0.92));
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.footer-copy {
	min-width: 0;
}

.footer-title,
.footer-subtitle,
.footer-meta {
	margin: 0;
}

.footer-title {
	font-size: 0.92rem;
	color: #edf2f7;
}

.footer-subtitle,
.footer-meta {
	font-size: 0.8rem;
	color: var(--muted);
	line-height: 1.5;
}

.footer-meta {
	max-width: 34rem;
	text-align: right;
}

.category-section {
	padding: 18px;
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(19, 24, 35, 0.98), rgba(10, 13, 18, 0.98)),
		radial-gradient(circle at top right, rgba(26, 168, 255, 0.08), transparent 36%);
}

.category-section::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(48, 209, 123, 0.38), rgba(26, 168, 255, 0.18), transparent 72%);
	pointer-events: none;
}

.category-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	position: relative;
	z-index: 1;
}

.category-heading-group {
	min-width: 0;
}

.category-kicker {
	margin: 0 0 8px;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: #7f93ae;
}

.category-header h2 {
	margin: 0;
	font-size: 1.2rem;
	letter-spacing: 0.01em;
}

.category-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.category-meta p {
	margin: 0;
	font-size: 0.82rem;
	color: #c9d3e2;
}

.category-count {
	display: inline-flex;
	align-items: center;
	padding: 7px 11px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	color: #dbe4f1;
	font-size: 0.76rem;
	letter-spacing: 0.02em;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	grid-auto-rows: 156px;
	gap: 10px;
}

.service-card {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--line);
	background: linear-gradient(180deg, rgba(20, 24, 33, 0.98), rgba(11, 14, 20, 0.98));
	min-width: 0;
}

.tile-weight-sm,
.tile-weight-md,
.tile-weight-lg,
.tile-compact {
	grid-row: span 1;
}

.tile-tall {
	grid-row: span 2;
}

.tile-feature {
	grid-column: span 2;
	grid-row: span 2;
}

.service-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	padding: 14px;
	gap: 10px;
	text-decoration: none;
	color: inherit;
	position: relative;
	transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.service-link:hover,
.service-link:focus-visible {
	transform: translateY(-2px);
}

.service-link::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.18;
	pointer-events: none;
}

.service-card.status-up .service-link::before {
	background: linear-gradient(135deg, var(--up-glow), transparent 55%);
}

.service-card.status-degraded .service-link::before {
	background: linear-gradient(135deg, var(--degraded-glow), transparent 60%);
}

.service-card.status-down .service-link::before {
	background: linear-gradient(135deg, var(--down-glow), transparent 60%);
}

.service-card.status-unknown .service-link::before {
	background: linear-gradient(135deg, var(--unknown-glow), transparent 60%);
}

.service-header,
.service-brand,
.service-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.service-brand {
	min-width: 0;
}

.service-heading {
	min-width: 0;
}

.logo-frame {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.96);
	display: grid;
	place-items: center;
	overflow: hidden;
	flex: 0 0 auto;
}

.service-logo {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.service-name {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.1;
	word-break: break-word;
}

.service-host {
	margin: 4px 0 0;
	font-size: 0.78rem;
	line-height: 1.28;
	word-break: normal;
	overflow-wrap: anywhere;
}

.service-description {
	margin: 0 0 8px;
	font-size: 0.82rem;
	line-height: 1.35;
	color: #edf2f7;
	display: block;
	flex: 1 1 auto;
	min-height: 0;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	z-index: 1;
	word-break: break-word;
	padding-right: 8px;
	scrollbar-width: thin;
	scrollbar-color: transparent transparent;
	mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
	-webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
	overscroll-behavior: contain;
}

.service-description::-webkit-scrollbar {
	width: 5px;
}

.service-description::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 999px;
}

.service-card:hover .service-description,
.service-card:focus-within .service-description {
	scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

.service-card:hover .service-description::-webkit-scrollbar-thumb,
.service-card:focus-within .service-description::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.18);
}

.tile-tall .service-description,
.tile-feature .service-description {
	font-size: 0.86rem;
}

.service-footer {
	font-size: 0.74rem;
	flex-wrap: wrap;
	margin-top: auto;
}

.status-pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border: 1px solid transparent;
	position: relative;
	z-index: 1;
}

.pill-up {
	color: var(--up);
	background: rgba(0, 200, 83, 0.12);
	border-color: rgba(0, 200, 83, 0.2);
}

.pill-degraded {
	color: var(--degraded);
	background: rgba(255, 176, 32, 0.12);
	border-color: rgba(255, 176, 32, 0.22);
}

.pill-down {
	color: var(--down);
	background: rgba(255, 93, 93, 0.12);
	border-color: rgba(255, 93, 93, 0.2);
}

.pill-unknown {
	color: #b4c0d2;
	background: rgba(93, 107, 131, 0.14);
	border-color: rgba(93, 107, 131, 0.24);
}

.empty-state {
	text-align: center;
	padding: 48px 18px;
}

.empty-state h2 {
	margin: 0 0 8px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 960px) {
	.hero {
		grid-template-columns: 1fr;
	}

	.hero-copy,
	.hero-stats {
		padding: 22px;
	}

	.hero-visual {
		right: -2.5rem;
		bottom: -4rem;
		width: 17rem;
		height: 17rem;
	}

	.hero-globe {
		width: 13rem;
		height: 13rem;
	}

	.toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.site-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-meta {
		max-width: none;
		text-align: left;
	}

	.search-field,
	.search-field input {
		width: 100%;
	}
}

@media (max-width: 720px) {
	.page-shell {
		width: min(100%, calc(100% - 18px));
		padding-top: 12px;
	}

	.service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 160px;
	}

	.tile-feature {
		grid-column: span 2;
	}

	.hero-copy,
	.hero-stats,
	.toolbar,
	.status-note,
	.category-section {
		border-radius: 22px;
	}

	h1 {
		max-width: 10ch;
		font-size: clamp(2.4rem, 12vw, 4.2rem);
	}

	.lede {
		font-size: 0.96rem;
		line-height: 1.65;
	}

	.hero-tags {
		margin-top: 18px;
	}

	.hero-visual {
		right: -3.2rem;
		bottom: -4.8rem;
		width: 14rem;
		height: 14rem;
	}

	.hero-globe {
		width: 10.75rem;
		height: 10.75rem;
		opacity: 0.88;
	}

	.toolbar-actions {
		width: 100%;
	}

	.toolbar-actions button {
		flex: 1 1 calc(50% - 8px);
	}
}

@media (max-width: 560px) {
	.page-shell {
		width: min(100%, calc(100% - 14px));
	}

	.hero-copy,
	.hero-stats {
		padding: 18px;
	}

	.hero-visual {
		right: -4rem;
		bottom: -5.5rem;
		width: 11.5rem;
		height: 11.5rem;
		opacity: 0.72;
	}

	.hero-globe {
		width: 8.5rem;
		height: 8.5rem;
	}

	.hero-tag {
		width: 100%;
		justify-content: center;
	}

	.hero-stats {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.summary-card {
		min-height: 108px;
		padding: 14px;
	}

	.service-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 156px;
	}

	.tile-feature {
		grid-column: span 1;
	}

	.category-section {
		padding: 14px;
	}

	.category-header {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 12px;
	}

	.category-meta {
		justify-content: flex-start;
	}

	.toolbar {
		padding: 12px;
	}

	.toolbar-actions button {
		flex: 1 1 100%;
	}

	.service-name {
		font-size: 0.94rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-visual,
	.hero-globe,
	.hero-globe::before,
	.hero-globe-ring,
	.hero-globe-line,
	.hero-globe-arc,
	.hero-globe-continent,
	.hero-globe-link,
	.hero-globe-node {
		animation: none !important;
	}
}
