html,body,#root{width:100%;height:100%;margin:0;background:radial-gradient(circle at 50% 42%,#111a24 0,#070b10 58%,#020304 100%)}
#root{display:grid;place-items:center;overflow:hidden}
.game-shell{margin:auto}
.topbar{height:72px;padding-top:max(4px,env(safe-area-inset-top));padding-bottom:4px}
.brand{min-width:0;height:100%;align-items:center;overflow:visible}
.brand strong{display:block;flex:0 0 auto;margin:0;padding:4px 0 2px;line-height:1.25;white-space:nowrap}
.brand span{min-width:0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:800px){.topbar{height:96px;padding-top:max(6px,env(safe-area-inset-top))}.brand{height:auto}.brand strong{line-height:1.3;padding-top:3px}}
