:root{color:#f7fbff;background:#090f18;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 12% 4%,#0cb9b247,#0000 25%),radial-gradient(circle at 92% 0,#ffc45729,#0000 23%),linear-gradient(#08101c 0%,#0e1726 48%,#090f18 100%);min-width:320px;min-height:100svh;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}a{color:inherit;text-decoration:none}#root{min-height:100svh}.login-page,.screen-loader{place-items:center;min-height:100svh;padding:24px;display:grid}.login-card,.form-card,.profile-card,.toolbar-panel,.wallet-summary,.balance-panel,.game-card,.transaction-item,.empty-state{background:#0d1827e6;border:1px solid #ffffff17;box-shadow:0 18px 44px #00000042}.login-card{border-radius:8px;width:min(100%,390px);padding:26px}.login-logo,.brand-mark{color:#07101a;background:linear-gradient(135deg,#43f1c7,#ffce69);place-items:center;display:grid}.login-logo{border-radius:8px;width:58px;height:58px;margin-bottom:18px}.login-card h1,.topbar h1,.balance-panel h2,.section-title h2,.profile-card h2,.form-card h2{letter-spacing:0;margin:0}.login-card h1{font-size:30px}.login-card p{color:#9fb2c9;margin:6px 0 22px}label{color:#d9e7f6;gap:8px;margin-bottom:16px;font-size:14px;font-weight:700;display:grid}input{color:#f7fbff;background:#0a1422;border:1px solid #ffffff21;border-radius:8px;outline:none;width:100%;min-height:46px;padding:0 14px}input:focus{border-color:#43f1c7;box-shadow:0 0 0 3px #43f1c726}.alert,.toast{color:#ffe6e6;background:#ff4e4e24;border:1px solid #ff5d5d52;border-radius:8px;padding:12px 14px}.alert{margin-bottom:16px}.alert.success{color:#b9ffe9;background:#43f1c71f;border-color:#43f1c74d}.toast{z-index:30;width:min(100% - 32px,420px);position:fixed;top:16px;left:50%;transform:translate(-50%)}.toast-success{color:#b9ffe9;background:#43f1c71f;border-color:#43f1c74d}.primary-button,.ghost-button,.play-button,.icon-button,.provider-tabs button{border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;font-weight:800;display:inline-flex}.primary-button{color:#06111b;background:linear-gradient(135deg,#43f1c7,#ffce69);width:100%}.ghost-button,.icon-button,.provider-tabs button{color:#d8e8f8;background:#ffffff12;border:1px solid #ffffff1a}.play-button{color:#07101a;background:#43f1c7;width:100%}.player-shell{min-height:100svh}.desktop-nav{display:none}.player-main{min-height:100svh;padding-bottom:84px}.topbar{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#08101ce0;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex;position:sticky;top:0}.eyebrow{color:#43f1c7;text-transform:uppercase;font-size:12px;font-weight:900;display:block}.topbar h1{font-size:21px}.icon-button{width:42px;padding:0}.content-area{width:min(100%,1160px);margin:0 auto;padding:18px}.page-stack{gap:18px;display:grid}.balance-panel{background:linear-gradient(135deg,#43f1c724,#ffce6914),#0d1827eb;border-radius:8px;gap:18px;padding:18px;display:grid}.balance-panel h2{font-size:24px}.status-row{margin:10px 0 0}.status-badge{text-transform:uppercase;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:900;display:inline-flex}.status-active{color:#07130f;background:#43f1c7}.status-disabled,.status-locked{color:#fff3f3;background:#c94444}.balance-block{gap:8px;display:grid}.balance-block span,.wallet-summary span,.transaction-item span,.transaction-item small,.game-meta span,.brand span,.empty-state span,.profile-card p{color:#96abc2}.balance-block strong,.wallet-summary strong{color:#ffce69;font-size:34px;line-height:1.1}.section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.section-title h2{font-size:19px}.section-title a{color:#43f1c7;font-weight:800}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.game-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.game-card{border-radius:8px;gap:10px;padding:10px;display:grid}.game-art{aspect-ratio:16/10;color:#43f1c7;background:linear-gradient(135deg,#14263d,#0b1422);border-radius:8px;place-items:center;display:grid;overflow:hidden}.game-art img{object-fit:cover;width:100%;height:100%}.game-meta{gap:4px;min-width:0;display:grid}.game-meta strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.two-column{gap:18px;display:grid}.transaction-list{gap:10px;display:grid}.transaction-item{border-radius:8px;justify-content:space-between;align-items:flex-start;gap:14px;padding:13px;display:flex}.transaction-item>div{gap:5px;min-width:0;display:grid}.transaction-amount{text-align:right}.transaction-amount .credit{color:#43f1c7}.transaction-amount .debit{color:#ff8585}.empty-state{text-align:center;border-radius:8px;place-items:center;min-height:124px;padding:18px;display:grid}.empty-state p{margin:0 0 6px;font-weight:900}.toolbar-panel{border-radius:8px;gap:12px;padding:12px;display:grid}.search-box{position:relative}.search-box svg{color:#96abc2;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-box input{padding-left:44px}.provider-tabs{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.provider-tabs button{white-space:nowrap;flex:none;padding:0 13px}.provider-tabs button.active{color:#07101a;background:#ffce69}.wallet-summary,.profile-card,.form-card{border-radius:8px;padding:18px}.wallet-summary{gap:8px;display:grid}.pager{color:#d8e8f8;justify-content:center;align-items:center;gap:14px;display:flex}.profile-card{gap:12px;display:grid}.form-card{gap:4px;display:grid}.form-card h2{margin-bottom:12px}.bottom-nav{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#08101cf0;border-top:1px solid #ffffff1a;grid-template-columns:repeat(4,1fr);min-height:66px;display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{color:#8fa5bd;place-items:center;gap:4px;font-size:12px;font-weight:800;display:grid}.bottom-nav a.active{color:#43f1c7}.spin{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=720px){.player-shell{grid-template-columns:238px minmax(0,1fr);display:grid}.desktop-nav{background:#08101ce6;border-right:1px solid #ffffff14;flex-direction:column;gap:22px;height:100svh;padding:22px 16px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:0 8px;display:flex}.brand-mark{border-radius:8px;width:42px;height:42px}.brand div:last-child{gap:2px;display:grid}.desktop-nav nav{gap:6px;display:grid}.desktop-nav a{color:#9fb2c9;border-radius:8px;align-items:center;gap:10px;min-height:44px;padding:0 12px;font-weight:800;display:flex}.desktop-nav a.active{color:#06111b;background:#43f1c7}.player-main{padding-bottom:0}.bottom-nav{display:none}.content-area{padding:24px}.balance-panel{grid-template-columns:minmax(0,1fr) auto;align-items:end}.game-grid,.game-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.two-column{grid-template-columns:1.3fr .7fr}}
