.wheel-launcher-btn{position:fixed;bottom:24px;z-index:999;width:50px;height:50px;border-radius:50%;background:var(--card);border:1px solid var(--transparent-10-w);box-shadow:none!important;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s,border-color .15s}.wheel-launcher-btn:hover{transform:translateY(-2px);border-color:var(--span)}.wheel-launcher-btn.wheel-btn-right{right:24px}.wheel-launcher-btn.wheel-btn-left{left:24px}.wheel-launcher-inner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.wheel-launcher-inner svg{width:22px;height:22px;fill:var(--span)}.wheel-launcher-badge{position:absolute;top:2px;right:2px;width:10px;height:10px;border-radius:50%;background:#eb4b4b;border:2px solid var(--card)}.wheel-modal-shell{width:95%;max-width:480px;max-height:92vh;border-radius:var(--br-24,24px);transition:max-width .28s cubic-bezier(.16,1,.3,1),min-height .28s cubic-bezier(.16,1,.3,1);position:relative;box-sizing:border-box}.wheel-modal-shell.admin-mode{max-width:1180px;width:96vw;min-height:560px}.wheel-modal-shell.prizes-mode{max-width:860px;min-height:460px}.wheel-views-container{display:grid;grid-template-areas:"view";width:100%;max-width:100%;min-width:0;position:relative;overflow-x:hidden}.wheel-view-pane{grid-area:view;display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .28s cubic-bezier(.16,1,.3,1),transform .28s cubic-bezier(.16,1,.3,1),visibility 0s linear .28s;transform:translateY(8px);will-change:opacity,transform;min-height:0;max-height:0;overflow:hidden}.wheel-admin-tab-nav,.wheel-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.wheel-view-pane.active{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0);transition:opacity .28s cubic-bezier(.16,1,.3,1),transform .28s cubic-bezier(.16,1,.3,1),visibility linear;max-height:none;overflow:visible}.wheel-modal-title{font-size:20px;font-weight:700;color:var(--text-default);line-height:1.2}.wheel-head-actions{display:flex;align-items:center;gap:8px}.wheel-prizes-nav-btn{position:relative}.wheel-prizes-counter-badge{position:absolute;top:-3px;right:-3px;background:#eb4b4b;color:#fff;border-radius:10px;font-size:10px;font-weight:700;padding:1px 5px;line-height:1.2;border:1.5px solid var(--card)}.wheel-game-body{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;margin-top:.5rem}.wheel-canvas-container{position:relative;width:330px;height:330px;max-width:80vw;max-height:80vw;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;margin:0 auto}#wheelCanvas{width:100%!important;height:100%!important;border-radius:50%;display:block}.wheel-pointer-pin{position:absolute;top:-10px;left:50%;transform:translateX(-50%);width:24px;height:24px;z-index:10}.wheel-pointer-pin svg{width:100%;height:100%;color:var(--span);filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.wheel-hub-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:var(--card);border:3px solid var(--input-form);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:8;transition:transform .15s,border-color .15s}.wheel-hub-center:hover{transform:translate(-50%,-50%) scale(1.06);border-color:var(--span)}#popupWheelFortune .badge,#popupWheelFortune .user_badge,#popupWheelFortune .wheel-form-title,#popupWheelFortune .wheel-status-pill,#popupWheelFortune a,.wheel-form-title,.wheel-status-pill{border-bottom:none!important;text-decoration:none!important}.wheel-hub-center svg{width:16px;height:16px;fill:var(--span);margin-left:2px}.wheel-spin-controls{width:100%;display:flex;flex-direction:column;align-items:center;gap:.35rem}.wheel-status-subtitle{font-size:.85rem;color:var(--text-custom);text-align:center}.wheel-rarities-bar{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;width:100%}#popupWheelFortune .user_roles{display:flex;flex-wrap:wrap;gap:6px;align-items:center}#popupWheelFortune .user_badge{display:inline-flex;width:max-content;padding:5px 10px 5px 8px;border-radius:var(--br-24,24px);background:var(--transparent-2-w);font-size:var(--font-size-s);font-weight:var(--font-weight-6,600);justify-content:space-between;gap:8px;align-items:center;line-height:1.2}#popupWheelFortune .badge_player_circle{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.wheel-win-overlay{position:absolute;inset:0;z-index:30;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);padding:1rem}.wheel-win-card{width:100%;max-width:360px;text-align:center}.wheel-win-content-box{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.25rem}.wheel-win-prize-name{font-size:1.25rem;font-weight:700;color:var(--text-default)}.wheel-win-prize-detail{font-size:.88rem;color:var(--text-custom)}.wheel-admin-tab-nav{display:flex;gap:8px;margin:.1rem 0 1rem;padding:.1rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.wheel-admin-tab-nav::-webkit-scrollbar{display:none}.wheel-admin-tab-nav button{flex-shrink:0;white-space:nowrap;border-radius:var(--br-8,8px)!important}.wheel-tab-pane{display:none;flex-direction:column;gap:1rem;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.wheel-tab-pane.active{display:flex;animation:.22s cubic-bezier(.16,1,.3,1) forwards wheelFadeSlide}@keyframes wheelFadeSlide{0%{opacity:0;transform:translateY(5px)}100%{opacity:1;transform:translateY(0)}}.wheel-admin-section{display:flex;flex-direction:column;gap:12px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.wheel-form-title{font-size:.95rem;font-weight:600;color:var(--text-default);margin-bottom:.75rem;display:flex;align-items:center;gap:6px}.wheel-form-title svg{width:1rem;height:1rem;fill:var(--span)}.wheel-status-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:.78rem;font-weight:500;border-radius:var(--br-6,6px);line-height:1.3;white-space:nowrap}.wheel-status-pill.pill-success{background:rgba(100,206,130,.15);color:var(--green)}.wheel-status-pill.pill-warning{background:rgba(246,185,73,.15);color:var(--orange)}.wheel-status-pill.pill-danger{background:var(--red-10);color:var(--red)}#popupWheelFortune .inputs-inline{width:100%;display:flex;flex-direction:column;gap:6px;margin-bottom:0}#popupWheelFortune .inputs-inline>.label-name,#popupWheelFortune .inputs-inline>label{font-size:var(--font-size-s);color:var(--text-secondary);font-weight:500;margin-bottom:0;white-space:normal;line-height:1.3}#popupWheelFortune .inputs-inline input:not([type=checkbox]):not([type=radio]){width:100%;margin-top:0}#popupWheelFortune .inputs-inline .adaptive-select-wrapper{width:100%;position:relative}#popupWheelFortune .adaptive-select{width:100%;min-width:0}#popupWheelFortune .adaptive-select__span_text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}#popupWheelFortune .adaptive-select__dropdown-list{width:100%!important;min-width:100%!important;max-width:100%!important;z-index:1000!important;box-sizing:border-box!important;box-shadow:0 8px 24px rgba(0,0,0,.45)!important}#popupWheelFortune .adaptive-select__dropdown-list.adaptive-select__bottom{bottom:calc(100% + 6px)!important;top:auto!important;box-shadow:0 -8px 24px rgba(0,0,0,.45)!important}#popupWheelFortune .adaptive-select__label{width:100%;box-sizing:border-box}#popupWheelFortune .adaptive-select__label-text{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.35;word-break:break-word}#popupWheelFortune .adaptive-select-wrapper:has(.adaptive-select__dropdown-list.visible){z-index:999}#popupWheelFortune .inputs-inline:has(input[type=checkbox].switch){flex-direction:row;align-items:center;justify-content:space-between;gap:12px}#popupWheelFortune .flex-inline{display:flex;gap:12px;width:100%;margin-bottom:0}#popupWheelFortune .flex-inline .inputs-inline{flex:1}@media (min-width:992px){.wheel-admin-two-col{display:grid;grid-template-columns:280px 1fr;gap:20px;align-items:start;width:100%;max-width:100%;min-width:0;box-sizing:border-box}}.wheel-admin-two-col>*{min-width:0;max-width:100%;width:100%;box-sizing:border-box}.wheel-general-grid{display:grid;grid-template-columns:1fr;gap:16px;width:100%}@media (min-width:768px){.wheel-general-grid{grid-template-columns:1fr 1fr;gap:16px 20px}}.wheel-settings-card{background:var(--card);border:1px solid var(--transparent-10-w);border-radius:var(--br-12,12px);padding:14px 16px;display:flex;flex-direction:column;gap:10px;position:relative;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden}#popupWheelFortune .wheel-settings-card:has(.adaptive-select__dropdown-list.visible){z-index:100}.wheel-card-header{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:var(--text-default);padding-bottom:8px;border-bottom:1px solid var(--transparent-10-w);margin-bottom:2px}.wheel-player-link,.wheel-player-link:hover{text-decoration:none!important;border-bottom:none!important}.wheel-card-header svg{width:15px;height:15px;fill:var(--span)}.wheel-general-actions{margin-top:4px;width:100%;position:relative;z-index:1}.wheel-general-actions button{display:flex;align-items:center;justify-content:center;gap:8px;height:38px;font-size:.88rem;font-weight:600}.wheel-player-link{color:var(--text-default);transition:color .15s}.wheel-player-link:hover{color:var(--span)}#popupWheelFortune .table-responsive{max-height:480px;display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;box-sizing:border-box!important}#popupWheelFortune .table th,#popupWheelFortune .table td{white-space:nowrap}#popupWheelFortune .table th:first-child,#popupWheelFortune .table td:first-child{white-space:normal}#popupWheelFortune .table th:last-child,#popupWheelFortune .table td:last-child{text-align:right;padding-right:1rem}#popupWheelFortune button{border-radius:var(--br-8,8px)!important}.wheel-history-pagination{display:flex;justify-content:center;margin-top:1rem}.wheel-claim-actions{display:inline-flex;align-items:center;gap:8px;justify-content:flex-end;white-space:nowrap}.wheel-claim-actions .wheel-prize-server-select,.wheel-claim-actions .claim-prize-btn,.wheel-claim-actions .wheel-claim-info-badge,.wheel-claim-actions .button,.wheel-action-buttons .button,.wheel-action-buttons .button-delete{height:36px!important;min-height:36px!important;max-height:36px!important;box-sizing:border-box!important;font-size:var(--font-size-s,.82rem)!important;border-radius:var(--br-8,8px)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;line-height:1!important;margin:0!important;white-space:nowrap!important}.wheel-claim-actions .adaptive-select-wrapper{margin-bottom:0!important;width:150px!important;min-width:120px!important;max-width:170px!important;flex-shrink:0!important;position:relative!important}.wheel-claim-actions .adaptive-select{height:36px!important;min-height:36px!important;max-height:36px!important;padding-inline:10px 0!important;font-size:var(--font-size-s,.82rem)!important;border-radius:var(--br-8,8px)!important;background:var(--input-form)!important;border:1px solid var(--transparent-10-w)!important;box-sizing:border-box!important;display:grid!important;grid-auto-flow:column!important;align-items:center!important;cursor:pointer!important;min-width:0!important;width:100%!important}.wheel-claim-actions .adaptive-select:hover{border-color:var(--span)!important}.wheel-claim-actions .adaptive-select__arrow{height:36px!important;margin-right:.5rem!important;display:flex!important;align-items:center!important;justify-content:center!important}.wheel-claim-actions .adaptive-select__arrow svg{width:14px!important;height:14px!important;fill:currentColor!important}.wheel-claim-actions .adaptive-select__span_text{font-size:var(--font-size-s,.82rem)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:var(--text-default)!important}.wheel-claim-actions .adaptive-select__dropdown-list{min-width:160px!important;max-width:220px!important;width:max-content!important;right:0!important;left:auto!important;z-index:1000!important;box-shadow:0 8px 24px rgba(0,0,0,.45)!important}.wheel-claim-actions .adaptive-select__dropdown-list.adaptive-select__bottom{bottom:calc(100% + 6px)!important;top:auto!important;box-shadow:0 -8px 24px rgba(0,0,0,.45)!important}#popupWheelFortune .table tr:has(.adaptive-select__dropdown-list.visible),#popupWheelFortune .table td:has(.adaptive-select__dropdown-list.visible){z-index:50!important;position:relative!important}.wheel-claim-actions .claim-prize-btn{width:105px!important;min-width:105px!important;max-width:105px!important;flex-shrink:0!important;padding:0 12px!important;gap:6px!important;cursor:pointer!important}.wheel-claim-actions .wheel-claim-info-badge{width:105px!important;min-width:105px!important;max-width:105px!important;flex-shrink:0!important;padding:0 10px!important;background:var(--transparent-2-w)!important;color:var(--text-secondary)!important;font-weight:500!important;text-align:center!important;overflow:hidden!important;text-overflow:ellipsis!important}.wheel-action-buttons{display:inline-flex;align-items:center;gap:6px;justify-content:flex-end;flex-shrink:0;white-space:nowrap}.wheel-action-buttons .button,.wheel-action-buttons .button-delete{padding:0 10px!important;gap:6px!important;cursor:pointer!important}@media (max-width:768px){.wheel-launcher-btn{bottom:calc(4rem + 16px)!important;width:48px!important;height:48px!important;z-index:99!important;box-shadow:0 4px 14px rgba(0,0,0,.4)!important}.wheel-launcher-btn.wheel-btn-right{right:16px!important}.wheel-launcher-btn.wheel-btn-left{left:16px!important}#popupWheelFortune{align-items:flex-end!important;justify-content:center!important}#popupWheelFortune .wheel-modal-shell{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;min-width:100%!important;border-radius:20px 20px 0 0!important;margin:0!important;padding:14px 16px calc(16px + env(safe-area-inset-bottom, 0px))!important;max-height:92dvh!important;display:flex!important;flex-direction:column!important;box-sizing:border-box!important;overflow-x:hidden!important;overflow-y:hidden!important;-webkit-transform:none!important;transform:none!important}#popupWheelFortune .wheel-modal-shell::before{content:"";display:block;width:38px;height:4px;border-radius:2px;background:var(--transparent-20-w);margin:0 auto 10px;flex-shrink:0}#popupWheelFortune .wheel-modal-shell.admin-mode,#popupWheelFortune .wheel-modal-shell.prizes-mode{width:100%!important;max-width:100%!important;min-height:unset!important;max-height:92dvh!important}.wheel-view-pane.active{max-height:calc(92dvh - 70px)!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding-right:2px}.wheel-canvas-container{width:min(220px,58vw,32vh)!important;height:min(220px,58vw,32vh)!important}.wheel-hub-center{width:40px!important;height:40px!important}.wheel-hub-center svg{width:14px!important;height:14px!important}.wheel-pointer-pin{width:20px!important;height:20px!important;top:-8px!important}.wheel-game-body{gap:.6rem!important;margin-top:.2rem!important}.wheel-spin-controls{gap:.25rem!important}.wheel-spin-controls button{height:40px!important;font-size:.88rem!important}.wheel-status-subtitle{font-size:.78rem!important}.wheel-rarities-bar{gap:.25rem!important}#popupWheelFortune .user_badge{padding:4px 8px!important;font-size:.72rem!important}.wheel-modal-title{font-size:16px!important}#popupWheelFortune .inputs-inline,.wheel-head-actions{gap:4px!important}.wheel-head-actions .button,.wheel-head-actions button{padding:6px 8px!important;font-size:0!important}.wheel-head-actions .button svg,.wheel-head-actions button svg{width:16px!important;height:16px!important;margin:0!important}.wheel-admin-tab-nav{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;width:100%!important;margin:4px 0 10px!important;padding:2px 0 4px!important;box-sizing:border-box!important;position:sticky!important;top:0!important;z-index:20!important;background:var(--card)!important;overflow:visible!important}.wheel-admin-tab-nav button{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;height:34px!important;padding:0 8px!important;font-size:.78rem!important;font-weight:600!important;border-radius:var(--br-8,8px)!important;white-space:nowrap!important;box-sizing:border-box!important;flex-shrink:0!important}.wheel-admin-tab-nav button svg{width:14px!important;height:14px!important;flex-shrink:0!important;margin:0!important}.wheel-admin-two-col{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.wheel-general-grid{grid-template-columns:1fr!important;gap:10px!important}.wheel-general-actions{flex-direction:column!important}.wheel-general-actions button{width:100%!important;height:38px!important;font-size:.86rem!important}.wheel-settings-card{padding:10px 12px!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:hidden!important}.wheel-claim-actions .adaptive-select-wrapper{width:115px!important;min-width:95px!important;max-width:125px!important;margin-bottom:0!important}.wheel-claim-actions .adaptive-select{height:32px!important;min-height:32px!important;max-height:32px!important;padding-inline:6px 0!important;font-size:.72rem!important}.wheel-claim-actions .adaptive-select__arrow{height:32px!important;margin-right:.3rem!important}.wheel-claim-actions .adaptive-select__arrow svg{width:12px!important;height:12px!important}.wheel-claim-actions .adaptive-select__span_text{font-size:.72rem!important}.wheel-claim-actions .claim-prize-btn{height:32px!important;min-height:32px!important;max-height:32px!important;width:85px!important;min-width:85px!important;max-width:85px!important;font-size:.75rem!important;padding:0 8px!important;flex-shrink:0!important}.wheel-claim-actions .wheel-claim-info-badge{height:32px!important;min-height:32px!important;max-height:32px!important;width:85px!important;min-width:85px!important;max-width:85px!important;font-size:.75rem!important;flex-shrink:0!important}.wheel-action-buttons .button,.wheel-action-buttons .button-delete{height:30px!important;min-height:30px!important;max-height:30px!important;padding:0 8px!important;font-size:.72rem!important}#wheelTabPaneItems table{min-width:500px!important}#wheelTabPaneHistory table{min-width:460px!important}}@media (max-width:400px){.wheel-canvas-container{width:min(195px,54vw,28vh)!important;height:min(195px,54vw,28vh)!important}.wheel-hub-center{width:36px!important;height:36px!important}#popupWheelFortune .wheel-modal-shell{padding:12px 12px calc(14px + env(safe-area-inset-bottom, 0px))!important}.wheel-admin-tab-nav button{font-size:.74rem!important;padding:0 4px!important}}
