.spin-wheel-root{--sw-font-family: inherit;--sw-color-primary: #18233C;--sw-color-secondary: #4663a8;--sw-color-pointer: #FFD700;--sw-color-bg: #ffffff;--sw-color-text: #18233C;--sw-color-wheel-text: #ffffff;font-family:var(--sw-font-family);z-index:99990}.spin-wheel-floating{position:fixed;z-index:99991;display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1rem;border:none;border-radius:999px;background:var(--sw-color-primary);color:#fff;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px #00000040;transition:transform .2s ease,box-shadow .2s ease}.spin-wheel-floating:hover{transform:scale(1.04);box-shadow:0 6px 24px #0000004d}.spin-wheel-floating--bottom-right{bottom:1.5rem;right:1.5rem}.spin-wheel-floating--bottom-left{bottom:1.5rem;left:1.5rem}.spin-wheel-floating--top-right{top:5.5rem;right:1.5rem}.spin-wheel-floating--top-left{top:5.5rem;left:1.5rem}.spin-wheel-floating--bottom-center{bottom:1.5rem;left:50%;transform:translate(-50%)}.spin-wheel-floating--bottom-center:hover{transform:translate(-50%) scale(1.04)}.spin-wheel-floating__img{width:3.5rem;height:3.5rem;object-fit:contain;border-radius:50%}.spin-wheel-floating__icon{width:1.75rem;height:1.75rem;object-fit:contain}.spin-wheel-floating__emoji{font-size:1.25rem;line-height:1}.spin-wheel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99992;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0000008c;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.spin-wheel-overlay.is-open{opacity:1;visibility:visible}.spin-wheel-overlay[hidden]{display:none}.spin-wheel-overlay.is-open[hidden]{display:flex}.spin-wheel-modal{position:relative;width:100%;max-width:420px;max-height:92vh;overflow-y:auto;padding:1.75rem 1.5rem 1.25rem;background-color:var(--sw-color-bg);background-size:cover;background-position:center;color:var(--sw-color-text);border-radius:16px;box-shadow:0 20px 60px #00000059;text-align:center;transform:translateY(16px) scale(.97);transition:transform .35s cubic-bezier(.34,1.4,.64,1)}.spin-wheel-overlay.is-open .spin-wheel-modal{transform:translateY(0) scale(1)}.spin-wheel-modal__close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#00000014;color:var(--sw-color-text);font-size:1.35rem;line-height:1;cursor:pointer;transition:background .2s}.spin-wheel-modal__close:hover{background:#00000026}.spin-wheel-modal__banner{margin:-1.75rem -1.5rem 1rem;padding:.65rem 1rem;background:var(--sw-color-secondary);color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.spin-wheel-modal__banner-img{margin:-1.75rem -1.5rem 1rem;overflow:hidden;border-radius:16px 16px 0 0}.spin-wheel-modal__banner-img img{display:block;width:100%;height:auto;max-height:80px;object-fit:cover}.spin-wheel-modal__logo{margin-bottom:.75rem}.spin-wheel-modal__logo img{max-height:48px;width:auto;object-fit:contain}.spin-wheel-modal__title{margin:0 0 .35rem;font-size:1.35rem;font-weight:700;color:var(--sw-color-primary);line-height:1.25}.spin-wheel-modal__subtitle{margin:0 0 1rem;font-size:.875rem;line-height:1.45;opacity:.85}.spin-wheel-modal__wheel-wrap{position:relative;width:min(280px,72vw);margin:0 auto 1.25rem;aspect-ratio:1}.spin-wheel-pointer{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:22px solid var(--sw-color-pointer);z-index:3;filter:drop-shadow(0 2px 3px rgba(0,0,0,.25))}.spin-wheel-disc-wrap{width:100%;height:100%;border-radius:50%;padding:6px;background:var(--sw-color-primary);box-shadow:0 4px 16px #0003}.spin-wheel-disc{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;transition:transform .1s linear;will-change:transform}.spin-wheel-disc.is-spinning{transition:transform 4.5s cubic-bezier(.17,.67,.12,.99)}.spin-wheel-labels{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;list-style:none;pointer-events:none}.spin-wheel-label{position:absolute;top:50%;left:50%;width:42%;transform-origin:0 0;font-size:.62rem;font-weight:700;line-height:1.15;text-align:center;color:var(--sw-color-wheel-text);text-shadow:0 1px 2px rgba(0,0,0,.35);word-break:break-word}.spin-wheel-form{text-align:left;margin-bottom:.75rem}.spin-wheel-field{margin-bottom:.65rem}.spin-wheel-field__label{display:block;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.spin-wheel-field__input{width:100%;padding:.55rem .75rem;border:1px solid rgba(0,0,0,.15);border-radius:8px;font-family:inherit;font-size:.875rem;color:var(--sw-color-text);background:#fff;box-sizing:border-box}.spin-wheel-field__input:focus{outline:2px solid var(--sw-color-secondary);outline-offset:1px}.spin-wheel-field__checkbox-label{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;line-height:1.35;cursor:pointer}.spin-wheel-field__checkbox-label input{margin-top:.15rem;flex-shrink:0}.spin-wheel-field__checkbox-label a{color:var(--sw-color-secondary);text-decoration:underline}.spin-wheel-form__error{margin:.5rem 0 0;padding:.5rem .65rem;font-size:.8rem;color:#b00020;background:#fdecea;border-radius:6px}.spin-wheel-form__error[hidden]{display:none}.spin-wheel-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.25rem;border:none;border-radius:999px;font-family:inherit;font-size:.95rem;font-weight:700;cursor:pointer;transition:opacity .2s,transform .15s}.spin-wheel-btn:disabled{opacity:.45;cursor:not-allowed}.spin-wheel-btn:not(:disabled):hover{transform:scale(1.02)}.spin-wheel-btn--primary{background:var(--sw-color-primary);color:#fff}.spin-wheel-btn--secondary{width:auto;padding:.5rem 1rem;margin-top:.5rem;background:var(--sw-color-secondary);color:#fff;font-size:.8rem}.spin-wheel-modal__result[hidden]{display:none}.spin-wheel-result__title{margin:0 0 .35rem;font-size:1.2rem;color:var(--sw-color-primary)}.spin-wheel-result__subtitle{margin:0 0 .75rem;font-size:.85rem;opacity:.85}.spin-wheel-result__code-wrap{padding:.75rem;background:#0000000a;border-radius:10px;border:2px dashed var(--sw-color-secondary)}.spin-wheel-result__code{display:block;font-size:1.35rem;font-weight:800;letter-spacing:.06em;color:var(--sw-color-primary);word-break:break-all}.spin-wheel-result__prize-label{margin:.5rem 0 0;font-size:.8rem;opacity:.75}.spin-wheel-modal.is-result .spin-wheel-modal__wheel-wrap,.spin-wheel-modal.is-result .spin-wheel-modal__form-wrap{display:none}.spin-wheel-modal.is-spinning .spin-wheel-btn--primary{pointer-events:none}.spin-wheel-modal__disclaimer{margin:.75rem 0 0;font-size:.68rem;line-height:1.35;opacity:.65}.spin-wheel-modal__dismiss{display:inline-block;margin-top:.65rem;font-size:.75rem;color:var(--sw-color-text);opacity:.55;text-decoration:underline;cursor:pointer}.spin-wheel-modal__dismiss:hover{opacity:.85}@media(max-width:749px){.spin-wheel-modal--fullscreen{max-width:none;width:100%;height:100%;max-height:none;border-radius:0;display:flex;flex-direction:column;justify-content:center}.spin-wheel-overlay:has(.spin-wheel-modal--fullscreen){padding:0}.spin-wheel-modal--fullscreen .spin-wheel-modal__banner,.spin-wheel-modal--fullscreen .spin-wheel-modal__banner-img{margin-top:0;border-radius:0}.spin-wheel-overlay:has(.spin-wheel-modal--bottom_sheet){align-items:flex-end;padding:0}.spin-wheel-modal--bottom_sheet{max-width:none;border-radius:20px 20px 0 0;max-height:88vh;transform:translateY(100%)}.spin-wheel-overlay.is-open .spin-wheel-modal--bottom_sheet{transform:translateY(0)}.spin-wheel-modal--bottom_sheet .spin-wheel-modal__banner,.spin-wheel-modal--bottom_sheet .spin-wheel-modal__banner-img{margin-top:0;border-radius:20px 20px 0 0}.spin-wheel-floating{font-size:.8rem;padding:.55rem .85rem}.spin-wheel-floating--bottom-right,.spin-wheel-floating--bottom-left,.spin-wheel-floating--bottom-center{bottom:1rem}}.spin-wheel-btn--secondary.is-copied{background:#2e7d32}
/*# sourceMappingURL=/cdn/shop/t/16/assets/component-spin-wheel.css.map */
