:root{color-scheme:light dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0f172a;color:#e2e8f0}body{margin:0;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem}main.container{width:min(720px,100%);background:#0f172ad9;border-radius:16px;padding:2rem;box-shadow:0 25px 60px #0f172a73;display:flex;flex-direction:column;gap:1rem}h1{margin:0;font-size:1.6rem}.lead{margin:0;color:#94a3b8}label{font-weight:600;margin-bottom:.35rem}select,input[type=text],input[type=number],textarea{width:100%;padding:.65rem .75rem;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#0f172a99;color:inherit;font-size:1rem}textarea{min-height:110px;resize:vertical}.form-grid{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field.inline{flex-direction:row;align-items:center;gap:.65rem}.form-field.inline label{margin:0}button#run-action{align-self:flex-start;padding:.75rem 1.6rem;font-size:1rem;border-radius:999px;border:none;background:linear-gradient(120deg,#22d3ee,#6366f1);color:#0f172a;cursor:pointer;font-weight:600}button#run-action:hover{filter:brightness(1.08)}pre#plugin-output{margin:0;padding:1.2rem;background:#0f172a99;border-radius:12px;font-family:JetBrains Mono,Fira Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;max-height:280px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.no-input-note{margin:0;color:#94a3b8;font-style:italic}div.action-description{color:#cbd5f5}h2{margin:1.5rem 0 .5rem;font-size:1.2rem;color:#e2e8f0}.hint{margin:0 0 .5rem;font-size:.875rem;color:#94a3b8}.event-log{background:#0f172a99;border-radius:12px;padding:1rem;max-height:300px;overflow-y:auto;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.85rem}.log-placeholder{color:#64748b;font-style:italic;text-align:center;padding:1rem}.log-entry{display:flex;gap:.75rem;padding:.5rem 0;border-bottom:1px solid rgba(148,163,184,.15);flex-wrap:wrap}.log-entry:last-child{border-bottom:none}.log-time{color:#64748b;flex-shrink:0}.log-type{color:#22d3ee;font-weight:600;flex-shrink:0}.log-data{color:#e2e8f0;word-break:break-all;flex:1}
