:root {
	--dsa-surface-bg: #15181e;
	--dsa-surface-fg: #f7fafc;
	--dsa-surface-accent: #24c6a1;
	--dsa-surface-warm: #f3b45b;
	--dsa-surface-shadow: 0 16px 50px rgba( 0, 0, 0, 0.24 );
	--dsa-surface-radius: 18px;
	--dsa-glass-bg: rgba(255, 255, 255, 0.68);
	--dsa-glass-border: rgba(255, 255, 255, 0.58);
	--dsa-glass-edge: rgba(36, 198, 161, 0.42);
}

html.dsa-overlay-active #brx-content {
	filter: blur(var(--dsa-blur-strength, 10px)) saturate(0.92) contrast(0.96);
	transform: translateZ(0) scale(0.998);
	transition: filter 220ms ease, transform 220ms ease;
}

html.dsa-effect-blur-none.dsa-overlay-active #brx-content,
html.dsa-effect-blur-dim.dsa-overlay-active #brx-content {
	filter: none;
	transform: none;
}

.dsa-document-scrim {
	position: fixed;
	inset: 0;
	z-index: 999996;
	background:
		radial-gradient(circle at 78% 40%, rgba(36, 198, 161, 0.15), transparent 30%),
		linear-gradient(120deg, rgba(5, 10, 18, 0.18), rgba(5, 10, 18, 0.38));
	backdrop-filter: blur(2px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.dsa-document-scrim.is-visible {
	opacity: 1;
	pointer-events: auto;
}

html.dsa-effect-blur-none .dsa-document-scrim.is-visible {
	opacity: 0;
}

html.dsa-effect-blur-dim .dsa-document-scrim.is-visible {
	opacity: 1;
	backdrop-filter: none;
}

.dsa-surface {
	position: fixed;
	z-index: 1000002;
	right: 18px;
	top: 50%;
	transform: translateY( -50% );
	color: var( --dsa-surface-fg );
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	pointer-events: none;
}

.admin-bar .dsa-surface {
	top: calc( 50% + 16px );
}

html.dsa-overlay-active .dsa-surface {
	inset: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: none;
}

html.dsa-overlay-active.admin-bar .dsa-surface {
	top: 0;
}

.dsa-dock {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.13), transparent 34%),
		rgba( 16, 19, 25, 0.82 );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	border-radius: var( --dsa-surface-radius );
	box-shadow: var( --dsa-surface-shadow );
	backdrop-filter: blur(18px) saturate(1.35);
	pointer-events: auto;
}

html.dsa-overlay-active .dsa-dock {
	position: fixed;
	top: 50%;
	right: 18px;
	z-index: 4;
	transform: translateY(-50%);
}

.dsa-phonekey-dock {
	align-items: center;
	border-radius: 999px;
	gap: 8px;
	padding: 12px 8px;
}

.dsa-dock-desktop-horizontal .dsa-dock {
	flex-direction: row;
	padding: 8px 12px;
}

.dsa-dock-desktop-vertical .dsa-dock {
	flex-direction: column;
}

.dsa-glass-low .dsa-dock,
.dsa-glass-low .dsa-overlay-root,
.dsa-glass-low .dsa-loader {
	backdrop-filter: blur(8px) saturate(1.08);
}

.dsa-glass-high .dsa-dock,
.dsa-glass-high .dsa-overlay-root,
.dsa-glass-high .dsa-loader {
	backdrop-filter: blur(30px) saturate(1.55) contrast(1.08);
}

.dsa-dock__button {
	display: inline-grid;
	width: 46px;
	height: 46px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 12px;
	background: rgba( 255, 255, 255, 0.08 );
	color: currentColor;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: background-color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.dsa-dock__button::before {
	content: "";
	position: absolute;
	inset: 2px 2px auto 2px;
	height: 42%;
	border-radius: 10px 10px 50% 50%;
	background: linear-gradient(180deg, rgba(255,255,255,0.28), transparent);
	opacity: 0.75;
	pointer-events: none;
}

.dsa-dock__button:hover,
.dsa-dock__button:focus-visible {
	background: rgba( 36, 198, 161, 0.22 );
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14), 0 8px 24px rgba(36,198,161,0.18);
	outline: 2px solid var( --dsa-surface-accent );
	outline-offset: 2px;
}

