:root{color-scheme:light;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--radius: .75rem;--primary: #3b82f6;--primary-hover: #2563eb;--background: #f8fafc;--card-bg: #ffffff;--border: #e5e7eb;--text: #0f172a;--muted: #64748b;--surface: rgba(255, 255, 255, .9);--surface-strong: var(--card-bg);--text-primary: var(--text);--text-secondary: var(--muted);--accent: var(--primary);--accent-strong: var(--primary-hover);--success: #0d9d6c;--error: #cd3658;--bg: var(--background);--bg-accent: #d6e5ff;--panel: var(--surface);--panel-strong: var(--surface-strong);--line: var(--border);--primary-strong: #1645b0;--danger: var(--error);--shadow: 0 8px 24px rgba(0, 0, 0, .08);font-family:Sora,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:radial-gradient(circle at top left,rgba(108,163,255,.3),transparent 30%),radial-gradient(circle at top right,rgba(33,104,243,.14),transparent 24%),linear-gradient(180deg,#f4f9ff,#e8f2ff)}:root[data-theme=dark]{color-scheme:dark;--background: #081427;--surface: rgba(10, 25, 49, .84);--surface-strong: #0d1f3e;--border: rgba(158, 194, 255, .12);--text-primary: #edf4ff;--text-secondary: #a9bddb;--accent: #6ca7ff;--accent-strong: #9cc3ff;--success: #4ed19d;--error: #ff8aa3;--bg: var(--background);--bg-accent: #102446;--panel: var(--surface);--panel-strong: var(--surface-strong);--line: var(--border);--text: var(--text-primary);--muted: var(--text-secondary);--primary: var(--accent);--primary-strong: #9cc3ff;--danger: var(--error);--shadow: 0 24px 60px rgba(0, 0, 0, .34);background:radial-gradient(circle at top left,rgba(108,167,255,.18),transparent 24%),radial-gradient(circle at top right,rgba(41,117,255,.14),transparent 20%),linear-gradient(180deg,#0c1830,#071120)}:root[data-theme=dark] .sidebar{background:linear-gradient(180deg,#08152bf0,#081224f5),radial-gradient(circle at top,rgba(108,167,255,.2),transparent 42%)}:root[data-theme=dark] .nav-link{background:#ffffff0a}:root[data-theme=dark] .nav-link.is-active{background:linear-gradient(180deg,#112c58fa,#0c2146f5)}:root[data-theme=dark] .user-chip,:root[data-theme=dark] .record-card,:root[data-theme=dark] .mini-card,:root[data-theme=dark] .step-card,:root[data-theme=dark] .step-create,:root[data-theme=dark] .modal-case-picker,:root[data-theme=dark] .stack-item,:root[data-theme=dark] .segment,:root[data-theme=dark] .elevated-toolbar{background:#ffffff0a}:root[data-theme=dark] .page-header,:root[data-theme=dark] .panel,:root[data-theme=dark] .stat-card,:root[data-theme=dark] .design-context-bar.is-sticky{background:linear-gradient(180deg,#0b1c38eb,#08162ce6),radial-gradient(circle at top right,rgba(108,167,255,.12),transparent 32%)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{font-size:clamp(14px,1vw,18px);scrollbar-gutter:stable}body{min-width:320px;background:transparent;overflow-x:hidden}button,input,select,textarea{font:inherit}body,button,input,select,textarea,.sidebar,.panel,.stat-card,.record-card,.mini-card,.page-header,.nav-link,.user-chip,.theme-switch,.progress-meter-fill{transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}button{cursor:pointer}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:.85rem .95rem;background:var(--panel-strong);color:var(--text)}.project-dropdown{width:100%;min-width:0}.project-dropdown-trigger{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem .95rem;border:1px solid var(--line);border-radius:14px;background:var(--panel-strong);color:var(--text);text-align:left}.project-dropdown-trigger:disabled{cursor:not-allowed}.project-dropdown-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-dropdown-icon{display:inline-flex;flex-shrink:0;transition:transform .18s ease}.project-dropdown-icon.is-open{transform:rotate(180deg)}.project-dropdown-menu{position:fixed;z-index:80;display:grid;gap:.35rem;padding:.45rem;overflow-y:auto;border-radius:18px;border:1px solid var(--line);background:var(--panel-strong);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.project-dropdown-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--text);text-align:left}.project-dropdown-option:hover{background:#2168f30f}.project-dropdown-option.is-selected{background:#2168f31a;border-color:#2168f329}.project-dropdown-option span{min-width:0;overflow-wrap:anywhere}.project-dropdown-option strong{flex-shrink:0;font-size:.74rem;color:var(--primary-strong)}.catalog-view-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem;border:1px solid var(--line);border-radius:999px;background:var(--panel-strong)}.catalog-view-button{border:0;border-radius:999px;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;width:2.45rem;height:2.45rem;padding:0}.catalog-view-button.is-active{background:var(--primary);color:#fff}.tile-card-header-meta{margin-left:auto;display:inline-flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.display-id-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .25rem .2rem .55rem;border:1px solid var(--line);border-radius:999px;background:var(--panel-strong);max-width:100%}.display-id-badge code{font-size:.78rem;color:var(--primary-strong);white-space:nowrap}.display-id-copy{border:0;border-radius:999px;background:#2168f31a;color:var(--primary-strong);padding:.3rem .55rem;font-size:.72rem}.catalog-table-wrap{width:100%;border:1px solid rgba(133,154,189,.14);border-radius:20px;background:#ffffffeb;box-shadow:inset 0 1px #ffffff9e}.catalog-data-table tbody tr{cursor:pointer}.catalog-data-table tbody tr.is-active-row{background:#2168f314}.catalog-row-subcopy{margin-top:.2rem;font-size:.82rem;color:var(--muted)}.action-row.compact{gap:.4rem;flex-wrap:wrap}textarea{resize:vertical}.primary-button,.ghost-button,.tab-button,.link-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;border:0;padding:.8rem 1.1rem;transition:transform .14s ease,background .14s ease,opacity .14s ease}.primary-button{background:var(--primary);color:#fff}.primary-button:hover,.ghost-button:hover,.tab-button:hover{transform:translateY(-1px)}.ghost-button{background:#b5523314;color:var(--primary-strong)}.ghost-button.danger{background:#9a3a2f1a;color:var(--danger)}.ghost-button.warning{background:#d885271f;color:#b96b00}.link-button{background:transparent;color:var(--primary-strong);padding:0;text-align:left}.splash-screen,.empty-state{display:grid;place-items:center;min-height:50vh;color:var(--muted)}.auth-layout{min-height:100vh;display:grid;grid-template-columns:1.2fr .9fr;gap:2rem;padding:2rem}.auth-hero,.auth-panel,.sidebar,.panel,.stat-card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-hero{border-radius:36px;padding:3rem;display:flex;flex-direction:column;justify-content:center}.auth-hero h1{font-size:clamp(2.4rem,6vw,4.5rem);line-height:.96;margin:.25rem 0 1rem;max-width:12ch}.auth-panel{border-radius:32px;padding:2rem;align-self:center}.brand-mark{min-width:72px;height:56px;border-radius:18px;background:linear-gradient(135deg,#d46840,#8f341d);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;padding:0 .9rem;margin-bottom:1rem}.brand-mark.large{min-width:104px;height:72px;font-size:1.25rem}.eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;margin:0 0 .35rem}.tab-row{display:inline-flex;gap:.5rem;background:#b5523314;padding:.35rem;border-radius:999px;margin-bottom:1.25rem}.tab-button{background:transparent;color:var(--muted)}.tab-button.is-active{background:#fff;color:var(--text)}.auth-form,.form-grid{display:grid;gap:1rem}.form-field{display:grid;gap:.45rem}.form-field>span{font-size:.88rem;color:var(--muted)}.form-error,.inline-message{color:var(--danger);margin:0}.form-success{color:var(--success);margin:0}.forgot-password-header,.reset-password-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.forgot-password-header h3,.reset-password-header h3{margin:0 0 .5rem;font-size:1.25rem;color:var(--text)}.forgot-password-header p,.reset-password-header p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.5}.success-message{color:var(--success)}.success-screen{display:grid;place-items:center;gap:1.5rem;padding:2rem 1rem;text-align:center}.success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#2e7d52,#5bc58a);display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;font-weight:700;box-shadow:0 8px 24px #2e7d524d}.success-screen-title{margin:0;font-size:1.75rem;font-weight:700;line-height:1.2;color:var(--text)}.success-screen .form-success{font-size:1rem!important;line-height:1.6;max-width:60ch;margin-bottom:2rem}.app-shell{display:grid;grid-template-columns:310px minmax(0,1fr);gap:1rem;min-height:100vh;padding:1rem;align-items:start}.sidebar{position:sticky;top:1rem;height:calc(100vh - 2rem);border-radius:34px;padding:1.4rem;display:flex;flex-direction:column;gap:1rem;overflow:hidden;background:linear-gradient(180deg,#fffaf4f5,#f5e9d8eb),radial-gradient(circle at top,rgba(212,104,64,.12),transparent 40%)}.sidebar h1{margin:0}.sidebar-top{display:grid;gap:.75rem}.sidebar-copy{color:var(--muted)}.nav-list{display:grid;gap:1rem;margin:0;flex:1;align-content:start;overflow:auto;scrollbar-gutter:stable both-edges;padding-right:.2rem}.nav-group{display:grid;gap:.55rem}.nav-group-label{margin:0;padding:0 .85rem;color:var(--muted);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase}.nav-group-items{display:grid;gap:.45rem}.nav-link{color:var(--muted);text-decoration:none;padding:1rem 1.05rem;border-radius:20px;border:1px solid transparent;background:#ffffff7a;transition:transform .14s ease,background .14s ease,border-color .14s ease,box-shadow .14s ease}.nav-link:hover{transform:translateY(-1px)}.nav-link.is-active{background:linear-gradient(180deg,#fffbf6fa,#f5e7d2f5);color:var(--primary-strong);border-color:#b5523338;font-weight:600;box-shadow:inset 0 1px #fff9}.nav-link-icon{display:inline-flex;align-items:center;justify-content:center}.nav-link{display:flex;align-items:center;gap:.85rem}.nav-link-label{white-space:nowrap}.sidebar-footer{display:grid;gap:1rem;padding-top:1rem;border-top:1px solid var(--line)}.user-chip{background:#ffffffb8;padding:.9rem 1rem;border-radius:18px;display:grid;border:1px solid rgba(85,63,32,.08)}.user-chip span{color:var(--muted)}.sidebar-brand-row{display:flex;align-items:center;gap:.9rem}.brand-copy{display:grid;gap:.05rem}.brand-copy strong{font-size:1.05rem}.brand-copy span{color:var(--muted);font-size:.95rem}.sidebar-collapse-button{margin-left:auto;width:2.2rem;height:2.2rem;padding:0}.sidebar-project-picker{display:grid;gap:.4rem}.sidebar-project-picker span{color:var(--muted);font-size:.82rem}.theme-toggle{display:flex;justify-content:space-between;gap:1rem;align-items:center}.theme-toggle strong{display:block}.theme-toggle span{color:var(--muted);font-size:.88rem}.theme-switch{width:3.4rem;height:2rem;border:1px solid var(--line);border-radius:999px;padding:.2rem;background:#b552331f;position:relative}.theme-switch span{display:block;width:1.45rem;height:1.45rem;border-radius:999px;background:#fff;box-shadow:0 6px 18px #140e0926;transform:translate(0);transition:transform .18s ease}.theme-switch.is-dark span{transform:translate(1.35rem)}.theme-switch.compact{width:100%}.sidebar-signout{display:flex;align-items:center;gap:.7rem;justify-content:center}.sidebar.is-collapsed .nav-link{justify-content:center;padding-inline:0}.workspace-main{min-width:0;min-height:calc(100vh - 2rem);padding:0 0 1rem}.page-content{display:grid;gap:1.25rem;min-width:0}.subnav-tabs{display:flex;flex-wrap:wrap;gap:.75rem}.subnav-tab{border:1px solid rgba(85,63,32,.08);border-radius:20px;background:#ffffff9e;color:var(--muted);padding:.9rem 1rem;min-width:150px;text-align:left;display:grid;gap:.2rem;transition:transform .14s ease,border-color .14s ease,background .14s ease}.subnav-tab strong{color:var(--text)}.subnav-tab span{font-size:.82rem}.subnav-tab.is-active{background:linear-gradient(180deg,#fffbf5f5,#f6e8d4f5);border-color:#b552333d}.page-header{background:linear-gradient(140deg,#fffcf6e0,#f8efe1d6),radial-gradient(circle at top right,rgba(181,82,51,.1),transparent 30%);border:1px solid var(--line);border-radius:28px;padding:1.6rem 1.9rem;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;box-shadow:var(--shadow)}.page-header-text{min-width:0;flex:1 1 auto}.page-header--actions-only{justify-content:flex-end;align-items:center;padding-block:.75rem;padding-inline:1.1rem}.page-header--actions-only .page-actions{width:100%;justify-content:flex-end}.page-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0;align-self:center}.page-header-title{font-size:clamp(1.8rem,3vw,3rem);margin:0;font-weight:700;line-height:1.15;color:inherit}.page-description{margin:.35rem 0 0;color:var(--muted);max-width:66ch}.stats-grid,.two-column-grid,.three-column-grid,.workspace-grid,.stack-grid{display:grid;gap:1rem}.stats-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.three-column-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr)}.design-layout{display:grid;gap:1rem;grid-template-columns:minmax(240px,280px) minmax(280px,360px) minmax(0,1fr);align-items:start}.stack-grid{grid-template-columns:1fr}.stat-card,.panel{border-radius:26px;padding:1.25rem;background:linear-gradient(180deg,#fffcf6e6,#f8eedfd1)}.stat-card span,.panel-head p{color:var(--muted)}.stat-card strong{display:block;font-size:2rem;margin:.6rem 0 .4rem}.panel-head h3{margin:0}.record-list{display:grid;gap:.8rem}.record-card{border:1px solid rgba(85,63,32,.08);background:#ffffffc7;border-radius:20px;padding:1rem;display:flex;justify-content:space-between;gap:.8rem;align-items:flex-start;text-align:left;transition:transform .14s ease,background .14s ease,border-color .14s ease}.record-card strong,.mini-card strong,.detail-summary strong{display:block}.record-card span,.record-card small,.mini-card span,.detail-summary span{color:var(--muted)}.record-card.is-active{background:linear-gradient(180deg,#fffaf3fa,#f3e5cefa);border-color:#b552333d;box-shadow:0 14px 28px #40280b14}.record-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.suite-selector-grid,.suite-tree,.tree-children{display:grid;gap:.8rem}.tree-suite{display:grid;gap:.75rem;align-content:start}.tree-children{padding-left:1rem;border-left:1px dashed rgba(85,63,32,.16);align-content:start}.mini-card{background:#ffffffb8;border:1px solid rgba(85,63,32,.08);border-radius:20px;padding:1rem;display:grid;gap:.55rem;align-content:start}.detail-stack{display:grid;gap:1rem}.detail-summary{display:grid;gap:.25rem;padding:1rem;border-radius:20px;background:linear-gradient(180deg,#fffbf5f5,#f2e9dcf5);border:1px solid rgba(85,63,32,.08)}.metric-strip{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.metric-strip .mini-card{min-height:100%}.metric-strip .mini-card strong{font-size:1.25rem}.progress-meter{display:grid;gap:.35rem;margin-top:.35rem}.progress-meter-track{position:relative;display:flex;width:100%;height:.55rem;border-radius:999px;background:#685a471f;overflow:hidden}.progress-meter-fill,.progress-meter-segment{height:100%;transition:width .18s ease}.progress-meter-fill{border-radius:inherit}.progress-meter-fill.is-info{background:linear-gradient(90deg,#cb6946,#f1b17a 45%,#49a56f)}.progress-meter-fill.is-success,.progress-meter-segment.is-success{background:linear-gradient(90deg,#1ea86e,#36c98c)}.progress-meter-fill.is-danger,.progress-meter-segment.is-danger{background:linear-gradient(90deg,#d23d5d,#f06a87)}.progress-meter-fill.is-neutral,.progress-meter-segment.is-neutral{background:linear-gradient(90deg,#cfd8e8,#e3eaf4)}.progress-meter-fill.is-info,.progress-meter-segment.is-info{background:linear-gradient(90deg,#2168f3,#63b3ff)}.progress-meter-copy{display:flex;flex-wrap:wrap;gap:.4rem .65rem;align-items:baseline}.skeleton-block{min-height:78px;border-radius:18px;background:linear-gradient(90deg,#ffffff2e,#ffffff61,#ffffff2e);background-size:200% 100%;animation:shimmer 1.2s linear infinite}.tile-card-skeleton{position:relative;min-height:clamp(12rem,18vw,14.5rem);border-radius:24px;border:1px solid rgba(27,84,174,.08);overflow:hidden;background:linear-gradient(90deg,#ffffff1f,#ffffff57,#ffffff1f)}.tile-card-skeleton:before{content:"";position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;border-radius:18px;background:linear-gradient(#ffffffe6,#ffffffe6) 0 0 / 62% .98rem no-repeat,linear-gradient(#ffffffc7,#ffffffc7) 0 1.8rem / 88% .78rem no-repeat,linear-gradient(#ffffffc7,#ffffffc7) 0 3.1rem / 74% .78rem no-repeat,linear-gradient(#ffffffad,#ffffffad) 0 calc(100% - 1.05rem) / 44% .78rem no-repeat,radial-gradient(circle at top right,rgba(99,179,255,.18),transparent 22%);opacity:.92}.progress-meter-copy strong{font-size:.92rem}.progress-meter-copy span,.progress-meter-copy small{color:var(--muted)}.design-context-bar{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.design-context-bar.is-sticky{position:sticky;top:1rem;z-index:5;padding:1rem;border-radius:24px;background:#fffcf6d1;border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.context-field{display:grid;gap:.45rem}.context-field span{color:var(--muted);font-size:.86rem}.context-value{min-height:2.9rem;display:flex;align-items:center;padding:.72rem .9rem;border-radius:16px;border:1px solid rgba(27,84,174,.12);background:#f1f6ffdb;color:var(--text);font-weight:600;box-shadow:inset 0 1px #ffffffb8}.design-context-bar.is-read-only .context-value{cursor:default}:root[data-theme=dark] .context-value{border-color:#98b7eb24;background:#0e1f3acc;color:#eef5ff;box-shadow:inset 0 1px #ffffff0a}.design-sidebar-actions,.design-list-toolbar{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.catalog-search-filter{position:relative;flex:1 1 18rem;min-width:min(100%,18rem);max-width:100%}.catalog-search-field{position:relative;width:100%}.catalog-search-field input{width:100%;padding-right:3.35rem}.catalog-filter-button{position:absolute;top:50%;right:.45rem;width:2.2rem;height:2.2rem;padding:0;border:1px solid transparent;border-radius:14px;background:transparent;color:#6d80a3;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.catalog-filter-button:hover{transform:translateY(calc(-50% - 1px))}.catalog-filter-button.is-active{background:#edf2fb;border-color:#2168f324;color:#1c345e}.catalog-filter-badge{position:absolute;top:-.15rem;right:-.05rem;min-width:1rem;height:1rem;padding:0 .25rem;border-radius:999px;background:#2168f3;color:#fff;font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.catalog-filter-popover{position:absolute;top:calc(100% + .6rem);right:0;z-index:80;width:min(22rem,calc(100vw - 3rem));max-width:calc(100vw - 1.5rem);max-height:calc(100dvh - 1.5rem);overflow-y:auto;overscroll-behavior:contain;padding:.95rem;box-sizing:border-box;border-radius:20px;border:1px solid rgba(18,40,75,.1);background:#fffffff5;box-shadow:0 20px 48px #1c366729;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.catalog-filter-popover-header{display:grid;gap:.15rem;margin-bottom:.85rem}.catalog-filter-popover-header span{color:var(--muted);font-size:.88rem}.catalog-filter-grid{display:grid;gap:.8rem}.catalog-filter-field{display:grid;gap:.35rem}.catalog-filter-field span{color:var(--muted);font-size:.86rem}.catalog-filter-actions{display:flex;justify-content:flex-end;gap:.6rem}@media (max-width: 640px){.catalog-search-filter{flex-basis:100%;min-width:100%}.catalog-filter-popover{width:calc(100vw - 1.5rem)}.catalog-filter-actions{justify-content:stretch}.catalog-filter-actions>*{width:100%}}.design-sidebar-actions.compact{margin-top:-.35rem}.design-list-toolbar.secondary{margin-top:-.25rem}.design-filter-chip.is-active{outline:1px solid rgba(181,82,51,.24)}.suite-sidebar-list,.test-case-list,.step-list{display:grid;gap:.8rem}.record-card-body{flex:1;min-width:0}.count-pill{display:inline-flex;min-width:2rem;justify-content:center;align-items:center;padding:.35rem .6rem;border-radius:999px;background:#b552331f;color:var(--primary-strong);font-size:.82rem;font-weight:600}.drag-handle{color:var(--muted);letter-spacing:.08em;font-weight:700;opacity:.75}.history-bars{display:flex;gap:.25rem;min-height:12px}.history-bar{width:100%;min-width:10px;height:10px;border-radius:999px;background:#685a472e;transition:transform .14s ease,opacity .14s ease}.history-bar:hover{transform:scaleY(1.2)}.history-bar.is-passed{background:#2e7d52d9}.history-bar.is-failed{background:#9a3a2fe6}.history-bar.is-blocked{background:#b55233d9}.selection-checkbox{display:inline-flex;align-items:flex-start;padding-top:.2rem}.selection-checkbox input{width:auto}.step-editor{display:grid;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.editor-accordion{display:grid;gap:1rem}.editor-accordion-section{border:1px solid rgba(18,40,75,.08);border-radius:24px;background:#ffffffb8;overflow:visible}.editor-accordion-section.is-expanded{background:linear-gradient(180deg,#fffbf5f5,#f3e7d6d1)}.editor-accordion-head{display:flex;align-items:flex-start;gap:.75rem}.editor-accordion-toggle{width:100%;flex:1 1 auto;min-width:0;border:0;background:transparent;color:inherit;display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;text-align:left}.editor-accordion-actions{display:inline-flex;align-items:center}.editor-accordion-toggle-main{min-width:0;flex:1 1 auto;display:flex;align-items:flex-start;gap:.8rem}.editor-accordion-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem;color:var(--primary);transition:transform .18s ease}.editor-accordion-icon.is-expanded{transform:rotate(90deg)}.editor-accordion-toggle-copy{min-width:0;display:grid;gap:.35rem}.editor-accordion-toggle-copy strong{display:block}.editor-accordion-toggle-copy span{color:var(--text-secondary);line-height:1.45;overflow-wrap:anywhere}.editor-accordion-toggle-meta{flex-shrink:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:.65rem;padding:1rem 1.1rem 1rem 0;flex-wrap:wrap}.editor-accordion-toggle-count{font-size:.82rem;color:var(--text-secondary);white-space:nowrap}.editor-accordion-toggle-state{border:0;background:transparent;padding:0;font:inherit;font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);cursor:pointer;white-space:nowrap}.editor-accordion-toggle-state:hover:not(:disabled){color:var(--primary-strong)}.editor-accordion-body{display:grid;gap:1rem;padding:1rem 1.1rem 1.1rem;border-top:1px solid var(--line)}.editor-accordion-body .step-editor{margin-top:0;padding-top:0;border-top:0}.requirement-accordion{display:grid;gap:1rem}.requirement-accordion-section{border:1px solid rgba(18,40,75,.08);border-radius:24px;background:#ffffffb8;overflow:hidden}.requirement-accordion-section.is-expanded{background:linear-gradient(180deg,#fffbf5f5,#f3e7d6d1)}.requirement-accordion-toggle{width:100%;border:0;background:transparent;color:inherit;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;text-align:left}.requirement-accordion-toggle-main{min-width:0;display:flex;align-items:flex-start;gap:.8rem}.requirement-accordion-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem;color:var(--primary);transition:transform .18s ease}.requirement-accordion-icon.is-expanded{transform:rotate(90deg)}.requirement-accordion-toggle-copy{min-width:0;display:grid;gap:.35rem}.requirement-accordion-toggle-copy strong{display:block}.requirement-accordion-toggle-copy span{color:var(--text-secondary);line-height:1.45;overflow-wrap:anywhere}.requirement-accordion-toggle-meta{flex-shrink:0;display:grid;gap:.25rem;justify-items:end}.requirement-accordion-toggle-count{font-size:.82rem;color:var(--text-secondary)}.requirement-accordion-toggle-state{font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}.requirement-accordion-body{display:grid;gap:1rem;padding:1rem 1.1rem 1.1rem;border-top:1px solid var(--line)}.step-card,.step-create{background:#ffffffad;border:1px solid rgba(85,63,32,.08);border-radius:20px;padding:1rem}.step-card{display:grid;gap:.8rem;position:relative;z-index:0}.step-card:hover,.step-card:focus-within{z-index:12}.step-editor .step-list{gap:.5rem}.step-card-top{display:flex;justify-content:space-between;gap:.75rem;align-items:center;position:relative}.step-card-top .step-card-toggle{min-width:0;flex:1;padding-right:4.85rem}.step-card.is-expanded{background:linear-gradient(180deg,#fffbf5f5,#f3e7d6f5)}.step-card--shared{border-color:#0d9d6c33;background:linear-gradient(180deg,#f7fffbf5,#eaf9f1f0)}.step-card--shared.is-expanded{background:linear-gradient(180deg,#f2fff9fa,#e0f5ebf5)}.step-card--grouped{border-color:#2168f329;background:linear-gradient(180deg,#f8fcfff5,#ecf5fff0)}.step-card--grouped.is-expanded{background:linear-gradient(180deg,#f4fafffa,#e5f0fff5)}.step-card.step-status-passed{border-color:#2e7d523d}.step-card.step-status-failed{border-color:#9a3a2f3d}.step-card.step-status-blocked{border-color:#b552333d}.step-card-toggle{border:0;background:transparent;padding:0;width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;text-align:left;color:inherit}.step-card-toggle-main{display:flex;justify-content:space-between;gap:1rem;align-items:center}.step-card-toggle-meta{display:inline-flex;align-items:center;gap:.6rem;flex-shrink:0}.step-card-summary{min-width:0}.step-card-summary-row{display:flex;align-items:center;gap:.75rem;min-width:0}.step-card-summary-top{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.step-card-summary strong{display:block}.step-card-summary span{color:var(--muted);line-height:1.45}.step-card-type-tool{flex-shrink:0}.suite-step-group-note{display:block;color:var(--text-secondary);font-size:.78rem;line-height:1.35}.step-card-toggle-state{flex-shrink:0;color:var(--primary);display:inline-flex;align-items:center;justify-content:center}.step-card-toggle-state svg{width:1.1rem;height:1.1rem}.step-card-body{display:grid;gap:.8rem}.step-kind-badge{display:inline-flex;align-items:center;justify-content:center;min-height:1.35rem;padding:.1rem .35rem;gap:.35rem;border:1px solid rgba(85,63,32,.12);border-radius:6px;background:#553f200d;color:var(--text-secondary);font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.step-kind-badge svg{width:.95rem;height:.95rem}.step-kind-badge.is-shared{border-color:#0d9d6c2e;background:#0d9d6c1f;color:var(--success)}.step-kind-badge.is-standard,.step-kind-badge.is-local{border-color:#2168f329;background:#2168f314;color:var(--primary-strong)}.step-editor-toolbar,.step-card-actions{align-items:center}.panel-head-actions-row{display:flex;align-items:center;gap:.6rem}.step-editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.step-editor-toolbar .step-card-menu--inline{margin-left:auto}.step-editor--shared .step-editor-toolbar{justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.step-editor--shared .step-editor-toolbar .step-card-menu--inline{margin-left:0}.shared-step-workspace-form{padding-top:.45rem}.shared-step-workspace-nav{display:flex;justify-content:flex-start;margin-bottom:.25rem}.shared-step-workspace-form .step-editor--shared{margin-top:.35rem}.shared-step-workspace-form .requirement-accordion-section{margin-top:.15rem}.step-select-all{font-weight:600;color:var(--text-secondary)}.step-action-button{position:relative;width:2.2rem;height:2.2rem;padding:0;border:1px solid rgba(33,104,243,.12);border-radius:999px;background:#b5523314;color:var(--primary-strong);display:inline-flex;align-items:center;justify-content:center;transition:transform .14s ease,background .14s ease,border-color .14s ease,opacity .14s ease}.step-action-button:hover:not(:disabled){transform:translateY(-1px)}.step-action-button svg{width:1rem;height:1rem}.step-action-count{position:absolute;top:-.35rem;right:-.35rem;min-width:1.05rem;height:1.05rem;padding:0 .25rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.66rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px var(--panel-strong)}.step-action-button--primary{background:var(--primary);border-color:transparent;color:#fff}.step-action-button--danger{background:#cd36581a;border-color:#cd36582e;color:var(--danger)}.step-card-action-menu{position:absolute;top:.7rem;right:.7rem;z-index:2;max-width:calc(100% - 1.4rem);padding:.18rem;border:1px solid rgba(33,104,243,.1);border-radius:999px;background:#ffffffeb;box-shadow:0 10px 24px #1b54ae1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:inline-flex;align-items:center;justify-content:flex-end;gap:.35rem;flex-wrap:wrap;opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .14s ease,transform .14s ease}.step-card:hover .step-card-action-menu,.step-card:focus-within .step-card-action-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.step-card-menu{position:relative;display:inline-flex;align-items:center;gap:.35rem;z-index:3;flex-direction:row}.step-card-menu--floating{position:absolute;top:50%;right:.7rem;transform:translateY(-50%)}.step-inline-tools{position:absolute;top:50%;right:2.7rem;display:inline-flex;align-items:center;gap:.35rem;z-index:2;transform:translateY(-50%)}.step-inline-tool-shell{position:relative;display:inline-flex;z-index:8}.step-inline-tool{width:1.95rem;height:1.95rem;border:1px solid rgba(33,104,243,.12);border-radius:999px;background:#ffffffeb;color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease}.step-inline-tool svg{width:.95rem;height:.95rem}.step-inline-tool:hover:not(:disabled){transform:translateY(-1px);color:var(--primary-strong)}.step-inline-tool.is-active{border-color:#0d9d6c33;background:#0d9d6c1a;color:var(--success)}.step-inline-tool.is-type{color:var(--primary-strong)}.step-inline-tool--group{width:1.85rem;height:1.85rem}.step-type-menu{position:absolute;top:calc(100% + .35rem);left:0;right:auto;min-width:8.75rem;padding:.35rem;border:1px solid rgba(33,104,243,.12);border-radius:14px;background:#fffffffa;box-shadow:0 14px 30px #1b54ae29;display:grid;gap:.2rem;z-index:10}.step-type-menu-item{border:0;background:transparent;border-radius:10px;padding:.45rem .55rem;display:inline-flex;align-items:center;gap:.5rem;color:inherit}.step-type-menu-item.is-active{background:#2168f314;color:var(--primary-strong)}.step-type-menu-item:hover:not(:disabled){background:#2168f30f}.step-card-menu--floating .step-card-menu-panel{right:0}.step-card-menu--floating .step-card-menu-panel.is-horizontal{position:absolute;top:50%;right:100%;left:auto;transform:translateY(-50%)}.step-card-menu--floating .step-card-menu-trigger{width:auto;height:auto;padding:.2rem;border:0;border-radius:8px;background:transparent;box-shadow:none;color:var(--text-secondary)}.step-card-menu--floating .step-card-menu-trigger svg{width:18px;height:18px}.step-card-menu-preview{display:inline-flex;align-items:center;gap:.2rem;color:var(--text-secondary)}.step-card-menu-preview-icon{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:999px;background:#2168f30f}.step-card-menu--inline .step-card-menu-trigger,.step-card-menu--flat .step-card-menu-trigger{width:auto;height:auto;padding:.2rem;border:0;border-radius:8px;background:transparent;box-shadow:none}.step-card-menu--inline .step-card-menu-panel.is-horizontal{position:relative;top:auto;right:auto}.step-card-menu--inline-right .step-card-menu-trigger{order:2}.step-card-menu--inline-right .step-card-menu-panel.is-horizontal{order:1}.step-card-menu-trigger{width:2.2rem;height:2.2rem;padding:0;border:1px solid rgba(33,104,243,.12);border-radius:999px;background:#ffffffeb;color:var(--primary-strong);display:inline-flex;align-items:center;justify-content:center;transition:transform .14s ease,background .14s ease,border-color .14s ease}.step-card-menu-trigger:hover:not(:disabled){transform:translateY(-1px)}.step-card-menu-panel{position:absolute;top:2.6rem;right:0;min-width:16rem;padding:.35rem;border:1px solid rgba(33,104,243,.12);border-radius:16px;background:#fffffffa;box-shadow:0 14px 30px #1b54ae29;display:grid;gap:.15rem}.step-card-menu-panel.is-horizontal{position:relative;top:auto;right:auto;width:max-content;min-width:0;max-width:min(calc(100vw - 6rem),36rem);padding:.2rem;border-radius:999px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;gap:.35rem}.step-card-menu-panel.is-horizontal .step-card-menu-item{flex:0 0 auto;grid-template-columns:1fr;justify-items:center;padding:.45rem;min-width:2.2rem;min-height:2.2rem}.step-card-menu-panel.is-horizontal .step-card-menu-item-content{display:none}.step-card-menu-panel.is-horizontal::-webkit-scrollbar{display:none}.step-card-menu--inline{opacity:1;pointer-events:auto;transform:translateY(0);transition:opacity .14s ease,transform .14s ease}.step-card-menu--inline .step-card-menu-panel.is-horizontal{border:1px solid rgba(33,104,243,.1);background:#ffffffeb;box-shadow:0 10px 24px #1b54ae1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.step-editor--embedded:hover .step-editor-actions,.step-editor--embedded:focus-within .step-editor-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.step-card-menu-item{border:0;background:transparent;display:grid;grid-template-columns:auto 1fr;gap:.5rem;align-items:center;padding:.45rem .6rem;border-radius:10px;color:inherit;text-align:left;transition:background .14s ease,color .14s ease}.step-card-menu-item svg{width:1rem;height:1rem}.step-card-menu-item-content{display:grid;gap:.12rem}.step-card-menu-item-label{font-size:.84rem;font-weight:600}.step-card-menu-item-description{color:var(--text-secondary);font-size:.74rem;line-height:1.35}.step-card-menu-item:hover:not(:disabled){background:#2168f314}.step-card-menu-item:disabled{opacity:.55;cursor:not-allowed}.step-card-menu-item.is-danger{color:var(--danger)}.step-card-menu-item.is-danger:hover:not(:disabled){background:#cd36581f}.step-card-menu-item.is-primary{color:var(--primary-strong)}.step-insert-slot{display:grid;align-items:center;justify-items:center;margin:.2rem 0}.step-insert-slot.is-active{min-height:auto}.step-insert-slot.is-active .step-create{width:100%}.step-create--inline{margin:.2rem 0}.step-empty-insert{display:flex;justify-content:center;margin:.4rem 0}.step-group-block{display:grid;gap:.55rem;position:relative;padding:.75rem;border:1px solid rgba(33,104,243,.12);border-radius:22px;background:linear-gradient(180deg,#f5fafff5,#ecf5ffeb)}.step-group-block.is-shared-group{border-color:#0d9d6c2e;background:linear-gradient(180deg,#f4fffafa,#e6f8eff0)}.step-group-block-body{display:grid;gap:.55rem;position:relative;padding-left:1.15rem}.step-group-block-body:before{content:"";position:absolute;top:.1rem;bottom:.1rem;left:.25rem;width:2px;border-radius:999px;background:linear-gradient(180deg,#2168f38f,#0d9d6c66)}.step-group-block.is-shared-group .step-group-block-body:before{background:linear-gradient(180deg,#0d9d6c9e,#2168f347)}.step-group-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.65rem .75rem;border:1px solid rgba(33,104,243,.12);border-radius:18px;background:#2168f30d}.step-group-select{margin-top:.3rem;flex-shrink:0}.step-group-select input{width:1rem;height:1rem}.step-group-block.is-shared-group .step-group-header{border-color:#0d9d6c29;background:#0d9d6c14}.step-group-toggle{min-width:0;flex:1;border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:.7rem;padding:0;text-align:left;cursor:pointer}.step-group-chevron{color:var(--primary);display:inline-flex;flex-shrink:0;transform:rotate(0);transition:transform .16s ease}.step-group-chevron.is-expanded{transform:rotate(180deg)}.step-group-icon{width:2rem;height:2rem;border:1px solid rgba(33,104,243,.16);border-radius:12px;background:#2168f314;color:var(--primary-strong);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.step-group-icon.is-shared{background:#0d9d6c1f;border-color:#0d9d6c33;color:var(--success)}.step-group-icon.is-local{background:#2168f314;color:var(--primary-strong)}.step-group-title{min-width:0;display:grid;gap:.2rem}.step-group-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.step-group-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}.step-group-count{color:var(--text-secondary);font-size:.82rem;font-weight:600}.automation-editor-modal{width:min(74rem,100%)}.automation-code-modal{width:min(72rem,100%)}.automation-editor-body{gap:1rem}.automation-step-type-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.automation-type-pill{border:1px solid rgba(33,104,243,.12);border-radius:999px;background:#ffffffc7;color:inherit;display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem}.automation-type-pill.is-active{border-color:#0d9d6c33;background:#0d9d6c1a;color:var(--success)}.automation-inline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.65rem;align-items:end}.automation-grid-stack{display:grid;gap:.55rem}.automation-validation-row-shell{display:grid;gap:.38rem}.automation-validation-row{display:grid;grid-template-columns:minmax(9rem,.8fr) minmax(10rem,1fr) minmax(10rem,1fr) auto auto;gap:.55rem;align-items:end}.automation-validation-status{width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(33,104,243,.12);background:#f5f9ffc7;color:var(--text-secondary)}.automation-validation-status.is-idle{opacity:.45}.automation-validation-status.is-passed{border-color:#0d9d6c2e;background:#0d9d6c1a;color:var(--success)}.automation-validation-status.is-failed{border-color:#cd36582e;background:#cd365814;color:var(--danger)}.automation-validation-preview{display:grid;grid-template-columns:minmax(7rem,auto) minmax(0,1fr) minmax(0,1fr);gap:.55rem;padding:0 .15rem;color:#242f43c7;font-size:.76rem}.automation-validation-preview span:first-child{font-weight:700;color:var(--primary-strong)}.automation-validation-preview span:not(:first-child){overflow-wrap:anywhere}.automation-api-editor{display:grid;gap:.85rem}.automation-response-shell{display:grid;gap:.9rem;padding:1rem;border-radius:22px;border:1px solid rgba(33,104,243,.12);background:linear-gradient(180deg,#f5f9ffd1,#fffffff2);color:var(--text)}.automation-response-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.automation-response-header>div{display:grid;gap:.25rem}.automation-response-header strong,.automation-response-meta strong,.automation-response-tree-panel strong,.automation-response-selection strong{color:var(--text)}.automation-response-header span,.automation-response-meta span,.automation-response-tree-panel>span,.automation-response-selection>span{color:#242f43d6;line-height:1.5}.automation-run-button{background:linear-gradient(135deg,#0f9d6d,#0b7a56);color:#fff;flex-shrink:0;font-weight:700;box-shadow:0 12px 24px #0b7a562e}.automation-run-button:hover:not(:disabled){background:linear-gradient(135deg,#13ac77,#0d855e)}.automation-run-button span,.automation-run-button svg{color:#f7fffb}.automation-response-results,.automation-response-meta,.automation-response-tree-panel,.automation-response-selection{display:grid;gap:.7rem}.automation-response-save{display:grid;gap:.65rem;padding:.85rem .95rem;border:1px solid rgba(33,104,243,.12);border-radius:18px;background:#f5f9ffc7}.automation-response-save-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem;align-items:center}.automation-assertion-shell,.automation-assertion-header,.automation-assertion-list,.automation-assertion-copy{display:grid;gap:.7rem}.automation-assertion-shell{padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(33,104,243,.12);background:#ffffffd1}.automation-assertion-header{grid-template-columns:minmax(0,1fr) auto;align-items:start}.automation-assertion-header>div:first-child{display:grid;gap:.25rem}.automation-assertion-header strong,.automation-assertion-copy strong{color:var(--text)}.automation-assertion-header span,.automation-assertion-copy span{color:#242f43d6;line-height:1.5}.automation-assertion-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:start;padding:.8rem .9rem;border-radius:16px;border:1px solid rgba(33,104,243,.12);background:#f5f9ffc7}.automation-assertion-item.is-passed{border-color:#0d9d6c2e;background:#0d9d6c14}.automation-assertion-item.is-failed{border-color:#cd36582e;background:#cd365812}.automation-assertion-state{display:inline-flex;align-items:center;justify-content:center;min-width:4.8rem;padding:.36rem .7rem;border-radius:999px;font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.automation-assertion-state.is-passed{background:#0d9d6c29;color:var(--success)}.automation-assertion-state.is-failed{background:#cd365824;color:var(--danger)}.automation-response-summary,.automation-response-headers{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.automation-response-pill,.automation-response-header-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .7rem;border-radius:999px;background:#2168f314;border:1px solid rgba(33,104,243,.12);color:var(--primary-strong);font-size:.78rem;font-weight:600}.automation-response-pill.is-success{background:#0d9d6c1f;border-color:#0d9d6c2e;color:var(--success)}.automation-response-pill.is-danger{background:#cd36581a;border-color:#cd365829;color:var(--danger)}.automation-response-header-chip{align-items:flex-start}.automation-response-header-chip strong{color:inherit}.automation-response-tree-shell{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(18rem,.9fr);gap:.85rem}.api-response-tree{max-height:24rem;overflow:auto;padding:.4rem;border-radius:18px;border:1px solid rgba(33,104,243,.12);background:#ffffffeb}.api-response-tree-node{display:grid;gap:.35rem}.api-response-tree-row{display:flex;align-items:stretch;gap:.35rem}.api-response-tree-toggle{width:2rem;min-width:2rem;border:0;border-radius:14px;background:transparent;color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center}.api-response-tree-toggle--spacer{pointer-events:none}.api-response-tree-chevron{display:inline-flex;transition:transform .14s ease}.api-response-tree-chevron.is-expanded{transform:rotate(90deg)}.api-response-tree-select{width:100%;border:1px solid rgba(33,104,243,.12);border-radius:16px;background:#f5f9ffc7;color:inherit;display:grid;grid-template-columns:minmax(0,.8fr) auto minmax(0,1.2fr);align-items:center;gap:.55rem;padding:.6rem .75rem;text-align:left}.api-response-tree-select.is-selected{border-color:#0d9d6c38;background:#0d9d6c17}.api-response-tree-key{font-weight:700;color:var(--text);overflow-wrap:anywhere}.api-response-tree-type{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--primary-strong)}.api-response-tree-preview{color:var(--text-secondary);overflow-wrap:anywhere}.api-response-tree-children{margin-left:1.2rem;padding-left:.7rem;border-left:1px solid rgba(33,104,243,.12);display:grid;gap:.35rem}.automation-code-block--selection{max-height:16rem}.automation-preview-shell{display:grid;gap:.6rem}.automation-code-block{margin:0;padding:1rem;border-radius:18px;border:1px solid rgba(33,104,243,.12);background:#142033;color:#dff4ff;font-size:.82rem;line-height:1.55;overflow:auto;white-space:pre-wrap}.automation-code-block--compact{max-height:18rem}@media (max-width: 760px){.automation-inline-grid,.automation-validation-row,.automation-validation-preview,.automation-response-header,.automation-assertion-header,.automation-response-tree-shell,.api-response-tree-select{grid-template-columns:minmax(0,1fr)}.automation-response-header{display:grid}.step-inline-tools{right:2.45rem}.step-card-summary-row{align-items:flex-start;flex-wrap:wrap}.step-card-parameterized{width:100%;justify-content:flex-start;margin-left:0}}.step-group-header-actions{opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .14s ease,transform .14s ease}.step-group-block:hover .step-group-header-actions,.step-group-block:focus-within .step-group-header-actions{opacity:1;pointer-events:auto;transform:translateY(0)}@media (hover: none){.step-card-action-menu{opacity:1;pointer-events:auto;transform:none}}.step-card-select{flex-shrink:0}.execution-step-expected{margin:0;color:var(--muted);line-height:1.5}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2115065c;display:grid;place-items:center;padding:1.25rem;z-index:40}.modal-backdrop--scroll{place-items:start center;overflow-y:auto}.modal-card{width:min(760px,100%);max-height:calc(100vh - 2.5rem);overflow:auto;background:var(--panel-strong);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:1.4rem;overscroll-behavior:contain}.modal-case-picker{display:grid;gap:.75rem;padding:1rem;border-radius:20px;background:#ffffff9e;border:1px solid rgba(85,63,32,.08)}.modal-case-option{display:flex;gap:.75rem;align-items:center}.modal-case-option input{width:auto}.suite-case-picker-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-md)}.suite-case-picker-toolbar>div:first-child{display:grid;gap:var(--space-xs)}.suite-case-picker-actions,.suite-selected-case-actions{display:flex;flex-wrap:wrap;gap:.5rem}.suite-case-picker-summary{padding:.85rem 1rem}.suite-case-picker-list{display:grid;gap:.75rem}.suite-case-picker-list--ordered{max-height:min(40vh,22rem);overflow-y:auto;padding-right:.25rem;scrollbar-gutter:stable;overscroll-behavior:contain;scroll-padding-block:1rem}.suite-case-picker-option{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-md);align-items:flex-start;padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(85,63,32,.08);background:#ffffffb8}.suite-case-picker-option.is-selected{border-color:#2168f338;background:#e8f2ffe6}.suite-case-picker-option-label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:.75rem;min-width:0;cursor:pointer}.suite-case-picker-option-label input{width:1.05rem;height:1.05rem;padding:0;flex:0 0 auto;margin-top:.1rem;cursor:pointer;accent-color:var(--primary)}.suite-case-picker-option-copy{display:grid;gap:.25rem;min-width:0}.suite-case-picker-option-copy strong,.suite-case-picker-option-copy span{overflow-wrap:anywhere}.suite-case-picker-option-copy span{color:var(--muted);line-height:1.45}.suite-case-picker-option-meta{font-size:.78rem}.suite-case-picker-option-title{display:flex;align-items:center;gap:.6rem;min-width:0}.suite-case-picker-order{display:inline-flex;align-items:center;justify-content:center;min-width:1.7rem;height:1.7rem;padding:0 .45rem;border-radius:999px;background:#2168f31f;color:var(--primary-strong);font-size:.78rem;font-weight:700}.suite-case-picker-option-actions{display:flex;gap:.45rem;flex-shrink:0;align-self:center}.suite-case-picker-move{width:2.25rem;height:2.25rem;padding:0;display:inline-flex;align-items:center;justify-content:center}.table-wrap{overflow:auto}.data-table-shell{display:grid;gap:.75rem}.data-table-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;min-height:2.65rem}.data-table-toolbar-meta{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;flex-wrap:wrap;min-width:0;margin-left:auto}.data-table-toolbar-copy{display:grid;gap:.15rem}.data-table-toolbar-copy strong{font-size:.9rem}.data-table-toolbar-copy span{color:var(--text-secondary);font-size:.8rem}.data-table-visible-columns{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap}.data-table-visible-column-chip{display:inline-flex;align-items:center;min-height:1.9rem;padding:.25rem .7rem;border:1px solid rgba(33,104,243,.12);border-radius:999px;background:#ffffffd6;color:var(--text-secondary);font-size:.75rem;white-space:nowrap}.data-table-config{position:relative}.data-table-config-trigger{position:relative;width:2.65rem;height:2.65rem;min-height:2.65rem;padding:0}.data-table-config-trigger svg{width:1rem;height:1rem}.data-table-config-count{position:absolute;top:-.18rem;right:-.12rem;min-width:1.1rem;height:1.1rem;padding:0 .22rem;border-radius:999px;background:var(--primary);color:#fff;font-size:.66rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px var(--panel-strong)}.data-table-config-panel{position:absolute;top:calc(100% + .55rem);right:0;z-index:20;width:min(24rem,calc(100vw - 3rem));display:grid;gap:.8rem;padding:.95rem;border:1px solid var(--line);border-radius:22px;background:var(--panel-strong);box-shadow:var(--shadow)}.data-table-config-head{display:grid;gap:.2rem}.data-table-config-head span{color:var(--text-secondary);font-size:.8rem;line-height:1.4}.data-table-config-options{display:grid;gap:.55rem}.data-table-config-option{position:relative;display:flex;align-items:center;gap:.75rem;padding:.72rem .82rem;border:1px solid rgba(33,104,243,.1);border-radius:16px;background:#ffffffb8;color:var(--text);transition:border-color .14s ease,background .14s ease,transform .14s ease}.data-table-config-option.is-visible{border-color:#2168f32e;background:#f8fbfff0}.data-table-config-option.is-dragging{opacity:.7}.data-table-config-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:999px;background:#2168f314;color:var(--primary-strong);flex-shrink:0;cursor:grab}.data-table-config-option-copy{min-width:0;display:block}.data-table-config-option-copy strong{font-size:.86rem}.data-table-config-toggle{display:inline-flex;align-items:center;margin-left:auto;flex-shrink:0}.data-table-config-toggle input{width:auto;margin:0}.data-table-config-option-state{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border-radius:999px;background:#2168f314;color:var(--primary-strong);flex-shrink:0}.data-table-config-option-state svg{width:.95rem;height:.95rem}.data-table-config-actions{display:flex;justify-content:flex-end}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{text-align:left;padding:.95rem .9rem;border-bottom:1px solid var(--line);vertical-align:top}.data-table th{color:var(--muted);font-weight:600;font-size:.84rem}.catalog-data-table thead th{position:sticky;top:0;z-index:2;padding-top:.85rem;padding-bottom:.85rem;border-bottom:1px solid rgba(133,154,189,.12);text-align:left;background:#f8fbfff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.data-table-header-label{display:inline-flex;align-items:center;justify-content:flex-start;min-height:1.35rem;width:100%;padding:0;border:0;border-radius:0;background:transparent;color:#6d80a3;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:normal;line-height:1.35}.data-table-header-checkbox{display:inline-flex;align-items:center;justify-content:center;width:1.95rem;height:1.95rem;border-radius:999px;border:1px solid rgba(33,104,243,.12);background:linear-gradient(180deg,#fffffff0,#f6f9ffe6)}.data-table-header-checkbox input{width:auto;margin:0}.data-table-multiline{display:grid;gap:.24rem;min-width:0}.data-table-multiline-line{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table-parameter-list{display:flex;flex-wrap:wrap;gap:.35rem}.data-table-parameter-chip{display:inline-flex;align-items:center;padding:.18rem .48rem;border-radius:999px;background:#2168f314;color:var(--primary-strong);font-size:.72rem;white-space:nowrap}.catalog-action-menu .step-card-menu-trigger{width:2rem;height:2rem}.catalog-action-menu-panel{right:0;left:auto}.action-row{display:flex;flex-wrap:wrap;gap:.5rem}.stack-list,.segmented-list{display:grid;gap:.75rem}.stack-item,.segment{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.9rem 1rem;border-radius:18px;background:#ffffffa6;border:1px solid rgba(85,63,32,.08)}.stack-item-button{border:0;width:100%;text-align:left}.segment{border:0;text-align:left}.segment.is-active{background:#b552331f}.stack-item span,.segment span{color:var(--muted);display:block}.execution-history-item{align-items:flex-start}.execution-history-item-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.execution-history-item-actions .ghost-button{white-space:nowrap}.inline-form,.toolbar-row,.elevated-toolbar{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.elevated-toolbar{padding:.9rem;border-radius:18px;background:#ffffff9e;border:1px solid rgba(85,63,32,.08)}.empty-state.compact{min-height:auto;padding:1rem;border-radius:18px;background:#ffffff73;border:1px dashed rgba(85,63,32,.14)}.checkbox-field{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted)}.checkbox-field input{width:auto}.status-badge{display:inline-flex;padding:.35rem .7rem;border-radius:999px;font-size:.8rem;font-weight:600;background:#685a471f;color:var(--muted)}.status-badge.running,.status-badge.passed,.status-badge.completed,.status-badge.success{background:#2e7d5224;color:var(--success)}.status-badge.aborted,.status-badge.warning{background:#c1782029;color:#b96b00}.status-badge.failed,.status-badge.blocked,.status-badge.error{background:#9a3a2f24;color:var(--danger)}.status-badge.info{background:#2168f31a;color:var(--primary-strong)}.app-shell{grid-template-columns:308px minmax(0,1fr)}.ghost-button{background:#2168f314;color:var(--primary-strong)}.auth-hero,.auth-panel,.sidebar,.panel,.stat-card{border-color:#1b54ae1f}.brand-mark{background:linear-gradient(135deg,#1c6bff,#1146b8);box-shadow:0 12px 28px #2168f338}.sidebar{background:linear-gradient(180deg,#ffffffe6,#eff7ffe0),radial-gradient(circle at top,rgba(33,104,243,.12),transparent 42%)}.sidebar-copy,.brand-copy span,.nav-group-label,.sidebar-project-picker span,.theme-toggle span,.user-chip span,.form-field>span,.page-description,.stat-card span,.panel-head p,.record-card span,.record-card small,.mini-card span,.detail-summary span,.progress-meter-copy span,.progress-meter-copy small,.context-field span,.stack-item span,.segment span{color:var(--muted)}.nav-link{background:#ffffff9e;border:1px solid rgba(27,84,174,.08)}.nav-link.is-active{background:linear-gradient(180deg,#ebf4fffa,#dceafff5);color:var(--primary-strong);border-color:#2168f338;box-shadow:inset 0 1px #fffc,0 10px 24px #2168f314}.user-chip,.mini-card,.record-card,.step-card,.step-create,.modal-case-picker,.stack-item,.segment,.elevated-toolbar{background:#ffffffc2;border-color:#1b54ae1a}.sidebar-collapse-button{width:2.5rem;height:2.5rem;padding:0;border:1px solid rgba(27,84,174,.12);display:inline-flex;align-items:center;justify-content:center}.sidebar-collapse-button svg{width:18px;height:18px}.sidebar.is-collapsed{padding-inline:.55rem}.sidebar.is-collapsed .brand-mark{min-width:46px;width:46px;height:46px;padding:0}.page-header{background:linear-gradient(145deg,#ffffffeb,#ecf5ffe6),radial-gradient(circle at top right,rgba(33,104,243,.12),transparent 32%)}.stat-card,.panel{background:linear-gradient(180deg,#ffffffeb,#f3f8ffe0)}.record-card{border-color:#1b54ae1a}.record-card.is-active{background:linear-gradient(180deg,#ecf5fffa,#deecfffa);border-color:#2168f338;box-shadow:0 18px 32px #2168f314}.record-card-header,.record-meta,.record-meta-row{display:grid;gap:.35rem}.record-card-header{grid-template-columns:auto 1fr auto;align-items:center;column-gap:.7rem}.record-meta{margin-top:.85rem}.record-meta-row{grid-template-columns:minmax(72px,auto) minmax(0,1fr);align-items:start;column-gap:.65rem}.record-card-icon{width:2.1rem;height:2.1rem;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2168f32e,#4895ff47);color:var(--primary-strong);font-size:.78rem;font-weight:700}.record-card-icon.tile-card-icon{padding:.42rem;font-size:0}.record-card-icon.tile-card-icon svg{width:100%;height:100%}.record-card-icon.tile-card-icon.tone-neutral{background:linear-gradient(135deg,#7b8da829,#b5c2d652);color:#5d6c84}.record-card-icon.tile-card-icon.tone-info{background:linear-gradient(135deg,#2168f329,#63b3ff4d);color:#2168f3}.record-card-icon.tile-card-icon.tone-success{background:linear-gradient(135deg,#1ea86e29,#57d69d4d);color:#1a9d67}.record-card-icon.tile-card-icon.tone-warning{background:linear-gradient(135deg,#d8852729,#f5be6152);color:#b96b00}.record-card-icon.tile-card-icon.tone-danger{background:linear-gradient(135deg,#d23d5d29,#f06a874d);color:#d23d5d}.object-type-badge,.suite-hierarchy-badge,.step-count-badge,.test-case-priority,.execution-status-indicator{display:inline-flex;align-items:center;gap:.3rem;width:fit-content;padding:.28rem .62rem;border-radius:999px;background:#2168f31a;color:var(--primary-strong);font-size:.78rem;font-weight:600}.detail-summary{background:linear-gradient(180deg,#f4f9fffa,#e4effff5);border-color:#1b54ae1a}.progress-meter-track{background:#1b54ae1f}.progress-meter-fill.is-info,.progress-meter-segment.is-info{background:linear-gradient(90deg,#2168f3,#63b3ff 55%,#19b17b)}.design-context-bar.is-sticky{background:#ffffffc7}.count-pill{background:#2168f31f;color:var(--primary-strong)}.history-bar{background:#1b54ae29}.history-bar.is-blocked{background:#ffa72fe0}.step-card.is-expanded{background:linear-gradient(180deg,#f8fbfffa,#ecf4fffa)}.modal-backdrop{background:#0718366b}.empty-state.compact{background:#f5f9ffb8;border-color:#1b54ae24}.inline-message{padding:.95rem 1rem;border-radius:18px;background:#cd365814;border:1px solid rgba(205,54,88,.16)}.inline-message.error-message{color:var(--danger);background:#cd365814;border-color:#cd36582e}.inline-message.success-message{color:var(--success);background:#0d9d6c17;border-color:#0d9d6c29}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 1200px){.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.three-column-grid,.two-column-grid,.workspace-grid,.design-layout,.design-context-bar{grid-template-columns:1fr}}@media (max-width: 900px){.auth-layout,.app-shell{grid-template-columns:1fr}.workspace-main{padding:0 0 1rem}.sidebar{position:static;height:auto}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.auth-layout,.sidebar,.workspace-main,.page-header,.panel,.stat-card{padding:1rem}.stats-grid{grid-template-columns:1fr}.record-card,.subnav-tab{min-width:0}}.form-field-error{display:block;color:var(--danger);font-size:.82rem;margin-top:.35rem}.global-alert{position:fixed;top:1rem;left:1rem;right:1rem;max-width:500px;background:#9a3a2f1f;border:1px solid rgba(154,58,47,.24);border-radius:20px;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;z-index:50;box-shadow:0 8px 24px #9a3a2f26;animation:slideDown .3s ease}.global-alert p{margin:0;color:var(--danger);font-weight:500;flex:1}.global-alert .ghost-button{padding:.4rem .6rem;font-size:1.1rem;line-height:1;flex-shrink:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}input:disabled,select:disabled,textarea:disabled{opacity:.6;cursor:not-allowed}input[aria-invalid=true],textarea[aria-invalid=true],select[aria-invalid=true]{border-color:#cd365873;box-shadow:0 0 0 3px #cd365814}input:required:valid:not(:placeholder-shown),textarea:required:valid:not(:placeholder-shown),select:required:valid{border-color:#0d9d6c61;box-shadow:0 0 0 3px #0d9d6c0f}button:disabled{opacity:.6;cursor:not-allowed}button[aria-busy=true]{cursor:wait}:root{--background: #ffffff;--surface: #ffffff;--surface-strong: #ffffff;--border: rgba(20, 65, 145, .12);--text-primary: #12284b;--text-secondary: #60728f;--shadow: 0 18px 42px rgba(18, 40, 75, .08);background:#fff}body{background:#fff}:root[data-theme=dark]{--background: #0b1320;--surface: #101a2c;--surface-strong: #111f36;--border: rgba(165, 188, 227, .14);--text-primary: #ffffff;--text-secondary: #d5def0;background:#0b1320}:root[data-theme=dark] body{background:#0b1320}.app-shell,.page-content,.workspace-grid,.design-layout,.stats-grid,.two-column-grid,.three-column-grid,.stack-grid,.record-grid,.metric-strip{min-width:0}.workspace-grid>*,.design-layout>*,.stats-grid>*,.two-column-grid>*,.three-column-grid>*,.stack-grid>*,.metric-strip>*{min-width:0}.page-content>*{min-width:0}.workspace-main{min-width:0;overflow-x:hidden}.panel,.stat-card,.page-header,.sidebar,.design-context-bar.is-sticky,.record-card,.mini-card,.step-card,.step-create,.modal-card,.modal-case-picker,.stack-item,.segment,.user-chip{background:var(--surface);border-color:var(--border)}.page-header,.panel,.stat-card,.sidebar{background-image:none}.sidebar{color:var(--text)}.sidebar-copy,.brand-copy span,.nav-group-label,.sidebar-project-picker span,.theme-toggle span,.user-chip span,.page-description,.panel-head p,.form-field>span,.context-field span,.stack-item span,.segment span,.record-card span,.record-card small,.mini-card span,.detail-summary span,.progress-meter-copy span,.progress-meter-copy small,.checkbox-field{color:var(--text-secondary)}.page-header-title,.panel-head h3,.record-card strong,.stack-item strong,.detail-summary strong,.theme-toggle strong,.brand-copy strong,.user-chip strong,.subnav-tab strong,.sidebar,.nav-link,.sidebar-signout,.modal-case-option span{color:var(--text-primary)}.nav-link{background:transparent;border:1px solid transparent}.nav-link.is-active{background:#2168f314;border-color:#2168f329}.app-shell{grid-template-columns:300px minmax(0,1fr);align-items:stretch}:root[data-sidebar=collapsed] .app-shell{grid-template-columns:84px minmax(0,1fr)}.sidebar{padding:1.1rem}.sidebar.is-collapsed{padding:.8rem .45rem}.sidebar.is-collapsed .nav-list,.sidebar.is-collapsed .sidebar-footer{justify-items:center}.sidebar.is-collapsed .sidebar-signout{width:2.5rem;height:2.5rem;padding:0}.sidebar.is-collapsed .theme-toggle,.sidebar.is-collapsed .sidebar-project-picker,.sidebar.is-collapsed .sidebar-copy,.sidebar.is-collapsed .nav-group-label,.sidebar.is-collapsed .brand-copy{display:none}.sidebar-collapse-button,.sidebar-icon-button{width:2.5rem;height:2.5rem;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:var(--surface);color:var(--text-primary)}.sidebar-icon-button.is-dark{color:#fff}.sidebar-icon-button svg,.sidebar-collapse-button svg{width:18px;height:18px}.theme-switch{background:#2168f31f}.theme-switch span{background:#fff}:root[data-theme=dark] .theme-switch span{background:#d9e6ff}.workspace-grid{grid-template-columns:minmax(300px,380px) minmax(0,1fr);align-items:start}.people-users-grid{grid-template-columns:minmax(420px,540px) minmax(0,1fr)}.design-layout{grid-template-columns:minmax(260px,320px) minmax(300px,420px) minmax(0,1fr);align-items:start}.panel,.stat-card,.record-card,.stack-item,.segment,.modal-card{overflow:hidden}.record-card,.stack-item,.segment,.page-header,.panel,.stat-card{width:100%}.record-card-header{grid-template-columns:auto minmax(0,1fr) auto}.record-card-body,.stack-item>div,.segment>div{min-width:0}.record-card strong,.stack-item strong,.segment strong,.page-header-title,.page-description,.panel-head h3{overflow-wrap:anywhere}.record-meta-row{grid-template-columns:minmax(72px,auto) minmax(0,1fr)}.record-card-icon,.object-type-badge,.suite-hierarchy-badge,.step-count-badge,.test-case-priority,.execution-status-indicator,.count-pill{background:#2168f31a;color:var(--primary-strong)}.detail-summary{background:#2168f30a}.history-bar{background:#2168f32e}.modal-backdrop{background:#0a101c73}.modal-card.ai-modal-card{width:min(94vw,1440px)}.modal-card.ai-design-modal{width:min(96vw,1520px);max-height:min(92vh,64rem);display:flex;flex-direction:column;gap:1rem;overflow:hidden}.modal-card.ai-design-modal.ai-design-modal--requirements{width:min(calc(100vw - 2rem),1720px)}.ai-studio-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--line)}.ai-studio-header-copy{display:grid;gap:.3rem}.ai-studio-header-copy h3,.ai-studio-header-copy p{margin:0}.ai-studio-shell{display:grid;grid-template-columns:minmax(20rem,23rem) minmax(0,1fr);gap:1.25rem;flex:1 1 auto;min-height:0;overflow:hidden}.ai-studio-sidebar,.ai-studio-main{min-height:0;min-width:0}.ai-studio-sidebar{display:grid;gap:1rem;overflow-y:auto;padding-right:.45rem}.ai-studio-shell.is-sidebar-collapsed{grid-template-columns:3.35rem minmax(0,1fr)}.ai-studio-sidebar.is-collapsed{overflow:hidden;padding-right:0;align-content:start;justify-items:start}.ai-studio-sidebar-panels{display:grid;gap:1rem}.ai-studio-sidebar-toggle{width:2.85rem;min-width:2.85rem;height:2.85rem;padding:0;display:inline-grid;place-items:center;position:sticky;top:0;z-index:2}.ai-studio-sidebar-toggle svg{transition:transform .18s ease}.ai-studio-sidebar:not(.is-collapsed) .ai-studio-sidebar-toggle svg{transform:rotate(180deg)}.ai-studio-main{display:grid;gap:1.25rem;overflow-y:auto;padding-right:.45rem}.ai-studio-panel{display:grid;gap:1rem;padding:1rem;border-radius:22px;border:1px solid var(--line);background:#ffffffb3}.ai-studio-requirement-picker{max-height:min(32vh,18rem);overflow-y:auto}.ai-reference-image-list{display:grid;gap:.75rem}.ai-reference-image-card{display:grid;grid-template-columns:84px minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.8rem;border-radius:18px;border:1px solid var(--line);background:var(--surface)}.ai-reference-image-preview{width:84px;height:84px;border-radius:16px;overflow:hidden;background:#2168f314}.ai-reference-image-preview img{width:100%;height:100%;object-fit:cover;display:block}.ai-reference-image-copy{display:grid;gap:.18rem;min-width:0}.ai-reference-image-copy span,.ai-case-meta{color:var(--text-secondary)}.ai-modal-grid{display:grid;gap:1.25rem;grid-template-columns:minmax(20rem,22rem) minmax(0,1fr);align-items:start}.ai-case-list,.ai-case-steps{display:grid;gap:.75rem}.ai-case-card{display:grid;gap:.8rem;padding:1rem;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.compact-summary{margin-bottom:0}.ai-case-requirements{display:grid;gap:.5rem}.ai-case-step-card{display:grid;gap:.55rem;padding:.85rem .95rem;border:1px solid rgba(18,40,75,.08);border-radius:14px;background:#faf6efb8}.ai-case-step-expected{color:var(--text-secondary);line-height:1.45}.selection-chip{cursor:pointer}.selection-chip.is-selected{background:#2168f324;border-color:#2168f338;color:var(--primary-strong)}.selection-chip.is-unselected{background:#94a3b814;border-color:#94a3b82e;color:var(--text-secondary)}.selection-chip:disabled{cursor:default}.ai-existing-case-button{width:2.4rem;min-width:2.4rem;height:2.4rem;padding:0;display:inline-grid;place-items:center}.ai-studio-footer{justify-content:flex-end}.segment{align-items:flex-start}:root[data-theme=dark] .ai-studio-panel,:root[data-theme=dark] .ai-reference-image-card,:root[data-theme=dark] .ai-case-card{background:linear-gradient(180deg,#111f36fa,#0d192cfa)}:root[data-theme=dark] .ai-case-step-card{border-color:#b4c7e71f;background:#ffffff0a}:root[data-theme=dark] .selection-chip.is-selected{background:#6ca7ff29;border-color:#6ca7ff38;color:#fff}:root[data-theme=dark] .selection-chip.is-unselected{background:#ffffff0a;border-color:#b4c7e71f;color:var(--text-secondary)}:root[data-theme=dark] .sidebar,:root[data-theme=dark] .page-header,:root[data-theme=dark] .panel,:root[data-theme=dark] .stat-card,:root[data-theme=dark] .design-context-bar.is-sticky,:root[data-theme=dark] .record-card,:root[data-theme=dark] .mini-card,:root[data-theme=dark] .stack-item,:root[data-theme=dark] .segment,:root[data-theme=dark] .step-card,:root[data-theme=dark] .step-create,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .modal-case-picker,:root[data-theme=dark] .user-chip,:root[data-theme=dark] .sidebar-collapse-button,:root[data-theme=dark] .sidebar-icon-button{background:#101a2c}:root[data-theme=dark] .nav-link{color:#fff}:root[data-theme=dark] .nav-link.is-active{background:#6ca7ff24;border-color:#6ca7ff38}:root[data-theme=dark] .page-header-title,:root[data-theme=dark] .page-description,:root[data-theme=dark] .panel-head h3,:root[data-theme=dark] .panel-head p,:root[data-theme=dark] .record-card strong,:root[data-theme=dark] .record-card span,:root[data-theme=dark] .record-card small,:root[data-theme=dark] .detail-summary strong,:root[data-theme=dark] .detail-summary span,:root[data-theme=dark] .stack-item strong,:root[data-theme=dark] .stack-item span,:root[data-theme=dark] .segment strong,:root[data-theme=dark] .segment span,:root[data-theme=dark] .mini-card strong,:root[data-theme=dark] .mini-card span,:root[data-theme=dark] .brand-copy strong,:root[data-theme=dark] .brand-copy span,:root[data-theme=dark] .sidebar-copy,:root[data-theme=dark] .nav-group-label,:root[data-theme=dark] .theme-toggle strong,:root[data-theme=dark] .theme-toggle span,:root[data-theme=dark] .user-chip strong,:root[data-theme=dark] .user-chip span,:root[data-theme=dark] .sidebar-signout,:root[data-theme=dark] .form-field>span,:root[data-theme=dark] .context-field span,:root[data-theme=dark] .checkbox-field,:root[data-theme=dark] .modal-case-option span{color:#fff}.tile-card{align-items:stretch;gap:.9rem}.tile-card-main{flex:1;min-width:0;display:grid;gap:.75rem;align-content:start}.tile-card-select-row{display:flex;justify-content:flex-start;align-items:flex-start;min-height:1.2rem}.tile-card-select-row .checkbox-field{margin-top:0}.tile-card-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:start}.tile-card-title-group{min-width:0;display:grid;gap:.18rem}.tile-card-title-group strong{font-size:.98rem;line-height:1.35;overflow-wrap:anywhere}.tile-card-kicker{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;line-height:1.35;color:var(--text-secondary)}.tile-card-kicker svg{flex-shrink:0}.tile-card-description{margin:0;color:var(--text-secondary);font-size:.9rem;line-height:1.48;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tile-card-metrics{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.tile-metric{display:inline-flex;align-items:center;max-width:100%;padding:.34rem .65rem;border-radius:999px;border:1px solid var(--border);background:#2168f30d;color:var(--text-primary);font-size:.78rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tile-card-footer{display:grid;gap:.45rem}.tile-card .status-badge{align-self:flex-start;white-space:nowrap}.tile-card .object-type-badge{justify-self:start}.tile-card .count-pill{align-self:flex-start}.tile-card-header>.step-kind-badge{justify-self:start;flex-shrink:0}.project-catalog-card .tile-card-main,.test-suite-card .tile-card-main,.test-case-catalog-card .tile-card-main,.requirement-catalog-card .tile-card-main{gap:.65rem}.project-catalog-card .tile-card-header,.test-suite-card .tile-card-header,.test-case-catalog-card .tile-card-header,.requirement-catalog-card .tile-card-header{align-items:center}.test-case-list .tile-card,.suite-sidebar-list .tile-card,.record-list .tile-card,.tree-children .tile-card{text-align:left}.test-case-list .selection-checkbox{align-self:flex-start}.test-case-list .drag-handle{align-self:center}.execution-card .progress-meter,.test-case-card .history-bars{margin-top:0}.execution-card{align-items:flex-start}.execution-card .tile-card-main{gap:.6rem}.execution-card .tile-card-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.tree-suite .tile-card-header,.tree-children .tile-card-header{grid-template-columns:auto minmax(0,1fr)}.execution-card .tile-card-kicker{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.execution-card .record-card-icon.execution{padding:.42rem}.execution-card .record-card-icon.execution svg{width:100%;height:100%}.execution-card .record-card-icon.execution.status-queued{background:linear-gradient(135deg,#7b8da829,#b5c2d652);color:#5d6c84}.execution-card .record-card-icon.execution.status-running{background:linear-gradient(135deg,#2168f329,#63b3ff4d);color:#2168f3}.execution-card .record-card-icon.execution.status-completed{background:linear-gradient(135deg,#1ea86e29,#57d69d4d);color:#1a9d67}.execution-card .record-card-icon.execution.status-failed{background:linear-gradient(135deg,#d23d5d29,#f06a874d);color:#d23d5d}.execution-card .record-card-icon.execution.status-aborted{background:linear-gradient(135deg,#d8852729,#f5be6152);color:#b96b00}.execution-card-status,.tile-card-status{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border-radius:999px;border:1px solid rgba(27,84,174,.1);background:#2168f30d;color:var(--primary-strong)}.execution-card-status svg,.tile-card-status svg{width:1rem;height:1rem}.tile-card-status.tone-neutral{background:#7b8da81a;color:#5d6c84}.tile-card-status.tone-info{background:#2168f31a;color:#2168f3}.tile-card-status.tone-success{background:#1ea86e1a;color:#1a9d67}.tile-card-status.tone-warning{background:#d885271f;color:#b96b00}.tile-card-status.tone-danger{background:#d23d5d1a;color:#d23d5d}.execution-card-status.status-queued{background:#7b8da81a;color:#5d6c84}.execution-card-status.status-running{background:#2168f31a;color:#2168f3}.execution-card-status.status-completed,.execution-card-status.status-passed{background:#1ea86e1a;color:#1a9d67}.execution-card-status.status-failed{background:#d23d5d1a;color:#d23d5d}.execution-card-status.status-blocked,.execution-card-status.status-aborted{background:#d885271f;color:#b96b00}.record-card-icon.execution-board-icon{padding:.42rem}.record-card-icon.execution-board-icon svg{width:100%;height:100%}.record-card-icon.execution-board-icon.status-queued{background:linear-gradient(135deg,#7b8da829,#b5c2d652);color:#5d6c84}.record-card-icon.execution-board-icon.status-running{background:linear-gradient(135deg,#2168f329,#63b3ff4d);color:#2168f3}.record-card-icon.execution-board-icon.status-completed,.record-card-icon.execution-board-icon.status-passed{background:linear-gradient(135deg,#1ea86e29,#57d69d4d);color:#1a9d67}.record-card-icon.execution-board-icon.status-failed{background:linear-gradient(135deg,#d23d5d29,#f06a874d);color:#d23d5d}.record-card-icon.execution-board-icon.status-blocked,.record-card-icon.execution-board-icon.status-aborted{background:linear-gradient(135deg,#d8852729,#f5be6152);color:#b96b00}.execution-card-facts,.tile-card-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,5.75rem),1fr));gap:.45rem;align-items:stretch}.execution-card-fact,.tile-card-fact{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:0;width:100%;padding:.32rem .58rem;border-radius:999px;border:1px solid var(--border);background:#2168f30d;color:var(--text-secondary);font-size:.76rem;line-height:1.15}.execution-card-fact-icon,.tile-card-fact-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:currentColor}.execution-card-fact-label,.tile-card-fact-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;color:var(--text-primary);font-weight:600}.execution-card-fact.tone-info,.tile-card-fact.tone-info{background:#2168f314;border-color:#2168f329;color:var(--primary)}.execution-card-fact.tone-success,.tile-card-fact.tone-success{background:#1aa96b14;border-color:#1aa96b29;color:#1aa96b}.execution-card-fact.tone-warning,.tile-card-fact.tone-warning{background:#d885271a;border-color:#d885272e;color:#b96b00}.execution-card-fact.tone-danger,.tile-card-fact.tone-danger{background:#d0466814;border-color:#d0466829;color:#d04668}.execution-card .progress-meter-copy{gap:.25rem .5rem}.execution-card .progress-meter-copy small{flex-basis:100%}.execution-card .tile-card-description,.tree-suite .tile-card-description,.tree-children .tile-card-description{-webkit-line-clamp:3}.tree-suite>.tile-card{width:100%}.detail-summary .progress-meter{margin-top:.8rem}:root[data-theme=dark] .tile-metric{background:#6ca7ff14;color:#fff}:root[data-theme=dark] .step-action-button{background:#6ca7ff14;border-color:#b4c7e729;color:#dfe9fb}:root[data-theme=dark] .step-card--shared{border-color:#51c49a42;background:linear-gradient(180deg,#0f3129eb,#123e32e6)}:root[data-theme=dark] .step-card--shared.is-expanded{background:linear-gradient(180deg,#123a2ff5,#144839eb)}:root[data-theme=dark] .step-card--grouped{border-color:#6ca7ff38;background:linear-gradient(180deg,#11203aeb,#132a4ae6)}:root[data-theme=dark] .step-card--grouped.is-expanded{background:linear-gradient(180deg,#142644f5,#163054eb)}:root[data-theme=dark] .step-card-menu-panel,:root[data-theme=dark] .step-card-menu-trigger,:root[data-theme=dark] .step-card-action-menu{background:#101a2cf0;border-color:#b4c7e729;box-shadow:0 16px 32px #00000047}:root[data-theme=dark] .step-card-menu--floating .step-card-menu-trigger{background:transparent;border-color:transparent;box-shadow:none}:root[data-theme=dark] .step-card-menu--inline .step-card-menu-panel.is-horizontal{background:#101a2cf0;border-color:#b4c7e729;box-shadow:0 16px 32px #00000047}:root[data-theme=dark] .step-action-count{box-shadow:0 0 0 2px #101a2c}:root[data-theme=dark] .step-kind-badge{border-color:#b4c7e729;background:#b4c7e714;color:#dfe9fb}:root[data-theme=dark] .step-kind-badge.is-shared{border-color:#51c49a3d;background:#51c49a24;color:#9fe1c3}:root[data-theme=dark] .step-kind-badge.is-local{border-color:#6ca7ff38;background:#6ca7ff24;color:#cfe0ff}:root[data-theme=dark] .step-kind-badge.is-standard{border-color:#6ca7ff38;background:#6ca7ff24;color:#cfe0ff}:root[data-theme=dark] .step-inline-tool,:root[data-theme=dark] .step-type-menu,:root[data-theme=dark] .automation-type-pill{border-color:#b4c7e72e;background:#0c1525f0;color:#dfe9fb}:root[data-theme=dark] .step-inline-tool.is-active,:root[data-theme=dark] .automation-type-pill.is-active{border-color:#51c49a3d;background:#51c49a24;color:#9fe1c3}:root[data-theme=dark] .step-type-menu-item.is-active,:root[data-theme=dark] .step-type-menu-item:hover:not(:disabled){background:#6ca7ff1f}:root[data-theme=dark] .data-table-toolbar-copy span{color:#dfe9fbb8}:root[data-theme=dark] .data-table-visible-column-chip{background:#101a2cf0;border-color:#b4c7e729;color:#dfe9fb}:root[data-theme=dark] .data-table-config-trigger{background:#101a2cf0;border-color:#b4c7e729;color:#dfe9fb}:root[data-theme=dark] .data-table-config-count{box-shadow:0 0 0 2px #101a2c}:root[data-theme=dark] .data-table-config-panel{background:#101a2cfa;border-color:#b4c7e729;box-shadow:0 16px 32px #00000047}:root[data-theme=dark] .data-table-config-head span,:root[data-theme=dark] .data-table th{color:#dfe9fbc7}:root[data-theme=dark] .data-table td,:root[data-theme=dark] .data-table th{border-bottom-color:#b4c7e71f}:root[data-theme=dark] .data-table-config-option{background:#0c1525eb;border-color:#b4c7e724;color:#e5eefc}:root[data-theme=dark] .data-table-config-option.is-visible{background:#162640f5;border-color:#6ca7ff38}:root[data-theme=dark] .data-table-config-drag-handle,:root[data-theme=dark] .data-table-config-option-state{background:#6ca7ff1f;color:#d7e6ff}:root[data-theme=dark] .data-table-config-option-state{border:1px solid rgba(180,199,231,.16)}:root[data-theme=dark] .data-table-header-label,:root[data-theme=dark] .data-table-header-checkbox{background:linear-gradient(180deg,#162239fa,#0f1a2cf5);border-color:#b4c7e729;color:#dfe9fb;box-shadow:inset 0 1px #ffffff0a}:root[data-theme=dark] .catalog-table-wrap{border-color:#b4c7e724;background:#0a1628e0;box-shadow:inset 0 1px #ffffff0a}:root[data-theme=dark] .catalog-data-table tbody tr.is-active-row{background:#6ca7ff1f}:root[data-theme=dark] .automation-response-shell,:root[data-theme=dark] .automation-assertion-shell,:root[data-theme=dark] .automation-response-save,:root[data-theme=dark] .api-response-tree,:root[data-theme=dark] .api-response-tree-select,:root[data-theme=dark] .automation-assertion-item{border-color:#b4c7e729;background:#0c1525eb;color:#e5eefc}:root[data-theme=dark] .automation-response-header strong,:root[data-theme=dark] .automation-response-meta strong,:root[data-theme=dark] .automation-response-tree-panel strong,:root[data-theme=dark] .automation-response-selection strong,:root[data-theme=dark] .automation-assertion-header strong,:root[data-theme=dark] .automation-assertion-copy strong,:root[data-theme=dark] .api-response-tree-key{color:#f5f8ff}:root[data-theme=dark] .automation-response-header span,:root[data-theme=dark] .automation-response-meta span,:root[data-theme=dark] .automation-response-tree-panel>span,:root[data-theme=dark] .automation-response-selection>span,:root[data-theme=dark] .automation-assertion-header span,:root[data-theme=dark] .automation-assertion-copy span,:root[data-theme=dark] .api-response-tree-preview{color:#dfe9fbcc}:root[data-theme=dark] .automation-response-pill,:root[data-theme=dark] .automation-response-header-chip{border-color:#6ca7ff2e;background:#6ca7ff1f;color:#d7e6ff}:root[data-theme=dark] .automation-validation-status{border-color:#b4c7e729;background:#0c1525eb;color:#d7e6ff}:root[data-theme=dark] .automation-validation-preview{color:#dfe9fbc7}:root[data-theme=dark] .automation-validation-preview span:first-child{color:#d7e6ff}:root[data-theme=dark] .automation-response-pill.is-success,:root[data-theme=dark] .automation-validation-status.is-passed,:root[data-theme=dark] .automation-assertion-state.is-passed,:root[data-theme=dark] .automation-assertion-item.is-passed,:root[data-theme=dark] .api-response-tree-select.is-selected{border-color:#51c49a3d;background:#51c49a1f;color:#aee9ca}:root[data-theme=dark] .automation-response-pill.is-danger,:root[data-theme=dark] .automation-validation-status.is-failed,:root[data-theme=dark] .automation-assertion-state.is-failed,:root[data-theme=dark] .automation-assertion-item.is-failed{border-color:#ff788c38;background:#ff788c1f;color:#ffbac7}:root[data-theme=dark] .automation-run-button{background:linear-gradient(135deg,#18b57d,#128560);box-shadow:0 14px 28px #0c261e57}:root[data-theme=dark] .automation-run-button:hover:not(:disabled){background:linear-gradient(135deg,#24c88c,#16936a)}:root[data-theme=dark] .step-group-block.is-shared-group{border-color:#51c49a38;background:linear-gradient(180deg,#0e3028eb,#103c30e6)}:root[data-theme=dark] .step-group-block.is-shared-group .step-group-header{border-color:#51c49a38;background:#51c49a1f}:root[data-theme=dark] .execution-step-table,:root[data-theme=dark] .execution-step-table-head,:root[data-theme=dark] .execution-step-note-input{background:#101a2cf0;border-color:#b4c7e724}:root[data-theme=dark] .execution-step-table-head{background:linear-gradient(180deg,#1a2b47fa,#132036fa);color:#c9d8f3}:root[data-theme=dark] .execution-step-group-row{background:#6ca7ff14}:root[data-theme=dark] .execution-step-group-row.is-shared-group{background:#51c49a1f}:root[data-theme=dark] .execution-step-group-chevron{background:#6ca7ff29}:root[data-theme=dark] .execution-step-group-count{background:#0c1525e0;border-color:#6ca7ff2e;color:#f3f7ff}:root[data-theme=dark] .execution-step-group-chip{background:#6ca7ff24;color:#cfe0ff}:root[data-theme=dark] .execution-step-group-chip.is-local{background:#6ca7ff24;color:#cfe0ff}:root[data-theme=dark] .execution-step-group-chip.is-shared{background:#51c49a29;color:#9fe1c3}:root[data-theme=dark] .execution-step-type-chip{border-color:#6ca7ff33;background:#6ca7ff1f;color:#cfe0ff}:root[data-theme=dark] .execution-step-evidence-button,:root[data-theme=dark] .execution-step-evidence-link,:root[data-theme=dark] .execution-step-evidence-delete,:root[data-theme=dark] .execution-structured-evidence-button{border-color:#6ca7ff2e;background:#6ca7ff1f;color:#dfe9fb}:root[data-theme=dark] .execution-step-evidence-delete{border-color:#ff8aa333;background:#cd36582e;color:#ffd3dc}:root[data-theme=dark] .execution-step-row.is-local-step:not(.is-passed):not(.is-failed){background:linear-gradient(180deg,#111f36e6,#0e1b31e0)}:root[data-theme=dark] .execution-step-row.is-shared-step:not(.is-passed):not(.is-failed){background:linear-gradient(180deg,#0e3028e0,#0f2a26db)}:root[data-theme=dark] .execution-evidence-modal-body{background:linear-gradient(180deg,#0c182afa,#0a1424f0),radial-gradient(circle at top right,rgba(108,167,255,.12),transparent 32%)}:root[data-theme=dark] .catalog-filter-button{color:#9eb6df}:root[data-theme=dark] .catalog-filter-button.is-active{background:#6ca7ff24;border-color:#6ca7ff38;color:#d7e6ff}:root[data-theme=dark] .catalog-filter-popover{border-color:#b4c7e724;background:#101a2cfa;box-shadow:0 20px 48px #00000059}:root[data-theme=dark] .catalog-filter-badge{background:#6ca7ff;color:#0d1a2c}:root[data-theme=dark] .step-action-button--danger{background:#cd365829;border-color:#cd36583d;color:#ffb4c4}:root[data-theme=dark] .status-badge.aborted{background:#f5be6129;color:#ffcb78}:root[data-theme=dark] .execution-card-status{border-color:#b4c7e729}:root[data-theme=dark] .tile-card-status{border-color:#b4c7e729}:root[data-theme=dark] .execution-card .record-card-icon.execution.status-queued,:root[data-theme=dark] .execution-card-status.status-queued{color:#c6d0df}:root[data-theme=dark] .record-card-icon.tile-card-icon.tone-neutral,:root[data-theme=dark] .tile-card-status.tone-neutral{color:#c6d0df}:root[data-theme=dark] .execution-card .record-card-icon.execution.status-running,:root[data-theme=dark] .execution-card-status.status-running{color:#8ab5ff}:root[data-theme=dark] .record-card-icon.tile-card-icon.tone-info,:root[data-theme=dark] .tile-card-status.tone-info{color:#8ab5ff}:root[data-theme=dark] .execution-card .record-card-icon.execution.status-completed,:root[data-theme=dark] .execution-card-status.status-passed,:root[data-theme=dark] .execution-card-status.status-completed{color:#8ff0c7}:root[data-theme=dark] .record-card-icon.tile-card-icon.tone-success,:root[data-theme=dark] .tile-card-status.tone-success{color:#8ff0c7}:root[data-theme=dark] .execution-card .record-card-icon.execution.status-failed,:root[data-theme=dark] .execution-card-status.status-failed{color:#ff9db2}:root[data-theme=dark] .record-card-icon.tile-card-icon.tone-danger,:root[data-theme=dark] .tile-card-status.tone-danger{color:#ff9db2}:root[data-theme=dark] .execution-card-status.status-blocked,:root[data-theme=dark] .execution-card .record-card-icon.execution.status-aborted,:root[data-theme=dark] .execution-card-status.status-aborted{color:#ffcb78}:root[data-theme=dark] .record-card-icon.tile-card-icon.tone-warning,:root[data-theme=dark] .tile-card-status.tone-warning{color:#ffcb78}:root[data-theme=dark] .record-card-icon.execution-board-icon.status-queued{color:#c6d0df}:root[data-theme=dark] .record-card-icon.execution-board-icon.status-running{color:#8ab5ff}:root[data-theme=dark] .record-card-icon.execution-board-icon.status-completed,:root[data-theme=dark] .record-card-icon.execution-board-icon.status-passed{color:#8ff0c7}:root[data-theme=dark] .record-card-icon.execution-board-icon.status-failed{color:#ff9db2}:root[data-theme=dark] .record-card-icon.execution-board-icon.status-blocked,:root[data-theme=dark] .record-card-icon.execution-board-icon.status-aborted{color:#ffcb78}:root[data-theme=dark] .execution-card-fact,:root[data-theme=dark] .tile-card-fact{background:#6ca7ff14;border-color:#b4c7e729;color:#d5def0}:root[data-theme=dark] .execution-card-fact-label,:root[data-theme=dark] .tile-card-fact-label{color:#fff}:root[data-theme=dark] .execution-card-fact.tone-info,:root[data-theme=dark] .tile-card-fact.tone-info{color:#9ec5ff}:root[data-theme=dark] .execution-card-fact.tone-success,:root[data-theme=dark] .tile-card-fact.tone-success{color:#8ff0c7}:root[data-theme=dark] .execution-card-fact.tone-warning,:root[data-theme=dark] .tile-card-fact.tone-warning{color:#ffcb78}:root[data-theme=dark] .execution-card-fact.tone-danger,:root[data-theme=dark] .tile-card-fact.tone-danger{color:#ff9db2}:root[data-theme=dark] .tile-card-kicker,:root[data-theme=dark] .tile-card-description{color:#d5def0}.sidebar-brand-lockup{display:flex;align-items:center;gap:.75rem;min-width:0}.sidebar-collapse-button-compact{margin-top:.85rem;align-self:center}.sidebar.is-collapsed .sidebar-top{align-items:center}.sidebar.is-collapsed .sidebar-brand-row{justify-content:center}.sidebar.is-collapsed .brand-mark{margin-bottom:0}.auth-hero{gap:1.5rem}.auth-hero p{max-width:58ch}.auth-hero-visual{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:1.25rem;align-items:center;margin-top:1rem}.auth-orbit-graphic{position:relative;width:min(280px,100%);aspect-ratio:1;justify-self:center;border-radius:50%;background:radial-gradient(circle at center,rgba(33,104,243,.16),transparent 44%),linear-gradient(180deg,#2168f314,#5a95ff0a)}.orbit-ring,.orbit-core,.orbit-node{position:absolute;border-radius:999px}.orbit-ring{top:14%;right:14%;bottom:14%;left:14%;border:1px solid rgba(33,104,243,.16)}.orbit-ring-two{top:26%;right:26%;bottom:26%;left:26%;border-color:#2168f33d}.orbit-core{top:40%;right:40%;bottom:40%;left:40%;background:linear-gradient(135deg,#2168f3,#75a8ff);box-shadow:0 16px 30px #2168f33d}.orbit-node{width:18px;height:18px;background:#2168f3;box-shadow:0 10px 24px #2168f333}.orbit-node-one{top:18%;right:22%}.orbit-node-two{bottom:22%;left:20%}.orbit-node-three{top:50%;left:10%}.auth-carousel-card{display:grid;gap:.9rem;padding:1.35rem;border-radius:24px;border:1px solid rgba(33,104,243,.12);background:linear-gradient(180deg,#fffffff5,#f0f7fff5)}.auth-carousel-card h2{margin:0;font-size:clamp(1.4rem,2vw,2rem);line-height:1.08;color:var(--text-primary)}.auth-carousel-card p{margin:0}.auth-carousel-accent{display:inline-flex;width:fit-content;padding:.45rem .8rem;border-radius:999px;background:#2168f314;color:var(--primary-strong);font-weight:600;font-size:.84rem}.auth-feature-list,.selection-chip-row{display:flex;gap:.55rem;flex-wrap:wrap}.auth-feature-pill,.selection-chip{display:inline-flex;align-items:center;padding:.42rem .8rem;border-radius:999px;border:1px solid rgba(33,104,243,.12);background:#2168f30d;color:var(--text-primary)}.auth-carousel-dots{display:flex;gap:.45rem;align-items:center}.auth-carousel-dot{width:12px;height:12px;padding:0;border-radius:999px;border:0;background:#2168f329}.auth-carousel-dot.is-active{width:28px;background:#2168f3}.selection-summary-card{display:grid;gap:.9rem;padding:1rem;border-radius:20px;border:1px solid var(--border);background:#2168f30a}.selection-summary-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.selection-summary-header strong,.selection-option strong{display:block;color:var(--text-primary)}.selection-summary-header span,.selection-option span{color:var(--text-secondary)}.selection-chip{border:0;cursor:pointer}.selection-modal-card{width:min(760px,100%)}.selection-picker-grid{max-height:min(55vh,460px);overflow:auto}.selection-option{align-items:flex-start;padding:.75rem 0}:root[data-theme=dark] .auth-carousel-card,:root[data-theme=dark] .selection-summary-card{background:linear-gradient(180deg,#111f36fa,#0d192cfa)}:root[data-theme=dark] .auth-feature-pill,:root[data-theme=dark] .selection-chip{background:#6ca7ff14;color:#fff;border-color:#6ca7ff2e}@media (max-width: 1480px){.design-layout{grid-template-columns:minmax(280px,340px) minmax(0,1fr)}.design-layout>:last-child{grid-column:1 / -1}}@media (max-width: 1180px){.workspace-grid,.ai-modal-grid,.ai-studio-shell,.ai-studio-shell.is-sidebar-collapsed,.auth-hero-visual{grid-template-columns:1fr}}@media (max-width: 900px){.app-shell{grid-template-columns:1fr}.selection-summary-header{flex-direction:column}.ai-studio-header,.ai-reference-image-card{grid-template-columns:1fr;flex-direction:column}.ai-reference-image-preview{width:100%;height:12rem}}@media (max-width: 640px){.auth-carousel-card,.selection-summary-card{padding:1rem}.auth-orbit-graphic{width:min(220px,100%)}}body{background:radial-gradient(circle at top left,rgba(74,120,255,.08),transparent 24%),linear-gradient(180deg,#f3f7ff,#eef3fb)}.app-shell{min-height:100vh;gap:1rem;padding:1.25rem;grid-template-columns:310px minmax(0,1fr);max-width:1760px;margin:0 auto}:root[data-sidebar=collapsed] .app-shell{grid-template-columns:64px minmax(0,1fr)}.sidebar,.workspace-main{background:#fffffff5;border:1px solid rgba(18,40,75,.1);box-shadow:0 28px 80px #1c366714}.sidebar{border-radius:30px;padding:1.05rem .9rem;gap:.85rem;background-image:none}.sidebar-top{gap:.5rem}.sidebar-project-picker{gap:.3rem}.workspace-main{border-radius:34px;padding:1.5rem;min-width:0}.page-content{display:grid;gap:1.25rem}.page-header{padding:1.25rem 1.5rem;border-radius:28px;border:1px solid rgba(18,40,75,.08);box-shadow:none}.page-header-title{font-size:clamp(2rem,2.6vw,3rem);letter-spacing:-.04em}.page-description{max-width:74ch}.nav-list{gap:.75rem}.panel,.stat-card,.mini-card,.catalog-card,.selection-summary-card,.record-card,.stack-item,.segment{border-radius:26px;border:1px solid rgba(18,40,75,.08);box-shadow:none}.panel{padding:1.3rem}.panel-head{margin-bottom:1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.panel-head-actions{display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.stat-card{padding:1.2rem}.stat-card strong{font-size:2rem;letter-spacing:-.04em}.nav-group{gap:.5rem}.nav-group-label{padding:0 .85rem;font-size:.72rem;color:#6e7f9b}.nav-link,.nav-sublink{display:flex;align-items:center;gap:.68rem;min-height:44px;padding:.72rem .82rem;border-radius:17px;text-decoration:none;color:var(--text-primary);border:1px solid transparent;background:transparent}.nav-link.is-active,.nav-branch-toggle.is-active,.nav-sublink.is-active{background:#edf2fb;border-color:#2168f31f;color:#1c345e;font-weight:600}.nav-link-badge{margin-left:auto;min-width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f3f6fb;color:#63789b;font-size:.82rem}.nav-collapsed-branch{display:grid;gap:.35rem}.nav-branch{display:grid;gap:.3rem}.nav-branch-control{display:flex;align-items:stretch;gap:.45rem}.nav-branch-link{flex:1;min-width:0}.nav-branch-toggle{width:100%}.nav-branch-caret-button{width:2.55rem;min-width:2.55rem;border:1px solid transparent;border-radius:17px;background:transparent;color:var(--text-primary);display:inline-flex;align-items:center;justify-content:center;transition:transform .14s ease,background .14s ease,border-color .14s ease,box-shadow .14s ease}.nav-branch-caret-button:hover:not(:disabled){transform:translateY(-1px)}.nav-branch-caret-button.is-active{background:#edf2fb;border-color:#2168f31f;color:#1c345e}.nav-branch-caret-button:disabled{cursor:not-allowed}.nav-link-caret{margin-left:auto;display:inline-flex;color:#7c8aa4;transition:transform .18s ease}.nav-branch-caret-button .nav-link-caret{margin-left:0}.nav-link-caret.is-open{transform:rotate(180deg)}.nav-subgroup{position:relative;display:grid;gap:.38rem;margin-left:1rem;padding-left:1.05rem}.nav-subgroup:before{content:"";position:absolute;left:.08rem;top:.45rem;bottom:.45rem;width:2px;border-radius:999px;background:linear-gradient(180deg,#2168f33d,#2168f314)}.nav-sublink{position:relative;min-height:36px;padding:.52rem .72rem .52rem .88rem;font-size:.92rem}.nav-sublink:before{content:"";position:absolute;left:-.62rem;top:50%;width:.58rem;height:2px;border-radius:999px;transform:translateY(-50%);background:#2168f32e}.nav-sublink-icon{width:1rem;min-width:1rem;display:inline-flex;align-items:center;justify-content:center;color:#6d80a3}.nav-sublink-label{white-space:nowrap}.nav-link--icon-only{justify-content:center;padding-inline:.35rem}.sidebar-footer{gap:.55rem;padding-top:.6rem}.theme-toggle{border:1px solid rgba(18,40,75,.08);border-radius:18px;padding:.8rem .9rem;background:#f7f9fd}.user-chip{background:#f7f9fd;border-radius:18px}.user-chip-button{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(18,40,75,.08);background:transparent;color:inherit;font:inherit;text-align:left}.user-chip-link{text-decoration:none;color:inherit;border:1px solid rgba(18,40,75,.08)}.user-chip-button:hover,.user-chip-link:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 1px #2168f314}.user-chip-button:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 .24rem #2168f324}.user-chip-link.is-active{background:#edf2fb;border-color:#2168f32e}.user-chip-head{display:flex;align-items:center;gap:.75rem}.user-chip-copy{min-width:0;display:grid;gap:.16rem}.user-chip-icon{width:2rem;height:2rem;min-width:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;background:linear-gradient(135deg,#2168f32e,#63b3ff3d);color:#2168f3}.user-chip-avatar{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.sidebar-slot-label{display:none}.sidebar-signout{justify-content:center}.sidebar-collapse-button-compact{margin-top:0;justify-self:center}.sidebar.is-collapsed{padding:.82rem .48rem}.sidebar.is-collapsed .sidebar-top{gap:.45rem;justify-items:stretch;align-items:stretch}.sidebar.is-collapsed .sidebar-brand-row,.sidebar.is-collapsed .sidebar-brand-lockup{justify-content:flex-start}.sidebar.is-collapsed .sidebar-brand-lockup{width:100%}.sidebar.is-collapsed .brand-mark{min-width:2.2rem;width:2.2rem;height:2.2rem;border-radius:14px;margin-bottom:0;padding:0;font-size:.92rem}.sidebar.is-collapsed .nav-list,.sidebar.is-collapsed .sidebar-footer{justify-items:stretch}.sidebar.is-collapsed .nav-list{padding-right:.38rem}.sidebar.is-collapsed .nav-link,.sidebar.is-collapsed .nav-branch-link,.sidebar.is-collapsed .user-chip,.sidebar.is-collapsed .sidebar-collapse-button-compact,.sidebar.is-collapsed .sidebar-icon-button,.sidebar.is-collapsed .sidebar-signout{width:100%;min-width:0;min-height:2.75rem;justify-content:center;padding-inline:.45rem}.sidebar.is-collapsed .nav-link,.sidebar.is-collapsed .nav-branch-link{justify-content:center;padding-inline:.45rem}.sidebar.is-collapsed .nav-link-icon{min-width:0}.sidebar.is-collapsed .sidebar-collapse-button-compact,.sidebar.is-collapsed .sidebar-icon-button,.sidebar.is-collapsed .sidebar-signout{justify-self:stretch}.sidebar.is-collapsed .nav-branch-control{width:100%;justify-content:center}.sidebar.is-collapsed .nav-group-items,.sidebar.is-collapsed .nav-collapsed-branch{display:grid;gap:.35rem}.sidebar.is-collapsed .user-chip{display:grid;padding:.4rem 0}.sidebar.is-collapsed .user-chip-head{justify-content:center}.sidebar.is-collapsed .user-chip-icon{width:1.95rem;height:1.95rem;min-width:1.95rem}.subnav-tabs{padding:.35rem;border-radius:18px;background:#f5f8fd;width:fit-content}.subnav-tab{min-width:160px;border-radius:14px}.subnav-tab.is-active{background:#fff;box-shadow:0 10px 24px #1c366714}.catalog-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.catalog-grid.compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.catalog-card{display:grid;gap:.75rem;padding:1.2rem;text-align:left;background:#fff}.catalog-card strong{font-size:1.05rem;color:var(--text-primary)}.catalog-card p{margin:0;color:var(--text-secondary);line-height:1.55}.catalog-card.is-active{border-color:#2168f32e;box-shadow:inset 0 0 0 1px #2168f314}.workspace-table{border-collapse:separate;border-spacing:0}.workspace-table thead th{font-size:.84rem;letter-spacing:.04em;text-transform:uppercase;color:#6b7a95;background:#f1f5fb}.workspace-table thead th:first-child{border-top-left-radius:16px}.workspace-table thead th:last-child{border-top-right-radius:16px}.workspace-table tbody tr{transition:background-color .16s ease}.workspace-table tbody tr:hover{background:#2168f308}.selectable-table tbody tr{cursor:pointer}.selectable-table tbody tr.is-selected{background:#2168f314}.status-pill{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:fit-content;padding:.35rem .7rem;border-radius:999px;font-size:.82rem;font-weight:600;text-transform:capitalize}.tone-success{background:#1ea86e1f;color:#148053}.tone-error{background:#d23d5d1f;color:#b33556}.tone-info{background:#2168f31a;color:#2158ba}.tone-neutral{background:#6d7b951f;color:#5c6b84}.dashboard-hero-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);gap:1rem;align-items:stretch}.panel.dashboard-command-panel{background:radial-gradient(circle at top right,rgba(33,104,243,.14),transparent 34%),linear-gradient(145deg,#fffffff5,#f4f9fff0);border-color:#2168f324}.panel.dashboard-action-panel{background:radial-gradient(circle at top left,rgba(228,156,47,.12),transparent 34%),linear-gradient(145deg,#fffcf6fa,#f8f0e2f5)}.dashboard-command-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem;align-items:start}.dashboard-command-copy{display:grid;gap:.9rem}.dashboard-command-summary{margin:0;color:var(--text-primary);font-size:1.02rem;line-height:1.65;max-width:58ch}.dashboard-chip-row{display:flex;flex-wrap:wrap;gap:.6rem}.dashboard-tone-chip,.dashboard-context-chip{display:inline-flex;align-items:center;border-radius:999px;padding:.42rem .78rem;font-size:.78rem;font-weight:700}.dashboard-context-chip{background:#12284b0f;border:1px solid rgba(18,40,75,.08);color:var(--text-secondary)}.dashboard-score-ring{width:min(11rem,100%);aspect-ratio:1;padding:.9rem;border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 0 1px #ffffff73}.dashboard-score-core{width:100%;height:100%;border-radius:50%;display:grid;place-items:center;align-content:center;gap:.2rem;background:#fffffff0;border:1px solid rgba(18,40,75,.08);text-align:center}.dashboard-score-core span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary)}.dashboard-score-core strong{font-size:2.55rem;letter-spacing:-.06em;color:var(--text-primary)}.dashboard-score-core small{color:var(--text-secondary);font-size:.8rem}.dashboard-signal-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:.85rem}.dashboard-signal-card,.dashboard-action-card,.dashboard-funnel-card{border:1px solid rgba(18,40,75,.08);background:#ffffffb3}.dashboard-signal-card{padding:1rem;border-radius:20px}.dashboard-command-footer{margin-top:.2rem}.dashboard-action-grid{display:grid;gap:.85rem}.dashboard-pillar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.95rem}.dashboard-pillar-card{display:grid;gap:.75rem;padding:1rem 1.05rem;border-radius:22px;border:1px solid rgba(18,40,75,.08);background:linear-gradient(180deg,#fffffff0,#f7faffeb)}.dashboard-pillar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.dashboard-pillar-card strong{font-size:2rem;letter-spacing:-.05em}.dashboard-pillar-title{color:var(--text-primary);font-weight:700;line-height:1.45}.dashboard-pillar-card p{margin:0;color:var(--text-secondary);line-height:1.55}.dashboard-pillar-stats{display:flex;flex-wrap:wrap;gap:.5rem}.dashboard-pillar-stat{display:inline-flex;align-items:center;min-height:1.8rem;padding:.3rem .7rem;border-radius:999px;background:#12284b0d;border:1px solid rgba(18,40,75,.08);color:var(--text-secondary);font-size:.78rem;font-weight:600}.dashboard-action-card{border-radius:22px;padding:1rem 1.05rem;display:grid;gap:.9rem;text-align:left}.dashboard-action-card,.dashboard-lane-card,.dashboard-priority-row,.dashboard-hotspot-row,.dashboard-run-row{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.dashboard-action-card:hover,.dashboard-lane-card:hover,.dashboard-priority-row:hover,.dashboard-hotspot-row:hover,.dashboard-run-row:hover{transform:translateY(-1px);box-shadow:0 12px 24px #1e386814}.dashboard-action-copy,.dashboard-lane-copy,.dashboard-priority-copy,.dashboard-hotspot-copy,.dashboard-run-copy{display:grid;gap:.35rem;min-width:0}.dashboard-action-meta,.dashboard-funnel-label{font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary)}.dashboard-action-copy span,.dashboard-priority-copy span,.dashboard-hotspot-copy span,.dashboard-run-copy span{color:var(--text-secondary);line-height:1.55}.dashboard-action-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.dashboard-action-link{color:var(--primary-strong);font-size:.82rem;font-weight:700}.dashboard-lane-card,.dashboard-priority-row,.dashboard-hotspot-row,.dashboard-run-row{align-items:flex-start}.dashboard-hotspot-meta{display:grid;gap:.45rem;justify-items:end;flex-shrink:0}.dashboard-funnel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:.85rem}.dashboard-funnel-card{border-radius:22px;padding:1rem;display:grid;gap:.4rem;align-content:start}.dashboard-funnel-card strong{font-size:1.9rem;letter-spacing:-.05em}.dashboard-funnel-card small{color:var(--text-secondary);line-height:1.5}.dashboard-funnel-card .dashboard-tone-chip{justify-self:start}.dashboard-momentum-shell{display:grid;gap:1rem}.activity-chart{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;align-items:end;min-height:280px;padding:1rem .5rem 0}.activity-bar-group{display:grid;justify-items:center;gap:.65rem}.activity-bar-group strong{font-size:.82rem}.activity-bar-group span{color:var(--text-secondary);font-size:.82rem}.activity-bar-track{width:18px;height:210px;display:flex;align-items:end;border-radius:999px;background:#edf2fb;overflow:hidden}.activity-bar-fill{width:100%;border-radius:999px;background:linear-gradient(180deg,#6e96ff,#2d66e6)}.dashboard-momentum-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.mini-card strong,.stack-item strong,.record-card strong,.page-header-title,.panel-head h3{letter-spacing:-.03em}:root[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(74,120,255,.14),transparent 24%),linear-gradient(180deg,#0e1727,#0a1220)}:root[data-theme=dark] .sidebar,:root[data-theme=dark] .workspace-main,:root[data-theme=dark] .page-header,:root[data-theme=dark] .panel,:root[data-theme=dark] .stat-card,:root[data-theme=dark] .catalog-card,:root[data-theme=dark] .record-card,:root[data-theme=dark] .mini-card,:root[data-theme=dark] .stack-item,:root[data-theme=dark] .segment{background:#101a2c;border-color:#b4c7e71f}:root[data-theme=dark] .nav-link.is-active,:root[data-theme=dark] .nav-branch-toggle.is-active,:root[data-theme=dark] .nav-sublink.is-active,:root[data-theme=dark] .selectable-table tbody tr.is-selected{background:#6ca7ff24}:root[data-theme=dark] .nav-subgroup:before{background:linear-gradient(180deg,#6ca7ff4d,#6ca7ff14)}:root[data-theme=dark] .nav-sublink:before{background:#6ca7ff3d}:root[data-theme=dark] .nav-sublink-icon{color:#9eb6df}:root[data-theme=dark] .workspace-table thead th,:root[data-theme=dark] .theme-toggle,:root[data-theme=dark] .user-chip,:root[data-theme=dark] .subnav-tabs{background:#162239}:root[data-theme=dark] .user-chip-link.is-active{background:#6ca7ff24;border-color:#6ca7ff3d}:root[data-theme=dark] .user-chip-button{border-color:#98b7eb1f}:root[data-theme=dark] .user-chip-icon{background:linear-gradient(135deg,#6ca7ff38,#4574ff42);color:#d7e6ff}:root[data-theme=dark] .panel.dashboard-command-panel{background:radial-gradient(circle at top right,rgba(108,167,255,.18),transparent 34%),linear-gradient(180deg,#0d1d38fa,#0a1529f5)}:root[data-theme=dark] .panel.dashboard-action-panel{background:radial-gradient(circle at top left,rgba(228,156,47,.12),transparent 34%),linear-gradient(180deg,#121b2dfa,#0d1627f5)}:root[data-theme=dark] .dashboard-score-core,:root[data-theme=dark] .dashboard-signal-card,:root[data-theme=dark] .dashboard-pillar-card,:root[data-theme=dark] .dashboard-action-card,:root[data-theme=dark] .dashboard-funnel-card,:root[data-theme=dark] .dashboard-context-chip{background:#ffffff0d;border-color:#9ec2ff24}:root[data-theme=dark] .dashboard-command-summary,:root[data-theme=dark] .dashboard-score-core strong,:root[data-theme=dark] .dashboard-pillar-card strong,:root[data-theme=dark] .dashboard-action-copy strong,:root[data-theme=dark] .dashboard-funnel-card strong{color:#edf4ff}:root[data-theme=dark] .dashboard-action-copy span,:root[data-theme=dark] .dashboard-priority-copy span,:root[data-theme=dark] .dashboard-hotspot-copy span,:root[data-theme=dark] .dashboard-run-copy span,:root[data-theme=dark] .dashboard-pillar-card p,:root[data-theme=dark] .dashboard-pillar-stat,:root[data-theme=dark] .dashboard-score-core span,:root[data-theme=dark] .dashboard-score-core small,:root[data-theme=dark] .dashboard-action-meta,:root[data-theme=dark] .dashboard-funnel-label,:root[data-theme=dark] .dashboard-context-chip,:root[data-theme=dark] .activity-bar-group span{color:#c9d7ef}:root[data-theme=dark] .activity-bar-track{background:#ffffff14}@media (max-width: 1200px){.dashboard-hero-grid,.dashboard-momentum-summary,.workspace-grid,.design-layout,.two-column-grid,.dashboard-command-shell{grid-template-columns:1fr}.dashboard-score-ring{justify-self:start}}@media (max-width: 900px){.app-shell{grid-template-columns:1fr;padding:.75rem}.workspace-main{padding:1rem}.activity-chart{min-height:220px;gap:.7rem}.activity-bar-track{width:14px;height:170px}.dashboard-action-footer,.dashboard-hotspot-meta{width:100%;display:flex;align-items:center;justify-content:space-between}}.container{width:100%;max-width:1200px;margin:0 auto;padding:1rem}.page{display:flex;min-height:100vh}.page>.container{display:flex;flex:1;gap:clamp(1rem,3vw,2rem);align-items:stretch}.left{flex:1}.right{flex:1;display:flex;align-items:center;justify-content:center;min-width:0}.form-field-label{display:inline-flex;align-items:center;color:var(--text);font-size:.9rem;font-weight:600}.form-field-hint{margin:0;color:var(--muted);font-size:.82rem}.form-field-error{display:block;color:var(--danger);font-size:.82rem;margin-top:.1rem}input:focus-visible,select:focus-visible,textarea:focus-visible,.project-dropdown-trigger:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 .25rem #2168f324}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--danger);box-shadow:0 0 0 .2rem #cd36581f}button:focus-visible{outline:.2rem solid rgba(33,104,243,.2);outline-offset:.15rem}button:disabled,input:disabled,select:disabled,textarea:disabled,.project-dropdown-trigger:disabled{cursor:not-allowed}.link-button:disabled,.tab-button:disabled,.primary-button:disabled,.ghost-button:disabled{opacity:.65;transform:none}.auth-page{position:relative}.auth-shell{padding-block:clamp(1rem,4vw,2rem)}.page>.container.auth-shell{align-items:center}.auth-aside{flex:0 1 52%;max-width:54rem;display:flex;align-items:center}.auth-aside-panel{width:100%;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid var(--line);border-radius:1.75rem;background:linear-gradient(160deg,#ffffffdb,#eef6ffb8),radial-gradient(circle at top left,rgba(33,104,243,.14),transparent 42%);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;align-content:center;gap:var(--space-md)}.auth-aside h1{margin:0;font-size:clamp(1.8rem,2.5vw,2.5rem);line-height:1.02;letter-spacing:-.04em}.auth-aside-copy{margin:0;max-width:32ch;color:var(--muted);font-size:clamp(.9rem,1.2vw,1rem)}.auth-trust-list{display:flex;flex-wrap:wrap;gap:.75rem}.auth-trust-pill{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .8rem;border-radius:999px;border:1px solid rgba(33,104,243,.12);background:#2168f314;color:var(--primary-strong);font-size:.82rem;font-weight:600}.auth-aside-footer{margin:0;color:var(--muted);font-size:.88rem}.auth-carousel-panel{--auth-accent-start: #6eb5ff;--auth-accent-end: #2f7dff;--auth-glow: rgba(79, 159, 255, .34);--auth-secondary-glow: rgba(61, 219, 196, .2);position:relative;min-height:clamp(28rem,62vh,35rem);max-height:min(78dvh,35rem);overflow:hidden;align-content:stretch;color:#eef4ff;border-color:#ffffff14;background:radial-gradient(circle at top left,rgba(89,151,255,.26),transparent 30%),radial-gradient(circle at 85% 15%,rgba(76,240,208,.16),transparent 26%),linear-gradient(155deg,#07162c,#0b1f3f 52%,#081227);box-shadow:0 1.5rem 5rem #05122752}.auth-carousel-panel.theme-amber{--auth-accent-start: #ffb86b;--auth-accent-end: #ff7a45;--auth-glow: rgba(255, 154, 86, .34);--auth-secondary-glow: rgba(255, 212, 96, .22)}.auth-carousel-panel.theme-teal{--auth-accent-start: #59f0ca;--auth-accent-end: #1eaed8;--auth-glow: rgba(89, 240, 202, .28);--auth-secondary-glow: rgba(84, 143, 255, .18)}.auth-carousel-panel:before,.auth-carousel-panel:after{content:"";position:absolute;border-radius:999px;filter:blur(24px);opacity:.8;pointer-events:none}.auth-carousel-panel:before{width:14rem;height:14rem;top:-4rem;right:-2rem;background:var(--auth-glow)}.auth-carousel-panel:after{width:12rem;height:12rem;bottom:-4rem;left:-2rem;background:var(--auth-secondary-glow)}.auth-carousel-grid{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:100%;height:100%;gap:clamp(1rem,2vw,1.5rem)}.auth-carousel-head,.auth-carousel-brand{display:flex;align-items:center}.auth-carousel-head{justify-content:space-between;gap:var(--space-md)}.auth-carousel-brand{gap:.9rem}.auth-carousel-brand .brand-mark{min-width:3.3rem;height:3.1rem;margin-bottom:0;border-radius:1rem;padding:0;background:linear-gradient(135deg,var(--auth-accent-start),var(--auth-accent-end));box-shadow:0 1rem 2.5rem var(--auth-glow)}.auth-carousel-brand strong{display:block;color:#fff;font-size:1rem}.auth-carousel-brand p{margin:0;color:#e2ecffb8;font-size:.88rem}.auth-carousel-status{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff14;color:#f8fbff;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.auth-carousel-status:before{content:"";width:.55rem;height:.55rem;border-radius:999px;background:linear-gradient(135deg,var(--auth-accent-start),var(--auth-accent-end));box-shadow:0 0 0 .35rem #ffffff14;animation:auth-carousel-pulse 1.8s ease-in-out infinite}.auth-carousel-slide{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(19rem,.9fr);align-items:center;gap:var(--space-lg);animation:auth-carousel-enter .55s ease both}.auth-carousel-copy-block{display:grid;gap:var(--space-md);align-content:center}.auth-carousel-panel .eyebrow{color:#dee9ffc7}.auth-carousel-panel h1{margin:0;max-width:15ch;font-size:clamp(2.25rem,3.8vw,3.55rem);line-height:.96;color:#fff}.auth-carousel-panel .auth-aside-copy{max-width:52ch;color:#e1ecffc7;font-size:clamp(.96rem,1.5vw,1.05rem)}.auth-carousel-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.auth-carousel-stat-card{display:grid;gap:.25rem;padding:.9rem;border-radius:1.05rem;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#ffffff21,#ffffff0d);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.auth-carousel-stat-card strong{color:#fff;font-size:1.3rem;letter-spacing:-.03em}.auth-carousel-stat-card span{color:#dde9ffb8;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.auth-carousel-panel .auth-trust-list{gap:.6rem}.auth-carousel-panel .auth-trust-pill{border-color:#ffffff1f;background:#ffffff14;color:#eef5ff}.auth-carousel-visual-wrap{min-height:100%;height:100%;display:flex;align-items:stretch}.auth-carousel-visual-wrap .auth-capability-visual{width:100%;min-height:100%}.auth-capability-visual{position:relative;height:100%;min-height:18rem;padding:1rem;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#081223d1,#060d1bf5);box-shadow:inset 0 1px #ffffff14,0 1rem 2rem #0610212e}.auth-feature-board{display:grid;gap:.85rem;align-content:start}.auth-feature-board-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.auth-feature-board-note{color:#dce8ffb8;font-size:.82rem;font-weight:600}.auth-feature-list{display:grid;gap:.7rem}.auth-feature-card{display:grid;gap:.35rem;padding:.9rem .95rem;border-radius:1.05rem;border:1px solid rgba(255,255,255,.1);background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-feature-card strong{color:#fff;line-height:1.4}.auth-feature-card p{margin:0;color:#dde9ffc7;line-height:1.55}.auth-feature-tag-row{display:flex;flex-wrap:wrap;gap:.55rem}.auth-feature-tag{display:inline-flex;align-items:center;min-height:1.85rem;padding:.3rem .72rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#f2f7ff;font-size:.76rem;font-weight:700}.auth-visual-halo{position:absolute;width:10rem;height:10rem;border-radius:999px;filter:blur(22px);opacity:.72;pointer-events:none}.auth-visual-halo-one{top:-2.5rem;right:-1rem;background:var(--auth-glow)}.auth-visual-halo-two{bottom:-3rem;left:-1.5rem;background:var(--auth-secondary-glow)}.auth-visual-command,.auth-visual-column,.auth-visual-kpi,.auth-visual-log,.auth-visual-sidecard,.auth-network-node{border:1px solid rgba(255,255,255,.12);background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-visual-command{position:relative;z-index:1;display:grid;gap:.5rem;max-width:76%;padding:1rem 1.05rem;border-radius:1.15rem}.auth-visual-command strong{color:#fff;line-height:1.35}.auth-visual-command-label{display:inline-flex;width:fit-content;padding:.3rem .6rem;border-radius:999px;background:#ffffff14;color:#dfecffbd;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.auth-visual-floating-chip{position:absolute;top:6.8rem;right:1.1rem;z-index:1;padding:.55rem .8rem;border-radius:999px;background:linear-gradient(135deg,#ffffff29,#ffffff12);color:#fff;font-size:.78rem;font-weight:600}.auth-visual-design-grid,.auth-visual-kpi-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.auth-visual-design-grid{position:absolute;right:1.1rem;bottom:1.1rem;left:1.1rem}.auth-visual-column,.auth-visual-kpi{display:grid;gap:.55rem;padding:.9rem;border-radius:1rem}.auth-visual-column span:first-child,.auth-visual-kpi span{color:#dce9ffad;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.auth-visual-column strong,.auth-visual-kpi strong,.auth-risk-row strong,.auth-network-node{color:#fff}.auth-visual-column strong,.auth-visual-kpi strong{font-size:1rem}.auth-visual-bar{height:.48rem;border-radius:999px;background:#ffffff14;overflow:hidden}.auth-visual-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--auth-accent-start),var(--auth-accent-end))}.auth-visual-dashboard{position:relative;z-index:1;display:grid;gap:.85rem;height:100%}.auth-visual-chart{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:.65rem;min-height:7.5rem;padding:1rem .75rem .75rem;border-radius:1.05rem;border:1px solid rgba(255,255,255,.08);background:#060f1d8a;overflow:hidden}.auth-visual-chart:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 60%);pointer-events:none}.auth-visual-chart-bar{position:relative;border-radius:999px 999px 0 0;background:linear-gradient(180deg,var(--auth-accent-start),var(--auth-accent-end));box-shadow:0 .75rem 1.5rem #07112233}.auth-visual-chart-bar.is-muted{opacity:.45}.auth-visual-log-stream{display:grid;gap:.55rem}.auth-visual-log{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .85rem;border-radius:.9rem}.auth-visual-log span,.auth-risk-row span{color:#dde9ffbd}.auth-visual-log strong{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.auth-visual-log.is-success strong{color:#91f7c6}.auth-visual-log.is-warning strong{color:#ffd580}.auth-visual-log.is-danger strong{color:#ff9ba5}.auth-visual-trace-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(12rem,.9fr);gap:.85rem;height:100%}.auth-visual-network{position:relative;min-height:16rem;border-radius:1.2rem;border:1px solid rgba(255,255,255,.1);background:#060f1d80;overflow:hidden}.auth-network-line{position:absolute;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--auth-accent-start),transparent);opacity:.8}.auth-network-node{position:absolute;display:grid;place-items:center;min-width:5rem;padding:.7rem .9rem;border-radius:999px;font-size:.8rem;font-weight:700}.auth-network-node.is-primary{background:linear-gradient(135deg,var(--auth-accent-start),var(--auth-accent-end));box-shadow:0 1rem 2.5rem var(--auth-glow)}.auth-visual-sidecard{display:grid;gap:.8rem;align-content:start;padding:1rem;border-radius:1.2rem}.auth-risk-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.7rem;border-bottom:1px solid rgba(255,255,255,.08)}.auth-risk-row:last-child{padding-bottom:0;border-bottom:0}.auth-carousel-footer-row{display:grid;gap:.9rem;margin-top:auto}.auth-carousel-panel .auth-carousel-dots{display:flex;gap:.55rem;align-items:center}.auth-carousel-panel .auth-carousel-dot{width:.8rem;height:.8rem;border:0;border-radius:999px;padding:0;background:#fff3;transition:width .18s ease,transform .18s ease,background-color .18s ease}.auth-carousel-panel .auth-carousel-dot:hover{transform:translateY(-1px);background:#ffffff57}.auth-carousel-panel .auth-carousel-dot.is-active{width:2rem;background:linear-gradient(90deg,var(--auth-accent-start),var(--auth-accent-end))}.auth-carousel-panel .auth-aside-footer{color:#dce8ffb8;max-width:44ch}.auth-marketplace-visual{display:grid;gap:.85rem;align-content:stretch}.auth-marketplace-banner,.auth-marketplace-card,.auth-marketplace-strip,.auth-marketplace-flow-card{border:1px solid rgba(255,255,255,.12);background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-marketplace-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border-radius:1rem}.auth-marketplace-status,.auth-marketplace-pill{display:inline-flex;align-items:center;min-height:1.55rem;padding:.18rem .65rem;border-radius:999px;font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-marketplace-status{background:#ffffff1a;color:#fff}.auth-marketplace-status.is-amber{background:#ffb86b29;color:#ffd79f}.auth-marketplace-status.is-teal{background:#59f0ca24;color:#b9ffe8}.auth-marketplace-stack,.auth-marketplace-row{display:grid;gap:.7rem}.auth-marketplace-row--two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-marketplace-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.9rem;border-radius:1.1rem}.auth-marketplace-card.is-primary,.auth-marketplace-flow-card.is-primary{background:linear-gradient(135deg,#ffffff24,#ffffff14);box-shadow:0 1rem 2rem #0711222e}.auth-marketplace-badge{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:.85rem;background:linear-gradient(135deg,var(--auth-accent-start),var(--auth-accent-end));color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.06em}.auth-marketplace-badge.is-amber{background:linear-gradient(135deg,#ffb86b,#ff7a45)}.auth-marketplace-badge.is-teal{background:linear-gradient(135deg,#59f0ca,#1eaed8)}.auth-marketplace-copy{display:grid;gap:.2rem;min-width:0}.auth-marketplace-copy strong,.auth-marketplace-stat strong,.auth-marketplace-flow-card strong{color:#fff}.auth-marketplace-copy span,.auth-marketplace-stat span,.auth-marketplace-flow-card span{color:#dfecffbd;line-height:1.4}.auth-marketplace-pill{background:#ffffff1a;color:#fff}.auth-marketplace-pill.is-muted{color:#e1ecffc2}.auth-marketplace-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:.85rem .95rem;border-radius:1.1rem}.auth-marketplace-stat{display:grid;gap:.2rem}.auth-marketplace-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.auth-marketplace-flow-card{display:grid;gap:.35rem;align-content:start;min-height:7.25rem;padding:.95rem .9rem;border-radius:1.1rem}.auth-carousel-panel[data-carousel-layout=balanced] .auth-carousel-slide{grid-template-columns:minmax(0,1.08fr) minmax(16rem,.82fr);gap:clamp(.9rem,1.8vw,1.2rem)}.auth-carousel-panel[data-carousel-layout=balanced] h1{max-width:16ch;font-size:clamp(2rem,3vw,2.95rem)}.auth-carousel-panel[data-carousel-layout=balanced] .auth-carousel-copy-block{gap:.9rem}.auth-carousel-panel[data-carousel-layout=balanced] .auth-carousel-visual-wrap{min-height:17rem}.auth-carousel-panel[data-carousel-layout=balanced] .auth-capability-visual{padding:1rem}.auth-carousel-panel[data-carousel-layout=balanced] .auth-marketplace-card{grid-template-columns:auto minmax(0,1fr);align-items:start}.auth-carousel-panel[data-carousel-layout=balanced] .auth-marketplace-pill{grid-column:2;justify-self:start;margin-top:.15rem}.auth-carousel-panel[data-carousel-layout=balanced] .auth-marketplace-strip,.auth-carousel-panel[data-carousel-layout=balanced] .auth-marketplace-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-carousel-panel[data-carousel-layout=balanced] .auth-marketplace-row--two-up{grid-template-columns:1fr}.auth-carousel-panel[data-carousel-layout=balanced] .auth-marketplace-stat:last-child{grid-column:1 / -1}.auth-carousel-panel[data-carousel-layout=portrait]{min-height:clamp(30rem,72vh,40rem)}.auth-carousel-panel[data-carousel-layout=portrait] .auth-carousel-head{flex-wrap:wrap;align-items:flex-start;gap:.85rem}.auth-carousel-panel[data-carousel-layout=portrait] .auth-carousel-status{order:2}.auth-carousel-panel[data-carousel-layout=portrait] .auth-carousel-slide{grid-template-columns:1fr;align-content:start;gap:1rem}.auth-carousel-panel[data-carousel-layout=portrait] h1{max-width:none;font-size:clamp(1.95rem,3.4vw,2.7rem)}.auth-carousel-panel[data-carousel-layout=portrait] .auth-aside-copy,.auth-carousel-panel[data-carousel-layout=portrait] .auth-aside-footer{max-width:none}.auth-carousel-panel[data-carousel-layout=portrait] .auth-carousel-copy-block{gap:.85rem}.auth-carousel-panel[data-carousel-layout=portrait] .auth-carousel-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-carousel-panel[data-carousel-layout=portrait] .auth-trust-list{gap:.5rem}.auth-carousel-panel[data-carousel-layout=portrait] .auth-trust-pill{padding:.42rem .7rem;font-size:.76rem}.auth-carousel-panel[data-carousel-layout=portrait] .auth-carousel-visual-wrap{min-height:15rem}.auth-carousel-panel[data-carousel-layout=portrait] .auth-capability-visual{min-height:0;padding:.9rem}.auth-carousel-panel[data-carousel-layout=portrait] .auth-marketplace-banner{flex-wrap:wrap;align-items:flex-start;padding:.68rem .75rem}.auth-carousel-panel[data-carousel-layout=portrait] .auth-marketplace-stack,.auth-carousel-panel[data-carousel-layout=portrait] .auth-marketplace-row,.auth-carousel-panel[data-carousel-layout=portrait] .auth-marketplace-flow{gap:.55rem}.auth-carousel-panel[data-carousel-layout=portrait] .auth-marketplace-flow,.auth-carousel-panel[data-carousel-layout=portrait] .auth-marketplace-strip,.auth-carousel-panel[data-carousel-layout=portrait] .auth-marketplace-row--two-up{grid-template-columns:1fr}.auth-carousel-panel[data-carousel-layout=portrait] .auth-marketplace-card{grid-template-columns:auto minmax(0,1fr);gap:.65rem;align-items:start;padding:.8rem .85rem}.auth-carousel-panel[data-carousel-layout=portrait] .auth-marketplace-pill{grid-column:2;justify-self:start;margin-top:.12rem}.auth-carousel-panel[data-carousel-layout=portrait] .auth-marketplace-flow-card{min-height:auto;padding:.8rem .85rem}@keyframes auth-carousel-enter{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@keyframes auth-carousel-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.14);opacity:.82}}.auth-main{min-width:0;display:flex;justify-content:center}.login-card{width:100%;max-width:420px;min-height:clamp(36rem,82vh,44rem);padding:1.5rem;border-radius:.75rem;border:1px solid var(--line);background:#fffffff0;box-shadow:0 .5rem 1.5rem #00000014;display:grid;gap:var(--space-md)}.auth-card-brand{display:flex;align-items:center;gap:.9rem}.auth-card-brand strong{display:block;font-size:1rem}.auth-card-brand p{margin:0;color:var(--muted);font-size:.88rem}.auth-card-header{display:grid;gap:.4rem}.auth-card-title{margin:0;font-size:clamp(1.6rem,2vw,2rem);letter-spacing:-.03em;font-weight:700;line-height:1.2;color:var(--text-primary)}.auth-card-header p:last-child{margin:0;color:var(--muted);font-size:clamp(.9rem,1.2vw,1rem)}.auth-page .tab-row{display:inline-flex;gap:.35rem;align-self:start;margin-bottom:.25rem;padding:.3rem;background:#2168f314}.auth-page .tab-button{min-width:6rem;color:var(--muted)}.auth-page .tab-button.is-active{background:var(--panel-strong);color:var(--text);box-shadow:0 .25rem .75rem #10254714}.auth-form{display:grid;gap:var(--space-md)}.auth-note-box{padding:.85rem 1rem;border-radius:.875rem;border:1px solid rgba(33,104,243,.16);background:#2168f314;color:var(--primary-strong);font-size:.92rem}.password-field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.4rem;border:1px solid var(--line);border-radius:.875rem;background:var(--panel-strong);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.password-field input{border:0;box-shadow:none;background:transparent}.password-field input:focus-visible{box-shadow:none}.password-field:focus-within{border-color:var(--accent);box-shadow:0 0 0 .25rem #2168f324}.password-field.is-error{border-color:var(--danger);box-shadow:0 0 0 .2rem #cd36581f}.password-toggle{border:0;background:transparent;color:var(--primary-strong);font-size:.85rem;font-weight:600;padding:.7rem .9rem}.form-error-box{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-sm);padding:.9rem 1rem;border-radius:.875rem;border:1px solid rgba(205,54,88,.2);background:#cd365814}.form-error-box p{margin:0;color:var(--danger)}.form-error-dismiss{border:0;padding:0;background:transparent;color:var(--danger);font-size:.82rem;font-weight:600}.auth-submit{width:100%;min-height:3.1rem;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;font-weight:600}.auth-submit:hover:not(:disabled){background:var(--accent-strong);box-shadow:0 .8rem 1.6rem #1645b02e}.auth-submit:disabled{box-shadow:none}.button-spinner{width:1rem;height:1rem;border:.125rem solid rgba(255,255,255,.34);border-top-color:#fff;border-radius:999px;animation:auth-button-spin .8s linear infinite}@keyframes auth-button-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-secondary-actions{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:.9rem}.auth-card-footer{color:var(--muted);font-size:.82rem;text-align:center}.auth-google-section{display:grid;gap:.75rem}.auth-google-button-shell{display:grid;place-items:center;min-height:2.875rem;padding:.1rem;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#ffffffe0}.auth-provider-divider{position:relative;display:flex;justify-content:center;align-items:center;min-height:1rem;color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.auth-provider-divider:before{content:"";position:absolute;inset-inline:0;top:50%;height:1px;background:var(--line)}.auth-provider-divider span{position:relative;padding:0 .75rem;background:#fffffff0}.auth-verification-panel{display:grid;gap:.25rem;padding:.9rem 1rem;border-radius:.9rem;border:1px solid rgba(33,104,243,.12);background:#2168f30f}.auth-verification-label{font-size:.75rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.auth-verification-target{font-size:1rem;color:var(--text-primary);word-break:break-word}.auth-verification-caption{margin:0;color:var(--muted);font-size:.88rem}.success-screen{gap:var(--space-md);padding:.5rem 0}.success-screen .success-message{margin:0;color:var(--muted);max-width:30ch}:root[data-theme=dark] .auth-aside-panel,:root[data-theme=dark] .login-card{background:linear-gradient(180deg,#0b1c38f0,#08162ceb),radial-gradient(circle at top right,rgba(108,167,255,.12),transparent 30%)}:root[data-theme=dark] .auth-trust-pill{background:#6ca7ff1f;border-color:#6ca7ff2e;color:#edf4ff}:root[data-theme=dark] .auth-carousel-panel{border-color:#92b1e31f}:root[data-theme=dark] .auth-page .tab-button.is-active{background:#ffffff14}:root[data-theme=dark] .auth-note-box,:root[data-theme=dark] .auth-verification-panel{background:#6ca7ff1f;border-color:#6ca7ff33}:root[data-theme=dark] .auth-provider-divider span{background:#0b1c38f0}:root[data-theme=dark] .auth-google-button-shell{background:#fffffff5}@media (max-width: 768px){.page{flex-direction:column}.page>.container{flex-direction:column}.left{display:none}.right{align-items:flex-start}.login-card{max-width:100%;margin:1rem 0}}@media (max-width: 1100px){.auth-visual-design-grid,.auth-visual-kpi-row{grid-template-columns:1fr}.auth-carousel-visual-wrap{min-height:16rem}.auth-visual-trace-grid{grid-template-columns:1fr}}@media (max-width: 900px){.execution-smart-requirement-toolbar{grid-template-columns:1fr}.execution-smart-requirement-card{grid-template-columns:auto minmax(0,1fr)}.execution-smart-requirement-count{grid-column:2;justify-self:start}}.card{border-radius:var(--radius);box-shadow:var(--shadow)}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--space-md)}.app-layout{display:flex;min-height:100vh;gap:var(--space-md);max-width:1800px;margin:0 auto;padding:var(--space-md)}.app-layout.app-layout--workspace-wide{max-width:none}.app-layout .sidebar{width:auto;flex-shrink:0}.main{flex:1;padding:var(--space-lg);min-width:0}.page-content{display:grid;gap:var(--space-lg)}.page-header,.panel,.stat-card,.catalog-card,.record-card,.mini-card,.stack-item,.segment,.subnav-tab,.theme-toggle,.user-chip{border:1px solid var(--border)}.tile-card,.catalog-card,.stack-item-button{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.tile-card:hover,.catalog-card:hover,.stack-item-button:hover{transform:translateY(-.125rem);box-shadow:0 .75rem 1.5rem #0f172a14}.tile-card-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.toast-message{position:fixed;top:max(1rem,env(safe-area-inset-top));right:max(1rem,env(safe-area-inset-right));z-index:1200;display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-md);width:min(30rem,calc(100vw - 2rem));max-width:calc(100vw - 2rem);padding:.9rem 1rem;border-radius:var(--radius);border:1px solid transparent;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:toast-slide-in .18s ease}.toast-message p{margin:0;flex:1 1 auto;min-width:0}.toast-message.is-leaving{opacity:0;transform:translateY(-.5rem) scale(.98);transition:opacity .18s ease,transform .18s ease}.toast-message.is-success{background:#0d9d6c1f;border-color:#0d9d6c33;color:#0d6b4b}.toast-message.is-error{background:#cd36581f;border-color:#cd365833;color:var(--danger)}.toast-message.is-info{background:#3b82f61f;border-color:#3b82f633;color:var(--primary-strong)}.toast-dismiss{border:0;background:transparent;color:inherit;font-size:.82rem;font-weight:700;padding:0;flex-shrink:0;cursor:pointer}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(-.65rem) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.integration-helper{text-align:left}.virtual-list{overflow-y:auto;overflow-x:hidden;min-height:0}.virtual-list-spacer{position:relative}.virtual-list-item{position:absolute;inset-inline:0;top:0;padding-bottom:.75rem}.virtual-card{height:calc(100% - .75rem);width:100%}.library-list-virtual,.execution-list-virtual{padding-right:.2rem}.execution-summary-grid{align-items:start}.test-case-workspace{display:grid;grid-template-columns:minmax(22rem,28rem) minmax(0,1fr);gap:var(--space-md);align-items:start}.suite-design-workspace{align-items:stretch;grid-template-columns:minmax(22rem,28rem) minmax(0,1fr)}.page-content.page-content--library-full>.suite-design-workspace{flex:1 1 auto;min-height:0;align-items:stretch;grid-template-rows:minmax(0,1fr)}.workspace-main.main--library-fill>.page-content.page-content--executions-full{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:var(--space-lg)}.page-content.page-content--library-full .suite-design-sidebar,.page-content.page-content--library-full .suite-design-main{min-height:0;min-width:0}.page-content.page-content--library-full .suite-design-sidebar{display:flex;flex-direction:column}.page-content.page-content--library-full .suite-design-sidebar .panel{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;position:static}.page-content.page-content--library-full .suite-design-main{display:flex;flex-direction:column}.page-content.page-content--library-full .suite-design-main>.panel{flex:1 1 auto;min-height:0;overflow-y:auto}.suite-design-panel-stack{display:flex;flex-direction:column;gap:1rem;flex:1 1 auto;min-height:0}.suite-design-panel-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.25rem}.suite-design-panel--cases .test-case-library-scroll,.suite-design-panel--list .suite-sidebar-list{max-height:none}.suite-sidebar-toolbar{margin-bottom:0}.suite-sidebar-toolbar .catalog-search-filter,.suite-sidebar-toolbar input{flex:1 1 14rem;min-width:min(100%,14rem)}.suite-design-panel--cases .test-case-catalog-toolbar .catalog-search-filter{flex:1 1 18rem;min-width:min(100%,18rem)}.suite-selection-summary{margin-bottom:0}.suite-workspace-actions{display:flex;flex-wrap:wrap;gap:.75rem}.suite-workspace-card,.suite-case-spotlight,.suite-case-workspace-card{align-self:start}.suite-sidebar-list .test-suite-card,.suite-tile-browser .test-suite-card{align-items:stretch}.suite-sidebar-list .test-suite-card .tile-card-main,.suite-tile-browser .test-suite-card .tile-card-main{height:100%;align-content:start}.suite-sidebar-list .test-suite-card .tile-card-facts,.suite-tile-browser .test-suite-card .tile-card-facts{margin-top:auto}.suite-sidebar-list .test-suite-card .suite-card-action-checkbox,.suite-tile-browser .test-suite-card .suite-card-action-checkbox{margin-top:.4rem}.test-case-sidebar{display:grid;gap:var(--space-md);align-content:start}.test-case-editor-column{min-width:0}.tile-browser-pane{--tile-browser-scroll-padding: .25rem;display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.tile-browser-pane-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:var(--tile-browser-scroll-padding);scrollbar-gutter:stable both-edges;overscroll-behavior:auto;-webkit-overflow-scrolling:touch}.tile-browser-pane-scroll>.tile-browser-grid,.tile-browser-pane-scroll>.empty-state.compact{min-height:100%}.tile-browser-pane-scroll>.tile-browser-grid{align-content:start}.tile-browser-pane-footer{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:4.25rem;padding-top:.95rem;flex:0 0 auto}.tile-browser-pane-footer:before{content:"";position:absolute;inset:.2rem 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(128,149,187,.5),rgba(128,149,187,.12),transparent)}.tile-browser-pane-top-button{width:2.85rem;height:2.85rem;border:1px solid rgba(120,145,190,.18);border-radius:999px;background:#ffffffd1;color:#6d82a7;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 24px #2168f314,inset 0 1px #ffffffd1;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease,color .16s ease,opacity .16s ease}.tile-browser-pane-top-button:hover:not(:disabled){transform:translateY(-2px);border-color:#507cd838;background:#f4f8fff5;box-shadow:0 16px 28px #2168f31f,inset 0 1px #ffffffdb}.tile-browser-pane-top-button.is-ready,.tile-browser-pane-footer.is-scrollable .tile-browser-pane-top-button{color:#1d5fe0}.tile-browser-pane-top-button:disabled{cursor:default;opacity:.45;box-shadow:none}.tile-browser-pane-top-button svg{width:1.1rem;height:1.1rem}.test-case-library-scroll{--tile-browser-scroll-padding: .25rem;max-height:min(60vh,48rem)}.test-case-library-scroll .record-card{min-height:auto}.workspace-main.main--library-fill{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.workspace-main.main--library-fill>.page-content.page-content--library-full{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:var(--space-lg)}.page-content.page-content--library-full>.test-case-workspace,.page-content.page-content--library-full>.requirement-workspace{flex:1 1 auto;min-height:0;align-items:stretch;grid-template-rows:minmax(0,1fr)}.page-content.page-content--library-full .test-case-sidebar,.page-content.page-content--library-full .requirement-sidebar{display:flex;flex-direction:column;min-height:0;min-width:0}.page-content.page-content--library-full .test-case-sidebar .panel,.page-content.page-content--library-full .requirement-sidebar .panel{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.page-content.page-content--library-full .requirement-sidebar .panel{position:static}.page-content.page-content--library-full .design-list-toolbar{flex-shrink:0}.page-content.page-content--library-full .test-case-library-scroll,.page-content.page-content--library-full .requirement-card-list{flex:1 1 auto;min-height:0;max-height:none}.page-content.page-content--library-full .test-case-library-scroll .tile-browser-pane-scroll,.page-content.page-content--library-full .requirement-card-list .tile-browser-pane-scroll{flex:1 1 auto;min-height:0}.page-content.page-content--library-full .test-case-editor-column,.page-content.page-content--library-full .requirement-detail-column{min-height:0;display:flex;flex-direction:column}.page-content.page-content--library-full .test-case-editor-column>.panel,.page-content.page-content--library-full .requirement-detail-column>.panel{flex:1 1 auto;min-height:0;overflow-y:auto}.metric-strip.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-card{width:min(720px,100%);max-height:min(90vh,52rem);display:flex;flex-direction:column;gap:var(--space-md);overflow:hidden}.suite-test-case-editor-modal{width:min(72rem,100%);max-height:min(92vh,60rem)}.linked-test-case-modal{width:min(78rem,100%)}.linked-test-case-workspace-modal{max-height:min(92vh,64rem)}.linked-test-case-workspace-body{padding-right:0}.linked-test-case-workspace-shell,.linked-test-case-workspace-panel{min-height:0}.linked-test-case-step-copy{min-width:0;display:grid;gap:.35rem}.suite-create-modal{width:min(76rem,100%);max-height:min(90vh,62rem);display:flex;flex-direction:column;overflow:hidden}.suite-create-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--line)}.suite-create-title{display:grid;gap:var(--space-xs)}.suite-create-title h3,.suite-create-title p{margin:0}.suite-test-case-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--line)}.suite-test-case-editor-title{display:grid;gap:var(--space-xs)}.suite-test-case-editor-title p,.suite-test-case-editor-title h3{margin:0}.suite-test-case-editor-body{display:grid;gap:var(--space-md);flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.25rem;scrollbar-gutter:stable;overscroll-behavior:contain;scroll-padding-block:1rem 2rem}.suite-modal-form{display:flex;flex-direction:column;gap:var(--space-md);flex:1 1 auto;min-height:0;overflow:hidden}.suite-modal-body{display:grid;gap:var(--space-md);grid-template-rows:auto minmax(0,1fr);flex:1 1 auto;min-height:0;overflow:hidden}.suite-modal-config-grid{flex-shrink:0}.suite-modal-picker-shell{min-height:0;display:flex}.suite-modal-picker-shell .modal-case-picker{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:var(--space-md);overflow:hidden}.suite-modal-form .modal-case-picker{min-height:0;max-height:none;overflow:visible;padding-right:0}.suite-modal-picker-shell .suite-case-picker-toolbar,.suite-modal-picker-shell .suite-case-picker-summary{flex-shrink:0}.suite-modal-picker-shell .suite-case-picker-list--ordered{flex:1 1 auto;min-height:18rem;max-height:none;padding-right:.35rem}.suite-modal-picker-shell--scope{min-height:clamp(18rem,42vh,28rem);max-height:min(52vh,30rem);overflow:hidden}.suite-modal-picker-shell--scope .modal-case-picker{height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:.35rem}.suite-modal-picker-shell--scope .suite-case-picker-list--ordered{min-height:0;max-height:none;overflow:visible;padding-right:0}.suite-modal-actions{margin-top:auto;justify-content:flex-end;padding-top:var(--space-md);border-top:1px solid var(--line);background:var(--panel-strong)}.suite-link-modal{width:min(48rem,100%);max-height:min(86vh,46rem)}.suite-link-modal-body{display:grid;gap:var(--space-md);grid-template-rows:auto minmax(0,1fr);min-height:0;flex:1 1 auto}.suite-link-summary{display:grid;gap:var(--space-sm)}.suite-link-chip-row{display:flex;flex-wrap:wrap;gap:.65rem}.suite-link-chip{display:inline-flex;align-items:center;gap:.45rem;min-width:0;max-width:100%;padding:.35rem .45rem .35rem .75rem;border-radius:999px;border:1px solid var(--line);background:var(--bg-accent);color:var(--primary-strong)}.suite-link-chip-label{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suite-link-chip-remove{width:1.75rem;min-width:1.75rem;height:1.75rem;display:inline-grid;place-items:center;padding:0;border:none;border-radius:999px;background:transparent;color:var(--danger)}.suite-link-chip-remove:hover{background:#cd36581f}.suite-link-chip-remove:disabled{opacity:.6;cursor:not-allowed}.suite-link-list-shell{display:grid;gap:var(--space-sm);min-height:0}.suite-link-list-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.suite-link-list-header strong,.suite-link-list-header span{margin:0}.suite-link-list-header span{color:var(--muted);font-size:.92rem}.suite-link-list{display:grid;gap:.5rem;min-height:16rem;max-height:min(42vh,24rem);overflow-y:auto;padding:.35rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-strong)}.suite-link-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:.8rem .9rem;border:1px solid transparent;border-radius:calc(var(--radius) - .1rem);background:var(--panel)}.suite-link-row.is-linked{border-color:var(--primary);background:var(--bg-accent)}.suite-link-row-copy{display:grid;gap:.18rem;min-width:0}.suite-link-row-copy strong,.suite-link-row-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suite-link-row-copy span{color:var(--muted);font-size:.92rem}.suite-link-row-actions{display:inline-flex;align-items:center;gap:.6rem;flex-shrink:0}.suite-link-row-status{font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--primary-strong)}.suite-link-toggle{width:2.35rem;min-width:2.35rem;height:2.35rem;padding:0;display:inline-grid;place-items:center}.suite-link-toggle.is-linked{color:var(--danger)}.import-modal-card{width:min(52rem,100%);max-height:min(86vh,48rem)}.import-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--line)}.import-modal-title{display:grid;gap:var(--space-xs)}.import-modal-title p,.import-modal-title h3{margin:0}.import-modal-body{display:grid;gap:var(--space-md);min-height:0;overflow-y:auto;padding-right:.25rem}.import-preview-table{max-height:min(34vh,16rem)}.import-modal-actions{margin-top:auto;justify-content:flex-end;padding-top:var(--space-md);border-top:1px solid var(--line);background:var(--panel-strong)}.people-modal-card{width:min(42rem,100%);max-height:min(86vh,46rem)}.people-role-modal-card{width:min(30rem,100%)}.profile-dialog-card{width:min(44rem,100%);max-height:min(88vh,52rem)}.people-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--line)}.people-modal-title{display:grid;gap:var(--space-xs)}.people-modal-title p,.people-modal-title h3{margin:0}.people-modal-form{display:flex;flex-direction:column;gap:var(--space-md);min-height:0;flex:1 1 auto}.people-modal-body{display:grid;gap:var(--space-md);min-height:0;overflow-y:auto;padding-right:.25rem}.people-modal-actions{margin-top:auto;justify-content:flex-end;padding-top:var(--space-md);border-top:1px solid var(--line);background:var(--panel-strong)}.profile-dialog-body{gap:.95rem}.profile-dialog-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:start;padding:.95rem;border-radius:22px;border:1px solid rgba(18,40,75,.08);background:#ffffff75}.profile-avatar{width:5rem;height:5rem;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,#2168f32e,#63b3ff4d);color:#174cb9;font-size:1.25rem;font-weight:700;letter-spacing:.03em;box-shadow:inset 0 1px #ffffffb8}.profile-avatar img{width:100%;height:100%;display:block;object-fit:cover}.profile-dialog-copy{display:grid;gap:.28rem;min-width:0}.profile-dialog-copy strong{font-size:1.05rem;line-height:1.2}.profile-dialog-copy>span{color:var(--text-secondary);overflow-wrap:anywhere}.profile-dialog-meta{display:flex;flex-wrap:wrap;gap:.45rem;color:var(--text-secondary);font-size:.82rem}.profile-dialog-photo-actions{margin-top:.45rem}.profile-dialog-avatar-note{margin:0;color:var(--text-secondary);font-size:.82rem;line-height:1.45}.profile-dialog-file-input{display:none}.profile-dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}.profile-dialog-summary{margin-top:.1rem}.project-card-icon{background:linear-gradient(135deg,#2168f32e,#1fb7a03d)}.project-catalog-card{position:relative}.project-catalog-card .tile-card-facts{margin-top:auto}.project-catalog-card.is-active{border-color:#2168f347;background:linear-gradient(180deg,#f4f8fffa,#e9f1fffa);box-shadow:inset 0 0 0 1px #2168f324,0 1rem 2rem #2168f31f}.project-catalog-card.is-active .project-card-icon{background:linear-gradient(135deg,#2168f347,#1fb7a057)}.project-catalog-card.is-active .tile-card-kicker{color:#2158ba}.project-selection-indicator{margin-top:.1rem}:root[data-theme=dark] .project-catalog-card.is-active{border-color:#6ca7ff47;background:linear-gradient(180deg,#152642fa,#101f37fa);box-shadow:inset 0 0 0 1px #6ca7ff29,0 1rem 2rem #050a1459}:root[data-theme=dark] .project-catalog-card.is-active .tile-card-kicker{color:#9fc4ff}:root[data-theme=dark] .test-case-catalog-card.is-marked-for-delete{border-color:#f06a8747;box-shadow:inset 0 0 0 1px #f06a871f}:root[data-theme=dark] .test-suite-card.is-marked-for-delete{border-color:#f06a8747;box-shadow:inset 0 0 0 1px #f06a871f}:root[data-theme=dark] .requirement-catalog-card.is-marked-for-delete{border-color:#f06a8747;box-shadow:inset 0 0 0 1px #f06a871f}.project-member-note{font-size:.75rem}.project-create-modal{width:min(56rem,100%);max-height:min(88vh,54rem)}.project-create-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--line)}.project-create-title{display:grid;gap:var(--space-xs)}.project-create-title h3,.project-create-title p,.project-create-section h4,.project-create-section p{margin:0}.project-create-modal-form{display:flex;flex-direction:column;gap:var(--space-md);flex:1 1 auto;min-height:0;overflow:hidden}.project-create-modal-body{display:grid;gap:var(--space-md);flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:.25rem;padding-bottom:var(--space-sm);scrollbar-gutter:stable}.project-create-section{display:grid;gap:var(--space-md)}.project-create-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md)}.project-app-type-list{display:grid;gap:var(--space-sm)}.project-app-type-row{padding:1rem;border-radius:1.25rem;border:1px solid rgba(18,40,75,.08);background:#ffffffa3}.project-app-type-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(9rem,.9fr) auto auto;gap:var(--space-sm);align-items:end}.project-app-type-checkbox{min-height:3rem;align-self:center}.project-member-picker{min-height:0;max-height:min(36vh,18rem);overflow:auto;padding-right:.75rem}.project-member-option{align-items:flex-start}.project-member-option.is-auto-included{opacity:.92}.project-member-option strong{display:block;color:var(--text-primary)}.project-member-option span{color:var(--text-secondary)}.project-member-option-meta{display:block;margin-top:.2rem;font-size:.78rem}.project-create-modal-actions{margin-top:auto;position:sticky;bottom:0;z-index:1;justify-content:flex-end;padding-top:var(--space-md);padding-bottom:.1rem;border-top:1px solid var(--line);background:var(--panel-strong)}.requirement-workspace{display:grid;grid-template-columns:minmax(18rem,3.2fr) minmax(0,5.8fr);gap:var(--space-md);align-items:start}.requirement-sidebar,.requirement-detail-column{min-width:0}.requirement-sidebar .panel{position:sticky;top:1rem}.requirement-card-list{--tile-browser-scroll-padding: .5rem;min-height:0;max-height:min(68vh,52rem)}.requirement-catalog-toolbar{margin-bottom:.9rem}.requirement-catalog-toolbar input{flex:1 1 18rem;min-width:min(100%,18rem)}.test-case-catalog-toolbar{margin-bottom:.9rem}.test-case-catalog-toolbar input{flex:1 1 18rem;min-width:min(100%,18rem)}.test-case-selection-summary{margin-bottom:1rem}.test-suite-card.is-marked-for-delete{border-color:#cd365847;box-shadow:inset 0 0 0 1px #cd365814}.test-suite-card.is-marked-for-delete .suite-card-action-checkbox{color:var(--danger)}.suite-card-action-checkbox{margin-top:0;width:fit-content;font-size:.82rem}.test-case-catalog-card{align-self:start}.test-case-catalog-card.is-marked-for-delete{border-color:#cd365847;box-shadow:inset 0 0 0 1px #cd365814}.test-case-catalog-card.is-marked-for-delete .test-case-delete-checkbox{color:var(--danger)}.test-case-delete-checkbox{margin-top:0;width:fit-content;font-size:.82rem}.requirement-selection-summary{margin-bottom:1rem}.requirement-card-icon{background:linear-gradient(135deg,#1f64e533,#52bc943d)}.requirement-catalog-card .object-type-badge{justify-self:start}.requirement-catalog-card{align-self:start}.requirement-catalog-card.is-marked-for-delete{border-color:#cd365847;box-shadow:inset 0 0 0 1px #cd365814}.requirement-catalog-card.is-marked-for-delete .requirement-delete-checkbox{color:var(--danger)}.requirement-delete-checkbox{margin-top:0;width:fit-content;font-size:.82rem}.requirement-link-section{display:grid;gap:var(--space-md)}.requirement-link-picker{min-height:0;max-height:min(40vh,24rem);overflow-y:auto;padding-right:.75rem;scrollbar-gutter:stable}.requirement-link-picker--workspace{max-height:none;overflow:visible;padding-right:0}.requirement-link-option{align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border-radius:1rem;border:1px solid rgba(18,40,75,.08);background:#ffffffad}.requirement-link-option.is-linked{border-color:#2168f32e;background:#f4f8ffeb}.requirement-link-option-copy{display:grid;gap:.2rem;min-width:0}.requirement-link-option strong{display:block;color:var(--text-primary)}.requirement-link-option span{display:block}.requirement-link-option.is-compact{padding:.8rem .95rem}.requirement-link-option-meta{margin-top:.25rem;font-size:.78rem;color:var(--text-secondary)}.requirement-tile-kicker{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.requirement-tile-link-count{display:inline-flex;align-items:center;gap:.28rem;color:var(--primary);font-weight:600}.requirement-link-toggle,.requirement-link-actions{display:inline-flex;align-items:center;gap:.45rem;flex-shrink:0}.requirement-link-icon-button,.requirement-link-toggle--icon-only{width:2.35rem;min-width:2.35rem;height:2.35rem;padding:0;display:inline-grid;place-items:center}.requirement-link-toggle.is-linked{color:#9a3d27}.requirement-create-modal{width:min(56rem,100%);max-height:min(88vh,54rem)}.requirement-create-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--line)}.requirement-create-title{display:grid;gap:var(--space-xs)}.requirement-create-title h3,.requirement-create-title p{margin:0}.requirement-create-modal-form{display:flex;flex-direction:column;gap:var(--space-md);flex:1 1 auto;min-height:0;overflow:hidden}.requirement-create-modal-body{display:grid;gap:var(--space-md);flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:.25rem;padding-bottom:var(--space-sm);scrollbar-gutter:stable}.requirement-create-modal .modal-case-picker{min-height:0;max-height:min(34vh,20rem);overflow-y:auto}.requirement-create-modal-actions{margin-top:auto;position:sticky;bottom:0;z-index:1;justify-content:flex-end;padding-top:var(--space-md);padding-bottom:.1rem;border-top:1px solid var(--line);background:var(--panel-strong)}.execution-workspace{display:grid;grid-template-columns:minmax(16rem,2.3fr) minmax(19rem,3.2fr) minmax(30rem,8.5fr);gap:var(--space-md);align-items:stretch}.execution-workspace--list-minimized{grid-template-columns:3.75rem minmax(19rem,3.3fr) minmax(30rem,8.7fr)}.execution-workspace--tree-minimized{grid-template-columns:minmax(16rem,2.3fr) 3.75rem minmax(30rem,8.7fr)}.execution-workspace--detail-minimized{grid-template-columns:minmax(18rem,2.8fr) minmax(24rem,5.2fr) 3.75rem}.execution-workspace--list-minimized.execution-workspace--tree-minimized{grid-template-columns:3.75rem 3.75rem minmax(0,1fr)}.execution-workspace--list-minimized.execution-workspace--detail-minimized{grid-template-columns:3.75rem minmax(0,1fr) 3.75rem}.execution-workspace--tree-minimized.execution-workspace--detail-minimized{grid-template-columns:minmax(0,1fr) 3.75rem 3.75rem}.execution-workspace--list-minimized.execution-workspace--tree-minimized.execution-workspace--detail-minimized{grid-template-columns:3.75rem 3.75rem 3.75rem}.execution-column{min-width:0}.page-content.page-content--executions-full>.execution-workspace{flex:1 1 auto;min-height:0}.page-content.page-content--executions-full .execution-column{display:flex;flex-direction:column;min-height:0}.page-content.page-content--executions-full .execution-panel{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.page-content.page-content--executions-full .execution-panel .panel-head{flex-shrink:0}.execution-panel-body{display:flex;flex-direction:column;gap:var(--space-md);flex:1 1 auto;min-height:0}.execution-panel-body--list{position:relative}.execution-panel-body--list .design-list-toolbar,.execution-panel-body--tree>.empty-state,.execution-panel-body--detail>.empty-state{flex-shrink:0}.execution-card-measure{position:absolute;inset-inline:0;top:0;visibility:hidden;pointer-events:none;z-index:-1}.execution-card-measure .virtual-card{height:auto}.page-content.page-content--executions-full .execution-list-virtual{flex:1 1 auto;min-height:0}.execution-panel-body--tree{overflow:hidden}.execution-panel-body--detail{overflow-y:auto;padding-right:.25rem}.execution-column--collapsed{display:flex}.execution-column--detail .panel{min-height:min(76vh,58rem)}.sticky-column .panel{position:sticky;top:1rem}.execution-panel-toggle{white-space:nowrap}.execution-panel-rail{position:sticky;top:1rem;width:100%;min-height:min(76vh,58rem);display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding:1rem .55rem;border:1px solid var(--line);border-radius:24px;background:var(--panel);box-shadow:var(--shadow);color:inherit}.execution-panel-rail-label,.execution-panel-rail-meta{writing-mode:vertical-rl;transform:rotate(180deg)}.execution-panel-rail-label{font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.execution-panel-rail-meta{font-size:.85rem;color:var(--text-secondary)}.execution-health-layout{display:grid;gap:var(--space-md)}.execution-health-hero{display:grid;grid-template-columns:minmax(13rem,16rem) minmax(0,1.35fr) minmax(16rem,19rem);gap:var(--space-md);align-items:stretch}.execution-health-copy,.execution-support-block,.execution-board-primary,.execution-board-next,.execution-detail-hero,.execution-control-strip,.execution-log-focus{border:1px solid rgba(18,40,75,.08);border-radius:24px;background:#ffffffc2;padding:1rem 1.1rem}.execution-health-copy{display:grid;gap:1rem}.execution-health-status-row{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.execution-health-trigger{color:var(--text-secondary);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.execution-health-heading{display:grid;gap:.35rem}.execution-health-heading strong{font-size:1.15rem}.execution-health-heading span{color:var(--text-secondary);line-height:1.5}.execution-health-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.execution-timeline-item{display:grid;gap:.25rem;padding:.8rem .9rem;border-radius:18px;background:#faf6efcc;border:1px solid rgba(85,63,32,.08)}.execution-timeline-item span,.execution-glance-card span,.execution-board-kpi span,.execution-detail-card span,.execution-context-card span{color:var(--text-secondary);font-size:.82rem}.execution-health-glance,.execution-health-support,.execution-board-kpis,.execution-detail-glance,.execution-context-cards{display:grid;gap:.85rem}.execution-health-glance{grid-template-columns:1fr}.execution-glance-card,.execution-board-kpi,.execution-detail-card,.execution-context-card{display:grid;gap:.3rem;padding:.9rem 1rem;border-radius:20px;border:1px solid rgba(18,40,75,.08);background:#ffffffc7}.execution-glance-card strong,.execution-board-kpi strong,.execution-detail-card strong,.execution-context-card strong{font-size:1.05rem}.execution-glance-card small,.execution-board-next-card small,.execution-detail-card small,.execution-context-card small,.execution-activity-row small,.execution-history-row small{color:var(--text-secondary);line-height:1.45}.execution-health-support{grid-template-columns:1fr}.execution-support-block{display:grid;gap:.85rem}.execution-section-head{display:grid;gap:.3rem}.execution-section-head span{color:var(--text-secondary);line-height:1.45}.execution-accordion-panel,.execution-accordion-section{display:grid;gap:0}.execution-accordion-section{border:1px solid rgba(18,40,75,.08);border-radius:24px;background:#ffffffc2;overflow:hidden}.execution-accordion-section.is-expanded{background:linear-gradient(180deg,#fffbf5f5,#f3e7d6d1)}.execution-accordion-toggle{width:100%;border:0;background:transparent;color:inherit;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;text-align:left}.execution-accordion-toggle:focus-visible{outline:2px solid rgba(33,104,243,.28);outline-offset:4px}.execution-accordion-toggle--panel{padding:0}.execution-accordion-toggle--section{padding:1rem 1.1rem}.execution-accordion-toggle-main{min-width:0;display:flex;align-items:flex-start;gap:.8rem}.execution-accordion-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem;color:var(--primary);transition:transform .18s ease}.execution-accordion-icon.is-expanded{transform:rotate(90deg)}.execution-accordion-toggle-copy{min-width:0;display:grid;gap:.35rem}.execution-accordion-toggle-copy strong{display:block}.execution-accordion-toggle-copy span{color:var(--text-secondary);line-height:1.45;overflow-wrap:anywhere}.execution-accordion-toggle-meta{flex-shrink:0;display:grid;gap:.25rem;justify-items:end}.execution-accordion-toggle-state{font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}.execution-accordion-panel-body{display:grid;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.execution-accordion-body{display:grid;gap:1rem;padding:1rem 1.1rem 1.1rem;border-top:1px solid var(--line)}.execution-priority-card,.execution-board-next-card{display:flex;align-items:center;justify-content:space-between;gap:.9rem;width:100%;padding:1rem 1.05rem;border-radius:20px;border:1px solid rgba(33,104,243,.14);background:linear-gradient(135deg,#eff6fffa,#fffaf2fa);color:inherit;text-align:left}.execution-priority-card div,.execution-board-next-card div{min-width:0;display:grid;gap:.3rem}.execution-priority-card span,.execution-board-next-card span,.execution-card-time,.execution-card-footer span{color:var(--text-secondary)}.execution-priority-list,.execution-activity-list,.execution-history-stack{align-content:start}.execution-context-cards{grid-template-columns:repeat(auto-fit,minmax(13.5rem,1fr))}.execution-context-summary-shell{display:grid;gap:.9rem}.execution-context-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.execution-context-summary-copy{display:grid;gap:.25rem}.execution-context-summary-copy span{color:var(--text-secondary);line-height:1.45}.execution-activity-row,.execution-history-row{align-items:flex-start}.execution-operations-shell{display:grid;gap:1rem;margin-top:1rem;padding:1rem 1.05rem;border:1px solid rgba(33,104,243,.12);border-radius:24px;background:radial-gradient(circle at top right,rgba(239,246,255,.92),transparent 48%),linear-gradient(145deg,#fffffff0,#faf5eee6)}.execution-activity-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;padding:.95rem 1rem;border-radius:20px;border:1px solid rgba(33,104,243,.08);background:#ffffffd1}button.execution-activity-card{width:100%;text-align:left;border:1px solid rgba(33,104,243,.08)}.execution-activity-card.is-active{border-color:#2168f338;box-shadow:0 12px 28px #2168f314}.execution-activity-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:16px;background:#2168f314;color:var(--primary-strong);flex-shrink:0}.execution-activity-body{min-width:0;display:grid;gap:.45rem}.execution-activity-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.execution-activity-copy{min-width:0;display:grid;gap:.18rem}.execution-activity-copy span,.execution-activity-footnote{color:var(--text-secondary);line-height:1.45}.execution-activity-tags{display:flex;flex-wrap:wrap;gap:.4rem}.execution-operation-metadata{align-items:flex-start}.execution-operation-json{display:block;max-width:100%;padding:.85rem .95rem;border-radius:16px;background:#0f203ef5;color:#f3f7ff;white-space:pre-wrap;overflow-wrap:anywhere;font-size:.78rem;line-height:1.55}.execution-operation-event{display:grid;gap:.8rem}.execution-operation-event-summary{list-style:none;cursor:pointer;display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.execution-operation-event-summary::-webkit-details-marker{display:none}.execution-operation-event-summary span{color:var(--text-secondary)}.execution-activity-footnote{font-size:.76rem}.execution-overview-orb-shell{display:grid;align-content:start;gap:.9rem;justify-items:center;padding:1rem;border-radius:24px;background:radial-gradient(circle at top,#ffffffeb,#faf4ebc7),linear-gradient(145deg,#ffffffe6,#eff6ffd1);border:1px solid rgba(18,40,75,.08)}.execution-overview-orb{width:clamp(9rem,18vw,11.5rem);aspect-ratio:1;border-radius:999px;display:grid;place-items:center;padding:.95rem;box-shadow:inset 0 0 0 1px #fffc,0 16px 34px #2168f314}.execution-overview-orb-core{width:100%;height:100%;border-radius:999px;background:#fffffff0;display:grid;place-items:center;text-align:center;gap:.2rem}.execution-overview-orb-core strong{font-size:clamp(1.5rem,2.8vw,2rem)}.execution-overview-orb-core span{color:var(--text-secondary);font-size:.85rem}.execution-overview-legend{display:grid;gap:.45rem;width:100%}.execution-legend-item{display:inline-flex;align-items:center;gap:.45rem;font-size:.86rem;color:var(--text-secondary)}.execution-legend-item:before{content:"";width:.7rem;height:.7rem;border-radius:999px;background:currentColor}.execution-legend-item.tone-passed{color:#1aa96b}.execution-legend-item.tone-failed{color:#d04668}.execution-legend-item.tone-blocked{color:#2d66e6}.execution-legend-item.tone-pending{color:#8898ad}.execution-legend-item.tone-total{color:#4d6486}.execution-card-topline,.execution-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.8rem}.execution-card-footer{margin-top:.3rem}.execution-board-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:.9rem}.execution-board-primary,.execution-board-next{display:grid;gap:.85rem}.execution-board-primary{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));align-items:start}.execution-board-primary>.execution-section-head{grid-column:1 / -1}.execution-board-primary>.progress-meter,.execution-board-primary>.execution-board-kpis{min-width:0}.execution-board-kpis{grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr))}.execution-case-card.is-next{border-color:#2168f333;box-shadow:inset 0 0 0 1px #2168f31f}.execution-board-case-card.is-next .tile-card-kicker{color:var(--primary-strong)}.execution-detail-hero{display:grid;gap:.95rem}.execution-detail-heading{display:grid;gap:.35rem}.execution-detail-heading strong{font-size:1.12rem}.execution-detail-heading span{color:var(--text-secondary);line-height:1.45}.execution-detail-glance{grid-template-columns:repeat(3,minmax(0,1fr))}.execution-control-strip{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.execution-control-copy{display:grid;flex:1 1 16rem;min-width:0;gap:.25rem}.execution-control-copy span{color:var(--text-secondary)}.execution-control-strip>.action-row{flex:0 1 auto;margin-left:auto;justify-content:flex-end}.execution-step-progress-card{border-radius:22px;padding:1rem 1.05rem;border:1px solid rgba(18,40,75,.08);background:#ffffffc2;flex-shrink:0}.execution-log-focus{display:grid;gap:.8rem}.execution-history-row.is-current{border-color:#2168f333;background:linear-gradient(180deg,#ebf4fffa,#fffbf5f5)}:root[data-theme=dark] .execution-health-copy,:root[data-theme=dark] .execution-accordion-section,:root[data-theme=dark] .execution-support-block,:root[data-theme=dark] .execution-board-primary,:root[data-theme=dark] .execution-board-next,:root[data-theme=dark] .execution-detail-hero,:root[data-theme=dark] .execution-control-strip,:root[data-theme=dark] .execution-log-focus,:root[data-theme=dark] .execution-glance-card,:root[data-theme=dark] .execution-board-kpi,:root[data-theme=dark] .execution-detail-card,:root[data-theme=dark] .execution-context-card,:root[data-theme=dark] .execution-overview-orb-shell,:root[data-theme=dark] .execution-timeline-item{background:#111f36eb;border-color:#b4c7e724}:root[data-theme=dark] .execution-overview-orb-core{background:#091220f2}:root[data-theme=dark] .execution-mode-button,:root[data-theme=dark] .execution-smart-requirement-card,:root[data-theme=dark] .execution-smart-impact-card{background:#111f36eb;border-color:#b4c7e724}:root[data-theme=dark] .execution-priority-card,:root[data-theme=dark] .execution-board-next-card,:root[data-theme=dark] .execution-history-row.is-current,:root[data-theme=dark] .execution-mode-button.is-active,:root[data-theme=dark] .execution-smart-requirement-card.is-selected,:root[data-theme=dark] .execution-smart-impact-card.is-selected{background:linear-gradient(180deg,#132540f5,#0f1e35fa);border-color:#5082e247}:root[data-theme=dark] .execution-smart-requirement-count{background:#6ca7ff1f;border-color:#6ca7ff2e;color:#dfe9fb}.execution-create-modal{width:min(78rem,100%);max-height:calc(100dvh - 2rem);display:flex;flex-direction:column;min-height:0;overflow:hidden}.execution-create-form{display:flex;flex-direction:column;gap:var(--space-md);flex:1 1 auto;min-height:0;overflow:hidden}.execution-create-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--line);flex-shrink:0}.execution-create-title{display:grid;gap:var(--space-xs)}.execution-create-title h3,.execution-create-title p{margin:0}.execution-create-body{display:grid;gap:var(--space-md);flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:.25rem;padding-bottom:var(--space-sm);scroll-padding-block:1rem 5rem}.execution-create-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}.execution-card-assignee{display:inline-flex;align-items:center;gap:.48rem;max-width:100%;padding:.24rem .62rem .24rem .28rem;border-radius:999px;border:1px solid rgba(33,104,243,.12);background:#f1f6ffe0;color:var(--text-secondary);font-size:.8rem;line-height:1.35}.execution-card-assignee>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.execution-card-assignee--compact{padding:.2rem .54rem .2rem .24rem;font-size:.74rem}.execution-card-assignee-avatar{display:inline-flex;align-items:center;justify-content:center;width:1.55rem;height:1.55rem;border-radius:999px;background:linear-gradient(135deg,#2168f324,#2cc0a733);color:#173b79;font-size:.67rem;font-weight:800;letter-spacing:.04em}.execution-card-assignee-photo{width:100%;height:100%;border-radius:inherit;object-fit:cover}.execution-case-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .6rem}.execution-assignment-panel{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding:.95rem 1rem;border-radius:20px;border:1px solid rgba(33,104,243,.12);background:linear-gradient(180deg,#f5f8fffa,#fffcf7f5)}.execution-assignment-copy{display:grid;gap:.28rem;max-width:42rem}.execution-assignment-copy strong,.execution-assignment-copy span{margin:0}.execution-assignment-copy span{color:var(--text-secondary);font-size:.84rem;line-height:1.45}.execution-assignment-actions{display:flex;flex:1 1 auto;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.65rem}.execution-assignment-actions select{min-width:min(18rem,100%);flex:1 1 16rem}.execution-assignment-panel--case{align-items:center}.execution-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm)}.execution-mode-button{display:grid;gap:.35rem;padding:.95rem 1rem;border-radius:20px;border:1px solid var(--line);background:#ffffffb8;text-align:left;cursor:pointer;color:inherit;font:inherit;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.execution-mode-button span{color:var(--text-secondary);font-size:.84rem;line-height:1.4}.execution-mode-button.is-active{border-color:#2168f338;box-shadow:0 16px 28px #2168f314;background:linear-gradient(180deg,#ebf4fffa,#fffbf5f5)}.execution-smart-shell{align-items:start;overflow:visible}.execution-smart-requirements-panel{display:grid;gap:.75rem}.execution-smart-requirement-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.6rem;align-items:center}.execution-smart-requirement-list{display:grid;gap:.65rem;max-height:16rem;overflow:auto;padding-right:.2rem}.execution-smart-requirement-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.8rem;align-items:start;padding:.85rem .95rem;border-radius:18px;border:1px solid var(--line);background:#ffffffb8;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.execution-smart-requirement-card.is-selected{border-color:#2168f33d;box-shadow:0 12px 24px #2168f314;background:linear-gradient(180deg,#ebf4fffa,#fffbf5f5)}.execution-smart-requirement-card input{margin-top:.2rem}.execution-smart-requirement-copy{display:grid;gap:.28rem;min-width:0}.execution-smart-requirement-copy span{color:var(--text-secondary);line-height:1.42}.execution-smart-requirement-count{display:inline-flex;align-items:center;min-height:1.45rem;padding:.08rem .55rem;border-radius:999px;background:#2168f31a;border:1px solid rgba(33,104,243,.16);color:var(--primary);font-size:.74rem;font-weight:600}.execution-create-body .ai-studio-sidebar,.execution-create-body .ai-studio-main{overflow:visible;padding-right:0}.execution-create-body .suite-modal-picker-shell{min-height:0}.execution-smart-summary-card{margin-top:.15rem}.execution-smart-impact-list{display:grid;gap:.75rem}.execution-smart-impact-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:start;padding:.95rem 1rem;border-radius:20px;border:1px solid var(--line);background:#ffffffb8;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.execution-smart-impact-card.is-selected{border-color:#2168f33d;box-shadow:0 16px 28px #2168f314;background:linear-gradient(180deg,#ebf4fffa,#fffbf5f5)}.execution-smart-impact-card input{margin-top:.25rem}.execution-smart-impact-body{display:grid;gap:.75rem;min-width:0}.execution-smart-impact-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.execution-smart-impact-heading{display:grid;gap:.35rem;min-width:0}.execution-smart-impact-heading span{color:var(--text-secondary);line-height:1.45}.execution-smart-impact-facts{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.execution-smart-impact-level{display:inline-flex;align-items:center;min-height:1.45rem;padding:.08rem .55rem;border-radius:999px;font-size:.74rem;font-weight:600;border:1px solid transparent}.execution-smart-impact-level.is-critical{background:#cd36581f;border-color:#cd36582e;color:var(--danger)}.execution-smart-impact-level.is-high{background:#b552331f;border-color:#b552332e;color:var(--warning-strong)}.execution-smart-impact-level.is-medium{background:#2168f31a;border-color:#2168f329;color:var(--primary)}.execution-smart-impact-level.is-low{background:#0d9d6c1a;border-color:#0d9d6c2e;color:var(--success)}.execution-smart-impact-reason{margin:0;line-height:1.5}.execution-create-actions{margin-top:auto;justify-content:flex-end;padding-top:var(--space-md);border-top:1px solid var(--line);background:var(--panel-strong);flex-shrink:0}.test-environment-workspace{grid-template-columns:minmax(19rem,24rem) minmax(0,1fr);align-items:stretch}.test-environment-workspace>.panel,.test-environment-workspace>.stack-grid{min-height:0}.test-environment-list{--tile-browser-scroll-padding: .35rem;max-height:min(70vh,48rem)}.resource-modal-card{width:min(76rem,100%);max-height:min(90vh,60rem);display:flex;flex-direction:column;gap:var(--space-md);overflow:hidden}.resource-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--line)}.resource-modal-title{display:grid;gap:var(--space-xs)}.resource-modal-title h3,.resource-modal-title p{margin:0}.resource-form{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--space-md);min-height:0}.resource-form-body{display:grid;gap:var(--space-md);flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.3rem;padding-bottom:var(--space-sm)}.resource-form-actions{margin-top:auto;justify-content:flex-end;padding-top:var(--space-md);border-top:1px solid var(--line);background:var(--panel-strong)}.resource-table-shell{display:grid;gap:.9rem;min-height:0}.resource-table-empty{padding:1rem 1.1rem}.resource-table-toolbar,.resource-table-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.resource-data-table{min-width:max-content}.resource-data-table input{min-width:10rem}.resource-data-table textarea{min-width:10rem;min-height:4.5rem;resize:vertical}.resource-data-cell{font:inherit}.resource-secret-toggle{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.resource-secret-toggle input{width:auto}.resource-table-remove{white-space:nowrap}.resource-column-header{display:flex;align-items:center;gap:.5rem;min-width:11rem}.resource-column-remove{width:2rem;min-width:2rem;padding:.55rem}.resource-import-feedback{margin:0}.execution-context-block{display:grid;gap:var(--space-md)}.execution-context-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-md)}.execution-context-summary{border:1px solid var(--line);background:#2168f30a}:root[data-theme=dark] .execution-context-summary{background:linear-gradient(180deg,#111f36fa,#0d192cfa)}.execution-context-modal{width:min(84rem,100%);max-height:calc(100dvh - 2rem);display:flex;flex-direction:column;min-height:0;overflow:hidden}.execution-context-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--line);flex-shrink:0}.execution-context-modal-copy{display:grid;gap:var(--space-xs);min-width:0}.execution-context-modal-copy h3,.execution-context-modal-copy p{margin:0}.execution-context-modal-body{display:grid;gap:var(--space-md);flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:.3rem;padding-bottom:var(--space-sm)}.execution-context-modal-layout{display:grid;gap:var(--space-md)}.execution-context-modal-section{display:grid;gap:var(--space-md);padding:1rem;border-radius:24px;border:1px solid rgba(18,40,75,.08);background:#ffffffc7}.execution-context-modal-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.execution-context-modal-section-copy{display:grid;gap:.35rem;min-width:0}.execution-context-modal-section-copy h4,.execution-context-modal-section-copy p{margin:0}.execution-context-modal-section-copy p{color:var(--text-secondary);line-height:1.45}.execution-context-modal-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.8rem}.execution-context-modal-meta-card{display:grid;gap:.25rem;padding:.85rem .95rem;border-radius:18px;border:1px solid rgba(18,40,75,.08);background:#faf6efd6;min-width:0}.execution-context-modal-meta-card span{color:var(--text-secondary);font-size:.8rem}.execution-context-modal-meta-card strong{overflow-wrap:anywhere}.execution-context-modal-copy-block{display:grid;gap:.35rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(18,40,75,.08);background:#ffffffc7}.execution-context-modal-copy-block p{margin:0;color:var(--text-secondary);line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.execution-context-table-shell{gap:.75rem}.execution-context-table-wrap .data-table{min-width:max-content}.execution-context-table-wrap td{vertical-align:top}.execution-context-hidden-value{color:var(--text-secondary);font-style:italic}:root[data-theme=dark] .execution-context-modal-section,:root[data-theme=dark] .execution-context-modal-copy-block,:root[data-theme=dark] .execution-context-modal-meta-card{background:#111f36eb;border-color:#b4c7e724}:root[data-theme=dark] .execution-context-modal-copy h3,:root[data-theme=dark] .execution-context-modal-section-copy h4,:root[data-theme=dark] .execution-context-modal-meta-card strong{color:#f5f8ff}:root[data-theme=dark] .execution-context-modal-copy p,:root[data-theme=dark] .execution-context-modal-section-copy p,:root[data-theme=dark] .execution-context-modal-meta-card span,:root[data-theme=dark] .execution-context-modal-copy-block p,:root[data-theme=dark] .execution-context-hidden-value{color:#dfe9fbc7}:root[data-theme=dark] .execution-context-table-wrap .data-table th,:root[data-theme=dark] .resource-data-table thead th{background:#162239fa}.suite-tree{display:grid;gap:var(--space-md);align-content:start;grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr));grid-auto-rows:max-content;max-height:min(76vh,58rem);overflow-y:auto;padding-right:.25rem}.page-content.page-content--executions-full .suite-tree{flex:1 1 auto;min-height:0;max-height:none}@media (max-width: 1320px){.execution-health-hero,.execution-board-hero,.execution-health-support{grid-template-columns:1fr}.execution-health-glance{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1180px){.test-environment-workspace,.execution-context-grid,.execution-create-grid,.execution-mode-switch{grid-template-columns:1fr}.execution-context-summary-head,.execution-context-modal-header,.execution-context-modal-section-head{flex-direction:column}}.count-pill.tone-danger{background:#cd36581f;color:var(--danger)}.empty-state.compact{gap:var(--space-sm)}.empty-state.compact button{justify-self:center}:root[data-theme=dark] .toast-message.is-success{color:#8ff0c7}:root[data-theme=dark] .app-layout .sidebar,:root[data-theme=dark] .main,:root[data-theme=dark] .page-header,:root[data-theme=dark] .panel,:root[data-theme=dark] .stat-card,:root[data-theme=dark] .catalog-card,:root[data-theme=dark] .record-card,:root[data-theme=dark] .mini-card,:root[data-theme=dark] .stack-item,:root[data-theme=dark] .segment{border-color:#b4c7e71f}@media (max-width: 980px){.suite-design-workspace,.execution-health-timeline,.execution-board-kpis,.execution-detail-glance,.execution-context-cards{grid-template-columns:1fr}.execution-control-strip{flex-direction:column;align-items:stretch}}@media (max-width: 768px){.execution-health-glance,.execution-health-support{grid-template-columns:1fr}.execution-health-hero{gap:.9rem}.execution-health-status-row,.execution-card-topline,.execution-card-footer{align-items:flex-start;flex-direction:column}}@media (max-width: 1024px){.app-layout .sidebar{width:5rem}.execution-workspace,.execution-workspace--list-minimized,.execution-workspace--tree-minimized,.execution-workspace--detail-minimized,.execution-workspace--list-minimized.execution-workspace--tree-minimized,.execution-workspace--list-minimized.execution-workspace--detail-minimized,.execution-workspace--tree-minimized.execution-workspace--detail-minimized,.execution-workspace--list-minimized.execution-workspace--tree-minimized.execution-workspace--detail-minimized,.requirement-workspace,.test-case-workspace{grid-template-columns:1fr}.sticky-column .panel,.requirement-sidebar .panel{position:static}.execution-column--collapsed{display:block}.execution-panel-rail{position:static;min-height:auto;flex-direction:row;justify-content:space-between;padding:.9rem 1rem}.execution-panel-rail-label,.execution-panel-rail-meta{writing-mode:horizontal-tb;transform:none}.execution-column--detail .panel,.suite-tree{min-height:0;max-height:none}}@media (max-width: 768px){.app-layout{padding:var(--space-sm)}.app-layout .sidebar{display:none}.main{padding:var(--space-md)}.execution-summary-grid,.test-case-workspace,.two-column-grid,.three-column-grid,.workspace-grid,.design-layout{grid-template-columns:1fr}.virtual-list{height:26rem!important}.modal-backdrop{padding:.75rem}.modal-card{max-height:calc(100vh - 1.5rem);padding:1rem}.suite-link-row{align-items:stretch;flex-direction:column}.suite-link-row-actions{justify-content:space-between;width:100%}.suite-modal-form .modal-case-picker{max-height:none}.suite-case-picker-toolbar{flex-direction:column}.suite-case-picker-option{grid-template-columns:1fr}.suite-case-picker-option-actions{justify-content:flex-start}.import-modal-header{flex-direction:column}.import-modal-actions{flex-wrap:wrap}.project-create-header,.project-create-section-head,.requirement-create-header{flex-direction:column}.project-app-type-grid{grid-template-columns:1fr}.project-create-modal-actions,.requirement-create-modal-actions{flex-wrap:wrap}.execution-create-header{flex-direction:column}.execution-create-grid{grid-template-columns:1fr}.execution-create-actions{flex-wrap:wrap}.execution-smart-impact-top{flex-direction:column}}.tree-suite-row{display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:.75rem;padding:.95rem 1rem;height:100%;width:100%;min-width:0}.execution-suite-card{gap:0;height:100%}.execution-suite-card.is-expanded{border-color:#2168f338;box-shadow:0 18px 32px #2168f314}.tree-suite-expand{width:100%;min-width:0;display:block;text-align:left;background:transparent;border:none;padding:0;cursor:pointer;color:inherit;font:inherit}.execution-suite-card .tile-card-main,.execution-board-case-card .tile-card-main{gap:.65rem}.execution-suite-card .tile-card-header,.execution-board-case-card .tile-card-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.execution-suite-card-actions{display:inline-flex;align-items:center;gap:.45rem}.tree-suite-chevron{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:999px;background:#2168f314;color:var(--primary);transition:transform .18s ease}.tree-suite-chevron.is-expanded{transform:rotate(90deg)}.tree-suite-body{display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:.75rem;min-width:0;width:100%}.suite-tree>.tree-suite{min-width:0;width:100%}.suite-tree>.tree-suite.is-expanded{grid-column:1 / -1}.execution-suite-card,.tree-suite-row,.tree-children{width:100%;max-width:none}.suite-tree .tree-children{grid-template-columns:repeat(auto-fill,minmax(min(100%,18rem),1fr));grid-auto-flow:row dense;padding-left:0;border-left:none;align-items:stretch;justify-items:stretch}.tree-suite-bulk-actions{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.suite-bulk-pass,.suite-bulk-fail{white-space:nowrap;padding:.35rem .65rem;font-size:.82rem}.execution-board-case-card{width:100%;height:100%}.execution-board-case-card .execution-card-facts{grid-template-columns:repeat(auto-fit,minmax(min(100%,5.1rem),1fr))}.execution-steps-toolbar{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:.35rem 0 .65rem;border-bottom:1px solid var(--line)}.execution-select-all{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:0 .25rem 0 0;white-space:nowrap}.execution-steps-bulk-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;justify-content:flex-start;width:100%}.execution-steps-bulk-action{display:inline-flex;align-items:center;gap:.45rem}.execution-overview-tab{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.execution-step-table{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface)}.execution-step-table-head,.execution-step-row{display:grid;grid-template-columns:2rem 2.25rem minmax(5.5rem,1.1fr) minmax(5.5rem,1.1fr) 5.25rem 4.75rem minmax(7rem,1fr);gap:.45rem;padding:.45rem .6rem;align-items:start}.execution-step-table-head{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);background:#2168f30f;border-bottom:1px solid var(--border);align-items:center}.execution-step-table-body{flex:1 1 auto;min-height:0;overflow:auto}.execution-step-row{font-size:.84rem;border-bottom:1px solid var(--border)}.execution-step-row.is-local-step{box-shadow:inset 3px 0 #2168f32e}.execution-step-row.is-shared-step{box-shadow:inset 3px 0 #0d9d6c38}.execution-step-group-row{display:grid;grid-template-columns:minmax(0,1fr);border-bottom:1px solid var(--border);background:#2168f30d}.execution-step-group-row.is-shared-group{background:#0d9d6c14}.execution-step-group-toggle-button{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;padding:.6rem .75rem}.execution-step-group-button-main{border:none;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit;padding:0}.execution-step-group-button-main:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.execution-step-group-label{display:grid;gap:.35rem}.execution-step-group-label-main{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.execution-step-group-toggle{display:inline-flex;align-items:center;gap:.55rem;min-width:0}.execution-step-group-toggle .step-kind-badge{flex-shrink:0}.execution-step-group-meta{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.execution-step-group-chevron{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:999px;background:#2168f31a;color:var(--primary);transition:transform .18s ease}.execution-step-group-chevron.is-expanded{transform:rotate(90deg)}.execution-step-group-count{display:inline-flex;align-items:center;min-height:1.35rem;padding:.08rem .5rem;border-radius:999px;background:#ffffffb8;border:1px solid rgba(33,104,243,.12);color:var(--text-primary);font-size:.74rem;font-weight:600}.execution-step-group-label span{color:var(--text-secondary);font-size:.8rem}.execution-step-row:last-child{border-bottom:none}.execution-step-row.is-passed{background:#0d9d6c0d}.execution-step-row.is-failed{background:#cd36580d}.execution-step-row.is-local-step:not(.is-passed):not(.is-failed){background:linear-gradient(180deg,#f6faffeb,#eff6ffe6)}.execution-step-row.is-shared-step:not(.is-passed):not(.is-failed){background:linear-gradient(180deg,#f4fffaf0,#eaf9f1eb)}.execution-step-copy{display:grid;gap:.35rem;min-width:0}.execution-step-badges{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.execution-step-type-chip{min-width:1.7rem;height:1.7rem;border-radius:999px;border:1px solid rgba(33,104,243,.12);background:#2168f30f;color:var(--primary-strong);display:inline-flex;align-items:center;justify-content:center}.execution-step-group-chip{display:inline-flex;align-items:center;min-height:1.3rem;padding:.08rem .45rem;border-radius:6px;background:#2168f314;color:var(--primary-strong);font-size:.72rem;font-weight:600}.execution-step-group-chip.is-local{background:#2168f314;color:var(--primary-strong)}.execution-step-group-chip.is-shared{background:#0d9d6c1f;color:var(--success)}.execution-step-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;min-width:0}.execution-step-mark-buttons{display:flex;align-items:center;gap:.35rem}.execution-step-action-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid transparent;border-radius:999px;background:transparent;transition:transform .14s ease,background .14s ease,border-color .14s ease,opacity .14s ease}.execution-step-action-button:hover:not(:disabled){transform:translateY(-1px)}.execution-step-action-button svg{width:1rem;height:1rem}.execution-step-pass{color:var(--success);background:#0d9d6c1f;border-color:#0d9d6c33}.execution-step-fail{color:var(--danger);background:#cd36581a;border-color:#cd36582e}.execution-step-action-button:disabled{opacity:.55;transform:none}.execution-step-note-input{width:100%;min-height:2.4rem;font-size:.8rem;padding:.3rem .4rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);resize:vertical;box-sizing:border-box}.execution-step-evidence-cell{display:grid;gap:.45rem;min-width:0}.execution-step-evidence-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.execution-step-evidence-button,.execution-step-evidence-link,.execution-step-evidence-delete,.execution-structured-evidence-button{display:inline-flex;align-items:center;gap:.4rem;min-width:0;min-height:2rem;padding:.32rem .6rem;border-radius:999px;border:1px solid rgba(33,104,243,.14);background:#2168f314;color:var(--primary-strong);font-size:.76rem;font-weight:600;line-height:1.2;transition:transform .14s ease,background .14s ease,border-color .14s ease,opacity .14s ease}.execution-step-evidence-button:hover:not(:disabled),.execution-step-evidence-link:hover:not(:disabled),.execution-step-evidence-delete:hover:not(:disabled),.execution-structured-evidence-button:hover:not(:disabled){transform:translateY(-1px);background:#2168f31f}.execution-step-evidence-button:disabled,.execution-step-evidence-link:disabled,.execution-step-evidence-delete:disabled,.execution-structured-evidence-button:disabled{opacity:.58;transform:none;cursor:not-allowed}.execution-step-evidence-button svg,.execution-step-evidence-link svg,.execution-step-evidence-delete svg,.execution-structured-evidence-button svg{width:.95rem;height:.95rem;flex-shrink:0}.execution-step-evidence-button span,.execution-step-evidence-link span,.execution-step-evidence-delete span,.execution-structured-evidence-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.execution-step-evidence-delete{border-color:#cd365829;background:#cd365814;color:var(--danger)}.execution-step-evidence-delete:hover:not(:disabled){background:#cd365824}.execution-step-evidence-empty{color:var(--text-secondary);font-size:.76rem}.execution-structured-log{display:grid;gap:.45rem;margin-top:.5rem}.execution-structured-log-row{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.86rem}.execution-structured-log-row--group{padding-top:.2rem;border-top:1px solid rgba(33,104,243,.1)}.execution-structured-note{flex:1 1 100%;color:var(--text-secondary);white-space:pre-wrap}.execution-evidence-modal{width:min(72rem,100%);max-height:min(92vh,64rem);display:flex;flex-direction:column;gap:var(--space-md)}.execution-evidence-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md)}.execution-evidence-modal-copy{display:grid;gap:.3rem;min-width:0}.execution-evidence-modal-copy h3,.execution-evidence-modal-copy p{margin:0}.execution-evidence-modal-body{flex:1 1 auto;min-height:0;overflow:auto;display:flex;align-items:center;justify-content:center;padding:.4rem;border-radius:20px;background:linear-gradient(180deg,#f8fbfffa,#eef4fff0),radial-gradient(circle at top right,rgba(33,104,243,.08),transparent 32%)}.execution-evidence-modal-image{display:block;width:auto;max-width:100%;max-height:min(76vh,56rem);object-fit:contain;border-radius:18px;box-shadow:0 22px 44px #12284b29}.execution-log-error{color:var(--danger);font-size:.88rem}.execution-log-empty,.execution-log-summary-muted{color:var(--text-secondary);font-size:.86rem}.execution-log-summary{display:block;font-size:.82rem;color:var(--text-secondary);margin-top:.15rem}.execution-log-raw{font-size:.72rem;overflow:auto;max-height:7rem;margin:.35rem 0 0;padding:.45rem;background:#0000000a;border-radius:8px}@media (max-width: 1100px){.execution-step-table-head,.execution-step-row{grid-template-columns:2rem 2rem minmax(4rem,1fr) minmax(4rem,1fr) 4.5rem 4.4rem minmax(6rem,1fr)}}.mobile-sidebar-bar,.sidebar-mobile-close,.sidebar-backdrop{display:none}.page-header{min-width:0;flex-wrap:wrap}.page-actions{min-width:0;max-width:100%;align-self:flex-start}.page-actions>*{max-width:100%;min-width:0;flex:0 0 auto}.page-header-title,.tile-card-title-group strong,.tile-card-kicker,.stack-item strong,.stack-item span{overflow-wrap:anywhere}.record-card,.stack-item{min-width:0}.record-card>*,.stack-item>*{min-width:0}@media (max-width: 1024px){.app-layout .sidebar{width:clamp(16rem,30vw,18.5rem)}.app-layout .sidebar.is-collapsed{width:5rem}.page-header{padding:1.1rem 1.2rem;align-items:flex-start}.execution-history-item{flex-direction:column}.execution-history-item-actions{width:100%;justify-content:space-between}.page-actions{flex:1 1 auto;width:auto;justify-content:flex-start}.design-context-bar{grid-template-columns:1fr}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.app-layout{position:relative}.app-layout .sidebar{display:flex;position:fixed;top:var(--space-sm);left:var(--space-sm);bottom:var(--space-sm);width:min(20rem,calc(100vw - (var(--space-sm) * 2)));max-width:calc(100vw - (var(--space-sm) * 2));height:auto;transform:translate(calc(-100% - var(--space-sm)));opacity:0;visibility:hidden;pointer-events:none;z-index:60;transition:transform .18s ease,opacity .18s ease}.app-layout .sidebar.is-mobile-open{transform:translate(0);opacity:1;visibility:visible;pointer-events:auto}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;padding:0;border:0;background:#0f172a57;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease;z-index:50}.sidebar-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}.mobile-sidebar-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-radius:20px;border:1px solid var(--border);background:var(--panel-strong)}.mobile-sidebar-toggle,.sidebar-mobile-close{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;flex-shrink:0}.mobile-sidebar-section{min-width:0;color:var(--text-secondary);font-size:.88rem;font-weight:600;text-align:right}.page-header{padding:1rem;flex-direction:column}.editor-accordion-head{flex-wrap:wrap;gap:.5rem}.editor-accordion-toggle,.requirement-accordion-toggle{flex-direction:column}.editor-accordion-actions{width:auto}.editor-accordion-toggle-meta{width:100%;justify-content:flex-start;padding:0 1rem 1rem 3rem}.requirement-accordion-toggle-meta{width:100%;justify-items:start;padding-left:2rem}.page-actions{width:100%;justify-content:flex-start}.page-actions>*{flex:0 0 auto;text-align:left}.record-card{flex-direction:column}.record-card>.status-badge,.record-card>.count-pill{align-self:flex-start}.tile-card-header{grid-template-columns:auto minmax(0,1fr)}.tile-card .object-type-badge{grid-column:1 / -1}.test-case-library-scroll .tile-browser-pane-scroll,.requirement-card-list .tile-browser-pane-scroll{padding-right:0}}@media (max-width: 540px){.mobile-sidebar-bar{flex-direction:column;align-items:stretch}.mobile-sidebar-toggle{width:100%}.mobile-sidebar-section{text-align:left}.metric-strip{grid-template-columns:1fr}.page-header-title{font-size:clamp(1.65rem,9vw,2.25rem)}.page-header,.panel,.stat-card,.mini-card,.record-card{border-radius:22px}.tile-metric{white-space:normal}}:root{--focus-ring: rgba(33, 104, 243, .34);--page-max-width: 92rem;--page-max-width-wide: 112rem}.primary-button,.ghost-button,.tab-button,.link-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.85rem;font-weight:600;line-height:1.1;text-decoration:none}.primary-button{box-shadow:0 .9rem 1.75rem #2168f32e}.ghost-button{background:#2168f314}button:disabled,.primary-button:disabled,.ghost-button:disabled,.tab-button:disabled{cursor:not-allowed;opacity:.68;transform:none;box-shadow:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.project-dropdown-trigger:focus-visible,.project-dropdown-option:focus-visible,.nav-link:focus-visible,.nav-sublink:focus-visible,.subnav-tab:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.app-shell{gap:clamp(.75rem,1vw,1.25rem);padding:clamp(.75rem,1vw,1.25rem)}.workspace-main{display:flex;flex-direction:column;min-width:0;padding:0 0 1.75rem}.workspace-main>*{min-width:0}.page-content{width:min(100%,var(--page-max-width));margin-inline:auto;gap:clamp(1rem,.8vw + .8rem,1.5rem)}.page-content.page-content--library-full,.page-content.page-content--executions-full{width:min(100%,var(--page-max-width-wide))}.workspace-master-detail{min-width:0;display:grid;gap:1rem;min-height:0}.page-content--workspace-focus{gap:.9rem}.workspace-master-detail-panel{min-width:0;min-height:0;animation:workspace-panel-enter .18s ease}.workspace-master-detail-panel>.panel{min-height:0}.workspace-master-detail-topbar{position:sticky;bottom:clamp(.75rem,1vw,1.25rem);z-index:4;display:flex;justify-content:center;pointer-events:none}.workspace-master-detail-topbar-button{width:min(100%,11rem);min-height:3.15rem;padding:.4rem 1rem;border:1px solid rgba(104,136,193,.18);border-radius:999px;background:#ffffffe6;box-shadow:0 1rem 2rem #12284b1f,inset 0 1px #ffffffd1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto;display:inline-flex;align-items:center;justify-content:center}.workspace-master-detail-topbar-button:hover{transform:translateY(-1px)}.workspace-master-detail-topbar-button svg{width:1.1rem;height:1.1rem}.workspace-back-button{flex-shrink:0}.workspace-back-button svg{flex-shrink:0}.tile-browser-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,14.75rem),1fr));gap:1rem;align-items:stretch}.tile-browser-grid>*{min-width:0}.tile-browser-grid .catalog-card,.tile-browser-grid .record-card,.tile-browser-grid .stack-item-button,.tile-browser-grid .tile-card,.tile-browser-grid .virtual-card{min-height:100%;align-self:start}.tile-browser-grid .virtual-card{height:100%}.tile-browser-grid .tile-card-main{min-height:100%}.tile-browser-grid .tile-card-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tile-browser-grid .tile-card-footer,.tile-browser-grid .history-bars,.tile-browser-grid .checkbox-field{margin-top:auto}.tile-browser-grid .record-card-body,.tile-browser-grid .stack-item>div{min-height:100%}.page-header{position:relative;overflow:hidden;align-items:stretch;gap:1.25rem;padding:clamp(1.25rem,1vw + 1rem,1.75rem);border-radius:32px;background:linear-gradient(135deg,#fffffff0,#f9f1e7e6),radial-gradient(circle at top right,rgba(33,104,243,.12),transparent 36%);box-shadow:0 1rem 2.5rem #0f172a14}.page-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 28%,rgba(212,104,64,.12),transparent 22%),radial-gradient(circle at 88% 0%,rgba(33,104,243,.14),transparent 30%);pointer-events:none}.page-header>*{position:relative;z-index:1}.page-header-text{display:grid;gap:1rem;flex:1 1 auto;min-width:0}.page-header-copy{display:grid;gap:.55rem;min-width:0}.page-header-title{max-width:24ch}.page-description{margin:0;max-width:72ch;color:var(--muted)}.page-header-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;width:min(100%,48rem)}.page-header-meta-item{display:grid;gap:.25rem;padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#ffffff94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-header-meta-item span{font-size:.73rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.page-header-meta-item strong{font-size:1.05rem;line-height:1.25;overflow-wrap:anywhere}.page-actions{align-items:center;align-self:flex-start}.panel{padding:clamp(1rem,.8vw + .85rem,1.35rem);border-radius:28px;background:linear-gradient(180deg,#ffffffe6,#f9f2e9d6),radial-gradient(circle at top right,rgba(33,104,243,.06),transparent 32%)}.panel-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1rem}.panel-head>div:first-child{min-width:0}.panel-head h3{font-size:1.05rem;line-height:1.25}.panel-head p{margin:.35rem 0 0;max-width:64ch}.panel-head-actions{display:flex;flex-wrap:wrap;gap:.75rem}.stat-card{position:relative;overflow:hidden;padding:1.15rem 1.2rem}.stat-card:after{content:"";position:absolute;right:1rem;bottom:1rem;width:4.25rem;height:4.25rem;border-radius:999px;background:radial-gradient(circle,rgba(33,104,243,.14),transparent 72%);pointer-events:none}.catalog-card,.record-card,.mini-card,.stack-item,.subnav-tab,.theme-toggle,.user-chip,.table-wrap{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.table-wrap{border-radius:22px;border:1px solid var(--border);background:#ffffffad}.integration-type-badge,.resource-card-badge,.feedback-card-badge,.people-card-badge{min-width:2.35rem;height:2.35rem;padding:0 .6rem;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2168f329,#63b3ff47);color:var(--primary-strong);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.integration-card-footer,.feedback-card-footer,.people-card-footer,.resource-card-footer{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin-top:auto}.workspace-master-detail .test-case-library-scroll,.workspace-master-detail .requirement-card-list,.workspace-master-detail .suite-design-panel-scroll,.workspace-master-detail .test-environment-list{width:100%;min-height:0}@keyframes workspace-panel-enter{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}.subnav-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,11rem),1fr));gap:.45rem;width:100%;padding:.45rem;border-radius:26px;border:1px solid var(--border);background:#ffffff9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.subnav-tab{min-width:0;width:100%;padding:1rem 1.05rem;border-radius:18px}.subnav-tab.is-active{box-shadow:0 .7rem 1.45rem #2168f31f}.design-context-bar{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.design-context-bar.is-sticky{top:clamp(.75rem,1vw,1rem);border-radius:28px;background:#ffffffb8;box-shadow:0 1rem 2rem #0f172a14}.metric-strip .mini-card strong{font-size:1.35rem}.toast-message{border-radius:18px}.mobile-sidebar-bar{align-items:center;gap:1rem}.mobile-sidebar-copy{min-width:0;display:grid;gap:.12rem}.mobile-sidebar-context{color:var(--muted);font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:root[data-theme=dark] .page-header{background:linear-gradient(135deg,#0a182ef5,#0b1c37eb),radial-gradient(circle at top right,rgba(108,167,255,.16),transparent 34%);box-shadow:0 1.25rem 2.8rem #00000052}:root[data-theme=dark] .page-header-meta-item,:root[data-theme=dark] .subnav-tabs,:root[data-theme=dark] .table-wrap{background:#ffffff0d;border-color:#b4c7e724}:root[data-theme=dark] .panel{background:linear-gradient(180deg,#0a1931f0,#081428e6),radial-gradient(circle at top right,rgba(108,167,255,.08),transparent 28%)}:root[data-theme=dark] .ghost-button{background:#6ca7ff1f;color:var(--text-primary)}:root[data-theme=dark] .ghost-button.warning{background:#d885272e;color:#ffd08a}:root[data-theme=dark] .integration-type-badge,:root[data-theme=dark] .resource-card-badge,:root[data-theme=dark] .feedback-card-badge,:root[data-theme=dark] .people-card-badge{background:linear-gradient(135deg,#6ca7ff29,#6ca7ff4d);color:var(--text-primary)}@media (max-width: 1180px){.page-header{flex-direction:column}.page-actions{width:100%;justify-content:flex-start}}@media (max-width: 768px){.page-content,.page-content.page-content--library-full,.page-content.page-content--executions-full{width:100%}.page-header{padding:1.2rem;border-radius:26px}.page-header-meta{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.page-actions{width:100%}.page-actions>*{flex:1 1 calc(50% - .5rem)}.inline-form>*,.toolbar-row>*,.elevated-toolbar>*{flex:1 1 100%;min-width:0}.mobile-sidebar-bar{align-items:flex-start}}@media (max-width: 540px){.page-header-meta{grid-template-columns:1fr}.page-actions>*{flex-basis:100%;width:100%}.subnav-tabs{display:grid;grid-template-columns:1fr}.subnav-tab{min-width:0}}.project-dropdown-menu{scrollbar-gutter:stable}.project-dropdown-option.is-highlighted{background:#2168f314;border-color:#2168f324}.selectable-table tbody tr[tabindex="0"]{outline:none}.selectable-table tbody tr[tabindex="0"]:focus-visible{box-shadow:inset 0 0 0 2px var(--focus-ring)}.checkbox-field input[type=radio]{accent-color:var(--primary)}:root[data-theme=dark] .project-dropdown-option.is-highlighted{background:#ffffff0d;border-color:#b4c7e724}:root{--sidebar-expanded-width: 16.35rem;--sidebar-collapsed-width: 5rem;--sidebar-collapsed-slot-size: 3.55rem;--app-shell-frame-size: clamp(.75rem, 1vw, 1.25rem);--app-scrollbar-size: .52rem;--app-scrollbar-thumb: rgba(109, 128, 163, .48);--page-max-width-ultra: 128rem}.app-shell{display:grid;grid-template-columns:var(--sidebar-expanded-width) minmax(0,1fr);min-height:100dvh;padding:var(--app-shell-frame-size);align-items:stretch}:root[data-sidebar=collapsed] .app-shell{grid-template-columns:var(--sidebar-collapsed-width) minmax(0,1fr)}.sidebar{display:flex;flex-direction:column;align-items:stretch;padding:1rem .85rem .85rem;min-height:100%}.app-layout .sidebar{width:100%;max-width:100%}.sidebar-top,.nav-list,.sidebar-footer{min-width:0;width:100%}.sidebar-top{display:grid;align-content:start;justify-items:stretch;flex:0 0 auto;gap:.65rem}.nav-list{display:grid;flex:1 1 auto;grid-auto-rows:max-content;align-content:start;justify-items:stretch;gap:.82rem;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:auto;scrollbar-color:auto;scrollbar-gutter:stable;padding-right:.25rem}.sidebar-footer{display:grid;align-content:end;flex:0 0 auto;margin-top:auto}.nav-group,.nav-group-items,.nav-branch,.nav-branch-control,.nav-collapsed-branch{width:100%}.nav-group{display:grid;flex:0 0 auto;min-height:auto;align-content:start;justify-content:stretch;gap:.5rem}.nav-group-items{display:grid;align-content:start;gap:.45rem}.nav-link,.nav-branch-link,.nav-sublink{min-width:0;width:100%}.nav-link,.nav-branch-link{justify-content:flex-start}.nav-link-icon,.nav-sublink-icon{width:1.35rem;min-width:1.35rem;flex:0 0 1.35rem;display:inline-flex;align-items:center;justify-content:center}.nav-link-icon svg,.nav-sublink-icon svg{width:1.1rem;height:1.1rem}.nav-link-label,.nav-sublink-label{min-width:0;flex:1 1 auto}.nav-link-label{font-size:.92rem;font-weight:600;letter-spacing:-.01em}.nav-sublink-label{font-size:.88rem}.nav-link-badge,.nav-link-caret{flex-shrink:0}.sidebar.is-collapsed .nav-link-icon,.sidebar.is-collapsed .nav-sublink-icon{width:1.5rem;min-width:1.5rem;flex-basis:1.5rem}.sidebar.is-collapsed{padding:.76rem .42rem}.sidebar.is-collapsed .sidebar-top,.sidebar.is-collapsed .nav-list,.sidebar.is-collapsed .sidebar-footer,.sidebar.is-collapsed .nav-group,.sidebar.is-collapsed .nav-group-items,.sidebar.is-collapsed .nav-collapsed-branch,.sidebar.is-collapsed .nav-branch-control{width:100%}.sidebar.is-collapsed .brand-mark{min-width:2.25rem;width:2.25rem;height:2.25rem;font-size:.94rem}.sidebar.is-collapsed .nav-link,.sidebar.is-collapsed .nav-branch-link,.sidebar.is-collapsed .nav-link--icon-only,.sidebar.is-collapsed .sidebar-collapse-button-compact,.sidebar.is-collapsed .sidebar-icon-button,.sidebar.is-collapsed .sidebar-signout{width:var(--sidebar-collapsed-slot-size);min-width:var(--sidebar-collapsed-slot-size);max-width:var(--sidebar-collapsed-slot-size);min-height:var(--sidebar-collapsed-slot-size);display:grid;place-items:center}.sidebar.is-collapsed .nav-link-icon svg,.sidebar.is-collapsed .nav-sublink-icon svg,.sidebar.is-collapsed .sidebar-collapse-button-compact svg,.sidebar.is-collapsed .sidebar-icon-button svg,.sidebar.is-collapsed .sidebar-signout svg{width:1.18rem;height:1.18rem}.workspace-main[data-route="/test-cases"]>.page-content.page-content--library-full{width:min(100%,var(--page-max-width-ultra))}.workspace-main[data-route="/test-cases"] .test-case-workspace{grid-template-columns:minmax(25rem,32rem) minmax(0,1.45fr);gap:clamp(1rem,.7vw + .9rem,1.5rem)}.sidebar{position:relative;overflow:hidden;border:1px solid rgba(133,154,189,.2);box-shadow:0 22px 48px #223f6f1f,inset 0 1px #ffffffb3;background:radial-gradient(circle at top left,rgba(80,137,255,.16),transparent 28%),radial-gradient(circle at bottom right,rgba(58,196,170,.08),transparent 24%),linear-gradient(180deg,#fffffff5,#f5f8fdf5)}.sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.32),transparent 18%,transparent 82%,rgba(123,149,191,.08))}.sidebar:not(.is-collapsed) .brand-mark{min-width:3.25rem;height:3.05rem;margin-bottom:0;padding:0 .85rem;border-radius:16px;font-size:.98rem}.sidebar:not(.is-collapsed) .brand-copy strong{font-size:.98rem}.sidebar:not(.is-collapsed) .brand-copy span{font-size:.83rem}.sidebar-brand-row{position:relative;min-height:2.65rem;justify-content:center}.sidebar-brand-lockup{width:100%;display:flex;align-items:center;justify-content:center;gap:.72rem;padding-inline:2.25rem;margin-inline:auto}.sidebar-brand-row>.sidebar-collapse-button,.sidebar-brand-row>.sidebar-mobile-close{position:absolute;right:0;top:50%;transform:translateY(-50%)}.sidebar-top,.nav-list,.sidebar-footer{position:relative;z-index:1}.sidebar:not(.is-collapsed){padding:.82rem .68rem .72rem}.sidebar:not(.is-collapsed) .sidebar-top{gap:.44rem}.sidebar:not(.is-collapsed) .sidebar-brand-row{min-height:2.65rem}.sidebar:not(.is-collapsed) .sidebar-brand-lockup{gap:.72rem;padding-inline:2.35rem}.sidebar-project-picker,.sidebar-context-card,.theme-toggle,.user-chip,.sidebar-signout{border:1px solid rgba(137,160,197,.16);background:#ffffffad;box-shadow:inset 0 1px #ffffffb3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sidebar-project-picker,.sidebar-context-card{padding:.8rem .88rem;border-radius:20px}.sidebar:not(.is-collapsed) .sidebar-project-picker,.sidebar:not(.is-collapsed) .sidebar-context-card{padding:.62rem .72rem;border-radius:18px}.sidebar:not(.is-collapsed) .sidebar-project-picker{gap:.3rem}.sidebar:not(.is-collapsed) .sidebar-project-picker span{font-size:.76rem}.sidebar-context-card{display:grid;gap:.22rem;position:relative;overflow:hidden}.sidebar:not(.is-collapsed) .sidebar-context-card{gap:.16rem}.sidebar-context-card:after{content:"";position:absolute;inset:auto auto .7rem .95rem;width:2.5rem;height:.22rem;border-radius:999px;background:linear-gradient(90deg,#2168f3eb,#2ec1a6b8)}.sidebar-context-kicker{color:#6e7f9b;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.sidebar-context-card strong{font-size:1rem;letter-spacing:-.02em;color:var(--text-primary)}.sidebar:not(.is-collapsed) .sidebar-context-card strong{font-size:.92rem}.sidebar-context-card span:last-child{color:var(--text-secondary)}.sidebar:not(.is-collapsed) .sidebar-context-card span:last-child{font-size:.8rem}.nav-list{padding:.05rem .18rem .05rem .05rem}.sidebar:not(.is-collapsed) .nav-list{gap:.56rem;padding:.04rem .12rem .04rem .04rem}.nav-group{padding:.58rem;border-radius:22px;border:1px solid rgba(151,173,208,.14);background:linear-gradient(180deg,#ffffffc2,#f6f9fdb8);box-shadow:inset 0 1px #ffffffb3}.sidebar:not(.is-collapsed) .nav-group{gap:.36rem;padding:.42rem;border-radius:18px}.nav-group-label{padding:0 .3rem;color:#7385a4;font-size:.66rem;font-weight:700;letter-spacing:.16em}.sidebar:not(.is-collapsed) .nav-group-label{padding:0 .22rem;font-size:.62rem;letter-spacing:.14em}.sidebar:not(.is-collapsed) .nav-branch{gap:.22rem}.sidebar:not(.is-collapsed) .nav-branch-control{gap:.36rem}.sidebar:not(.is-collapsed) .nav-link,.sidebar:not(.is-collapsed) .nav-branch-link{gap:.52rem;min-height:37px;padding:.48rem .62rem;border-radius:15px}.sidebar:not(.is-collapsed) .nav-sublink{gap:.46rem;min-height:29px;padding:.34rem .54rem .34rem .72rem;border-radius:13px}.sidebar:not(.is-collapsed) .nav-link-icon,.sidebar:not(.is-collapsed) .nav-sublink-icon{width:1.2rem;min-width:1.2rem;flex-basis:1.2rem}.sidebar:not(.is-collapsed) .nav-link-icon svg,.sidebar:not(.is-collapsed) .nav-sublink-icon svg{width:1rem;height:1rem}.sidebar:not(.is-collapsed) .nav-link-label,.sidebar:not(.is-collapsed) .nav-sublink-label{overflow:hidden;text-overflow:ellipsis}.sidebar:not(.is-collapsed) .nav-link-label{font-size:.84rem}.sidebar:not(.is-collapsed) .nav-sublink-label{font-size:.77rem}.sidebar:not(.is-collapsed) .nav-link-badge{min-width:1.8rem;height:1.65rem;font-size:.72rem}.sidebar:not(.is-collapsed) .nav-branch-caret-button{width:2.35rem;min-width:2.35rem;border-radius:15px}.nav-link,.nav-sublink,.nav-branch-caret-button{transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease,color .16s ease}.nav-link:hover,.nav-sublink:hover,.nav-branch-caret-button:hover:not(:disabled){background:#f2f7ffeb;border-color:#5d8ce029;box-shadow:0 10px 24px #2168f30f}.nav-link:hover,.nav-sublink:hover{transform:translate(2px)}.nav-link.is-active,.nav-branch-link.is-active,.nav-sublink.is-active,.nav-branch-caret-button.is-active{background:linear-gradient(180deg,#eff5fffa,#e4eefff0);border-color:#507cd838;box-shadow:0 14px 28px #2168f31a,inset 0 1px #fffc;color:#1b4eb8}.nav-link-icon,.nav-sublink-icon,.nav-link-caret{color:#6d82a7}.nav-link.is-active .nav-link-icon,.nav-branch-link.is-active .nav-link-icon,.nav-sublink.is-active .nav-sublink-icon,.nav-branch-caret-button.is-active .nav-link-caret{color:#1d5fe0}.nav-link-badge{border:1px solid rgba(136,160,197,.16);background:#ffffffe6;box-shadow:inset 0 1px #ffffffb3}.nav-subgroup{position:relative;display:grid;gap:.2rem;margin-left:.85rem;padding-left:1rem}.sidebar:not(.is-collapsed) .nav-subgroup{margin-left:.68rem;padding-left:.7rem}.nav-subgroup:before{content:"";position:absolute;inset:.12rem auto .12rem 0;width:1px;background:linear-gradient(180deg,#4d7edd47,#4d7edd14)}.nav-item-stack{display:grid;gap:.22rem}.theme-toggle,.user-chip,.sidebar-signout{border-radius:20px}.sidebar-signout{min-height:3rem;border-color:#cd36581f}.sidebar:not(.is-collapsed) .sidebar-footer{gap:.34rem;padding-top:.5rem}.sidebar:not(.is-collapsed) .theme-toggle{padding:.6rem .72rem;border-radius:17px}.sidebar:not(.is-collapsed) .theme-toggle strong{font-size:.88rem}.sidebar:not(.is-collapsed) .theme-toggle>div>span{font-size:.78rem}.sidebar:not(.is-collapsed) .user-chip{padding:.64rem .72rem;border-radius:17px}.sidebar:not(.is-collapsed) .user-chip-head{gap:.62rem}.sidebar:not(.is-collapsed) .user-chip-copy{gap:.12rem}.sidebar:not(.is-collapsed) .user-chip-copy strong{font-size:.9rem;line-height:1.18}.sidebar:not(.is-collapsed) .user-chip-copy span{font-size:.78rem;line-height:1.18}.sidebar:not(.is-collapsed) .user-chip-icon{width:1.85rem;height:1.85rem;min-width:1.85rem;border-radius:12px}.sidebar:not(.is-collapsed) .sidebar-signout{min-height:2.48rem;border-radius:17px;font-size:.88rem}.sidebar-signout:hover{background:#fff2f5e6;border-color:#cd36582e}.sidebar.is-collapsed .nav-list{justify-content:flex-start;align-content:start;justify-items:stretch;gap:.55rem;padding:.08rem 0 .08rem .02rem}.sidebar.is-collapsed .nav-group{flex:0 0 auto;padding:.08rem 0;border:0;background:transparent;box-shadow:none;gap:.35rem}.sidebar.is-collapsed .nav-group-items{gap:.38rem;justify-items:stretch}.sidebar.is-collapsed .nav-link,.sidebar.is-collapsed .nav-branch-link,.sidebar.is-collapsed .nav-link--icon-only,.sidebar.is-collapsed .sidebar-collapse-button-compact,.sidebar.is-collapsed .sidebar-icon-button,.sidebar.is-collapsed .sidebar-signout,.sidebar.is-collapsed .user-chip{border-radius:18px;width:100%;min-width:0;max-width:none;min-height:var(--sidebar-collapsed-slot-size);padding:.42rem .25rem;display:grid;justify-items:center;align-content:center;gap:.18rem}.sidebar.is-collapsed .sidebar-brand-row,.sidebar.is-collapsed .sidebar-brand-lockup{justify-content:center}.sidebar.is-collapsed .sidebar-brand-lockup{width:auto;padding-inline:0}.sidebar.is-collapsed .nav-collapsed-branch,.sidebar.is-collapsed .nav-group-items{justify-items:stretch;gap:.38rem}.sidebar.is-collapsed .sidebar-top{gap:.5rem}.sidebar.is-collapsed .sidebar-footer{gap:.4rem;justify-items:stretch}.sidebar.is-collapsed .nav-link,.sidebar.is-collapsed .nav-branch-link,.sidebar.is-collapsed .nav-link--icon-only,.sidebar.is-collapsed .sidebar-collapse-button-compact,.sidebar.is-collapsed .sidebar-icon-button,.sidebar.is-collapsed .sidebar-signout{text-align:center}.sidebar.is-collapsed .nav-link,.sidebar.is-collapsed .nav-branch-link,.sidebar.is-collapsed .nav-link--icon-only{justify-content:center;gap:.16rem}.sidebar.is-collapsed .nav-link-icon,.sidebar.is-collapsed .nav-sublink-icon{width:1.35rem;min-width:1.35rem;flex-basis:1.35rem;margin-inline:auto}.sidebar.is-collapsed .nav-link-icon svg,.sidebar.is-collapsed .nav-sublink-icon svg,.sidebar.is-collapsed .sidebar-collapse-button-compact svg,.sidebar.is-collapsed .sidebar-icon-button svg,.sidebar.is-collapsed .sidebar-signout svg,.sidebar.is-collapsed .user-chip-icon svg{width:1.16rem;height:1.16rem}.sidebar.is-collapsed .nav-link-label,.sidebar.is-collapsed .sidebar-slot-label{display:-webkit-box;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:normal;text-align:center;line-height:1.12;font-size:.6rem;font-weight:700;letter-spacing:.02em;color:#6c7e9e;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sidebar.is-collapsed .nav-link.is-active .nav-link-label,.sidebar.is-collapsed .nav-branch-link.is-active .nav-link-label,.sidebar.is-collapsed .user-chip-link.is-active .sidebar-slot-label,.sidebar.is-collapsed .user-chip-button:hover .sidebar-slot-label,.sidebar.is-collapsed .sidebar-collapse-button-compact:hover .sidebar-slot-label,.sidebar.is-collapsed .sidebar-icon-button:hover .sidebar-slot-label,.sidebar.is-collapsed .sidebar-signout:hover .sidebar-slot-label{color:currentColor}.sidebar.is-collapsed .user-chip{padding-block:.35rem}.sidebar.is-collapsed .user-chip-head{flex-direction:column;justify-content:center;align-items:center;gap:.16rem}.sidebar.is-collapsed .user-chip-copy{display:none}.sidebar.is-collapsed .user-chip-icon{width:1.9rem;height:1.9rem;min-width:1.9rem}:root[data-theme=dark] .sidebar{border-color:#91b0e729;box-shadow:0 24px 52px #00000057,inset 0 1px #ffffff0d;background:radial-gradient(circle at top left,rgba(100,155,255,.2),transparent 28%),radial-gradient(circle at bottom right,rgba(44,185,160,.12),transparent 24%),linear-gradient(180deg,#0a172cf5,#081223fa)}:root[data-theme=dark] .sidebar-project-picker,:root[data-theme=dark] .sidebar-context-card,:root[data-theme=dark] .theme-toggle,:root[data-theme=dark] .user-chip,:root[data-theme=dark] .sidebar-signout,:root[data-theme=dark] .nav-group{border-color:#98b7eb1f;background:#0c1c35a8;box-shadow:inset 0 1px #ffffff0a}:root[data-theme=dark] .sidebar-context-kicker,:root[data-theme=dark] .nav-group-label,:root[data-theme=dark] .nav-link-icon,:root[data-theme=dark] .nav-sublink-icon,:root[data-theme=dark] .nav-link-caret{color:#8ea8cf}:root[data-theme=dark] .nav-link:hover,:root[data-theme=dark] .nav-sublink:hover,:root[data-theme=dark] .nav-branch-caret-button:hover:not(:disabled){background:#132749e6;border-color:#6899f42e}:root[data-theme=dark] .nav-link.is-active,:root[data-theme=dark] .nav-branch-link.is-active,:root[data-theme=dark] .nav-sublink.is-active,:root[data-theme=dark] .nav-branch-caret-button.is-active{background:linear-gradient(180deg,#193564f5,#122950f0);border-color:#709ff538;color:#eef5ff}:root[data-theme=dark] .nav-link.is-active .nav-link-icon,:root[data-theme=dark] .nav-branch-link.is-active .nav-link-icon,:root[data-theme=dark] .nav-sublink.is-active .nav-sublink-icon,:root[data-theme=dark] .nav-branch-caret-button.is-active .nav-link-caret{color:#9cc3ff}:root[data-theme=dark] .sidebar.is-collapsed .nav-link-label,:root[data-theme=dark] .sidebar.is-collapsed .sidebar-slot-label{color:#9bb0d4}:root[data-theme=dark] .nav-link-badge{border-color:#98b7eb1f;background:#ffffff0f;color:#d9e8ff}:root[data-theme=dark] .modal-backdrop{background:#030a17c7}:root[data-theme=dark] .page-header-title,:root[data-theme=dark] .page-header-meta-item strong,:root[data-theme=dark] .subnav-tab strong,:root[data-theme=dark] .people-modal-title h3,:root[data-theme=dark] .profile-dialog-copy strong{color:#f3f8ff}:root[data-theme=dark] .page-header-meta-item span,:root[data-theme=dark] .subnav-tab span,:root[data-theme=dark] .empty-state,:root[data-theme=dark] .form-field-hint,:root[data-theme=dark] .people-modal-title p,:root[data-theme=dark] .profile-dialog-copy>span,:root[data-theme=dark] .profile-dialog-meta,:root[data-theme=dark] .profile-dialog-avatar-note{color:#c8d7ef}:root[data-theme=dark] .profile-dialog-hero{border-color:#b4c7e724;background:#ffffff0d}:root[data-theme=dark] .profile-avatar{color:#eff6ff;background:linear-gradient(135deg,#6ca7ff3d,#39cdb433);box-shadow:inset 0 1px #ffffff14,0 1rem 2rem #0000002e}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:#b9cbe7b8}:root[data-theme=dark] .tile-browser-pane-footer:before{background:linear-gradient(90deg,transparent,rgba(120,158,224,.4),rgba(120,158,224,.08),transparent)}:root[data-theme=dark] .tile-browser-pane-top-button{border-color:#7aa0e12e;background:#0c1c35b8;color:#8ea8cf;box-shadow:0 14px 28px #00000038,inset 0 1px #ffffff0f}:root[data-theme=dark] .tile-browser-pane-top-button:hover:not(:disabled){background:#142a4eeb;border-color:#7eabf43d}:root[data-theme=dark] .tile-browser-pane-top-button.is-ready,:root[data-theme=dark] .tile-browser-pane-footer.is-scrollable .tile-browser-pane-top-button{color:#9cc3ff}@media (max-width: 720px){.profile-dialog-hero,.profile-dialog-grid{grid-template-columns:1fr}.profile-avatar{width:4.4rem;height:4.4rem;border-radius:18px}}@media (min-width: 769px){html,body{min-height:100%}body{min-height:100dvh}.app-shell{align-items:stretch}.app-layout .sidebar{position:sticky;top:var(--app-shell-frame-size);align-self:start;min-height:calc(100dvh - (var(--app-shell-frame-size) * 2));height:calc(100dvh - (var(--app-shell-frame-size) * 2));max-height:calc(100dvh - (var(--app-shell-frame-size) * 2))}.workspace-main{min-height:calc(100dvh - (var(--app-shell-frame-size) * 2))}}@media (min-width: 769px) and (max-height: 860px){.sidebar:not(.is-collapsed){padding:.78rem .72rem .72rem}.sidebar:not(.is-collapsed) .sidebar-top{gap:.42rem}.sidebar:not(.is-collapsed) .sidebar-project-picker,.sidebar:not(.is-collapsed) .sidebar-context-card,.sidebar:not(.is-collapsed) .theme-toggle,.sidebar:not(.is-collapsed) .user-chip{padding:.62rem .72rem}.sidebar:not(.is-collapsed) .sidebar-context-kicker,.sidebar:not(.is-collapsed) .theme-toggle>div>span,.sidebar:not(.is-collapsed) .user-chip-copy span:last-child{display:none}.sidebar:not(.is-collapsed) .sidebar-context-card:after{inset:auto auto .54rem .72rem;width:2rem}.sidebar:not(.is-collapsed) .nav-list{gap:.56rem}.sidebar:not(.is-collapsed) .nav-group{gap:.34rem;padding:.4rem}.sidebar:not(.is-collapsed) .nav-group-items{gap:.26rem}.sidebar:not(.is-collapsed) .nav-link,.sidebar:not(.is-collapsed) .nav-branch-link{min-height:38px;padding:.52rem .66rem}.sidebar:not(.is-collapsed) .nav-sublink{min-height:32px;padding:.4rem .56rem .4rem .72rem}.sidebar:not(.is-collapsed) .sidebar-footer{gap:.34rem;padding-top:.4rem}.sidebar:not(.is-collapsed) .sidebar-signout{min-height:2.5rem}}html,body,.project-dropdown-menu,.workspace-main{scrollbar-width:thin;scrollbar-color:var(--app-scrollbar-thumb) transparent}html::-webkit-scrollbar,body::-webkit-scrollbar,.project-dropdown-menu::-webkit-scrollbar,.workspace-main::-webkit-scrollbar{width:var(--app-scrollbar-size);height:var(--app-scrollbar-size)}.nav-list::-webkit-scrollbar{width:.44rem;height:.44rem}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track,.project-dropdown-menu::-webkit-scrollbar-track,.workspace-main::-webkit-scrollbar-track{background:transparent}.nav-list::-webkit-scrollbar-track{background:transparent;margin-block:.18rem}.nav-list::-webkit-scrollbar-track,.project-dropdown-menu::-webkit-scrollbar-track,.workspace-main::-webkit-scrollbar-track{margin-block:.45rem}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,.project-dropdown-menu::-webkit-scrollbar-thumb,.workspace-main::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:var(--app-scrollbar-thumb);background-clip:content-box}.nav-list::-webkit-scrollbar-thumb{border:1px solid transparent;border-radius:999px;background:#6d80a357;background-clip:content-box}.sidebar.is-collapsed .nav-list{padding-right:.22rem;align-items:stretch}.sidebar.is-collapsed .sidebar-footer{align-content:end;justify-items:stretch}.sidebar.is-collapsed .nav-link-icon,.sidebar.is-collapsed .nav-sublink-icon{margin-inline:auto}.nav-list::-webkit-scrollbar-track{margin-block:.18rem}html{overflow-y:scroll}.page-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap}.page-actions{margin-left:auto;display:flex;justify-content:flex-end;align-items:center;align-self:flex-start;flex-wrap:wrap;gap:.7rem;min-width:0}.page-actions>*{flex:0 0 auto}.display-id-badge{display:inline-flex;align-items:center;max-width:100%;padding:.2rem .6rem;border:1px solid var(--line);border-radius:999px;background:var(--panel-strong)}.display-id-badge code{display:block;max-width:100%;font-size:.78rem;font-weight:700;color:var(--primary-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tile-card-select-row{display:flex;align-items:center;justify-content:flex-start;min-height:1.5rem}.tile-card-select-row .checkbox-field{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.tile-card-select-row .checkbox-field .display-id-badge{min-width:0}.tile-card-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.tile-card-title-group{min-width:0;display:grid;gap:.22rem}.tile-card-title-group strong,.tile-card-kicker,.tile-card-description{overflow-wrap:anywhere;word-break:break-word}.tile-card-title-group strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.35}.tile-card-kicker{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.tile-card-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.page-header--test-cases .page-actions{margin-left:auto;justify-content:flex-end}.sidebar:not(.is-collapsed) .sidebar-top{gap:.55rem}.sidebar:not(.is-collapsed) .nav-list{gap:.62rem}.sidebar:not(.is-collapsed) .nav-group{gap:.38rem;padding:.46rem}.sidebar:not(.is-collapsed) .nav-group-items{gap:.3rem}.sidebar:not(.is-collapsed) .sidebar-footer{gap:.42rem;padding-top:.45rem}.sidebar.is-collapsed .sidebar-top{gap:.38rem}.sidebar.is-collapsed .nav-list{gap:.42rem;padding-top:.02rem}.sidebar.is-collapsed .nav-group{gap:.26rem;padding:.04rem 0}.sidebar.is-collapsed .nav-group-items{gap:.28rem}.sidebar.is-collapsed .sidebar-footer{gap:.3rem}.sidebar.is-collapsed .nav-link,.sidebar.is-collapsed .nav-branch-link,.sidebar.is-collapsed .nav-link--icon-only,.sidebar.is-collapsed .sidebar-collapse-button-compact,.sidebar.is-collapsed .sidebar-icon-button,.sidebar.is-collapsed .sidebar-signout,.sidebar.is-collapsed .user-chip{border-radius:999px;justify-content:center;align-items:center;gap:0;padding:.42rem .18rem}.sidebar.is-collapsed .nav-link-label,.sidebar.is-collapsed .sidebar-slot-label{display:none}.sidebar.is-collapsed .nav-link.is-active,.sidebar.is-collapsed .nav-branch-link.is-active,.sidebar.is-collapsed .nav-link--icon-only.is-active{border-radius:999px}.sidebar.is-collapsed .nav-link-icon,.sidebar.is-collapsed .nav-sublink-icon,.sidebar.is-collapsed .sidebar-collapse-button-compact svg,.sidebar.is-collapsed .sidebar-icon-button svg,.sidebar.is-collapsed .sidebar-signout svg{margin-inline:auto}@media (max-width: 980px){.page-header{flex-wrap:wrap}.page-actions{width:100%;margin-left:0;justify-content:flex-start}.tile-card-header{grid-template-columns:minmax(0,1fr);gap:.55rem}.tile-card-header-meta{margin-left:0;justify-content:flex-start}}.page-content,.page-content.page-content--library-full,.page-content.page-content--executions-full{width:min(100%,var(--page-max-width-wide))}@media (max-width: 1024px){.app-layout .sidebar{width:clamp(18rem,32vw,20.5rem)}}:root[data-theme=dark]{--app-scrollbar-thumb: rgba(158, 182, 223, .38)}:root[data-theme=dark] .workspace-master-detail-topbar-button{border-color:#88abeb29;background:#0b1a31e0;box-shadow:0 1rem 2rem #00000047,inset 0 1px #ffffff0f}:root{--sidebar-expanded-width: clamp(14.25rem, 15.8vw, 15.9rem);--sidebar-collapsed-width: clamp(4.75rem, 5vw, 5rem);--sidebar-collapsed-slot-size: clamp(3.3rem, 3.8vw, 3.55rem)}.workspace-section-tabs-shell{width:100%}.subnav-tab{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;align-content:center;justify-items:start;column-gap:.7rem;row-gap:.25rem}.subnav-tab-icon{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;color:var(--primary)}.subnav-tab-copy{min-width:0;display:grid;gap:.2rem;text-align:left;grid-column:2;align-self:center}.subnav-tab-indicator{display:block;width:100%;height:.22rem;border-radius:999px;background:#7286a92e;opacity:.7;transform:scaleX(.32);transform-origin:left center;transition:transform .18s ease,opacity .18s ease,background .18s ease;grid-column:1 / -1}.subnav-tab.is-active .subnav-tab-indicator{opacity:1;transform:scaleX(1);background:linear-gradient(90deg,#2168f3f5,#2cc0a7d1)}.section-switch-bar.subnav-tabs{padding:.35rem .38rem .25rem;border-radius:24px;background:linear-gradient(180deg,#ffffffd6,#f5f8fdc7),radial-gradient(circle at top right,rgba(33,104,243,.08),transparent 34%);box-shadow:0 18px 34px #182b4b14,inset 0 1px #ffffffd1}.section-switch-bar .subnav-tab{min-height:4.1rem;padding:.8rem .92rem .66rem;border:1px solid transparent;background:transparent;box-shadow:none}.section-switch-bar .subnav-tab:hover{border-color:#5c87da24;background:#f7faffeb;transform:translateY(-1px)}.section-switch-bar .subnav-tab.is-active{border-color:#5680d62e;background:linear-gradient(180deg,#f2f7fffa,#e7efffeb);box-shadow:0 12px 22px #2168f314,inset 0 1px #ffffffe0}.section-switch-bar .subnav-tab-copy>strong{font-size:.92rem;line-height:1.2;white-space:nowrap}.section-switch-bar .subnav-tab-copy>span{font-size:.78rem;color:var(--text-secondary);line-height:1.3}.tile-browser-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,14.75rem),1fr));gap:.95rem;align-items:start;grid-auto-rows:max-content}.tile-browser-grid .record-card,.tile-browser-grid .tile-card{width:100%;min-width:0;align-self:start}.tile-browser-grid .tile-card-main{gap:.68rem}.step-card-parameterized{display:inline-flex;flex-wrap:nowrap;gap:.22rem;align-items:center;justify-content:flex-end;min-width:0;margin-left:auto;overflow:hidden;white-space:nowrap}.step-parameter-summary{margin-top:.4rem}.step-parameter-preview{display:grid;gap:.3rem;margin-top:-.25rem;margin-bottom:.2rem;padding:.65rem .78rem;border:1px solid rgba(121,151,205,.14);border-radius:14px;background:#f6f9ffe6}.step-parameter-preview-label{color:#6e7f9b;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.step-parameter-dialog{width:min(42rem,calc(100vw - 2rem));max-height:min(88vh,56rem)}.step-parameter-dialog-header{align-items:flex-start}.step-parameter-dialog-head-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem}.step-parameter-dialog-body{display:grid;gap:.8rem;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:.2rem;scrollbar-gutter:stable;overscroll-behavior:contain}.step-parameter-dialog-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.85rem;border-top:1px solid rgba(133,154,189,.14)}.step-parameter-dialog-footer span{color:#242f43d1;line-height:1.5}.step-parameter-dialog-header-slot,.step-parameter-dialog-context,.step-parameter-group,.step-parameter-group-head{display:grid;gap:.7rem}.step-parameter-dialog-context{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.step-parameter-dialog-context-card,.step-parameter-group{padding:.85rem .95rem;border:1px solid rgba(133,154,189,.16);border-radius:18px;background:#f8faffe6}.step-parameter-dialog-context-card{display:grid;gap:.45rem}.step-parameter-dialog-context-card strong,.step-parameter-group-head strong{color:var(--text)}.step-parameter-dialog-context-card span,.step-parameter-group-head span{color:#242f43d1;line-height:1.5}.step-parameter-group-head{grid-template-columns:minmax(0,1fr) auto;align-items:center}.step-parameter-list{display:grid;gap:.75rem;min-height:0}.step-parameter-row{padding:.85rem .95rem;border:1px solid rgba(133,154,189,.16);border-radius:18px;background:#f8faffeb}.step-parameter-token{display:inline-flex;align-items:center;flex-shrink:0;min-height:1.45rem;padding:.06rem .45rem;border-radius:999px;font-size:.78rem;font-weight:700;line-height:1.1}.step-parameter-token.is-resolved{background:#173b79;color:#f8fbff}.step-parameter-token.is-unresolved{background:#2168f31a;color:var(--primary);border:1px solid rgba(33,104,243,.14)}.step-parameter-text-segment{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inline-button{display:inline-flex;align-items:center;gap:.45rem;width:fit-content}.catalog-selection-checkbox{display:inline-flex;align-items:center;justify-content:center;margin-right:.2rem}.shared-step-usage-modal{width:min(42rem,calc(100vw - 2rem))}.shared-step-usage-row{align-items:center;justify-content:space-between;gap:1rem}.shared-step-usage-copy{display:grid;gap:.2rem;min-width:0}.shared-step-usage-actions{display:inline-flex;align-items:center;gap:.65rem;flex-wrap:wrap;justify-content:flex-end}.execution-schedule-card-button{all:unset;display:grid;gap:inherit;cursor:pointer}.execution-schedule-actions{padding-top:.75rem;justify-content:flex-end}.sidebar:not(.is-collapsed) .nav-group-items{gap:.28rem}.sidebar:not(.is-collapsed) .nav-link,.sidebar:not(.is-collapsed) .nav-branch-link{min-height:37px}:root[data-theme=dark] .section-switch-bar.subnav-tabs{background:linear-gradient(180deg,#0a1931eb,#081428e0),radial-gradient(circle at top right,rgba(108,167,255,.12),transparent 34%);border-color:#abc2e724;box-shadow:0 18px 34px #0000003d,inset 0 1px #ffffff0d}:root[data-theme=dark] .section-switch-bar .subnav-tab:hover{border-color:#6a97eb33;background:#11274ae6}:root[data-theme=dark] .section-switch-bar .subnav-tab.is-active{border-color:#73a2f538;background:linear-gradient(180deg,#183564f5,#122950f0)}:root[data-theme=dark] .step-parameter-preview,:root[data-theme=dark] .step-parameter-dialog-context-card,:root[data-theme=dark] .step-parameter-group,:root[data-theme=dark] .step-parameter-row{border-color:#98b7eb1f;background:#0c1c35b8}:root[data-theme=dark] .step-parameter-dialog-footer{border-top-color:#98b7eb1f}:root[data-theme=dark] .step-parameter-dialog-context-card span,:root[data-theme=dark] .step-parameter-group-head span,:root[data-theme=dark] .step-parameter-dialog-footer span{color:#dfe9fbcc}:root[data-theme=dark] .step-parameter-preview-label{color:#9bb0d4}:root[data-theme=dark] .step-parameter-token.is-resolved{background:#9cc3ff;color:#0d2144}:root[data-theme=dark] .step-parameter-token.is-unresolved{background:#6ca7ff1f;border-color:#6ca7ff2e;color:#dfe9fb}@media (max-width: 1180px){.tile-browser-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}}@media (max-width: 1024px){.app-layout .sidebar{width:clamp(15.75rem,31vw,18.25rem)}.section-switch-bar.subnav-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.tile-browser-grid .catalog-card,.tile-browser-grid .record-card,.tile-browser-grid .stack-item-button,.tile-browser-grid .tile-card,.tile-browser-grid .virtual-card,.tile-browser-grid .tile-card-main,.tile-browser-grid .record-card-body,.tile-browser-grid .stack-item>div{min-height:auto;height:auto}}@media (max-width: 768px){.app-layout .sidebar{width:min(18.75rem,calc(100vw - (var(--space-sm) * 2)))}.workspace-section-tabs-shell{width:100%}.section-switch-bar.subnav-tabs{padding:.32rem .34rem .24rem}.section-switch-bar .subnav-tab{min-height:3.85rem;padding:.72rem .8rem .58rem}.section-switch-bar .subnav-tab{justify-items:start;text-align:left}.section-switch-bar .subnav-tab-copy>span{display:none}.tile-browser-grid{grid-template-columns:minmax(0,1fr);gap:.75rem}.tile-browser-grid .catalog-card,.tile-browser-grid .record-card,.tile-browser-grid .stack-item-button,.tile-browser-grid .tile-card,.tile-browser-grid .virtual-card,.tile-browser-grid .tile-card-main,.tile-browser-grid .record-card-body,.tile-browser-grid .stack-item>div{min-height:auto;height:auto}.tile-browser-grid .tile-card-main{gap:.62rem;padding:.95rem}.step-card-menu-preview{display:none}}@media (max-width: 540px){.section-switch-bar.subnav-tabs{grid-template-columns:1fr}.section-switch-bar .subnav-tab{min-height:3.15rem;padding:.62rem .58rem}}@media (max-width: 768px){.app-shell,.app-shell.app-layout{grid-template-columns:minmax(0,1fr);gap:.75rem;padding:max(.5rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.5rem,env(safe-area-inset-left))}:root[data-sidebar=collapsed] .app-shell,:root[data-sidebar=collapsed] .app-shell.app-layout{grid-template-columns:minmax(0,1fr)}.workspace-main,.workspace-main.main,.workspace-main.main--library-fill{width:100%;min-width:0;min-height:auto;padding:0 0 1rem}.workspace-main>*,.page-content,.page-content.page-content--library-full,.page-content.page-content--executions-full{width:100%;max-width:none;min-width:0}.page-content{margin-inline:0;gap:.9rem}.page-content.page-content--library-full>.test-case-workspace,.page-content.page-content--library-full>.requirement-workspace,.requirement-workspace,.test-case-workspace,.suite-design-workspace,.workspace-master-detail{grid-template-columns:minmax(0,1fr);gap:.85rem}.page-header,.panel,.record-card,.tile-card,.catalog-card,.virtual-card{width:100%;min-width:0}.tile-browser-pane,.tile-browser-pane-scroll,.tile-browser-pane-scroll>.tile-browser-grid,.tile-browser-pane-scroll>.empty-state.compact,.requirement-card-list,.test-case-library-scroll{min-width:0;max-width:100%}.tile-browser-pane-scroll{padding-right:0;scrollbar-gutter:auto}.tile-browser-pane-scroll>.tile-browser-grid,.tile-browser-pane-scroll>.empty-state.compact{min-height:auto}.tile-browser-grid{grid-template-columns:minmax(0,1fr);grid-auto-rows:auto;align-items:start;gap:.75rem}.tile-browser-grid>*{width:100%;min-width:0;min-height:auto;height:auto}.tile-browser-grid .catalog-card,.tile-browser-grid .record-card,.tile-browser-grid .stack-item-button,.tile-browser-grid .tile-card,.tile-browser-grid .virtual-card,.tile-browser-grid .tile-card-main,.tile-browser-grid .record-card-body,.tile-browser-grid .stack-item>div{min-height:auto;height:auto;align-self:start}.tile-card-main,.tile-browser-grid .tile-card-main,.record-card-body{align-content:start;gap:.62rem}.tile-card-description,.record-card p,.page-description{overflow-wrap:anywhere}}@media (min-width: 769px) and (max-width: 1180px){.tile-browser-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.project-list-toolbar{display:flex;justify-content:flex-start;margin-bottom:1rem}.project-list-toolbar .catalog-search-filter{width:min(100%,24rem);max-width:24rem}.project-catalog-card .project-card-header{grid-template-columns:minmax(0,1fr)}.project-card-icon-row{min-width:0;display:inline-flex;align-items:center;gap:.55rem}.project-card-icon-row .display-id-badge{min-width:0}.project-card-title-group{padding-top:.05rem}.project-card-title-group strong{font-size:1.02rem;line-height:1.35}.project-card-progress-stack{display:grid;gap:.8rem}.project-progress-meter{display:grid;gap:.35rem}.project-progress-meter-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.project-progress-meter-header span{font-size:.82rem;font-weight:700;color:var(--text-secondary)}.project-progress-meter-header strong{font-size:.92rem;font-weight:800;color:var(--text-primary)}.project-progress-meter .progress-meter{gap:0;margin-top:0}.project-progress-meter .progress-meter-track{height:.58rem}@media (max-width: 640px){.project-list-toolbar .catalog-search-filter{width:100%;max-width:100%}}.sidebar.is-collapsed .nav-list{justify-items:center;overflow-y:auto;overflow-x:hidden;padding-right:0;scrollbar-width:none;scrollbar-gutter:auto}.sidebar.is-collapsed .nav-list::-webkit-scrollbar{display:none;width:0;height:0}.sidebar.is-collapsed .sidebar-top,.sidebar.is-collapsed .sidebar-footer,.sidebar.is-collapsed .nav-group,.sidebar.is-collapsed .nav-group-items,.sidebar.is-collapsed .nav-item-stack{justify-items:center}.sidebar.is-collapsed .nav-link,.sidebar.is-collapsed .nav-branch-link,.sidebar.is-collapsed .nav-link--icon-only,.sidebar.is-collapsed .sidebar-collapse-button-compact,.sidebar.is-collapsed .sidebar-icon-button,.sidebar.is-collapsed .sidebar-signout,.sidebar.is-collapsed .user-chip{width:var(--sidebar-collapsed-slot-size);min-width:var(--sidebar-collapsed-slot-size);max-width:var(--sidebar-collapsed-slot-size);height:var(--sidebar-collapsed-slot-size);min-height:var(--sidebar-collapsed-slot-size);padding:0;display:inline-grid;place-items:center}@media (max-width: 640px){.project-catalog-card .project-card-header{grid-template-columns:minmax(0,1fr)}}.section-switch-bar .subnav-tab-copy,.subnav-tab-copy{display:inline-flex;align-items:center;gap:.45rem;min-width:0}.section-switch-bar .subnav-tab-copy>strong,.subnav-tab-copy>strong{min-width:0;white-space:nowrap}.subnav-tab-meta{display:inline-flex;align-items:center;justify-content:center;min-width:1.45rem;height:1.45rem;padding:0 .45rem;border-radius:999px;background:#2168f31a;color:var(--primary-strong);font-size:.76rem;font-weight:800;line-height:1;letter-spacing:0}.section-switch-bar .subnav-tab-copy>.subnav-tab-meta{display:inline-flex}.subnav-tab.is-active{align-items:center}.subnav-tab.is-active .subnav-tab-icon,.subnav-tab.is-active .subnav-tab-copy,.subnav-tab.is-active .subnav-tab-meta{align-self:center}.requirement-tile-top-row{justify-content:flex-start;gap:.75rem}.requirement-tile-top-row .requirement-delete-checkbox{min-width:0}.requirement-tile-header{grid-template-columns:minmax(0,1fr)}.requirement-progress-stack{display:grid;gap:.8rem}.requirement-progress-meter{display:grid;gap:.35rem}.requirement-progress-meter-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.requirement-progress-meter-header span{font-size:.82rem;font-weight:700;color:var(--text-secondary)}.requirement-progress-meter-header strong{font-size:.92rem;font-weight:800;color:var(--text-primary)}.requirement-progress-meter .progress-meter{gap:0;margin-top:0}.requirement-progress-meter .progress-meter-track{height:.58rem}:root[data-theme=dark] .subnav-tab-meta{background:#6ca7ff24;color:#d7e6ff}@media (max-width: 640px){.requirement-tile-top-row{align-items:flex-start}}.app-shell.app-layout{max-width:none}.workspace-main>.page-content,.page-content,.page-content.page-content--library-full,.page-content.page-content--executions-full{width:100%;max-width:none}.page-actions>.primary-button,.page-actions>.ghost-button{min-height:3rem;padding-inline:1rem}.section-switch-bar .subnav-tab,.subnav-tab{width:100%;cursor:pointer}.sidebar:not(.is-collapsed){padding:.68rem .58rem .62rem}.sidebar:not(.is-collapsed) .sidebar-top{gap:.35rem}.sidebar:not(.is-collapsed) .sidebar-context-card{display:none}.sidebar:not(.is-collapsed) .sidebar-project-picker{padding:.52rem .62rem;border-radius:16px}.sidebar:not(.is-collapsed) .sidebar-project-picker span{font-size:.72rem}.sidebar:not(.is-collapsed) .nav-list{gap:.38rem;overflow-y:visible;padding-right:0}.sidebar:not(.is-collapsed) .nav-group{gap:.24rem;padding:.28rem;border-radius:16px}.sidebar:not(.is-collapsed) .nav-group-label{font-size:.58rem;letter-spacing:.12em}.sidebar:not(.is-collapsed) .nav-group-items{gap:.2rem}.sidebar:not(.is-collapsed) .nav-item-stack{gap:.16rem}.sidebar:not(.is-collapsed) .nav-link,.sidebar:not(.is-collapsed) .nav-branch-link{min-height:33px;padding:.4rem .54rem;border-radius:13px}.sidebar:not(.is-collapsed) .nav-sublink{min-height:24px;padding:.26rem .44rem .26rem .62rem;border-radius:11px}.sidebar:not(.is-collapsed) .nav-link-label{font-size:.79rem}.sidebar:not(.is-collapsed) .nav-sublink-label{font-size:.73rem}.sidebar:not(.is-collapsed) .nav-subgroup{margin-left:.46rem;padding-left:.55rem}.sidebar:not(.is-collapsed) .sidebar-footer{gap:.28rem;padding-top:.28rem}.sidebar:not(.is-collapsed) .theme-toggle,.sidebar:not(.is-collapsed) .user-chip,.sidebar:not(.is-collapsed) .sidebar-signout{padding:.5rem .62rem;border-radius:15px}.sidebar:not(.is-collapsed) .theme-toggle>div>span,.sidebar:not(.is-collapsed) .user-chip-copy span:last-child{display:none}.sidebar:not(.is-collapsed) .theme-toggle strong,.sidebar:not(.is-collapsed) .user-chip-copy strong,.sidebar:not(.is-collapsed) .sidebar-signout{font-size:.82rem}.test-case-catalog-card .tile-card-select-row{justify-content:space-between;gap:.75rem}.test-case-review-actions,.catalog-inline-actions{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.catalog-inline-actions{justify-content:flex-end}.test-case-top-actions{margin-left:auto;flex-wrap:nowrap}.test-case-tile-action-button{display:inline-flex;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;padding:0;border:1px solid rgba(126,149,188,.18);border-radius:999px;background:#ffffffeb;color:var(--text-primary);box-shadow:0 10px 22px #2168f314}.test-case-tile-action-button.is-run{border-color:#0d9d6c3d;background:linear-gradient(180deg,#20b37d,#129b6a);color:#fff;box-shadow:0 12px 26px #0d9d6c33}.test-case-tile-action-button.is-accept{color:#0d9d6c}.test-case-tile-action-button.is-reject{color:#cd3658}.test-case-tile-action-button:disabled{opacity:.55;box-shadow:none}:root[data-theme=dark] .test-case-tile-action-button{border-color:#88abeb29;background:#0b1a31e6;color:#dfe9fb;box-shadow:0 12px 24px #0000003d}:root[data-theme=dark] .test-case-tile-action-button.is-run{border-color:#4ed19d4d;background:linear-gradient(180deg,#1da471f5,#0c774ff5);color:#f5fffb}:root[data-theme=dark] .test-case-tile-action-button.is-accept{color:#4ed19d}:root[data-theme=dark] .test-case-tile-action-button.is-reject{color:#ff9db3}.test-case-catalog-card .tile-card-header-meta{gap:.42rem}.test-case-catalog-card .status-badge{font-size:.74rem;padding:.28rem .58rem}.test-case-catalog-card .tile-card-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.test-case-catalog-card:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}@media (max-width: 980px){.test-case-catalog-card .tile-card-select-row{align-items:flex-start;flex-wrap:wrap}.test-case-review-actions,.catalog-inline-actions{width:100%;justify-content:flex-end}.test-case-top-actions{width:auto;max-width:100%}}@media (max-width: 768px){.page-actions>.primary-button,.page-actions>.ghost-button{width:100%}}@media (min-width: 769px){.app-layout .sidebar{height:auto;max-height:none}}
