html,body{margin:0;width:100%;min-height:100%;overflow-x:hidden;overflow-y:auto}#app{position:relative;width:100vw;height:100dvh;overflow:hidden;touch-action:pan-y}#app canvas{position:relative;z-index:1;display:block;background:transparent}#game-ui{position:static}#legend{position:absolute;left:32px;bottom:32px;display:flex;flex-direction:column;gap:14px;color:#164235;font:500 18px Montserrat,sans-serif;z-index:100}.legend-item{display:flex;align-items:center;gap:12px}.legend-dot{width:14px;height:14px;flex-shrink:0;border-radius:50%}.yellow{background:#e8e110;border:1px solid #164235}.red{background:#d5280d;border:1px solid #164235}#game-box{position:absolute;right:60px;bottom:32px;width:430px;min-height:115px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-sizing:border-box;padding:22px 24px;background:#fffffff0;border:1px solid #164235;border-radius:10px;color:#164235;font-family:Marcellus,sans-serif;z-index:100}.game-content{display:flex;flex-direction:column;gap:8px;padding-right:120px;font-family:Montserrat,sans-serif}.game-content strong{white-space:nowrap}.game-stat{font-size:15px;line-height:1.4}#game-active{position:relative;width:100%}#game-end{display:none;align-items:center;justify-content:space-between;gap:24px;width:100%}#game-start,#game-restart{padding:12px 18px;background:transparent;border:1px solid #164235;border-radius:999px;color:#164235;font:15px Montserrat,sans-serif;white-space:nowrap;cursor:pointer;transition:color .25s ease,border-color .25s ease}#game-start{position:absolute;right:0;bottom:0}#game-start:hover,#game-restart:hover{color:#d6a817;border-color:#d6a817}@media (max-width: 767px){#app{height:90dvh}#game-ui{position:fixed;left:14px;right:14px;bottom:24px;display:flex;flex-direction:column;gap:12px;z-index:100}#legend,#game-box{position:static!important;inset:auto!important;width:100%;transform:none!important}#legend{order:1;margin:0 0 8px;gap:8px;font-size:14px}#game-box{order:2;width:auto;min-height:100px;padding:16px 18px}#game-active{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px}.game-content{padding-right:0}.game-content strong{font-size:16px;white-space:normal}.game-stat{font-size:14px}#game-start{width:auto;min-width:130px;padding:12px 20px;font-size:16px;align-self:center}}
