/**
 * White Label Brand page   scoped to .dc-wlbl and .dc-main--white-label.
 */

.dc-wlbl {
	--dcwlbl-bottle: #ff0000;
	--dcwlbl-ref-purple: #667eea;
	--dcwlbl-ref-violet: #764ba2;
	--dcwlbl-preview-surface: #eceff3;
}

.dc-main--white-label {
	padding-bottom: clamp(3rem, 8vw, 5rem);
	overflow-x: clip;
}

/*    Hero    */
.dc-wlbl__hero {
	position: relative;
	padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2rem, 5vw, 3.5rem);
	background: radial-gradient(120% 80% at 10% 10%, var(--dc-accent-soft) 0%, transparent 55%),
		linear-gradient(180deg, var(--dc-bg-soft) 0%, var(--dc-bg) 100%);
}

.dc-wlbl__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: center;
}

.dc-wlbl__eyebrow {
	font-size: 0.75rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--dc-accent);
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.dc-wlbl__title {
	font-family: var(--dc-display);
	font-size: clamp(2rem, 4.2vw, 3.15rem);
	line-height: 1.12;
	color: var(--dc-fg);
	margin: 0 0 1rem;
}

.dc-wlbl__lead {
	color: var(--dc-muted);
	font-size: 1.0625rem;
	line-height: 1.65;
	max-width: 38ch;
	margin: 0 0 1.5rem;
}

.dc-wlbl__pills {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.dc-wlbl__pill {
	font-size: 0.8125rem;
	font-weight: 600;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: var(--dc-surface);
	border: 1px solid var(--dc-line);
	color: var(--dc-charcoal);
	box-shadow: 0 10px 30px rgba(18, 20, 28, 0.06);
}

.dc-wlbl__pill span {
	margin-right: 0.35rem;
	color: var(--dc-accent);
}

.dc-wlbl__hero-visual {
	position: relative;
	min-height: 220px;
	display: grid;
	place-items: center;
	isolation: isolate;
}

.dc-wlbl__orb {
	width: clamp(140px, 28vw, 220px);
	height: clamp(140px, 28vw, 220px);
	border-radius: 40% 60% 55% 45% / 45% 50% 50% 55%;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.45), transparent 45%),
		linear-gradient(145deg, var(--dc-accent), #921018);
	box-shadow: 0 35px 80px rgba(200, 31, 46, 0.35);
	animation: dc-wlbl-orb-wobble 14s ease-in-out infinite alternate;
}

