:root {
	--board-fit-width: min(84vw, 32dvh, 420px);
	--control-rail-width: clamp(4.3rem, 18vw, 6.4rem);
	--ink: #f8fbff;
	--deep: #111642;
	--panel: rgba(12, 18, 54, 0.82);
	--line: rgba(255, 255, 255, 0.18);
	--sun: #ffe66d;
	--pink: #ff5bd6;
	--cyan: #63e6ff;
	--green: #74f7a6;
	--orange: #ff9f43;
	--shadow: 0 18px 46px rgba(8, 10, 38, 0.34);
}

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

html, body {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	min-height: 100dvh;
	font-family: Nunito, system-ui, sans-serif;
	color: var(--ink);
	background:
		radial-gradient(circle at 18% 12%, rgba(255, 230, 109, 0.34), transparent 26%),
		radial-gradient(circle at 86% 20%, rgba(99, 230, 255, 0.28), transparent 24%),
		radial-gradient(circle at 50% 92%, rgba(255, 91, 214, 0.2), transparent 30%),
		linear-gradient(160deg, #151948 0%, #25377d 52%, #5a3db3 100%);
	overflow: hidden;
	touch-action: manipulation;
}

button, a {
	font: inherit;
	-webkit-touch-callout: none;
}

.app-shell {
	min-height: 100vh;
	min-height: 100dvh;
	height: 100vh;
	height: 100dvh;
	max-height: 100vh;
	max-height: 100dvh;
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	gap: clamp(0.45rem, 1.6vw, 0.85rem);
	padding: calc(0.5rem + env(safe-area-inset-top)) calc(0.55rem + env(safe-area-inset-right)) calc(0.65rem + env(safe-area-inset-bottom)) calc(0.55rem + env(safe-area-inset-left));
	overflow: hidden;
}

.topbar,
.board-panel,
.side-panel,
.touch-controls,
.status-text {
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
	backdrop-filter: blur(14px);
}

.topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: clamp(0.55rem, 1.8vw, 0.9rem) clamp(0.65rem, 2vw, 1rem);
	border-radius: 1.35rem;
	background: rgba(9, 14, 42, 0.78);
}

.eyebrow,
.subtitle,
.version-pill,
.stat-card span,
.help-card p,
.status-text {
	margin: 0;
}

.eyebrow {
	color: var(--sun);
	font-size: clamp(0.68rem, 2.2vw, 0.78rem);
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 0.12rem;
}

h1, h2 {
	margin: 0;
	font-family: Fredoka, system-ui, sans-serif;
}

h1 {
	font-size: clamp(1.55rem, 6vw, 3rem);
	line-height: 0.95;
	text-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
}

.subtitle {
	margin-top: 0.28rem;
	max-width: 42rem;
	color: rgba(248, 251, 255, 0.86);
	font-size: clamp(0.84rem, 2.6vw, 0.98rem);
}

.version-pill {
	display: inline-flex;
	gap: 0.25rem;
	margin-top: 0.38rem;
	padding: 0.2rem 0.52rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: rgba(248, 251, 255, 0.9);
	font-size: 0.72rem;
	font-weight: 900;
}

.toolbar-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	justify-content: flex-end;
	align-items: flex-end;
	min-width: 0;
	max-width: 100%;
}

.topbar > div:first-child {
	min-width: 0;
}

.difficulty-picker {
	display: grid;
	gap: 0.18rem;
	min-width: 6.3rem;
}

.difficulty-picker label {
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	color: rgba(248, 251, 255, 0.84);
}

.difficulty-picker select {
	height: 2.25rem;
	padding: 0.3rem 1.5rem 0.3rem 0.5rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(9, 14, 42, 0.84);
	color: var(--ink);
	font-size: 0.82rem;
	font-weight: 900;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23ffe66d'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.6rem center;
	background-size: 0.65rem;
}

.difficulty-picker select:focus-visible {
	outline: none;
	border-color: rgba(255, 255, 255, 0.58);
}

.toolbar-actions #goBack,
.toolbar-actions button {
	min-width: 5.8rem;
	text-align: center;
}

.toolbar-actions #goBack,
.toolbar-actions button,
.difficulty-picker,
.difficulty-picker select {
	max-width: 100%;
	min-width: 0;
}

