﻿/* NO GLOBAL SELECTORS. ONLY .tcgw-waffle-picker descendants. */

.tcgw-waffle-picker {
	--tcgw-surface: #1a2030;
	--tcgw-border: rgba(255, 255, 255, 0.14);
	--tcgw-text: #eff3ff;
	--tcgw-muted: #9ea8c1;
	--tcgw-accent: #6d4eec;
	--tcgw-accent-2: #8f74ff;
	--tcgw-good: #1fbf75;
	--tcgw-warn: #f4c94f;
	--tcgw-danger: #eb5757;
	display: block;
	width: 100%;
	max-width: none;
	margin: 20px 0;
	color: var(--tcgw-text);
	container-type: inline-size;
}

.single-product .product .tcgw-waffle-picker[data-part="full"] {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
	clear: both;
}

.single-product .product .tcgw-waffle-picker[data-part="full"][data-tcgw-relocated="1"] {
	margin-top: 20px;
}

.summary .tcgw-waffle-picker[data-part="full"],
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="full"],
.elementor-widget-woocommerce-product-content .tcgw-waffle-picker[data-part="full"] {
	max-width: 100%;
	overflow: hidden;
}

.summary .tcgw-waffle-picker[data-part="full"] .tcgw-picker-layout,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="full"] .tcgw-picker-layout,
.elementor-widget-woocommerce-product-content .tcgw-waffle-picker[data-part="full"] .tcgw-picker-layout {
	grid-template-columns: minmax(0, 1fr) !important;
}

.tcgw-waffle-picker .tcg-waffle-ui,
.tcgw-waffle-picker .tcg-waffle-ui__inner,
.tcgw-waffle-picker .tcgw-waffle-wrap,
.tcgw-waffle-picker .tcgw-picker-layout,
.tcgw-waffle-picker .tcgw-picker-main,
.tcgw-waffle-picker .tcgw-picker-side,
.tcgw-waffle-picker .tcgw-picker-side-sticky {
	width: 100%;
	max-width: none;
	min-width: 0;
}

.tcgw-waffle-picker .tcgw-picker-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.summary .tcgw-waffle-picker[data-part="summary"] .tcgw-picker-layout,
.summary .tcgw-waffle-picker[data-part="actions"] .tcgw-picker-layout,
.summary .tcgw-waffle-picker[data-part="details"] .tcgw-picker-layout,
.summary .tcgw-waffle-picker[data-part="countdown"] .tcgw-picker-layout,
.summary .tcgw-waffle-picker[data-part="progress"] .tcgw-picker-layout,
.summary .tcgw-waffle-picker[data-part="entries"] .tcgw-picker-layout,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="summary"] .tcgw-picker-layout,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="actions"] .tcgw-picker-layout,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="details"] .tcgw-picker-layout,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="countdown"] .tcgw-picker-layout,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="progress"] .tcgw-picker-layout,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="entries"] .tcgw-picker-layout {
	grid-template-columns: minmax(0, 1fr) !important;
}

.tcgw-waffle-picker .tcgw-picker-side-sticky {
	position: static;
	display: grid;
	gap: 12px;
}

.summary .tcgw-waffle-picker[data-part="summary"] .tcgw-picker-side-sticky,
.summary .tcgw-waffle-picker[data-part="actions"] .tcgw-picker-side-sticky,
.summary .tcgw-waffle-picker[data-part="details"] .tcgw-picker-side-sticky,
.summary .tcgw-waffle-picker[data-part="countdown"] .tcgw-picker-side-sticky,
.summary .tcgw-waffle-picker[data-part="progress"] .tcgw-picker-side-sticky,
.summary .tcgw-waffle-picker[data-part="entries"] .tcgw-picker-side-sticky,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="summary"] .tcgw-picker-side-sticky,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="actions"] .tcgw-picker-side-sticky,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="details"] .tcgw-picker-side-sticky,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="countdown"] .tcgw-picker-side-sticky,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="progress"] .tcgw-picker-side-sticky,
.woocommerce-product-details__short-description .tcgw-waffle-picker[data-part="entries"] .tcgw-picker-side-sticky {
	position: static !important;
}

@container (min-width: 920px) {
	.tcgw-waffle-picker .tcgw-picker-layout {
		grid-template-columns: minmax(0, 1fr) 340px;
	}

	.tcgw-waffle-picker .tcgw-picker-side-sticky {
		position: sticky;
		top: 90px;
	}
}

.tcgw-waffle-picker .waffle-panel-section {
	background: var(--tcgw-surface);
	border: 1px solid var(--tcgw-border);
	border-radius: 14px;
	padding: 13px;
}

