@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Instrument+Sans:opsz,wght@12..72,400;12..72,500;12..72,600;12..72,700&family=Newsreader:opsz,wght@6..72,400&display=swap";:root{--bg: #080906;--panel: #0d0f0b;--surface: #141710;--surface-2: #191d14;--border: rgba(243, 240, 232, .12);--border-2: rgba(243, 240, 232, .2);--text: #f3f0e8;--text-2: #c8cbc1;--muted: #91958b;--dim: #65695f;--accent-a: #cfff47;--accent-b: #dcff76;--ok: #8edc9a;--warn: #e6c768;--err: #ff7f8f;--brand-acid: #cfff47;--brand-serif: "Newsreader", Georgia, serif;--brand-mono: "DM Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:Instrument Sans,Pretendard,Apple SD Gothic Neo,system-ui,sans-serif;overflow:hidden;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:4px}.btn{border:1px solid var(--border-2);background:var(--surface);color:var(--text);border-radius:4px;padding:8px 14px;font-size:12.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}.btn:hover{border-color:#cfff478c}.btn.run{background:var(--accent-a);border:none;color:#080906;font-weight:800}.btn.run:hover{background:var(--accent-b)}.btn.run:disabled{opacity:.5;cursor:not-allowed}.btn.ghost{background:transparent}.btn.danger{color:#ff8a8a;border-color:#ff6b6b44}.btn.danger:hover{background:#ff6b6b18}.tab{flex:1;background:none;border:none;color:var(--muted);font-size:12px;font-weight:700;padding:11px 0;cursor:pointer;font-family:inherit;border-bottom:2px solid transparent}.tab.on{color:var(--accent-a);border-bottom-color:var(--accent-a)}.palette{display:flex;align-items:center;gap:10px;width:100%;background:var(--surface);border:1px solid var(--border-2);border-radius:9px;padding:9px 11px;cursor:pointer;font-family:inherit;transition:all .15s}.palette:hover{border-color:#3d4557;transform:translate(2px)}.port{position:absolute;top:50%;margin-top:-7px;width:14px;height:14px;border-radius:7px;border:2px solid;transition:transform .1s}.port:after{content:"";position:absolute;top:-12px;left:-12px;width:38px;height:38px;border-radius:50%;background:transparent;cursor:pointer}.port:hover{transform:scale(1.35)}.pulse{animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.flow{animation:dash .6s linear infinite}@keyframes dash{to{stroke-dashoffset:-12}}@media (prefers-reduced-motion: reduce){.pulse,.flow{animation:none}}.field-label{display:block;font-size:10.5px;font-weight:700;color:var(--muted);letter-spacing:.8px;text-transform:uppercase;margin:14px 0 6px}.field-input,.field-select{width:100%;background:var(--surface);border:1px solid var(--border-2);color:var(--text);border-radius:7px;padding:9px 11px;font-size:12.5px;line-height:1.6;outline:none;font-family:inherit}.output-box{background:var(--surface);border:1px solid var(--border-2);border-radius:7px;padding:12px;font-size:12px;line-height:1.7;color:var(--text-2);white-space:pre-wrap;max-height:420px;overflow-y:auto}
