main{box-sizing:border-box;flex-direction:column;max-width:1400px;height:100dvh;margin:0 auto;padding:1rem;display:flex;overflow:hidden}h1{margin:0 0 .25rem;font-size:1.5rem}.lead{color:#b8c2d9;margin:0 0 1rem;font-size:.85rem}.controls{background:#16213e;border-radius:8px;margin-bottom:1rem;padding:1rem}.row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.row:last-child{margin-bottom:0}.zoom-label{margin-left:1rem}.zoom-value{text-align:right;font-variant-numeric:tabular-nums;min-width:1.5rem;display:inline-block}.hint{color:#b8c2d9;font-size:.8rem}.stage{flex:1;grid-template-columns:1fr 320px;gap:1rem;min-height:0;display:grid}.map-container{border-radius:8px;overflow:hidden}v-map{width:100%;height:100%;display:block}.log{background:#16213e;border-radius:8px;flex-direction:column;min-height:0;padding:.75rem;display:flex;overflow:hidden}.log h2{justify-content:space-between;align-items:center;margin:0 0 .5rem;font-size:.9rem;display:flex}.log-entries{flex:1;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.75rem;overflow-y:auto}.log-entry{border-bottom:1px solid #1a1a2e;gap:6px;padding:2px 0;display:flex}.log-ts{color:#6c7fa1;flex:none}.log-msg{word-break:break-word;flex:auto}.log-error .log-msg{color:#ff8a8a}button{color:#eee;cursor:pointer;background:#0f3460;border:none;border-radius:4px;padding:.4rem .8rem;font-size:.8rem}button:hover{background:#1a4a8a}button.secondary{background:#333}button.danger{background:#7a1f1f}button.danger:hover{background:#a02828}button.small{padding:.2rem .5rem;font-size:.7rem}select,input[type=range]{color:#eee;background:#0a0a1a;border:1px solid #333;border-radius:4px;padding:.3rem}label{align-items:center;gap:.4rem;font-size:.85rem;display:flex}strong{font-size:.85rem}html,body{color:#eee;background:#1a1a2e;height:100%;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}#root{height:100dvh}code{background:#ffffff0f;border-radius:3px;padding:0 .25rem;font-family:ui-monospace,Menlo,Consolas,monospace}