.tcgw-waffle-picker .waffle-panel-header-top,
.tcgw-waffle-picker .waffle-panel-badges,
.tcgw-waffle-picker .tcgw-progress-wrap,
.tcgw-waffle-picker .tcgw-picked-strip-head,
.tcgw-waffle-picker .tcgw-mobile-drawer__header {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tcgw-waffle-picker .waffle-panel-header-top,
.tcgw-waffle-picker .tcgw-picked-strip-head {
	justify-content: space-between;
}

.tcgw-waffle-picker .waffle-rarity-badge,
.tcgw-waffle-picker .waffle-status-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	border: 1px solid var(--tcgw-border);
}

.tcgw-waffle-picker .waffle-rarity-badge {
	color: var(--tcgw-warn);
	border-color: rgba(244, 201, 79, 0.35);
	background: rgba(244, 201, 79, 0.09);
}

.tcgw-waffle-picker .waffle-status-badge.is-open {
	color: var(--tcgw-good);
	border-color: rgba(31, 191, 117, 0.35);
	background: rgba(31, 191, 117, 0.09);
}

.tcgw-waffle-picker .waffle-status-badge.is-locked {
	color: var(--tcgw-danger);
	border-color: rgba(235, 87, 87, 0.35);
	background: rgba(235, 87, 87, 0.09);
}

.tcgw-waffle-picker .tcg-waffle-ui__title {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
}

.tcgw-waffle-picker .tcg-waffle-ui__helper,
.tcgw-waffle-picker .tcgw-progress-text,
.tcgw-waffle-picker .tcgw-remaining,
.tcgw-waffle-picker .tcgw-window-note,
.tcgw-waffle-picker .tcgw-fairness {
	margin: 8px 0 0;
	color: var(--tcgw-muted);
	font-size: 14px;
	line-height: 1.4;
}

.tcgw-waffle-picker .waffle-section-label {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--tcgw-muted);
}

.tcgw-waffle-picker .tcgw-number-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(44px, 1fr));
	gap: 10px;
	max-height: min(60vh, 640px);
	overflow-y: auto;
}

.tcgw-waffle-picker .tcgw-number {
	min-height: 44px;
	width: 100%;
	border-radius: 999px;
	border: 1px solid var(--tcgw-border);
	background: rgba(255, 255, 255, 0.03);
	color: var(--tcgw-text);
	font-weight: 700;
	cursor: pointer;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	transition: transform 0.14s ease, box-shadow 0.14s ease;
}

@media (hover: hover) and (pointer: fine) {
	.tcgw-waffle-picker .tcgw-number:hover {
		transform: translateY(-1px);
		box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
	}
}

.tcgw-waffle-picker .tcgw-number.selected {
	background: linear-gradient(135deg, #14b86e, #0f965a);
	border-color: rgba(20, 184, 110, 0.45);
	box-shadow: 0 0 0 2px rgba(20, 184, 110, 0.22), 0 10px 18px rgba(20, 184, 110, 0.25);
	transform: scale(1.03);
}

.tcgw-waffle-picker .tcgw-number.state-sold,
.tcgw-waffle-picker .tcgw-number.state-reserved {
	opacity: 0.72;
	pointer-events: none;
	box-shadow: none;
	transform: none;
}

.tcgw-waffle-picker .tcgw-number.state-sold {
	background: rgba(235, 87, 87, 0.16);
}

.tcgw-waffle-picker .tcgw-number.state-reserved {
	background: rgba(244, 201, 79, 0.13);
}

.tcgw-waffle-picker .tcgw-legend,
.tcgw-waffle-picker .tcgw-actions,
.tcgw-waffle-picker .tcgw-stats,
.tcgw-waffle-picker .tcgw-time-chips,
.tcgw-waffle-picker .tcgw-entry-slots,
.tcgw-waffle-picker .tcgw-mobile-drawer__body {
	display: grid;
	gap: 8px;
}

.tcgw-waffle-picker .tcgw-stats,
.tcgw-waffle-picker .tcgw-actions {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tcgw-waffle-picker .tcgw-time-chips {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tcgw-waffle-picker .tcgw-legend {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tcgw-waffle-picker .tcgw-legend-item,
.tcgw-waffle-picker .tcgw-time-chip,
.tcgw-waffle-picker .tcgw-stat,
.tcgw-waffle-picker .tcgw-entry-slot {
	border: 1px solid var(--tcgw-border);
	border-radius: 10px;
	padding: 8px;
	background: rgba(255, 255, 255, 0.03);
}

.tcgw-waffle-picker .tcgw-stat-label,
.tcgw-waffle-picker .tcgw-time-chip-label,
.tcgw-waffle-picker .tcgw-entry-slot-index {
	display: block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--tcgw-muted);
}

.tcgw-waffle-picker .tcgw-stat-value,
.tcgw-waffle-picker .tcgw-time-chip-value,
.tcgw-waffle-picker .tcgw-entry-slot-value {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	font-weight: 700;
	color: var(--tcgw-text);
}

.tcgw-waffle-picker .tcgw-progress {
	position: relative;
	height: 10px;
	flex: 1;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.08);
}

.tcgw-waffle-picker .tcgw-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, var(--tcgw-accent), var(--tcgw-accent-2));
	transition: width 0.2s linear;
}

