:root{--bg: #050c14;--surface-1: #08131f;--surface-2: #0c1927;--surface-3: #112234;--surface-4: #172a3d;--accent: #6366f1;--accent-soft: rgba(99, 102, 241, .14);--accent-glow: rgba(99, 102, 241, .28);--border: rgba(108, 143, 170, .13);--border-mid: rgba(108, 143, 170, .22);--border-strong: rgba(99, 102, 241, .42);--text: #e2eef6;--muted: #7895aa;--subtle: #48657a;--green: #4ade80;--amber: #f59e0b;--red: #fb7185;--blue: #38bdf8;--violet: #a78bfa;--sidebar: 238px;--topbar: 52px;--radius: 10px;--radius-sm: 7px;--shadow: 0 18px 50px rgba(0, 0, 0, .38), 0 0 0 1px rgba(99, 102, 241, .05);color-scheme:dark;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{min-width:320px;overflow:hidden;background:var(--bg);color:var(--text);font-size:13px;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);width:100%;height:100%;background:var(--bg)}.sidebar{position:relative;z-index:40;display:flex;flex-direction:column;min-width:0;border-right:1px solid var(--border);background:#060e17}.brand{display:flex;align-items:center;gap:9px;height:58px;padding:0 14px;border-bottom:1px solid var(--border)}.brand img{width:29px;height:29px;border-radius:7px;box-shadow:0 0 0 1px #ffffff14}.brand div{min-width:0}.brand strong{display:block;font-size:13px;line-height:1.1;letter-spacing:-.02em}.brand span{display:block;margin-top:2px;color:var(--muted);font-size:10px}.brand .pro-badge{margin:0 0 0 auto;padding:3px 5px;border:1px solid rgba(99,102,241,.34);border-radius:4px;background:var(--accent-soft);color:#c7d2fe;font-size:8px;font-weight:800;letter-spacing:.1em}.workspace-switcher{display:grid;grid-template-columns:28px minmax(0,1fr) 14px;align-items:center;gap:8px;width:calc(100% - 20px);margin:12px 10px 8px;padding:9px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-1);text-align:left}.workspace-switcher:hover{border-color:var(--border-mid);background:var(--surface-2)}.workspace-switcher>span{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:var(--accent);color:#fff;font-size:10px;font-weight:800}.workspace-switcher strong,.workspace-switcher em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-switcher strong{font-size:11px}.workspace-switcher em{margin-top:2px;color:var(--muted);font-size:9px;font-style:normal}.workspace-switcher svg{color:var(--muted)}.sidebar nav{display:flex;flex:1;flex-direction:column;gap:2px;overflow:auto;padding:8px}.sidebar nav button{position:relative;display:flex;align-items:center;gap:10px;width:100%;min-height:36px;padding:0 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);font-size:11.5px;text-align:left;transition:.14s ease}.sidebar nav button:hover{background:var(--surface-1);color:var(--text)}.sidebar nav button.is-active{border-color:#6366f129;background:var(--accent-soft);color:#e8e9ff}.sidebar nav button.is-active:before{position:absolute;left:-9px;width:2px;height:18px;border-radius:3px;background:var(--accent);content:""}.nav-live{width:6px;height:6px;margin-left:auto;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #4ade801a}.sidebar__footer{padding:8px;border-top:1px solid var(--border)}.plan-usage{margin:0 2px 8px;padding:10px;border:1px solid var(--border);border-radius:7px;background:var(--surface-1)}.plan-usage header{display:flex;justify-content:space-between;color:var(--muted);font-size:9.5px}.plan-usage header strong{color:var(--text)}.plan-usage>div{height:3px;margin:8px 0 6px;overflow:hidden;border-radius:3px;background:var(--surface-4)}.plan-usage>div span{display:block;width:72%;height:100%;background:var(--accent)}.plan-usage p{margin:0;color:var(--subtle);font-size:8.5px}.profile-button{display:grid;grid-template-columns:30px minmax(0,1fr) 17px;align-items:center;gap:8px;width:100%;padding:8px;border:0;border-radius:7px;background:transparent;text-align:left}.profile-button:hover{background:var(--surface-1)}.profile-button>span,.avatar{display:grid;place-items:center;flex:none;width:30px;height:30px;border:1px solid rgba(99,102,241,.24);border-radius:8px;background:var(--accent-soft);color:#c7d2fe;font-size:10px;font-weight:800}.profile-button strong,.profile-button em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-button strong{font-size:10.5px}.profile-button em{margin-top:2px;color:var(--muted);font-size:8.5px;font-style:normal}.profile-button svg{color:var(--muted)}.main-shell{display:grid;grid-template-rows:var(--topbar) minmax(0,1fr);min-width:0;min-height:0}.topbar{position:relative;z-index:30;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,360px) minmax(0,1fr);align-items:center;gap:16px;height:var(--topbar);padding:0 14px;border-bottom:1px solid var(--border);background:#050c14f5}.topbar__title{display:flex;align-items:center;min-width:0;gap:7px;color:var(--muted);font-size:10.5px}.topbar__title span,.topbar__title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar__title strong{color:var(--text);font-weight:600}.topbar__title i{color:var(--subtle);font-style:normal}.command-trigger{display:flex;align-items:center;gap:8px;height:30px;padding:0 8px 0 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface-1);color:var(--muted);font-size:10px;text-align:left}.command-trigger:hover{border-color:var(--border-mid);background:var(--surface-2)}.command-trigger span{flex:1}kbd{padding:2px 5px;border:1px solid var(--border-mid);border-radius:4px;background:var(--surface-3);color:var(--subtle);font-size:8px;font-family:inherit}.topbar__actions{display:flex;justify-content:flex-end;gap:6px}.icon-button{position:relative;display:inline-grid;place-items:center;flex:none;width:30px;height:30px;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted)}.icon-button:hover{border-color:var(--border);background:var(--surface-2);color:var(--text)}.notification-dot{position:absolute;top:5px;right:5px;width:5px;height:5px;border:1px solid var(--bg);border-radius:50%;background:var(--red)}.help-button{display:flex;align-items:center;gap:6px;height:30px;padding:0 9px;border:1px solid rgba(99,102,241,.2);border-radius:6px;background:var(--accent-soft);color:#c7d2fe;font-size:9.5px}.cloud-chip{display:flex;align-items:center;gap:5px;margin-right:3px;color:var(--subtle);font-size:8px}.cloud-chip i{width:5px;height:5px;border-radius:50%;background:currentColor}.cloud-chip--ready{color:var(--green)}.cloud-chip--loading{color:var(--amber)}.cloud-chip--unavailable{color:var(--red)}.mobile-menu{display:none;place-items:center;width:30px;height:30px;padding:0;border:0;background:transparent;color:var(--muted)}.app-content{position:relative;min-width:0;min-height:0;overflow:hidden}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:32px;padding:0 11px;border:1px solid var(--border-mid);border-radius:6px;background:var(--surface-2);color:var(--text);font-size:10.5px;font-weight:650;transition:.14s ease}.button:hover{border-color:var(--border-strong);transform:translateY(-1px)}.button--primary{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 5px 14px #6366f133}.button--primary:hover{box-shadow:0 0 0 3px var(--accent-soft),0 7px 18px #6366f13d}.button--danger{border-color:#fb718559;background:#fb71851f;color:#fecdd3}.button--full{width:100%}.workspace-page{display:grid;grid-template-rows:50px minmax(0,1fr);width:100%;height:100%}.workspace-toolbar{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 12px 0 16px;border-bottom:1px solid var(--border);background:var(--surface-1)}.workflow-title{display:flex;align-items:center;min-width:0;gap:9px}.workflow-title>div{min-width:0}.workflow-title strong,.workflow-title span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workflow-title strong{font-size:11px}.workflow-title span{margin-top:2px;color:var(--muted);font-size:8.5px}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #4ade8017}.workspace-toolbar__actions{display:flex;align-items:center;gap:5px}.autosave{display:flex;align-items:center;gap:4px;margin-right:5px;color:var(--muted);font-size:9px}.autosave svg{color:var(--green)}.canvas-layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);min-width:0;min-height:0;background:#050a10}.canvas-layout.has-inspector{grid-template-columns:minmax(0,1fr) 268px}.canvas-layout.has-activity{grid-template-rows:minmax(0,1fr) 166px}.canvas-wrap{position:relative;grid-column:1;grid-row:1;min-width:0;min-height:0}.inspector{grid-column:2;grid-row:1 / -1;min-width:0;overflow:auto;border-left:1px solid var(--border);background:var(--surface-1)}.inspector__header{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:12px 12px 10px 14px;border-bottom:1px solid var(--border);background:var(--surface-1)}.eyebrow{display:block;margin-bottom:5px;color:var(--accent);font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.inspector__header h2,.panel h2{margin:0;font-size:12px;letter-spacing:-.01em}.inspector__body{display:flex;flex-direction:column;gap:15px;padding:14px}.inspector-state{display:flex;align-items:center;justify-content:space-between;color:var(--subtle);font-size:8.5px}.field-row,.setting-line{display:flex;align-items:center;justify-content:space-between;gap:15px}.field-row strong,.field-row span,.setting-line strong,.setting-line span{display:block}.field-row strong,.setting-line strong{font-size:10.5px}.field-row span,.setting-line span{margin-top:3px;color:var(--muted);font-size:8.5px;line-height:1.4}.switch{display:flex;align-items:center;flex:none;width:31px;height:18px;padding:2px;border:1px solid var(--border-mid);border-radius:12px;background:var(--surface-3)}.switch span{width:12px;height:12px;margin:0;border-radius:50%;background:var(--muted);transition:.16s ease}.switch.is-on{border-color:var(--accent);background:var(--accent)}.switch.is-on span{transform:translate(13px);background:#fff}.field{display:grid;gap:7px;color:var(--muted);font-size:9.5px}.field>span{display:flex;justify-content:space-between;align-items:center}.field em{color:var(--text);font-style:normal}.field input,.field select,.field textarea,.search-field input{width:100%;border:1px solid var(--border);border-radius:6px;background:var(--surface-2);color:var(--text)}.field input,.field select{height:34px;padding:0 9px}.field textarea{resize:vertical;padding:9px;line-height:1.55}.field input:hover,.field select:hover,.field textarea:hover{border-color:var(--border-mid)}input[type=range]{height:4px;padding:0;accent-color:var(--accent)}.safe-callout,.protected-contract,.limitations{display:flex;align-items:flex-start;gap:9px;padding:10px;border:1px solid rgba(99,102,241,.2);border-radius:7px;background:var(--accent-soft)}.safe-callout svg,.protected-contract svg{flex:none;color:#a5b4fc}.safe-callout strong,.safe-callout span,.protected-contract strong,.protected-contract span,.limitations strong,.limitations span{display:block}.safe-callout strong,.protected-contract strong,.limitations strong{margin-bottom:3px;font-size:9.5px}.safe-callout span,.protected-contract span,.limitations span{color:var(--muted);font-size:8.5px;line-height:1.5}.inspector-meta{display:grid;grid-template-columns:65px minmax(0,1fr);gap:8px;padding:10px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2);font-size:8.5px}.inspector-meta span{color:var(--subtle)}.inspector-meta code,.inspector-meta strong{color:var(--muted);font-size:inherit;font-weight:600}.activity-dock{grid-column:1;grid-row:2;min-width:0;overflow:hidden;border-top:1px solid var(--border);background:#08131ff7}.activity-dock>header{display:flex;align-items:center;justify-content:space-between;height:35px;padding:0 9px 0 13px;border-bottom:1px solid var(--border)}.activity-dock>header>div{display:flex;align-items:center;gap:7px}.activity-dock>header svg{color:var(--green)}.activity-dock>header strong{font-size:9.5px}.activity-dock>header span{padding:2px 5px;border-radius:4px;background:#4ade8017;color:var(--green);font-size:7.5px;text-transform:uppercase}.activity-dock__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;padding:5px 13px}.activity-event{display:grid;grid-template-columns:7px 28px minmax(0,1fr) 38px;align-items:center;gap:7px;min-width:0;height:55px;border-bottom:1px solid var(--border)}.activity-event time{color:var(--subtle);font-size:8px}.activity-event strong,.activity-event span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-event strong{font-size:9px}.activity-event span{margin-top:3px;color:var(--muted);font-size:8px}.activity-event em{color:var(--subtle);font-size:8px;font-style:normal;text-align:right}.event-dot,.legend-dot{width:6px;height:6px;border-radius:50%;background:var(--subtle)}.event-dot--returned,.legend-dot--working{background:var(--green);box-shadow:0 0 0 3px #4ade8014}.event-dot--queued,.legend-dot--queued{background:var(--amber)}.canvas-hint,.canvas-legend{position:absolute;z-index:4;display:flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:6px;background:#08131fe0;color:var(--muted);font-size:8.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.canvas-hint{right:12px;bottom:12px;padding:7px 9px}.canvas-legend{left:12px;bottom:12px;gap:12px;padding:7px 9px}.canvas-legend span{display:flex;align-items:center;gap:5px}.canvas-legend svg{color:var(--violet)}.react-flow__node{font-family:inherit}.flow-node{position:relative;width:245px;min-height:108px;overflow:hidden;border:1px solid var(--border-mid);border-radius:8px;background:#0a1724;box-shadow:0 12px 25px #0000004d}.flow-node:hover,.flow-node.is-selected{border-color:var(--border-strong);box-shadow:0 0 0 2px var(--accent-soft),0 14px 30px #00000061}.flow-node__rail{position:absolute;inset:0 auto 0 0;width:3px;background:var(--accent)}.flow-node--capture .flow-node__rail,.flow-node--output .flow-node__rail{background:var(--blue)}.flow-node--transcription .flow-node__rail{background:#22d3ee}.flow-node--search .flow-node__rail{background:var(--amber)}.flow-node--evaluation .flow-node__rail{background:var(--green)}.flow-node--card .flow-node__rail{background:var(--red)}.flow-node--credential .flow-node__rail{background:var(--violet)}.flow-node__header{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;padding:11px 10px 7px 13px}.flow-node__icon{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:7px;background:var(--surface-3);color:#c7d2fe}.flow-node__eyebrow{display:block;margin-bottom:2px;color:var(--muted);font-size:6.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.flow-node h3{margin:0;font-size:10px;letter-spacing:-.01em}.flow-node>p{margin:0;padding:0 13px 8px;color:var(--muted);font-size:8px}.flow-node__meta{display:flex;flex-wrap:wrap;gap:5px;padding:0 13px 11px}.flow-node__meta span{padding:3px 5px;border:1px solid var(--border);border-radius:4px;background:var(--surface-2);color:var(--muted);font-size:6.8px}.node-state{display:flex;align-items:center;gap:4px;padding:3px 5px;border-radius:4px;background:var(--surface-3);color:var(--subtle);font-size:6.5px;text-transform:capitalize}.node-state span{width:4px;height:4px;border-radius:50%;background:currentColor}.node-state--working{background:#4ade8017;color:var(--green)}.node-state--queued{background:#f59e0b17;color:var(--amber)}.node-state--secure{background:#a78bfa1a;color:var(--violet)}.flow-handle{width:8px!important;height:8px!important;border:2px solid #06101a!important;background:#7c8fa0!important}.flow-handle--source{right:-5px!important;background:var(--accent)!important}.flow-handle--target{left:-5px!important}.react-flow__edge.animated path{stroke-dasharray:5;animation-duration:1.2s}.react-flow__controls{overflow:hidden;border:1px solid var(--border)!important;border-radius:6px!important;box-shadow:none!important}.react-flow__controls button{width:27px!important;height:27px!important;border:0!important;border-bottom:1px solid var(--border)!important;background:var(--surface-1)!important;fill:var(--muted)!important}.react-flow__controls button:hover{background:var(--surface-3)!important;fill:var(--text)!important}.react-flow__minimap{border:1px solid var(--border);border-radius:6px;background:var(--surface-1)!important}.page-scroll{height:100%;overflow:auto;padding:28px clamp(20px,3vw,42px) 48px}.narrow-page{max-width:980px;margin:0 auto}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-header h1{margin:0;font-size:clamp(22px,2.3vw,30px);line-height:1.15;letter-spacing:-.045em}.section-header p{max-width:670px;margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.6}.section-header__actions{display:flex;flex:none;gap:7px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.metrics-grid--three{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.metric-card{position:relative;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;min-height:92px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1)}.metric-card__icon{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--accent-soft);color:#a5b4fc}.metric-card__icon--green{background:#4ade8017;color:var(--green)}.metric-card__icon--blue{background:#38bdf817;color:var(--blue)}.metric-card__icon--amber{background:#f59e0b17;color:var(--amber)}.metric-card span,.metric-card strong{display:block}.metric-card span{color:var(--muted);font-size:8.5px}.metric-card strong{margin-top:4px;font-size:18px;letter-spacing:-.03em}.metric-card small{position:absolute;right:13px;bottom:11px;color:var(--subtle);font-size:7.5px}.panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1);box-shadow:0 1px #ffffff04}.panel>header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:12px 14px;border-bottom:1px solid var(--border)}.panel>header p{margin:4px 0 0;color:var(--muted);font-size:8.5px}.panel>header select{height:29px;border:1px solid var(--border);border-radius:5px;background:var(--surface-2);color:var(--muted);font-size:9px}.chart-panel{margin-bottom:14px}.chart-bars{display:flex;align-items:flex-end;gap:clamp(4px,.8vw,10px);height:180px;padding:26px 20px 4px;border-bottom:1px solid var(--border)}.chart-bars span{flex:1;height:var(--bar);min-width:5px;border-radius:3px 3px 0 0;background:var(--accent);opacity:.35;transition:.15s ease}.chart-bars span:nth-child(3n),.chart-bars span:hover{opacity:.9}.chart-labels{display:flex;justify-content:space-between;padding:7px 20px 10px;color:var(--subtle);font-size:7.5px}.table-panel{overflow:hidden}.search-field{display:flex;align-items:center;gap:7px;height:31px;padding:0 8px;border:1px solid var(--border);border-radius:6px;background:var(--surface-2);color:var(--muted)}.search-field input{min-width:0;height:26px;padding:0;border:0;background:transparent;font-size:9px;outline:0}.data-table{min-width:690px}.data-table__head,.data-table__row{display:grid;grid-template-columns:minmax(220px,2fr) minmax(120px,1fr) 65px 65px 65px 85px;align-items:center;gap:12px;min-height:43px;padding:0 14px;border-bottom:1px solid var(--border)}.data-table__head{min-height:34px;background:var(--surface-2);color:var(--subtle);font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.data-table__row{color:var(--muted);font-size:9px}.data-table__row:last-child{border-bottom:0}.data-table__row strong{overflow:hidden;color:var(--text);font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.status-pill{display:inline-flex;align-items:center;justify-content:flex-start;gap:5px;width:fit-content;padding:3px 6px;border:1px solid var(--border);border-radius:5px;background:var(--surface-2);color:var(--muted);font-size:7.5px;text-transform:capitalize}.status-pill i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-pill--live,.status-pill--active,.status-pill--connected,.status-pill--qualified,.status-pill--returned,.status-pill--in-use{border-color:#4ade8033;background:#4ade8012;color:var(--green)}.status-pill--pending,.status-pill--queued{border-color:#f59e0b33;background:#f59e0b12;color:var(--amber)}.status-pill--encrypted,.status-pill--evidence-only{border-color:#a78bfa33;background:#a78bfa12;color:var(--violet)}.security-banner{display:flex;align-items:center;gap:11px;margin-bottom:14px;padding:13px 15px;border:1px solid rgba(99,102,241,.22);border-radius:var(--radius);background:var(--accent-soft)}.security-banner>svg{flex:none;color:#a5b4fc}.security-banner div{min-width:0}.security-banner strong,.security-banner span{display:block}.security-banner strong{font-size:10.5px}.security-banner div span{margin-top:3px;color:var(--muted);font-size:8.5px}.verified-chip{flex:none;display:flex!important;align-items:center;gap:4px;margin-left:auto;padding:5px 7px;border-radius:5px;background:#050c1461;color:#c7d2fe;font-size:8px}.credential-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.credential-card{padding:13px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1)}.credential-card:hover{border-color:var(--border-mid)}.credential-card header{display:grid;grid-template-columns:34px minmax(0,1fr) 28px;align-items:center;gap:9px}.provider-mark{display:grid;place-items:center;width:34px;height:34px;border:1px solid color-mix(in srgb,var(--provider) 40%,transparent);border-radius:8px;background:color-mix(in srgb,var(--provider) 12%,transparent);color:var(--provider);font-weight:900}.credential-card h3,.credential-card p{overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.credential-card h3{font-size:10px}.credential-card p{margin-top:3px;color:var(--muted);font-size:7.5px}.credential-secret{display:flex;align-items:center;justify-content:space-between;margin:13px 0;padding:8px;border:1px solid var(--border);border-radius:6px;background:var(--surface-2);color:var(--subtle)}.credential-secret code{font-size:8px;letter-spacing:.1em}.credential-card footer{display:flex;align-items:center;justify-content:space-between;color:var(--subtle);font-size:7.5px}.routing-panel{padding-bottom:13px}.routing-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:13px}.radio-card{display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:9px;padding:12px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2)}.radio-card.is-selected{border-color:var(--border-strong);background:var(--accent-soft)}.radio-card input{accent-color:var(--accent)}.radio-card strong,.radio-card em{display:block}.radio-card strong{font-size:9.5px}.radio-card em{margin-top:3px;color:var(--muted);font-size:7.5px;font-style:normal}.radio-card code{color:var(--muted);font-size:8px}.dialog-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#01060bb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dialog{width:min(100%,460px);overflow:hidden;border:1px solid var(--border-mid);border-radius:12px;background:var(--surface-1);box-shadow:var(--shadow);animation:dialog-in .14s ease-out}.dialog>header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border)}.dialog h2{margin:0;font-size:14px}.dialog header p{margin:5px 0 0;color:var(--muted);font-size:9px}.dialog__body{display:grid;gap:13px;padding:16px}.dialog>footer{display:flex;justify-content:flex-end;gap:7px;padding:11px 16px;border-top:1px solid var(--border);background:var(--surface-2)}.two-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-error{display:flex;align-items:flex-start;gap:7px;padding:8px;border:1px solid rgba(251,113,133,.24);border-radius:6px;background:#fb718512;color:#fecdd3;font-size:8px;line-height:1.45}.form-error svg{flex:none;color:var(--red)}@keyframes dialog-in{0%{opacity:0;transform:translateY(5px) scale(.985)}}.studio-layout{display:grid;grid-template-columns:210px minmax(360px,1fr) 250px;gap:12px;align-items:start}.card-library,.studio-inspector{overflow:hidden}.library-item{display:grid;grid-template-columns:8px minmax(0,1fr) 16px;align-items:center;gap:9px;width:calc(100% - 16px);min-height:50px;margin:6px 8px;padding:8px;border:1px solid transparent;border-radius:6px;background:transparent;text-align:left}.library-item:hover,.library-item.is-active{border-color:var(--border);background:var(--surface-2)}.library-item.is-active{border-color:var(--border-strong);background:var(--accent-soft)}.library-item>i{width:6px;height:26px;border-radius:4px}.library-item strong,.library-item em{display:block}.library-item strong{font-size:9.5px}.library-item em{margin-top:3px;color:var(--subtle);font-size:7px;font-style:normal}.library-item svg{color:var(--subtle)}.card-preview-panel{min-height:520px}.overlay-preview{width:min(88%,410px);margin:48px auto;overflow:hidden;border:1px solid var(--border-mid);border-radius:12px;background:#06101a;box-shadow:0 25px 60px #00000073}.preview-top{display:flex;align-items:center;gap:7px;height:40px;padding:0 11px;border-bottom:1px solid var(--border)}.preview-top img{width:20px;height:20px;border-radius:5px}.preview-top span{font-size:9.5px;font-weight:700}.preview-top small{margin-left:auto;color:var(--green);font-size:7.5px}.verdict-preview{margin:11px;padding:12px;border:1px solid color-mix(in srgb,var(--verdict) 28%,transparent);border-left:3px solid var(--verdict);border-radius:7px;background:var(--surface-1)}.verdict-preview header,.verdict-preview footer{display:flex;align-items:center;justify-content:space-between;color:var(--subtle);font-size:7.5px}.verdict-preview h3{margin:13px 0 8px;font-size:12px;line-height:1.45}.verdict-preview p{margin:0 0 14px;color:var(--muted);font-size:9px;line-height:1.6}.studio-inspector{padding-bottom:14px}.studio-inspector>.field,.studio-inspector>.button{margin:13px 13px 0;width:calc(100% - 26px)}.color-field{display:flex;align-items:center;gap:8px;height:34px;padding:4px 7px;border:1px solid var(--border);border-radius:6px;background:var(--surface-2)}.color-field input{width:24px;height:22px;padding:0;border:0}.color-field code{color:var(--muted);font-size:8px}.prompt-layout{display:grid;grid-template-columns:190px minmax(420px,1fr) 265px;gap:12px;align-items:start}.stage-list{padding:8px}.stage-list button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:40px;padding:0 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted);font-size:9px;text-align:left}.stage-list button:hover,.stage-list button.is-active{background:var(--surface-2);color:var(--text)}.stage-list button.is-active{border-color:var(--border-strong);background:var(--accent-soft)}.stage-list i{color:var(--subtle);font-size:6.5px;font-style:normal}.prompt-editor{padding-bottom:14px}.prompt-editor>:not(header){margin-right:14px;margin-left:14px}.prompt-editor .protected-contract,.prompt-editor .field{margin-top:14px}.tag-row{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:9px}.tag-row>span{margin-right:3px;color:var(--subtle);font-size:7.5px}.tag-row button{padding:3px 5px;border:1px solid var(--border);border-radius:4px;background:var(--surface-2);color:#a5b4fc;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:6.8px}.budget-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:13px}.number-input{display:flex;align-items:center;border:1px solid var(--border);border-radius:6px;background:var(--surface-2)}.number-input input{border:0;background:transparent}.number-input em{padding-right:8px;color:var(--subtle);font-size:7px}.token-meter{position:relative;height:38px;margin-top:13px;overflow:hidden;border:1px solid var(--border);border-radius:6px;background:var(--surface-2)}.token-meter>span{position:absolute;inset:0 auto 0 0;background:var(--accent-soft)}.token-meter div{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 9px}.token-meter strong,.token-meter em{color:var(--muted);font-size:7.5px;font-style:normal}.prompt-preview{overflow:hidden}.prompt-preview pre{min-height:430px;margin:0;padding:14px;overflow:auto;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:8px;line-height:1.7;white-space:pre-wrap}.prompt-preview pre span{color:var(--violet)}.prompt-preview pre strong{color:var(--green)}.speaker-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:14px;align-items:start}.speaker-list{padding:10px}.speaker-list .search-field{margin-bottom:8px}.speaker-list>button{display:grid;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:9px;width:100%;min-height:54px;padding:7px;border:1px solid transparent;border-radius:7px;background:transparent;text-align:left}.speaker-list>button:hover,.speaker-list>button.is-active{border-color:var(--border);background:var(--surface-2)}.speaker-list>button.is-active{border-color:var(--border-strong);background:var(--accent-soft)}.speaker-list strong,.speaker-list em{display:block}.speaker-list strong{font-size:9.5px}.speaker-list em{margin-top:3px;color:var(--muted);font-size:7.5px;font-style:normal}.speaker-list svg{color:var(--subtle)}.speaker-hero{display:flex;align-items:center;gap:13px;min-height:78px;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-1)}.avatar--large{width:50px;height:50px;border-radius:12px;font-size:14px}.speaker-hero h2{margin:0;font-size:16px}.speaker-hero p{margin:5px 0 0;color:var(--muted);font-size:8.5px}.speaker-hero .button{margin-left:auto}.report-card{margin-top:14px;padding-bottom:15px}.report-card>h3,.report-card>p,.report-card>.topic-chips,.report-card>.limitations{margin-right:15px;margin-left:15px}.report-card>h3{margin-top:17px;margin-bottom:7px;font-size:10px}.report-card>p{color:var(--muted);font-size:9px;line-height:1.7}.topic-chips{display:flex;gap:6px}.topic-chips span{padding:5px 7px;border:1px solid var(--border);border-radius:5px;background:var(--surface-2);color:var(--muted);font-size:7.5px}.limitations{margin-top:18px;border-color:#f59e0b33;background:#f59e0b0f}.limitations svg{flex:none;color:var(--amber)}.referral-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(230px,.7fr);gap:24px;align-items:center;margin-bottom:14px;padding:22px;border:1px solid rgba(99,102,241,.25);border-radius:12px;background:var(--surface-1)}.referral-hero h2{margin:0;font-size:18px}.referral-hero p{margin:7px 0 0;color:var(--muted);font-size:9px}.progress-track{height:5px;margin-top:20px;overflow:hidden;border-radius:5px;background:var(--surface-4)}.progress-track span{display:block;height:100%;background:var(--accent)}.progress-dots{display:flex;justify-content:space-between;margin-top:-10px}.progress-dots span{display:grid;place-items:center;width:17px;height:17px;border:2px solid var(--surface-4);border-radius:50%;background:var(--surface-1);color:var(--subtle);font-size:7px}.progress-dots span.is-complete{border-color:var(--accent);background:var(--accent);color:#fff}.reward-card{display:grid;place-items:center;min-height:130px;padding:16px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);text-align:center}.reward-card svg{color:var(--violet)}.reward-card strong{margin-top:8px;font-size:10px}.reward-card span{margin-top:5px;color:var(--muted);font-size:7.5px}.two-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.invite-panel,.qualification-panel{padding-bottom:14px}.invite-panel>.field,.invite-panel>.share-buttons{margin:13px 14px 0}.copy-field{display:flex;align-items:center;overflow:hidden;border:1px solid var(--border);border-radius:6px;background:var(--surface-2)}.copy-field code{flex:1;overflow:hidden;padding:9px;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.copy-field button{display:flex;align-items:center;gap:5px;align-self:stretch;border:0;border-left:1px solid var(--border);background:var(--surface-3);color:var(--text);font-size:8px}.share-buttons{display:flex;gap:6px}.check-row{display:flex;align-items:center;gap:9px;min-height:38px;margin:0 14px;border-bottom:1px solid var(--border);color:var(--muted);font-size:8.5px}.check-row:last-child{border-bottom:0}.check-row svg{color:var(--green)}.referral-table .data-table__head,.referral-table .data-table__row{grid-template-columns:2fr 1fr 1fr 1fr}.settings-section{margin-bottom:14px;padding-bottom:16px}.theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px}.theme-option{padding:8px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);text-align:left}.theme-option.is-selected{border-color:var(--border-strong);box-shadow:0 0 0 2px var(--accent-soft)}.theme-option strong{display:flex;align-items:center;gap:6px;margin:9px 2px 2px;font-size:9px}.theme-preview{display:grid;grid-template-columns:24% 1fr;grid-template-rows:18px 1fr;gap:5px;height:100px;padding:6px;border:1px solid var(--border);border-radius:6px;background:#050c14}.theme-preview i{border-radius:3px;background:#0f1e2e}.theme-preview i:first-child{grid-row:1 / 3}.theme-preview i:nth-child(2){background:#112234}.theme-preview--system{background:#dbe7ef}.theme-preview--system i{background:#9cb3c3}.settings-section>.setting-line{min-height:62px;margin:0 16px;border-bottom:1px solid var(--border)}.settings-section>.setting-line:last-child{border-bottom:0}.segmented{display:flex;padding:2px;border:1px solid var(--border);border-radius:6px;background:var(--surface-2)}.segmented button{height:25px;padding:0 8px;border:0;border-radius:4px;background:transparent;color:var(--muted);font-size:7.5px;text-transform:capitalize}.segmented button.is-active{background:var(--surface-4);color:var(--text)}.swatches{display:flex;gap:7px}.swatches button{width:22px;height:22px;padding:0;border:2px solid var(--surface-1);border-radius:50%;box-shadow:0 0 0 1px var(--border)}.swatches button.is-active{box-shadow:0 0 0 2px var(--text)}.sync-options{display:grid;gap:8px;padding:14px}.sync-options label{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--border);border-radius:7px;background:var(--surface-2)}.sync-options label.is-selected{border-color:var(--border-strong);background:var(--accent-soft)}.sync-options input{accent-color:var(--accent)}.sync-options strong,.sync-options em{display:block}.sync-options strong{font-size:9.5px}.sync-options em{margin-top:4px;color:var(--muted);font-size:8px;font-style:normal}.sync-options svg{color:#a5b4fc}.consent-warning{display:flex;align-items:center;gap:8px;margin:0 14px;padding:9px;border:1px solid rgba(245,158,11,.2);border-radius:6px;background:#f59e0b0f;color:#fcd34d;font-size:8px}.settings-section>.field{margin:16px 16px 0}.retention-labels{display:flex;justify-content:space-between;margin:6px 16px 0;color:var(--subtle);font-size:7px}.action-list{padding:4px 14px}.action-list>div{display:grid;grid-template-columns:35px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:72px;border-bottom:1px solid var(--border)}.action-list>div:last-child{border-bottom:0}.action-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:8px;background:var(--surface-3);color:var(--muted)}.action-list strong,.action-list span{display:block}.action-list strong{font-size:9.5px}.action-list div>div>span{margin-top:4px;color:var(--muted);font-size:8px}.danger-action .action-icon{background:#fb718514;color:var(--red)}.command-palette{width:min(100%,520px);overflow:hidden;border:1px solid var(--border-mid);border-radius:12px;background:var(--surface-1);box-shadow:var(--shadow);animation:dialog-in .14s ease-out}.command-palette>label{display:flex;align-items:center;gap:10px;height:50px;padding:0 14px;border-bottom:1px solid var(--border);color:var(--muted)}.command-palette input{flex:1;border:0;background:transparent;color:var(--text);outline:0}.command-palette>div{max-height:330px;overflow:auto;padding:7px}.command-palette button{display:grid;grid-template-columns:22px minmax(0,1fr) 18px;align-items:center;gap:8px;width:100%;min-height:40px;padding:0 9px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:10px;text-align:left}.command-palette button:hover{background:var(--surface-3);color:var(--text)}.command-palette button svg:last-child{color:var(--subtle)}.toast{position:fixed;z-index:150;right:18px;bottom:18px;display:flex;align-items:center;gap:8px;min-height:40px;padding:0 13px;border:1px solid rgba(74,222,128,.22);border-radius:8px;background:#0d211b;color:#bbf7d0;box-shadow:var(--shadow);font-size:9.5px;animation:toast-in .18s ease-out}.toast svg{color:var(--green)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.empty-state{display:grid;place-items:center;color:var(--muted);text-align:center}.empty-state.compact{min-height:220px;padding:25px}.empty-state p{max-width:190px;font-size:9px;line-height:1.5}.sidebar-scrim{display:none}.auth-screen{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(440px,1.15fr);width:100%;min-height:100%;overflow:hidden;background:var(--bg)}.auth-card{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;max-width:530px;padding:clamp(34px,7vw,92px)}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:58px}.auth-brand img{width:35px;height:35px;border-radius:8px}.auth-brand strong,.auth-brand span{display:block}.auth-brand strong{font-size:14px}.auth-brand span{margin-top:3px;color:var(--muted);font-size:9px}.auth-card h1{max-width:450px;margin:0;font-size:clamp(30px,4vw,48px);line-height:1.02;letter-spacing:-.055em}.auth-card>p{max-width:470px;margin:18px 0 24px;color:var(--muted);font-size:11px;line-height:1.75}.auth-button{width:min(100%,330px);min-height:42px}.auth-button:disabled{opacity:.65;cursor:wait}.auth-points{display:grid;gap:9px;margin-top:24px;color:var(--muted);font-size:8.5px}.auth-points span{display:flex;align-items:center;gap:8px}.auth-points svg{color:#a5b4fc}.auth-card>small{margin-top:24px;color:var(--subtle);font-size:7.5px}.auth-error{display:flex;align-items:flex-start;gap:8px;width:min(100%,420px);margin:0 0 16px;padding:9px;border:1px solid rgba(251,113,133,.25);border-radius:6px;background:#fb718512;color:#fecdd3;font-size:8.5px}.auth-error svg{flex:none;color:var(--red)}.auth-visual{position:relative;overflow:hidden;border-left:1px solid var(--border);background:#07111b}.auth-visual:before{position:absolute;top:0;right:0;bottom:0;left:0;background:#050c141f;content:""}.auth-node{position:absolute;z-index:2;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;width:260px;min-height:64px;padding:12px;border:1px solid var(--border-mid);border-left:3px solid var(--accent);border-radius:9px;background:var(--surface-1);box-shadow:var(--shadow)}.auth-node>svg{display:grid;place-items:center;width:32px;height:32px;padding:7px;border-radius:7px;background:var(--surface-3);color:#c7d2fe}.auth-node>span{font-size:10px;font-weight:650}.auth-node--one{top:22%;left:10%;border-left-color:var(--blue)}.auth-node--two{top:43%;left:36%;border-left-color:var(--green)}.auth-node--three{top:65%;left:17%;border-left-color:var(--red)}.auth-node--one:after,.auth-node--two:after{position:absolute;top:30px;left:100%;width:150px;height:1px;background:var(--border-strong);content:"";transform:rotate(28deg);transform-origin:left}[data-density=compact]{--topbar: 46px}[data-density=compact] .page-scroll{padding-top:20px}[data-density=compact] .metric-card{min-height:78px}[data-density=spacious] .page-scroll{padding-top:38px}[data-density=spacious] .panel>header{min-height:66px}@media(max-width:1180px){.credential-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-layout{grid-template-columns:190px minmax(340px,1fr)}.studio-inspector{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px}.studio-inspector>header{grid-column:1 / -1;margin:-14px -14px 0}.studio-inspector>.field,.studio-inspector>.button{width:auto;margin:0}.prompt-layout{grid-template-columns:180px minmax(400px,1fr)}.prompt-preview{grid-column:1 / -1}.prompt-preview pre{min-height:190px}}@media(max-width:930px){:root{--sidebar: 72px}.brand{justify-content:center;padding:0}.brand>div,.brand .pro-badge,.workspace-switcher>div,.workspace-switcher>svg,.sidebar nav button span,.plan-usage,.profile-button>div,.profile-button>svg{display:none}.workspace-switcher{display:flex;justify-content:center;width:48px;margin:12px auto 8px;padding:8px}.sidebar nav button{justify-content:center;padding:0}.sidebar nav button.is-active:before{left:-8px}.profile-button{display:flex;justify-content:center}.topbar{grid-template-columns:minmax(0,1fr) minmax(180px,300px) auto}.help-button span{display:none}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.canvas-layout.has-inspector{grid-template-columns:minmax(0,1fr) 240px}.two-panel-grid{grid-template-columns:1fr}.auth-screen{grid-template-columns:minmax(340px,.9fr) minmax(330px,1fr)}.auth-card{padding:42px}.auth-node{width:220px}}@media(max-width:740px){:root{--sidebar: 238px}.app-shell{display:block}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);transform:translate(-102%);box-shadow:var(--shadow);transition:transform .18s ease}.sidebar.is-open{transform:translate(0)}.brand{justify-content:flex-start;padding:0 14px}.brand>div,.brand .pro-badge,.workspace-switcher>div,.workspace-switcher>svg,.sidebar nav button span,.profile-button>div,.profile-button>svg{display:block}.workspace-switcher{display:grid;width:calc(100% - 20px);margin:12px 10px 8px;padding:9px}.sidebar nav button{justify-content:flex-start;padding:0 10px}.profile-button{display:grid;justify-content:initial}.sidebar-scrim{position:fixed;z-index:35;top:0;right:0;bottom:0;left:0;display:block;border:0;background:#01060b9e}.main-shell{width:100%;height:100%}.mobile-menu{display:grid}.topbar{grid-template-columns:minmax(0,1fr) auto;gap:8px}.topbar__title>svg,.topbar__title>span,.topbar__title>i{display:none}.command-trigger{width:32px;padding:0;justify-content:center}.command-trigger span,.command-trigger kbd,.topbar__actions{display:none}.workspace-toolbar{padding-left:11px}.workflow-title>div span,.autosave,.workspace-toolbar__actions>.icon-button{display:none}.canvas-layout.has-inspector{grid-template-columns:minmax(0,1fr)}.inspector{position:absolute;z-index:20;inset:0 0 0 auto;width:min(88vw,300px);box-shadow:-16px 0 35px #00000059}.activity-dock__list{grid-template-columns:1fr;overflow:auto;height:130px}.activity-event{height:44px}.canvas-legend{display:none}.page-scroll{padding:20px 14px 36px}.section-header{align-items:flex-start;flex-direction:column;gap:14px}.section-header__actions{width:100%}.section-header__actions .button{flex:1}.metrics-grid,.metrics-grid--three{grid-template-columns:1fr 1fr}.table-panel{overflow-x:auto}.credential-grid,.routing-options,.theme-grid,.studio-layout,.prompt-layout,.speaker-layout{grid-template-columns:1fr}.studio-inspector{grid-column:auto;display:block}.studio-inspector>header{margin:0}.studio-inspector>.field,.studio-inspector>.button{width:calc(100% - 26px);margin:13px 13px 0}.prompt-preview{grid-column:auto}.speaker-hero{align-items:flex-start;flex-wrap:wrap}.speaker-hero .button{width:100%;margin:4px 0 0}.referral-hero{grid-template-columns:1fr}.setting-line{align-items:flex-start;flex-direction:column;justify-content:center;padding:12px 0}.action-list>div{grid-template-columns:35px minmax(0,1fr);padding:12px 0}.action-list .button{grid-column:2;width:fit-content}.auth-screen{display:block;overflow:auto}.auth-card{min-height:100dvh;padding:28px 22px}.auth-brand{margin-bottom:50px}.auth-visual{display:none}}@media(max-width:480px){.metrics-grid,.metrics-grid--three{grid-template-columns:1fr}.workflow-title{max-width:50vw}.workspace-toolbar__actions .button{padding:0 9px}.section-header__actions{flex-direction:column}.two-fields,.budget-grid{grid-template-columns:1fr}.verified-chip{display:none!important}.security-banner{align-items:flex-start}.referral-hero{padding:16px}.dialog{max-height:calc(100dvh - 24px);overflow:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.react-flow__edge.animated path{animation:none!important}}
