:root{--app-bg:#302e2b;--panel:#262421;--panel-raised:#3d3a37;--primary:#81b64c;--text:#e8e6e3;--text-muted:#a09a94;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:var(--app-bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.game-container{grid-template-columns:1fr 280px;gap:1rem;width:100%;min-width:0;height:100%;min-height:0;padding:1rem;display:grid}.game-container>*{min-width:0;min-height:0}.board-frame{justify-content:center;align-items:center;width:100%;min-width:0;height:100%;min-height:0;display:flex;container-type:size}.board-square{width:100cqmin;height:100cqmin;position:relative}@media (width<=1024px){.game-container{grid-template-columns:1fr;gap:1rem;height:auto;padding:1rem}.board-frame{height:auto;container-type:normal}.board-square{aspect-ratio:1;width:100%;height:auto}}
