:root{--bg: #f1f5f9;--bg-2: #ffffff;--bg-3: #f8fafc;--border: #e2e8f0;--border-hi: #cbd5e1;--text: #1e293b;--text-2: #475569;--text-3: #94a3b8;--accent: #2563eb;--accent-dim: #1d4ed8;--accent-glow: rgba(37,99,235,.08);--red: #ef4444;--blue: #2563eb;--radius: 8px;--radius-lg: 14px;--font-display: "Inter", sans-serif;--font-mono: "DM Mono", monospace;--transition: .18s cubic-bezier(.4,0,.2,1);--transition-slow: .35s cubic-bezier(.4,0,.2,1);--shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 2px 8px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.04);--shadow-lg: 0 4px 12px rgba(0,0,0,.08), 0 8px 32px rgba(0,0,0,.06);--shadow-glow: 0 0 0 3px var(--accent-glow);--green: #22c55e;--amber: #f59e0b}html[data-theme=dark]{--bg: #0f172a;--bg-2: #1e293b;--bg-3: #162033;--border: #334155;--border-hi: #475569;--text: #f1f5f9;--text-2: #94a3b8;--text-3: #64748b;--accent: #3b82f6;--accent-dim: #2563eb;--accent-glow: rgba(59,130,246,.15);--red: #f87171}html[data-theme=dark] .badge-high{color:#fca5a5}html[data-theme=dark] .badge-medium{color:#fcd34d}html[data-theme=dark] .badge-low{color:#94a3b8}html[data-theme=dark] .badge-functional{color:#34d399}html[data-theme=dark] .badge-regression{color:#c4b5fd}html[data-theme=dark] .badge-negative{color:#fca5a5}html[data-theme=dark] .badge-edge{color:#5eead4}html[data-theme=dark] .chip-partial{color:#fcd34d;border-color:#f59e0b59;background:#f59e0b1f}html[data-theme=dark] .execute-status.partial{color:#fcd34d}html[data-theme=dark]{--shadow-sm: 0 1px 2px rgba(0,0,0,.2), 0 1px 3px rgba(0,0,0,.15);--shadow-md: 0 2px 8px rgba(0,0,0,.2), 0 4px 16px rgba(0,0,0,.15);--shadow-lg: 0 4px 12px rgba(0,0,0,.25), 0 8px 32px rgba(0,0,0,.2)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #2563eb4d}50%{box-shadow:0 0 0 6px #2563eb00}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes pulseStatus{0%,to{opacity:1}50%{opacity:.6}}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}html[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg)}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--border-hi);border-radius:4px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--text-3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{font-family:var(--font-display);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background var(--transition),color var(--transition)}.header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg-2) 85%,transparent);backdrop-filter:blur(12px) saturate(1.4);-webkit-backdrop-filter:blur(12px) saturate(1.4);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.header-inner{max-width:1400px;margin:0 auto;padding:0 1.25rem;height:56px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:1.15rem;letter-spacing:-.01em;white-space:nowrap}.logo-mark{color:var(--accent);font-size:1.3rem;line-height:1}.logo-text strong{color:var(--accent)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-3);cursor:pointer;color:var(--text-2);font-size:1rem;transition:background var(--transition),border-color var(--transition),color var(--transition);flex-shrink:0}.theme-toggle:hover{background:var(--border);color:var(--text)}.theme-icon-dark{display:none}.theme-icon-light,html[data-theme=dark] .theme-icon-dark{display:inline}html[data-theme=dark] .theme-icon-light{display:none}.tab-nav{display:flex;gap:.25rem}.tab-btn{font-family:var(--font-display);font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.45rem 1rem;border-radius:var(--radius);border:1px solid transparent;background:transparent;color:var(--text-2);cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:color var(--transition),border-color var(--transition),background var(--transition)}.tab-btn:hover{color:var(--text);border-color:var(--border-hi);transform:translateY(-1px)}.tab-btn.active{color:var(--accent);background:var(--accent-glow);border-color:var(--accent-dim);box-shadow:0 0 0 1px var(--accent-glow)}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;line-height:1;margin-left:.35rem}.tab-icon{font-size:.9rem}.tab-content{display:none}.tab-content.active{display:block}.page-inner{max-width:1400px;margin:0 auto;padding:2rem 1.25rem 4rem}.section-header{margin-bottom:2rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.section-header h1{font-family:var(--font-display);font-size:1.8rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.subtitle{margin-top:.4rem;color:var(--text-2);font-size:.85rem}.gen-layout{display:flex;flex-direction:column;gap:1.25rem}.gen-left{display:flex;flex-direction:column;gap:.85rem}.gen-right{display:flex;flex-direction:column;gap:.75rem}.gen-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:var(--bg-2);border:1px dashed var(--border);border-radius:var(--radius-lg);text-align:center;min-height:400px}.gen-empty-icon{font-size:2.5rem;color:var(--border-hi);margin-bottom:1rem;line-height:1}.gen-empty-title{font-size:1rem;font-weight:600;color:var(--text-2);margin:0 0 .5rem}.gen-empty-sub{font-size:.82rem;color:var(--text-3);line-height:1.6;margin:0}.gen-form{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;display:grid;grid-template-columns:1fr 1.4fr 1.4fr;gap:.85rem 1.25rem;align-items:start;box-shadow:0 1px 4px #0000000f}.gen-form>.field:nth-child(1){grid-column:1;grid-row:1}.gen-form>.field:nth-child(2){grid-column:1;grid-row:2}.gen-form>.field:nth-child(3){grid-column:2;grid-row:1 / 4;display:flex;flex-direction:column}.gen-form>.field:nth-child(3) textarea{flex:1;min-height:112px}.gen-form>.field:nth-child(4){grid-column:3;grid-row:1 / 4;display:flex;flex-direction:column}.gen-form>.field:nth-child(4) textarea{flex:1;min-height:112px}.gen-form>.form-actions{grid-column:1;grid-row:3;align-self:end}.gen-form>#genError{grid-column:1 / -1}@media(max-width:860px){.gen-form{grid-template-columns:1fr}.gen-form>.field:nth-child(1),.gen-form>.field:nth-child(2),.gen-form>.field:nth-child(3),.gen-form>.field:nth-child(4){grid-column:1;grid-row:auto}.gen-form>.form-actions{grid-column:1;grid-row:auto;align-self:start}}.field{display:flex;flex-direction:column;gap:.4rem}.field-label-row{display:flex;align-items:baseline;gap:.5rem}.field-optional{font-size:.68rem;font-weight:400;color:var(--text-3);letter-spacing:.03em;text-transform:none}.field label{font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-2)}.field input,.field textarea{font-family:var(--font-mono);font-size:.85rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);padding:.6rem .8rem;width:100%;resize:vertical;transition:border-color var(--transition),box-shadow var(--transition);outline:none}.field input:focus,.field textarea:focus{border-color:var(--accent-dim);box-shadow:0 0 0 3px var(--accent-glow)}.field input::placeholder,.field textarea::placeholder{color:var(--text-3)}.form-actions,.gen-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.btn{font-family:var(--font-display);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.55rem 1.2rem;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all var(--transition);white-space:nowrap}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-dim);border-color:var(--accent-dim);transform:translateY(-1px);box-shadow:0 4px 16px #2563eb40}.btn-primary:active{transform:translateY(0)}.btn-danger{background:var(--red);color:#fff;border-color:var(--red)}.btn-danger:hover{background:#dc2626;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 16px #ef44444d}.btn-danger:active{transform:translateY(0)}.modal-box-confirm{max-width:420px;width:100%}.confirm-modal-msg{color:var(--text-2);font-size:.9rem;line-height:1.5;margin:0}.btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.btn-ghost{background:transparent;color:var(--text-2);border-color:var(--border-hi)}.btn-ghost:hover{color:var(--text);border-color:var(--text-3);transform:translateY(-1px)}.btn-ghost:active{transform:translateY(0)}.stats-bar{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-self:start;box-shadow:0 1px 4px #0000000f}.stats-bar-left{padding:.85rem 1.5rem;gap:1rem;grid-template-columns:repeat(4,auto);justify-content:start}.stats-bar-left .stat-val{font-size:1.35rem}.stats-bar-left .stat-lbl{font-size:.65rem}.stat{text-align:center}.stat-val{display:block;font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:.3rem}.stat-lbl{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.loading-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--text-2);font-size:.85rem}.spinner{width:32px;height:32px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{font-size:.82rem;color:var(--red);background:#ff5c5c14;border:1px solid rgba(255,92,92,.25);border-radius:var(--radius);padding:.6rem .8rem}.empty-state{color:var(--text-3);font-size:.875rem;padding:3rem;text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg)}.empty-state strong{color:var(--text-2)}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg);animation:fadeUp .25s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tc-table{width:100%;border-collapse:collapse;font-size:.82rem}.tc-table thead{background:#e8edf5;position:sticky;top:0;z-index:1}html[data-theme=dark] .tc-table thead{background:#1a2744}.tc-table th{font-family:var(--font-display);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-2);padding:.6rem .9rem;text-align:left;border-bottom:2px solid var(--border-hi);border-right:1px solid var(--border-hi);white-space:nowrap}.tc-table th:last-child{border-right:none}.tc-table tbody tr:nth-child(odd) td{background:#fff}.tc-table tbody tr:nth-child(2n) td{background:#f4f7fb}html[data-theme=dark] .tc-table tbody tr:nth-child(odd) td{background:#1e293b}html[data-theme=dark] .tc-table tbody tr:nth-child(2n) td{background:#162236}.tc-table td{padding:.6rem .9rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border);transition:background .15s ease,color .15s ease;vertical-align:top;color:var(--text-2);line-height:1.5}.tc-table td:last-child{border-right:none}.tc-table tbody tr:last-child td{border-bottom:none}.tc-table tbody tr:hover td{background:#dce8fb!important;color:var(--text)}html[data-theme=dark] .tc-table tbody tr:hover td{background:#1e3060!important;color:var(--text)}.col-check{width:40px;text-align:center}.col-id{width:80px;font-family:var(--font-mono);font-size:.75rem;color:var(--text-3)!important;white-space:nowrap}.col-title{width:200px;color:var(--text)!important;font-weight:500}.col-type,.col-pri{width:80px;white-space:nowrap}.col-pre{width:180px}.col-steps{width:280px}.col-expect{width:220px}.tc-check{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1px solid var(--border-hi);border-radius:3px;background:var(--bg-3);cursor:pointer;position:relative;transition:all var(--transition)}.tc-check:checked{background:var(--accent);border-color:var(--accent)}.tc-check:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:2px solid #ffffff;border-top:none;border-left:none;transform:rotate(45deg)}.badge{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .55rem;border-radius:3px}.badge-high{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.25)}.badge-medium{background:#f59e0b1a;color:#b45309;border:1px solid rgba(245,158,11,.25)}.badge-low{background:#64748b1a;color:#475569;border:1px solid rgba(100,116,139,.2)}.badge-smoke{background:#2563eb1a;color:#2563eb;border:1px solid rgba(37,99,235,.2)}.badge-functional{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.2)}.badge-regression{background:#7c3aed1a;color:#7c3aed;border:1px solid rgba(124,58,237,.2)}.badge-negative{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.badge-edge{background:#14b8a61a;color:#0f766e;border:1px solid rgba(20,184,166,.2)}.steps-list{list-style:none;display:flex;flex-direction:column;gap:.25rem}.steps-list li{display:flex;gap:.5rem;font-size:.8rem}.steps-list li:before{content:attr(data-n);color:var(--accent-dim);font-weight:600;min-width:1.2rem;flex-shrink:0}.history-grid{display:flex;flex-direction:column;gap:1rem}.history-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;cursor:pointer;transition:border-color var(--transition)}.history-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.6rem}.history-card-title{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--text)}.history-card-url{font-size:.75rem;color:var(--text-3);margin-top:.2rem;word-break:break-all}.history-card-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.72rem;color:var(--text-3)}.history-card-meta span{background:var(--bg-3);padding:.2rem .6rem;border-radius:3px;border:1px solid var(--border)}.execute-status{font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;padding:.25rem .7rem;border-radius:3px;border:1px solid var(--border);color:var(--text-3);min-width:80px;text-align:center}.execute-status.running{color:var(--blue);border-color:#2563eb4d;background:#2563eb14;animation:pulseStatus 1.5s ease-in-out infinite}.execute-status.done{color:var(--green);border-color:#22c55e4d;background:#22c55e14}.execute-status.failed{color:var(--red);border-color:#ef44444d;background:#ef444414}.execute-status.cancelled{color:var(--text-3);border-color:var(--border);background:var(--bg-3)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-hi);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}#tab-execute{height:calc(100vh - 57px);overflow:hidden}#tab-execute .page-inner{height:100%;display:flex;flex-direction:column;padding:1.25rem 1.25rem 1rem;max-width:100%}#tab-execute .section-header{flex-shrink:0;margin-bottom:.85rem}#executeContent{flex:1;min-height:0;display:flex;flex-direction:column}.exec-layout{display:grid;grid-template-columns:425px 1fr;gap:1.25rem;align-items:stretch;flex:1;min-height:0}@media(max-width:1100px){.exec-layout{grid-template-columns:1fr}}.exec-panel{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 1px 4px #0000000f}.exec-panel-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;border-bottom:1px solid var(--border);background:var(--bg-3)}.exec-panel-title{font-family:var(--font-display);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-2)}.execute-list{display:flex;flex-direction:column;gap:.4rem;padding:.6rem}.execute-card{display:flex;flex-direction:column;flex-shrink:0;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition)}.execute-card:hover{border-color:var(--border-hi);box-shadow:var(--shadow-md);transform:translateY(-1px)}.execute-card:has(.execute-status.running){border-color:var(--accent);box-shadow:var(--shadow-glow);animation:pulseGlow 2s ease-in-out infinite}.execute-card-row{display:flex;align-items:center;gap:.5rem;padding:.6rem .75rem}.exec-expand-btn{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--text-3);font-size:1.05rem;font-weight:600;line-height:1;border-radius:4px;transition:background var(--transition),color var(--transition),transform var(--transition);transform:rotate(0)}.exec-expand-btn:hover{background:var(--bg-3);color:var(--accent)}.exec-expand-btn.expanded{transform:rotate(90deg);color:var(--accent)}.execute-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.exec-tc-id{font-size:.67rem;font-family:var(--font-mono);font-weight:500;color:var(--text-3);letter-spacing:.03em}.execute-card-title{font-size:.82rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.execute-card-title:hover,.execute-card.expanded .execute-card-title{white-space:normal;word-break:break-word}.execute-card-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.exec-steps-panel{display:none;flex-direction:column;gap:.6rem;border-top:1px solid var(--border);padding:.75rem .75rem .75rem 2.1rem;background:var(--bg-3)}.exec-steps-panel.open{display:flex}.tc-detail-title{font-size:.85rem;font-weight:600;color:var(--text);padding-bottom:.4rem;margin-bottom:.4rem;border-bottom:1px solid var(--border);line-height:1.4;word-break:break-word}.tc-detail-section{display:flex;flex-direction:column;gap:.3rem}.tc-detail-label{font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-3)}.tc-detail-list{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.2rem}.tc-detail-list li{font-size:.78rem;color:var(--text-2);line-height:1.45}.tc-detail-text{font-size:.78rem;color:var(--text-2);line-height:1.45;margin:0}.tc-detail-empty{font-size:.78rem;color:var(--text-3);margin:0;font-style:italic}.btn-sm{font-size:.72rem;padding:.35rem .85rem}.execute-status.partial{color:#b45309;border-color:#f59e0b4d;background:#f59e0b14}.exec-summary{display:flex;flex-wrap:wrap;gap:.5rem;padding:.85rem 1.25rem;border-top:1px solid var(--border)}.exec-actions{display:flex;gap:.5rem;padding:.5rem 1.25rem .75rem;flex-shrink:0}.summary-chip{font-size:.72rem;font-weight:600;letter-spacing:.04em;padding:.25rem .75rem;border-radius:3px;border:1px solid}.chip-pass{color:var(--accent);border-color:#2563eb4d;background:var(--accent-glow)}.chip-partial{color:#b45309;border-color:#f59e0b4d;background:#f59e0b14}.chip-fail{color:var(--red);border-color:#ef44444d;background:#ef444414}.chip-total{color:var(--text-2);border-color:var(--border);background:var(--bg-3)}.stream-controls{display:flex;align-items:center;gap:.6rem}.stream-dot{width:8px;height:8px;border-radius:50%;background:var(--border-hi);transition:background var(--transition)}.stream-dot.dot-live{background:var(--accent);box-shadow:0 0 6px var(--accent);animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.stream-status{font-size:.72rem;color:var(--text-3);letter-spacing:.05em}.canvas-wrap{position:relative;width:100%;background:#000}#browserCanvas{width:100%;height:auto;display:block}.stream-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000bf;color:var(--text-3);font-size:.875rem;letter-spacing:.04em}.step-log{height:260px}.step-log-full{height:480px;overflow-y:auto;padding:.6rem .85rem;border-top:1px solid var(--border);background:var(--bg-3);font-size:.75rem;font-family:var(--font-mono)}.log-line{padding:.15rem 0;line-height:1.5;border-bottom:1px solid rgba(0,0,0,.04)}.log-info{color:var(--text-3)}.log-pass{color:var(--accent-dim);font-weight:600}.log-fail{color:var(--red);font-weight:600}.log-trace{color:var(--text-3);font-size:.78rem;opacity:.75;padding-left:.5rem;border-left:2px solid var(--border)}.log-warn{color:#f59e0b;font-size:.82rem}.tc-step-row{display:flex;align-items:baseline;gap:.35rem}.tc-step-row>span{flex:1}.tc-fix-btn{flex-shrink:0;background:none;border:1px solid var(--accent);cursor:pointer;font-size:.78rem;color:var(--accent);padding:.1rem .3rem;border-radius:var(--radius);line-height:1;opacity:1;transition:background .15s,color .15s}.tc-fix-btn:hover{background:var(--accent);color:#fff}.log-fail-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.log-fail-row span{flex:1 1 auto;min-width:0}.log-fix-btn{flex-shrink:0;font-size:.68rem;padding:.1rem .45rem;border-color:var(--red);color:var(--red);opacity:.8}.log-fix-btn:hover{opacity:1;background:#ef444414}.fsm-form{display:flex;flex-direction:column;gap:1rem}.fsm-field{display:flex;flex-direction:column;gap:.35rem}.fsm-label{font-size:.8rem;font-weight:600;color:var(--text-2)}.fsm-hint{font-weight:400;color:var(--text-3);font-size:.75rem}.fsm-step-text{font-size:.82rem;color:var(--text);background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);padding:.45rem .65rem;word-break:break-word}.fsm-input,.fsm-textarea{font-size:.82rem;padding:.45rem .65rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-3);color:var(--text);width:100%;box-sizing:border-box}.fsm-input:focus,.fsm-textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-glow)}.fsm-textarea{resize:vertical;font-family:var(--font-mono)}.fsm-actions-json{font-size:.78rem}.fsm-parse-btn{align-self:flex-start;margin-top:.25rem}.sm-parse-toggle-row{margin-top:.35rem}.sm-parse-toggle{background:none;border:none;cursor:pointer;font-size:.75rem;color:var(--text-3);padding:0;text-decoration:underline dotted;text-underline-offset:2px;transition:color .15s}.sm-parse-toggle:hover,.sm-parse-toggle--active{color:var(--accent)}.sm-html-section{margin-top:.5rem;display:flex;flex-direction:column;gap:.4rem}.sm-html-input{font-family:var(--font-mono);font-size:.78rem}.sm-parse-btn{align-self:flex-start}.fsm-preview{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;display:flex;flex-direction:column;gap:.35rem}.fsm-error{font-size:.8rem;color:var(--red);background:#ef444414;border:1px solid rgba(239,68,68,.25);border-radius:var(--radius);padding:.45rem .65rem}.crd-section{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}.crd-section-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem;gap:1rem}.crd-title{font-size:1.1rem;font-weight:700;color:var(--text);margin:0 0 .2rem}.crd-subtitle{font-size:.8rem;color:var(--text-3);margin:0}.crd-error{font-size:.82rem;color:var(--red);padding:.5rem 0}.crd-balance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.crd-stat{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem}.crd-stat--highlight{border-color:var(--accent);background:var(--accent-glow)}.crd-stat-label{font-size:.73rem;color:var(--text-3);font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem}.crd-stat-value{font-size:1.4rem;font-weight:700;color:var(--text);line-height:1.2}.crd-stat-value--used{color:var(--red)}.crd-stat-usd{font-size:.75rem;color:var(--text-3);margin-top:.2rem}.crd-bar-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.crd-bar{flex:1;height:8px;background:var(--bg-3);border-radius:99px;overflow:hidden;border:1px solid var(--border)}.crd-bar-fill{height:100%;border-radius:99px;transition:width .4s ease}.crd-bar-label{font-size:.78rem;color:var(--text-3);white-space:nowrap}.crd-block{margin-top:1.25rem}.crd-block-title{font-size:.85rem;font-weight:600;color:var(--text-2);margin:0 0 .6rem}.crd-table{width:100%;border-collapse:collapse;font-size:.8rem}.crd-th{text-align:left;font-size:.72rem;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;padding:.35rem .6rem;border-bottom:1px solid var(--border)}.crd-td{padding:.4rem .6rem;border-bottom:1px solid rgba(0,0,0,.04);color:var(--text-2)}.crd-td--num{text-align:right;font-variant-numeric:tabular-nums}.crd-muted{color:var(--text-3)}.crd-table tbody tr:last-child .crd-td{border-bottom:none}.report-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem}@media(max-width:700px){.report-stats{grid-template-columns:repeat(2,1fr)}}.report-stat{text-align:center}.report-stat .stat-val{display:block;font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:var(--accent);line-height:1;margin-bottom:.3rem}.report-stat .stat-lbl{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.report-search{margin-bottom:1.25rem}.search-input{font-family:var(--font-mono);font-size:.85rem;width:100%;max-width:420px;padding:.6rem .9rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);outline:none;transition:border-color var(--transition),box-shadow var(--transition)}.search-input:focus{border-color:var(--accent-dim);box-shadow:0 0 0 3px var(--accent-glow)}.search-input::placeholder{color:var(--text-3)}.history-grid{display:flex;flex-direction:column;gap:.85rem}.history-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.1rem 1.25rem;transition:border-color var(--transition)}.history-card:hover{border-color:var(--border-hi)}.history-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.7rem}.history-card-meta-left{flex:1;min-width:0}.history-card-title{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.2rem}.history-card-url{font-size:.75rem;color:var(--accent-dim);word-break:break-all;margin-bottom:.2rem}.history-card-req{font-size:.75rem;color:var(--text-3);font-style:italic;margin-top:.2rem}.history-card-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem}.meta-chip{font-size:.7rem;padding:.2rem .6rem;border-radius:3px;background:var(--bg-3);border:1px solid var(--border);color:var(--text-3)}.section-chip{font-size:.7rem;padding:.2rem .6rem;border-radius:3px;background:var(--accent-glow);border:1px solid rgba(200,240,96,.2);color:var(--accent-dim)}.history-card-footer{display:flex;gap:.5rem;align-items:center}.history-card-table{margin-top:1rem;border-top:1px solid var(--border);padding-top:1rem}.step-log-left{height:220px;overflow-y:auto;padding:.6rem .85rem;background:var(--bg);font-size:.72rem;font-family:var(--font-mono);border-top:none;flex-shrink:0}.exec-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden}.exec-panel-queue .execute-list{flex:1;overflow-y:auto;min-height:0}.exec-panel-queue .execute-list .empty-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0;padding:2rem}.execute-list{overflow-y:auto}.exec-panel-stream{display:flex;flex-direction:column;min-width:0;min-height:0}.exec-canvas-wrap{position:relative;background:var(--bg-2);width:100%;flex:0 0 60%;overflow:hidden}.live-canvas{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;cursor:crosshair;outline:none}.live-canvas:focus{box-shadow:inset 0 0 0 2px var(--accent)}.exec-canvas-wrap:has(.live-canvas[style*=block]):hover:after{content:"Click to interact · Scroll to zoom";position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);background:#0000008c;color:#fff;font-size:.7rem;padding:.25rem .65rem;border-radius:4px;pointer-events:none;white-space:nowrap;z-index:10}.exec-canvas-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--text-3);-webkit-user-select:none;user-select:none}.canvas-placeholder-icon{font-size:2.5rem;opacity:.45;color:var(--accent)}.exec-canvas-placeholder p{font-size:.8rem;color:var(--text-3)}.stream-controls{display:flex;align-items:center;gap:.5rem}.exec-stream-badge{font-size:.7rem;font-weight:600;letter-spacing:.06em;padding:.15rem .5rem;border-radius:999px;background:var(--bg);color:var(--text-3);border:1px solid var(--border);text-transform:uppercase}.exec-stream-badge--live{background:#dcfce7;color:#16a34a;border-color:#bbf7d0;animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.65}}.exec-log-header{border-top:2px solid var(--border);border-bottom:1px solid var(--border);margin-top:.75rem}.step-log{flex:1;overflow-y:auto;min-height:0}.report-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.report-header-actions{display:flex;gap:.5rem}.report-title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text);letter-spacing:.02em}.report-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;margin-bottom:1.5rem}@media(max-width:800px){.report-stat-grid{grid-template-columns:repeat(2,1fr)}}.report-stat-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:0 1px 3px #0000000d}.rsc-val{font-family:var(--font-display);font-size:1.75rem;font-weight:800;color:var(--accent);line-height:1}.rsc-val.rsc-green{color:var(--accent)}.rsc-val.rsc-yellow{color:#f0c060}.rsc-val.rsc-red{color:var(--red)}.rsc-lbl{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.report-tables-wrap{display:flex;flex-direction:column;gap:1.5rem}.report-table-col{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000d}.report-table-heading{font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);padding:.7rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-3);display:flex;align-items:center;justify-content:space-between;gap:.75rem}.tbl-date-filter{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:var(--text-3);text-transform:none;letter-spacing:0}.tbl-date-input{font-size:.72rem;color:var(--text-2);background:var(--bg-2);border:1px solid var(--border-hi);border-radius:var(--radius);padding:.2rem .4rem;cursor:pointer;outline:none}.tbl-date-input:focus{border-color:var(--accent-dim)}.tbl-filter-select{font-size:.72rem;font-weight:500;letter-spacing:0;text-transform:none;color:var(--text-2);background:var(--bg-2);border:1px solid var(--border-hi);border-radius:var(--radius);padding:.2rem .5rem;cursor:pointer;outline:none}.tbl-filter-select:focus{border-color:var(--accent-dim)}.report-table-scroll{overflow-x:auto;overflow-y:auto;max-height:480px}.report-tbl{width:100%;border-collapse:collapse;font-size:.78rem}.report-tbl thead th{position:sticky;top:0;background:var(--bg-3);color:var(--text-3);font-size:.67rem;letter-spacing:.07em;text-transform:uppercase;padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.report-tbl tbody tr{border-bottom:1px solid var(--border);transition:background var(--transition)}.report-tbl tbody tr:last-child{border-bottom:none}.report-tbl tbody tr:hover{background:var(--bg-3)}.report-tbl td{padding:.5rem .75rem;color:var(--text);vertical-align:middle}.report-tbl td.ts-col,.report-tbl td.num-col,.report-tbl td:last-child{white-space:nowrap}.report-tbl .ts-col{color:var(--text-3);font-size:.72rem}.report-tbl .num-col{text-align:right}.tbl-actions{white-space:nowrap}.delete-gen-btn,.delete-exec-btn{color:var(--red)!important;opacity:.6}.delete-gen-btn:hover,.delete-exec-btn:hover{opacity:1}.tbl-link{color:var(--accent-dim);text-decoration:none;font-size:.75rem}.tbl-link:hover{color:var(--accent);text-decoration:underline}.pass-col{color:var(--accent);font-weight:600}.fail-col{color:var(--red);font-weight:600}.pass-rate-green{color:var(--accent);font-weight:600}.pass-rate-yellow{color:#f0c060;font-weight:600}.pass-rate-red{color:var(--red);font-weight:600}.status-badge{display:inline-block;padding:.15rem .55rem;border-radius:3px;font-size:.68rem;letter-spacing:.05em;text-transform:uppercase;font-weight:600}.status-completed{background:#c8f0601f;color:var(--accent);border:1px solid rgba(200,240,96,.25)}.status-running{background:#5c9eff1f;color:var(--blue);border:1px solid rgba(92,158,255,.25)}.status-error{background:#ff5c5c1f;color:var(--red);border:1px solid rgba(255,92,92,.25)}.status-unknown{background:var(--bg-3);color:var(--text-3);border:1px solid var(--border)}.report-loading{display:flex;align-items:center;gap:.6rem;padding:1.5rem 1rem;color:var(--text-3);font-size:.82rem}.report-empty{padding:1.5rem 1rem;color:var(--text-3);font-size:.82rem;line-height:1.6}.dash-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.dash-title-block{line-height:1.3}.dash-title{font-size:1.4rem;font-weight:800;color:var(--text);letter-spacing:-.01em}.dash-subtitle{font-size:.8rem;color:var(--text-3);margin-top:.1rem}.dash-filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.dash-filter-bar .tbl-filter-select,.dash-filter-bar .tbl-date-input,.dash-filter-bar .btn{height:32px;box-sizing:border-box}.dash-filter-group{display:flex;align-items:center;gap:.4rem;height:32px;box-sizing:border-box;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:0 .6rem}.dash-filter-group .tbl-date-input{height:auto;border:none;background:transparent;padding:0}.dash-filter-label{font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);white-space:nowrap}.dash-sep{color:var(--text-3);font-size:.85rem;padding:0 .1rem}.dash-kpi-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.85rem;margin-bottom:1.25rem}@media(max-width:1100px){.dash-kpi-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.dash-kpi-grid{grid-template-columns:repeat(2,1fr)}}.dash-kpi-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.9rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-slow),transform var(--transition),border-color var(--transition);animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) both}.dash-kpi-card:nth-child(1){animation-delay:0s}.dash-kpi-card:nth-child(2){animation-delay:.05s}.dash-kpi-card:nth-child(3){animation-delay:.1s}.dash-kpi-card:nth-child(4){animation-delay:.15s}.dash-kpi-card:nth-child(5){animation-delay:.2s}.dash-kpi-card:nth-child(6){animation-delay:.25s}.dash-kpi-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--border-hi)}.dkc-icon-wrap{width:2.1rem;height:2.1rem;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;background:var(--accent-glow);color:var(--accent)}.dkc-icon-wrap--blue{background:#2563eb1a;color:#2563eb}.dkc-icon-wrap--indigo{background:#6366f11a;color:#6366f1}.dkc-icon-wrap--purple{background:#8b5cf61a;color:#8b5cf6}.dkc-icon-wrap--green{background:#22c55e1a;color:#16a34a}.dkc-icon-wrap--orange{background:#f973161a;color:#ea580c}.dkc-icon-wrap--slate{background:#94a3b81a;color:#64748b}html[data-theme=dark] .dkc-icon-wrap--green{color:#4ade80}html[data-theme=dark] .dkc-icon-wrap--orange{color:#fb923c}.dkc-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.dkc-val{font-size:1.4rem;font-weight:800;color:var(--text);line-height:1;font-family:var(--font-display)}.dkc-val--green{color:#16a34a}.dkc-val--yellow{color:#ca8a04}.dkc-val--red{color:var(--red)}html[data-theme=dark] .dkc-val--green{color:#4ade80}html[data-theme=dark] .dkc-val--yellow{color:#fbbf24}.dkc-lbl{font-size:.65rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text-3);white-space:nowrap}.dash-charts-row{display:grid;grid-template-columns:280px 1fr;gap:.85rem;margin-bottom:1.25rem}@media(max-width:900px){.dash-charts-row{grid-template-columns:1fr}}.dash-chart-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column}.dcc-header{padding:.65rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-3);display:flex;align-items:baseline;gap:.5rem}.dcc-title{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.dcc-sub{font-size:.68rem;color:var(--text-3);text-transform:none;letter-spacing:0}.dcc-body{padding:1rem;flex:1;display:flex;flex-direction:column;justify-content:center}.pf-numbers{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.pf-num{display:flex;flex-direction:column;align-items:center;gap:.1rem;flex:1}.pf-big{font-size:1.6rem;font-weight:800;line-height:1;color:var(--text)}.pf-big--pass{color:#16a34a}.pf-big--fail{color:var(--red)}html[data-theme=dark] .pf-big--pass{color:#4ade80}.pf-lbl{font-size:.65rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text-3)}.pf-divider{width:1px;height:2rem;background:var(--border)}.pf-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;background:var(--bg-3);margin-bottom:.6rem}.pf-bar-pass{background:#16a34a;transition:width .4s ease}.pf-bar-fail{background:var(--red);transition:width .4s ease}html[data-theme=dark] .pf-bar-pass{background:#4ade80}.pf-legend{display:flex;align-items:center;gap:.5rem;font-size:.72rem;color:var(--text-3)}.pf-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.pf-dot--pass{background:#16a34a}.pf-dot--fail{background:var(--red)}html[data-theme=dark] .pf-dot--pass{background:#4ade80}.trend-chart{display:flex;align-items:stretch;gap:4px;height:130px;width:100%}.trend-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;height:100%;cursor:default}.trend-bar-track{flex:1;width:100%;display:flex;flex-direction:column;background:var(--bg-3);border-radius:3px;overflow:hidden}.trend-bar-fail{width:100%;background:#f87171;display:flex;align-items:center;justify-content:center;transition:height .3s ease;min-height:0}.trend-bar-pass{width:100%;background:#34d399;display:flex;align-items:center;justify-content:center;transition:height .3s ease;min-height:0}.trend-bar-pct{font-family:var(--font-mono);font-size:.6rem;font-weight:600;color:#ffffffd9;pointer-events:none;-webkit-user-select:none;user-select:none}.trend-bar-runs{font-family:var(--font-mono);font-size:.6rem;color:var(--text-3);min-height:14px;line-height:14px;text-align:center}.trend-bar-lbl{font-family:var(--font-mono);font-size:.58rem;color:var(--text-3);white-space:nowrap}.dash-activity-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}@media(max-width:800px){.dash-activity-row{grid-template-columns:1fr}}.dash-activity-col{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column}.dac-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-3)}.dac-title{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.dac-list{display:flex;flex-direction:column}.dac-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.6rem 0 .25rem;border-top:1px solid var(--border);margin-top:.25rem}.dac-page-info{font-size:.78rem;color:var(--text-2)}.dac-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;border-bottom:1px solid var(--border);transition:background var(--transition)}.dac-item:last-child{border-bottom:none}.dac-item:hover{background:var(--bg-3)}.dac-item-main{display:flex;flex-direction:column;gap:.15rem;min-width:0}.dac-item-title{font-size:.82rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.dac-item-url{font-size:.7rem;color:var(--text-3);font-family:var(--font-mono)}.dac-item-chips{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-top:.15rem}.dac-rate{font-size:.72rem;font-weight:700;font-family:var(--font-mono);color:var(--text-3)}.dac-rate--pass{color:#16a34a}.dac-rate--warn{color:#ca8a04}.dac-rate--fail{color:var(--red)}html[data-theme=dark] .dac-rate--pass{color:#4ade80}html[data-theme=dark] .dac-rate--warn{color:#fbbf24}.dac-pass{font-size:.72rem;color:#16a34a;font-family:var(--font-mono)}.dac-fail{font-size:.72rem;color:var(--red);font-family:var(--font-mono)}html[data-theme=dark] .dac-pass{color:#4ade80}.dac-item-meta{display:flex;align-items:center;gap:.35rem;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.dac-item-badge{font-size:.68rem;font-weight:600;background:var(--accent-glow);color:var(--accent);border-radius:3px;padding:.1rem .4rem}.dac-item-ts{font-size:.68rem;color:var(--text-3);font-family:var(--font-mono);white-space:nowrap}.prompt-preview{margin-top:1.25rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.prompt-preview-head{display:flex;align-items:center;justify-content:space-between;padding:.55rem .9rem;background:var(--bg-2);border-bottom:1px solid var(--border)}.prompt-preview-title{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.prompt-preview-count{font-size:.72rem;font-weight:600;background:var(--accent-glow);color:var(--accent);border-radius:3px;padding:.1rem .45rem;font-family:var(--font-mono)}.prompt-steps-list{display:flex;flex-direction:column;padding:.5rem .75rem;gap:.35rem}.prompt-step-item{display:flex;align-items:center;gap:.5rem;border-radius:var(--radius);transition:background var(--transition)}.prompt-step-drag{flex-shrink:0;color:var(--text-3);font-size:1rem;cursor:grab;padding:0 .1rem;opacity:.45;line-height:1;transition:opacity var(--transition);-webkit-user-select:none;user-select:none}.prompt-step-drag:active{cursor:grabbing}.prompt-step-item:hover .prompt-step-drag{opacity:1}.prompt-step-ghost{opacity:.35}.prompt-step-over-top{border-top:2px solid var(--accent);margin-top:-2px}.prompt-step-over-bot{border-bottom:2px solid var(--accent);margin-bottom:-2px}.prompt-step-num{font-family:var(--font-mono);font-size:.72rem;color:var(--text-3);min-width:1.5rem;text-align:right;flex-shrink:0}.prompt-step-input{flex:1;font-family:var(--font-display);font-size:.82rem;color:var(--text);background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:.35rem .6rem;outline:none;transition:border-color var(--transition)}.prompt-step-input:focus{border-color:var(--accent)}.prompt-step-del{flex-shrink:0;color:var(--text-3)!important;opacity:.5}.prompt-step-del:hover{opacity:1;color:var(--red)!important}.prompt-preview-footer{display:flex;align-items:center;justify-content:space-between;padding:.6rem .9rem;border-top:1px solid var(--border);background:var(--bg-2)}.mode-toggle{display:flex;gap:.3rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:.25rem;flex-shrink:0;align-self:center}.mode-btn{font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.04em;padding:.35rem .85rem;border-radius:calc(var(--radius) - 2px);border:1px solid transparent;background:transparent;color:var(--text-3);cursor:pointer;transition:color var(--transition),background var(--transition),border-color var(--transition);white-space:nowrap}.mode-btn:hover{color:var(--text)}.mode-btn.active{background:var(--accent-glow);border-color:var(--accent-dim);color:var(--accent)}.upload-zone{width:100%}.upload-drop-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2.5rem 2rem;border:2px dashed var(--border-hi);border-radius:var(--radius-lg);background:var(--bg-2);text-align:center;cursor:pointer;transition:border-color var(--transition),background var(--transition)}.upload-drop-area:hover,.upload-drop-area.drag-over{border-color:var(--accent-dim);background:var(--accent-glow)}.upload-icon{font-size:2rem;color:var(--accent-dim);line-height:1}.upload-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text)}.upload-sub{font-size:.82rem;color:var(--text-3)}.upload-browse-btn{background:none;border:none;color:var(--accent);cursor:pointer;font-family:var(--font-mono);font-size:.82rem;padding:0;text-decoration:underline;text-underline-offset:2px}.upload-hint{font-size:.72rem;color:var(--text-3);letter-spacing:.04em}.tc-toolbar{display:flex;align-items:center;gap:.5rem;padding:.5rem 0 .75rem}.tc-toolbar-left{display:flex;align-items:center;gap:.5rem;flex:1}.tc-bulk-bar{display:flex;align-items:center;gap:.6rem;padding:.45rem .75rem;margin-bottom:.5rem;background:var(--accent-bg, #eff6ff);border:1px solid var(--accent);border-radius:var(--radius);font-size:.82rem}html[data-theme=dark] .tc-bulk-bar{background:#1e2a4a}.tc-bulk-count{font-weight:600;color:var(--accent);margin-right:.25rem}.col-reorder{width:32px;text-align:center;padding:0!important}.reorder-btns{display:flex;flex-direction:column;align-items:center;gap:1px}.reorder-btn{background:none;border:none;cursor:pointer;font-size:.6rem;line-height:1;padding:2px 4px;color:var(--text-muted);border-radius:3px;transition:all .15s}.reorder-btn:hover:not(:disabled){background:var(--accent-bg, #eff6ff);color:var(--accent)}.reorder-btn:disabled{opacity:.2;cursor:default}html[data-theme=dark] .reorder-btn:hover:not(:disabled){background:#1e2a4a}.drag-handle{cursor:grab;-webkit-user-select:none;user-select:none;font-size:1rem;line-height:1;padding:2px 4px;color:var(--text-muted);border-radius:3px;transition:color .15s,background .15s;letter-spacing:-.05em}.drag-handle:hover{color:var(--accent);background:var(--accent-bg, #eff6ff)}html[data-theme=dark] .drag-handle:hover{background:#1e2a4a}.drag-handle:active{cursor:grabbing}.exec-card--dragging{opacity:.35;border-style:dashed}.exec-card--drag-over{border-color:var(--accent)!important;box-shadow:0 0 0 2px var(--accent-glow, rgba(37,99,235,.2))}.exec-card--drag-over:before{content:"";display:block;position:absolute;left:0;right:0;top:-2px;height:3px;background:var(--accent);border-radius:3px}.execute-card{position:relative}.tc-search{width:160px;padding:.3rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-3);color:var(--text);font-size:.8rem;outline:none;transition:border-color var(--transition),width var(--transition)}.tc-search:focus{border-color:var(--accent);width:220px}.gen-count-wrap{display:flex;align-items:center;gap:.35rem}.gen-count-label{font-size:.8rem;color:var(--text-2);white-space:nowrap}.gen-count-select{padding:.35rem .5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-3);color:var(--text);font-size:.85rem;cursor:pointer}.gen-count-select:focus{outline:none;border-color:var(--accent)}.btn-xs{padding:.25rem .65rem;font-size:.72rem}.tc-count-label{font-size:.72rem;color:var(--text-3);letter-spacing:.04em}.col-edit{width:36px;text-align:center}.edit-btn{background:none;border:1px solid transparent;border-radius:var(--radius);color:var(--text-3);cursor:pointer;font-size:.95rem;padding:.2rem .35rem;transition:color var(--transition),border-color var(--transition),background var(--transition);line-height:1}.edit-btn:hover{color:var(--accent);border-color:var(--accent-dim);background:var(--accent-glow)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;display:flex;align-items:center;justify-content:center;padding:1.5rem}.modal-box{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:85vh;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);animation:scaleIn .2s cubic-bezier(.4,0,.2,1) both;overflow:hidden;box-shadow:0 20px 60px #00000026,0 4px 16px #00000014}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.modal-title{font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--text)}.modal-close{background:none;border:none;color:var(--text-3);cursor:pointer;font-size:1rem;padding:.2rem .4rem;border-radius:var(--radius);transition:color var(--transition),background var(--transition);line-height:1}.modal-close:hover{color:var(--text);background:var(--bg-3)}.modal-body{overflow-y:auto;padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:1.1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.6rem;padding:.85rem 1.25rem;border-top:1px solid var(--border);flex-shrink:0}.modal-meta{display:flex;align-items:center;gap:.5rem}.modal-id{font-size:.72rem;color:var(--text-3);letter-spacing:.06em}.modal-field{display:flex;flex-direction:column;gap:.4rem}.modal-label{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);font-weight:600}.modal-input{font-family:var(--font-mono);font-size:.85rem;width:100%;padding:.55rem .8rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);resize:vertical;outline:none;transition:border-color var(--transition),box-shadow var(--transition)}.modal-input:focus{border-color:var(--accent-dim);box-shadow:0 0 0 3px var(--accent-glow)}.list-editor{display:flex;flex-direction:column;gap:.4rem}.list-row{display:flex;gap:.4rem;align-items:flex-start}.list-row-input{font-family:var(--font-mono);font-size:.82rem;flex:1;padding:.45rem .7rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);resize:vertical;outline:none;transition:border-color var(--transition),box-shadow var(--transition)}.list-row-input:focus{border-color:var(--accent-dim);box-shadow:0 0 0 3px var(--accent-glow)}.remove-row-btn{background:none;border:1px solid transparent;border-radius:var(--radius);color:var(--text-3);cursor:pointer;font-size:.8rem;padding:.3rem .45rem;flex-shrink:0;margin-top:.1rem;transition:color var(--transition),border-color var(--transition),background var(--transition);line-height:1}.remove-row-btn:hover{color:var(--red);border-color:var(--red);background:#ff5c5c14}.add-row-btn{background:none;border:1px dashed var(--border-hi);border-radius:var(--radius);color:var(--text-3);cursor:pointer;font-family:var(--font-mono);font-size:.75rem;padding:.35rem .7rem;margin-top:.2rem;width:fit-content;transition:color var(--transition),border-color var(--transition),background var(--transition)}.add-row-btn:hover{color:var(--accent);border-color:var(--accent-dim);background:var(--accent-glow)}.modal-box-wide{max-width:1100px}.exec-tc-title-col{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:var(--text)}.detail-tc-list{display:flex;flex-direction:column;gap:.3rem;max-height:420px;overflow-y:auto}.detail-tc-row{display:flex;align-items:flex-start;gap:.75rem;padding:.55rem .75rem;border-radius:var(--radius);background:var(--bg-3);border:1px solid var(--border)}.detail-tc-num{font-family:var(--font-mono);font-size:.7rem;color:var(--text-3);white-space:nowrap;padding-top:.1rem;flex-shrink:0}.detail-tc-title{flex:1;font-size:.82rem;font-weight:500;color:var(--text);line-height:1.4}.detail-tc-badges{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.detail-step-count{font-size:.7rem;color:var(--text-3);white-space:nowrap}.detail-summary{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.5rem 0 .75rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}.detail-steps-list{display:flex;flex-direction:column;gap:.3rem;max-height:400px;overflow-y:auto}.detail-step-row{display:flex;align-items:flex-start;gap:.6rem;padding:.45rem .75rem;border-radius:var(--radius);font-size:.82rem;line-height:1.45}.detail-step-row.step-pass{background:#22c55e12;border:1px solid rgba(34,197,94,.2)}.detail-step-row.step-fail{background:#ef444412;border:1px solid rgba(239,68,68,.2)}.detail-step-icon{flex-shrink:0;font-size:.85rem}.detail-step-num{flex-shrink:0;font-family:var(--font-mono);font-size:.7rem;color:var(--text-3);padding-top:.1rem}.detail-step-text{flex:1;color:var(--text)}.suites-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.suites-list{display:flex;flex-direction:column;gap:.75rem}.suites-empty{text-align:center;padding:4rem 2rem;color:var(--text-3)}.suites-empty-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.4}.suites-empty-title{font-size:1rem;font-weight:600;color:var(--text-2);margin-bottom:.4rem}.suites-empty-sub{font-size:.85rem}.suite-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:var(--shadow-sm);transition:border-color var(--transition),box-shadow var(--transition-slow),transform var(--transition);animation:fadeInUp .35s cubic-bezier(.4,0,.2,1) both}.suite-card:hover{border-color:var(--border-hi);box-shadow:var(--shadow-md);transform:translateY(-1px)}.suite-card-main{display:flex;align-items:center;gap:.75rem;min-width:0}.suite-card-icon{font-size:1.3rem;opacity:.5;flex-shrink:0}.suite-card-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.suite-card-name{font-weight:600;font-size:.9rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suite-card-meta{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-3);flex-wrap:wrap}.suite-card-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.suite-more-wrap{position:relative;z-index:10}.suite-card:has(.suite-more-menu--open){z-index:20}.suite-more-btn{font-size:1.1rem;letter-spacing:.1em;padding:.2rem .5rem}.suite-more-menu{display:none;position:absolute;right:0;top:100%;z-index:50;margin-top:.3rem;min-width:140px;background:var(--bg, #ffffff);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 16px #0000004d;padding:.3rem 0;flex-direction:column}html[data-theme=dark] .suite-more-menu{background:#1a1f2e}.suite-more-menu--open{display:flex}.suite-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem .75rem;font-size:.8rem;color:var(--text);background:none;border:none;cursor:pointer;text-align:left;transition:background .12s}.suite-menu-item:hover{background:var(--accent-bg, #eff6ff)}html[data-theme=dark] .suite-menu-item:hover{background:#1e2a4a}.suite-menu-item--danger{color:var(--red)}.suite-menu-item--danger:hover{background:#ef44441a}.suite-delete-btn{color:var(--red)!important;opacity:.6}.suite-delete-btn:hover{opacity:1}@media print{@page{size:A4 landscape;margin:1.5cm}.header,.tab-nav,.tab-content:not(#tab-report),#reportRefreshBtn,#reportExportBtn,.tbl-date-filter,.tbl-filter-select,.view-gen-btn,.view-exec-btn,.delete-gen-btn,.delete-exec-btn,.modal-overlay{display:none!important}#tab-report{display:block!important}body,#app{background:#fff!important}*{box-shadow:none!important}.report-stat-card{-webkit-print-color-adjust:exact;print-color-adjust:exact;page-break-inside:avoid}.report-tables-wrap{gap:1rem}.report-table-col{page-break-inside:avoid;border:1px solid #ddd}.report-tbl tbody tr{page-break-inside:avoid}.header{position:static!important}}.rec-right{display:flex;flex-direction:column;gap:.75rem;height:100%;overflow:hidden}.rec-canvas-wrap{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--radius);overflow:hidden;border:2px solid var(--border);background:#000;transition:border-color .3s,box-shadow .3s}.rec-canvas-wrap--recording{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e40;animation:rec-border-pulse 1.5s ease-in-out infinite}@keyframes rec-border-pulse{0%,to{box-shadow:0 0 0 3px #e53e3e40}50%{box-shadow:0 0 0 6px #e53e3e14}}.rec-canvas-wrap canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;cursor:crosshair;outline:none}.rec-live-notice{display:flex;align-items:flex-start;gap:.6rem;background:var(--accent-glow);border:1px solid var(--accent);border-radius:var(--radius);padding:.65rem .85rem;font-size:.84rem;color:var(--text-2);line-height:1.5}.rec-live-notice .rec-dot{margin-top:.25rem;flex-shrink:0}.rec-log-header{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.04em;padding:0 .25rem}.rec-log-badge{background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;padding:.1rem .45rem;border-radius:20px;min-width:20px;text-align:center}.rec-actions-list{flex:0 0 140px;overflow-y:auto;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .6rem;font-family:var(--font-mono);font-size:.78rem;line-height:1.6}.rec-actions-empty{color:var(--text-3);font-style:italic;font-family:var(--font-display);font-size:.82rem}.rec-action-line{color:var(--text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:.05rem 0;border-bottom:1px solid var(--border)}.rec-action-line:last-child{border-bottom:none}.rec-status{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--red);margin-top:.25rem}.rec-dot{width:9px;height:9px;border-radius:50%;background:var(--red);animation:rec-blink 1s step-start infinite;flex-shrink:0}@keyframes rec-blink{0%,to{opacity:1}50%{opacity:0}}.rec-count{font-size:.82rem;color:var(--text-2);margin-top:.1rem}.rec-controls{gap:.5rem;margin-top:.25rem}.rec-indicator{font-size:.75rem;margin-left:.35rem;vertical-align:middle;opacity:.8}.recording-section{margin-top:1rem;border-top:1px solid var(--border);padding-top:.85rem}.recording-label{font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--text-3);margin-bottom:.5rem}.recording-player{width:100%;border-radius:var(--radius);border:1px solid var(--border);background:#000;max-height:340px}.rec-badge{font-size:.7rem;color:var(--red);margin-right:.15rem;vertical-align:middle;title:attr(title)}.login-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--bg-1);z-index:9999}.login-card{width:100%;max-width:380px;background:var(--bg-2);border:1px solid var(--border);border-radius:14px;padding:2.5rem 2rem;box-shadow:0 8px 32px #0000001f}.login-logo{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-bottom:1.5rem;font-size:1.4rem}.login-title{text-align:center;font-size:1.1rem;font-weight:600;color:var(--text-1);margin:0 0 1.5rem}.login-form{display:flex;flex-direction:column;gap:1rem}.login-links{text-align:center;font-size:.8rem;color:var(--text-3);margin-top:.25rem}.login-links a{color:var(--accent);text-decoration:none}.login-links a:hover{text-decoration:underline}.login-links-sep{margin:0 .4rem}.login-invite-msg{font-size:.85rem;color:var(--text-2);line-height:1.5;margin-bottom:.25rem}.success-msg{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.25);padding:.6rem .75rem;border-radius:var(--radius);font-size:.82rem;line-height:1.4}html[data-theme=dark] .success-msg{color:#4ade80;background:#22c55e26;border-color:#22c55e4d}.login-btn{width:100%;justify-content:center;margin-top:.25rem}.header-right{display:flex;align-items:center;gap:.5rem}.user-menu-ai-status{display:flex;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.78rem;color:var(--text-muted);cursor:default;-webkit-user-select:none;user-select:none}.ai-status-dot{width:7px;height:7px;border-radius:50%;background:#4b5563;flex-shrink:0;transition:background .3s}.user-menu-ai-status.ok .ai-status-dot{background:#4ade80;box-shadow:0 0 5px #4ade8066}.user-menu-ai-status.degraded .ai-status-dot{background:#facc15;box-shadow:0 0 5px #facc1566;animation:pulse-dot 1.2s ease-in-out infinite}.user-menu-ai-status.down .ai-status-dot{background:#f87171;box-shadow:0 0 5px #f8717166}.user-menu-ai-status.ok .ai-status-label{color:#4ade80}.user-menu-ai-status.degraded .ai-status-label{color:#facc15}.user-menu-ai-status.down .ai-status-label{color:#f87171}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.user-menu{position:relative}.user-menu-btn{display:flex;align-items:center;gap:.45rem;padding:.28rem .55rem .28rem .32rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-3);cursor:pointer;color:var(--text-1);font-size:.82rem;font-weight:500;transition:background var(--transition),border-color var(--transition)}.user-menu-btn:hover{background:var(--border)}.user-menu-avatar{width:24px;height:24px;border-radius:50%;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-menu-avatar--lg{width:32px;height:32px;font-size:.88rem}.user-menu-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-caret{font-size:.6rem;color:var(--text-2);margin-left:.1rem}.user-menu-dropdown{display:none;position:absolute;top:calc(100% + 6px);right:0;min-width:200px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #00000021;z-index:200;overflow:hidden;padding:.3rem 0}.user-menu-dropdown.open{display:block}.user-menu-info{display:flex;align-items:center;gap:.6rem;padding:.6rem .85rem .5rem}.user-menu-info-name{font-size:.875rem;font-weight:600;color:var(--text-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-sep{height:1px;background:var(--border);margin:.3rem 0}.user-menu-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.52rem .85rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.86rem;color:var(--text-1);transition:background var(--transition)}.user-menu-item:hover{background:var(--bg-3)}.umi-icon{width:18px;text-align:center;flex-shrink:0;color:var(--text-2);font-size:.95rem;line-height:1}.user-menu-item--danger,.user-menu-item--danger .umi-icon{color:var(--red, #ef4444)}.user-menu-item--danger:hover{background:#ef444414}.umi-grow{flex:1;text-align:left}.umi-toggle{width:36px;height:20px;border-radius:10px;background:var(--border);position:relative;flex-shrink:0;transition:background .2s}.umi-toggle-knob{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .2s}html[data-theme=dark] .umi-toggle{background:var(--accent)}html[data-theme=dark] .umi-toggle-knob{transform:translate(16px)}.settings-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:var(--bg);overflow-y:auto}.settings-page-header{position:sticky;top:0;z-index:10;background:var(--bg-2);border-bottom:1px solid var(--border);padding:0 1.5rem;height:56px;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000000f}.settings-page-title{font-size:1rem;font-weight:600;color:var(--text);margin:0}.settings-page-body{max-width:960px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.25rem}.settings-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.settings-card-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-2);margin:0 0 1rem}.um-user-list{display:flex;flex-direction:column;gap:.35rem;max-height:220px;overflow-y:auto}.um-user-row{display:flex;align-items:center;gap:.75rem;padding:.45rem .6rem;background:var(--bg-3);border-radius:6px}.um-user-name{flex:1;font-size:.88rem;font-weight:500}.um-user-date{font-size:.75rem;color:var(--text-2)}.um-del-btn{opacity:.55;padding:.2rem .45rem;font-size:.75rem}.um-del-btn:hover{opacity:1;color:var(--red)}.um-reset-btn{opacity:.65;padding:.2rem .5rem;font-size:.75rem}.um-reset-btn:hover{opacity:1}.um-role-badge{font-size:.68rem;font-weight:700;padding:.15rem .45rem;border-radius:10px;text-transform:uppercase;letter-spacing:.04em}.um-role-badge--admin{background:#dbeafe;color:#1d4ed8}.um-role-badge--viewer{background:#f3f4f6;color:#6b7280}[data-theme=dark] .um-role-badge--admin{background:#1e3a8a33;color:#93c5fd}[data-theme=dark] .um-role-badge--viewer{background:#374151;color:#9ca3af}.um-input--role{flex:0 0 100px;min-width:80px}.settings-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.settings-card-head .settings-card-title{margin-bottom:0}.um-audit-header{display:grid;grid-template-columns:160px minmax(140px,220px) 160px 1fr;gap:.5rem;padding:.3rem .6rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-2);border-bottom:1px solid var(--border);margin-bottom:.15rem}.um-audit-list{display:flex;flex-direction:column;gap:.35rem;max-height:340px;overflow-y:auto}.um-audit-row{display:grid;grid-template-columns:160px minmax(140px,220px) 160px 1fr;gap:.5rem;padding:.35rem .6rem;background:var(--bg-3);border-radius:5px;font-size:.78rem;align-items:center}.um-audit-time{color:var(--text-2);white-space:nowrap}.um-audit-user{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.um-audit-action{color:var(--text-1);font-family:var(--mono);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.um-audit-detail{color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.um-form-row{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.um-input{flex:1;min-width:120px;padding:.45rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-1);color:var(--text-1);font-size:.85rem}.um-input:focus{outline:none;border-color:var(--accent)}.um-loading,.um-empty{font-size:.85rem;color:var(--text-2);padding:.4rem 0}.sched-modal-box{max-width:680px;width:95vw;display:flex;flex-direction:column;max-height:88vh}.sched-tabs{display:flex;border-bottom:1px solid var(--border);background:var(--bg-3);flex-shrink:0}.sched-tab{padding:.55rem 1.1rem;font-size:.82rem;font-weight:600;color:var(--text-3);background:none;border:none;cursor:pointer;border-bottom:2px solid transparent;transition:color var(--transition),border-color var(--transition)}.sched-tab:hover{color:var(--text)}.sched-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.sched-tab-panel{display:none;padding:1rem 1.25rem;overflow-y:auto;flex:1}.sched-tab-panel--active{display:block}.schedule-list{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.sched-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius)}.sched-row-left{flex:1;min-width:0}.sched-row-label{display:block;font-size:.84rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.sched-row-meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;font-size:.72rem}.sched-row-cron{font-family:var(--font-mono);color:var(--text-3)}.sched-row-next{color:var(--accent)}.sched-row-last{color:var(--text-3)}.sched-row-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.sched-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sched-dot--on{background:#22c55e}.sched-dot--off{background:#94a3b8}.sched-builder{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.1rem}.sched-builder-title{font-size:.78rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.85rem}.sched-builder-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.7rem;flex-wrap:wrap}.sched-lbl{font-size:.78rem;font-weight:600;color:var(--text-2);width:72px;flex-shrink:0}.sched-freq-btns{display:flex;gap:.35rem;flex-wrap:wrap}.sched-freq-btn{padding:.3rem .7rem;font-size:.78rem;font-weight:600;border-radius:20px;border:1px solid var(--border);background:var(--bg-2);color:var(--text-2);cursor:pointer;transition:all var(--transition)}.sched-freq-btn:hover{border-color:var(--accent);color:var(--accent)}.sched-freq-btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.sched-time-wrap{display:flex;align-items:center;gap:.35rem}.sched-time-input{width:48px;padding:.3rem .4rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-2);color:var(--text);font-size:.85rem;font-family:var(--font-mono);text-align:center}.sched-time-sep{font-weight:700;color:var(--text-2)}.sched-time-ampm{font-size:.7rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em}.sched-days{display:flex;gap:.3rem;flex-wrap:wrap}.sched-day-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--bg-2);color:var(--text-2);font-size:.74rem;font-weight:600;cursor:pointer;transition:all var(--transition)}.sched-day-btn:hover{border-color:var(--accent);color:var(--accent)}.sched-day-btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.sched-preview{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem;background:var(--accent-glow);border:1px solid var(--accent);border-radius:var(--radius);margin:.85rem 0 .75rem;gap:1rem;flex-wrap:wrap}.sched-preview-label{font-size:.84rem;font-weight:600;color:var(--accent)}.sched-preview-cron{font-family:var(--font-mono);font-size:.75rem;color:var(--text-3)}.sched-builder-actions{display:flex;align-items:center;gap:.6rem}.sched-history-body{display:flex;flex-direction:column;gap:.4rem}.schedule-runs-panel{margin-top:.5rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.srp-header{display:flex;align-items:center;justify-content:space-between;padding:.45rem .75rem;background:var(--bg-2);border-bottom:1px solid var(--border);font-size:.8rem;font-weight:600}.srp-title{color:var(--text)}.srp-title code{font-family:var(--font-mono);font-size:.75rem;background:var(--bg-3);padding:.1em .35em;border-radius:3px}.srp-body{max-height:280px;overflow-y:auto;padding:.4rem .6rem;display:flex;flex-direction:column;gap:.4rem}.srp-run{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-2)}.srp-run-header{display:flex;align-items:center;gap:.6rem;padding:.35rem .6rem;font-size:.78rem;background:var(--bg-3);border-bottom:1px solid var(--border);flex-wrap:wrap}.srp-run-time{color:var(--text-2)}.srp-run-dur{color:var(--text-3)}.srp-run-counts{color:var(--text-3);margin-left:auto;font-family:var(--font-mono);font-size:.72rem}.srp-status{font-size:.68rem;font-weight:700;padding:.1rem .4rem;border-radius:10px;text-transform:uppercase}.srp-status--pass{background:#dcfce7;color:#166534}.srp-status--fail{background:#fee2e2;color:#991b1b}.srp-status--run{background:#fef3c7;color:#92400e}[data-theme=dark] .srp-status--pass{background:#14532d44;color:#86efac}[data-theme=dark] .srp-status--fail{background:#7f1d1d44;color:#fca5a5}[data-theme=dark] .srp-status--run{background:#78350f44;color:#fcd34d}.srp-tcs{display:flex;flex-direction:column;gap:1px}.srp-tc{display:flex;align-items:center;gap:.5rem;padding:.28rem .6rem;font-size:.78rem;border-bottom:1px solid var(--border)}.srp-tc:last-child{border-bottom:none}.srp-tc-status{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;flex-shrink:0}.srp-tc--pass{background:#22c55e;color:#fff}.srp-tc--fail{background:#ef4444;color:#fff}.srp-tc-title{flex:1;color:var(--text)}.srp-tc-count{color:var(--text-3);font-family:var(--font-mono);font-size:.7rem}.sm-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem}.sm-stats{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.sm-stat-card{display:flex;flex-direction:column;align-items:center;gap:.15rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.6rem 1.1rem;min-width:80px}.sm-stat-val{font-size:1.35rem;font-weight:700;color:var(--accent);line-height:1}.sm-stat-lbl{font-size:.67rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text-3);white-space:nowrap}.sm-filter-bar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.1rem}.sm-search{font-size:.82rem;color:var(--text);background:var(--bg-2);border:1px solid var(--border-hi);border-radius:var(--radius);padding:.35rem .65rem;outline:none;width:300px;flex:1;max-width:400px;transition:border-color var(--transition)}.sm-search:focus{border-color:var(--accent-dim)}.sm-pill{background:var(--bg-2);border:1px solid var(--border-hi);color:var(--text-2);border-radius:99px;font-size:.72rem;font-weight:500;padding:.22rem .7rem;cursor:pointer;transition:background var(--transition),border-color var(--transition),color var(--transition);white-space:nowrap}.sm-pill:hover{border-color:var(--accent-dim);color:var(--text)}.sm-pill--active{background:var(--accent);border-color:var(--accent);color:#fff}.sm-loading{text-align:center;padding:3rem 1rem;color:var(--text-3);font-size:.85rem}.sm-loading--error{color:var(--danger, #e05)}.sm-group{border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:.85rem;overflow:hidden}.sm-group-header{display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem;background:var(--bg-2);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--transition)}.sm-group-header:hover{background:var(--bg-3)}.sm-group-chevron{font-size:.6rem;color:var(--text-3);transition:transform var(--transition);display:inline-block;transform:rotate(0)}.sm-group-chevron--open{transform:rotate(90deg)}.sm-group-domain{font-family:var(--font-mono);font-size:.82rem;font-weight:600;color:var(--text)}.sm-group-count{font-size:.72rem;color:var(--text-3);background:var(--bg-3);border:1px solid var(--border);border-radius:99px;padding:.1rem .55rem}.sm-group-hits{font-size:.7rem;color:var(--accent);margin-left:auto}.sm-group-add-btn{margin-left:.5rem;font-size:.7rem!important;padding:.15rem .5rem!important}.sm-group-body{overflow-x:auto}.sm-group-body--hidden{display:none}.sm-tbl{width:100%;border-collapse:collapse;font-size:.8rem}.sm-tbl thead th{background:var(--bg-3);color:var(--text-3);font-size:.67rem;letter-spacing:.07em;text-transform:uppercase;padding:.45rem .85rem;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.sm-tbl tbody tr{border-bottom:1px solid var(--border);transition:background var(--transition)}.sm-tbl tbody tr:last-child{border-bottom:none}.sm-tbl tbody tr:hover{background:var(--bg-3)}.sm-tbl td{padding:.45rem .85rem;color:var(--text);vertical-align:middle}.sm-col-intent{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.sm-col-num{text-align:center;font-family:var(--font-mono);font-size:.78rem;white-space:nowrap}.sm-col-ts{font-size:.73rem;color:var(--text-3);white-space:nowrap}.sm-col-actions{white-space:nowrap}.sm-fail{color:var(--danger, #e05)}.sm-badge{display:inline-block;font-size:.65rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;padding:.18rem .5rem;border-radius:99px}.sm-badge--ai{background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent)}.sm-badge--human{background:color-mix(in srgb,#22c55e 15%,transparent);color:#22c55e}.sm-action-btn{background:none;border:1px solid var(--border-hi);color:var(--text-2);border-radius:var(--radius);font-size:.72rem;padding:.2rem .55rem;cursor:pointer;transition:border-color var(--transition),color var(--transition);margin-right:.3rem}.sm-action-btn:hover{border-color:var(--accent-dim);color:var(--text)}.sm-action-btn--del{border-color:transparent}.sm-action-btn--del:hover{border-color:var(--danger, #e05);color:var(--danger, #e05)}.modal-textarea{width:100%;font-size:.82rem;font-family:var(--font-mono);color:var(--text);background:var(--bg-2);border:1px solid var(--border-hi);border-radius:var(--radius);padding:.45rem .65rem;resize:vertical;outline:none;box-sizing:border-box;transition:border-color var(--transition)}.modal-textarea:focus{border-color:var(--accent-dim)}.st-tab-icon{font-size:1rem;color:var(--text-2)}.st-panel--hidden{display:none}.cfg-loading{padding:2rem;color:var(--text-muted);text-align:center}.cfg-loading--error{color:var(--red, #ef4444)}.cfg-section{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg, 10px);padding:1.25rem 1.5rem;margin-bottom:1.25rem}.cfg-readonly-note{font-size:.78rem;color:var(--text-muted);margin:-.25rem 0 .75rem}.cfg-section-title{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.cfg-row{display:flex;align-items:center;gap:1.5rem;padding:.85rem 0;border-bottom:1px solid var(--border);margin-bottom:0}.cfg-row:last-of-type{border-bottom:none;padding-bottom:0}.cfg-row-info{flex:1;min-width:0}.cfg-row-label{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;margin-bottom:.3rem}.cfg-row-desc{font-size:.82rem;color:var(--text-muted);line-height:1.5}.cfg-badge{font-size:.65rem;font-weight:500;padding:.15rem .45rem;border-radius:999px;background:var(--accent-glow);color:var(--accent);white-space:nowrap}.cfg-toggle{flex-shrink:0;cursor:pointer}.cfg-toggle-input{display:none}.cfg-toggle-track{display:flex;align-items:center;width:2.75rem;height:1.5rem;border-radius:999px;background:var(--border);padding:.2rem;transition:background var(--transition);position:relative}.cfg-toggle-input:checked+.cfg-toggle-track{background:var(--accent, #6366f1)}.cfg-toggle-knob{width:1.1rem;height:1.1rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000004d;transition:transform var(--transition);position:absolute;left:.2rem}.cfg-toggle-input:checked+.cfg-toggle-track .cfg-toggle-knob{transform:translate(1.25rem)}.cfg-email-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem .85rem;margin:.85rem 0 .75rem}.cfg-email-field{display:flex;flex-direction:column;gap:.25rem}.cfg-email-label{font-size:.7rem;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.04em}.cfg-email-input{background:var(--bg-2);border:1px solid var(--border);border-radius:5px;padding:.4rem .6rem;font-size:.82rem;color:var(--text-1);font-family:var(--font-mono);outline:none;transition:border-color .15s}.cfg-email-input:focus{border-color:var(--accent)}.cfg-email-actions{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.cfg-email-status{font-size:.78rem;color:var(--text-3);margin-left:.25rem}.cfg-email-status--ok{color:#34d399}.cfg-email-status--err{color:var(--red)}.cfg-apikey-body{padding:.5rem 0}.cfg-apikey-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cfg-apikey-preview{font-size:.85rem;color:var(--text-muted);background:var(--surface);padding:.35rem .7rem;border-radius:var(--radius);border:1px solid var(--border)}.cfg-apikey-full{font-size:.82rem;color:var(--accent);background:var(--surface);padding:.4rem .75rem;border-radius:var(--radius);border:1px solid var(--accent);word-break:break-all}.cfg-apikey-hint{font-size:.78rem;color:var(--text-muted);margin-top:.35rem}.cfg-apikey-hint--warn{color:#f59e0b}.cfg-apikey-example{margin-top:.75rem;padding:.6rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.cfg-apikey-code{font-size:.76rem;color:var(--text-muted);word-break:break-all;display:block}.billing-plan-card{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;flex-wrap:wrap;gap:.5rem}.billing-plan-info{display:flex;align-items:center;gap:.6rem}.billing-plan-name{font-size:1.1rem;font-weight:700;color:var(--text)}.billing-plan-badge{font-size:.65rem;font-weight:700;padding:.2rem .5rem;border-radius:10px;text-transform:uppercase}.billing-plan-badge--free{background:#94a3b826;color:var(--text-3)}.billing-plan-badge--starter{background:#2563eb1a;color:var(--accent)}.billing-plan-badge--pro{background:#8b5cf61a;color:#8b5cf6}.billing-plan-badge--enterprise{background:#22c55e1a;color:#16a34a}.billing-plan-status{font-size:.75rem;color:var(--green)}.billing-plan-period{font-size:.78rem;color:var(--text-3)}.billing-usage{padding:.6rem 0}.billing-usage-header{display:flex;justify-content:space-between;font-size:.82rem;color:var(--text-2)}.billing-limits{display:flex;gap:1.5rem;padding:.5rem 0;flex-wrap:wrap}.billing-limit-item{font-size:.8rem;color:var(--text-3);display:flex;gap:.35rem}.billing-limit-item strong{color:var(--text)}.billing-actions{display:flex;gap:.5rem;padding-top:.5rem}.org-switcher{display:flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:var(--radius);background:var(--bg-3);border:1px solid var(--border);font-size:.78rem;color:var(--text-2);position:relative}.org-name{font-weight:600;color:var(--text)}.org-plan-badge{font-size:.6rem;font-weight:700;padding:.1rem .4rem;border-radius:8px;text-transform:uppercase}.org-plan-badge--free{background:#94a3b826;color:var(--text-3)}.org-plan-badge--starter{background:#2563eb1a;color:var(--accent)}.org-plan-badge--pro{background:#8b5cf61a;color:#8b5cf6}.org-plan-badge--enterprise{background:#22c55e1a;color:#16a34a}.org-switcher--multi{padding:0}.org-switcher-btn{display:flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:var(--radius);background:transparent;border:none;cursor:pointer;font-size:.78rem;color:var(--text-2);width:100%}.org-switcher-btn:hover{background:var(--bg-2)}.org-switcher-caret{font-size:.6rem;color:var(--text-3);margin-left:.1rem}.org-switcher-dropdown{display:none;position:absolute;top:calc(100% + 4px);right:0;min-width:200px;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 16px #00000026;z-index:200;overflow:hidden}.org-switcher-dropdown.open{display:block}.org-switcher-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.55rem .9rem;gap:.6rem;background:transparent;border:none;cursor:pointer;font-size:.8rem;text-align:left;color:var(--text)}.org-switcher-item:hover,.org-switcher-item--active{background:var(--bg-3)}.org-switcher-item--active .org-switcher-item-name{color:var(--accent)}.org-switcher-item-name{font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-switcher-item-role{font-size:.68rem;color:var(--text-3);text-transform:capitalize;flex-shrink:0}.org-modal-section{padding:.75rem 0;border-bottom:1px solid var(--border)}.org-modal-section:last-child{border-bottom:none}.org-modal-name{display:flex;align-items:center;gap:.6rem}.org-modal-name h3{font-size:1.05rem;font-weight:700;margin:0}.org-modal-heading{font-size:.75rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.org-members-list{display:flex;flex-direction:column;gap:.3rem}.org-member-row{display:flex;align-items:center;gap:.6rem;padding:.4rem .5rem;border-radius:var(--radius);background:var(--bg-3)}.org-member-avatar{width:28px;height:28px;border-radius:50%;background:var(--accent-glow);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.org-member-info{flex:1;min-width:0}.org-member-name{font-size:.82rem;font-weight:600;color:var(--text);display:block}.org-member-email{font-size:.72rem;color:var(--text-3)}.org-member-role{font-size:.68rem;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.03em}.org-invite-form{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.org-invite-form .fsm-input{flex:1;min-width:160px}.org-invite-msg{margin-top:.4rem;font-size:.8rem}#tab-help{padding:0;overflow:hidden}.help-layout{display:flex;height:100%;overflow:hidden}.help-toc{width:220px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--border);background:var(--bg-2);overflow-y:auto}.help-toc-header{display:flex;align-items:center;gap:.5rem;padding:1rem .75rem .75rem;font-weight:700;font-size:.85rem;color:var(--text-1);border-bottom:1px solid var(--border);flex-shrink:0}.help-toc-logo{color:var(--accent);font-size:1.1rem}.help-toc-list{list-style:none;padding:.5rem 0;flex:1}.help-toc-list li{margin:0}.help-toc-link{display:flex;align-items:center;gap:.45rem;padding:.42rem .75rem;font-size:.8rem;color:var(--text-2);text-decoration:none;border-left:2px solid transparent;transition:background .1s,color .1s,border-color .1s}.help-toc-link:hover{background:var(--bg-3);color:var(--text-1)}.help-toc-link--active{background:var(--accent-glow);color:var(--accent);border-left-color:var(--accent);font-weight:600}.help-toc-icon{font-size:.75rem;opacity:.7}.help-toc-footer{padding:.6rem .75rem;font-size:.68rem;color:var(--text-3);border-top:1px solid var(--border)}.help-content{flex:1;overflow-y:auto;padding:2rem 2.5rem 2.5rem}.help-section{margin-bottom:0}.help-section-title{font-size:1.2rem;font-weight:700;color:var(--text-1);margin:0 0 .6rem;padding-bottom:.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.4rem}.help-icon{font-size:1rem}.help-lead{color:var(--text-2);margin:0 0 1.25rem;line-height:1.65}.help-h3{font-size:.92rem;font-weight:600;color:var(--text-1);margin:1.25rem 0 .5rem}.help-table{width:100%;border-collapse:collapse;font-size:.83rem;margin-bottom:1rem}.help-table thead tr{background:var(--bg-2)}.help-table th{text-align:left;padding:.45rem .75rem;font-weight:600;color:var(--text-2);border-bottom:1px solid var(--border);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.help-table td{padding:.45rem .75rem;border-bottom:1px solid var(--border);color:var(--text-1);vertical-align:top}.help-table tr:last-child td{border-bottom:none}.help-table tr:hover td{background:var(--bg-2)}.help-list{padding-left:1.25rem;margin:0 0 1rem;color:var(--text-1);font-size:.88rem;line-height:1.7}.help-list li{margin-bottom:.25rem}.help-ordered{padding-left:1.25rem;margin:0 0 1rem;color:var(--text-1);font-size:.88rem;line-height:1.7}.help-ordered li{margin-bottom:.35rem}.help-badge{display:inline-block;background:var(--bg-3);border:1px solid var(--border);border-radius:4px;padding:1px 7px;font-size:.78rem;font-family:var(--font-mono, monospace);color:var(--text-1);white-space:nowrap}.help-badge--accent{background:var(--accent-glow);border-color:var(--accent);color:var(--accent)}.help-badge--warn{background:#f59e0b1f;border-color:#f59e0b;color:#f59e0b}.help-badge--danger{background:#ef44441f;border-color:var(--red);color:var(--red)}.help-callout{display:flex;gap:.75rem;padding:.85rem 1rem;border-radius:8px;border:1px solid var(--border);margin:1rem 0;font-size:.85rem;line-height:1.6}.help-callout--tip{background:rgba(var(--accent-rgb, 99,102,241),.07);border-color:var(--accent)}.help-callout--info{background:var(--bg-2)}.help-callout--warn{background:#f59e0b14;border-color:#f59e0b}.help-callout-icon{font-size:1rem;flex-shrink:0;margin-top:.1rem}.help-callout p{margin:.25rem 0 0;color:var(--text-2)}.help-callout strong{color:var(--text-1)}.help-steps{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.help-step{display:flex;gap:1rem;align-items:flex-start;padding:.75rem 1rem;background:var(--bg-2);border:1px solid var(--border);border-radius:8px}.help-step-num{width:26px;height:26px;border-radius:50%;background:var(--accent);color:#fff;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.help-step-body{flex:1;font-size:.87rem;line-height:1.6;color:var(--text-1)}.help-step-body strong{display:block;margin-bottom:.2rem}.help-step-body p{margin:0;color:var(--text-2)}.help-color-dot{display:inline-block;width:10px;height:10px;border-radius:50%;vertical-align:middle;margin:0 2px}.rl-page-header{margin-bottom:1.5rem}.rl-page-header h1{margin:0 0 .25rem}.rl-layout{display:grid;grid-template-columns:280px 1fr;gap:1.25rem;align-items:start;height:calc(100vh - 180px)}.rl-sidebar{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow-y:auto;height:100%}.rl-card{padding:.875rem 1rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background var(--transition);border-left:3px solid transparent}.rl-card:last-child{border-bottom:none}.rl-card:hover{background:var(--bg-3)}.rl-card--active{background:var(--accent-glow);border-left-color:var(--accent)}.rl-card-top{display:flex;align-items:center;gap:.4rem;margin-bottom:.35rem}.rl-version{font-family:var(--font-mono);font-size:.85rem;font-weight:600;color:var(--text)}.rl-card-desc{font-size:.78rem;color:var(--text-2);margin:0 0 .35rem;line-height:1.4}.rl-card-date{font-size:.72rem;color:var(--text-3)}.rl-badge{font-size:.65rem;font-weight:600;padding:.15rem .45rem;border-radius:99px;text-transform:uppercase;letter-spacing:.03em}.rl-badge--minor{background:#dbeafe;color:#1e40af}.rl-badge--major{background:#ffedd5;color:#9a3412}.rl-badge--patch{background:#f1f5f9;color:#475569}.rl-badge--latest{background:#dcfce7;color:#166534}[data-theme=dark] .rl-badge--minor{background:#2563eb33;color:#93c5fd}[data-theme=dark] .rl-badge--major{background:#ea580c33;color:#fdba74}[data-theme=dark] .rl-badge--patch{background:#94a3b81a;color:#94a3b8}[data-theme=dark] .rl-badge--latest{background:#22c55e26;color:#86efac}.rl-body{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow-y:auto;height:100%}.rl-detail{padding:1.75rem 2rem}.rl-detail-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.rl-detail-icon{font-size:1.2rem;color:var(--accent);flex-shrink:0}.rl-detail-title{font-size:1.2rem;font-weight:700;margin:0;color:var(--text)}.rl-detail-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-3);margin-bottom:1.1rem;font-family:var(--font-mono)}.rl-meta-dot{opacity:.5}.rl-detail-summary{font-size:.9rem;color:var(--text-2);line-height:1.65;margin:0 0 1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.rl-section{margin-bottom:1.5rem}.rl-section-heading{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.rl-feature{margin-bottom:1.1rem}.rl-feature-title{font-size:.88rem;font-weight:600;color:var(--accent);margin:0 0 .4rem}.rl-feature-list{margin:0;padding-left:1.25rem;list-style:disc}.rl-feature-list li{font-size:.84rem;color:var(--text-2);line-height:1.6;margin-bottom:.2rem}.exec-mode-toggle{display:flex;align-items:center;background:var(--bg-3);border:1px solid var(--border);border-radius:6px;padding:2px;gap:2px}.exec-mode-btn{padding:.2rem .6rem;font-size:.72rem;font-weight:500;border-radius:4px;border:none;background:transparent;color:var(--text-2);cursor:pointer;transition:background .15s,color .15s;line-height:1.6}.exec-mode-btn:hover{background:var(--bg-3);color:var(--text)}.exec-mode-btn--active,.exec-mode-btn--active:hover{background:var(--accent, #6366f1);color:#fff}.exec-mode-select{padding:.2rem .5rem;border-radius:6px;border:1px solid var(--border);background:var(--bg-2);color:var(--text);font-size:.75rem;cursor:pointer}.exec-mode-select:focus{outline:2px solid var(--accent, #6366f1);outline-offset:2px}.cfg-select{padding:.35rem .6rem;border-radius:6px;border:1px solid var(--border);background:var(--bg-2);color:var(--text);font-size:.82rem;cursor:pointer;min-width:200px}.cfg-select:focus{outline:2px solid var(--accent, #6366f1);outline-offset:2px}.er-layout{display:flex;flex-direction:column;gap:1rem;height:calc(100vh - 56px - 2.5rem);min-height:0}.er-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-shrink:0}.er-topbar-left{display:flex;align-items:baseline;gap:.75rem}.er-title{font-size:1.35rem;font-weight:700;color:var(--text)}.er-subtitle{font-size:.82rem;color:var(--text-3)}.er-topbar-right{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.er-summary-row{display:grid;grid-template-columns:repeat(6,1fr);gap:.6rem;flex-shrink:0}@media(max-width:900px){.er-summary-row{grid-template-columns:repeat(3,1fr)}}.er-stat-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-slow),transform var(--transition);animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) both;padding:.75rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.2rem}.er-stat-card--pass{border-top:3px solid #22c55e}.er-stat-card--fail{border-top:3px solid #ef4444}.er-stat-card--skip{border-top:3px solid #94a3b8}.er-stat-card--total{border-top:3px solid var(--accent)}.er-stat-val{font-size:1.6rem;font-weight:700;font-family:var(--font-mono);color:var(--text);line-height:1}.er-stat-val--pass{color:#22c55e}.er-stat-val--fail{color:#ef4444}.er-stat-val--skip{color:#94a3b8}.er-stat-val--warn{color:#f59e0b}.er-stat-lbl{font-size:.72rem;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em}.er-body{display:grid;grid-template-columns:340px 1fr;gap:.75rem;flex:1;min-height:0;overflow:hidden}@media(max-width:800px){.er-body{grid-template-columns:1fr}}.er-sidebar{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden}.er-sidebar-head{padding:.6rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}.er-search{width:100%;padding:.35rem .6rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-3);color:var(--text);font-size:.83rem}.er-search:focus{outline:2px solid var(--accent);outline-offset:1px}.er-test-list{flex:1;overflow-y:auto;padding:.4rem;display:flex;flex-direction:column;gap:.3rem}.er-test-item{display:flex;align-items:stretch;gap:0;min-height:58px;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-3);cursor:pointer;overflow:hidden;transition:background var(--transition),border-color var(--transition),transform var(--transition),box-shadow var(--transition)}.er-test-item:hover{background:var(--accent-glow);border-color:var(--accent);transform:translate(3px)}.er-test-item--active{background:var(--accent-glow);border-color:var(--accent);box-shadow:var(--shadow-glow)}.er-item-status-bar{width:5px;flex-shrink:0;align-self:stretch;background:var(--border)}.er-item--pass .er-item-status-bar{background:#22c55e}.er-item--fail .er-item-status-bar{background:#ef4444}.er-item--run .er-item-status-bar{background:#f59e0b}.er-item--skip .er-item-status-bar{background:#94a3b8}.er-item-body{flex:1;padding:.5rem .65rem;min-width:0}.er-item-title{font-size:.82rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.er-item-meta{display:flex;gap:.5rem;margin-top:.2rem;font-size:.72rem;color:var(--text-3);flex-wrap:wrap}.er-item-badge{flex-shrink:0;align-self:center;margin-right:.5rem;font-size:.68rem;font-weight:700;padding:.15rem .45rem;border-radius:10px;text-transform:uppercase;letter-spacing:.03em}.er-badge-passed{background:#dcfce7;color:#166534}.er-badge-failed,.er-badge-error{background:#fee2e2;color:#991b1b}.er-badge-running{background:#fef3c7;color:#92400e}.er-badge-cancelled,.er-badge-unknown{background:var(--bg-3);color:var(--text-3);border:1px solid var(--border)}[data-theme=dark] .er-badge-passed{background:#14532d44;color:#86efac}[data-theme=dark] .er-badge-failed,[data-theme=dark] .er-badge-error{background:#7f1d1d44;color:#fca5a5}[data-theme=dark] .er-badge-running{background:#78350f44;color:#fcd34d}.er-detail{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow-y:auto}.er-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;padding:2rem}.er-detail-hint{font-size:.85rem;color:var(--text-3)}.er-loading{display:flex;align-items:center;gap:.6rem;padding:1rem;color:var(--text-3);font-size:.85rem}.er-donut-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem}.er-donut-svg{overflow:visible}.er-donut-pct{font-family:var(--font-mono);font-size:22px;font-weight:700;fill:var(--text)}.er-donut-sub{font-size:11px;fill:var(--text-3)}.er-donut-legend{display:flex;gap:1rem;font-size:.78rem;color:var(--text-2)}.er-legend-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:.3rem;vertical-align:middle}.er-detail-content{padding:1.25rem 1.5rem}.er-detail-header{margin-bottom:1rem}.er-detail-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.er-detail-title{font-size:1.05rem;font-weight:700;color:var(--text)}.er-detail-status{font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.er-detail-status--pass{background:#dcfce7;color:#166534}.er-detail-status--fail{background:#fee2e2;color:#991b1b}.er-detail-status--run{background:#fef3c7;color:#92400e}[data-theme=dark] .er-detail-status--pass{background:#14532d44;color:#86efac}[data-theme=dark] .er-detail-status--fail{background:#7f1d1d44;color:#fca5a5}[data-theme=dark] .er-detail-status--run{background:#78350f44;color:#fcd34d}.er-detail-meta{display:flex;gap:1rem;font-size:.8rem;color:var(--text-3);margin-top:.35rem;flex-wrap:wrap}.er-detail-stats{display:flex;gap:.6rem;margin-bottom:.85rem;flex-wrap:wrap}.er-ds-item{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .9rem;display:flex;flex-direction:column;align-items:center;gap:.15rem;min-width:70px}.er-ds-item--pass{border-top:2px solid #22c55e}.er-ds-item--fail{border-top:2px solid #ef4444}.er-ds-val{font-size:1.25rem;font-weight:700;font-family:var(--font-mono);color:var(--text);line-height:1}.er-ds-lbl{font-size:.68rem;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em}.er-progress-wrap{margin-bottom:.75rem}.er-progress-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden;display:flex}.er-progress-pass{background:#22c55e;height:100%;border-radius:4px 0 0 4px}.er-progress-fail{background:#ef4444;height:100%}.er-progress-lbl{font-size:.72rem;color:var(--text-3);margin-top:.3rem;display:block}.er-section-title{font-size:.78rem;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em}.er-steps-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.er-step-row{display:flex;align-items:flex-start;gap:.6rem;padding:.55rem .75rem;border-bottom:1px solid var(--border);font-size:.82rem}.er-step-row:last-child{border-bottom:none}.er-step--pass{background:#f0fdf4}.er-step--fail{background:#fff5f5}[data-theme=dark] .er-step--pass{background:#14532d18}[data-theme=dark] .er-step--fail{background:#7f1d1d18}.er-step-icon{flex-shrink:0;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;margin-top:.1rem}.er-step-icon--pass{background:#22c55e;color:#fff}.er-step-icon--fail{background:#ef4444;color:#fff}.er-step-num{flex-shrink:0;font-family:var(--font-mono);font-size:.72rem;color:var(--text-3);margin-top:.15rem;min-width:18px}.er-step-body{flex:1;min-width:0}.er-step-text{color:var(--text);display:block}.er-step-result{display:block;font-size:.73rem;color:var(--text-3);margin-top:.15rem;font-style:italic}.er-recording-section{margin-top:1.25rem}.er-recording-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.er-recording-player{width:100%;max-height:320px;border-radius:var(--radius);background:#000;margin-top:.4rem}.er-detail-actions{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;gap:.5rem}.er-empty{font-size:.84rem;color:var(--text-3);padding:.5rem 0}.share-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(2rem);opacity:0;background:#1a2035;border:1px solid #252d42;border-radius:.6rem;padding:.75rem 1.1rem;display:flex;flex-direction:column;gap:.25rem;max-width:480px;width:max-content;box-shadow:0 8px 24px #0006;pointer-events:none;transition:opacity .2s,transform .2s;z-index:9999;color:#e2e8f0;font-size:.85rem;font-weight:500}.share-toast--show{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.skeleton{background:linear-gradient(90deg,var(--bg-3) 25%,var(--border) 50%,var(--bg-3) 75%);background-size:800px 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius)}.skeleton-line{height:.85rem;margin-bottom:.5rem;border-radius:4px;background:linear-gradient(90deg,var(--bg-3) 25%,var(--border) 50%,var(--bg-3) 75%);background-size:800px 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-line:last-child{width:60%}.skeleton-card{height:72px;border-radius:var(--radius-lg);background:linear-gradient(90deg,var(--bg-3) 25%,var(--border) 50%,var(--bg-3) 75%);background-size:800px 100%;animation:shimmer 1.5s ease-in-out infinite;margin-bottom:.5rem}.skeleton-kpi{height:80px;border-radius:var(--radius-lg);background:linear-gradient(90deg,var(--bg-3) 25%,var(--border) 50%,var(--bg-3) 75%);background-size:800px 100%;animation:shimmer 1.5s ease-in-out infinite}.animate-count{animation:countUp .5s cubic-bezier(.4,0,.2,1) both;display:inline-block}.spinner{border-width:3px;animation:spin .7s linear infinite}.tab-panel{animation:fadeIn .25s cubic-bezier(.4,0,.2,1) both}.dash-breakdown-panel,.dash-chart-panel{transition:box-shadow var(--transition-slow),transform var(--transition)}.dash-breakdown-panel:hover,.dash-chart-panel:hover{box-shadow:var(--shadow-md)}.dash-recent-section{transition:box-shadow var(--transition-slow)}.dash-recent-section:hover{box-shadow:var(--shadow-md)}.suite-card:nth-child(1){animation-delay:0s}.suite-card:nth-child(2){animation-delay:.04s}.suite-card:nth-child(3){animation-delay:.08s}.suite-card:nth-child(4){animation-delay:.12s}.suite-card:nth-child(5){animation-delay:.16s}.suite-card:nth-child(6){animation-delay:.2s}.suite-card:nth-child(7){animation-delay:.24s}.suite-card:nth-child(8){animation-delay:.28s}.suite-card:nth-child(9){animation-delay:.32s}.suite-card:nth-child(10){animation-delay:.36s}.execute-card{animation:fadeInUp .3s cubic-bezier(.4,0,.2,1) both}.execute-card:nth-child(1){animation-delay:0s}.execute-card:nth-child(2){animation-delay:.03s}.execute-card:nth-child(3){animation-delay:.06s}.execute-card:nth-child(4){animation-delay:.09s}.execute-card:nth-child(5){animation-delay:.12s}.execute-card:nth-child(6){animation-delay:.15s}.execute-card:nth-child(7){animation-delay:.18s}.execute-card:nth-child(8){animation-delay:.21s}.execute-card:nth-child(9){animation-delay:.24s}.execute-card:nth-child(10){animation-delay:.27s}.er-stat-card:nth-child(1){animation-delay:0s}.er-stat-card:nth-child(2){animation-delay:.05s}.er-stat-card:nth-child(3){animation-delay:.1s}.er-stat-card:nth-child(4){animation-delay:.15s}.er-stat-card:nth-child(5){animation-delay:.2s}.er-stat-card:nth-child(6){animation-delay:.25s}.er-stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.badge{transition:transform var(--transition),box-shadow var(--transition)}.badge:hover{transform:scale(1.05)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-glow)!important;transition:border-color .15s ease,box-shadow .15s ease}.er-step-icon--pass{color:var(--green)}.er-step-icon--fail{color:var(--red)}.share-toast{box-shadow:var(--shadow-lg)}.tc-bulk-bar{animation:slideInLeft .2s cubic-bezier(.4,0,.2,1) both}.tc-check:checked{transition:background .15s ease,border-color .15s ease}.cfg-toggle-knob{transition:transform .2s cubic-bezier(.4,0,.2,1),background .2s ease}.crd-bar-fill{transition:width .8s cubic-bezier(.4,0,.2,1)}.exec-steps-panel{transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .2s ease}.btn:focus-visible,.tab-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.adm-header{margin-bottom:1.25rem}.adm-header h1{font-size:1.4rem;font-weight:700;margin:0 0 .25rem}.adm-tabs{display:flex;gap:.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.adm-tab{font-family:var(--font-display);font-size:.78rem;font-weight:600;padding:.4rem .85rem;border-radius:var(--radius);border:1px solid transparent;background:transparent;color:var(--text-2);cursor:pointer;transition:color var(--transition),background var(--transition),border-color var(--transition)}.adm-tab:hover{color:var(--text);border-color:var(--border-hi)}.adm-tab--active{color:var(--accent);background:var(--accent-glow);border-color:var(--accent)}.adm-body{animation:fadeIn .2s ease both}.adm-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem}@media(max-width:900px){.adm-kpi-grid{grid-template-columns:repeat(2,1fr)}}.adm-kpi{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:.85rem 1rem;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-slow),transform var(--transition);animation:fadeInUp .35s cubic-bezier(.4,0,.2,1) both}.adm-kpi:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.adm-kpi-val{font-size:1.5rem;font-weight:700;font-family:var(--font-mono);line-height:1.2}.adm-kpi-lbl{font-size:.7rem;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;margin-top:.15rem}.adm-kpi--blue{color:#2563eb}.adm-kpi--indigo{color:#6366f1}.adm-kpi--purple{color:#8b5cf6}.adm-kpi--green{color:#22c55e}.adm-kpi--amber{color:#f59e0b}.adm-kpi--orange{color:#ea580c}.adm-kpi--red{color:#ef4444}.adm-kpi--slate{color:#64748b}.adm-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}.adm-card-title{font-size:.85rem;font-weight:700;margin:0 0 .75rem;color:var(--text)}.adm-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.adm-card-header .adm-card-title{margin:0}.adm-row{display:grid;grid-template-columns:1fr 2fr;gap:1rem;margin-bottom:1rem}@media(max-width:800px){.adm-row{grid-template-columns:1fr}}.adm-card--wide{grid-column:span 1}.adm-table{width:100%;border-collapse:collapse;font-size:.8rem}.adm-table th{text-align:left;padding:.5rem .6rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-3);border-bottom:2px solid var(--border);white-space:nowrap}.adm-td{padding:.5rem .6rem;border-bottom:1px solid var(--border);color:var(--text-2);vertical-align:middle}.adm-td--num{text-align:right;font-family:var(--font-mono);font-size:.78rem}.adm-td--small{font-size:.72rem;color:var(--text-3)}.adm-td--actions{white-space:nowrap}.adm-table tbody tr{transition:background .12s}.adm-table tbody tr:hover td{background:var(--accent-glow)}.adm-row--blocked td{opacity:.5}.adm-row--blocked td:first-child{border-left:3px solid var(--red)}.adm-role{font-size:.65rem;font-weight:700;padding:.15rem .45rem;border-radius:10px;text-transform:uppercase}.adm-role--admin{background:#2563eb1a;color:var(--accent)}.adm-role--viewer{background:#94a3b81a;color:var(--text-3)}.adm-role--blocked{background:#ef44441a;color:var(--red)}.adm-role--owner{background:#8b5cf61a;color:#8b5cf6}.adm-role--member{background:#22c55e1a;color:#16a34a}.adm-role--free{background:#94a3b81a;color:var(--text-3)}.adm-role--starter{background:#2563eb1a;color:var(--accent)}.adm-role--pro{background:#8b5cf61a;color:#8b5cf6}.adm-role--enterprise{background:#22c55e1a;color:#16a34a}.adm-role--suspended{background:#ef44441a;color:var(--red)}.adm-status{font-size:.65rem;font-weight:700;padding:.15rem .45rem;border-radius:10px;text-transform:uppercase}.adm-status--completed{background:#22c55e1a;color:#16a34a}.adm-status--running{background:#2563eb1a;color:var(--accent);animation:pulseStatus 1.5s ease infinite}.adm-status--error{background:#ef44441a;color:var(--red)}.adm-status--cancelled{background:#94a3b81a;color:var(--text-3)}.adm-action{font-size:.72rem;font-family:var(--font-mono);color:var(--accent);background:var(--accent-glow);padding:.1rem .4rem;border-radius:4px}.adm-plan-chips{display:flex;flex-wrap:wrap;gap:.4rem}.adm-plan-chip{font-size:.78rem;padding:.3rem .65rem;border-radius:var(--radius);background:var(--bg-3);border:1px solid var(--border);color:var(--text-2)}.adm-plan-chip strong{color:var(--text);margin-right:.3rem}.adm-filters{display:flex;gap:.3rem}.adm-muted{color:var(--text-3)}.adm-error{color:var(--red);padding:1rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.spinner{animation-duration:.7s!important;animation-iteration-count:infinite!important}}.at-layout{display:flex;height:calc(100vh - 60px);overflow:hidden}.at-sidebar{width:280px;min-width:240px;border-right:1px solid var(--border);display:flex;flex-direction:column;background:var(--bg-2);overflow:hidden}.at-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.at-sidebar-title{font-weight:600;font-size:.9rem}.at-sidebar-search{padding:.5rem .75rem;border-bottom:1px solid var(--border)}.at-search-input{width:100%;padding:.3rem .6rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-3);color:var(--text);font-size:.82rem}.at-sidebar-list{flex:1;overflow-y:auto;padding:.4rem 0}.at-sidebar-empty{padding:1rem;font-size:.82rem;color:var(--text-3);text-align:center}.at-sidebar-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;cursor:pointer;transition:background .12s;border-radius:0}.at-sidebar-item:hover{background:var(--bg-3)}.at-sidebar-item--active{background:var(--accent-glow);border-left:2px solid var(--accent)}.at-sidebar-item-info{flex:1;min-width:0}.at-sidebar-item-name{font-size:.82rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.at-sidebar-item-url{font-size:.72rem;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.at-sidebar-item-del{background:none;border:none;color:var(--text-3);cursor:pointer;padding:.15rem .3rem;border-radius:4px;font-size:.72rem;opacity:0;transition:opacity .12s}.at-sidebar-item:hover .at-sidebar-item-del{opacity:1}.at-sidebar-item-del:hover{background:var(--red);color:#fff}.at-sidebar-cb{flex-shrink:0;width:13px;height:13px;cursor:pointer;accent-color:var(--accent);opacity:0;transition:opacity .12s}.at-sidebar-item:hover .at-sidebar-cb,.at-sidebar-cb:checked{opacity:1}.at-folder-header{display:flex;align-items:center;gap:5px;padding:5px 8px;cursor:pointer;color:var(--text-2);font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;-webkit-user-select:none;user-select:none;border-left:2px solid transparent}.at-folder-header:hover{background:var(--bg-3);color:var(--text-1)}.at-folder-toggle{font-size:.62rem;width:10px;text-align:center;flex-shrink:0;color:var(--text-3)}.at-folder-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.at-folder-count{font-size:.68rem;color:var(--text-3);flex-shrink:0;background:var(--bg-3);border-radius:8px;padding:1px 5px}.at-sidebar-bulk{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-top:1px solid var(--border);background:var(--bg-2)}.at-bulk-all-label{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--text-2);cursor:pointer;-webkit-user-select:none;user-select:none}.at-bulk-all-label input{accent-color:var(--accent);cursor:pointer}.at-bulk-count{font-size:.78rem;color:var(--text-3);flex:1}.at-bulk-delete-btn{background:var(--red)!important;color:#fff!important;border-color:var(--red)!important;font-size:.72rem;padding:.2rem .55rem}.at-bulk-delete-btn:hover{filter:brightness(1.15)}.at-workspace{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}.at-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;height:100%;color:var(--text-3)}.at-empty-icon{font-size:2.5rem}.at-empty-title{font-size:1.1rem;font-weight:600;color:var(--text-2)}.at-empty-sub{font-size:.85rem}.at-editor{display:flex;flex-direction:column;height:100%;overflow:hidden}.at-topbar{display:flex;align-items:center;gap:.75rem;padding:.6rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-2);flex-shrink:0}.at-name-input{flex:1;padding:.35rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-3);color:var(--text);font-size:.88rem;font-weight:500}.at-name-input:focus{outline:none;border-color:var(--accent)}.at-topbar-actions{display:flex;gap:.4rem;flex-shrink:0}.at-url-row{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-2);flex-shrink:0}.at-method-select{padding:.35rem .6rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-3);color:var(--text);font-size:.85rem;font-weight:600;min-width:100px}.at-url-input{flex:1;padding:.38rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-family:var(--font-mono, monospace);font-size:.84rem}.at-url-input:focus{outline:none;border-color:var(--accent)}.at-send-btn{flex-shrink:0}.at-sub-tabs{display:flex;gap:0;padding:0 1rem;border-bottom:1px solid var(--border);background:var(--bg-2);flex-shrink:0}.at-sub-tab{padding:.5rem .85rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-2);font-size:.82rem;cursor:pointer;transition:color .15s,border-color .15s}.at-sub-tab:hover{color:var(--text)}.at-sub-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.at-sub-panel{display:none;padding:.75rem 1rem;overflow-y:auto;flex-shrink:0;max-height:220px}.at-sub-panel--active{display:block}.at-kv-list{display:flex;flex-direction:column;gap:.3rem}.at-kv-row{display:flex;align-items:center;gap:.4rem}.at-kv-check{flex-shrink:0}.at-kv-key,.at-kv-val{flex:1;padding:.28rem .55rem;border:1px solid var(--border);border-radius:5px;background:var(--bg);color:var(--text);font-size:.82rem}.at-kv-key{max-width:160px}.at-kv-key:focus,.at-kv-val:focus{outline:none;border-color:var(--accent)}.at-kv-del{background:none;border:none;color:var(--text-3);cursor:pointer;padding:.2rem .35rem;border-radius:4px;font-size:.72rem}.at-kv-del:hover{background:var(--red);color:#fff}.at-add-row-btn{margin-top:.4rem}.at-body-type-bar{display:flex;gap:.3rem;margin-bottom:.6rem}.at-body-type-btn{padding:.25rem .65rem;border:1px solid var(--border);border-radius:5px;background:var(--bg-3);color:var(--text-2);font-size:.78rem;cursor:pointer;transition:all .12s}.at-body-type-btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.at-body-textarea{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-family:var(--font-mono, monospace);font-size:.82rem;resize:vertical;min-height:120px}.at-body-textarea:focus{outline:none;border-color:var(--accent)}.at-auth-type-bar{display:flex;gap:.3rem;margin-bottom:.75rem}.at-auth-type-btn{padding:.25rem .65rem;border:1px solid var(--border);border-radius:5px;background:var(--bg-3);color:var(--text-2);font-size:.78rem;cursor:pointer;transition:all .12s}.at-auth-type-btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.at-auth-none{font-size:.82rem;color:var(--text-3);padding:.25rem 0}.at-auth-field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.at-auth-field label{font-size:.75rem;font-weight:600;color:var(--text-2)}.at-auth-input{padding:.32rem .6rem;border:1px solid var(--border);border-radius:5px;background:var(--bg);color:var(--text);font-size:.83rem;width:100%}.at-auth-input:focus{outline:none;border-color:var(--accent)}.at-assertion-list{display:flex;flex-direction:column;gap:.35rem}.at-assertion-builder-row{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.at-assert-en-check{flex-shrink:0}.at-assert-field-sel,.at-assert-op-sel{padding:.28rem .5rem;border:1px solid var(--border);border-radius:5px;background:var(--bg);color:var(--text);font-size:.8rem}.at-assert-path-input,.at-assert-expected-input{padding:.28rem .5rem;border:1px solid var(--border);border-radius:5px;background:var(--bg);color:var(--text);font-size:.8rem;flex:1;min-width:80px}.at-assert-path-input:focus,.at-assert-expected-input:focus{outline:none;border-color:var(--accent)}.at-assert-del{background:none;border:none;color:var(--text-3);cursor:pointer;padding:.2rem .35rem;border-radius:4px;font-size:.72rem}.at-assert-del:hover{background:var(--red);color:#fff}.at-response-panel{flex:1;display:flex;flex-direction:column;border-top:2px solid var(--border-hi);background:var(--bg-2);overflow:hidden;min-height:200px}.at-response-meta{display:flex;align-items:center;gap:.65rem;padding:.5rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-3);font-size:.83rem;flex-shrink:0}.at-status-badge{padding:.2rem .6rem;border-radius:999px;font-size:.78rem;font-weight:700}.at-status--2xx{background:#14532d;color:#4ade80}.at-status--3xx{background:#431407;color:#fb923c}.at-status--4xx{background:#450a0a;color:#f87171}.at-status--5xx{background:#3b0764;color:#c084fc}.at-status--err{background:#1c1c1c;color:#94a3b8}.at-resp-time,.at-resp-size{color:var(--text-2)}.at-resp-pass{color:#4ade80;font-weight:600}.at-resp-fail{color:#f87171;font-weight:600}.at-resp-tabs{display:flex;gap:0;padding:0 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.at-resp-tab{padding:.45rem .85rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-2);font-size:.8rem;cursor:pointer;transition:color .15s,border-color .15s}.at-resp-tab:hover{color:var(--text)}.at-resp-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.at-resp-content{padding:.75rem 1rem;overflow:auto;flex:1}.at-resp-content--active{display:block}.at-body-pre{font-family:var(--font-mono, monospace);font-size:.8rem;line-height:1.55;color:var(--text);white-space:pre-wrap;word-break:break-all}.at-json-key{color:var(--accent)}.at-json-string{color:#4ade80}.at-json-number{color:#fb923c}.at-json-bool{color:#c084fc}.at-json-null{color:var(--text-3)}.at-headers-table{border-collapse:collapse;width:100%;font-size:.8rem}.at-hdr-key{font-family:var(--font-mono, monospace);color:var(--text-2);padding:.2rem .5rem .2rem 0;vertical-align:top;width:40%;white-space:nowrap}.at-hdr-val{font-family:var(--font-mono, monospace);color:var(--text);padding:.2rem 0;word-break:break-all}.at-assertion-results{display:flex;flex-direction:column;gap:.35rem}.at-no-assertions{font-size:.82rem;color:var(--text-3);padding:.25rem 0}.at-assertion-row{display:flex;align-items:center;gap:.5rem;font-size:.82rem;padding:.35rem .55rem;border-radius:5px;background:var(--bg-3)}.at-assertion-pass{border-left:3px solid #4ade80}.at-assertion-fail{border-left:3px solid #f87171}.at-assert-icon{font-weight:700;flex-shrink:0}.at-assertion-pass .at-assert-icon{color:#4ade80}.at-assertion-fail .at-assert-icon{color:#f87171}.at-assert-field{font-family:var(--font-mono, monospace);color:var(--accent)}.at-assert-op{color:var(--text-3);font-size:.75rem}.at-assert-expected{font-family:var(--font-mono, monospace);color:var(--text-2)}.at-assert-sep{color:var(--text-3)}.at-assert-actual{font-family:var(--font-mono, monospace);color:var(--text);flex:1;word-break:break-all}.at-assert-msg{font-size:.75rem;color:#f87171}.at-method-badge{font-size:.68rem;font-weight:700;padding:.15rem .45rem;border-radius:4px;text-transform:uppercase;flex-shrink:0;font-family:var(--font-mono, monospace)}.at-method--get{background:#14532d;color:#4ade80}.at-method--post{background:#1e3a5f;color:#60a5fa}.at-method--put{background:#431407;color:#fb923c}.at-method--patch{background:#3b0764;color:#c084fc}.at-method--delete{background:#450a0a;color:#f87171}.at-method--head,.at-method--options{background:#1c2333;color:#94a3b8}.at-modal-select{width:100%;padding:.35rem .6rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-size:.85rem}.at-env-header{display:flex;gap:.5rem;align-items:center}.at-env-header select{flex:1}.at-gen-mode-bar{display:flex;gap:.35rem;margin-bottom:.25rem}.at-gen-mode-btn{padding:.28rem .7rem;border:1px solid var(--border);border-radius:5px;background:var(--bg-3);color:var(--text-2);font-size:.8rem;cursor:pointer;transition:all .12s}.at-gen-mode-btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.at-gen-preview-title{font-size:.82rem;font-weight:600;color:var(--text-2);margin-bottom:.4rem}.at-gen-preview-item{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;border-radius:5px;font-size:.81rem;background:var(--bg-3);margin-bottom:.25rem}.at-gen-preview-name{font-weight:500;flex:1}.at-gen-preview-url{font-family:var(--font-mono, monospace);color:var(--text-3);font-size:.75rem;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.at-gen-loading{font-size:.82rem;color:var(--text-3);padding:.5rem 0;display:flex;align-items:center;gap:.4rem}.at-gen-step{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;padding:.1rem .35rem;background:var(--accent);color:#fff;border-radius:.75rem;font-size:.7rem;font-weight:700}.at-gen-error{font-size:.82rem;color:#f87171;padding:.5rem 0}.at-val-badge{display:inline-flex;align-items:center;gap:.2rem;padding:.12rem .4rem;border-radius:.75rem;font-size:.68rem;font-weight:700;white-space:nowrap;cursor:default;flex-shrink:0}.at-val--good{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.at-val--warn{background:#eab30826;color:#eab308;border:1px solid rgba(234,179,8,.3)}.at-val--fail{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.at-val--pending{background:#94a3b81f;color:var(--text-3);border:1px solid rgba(148,163,184,.2);animation:at-spin .8s linear infinite}@keyframes at-spin{to{transform:rotate(360deg)}}.at-gen-val-legend{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem;padding:.4rem .5rem;background:var(--surface-2);border-radius:.35rem}.at-gen-val-note{font-size:.68rem;color:var(--text-3);margin-left:auto}.at-gen-validating{color:var(--accent);font-size:.75rem;font-weight:400}.at-val-issues{padding:.3rem .5rem .3rem 1.6rem;margin-top:.25rem;background:#ef44440f;border-left:2px solid rgba(239,68,68,.3);border-radius:0 .25rem .25rem 0}.at-val-issue{font-size:.71rem;color:var(--text-3);line-height:1.45}.at-gen-preview-item--low{opacity:.8}.at-gen-preview-item--low input[type=checkbox]{accent-color:#ef4444}.dkc-icon-wrap--teal{background:#14b8a61f;color:#14b8a6}.at-curl-textarea{width:100%;box-sizing:border-box;font-family:var(--font-mono, monospace);font-size:.8rem;line-height:1.55;background:var(--bg-3);border:1px solid var(--border);border-radius:6px;color:var(--text-1);padding:.6rem .75rem;resize:vertical}.at-curl-textarea:focus{outline:none;border-color:var(--accent)}.at-curl-error{margin-top:.5rem;font-size:.8rem;color:#f87171;background:#f8717114;border:1px solid rgba(248,113,113,.25);border-radius:5px;padding:.4rem .6rem}.at-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(6px);background:var(--bg-inv, #1e1e2e);color:var(--text-inv, #fff);font-size:.8rem;font-weight:500;padding:.45rem 1rem;border-radius:20px;box-shadow:0 4px 16px #0000004d;pointer-events:none;opacity:0;transition:opacity .15s ease,transform .15s ease;z-index:9999}.at-toast--visible{opacity:1;transform:translate(-50%) translateY(0)}.at-resp-copy-btn{margin-left:auto;font-size:.75rem;opacity:.7}.at-resp-copy-btn:hover{opacity:1}.at-import-format-hint{font-size:.78rem;color:var(--text-3);background:var(--bg-3);border:1px solid var(--border);border-radius:6px;padding:.4rem .75rem;margin-bottom:.75rem}.at-import-tabs{display:flex;gap:.25rem;margin-bottom:.75rem}.at-import-tab{padding:.3rem .75rem;font-size:.8rem;border-radius:5px;border:1px solid var(--border);background:transparent;color:var(--text-2);cursor:pointer}.at-import-tab--active{background:var(--accent);border-color:var(--accent);color:#fff}.at-file-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border:2px dashed var(--border);border-radius:8px;padding:2rem 1rem;cursor:pointer;color:var(--text-3);font-size:.82rem;transition:border-color .15s,background .15s}.at-file-drop:hover,.at-file-drop--over{border-color:var(--accent);background:rgba(var(--accent-rgb, 99,102,241),.06);color:var(--text-2)}.at-file-drop-icon{font-size:1.75rem}.at-import-select-all{font-size:.8rem;color:var(--text-3);margin-bottom:.4rem}.at-import-list{max-height:220px;overflow-y:auto}.at-gen-curl-hint{font-size:.75rem;color:var(--text-3);margin-top:.35rem;font-style:italic}.al-page-header{position:sticky;top:0;background:var(--bg-2);border-bottom:1px solid var(--border);padding:1rem 1.5rem;z-index:10;display:flex;align-items:center;gap:1rem}.al-page-title-group{flex:1;display:flex;align-items:center;gap:.75rem}.al-page-icon{font-size:1.4rem;color:var(--accent);line-height:1;flex-shrink:0}.al-page-title{font-size:1rem;font-weight:700;color:var(--text);margin:0}.al-page-sub{font-size:.78rem;color:var(--text-2);margin:.1rem 0 0}.al-page-body{max-width:1040px;margin:0 auto;padding:1.5rem;overflow-y:auto;height:calc(100vh - 64px)}.al-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem}.al-stat-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.2rem;position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}.al-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--accent);opacity:.4}.al-stat-icon{font-size:.85rem;color:var(--accent);margin-bottom:.15rem}.al-stat-value{font-size:1.65rem;font-weight:700;color:var(--text);line-height:1}.al-stat-value--sm{font-size:.95rem;word-break:break-all;line-height:1.3}.al-stat-label{font-size:.71rem;color:var(--text-2);letter-spacing:.02em;margin-top:.1rem}.al-toolbar{display:flex;gap:.75rem;margin-bottom:.85rem;align-items:center}.al-search-wrap{flex:1;position:relative;display:flex;align-items:center}.al-search-icon{position:absolute;left:.75rem;color:var(--text-3);font-size:1rem;pointer-events:none;line-height:1}.al-search-input{width:100%;padding:.5rem .75rem .5rem 2.2rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.85rem;font-family:var(--font-display);transition:border-color var(--transition),box-shadow var(--transition)}.al-search-input:focus{outline:none;border-color:var(--accent);box-shadow:var(--shadow-glow)}.al-search-input::placeholder{color:var(--text-3)}.al-filter-select{padding:.5rem .75rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.85rem;font-family:var(--font-display);cursor:pointer;min-width:148px}.al-filter-select:focus{outline:2px solid var(--accent);outline-offset:2px}.al-list{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.al-row{display:flex;align-items:stretch;border-bottom:1px solid var(--border);transition:background var(--transition)}.al-row:last-child{border-bottom:none}.al-row:hover{background:var(--bg-3)}.al-row-accent{width:3px;flex-shrink:0;background:var(--border);transition:background var(--transition)}.al-row--green .al-row-accent{background:var(--green)}.al-row--red .al-row-accent{background:var(--red)}.al-row--amber .al-row-accent{background:var(--amber)}.al-row--blue .al-row-accent{background:var(--accent)}.al-row--purple .al-row-accent{background:#8b5cf6}.al-row-main{flex:1;display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;gap:1rem;min-width:0}.al-row-left{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1}.al-row-right{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.al-action-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.71rem;font-weight:600;font-family:var(--font-display);letter-spacing:.02em;padding:.2rem .5rem;border-radius:4px;white-space:nowrap;width:fit-content}.al-action-badge--default{background:var(--bg-3);color:var(--text-2);border:1px solid var(--border)}.al-action-badge--green{background:#22c55e1a;color:#15803d;border:1px solid rgba(34,197,94,.2)}.al-action-badge--red{background:#ef444417;color:var(--red);border:1px solid rgba(239,68,68,.2)}.al-action-badge--amber{background:#f59e0b17;color:#92400e;border:1px solid rgba(245,158,11,.2)}.al-action-badge--blue{background:var(--accent-glow);color:var(--accent);border:1px solid rgba(37,99,235,.18)}.al-action-badge--purple{background:#8b5cf617;color:#6d28d9;border:1px solid rgba(139,92,246,.2)}html[data-theme=dark] .al-action-badge--green{color:#4ade80}html[data-theme=dark] .al-action-badge--amber{color:var(--amber)}html[data-theme=dark] .al-action-badge--purple{color:#a78bfa}.al-row-detail{font-size:.77rem;color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:460px}.al-user-chip{display:flex;align-items:center;gap:.4rem}.al-user-avatar{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--accent-glow);border:1px solid rgba(37,99,235,.18);color:var(--accent);font-size:.63rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.al-user-name{font-size:.8rem;font-weight:500;color:var(--text);white-space:nowrap}.al-row-ip{font-size:.7rem;color:var(--text-3);font-family:var(--font-mono);white-space:nowrap}.al-row-time{font-size:.71rem;color:var(--text-3);white-space:nowrap;cursor:default;min-width:4.5rem;text-align:right}.al-row-time:hover{color:var(--text-2)}.al-loading{padding:2.5rem 1rem;text-align:center;color:var(--text-3);font-size:.85rem}.al-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1rem;color:var(--text-3);font-size:.85rem}.al-empty-icon{font-size:2rem;opacity:.35}@media(max-width:700px){.al-stats-row{grid-template-columns:repeat(2,1fr)}.al-row-ip{display:none}.al-row-detail{max-width:200px}}.ob-modal-box{max-width:480px;text-align:center;padding:2rem 2rem 1.5rem;gap:0}.ob-modal-icon{font-size:2.5rem;margin-bottom:.75rem;line-height:1}.ob-modal-title{font-size:1.25rem;font-weight:700;color:var(--text);margin:0 0 1rem;font-family:var(--font-display)}.ob-modal-body{color:var(--text-2);line-height:1.6;margin-bottom:1.25rem;font-size:.9rem}.ob-modal-body p{margin:0 0 .6rem}.ob-modal-body p:last-child{margin-bottom:0}.ob-flow{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:1rem 0}.ob-flow-step{display:flex;flex-direction:column;align-items:center;gap:.35rem}.ob-flow-icon{font-size:1.2rem;background:var(--accent-glow);color:var(--accent);width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid var(--accent)}.ob-flow-step span:last-child{font-size:.7rem;font-weight:600;color:var(--text-2);letter-spacing:.02em}.ob-flow-arrow{color:var(--text-3);font-size:1.1rem}.ob-sub{font-size:.82rem!important;color:var(--text-3)!important}.ob-tip{display:flex;align-items:flex-start;gap:.5rem;background:var(--accent-glow);border:1px solid var(--accent);border-radius:var(--radius);padding:.7rem .9rem;text-align:left;margin-top:.75rem}.ob-tip-icon{color:var(--accent);font-size:.85rem;flex-shrink:0;margin-top:.05rem}.ob-tip span:last-child{font-size:.82rem;color:var(--text-2)}.ob-modal-dots{display:flex;gap:.4rem;justify-content:center;margin-bottom:1.25rem}.ob-dot{width:.4rem;height:.4rem;border-radius:50%;background:var(--border-hi);transition:width var(--transition),background var(--transition),border-radius var(--transition)}.ob-dot--active{background:var(--accent);width:1rem;border-radius:.2rem}.ob-modal-footer{display:flex;align-items:center;justify-content:space-between;width:100%}.ob-modal-nav{display:flex;gap:.5rem}.ob-skip{color:var(--text-3)!important}.ob-checklist{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:230px;z-index:400;overflow:hidden;animation:scaleIn .2s cubic-bezier(.4,0,.2,1) both}.ob-cl-header{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem;border-bottom:1px solid var(--border);background:var(--bg-3)}.ob-cl-title{font-size:.78rem;font-weight:600;color:var(--text);letter-spacing:.02em}.ob-cl-dismiss{background:none;border:none;color:var(--text-3);cursor:pointer;font-size:.8rem;padding:.1rem .3rem;border-radius:4px;line-height:1}.ob-cl-dismiss:hover{color:var(--text);background:var(--border)}.ob-cl-rows{padding:.3rem 0}.ob-cl-row{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;cursor:pointer;transition:background var(--transition)}.ob-cl-row:hover:not(.ob-cl-row--done){background:var(--bg-3)}.ob-cl-check{font-size:.72rem;color:var(--text-3);width:.9rem;flex-shrink:0;text-align:center}.ob-cl-row--done .ob-cl-check{color:var(--green)}.ob-cl-label{font-size:.78rem;color:var(--text-2)}.ob-cl-row--done .ob-cl-label{text-decoration:line-through;color:var(--text-3)}.cb-toggle{position:fixed;bottom:1.5rem;right:1.5rem;width:52px;height:52px;border-radius:50%;background:var(--accent);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;box-shadow:0 4px 20px #2563eb73;z-index:900;transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}.cb-toggle:hover{transform:scale(1.1);box-shadow:0 6px 24px #2563eb8c}.cb-toggle--active{background:var(--accent-dim);transform:scale(1)}.cb-panel{position:fixed;bottom:5.75rem;right:1.5rem;width:380px;height:540px;display:flex;flex-direction:column;background:var(--bg-2);border:1px solid var(--border-hi);border-radius:16px;box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014;z-index:899;opacity:0;pointer-events:none;transform:translateY(14px) scale(.96);transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);overflow:hidden}.cb-panel--open{opacity:1;pointer-events:all;transform:translateY(0) scale(1)}.cb-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem .8rem;border-bottom:1px solid var(--border);flex-shrink:0;background:linear-gradient(135deg,var(--accent-glow) 0%,transparent 100%)}.cb-header-left{display:flex;align-items:center;gap:.6rem}.cb-header-icon{width:32px;height:32px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff;flex-shrink:0}.cb-header-title{font-size:.88rem;font-weight:700;color:var(--text);line-height:1.2}.cb-header-sub{font-size:.7rem;color:var(--text-3);margin-top:1px}.cb-header-actions{display:flex;gap:.2rem}.cb-icon-btn{background:none;border:none;cursor:pointer;color:var(--text-3);font-size:.85rem;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background var(--transition),color var(--transition)}.cb-icon-btn:hover{background:var(--bg);color:var(--text)}.cb-icon-btn--tooltip{position:relative}.cb-tooltip{position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%) scale(.92);background:var(--text);color:var(--bg-2);font-size:.7rem;font-weight:500;white-space:nowrap;padding:.28rem .55rem;border-radius:5px;pointer-events:none;opacity:0;z-index:10;transition:opacity .14s ease,transform .14s ease}.cb-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-bottom-color:var(--text)}.cb-icon-btn--tooltip:hover .cb-tooltip{opacity:1;transform:translate(-50%) scale(1)}.cb-messages{flex:1;overflow-y:auto;padding:.85rem .85rem .5rem;display:flex;flex-direction:column;gap:.6rem;scroll-behavior:smooth}.cb-messages::-webkit-scrollbar{width:4px}.cb-messages::-webkit-scrollbar-track{background:transparent}.cb-messages::-webkit-scrollbar-thumb{background:var(--border-hi);border-radius:4px}.cb-msg{max-width:87%;padding:.55rem .8rem;border-radius:14px;font-size:.84rem;line-height:1.6;word-break:break-word;animation:cb-pop .18s ease}@keyframes cb-pop{0%{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.cb-msg--user{background:var(--accent);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.cb-msg--assistant{background:var(--bg-3);color:var(--text);align-self:flex-start;border:1px solid var(--border);border-bottom-left-radius:4px}.cb-msg--error{background:#fef2f2;border:1px solid #fecaca;color:var(--red);align-self:flex-start;font-size:.82rem}.cb-msg--assistant p{margin:0 0 .35rem}.cb-msg--assistant p:last-child{margin-bottom:0}.cb-msg--assistant ul,.cb-msg--assistant ol{margin:.3rem 0 .3rem 1.1rem;padding:0}.cb-msg--assistant li{margin-bottom:.2rem}.cb-msg--assistant strong{font-weight:600;color:var(--text)}.cb-msg--assistant code{background:var(--bg-2);border:1px solid var(--border);border-radius:4px;padding:.1em .35em;font-family:var(--font-mono);font-size:.79em;color:var(--accent)}.cb-typing-wrap{display:flex;align-items:center;gap:5px;padding:.65rem .9rem;border-radius:14px 14px 14px 4px}.cb-dot{width:7px;height:7px;background:var(--text-3);border-radius:50%;animation:cb-bounce 1.3s infinite ease-in-out}.cb-dot:nth-child(2){animation-delay:.18s}.cb-dot:nth-child(3){animation-delay:.36s}@keyframes cb-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.cb-nav-btn{display:inline-flex;align-items:center;gap:.3rem;margin-top:.5rem;padding:.32rem .75rem;background:var(--accent-glow);border:1px solid rgba(37,99,235,.25);border-radius:8px;color:var(--accent);font-size:.8rem;font-weight:600;cursor:pointer;transition:background var(--transition),border-color var(--transition)}.cb-nav-btn:hover{background:#2563eb26;border-color:#2563eb66}.cb-suggestions{padding:.4rem .1rem .5rem}.cb-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem .85rem;gap:.5rem}.cb-welcome-icon{font-size:2rem;color:var(--accent);line-height:1}.cb-welcome-text{font-size:.84rem;color:var(--text-2);line-height:1.55;margin:0}.cb-chips{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;padding:0 .25rem}.cb-chip{background:var(--bg);border:1px solid var(--border);border-radius:999px;padding:.3rem .75rem;font-size:.77rem;color:var(--text-2);cursor:pointer;transition:background var(--transition),border-color var(--transition),color var(--transition)}.cb-chip:hover{background:var(--accent-glow);border-color:#2563eb4d;color:var(--accent)}.cb-input-area{display:flex;align-items:flex-end;gap:.45rem;padding:.6rem .75rem;border-top:1px solid var(--border);flex-shrink:0;background:var(--bg-2)}.cb-input{flex:1;border:1px solid var(--border);border-radius:10px;padding:.5rem .7rem;font-size:.84rem;font-family:var(--font-display);resize:none;background:var(--bg);color:var(--text);line-height:1.5;max-height:100px;transition:border-color var(--transition),box-shadow var(--transition)}.cb-input::placeholder{color:var(--text-3)}.cb-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.cb-send-btn{width:36px;height:36px;border-radius:10px;background:var(--accent);border:none;color:#fff;font-size:1.05rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--transition),opacity var(--transition),transform var(--transition)}.cb-send-btn:hover{background:var(--accent-dim);transform:scale(1.05)}.cb-send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}@media(max-width:480px){.cb-panel{right:.5rem;left:.5rem;width:auto;bottom:5rem;height:480px}.cb-toggle{bottom:1rem;right:1rem}}.jira-layout{display:grid;grid-template-columns:280px 1fr;gap:1rem;height:calc(100vh - 160px);min-height:500px}.jira-sidebar{display:flex;flex-direction:column;background:var(--bg-2);border:1px solid var(--border);border-radius:.6rem;overflow:hidden}.jira-sidebar-header{display:flex;align-items:center;gap:.5rem;padding:.65rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}.jira-filters{display:flex;flex-direction:column;gap:.4rem;flex:1}.jira-select,.jira-search{background:var(--bg-3);border:1px solid var(--border);border-radius:.35rem;color:var(--text);font-size:.78rem;padding:.3rem .5rem;width:100%}.jira-search::placeholder{color:var(--muted)}.jira-search:focus{outline:none;border-color:var(--accent)}.jira-issue-list{flex:1;overflow-y:auto;padding:.4rem}.jira-list-empty{padding:1.5rem 1rem;text-align:center;color:var(--muted);font-size:.82rem}.jira-issue-item{padding:.6rem .7rem;border-radius:.4rem;cursor:pointer;transition:background var(--transition);border:1px solid transparent;margin-bottom:.2rem}.jira-issue-item:hover{background:var(--bg-3)}.jira-issue-item--active{background:var(--accent-dim);border-color:var(--accent)}.jira-issue-meta{display:flex;align-items:center;gap:.4rem;margin-bottom:.25rem}.jira-issue-key{font-size:.73rem;font-weight:600;color:var(--accent);text-decoration:none;font-family:var(--font-mono)}a.jira-issue-key:hover{text-decoration:underline}.jira-issue-title{font-size:.82rem;color:var(--text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jira-issue-priority{font-size:.7rem;color:var(--muted);margin-top:.15rem}.jira-status-chip{font-size:.65rem;font-weight:600;padding:.1rem .45rem;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.jira-status--open{background:#1a2e4a;color:#60a5fa}.jira-status--inprogress{background:#2d2a1a;color:#fbbf24}.jira-status--done{background:#14532d;color:#4ade80}.jira-status--fail{background:#450a0a;color:#f87171}.jira-type-chip{font-size:.65rem;padding:.1rem .45rem;border-radius:.3rem;background:var(--bg-3);color:var(--muted);border:1px solid var(--border)}.jira-priority-chip{font-size:.65rem;color:var(--muted);padding:.1rem .35rem}.jira-workspace{background:var(--bg-2);border:1px solid var(--border);border-radius:.6rem;overflow-y:auto;padding:1.25rem 1.5rem}.jira-detail{display:flex;flex-direction:column;gap:1.25rem}.jira-detail-header{padding-bottom:1rem;border-bottom:1px solid var(--border)}.jira-detail-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.jira-detail-title{font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.4}.jira-detail-assignee{font-size:.78rem;color:var(--muted);margin-top:.35rem}.jira-detail-section-title{font-size:.72rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem}.jira-detail-desc{font-size:.83rem;color:var(--text-2);line-height:1.6;max-height:180px;overflow-y:auto;background:var(--bg-3);border:1px solid var(--border);border-radius:.4rem;padding:.75rem}.jira-steps-hint{font-size:.82rem;color:var(--muted);margin-bottom:.75rem}.jira-steps-count{font-size:.75rem;color:var(--muted);margin-bottom:.5rem}.jira-steps-list{margin:0;padding:0 0 0 .5rem;list-style:none;display:flex;flex-direction:column;gap:.3rem}.jira-step-item{display:flex;align-items:flex-start;gap:.6rem;padding:.45rem .6rem;background:var(--bg-3);border:1px solid var(--border);border-radius:.35rem;font-size:.82rem}.jira-step-num{flex-shrink:0;width:1.3rem;height:1.3rem;background:var(--accent-dim);color:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;font-family:var(--font-mono)}.jira-step-text{flex:1;color:var(--text);line-height:1.4}.jira-steps-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:.75rem}.jira-url-row{display:flex;align-items:center;gap:.4rem;flex:1;min-width:220px}.jira-url-input{flex:1;background:var(--bg-3);border:1px solid var(--border);border-radius:.35rem;color:var(--text);font-size:.78rem;padding:.35rem .6rem}.jira-url-input::placeholder{color:var(--muted)}.jira-url-input:focus{outline:none;border-color:var(--accent)}.jira-run-status{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--muted);margin-top:.6rem}.jira-run-spinner{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:jira-spin .8s linear infinite;flex-shrink:0}@keyframes jira-spin{to{transform:rotate(360deg)}}.jira-result-card{border-radius:.5rem;border:1px solid var(--border);overflow:hidden}.jira-result--pass{border-color:#166534}.jira-result--fail{border-color:#991b1b}.jira-result--error{border-color:#92400e}.jira-result-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;gap:.75rem}.jira-result--pass .jira-result-header{background:#14532d}.jira-result--fail .jira-result-header{background:#450a0a}.jira-result--error .jira-result-header{background:#451a03}.jira-result-title{font-weight:600;font-size:.85rem;color:var(--text)}.jira-result--pass .jira-result-title{color:#4ade80}.jira-result--fail .jira-result-title{color:#f87171}.jira-result--error .jira-result-title{color:#fb923c}.jira-result-meta{font-size:.75rem;color:var(--muted)}.jira-result-msg{padding:.75rem 1rem;font-size:.82rem;color:var(--text-2)}.jira-result-steps{list-style:none;margin:0;padding:.5rem;display:flex;flex-direction:column;gap:.25rem;max-height:280px;overflow-y:auto}.jira-result-step{display:flex;align-items:flex-start;gap:.5rem;padding:.4rem .6rem;border-radius:.3rem;font-size:.81rem}.jira-result-step--pass{background:#4ade800f}.jira-result-step--fail{background:#f8717114}.jira-step-icon{flex-shrink:0;font-size:.75rem;margin-top:.1rem}.jira-result-step--pass .jira-step-icon{color:#4ade80}.jira-result-step--fail .jira-step-icon{color:#f87171}.jira-step-msg{font-size:.72rem;color:var(--muted);margin-left:.5rem}.jira-result-sync{display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;border-top:1px solid var(--border)}.jira-sync-status{font-size:.78rem;color:var(--muted)}.jira-sync-status--ok{color:#4ade80}.jira-sync-status--err{color:#f87171}.jira-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;padding:3rem 2rem;text-align:center;color:var(--muted);min-height:320px}.jira-empty-state--inline{min-height:200px}.jira-empty-icon{width:48px;height:48px;border-radius:.5rem;background:var(--bg-3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;color:var(--accent)}.jira-empty-state h3{font-size:1rem;color:var(--text);margin:0}.jira-empty-state p{font-size:.85rem;max-width:320px;line-height:1.5;margin:0}.int-card{border:1px solid var(--border);border-radius:.55rem;overflow:hidden;margin-bottom:1rem}.int-card-header{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem 1rem;background:var(--bg-3);border-bottom:1px solid var(--border)}.int-card-icon{width:36px;height:36px;border-radius:.4rem;background:#0052cc;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0}.int-card-info{flex:1}.int-card-name{font-size:.88rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.int-card-desc{font-size:.78rem;color:var(--muted);line-height:1.45}.int-status-badge{font-size:.68rem;font-weight:600;padding:.2rem .55rem;border-radius:999px;flex-shrink:0;margin-top:.1rem;text-transform:uppercase;letter-spacing:.04em}.int-status-badge--on{background:#14532d;color:#4ade80}.int-status-badge--off{background:var(--bg-3);color:var(--muted);border:1px solid var(--border)}.int-card-body{padding:1rem}.int-form{display:flex;flex-direction:column;gap:.75rem}
