#deals h1{margin:0;font-size:34px}.deals-layout{display:grid;grid-template-columns:minmax(235px,1fr) minmax(360px,1.55fr) minmax(240px,1fr);gap:22px;margin:28px 0 42px}.deal-settings,.deal-center,.deal-preview{background:#20262a;border:1px solid #2b3339;border-radius:12px;padding:28px;min-height:440px}.deal-settings{display:flex;flex-direction:column;gap:16px}.deal-settings label{font-weight:650;font-size:14px}.deal-money-input{display:flex;align-items:center;border:1px solid #35414a;background:#171d21;border-radius:7px;padding:6px 8px;gap:9px}.deal-money-input>span{padding:0 7px;color:#9babba}.deal-money-input input{min-width:0;width:100%;border:0;background:none;color:white;outline:none;font-size:19px;font-weight:700}.deal-money-input button{font-size:12px;padding:5px 9px}.deal-chance-label{display:flex;justify-content:space-between;margin-top:12px;gap:8px}.deal-chance-label strong{font-size:13px;color:#66ce9f}.deal-settings input[type=range]{width:100%;accent-color:#49bc83}.deal-presets{display:flex;gap:5px}.deal-presets button{flex:1;font-size:12px;padding:8px 3px}.deal-explainer,.deal-limits{font-size:12px;line-height:1.6;margin:0;color:var(--muted)}#deal-reset{margin-top:auto}.deal-center{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:18px}.deal-center>.brand{font-size:19px}.deal-wheel{--win-angle:0deg;position:relative;width:260px;aspect-ratio:1;border-radius:50%;background:conic-gradient(from var(--win-start,0deg),#4cbd88 0deg var(--win-angle),#333c43 var(--win-angle) 360deg);box-shadow:0 0 0 9px #1b2125,inset 0 0 0 1px #ffffff0d;margin:14px 0}.deal-wheel-inner{position:absolute;inset:17px;background:#20262a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;box-shadow:0 0 30px #0002}.deal-wheel-inner>span{font-size:29px;font-weight:750}.deal-wheel-inner small{font-size:12px;color:var(--muted)}.deal-pointer-orbit{position:absolute;inset:-10px;pointer-events:none}.deal-pointer-orbit i{position:absolute;top:-7px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:19px solid #f9fafb;filter:drop-shadow(0 2px 4px #000)}.deal-won{box-shadow:0 0 0 9px #1b2125,0 0 36px #49bd8850}.deal-spin-buttons{display:flex;gap:10px;width:100%}.deal-spin-buttons>button:first-child{flex:1}#deal-status{text-align:center;font-size:13px;min-height:20px;margin:0;color:#aeb9c1}.deal-preview{display:flex;flex-direction:column;justify-content:end}.deal-selected-art{display:flex;align-items:center;justify-content:center;flex:1;padding:16px}.deal-selected-art .product-art{width:100%;height:240px;object-fit:contain;filter:drop-shadow(0 10px 20px #0004)}.deal-selected-art .product-emoji{font-size:120px}.deal-preview h2{font-size:17px;line-height:1.5;margin:8px 0}.deal-preview .eyebrow{font-size:10px;color:#899ca9}.deal-preview-price{display:flex;justify-content:space-between;gap:8px}.deal-preview-price strong{font-size:20px}.deal-preview-price b{color:#e0b352}.deal-placeholder{display:flex;align-items:center;justify-content:center;flex:1;font-size:200px;color:#171d21;transform:rotate(-15deg)}.deal-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.deal-toolbar>input{flex:1;min-width:160px}.deal-toolbar input,.deal-toolbar select{background:#20262a;color:#dae2e8;padding:12px;border:1px solid #333c43;border-radius:7px}.deal-toolbar label{display:flex;align-items:center;gap:8px;color:#a5b2bd;font-size:12px}.deal-toolbar label input{width:120px}.deal-list-bar{display:flex;align-items:center;justify-content:space-between;margin:20px 0;color:#9eacb6;font-size:13px}.deal-list-bar button{padding:6px 12px;margin-left:6px}.deal-products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.deal-product{background:#20262a;display:flex;flex-direction:column;align-items:center;padding:18px 13px;gap:8px;min-width:0;border:1px solid transparent;transition:border-color .15s,background .15s}.deal-product:hover,.deal-product.selected{border-color:#49bc83;background:#25312f}.deal-product .product-art{width:100%;height:140px;object-fit:contain}.deal-product .product-emoji{font-size:80px;height:140px;display:flex;align-items:center}.deal-product>span:not(.product-emoji){color:#a5b1ba;font-size:12px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.deal-product strong{font-size:15px}.deal-product small{font-size:10px;color:#67c69d}.deal-product .reward-voucher{height:140px}header nav button{white-space:nowrap}@media(max-width:1050px){.deals-layout{grid-template-columns:1fr 1.4fr}.deal-preview{grid-column:1/-1;min-height:180px;display:grid;grid-template-columns:180px 1fr;gap:5px 20px}.deal-selected-art,.deal-placeholder{grid-row:1/4;padding:0}.deal-selected-art .product-art{height:150px}.deal-placeholder{font-size:130px}.deal-preview-price{justify-content:start;gap:30px}.deal-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:650px){.deals-layout{display:flex;flex-direction:column;gap:14px}.deal-settings,.deal-center,.deal-preview{padding:20px;min-height:0}.deal-settings{order:2}.deal-center{order:1}.deal-preview{order:3;grid-template-columns:100px 1fr}.deal-selected-art .product-art{height:120px}.deal-wheel{width:225px}.deal-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.deal-toolbar>input,.deal-toolbar select{width:100%}.deal-toolbar label{flex:1}.deal-toolbar label input{width:100%;min-width:0}.deal-product .product-art{height:115px}.deal-product strong{font-size:13px}}

