:root{--btn-md-outer-h:40;--btn-md-outer-radius:12;--btn-md-depth-h:40;--btn-md-face-h:36;--btn-md-face-py:8;--btn-md-face-px:12;--btn-md-face-gap:8;--btn-md-inner-radius:12;--btn-md-depth-border-width:1;--btn-md-face-border-width:1;--btn-md-icon-box:20;--btn-md-icon-font-size:14;--btn-md-icon-line-height:20;--btn-md-label-font-size:14;--btn-md-label-height:20;--btn-md-depth-press-y:0;--btn-md-active-outer-h:40;--btn-md-active-outer-radius:12;--btn-md-active-depth-h:40;--btn-md-active-depth-press-y:2;--btn-md-disabled-outer-h:40;--btn-md-disabled-depth-h:40;--btn-md-focus-outer-h:40;--btn-md-focus-outer-radius:12;--btn-md-focus-depth-h:40;--btn-md-white-active-outer-h:40;--btn-md-white-active-depth-h:40;--btn-md-white-active-depth-press-y:2;--btn-lg-outer-h:55;--btn-lg-outer-radius:12;--btn-lg-depth-h:55;--btn-lg-face-h:49;--btn-lg-face-py:12;--btn-lg-face-px:12;--btn-lg-face-gap:8;--btn-lg-inner-radius:12;--btn-lg-depth-border-width:1;--btn-lg-face-border-width:1;--btn-lg-icon-box:20;--btn-lg-icon-font-size:18;--btn-lg-icon-line-height:24;--btn-lg-label-font-size:18;--btn-lg-label-height:25;--btn-lg-depth-press-y:0;--btn-lg-active-outer-h:55;--btn-lg-active-outer-radius:12;--btn-lg-active-depth-h:55;--btn-lg-active-depth-press-y:4;--btn-lg-disabled-outer-h:55;--btn-lg-disabled-depth-h:55;--btn-lg-focus-outer-h:55;--btn-lg-focus-outer-radius:12;--btn-lg-focus-depth-h:55;--btn-lg-white-active-outer-h:55;--btn-lg-white-active-depth-h:55;--btn-lg-white-active-depth-press-y:4}.button-game{cursor:pointer;-webkit-user-select:none;user-select:none;appearance:none;white-space:nowrap;border:0;padding:0;position:relative}.button-game:after{content:"";border-radius:inherit;pointer-events:none;z-index:2;height:100%;transition:height .12s cubic-bezier(.2,0,.2,1),box-shadow .12s;position:absolute;bottom:0;left:0;right:0}.button-game.is-disabled,.button-game:disabled{cursor:not-allowed;pointer-events:none}.button-game--block,.button-game--block .button-game__depth,.button-game--block .button-game__face{flex-shrink:0;width:100%;min-width:100%;max-width:100%}.button-game--green{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--green .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--green .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--green .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--green .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--green .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--green .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--green .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--green .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--green .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--green .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--green.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--green.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--green{--btn-glow-color:#09bf6b;background:0 0}.button-game--green .button-game__depth{background:0 0}.button-game--green .button-game__depth:before{background:#0e9e5c;border-color:#0b8d47}.button-game--green .button-game__face{background-color:#09bf6b;background-image:linear-gradient(#65e370 0%,#09bf6b 100%),linear-gradient(#76ef8e 0%,#19cd6c 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--green .button-game__icon,.button-game--green .button-game__label,.button-game--green .button-game__subtext{color:#fff;text-shadow:none}.button-game--green:focus-visible,.button-game--green.is-focus{outline:none}.button-game--green:focus-visible:after,.button-game--green.is-focus:after{box-shadow:0 0 0 3px #fff,0 0 16px 4px var(--btn-glow-color,#0003)}.button-game--green:focus-visible,.button-game--green.is-focus{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-focus-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--green:focus-visible .button-game__depth,.button-game--green.is-focus .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--green:focus-visible .button-game__depth:before,.button-game--green.is-focus .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--green:focus-visible .button-game__depth,.button-game--green.is-focus .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--green:focus-visible .button-game__face,.button-game--green.is-focus .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--green:focus-visible .button-game__icon,.button-game--green.is-focus .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--green:focus-visible .button-game__icon--left,.button-game--green.is-focus .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--green:focus-visible .button-game__icon--right,.button-game--green.is-focus .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--green:focus-visible .button-game__label,.button-game--green.is-focus .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--green:focus-visible .button-game__text,.button-game--green.is-focus .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--green:focus-visible .button-game__subtext,.button-game--green.is-focus .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--green:focus-visible.button-game--icon-only .button-game__depth,.button-game--green.is-focus.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--green:focus-visible.button-game--icon-only .button-game__face,.button-game--green.is-focus.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--green:focus-visible,.button-game--green.is-focus{--btn-glow-color:#09bf6b;background:0 0}.button-game--green:focus-visible .button-game__depth,.button-game--green.is-focus .button-game__depth{background:0 0}.button-game--green:focus-visible .button-game__depth:before,.button-game--green.is-focus .button-game__depth:before{background:#0e9e5c;border-color:#16ac5b}.button-game--green:focus-visible .button-game__face,.button-game--green.is-focus .button-game__face{background-color:#09bf6b;background-image:linear-gradient(#65e370 0%,#09bf6b 100%),linear-gradient(#76ef8e 0%,#19cd6c 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--green:focus-visible .button-game__icon,.button-game--green:focus-visible .button-game__label,.button-game--green:focus-visible .button-game__subtext,.button-game--green.is-focus .button-game__icon,.button-game--green.is-focus .button-game__label,.button-game--green.is-focus .button-game__subtext{color:#fff;text-shadow:none}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)){box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)).button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)).button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)){--btn-glow-color:#2ace49;background:0 0}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{background:0 0}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth:before{background:#02ac21;border-color:#209128}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__face{background-color:#2ace49;background-image:linear-gradient(#79f66a 0%,#2ace49 100%),linear-gradient(#affd9d 0%,#4fde60 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon,.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__label,.button-game--green:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__subtext{color:#fff;text-shadow:none}.button-game--green:active:not(:disabled):not(.is-disabled):after,.button-game--green.is-active:after{height:calc(100% - calc(var(--btn-md-active-depth-press-y) * 1px))}.button-game--green:active:not(:disabled):not(.is-disabled),.button-game--green.is-active{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-active-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--green.is-active .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__depth:before,.button-game--green.is-active .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-active-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--green.is-active .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__face,.button-game--green.is-active .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);transform:translateY(calc(var(--btn-md-active-depth-press-y) * 1px));border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__icon,.button-game--green.is-active .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__icon--left,.button-game--green.is-active .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__icon--right,.button-game--green.is-active .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__label,.button-game--green.is-active .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__text,.button-game--green.is-active .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__subtext,.button-game--green.is-active .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--green:active:not(:disabled):not(.is-disabled).button-game--icon-only .button-game__depth,.button-game--green.is-active.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--green:active:not(:disabled):not(.is-disabled).button-game--icon-only .button-game__face,.button-game--green.is-active.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--green:active:not(:disabled):not(.is-disabled),.button-game--green.is-active{--btn-glow-color:#64d573;background:0 0}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--green.is-active .button-game__depth{background:0 0}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__depth:before,.button-game--green.is-active .button-game__depth:before{background:#078343;border-color:#0d6d35}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__face,.button-game--green.is-active .button-game__face{background-color:#64d573;background-image:linear-gradient(#25ba62 0%,#64d573 100%),linear-gradient(#6cd477 0%,#29ad5f 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__icon,.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__label,.button-game--green:active:not(:disabled):not(.is-disabled) .button-game__subtext,.button-game--green.is-active .button-game__icon,.button-game--green.is-active .button-game__label,.button-game--green.is-active .button-game__subtext{color:#fff;text-shadow:none}.button-game--green:disabled,.button-game--green.is-disabled{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--green:disabled .button-game__depth,.button-game--green.is-disabled .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--green:disabled .button-game__depth:before,.button-game--green.is-disabled .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--green:disabled .button-game__depth,.button-game--green.is-disabled .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--green:disabled .button-game__face,.button-game--green.is-disabled .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--green:disabled .button-game__icon,.button-game--green.is-disabled .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--green:disabled .button-game__icon--left,.button-game--green.is-disabled .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--green:disabled .button-game__icon--right,.button-game--green.is-disabled .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--green:disabled .button-game__label,.button-game--green.is-disabled .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--green:disabled .button-game__text,.button-game--green.is-disabled .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--green:disabled .button-game__subtext,.button-game--green.is-disabled .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--green:disabled.button-game--icon-only .button-game__depth,.button-game--green.is-disabled.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--green:disabled.button-game--icon-only .button-game__face,.button-game--green.is-disabled.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--green:disabled,.button-game--green.is-disabled{--btn-glow-color:#17b96e;background:0 0}.button-game--green:disabled .button-game__depth,.button-game--green.is-disabled .button-game__depth{background:0 0}.button-game--green:disabled .button-game__depth:before,.button-game--green.is-disabled .button-game__depth:before{background:#0e9e5c;border-color:#0b8d47}.button-game--green:disabled .button-game__face,.button-game--green.is-disabled .button-game__face{background-color:#17b96e;background-image:linear-gradient(#3fb84a 0%,#17b96e 100%),linear-gradient(#37c052 0%,#19c96a 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--green:disabled .button-game__icon,.button-game--green:disabled .button-game__label,.button-game--green:disabled .button-game__subtext,.button-game--green.is-disabled .button-game__icon,.button-game--green.is-disabled .button-game__label,.button-game--green.is-disabled .button-game__subtext{color:#00000026;text-shadow:none}.button-game--purple{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--purple .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--purple .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--purple .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--purple .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--purple .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--purple .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--purple .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--purple .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--purple .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--purple .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--purple.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--purple.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--purple{--btn-glow-color:#a369e2;background:0 0}.button-game--purple .button-game__depth{background:0 0}.button-game--purple .button-game__depth:before{background:#8957c8;border-color:#6f47a7}.button-game--purple .button-game__face{background-color:#a369e2;background-image:linear-gradient(#c788f0 0%,#a369e2 100%),linear-gradient(#d097f6 0%,#b676f0 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--purple .button-game__icon,.button-game--purple .button-game__label,.button-game--purple .button-game__subtext{color:#fff;text-shadow:none}.button-game--purple:focus-visible,.button-game--purple.is-focus{outline:none}.button-game--purple:focus-visible:after,.button-game--purple.is-focus:after{box-shadow:0 0 0 3px #fff,0 0 16px 4px var(--btn-glow-color,#0003)}.button-game--purple:focus-visible,.button-game--purple.is-focus{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-focus-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--purple:focus-visible .button-game__depth,.button-game--purple.is-focus .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--purple:focus-visible .button-game__depth:before,.button-game--purple.is-focus .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--purple:focus-visible .button-game__depth,.button-game--purple.is-focus .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--purple:focus-visible .button-game__face,.button-game--purple.is-focus .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--purple:focus-visible .button-game__icon,.button-game--purple.is-focus .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--purple:focus-visible .button-game__icon--left,.button-game--purple.is-focus .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--purple:focus-visible .button-game__icon--right,.button-game--purple.is-focus .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--purple:focus-visible .button-game__label,.button-game--purple.is-focus .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--purple:focus-visible .button-game__text,.button-game--purple.is-focus .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--purple:focus-visible .button-game__subtext,.button-game--purple.is-focus .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--purple:focus-visible.button-game--icon-only .button-game__depth,.button-game--purple.is-focus.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--purple:focus-visible.button-game--icon-only .button-game__face,.button-game--purple.is-focus.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--purple:focus-visible,.button-game--purple.is-focus{--btn-glow-color:#a369e2;background:0 0}.button-game--purple:focus-visible .button-game__depth,.button-game--purple.is-focus .button-game__depth{background:0 0}.button-game--purple:focus-visible .button-game__depth:before,.button-game--purple.is-focus .button-game__depth:before{background:#8045ca;border-color:#a777e3}.button-game--purple:focus-visible .button-game__face,.button-game--purple.is-focus .button-game__face{background-color:#a369e2;background-image:linear-gradient(#c788f0 0%,#a369e2 100%),linear-gradient(#d097f6 0%,#b676f0 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--purple:focus-visible .button-game__icon,.button-game--purple:focus-visible .button-game__label,.button-game--purple:focus-visible .button-game__subtext,.button-game--purple.is-focus .button-game__icon,.button-game--purple.is-focus .button-game__label,.button-game--purple.is-focus .button-game__subtext{color:#fff;text-shadow:none}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)){box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)).button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)).button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)){--btn-glow-color:#9f46f9;background:0 0}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{background:0 0}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth:before{background:#7d2af3;border-color:#6f47a7}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__face{background-color:#9f46f9;background-image:linear-gradient(#cc7bfa 0%,#9f46f9 100%),linear-gradient(#e9aafd 0%,#c480fd 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon,.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__label,.button-game--purple:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__subtext{color:#fff;text-shadow:none}.button-game--purple:active:not(:disabled):not(.is-disabled):after,.button-game--purple.is-active:after{height:calc(100% - calc(var(--btn-md-active-depth-press-y) * 1px))}.button-game--purple:active:not(:disabled):not(.is-disabled),.button-game--purple.is-active{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-active-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--purple.is-active .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__depth:before,.button-game--purple.is-active .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-active-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--purple.is-active .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__face,.button-game--purple.is-active .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);transform:translateY(calc(var(--btn-md-active-depth-press-y) * 1px));border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__icon,.button-game--purple.is-active .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__icon--left,.button-game--purple.is-active .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__icon--right,.button-game--purple.is-active .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__label,.button-game--purple.is-active .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__text,.button-game--purple.is-active .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__subtext,.button-game--purple.is-active .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--purple:active:not(:disabled):not(.is-disabled).button-game--icon-only .button-game__depth,.button-game--purple.is-active.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--purple:active:not(:disabled):not(.is-disabled).button-game--icon-only .button-game__face,.button-game--purple.is-active.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--purple:active:not(:disabled):not(.is-disabled),.button-game--purple.is-active{--btn-glow-color:#b272e6;background:0 0}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--purple.is-active .button-game__depth{background:0 0}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__depth:before,.button-game--purple.is-active .button-game__depth:before{background:#6233a8;border-color:#5c2d9c}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__face,.button-game--purple.is-active .button-game__face{background-color:#b272e6;background-image:linear-gradient(#9858e3 0%,#b272e6 100%),linear-gradient(#c88ff5 0%,#8b53d1 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__icon,.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__label,.button-game--purple:active:not(:disabled):not(.is-disabled) .button-game__subtext,.button-game--purple.is-active .button-game__icon,.button-game--purple.is-active .button-game__label,.button-game--purple.is-active .button-game__subtext{color:#fff;text-shadow:none}.button-game--purple:disabled,.button-game--purple.is-disabled{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--purple:disabled .button-game__depth,.button-game--purple.is-disabled .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--purple:disabled .button-game__depth:before,.button-game--purple.is-disabled .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--purple:disabled .button-game__depth,.button-game--purple.is-disabled .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--purple:disabled .button-game__face,.button-game--purple.is-disabled .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--purple:disabled .button-game__icon,.button-game--purple.is-disabled .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--purple:disabled .button-game__icon--left,.button-game--purple.is-disabled .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--purple:disabled .button-game__icon--right,.button-game--purple.is-disabled .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--purple:disabled .button-game__label,.button-game--purple.is-disabled .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--purple:disabled .button-game__text,.button-game--purple.is-disabled .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--purple:disabled .button-game__subtext,.button-game--purple.is-disabled .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--purple:disabled.button-game--icon-only .button-game__depth,.button-game--purple.is-disabled.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--purple:disabled.button-game--icon-only .button-game__face,.button-game--purple.is-disabled.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--purple:disabled,.button-game--purple.is-disabled{--btn-glow-color:#bb74fa;background:0 0}.button-game--purple:disabled .button-game__depth,.button-game--purple.is-disabled .button-game__depth{background:0 0}.button-game--purple:disabled .button-game__depth:before,.button-game--purple.is-disabled .button-game__depth:before{background:#6233a8;border-color:#6233a8}.button-game--purple:disabled .button-game__face,.button-game--purple.is-disabled .button-game__face{background-color:#bb74fa;background-image:linear-gradient(#b77aff 0%,#bb74fa 100%),linear-gradient(#ad69ea 0%,#9a59e3 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--purple:disabled .button-game__icon,.button-game--purple:disabled .button-game__label,.button-game--purple:disabled .button-game__subtext,.button-game--purple.is-disabled .button-game__icon,.button-game--purple.is-disabled .button-game__label,.button-game--purple.is-disabled .button-game__subtext{color:#00000026;text-shadow:none}.button-game--white{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--white .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--white .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--white .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--white .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--white .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--white .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--white .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--white .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--white .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--white .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--white.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--white.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--white{--btn-glow-color:#fff;background:0 0}.button-game--white .button-game__depth{background:0 0}.button-game--white .button-game__depth:before{background:#e9eaf0;border-color:#dbdff1}.button-game--white .button-game__face{background-color:#fff;background-image:linear-gradient(#f8fafe 0%,#fff 100%),linear-gradient(#fff 0%,#dee2f2 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--white .button-game__icon,.button-game--white .button-game__label,.button-game--white .button-game__subtext{color:#7d829b;text-shadow:none}.button-game--white:focus-visible,.button-game--white.is-focus{outline:none}.button-game--white:focus-visible:after,.button-game--white.is-focus:after{box-shadow:0 0 0 3px #fff,0 0 16px 4px var(--btn-glow-color,#0003)}.button-game--white:focus-visible,.button-game--white.is-focus{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-focus-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--white:focus-visible .button-game__depth,.button-game--white.is-focus .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--white:focus-visible .button-game__depth:before,.button-game--white.is-focus .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--white:focus-visible .button-game__depth,.button-game--white.is-focus .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--white:focus-visible .button-game__face,.button-game--white.is-focus .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--white:focus-visible .button-game__icon,.button-game--white.is-focus .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--white:focus-visible .button-game__icon--left,.button-game--white.is-focus .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--white:focus-visible .button-game__icon--right,.button-game--white.is-focus .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--white:focus-visible .button-game__label,.button-game--white.is-focus .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--white:focus-visible .button-game__text,.button-game--white.is-focus .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--white:focus-visible .button-game__subtext,.button-game--white.is-focus .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--white:focus-visible.button-game--icon-only .button-game__depth,.button-game--white.is-focus.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--white:focus-visible.button-game--icon-only .button-game__face,.button-game--white.is-focus.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--white:focus-visible,.button-game--white.is-focus{--btn-glow-color:#fff;background:0 0}.button-game--white:focus-visible .button-game__depth,.button-game--white.is-focus .button-game__depth{background:0 0}.button-game--white:focus-visible .button-game__depth:before,.button-game--white.is-focus .button-game__depth:before{background:#e9eaf0;border-color:#dbdff1}.button-game--white:focus-visible .button-game__face,.button-game--white.is-focus .button-game__face{background-color:#fff;background-image:linear-gradient(#f8fafe 0%,#fff 100%),linear-gradient(#fff 0%,#dee2f2 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--white:focus-visible .button-game__icon,.button-game--white:focus-visible .button-game__label,.button-game--white:focus-visible .button-game__subtext,.button-game--white.is-focus .button-game__icon,.button-game--white.is-focus .button-game__label,.button-game--white.is-focus .button-game__subtext{color:#7d829b;text-shadow:none}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)){box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)).button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)).button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)){--btn-glow-color:#e9ebf3;background:0 0}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{background:0 0}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth:before{background:#e2e4ef;border-color:#dbdff1}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__face{background-color:#e9ebf3;background-image:linear-gradient(#fefefe 0%,#e9ebf3 100%),linear-gradient(#fff 0%,#f4f4f4 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon,.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__label,.button-game--white:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__subtext{color:#7d829b;text-shadow:none}.button-game--white:active:not(:disabled):not(.is-disabled):after,.button-game--white.is-active:after{height:calc(100% - calc(var(--btn-md-white-active-depth-press-y) * 1px))}.button-game--white:active:not(:disabled):not(.is-disabled),.button-game--white.is-active{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-active-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--white.is-active .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__depth:before,.button-game--white.is-active .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-white-active-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--white.is-active .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__face,.button-game--white.is-active .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);transform:translateY(calc(var(--btn-md-white-active-depth-press-y) * 1px));border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__icon,.button-game--white.is-active .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__icon--left,.button-game--white.is-active .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__icon--right,.button-game--white.is-active .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__label,.button-game--white.is-active .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__text,.button-game--white.is-active .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__subtext,.button-game--white.is-active .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--white:active:not(:disabled):not(.is-disabled).button-game--icon-only .button-game__depth,.button-game--white.is-active.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--white:active:not(:disabled):not(.is-disabled).button-game--icon-only .button-game__face,.button-game--white.is-active.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--white:active:not(:disabled):not(.is-disabled),.button-game--white.is-active{--btn-glow-color:#f4f4fa;background:0 0}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--white.is-active .button-game__depth{background:0 0}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__depth:before,.button-game--white.is-active .button-game__depth:before{background:#e5e7f4;border-color:#dbdff1}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__face,.button-game--white.is-active .button-game__face{background-color:#f4f4fa;background-image:linear-gradient(#e6e7f1 0%,#f4f4fa 100%),linear-gradient(#f3f3fd 0%,#f8f8ff 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__icon,.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__label,.button-game--white:active:not(:disabled):not(.is-disabled) .button-game__subtext,.button-game--white.is-active .button-game__icon,.button-game--white.is-active .button-game__label,.button-game--white.is-active .button-game__subtext{color:#7d829b;text-shadow:none}.button-game--white:disabled,.button-game--white.is-disabled{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--white:disabled .button-game__depth,.button-game--white.is-disabled .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--white:disabled .button-game__depth:before,.button-game--white.is-disabled .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--white:disabled .button-game__depth,.button-game--white.is-disabled .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--white:disabled .button-game__face,.button-game--white.is-disabled .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--white:disabled .button-game__icon,.button-game--white.is-disabled .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--white:disabled .button-game__icon--left,.button-game--white.is-disabled .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--white:disabled .button-game__icon--right,.button-game--white.is-disabled .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--white:disabled .button-game__label,.button-game--white.is-disabled .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--white:disabled .button-game__text,.button-game--white.is-disabled .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--white:disabled .button-game__subtext,.button-game--white.is-disabled .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--white:disabled.button-game--icon-only .button-game__depth,.button-game--white.is-disabled.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--white:disabled.button-game--icon-only .button-game__face,.button-game--white.is-disabled.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--white:disabled,.button-game--white.is-disabled{--btn-glow-color:#dbdce7;background:0 0}.button-game--white:disabled .button-game__depth,.button-game--white.is-disabled .button-game__depth{background:0 0}.button-game--white:disabled .button-game__depth:before,.button-game--white.is-disabled .button-game__depth:before{background:#caccd6;border-color:#dbdff1}.button-game--white:disabled .button-game__face,.button-game--white.is-disabled .button-game__face{background-color:#dbdce7;background-image:linear-gradient(#f1f1f8 0%,#dbdce7 100%),linear-gradient(#f3f3fd 0%,#e3e3f1 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--white:disabled .button-game__icon,.button-game--white:disabled .button-game__label,.button-game--white:disabled .button-game__subtext,.button-game--white.is-disabled .button-game__icon,.button-game--white.is-disabled .button-game__label,.button-game--white.is-disabled .button-game__subtext{color:#00000026;text-shadow:none}.button-game--orange{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--orange .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--orange .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--orange .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--orange .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--orange .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--orange .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--orange .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--orange .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--orange .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--orange .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--orange.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--orange.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--orange{--btn-glow-color:#f9841b;background:0 0}.button-game--orange .button-game__depth{background:0 0}.button-game--orange .button-game__depth:before{background:#e4701d;border-color:#b2621d}.button-game--orange .button-game__face{background-color:#f9841b;background-image:linear-gradient(#faa028 0%,#f9841b 100%),linear-gradient(#ffa74c 0%,#ff9c3d 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--orange .button-game__icon,.button-game--orange .button-game__label,.button-game--orange .button-game__subtext{color:#fff;text-shadow:none}.button-game--orange:focus-visible,.button-game--orange.is-focus{outline:none}.button-game--orange:focus-visible:after,.button-game--orange.is-focus:after{box-shadow:0 0 0 3px #fff,0 0 16px 4px var(--btn-glow-color,#0003)}.button-game--orange:focus-visible,.button-game--orange.is-focus{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-focus-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--orange:focus-visible .button-game__depth,.button-game--orange.is-focus .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--orange:focus-visible .button-game__depth:before,.button-game--orange.is-focus .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--orange:focus-visible .button-game__depth,.button-game--orange.is-focus .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--orange:focus-visible .button-game__face,.button-game--orange.is-focus .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--orange:focus-visible .button-game__icon,.button-game--orange.is-focus .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--orange:focus-visible .button-game__icon--left,.button-game--orange.is-focus .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--orange:focus-visible .button-game__icon--right,.button-game--orange.is-focus .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--orange:focus-visible .button-game__label,.button-game--orange.is-focus .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--orange:focus-visible .button-game__text,.button-game--orange.is-focus .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--orange:focus-visible .button-game__subtext,.button-game--orange.is-focus .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--orange:focus-visible.button-game--icon-only .button-game__depth,.button-game--orange.is-focus.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--orange:focus-visible.button-game--icon-only .button-game__face,.button-game--orange.is-focus.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--orange:focus-visible,.button-game--orange.is-focus{--btn-glow-color:#f9841b;background:0 0}.button-game--orange:focus-visible .button-game__depth,.button-game--orange.is-focus .button-game__depth{background:0 0}.button-game--orange:focus-visible .button-game__depth:before,.button-game--orange.is-focus .button-game__depth:before{background:#e4701d;border-color:#e07a20}.button-game--orange:focus-visible .button-game__face,.button-game--orange.is-focus .button-game__face{background-color:#f9841b;background-image:linear-gradient(#faa028 0%,#f9841b 100%),linear-gradient(#ffa74c 0%,#ff9c3d 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--orange:focus-visible .button-game__icon,.button-game--orange:focus-visible .button-game__label,.button-game--orange:focus-visible .button-game__subtext,.button-game--orange.is-focus .button-game__icon,.button-game--orange.is-focus .button-game__label,.button-game--orange.is-focus .button-game__subtext{color:#fff;text-shadow:none}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)){box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)).button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)).button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)){--btn-glow-color:#f9841b;background:0 0}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{background:0 0}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth:before{background:#ea6003;border-color:#b2621d}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__face{background-color:#f9841b;background-image:linear-gradient(#fdab28 0%,#f9841b 100%),linear-gradient(#fec159 0%,#feaa4f 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon,.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__label,.button-game--orange:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__subtext{color:#fff;text-shadow:none}.button-game--orange:active:not(:disabled):not(.is-disabled):after,.button-game--orange.is-active:after{height:calc(100% - calc(var(--btn-md-active-depth-press-y) * 1px))}.button-game--orange:active:not(:disabled):not(.is-disabled),.button-game--orange.is-active{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-active-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--orange.is-active .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__depth:before,.button-game--orange.is-active .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-active-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--orange.is-active .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__face,.button-game--orange.is-active .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);transform:translateY(calc(var(--btn-md-active-depth-press-y) * 1px));border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__icon,.button-game--orange.is-active .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__icon--left,.button-game--orange.is-active .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__icon--right,.button-game--orange.is-active .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__label,.button-game--orange.is-active .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__text,.button-game--orange.is-active .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__subtext,.button-game--orange.is-active .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--orange:active:not(:disabled):not(.is-disabled).button-game--icon-only .button-game__depth,.button-game--orange.is-active.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--orange:active:not(:disabled):not(.is-disabled).button-game--icon-only .button-game__face,.button-game--orange.is-active.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--orange:active:not(:disabled):not(.is-disabled),.button-game--orange.is-active{--btn-glow-color:#ffa839;background:0 0}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--orange.is-active .button-game__depth{background:0 0}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__depth:before,.button-game--orange.is-active .button-game__depth:before{background:#c14f02;border-color:#b04b0b}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__face,.button-game--orange.is-active .button-game__face{background-color:#ffa839;background-image:linear-gradient(#fa7b15 0%,#ffa839 100%),linear-gradient(#fdb450 0%,#f6801c 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__icon,.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__label,.button-game--orange:active:not(:disabled):not(.is-disabled) .button-game__subtext,.button-game--orange.is-active .button-game__icon,.button-game--orange.is-active .button-game__label,.button-game--orange.is-active .button-game__subtext{color:#fff;text-shadow:none}.button-game--orange:disabled,.button-game--orange.is-disabled{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--orange:disabled .button-game__depth,.button-game--orange.is-disabled .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--orange:disabled .button-game__depth:before,.button-game--orange.is-disabled .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--orange:disabled .button-game__depth,.button-game--orange.is-disabled .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--orange:disabled .button-game__face,.button-game--orange.is-disabled .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--orange:disabled .button-game__icon,.button-game--orange.is-disabled .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--orange:disabled .button-game__icon--left,.button-game--orange.is-disabled .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--orange:disabled .button-game__icon--right,.button-game--orange.is-disabled .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--orange:disabled .button-game__label,.button-game--orange.is-disabled .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--orange:disabled .button-game__text,.button-game--orange.is-disabled .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--orange:disabled .button-game__subtext,.button-game--orange.is-disabled .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--orange:disabled.button-game--icon-only .button-game__depth,.button-game--orange.is-disabled.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--orange:disabled.button-game--icon-only .button-game__face,.button-game--orange.is-disabled.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--orange:disabled,.button-game--orange.is-disabled{--btn-glow-color:#e96d06;background:0 0}.button-game--orange:disabled .button-game__depth,.button-game--orange.is-disabled .button-game__depth{background:0 0}.button-game--orange:disabled .button-game__depth:before,.button-game--orange.is-disabled .button-game__depth:before{background:#c14f02;border-color:#c14f02}.button-game--orange:disabled .button-game__face,.button-game--orange.is-disabled .button-game__face{background-color:#e96d06;background-image:linear-gradient(#f18114 0%,#e96d06 100%),linear-gradient(#fdb24e 0%,#f6811e 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--orange:disabled .button-game__icon,.button-game--orange:disabled .button-game__label,.button-game--orange:disabled .button-game__subtext,.button-game--orange.is-disabled .button-game__icon,.button-game--orange.is-disabled .button-game__label,.button-game--orange.is-disabled .button-game__subtext{color:#00000026;text-shadow:none}.button-game--blue{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--blue .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--blue .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--blue .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--blue .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--blue .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--blue .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--blue .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--blue .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--blue .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--blue .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--blue.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--blue.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--blue{--btn-glow-color:#43a2e6;background:0 0}.button-game--blue .button-game__depth{background:0 0}.button-game--blue .button-game__depth:before{background:#328cc8;border-color:#1f71a1}.button-game--blue .button-game__face{background-color:#43a2e6;background-image:linear-gradient(#55bef5 0%,#43a2e6 100%),linear-gradient(#6cc8f9 0%,#5fb5f2 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--blue .button-game__icon,.button-game--blue .button-game__label,.button-game--blue .button-game__subtext{color:#fff;text-shadow:none}.button-game--blue:focus-visible,.button-game--blue.is-focus{outline:none}.button-game--blue:focus-visible:after,.button-game--blue.is-focus:after{box-shadow:0 0 0 3px #fff,0 0 16px 4px var(--btn-glow-color,#0003)}.button-game--blue:focus-visible,.button-game--blue.is-focus{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-focus-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--blue:focus-visible .button-game__depth,.button-game--blue.is-focus .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--blue:focus-visible .button-game__depth:before,.button-game--blue.is-focus .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--blue:focus-visible .button-game__depth,.button-game--blue.is-focus .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--blue:focus-visible .button-game__face,.button-game--blue.is-focus .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--blue:focus-visible .button-game__icon,.button-game--blue.is-focus .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--blue:focus-visible .button-game__icon--left,.button-game--blue.is-focus .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--blue:focus-visible .button-game__icon--right,.button-game--blue.is-focus .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--blue:focus-visible .button-game__label,.button-game--blue.is-focus .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--blue:focus-visible .button-game__text,.button-game--blue.is-focus .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--blue:focus-visible .button-game__subtext,.button-game--blue.is-focus .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--blue:focus-visible.button-game--icon-only .button-game__depth,.button-game--blue.is-focus.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--blue:focus-visible.button-game--icon-only .button-game__face,.button-game--blue.is-focus.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--blue:focus-visible,.button-game--blue.is-focus{--btn-glow-color:#43a2e6;background:0 0}.button-game--blue:focus-visible .button-game__depth,.button-game--blue.is-focus .button-game__depth{background:0 0}.button-game--blue:focus-visible .button-game__depth:before,.button-game--blue.is-focus .button-game__depth:before{background:#328cc8;border-color:#1f71a1}.button-game--blue:focus-visible .button-game__face,.button-game--blue.is-focus .button-game__face{background-color:#43a2e6;background-image:linear-gradient(#55bef5 0%,#43a2e6 100%),linear-gradient(#6cc8f9 0%,#5fb5f2 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--blue:focus-visible .button-game__icon,.button-game--blue:focus-visible .button-game__label,.button-game--blue:focus-visible .button-game__subtext,.button-game--blue.is-focus .button-game__icon,.button-game--blue.is-focus .button-game__label,.button-game--blue.is-focus .button-game__subtext{color:#fff;text-shadow:none}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)){box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)).button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)).button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)){--btn-glow-color:#2ea6f5;background:0 0}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth{background:0 0}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__depth:before{background:#038de8;border-color:#1f71a1}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__face{background-color:#2ea6f5;background-image:linear-gradient(#4dcbfe 0%,#2ea6f5 100%),linear-gradient(#72dffe 0%,#5fc2fc 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__icon,.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__label,.button-game--blue:hover:not(:disabled):not(.is-disabled):not(:where(.is-active)) .button-game__subtext{color:#fff;text-shadow:none}.button-game--blue:active:not(:disabled):not(.is-disabled):after,.button-game--blue.is-active:after{height:calc(100% - calc(var(--btn-md-active-depth-press-y) * 1px))}.button-game--blue:active:not(:disabled):not(.is-disabled),.button-game--blue.is-active{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-active-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--blue.is-active .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__depth:before,.button-game--blue.is-active .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-active-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--blue.is-active .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__face,.button-game--blue.is-active .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);transform:translateY(calc(var(--btn-md-active-depth-press-y) * 1px));border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__icon,.button-game--blue.is-active .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__icon--left,.button-game--blue.is-active .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__icon--right,.button-game--blue.is-active .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__label,.button-game--blue.is-active .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__text,.button-game--blue.is-active .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__subtext,.button-game--blue.is-active .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--blue:active:not(:disabled):not(.is-disabled).button-game--icon-only .button-game__depth,.button-game--blue.is-active.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--blue:active:not(:disabled):not(.is-disabled).button-game--icon-only .button-game__face,.button-game--blue.is-active.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--blue:active:not(:disabled):not(.is-disabled),.button-game--blue.is-active{--btn-glow-color:#3591d4;background:0 0}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__depth,.button-game--blue.is-active .button-game__depth{background:0 0}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__depth:before,.button-game--blue.is-active .button-game__depth:before{background:#09609f;border-color:#266ca1}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__face,.button-game--blue.is-active .button-game__face{background-color:#3591d4;background-image:linear-gradient(#2f91db 0%,#3591d4 100%),linear-gradient(#63c2f7 0%,#3591d4 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__icon,.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__label,.button-game--blue:active:not(:disabled):not(.is-disabled) .button-game__subtext,.button-game--blue.is-active .button-game__icon,.button-game--blue.is-active .button-game__label,.button-game--blue.is-active .button-game__subtext{color:#fff;text-shadow:none}.button-game--blue:disabled,.button-game--blue.is-disabled{box-sizing:border-box;height:calc(var(--btn-md-outer-h)*1px);border-radius:calc(var(--btn-md-outer-radius)*1px);justify-content:center;align-items:flex-start;display:inline-flex}.button-game--blue:disabled .button-game__depth,.button-game--blue.is-disabled .button-game__depth{box-sizing:border-box;z-index:1;width:100%;height:calc(var(--btn-md-depth-h)*1px);padding:calc(var(--btn-md-depth-border-width)*1px) calc(var(--btn-md-depth-border-width)*1px) 0 calc(var(--btn-md-depth-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);backface-visibility:hidden;background:0 0;border:0;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.button-game--blue:disabled .button-game__depth:before,.button-game--blue.is-disabled .button-game__depth:before{content:"";z-index:0;box-sizing:border-box;pointer-events:none;height:calc(100% - calc(var(--btn-md-depth-press-y) * 1px));border-width:calc(var(--btn-md-depth-border-width)*1px);border-radius:inherit;border-style:solid;transition:height .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);position:absolute;bottom:0;left:0;right:0}.button-game--blue:disabled .button-game__depth,.button-game--blue.is-disabled .button-game__depth{transition:border-radius .12s cubic-bezier(.2,0,.2,1)}.button-game--blue:disabled .button-game__face,.button-game--blue.is-disabled .button-game__face{box-sizing:border-box;width:100%;height:calc(var(--btn-md-face-h)*1px);padding:calc(var(--btn-md-face-py)*1px) calc(var(--btn-md-face-px)*1px);justify-content:center;align-items:center;gap:calc(var(--btn-md-face-gap)*1px);z-index:1;border-width:calc(var(--btn-md-face-border-width)*1px);border-radius:calc(var(--btn-md-inner-radius)*1px);border-style:solid;flex-direction:row;transition:transform .12s cubic-bezier(.2,0,.2,1),height .12s cubic-bezier(.2,0,.2,1),border-radius .12s cubic-bezier(.2,0,.2,1),background .12s cubic-bezier(.2,0,.2,1),border-color .12s cubic-bezier(.2,0,.2,1);display:flex;position:relative;transform:translateY(0)}.button-game--blue:disabled .button-game__icon,.button-game--blue.is-disabled .button-game__icon{width:calc(var(--btn-md-icon-box)*1px);height:calc(var(--btn-md-icon-box)*1px);font-size:calc(var(--btn-md-icon-font-size)*1px);line-height:calc(var(--btn-md-icon-line-height)*1px);flex:0 0 calc(var(--btn-md-icon-box)*1px);justify-content:center;align-items:center;display:flex}.button-game--blue:disabled .button-game__icon--left,.button-game--blue.is-disabled .button-game__icon--left{margin-left:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--blue:disabled .button-game__icon--right,.button-game--blue.is-disabled .button-game__icon--right{margin-right:calc(var(--btn-md-face-gap)*1px*-.25)}.button-game--blue:disabled .button-game__label,.button-game--blue.is-disabled .button-game__label{min-height:calc(var(--btn-md-label-height)*1px);font-size:calc(var(--btn-md-label-font-size)*1px);text-transform:uppercase;text-align:center;align-items:center;font-weight:700;line-height:140%;display:flex}.button-game--blue:disabled .button-game__text,.button-game--blue.is-disabled .button-game__text{justify-content:center;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.button-game--blue:disabled .button-game__subtext,.button-game--blue.is-disabled .button-game__subtext{min-height:calc(var(--btn-md-label-height)*1px);text-transform:none;white-space:nowrap;align-items:center;font-size:12px;font-weight:500;line-height:140%;display:inline-flex}.button-game--blue:disabled.button-game--icon-only .button-game__depth,.button-game--blue.is-disabled.button-game--icon-only .button-game__depth{width:calc(var(--btn-md-depth-h)*1px)}.button-game--blue:disabled.button-game--icon-only .button-game__face,.button-game--blue.is-disabled.button-game--icon-only .button-game__face{width:100%;padding-left:calc(var(--btn-md-face-py)*1px);padding-right:calc(var(--btn-md-face-py)*1px)}.button-game--blue:disabled,.button-game--blue.is-disabled{--btn-glow-color:#16a0e2;background:0 0}.button-game--blue:disabled .button-game__depth,.button-game--blue.is-disabled .button-game__depth{background:0 0}.button-game--blue:disabled .button-game__depth:before,.button-game--blue.is-disabled .button-game__depth:before{background:#2176af;border-color:#1f71a1}.button-game--blue:disabled .button-game__face,.button-game--blue.is-disabled .button-game__face{background-color:#16a0e2;background-image:linear-gradient(#47a0e2 0%,#16a0e2 100%),linear-gradient(#51bfff 0%,#39a3e1 100%);background-origin:padding-box,border-box;background-clip:padding-box,border-box;border-color:#0000}.button-game--blue:disabled .button-game__icon,.button-game--blue:disabled .button-game__label,.button-game--blue:disabled .button-game__subtext,.button-game--blue.is-disabled .button-game__icon,.button-game--blue.is-disabled .button-game__label,.button-game--blue.is-disabled .button-game__subtext{color:#0003;text-shadow:none}.button-game--lg{--btn-md-outer-h:var(--btn-lg-outer-h);--btn-md-outer-radius:var(--btn-lg-outer-radius);--btn-md-depth-h:var(--btn-lg-depth-h);--btn-md-face-h:var(--btn-lg-face-h);--btn-md-face-py:var(--btn-lg-face-py);--btn-md-face-px:var(--btn-lg-face-px);--btn-md-face-gap:var(--btn-lg-face-gap);--btn-md-inner-radius:var(--btn-lg-inner-radius);--btn-md-depth-border-width:var(--btn-lg-depth-border-width);--btn-md-face-border-width:var(--btn-lg-face-border-width);--btn-md-icon-box:var(--btn-lg-icon-box);--btn-md-icon-font-size:var(--btn-lg-icon-font-size);--btn-md-icon-line-height:var(--btn-lg-icon-line-height);--btn-md-label-font-size:var(--btn-lg-label-font-size);--btn-md-label-height:var(--btn-lg-label-height);--btn-md-depth-press-y:var(--btn-lg-depth-press-y);--btn-md-active-outer-h:var(--btn-lg-active-outer-h);--btn-md-active-outer-radius:var(--btn-lg-active-outer-radius);--btn-md-active-depth-h:var(--btn-lg-active-depth-h);--btn-md-active-depth-press-y:var(--btn-lg-active-depth-press-y);--btn-md-disabled-outer-h:var(--btn-lg-disabled-outer-h);--btn-md-disabled-depth-h:var(--btn-lg-disabled-depth-h);--btn-md-focus-outer-h:var(--btn-lg-focus-outer-h);--btn-md-focus-outer-radius:var(--btn-lg-focus-outer-radius);--btn-md-focus-depth-h:var(--btn-lg-focus-depth-h);--btn-md-white-active-outer-h:var(--btn-lg-white-active-outer-h);--btn-md-white-active-depth-h:var(--btn-lg-white-active-depth-h);--btn-md-white-active-depth-press-y:var(--btn-lg-white-active-depth-press-y)}.button-game--sm{--btn-md-outer-h:32;--btn-md-outer-radius:8;--btn-md-depth-h:32;--btn-md-face-h:28;--btn-md-face-py:4;--btn-md-face-px:8;--btn-md-face-gap:6;--btn-md-inner-radius:8;--btn-md-depth-border-width:1;--btn-md-face-border-width:1;--btn-md-icon-box:16;--btn-md-icon-font-size:12;--btn-md-icon-line-height:16;--btn-md-label-font-size:12;--btn-md-label-height:16;--btn-md-depth-press-y:0;--btn-md-active-outer-h:32;--btn-md-active-outer-radius:8;--btn-md-active-depth-h:32;--btn-md-active-depth-press-y:2;--btn-md-disabled-outer-h:32;--btn-md-disabled-depth-h:32;--btn-md-focus-outer-h:32;--btn-md-focus-outer-radius:8;--btn-md-focus-depth-h:32;--btn-md-white-active-outer-h:32;--btn-md-white-active-depth-h:32;--btn-md-white-active-depth-press-y:2}.game-top-button-icon,.game-button-icon{color:currentColor;width:100%;height:100%;font-size:inherit;line-height:inherit;place-content:center;align-items:center}.game-dialog-overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;pointer-events:none;background-color:#0000007a;justify-content:center;align-items:center;padding:16px;transition:opacity .2s,visibility .2s;display:flex;position:fixed;inset:0}.game-dialog-overlay.show{opacity:1;visibility:visible;pointer-events:auto}.game-dialog{background-color:var(--q-card-bg-color,#fff);border:1px solid var(--q-card-border-color,#0f172a14);border-radius:16px;flex-direction:column;align-items:stretch;gap:18px;max-width:calc(100vw - 32px);padding:24px;display:flex;position:relative;box-shadow:0 24px 60px #0f172a3d}.game-dialog-close-icon{z-index:1;color:#7d829b;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:22px;line-height:1;transition:color .2s,background-color .2s;display:inline-flex;position:absolute;top:18px;right:18px}.game-dialog-close-icon:hover{color:#7d829b;background-color:#0808180f}.game-dialog-icon{color:var(--q-main-text-color,#111827);text-align:center;justify-content:center;align-items:center;font-size:44px;line-height:1;display:flex}.game-dialog-content{flex-direction:column;align-items:stretch;gap:12px;display:flex}.game-dialog-title{color:var(--q-main-text-color,#111827);text-align:center;margin:0;font-size:22px;font-weight:700;line-height:1.25}.game-dialog-description{color:var(--q-secondary-text-color,#4b5563);text-align:center;margin:0;font-size:15px;font-weight:400;line-height:1.5}.game-dialog-reward{color:var(--q-main-text-color,#111827);text-align:center;background-color:#ffc1071f;border:1px solid #ffc10752;border-radius:12px;padding:12px 14px;font-size:16px;font-weight:700;line-height:1.35}.game-dialog-image{object-fit:cover;border-radius:12px;width:100%;max-height:220px;display:block}.game-dialog-custom-content{color:var(--q-secondary-text-color,#4b5563);text-align:center;font-size:14px;line-height:1.5}.game-dialog-actions{flex-direction:column;gap:10px;display:flex}.game-dialog-button{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:12px;width:100%;min-height:44px;padding:10px 16px;font-size:14px;font-weight:700;line-height:1.2;transition:background-color .2s,border-color .2s,color .2s,transform .2s}.game-dialog-button:hover{transform:translateY(-1px)}.game-dialog-button.primary{color:#fff;background-color:var(--q-primary-color,#2563eb);border-color:var(--q-primary-color,#2563eb)}.game-dialog-button.close{color:var(--q-main-text-color,#111827);border-color:var(--q-card-border-color,#0f172a1f);background-color:#0000}@media (max-width:480px){.game-dialog{gap:16px;padding:20px}.game-dialog-title{font-size:20px}}.game-layout{flex-direction:column;width:100%;min-height:max(100%,600px);display:flex;position:relative;overflow:hidden}.game-layout__background{z-index:0;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.game-layout__header{z-index:10;height:85px;padding:16px;position:relative}.game-layout__header-logo{min-width:0;height:100%}.game-layout__tenant-logo-shell{box-sizing:border-box;background:#00000073;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:fit-content;height:100%;padding:8px 0;display:inline-flex;overflow:hidden}.game-layout__controls{z-index:4;pointer-events:none;position:absolute;inset:0}.game-layout__controls>*{pointer-events:auto}.game-layout__content{z-index:1;pointer-events:none;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:16px 0;display:flex;position:relative}.game-layout__content>*{pointer-events:auto}.game-layout__tenant-logo-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:100%;height:40px;display:flex}.game-layout__tenant-logo{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;height:100%;margin:6px 14px;display:block}.game-layout__game-area{flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:16px;width:100%;display:flex}.game-layout__footer{z-index:10;flex-direction:column;flex-shrink:0;align-self:center;align-items:center;gap:16px;width:min(520px,100vw - 32px);padding-bottom:25px;display:flex;position:relative}.game-container{scrollbar-width:none;-ms-overflow-style:none;color:#fff;touch-action:manipulation;-webkit-tap-highlight-color:#0000;background:#101827;width:100%;height:100%;position:relative;overflow:hidden auto}.game-container::-webkit-scrollbar{display:none}.game-container,.game-container *{box-sizing:border-box}.game-container .game-dialog,.game-container .game-dialog *,.game-result-dialog,.game-result-dialog *{white-space:nowrap}.game-container__canvas{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.game-container__background{z-index:0;object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.game-container__canvas-element{object-fit:contain;pointer-events:auto;max-width:100%;display:block;position:relative;width:100%!important;height:100%!important}.game-container__status{z-index:10;text-align:center;background:#101827;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex;position:absolute;inset:0}.game-container__status-title{color:#fff;margin:0;font-size:18px;font-weight:700;line-height:26px}.game-container__status-description{color:#ffffffc2;white-space:normal;max-width:360px;margin:0;font-size:14px;font-weight:400;line-height:20px}.game-container__status-button{color:#fff;cursor:pointer;background:#3bc861;border:0;border-radius:8px;min-height:40px;margin-top:6px;padding:0 18px;font-size:14px;font-weight:700}.game-container__top-control{pointer-events:auto;position:absolute;top:16px}.game-container__top-control--sound{left:calc(var(--game-top-visible-left,0px) + 16px);transform-origin:0 0}.game-container__top-control--close{right:calc(var(--game-top-visible-right,0px) + 16px);transform-origin:100% 0}.game-container__actions{white-space:nowrap;justify-content:center;align-items:center;gap:15px;width:100%;display:flex}.game-remaining-pill{flex-direction:column;align-items:center;width:100%;display:flex}.game-remaining-pill__primary{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;text-align:center;white-space:nowrap;background:#0009;border:.5px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:6px 12px;font-size:16px;font-weight:400;line-height:140%;display:inline-flex;box-shadow:0 6px 10px #00000012}.game-remaining-pill__bolt{color:#f8db2d;-webkit-text-fill-color:#0000;background:linear-gradient(#ffee85 0%,#f8db2d 48%,#f8ae01 100%);-webkit-background-clip:text;background-clip:text;font-size:20px;line-height:1}.game-remaining-pill__highlight{font-weight:700}.game-remaining-pill__secondary{color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:10px;font-size:14px;line-height:20px;display:flex}.game-remaining-pill__icon{object-fit:contain;width:18px;height:18px}@media (max-height:650px){.game-remaining-pill__primary{gap:6px;padding:4px 10px;font-size:14px;line-height:130%}.game-remaining-pill__bolt{font-size:16px}.game-remaining-pill__secondary{gap:4px;margin-top:6px;font-size:12px;line-height:16px}.game-remaining-pill__icon{width:16px;height:16px}}.game-container .game-dialog-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background-color:#00000038}.game-container .game-layout__controls{z-index:2;pointer-events:none}.game-container .game-layout__content{z-index:10}.game-container .game-layout__tenant-logo-wrapper{pointer-events:none;height:50px}.game-container .game-layout__tenant-logo-shell{pointer-events:none}.game-container .game-layout__tenant-logo{pointer-events:auto;width:auto;height:100%}.game-container .game-dialog{background:#fff;border:0;border-radius:16px;gap:0;max-width:calc(100vw - 32px);padding:0;overflow:hidden;box-shadow:0 16px 40px #00000029;width:384px!important}.game-container .game-dialog-content{gap:0}.game-container .game-dialog-title:empty,.game-container .game-dialog-actions:empty{display:none}.game-container .game-dialog-custom-content{color:inherit;font-size:inherit;text-align:initial;line-height:normal}.game-result-dialog{flex-direction:column;align-items:center;width:100%;padding:26px 32px 28px;display:flex}.game-result-dialog__image{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:125px;height:125px;margin-bottom:10px;display:block}.game-result-dialog__title{color:#080818;text-align:center;white-space:nowrap;margin:0;font-size:32px;font-weight:700;line-height:42px}.game-result-dialog__description{color:#72728b;text-align:center;white-space:nowrap;margin:2px 0 22px;font-size:16px;font-weight:400;line-height:22px}.game-result-dialog__reward{color:#00bb68;text-align:center;white-space:nowrap;background:#f9fafb;border:2px dashed #dbdff1;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:53px;padding:12px 14px;font-size:22px;font-weight:700;line-height:28px;display:flex}.game-result-dialog__actions{white-space:nowrap;flex-direction:column;gap:10px;width:100%;margin-top:20px;display:flex}@keyframes game-logo-sway{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}
