.App{padding:24px;gap:12px;display:flex;flex-direction:column;height:100%}.DiceSelect{display:flex;flex-direction:column;gap:8px}.DiceSelect__container{display:flex;align-items:center;justify-content:space-between;gap:12px}.DiceSelect>p{font-weight:400;font-size:16px}.DiceSelect__container p{font-weight:600;font-size:24px;flex:.7;text-align:center}.DiceSelect button{flex:1}.DiceBoard{flex:1;padding:24px}.DiceBoard__container{width:100%;height:100%;position:relative}.DieView{width:52px;height:52px;font-weight:600;font-size:24px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--primary);color:var(--primary-text);position:absolute;top:0;left:0;transition-property:all;transition-duration:.05s;transition-timing-function:linear;transform:translate(calc(var(--x) - 24px),calc(var(--y) - 24px)) rotate(var(--rotation))}.DieView span{transform:rotate(calc(-1 * var(--rotation)))}button{font-weight:600;font-size:24px;padding:12px;border-radius:8px;border:none;background:var(--surface)}button:hover{background:var(--surface-hover)}button:active{background:var(--surface-active)}button:disabled{pointer-events:none;opacity:.5}@font-face{font-family:Zalando;src:url(/assets/Zalando-CARXCss9.ttf)}*{margin:0;padding:0;box-sizing:border-box;font-family:Zalando;color:inherit;-webkit-user-select:none;user-select:none}body{background:var(--background);color:var(--surface-text);width:100svw;height:100svh}#root{width:100%;height:100%}:root{--background: #131313;--surface: #414141;--surface-hover: #4e4e4e;--surface-active: #5c5c5c;--surface-text: #e6e6e6;--primary: #be2659;--primary-text: #f5e3e9}
