.Dice-module__wcMxMW__mainWrapper{background-color:var(--background-main);color:var(--text-primary);flex-direction:column;align-items:center;min-height:100vh;padding:3rem 1.5rem 6rem;display:flex;position:relative;overflow-x:hidden}.Dice-module__wcMxMW__mainWrapper:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(at 20% 30%,#3b82f633,#0000 50%),radial-gradient(at 80% 70%,#a855f726,#0000 50%);animation:20s ease-in-out infinite alternate Dice-module__wcMxMW__gentleDrift;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes Dice-module__wcMxMW__gentleDrift{0%{transform:translate(-5%,3%)}to{transform:translate(5%,-3%)}}.Dice-module__wcMxMW__pageHeader{justify-content:space-between;align-items:center;width:100%;max-width:800px;margin-bottom:2rem;display:flex}.Dice-module__wcMxMW__backButton{background:var(--background-interactive);color:var(--text-primary);border:1px solid var(--border-color);border-radius:8px;padding:.6rem 1.2rem;font-weight:600;text-decoration:none;transition:all .2s}.Dice-module__wcMxMW__backButton:hover{background:color-mix(in srgb,var(--background-interactive)50%,#fff 10%);border-color:color-mix(in srgb,var(--border-color)50%,#fff 30%);transform:translateY(-2px)}.Dice-module__wcMxMW__mainTitle{text-align:center;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800}.Dice-module__wcMxMW__mainTitle .Dice-module__wcMxMW__highlight{color:var(--primary-highlight);text-shadow:0 0 15px var(--primary-highlight)}.Dice-module__wcMxMW__headerSpacer{width:120px}.Dice-module__wcMxMW__gameContainer{background-color:var(--background-card);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;width:100%;max-width:800px;padding:2rem}.Dice-module__wcMxMW__balanceBar{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.Dice-module__wcMxMW__balanceInfo{color:var(--text-muted);font-size:1rem}.Dice-module__wcMxMW__balanceInfo strong{color:var(--text-primary);font-weight:700}.Dice-module__wcMxMW__balanceInfo .Dice-module__wcMxMW__highlight{color:var(--primary-highlight);font-size:1.2rem}.Dice-module__wcMxMW__centeredMessage{color:var(--text-muted);text-align:center;margin-top:1rem;padding:2rem;font-style:italic}.Dice-module__wcMxMW__diceDisplay{flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:2rem;display:flex}.Dice-module__wcMxMW__rollNumber{color:var(--text-primary);text-shadow:0 0 20px #ffffff4d;font-family:JetBrains Mono,monospace;font-size:4rem;font-weight:800;transition:color .3s,text-shadow .3s}.Dice-module__wcMxMW__rollNumber.Dice-module__wcMxMW__win{color:#22c55e;text-shadow:0 0 30px #22c55e99}.Dice-module__wcMxMW__rollNumber.Dice-module__wcMxMW__lose{color:#ef4444;text-shadow:0 0 30px #ef444499}.Dice-module__wcMxMW__targetIndicator{border:1px solid var(--border-color);background:#0000004d;border-radius:8px;padding:.5rem 1.5rem}.Dice-module__wcMxMW__targetLabel{color:var(--text-muted);font-size:1.1rem;font-weight:600}.Dice-module__wcMxMW__resultMessage{text-align:center;background:#0003;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:1.25rem;font-weight:600}.Dice-module__wcMxMW__resultMessage.Dice-module__wcMxMW__win{color:#22c55e;box-shadow:0 0 20px #22c55e4d}.Dice-module__wcMxMW__resultMessage.Dice-module__wcMxMW__lose{color:#ef4444;box-shadow:0 0 20px #ef44444d}.Dice-module__wcMxMW__controlsSection{flex-direction:column;gap:1.5rem;display:flex}.Dice-module__wcMxMW__sliderContainer{background:#0003;border-radius:12px;padding:1rem}.Dice-module__wcMxMW__sliderLabels{color:var(--text-muted);justify-content:space-between;margin-bottom:.75rem;font-size:.9rem;display:flex}.Dice-module__wcMxMW__sliderTitle{color:var(--text-primary);font-weight:600}.Dice-module__wcMxMW__sliderRoot{touch-action:none;-webkit-user-select:none;user-select:none;align-items:center;width:100%;height:20px;display:flex;position:relative}.Dice-module__wcMxMW__sliderTrack{background:#ffffff1a;border-radius:4px;flex-grow:1;height:8px;position:relative}.Dice-module__wcMxMW__sliderRange{background:var(--primary-gradient);border-radius:4px;height:100%;position:absolute}.Dice-module__wcMxMW__sliderThumb{background:var(--primary-highlight);cursor:pointer;border-radius:50%;width:24px;height:24px;transition:transform .2s;display:block;box-shadow:0 2px 10px #0000004d}.Dice-module__wcMxMW__sliderThumb:hover{transform:scale(1.1)}.Dice-module__wcMxMW__sliderThumb:focus{outline:none;box-shadow:0 0 0 3px #a855f766}.Dice-module__wcMxMW__directionButtons{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Dice-module__wcMxMW__directionButton{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:#0003;border-radius:10px;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .2s}.Dice-module__wcMxMW__directionButton:hover:not(:disabled){border-color:var(--primary-highlight);color:var(--text-primary)}.Dice-module__wcMxMW__directionButton.Dice-module__wcMxMW__active{background:var(--primary-gradient);color:#fff;border-color:#0000;box-shadow:0 4px 15px #a855f766}.Dice-module__wcMxMW__directionButton:disabled{opacity:.5;cursor:not-allowed}.Dice-module__wcMxMW__statsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Dice-module__wcMxMW__statBox{text-align:center;border:1px solid var(--border-color);background:#0003;border-radius:10px;padding:1rem}.Dice-module__wcMxMW__statLabel{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem;display:block}.Dice-module__wcMxMW__statValue{color:var(--primary-highlight);font-size:1.25rem;font-weight:700}.Dice-module__wcMxMW__wagerArea{flex-direction:column;gap:.5rem;display:flex}.Dice-module__wcMxMW__controlLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.Dice-module__wcMxMW__wagerInput{width:100%;color:var(--text-primary);border:1px solid var(--border-color);background-color:#0000004d;border-radius:8px;padding:.8rem 1rem;font-size:1.1rem;transition:all .2s}.Dice-module__wcMxMW__wagerInput:focus{border-color:var(--primary-highlight);outline:none}.Dice-module__wcMxMW__wagerInput::-webkit-outer-spin-button{-webkit-appearance:none}.Dice-module__wcMxMW__wagerInput::-webkit-inner-spin-button{-webkit-appearance:none}.Dice-module__wcMxMW__wagerInput{-moz-appearance:textfield}.Dice-module__wcMxMW__rollButton{background:var(--primary-gradient);color:#fff;cursor:pointer;width:100%;box-shadow:0 4px 20px color-mix(in srgb,var(--primary-highlight)30%,transparent);border:none;border-radius:12px;padding:1.2rem;font-size:1.25rem;font-weight:700;transition:all .3s}.Dice-module__wcMxMW__rollButton:hover:not(:disabled){transform:translateY(-3px)scale(1.02)}.Dice-module__wcMxMW__rollButton:disabled{opacity:.5;cursor:not-allowed}.Dice-module__wcMxMW__spinner{animation:1s linear infinite Dice-module__wcMxMW__spin}@keyframes Dice-module__wcMxMW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Dice-module__wcMxMW__infoTooltip{cursor:help;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:inline-flex}.Dice-module__wcMxMW__tooltipText{width:280px;max-width:calc(100vw - 32px);color:var(--text-primary);z-index:1400;background:#0c0c10fa;border:1px solid #ffffff0a;border-radius:10px;padding:.85rem;font-size:.9rem;line-height:1.5;position:absolute}.Dice-module__wcMxMW__tooltipText strong{margin-bottom:.5rem;display:block}.Dice-module__wcMxMW__tooltipText p{color:var(--text-muted);margin:.25rem 0}@media (max-width:600px){.Dice-module__wcMxMW__statsGrid{grid-template-columns:1fr}.Dice-module__wcMxMW__rollNumber{font-size:3rem}}