.tcgw-waffle-picker .tcgw-progress-percent {
	min-width: 40px;
	text-align: right;
	font-weight: 700;
}

.tcgw-waffle-picker .tcgw-picked-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-height: 30px;
}

.tcgw-waffle-picker .tcgw-picked-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 7px;
	border-radius: 999px;
	border: 1px solid var(--tcgw-border);
	font-size: 11px;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.07);
}

.tcgw-waffle-picker .tcgw-picked-pill.is-selected {
	background: linear-gradient(135deg, #14b86e, #0f965a);
	border-color: rgba(20, 184, 110, 0.45);
	box-shadow: 0 0 0 2px rgba(20, 184, 110, 0.2);
}

.tcgw-waffle-picker .tcgw-picked-pill.is-empty {
	color: var(--tcgw-muted);
	font-weight: 600;
}

.tcgw-waffle-picker .tcgw-actions .button,
.tcgw-waffle-picker .tcgw-mobile-dock .button,
.tcgw-waffle-picker .tcg-waffle-ui__sticky .button {
	min-height: 40px;
	width: 100%;
	border-radius: 10px;
	white-space: normal;
	line-height: 1.2;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

@container (max-width: 720px) {
	.tcgw-waffle-picker .tcgw-legend,
	.tcgw-waffle-picker .tcgw-actions,
	.tcgw-waffle-picker .tcgw-stats,
	.tcgw-waffle-picker .tcgw-time-chips {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@container (max-width: 460px) {
	.tcgw-waffle-picker .tcgw-legend,
	.tcgw-waffle-picker .tcgw-actions,
	.tcgw-waffle-picker .tcgw-stats,
	.tcgw-waffle-picker .tcgw-time-chips {
		grid-template-columns: minmax(0, 1fr);
	}

	.tcgw-waffle-picker .waffle-panel-header-top {
		flex-direction: column;
		align-items: flex-start;
	}
}

.tcgw-waffle-picker .tcgw-number:focus-visible,
.tcgw-waffle-picker .button:focus-visible,
.tcgw-waffle-picker .tcgw-more-info-close:focus-visible {
	outline: 2px solid var(--tcgw-accent-2);
	outline-offset: 2px;
}

.tcgw-waffle-picker[data-part="picker"] {
	margin: 10px 0;
}

.tcgw-waffle-picker[data-part="picker"] .waffle-panel-section {
	padding: 9px 10px;
	border-radius: 11px;
}

.tcgw-waffle-picker[data-part="picker"] .tcg-waffle-ui__title {
	font-size: 18px;
}

.tcgw-waffle-picker[data-part="picker"] .tcg-waffle-ui__helper {
	font-size: 12px;
	margin-top: 6px;
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-picker-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	flex-wrap: wrap;
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-picker-metrics {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-picker-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	border-radius: 999px;
	border: 1px solid var(--tcgw-border);
	background: rgba(255, 255, 255, 0.04);
	font-size: 11px;
	line-height: 1;
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-picker-chip small {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--tcgw-muted);
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-picker-chip strong {
	font-size: 12px;
	font-weight: 700;
	color: var(--tcgw-text);
}

.tcgw-waffle-picker .tcgw-picker-chip--hold {
	border-color: rgba(245, 191, 59, 0.32);
	background: rgba(245, 191, 59, 0.08);
}

.tcgw-waffle-picker .tcgw-hold-countdown {
	color: #ffd774;
}

.tcgw-waffle-picker .tcgw-hold-banner {
	margin: 10px 0 0;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(245, 191, 59, 0.22);
	background: rgba(245, 191, 59, 0.08);
	color: #f8ead2;
	font-size: 13px;
	line-height: 1.45;
}

.tcgw-waffle-picker .tcgw-hold-banner strong {
	color: #ffd774;
}

.tcgw-waffle-picker .tcgw-hold-banner.is-expired {
	border-color: rgba(255, 110, 110, 0.24);
	background: rgba(255, 110, 110, 0.08);
	color: #ffd8d8;
}

.tcgw-waffle-picker .tcgw-hold-banner.is-expired strong {
	color: #ffd8d8;
}

.tcgw-waffle-picker .tcgw-picker-icon-actions {
	display: inline-flex;
	gap: 6px;
	align-items: center;
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-icon-action.button {
	min-height: 30px;
	width: 30px;
	padding: 0;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-enter-claim.button {
	width: auto;
	min-width: 78px;
	padding: 0 10px;
	gap: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--tcgw-border);
	color: var(--tcgw-text);
	transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-enter-claim.button em {
	font-style: normal;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-claim-inline.button {
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--tcgw-border);
	color: var(--tcgw-text);
	transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-enter-numbers:not(.is-ready):not([disabled]) {
	opacity: 0.62;
	filter: saturate(0.7);
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-enter-numbers.is-ready:not([disabled]) {
	background: linear-gradient(135deg, #33d17a, #1fa764);
	border-color: rgba(51, 209, 122, 0.72);
	color: #f4fff8;
	box-shadow: 0 0 0 2px rgba(51, 209, 122, 0.24), 0 8px 20px rgba(31, 167, 100, 0.3);
	transform: translateY(-1px);
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-picked-strip .waffle-section-label {
	margin-bottom: 0;
	font-size: 11px;
}

.tcgw-waffle-picker[data-part="picker"] .tcgw-number-grid {
	max-height: min(52vh, 520px);
	gap: 8px;
}

.tcgw-waffle-picker .tcg-waffle-ui__sticky,
.tcgw-waffle-picker .tcgw-mobile-dock,
.tcgw-waffle-picker .tcgw-mobile-drawer {
	display: none;
}

.tcgw-waffle-picker .tcgw-draw-highlight {
	outline: 2px solid rgba(255, 255, 255, 0.52);
	outline-offset: 1px;
}

.tcgw-waffle-picker .tcgw-draw-winner {
	outline: 2px solid var(--tcgw-warn);
	outline-offset: 1px;
}

@media (max-width: 1023px) and (hover: none) and (pointer: coarse) {
	.tcgw-waffle-picker .tcgw-picker-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.tcgw-waffle-picker .waffle-panel-section {
		padding: 11px;
	}

	.tcgw-waffle-picker .tcgw-picker-side {
		display: none;
	}

	.tcgw-waffle-picker .tcg-waffle-ui {
		padding-bottom: max(96px, calc(20px + env(safe-area-inset-bottom)));
	}

	.tcgw-waffle-picker .tcgw-mobile-dock {
		display: grid;
		position: fixed;
		left: 10px;
		right: 10px;
		bottom: calc(10px + env(safe-area-inset-bottom));
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 8px;
		align-items: center;
		padding: 9px;
		z-index: 9999;
		background: #111626;
		border: 1px solid var(--tcgw-border);
		border-radius: 12px;
	}

	.tcgw-waffle-picker .tcgw-mobile-dock__picked {
		overflow-x: auto;
		white-space: nowrap;
	}

	.tcgw-waffle-picker .tcgw-mobile-dock__picked .tcgw-picked-list {
		flex-wrap: nowrap;
	}

	.tcgw-waffle-picker .tcgw-mobile-dock__actions {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
		width: 100%;
	}

	.tcgw-waffle-picker .tcgw-mobile-dock__actions .button {
		min-height: 38px;
		padding: 0 9px;
		border-radius: 9px;
	}

	.tcgw-waffle-picker .tcgw-mobile-drawer {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 10000;
	}

	.tcgw-waffle-picker .tcgw-mobile-drawer[hidden] {
		display: none;
	}

	.tcgw-waffle-picker .tcgw-mobile-drawer__backdrop {
		position: absolute;
		inset: 0;
		border: 0;
		background: rgba(0, 0, 0, 0.45);
	}

	.tcgw-waffle-picker .tcgw-mobile-drawer__sheet {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		max-height: 86vh;
		overflow: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		padding: 12px 12px calc(16px + env(safe-area-inset-bottom));
		background: #111626;
		border: 1px solid var(--tcgw-border);
		border-bottom: 0;
		border-radius: 14px 14px 0 0;
	}

	.tcgw-waffle-picker .tcgw-number-grid {
		grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
		gap: 8px;
	}

	.tcgw-waffle-picker .tcgw-legend,
	.tcgw-waffle-picker .tcgw-actions,
	.tcgw-waffle-picker .tcgw-stats,
	.tcgw-waffle-picker .tcgw-time-chips {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tcgw-waffle-picker .waffle-panel-header-top {
		flex-direction: column;
	}
}

@media (max-width: 640px) and (hover: none) and (pointer: coarse) {
	.tcgw-waffle-picker .tcg-waffle-ui {
		padding-bottom: max(108px, calc(26px + env(safe-area-inset-bottom)));
	}

	.tcgw-waffle-picker .tcgw-mobile-dock {
		grid-template-columns: 1fr;
	}

	.tcgw-waffle-picker .tcgw-mobile-dock__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tcgw-waffle-picker .tcgw-mobile-dock__countdown {
		text-align: right;
	}
}

@media (max-width: 767px) {
	.tcgw-waffle-picker {
		margin: 12px 0;
	}

	.tcgw-waffle-picker .waffle-panel-section {
		padding: 10px;
		border-radius: 12px;
	}

	.tcgw-waffle-picker .tcg-waffle-ui__title {
		font-size: 20px;
		line-height: 1.15;
	}

	.tcgw-waffle-picker .tcg-waffle-ui__helper {
		font-size: 12px;
		line-height: 1.35;
	}

	.tcgw-waffle-picker .waffle-panel-header-top {
		align-items: flex-start;
		gap: 6px;
	}

	.tcgw-waffle-picker .waffle-panel-badges {
		gap: 6px;
	}

	.tcgw-waffle-picker .waffle-rarity-badge,
	.tcgw-waffle-picker .waffle-status-badge {
		font-size: 11px;
		padding: 4px 8px;
	}

	.tcgw-waffle-picker .tcgw-number-grid {
		grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
		gap: 7px;
		max-height: min(56vh, 460px);
	}

	.tcgw-waffle-picker .tcgw-number {
		min-height: 40px;
		font-size: 14px;
	}

	.tcgw-waffle-picker .tcgw-picked-list {
		min-height: 26px;
		gap: 5px;
	}

	.tcgw-waffle-picker .tcgw-picked-pill {
		height: 20px;
		min-width: 20px;
		padding: 0 6px;
		font-size: 10px;
	}

	.tcgw-waffle-picker[data-part="picker"] .tcgw-picker-toolbar {
		align-items: stretch;
	}

	.tcgw-waffle-picker[data-part="picker"] .tcgw-picker-icon-actions {
		width: 100%;
		justify-content: flex-end;
	}

	.tcgw-waffle-picker[data-part="picker"] .tcgw-icon-action.button {
		min-height: 32px;
		width: 32px;
	}

	.tcgw-waffle-picker[data-part="picker"] .tcgw-enter-claim.button {
		min-height: 32px;
	}

	.tcgw-waffle-picker[data-part="picker"] .tcgw-claim-inline.button {
		min-height: 30px;
		font-size: 10px;
		padding: 0 9px;
	}
}

@media (max-width: 920px) and (min-width: 768px) {
	.tcgw-waffle-picker .tcgw-picker-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.tcgw-waffle-picker .tcgw-picker-side {
		position: static;
		max-height: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tcgw-waffle-picker .tcgw-number,
	.tcgw-waffle-picker .tcgw-progress-bar {
		transition: none !important;
	}

	.tcgw-waffle-picker .tcgw-number.selected,
	.tcgw-waffle-picker .tcgw-number:hover {
		transform: none !important;
		box-shadow: none !important;
	}
}



.tcgw-waffle-picker .tcgw-hold-stat {
	border-color: rgba(245, 191, 59, 0.18);
	background: rgba(245, 191, 59, 0.06);
}

.tcgw-waffle-picker .tcgw-mobile-dock__hold {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 8px;
	padding: 5px 8px;
	border-radius: 999px;
	border: 1px solid rgba(245, 191, 59, 0.24);
	background: rgba(245, 191, 59, 0.08);
	font-size: 11px;
	line-height: 1;
	color: var(--tcgw-text);
}

.tcgw-waffle-picker .tcgw-mobile-dock__hold small {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--tcgw-muted);
}

@media (max-width: 640px) {
	.tcgw-waffle-picker .tcgw-hold-banner {
		font-size: 12px;
		padding: 9px 10px;
	}

	.tcgw-waffle-picker .tcgw-mobile-dock__hold {
		margin-left: 6px;
		padding: 4px 7px;
	}
}