.toolbar-actions #pauseButton {
	width: 5.8rem;
}

#goBack,
button {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	padding: 0.58rem 0.82rem;
	background: linear-gradient(135deg, #ff8d43, #ff5bd6);
	color: var(--ink);
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

#goBack:hover,
#goBack:focus-visible,
button:hover,
button:focus-visible {
	outline: none;
	border-color: rgba(255, 255, 255, 0.58);
}

@media (hover: hover) and (pointer: fine) {
	#goBack:hover,
	button:hover {
		transform: translateY(-1px);
	}
}

.play-layout {
	min-height: 0;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(0, 1fr) auto auto;
	align-items: center;
	justify-items: center;
	gap: clamp(0.45rem, 1.5vw, 0.8rem);
	overflow: hidden;
}

.board-panel {
	width: 100%;
	max-width: 100%;
	min-height: 0;
	min-width: 0;
	display: grid;
	place-items: center;
	align-self: stretch;
	padding: clamp(0.35rem, 1.5vw, 0.55rem);
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.13);
	touch-action: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.board-wrap {
	position: relative;
	width: var(--board-fit-width);
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: 1 / 2;
}

#gameCanvas {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 1.1rem;
	background: #080d2c;
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.12), inset 0 18px 50px rgba(99, 230, 255, 0.08);
	touch-action: none;
}

.overlay-message {
	position: absolute;
	inset: 10%;
	display: none;
	place-items: center;
	padding: 1rem;
	border-radius: 1.2rem;
	background: rgba(9, 14, 42, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	font-family: Fredoka, system-ui, sans-serif;
	font-size: clamp(1.1rem, 5vw, 2rem);
	text-align: center;
	backdrop-filter: blur(8px);
	pointer-events: none;
}

.overlay-message.visible { display: grid; }

.side-panel {
	width: min(100%, 520px);
	max-width: 100%;
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.55rem;
	align-items: stretch;
	padding: 0.6rem;
	border-radius: 1.25rem;
	background: rgba(9, 14, 42, 0.72);
	overflow: hidden;
}

.score-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.45rem;
}

.stat-card,
.next-card,
.help-card {
	border-radius: 0.95rem;
	padding: 0.52rem 0.58rem;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.stat-card span {
	display: block;
	font-size: 0.64rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(248, 251, 255, 0.68);
}

.stat-card strong {
	display: block;
	margin-top: 0.08rem;
	font-family: Fredoka, system-ui, sans-serif;
	font-size: clamp(1rem, 4vw, 1.4rem);
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.next-card {
	display: grid;
	place-items: center;
	min-width: 6.6rem;
}

.next-card h2,
.help-card h2 {
	font-size: 0.95rem;
	margin-bottom: 0.35rem;
	color: var(--sun);
}

#nextCanvas {
	width: clamp(4.8rem, 18vw, 6.4rem);
	height: clamp(4.8rem, 18vw, 6.4rem);
	border-radius: 0.85rem;
	background: rgba(5, 9, 31, 0.68);
}

.help-card {
	display: none;
	grid-column: 1 / -1;
}

.help-card p {
	color: rgba(248, 251, 255, 0.82);
	font-size: 0.88rem;
	line-height: 1.35;
}

.help-card p + p { margin-top: 0.45rem; }

.touch-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	width: 100%;
	max-width: 100%;
	min-width: 0;
	gap: clamp(0.65rem, 5vw, 1.6rem);
	padding: clamp(0.45rem, 1.5vw, 0.7rem);
	border-radius: 1.25rem;
	background: rgba(9, 14, 42, 0.76);
	touch-action: none;
	user-select: none;
}

.touch-group {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.34rem, 1.6vw, 0.68rem);
}

.touch-group-left { justify-self: stretch; }
.touch-group-right { justify-self: stretch; }

.touch-button {
	min-height: clamp(3.35rem, 9.2dvh, 5.1rem);
	padding: 0.5rem 0.28rem;
	border-radius: 1rem;
	font-family: Fredoka, system-ui, sans-serif;
	font-size: clamp(0.82rem, 3vw, 1.12rem);
	letter-spacing: 0.02em;
	box-shadow: 0 7px 0 rgba(0, 0, 0, 0.18);
	touch-action: none;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.touch-button.is-active,
.touch-button:active {
	transform: translateY(4px) scale(0.99);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.18);
}

