.gg-app { display:flex; gap:12px; min-height: 70vh; }
.gg-left-panel { width: 320px; border-right:1px solid #ddd; padding-right:12px; }
.gg-left-panel .gg-section { margin: 12px 0; }
.gg-map-panel { position:relative; flex:1; }
#gg-map { width:100%; min-height: 480px; border:1px dashed #aaa; background:#f9f9f9; }
.gg-quick-buttons { position:absolute; right:12px; top:12px; display:flex; flex-direction:column; gap:6px; }
.gg-quick-buttons button { padding:6px 10px; }
.gg-top-banner { position:absolute; left:0; right:0; top:0; text-align:center; background:#f33; color:#fff; padding:6px 10px; font-weight:700; }
