*{box-sizing:border-box}html,body{color:#eee;background:#101010;width:100%;height:100%;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:hidden}button,input{font:inherit}#app{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(220px,280px) minmax(360px,1fr) minmax(360px,42vw);width:100vw;height:100vh;display:grid;overflow:hidden}.topbar{background:#151515;border-bottom:1px solid #333;grid-column:1/-1;align-items:center;min-height:48px;padding:8px 12px;display:flex}h1,h2{margin:0;font-size:14px;font-weight:600}.gallery,.ir-panel{background:#131313;border-right:1px solid #333;min-width:0;min-height:0;overflow:hidden}.gallery{grid-template-rows:auto 1fr;gap:8px;padding:10px;display:grid}#game-filter{color:#f2f2f2;background:#1d1d1d;border:1px solid #444;width:100%;padding:8px}.game-list{align-content:start;gap:3px;min-height:0;display:grid;overflow:auto}.game-button,.level-button,#reset-button{color:#eee;cursor:pointer;background:#202020;border:1px solid #444}.game-button{text-align:left;gap:2px;width:100%;padding:7px 8px;display:grid}.game-button:hover,.level-button:hover,#reset-button:hover,.game-button.selected,.level-button.selected{background:#303030;border-color:#777}.game-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.game-meta{color:#a8a8a8;font-size:11px}.player{background:#0f0f0f;grid-template-rows:auto auto minmax(0,1fr);min-width:0;min-height:0;padding:12px;display:grid;overflow:hidden}.player-header{justify-content:space-between;align-items:start;gap:12px;padding-bottom:10px;display:flex}#game-title{text-overflow:ellipsis;white-space:nowrap;max-width:52vw;overflow:hidden}.level-list{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.level-button,#reset-button{padding:6px 9px}#status{color:#e8e8e8;text-align:center;padding-bottom:10px;font-size:13px;display:block}.screen-wrap{background:#000;outline:1px solid #333;place-items:start center;min-height:0;display:grid;overflow:hidden}#screen{width:auto;max-width:100%;height:auto;max-height:100%;image-rendering:pixelated;background:#000}.ir-panel{border-left:1px solid #333;border-right:0;grid-template-rows:auto minmax(0,1fr);display:grid}.ir-panel h2{border-bottom:1px solid #333;padding:12px}#ir-view{color:#e7e7e7;white-space:pre;background:#151515;min-height:0;margin:0;padding:12px;font-size:12px;line-height:1.35;overflow:auto}@media (width<=1000px){#app{grid-template-rows:auto minmax(0,58vh) minmax(0,1fr);grid-template-columns:minmax(180px,240px) 1fr}.gallery{grid-row:2/4}.player{grid-column:2}.ir-panel{border-top:1px solid #333;border-left:0;grid-column:2}}@media (width<=700px){#app{grid-template-rows:auto minmax(0,220px) minmax(0,1fr) minmax(0,320px);grid-template-columns:1fr}.gallery,.player,.ir-panel{grid-column:1}.gallery{border-bottom:1px solid #333;border-right:0;grid-row:2}#game-title{max-width:62vw}}
