.dice-container{width:96px;height:96px;display:flex;align-items:center;justify-content:center;position:relative}.dice-container.dice-small{width:64px;height:64px}.dice-container.long-press:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,#000 80%,transparent 0);transform:translate(-50%,-50%) scale(0);border-radius:50%;animation:rippleEffect .6s ease-out;pointer-events:none;z-index:10003}.dice-svg{width:100%;height:100%}.dice-text{font-size:28px;font-weight:700;text-anchor:middle;dominant-baseline:middle;text-shadow:0 0 5px #000}.dice-text.small{font-size:18px;text-shadow:5px 5px 5px #000}.rolling{animation:rollAnimation .4s ease-in-out}.dice-dragging{animation:rollAnimation .4s ease-in-out infinite}@keyframes rollAnimation{0%{transform:rotate(0deg) scale(1)}25%{transform:rotate(90deg) scale(1.1)}50%{transform:rotate(180deg) scale(1)}75%{transform:rotate(270deg) scale(1.1)}to{transform:rotate(1turn) scale(1)}}@keyframes rippleEffect{0%{transform:scale(0);opacity:.6}50%{transform:scale(.6);opacity:.3}to{transform:scale(1);opacity:0}}.dice-container.locked{opacity:.5}.drag-line-overlay{position:absolute;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:100}.drag-line-overlay-text{font-size:24px;font-weight:700;fill:orange;text-anchor:middle;dominant-baseline:middle;text-shadow:1px 1px 5px #000;text-transform:capitalize}.dice-editor-drawer .mantine-Drawer-content{background-color:#060402!important;border-color:#170f09!important}.dice-editor-drawer .dice-paper{background:transparent!important}.dice-roller-container{text-align:center;max-width:90%;width:100%;margin:0 auto;padding:8px;background-color:rgba(0,0,0,.8);color:#fff;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.2)}.dice-roller-container .header-actions{position:absolute;right:16px}.dice-roller-container .header{position:relative}.dice-roller-container .title{font-size:24px;margin-bottom:15px}.dice-roller-container .dice-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.dice-roller-container .dice-buttons .dice-button{background-color:#7c5645;color:#fff;padding:10px 15px;border-radius:5px;border:none;cursor:pointer}.dice-roller-container .dice-display{margin-top:8px}.dice-roller-container .dice-display button{opacity:.9;color:#fff!important;display:flex;justify-content:center;align-items:center;align-content:center;width:32px;height:32px;text-align:center}.dice-roller-container .dice-display button svg{fill:#fff!important;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:18px!important;height:18px!important;display:block!important}.dice-roller-container .dice-hr{border-color:#170f09;border-top:1px solid #170f09;border-bottom:1px solid rgba(0,0,0,.067)}.dice-roller-container .dice-reset{color:#fff}.dice-roller-container .lock-btn{margin-top:5px;background:transparent;border:none;cursor:pointer;color:#fff}.dice-roller-container .roll-btn{background:#7c5645;color:#fff;padding:10px 20px;border-radius:5px}.dice-roller-container button{background:#170f09;border:1px solid #7c5645;cursor:pointer;position:relative}.dice-roller-container button sup{position:absolute;color:orange;font-weight:700;top:-8px;right:-4px;text-shadow:0 0 5px #000}.dice-roller-container button:hover{background:rgba(0,0,0,.667)}@media(max-width:640px){.dice-roller-container .header-actions{position:relative;right:inherit;justify-content:space-between;flex-wrap:wrap}.dice-roller-container .title{text-align:left}}.dice-tray{background-color:rgba(0,0,0,.667);padding:16px 0;margin:16px 0}.dice-tray h3{text-align:left}.dice-tray .dice-tray-actions{justify-content:space-between}.dice-tray .die-actions button,.dice-tray .die-actions-right button{height:24px;width:24px;font-size:13px;border-radius:50%}.dice-tray .die-actions button svg,.dice-tray .die-actions-right button svg{fill:#c89077!important}