/* ==========================================================================
   hackerblue.dev — site styles
   Site chrome only. No page renders a palette table, token list or hex
   legend, and the product palette itself is not published.
   ========================================================================== */

:root {
	--hb-bg: #070b12;
	--hb-bg-2: #0b111a;
	--hb-panel: #0f1722;
	--hb-panel-2: #131d2a;
	--hb-sidebar: #09101a;
	--hb-text: #d7e3f4;
	--hb-muted: #7f93ab;
	--hb-faint: #55677c;
	--hb-blue: #38bdf8;
	--hb-blue-2: #0ea5e9;
	--hb-cyan: #22d3ee;
	--hb-green: #34d399;
	--hb-border: #1d2b3d;
	--hb-border-strong: #163047;
	--hb-ink: #06121d;
	--hb-code-bg: #07101b;
	--hb-term-red: #8c505a;
	--hb-term-yellow: #908060;
	--hb-term-blue: #3ca0c8;
	--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
	--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--radius: 12px;
	--wrap: 1120px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--hb-bg);
	color: var(--hb-text);
	font-family: var(--font-sans);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -2;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(56, 189, 248, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(56, 189, 248, 0.045) 1px, transparent 1px);
	background-size: 36px 36px;
	mask-image: radial-gradient(1100px 640px at 50% -8%, #000 25%, transparent 72%);
	-webkit-mask-image: radial-gradient(1100px 640px at 50% -8%, #000 25%, transparent 72%);
}

body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(760px 380px at 12% -4%, rgba(56, 189, 248, 0.11), transparent 68%),
		radial-gradient(680px 380px at 88% 6%, rgba(34, 211, 238, 0.08), transparent 70%);
}

a {
	color: var(--hb-blue);
}

a:hover {
	color: var(--hb-cyan);
}

:focus-visible {
	outline: 2px solid var(--hb-cyan);
	outline-offset: 3px;
	border-radius: 4px;
}

.skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	padding: 0.7rem 1rem;
	background: var(--hb-panel);
	border: 1px solid var(--hb-blue);
	border-radius: 0 0 8px 0;
	font-family: var(--font-mono);
	font-size: 0.85rem;
}

.skip:focus {
	left: 0;
}

.wrap {
	width: min(100% - 2.5rem, var(--wrap));
	margin-inline: auto;
}

/* --- Header -------------------------------------------------------------- */

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(7, 11, 18, 0.86);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--hb-border);
}

.site-header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	height: 62px;
}

.brand {
	display: inline-flex;
	align-items: center;
	color: var(--hb-text);
	text-decoration: none;
}

.brand img {
	display: block;
	height: 38px;
	width: auto;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	font-family: var(--font-mono);
	font-size: 0.82rem;
	letter-spacing: 0.04em;
}

.site-nav a {
	color: var(--hb-muted);
	text-decoration: none;
}

.site-nav a:hover {
	color: var(--hb-cyan);
}

.site-nav a[aria-current="page"] {
	color: var(--hb-text);
	text-decoration: underline;
	text-decoration-color: var(--hb-cyan);
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

.site-nav a[aria-current="page"]:hover {
	color: var(--hb-cyan);
}

/* --- Hero ---------------------------------------------------------------- */

.hero {
	padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.hero .wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	padding: 0.34rem 0.8rem;
	border: 1px solid var(--hb-border-strong);
	border-radius: 999px;
	background: rgba(34, 211, 238, 0.06);
	color: var(--hb-cyan);
	font-family: var(--font-mono);
	font-size: 0.76rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.eyebrow .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--hb-cyan);
	box-shadow: 0 0 10px var(--hb-cyan);
	animation: blink 1.6s steps(1, end) infinite;
}

h1 {
	margin: 1.3rem 0 0.9rem;
	font-family: var(--font-mono);
	font-size: clamp(2.5rem, 6.4vw, 3.5rem);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.025em;
}

h1 .h1-dot {
	color: var(--hb-cyan);
}

