.play-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.play-card{background:var(--panel,#101b28);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1.2rem}.launcher-shell{max-width:1600px;margin:auto;padding:1rem}.launcher-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;background:#101820;border-radius:10px 10px 0 0}.launcher-toolbar div{display:flex;gap:.5rem;flex-wrap:wrap}.emulator-frame{width:100%;height:min(78vh,900px);border:0;background:#000}.launcher-controls{padding:1rem;background:#172432}.launcher-controls pre{white-space:pre-wrap}