.game-currency-combobox{width:min(100%,320px)}.game-currency-combobox:not(.is-on-mobile){width:min(100%,415px);margin:var(--spacing-sm);padding:var(--spacing-xl);border-radius:var(--border-radius-lg);background:var(--surface-light)}.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__text,.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__dropdown{margin-bottom:0}.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__group{align-items:center;display:flex}.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__group:first-child{gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__group:last-child{gap:var(--spacing-2xs)}.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__text{white-space:nowrap}.game-currency-combobox__text{margin-bottom:var(--spacing-3xs);color:var(--text-light);font:var(--body-md-semibold);display:block}.game-currency-combobox__dropdown{z-index:1;min-width:unset;margin-bottom:var(--spacing-sm)}.game-currency-trigger__wrapper{position:relative}.game-currency-trigger{border-radius:var(--radius);height:32px;color:var(--text-light);background:var(--background-secondary);cursor:pointer;gap:8px;padding:0 10px;font-size:14px;font-weight:700;line-height:16px}@layer mixins{.game-currency-trigger{background:0 0;border:none;outline:none;justify-content:center;align-items:center;padding:0;display:flex}}.game-currency-trigger:hover:not(:disabled){background:var(--background-secondary-hover)}.game-currency-trigger:disabled{color:var(--text-disabled);cursor:not-allowed}.game-currency-trigger__tooltip{--tooltip-offset:0;text-align:center;width:fit-content;min-width:180px;color:var(--white);background:var(--blue-400);border-radius:var(--radius);transform:translateX(calc(-50% + var(--tooltip-offset) * 1px));z-index:var(--z-index-level-1);-webkit-user-select:none;user-select:none;padding:15px;font-size:14px;font-weight:400;line-height:1.4;position:absolute;bottom:calc(100% + 10px);left:50%}.game-currency-trigger__tooltip:after{content:"";border-style:solid;border-width:7px 7px 0;border-color:var(--blue-400) #0000 #0000 #0000;width:0;height:0;transform:translateX(calc(-50% - var(--tooltip-offset) * 1px));position:absolute;bottom:-7px;left:50%}.game-currency-trigger__tooltip svg{width:12px;height:12px;fill:var(--white);cursor:pointer;position:absolute;top:5px;right:5px}
.game-out-of-funds{height:calc(100% - var(--game-navbar-height));border-radius:var(--radius-l) var(--radius-l) 0 0;z-index:var(--z-index-level-0);gap:var(--spacing-lg);padding:var(--spacing-xl);text-align:center;background:#000000e6}@layer mixins{.game-out-of-funds{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.game-out-of-funds__content{flex-direction:column;justify-content:center;align-items:center;display:flex}.game-out-of-funds__icon-wrapper{justify-content:center;align-items:center;display:flex}}.is-game-fullscreen .game-out-of-funds{border-radius:0}.game-out-of-funds__icon-wrapper{border-radius:var(--border-radius-round);background:var(--v2-orange-800);width:50px;height:50px;margin:0 0 var(--spacing-sm) 0}.game-out-of-funds__icon{width:20px;height:20px;fill:var(--v2-orange-400)}.game-out-of-funds__title{font:var(--title-md-semibold);color:var(--text-light);margin:0 0 var(--spacing-4xs) 0}.game-out-of-funds__subtitle{font:var(--body-md-regular);color:var(--v2-neutral-300);margin:0 0 var(--spacing-sm) 0}