*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,Arial,sans-serif}html,body,#root{height:100%}.app{height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#0f1724;color:#fff}.content{flex:1;display:flex}.sidebar{width:260px;background:#0b1220;color:#fff;padding:12px;box-shadow:2px 0 6px #0006}.panel{margin-bottom:12px}.itemsList{list-style:none;padding:0;margin:8px 0}.itemsList li{padding:6px;border-radius:4px;cursor:pointer}.itemsList li.selected{background:#111827}.canvasWrap{flex:1}canvas{width:100%;height:100%}.controls select{margin-left:8px;padding:4px}
