.player-seat{--seat-header-height:var(--player-seat-header,32px);--seat-name-font:23px;--seat-balance-font:24px;--seat-balance-width:48px;--seat-card-gap:clamp(2px, .8cqi, 6px);--seat-row-gap:clamp(4px, 1.2cqi, 7px);--seat-header-gap:3px;--seat-box-radius:3px;--seat-card-radius:4px;gap:var(--seat-row-gap);flex-direction:column;width:100%;min-width:0;display:flex}.player-seat__header{align-items:stretch;gap:var(--seat-header-gap);width:100%;height:var(--seat-header-height);min-width:0;display:flex}.player-seat__avatar{flex:0 0 var(--seat-header-height);width:var(--seat-header-height);height:var(--seat-header-height);background:#0b2622;border:1px solid #425472;border-radius:50%;overflow:hidden}.player-seat__avatar svg,.player-seat__avatar-img{object-fit:contain;width:100%;height:100%;display:block}.player-seat__name,.player-seat__balance{height:var(--seat-header-height);border-radius:var(--seat-box-radius);color:#fff;text-align:center;background:#0b2622;border:1px solid #425472;justify-content:center;align-items:center;min-width:0;padding:0 6px;font-weight:500;line-height:1;display:flex}.player-seat__name{font-size:var(--seat-name-font);text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;overflow:hidden}.player-seat__balance{flex:0 0 var(--seat-balance-width);width:var(--seat-balance-width);font-size:var(--seat-balance-font);padding-inline:4px;font-weight:700}.player-seat--self{position:relative}.player-seat--self .player-seat__cards,.player-seat--self .player-seat__header{filter:drop-shadow(0 0 4px #ffd60a8c)}.player-seat--winner .player-seat__balance{color:#fff;border-color:#fff;box-shadow:0 0 0 1px #ffffffe6,0 0 8px #ffffffb3}.player-seat--winner.player-seat--self .player-seat__balance{border-color:#ffd60a;box-shadow:0 0 0 1px #ffd60af2,0 0 10px #ffd60abf}.player-seat__cards{align-items:stretch;gap:var(--seat-card-gap);width:100%;min-width:0;display:flex}.player-seat__card-slot{aspect-ratio:1/1.49;border-radius:var(--seat-card-radius);background:linear-gradient(#115d5266 0%,#0b262266 100%);border:1px solid #ffffffbf;flex:1 1 0;min-width:0;container-type:inline-size}
.player-table{--player-table-fail:#913228;--player-table-win:#449e2c;background:#146100b3;border-radius:5px;width:100%;overflow:hidden}.player-table__grid{grid-template-columns:minmax(88px,1.35fr) repeat(5,minmax(0,1fr));display:grid}.player-table__cell{color:#fff;text-align:center;justify-content:center;align-items:center;height:21px;padding:0 4px;font-size:14px;line-height:65%;display:flex}.player-table__cell--header{height:27px;font-weight:400}.player-table__cell--wallet{justify-content:flex-start;gap:6px;padding-inline:8px}.player-table__wallet-label{text-transform:uppercase;flex-shrink:0;font-size:14px;font-weight:700;line-height:65%}.player-table__avatar{border-radius:50%;flex-shrink:0;width:15px;height:15px;overflow:hidden}.player-table__avatar svg{width:100%;height:100%;display:block}.player-table__icon--fail{width:17px;height:17px;display:block}.player-table__icon--win{width:19px;height:14px;display:block}
.history-menu{z-index:20;pointer-events:none;position:fixed;inset:0}.history-menu__backdrop{opacity:0;cursor:pointer;background:#0000008c;border:none;padding:0;transition:opacity .25s;position:absolute;inset:0}.history-menu__panel{width:min(92%,460px);height:100dvh;padding:16px;padding-top:max(16px, var(--safe-area-top));padding-bottom:max(16px, var(--safe-area-bottom));background:var(--felt-green-dark);scrollbar-width:none;background-image:url(/bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:12px;transition:transform .28s;display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 30px #00000080}.history-menu__panel::-webkit-scrollbar{display:none}.history-menu--open{pointer-events:auto}.history-menu--open .history-menu__backdrop{opacity:1}.history-menu--open .history-menu__panel{transform:translate(0)}.history-menu__header{justify-content:space-between;align-items:center;display:flex}.history-menu__title{color:#fff;text-transform:uppercase;font-size:28px;line-height:65%}.history-menu__close{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0b2622;border:1px solid #425472;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:26px;line-height:1;display:flex}
.result-panel{width:100%;height:var(--game-controls-height,148px);min-height:var(--game-controls-height,148px);grid-template-columns:minmax(0,1.05fr) minmax(0,1fr) minmax(0,1.05fr);align-items:stretch;gap:7px;display:grid}.result-panel__action,.result-panel__continue{color:#fff;text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:10px;min-width:0;padding:10px 8px 8px;font-family:inherit;font-weight:700;line-height:100%}.result-panel__action{background:#061502b3;grid-template-rows:1fr auto;place-items:center;display:grid}.result-panel__continue{background:var(--btn-green);flex-direction:column;justify-content:center;align-items:center;display:flex}.result-panel__action--neutral{grid-template-rows:1fr}.result-panel__continue--open:not(:disabled){animation:1.1s ease-in-out infinite result-panel-open-pulse}.result-panel__continue--opening:disabled{opacity:.85;background:var(--btn-green-active)}@keyframes result-panel-open-pulse{0%,to{box-shadow:0 0 #6ee78726}50%{box-shadow:0 0 8px 1px #6ee78738}}.result-panel__action-label{letter-spacing:0;text-align:center;text-transform:uppercase;justify-content:center;align-items:center;width:100%;height:100%;font-family:inherit;font-size:26px;font-weight:500;line-height:120%;display:flex}.result-panel__action:active,.result-panel__continue:active{filter:brightness(.92)}.result-panel__continue-label{letter-spacing:0;text-align:center;text-transform:uppercase;width:100%;font-family:inherit;font-size:23px;font-weight:500;line-height:120%;display:block}.result-panel__payout{color:#fff;background:#000;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:38px;font-size:clamp(22px,5.5vw,28px);line-height:65%;display:flex}.result-panel__payout--win{color:#fff}.result-panel__payout--lose{color:#ff8f87}.result-panel__stats{flex-direction:column;gap:7px;min-width:0;display:flex}.result-panel__difficulty,.result-panel__bet{color:#fff;text-transform:uppercase;text-align:center;border-radius:8px;justify-content:center;align-items:center;min-height:40px;font-size:17px;line-height:1;display:flex}.result-panel__difficulty{background:#000}.result-panel__balance{background:#061502b3;border-radius:8px;flex-direction:column;flex:1;align-items:stretch;min-height:0;display:flex;overflow:hidden}.result-panel__balance-label{color:#fff;text-align:center;justify-content:center;align-items:center;padding:10px 0;font-size:15px;font-weight:500;line-height:1;display:flex}.result-panel__balance-value{color:#fff;text-align:center;background:#000;border-radius:6px;justify-content:center;align-items:center;min-height:0;padding:10px 0;font-size:15px;line-height:1;display:flex}.result-panel__bet{background:#061502b3;font-size:24px}.result-panel__action:disabled,.result-panel__continue:disabled{opacity:.5;cursor:default}@media (max-width:480px){.result-panel__action,.result-panel__continue{padding:8px 6px 6px}.result-panel__action-label{font-size:18px}.result-panel__continue-label{font-size:15px}.result-panel__payout{min-height:32px;font-size:clamp(18px,4.5vw,24px)}}@media (max-width:400px){.result-panel__action,.result-panel__continue{padding:6px 4px 4px}.result-panel__action-label{font-size:15px}.result-panel__continue-label{font-size:13px}.result-panel__payout{min-height:28px;font-size:clamp(16px,4vw,20px)}}
.bet-calculator{flex-direction:column;gap:7px;width:100%;display:flex}@media (max-width:480px){.bet-calculator{gap:5px}.bet-calculator .difficulty-tabs{height:36px;padding:2px;font-size:18px}.bet-calculator .difficulty-tabs__tab{padding:0 2px;font-size:20px}.bet-calculator .bet-panel{--bet-panel-section-gap:5px;--bet-panel-body-gap:5px;--bet-panel-chip-size:36px;--bet-panel-balance-height:44px;--bet-panel-play-width:43px;--bet-panel-play-height:43px}.bet-calculator .bet-panel__balance-label,.bet-calculator .bet-panel__balance-value{padding:0 8px;font-size:20px}.bet-calculator .bet-panel__chip{font-size:18px}.bet-calculator .bet-panel__adjust{grid-template-columns:38px 1fr 38px}.bet-calculator .bet-panel__adjust-icon{font-size:28px}.bet-calculator .bet-panel__bet-value{font-size:24px}.bet-calculator .bet-panel__action{font-size:28px}}@media (max-width:400px){.bet-calculator{gap:4px}.bet-calculator .difficulty-tabs{height:34px;padding:1px;font-size:16px}.bet-calculator .difficulty-tabs__tab{padding:0 1px;font-size:20px}.bet-calculator .bet-panel{--bet-panel-section-gap:4px;--bet-panel-body-gap:4px;--bet-panel-chip-size:34px;--bet-panel-balance-height:40px;--bet-panel-play-width:43px;--bet-panel-play-height:43px}.bet-calculator .bet-panel__balance-label{padding:0 6px;font-size:20px}.bet-calculator .bet-panel__balance-value{margin:1px;padding:0 6px;font-size:20px}.bet-calculator .bet-panel__chip{border-radius:6px;font-size:16px}.bet-calculator .bet-panel__adjust{border-radius:6px;grid-template-columns:34px 1fr 34px}.bet-calculator .bet-panel__adjust-icon{font-size:24px}.bet-calculator .bet-panel__adjust-icon--minus{width:14px}.bet-calculator .bet-panel__bet-value{font-size:24px}.bet-calculator .bet-panel__action{border-radius:6px;font-size:26px}}
.game-screen{--game-screen-section-gap:14px;--game-screen-bottom-inset:var(--app-screen-bottom-inset);--game-controls-height:148px;--game-screen-controls-reserved-height:191px;gap:var(--game-screen-section-gap);height:100dvh;max-height:100dvh;padding-bottom:var(--game-screen-bottom-inset);flex-direction:column;display:flex;overflow:hidden}.game-screen--idle{--game-screen-controls-reserved-height:191px}.game-screen--round{--game-screen-controls-reserved-height:calc(var(--game-controls-height) + 30px)}.game-screen--loading{padding-top:var(--safe-area-top);padding-bottom:var(--app-screen-bottom-inset);justify-content:center;align-items:center}.game-screen__loading{color:var(--text-light);opacity:.8;font-size:28px}.game-screen__field{gap:var(--game-screen-section-gap);flex-direction:column;flex:1 1 0;justify-content:center;align-items:stretch;min-height:0;display:flex;overflow:hidden}.game-screen__controls{min-height:var(--game-controls-height);flex-direction:column;flex:none;gap:10px;margin-top:auto;display:flex}.game-screen__controls--round{padding-bottom:30px}.game-screen__banner{color:#fff;text-align:center;background:#9e302ce6;border-radius:8px;width:100%;padding:8px 12px;font-size:18px;line-height:1.1}.game-card{--card-width:100cqw}.game-open-btn{width:100%;height:var(--game-controls-height,148px);min-height:var(--game-controls-height,148px);background:var(--btn-green);color:#fff;letter-spacing:0;text-align:center;text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:12px;justify-content:center;align-items:center;font-family:Revard,system-ui,sans-serif;font-size:60px;font-weight:500;line-height:100%;animation:1.1s ease-in-out infinite game-open-btn-pulse;display:flex}.game-open-btn:active{background:var(--btn-green-active)}.game-open-btn:disabled{opacity:.55;cursor:default;animation:none}.game-open-btn--opening:disabled{opacity:.85;background:var(--btn-green-active)}.game-cashout-btn{color:#fff;text-transform:uppercase;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#449e2c;border:none;border-radius:12px;justify-content:center;align-items:center;gap:14px;width:100%;height:76px;font-family:inherit;font-weight:700;animation:1.1s ease-in-out infinite game-cashout-pulse;display:flex}.game-cashout-btn__title{font-size:38px;line-height:65%}.game-cashout-btn__amount{background:#00000073;border-radius:8px;padding:6px 12px;font-size:30px;line-height:65%}.game-cashout-btn:active{background:#3a8625}.game-cashout-btn:disabled{opacity:.55;cursor:default;animation:none}@keyframes game-open-btn-pulse{0%,to{box-shadow:0 0 #6ee78726}50%{box-shadow:0 0 8px 1px #6ee78738}}@keyframes game-cashout-pulse{0%,to{box-shadow:0 0 #6ee78780}50%{box-shadow:0 0 18px 2px #6ee7878c}}.game-status-btn{color:#f4f7f2d9;text-transform:uppercase;background:#061502b3;border-radius:12px;justify-content:center;align-items:center;width:100%;height:76px;font-size:34px;line-height:65%;display:flex}.score-bar-top.game-msg .score-bar-top__inner{text-transform:none;font-size:clamp(22px,9cqw,30px)}
