:root{--app-bg:#f6f8fa;--app-surface:#fff;--app-surface-muted:#f0f3f6;--app-border:#d0d7de;--app-border-subtle:#eaeef2;--app-text:#1f2328;--app-text-muted:#59636e;--app-primary:#0969da;--app-primary-soft:#ddf4ff;--app-shadow:0 10px 30px #1f232814;--app-shadow-soft:0 4px 14px #1f23280f;--status-complete-bg:#dafbe1;--status-complete-text:#116329;--status-partial-bg:#fff8c5;--status-partial-text:#7d4e00;--status-unspecified-bg:#eaeef2;--status-unspecified-text:#57606a;--step-given:#0969da;--step-given-bg:#ddf4ff;--step-when:#bc4c00;--step-when-bg:#fff1e5;--step-then:#1a7f37;--step-then-bg:#dafbe1;--step-and:#57606a;--step-and-bg:#eaeef2;--test-bdd-bg:#ede7f6;--test-bdd-text:#512da8;--test-tdd-bg:#e0f2f1;--test-tdd-text:#00695c;--header-height:68px;--sidebar-width:385px}[data-theme=dark]{--app-bg:#0d1117;--app-surface:#161b22;--app-surface-muted:#21262d;--app-border:#30363d;--app-border-subtle:#30363d;--app-text:#e6edf3;--app-text-muted:#8b949e;--app-primary:#58a6ff;--app-primary-soft:#388bfd29;--app-shadow:0 12px 36px #00000052;--app-shadow-soft:0 4px 14px #0000003d;--status-complete-bg:#2ea0432e;--status-complete-text:#7ee787;--status-partial-bg:#bb800938;--status-partial-text:#f2cc60;--status-unspecified-bg:#8b949e2e;--status-unspecified-text:#c9d1d9;--step-given-bg:#58a6ff29;--step-when-bg:#db6d282e;--step-then-bg:#2ea0432e;--step-and-bg:#8b949e2e;--test-bdd-bg:#8250df38;--test-bdd-text:#d2a8ff;--test-tdd-bg:#2ea04333;--test-tdd-text:#7ee787}*{box-sizing:border-box}html,body,#root{width:100%;min-width:0;min-height:100%;margin:0}body{background:var(--app-bg);color:var(--app-text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}button,input,select,textarea{font:inherit}.material-symbols-outlined{text-transform:none;letter-spacing:normal;white-space:nowrap;word-wrap:normal;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-feature-settings:"liga";vertical-align:middle;direction:ltr;font-family:Material Symbols Outlined;font-size:1.25rem;font-style:normal;font-weight:400;line-height:1;display:inline-block}.small-icon{font-size:1rem}.min-width-0{min-width:0}.app-shell{background:radial-gradient(circle at top left, #0969da14, transparent 28rem), var(--app-bg);width:100%;height:100vh;color:var(--app-text);transition:background-color .18s,color .18s;overflow:hidden}.app-header{height:var(--header-height);min-height:var(--header-height);border-bottom:1px solid var(--app-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--app-shadow-soft);z-index:1030;background:#ffffffe6}[data-theme=dark] .app-header{background:#0d1117eb}.navbar-brand{color:var(--app-text);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.navbar-brand:hover,.navbar-brand:focus{color:var(--app-text)}.brand-icon{object-fit:cover;width:2.4rem;height:2.4rem;box-shadow:var(--app-shadow-soft);border-radius:.85rem;display:block}.app-subtitle{max-width:42vw;color:var(--app-text-muted);font-size:.78rem}.btn{border-radius:.7rem;font-weight:600;transition:transform .16s,box-shadow .16s,background-color .16s,border-color .16s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--app-primary);border-color:var(--app-primary);box-shadow:0 8px 20px #0969da2e}.icon-button{width:2.45rem;height:2.45rem;color:var(--app-text);background:var(--app-surface);border-color:var(--app-border);justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-button .material-symbols-outlined{line-height:1;display:block}.alert-container{top:var(--header-height);z-index:1040;pointer-events:none;padding-top:1rem;position:fixed;left:0;right:0}.alert{pointer-events:auto;border-radius:.85rem;align-items:center;gap:.6rem;max-width:1100px;margin-inline:auto;display:flex}.alert-icon{flex:none}.app-layout{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);height:calc(100vh - var(--header-height));min-height:0;display:grid;overflow:hidden}.scenario-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);max-width:var(--sidebar-width);background:var(--app-surface);border-right:1px solid var(--app-border);flex-direction:column;min-height:0;display:flex;overflow:hidden}.sidebar-controls{background:var(--app-surface);border-bottom:1px solid var(--app-border);z-index:10;flex-direction:column;flex:none;gap:.85rem;padding:.9rem 1rem 1rem;display:flex}.sidebar-title{color:var(--app-text);font-size:.95rem;font-weight:800}.form-label{color:var(--app-text)}.form-control,.form-select,.input-group-text{color:var(--app-text);background-color:var(--app-surface-muted);border-color:var(--app-border)}.form-control::placeholder{color:var(--app-text-muted)}.form-check-input{accent-color:var(--app-primary)}.form-check-input:focus{box-shadow:0 0 0 .2rem #0969da29}.form-control:focus,.form-select:focus{color:var(--app-text);background-color:var(--app-surface);border-color:var(--app-primary);box-shadow:0 0 0 .2rem #0969da29}.scenario-count{color:var(--app-text-muted);white-space:nowrap;justify-content:flex-end;align-items:center;gap:.4rem;margin-left:auto;font-size:.86rem;display:flex}.scenario-list{flex-direction:column;flex:auto;gap:.55rem;min-height:0;padding:.75rem;display:flex;overflow:hidden auto}.scenario-list-item{appearance:none;text-align:left;width:100%;color:var(--app-text);background:var(--app-surface);border:1px solid var(--app-border-subtle);box-shadow:none;cursor:pointer;border-radius:.85rem;flex:none;margin:0;padding:.75rem .85rem;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:block}.scenario-list-item:hover{background:var(--app-surface-muted);border-color:var(--app-border);box-shadow:var(--app-shadow-soft);transform:translateY(-1px)}.scenario-list-item.selected{background:var(--app-primary-soft);border-color:var(--app-primary);box-shadow:inset 4px 0 0 var(--app-primary)}.scenario-title{color:var(--app-text);font-size:.92rem;font-weight:700;line-height:1.25}.scenario-meta-row{align-items:center;gap:.35rem;margin-top:.3rem;font-size:.76rem;display:flex}.scenario-id{color:var(--app-text-muted);font-weight:600}.scenario-meta-dot{color:var(--app-border);font-size:.6rem}.scenario-step-count{color:var(--app-text-muted);font-weight:700}.details-header-grid{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;display:grid}.details-actions{grid-template-columns:1fr;justify-items:start;gap:.6rem;min-width:13rem;display:grid}.details-actions .status-badge{justify-self:end}.details-icon-actions{justify-content:flex-end;align-items:center;gap:.5rem;width:100%;display:inline-flex}.details-action-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;width:100%;display:grid}.details-action-row-single{grid-template-columns:1fr}.details-edit-actions{width:100%}.details-edit-actions .btn{border-radius:0;flex:1 1 0}.details-edit-actions .btn:first-child{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.details-edit-actions .btn:last-child{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.details-action-button{justify-content:center;align-items:center;gap:.35rem;width:100%;display:inline-flex}.status-badge{white-space:nowrap;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:.25rem;padding:.22rem .5rem;font-size:.72rem;font-weight:700;line-height:1.1;display:inline-flex}.status-badge-lg{padding:.45rem .75rem;font-size:.84rem}.status-complete{color:var(--status-complete-text);background:var(--status-complete-bg)}.status-partial{color:var(--status-partial-text);background:var(--status-partial-bg)}.status-unspecified{color:var(--status-unspecified-text);background:var(--status-unspecified-bg)}.test-type-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.28rem .55rem;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex}.test-type-badge-lg{padding:.45rem .7rem;font-size:.82rem}.test-type-bdd{color:var(--test-bdd-text);background:var(--test-bdd-bg)}.test-type-tdd{color:var(--test-tdd-text);background:var(--test-tdd-bg)}.test-type-selector{background:var(--app-surface-muted);border:1px solid var(--app-border);border-radius:999px;gap:.35rem;width:fit-content;padding:.25rem;display:flex}.scenario-title-label{display:block}.test-type-option{appearance:none;color:var(--app-text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .75rem;font-weight:800;line-height:1;display:inline-flex}.test-type-option.active{color:var(--app-text);background:var(--app-surface);box-shadow:var(--app-shadow-soft)}.test-type-option-label{white-space:nowrap}.sidebar-tag-chip{appearance:none;color:var(--app-text-muted);background:var(--app-surface-muted);border:0;border-radius:999px;align-items:center;padding:.25rem .42rem;font-size:.68rem;font-weight:700;display:inline-flex}.tag-filter-button{cursor:pointer;transition:transform .16s,background-color .16s,border-color .16s}.tag-filter-button:hover{background:var(--app-primary-soft);color:var(--app-primary);transform:translateY(-1px)}.mini-badge,.step-count-badge,.tag-chip,.step-badge,.tdd-step-summary{white-space:nowrap;border-radius:999px;align-items:center;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.mini-badge{color:var(--app-text-muted);background:var(--app-surface-muted);padding:.3rem .45rem}.tdd-step-summary{color:var(--test-tdd-text);background:var(--test-tdd-bg);padding:.35rem .5rem}.step-count-badge{color:var(--app-text-muted);background:var(--app-surface-muted);border:1px solid var(--app-border-subtle);padding:.45rem .7rem}.step-badge{padding:.35rem .5rem}.step-badge-given{color:var(--step-given);background:var(--step-given-bg)}.step-badge-when{color:var(--step-when);background:var(--step-when-bg)}.step-badge-then{color:var(--step-then);background:var(--step-then-bg)}.step-badge-and{color:var(--step-and);background:var(--step-and-bg)}.empty-search-state{color:var(--app-text-muted)}.empty-search-state .material-symbols-outlined{font-size:2rem}.content-area{background:var(--app-bg);min-width:0;min-height:0;padding:1rem;overflow:hidden auto}.details-pane{max-width:1180px;margin:0 auto;padding-bottom:2rem}.card{color:var(--app-text);background:var(--app-surface);border-color:var(--app-border-subtle);box-shadow:var(--app-shadow-soft);border-radius:1rem}.details-header{border-color:var(--app-border)}.section-eyebrow{color:var(--app-primary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.35rem;font-size:.72rem;font-weight:800}.text-muted-custom{color:var(--app-text-muted)}.metadata-card{transition:transform .16s,box-shadow .16s}.metadata-card:hover{box-shadow:var(--app-shadow);transform:translateY(-1px)}.metadata-title{color:var(--app-text);align-items:center;gap:.45rem;margin-bottom:.75rem;font-weight:800;display:flex}.metadata-title .material-symbols-outlined{color:var(--app-primary)}.tag-chip{appearance:none;color:var(--app-primary);background:var(--app-primary-soft);border:1px solid #0969da33;padding:.45rem .65rem}.precondition-list{padding-left:1.1rem}.precondition-list li{margin-bottom:.45rem}.precondition-list li:last-child{margin-bottom:0}.whitespace-preserve{white-space:pre-wrap}.steps-card{overflow:hidden}.step-timeline{margin:0;padding:0;list-style:none;position:relative}.step-timeline:before{content:"";background:var(--app-border);width:2px;position:absolute;top:1.4rem;bottom:1.4rem;left:1.12rem}.step-item{grid-template-columns:2.4rem minmax(0,1fr);gap:.75rem;margin-bottom:.9rem;display:grid;position:relative}.step-item:last-child{margin-bottom:0}.step-marker{z-index:1;border:2px solid var(--app-surface);width:2.3rem;height:2.3rem;box-shadow:var(--app-shadow-soft);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:relative}.step-given .step-marker{color:var(--step-given);background:var(--step-given-bg)}.step-when .step-marker{color:var(--step-when);background:var(--step-when-bg)}.step-then .step-marker{color:var(--step-then);background:var(--step-then-bg)}.step-and .step-marker{color:var(--step-and);background:var(--step-and-bg)}.step-card{background:var(--app-surface-muted);border:1px solid var(--app-border-subtle);border-radius:.95rem;padding:.95rem;transition:border-color .16s,transform .16s,box-shadow .16s}.step-card:hover{border-color:var(--app-border);box-shadow:var(--app-shadow-soft);transform:translateY(-1px)}.step-number{color:var(--app-text-muted);font-size:.78rem;font-weight:700}.tdd-readonly-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.tdd-readonly-label{color:var(--app-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem;font-size:.75rem;font-weight:800}.empty-state{min-height:calc(100vh - var(--header-height) - 2rem);place-items:center;display:grid}.empty-state-card{text-align:center;background:var(--app-surface);border:1px solid var(--app-border-subtle);width:min(520px,100%);box-shadow:var(--app-shadow);border-radius:1.25rem;padding:2.2rem}.empty-state-icon{width:5rem;height:5rem;color:var(--app-primary);background:var(--app-primary-soft);border-radius:1.4rem;justify-content:center;align-items:center;margin-bottom:1rem;font-size:3rem;display:inline-flex}.editor-input,.editor-textarea{color:var(--app-text);background-color:var(--app-surface-muted);border-color:var(--app-border);border-radius:.75rem}.editor-input:focus,.editor-textarea:focus{color:var(--app-text);background-color:var(--app-surface);border-color:var(--app-primary);box-shadow:0 0 0 .2rem #0969da29}.editor-textarea{resize:vertical;min-height:4.5rem}.editable-step-card{background:linear-gradient(180deg, #ffffff05, transparent), var(--app-surface-muted)}.btn-outline-primary{color:var(--app-primary);border-color:var(--app-primary)}.btn-outline-primary:hover{color:#fff;background-color:var(--app-primary);border-color:var(--app-primary)}[data-theme=dark] .btn-outline-secondary{color:var(--app-text);border-color:var(--app-border)}[data-theme=dark] .btn-outline-secondary:hover{color:var(--app-text);background-color:var(--app-surface-muted);border-color:var(--app-border)}[data-theme=dark] .btn-outline-danger{color:#ff7b72;border-color:#ff7b728c}[data-theme=dark] .btn-outline-danger:hover{color:#fff;background-color:#da3633;border-color:#da3633}.btn-close{filter:none}[data-theme=dark] .btn-close{filter:invert()grayscale()brightness(200%)}::-webkit-scrollbar{width:.7rem;height:.7rem}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#7d859073 padding-box content-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#7d8590b3 padding-box content-box;border:2px solid #0000}@media (width<=991.98px){body{overflow:auto}.app-shell{height:auto;min-height:100vh;overflow:visible}.app-layout{height:auto;min-height:calc(100vh - var(--header-height));grid-template-columns:1fr;overflow:visible}.scenario-sidebar{border-right:0;border-bottom:1px solid var(--app-border);width:100%;min-width:0;max-width:none;max-height:52vh}.content-area{min-height:54vh}.app-subtitle{max-width:35vw}.details-header-grid{grid-template-columns:1fr}.details-actions{width:100%}.tdd-readonly-grid{grid-template-columns:1fr}}@media (width<=575.98px){:root{--header-height:64px}.app-header .container-fluid{gap:.5rem}.brand-icon{border-radius:.75rem;width:2.15rem;height:2.15rem}.navbar-brand{font-size:1.05rem}.app-subtitle{display:none}.content-area{padding:.75rem}.sidebar-controls{padding:.85rem}.scenario-list{padding:.65rem}.details-header .card-body,.metadata-card .card-body,.steps-card .card-body{padding:1rem}.details-action-row{grid-template-columns:1fr}.empty-state-card{padding:1.4rem}}.workspace-view{height:calc(100vh - var(--header-height));background:var(--app-bg);padding:1.25rem;overflow:hidden auto}.workspace-header{justify-content:space-between;align-items:flex-start;gap:1rem;max-width:1220px;margin:0 auto 1rem;display:flex}.project-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-width:1220px;margin:0 auto;display:grid}.project-card-icon{width:3rem;height:3rem;color:var(--app-primary);background:var(--app-primary-soft);border-radius:1rem;justify-content:center;align-items:center;font-size:2rem;display:inline-flex}.project-card-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.modal-backdrop-custom{z-index:1080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.overwrite-modal{width:min(560px,100%)}.overwrite-warning-icon{color:#d97706;font-size:2rem}.run-selection-list{flex-direction:column;gap:.45rem;max-height:22rem;padding-right:.25rem;display:flex;overflow-y:auto}.run-selection-item{background:var(--app-surface-muted);border:1px solid var(--app-border-subtle);cursor:pointer;border-radius:.75rem;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.55rem;padding:.65rem;display:grid}.run-selection-title{color:var(--app-text);font-size:.88rem;font-weight:800;display:block}.run-selection-meta{color:var(--app-text-muted);font-size:.76rem;display:block}.run-list{flex-direction:column;gap:.55rem;display:flex}.run-list-item{appearance:none;width:100%;color:var(--app-text);background:var(--app-surface-muted);border:1px solid var(--app-border-subtle);text-align:left;cursor:pointer;border-radius:.85rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem;display:flex}.run-list-item.selected{background:var(--app-primary-soft);border-color:var(--app-primary)}.run-list-title{font-weight:800;display:block}.run-list-meta{color:var(--app-text-muted);font-size:.78rem;display:block}.run-item-list{flex-direction:column;gap:.85rem;display:flex}.run-item-card{background:var(--app-surface-muted);border:1px solid var(--app-border-subtle);border-radius:1rem;padding:1rem}.run-result-badge{border-radius:999px;justify-content:center;align-items:center;padding:.32rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.run-result-passed{color:var(--status-complete-text);background:var(--status-complete-bg)}.run-result-failed{color:#b42318;background:#fee4e2}.run-result-untested{color:var(--status-unspecified-text);background:var(--status-unspecified-bg)}[data-theme=dark] .run-result-failed{color:#ff7b72;background:#f851492e}@media (width<=767.98px){.workspace-view{height:auto;min-height:calc(100vh - var(--header-height))}.workspace-header{flex-direction:column}.project-card-actions{grid-template-columns:1fr}}.main-nav-button{align-items:center;gap:.55rem;min-height:2.45rem;padding-inline:1rem;font-size:.95rem;display:inline-flex}.workspace-card{max-width:1220px;margin:0 auto}.project-card-body{flex-direction:column;gap:1rem;height:100%;display:flex}.project-card-top{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.9rem;display:grid}.project-card-delete-button{width:2.25rem;min-width:2.25rem;height:2.25rem;min-height:2.25rem;margin-left:auto}.details-delete-icon-button{align-self:auto}.project-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.project-metric{background:var(--app-surface-muted);border:1px solid var(--app-border-subtle);border-radius:.85rem;padding:.75rem}.project-metric-value{color:var(--app-text);font-size:1.25rem;font-weight:900;line-height:1;display:block}.project-metric-label{color:var(--app-text-muted);margin-top:.25rem;font-size:.72rem;font-weight:800;display:block}.project-chip-row{flex-wrap:wrap;gap:.45rem;display:flex}.test-run-create-card{max-width:1100px;margin:0 auto}.run-create-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.run-selection-list-large{max-height:34rem}.run-selection-card{background:var(--app-surface-muted);border:1px solid var(--app-border-subtle);cursor:pointer;border-radius:.9rem;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.75rem;padding:.85rem;transition:border-color .16s,background-color .16s,transform .16s;display:grid;position:relative}.run-selection-card:hover{border-color:var(--app-border);transform:translateY(-1px)}.run-selection-card.selected{background:var(--app-primary-soft);border-color:var(--app-primary)}.run-selection-checkbox{opacity:0;pointer-events:none;position:absolute}.run-selection-custom-check{color:#0000;background:var(--app-surface);border:1px solid var(--app-border);border-radius:.4rem;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;margin-top:.1rem;display:inline-flex}.run-selection-card.selected .run-selection-custom-check{color:#fff;background:var(--app-primary);border-color:var(--app-primary)}.run-list-item-rich{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;display:grid}.run-list-item.selected-for-bulk{border-color:var(--app-primary);box-shadow:inset 0 0 0 1px var(--app-primary-soft)}.run-list-select{justify-content:center;align-items:center;display:inline-flex}.run-list-open-button{appearance:none;width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:0;display:grid}.run-list-capsules{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.status-closed{color:var(--app-text-muted);background:var(--app-surface-muted)}.run-item-summary{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;display:grid}.run-expand-button{appearance:none;width:2.1rem;height:2.1rem;color:var(--app-text);background:var(--app-surface);border:1px solid var(--app-border);cursor:pointer;border-radius:.7rem;justify-content:center;align-items:center;display:inline-flex}.run-item-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.run-item-actions .btn{min-width:4.6rem}.run-item-expanded{border-top:1px solid var(--app-border-subtle);margin-top:1rem;padding-top:1rem}.run-linked-test-details{background:var(--app-surface);border:1px solid var(--app-border-subtle);border-radius:.85rem;padding:.85rem}.run-step-list{margin-bottom:0;padding-left:1.2rem}.run-step-list li{margin-bottom:.55rem}.run-step-list li:last-child{margin-bottom:0}@media (width<=991.98px){.main-nav-actions{order:3;width:100%;margin-left:0}.main-nav-button{flex:1;justify-content:center}.header-right-actions{order:2;justify-content:flex-end;width:100%}.settings-grid,.run-create-grid{grid-template-columns:1fr}.run-list-item-rich{grid-template-columns:auto minmax(0,1fr)}.run-list-open-button{grid-template-columns:minmax(0,1fr)}.run-list-capsules{justify-content:flex-start}.run-item-summary{grid-template-columns:auto minmax(0,1fr)}.run-item-actions{grid-column:1/-1;justify-content:flex-start}}.main-nav-actions{align-items:center;gap:.85rem;margin-left:1.25rem;display:flex}.main-nav-button{align-items:center;gap:.55rem;min-height:2.45rem;padding-inline:1.25rem;font-size:.95rem;font-weight:800;display:inline-flex}.header-right-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;margin-left:auto;display:flex}.btn-assistant,.btn-assistant-active{border-style:solid;border-width:1px}.btn-assistant{color:#14532d;background:#dcfce7;border-color:#86efac}.btn-assistant:hover{color:#14532d;background:#bbf7d0;border-color:#4ade80}.btn-assistant-active{color:#0f3d23;background:#a7f3d0;border-color:#34d399}.btn-assistant-active:hover{color:#0f3d23;background:#6ee7b7;border-color:#10b981}[data-theme=dark] .btn-assistant{color:#d1fae5;background:#10b98133;border-color:#4ade80b3}[data-theme=dark] .btn-assistant:hover{color:#ecfdf5;background:#10b9814d;border-color:#4ade80e6}[data-theme=dark] .btn-assistant-active{color:#ecfdf5;background:#10b9816b;border-color:#4ade80f2}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.settings-grid-single{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-section{border:1px solid var(--app-border-subtle);background:var(--app-surface-muted);border-radius:1rem;padding:1.1rem}.settings-actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.settings-status{color:var(--text-muted);font-size:.9rem}.settings-status-row{font-weight:600}.settings-inline-note{color:var(--text-muted);margin-top:.55rem;font-size:.84rem}.settings-setup-section{grid-column:1/-1}.settings-setup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.integration-meta{gap:.25rem;margin-top:.75rem;display:grid}.integration-card-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.integration-brand{align-items:center;gap:.75rem;min-width:0;display:flex}.integration-logo{border-radius:.35rem;flex-shrink:0;width:1.6rem;height:1.6rem}.integration-duo-logos{align-items:center;gap:.45rem;display:inline-flex}.integration-status-pill{letter-spacing:.01em;white-space:nowrap;border-radius:999px;align-items:center;padding:.24rem .58rem;font-size:.72rem;font-weight:700;display:inline-flex}.integration-status-pill-connected{color:#14532d;background:#dcfce7;border:1px solid #86efac}.integration-status-pill-offline{color:#7c2d12;background:#ffedd5;border:1px solid #fdba74}[data-theme=dark] .integration-status-pill-connected{color:#d1fae5;background:#10b98133;border-color:#4ade80b3}[data-theme=dark] .integration-status-pill-offline{color:#fed7aa;background:#fb923c24;border-color:#fb923c80}.settings-security-note{color:#b45309;background:#f59e0b1f;border:1px solid #f59e0b4d;border-radius:.75rem;padding:.6rem .75rem}[data-theme=dark] .settings-security-note{color:#fde68a;background:#f59e0b29;border-color:#fcd34d59}.sidebar-back-button{align-self:flex-start;align-items:center;gap:.45rem;min-height:2.15rem;padding-inline:.75rem;font-size:.82rem;font-weight:700;display:inline-flex}.sidebar-back-button .material-symbols-outlined{font-size:1.1rem}.sidebar-project-header{grid-template-columns:minmax(0,1fr);align-items:start;gap:.85rem;display:grid}.sidebar-project-label{color:var(--app-primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.15rem;font-size:.68rem;font-weight:900}.sidebar-project-title{color:var(--app-text);font-size:1.3rem;font-weight:900;line-height:1.15}.sidebar-project-meta-row{align-items:center;gap:.6rem;width:100%;display:flex}.sidebar-project-id{white-space:nowrap;min-width:0}.sidebar-create-button{white-space:nowrap;min-height:2.4rem;padding-inline:.85rem;font-size:.85rem;font-weight:800}.sidebar-primary-actions{width:100%;min-width:0;display:inline-flex}.sidebar-primary-actions .btn{border-radius:0;flex:1 1 0;justify-content:center}.sidebar-primary-actions .btn:first-child{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.sidebar-primary-actions .btn:last-child{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.sidebar-upload-button,.sidebar-create-button{white-space:nowrap;justify-content:center;align-items:center;min-height:2.25rem;padding-inline:.75rem;font-size:.82rem;font-weight:700;display:inline-flex}.sidebar-toggle-row{color:var(--app-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;margin:-.35rem 0 0;font-size:.76rem;font-weight:600;display:flex}.sidebar-toggle-row .form-check-input{cursor:pointer;flex:none;width:1rem;height:1rem;margin:0}.sidebar-search-row{height:2.4rem;color:var(--app-text-muted);background:var(--app-surface-muted);border:1px solid var(--app-border);border-radius:.7rem;align-items:center;gap:.5rem;padding:0 .75rem;transition:border-color .16s,box-shadow .16s;display:flex}.sidebar-search-row:focus-within{border-color:var(--app-primary);box-shadow:0 0 0 .2rem #0969da29}.sidebar-search-row .material-symbols-outlined{font-size:1.1rem}.sidebar-search-input{min-width:0;height:100%;color:var(--app-text);background:0 0;border:0;flex:auto;padding:0;font-size:.85rem}.sidebar-search-input:focus{outline:none}.sidebar-search-input::placeholder{color:var(--app-text-muted)}.sidebar-filters-toggle{justify-content:space-between;align-items:center;width:100%;min-height:2.2rem;padding-inline:.75rem;font-size:.8rem;font-weight:700;display:flex}.sidebar-filters-panel{background:var(--app-surface-muted);border:1px solid var(--app-border);border-radius:.75rem;gap:.7rem;padding:.7rem;display:grid}.sidebar-filters-panel .show-deleted-toggle{width:fit-content}.sidebar-filter-row{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.sidebar-filter-field-wide{grid-column:1/-1}.sidebar-filter-label{color:var(--app-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;font-size:.7rem;font-weight:700;display:block}.project-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.25rem;max-width:1480px}.project-card{min-height:350px}.project-card-body{padding:1.35rem}.project-card-icon{width:3.4rem;height:3.4rem;font-size:2.15rem}.project-metric-grid{gap:.85rem}.project-metric{padding:.95rem}.project-metric-value{font-size:1.45rem}.project-chip-row{gap:.55rem}.project-card-actions{margin-top:auto}.project-card-meta{font-size:.8rem;line-height:1.25}.insights-period-control{min-width:200px}.insights-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:1220px;margin:0 auto;display:grid}.insight-kpi-card .card-body{padding:1.15rem 1.25rem 1.25rem;position:relative}.insight-kpi-icon{color:var(--app-text-muted);opacity:.55;font-size:1.4rem;position:absolute;top:1.1rem;right:1.1rem}.insight-kpi-positive .insight-kpi-icon{color:var(--status-complete-text,#1a7f37);opacity:.7}.insight-kpi-negative .insight-kpi-icon{color:#c93c37;opacity:.7}.insight-card-label{color:var(--app-text-muted);text-transform:uppercase;letter-spacing:.08em;padding-right:1.75rem;font-size:.75rem;font-weight:800}.insight-card-value{color:var(--app-text);margin-top:.4rem;margin-bottom:.2rem;font-size:2rem;font-weight:900;line-height:1}.insight-chart{padding-top:.5rem;position:relative}.insight-chart-gridlines{pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:.5rem 0 34px}.insight-chart-gridlines span{border-top:1px dashed var(--app-border-subtle);height:0;display:block}.insight-empty-chart{min-height:220px;color:var(--app-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-weight:600;display:flex}.insight-empty-chart .material-symbols-outlined{opacity:.5;font-size:2.5rem}.insight-bars{align-items:flex-end;gap:.35rem;height:220px;padding:0 .1rem;display:flex;position:relative}.insight-bar-column{flex:1 1 0;align-items:flex-end;min-width:6px;height:100%;display:flex}.insight-stack{border-radius:.3rem;flex-direction:column-reverse;width:100%;transition:height .25s;display:flex;overflow:hidden}.insight-segment{width:100%;min-height:1px}.insight-pass{background:var(--status-complete-text,#1a7f37)}.insight-fail{background:#d1332c}.insight-untested{background:var(--app-border)}.insight-axis-labels{gap:.35rem;margin-top:.5rem;padding:0 .1rem;display:flex}.insight-day-label{min-width:6px;color:var(--app-text-muted);text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1 1 0;font-size:.68rem;overflow:hidden}.insight-legend{color:var(--app-text-muted);flex-wrap:wrap;gap:.9rem;font-size:.78rem;font-weight:700;display:flex}.insight-dot{border-radius:999px;width:.65rem;height:.65rem;margin-right:.35rem;display:inline-block}.insight-runs-chart{align-items:flex-end;gap:.35rem;height:140px;padding:0 .1rem;display:flex;position:relative}.insight-run-column{flex:1 1 0;justify-content:flex-end;align-items:flex-end;min-width:6px;height:100%;display:flex}.insight-run-bar{background:var(--app-primary);opacity:.85;border-radius:.3rem .3rem .15rem .15rem;width:100%;min-height:0;transition:height .25s}.insight-runs-layout{--insight-runs-plot-height:150px;grid-template-columns:2.1rem minmax(0,1fr);align-items:start;gap:.5rem;display:grid}.insight-y-axis{height:var(--insight-runs-plot-height);flex-direction:column;justify-content:space-between;padding-top:.05rem;display:flex}.insight-y-axis-label{color:var(--app-text-muted);text-align:right;font-size:.66rem;line-height:1}.insight-runs-panel{position:relative}.insight-runs-gridlines{pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0 0 22px}.insight-runs-gridlines span{border-top:1px dashed var(--app-border-subtle)}.insight-runs-panel .insight-runs-chart{height:var(--insight-runs-plot-height)}@media (width<=991.98px){:root{--sidebar-width:100%}.main-nav-actions{order:3;width:100%;margin-left:0}.main-nav-button{flex:1;justify-content:center}.header-right-actions{order:2;justify-content:flex-end;width:100%}.settings-grid,.settings-grid-single,.settings-setup-grid{grid-template-columns:1fr}.scenario-sidebar{width:100%;min-width:0;max-width:none}.sidebar-project-header{grid-template-columns:1fr}.sidebar-project-meta-row{flex-wrap:wrap}.scenario-count{width:100%}.settings-grid-single{grid-template-columns:1fr}.integration-card-head{flex-direction:column;align-items:flex-start}.sidebar-primary-actions{width:100%;min-width:0}.project-grid{grid-template-columns:1fr}.insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767.98px){.insights-grid{grid-template-columns:1fr}.insight-bars,.insight-runs-chart{height:160px}.insight-runs-layout{--insight-runs-plot-height:160px}}.header-container{align-items:center;gap:.75rem;display:flex}.header-collapsible{flex:auto;align-items:center;min-width:0;display:flex}.header-menu-toggle{display:none}.show-deleted-toggle{align-items:center;gap:.45rem;min-height:2.5rem;padding-inline:.85rem;font-weight:700;display:inline-flex}.show-deleted-toggle .material-symbols-outlined{font-size:1.05rem}.show-deleted-toggle-icon{flex:none;justify-content:center;gap:0;width:2.45rem;min-width:2.45rem;height:2.45rem;min-height:2.45rem;padding:0}.project-primary-actions{min-width:15rem;display:inline-flex}.project-primary-actions .btn{justify-content:center}.project-primary-actions .btn:first-child{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.project-primary-actions .btn:last-child,.project-primary-actions .project-upload-button{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.guides-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-width:1220px;margin:0 auto;display:grid}.guide-tile .card-body{flex-direction:column;gap:.35rem;display:flex}.guide-article-card{max-width:980px}.guide-article-body{line-height:1.6}.guide-article-body h3{margin-top:1.25rem;margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.guide-article-body h3:first-child{margin-top:0}.guide-article-body ol,.guide-article-body ul{margin-bottom:.9rem}.guide-code-block{color:var(--app-text);background:var(--app-surface-muted);border:1px solid var(--app-border);border-radius:.8rem;margin:.7rem 0 1rem;padding:.8rem;overflow-x:auto}.project-mobile-sidebar-view{padding-top:.9rem}.project-mobile-sidebar-view .scenario-sidebar{border:1px solid var(--app-border);border-radius:1rem;width:min(980px,100%);min-width:0;max-width:980px;max-height:none;margin:0 auto;overflow:hidden}.project-mobile-details-header{max-width:1180px;margin:0 auto .75rem}@media (width<=991.98px){.app-header{height:auto;min-height:var(--header-height)}.app-header .header-container{flex-wrap:wrap;row-gap:.55rem}.header-menu-toggle{margin-left:auto;display:inline-flex}.header-collapsible{flex-direction:column;align-items:stretch;gap:.55rem;width:100%;padding-top:.1rem;display:none}.header-collapsible.open{display:flex}.header-collapsible .main-nav-actions,.header-collapsible .header-right-actions{order:0;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.5rem;width:100%;margin-left:0;display:grid}.header-collapsible .main-nav-button,.header-collapsible .header-right-actions .btn{justify-content:center;width:100%}.header-collapsible .header-right-actions .icon-button{width:100%;height:auto;min-height:2.45rem}.workspace-view{padding:1rem}.workspace-header{align-items:stretch}.workspace-header>.d-flex{justify-content:flex-start;width:100%}.workspace-header>.d-flex .btn{flex:auto}.workspace-header>.d-flex .show-deleted-toggle-icon{flex:none}.settings-section .btn{width:100%}.settings-section .btn.ms-2{margin-top:.5rem;margin-left:0!important}.sidebar-filter-row{grid-template-columns:1fr}}@media (width>=992px){.header-menu-toggle{display:none!important}.header-collapsible{display:flex!important}}@media (width<=767.98px){.header-collapsible .main-nav-actions,.header-collapsible .header-right-actions{grid-template-columns:1fr}.workspace-view{padding:.85rem}.workspace-header{gap:.75rem;margin-bottom:.85rem}.workspace-header>.d-flex{gap:.5rem!important}.workspace-header>.d-flex .btn{min-height:2.5rem;padding-inline:.75rem;font-size:.88rem}.run-item-summary{grid-template-columns:auto minmax(0,1fr)}.run-item-actions{grid-column:1/-1;justify-content:flex-start}.run-item-actions .btn{flex:calc(50% - .35rem);min-width:0}.sidebar-primary-actions,.insights-period-control{width:100%;min-width:0}.insights-period-control .form-select{width:100%}.insight-chart,.insight-runs-panel{padding-bottom:.2rem;overflow-x:auto}.insight-bars,.insight-axis-labels,.insight-runs-chart,.insight-runs-panel .insight-axis-labels{min-width:480px}.insight-runs-layout{grid-template-columns:1.8rem minmax(0,1fr)}.guide-article-body{font-size:.95rem}}@media (width<=575.98px){.workspace-header>.d-flex .btn{flex:100%}.workspace-header .show-deleted-toggle{justify-content:center;width:100%}.workspace-header .show-deleted-toggle-icon{flex:none;justify-content:center;width:2.45rem;min-width:2.45rem}.run-list-item,.run-item-card,.settings-section,.overwrite-modal .card-body{padding:.85rem}.run-item-actions .btn{flex-basis:100%}.modal-backdrop-custom{padding:.65rem}.overwrite-modal{width:100%}.overwrite-modal .d-flex.justify-content-end{flex-direction:column;align-items:stretch!important}.overwrite-modal .d-flex.justify-content-end .btn{width:100%}}