.move-button { background: linear-gradient(135deg, #23b7ff, #5b7cff); }
.rotate-button { background: linear-gradient(135deg, #ffca3a, #ff7a43); }
.down-button { background: linear-gradient(135deg, #74f7a6, #2dd4bf); }

.status-text {
	padding: 0.5rem 0.7rem;
	border-radius: 999px;
	background: rgba(9, 14, 42, 0.68);
	color: rgba(248, 251, 255, 0.88);
	font-weight: 800;
	text-align: center;
	font-size: clamp(0.78rem, 2.6vw, 0.94rem);
}

.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: 430px) {
	.app-shell { gap: 0.42rem; }
	.topbar {
		flex-direction: column;
		align-items: stretch;
	}
	.toolbar-actions {
		width: 100%;
		max-width: 100%;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-content: start;
		justify-content: stretch;
	}
	#goBack,
	.toolbar-actions button { padding: 0.48rem 0.62rem; font-size: 0.82rem; }
	.toolbar-actions #pauseButton { width: 100%; }
	.difficulty-picker { min-width: 5.8rem; }
	.difficulty-picker label { font-size: 0.56rem; }
	.difficulty-picker select { height: 2rem; font-size: 0.76rem; }
	.touch-controls { gap: clamp(0.42rem, 3.5vw, 0.9rem); }
	.touch-group { gap: 0.34rem; }
	.side-panel { padding: 0.48rem; gap: 0.42rem; }
	.stat-card { padding: 0.45rem; }
	.next-card { min-width: 5.5rem; }
	.touch-button { min-height: clamp(3rem, 8.6dvh, 4.1rem); }
}

@media (max-width: 370px) {
	.subtitle,
	.version-pill { display: none; }
	.touch-controls { gap: 0.32rem; }
	.touch-group { gap: 0.24rem; }
	.touch-button { border-radius: 0.82rem; font-size: 0.74rem; min-height: 2.85rem; }
}

@media (max-width: 759px) {
	:root {
		--control-rail-width: clamp(3.5rem, 15vw, 5.6rem);
	}
	.status-text { display: none; }
	.play-layout {
		grid-template-columns: minmax(0, var(--control-rail-width)) minmax(0, 1fr) minmax(0, var(--control-rail-width));
		grid-template-rows: minmax(0, 1fr);
		align-items: stretch;
		justify-items: stretch;
		position: relative;
	}
	.board-panel {
		grid-row: 1;
		grid-column: 2;
		position: relative;
		z-index: 1;
		overflow: hidden;
		align-self: stretch;
		padding: 0.25rem;
	}
	.board-wrap {
		width: var(--board-fit-width);
		height: auto;
	}
	.touch-controls {
		grid-row: 1;
		grid-column: 1 / -1;
		height: 100%;
		grid-template-columns: minmax(0, var(--control-rail-width)) minmax(0, 1fr) minmax(0, var(--control-rail-width));
		gap: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
		background: transparent;
		pointer-events: none;
		position: relative;
		z-index: 2;
	}
	.touch-group {
		grid-template-columns: 1fr;
		align-content: center;
		gap: 0.42rem;
		padding: 0.35rem 0;
		pointer-events: auto;
	}
	.touch-group-left {
		grid-column: 1;
		justify-self: start;
		align-self: stretch;
	}
	.touch-group-right {
		grid-column: 3;
		justify-self: end;
		align-self: stretch;
	}
	.touch-button {
		min-height: 0;
		height: min(10rem, calc((var(--board-fit-width) * 2 - 0.42rem) / 2));
		padding-inline: 0.2rem;
	}
	.side-panel {
		grid-row: 1;
		grid-column: 1;
		align-self: stretch;
		width: 100%;
		height: 100%;
		padding: 0.25rem 0;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
		background: transparent;
		pointer-events: none;
		position: relative;
		z-index: 2;
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, var(--control-rail-width)) minmax(0, 1fr) minmax(0, var(--control-rail-width));
		grid-template-rows: auto auto minmax(0, 1fr);
	}
	.score-grid { display: contents; }
	.stat-card {
		width: min(100%, 4.8rem);
		padding: 0.28rem 0.28rem;
		border-radius: 0.7rem;
		background: rgba(9, 14, 42, 0.94);
		border-color: rgba(255, 255, 255, 0.34);
		box-shadow: 0 8px 18px rgba(3, 7, 24, 0.24);
		position: relative;
		z-index: 3;
		text-align: center;
	}
	.stat-card:nth-child(1) { grid-column: 1; grid-row: 1; justify-self: start; }
	.stat-card:nth-child(2) { grid-column: 3; grid-row: 1; justify-self: end; }
	.stat-card:nth-child(3) { grid-column: 1; grid-row: 2; justify-self: start; margin-top: 0.28rem; }
	.stat-card:nth-child(4) { grid-column: 3; grid-row: 2; justify-self: end; margin-top: 0.28rem; }
	.stat-card span {
		font-size: 0.5rem;
		letter-spacing: 0.08em;
	}
	.next-card {
		display: none;
	}
	.stat-card strong { font-size: clamp(0.76rem, 3vw, 0.95rem); }
}

@media (max-width: 430px) {
	.board-wrap { width: var(--board-fit-width); }
}

@media (max-width: 370px) {
	.board-wrap { width: var(--board-fit-width); }
}

@media (min-width: 760px) {
	.app-shell {
		grid-template-rows: auto minmax(0, 1fr) auto auto;
		padding: calc(0.7rem + env(safe-area-inset-top)) calc(0.85rem + env(safe-area-inset-right)) calc(0.75rem + env(safe-area-inset-bottom)) calc(0.85rem + env(safe-area-inset-left));
	}

	.play-layout {
		grid-template-columns: minmax(5.2rem, var(--control-rail-width)) minmax(250px, auto) minmax(5.2rem, var(--control-rail-width)) minmax(250px, 360px);
		align-content: center;
		justify-items: stretch;
	}

	.board-panel {
		grid-column: 2;
		grid-row: 1;
		width: auto;
	}
	.board-wrap { width: min(46vw, 43dvh, 460px); }
	.touch-controls {
		grid-column: 1 / 4;
		grid-row: 1;
		max-width: none;
		width: 100%;
		height: 100%;
		justify-self: stretch;
		grid-template-columns: minmax(5.2rem, var(--control-rail-width)) minmax(250px, auto) minmax(5.2rem, var(--control-rail-width));
		gap: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
		background: transparent;
		pointer-events: none;
		position: relative;
		z-index: 2;
	}
	.touch-group {
		grid-template-columns: 1fr;
		align-content: center;
		gap: 0.6rem;
		padding: 0.5rem 0;
		pointer-events: auto;
	}
	.touch-group-left {
		grid-column: 1;
		justify-self: start;
		align-self: stretch;
	}
	.touch-group-right {
		grid-column: 3;
		justify-self: end;
		align-self: stretch;
	}
	.side-panel {
		grid-column: 4;
		grid-row: 1;
		width: 100%;
		grid-template-columns: 1fr;
		align-self: center;
	}
	.help-card { display: block; }
	.touch-button { min-height: clamp(4rem, 10dvh, 6.1rem); }
}

@media (min-width: 1100px) {
	.play-layout { grid-template-columns: minmax(5.6rem, 6.8rem) minmax(320px, auto) minmax(5.6rem, 6.8rem) minmax(300px, 400px); }
	.touch-controls { grid-template-columns: minmax(5.6rem, 6.8rem) minmax(320px, auto) minmax(5.6rem, 6.8rem); }
	.board-wrap { width: min(38vw, 47dvh, 500px); }
}

@media (hover: none) and (pointer: coarse) and (min-width: 760px) and (max-width: 1280px) {
	.status-text { display: none; }
	.app-shell {
		grid-template-rows: auto minmax(0, 1fr) auto;
	}
	.play-layout {
		grid-template-columns: minmax(0, var(--control-rail-width)) minmax(0, 1fr) minmax(0, var(--control-rail-width));
		grid-template-rows: minmax(0, 1fr);
		align-items: stretch;
		justify-items: stretch;
		position: relative;
	}
	.board-panel {
		grid-column: 2;
		grid-row: 1;
		width: 100%;
		align-self: stretch;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.board-wrap { width: var(--board-fit-width); }
	.touch-controls {
		grid-column: 1 / -1;
		grid-row: 1;
		max-width: none;
		height: 100%;
		grid-template-columns: minmax(0, var(--control-rail-width)) minmax(0, 1fr) minmax(0, var(--control-rail-width));
		gap: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
		background: transparent;
		pointer-events: none;
		position: relative;
		z-index: 2;
	}
	.touch-group {
		grid-template-columns: 1fr;
		align-content: center;
		gap: 0.5rem;
		padding: 0.4rem 0;
		pointer-events: auto;
	}
	.touch-group-left {
		grid-column: 1;
		justify-self: start;
		align-self: stretch;
	}
	.touch-group-right {
		grid-column: 3;
		justify-self: end;
		align-self: stretch;
	}
	.touch-button {
		min-height: 0;
		height: min(11rem, calc((var(--board-fit-width) * 2 - 0.5rem) / 2));
		padding-inline: 0.28rem;
	}
	.side-panel {
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		height: 100%;
		align-self: stretch;
		padding: 0.35rem 0;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
		background: transparent;
		pointer-events: none;
		position: relative;
		z-index: 2;
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, var(--control-rail-width)) minmax(0, 1fr) minmax(0, var(--control-rail-width));
		grid-template-rows: auto auto minmax(0, 1fr);
	}
	.score-grid { display: contents; }
	.stat-card {
		width: min(100%, 6.2rem);
		padding: 0.32rem 0.42rem;
		border-radius: 0.75rem;
		background: rgba(9, 14, 42, 0.94);
		border-color: rgba(255, 255, 255, 0.34);
		box-shadow: 0 10px 22px rgba(3, 7, 24, 0.24);
		position: relative;
		z-index: 3;
		text-align: center;
	}
	.stat-card:nth-child(1) { grid-column: 1; grid-row: 1; justify-self: start; }
	.stat-card:nth-child(2) { grid-column: 3; grid-row: 1; justify-self: end; }
	.stat-card:nth-child(3) { grid-column: 1; grid-row: 2; justify-self: start; margin-top: 0.35rem; }
	.stat-card:nth-child(4) { grid-column: 3; grid-row: 2; justify-self: end; margin-top: 0.35rem; }
	.stat-card span { font-size: 0.54rem; }
	.stat-card strong { font-size: clamp(0.82rem, 2.5vw, 1rem); }
	.next-card h2,
	.next-card,
	.help-card { display: none; }
}

@media (orientation: landscape) and (max-height: 620px) {
	.subtitle,
	.version-pill,
	.status-text { display: none; }
	.app-shell { grid-template-rows: auto minmax(0, 1fr) auto; }
	.topbar { padding-block: 0.45rem; }
	h1 { font-size: clamp(1.25rem, 4vw, 1.8rem); }
	.play-layout {
		grid-template-columns: minmax(0, var(--control-rail-width)) minmax(120px, auto) minmax(0, var(--control-rail-width)) minmax(170px, 1fr);
		align-content: center;
	}
	.board-panel {
		grid-column: 2;
		grid-row: 1 / span 2;
		width: auto;
	}
	.board-wrap { width: min(28vw, 34dvh, 240px); }
	.touch-controls {
		grid-column: 1 / 4;
		grid-row: 1;
		grid-template-columns: minmax(0, var(--control-rail-width)) minmax(120px, auto) minmax(0, var(--control-rail-width));
		gap: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
		background: transparent;
		pointer-events: none;
		align-self: stretch;
	}
	.touch-group {
		grid-template-columns: 1fr;
		align-content: center;
		gap: 0.38rem;
		padding: 0.25rem 0;
		pointer-events: auto;
	}
	.touch-group-left { grid-column: 1; }
	.touch-group-right { grid-column: 3; }
	.side-panel {
		grid-column: 4;
		grid-row: 2;
		width: 100%;
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 0.42rem;
	}
	.stat-card { padding: 0.38rem 0.42rem; }
	.next-card { min-width: 5.2rem; }
	.touch-button { min-height: 2.6rem; height: auto; }
	.help-card { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
