:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:system-ui,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{height:100%}body{margin:0;padding-bottom:2rem}#root{flex-direction:column;min-height:100%;display:flex}.hub-home,.game-shell>*{flex:1}.hub-home,.games-header,.game-shell>*{--game-gutter:1rem;box-sizing:border-box;padding-left:var(--game-gutter);padding-right:var(--game-gutter)}@media (width<=640px){.hub-home,.games-header,.game-shell>*{--game-gutter:.5rem}}[data-theme=dark] body{color:#eee;background:#121212}[data-theme=dark] .game-shell>*{color:#333;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff}.hub-home{width:100%;max-width:640px}.hub-home__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.hub-tile{color:inherit;border:1px solid #ccc;border-radius:8px;flex-direction:column;gap:.35rem;padding:1.25rem;text-decoration:none;display:flex}.hub-tile:hover{border-color:#333}[data-theme=dark] .hub-tile{border-color:#444}[data-theme=dark] .hub-tile:hover{border-color:#ccc}.hub-tile__icon{font-size:2rem}.hub-tile__title{font-weight:600}.hub-tile__description{color:#666;font-size:.85rem}[data-theme=dark] .hub-tile__description{color:#aaa}.games-header{margin-bottom:1.5rem}.games-header__inner{display:inline-block;position:relative}.games-header__label{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:1.75rem;font-weight:700;display:inline-flex}@media (width<=640px){.games-header__label{font-size:1.25rem}}.games-header__caret{color:#666;font-size:1rem}[data-theme=dark] .games-header__caret{color:#aaa}.games-header__menu{z-index:10;background:#fff;border:1px solid #ccc;border-radius:8px;min-width:220px;margin:.5rem 0 0;padding:.35rem;list-style:none;position:absolute;top:100%;left:0;box-shadow:0 4px 16px #0000001f}[data-theme=dark] .games-header__menu{background:#1c1c1c;border-color:#444}.games-header__option{width:100%;font:inherit;text-align:left;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .6rem;font-size:.95rem;display:flex}.games-header__option:hover{background:#f2f2f2}[data-theme=dark] .games-header__option:hover{background:#2a2a2a}.games-header__menu li[aria-selected=true] .games-header__option{font-weight:600}.games-header__option-icon{font-size:1.1rem}.hub-game-error{text-align:center;color:#666;padding:2rem 0}[data-theme=dark] .hub-game-error{color:#aaa}
