.GameWheel_container__AaUgx{padding:20px;height:100%;overflow-y:auto}.GameWheel_header__h6X5i{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}.GameWheel_header__h6X5i h1{margin:0;color:#333;font-size:28px;font-weight:700}.GameWheel_controls___iNNN{display:flex;gap:15px}.GameWheel_addButton__mMFa0,.GameWheel_spinButton__U0EtW{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.GameWheel_addButton__mMFa0{background:#4CAF50;color:white}.GameWheel_addButton__mMFa0:hover{background:#45a049;transform:translateY(-1px)}.GameWheel_spinButton__U0EtW{background:#FF6B35;color:white;min-width:120px}.GameWheel_spinButton__U0EtW:hover:not(:disabled){background:#e55a2e;transform:translateY(-1px)}.GameWheel_spinButton__U0EtW:disabled{background:#ccc;cursor:not-allowed}.GameWheel_spinning__vajLb{animation:GameWheel_pulse__bZVNL 1s infinite}@keyframes GameWheel_pulse__bZVNL{0%,to{opacity:1}50%{opacity:.7}}.GameWheel_wheelSection__SPm1F{display:flex;justify-content:center;margin-bottom:40px;padding:20px}.GameWheel_canvasContainer__VkACb{position:relative;width:400px;height:400px;max-width:100%}.GameWheel_wheelCanvas__GgaB6{width:100%;height:100%;border-radius:50%;box-shadow:0 8px 32px rgba(0,0,0,.1);background:white}.GameWheel_itemsList__TicMj{margin-top:30px}.GameWheel_itemsList__TicMj h3{margin-bottom:20px;color:#333;font-size:20px}.GameWheel_emptyMessage__zLTkM{text-align:center;color:#666;font-style:italic;padding:40px;background:#f9f9f9;border-radius:8px}.GameWheel_itemsGrid__z0dub{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.GameWheel_itemCard__gxpV_{display:flex;align-items:center;padding:15px;background:white;border:1px solid #ddd;border-radius:8px;transition:all .2s ease}.GameWheel_itemCard__gxpV_:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.GameWheel_itemColor__CYMWk{width:20px;height:20px;border-radius:50%;margin-right:12px;border:2px solid white;box-shadow:0 0 0 1px rgba(0,0,0,.1)}.GameWheel_itemInfo__N8n93{flex:1;display:flex;flex-direction:column;gap:4px}.GameWheel_itemName__YY_sQ{font-weight:600;color:#333;font-size:16px}.GameWheel_itemCount__N_TxT{color:#666;font-size:14px}.GameWheel_removeButton__YavK1{width:30px;height:30px;border:none;border-radius:50%;background:#ff4757;color:white;font-size:18px;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.GameWheel_removeButton__YavK1:hover{background:#e03e4b;transform:scale(1.1)}.GameWheel_modalOverlay__2Mcis{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.GameWheel_modal__sMNbp{background:white;border-radius:12px;width:100%;max-width:400px;box-shadow:0 20px 40px rgba(0,0,0,.2);animation:GameWheel_modalFadeIn__IOM3e .3s ease}.GameWheel_dark__ApN0O .GameWheel_modal__sMNbp{background:var(--dark-surface);box-shadow:0 20px 40px rgba(0,0,0,.4)}@keyframes GameWheel_modalFadeIn__IOM3e{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.GameWheel_modalHeader__U_Oss{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 0}.GameWheel_modalHeader__U_Oss h3{margin:0;color:#333;font-size:20px}.GameWheel_closeButton__OoQfJ{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:5px;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.GameWheel_closeButton__OoQfJ:hover{background:#f5f5f5;color:#333}.GameWheel_modalBody__rupKj{padding:24px}.GameWheel_inputGroup__JH22w{margin-bottom:20px}.GameWheel_inputGroup__JH22w label{display:block;margin-bottom:8px;font-weight:600;color:#333}.GameWheel_inputGroup__JH22w input{width:100%;padding:12px;border:2px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .2s ease;box-sizing:border-box}.GameWheel_inputGroup__JH22w input:focus{outline:none;border-color:#4CAF50}.GameWheel_modalFooter__Y1GUP{display:flex;gap:10px;justify-content:flex-end;margin-top:30px}.GameWheel_cancelButton__1SoA9,.GameWheel_submitButton__gNTbg{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.GameWheel_cancelButton__1SoA9{background:#f5f5f5;color:#666}.GameWheel_cancelButton__1SoA9:hover{background:#e9e9e9}.GameWheel_submitButton__gNTbg{background:#4CAF50;color:white}.GameWheel_submitButton__gNTbg:hover{background:#45a049}.GameWheel_winnerModal__BdjFe{background:white;border-radius:16px;width:100%;max-width:500px;box-shadow:0 20px 40px rgba(0,0,0,.2);animation:GameWheel_winnerModalFadeIn__69ALM .5s ease}@keyframes GameWheel_winnerModalFadeIn__69ALM{0%{opacity:0;transform:scale(.8) translateY(-30px)}to{opacity:1;transform:scale(1) translateY(0)}}.GameWheel_winnerContent__knvVv{padding:40px;text-align:center}.GameWheel_confetti__lF_e_{font-size:64px;margin-bottom:20px;animation:GameWheel_bounce__Zfz8j 1s infinite}@keyframes GameWheel_bounce__Zfz8j{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.GameWheel_winnerContent__knvVv h2{margin:0 0 30px;color:#333;font-size:28px;font-weight:700}.GameWheel_winnerInfo__M7GlK{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:40px;padding:20px;background:#f9f9f9;border-radius:12px}.GameWheel_winnerColor__RxIMq{width:40px;height:40px;border-radius:50%;border:3px solid white;box-shadow:0 0 0 2px rgba(0,0,0,.1)}.GameWheel_winnerDetails__w4BAF h3{margin:0 0 8px;color:#333;font-size:24px;font-weight:700}.GameWheel_winnerDetails__w4BAF p{margin:0;color:#666;font-size:16px}.GameWheel_closeWinnerButton__Ez1Db{padding:15px 30px;background:#4CAF50;color:white;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.GameWheel_closeWinnerButton__Ez1Db:hover{background:#45a049;transform:translateY(-1px)}.GameWheel_dark__ApN0O .GameWheel_container__AaUgx{background-color:var(--dark-bg);color:var(--dark-text)}.GameWheel_dark__ApN0O .GameWheel_header__h6X5i h1,.GameWheel_dark__ApN0O .GameWheel_itemsList__TicMj h3{color:var(--dark-text)!important}.GameWheel_dark__ApN0O .GameWheel_itemCard__gxpV_{background:var(--dark-surface);border-color:var(--dark-border)}.GameWheel_dark__ApN0O .GameWheel_itemCard__gxpV_:hover{background:var(--dark-surface-light);box-shadow:0 4px 16px var(--dark-shadow)}.GameWheel_dark__ApN0O .GameWheel_itemName__YY_sQ{color:var(--dark-text)}.GameWheel_dark__ApN0O .GameWheel_itemCount__N_TxT{color:var(--dark-text-secondary)}.GameWheel_dark__ApN0O .GameWheel_modal__sMNbp,.GameWheel_dark__ApN0O .GameWheel_winnerModal__BdjFe{background:var(--dark-surface)}.GameWheel_dark__ApN0O .GameWheel_inputGroup__JH22w label,.GameWheel_dark__ApN0O .GameWheel_modalHeader__U_Oss h3,.GameWheel_dark__ApN0O .GameWheel_winnerContent__knvVv h2{color:var(--dark-text)}.GameWheel_dark__ApN0O .GameWheel_inputGroup__JH22w input{background:var(--dark-surface-light);border-color:var(--dark-border);color:var(--dark-text)}.GameWheel_dark__ApN0O .GameWheel_inputGroup__JH22w input:focus{border-color:var(--point);background:var(--dark-surface)}.GameWheel_dark__ApN0O .GameWheel_inputGroup__JH22w input::placeholder{color:var(--dark-text-secondary)}.GameWheel_dark__ApN0O .GameWheel_emptyMessage__zLTkM{background:var(--dark-surface);color:var(--dark-text-secondary)}.GameWheel_dark__ApN0O .GameWheel_winnerInfo__M7GlK{background:var(--dark-surface-light)}.GameWheel_dark__ApN0O .GameWheel_winnerDetails__w4BAF h3{color:var(--dark-text)}.GameWheel_dark__ApN0O .GameWheel_winnerDetails__w4BAF p{color:var(--dark-text-secondary)}.GameWheel_dark__ApN0O .GameWheel_cancelButton__1SoA9{background:var(--dark-surface-light);color:var(--dark-text-secondary)}.GameWheel_dark__ApN0O .GameWheel_cancelButton__1SoA9:hover{background:var(--dark-hover);color:var(--dark-text)}.GameWheel_dark__ApN0O .GameWheel_closeButton__OoQfJ{color:var(--dark-text-secondary)}.GameWheel_dark__ApN0O .GameWheel_closeButton__OoQfJ:hover{background:var(--dark-hover);color:var(--dark-text)}.GameWheel_dark__ApN0O .GameWheel_wheelCanvas__GgaB6{box-shadow:0 8px 32px var(--dark-shadow)}.GameWheel_dark__ApN0O .GameWheel_modalBody__rupKj,.GameWheel_dark__ApN0O .GameWheel_modalFooter__Y1GUP{color:var(--dark-text)}.GameWheel_dark__ApN0O .GameWheel_submitButton__gNTbg{background:var(--point);color:white}.GameWheel_dark__ApN0O .GameWheel_submitButton__gNTbg:hover{background:#e04a52}.GameWheel_dark__ApN0O .GameWheel_winnerContent__knvVv{color:var(--dark-text)}@media (max-width:768px){.GameWheel_container__AaUgx{padding:15px}.GameWheel_header__h6X5i{flex-direction:column;align-items:stretch}.GameWheel_controls___iNNN{justify-content:center}.GameWheel_canvasContainer__VkACb{width:300px;height:300px}.GameWheel_itemsGrid__z0dub{grid-template-columns:1fr}.GameWheel_modalOverlay__2Mcis{padding:15px}.GameWheel_winnerContent__knvVv{padding:30px 20px}}