/* Wallet and control visual language aligned with the GoldenX shell. */
.eog-wallet{min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:7px 10px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:rgba(255,255,255,.035);direction:ltr}
.eog-wallet__icon{width:21px;height:21px;flex:0 0 21px;color:#f7ce69;fill:currentColor;filter:drop-shadow(0 0 7px rgba(247,206,105,.3))}
.eog-wallet>div{min-width:0;text-align:left;direction:rtl}
.eog-wallet small{margin:0;color:#788a87;font-size:7px}
.eog-wallet strong{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f5f7f6;font:900 14px/1.25 Arial,sans-serif;font-variant-numeric:tabular-nums}
.eog-controls button,.eog-controls select,.eog-tools button{outline:0}
.eog-controls button:focus-visible,.eog-controls select:focus-visible,.eog-tools button:focus-visible,.eog-panel button:focus-visible{box-shadow:0 0 0 3px rgba(89,224,211,.28)!important;border-color:#59e0d3!important}
.eog-bet button{border:1px solid rgba(247,206,105,.2);background:linear-gradient(180deg,#203331,#0e1d1d);color:#ffe290;box-shadow:inset 0 1px rgba(255,255,255,.06)}
.eog-bet button:active{background:#2c4945;transform:translateY(1px)}
.eog-auto select{border:1px solid rgba(92,207,195,.15);background:linear-gradient(180deg,#142727,#091516);color:#eef5f2}
.eog-turbo{border-color:rgba(255,200,73,.14);background:linear-gradient(180deg,rgba(36,42,35,.96),rgba(12,20,20,.96))}
.eog-spin:before{content:"";position:absolute;inset:5px;border:1px solid rgba(67,40,6,.32);border-radius:50%;box-shadow:inset 0 0 0 3px rgba(255,255,255,.13)}
.eog-spin:not(:disabled){animation:eogSpinReady 2.2s ease-in-out infinite}
.eog-spin:disabled{opacity:.52;box-shadow:0 0 0 5px #071112,0 0 0 7px #5d4a2b,0 9px 20px rgba(0,0,0,.5)}
.eog-tools button{box-shadow:inset 0 1px rgba(255,255,255,.035);transition:border-color .16s,color .16s,background .16s,transform .16s}
.eog-tools button:active{transform:translateY(1px);background:rgba(247,206,105,.1)}

@keyframes eogSpinReady{50%{box-shadow:0 0 0 5px #071112,0 0 0 7px #c28a2f,0 0 24px rgba(255,204,88,.24),0 12px 30px rgba(0,0,0,.65),inset 0 3px 4px rgba(255,255,255,.5)}}

@media(max-width:720px){
 .eog-winbar{align-items:center;padding:5px 6px}
 .eog-wallet{height:44px;padding:5px 7px;gap:5px;border-radius:11px}
 .eog-wallet__icon{width:18px;height:18px;flex-basis:18px}
 .eog-wallet strong{font-size:12px}.eog-wallet small{font-size:6px}
 .eog-controls{padding:6px;border:1px solid rgba(255,255,255,.06);border-radius:15px;background:rgba(1,8,9,.58);box-shadow:0 10px 25px rgba(0,0,0,.26)}
 .eog-bet,.eog-auto,.eog-turbo{border-color:rgba(255,255,255,.095);background:linear-gradient(180deg,rgba(17,32,32,.97),rgba(5,14,15,.97));box-shadow:inset 0 1px rgba(255,255,255,.045)}
 .eog-bet button{border-radius:12px;font-weight:900}
 .eog-spin span{top:64%;font-size:9px}.eog-spin i{position:relative;z-index:1}
 .eog-tools{padding:4px;border:1px solid rgba(255,255,255,.055);border-radius:13px;background:rgba(1,8,9,.58)}
 .eog-tools button{border-radius:10px;background:linear-gradient(180deg,rgba(25,42,41,.96),rgba(6,16,17,.96));color:#a9bbb7}
}

@media(prefers-reduced-motion:reduce){.eog-spin:not(:disabled){animation:none}}
