:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{color:#e8eaed;background:#1d222b;margin:0;font-family:system-ui,-apple-system,sans-serif}#root,.app{flex-direction:column;height:100vh;display:flex}.topbar{background:#262c37;border-bottom:1px solid #333a47;align-items:center;gap:8px;padding:8px 12px;display:flex}.topbar h1{margin:0 12px 0 0;font-size:16px}.spacer{flex:1}button{color:inherit;cursor:pointer;background:#333a47;border:1px solid #46506180;border-radius:6px;padding:6px 10px;font-size:13px}button:hover:not(:disabled){background:#3d4655}button:disabled{opacity:.4;cursor:default}button[aria-pressed=true],.swatch.active{outline:2px solid #7aa2ff}.main{flex:1;min-height:0;display:flex}.sidebar{background:#262c37;border-right:1px solid #333a47;flex-direction:column;gap:16px;width:216px;padding:12px;display:flex;overflow-y:auto}.sidebar h2{text-transform:uppercase;letter-spacing:.08em;color:#9aa3b2;margin:0 0 6px;font-size:11px}.palette{gap:10px;display:flex}.palette button{touch-action:none;padding:6px;line-height:0}.row{align-items:center;gap:8px;margin:6px 0;font-size:13px;display:flex}.board-wrap{flex:1;justify-content:center;align-items:center;min-width:0;padding:12px;display:flex}.board{touch-action:none;width:100%;max-height:calc(100vh - 80px);display:block}.swatches{flex-wrap:wrap;gap:6px;display:flex}.swatch{border:2px solid #fff5;border-radius:50%;width:22px;height:22px;padding:0}.ghost{pointer-events:none;z-index:50;position:fixed;transform:translate(-50%,-50%)}.dialog-backdrop{z-index:100;background:#0008;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog{background:#2a3140;border:1px solid #46506180;border-radius:10px;flex-direction:column;gap:10px;width:360px;max-height:70vh;padding:16px;display:flex;overflow-y:auto}.dialog h2{margin:0;font-size:15px}.dialog input[type=text]{width:100%;color:inherit;background:#1d222b;border:1px solid #465061;border-radius:6px;padding:8px}.error-text{color:#ff9c9c;font-size:12px}.save-row{border-bottom:1px solid #333a47;justify-content:space-between;align-items:center;gap:8px;padding:6px 0;display:flex}.save-row small{color:#9aa3b2}.row-actions{gap:6px;display:flex}.banner{z-index:200;background:#7a2e2e;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex;position:fixed;top:8px;left:50%;transform:translate(-50%)}.label-editor{z-index:60;position:fixed;transform:translate(-50%,-100%)}.label-editor input{color:#fff;text-align:center;background:#1d222bee;border:1px solid #465061;border-radius:4px;width:110px;padding:4px 6px}