@keyframes dc-wlbl-orb-wobble {
	0% {
		border-radius: 40% 60% 55% 45% / 45% 50% 50% 55%;
		transform: rotate(-4deg);
	}
	100% {
		border-radius: 55% 45% 40% 60% / 52% 48% 55% 45%;
		transform: rotate(6deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.dc-wlbl__orb {
		animation: none;
	}
}

.dc-wlbl__rings {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

.dc-wlbl__rings span {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	width: clamp(240px, 48vw, 380px);
	height: clamp(240px, 48vw, 380px);
	border-radius: 50%;
	border: 1px solid var(--dc-line);
	opacity: 0.45;
	animation: dc-wlbl-ring 9s linear infinite;
}

.dc-wlbl__rings span:nth-child(2) {
	animation-delay: -3s;
	width: clamp(260px, 52vw, 420px);
	height: clamp(260px, 52vw, 420px);
	opacity: 0.28;
}

.dc-wlbl__rings span:nth-child(3) {
	animation-delay: -6s;
	width: clamp(280px, 56vw, 460px);
	height: clamp(280px, 56vw, 460px);
	opacity: 0.15;
}

@keyframes dc-wlbl-ring {
	from {
		transform: rotate(0deg);
		opacity: 0.35;
	}
	to {
		transform: rotate(360deg);
		opacity: 0.08;
	}
}

/*    Trust strip    */
.dc-wlbl__trust {
	padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.dc-wlbl__trust-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.dc-wlbl__trust-item {
	padding: 1.1rem 1.25rem;
	border-radius: var(--dc-radius-sm);
	border: 1px solid var(--dc-line);
	background: var(--dc-bg-soft);
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	transition: transform 0.35s var(--dc-ease), border-color 0.25s ease, box-shadow 0.35s ease;
}

.dc-wlbl__trust-item:hover {
	transform: translateY(-3px);
	border-color: rgba(200, 31, 46, 0.25);
	box-shadow: 0 18px 40px rgba(18, 20, 28, 0.08);
}

.dc-wlbl__trust-item strong {
	font-family: var(--dc-display);
	font-size: 1rem;
	color: var(--dc-fg);
}

.dc-wlbl__trust-item span {
	font-size: 0.875rem;
	color: var(--dc-muted);
	line-height: 1.5;
}

/*    Studio title (ref-style)    */
.dc-wlbl__studio-head {
	text-align: center;
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.dc-wlbl__studio-title {
	font-family: var(--dc-display);
	font-size: clamp(1.5rem, 3vw, 1.85rem);
	margin: 0 0 0.35rem;
	background: linear-gradient(135deg, var(--dcwlbl-ref-purple) 0%, var(--dcwlbl-ref-violet) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.dc-wlbl__studio-sub {
	margin: 0;
	font-size: 0.95rem;
	color: var(--dc-muted);
}

/*    Studio shell    */
.dc-wlbl__studio {
	margin-top: 0;
}

.dc-wlbl__main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: clamp(1.25rem, 3vw, 2rem);
	align-items: flex-start;
}

.dc-wlbl__preview-section {
	position: sticky;
	top: calc(var(--dc-header-h) + 14px);
	background: var(--dcwlbl-preview-surface);
	border: 1px solid #d8dde6;
	border-radius: 14px;
	padding: clamp(1rem, 2.5vw, 1.35rem);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.dc-wlbl__preview-title {
	font-family: var(--dc-display);
	font-size: 1.0625rem;
	font-weight: 700;
	margin: 0 0 1rem;
	text-align: center;
	color: #3a4150;
}

/*    Canvas (ref: white stage + “3D” depth)    */
.dc-wlbl__canvas-wrap {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #cfd4dd;
	border-radius: 12px;
	padding: 0;
	min-height: 320px;
	box-shadow: 0 4px 24px rgba(18, 20, 28, 0.07), 0 1px 3px rgba(18, 20, 28, 0.06);
	touch-action: pan-y pinch-zoom;
}

@media (hover: hover) {
	.dc-wlbl__canvas-wrap:hover {
		box-shadow: 0 8px 32px rgba(18, 20, 28, 0.1), 0 2px 6px rgba(18, 20, 28, 0.06);
	}
}

.dc-wlbl__canvas-visual {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: clamp(300px, 52vh, 480px);
	padding: clamp(1.25rem, 4vw, 2.25rem) clamp(1rem, 3vw, 1.75rem) clamp(2.75rem, 6vw, 3.75rem);
	background: radial-gradient(ellipse 85% 70% at 50% 45%, #ffffff 0%, #f4f6f9 42%, #e8ebf1 100%);
}

/* Floor contact shadow under can */
.dc-wlbl__canvas-visual::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 12%;
	transform: translateX(-50%);
	width: min(72%, 320px);
	height: 36px;
	background: radial-gradient(ellipse closest-side, rgba(18, 20, 28, 0.22), transparent);
	pointer-events: none;
	opacity: 0.85;
}

#dcwlbl-canvas {
	max-width: 100%;
	max-height: min(420px, 62vh);
	width: auto;
	height: auto;
	display: block;
	border-radius: 4px;
	touch-action: none;
	vertical-align: middle;
	filter: drop-shadow(0 26px 20px rgba(18, 20, 28, 0.2))
		drop-shadow(0 10px 12px rgba(18, 20, 28, 0.12))
		drop-shadow(0 3px 4px rgba(18, 20, 28, 0.08));
}

.dc-wlbl__element-bounds {
	position: absolute;
	border: 2px dashed rgba(200, 31, 46, 0.65);
	border-radius: 4px;
	pointer-events: none;
	display: none;
	z-index: 50;
}

.dc-wlbl__resize-handle {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #2c5dff;
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
	display: none;
	box-shadow: 0 4px 10px rgba(18, 20, 28, 0.25);
}

.dc-wlbl__resize-handle--tl {
	cursor: nwse-resize;
}
.dc-wlbl__resize-handle--tr {
	cursor: nesw-resize;
}
.dc-wlbl__resize-handle--bl {
	cursor: nesw-resize;
}
.dc-wlbl__resize-handle--br {
	cursor: nwse-resize;
}
.dc-wlbl__resize-handle--tm,
.dc-wlbl__resize-handle--bm {
	cursor: ns-resize;
}
.dc-wlbl__resize-handle--lm,
.dc-wlbl__resize-handle--rm {
	cursor: ew-resize;
}

.dc-wlbl__rotation-handle {
	position: absolute;
	width: 20px;
	height: 20px;
	background: var(--dc-amber);
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: grab;
	z-index: 100;
	display: none;
	box-shadow: 0 4px 10px rgba(18, 20, 28, 0.25);
}

.dc-wlbl__rotation-handle:active {
	cursor: grabbing;
}

.dc-wlbl__loading {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: var(--dc-accent);
	text-align: center;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.92);
	z-index: 40;
	border-radius: var(--dc-radius-sm);
}

.dc-wlbl__rotation-readout {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(18, 20, 28, 0.78);
	color: #fff;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	display: none;
	z-index: 90;
	pointer-events: none;
}

.dc-wlbl__instructions {
	margin-top: 1rem;
	padding: 0.85rem 1rem;
	border-radius: 10px;
	background: linear-gradient(135deg, #e8eaf5 0%, #dde7f8 100%);
	border: 1px solid rgba(102, 126, 234, 0.2);
	font-size: 0.835rem;
}

.dc-wlbl__instructions h4 {
	margin: 0 0 0.65rem;
	font-size: 0.9rem;
	color: var(--dc-fg);
}

.dc-wlbl__instructions ul {
	margin: 0;
	padding-left: 1.1rem;
	color: var(--dc-muted);
}

.dc-wlbl__instructions li {
	margin: 0.35rem 0;
	line-height: 1.45;
}

/*    Controls    */
.dc-wlbl__controls-section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.dc-wlbl__control-card {
	position: relative;
	padding: clamp(14px, 2.5vw, 18px);
	border-radius: 12px;
	border: 1px solid #e0e4ec;
	background: #fff;
	box-shadow: 0 4px 18px rgba(18, 20, 28, 0.04);
	transition: border-color 0.25s ease, box-shadow 0.35s ease;
}

.dc-wlbl__control-card:focus-within {
	border-color: rgba(102, 126, 234, 0.35);
	box-shadow: 0 8px 28px rgba(102, 126, 234, 0.12);
}

.dc-wlbl__label {
	display: block;
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--dc-fg);
	margin-bottom: 0.65rem;
}

.dc-wlbl__sub-label {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--dc-muted);
	margin-bottom: 0.35rem;
	display: block;
}

.dc-wlbl__file-input-wrap {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
}

.dc-wlbl__file-input-hidden {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.dc-wlbl__file-input-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.75rem 1rem;
	font-weight: 700;
	font-size: 0.9rem;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(135deg, var(--dcwlbl-ref-purple) 0%, var(--dcwlbl-ref-violet) 100%);
	transition: transform 0.22s var(--dc-ease), box-shadow 0.22s ease;
}

.dc-wlbl__file-input-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(102, 126, 234, 0.42);
}

/* Bottle color strip (reference UI) */
.dc-wlbl__bottle-strip-hit {
	display: block;
	margin: 0 0 0.6rem;
	cursor: pointer;
	border-radius: 10px;
}

.dc-wlbl__bottle-strip {
	display: block;
	width: 100%;
	height: 52px;
	border-radius: 10px;
	border: 1px solid rgba(18, 20, 28, 0.1);
	background: linear-gradient(180deg, color-mix(in srgb, var(--dcwlbl-bottle, #ff0000) 65%, #ffffff) 0%, var(--dcwlbl-bottle, #ff0000) 100%);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.35), inset 0 -12px 24px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@supports not (background: color-mix(in srgb, red, blue)) {
	.dc-wlbl__bottle-strip {
		background: var(--dcwlbl-bottle, #ff0000);
	}
}

.dc-wlbl__bottle-strip-hit:hover .dc-wlbl__bottle-strip {
	transform: scale(1.01);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.35), inset 0 -12px 24px rgba(0, 0, 0, 0.08),
		0 6px 16px rgba(102, 126, 234, 0.2);
}

.dc-wlbl__color-picker-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;
}

.dc-wlbl__logo-preview {
	margin-top: 0.65rem;
	padding: 0.65rem;
	background: var(--dc-surface);
	border-radius: 10px;
	text-align: center;
	border: 1px dashed var(--dc-silver-hi);
	min-height: 3rem;
}

.dc-wlbl__thumb-img {
	max-width: 88px;
	max-height: 88px;
	border-radius: 8px;
	margin-top: 0.35rem;
}

.dc-wlbl__thumb-ok {
	color: #1a7f4a;
	font-weight: 700;
	font-size: 0.85rem;
}

.dc-wlbl__color-picker {
	width: 100%;
	height: 48px;
	border: 2px solid var(--dc-line);
	border-radius: 12px;
	cursor: pointer;
	padding: 2px;
	background: var(--dc-surface);
}

.dc-wlbl__color-picker--sm {
	height: 40px;
}

.dc-wlbl__color-value {
	font-family: ui-monospace, monospace;
	color: var(--dc-muted);
	font-size: 0.8rem;
	padding: 0.45rem 0.75rem;
	background: var(--dc-surface);
	border-radius: 10px;
	border: 1px solid var(--dc-line);
	text-align: center;
	margin-top: 0.5rem;
}

.dc-wlbl__hex-row {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
	margin-top: 0.65rem;
}

.dc-wlbl__hex-input {
	flex: 1;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--dc-line);
	border-radius: 10px;
	font-size: 0.875rem;
	background: var(--dc-surface);
}

.dc-wlbl__preset-colors {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 6px;
	margin-top: 0.65rem;
}

.dc-wlbl__preset-swatch {
	aspect-ratio: 1;
	border-radius: 10px;
	border: 1px solid var(--dc-line);
	cursor: pointer;
	padding: 0;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dc-wlbl__preset-swatch:hover {
	transform: scale(1.06);
	box-shadow: 0 6px 16px rgba(18, 20, 28, 0.12);
}

.dc-wlbl__text-input {
	width: 100%;
	padding: 0.6rem 0.85rem;
	border: 1px solid var(--dc-line);
	border-radius: 10px;
	font-size: 0.95rem;
	margin-bottom: 0.65rem;
	background: var(--dc-surface);
}

.dc-wlbl__slider-row {
	margin-top: 0.5rem;
}

.dc-wlbl__slider-wrap {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.dc-wlbl__slider {
	flex: 1;
	height: 6px;
	-webkit-appearance: none;
	appearance: none;
	background: var(--dc-line);
	border-radius: 999px;
}

.dc-wlbl__slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--dc-accent);
	cursor: pointer;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(200, 31, 46, 0.35);
}

.dc-wlbl__slider::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--dc-accent);
	cursor: pointer;
	border: 2px solid #fff;
}

.dc-wlbl__slider-value {
	min-width: 2.25rem;
	text-align: right;
	font-weight: 700;
	color: var(--dc-accent);
	font-size: 0.88rem;
}

.dc-wlbl__quick-colors {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
	margin: 0.65rem 0;
}

.dc-wlbl__quick-chip {
	border: 1px solid var(--dc-line);
	border-radius: 8px;
	padding: 0.35rem 0.25rem;
	font-size: 0.7rem;
	font-weight: 700;
	cursor: pointer;
	background: var(--dc-surface);
	transition: transform 0.15s ease;
}

.dc-wlbl__quick-chip:hover {
	transform: scale(1.04);
}

.dc-wlbl__quick-chip--light {
	border-color: #333;
}

.dc-wlbl__select {
	width: 100%;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--dc-line);
	border-radius: 10px;
	font-size: 0.875rem;
	margin-top: 0.35rem;
	background: var(--dc-surface);
}

.dc-wlbl__font-chips {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	margin-top: 0.5rem;
}

.dc-wlbl__font-chip {
	padding: 0.4rem 0.35rem;
	border: 1px solid var(--dc-line);
	border-radius: 8px;
	font-size: 0.72rem;
	font-weight: 600;
	cursor: pointer;
	background: var(--dc-surface);
	transition: border-color 0.2s ease, background 0.2s ease;
}

.dc-wlbl__font-chip.is-active {
	border-color: var(--dc-accent);
	background: var(--dc-accent-soft);
	color: var(--dc-accent);
}

.dc-wlbl__layers {
	margin-top: 0.75rem;
	max-height: 220px;
	overflow-y: auto;
}

.dc-wlbl__empty {
	text-align: center;
	color: var(--dc-muted);
	font-style: italic;
	font-size: 0.85rem;
	padding: 0.75rem;
}

.dc-wlbl__layer-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	padding: 0.6rem 0.65rem;
	background: var(--dc-surface);
	border: 1px solid var(--dc-line);
	border-radius: 10px;
	margin-bottom: 6px;
	font-size: 0.82rem;
}

