.app-shell[data-v-dd592e36]{height:100%;display:flex;flex-direction:column;background:var(--color-bg);color:var(--color-text)}.app-shell__header[data-v-dd592e36]{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);background:var(--color-surface)}.app-shell__brand[data-v-dd592e36]{display:flex;align-items:center;gap:var(--space-3)}.app-shell__brand-icon[data-v-dd592e36]{font-size:1.5rem;color:var(--color-primary);flex-shrink:0}.app-shell__brand-copy[data-v-dd592e36]{display:flex;flex-direction:column;gap:4px}.app-shell__title[data-v-dd592e36]{margin:0;font-size:1.3rem}.app-shell__nav[data-v-dd592e36]{display:flex;flex-wrap:wrap;gap:var(--space-2)}.app-shell__actions[data-v-dd592e36]{display:flex;flex-wrap:wrap;gap:var(--space-2);justify-content:flex-end}.app-shell__content[data-v-dd592e36]{flex:1;min-height:0;overflow:hidden}@media (max-width: 900px){.app-shell__header[data-v-dd592e36]{flex-direction:column;align-items:stretch}.app-shell__nav[data-v-dd592e36],.app-shell__actions[data-v-dd592e36]{justify-content:flex-start}}:root{--color-bg: #f7f8fa;--color-surface: #ffffff;--color-surface-1: #ffffff;--color-surface-2: #f7f8fa;--color-border: #e3e6eb;--color-text: #1a2230;--color-text-muted: #6b7280;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-accent: #6366f1;--color-accent-soft: rgba(99, 102, 241, .1);--color-success: #16a34a;--color-warning: #ea580c;--color-danger: #dc2626;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-8: 48px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 2px 8px rgba(0, 0, 0, .06);--font-sans: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Montserrat", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", Consolas, monospace}*{box-sizing:border-box}html,body,#app{margin:0;padding:0;height:100%;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg)}body{font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3)}.page-header--wide{gap:var(--space-4)}.page-title{margin:0 0 var(--space-1);font-size:1.75rem;line-height:1.2}.page-subtitle{margin:0;color:var(--color-text-muted);line-height:1.5}.section-title{margin:0 0 var(--space-1);font-size:1.1rem;line-height:1.35}.panel-title{margin:0 0 4px;font-size:1rem;line-height:1.35}.helper-text{margin:0;color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.surface-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-sm)}.surface-subsection{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);background:var(--color-surface-2)}.actions-row{display:flex;gap:var(--space-2);flex-wrap:wrap}.actions-row--start{justify-content:flex-start}.actions-row--end{justify-content:flex-end}.inline-meta{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-text-muted);font-size:.85rem}.form-stack{display:flex;flex-direction:column;gap:6px;font-size:.8rem;color:var(--color-text-muted)}.field-stack{display:flex;flex-direction:column;gap:var(--space-1);font-size:.9rem}.flow-io-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-3)}.flow-io-block{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-1)}.form-select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);padding:.7rem .8rem;font:inherit}.mono-meta{font-family:var(--font-mono);font-size:.7rem;color:var(--color-text-muted)}.meta-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.link-button{background:transparent;border:0;padding:0;margin:0;cursor:pointer;color:var(--color-primary);font:inherit;text-align:left}.link-button:hover{text-decoration:underline}.data-table{width:100%;border-collapse:collapse;font-size:.85rem}.data-table th,.data-table td{text-align:left;vertical-align:top;padding:10px 12px;border-bottom:1px solid var(--color-border)}.data-table th{position:sticky;top:0;background:var(--color-surface-2);font-weight:600;z-index:1}.data-table tbody tr:last-child td{border-bottom:0}.data-table--comfortable{font-size:.95rem}.icon-pill-button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer}.icon-pill-button--danger{border-color:#b91c1c2e}.icon-pill-button--danger:hover{border-color:#b91c1c66;color:#b91c1c}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}code,pre{font-family:var(--font-mono);font-size:.9em}
