body.house-live-page .ix-watch-layout { min-height:0; display:block; overflow:hidden; isolation:isolate; }
body.house-live-page .hud-header { display:none!important; position:absolute!important; inset:0 0 auto; height:0; min-height:0; padding:0!important; pointer-events:none; }
body.house-live-page .hud-header .hud-viewer { display:none; }
body.house-live-page .hud-wallet { position:absolute; top:18px; right:18px; margin:0; pointer-events:auto; z-index:26; }
body.house-live-page .ix-watch-layout .player-frame { position:absolute; inset:0; width:100%; height:100%!important; max-height:none!important; aspect-ratio:auto; background:#071e18; }
body.house-live-page .player-frame::after { pointer-events:none; background:linear-gradient(#07110f80,transparent 16%,transparent 72%,#020606aa); }
.house-live-canvas { position:absolute; inset:0; width:100%; height:100%; display:block; }
.house-room-switcher { position:absolute; top:14px; left:16px; z-index:25; display:flex; gap:5px; max-width:calc(100% - 250px); overflow:auto; scrollbar-width:none; padding:4px; background:#0a1013df; border:1px solid #ffffff1c; border-radius:13px; backdrop-filter:blur(16px); }
.house-room-switcher a { display:flex; gap:6px; align-items:center; white-space:nowrap; padding:10px 12px; border-radius:9px; color:#aebcb6; text-decoration:none; font:600 11px 'Plus Jakarta Sans',sans-serif; transition:color .2s,background .2s; }
.house-room-switcher a:hover { color:#fff; background:#ffffff0c; }
.house-room-switcher a[aria-current] { background:#e0e8df; color:#18251e; }
.house-room-switcher i { width:5px; height:5px; border-radius:50%; background:#80cea5; box-shadow:0 0 8px #80cea533; }
.house-room-switcher a[aria-current] i { background:#267e4c; }
.house-round-status { position:absolute; left:26px; top:65px; z-index:3; margin:0; color:#bdd0c3; font:600 10px/1.5 'Plus Jakarta Sans',sans-serif; letter-spacing:.04em; pointer-events:none; }
.house-streamer-camera { position:absolute; z-index:23; left:18px; bottom:calc(var(--lp-controls-gap,0px) + 18px); width:clamp(160px,16%,220px); aspect-ratio:16/10; margin:0; overflow:hidden; border:1px solid #bfd5c84d; border-radius:14px; background:#14201b; box-shadow:0 10px 30px #0006; transition:bottom .45s cubic-bezier(.22,1,.36,1); }
body.house-live-page .house-streamer-camera #video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover!important; }
.house-streamer-camera figcaption { position:absolute; bottom:0; left:0; right:0; display:flex; align-items:center; justify-content:space-between; gap:5px; padding:24px 10px 8px; background:linear-gradient(transparent,#000d); color:#fff; font:600 10px/1.4 'Plus Jakarta Sans',sans-serif; }
.house-streamer-camera figcaption span { color:#ccc; font-size:8px; font-weight:400; }
body.house-live-page.hud-watch.connected-room .live-connected { width:min(720px,calc(100% - 390px)); padding:15px 18px; bottom:calc(var(--lp-controls-gap,0px) + 18px); border-color:#b2c4b738; background:#0b1213ef; box-shadow:0 12px 36px #0004; backdrop-filter:blur(18px); }
body.house-live-page .house-game-bets .hb-top { margin-bottom:9px; }
body.house-live-page .house-game-bets .hb-choice { min-height:45px; padding:7px; border-radius:9px; }
body.house-live-page .house-game-bets .hb-entry { margin-top:9px; }
body.house-live-page .house-game-bets .hb-hint { line-height:1.4; }
body.house-live-page .house-game-bets .hb-chips button { background:#1b3430; border-color:#85c3a1; }
body.house-live-page .house-game-bets .hb-chips button[aria-pressed=true] { background:#635137; border-color:#ebd096; }
body.house-live-page .house-game-bets .hb-submit { background:#e2dfcf; }
body.house-live-page .house-game-bets .hb-numbers { display:grid; grid-template-columns:34px repeat(12,minmax(30px,1fr)); grid-template-rows:repeat(3,32px); grid-auto-flow:column; gap:3px; padding-bottom:5px; }
body.house-live-page .house-game-bets .hb-numbers .hb-choice { min-width:0; min-height:0; padding:3px; border-radius:5px; }
body.house-live-page .house-game-bets .hb-numbers .hb-zero { grid-row:1 / span 3; }
body.house-live-page .house-game-bets .hb-numbers .hb-position { position:absolute; right:1px; bottom:0; font-size:8px; background:#0a171ddd; border-radius:4px; padding:1px 3px; }
body.house-live-page .house-game-bets .hb-numbers .hb-position img { display:none; }
body.house-live-page .house-game-bets .hb-outside { grid-template-columns:repeat(6,minmax(0,1fr)); gap:3px; }
body.house-live-page .house-game-bets .hb-outside .hb-choice { min-height:37px; padding:5px 3px; }
body.house-live-page .house-game-bets .hb-outside .hb-choice strong { font-size:10px; }
body.house-live-page .house-game-bets .hb-outside .hb-choice small { display:none; }
body.house-live-page .house-game-bets .hb-choice:active { transform:scale(.97); }
body.house-live-page [data-game=war] .hb-choice:nth-child(1)[aria-pressed=true] { background:#20473a; border-color:#99d7b7; color:#b7efcf; }
body.house-live-page [data-game=war] .hb-choice:nth-child(2)[aria-pressed=true] { background:#542f33; border-color:#e79fa4; color:#f2b9bd; }
body.house-live-page .hb-receipt:not([hidden]) { animation:house-receipt-in .25s ease-out; }
@keyframes house-receipt-in { from {opacity:0;transform:translateY(5px)} to {opacity:1;transform:translateY(0)} }
@media(max-width:1100px) {
 body.house-live-page.hud-watch.connected-room .live-connected { width:min(700px,calc(100% - 32px)); }
 .house-streamer-camera { bottom:calc(var(--lp-controls-gap,0px) + var(--lm-card-height,190px) + 30px); width:170px; }
 .house-streamer-camera figcaption span { display:none; }
}
@media(max-width:650px) {
 .house-room-switcher { top:10px; left:10px; max-width:calc(100% - 20px); right:10px; padding:3px; border-radius:10px; }
 .house-room-switcher a { padding:10px; font-size:10px; }
 .house-round-status { top:57px; left:16px; font-size:9px; }
 body.house-live-page.hud-watch.connected-room .live-connected { width:calc(100% - 20px); max-height:52%; padding:11px; bottom:calc(var(--lp-controls-gap,0px) + 10px); }
 .house-streamer-camera { left:10px; width:120px; border-radius:10px; bottom:calc(var(--lp-controls-gap,0px) + var(--lm-card-height,210px) + 20px); }
 .house-streamer-camera figcaption { padding:18px 7px 6px; font-size:8px; }
 body.house-live-page .hud-wallet { top:65px; right:10px; transform:scale(.8); transform-origin:top right; }
 body.house-live-page .house-game-bets .hb-top { font-size:11px; }
 body.house-live-page .house-game-bets .hb-entry { gap:6px; }
 body.house-live-page .house-game-bets .hb-chips button { width:34px; height:36px; font-size:10px; }
 body.house-live-page .house-game-bets .hb-choice { min-height:44px; }
 body.house-live-page .house-game-bets .hb-submit { min-height:42px; }
}
@media(prefers-reduced-motion:reduce) { .house-streamer-camera,.house-room-switcher a { transition:none; } body.house-live-page .hb-receipt:not([hidden]) { animation:none; } }
