body{width:100vw;height:100vh;margin:0;padding:0;font-family:Arial,sans-serif;overflow:hidden}#layoutCanvas{cursor:crosshair;touch-action:none;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}.bt-bubble.selected{background-color:#a3e635}@keyframes entityPlace{0%{opacity:.5;transform:scale(.5)}50%{opacity:.8;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.entity-placed{animation:.3s ease-out entityPlace}#cityList{scrollbar-width:thin;scrollbar-color:#9ca3af80 transparent}#cityList::-webkit-scrollbar{width:6px}#cityList::-webkit-scrollbar-track{background:0 0}#cityList::-webkit-scrollbar-thumb{background-color:#9ca3af80;border-radius:3px}#cityList::-webkit-scrollbar-thumb:hover{background-color:#9ca3afcc}.floating-panel button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.floating-panel button:active{transform:translateY(0);box-shadow:0 2px 8px #00000026}#toolbar-controls button.bg-yellow-500,#toolbar-buildings button.bg-yellow-500{background-color:#eab308}#sidebarResizer{-webkit-user-select:none;user-select:none}body.resizing{-webkit-user-select:none;user-select:none;cursor:ew-resize!important}#helpSection,#actionsSection{transform-origin:top;max-height:70vh;transition:max-height .2s ease-out;overflow-y:auto}#helpSection.hidden,#actionsSection.hidden{max-height:0;padding-top:0;padding-bottom:0;overflow:hidden}.mobile-panel{z-index:40;visibility:hidden;opacity:0;background-color:#fff;border-top-left-radius:1rem;border-top-right-radius:1rem;max-height:80vh;transition:transform .3s ease-out,opacity .3s ease-out;position:fixed;bottom:60px;left:0;right:0;overflow-y:auto;transform:translateY(100%);box-shadow:0 -4px 6px -1px #0000001a}.mobile-panel.active{visibility:visible;opacity:1;transform:translateY(0)}@media (width>=768px){#mobileNav,#mobilePanels{display:none!important}}@media (width<=767px){#rightSidebar{display:none}#topControls{margin-left:0;margin-right:0!important}#toolbar-controls{flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%}#toolbar-controls button{flex:none;min-width:max-content;padding:.5rem .75rem;line-height:1.25rem}}