.dsa-dock__button:active {
	transform: scale( 0.96 );
}

.dsa-dock__icon {
	display: inline-grid;
	width: 23px;
	height: 23px;
	place-items: center;
	color: currentColor;
	line-height: 1;
}

.dsa-dock__badge {
	position: absolute;
	top: -4px;
	right: -4px;
	display: grid;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	place-items: center;
	border: 1px solid rgba(255,255,255,0.9);
	border-radius: 999px;
	background: var(--dsa-surface-warm);
	color: #1c1305;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.dsa-dot-grid {
	display: grid;
	grid-template-columns: repeat(3, 3px);
	gap: 3px;
}

.dsa-dot-grid i {
	width: 3px;
	height: 3px;
	border-radius: 999px;
	background: currentColor;
	opacity: 0.72;
}

.dsa-avatar-glyph,
.dsa-bag-glyph,
.dsa-link-glyph,
.dsa-ai-glyph,
.dsa-secure-glyph {
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
}

.dsa-avatar-glyph::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 3px;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: currentColor;
}

.dsa-avatar-glyph::after {
	content: "";
	position: absolute;
	left: 4px;
	bottom: 3px;
	width: 14px;
	height: 9px;
	border-radius: 999px 999px 5px 5px;
	background: currentColor;
}

.dsa-bag-glyph {
	border: 2px solid currentColor;
	border-radius: 5px 5px 7px 7px;
}

.dsa-bag-glyph::before {
	content: "";
	position: absolute;
	left: 5px;
	top: -7px;
	width: 8px;
	height: 8px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.dsa-link-glyph::before,
.dsa-link-glyph::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 7px;
	border: 2px solid currentColor;
	border-radius: 999px;
	transform: rotate(-35deg);
}

.dsa-link-glyph::before {
	left: 1px;
	top: 8px;
}

.dsa-link-glyph::after {
	right: 1px;
	top: 6px;
}

.dsa-ai-glyph::before,
.dsa-ai-glyph::after {
	content: "";
	position: absolute;
	background: currentColor;
	transform: rotate(45deg);
}

.dsa-ai-glyph::before {
	left: 8px;
	top: 2px;
	width: 6px;
	height: 18px;
	border-radius: 8px;
}

.dsa-ai-glyph::after {
	left: 2px;
	top: 8px;
	width: 18px;
	height: 6px;
	border-radius: 8px;
}

.dsa-secure-glyph {
	border: 2px solid currentColor;
	border-radius: 10px 10px 12px 12px;
	clip-path: polygon(50% 0, 95% 16%, 86% 74%, 50% 100%, 14% 74%, 5% 16%);
}

.dsa-secure-glyph::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 5px;
	width: 5px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(35deg);
}

.dsa-overlay-root {
	position: fixed;
	z-index: 2;
	inset: 0;
	display: grid;
	align-items: center;
	justify-items: center;
	width: auto;
	max-height: none;
	padding: clamp(24px, 5vw, 72px) clamp(24px, 9vw, 132px);
	overflow: auto;
	transform: none;
	background:
		linear-gradient(145deg, rgba(255,255,255,0.58), rgba(255,255,255,0.22)),
		radial-gradient(circle at 18% 12%, rgba(36,198,161,0.24), transparent 34%),
		radial-gradient(circle at 82% 72%, rgba(243,180,91,0.16), transparent 32%);
	color: #1f2933;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.58);
	backdrop-filter: blur(28px) saturate(1.38) contrast(1.02);
	pointer-events: auto;
	opacity: 1;
	clip-path: none;
	animation: dsa-panel-in 180ms cubic-bezier(.2,.8,.2,1);
}

.dsa-overlay-root::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background:
		linear-gradient(115deg, rgba(255,255,255,0.72), transparent 28%),
		linear-gradient(295deg, transparent 62%, var(--dsa-glass-edge));
	mix-blend-mode: screen;
	opacity: 0.75;
	pointer-events: none;
}