.dc-wlbl__layer-row.is-selected {
	border-color: rgba(200, 31, 46, 0.45);
	background: rgba(200, 31, 46, 0.05);
}

.dc-wlbl__layer-title {
	font-weight: 700;
	color: var(--dc-fg);
	word-break: break-word;
}

.dc-wlbl__layer-sub {
	font-size: 0.7rem;
	color: var(--dc-muted);
	margin-top: 2px;
}

.dc-wlbl__layer-actions {
	display: flex;
	gap: 4px;
	flex-shrink: 0;
}

.dc-wlbl__layer-btn {
	border: none;
	border-radius: 8px;
	padding: 4px 8px;
	font-size: 0.72rem;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
}

.dc-wlbl__layer-btn--edit {
	background: linear-gradient(135deg, var(--dc-accent), #931219);
}

.dc-wlbl__layer-btn--del {
	background: #c53030;
}

.dc-wlbl__btn {
	width: 100%;
	padding: 0.82rem 1rem;
	border: none;
	border-radius: 12px;
	font-weight: 800;
	font-size: 0.95rem;
	cursor: pointer;
	transition: transform 0.22s var(--dc-ease), box-shadow 0.22s ease, opacity 0.15s ease;
}

.dc-wlbl__btn:disabled {
	opacity: 0.7;
	cursor: wait;
	transform: none;
}

.dc-wlbl__btn--cta {
	color: #fff;
	background: linear-gradient(145deg, #1a8754, #2fb36d);
	box-shadow: 0 14px 32px rgba(31, 120, 75, 0.22);
}

.dc-wlbl__btn--cta:hover:not(:disabled) {
	transform: translateY(-2px);
}

.dc-wlbl__btn--email {
	color: #fff;
	background: linear-gradient(135deg, #5b4bd6, var(--dc-accent));
	box-shadow: 0 14px 32px rgba(91, 75, 214, 0.2);
	margin-top: 0.65rem;
}

.dc-wlbl__btn--email:hover:not(:disabled) {
	transform: translateY(-2px);
}

.dc-wlbl__btn--danger {
	width: auto;
	margin-top: 0.55rem;
	background: #fff;
	border: 1px solid rgba(197, 48, 48, 0.4);
	color: #c53030;
	font-weight: 700;
}

.dc-wlbl__btn--accent {
	width: auto;
	min-width: 5rem;
	flex-shrink: 0;
	padding: 0.55rem 0.85rem;
	background: linear-gradient(135deg, var(--dcwlbl-ref-purple) 0%, var(--dcwlbl-ref-violet) 100%);
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
	border: none;
	cursor: pointer;
}

.dc-wlbl__muted {
	font-size: 0.835rem;
	color: var(--dc-muted);
	margin: 0 0 0.65rem;
	line-height: 1.5;
}

.dc-wlbl__email-fields {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.dc-wlbl__input {
	width: 100%;
	padding: 0.55rem 0.75rem;
	border-radius: 10px;
	border: 1px solid var(--dc-line);
	font-size: 0.92rem;
	background: var(--dc-surface);
}

/* Toast */
.dc-wlbl__notification {
	position: fixed;
	right: clamp(14px, 3vw, 28px);
	top: calc(var(--dc-header-h) + 14px);
	max-width: min(340px, 92vw);
	padding: 14px 18px;
	border-radius: var(--dc-radius-sm);
	font-weight: 700;
	font-size: 0.88rem;
	z-index: 99999;
	color: #fff;
	box-shadow: 0 22px 50px rgba(18, 20, 28, 0.25);
	transition: opacity 0.35s ease, translate 0.45s var(--dc-ease);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	translate: 24px -8px;
}

.dc-wlbl__notification.is-visible {
	opacity: 1;
	visibility: visible;
	translate: 0 0;
}

.dc-wlbl__notification--success {
	background: linear-gradient(135deg, #1a8754, #2fb36d);
}

.dc-wlbl__notification--error {
	background: linear-gradient(135deg, var(--dc-accent), #931219);
}

.dc-wlbl__notification--info {
	background: linear-gradient(135deg, #394256, var(--dc-charcoal));
}

/* Responsive */
@media (max-width: 1024px) {
	.dc-wlbl__trust-list {
		grid-template-columns: 1fr;
	}

	.dc-wlbl__main-grid {
		grid-template-columns: 1fr;
	}

	.dc-wlbl__preview-section {
		position: static;
	}

	.dc-wlbl__hero-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.dc-wlbl__lead {
		margin-left: auto;
		margin-right: auto;
	}

	.dc-wlbl__pills {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.dc-wlbl__preset-colors {
		grid-template-columns: repeat(4, 1fr);
	}

	.dc-wlbl__quick-colors {
		grid-template-columns: repeat(2, 1fr);
	}

	.dc-wlbl__font-chips {
		grid-template-columns: repeat(2, 1fr);
	}

	.dc-wlbl__canvas-visual {
		min-height: 260px;
		padding-bottom: 2.25rem;
	}

	.dc-wlbl__canvas-wrap {
		-webkit-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}

	.dc-wlbl__resize-handle {
		width: 22px;
		height: 22px;
	}

	.dc-wlbl__rotation-handle {
		width: 28px;
		height: 28px;
	}

	.dc-wlbl__layer-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.dc-wlbl__layer-actions {
		align-self: flex-end;
	}
}
