
:root{--g-bg:#03131e;--g-panel:#08283b;--g-panel2:#0d3550;--g-line:#1e6682;--g-gold:#f5cf55;--g-text:#f5fbff;--g-muted:#a9c1d0;--g-ok:#43ddb0;--g-danger:#ff7887}
*{box-sizing:border-box}body.gamehub-page{margin:0;background:radial-gradient(circle at 50% 0,#123b4f 0,#03131e 44%,#010a11 100%);color:var(--g-text);font-family:Inter,system-ui,Arial,sans-serif;min-height:100dvh}
.gamehub-shell{width:min(1280px,calc(100% - 24px));margin:auto;padding:20px 0 42px}.gamehub-top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.gamehub-brand{display:flex;gap:12px;align-items:center}.gamehub-brand img{width:58px;height:58px;border-radius:16px}.gamehub-brand h1{margin:0;font-size:24px}.gamehub-brand small{color:var(--g-muted)}
.gamehub-nav{display:flex;flex-wrap:wrap;gap:8px}.gamehub-btn{border:1px solid #2d6076;background:#0b2c40;color:#fff;padding:11px 15px;border-radius:13px;text-decoration:none;font:inherit;font-weight:750;cursor:pointer}
.gamehub-btn.primary{background:linear-gradient(135deg,#f6d54d,#d89a17);color:#09131a;border-color:#ffe36b}.gamehub-btn.danger{border-color:#87404c;background:#341720}.gamehub-btn:disabled{opacity:.45;cursor:not-allowed}
.gamehub-hero{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;padding:28px;border:1px solid rgba(245,207,85,.45);border-radius:28px;background:linear-gradient(135deg,rgba(9,51,73,.96),rgba(3,24,37,.96));box-shadow:0 28px 80px rgba(0,0,0,.28)}
.gamehub-kicker{font-size:12px;font-weight:900;letter-spacing:.15em;color:var(--g-gold)}.gamehub-hero h2{font-size:clamp(38px,6vw,72px);line-height:.95;margin:12px 0 15px}.gamehub-hero p{color:var(--g-muted);font-size:17px;line-height:1.65;max-width:760px}
.gamehub-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gamehub-stat{padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.045)}.gamehub-stat span{display:block;color:var(--g-muted);font-size:12px}.gamehub-stat strong{font-size:22px}
.gamehub-card{margin-top:18px;border:1px solid var(--g-line);border-radius:24px;background:linear-gradient(180deg,rgba(9,45,65,.96),rgba(4,29,44,.96));overflow:hidden}.gamehub-card .hd{padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.gamehub-card .bd{padding:20px}
.gamehub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.gamehub-input{width:100%;min-height:46px;border:1px solid #28576e;border-radius:12px;background:#061d2a;color:#fff;padding:10px 12px;font:inherit}
.notice{padding:13px 15px;border-radius:13px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:var(--g-muted)}.notice.ok{border-color:rgba(67,221,176,.5);color:#bff9e8}.notice.err{border-color:rgba(255,120,135,.5);color:#ffd0d5}
.keno-board{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:7px}.keno-num{aspect-ratio:1;border:1px solid #296078;border-radius:10px;background:#082536;color:#dcecf3;font-weight:800;cursor:pointer}.keno-num.selected{background:#f3ca45;color:#06121a;border-color:#ffe981}.keno-num.drawn{box-shadow:inset 0 0 0 2px #3dd6b1}.keno-num.hit{background:#36c998;color:#03150f;border-color:#99ffe2}.keno-controls{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.keno-results{display:grid;gap:10px}.keno-round{display:grid;grid-template-columns:90px 1fr 110px 110px;gap:10px;align-items:center;padding:11px;border-radius:14px;background:rgba(255,255,255,.035)}
.belot-table{position:relative;min-height:690px;border-radius:46%;border:10px solid #56381c;background:radial-gradient(ellipse,#17704e,#073d2e 68%,#03241b);box-shadow:inset 0 0 0 4px #c69b3c,0 30px 70px rgba(0,0,0,.4);overflow:hidden}.belot-seat{position:absolute;width:240px;text-align:center}.belot-seat.north{top:18px;left:50%;transform:translateX(-50%)}.belot-seat.south{bottom:18px;left:50%;transform:translateX(-50%)}.belot-seat.west{left:18px;top:50%;transform:translateY(-50%)}.belot-seat.east{right:18px;top:50%;transform:translateY(-50%)}.belot-seat .name{font-weight:900;background:#031823cc;border:1px solid #b98f35;border-radius:999px;padding:7px 12px;display:inline-block}.belot-hand{display:flex;justify-content:center}.belot-hand .belot-card{margin-left:-34px}.belot-hand .belot-card:first-child{margin-left:0}.belot-card{width:82px;height:124px;border-radius:8px;object-fit:cover;border:1px solid #705f3d;box-shadow:0 8px 16px #0008;background:#eee}.belot-card.playable{cursor:pointer;transform:translateY(-3px);outline:3px solid #f5d452}.belot-trick{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:310px;height:260px}.belot-play{position:absolute}.belot-play.north{top:0;left:114px}.belot-play.south{bottom:0;left:114px}.belot-play.west{left:10px;top:68px}.belot-play.east{right:10px;top:68px}.belot-panel{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:12px 0}.belot-score{display:grid;grid-template-columns:1fr 1fr;gap:10px}.belot-score article{padding:13px;border-radius:15px;background:#061d2a;border:1px solid #28576e;text-align:center}
.sports-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sport-event{padding:18px;border-radius:20px;background:#082638;border:1px solid #25576f}.sport-event h3{margin:6px 0 14px}.odds{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.odd{padding:12px 8px;border-radius:12px;border:1px solid #2d637a;background:#0b3248;color:#fff;cursor:pointer}.odd.selected{background:#f4cf51;color:#07151c}.sport-settle{margin-top:12px;padding:10px;border-radius:12px;background:#061a27;color:var(--g-muted)}
@media(max-width:900px){.gamehub-hero{grid-template-columns:1fr}.gamehub-grid,.sports-grid{grid-template-columns:1fr 1fr}.keno-controls{grid-template-columns:1fr 1fr}.belot-table{min-height:760px;border-radius:28px}.belot-seat.west,.belot-seat.east{top:44%}}
@media(max-width:600px){.gamehub-shell{width:min(100% - 12px,1280px)}.gamehub-grid,.sports-grid,.keno-controls{grid-template-columns:1fr}.keno-board{grid-template-columns:repeat(8,minmax(0,1fr));gap:5px}.gamehub-hero{padding:20px}.belot-table{min-height:690px}.belot-seat{width:190px}.belot-seat.west{left:-55px}.belot-seat.east{right:-55px}.belot-card{width:62px;height:96px}.belot-hand .belot-card{margin-left:-30px}.belot-trick{width:250px}.keno-round{grid-template-columns:70px 1fr}}