.deal-settings .eyebrow { margin-bottom: 2px; }
.deal-direct-help { display: flex; gap: 12px; align-items: flex-start; margin-top: 14px; padding: 15px; border: 1px solid #34434c; border-left: 2px solid #49bc83; border-radius: 7px; background: #192024; }
.deal-direct-help > span { display: grid; flex: 0 0 32px; height: 32px; place-items: center; border-radius: 50%; background: #253a33; color: #55cb91; font-size: 18px; }
.deal-direct-help div { display: flex; flex-direction: column; gap: 4px; }
.deal-direct-help b { color: #dbe6e1; font-size: 12px; }
.deal-direct-help small { color: #84958e; font-size: 11px; line-height: 1.5; }
.deal-limits { margin-top: auto; padding-top: 15px; border-top: 1px solid #303a40; }
.deal-wheel { cursor: default; touch-action: none; user-select: none; transition: box-shadow .16s, filter .16s; }
.deal-wheel.field-hover { cursor: grab; filter: brightness(1.08); box-shadow: 0 0 0 9px #1b2125, 0 0 28px #49bd883b, inset 0 0 0 1px #ffffff20; }
.deal-wheel.dragging { cursor: grabbing; filter: brightness(1.12); box-shadow: 0 0 0 9px #1b2125, 0 0 38px #49bd8855, inset 0 0 0 1px #ffffff2b; }
.deal-wheel.disabled { opacity: .65; }
.deal-wheel-inner { pointer-events: none; }
.deal-wheel-inner em { margin-top: 3px; padding: 3px 7px; border-radius: 4px; background: #25362f; color: #64c999; font-size: 9px; font-style: normal; font-weight: 750; letter-spacing: .5px; }
.deal-settings > #deal-chance { height: 43px; margin: 0; padding: 0 7px; border: 0; border-radius: 7px; background: #171d21; appearance: none; }
.deal-settings > #deal-chance::-webkit-slider-runnable-track { height: 8px; border-radius: 5px; background: #313b40; }
.deal-settings > #deal-chance::-webkit-slider-thumb { width: 18px; height: 18px; margin-top: -5px; border: 0; border-radius: 50%; background: #4cbd88; box-shadow: 0 0 0 4px #4cbd8822; appearance: none; }
.deal-settings > #deal-chance::-moz-range-track { height: 8px; border-radius: 5px; background: #313b40; }
.deal-settings > #deal-chance::-moz-range-thumb { width: 18px; height: 18px; border: 0; border-radius: 50%; background: #4cbd88; box-shadow: 0 0 0 4px #4cbd8822; }
#deal-reset { margin-top: 0; height: 48px; }
