.usm-bonus-wheel-overlay {
	position: fixed;
	inset: 0;
	z-index: 124;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 14px;
	background: radial-gradient(circle at 50% 0%, rgba(30,41,59,.72), rgba(2,6,23,.94) 58%, rgba(0,0,0,.98));
	backdrop-filter: blur(8px);
	overflow: hidden;
	box-sizing: border-box;
}
.usm-bonus-wheel-overlay.is-open { display: flex; }
.usm-bonus-wheel-card {
	position: relative;
	width: min(1180px, 100%);
	max-height: calc(var(--usm-safe-vh100, 100vh) - 28px);
	box-sizing: border-box;
	border-radius: 30px;
	padding: clamp(14px, 2.3vh, 24px);
	overflow: hidden;
	background: linear-gradient(180deg, rgba(7,12,32,.985), rgba(2,6,23,.995));
	border: 1px solid rgba(255,255,255,.15);
	box-shadow: 0 34px 100px rgba(0,0,0,.62), inset 0 0 0 1px rgba(255,255,255,.04);
	color: #f8fafc;
}
.usm-bonus-wheel-glow { position:absolute; pointer-events:none; filter:blur(30px); opacity:.48; }
.usm-bonus-wheel-glow-a { width:280px; height:280px; right:-70px; top:-90px; background:rgba(34,211,238,.48); }
.usm-bonus-wheel-glow-b { width:320px; height:320px; left:-90px; bottom:-140px; background:rgba(236,72,153,.42); }
.usm-bonus-wheel-head,
.usm-bonus-wheel-body { position:relative; z-index:2; }
.usm-bonus-wheel-head { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:12px; }
.usm-bonus-wheel-kicker { font-size:11px; letter-spacing:.38em; text-transform:uppercase; color:rgba(191,219,254,.82); margin-bottom:5px; }
.usm-bonus-wheel-title { margin:0; font-size:clamp(28px, 4.8vw, 58px); line-height:.96; text-shadow:0 0 24px rgba(34,211,238,.22), 0 0 44px rgba(236,72,153,.16); }
.usm-bonus-wheel-copy { margin:8px 0 0; color:rgba(226,232,240,.9); font-size:clamp(13px, 1.7vh, 16px); line-height:1.45; max-width:760px; }
.usm-bonus-wheel-multiplier { min-width:88px; height:88px; border-radius:999px; display:flex; align-items:center; justify-content:center; font-weight:1000; font-size:30px; background:radial-gradient(circle at 30% 28%, #fff7ad, #facc15 34%, #f97316 72%); color:#451a03; box-shadow:0 0 0 5px rgba(255,255,255,.08), 0 0 42px rgba(250,204,21,.34); }
.usm-bonus-wheel-body { display:grid; grid-template-columns:minmax(300px, 1fr) minmax(250px, 330px); gap:18px; align-items:center; }
.usm-bonus-wheel-stage { position:relative; width:min(64vh, 100%); max-width:620px; aspect-ratio:1/1; margin:0 auto; display:flex; align-items:center; justify-content:center; }
.usm-bonus-wheel-stage:before { content:""; position:absolute; inset:2%; border-radius:50%; background:radial-gradient(circle, rgba(255,255,255,.08), transparent 62%); box-shadow:0 24px 70px rgba(0,0,0,.4); }
.usm-bonus-wheel-canvas { position:relative; z-index:1; width:100%; height:100%; max-width:100%; max-height:100%; filter:drop-shadow(0 22px 36px rgba(0,0,0,.46)); }
.usm-bonus-wheel-pointer { position:absolute; z-index:3; top:-3px; left:50%; transform:translateX(-50%); width:0; height:0; border-left:18px solid transparent; border-right:18px solid transparent; border-top:0; border-bottom:42px solid #fef3c7; filter:drop-shadow(0 8px 10px rgba(0,0,0,.45)); }
.usm-bonus-wheel-pointer:after { content:""; position:absolute; left:-9px; top:6px; width:18px; height:18px; border-radius:50%; background:#ef4444; box-shadow:0 0 18px rgba(239,68,68,.6); }
.usm-bonus-wheel-center { position:absolute; z-index:2; width:19%; aspect-ratio:1/1; border-radius:50%; background:radial-gradient(circle at 30% 28%, #fff, #e0f2fe 34%, #0f172a 72%); display:flex; align-items:center; justify-content:center; color:#020617; font-weight:1000; letter-spacing:.05em; box-shadow:0 0 0 7px rgba(255,255,255,.12), 0 10px 28px rgba(0,0,0,.34); pointer-events:none; }
.usm-bonus-wheel-center span { font-size:clamp(11px, 2.1vw, 18px); }
.usm-bonus-wheel-side { display:grid; gap:12px; align-content:center; }
.usm-bonus-wheel-status { min-height:44px; border:1px solid rgba(255,255,255,.1); background:rgba(15,23,42,.52); border-radius:18px; padding:12px 14px; color:#dbeafe; font-weight:850; line-height:1.35; }
.usm-bonus-wheel-spin-btn { border:0; border-radius:999px; padding:15px 20px; cursor:pointer; font-weight:1000; font-size:16px; color:#fff; background:linear-gradient(135deg,#06b6d4,#8b5cf6,#ec4899); box-shadow:0 18px 36px rgba(0,0,0,.35), 0 0 0 7px rgba(34,211,238,.08); transition:transform .16s ease, filter .16s ease; }
.usm-bonus-wheel-spin-btn:hover:not(:disabled) { transform:translateY(-2px) scale(1.015); filter:brightness(1.08); }
.usm-bonus-wheel-spin-btn:disabled { opacity:.62; cursor:default; }
.usm-bonus-wheel-result { min-height:42px; color:#fef3c7; font-weight:950; font-size:15px; line-height:1.4; text-shadow:0 0 18px rgba(250,204,21,.24); }
.usm-bonus-wheel-list { display:grid; gap:7px; max-height:190px; overflow:hidden; }
.usm-bonus-wheel-list-row { display:grid; grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr); gap:8px; align-items:center; border:1px solid rgba(255,255,255,.08); border-radius:13px; padding:8px 10px; background:rgba(255,255,255,.045); font-size:12px; }
.usm-bonus-wheel-list-row strong { color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.usm-bonus-wheel-list-row span { color:rgba(226,232,240,.78); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.usm-bonus-wheel-list-row.is-super { background:linear-gradient(90deg, rgba(236,72,153,.2), rgba(245,158,11,.12)); border-color:rgba(236,72,153,.26); }
.usm-bonus-wheel-overlay.is-super-hit .usm-bonus-wheel-card { animation: usm-bonus-wheel-super-pulse .72s ease; }
.usm-bonus-wheel-test-btn { border-radius:12px; padding:8px 12px; font-size:12px; font-weight:800; border:1px solid rgba(236,72,153,.35); background:rgba(236,72,153,.16); color:#fce7f3; }
.usm-bonus-wheel-overlay.theme-gold .usm-bonus-wheel-card { background:linear-gradient(180deg, rgba(68,38,10,.985), rgba(28,25,23,.995)); }
.usm-bonus-wheel-overlay.theme-gold .usm-bonus-wheel-spin-btn { background:linear-gradient(135deg,#facc15,#f97316,#b45309); }
.usm-bonus-wheel-overlay.theme-clean .usm-bonus-wheel-card { background:linear-gradient(180deg, rgba(248,250,252,.99), rgba(226,232,240,.99)); color:#0f172a; }
.usm-bonus-wheel-overlay.theme-clean .usm-bonus-wheel-title,
.usm-bonus-wheel-overlay.theme-clean .usm-bonus-wheel-list-row strong { color:#0f172a; text-shadow:none; }
.usm-bonus-wheel-overlay.theme-clean .usm-bonus-wheel-copy,
.usm-bonus-wheel-overlay.theme-clean .usm-bonus-wheel-list-row span { color:#475569; }
.usm-bonus-wheel-overlay.theme-clean .usm-bonus-wheel-status { background:rgba(255,255,255,.68); color:#0f172a; border-color:rgba(15,23,42,.12); }
@keyframes usm-bonus-wheel-super-pulse { 0%{transform:scale(1)} 42%{transform:scale(1.018); box-shadow:0 34px 100px rgba(0,0,0,.62), 0 0 80px rgba(236,72,153,.32)} 100%{transform:scale(1)} }
@media (max-width: 860px), (max-height: 720px) {
	.usm-bonus-wheel-overlay { padding:10px; }
	.usm-bonus-wheel-card { border-radius:22px; padding:12px; }
	.usm-bonus-wheel-head { margin-bottom:8px; }
	.usm-bonus-wheel-multiplier { min-width:64px; height:64px; font-size:22px; }
	.usm-bonus-wheel-body { grid-template-columns:1fr; gap:8px; }
	.usm-bonus-wheel-stage { width:min(58vh, 92vw); max-width:520px; }
	.usm-bonus-wheel-side { grid-template-columns:1fr auto; align-items:center; gap:8px; }
	.usm-bonus-wheel-list { display:none; }
	.usm-bonus-wheel-result { grid-column:1 / -1; min-height:24px; font-size:13px; }
	.usm-bonus-wheel-status { min-height:36px; padding:9px 11px; font-size:12px; }
	.usm-bonus-wheel-spin-btn { padding:11px 14px; font-size:13px; }
}
@media (max-width: 520px) {
	.usm-bonus-wheel-head { align-items:flex-start; }
	.usm-bonus-wheel-title { font-size:28px; }
	.usm-bonus-wheel-copy { font-size:12px; }
	.usm-bonus-wheel-stage { width:min(50vh, 94vw); }
	.usm-bonus-wheel-side { grid-template-columns:1fr; }
}
@media (pointer: coarse) {
	.usm-bonus-wheel-overlay { backdrop-filter:none; }
	.usm-bonus-wheel-canvas { filter:drop-shadow(0 12px 20px rgba(0,0,0,.38)); }
}
