:root{font-family:Inter,system-ui,sans-serif;background:#111;color:#eee}*{box-sizing:border-box}body{margin:0}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.ribbon{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:10px 14px;border-bottom:1px solid #333;background:#181818;position:sticky;top:0;z-index:2}.brand{font-weight:700}.ribbon nav,.mode-switch,.footer-bar{display:flex;gap:8px;flex-wrap:wrap}button,input,textarea{font:inherit}.step,.mode-switch button,.library-item,.footer-bar button,#new-component,#propose-delta{border:1px solid #444;background:#222;color:#eee;border-radius:8px;padding:8px 10px;cursor:pointer}.active{outline:2px solid #888}.workspace{display:grid;grid-template-columns:240px minmax(0,1fr) 280px;min-height:0}.library,.inspector{padding:12px;background:#171717;overflow:auto}.library{border-right:1px solid #333}.inspector{border-left:1px solid #333}.library-item{width:100%;margin-bottom:8px;text-align:left}.canvas-shell{display:grid;grid-template-rows:auto 1fr;min-width:0}.canvas-toolbar{padding:10px 12px;border-bottom:1px solid #333;display:flex;justify-content:space-between}.canvas{position:relative;min-height:560px;overflow:auto;background-image:linear-gradient(#222 1px,transparent 1px),linear-gradient(90deg,#222 1px,transparent 1px);background-size:24px 24px}.node{position:absolute;border:1px solid #555;border-radius:10px;padding:12px;background:#202020;display:flex;flex-direction:column;gap:8px;box-shadow:0 8px 24px #0005;cursor:pointer}.node.selected{outline:2px solid #aaa}.inspector label{display:grid;gap:4px;margin-bottom:10px}.inspector input,.inspector textarea{width:100%;padding:8px;background:#111;color:#eee;border:1px solid #444;border-radius:6px}.inspector textarea{min-height:100px}pre{white-space:pre-wrap;word-break:break-word;background:#101010;padding:8px;border-radius:6px;cursor:pointer}.footer-bar{padding:10px 14px;border-top:1px solid #333;background:#181818;justify-content:flex-end}@media(max-width:900px){.workspace{grid-template-columns:1fr}.library,.inspector{border:0;border-bottom:1px solid #333}.ribbon{grid-template-columns:1fr}.canvas{min-height:420px}}