.cursor {
	display: inline-block;
	width: 0.55ch;
	height: 0.92em;
	margin-left: 0.12em;
	vertical-align: -0.08em;
	background: var(--hb-cyan);
	animation: blink 1.15s steps(1, end) infinite;
}

@keyframes blink {
	0%,
	49% {
		opacity: 1;
	}
	50%,
	100% {
		opacity: 0;
	}
}

.lead {
	max-width: 35rem;
	margin: 0;
	color: var(--hb-muted);
	font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.lead strong {
	color: var(--hb-text);
	font-weight: 600;
}

.actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.9rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.72rem 1.15rem;
	border: 1px solid transparent;
	border-radius: 9px;
	font-family: var(--font-mono);
	font-size: 0.88rem;
	text-decoration: none;
	transition: transform 0.16s ease, border-color 0.16s ease, color 0.16s ease, filter 0.16s ease;
}

.btn-primary {
	background: linear-gradient(180deg, var(--hb-blue), var(--hb-blue-2));
	color: var(--hb-ink);
	font-weight: 600;
	box-shadow: 0 10px 26px rgba(56, 189, 248, 0.22);
}

.btn-primary:hover {
	color: var(--hb-ink);
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.btn-ghost {
	border-color: var(--hb-border-strong);
	background: rgba(15, 23, 34, 0.6);
	color: var(--hb-text);
}

.btn-ghost:hover {
	border-color: var(--hb-blue);
	color: var(--hb-cyan);
	transform: translateY(-1px);
}

.btn .arrow {
	color: currentColor;
	opacity: 0.7;
}

.hero-meta {
	margin: 1.3rem 0 0;
	color: var(--hb-faint);
	font-family: var(--font-mono);
	font-size: 0.78rem;
	letter-spacing: 0.02em;
}

.hero-meta .sep {
	margin: 0 0.5rem;
	color: var(--hb-border-strong);
}

/* --- Terminal ------------------------------------------------------------ */

.terminal {
	--term-type-delay: 0.35s;
	--term-type-dur: 1.05s;
	--term-output-delay: calc(var(--term-type-delay) + var(--term-type-dur) + 0.05s);
	--term-fade: 0.4s;
	--term-row-step: 45ms;
	--term-status-step: 60ms;
	--term-next-delay: calc(var(--term-output-delay) + var(--term-status-step) * 3 + var(--term-fade) + 0.1s);
	border: 1px solid var(--hb-border);
	border-radius: 14px;
	background: linear-gradient(180deg, var(--hb-bg-2), var(--hb-code-bg));
	box-shadow:
		0 26px 60px rgba(0, 0, 0, 0.5),
		inset 0 0 0 1px rgba(56, 189, 248, 0.05);
	overflow: hidden;
	font-family: var(--font-mono);
	font-size: 0.84rem;
	line-height: 1.5;
}

.terminal-bar {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.7rem 0.95rem;
	border-bottom: 1px solid var(--hb-border);
	background: rgba(9, 16, 26, 0.92);
}

.terminal-bar i {
	width: 11px;
	height: 11px;
	border-radius: 50%;
}

.terminal-bar .dot-red {
	background: var(--hb-term-red);
}

.terminal-bar .dot-yellow {
	background: var(--hb-term-yellow);
}

.terminal-bar .dot-blue {
	background: var(--hb-term-blue);
}

.terminal-title {
	margin-left: auto;
	color: var(--hb-faint);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
}

.terminal-body {
	padding: 1rem 1.15rem 1.2rem;
}

.term-cmd {
	display: flex;
	gap: 0.6rem;
	align-items: baseline;
}

.prompt {
	color: var(--hb-green);
	white-space: nowrap;
}

.cmd,
.soon-cmd {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: var(--hb-text);
	animation: type var(--term-type-dur) steps(34, end) var(--term-type-delay) backwards;
}

@keyframes type {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}

.term-rows {
	margin: 0.7rem 0 0;
	padding: 0;
	list-style: none;
}

.term-rows li {
	display: flex;
	gap: 0.75rem;
	padding: 0.14rem 0;
	opacity: 0;
	animation: row-in var(--term-fade) ease forwards;
	animation-delay: calc(var(--i, 0) * var(--term-row-step) + var(--term-output-delay));
}

@keyframes row-in {
	from {
		opacity: 0;
		transform: translateY(3px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.term-rows .name {
	width: 9.8rem;
	flex: none;
	color: var(--hb-muted);
}

.term-rows .state {
	color: var(--hb-faint);
}

.term-rows .path {
	margin-left: auto;
	color: var(--hb-muted);
	text-decoration: none;
}

.term-rows a.path:hover {
	color: var(--hb-cyan);
}

/* --- Sections ------------------------------------------------------------ */

.section {
	padding: clamp(2.5rem, 5vw, 4rem) 0;
	border-top: 1px solid var(--hb-border);
}

.section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.7rem;
}

.section-head h2 {
	margin: 0;
	font-family: var(--font-mono);
	font-size: clamp(1.35rem, 2.6vw, 1.9rem);
	letter-spacing: -0.01em;
}

.section-head p {
	margin: 0.4rem 0 0;
	color: var(--hb-muted);
	font-size: 0.98rem;
}

.section-count {
	color: var(--hb-faint);
	font-family: var(--font-mono);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

/* --- App grid ------------------------------------------------------------ */

.cat-group {
	margin-top: 2.6rem;
}

.cat-title {
	display: flex;
	align-items: baseline;
	gap: 0.55rem;
	margin: 0 0 1rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid var(--hb-border);
	font-family: var(--font-mono);
	font-size: 1.02rem;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.cat-hash {
	color: var(--hb-cyan);
	font-weight: 400;
}

.cat-count {
	margin-left: auto;
	color: var(--hb-faint);
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
}

.app-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.app-card {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
	height: 100%;
	padding: 1rem 1.05rem;
	border: 1px solid var(--hb-border);
	border-radius: var(--radius);
	background: linear-gradient(180deg, rgba(19, 29, 42, 0.72), rgba(11, 17, 26, 0.9));
	text-decoration: none;
	color: inherit;
	transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.app-card:hover {
	border-color: rgba(56, 189, 248, 0.55);
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38);
}

.monogram {
	display: grid;
	place-items: center;
	flex: none;
	width: 38px;
	height: 38px;
	border: 1px solid var(--hb-border-strong);
	border-radius: 10px;
	background: rgba(7, 16, 27, 0.9);
	color: var(--hb-muted);
	font-family: var(--font-mono);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.app-logo {
	display: block;
	flex: none;
	width: 38px;
	height: 38px;
	object-fit: contain;
	color: var(--hb-text);
}

.app-logo-hero {
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.14em;
	vertical-align: -0.07em;
}

.app-card-body {
	min-width: 0;
}

.app-card h3 {
	margin: 0.1rem 0 0.25rem;
	font-family: var(--font-mono);
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.app-card p {
	margin: 0;
	color: var(--hb-muted);
	font-size: 0.86rem;
	line-height: 1.5;
}

.badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.18rem 0.55rem;
	border: 1px solid var(--hb-border);
	border-radius: 999px;
	color: var(--hb-faint);
	font-family: var(--font-mono);
	font-size: 0.68rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.badge-soon {
	color: var(--hb-faint);
}

.app-card .badge {
	position: absolute;
	top: 0.9rem;
	right: 0.9rem;
}

.app-card h3,
.app-card p {
	padding-right: 3.2rem;
}

/* --- App coming-soon pages ----------------------------------------------- */

.breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 1.4rem;
	color: var(--hb-muted);
	font-family: var(--font-mono);
	font-size: 0.8rem;
	text-decoration: none;
}

.breadcrumb:hover {
	color: var(--hb-cyan);
}

.crumb-row {
	margin-bottom: 1.2rem;
}

.crumb-row .breadcrumb {
	margin-bottom: 0;
}

.app-grid-soon .app-card {
	padding-top: 2.5rem;
}

.app-grid-soon .app-card h3,
.app-grid-soon .app-card p {
	padding-right: 0;
}

.term-status {
	margin: 0.7rem 0 0;
	padding: 0;
	list-style: none;
}

.term-status li {
	display: flex;
	gap: 0.75rem;
	padding: 0.14rem 0;
	opacity: 0;
	animation: row-in var(--term-fade) ease forwards;
	animation-delay: calc(var(--i, 0) * var(--term-status-step) + var(--term-output-delay));
}

.term-status li:nth-child(1) {
	--i: 0;
}

.term-status li:nth-child(2) {
	--i: 1;
}

.term-status li:nth-child(3) {
	--i: 2;
}

.term-status li:nth-child(4) {
	--i: 3;
}

.term-status .k {
	width: 4.6rem;
	flex: none;
	color: var(--hb-muted);
}

.term-status .v {
	color: var(--hb-text);
}

.term-status .v-live {
	color: var(--hb-green);
}

.term-status .v-soon {
	color: var(--hb-cyan);
}

.term-cmd-next {
	margin: 0.8rem 0 0;
	opacity: 0;
	animation: row-in var(--term-fade) ease var(--term-next-delay) forwards;
}

.status-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.status-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.55rem;
	padding: 1.1rem 1.15rem;
	border: 1px solid var(--hb-border);
	border-radius: var(--radius);
	background: linear-gradient(180deg, rgba(19, 29, 42, 0.6), rgba(11, 17, 26, 0.85));
}

.status-k {
	color: var(--hb-faint);
	font-family: var(--font-mono);
	font-size: 0.7rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.status-v {
	font-family: var(--font-mono);
	font-size: 1.05rem;
	font-weight: 600;
}

.status-live {
	color: var(--hb-green);
}

.status-wait {
	color: var(--hb-muted);
}

.status-card p {
	margin: 0;
	color: var(--hb-muted);
	font-size: 0.86rem;
	line-height: 1.5;
}

.status-card p strong {
	color: var(--hb-text);
	font-weight: 600;
}

.status-card code {
	padding: 0.05rem 0.35rem;
	border: 1px solid var(--hb-border);
	border-radius: 5px;
	background: rgba(56, 189, 248, 0.07);
	color: var(--hb-text);
	font-family: var(--font-mono);
	font-size: 0.84em;
}

/* --- 404 ----------------------------------------------------------------- */

.not-found {
	padding: clamp(3.5rem, 10vw, 7rem) 0;
	text-align: center;
}

.not-found .code {
	margin: 0;
	font-family: var(--font-mono);
	font-size: clamp(4rem, 14vw, 8rem);
	font-weight: 700;
	line-height: 1;
	color: var(--hb-panel-2);
	letter-spacing: -0.04em;
}

.not-found h1 {
	margin-top: -0.6rem;
	font-size: clamp(1.5rem, 4vw, 2.2rem);
}

.not-found p {
	max-width: 30rem;
	margin: 0.6rem auto 1.8rem;
	color: var(--hb-muted);
}

.not-found .actions {
	justify-content: center;
	margin: 0;
}

/* --- Footer -------------------------------------------------------------- */

.site-footer {
	margin-top: 2rem;
	border-top: 1px solid var(--hb-border);
	background: rgba(9, 16, 26, 0.6);
}

.site-footer .wrap {
	padding: 2.2rem 0 1.6rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 2rem 3rem;
	align-items: start;
}

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

.footer-lockup {
	display: inline-block;
}

.footer-lockup img {
	display: block;
	height: 26px;
	width: auto;
}

.site-footer p {
	margin: 0;
	color: var(--hb-faint);
	font-family: var(--font-mono);
	font-size: 0.76rem;
	letter-spacing: 0.02em;
}

.footer-tagline {
	margin-top: 0.8rem;
	color: var(--hb-muted);
	font-family: var(--font-sans);
	font-size: 0.88rem;
	letter-spacing: 0;
}

.footer-copy {
	margin-top: 0.3rem;
}

.footer-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.45rem;
}

.footer-col-title {
	margin: 0 0 0.75rem;
	color: var(--hb-faint);
	font-family: var(--font-mono);
	font-size: 0.7rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-footer a {
	color: var(--hb-muted);
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--hb-cyan);
}

.footer-col a {
	font-size: 0.86rem;
}

.footer-status {
	margin-top: 2rem;
	padding-top: 1.1rem;
	border-top: 1px solid var(--hb-border);
}

/* --- Document pages: pricing, licence, terms, refunds, privacy, contact -- */

.doc-hero {
	padding: clamp(2.6rem, 6vw, 4.4rem) 0 clamp(1.4rem, 3vw, 2.2rem);
}

.doc {
	max-width: 52rem;
}

.doc h3 {
	margin: 2.1rem 0 0.6rem;
	font-family: var(--font-mono);
	font-size: 1.02rem;
	letter-spacing: -0.01em;
}

.doc p,
.doc ul,
.doc ol,
.doc aside {
	margin: 1.1rem 0 0;
	color: var(--hb-muted);
}

.doc > :first-child {
	margin-top: 0;
}

.doc p strong {
	color: var(--hb-text);
	font-weight: 600;
}

.doc ul,
.doc ol {
	padding-left: 1.35rem;
}

.doc li + li {
	margin-top: 0.65rem;
}

.doc li::marker {
	color: var(--hb-faint);
}

.doc code {
	padding: 0.05rem 0.35rem;
	border: 1px solid var(--hb-border);
	border-radius: 5px;
	background: rgba(56, 189, 248, 0.07);
	color: var(--hb-text);
	font-family: var(--font-mono);
	font-size: 0.84em;
}

.doc-note {
	padding: 1rem 1.15rem;
	border: 1px solid var(--hb-border-strong);
	border-left: 3px solid var(--hb-cyan);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(19, 29, 42, 0.6), rgba(11, 17, 26, 0.85));
}

.doc-note .doc-note-k {
	margin: 0 0 0.45rem;
	color: var(--hb-cyan);
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.doc-note p {
	margin: 0;
}

.doc-note p + p {
	margin-top: 0.6rem;
}

.price-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.price-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.8rem;
	padding: 0.6rem 0.85rem;
	border: 1px solid var(--hb-border);
	border-radius: 10px;
	background: rgba(11, 17, 26, 0.6);
}

.price-list .price-app {
	color: var(--hb-text);
	font-family: var(--font-mono);
	font-size: 0.9rem;
}

.price-list .price-path {
	color: var(--hb-faint);
	font-family: var(--font-mono);
	font-size: 0.78rem;
	text-decoration: none;
}

.price-list .price-path:hover {
	color: var(--hb-cyan);
}

.price-list .price-state {
	margin-left: auto;
	color: var(--hb-faint);
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* --- Responsive ---------------------------------------------------------- */

@media (max-width: 900px) {
	.hero .wrap {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 760px) {
	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.75rem 1.5rem;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	.term-rows .name {
		width: 7.6rem;
	}

	.site-header .wrap {
		gap: 0.5rem;
	}

	.brand img {
		height: 30px;
	}

	.site-nav {
		gap: 0.7rem;
		font-size: 0.72rem;
	}

	.term-status .k {
		width: 4rem;
	}

	.footer-lockup img {
		height: 24px;
	}

	.footer-status {
		margin-top: 1.5rem;
	}

	.price-list .price-state {
		margin-left: 0;
	}

	.soon-cmd {
		min-width: 0;
		white-space: normal;
		overflow-wrap: anywhere;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.cursor,
	.cmd,
	.soon-cmd,
	.term-cmd-next,
	.term-rows li,
	.term-status li {
		animation: none;
		opacity: 1;
	}

	.app-card,
	.btn {
		transition: none;
	}
}
