*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}:root{--header-h: 40px}.game-root{display:flex;flex-direction:column;align-items:center;min-height:100dvh;container-type:inline-size;container-name:game}.game-canvas{display:block;max-width:100%;max-height:calc(100dvh - var(--header-h));width:auto;height:auto}.game-header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1040px;padding:0 8px;margin-bottom:8px}.game-layout{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 8px}@container game (min-width: 768px){.game-layout{display:grid;grid-template-columns:minmax(140px,190px) auto minmax(140px,190px);gap:10px;align-items:start;max-width:1040px;margin:0 auto}}.game-sidebar{display:flex;flex-direction:column;gap:8px;overflow-y:auto}.game-center-column{display:flex;flex-direction:column;min-width:0;width:fit-content;max-width:100%}.game-log{max-height:200px;overflow-y:auto;contain:inline-size}.mobile-panel-bar{margin-top:8px;align-self:stretch}@keyframes achievement-banner-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes achievement-banner-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.achievement-banner-wrap{width:100%;margin-bottom:8px;overflow:hidden}.achievement-banner--in{animation:achievement-banner-in .32s ease-out}.achievement-banner--out{animation:achievement-banner-out .28s ease-in forwards}
