*{box-sizing:border-box}html,body,#root{margin:0;width:100vw;height:100vh;background:#0b0f16;color:#d9e3f0;font-family:Inter,system-ui,sans-serif}.layout{height:100vh;display:grid;grid-template-columns:320px 1fr 360px}.left,.right{padding:12px;border-right:1px solid #1b2230;background:#0f1522;display:grid;gap:10px;grid-auto-rows:min-content}.right{border-right:0;border-left:1px solid #1b2230}.center{min-height:0}button,select,textarea{border-radius:8px;border:1px solid #2a3344;background:#121b2a;color:#d9e3f0;padding:8px}textarea{min-height:100px;resize:vertical}pre{margin:0;overflow:auto;max-height:45vh;background:#0a1019;border:1px solid #2a3344;border-radius:8px;padding:8px}