.dsa-overlay-root[hidden] {
	display: none;
}

.dsa-overlay-root h2 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.25;
}

.dsa-overlay-root p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.dsa-panel {
	position: relative;
	z-index: 1;
	width: min( 920px, 100% );
	max-height: calc(100vh - 96px);
	overflow: auto;
}

.dsa-panel__header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.dsa-panel__avatar {
	width: 54px;
	height: 54px;
	border-radius: 999px;
	object-fit: cover;
	background: rgba(15, 23, 42, 0.08);
}

.dsa-avatar-editor {
	position: relative;
	display: grid;
	gap: 6px;
	justify-items: center;
	cursor: pointer;
	color: #52606d;
	font-size: 11px;
	font-weight: 800;
}

.dsa-avatar-editor span {
	padding: 3px 7px;
	border-radius: 999px;
	background: rgba(255,255,255,0.55);
}

.dsa-avatar-editor input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.dsa-panel__name {
	margin: 0;
	font-size: 17px;
	font-weight: 800;
}

.dsa-panel__status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(36,198,161,0.14);
	color: #0f5a4b;
	font-size: 12px;
	font-weight: 800;
}

.dsa-panel__status.is-unverified {
	background: rgba(243,180,91,0.2);
	color: #7a4b08;
}

.dsa-panel__list {
	display: grid;
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.dsa-panel__link,
.dsa-panel__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid rgba(15,23,42,0.1);
	border-radius: 8px;
	background: rgba(255,255,255,0.58);
	color: inherit;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.dsa-panel__meta {
	color: #52606d;
	font-size: 13px;
}

.dsa-menu-list {
	gap: 10px;
}

.dsa-menu-link {
	align-items: flex-end;
	padding: 14px;
	font-size: 20px;
	line-height: 1.08;
	font-weight: 900;
}

.dsa-menu-link .dsa-panel__meta {
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.dsa-links-panel {
	display: grid;
	gap: 18px;
	width: min(760px, 100%);
	padding-right: 72px;
}

.dsa-links-hero {
	display: grid;
	justify-items: start;
	gap: 10px;
}

.dsa-links-logo {
	display: block;
	width: min(220px, 64vw);
	max-height: 88px;
	object-fit: contain;
}

.dsa-links-logo--text {
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border-radius: 18px;
	background: rgba(255,255,255,0.62);
	color: #0f172a;
	font-size: 34px;
	font-weight: 900;
	text-transform: uppercase;
}

.dsa-links-score {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	color: rgba(15,23,42,0.68);
}

.dsa-links-score span {
	font-size: clamp(34px, 7vw, 64px);
	line-height: 0.95;
	font-weight: 900;
}

.dsa-links-score small {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.dsa-social-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dsa-social-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 11px;
	border: 1px solid rgba(15,23,42,0.08);
	border-radius: 999px;
	background: rgba(255,255,255,0.52);
	color: #1f2933;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
}

.dsa-social-icon {
	display: inline-grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 999px;
	background: #1f2933;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.dsa-shop-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: min(460px, 100%);
	padding: 17px 18px;
	border: 0;
	border-radius: 8px;
	background: #14213d;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(20,33,61,0.22);
}

.dsa-shop-link span {
	font-size: 20px;
	font-weight: 900;
}

.dsa-shop-link small {
	color: rgba(255,255,255,0.76);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.dsa-post-strip {
	display: grid;
	grid-auto-columns: minmax(132px, 172px);
	grid-auto-flow: column;
	gap: 10px;
	max-width: 100%;
	overflow-x: auto;
	padding: 2px 0 8px;
	scroll-snap-type: x proximity;
}

.dsa-post-card {
	display: grid;
	gap: 8px;
	scroll-snap-align: start;
	color: #1f2933;
	text-decoration: none;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.18;
}

.dsa-post-card img,
.dsa-post-card__blank {
	display: block;
	width: 100%;
	aspect-ratio: 1.55;
	border-radius: 8px;
	object-fit: cover;
	background: rgba(15,23,42,0.12);
}

.dsa-review-card {
	display: grid;
	gap: 10px;
	width: min(560px, 100%);
	margin: 0;
	color: rgba(15,23,42,0.72);
}

.dsa-review-card blockquote {
	margin: 0;
	font-size: clamp(18px, 3vw, 28px);
	line-height: 1.16;
	font-weight: 850;
}

.dsa-review-card figcaption {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(15,23,42,0.58);
	font-size: 12px;
	font-weight: 800;
}

.dsa-review-card figcaption span {
	color: #c5861a;
}

.dsa-health-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dsa-health-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 9px;
	border-radius: 999px;
	background: rgba(255,255,255,0.44);
	color: rgba(15,23,42,0.6);
	font-size: 12px;
	font-weight: 850;
}

.dsa-health-pill i {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #94a3b8;
}

.dsa-health-pill.is-active i {
	background: #16a34a;
}

.dsa-payment-line {
	color: rgba(15,23,42,0.56);
	font-size: 12px;
	font-weight: 800;
}

.dsa-auth-panel {
	display: grid;
	gap: 12px;
}

.dsa-auth-form,
.dsa-auth-actions {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.dsa-auth-actions {
	grid-template-columns: 1fr;
}

.dsa-auth-label {
	color: #394754;
	font-size: 12px;
	font-weight: 800;
}

.dsa-auth-field {
	width: 100%;
	min-height: 44px;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid rgba(15,23,42,0.16);
	border-radius: 8px;
	background: rgba(255,255,255,0.72);
	color: #111827;
	font: inherit;
	font-size: 14px;
	outline: none;
}

.dsa-auth-field:focus {
	border-color: rgba(36,198,161,0.72);
	box-shadow: 0 0 0 3px rgba(36,198,161,0.14);
}

.dsa-auth-error {
	padding: 9px 10px;
	border: 1px solid rgba(185,28,28,0.22);
	border-radius: 8px;
	background: rgba(254,226,226,0.72);
	color: #8a1f1f;
	font-size: 13px;
	font-weight: 700;
}

.dsa-auth-primary {
	background: rgba(36,198,161,0.2);
	border-color: rgba(36,198,161,0.42);
	color: #0f4b41;
}

.dsa-auth-panel button[disabled],
.dsa-auth-panel input[disabled] {
	cursor: wait;
	opacity: 0.68;
}

.dsa-profile-panel,
.dsa-account-view {
	display: grid;
	gap: 14px;
}

.dsa-profile-panel {
	grid-template-columns: minmax(220px, 0.78fr) minmax(320px, 1fr);
	align-items: start;
	column-gap: clamp(18px, 4vw, 46px);
}

.dsa-profile-panel .dsa-panel__header,
.dsa-profile-panel .dsa-profile-form {
	grid-column: 1;
}

.dsa-profile-panel .dsa-account-actions,
.dsa-profile-panel .dsa-cart-strip,
.dsa-profile-panel .dsa-logout-button {
	grid-column: 2;
}

.dsa-account-view {
	width: min( 980px, 100% );
}

.dsa-profile-form,
.dsa-address-form {
	display: grid;
	gap: 8px;
}

.dsa-address-form {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(15,23,42,0.1);
}

.dsa-address-form h3 {
	margin: 0;
	font-size: 15px;
}

.dsa-account-actions {
	margin-top: 2px;
}

.dsa-logout-button {
	justify-content: center;
	background: rgba(254,226,226,0.68);
	color: #8a1f1f;
}

.dsa-account-back {
	justify-content: center;
	width: auto;
	justify-self: start;
	padding: 7px 10px;
}

.dsa-cart-strip {
	display: grid;
	gap: 10px;
	padding: 12px;
	border: 1px solid rgba(15,23,42,0.1);
	border-radius: 10px;
	background: rgba(255,255,255,0.45);
}

.dsa-cart-strip__head,
.dsa-cart-strip__total,
.dsa-order__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.dsa-cart-strip__head span,
.dsa-cart-strip__total span {
	color: #52606d;
	font-size: 12px;
	font-weight: 700;
}

.dsa-cart-strip__items,
.dsa-mini-items {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 2px;
	scrollbar-width: thin;
}

.dsa-cart-item,
.dsa-mini-item {
	display: grid;
	flex: 0 0 112px;
	gap: 6px;
	color: inherit;
	text-decoration: none;
}

.dsa-cart-item img,
.dsa-mini-item img {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 8px;
	object-fit: cover;
	background: rgba(15,23,42,0.08);
}

.dsa-cart-item__title,
.dsa-mini-item span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 34px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.dsa-cart-item__price,
.dsa-mini-item strong {
	color: #0f4b41;
	font-size: 12px;
}

.dsa-order-list {
	display: grid;
	gap: 12px;
}

.dsa-order {
	display: grid;
	gap: 8px;
	padding: 12px;
	border: 1px solid rgba(15,23,42,0.1);
	border-radius: 10px;
	background: rgba(255,255,255,0.52);
}

.dsa-loader {
	position: fixed;
	z-index: 1000003;
	inset: 0;
	display: grid;
	min-height: 100dvh;
	box-sizing: border-box;
	padding: clamp(28px, 7vw, 96px) calc(var(--dsa-surface-right, 72px) + 34px) clamp(28px, 7vw, 96px) clamp(28px, 7vw, 96px);
	place-items: center;
	color: #15221f;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
	pointer-events: none;
	animation: dsa-loader-in 220ms ease;
}

.dsa-loader[hidden] {
	display: none;
}

.dsa-loader__arena {
	position: relative;
	width: min(260px, 68vw);
	height: 92px;
	border-radius: 10px;
	background:
		linear-gradient(90deg, rgba(21,24,30,0.06) 1px, transparent 1px),
		linear-gradient(0deg, rgba(21,24,30,0.06) 1px, transparent 1px);
	background-size: 18px 18px;
	overflow: hidden;
}

.dsa-loader.has-message .dsa-loader__arena {
	display: none;
}

.dsa-loader-none .dsa-loader:not(.has-message) {
	display: none;
}

.dsa-loader-none .dsa-loader__arena {
	display: none;
}

.dsa-loader-pulse .dsa-loader__arena {
	height: 58px;
	background: transparent;
}

.dsa-loader-pulse .dsa-loader__orb {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: dsa-pulse-loader 900ms ease-in-out infinite;
}

.dsa-loader-pulse .dsa-loader__target,
.dsa-loader-pulse .dsa-loader__trail {
	display: none;
}

.dsa-loader__orb,
.dsa-loader__target,
.dsa-loader__trail {
	position: absolute;
	display: block;
	border-radius: 999px;
}

.dsa-loader__orb {
	width: 18px;
	height: 18px;
	left: 12px;
	top: 38px;
	background: var(--dsa-surface-accent);
	box-shadow: 0 0 0 6px rgba(36,198,161,0.16), 0 0 22px rgba(36,198,161,0.52);
	animation: dsa-orb-run 1300ms cubic-bezier(.45,0,.25,1) infinite;
}

.dsa-loader__target {
	width: 22px;
	height: 22px;
	right: 16px;
	top: 36px;
	border: 2px solid var(--dsa-surface-warm);
	box-shadow: 0 0 18px rgba(243,180,91,0.42);
	animation: dsa-target-pulse 900ms ease-in-out infinite;
}

.dsa-loader__trail {
	height: 3px;
	background: rgba(36,198,161,0.38);
	transform-origin: left center;
}

.dsa-loader__trail--one {
	left: 30px;
	top: 46px;
	width: 48px;
	animation: dsa-trail-one 1300ms ease infinite;
}

.dsa-loader__trail--two {
	left: 86px;
	top: 46px;
	width: 42px;
	animation: dsa-trail-two 1300ms ease infinite;
}

.dsa-loader__label {
	margin-top: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dsa-loader__message {
	display: grid;
	width: min(900px, 100%);
	gap: 18px;
	justify-self: start;
	margin: 0;
	text-align: left;
}

.dsa-loader__message[hidden] {
	display: none;
}

.dsa-loader__message.is-title-below .dsa-loader__title {
	order: 2;
}

.dsa-loader__message.is-title-below .dsa-loader__copy {
	order: 1;
}

.dsa-loader__title {
	font-size: clamp(12px, 1.1vw, 16px);
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
	color: rgba(31, 41, 55, 0.28);
}

.dsa-loader__copy {
	font-size: clamp(42px, 7vw, 96px);
	font-weight: 800;
	line-height: 1.04;
	color: rgba(20, 24, 34, 0.18);
	text-wrap: balance;
}

.dsa-loader__label[hidden] {
	display: none;
}

@keyframes dsa-panel-in {
	from {
		opacity: 0;
		transform: translateY(calc(-50% + 12px)) scale(0.98);
	}
	to {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}
}

@keyframes dsa-loader-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes dsa-orb-run {
	0% { transform: translate(0, 0) scale(1); }
	35% { transform: translate(58px, -20px) scale(0.92); }
	70% { transform: translate(112px, 12px) scale(1.08); }
	100% { transform: translate(140px, 0) scale(1); }
}

@keyframes dsa-target-pulse {
	0%, 100% { transform: scale(1); opacity: 0.72; }
	50% { transform: scale(1.18); opacity: 1; }
}

@keyframes dsa-trail-one {
	0%, 12% { opacity: 0; transform: scaleX(0.2); }
	35%, 64% { opacity: 1; transform: scaleX(1); }
	100% { opacity: 0; transform: scaleX(0.25); }
}

@keyframes dsa-trail-two {
	0%, 38% { opacity: 0; transform: scaleX(0.2); }
	68%, 84% { opacity: 1; transform: scaleX(1); }
	100% { opacity: 0; transform: scaleX(0.25); }
}

@keyframes dsa-pulse-loader {
	0%, 100% {
		transform: translate(-50%, -50%) scale(0.72);
		opacity: 0.5;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.25);
		opacity: 1;
	}
}

@media ( max-width: 640px ) {
	.dsa-surface {
		right: 12px;
		top: auto;
		bottom: 14px;
		transform: none;
	}

	html.dsa-overlay-active .dsa-surface {
		inset: 0;
	}

	.admin-bar .dsa-surface {
		top: auto;
	}

	.dsa-dock {
		flex-direction: row;
	}

	.dsa-dock-mobile-vertical .dsa-dock {
		flex-direction: column;
	}

	.dsa-dock-mobile-horizontal .dsa-dock {
		flex-direction: row;
	}

	html.dsa-overlay-active .dsa-dock {
		top: auto;
		right: 12px;
		bottom: 14px;
		transform: none;
	}

	.dsa-overlay-root {
		inset: 0;
		width: auto;
		max-height: none;
		padding: 24px 16px 104px;
		transform: none;
	}

	.dsa-panel {
		width: 100%;
		max-height: calc(100vh - 128px);
	}

	.dsa-links-panel {
		padding-right: 0;
	}

	.dsa-links-score span {
		font-size: 40px;
	}

	.dsa-shop-link {
		width: 100%;
	}

	.dsa-profile-panel {
		grid-template-columns: 1fr;
	}

	.dsa-profile-panel .dsa-panel__header,
	.dsa-profile-panel .dsa-profile-form,
	.dsa-profile-panel .dsa-account-actions,
	.dsa-profile-panel .dsa-cart-strip,
	.dsa-profile-panel .dsa-logout-button {
		grid-column: 1;
	}

	.dsa-loader {
		inset: 0;
		width: auto;
		padding: 28px 18px 112px;
	}

	.dsa-loader__copy {
		font-size: clamp(30px, 10vw, 48px);
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.dsa-dock__button,
	.dsa-overlay-root,
	.dsa-loader,
	.dsa-loader__orb,
	.dsa-loader__target,
	.dsa-loader__trail {
		animation: none;
		transition: none;
	}

	html.dsa-overlay-active #brx-content {
		filter: none;
		transform: none;
	}
}
