:root{--dash-card: #ffffff;--dash-border: #d9e0ea;--dash-muted: #667085;--dash-soft: #f8fafc;--dash-success: #15803d;--dash-warning: #b45309;--dash-danger: #b42318;--dash-ink: #172033}.dashboard-content{display:flex;flex-direction:column;gap:1rem;width:100%;margin:0;padding:1.25rem 2rem 2rem;color:var(--dash-ink)}.loading-indicator{width:fit-content;padding:.65rem .9rem;border-radius:8px;background:#fff;border:1px solid var(--dash-border);font-weight:700;color:var(--dash-muted)}.eyebrow{margin:0;color:var(--dash-muted);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem;align-items:center;min-height:170px;padding:1.35rem;border:1px solid var(--dash-border);border-radius:8px;background:linear-gradient(135deg,#fffffff5,#f8fafcf5),#fff;box-shadow:var(--card-shadow)}.dashboard-hero__copy{display:flex;flex-direction:column;gap:.45rem}.dashboard-hero__copy h2{margin:0;max-width:760px;color:var(--dash-ink);font-size:clamp(1.55rem,2.5vw,2.25rem);line-height:1.08}.dashboard-hero__copy span{max-width:760px;color:var(--dash-muted);font-size:.98rem;line-height:1.5}.dashboard-hero__score{display:flex;align-items:center;gap:1rem;min-width:300px;padding:.9rem;border-radius:8px;background:#f8fafc;border:1px solid #e4e9f2}.dashboard-score-ring{width:112px;height:112px;--score-color: #16a34a;--score-deg: 0deg;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(circle at center,#ffffff 58%,transparent 59%),conic-gradient(var(--score-color) 0deg,var(--score-color) var(--score-deg),#e9eef5 var(--score-deg),#e9eef5 360deg);flex:0 0 auto}.dashboard-hero--healthy .dashboard-score-ring{--score-color: #16a34a}.dashboard-hero--watch .dashboard-score-ring{--score-color: #f59e0b}.dashboard-hero--risk .dashboard-score-ring{--score-color: #ef4444}.dashboard-score-ring strong{color:var(--dash-ink);font-size:1.45rem;line-height:1}.dashboard-score-ring span{color:var(--dash-muted);font-size:.74rem;font-weight:800}.dashboard-hero__score p{margin:0;color:#344054;font-weight:800;line-height:1.35}.dashboard-focus-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.focus-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;min-height:112px;padding:1rem;border:1px solid var(--dash-border);border-radius:8px;background:var(--dash-card);box-shadow:var(--card-shadow)}.focus-card__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#eff6ff;color:#2563eb}.focus-card__icon svg{width:20px;height:20px}.focus-card p,.focus-card strong,.focus-card span{display:block}.focus-card p{margin:0 0 .2rem;color:#344054;font-size:.82rem;font-weight:800}.focus-card strong{color:var(--dash-ink);font-size:1.85rem;line-height:1}.focus-card span{margin-top:.35rem;color:var(--dash-muted);font-size:.78rem;line-height:1.35}.focus-card--primary .focus-card__icon,.focus-card--primary strong{color:var(--dash-success)}.focus-card--primary .focus-card__icon{background:#ecfdf3}.focus-card--danger .focus-card__icon,.focus-card--danger strong{color:var(--dash-danger)}.focus-card--danger .focus-card__icon{background:#fef3f2}.dashboard-workbench{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:1rem;align-items:stretch}.dashboard-main-panel,.dashboard-actions-panel,.panel{background:var(--dash-card);border:1px solid var(--dash-border);border-radius:8px;box-shadow:var(--card-shadow)}.dashboard-main-panel{padding:1rem}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.8rem;border-bottom:1px solid #edf1f5}.panel-heading h3{margin:.15rem 0 0;color:var(--dash-ink);font-size:1.05rem}.panel-heading button{display:inline-flex;align-items:center;gap:.45rem;min-height:38px;padding:0 .75rem;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#1d4ed8;font-weight:900;cursor:pointer}.panel-heading button svg{width:16px;height:16px}.priority-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;padding:1rem 0}.priority-card{position:relative;min-height:144px;padding:1rem;overflow:hidden;border:1px solid #e4e9f2;border-radius:8px;background:#f8fafc;text-align:left;cursor:pointer}.priority-card:disabled{cursor:default}.priority-card__label{display:inline-flex;margin-bottom:.85rem;color:var(--dash-muted);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.priority-card strong{display:block;max-width:calc(100% - 56px);color:var(--dash-ink);font-size:1rem;line-height:1.3}.priority-card small{display:block;margin-top:.55rem;color:var(--dash-muted);font-size:.82rem;line-height:1.35}.priority-card>svg{position:absolute;right:1rem;top:1rem;width:34px;height:34px}.priority-card--risk>svg{color:var(--dash-danger)}.priority-card--stable>svg{color:var(--dash-success)}.health-bars{display:flex;flex-direction:column;gap:.85rem;padding-top:.25rem}.health-bars__row{display:grid;grid-template-columns:minmax(130px,.35fr) minmax(0,1fr) 64px;gap:.8rem;align-items:center}.health-bars__row strong,.health-bars__row span{display:block}.health-bars__row strong{color:var(--dash-ink);font-size:.9rem}.health-bars__row span{color:var(--dash-muted);font-size:.76rem}.health-bars__row b{color:var(--dash-ink);text-align:right}.health-bars__track{height:12px;overflow:hidden;border-radius:999px;background:#edf1f5}.health-bars__fill{height:100%;min-width:4px;border-radius:inherit}.health-bars__fill--ok{background:#16a34a}.health-bars__fill--fail{background:#ef4444}.dashboard-actions-panel{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.dashboard-actions-panel button{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;min-height:74px;padding:.85rem;border:1px solid #dbe4f0;border-radius:8px;background:#fff;color:var(--dash-ink);text-align:left;cursor:pointer}.dashboard-actions-panel button:hover,.dashboard-actions-panel button:focus-visible,.priority-card:hover,.priority-card:focus-visible,.list-panel__item:hover,.list-panel__item:focus-visible{border-color:#2563eb;outline:none}.dashboard-actions-panel button svg{width:22px;height:22px;color:#2563eb}.dashboard-actions-panel strong,.dashboard-actions-panel small{display:block}.dashboard-actions-panel strong{color:var(--dash-ink);font-size:.92rem}.dashboard-actions-panel small{margin-top:.16rem;color:var(--dash-muted);font-size:.76rem;line-height:1.35}.panels-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}.panel{display:flex;flex-direction:column;gap:.85rem;min-height:280px;padding:1rem}.badge{display:inline-flex;align-items:center;min-height:28px;padding:0 .65rem;border-radius:999px;background:#ecfdf3;color:var(--dash-success);font-size:.75rem;font-weight:900;white-space:nowrap}.badge.neutral{background:#eff6ff;color:#1d4ed8}.list-panel ul{display:flex;flex-direction:column;list-style:none;padding:0;margin:0}.list-panel li{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:68px;padding:.75rem 0;border-bottom:1px solid #edf1f5}.list-panel li:last-child{border-bottom:none}.list-panel__item{cursor:pointer}.list-panel strong{display:block;color:var(--dash-ink);font-size:.9rem;line-height:1.3;word-break:break-word}.list-panel span{display:block;margin-top:.28rem;color:var(--dash-muted);font-size:.78rem}.list-metric{flex:0 0 auto;padding:.28rem .65rem;border-radius:999px;font-size:.78rem;font-weight:900;white-space:nowrap}.list-metric.success{background:#ecfdf3;color:var(--dash-success)}.list-metric.danger{background:#fef3f2;color:var(--dash-danger)}.dormant-panel ul li{justify-content:flex-start}@media (max-width: 1180px){.dashboard-focus-grid,.panels-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-workbench{grid-template-columns:1fr}}@media (max-width: 820px){.dashboard-content{padding:1rem}.dashboard-hero{grid-template-columns:1fr}.dashboard-hero__score{min-width:0;width:100%}.dashboard-focus-grid,.priority-grid,.panels-grid{grid-template-columns:1fr}.health-bars__row{grid-template-columns:1fr;gap:.45rem}.health-bars__row b{text-align:left}}.user-menu{position:relative;display:inline-flex;align-items:center}.user-menu__trigger{display:inline-flex;align-items:center;gap:.55rem;max-width:min(360px,42vw);padding:.36rem .55rem;border-radius:8px;border:1px solid #d9e0ea;background:#fff;color:#172033;font-weight:700;cursor:pointer;transition:border-color .16s ease,background .16s ease}.user-menu__trigger:hover,.user-menu__trigger.is-open,.user-menu__trigger:focus-visible{border-color:#2563eb;background:#f8fafc;outline:none}.user-menu__avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#eff6ff;color:#1d4ed8;flex:0 0 auto}.user-menu__avatar svg{width:22px;height:22px;stroke-width:2.25}.user-menu__details{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05;min-width:0}.user-menu__greeting{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:#667085}.user-menu__label{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;color:#172033}.user-menu__chevron{width:16px;height:16px;color:#667085;flex:0 0 auto;stroke-width:2.25}.user-menu__dropdown{position:absolute;top:calc(100% + .45rem);right:0;display:flex;flex-direction:column;width:260px;padding:.45rem;gap:.2rem;border-radius:8px;background:#fff;border:1px solid #d9e0ea;box-shadow:0 14px 34px #10182829;z-index:1000}.user-menu__item{display:inline-flex;align-items:center;gap:.65rem;padding:.62rem .7rem;border-radius:8px;border:none;background:transparent;color:#344054;font-size:.9rem;font-weight:700;cursor:pointer;text-align:left}.user-menu__item svg{width:16px;height:16px;color:#667085;stroke-width:2.15}.user-menu__item:hover,.user-menu__item:focus-visible{background:#f2f4f7;outline:none}.user-menu__item--logout{color:#b42318}.user-menu__item--logout svg{color:#b42318}.user-menu__item--logout:hover,.user-menu__item--logout:focus-visible{background:#fef3f2}.user-menu__separator{height:1px;background:#edf1f5;margin:.25rem 0}@media (max-width: 640px){.user-menu__trigger{max-width:none}.user-menu__details{display:none}}:root{--card-bg: #ffffff;--card-radius: 8px;--card-shadow: 0 1px 2px rgba(16, 24, 40, .06);--primary-color: #2563eb;--primary-strong: #1d4ed8;--secondary-color: #0f766e;--accent-color: #0f766e;--bg-color: #f4f6f8;--font-family: "Montserrat", sans-serif;--font-color: #172033;--muted-color: #667085;--line-color: #d9e0ea;color-scheme:light}html,body{width:100%;height:100%;background:var(--bg-color);color:var(--font-color);font-family:var(--font-family);overflow:hidden}.app-shell{display:flex;width:100%;height:100vh;overflow:hidden;background:var(--bg-color)}.app-sidebar{background:#101828;border-right:1px solid #1d2939;width:244px;transition:width .2s ease;display:flex;flex-direction:column;overflow:hidden}.app-sidebar.collapsed{width:72px}.app-sidebar__top{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #1d2939;gap:.75rem;min-height:72px}.app-sidebar.collapsed .app-sidebar__top{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.85rem .5rem}.app-sidebar__logo{text-align:center;flex:1}.app-sidebar.collapsed .app-sidebar__logo{width:100%;display:flex;justify-content:center}.app-sidebar__logo img{max-width:124px;height:auto;transition:max-width .2s ease;filter:brightness(0) invert(1)}.app-sidebar.collapsed .app-sidebar__logo img{max-width:34px}.app-sidebar__toggle{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#e4e7ec;border-radius:8px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease}.app-sidebar__toggle:hover,.app-sidebar__toggle:focus-visible{background:#ffffff1f;border-color:#ffffff38;outline:none}.app-sidebar__menu{flex:1;overflow-y:auto;padding:.75rem .6rem}.app-sidebar__menu ul{list-style:none;display:flex;flex-direction:column;gap:.2rem}.app-sidebar__menu-item{border-bottom:none}.app-sidebar__menu-link{display:flex;align-items:center;gap:.8rem;padding:.72rem .8rem;color:#cbd5e1;text-decoration:none;font-weight:600;border-radius:8px;transition:background .18s ease,color .18s ease}.app-sidebar__menu-link svg{flex:0 0 auto}.app-sidebar__menu-link:hover,.app-sidebar__menu-link.active{background:#1d2939;color:#fff}.app-sidebar__menu-link.active{box-shadow:inset 3px 0 #38bdf8}.app-sidebar.collapsed .app-sidebar__menu-link{justify-content:center;padding:.8rem 0}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.app-top-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.5rem;background:#fff;color:var(--font-color);border-bottom:1px solid var(--line-color);position:sticky;top:0;z-index:12}.app-top-bar__titles{display:flex;flex-direction:column;gap:.15rem;min-width:0}.app-top-bar__titles h1{margin:0;font-weight:700;font-size:1.28rem;line-height:1.25;color:var(--font-color)}.app-top-bar__subtitle{font-size:.86rem;font-weight:500;color:var(--muted-color)}.app-top-bar__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.app-top-bar__custom{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.app-content{flex:1;overflow-y:auto;overflow-x:hidden;background:var(--bg-color);min-height:0;padding:0}@media (max-width: 960px){html,body{overflow:auto}.app-shell{flex-direction:column;min-height:100vh;height:auto}.app-sidebar,.app-sidebar.collapsed{width:100%;height:auto;border-right:none;border-bottom:1px solid #1d2939}.app-sidebar__top,.app-sidebar.collapsed .app-sidebar__top{flex-direction:row;min-height:64px;padding:.75rem 1rem}.app-sidebar__menu{padding:.5rem;overflow-x:auto}.app-sidebar__menu ul{flex-direction:row}.app-sidebar__menu-link{white-space:nowrap}.app-top-bar{align-items:flex-start;flex-direction:column;padding:.9rem 1rem}.app-top-bar__actions{width:100%;justify-content:space-between}}:root{--card-bg: #ffffff;--card-radius: 8px;--card-shadow: 0 18px 42px rgba(16, 24, 40, .12);--primary-color: #2563eb;--primary-strong: #1d4ed8;--bg-color: #f4f6f8;--font-family: "Montserrat", sans-serif;--font-color: #172033;color-scheme:light}html,body{background:var(--bg-color);color:var(--font-color);height:100%;font-family:var(--font-family)}.login-page{display:grid;place-items:center;width:100vw;min-height:100vh;padding:clamp(1rem,3vw,2.25rem);background:radial-gradient(circle at 18% 18%,rgba(20,184,166,.08),transparent 28%),linear-gradient(135deg,#f8fafc,#eef4ff);color:var(--font-color)}.login-shell{width:min(980px,100%);min-height:min(650px,calc(100vh - 3rem));display:grid;grid-template-columns:minmax(360px,.94fr) minmax(360px,1.06fr);background:#fff;border:1px solid #d9e0ea;border-radius:8px;box-shadow:var(--card-shadow);overflow:hidden}.login-product-panel{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;padding:clamp(2rem,4.5vw,3.35rem);background:linear-gradient(160deg,#0f172afa,#111827f5),#101828;color:#fff}.login-brand-logo{align-self:center;width:clamp(210px,42%,285px);max-width:76%;height:auto;margin:.35rem auto 1.1rem;filter:brightness(0) invert(1)}.login-product-copy{display:flex;flex-direction:column;gap:.85rem}.login-kicker{display:none}.login-product-copy h1{max-width:520px;margin:0;font-size:clamp(1.75rem,3.1vw,2.85rem);line-height:1.1;letter-spacing:0}.login-product-copy p{max-width:420px;margin:0;color:#cbd5e1;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.55}.login-capability-grid{display:flex;flex-direction:column;gap:.7rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.14)}.login-capability-grid div{display:flex;align-items:center;gap:.7rem;min-height:28px;color:#e2e8f0;font-size:.94rem;font-weight:800}.login-capability-grid svg{width:17px;height:17px;color:#67e8f9;flex:0 0 auto}.login-card{background:var(--card-bg);width:100%;box-shadow:none;border:0;border-left:1px solid #d9e0ea;padding:clamp(2rem,5vw,4.25rem);text-align:left;display:flex;flex-direction:column;justify-content:center}.login-form{width:min(420px,100%);margin:0 auto;text-align:left}.logo{display:none}.login-card-heading{width:min(420px,100%);margin:0 auto 1.5rem}.login-card-heading h2{margin:0;font-size:clamp(1.55rem,2.4vw,2rem);line-height:1.15;color:#172033}.login-card-heading p{margin:.55rem 0 0;color:#667085;font-size:.94rem;line-height:1.5}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:800;color:#344054;font-size:.82rem}.form-group input{width:100%;height:46px;padding:0 .78rem;border:1px solid #cfd8e3;border-radius:8px;background-color:#fff;color:#172033;font-size:.95rem}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.btn-login{width:100%;min-height:46px;padding:.78rem;margin-top:.35rem;border:1px solid #2563eb;border-radius:8px;font-weight:800;color:#fff;font-size:.98rem;cursor:pointer;background:#2563eb;transition:background .16s ease}.btn-login:hover,.btn-login:focus-visible{background:#1d4ed8;outline:none}.btn-login:disabled{cursor:not-allowed;opacity:.7}#loadingIndicator{margin-top:1rem;font-weight:700;color:#1d4ed8;text-align:center}.login-divider{display:flex;align-items:center;gap:.75rem;margin:1.2rem 0 1rem;color:#667085}.login-divider span{flex:1;height:1px;background:#d9e0ea}.login-divider small{font-size:.78rem;font-weight:800}.google-login-button{display:flex;align-items:center;justify-content:center;width:min(400px,100%);max-width:100%;min-height:56px;padding:4px 0 6px;margin:0 auto;overflow:visible;border-radius:8px}.google-login-button>div{width:auto!important;max-width:none!important;display:flex!important;justify-content:center!important}.google-login-button iframe{max-width:none!important;min-width:0!important;display:block!important;margin:0 auto!important}.login-error{margin-top:.85rem;color:#b42318;font-size:.88rem;text-align:center}.login-success{width:min(360px,100%);margin:0 auto 1rem;color:#15803d;font-size:.9rem;font-weight:700;text-align:center}.extra-links{margin-top:1.15rem;text-align:center}.extra-links a,.login-link-button{border:0;background:transparent;color:#1d4ed8;cursor:pointer;font-family:inherit;text-decoration:none;font-size:.88rem;font-weight:800}.extra-links a:hover,.login-link-button:hover,.login-link-button:focus-visible{text-decoration:underline;outline:none}@media (max-width: 820px){.login-page{padding:1rem;align-items:start}.login-shell{grid-template-columns:1fr;min-height:auto}.login-product-panel{min-height:310px;padding:1.5rem}.login-brand-logo{width:min(220px,68%);margin-bottom:.65rem}.login-product-copy h1{font-size:1.7rem}.login-card{padding:1.5rem;border-left:0;border-top:1px solid #d9e0ea}}.edit-page .test-menu-item.disabled{opacity:.5;pointer-events:none}.edit-page .test-menu-item.active{background:#7069e01a}.edit-page{min-height:100vh;overflow-x:hidden;overflow-y:auto}.edit-main-section{--edit-sticky-offset: clamp(4.25rem, 9vw, 5.75rem)}@supports (height: 100dvh){.edit-page,.edit-main-section{min-height:100dvh}}.edit-main-section{overflow-x:hidden;overflow-y:auto;min-height:100vh}.edit-content-wrapper{flex:1 1 auto;width:100%;max-width:min(1400px,96vw);margin:0 auto;padding:clamp(1.75rem,4vw,3rem) clamp(1.5rem,4vw,3.5rem) clamp(2rem,4vw,3.5rem);display:flex;flex-direction:column;align-items:stretch;gap:2.5rem;overflow:visible;min-height:0}.edit-content-wrapper>*{width:100%}.edit-page-container{position:relative;min-height:100%}.edit-card{text-align:left}.feature-header-title{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:min(900px,100%);color:var(--primary-color);align-self:center}.feature-title-display--header{font-size:1.65rem;font-weight:700;color:var(--font-color);padding:.35rem .65rem;border-radius:12px;background:#ffffffbf;border:1px solid transparent;cursor:pointer;transition:background .2s ease,border .2s ease;display:inline-flex;align-items:center;gap:.6rem;width:100%;justify-content:space-between}.feature-title-display--header:hover{background:#7069e01f;border-color:#7069e033}.feature-title-input--header{font-size:1.35rem;padding:.65rem .85rem;border-radius:12px;border:1px solid rgba(112,105,224,.35);min-width:320px;width:100%;font-weight:600;background:#fffffff2}.feature-title-input--header:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7069e026}.feature-header-filename{display:inline-flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;color:#2c2c2ca6;letter-spacing:.06em}.feature-header-filename__label{text-transform:uppercase;font-size:.7rem;letter-spacing:.12em;color:inherit}.feature-header-filename__value{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.25rem .65rem;border-radius:999px;background:#7069e029;color:#1f2335;font-family:Source Code Pro,monospace;font-weight:500;letter-spacing:.04em}.feature-header-filename__placeholder{font-size:.75rem;color:#2c2c2c8c}.feature-title-edit-icon{color:#2c2c2c80;margin-left:.35rem}.edit-page .btn-row{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.feature-editor-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:1.5rem;padding-top:.75rem;width:100%;max-width:1280px;margin:0 auto;justify-content:center;justify-items:stretch}.feature-editor-column{display:flex;flex-direction:column;gap:1.1rem;min-height:0;overflow:visible;width:100%}.feature-editor-card{display:flex;flex-direction:column;gap:1.15rem;padding:clamp(1.3rem,2vw,1.7rem);border-radius:22px;width:100%}.feature-editor-card__header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.feature-editor-card__title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;color:var(--primary-color)}.feature-title-display{display:inline-flex;align-items:center;gap:.35rem;background:transparent;border:none;font-size:1.35rem;font-weight:700;color:var(--font-color);cursor:pointer;padding:.25rem .5rem;border-radius:10px;transition:background .2s ease}.feature-title-display:hover{background:#7069e01f}.feature-title-display--secondary{font-size:1.1rem;padding:.2rem .4rem}.feature-title-input{border:1px solid rgba(112,105,224,.35);border-radius:10px;padding:.6rem .8rem;font-size:1.1rem;font-weight:600;color:var(--font-color);background:#fffffff2;min-width:220px}.feature-editor-card__title h2,.feature-editor-card__title h3,.feature-editor-card__header h3{margin:0;font-weight:600}.feature-editor-card__filename{font-size:.85rem;color:#2c2c2c99;word-break:break-all}.feature-editor-card__badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;background:#7069e01f;color:var(--primary-color);padding:.25rem .75rem;border-radius:999px}.feature-editor-card__subtitle{display:block;font-size:.85rem;color:#2c2c2ca6;margin-top:.25rem}.feature-editor-card__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;align-items:center}.feature-editor-card__header--suite{align-items:center}.feature-editor-card__actions--meta{justify-content:space-between;margin-top:1.25rem}.feature-editor-card__actions-left,.feature-editor-card__actions-right{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.feature-editor-card__error{margin-top:.85rem}.feature-editor-card__status{font-weight:600;color:#2c2c2c8c}.feature-upload-card{gap:.9rem}.feature-upload-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.feature-upload-input{flex:1;min-width:220px}.feature-upload-list{display:flex;flex-direction:column;gap:.7rem}.feature-upload-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .9rem;border-radius:14px;background:#7069e014}.feature-upload-actions{display:flex;gap:.5rem;align-items:center}.feature-upload-main{display:flex;flex-direction:column;gap:.35rem}.feature-upload-name{font-weight:600;color:var(--font-color)}.feature-upload-meta{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.82rem;color:#2c2c2ca6}.feature-upload-copy{border:none;background:#ffffffe6;color:var(--primary-color);font-weight:600;padding:.35rem .75rem;border-radius:999px;cursor:pointer}.feature-upload-copy:hover{background:#fff}.feature-upload-delete{border:none;background:#ff4c4c1f;color:#b11d1d;font-weight:600;padding:.35rem .75rem;border-radius:999px;cursor:pointer}.feature-upload-delete:hover{background:#ff4c4c33}.feature-upload-delete:disabled{cursor:not-allowed;opacity:.7}.feature-upload-empty,.feature-upload-status{font-size:.9rem;color:#2c2c2c99}.feature-editor-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.feature-editor-summary{display:flex;gap:1rem;justify-content:flex-end;align-items:center}.feature-editor-summary--header{justify-content:space-between;padding:0}.feature-editor-summary__item{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;background:#7069e01a;color:var(--primary-color);font-weight:600;position:relative}.feature-editor-summary__icon{font-size:.9rem}.feature-editor-field{display:flex;flex-direction:column;gap:.4rem}.feature-editor-field__label{font-size:.85rem;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:.06em}.feature-editor-field input,.feature-editor-field select{border:1px solid rgba(112,105,224,.35);border-radius:10px;padding:.85rem 1rem;font-size:.95rem;font-weight:500;background:#ffffffeb;color:var(--font-color);transition:border .2s ease,box-shadow .2s ease}.feature-editor-field input:focus,.feature-editor-field select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7069e026}.feature-editor-meta-hint{font-size:.85rem;color:#2c2c2ca6}.feature-scenarios-card{flex:1 1 auto;display:flex;flex-direction:column;gap:1.25rem;min-height:0;--feature-toolbar-height: 0}.feature-scenarios-toolbar{align-items:center;gap:.75rem;width:100%;position:sticky;top:var(--edit-sticky-offset);z-index:6;padding:.85rem 0;margin:0;border-radius:14px;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 24px #1c20521f}.feature-scenarios-toolbar__summary{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap}.feature-scenarios-toolbar__actions{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.feature-scenarios-toolbar__status{font-weight:600;color:#2c2c2c8c}.feature-scenarios-toolbar__error{margin-top:-.35rem;margin-bottom:.35rem}.feature-scenarios-scroll{flex:1 1 auto;display:flex;flex-direction:column;gap:1.25rem;overflow:visible;padding-right:0;margin-right:0;min-height:auto}.feature-scenario{border:1px solid rgba(112,105,224,.2);border-radius:16px;background:#ffffffeb;box-shadow:0 12px 28px #21213414;padding:1.25rem 1.4rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s ease,box-shadow .2s ease}.feature-scenario--collapsed{padding-bottom:.75rem}.feature-scenario--active{border-color:var(--secondary-color);box-shadow:0 16px 32px #49c7c72e}.feature-scenario__header{position:sticky;top:calc(var(--edit-sticky-offset) + var(--feature-toolbar-height));z-index:5;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin:0;padding:.65rem 0 .75rem;border-radius:12px;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:inset 0 -1px #7069e014}.feature-scenario__collapse{background:transparent;border:none;font-size:1.1rem;cursor:pointer;color:var(--primary-color);padding:.1rem .35rem;align-self:center}.feature-scenario__header-main{display:flex;align-items:center;gap:.5rem;flex:1 1 auto;min-width:0}.feature-scenario__title-display{background:transparent;border:none;font-size:1.05rem;font-weight:600;color:var(--font-color);padding:.25rem .5rem;border-radius:8px;cursor:pointer;transition:background .2s ease;display:inline-flex;align-items:center;gap:.45rem;width:100%;min-width:0}.feature-scenario__title-display:hover{background:#7069e01f}.feature-scenario__title-display span{flex:1;text-align:left;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-scenario__edit-icon{color:#2c2c2c73;flex-shrink:0}.feature-scenario__title-input{border:1px solid rgba(112,105,224,.35);border-radius:10px;padding:.55rem .75rem;font-size:1rem;font-weight:600;color:var(--font-color);background:#fffffff2;min-width:0;width:100%}.feature-scenario__meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.feature-scenario__step-count{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:var(--primary-color)}.has-tooltip{position:relative;cursor:help}.has-tooltip:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + .4rem);left:50%;transform:translate(-50%);background:#212529e6;color:#fff;padding:.35rem .55rem;border-radius:6px;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:5}.has-tooltip:before{content:"";position:absolute;bottom:calc(100% + .2rem);left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#212529e6;opacity:0;transition:opacity .15s ease;z-index:5}.has-tooltip:hover:after,.has-tooltip:hover:before{opacity:1}.feature-scenario__remove{background:transparent;border:none;color:#b00020;font-weight:600;cursor:pointer;padding:.3rem .65rem;border-radius:6px;transition:background .2s ease,color .2s ease}.feature-scenario__remove:hover{background:#b0002014;color:#7a0016}.feature-scenario__footer{display:flex;justify-content:flex-end}.feature-add-card{display:flex;justify-content:center;padding-top:.5rem;margin-bottom:2rem}.feature-add-pill{background:var(--primary-color);color:#fff;border:none;border-radius:999px;padding:.55rem 1.3rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;gap:.45rem;box-shadow:0 12px 22px #7069e02e}.feature-add-pill:hover{background:var(--secondary-color);transform:translateY(-1px);box-shadow:0 16px 28px #49c7c738}.feature-add-pill--ghost{background:#fffffff2;color:var(--primary-color);border:1px solid rgba(112,105,224,.35);box-shadow:none}.feature-add-pill--ghost:hover{background:#7069e01f;border-color:#7069e080}.feature-add-pill--dashed{background:transparent;color:var(--primary-color);border:2px dashed rgba(112,105,224,.5);box-shadow:none}.feature-add-pill--dashed:hover{background:#7069e01a}.feature-step-list{display:flex;flex-direction:column;gap:1rem;position:relative;margin-left:1.4rem;padding-left:1.8rem}.feature-step-list:before{content:"";position:absolute;left:.4rem;top:.25rem;bottom:.25rem;width:2px;background:#d9e0ea}.feature-step{border:1px solid rgba(112,105,224,.18);border-radius:14px;background:#ffffffe6;box-shadow:0 8px 18px #0000000f;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.9rem;position:relative;width:100%;border-left:4px solid transparent;transition:border-left-color .2s ease,box-shadow .2s ease}.feature-step--expanded{border-left-color:var(--primary-color);box-shadow:0 12px 24px #3d54ab33}.feature-step--active{border-color:#2563eb;border-left-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a;transform:none}.feature-step--active:before{background:#30cfd0e6;opacity:.8}.feature-step:before{content:"";position:absolute;left:-1.4rem;top:1.35rem;width:10px;height:10px;border-radius:50%;background:var(--primary-color);opacity:.35}.feature-step--empty{text-align:center;font-size:.95rem;font-weight:500;color:#2c2c2c99;border:1px dashed rgba(112,105,224,.4);box-shadow:none;background:#fff9;padding:1.5rem}.feature-step__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.feature-step__toggle{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0;background:transparent;border:none;padding:0;cursor:pointer;color:inherit;text-align:left}.feature-step__counter{display:inline-flex;align-items:center;justify-content:center;min-width:2.4rem;height:1.8rem;padding:0 .4rem;border-radius:999px;font-weight:700;color:var(--primary-color);background:#7069e01f}.feature-step__type-badge{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;height:1.6rem;padding:0 .6rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent}.feature-step__type-badge--given{background:#49c77826;color:#1f8c53}.feature-step__type-badge--when{background:#49c7c726;color:#1d8080}.feature-step__type-badge--then{background:#7069e02e;color:#433cb4}.feature-step__type-badge--and{background:#ffc45633;color:#b36a00}.feature-step__summary{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1}.feature-step__summary-title{font-weight:600;font-size:.97rem;color:#1f212deb;white-space:normal;overflow-wrap:anywhere;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.feature-step__summary-preview{font-size:.82rem;color:#2c2c2ca6;white-space:normal;overflow-wrap:anywhere;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.feature-step__toggle-icon{transition:transform .2s ease;color:#2c2c2c8c}.feature-step__toggle-icon--open{transform:rotate(180deg)}.feature-step__remove{background:transparent;border:none;color:#b00020;font-weight:600;cursor:pointer;padding:.35rem;border-radius:6px;transition:background .2s ease,color .2s ease;display:inline-flex;align-items:center;justify-content:center}.feature-step__remove:hover{background:#b0002014;color:#7a0016}.feature-step-divider{border:none;background:transparent;display:flex;align-items:center;justify-content:flex-start;padding:.2rem 0;cursor:pointer;margin-left:-.6rem;transition:opacity .2s ease}.feature-step-divider__dot{width:22px;height:22px;border-radius:50%;border:1px dashed rgba(112,105,224,.7);color:var(--primary-color);display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;background:#ffffffe6;transition:transform .2s ease,border-color .2s ease,background .2s ease}.feature-step-divider:hover .feature-step-divider__dot,.feature-step-divider:focus-visible .feature-step-divider__dot{transform:scale(1.35);border-color:var(--primary-color);background:#7069e026;outline:none}.feature-step__quick-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.4rem}.feature-step__quick-group{display:inline-flex;flex-wrap:wrap;gap:.35rem}.feature-step__inline-btn{display:inline-flex;align-items:center;gap:.3rem;border:1px solid rgba(112,105,224,.35);background:#7069e014;color:var(--primary-color);font-size:.72rem;font-weight:600;padding:.3rem .6rem;border-radius:6px;transition:background .2s ease,border-color .2s ease,color .2s ease}.feature-step__inline-btn svg{font-size:.8rem}.feature-step__inline-btn:hover:not(:disabled),.feature-step__inline-btn:focus-visible:not(:disabled){background:#7069e02e;border-color:#7069e099}.feature-step__inline-btn:disabled{opacity:.45;cursor:not-allowed}.feature-step__inline-btn--ghost{background:transparent;color:#1f212dd9;border-color:#1f212d33}.feature-step__inline-btn--ghost:hover:not(:disabled),.feature-step__inline-btn--ghost:focus-visible:not(:disabled){background:#1f212d12;border-color:#1f212d66}.feature-step__inline-btn--icon-only{gap:0;padding:.35rem;width:2rem;justify-content:center}.feature-step__move-select{position:relative;margin-left:auto}.feature-step__move-toggle{gap:.35rem;min-width:0}.feature-step__move-select--open .feature-step__move-toggle{background:#7069e02e;border-color:#7069e099}.feature-step__move-caret{font-size:.7rem}.feature-step__move-dropdown{position:absolute;top:calc(100% + .35rem);right:0;background:#fffffff5;border:1px solid rgba(112,105,224,.25);border-radius:12px;box-shadow:0 14px 32px #1f212d2e;min-width:220px;padding:.4rem;display:flex;flex-direction:column;gap:.2rem;z-index:4}.feature-step__move-option{border:none;background:transparent;text-align:left;font-size:.8rem;font-weight:600;color:#1f212dd9;padding:.45rem .6rem;border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}.feature-step__move-option:hover,.feature-step__move-option:focus-visible{background:#7069e01f;color:var(--primary-color);outline:none}.feature-step__body{display:flex;flex-direction:column;gap:1.2rem;width:100%}.feature-step__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.feature-step__field{display:flex;flex-direction:column;gap:.35rem;width:100%}.feature-step__field--half{max-width:320px}.feature-step__field--full{width:100%}.feature-step__field-label{font-size:.8rem;font-weight:600;color:#2c2c2cb3;text-transform:uppercase;letter-spacing:.04em}.feature-step__action-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.feature-step__action-trigger{display:flex;align-items:center;justify-content:space-between;gap:.9rem;width:100%;padding:.7rem .95rem;border-radius:12px;border:1px solid rgba(112,105,224,.3);background:#fffffff2;cursor:pointer;text-align:left;transition:border .2s ease,box-shadow .2s ease,transform .2s ease;color:inherit}.feature-step__action-trigger:hover,.feature-step__action-trigger:focus-visible{border-color:var(--primary-color);box-shadow:0 0 0 3px #7069e026;transform:translateY(-1px);outline:none}.feature-step__action-trigger-label{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.feature-step__action-trigger-title{font-weight:600;font-size:.95rem;color:#1f212deb;white-space:normal;overflow-wrap:anywhere}.feature-step__action-trigger-subtitle{font-size:.78rem;color:#2c2c2c99;white-space:normal;overflow-wrap:anywhere}.feature-step__action-trigger svg{flex-shrink:0;color:var(--primary-color);font-size:1.05rem}.feature-step__hint{font-size:.78rem;color:#2c2c2c8c}.feature-step__link{background:none;border:none;color:var(--primary-color);font-size:.8rem;font-weight:600;cursor:pointer;padding:0;margin-top:.35rem;align-self:flex-start}.feature-step__link:hover{text-decoration:underline}.feature-step__preview{display:flex;flex-direction:column;gap:.35rem;background:#7069e014;border-radius:10px;padding:.75rem .9rem}.feature-step__preview-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#2c2c2ca6}.feature-step__preview-text{font-family:Source Code Pro,monospace;font-size:.85rem;color:#191b28e6;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.feature-step-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f12188c;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1450}.feature-step-modal{width:min(760px,94vw);max-height:min(90vh,820px);background:var(--card-bg);border-radius:20px;box-shadow:0 20px 48px #12162359;padding:1.5rem 1.6rem;display:flex;flex-direction:column;gap:1.1rem}.feature-step-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.2rem}.feature-step-modal__header h3{margin:0;font-size:1.25rem;font-weight:700;color:var(--primary-color)}.feature-step-modal__header p{margin:.35rem 0 0;font-size:.85rem;color:#2c2c2ca6}.feature-step-modal__close{background:none;border:none;color:var(--primary-color);font-size:1.2rem;cursor:pointer}.feature-step-modal__search{display:flex;align-items:center;gap:.65rem;border:1px solid rgba(112,105,224,.3);border-radius:12px;padding:.55rem .8rem;background:#fffffff2}.feature-step-modal__search svg{color:#433cb4bf;font-size:1rem}.feature-step-modal__search input{border:none;background:transparent;font-size:.95rem;width:100%;color:var(--font-color)}.feature-step-modal__search input:focus{outline:none}.feature-step-modal__body{overflow-y:auto;padding-right:.25rem;display:flex;flex-direction:column;gap:1rem}.feature-step-modal__group h4{margin:0 0 .45rem;font-size:.9rem;font-weight:700;color:#1f212de0;text-transform:uppercase;letter-spacing:.05em}.feature-step-modal__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.feature-step-modal__option{border:1px solid rgba(112,105,224,.25);border-radius:14px;padding:.75rem .9rem;background:#ffffffeb;display:flex;flex-direction:column;gap:.35rem;text-align:left;cursor:pointer;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}.feature-step-modal__option:hover,.feature-step-modal__option:focus-visible{border-color:var(--primary-color);box-shadow:0 8px 18px #3d54ab2e;transform:translateY(-1px);outline:none}.feature-step-modal__option--active{border-color:var(--primary-color);box-shadow:0 0 0 3px #7069e02e}.feature-step-modal__option-title{font-weight:600;font-size:.95rem;color:#1f212de6}.feature-step-modal__option-desc{font-size:.78rem;color:#2c2c2ca6}.feature-step-modal__empty{font-size:.85rem;text-align:center;color:#2c2c2c99;padding:1.5rem 0}.feature-step-modal__footer{display:flex;justify-content:flex-end;align-items:center}.feature-step-modal__link{background:none;border:none;color:var(--primary-color);font-weight:600;cursor:pointer;padding:.35rem .2rem}.feature-step-modal__link:hover{text-decoration:underline}.edit-page .edit-content-wrapper{max-width:min(1400px,96vw);padding:1.6rem 1.4rem 2rem;gap:1.8rem}.edit-page .test-top-header{padding:.85rem 1.2rem}.edit-top-header{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:flex-start}.edit-top-header__primary{display:flex;flex-direction:column;gap:.5rem;flex:1 1 320px;min-width:260px}.edit-top-header__meta{display:flex;align-items:center;justify-content:flex-end;gap:.85rem;flex:1 1 320px;min-width:260px;flex-wrap:wrap}.edit-top-header{color:#fff}.edit-top-header .feature-header-title{color:#ffffffeb}.edit-top-header .feature-title-display--header{color:#fff;background:#ffffff29;border:1px solid rgba(255,255,255,.45);box-shadow:0 22px 48px -28px #0c122ec7}.edit-top-header .feature-title-display--header:hover{background:#ffffff38;border-color:#fff9}.edit-top-header .feature-title-display--header span{color:#fff;text-shadow:0 8px 22px rgba(14,16,40,.55)}.edit-top-header .feature-header-filename{color:#e7ecffd9;text-shadow:0 6px 18px rgba(8,16,40,.45)}.edit-top-header .feature-header-filename__label{color:#e7ecffc7}.edit-top-header .feature-header-filename__value{background:#f5f8fff0;color:#1f2335;box-shadow:0 10px 24px #0e122a40}.edit-top-header .feature-header-filename__placeholder{color:#e7ecffbf}.edit-top-header .feature-title-edit-icon{color:#ffffffe0;filter:drop-shadow(0 8px 18px rgba(10,16,38,.45))}.edit-top-header__actions{display:inline-flex;align-items:center;gap:.75rem}.edit-top-header__actions .feature-add-pill,.edit-top-header__actions .feature-add-pill--ghost{white-space:nowrap}.edit-top-header__meta .feature-scenarios-toolbar__summary{gap:.65rem}.edit-top-header__meta .feature-editor-summary__item{background:#ffffffbf}.edit-page .feature-header-title{gap:.25rem;width:min(520px,100%)}.edit-page .feature-title-display--header{font-size:1.32rem;padding:.28rem .52rem;border-radius:10px;gap:.48rem}.edit-page .feature-title-input--header{font-size:1.08rem;padding:.52rem .68rem;border-radius:10px;min-width:256px}.edit-page .feature-header-filename{font-size:.64rem}.edit-page .feature-editor-layout{gap:1.4rem;padding-top:.6rem}.edit-page .feature-editor-column{gap:1.2rem}.edit-page .feature-editor-card{gap:.92rem;padding:1.16rem 1.36rem;border-radius:18px}.edit-page .feature-scenarios-toolbar__summary{gap:.65rem}.edit-page .feature-editor-summary__item span{font-size:.9rem}.edit-page .feature-step-list{gap:.75rem;margin-left:1.1rem;padding-left:1.4rem}.edit-page .feature-step{padding:.8rem .9rem;gap:.7rem;border-radius:12px}.edit-page .feature-step__counter{min-width:2.1rem;height:1.6rem;font-size:.85rem}.edit-page .feature-step__type-badge{min-width:2.5rem;height:1.4rem;font-size:.6rem}.edit-page .feature-step__summary-title{font-size:.82rem}.edit-page .feature-step__summary-preview{font-size:.7rem}.edit-page .feature-step__action-trigger{padding:.55rem .7rem;gap:.65rem}.edit-page .feature-step__action-trigger-title{font-size:.82rem}.edit-page .feature-step__action-trigger-subtitle{font-size:.68rem}.edit-page .feature-step__fields{gap:.75rem}.edit-page .feature-step__field-label{font-size:.68rem}@supports (-webkit-background-clip: text) or (background-clip: text){.edit-top-header .feature-title-display--header span{background:transparent;-webkit-background-clip:initial;background-clip:initial;color:#fff;text-shadow:0 0 28px rgba(255,255,255,.45)}}.edit-page .feature-step__input,.edit-page .feature-step__select,.edit-page .feature-step__textarea{padding:.6rem .72rem;font-size:.82rem}.edit-page .feature-step__textarea{min-height:80px}.edit-page .feature-step__hint{font-size:.66rem}.edit-page .feature-step__preview{padding:.6rem .7rem}.edit-page .feature-step__preview-label{font-size:.66rem}.edit-page .feature-step__preview-text{font-size:.7rem}.edit-page .feature-step-modal{width:min(680px,92vw);padding:1.2rem 1.3rem;gap:.9rem}.edit-page .feature-step-modal__header h3{font-size:1.05rem}.edit-page .feature-step-modal__header p{font-size:.72rem}.edit-page .feature-step-modal__search{padding:.45rem .65rem}.edit-page .feature-step-modal__search input{font-size:.82rem}.edit-page .feature-step-modal__group h4{font-size:.76rem}.edit-page .feature-step-modal__grid{gap:.6rem}.edit-page .feature-step-modal__option{padding:.6rem .75rem;border-radius:12px}.edit-page .feature-step-modal__option-title{font-size:.82rem}.edit-page .feature-step-modal__option-desc{font-size:.66rem}.edit-page .feature-step-modal__empty{font-size:.7rem}.edit-page .feature-step-modal__link{font-size:.75rem}.feature-add-pill:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.feature-remove-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f121873;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1500}.feature-remove-modal{width:min(420px,90vw);background:var(--card-bg);border-radius:18px;box-shadow:0 24px 48px #14142859;display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem}.feature-remove-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.feature-remove-modal__header h3{margin:0;font-size:1.2rem;font-weight:700;color:var(--primary-color)}.feature-remove-modal__close{background:transparent;border:none;font-size:1.1rem;color:var(--primary-color);cursor:pointer}.feature-remove-modal__body{display:flex;flex-direction:column;gap:.85rem;font-size:.95rem;color:var(--font-color)}.feature-remove-modal__body p{margin:0;line-height:1.45}.feature-remove-modal__field{display:flex;flex-direction:column;gap:.4rem;font-weight:600;color:var(--primary-color)}.feature-remove-modal__field input{border:1px solid rgba(112,105,224,.35);border-radius:10px;padding:.6rem .75rem;font-size:.95rem;color:var(--font-color);background:#fffffff2}.feature-remove-modal__field select{min-height:42px;border:1px solid rgba(112,105,224,.35);border-radius:10px;padding:.55rem .75rem;background:#fffffff2;color:var(--font-color);font-size:.95rem;font-weight:650}.feature-remove-modal__field input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7069e026}.feature-remove-modal__field select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7069e026}.feature-remove-modal__actions{display:flex;justify-content:flex-end;gap:.75rem}.feature-remove-modal__btn{background:#fffffff2;color:var(--primary-color);border:1px solid rgba(112,105,224,.35);border-radius:10px;padding:.55rem 1.25rem;font-weight:600;cursor:pointer;transition:background .2s ease,border .2s ease,transform .2s ease}.feature-remove-modal__btn:hover{background:#7069e01f;transform:translateY(-1px)}.feature-remove-modal__btn--danger{background:#d7373f;border-color:#d7373f;color:#fff;box-shadow:0 12px 22px #d7373f3d}.feature-remove-modal__btn--danger:hover{background:#b42d34;border-color:#b42d34;box-shadow:0 16px 28px #b42d3447}.feature-remove-modal__btn--primary{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 12px 22px #2563eb38}.feature-remove-modal__btn--primary:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 16px 28px #2563eb42}.feature-remove-modal__btn[disabled],.feature-remove-modal__btn--danger[disabled]{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.assistant-toggle{position:fixed;bottom:1.75rem;right:1.75rem;display:inline-flex;align-items:center;gap:.6rem;background:var(--primary-color);color:#fff;border:none;border-radius:999px;padding:.75rem 1.35rem;font-weight:600;box-shadow:0 12px 24px #7069e038;cursor:pointer;z-index:1650;transition:transform .2s ease,box-shadow .2s ease}.assistant-toggle:hover{transform:translateY(-1px);box-shadow:0 16px 32px #49c7c738}.assistant-widget{position:fixed;bottom:5.5rem;right:1.75rem;width:min(420px,92vw);max-height:calc(100vh - 7rem);box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;gap:.85rem;padding:1.5rem;background:#181c3a99;color:#f5f8fff5;border-radius:22px;box-shadow:0 24px 58px #080c2673;border:1px solid rgba(255,255,255,.24);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:1649}.assistant-widget__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.assistant-widget__header h3{margin:0;font-weight:700;color:#fffffffa}.assistant-widget__header p{margin:.25rem 0 0;font-size:.85rem;color:#e7ecffc2}.assistant-widget__close{background:transparent;border:none;color:#ffffffdb;font-size:1.1rem;cursor:pointer}.assistant-widget__controls{display:flex;justify-content:space-between;align-items:center}.feature-assistant-target{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;color:#e7ecffe6}.feature-assistant-target select{border:1px solid rgba(255,255,255,.38);border-radius:10px;padding:.55rem .75rem;background:#f5f8ffeb;font-size:.9rem;color:#1f2335;min-width:220px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.feature-assistant-target select option{color:#1f2335;background:#fff}.locator-discovery{display:flex;flex-direction:column;gap:.7rem;padding:.65rem;border-radius:14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.22)}.locator-discovery__header{display:flex;justify-content:space-between;align-items:center;gap:.8rem;width:100%;padding:.15rem .2rem;color:inherit;background:transparent;border:none;text-align:left;cursor:pointer}.locator-discovery__header div{display:flex;flex-direction:column;gap:.18rem}.locator-discovery__header strong{font-size:.9rem;color:#fff}.locator-discovery__header span{font-size:.76rem;line-height:1.35;color:#e7ecffc2}.locator-discovery__toggle-icon{width:18px;height:18px;flex:0 0 auto;color:#f5f8ffd1;transition:transform .18s ease}.locator-discovery--open .locator-discovery__toggle-icon{transform:rotate(180deg)}.locator-discovery__content{display:flex;flex-direction:column;gap:.65rem}.locator-discovery__search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem}.locator-discovery__search input{width:100%;min-width:0;border:1px solid rgba(255,255,255,.38);border-radius:10px;padding:.55rem .7rem;background:#f5f8fff0;color:#1f2335;font-size:.85rem}.locator-discovery__search button,.locator-card__actions button{border:none;border-radius:10px;background:#2563eb;color:#fff;font-weight:800;cursor:pointer}.locator-discovery__search button{padding:0 .8rem}.locator-discovery__search button:disabled{opacity:.65;cursor:not-allowed}.locator-discovery__message{padding:.55rem .65rem;border-radius:10px;background:#fff8e02e;color:#fff3c4;font-size:.8rem;line-height:1.35}.locator-discovery__list{display:flex;flex-direction:column;gap:.5rem;max-height:min(190px,24vh);overflow-y:auto;padding-right:.25rem}.locator-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.4rem .65rem;padding:.7rem;border-radius:12px;background:#ffffff1f;border:1px solid rgba(255,255,255,.24)}.locator-card__main{min-width:0;display:flex;flex-direction:column;gap:.15rem}.locator-card__main strong{color:#fff;font-size:.86rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.locator-card__main span,.locator-card__meta span{color:#e7ecffb8;font-size:.72rem}.locator-card p{grid-column:1 / -1;margin:0;color:#f5f8ffdb;font-size:.78rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.locator-card__meta{display:flex;gap:.35rem;flex-wrap:wrap}.locator-card__meta span{padding:.12rem .4rem;border-radius:999px;background:#ffffff1a}.locator-card__actions{grid-row:1 / span 2;grid-column:2;display:flex;align-items:flex-start;gap:.35rem}.locator-card__actions button{min-height:30px;padding:0 .5rem;font-size:.72rem}.feature-assistant-history-section{display:flex;flex-direction:column;gap:.55rem;min-height:0}.feature-assistant-history-toggle{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.55rem;padding:.62rem .75rem;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#ffffff14;color:#f5f8fff0;font-weight:800;cursor:pointer}.feature-assistant-history-toggle span:first-child{text-align:left}.feature-assistant-history-toggle span:nth-child(2){min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff21;font-size:.82rem}.feature-assistant-history-toggle svg{width:18px;height:18px;transition:transform .18s ease}.feature-assistant-history-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.feature-assistant-history{display:flex;flex-direction:column;gap:.75rem;max-height:min(220px,28vh);overflow-y:auto;padding-right:.4rem}.feature-assistant-empty{font-size:.9rem;color:#f5f8ffdb;background:#7069e014;border:1px dashed rgba(112,105,224,.2);border-radius:10px;padding:1rem}.feature-assistant-message{display:flex;flex-direction:column;gap:.4rem;padding:.75rem .9rem;border-radius:12px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);color:#f5f8fff5;font-size:.9rem;word-break:break-word;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.feature-assistant-message--assistant{background:#7069e03d;border-color:#ffffff61}.feature-assistant-message__label{font-weight:700;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:#e7ecffb8}.feature-assistant-message__json{margin:0;font-size:.82rem;font-family:Source Code Pro,monospace;white-space:pre-wrap;overflow-x:auto}.feature-assistant-message p{margin:0}.feature-assistant-input{display:flex;flex-direction:column;gap:.75rem;flex:0 0 auto}.feature-step__input,.feature-step__select,.feature-step__textarea,.assistant-widget textarea{border:1px solid rgba(112,105,224,.45);border-radius:12px;padding:.75rem .9rem;font-size:.95rem;color:#262626f2;background:#fff;transition:border .2s ease,box-shadow .2s ease;-webkit-backdrop-filter:none;backdrop-filter:none}.feature-step__input::placeholder,.feature-step__select::placeholder,.feature-step__textarea::placeholder,.assistant-widget textarea::placeholder{color:#2c2c2c8c}.feature-step__input:focus,.feature-step__select:focus,.feature-step__textarea:focus,.assistant-widget textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7069e033;background:#fff}.feature-step__input{font-weight:500;flex:1;min-width:0;width:100%}.feature-step__select{width:100%}.feature-step__textarea{width:100%;min-height:96px;resize:vertical;font-family:inherit}.assistant-widget textarea{min-height:132px;max-height:32vh;resize:vertical;font-family:inherit}.feature-assistant-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-start}.assistant-primary-btn,.assistant-secondary-btn{border:none;border-radius:12px;padding:.65rem 1.4rem;font-weight:700;font-size:.95rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 12px 24px #080c2640}.assistant-primary-btn{background:linear-gradient(120deg,#ffc857,#ff9f43);color:#1f2335}.assistant-secondary-btn{background:#ffffff1f;color:#f5f8fff2;border:1px solid rgba(255,255,255,.3)}.assistant-primary-btn:hover,.assistant-secondary-btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px #080c2659}.assistant-primary-btn:disabled,.assistant-secondary-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.edit-page ::placeholder{color:#2c2c2c80;opacity:1}.edit-error{color:#b00020;font-weight:600}.edit-loading{font-weight:600;text-align:center;color:var(--primary-color)}@media (max-width: 1100px){.feature-editor-column{display:flex;flex-direction:column;min-height:auto;height:auto}.feature-editor-card{padding:1.5rem}.feature-assistant-history{max-height:none}}@media (max-width: 720px){.edit-content-wrapper{padding:1.25rem 1rem 2rem;overflow:visible;min-height:auto}.edit-main-section{--edit-sticky-offset: clamp(3.5rem, 14vw, 4.5rem)}.feature-scenarios-card{--feature-toolbar-height: clamp(2.5rem, 12vw, 3.2rem)}.feature-scenarios-toolbar{padding:.75rem 0}.feature-scenario__header{padding:.55rem 0 .65rem}.feature-step__body{flex-direction:column}.feature-editor-card__actions{width:100%;justify-content:stretch}.feature-editor-card__actions .btn{flex:1;text-align:center}.assistant-toggle{right:1rem;left:1rem;bottom:1rem;justify-content:center}.assistant-widget{right:1rem;left:1rem;width:auto;bottom:5rem}}.edit-page .edit-content-wrapper{max-width:none;margin:0;padding:1.25rem 2rem 2rem;gap:1rem}.edit-page .feature-editor-layout{grid-template-columns:minmax(0,1fr);max-width:none;margin:0;gap:1rem;padding-top:0}.edit-page .feature-editor-column{gap:1rem}.edit-page .edit-card,.edit-page .feature-editor-card,.edit-page .feature-scenario,.edit-page .feature-step,.edit-page .feature-upload-item{border-radius:8px;border:1px solid #d9e0ea;background:#fff;box-shadow:0 1px 2px #1018280f;-webkit-backdrop-filter:none;backdrop-filter:none}.edit-page .feature-editor-card{padding:1rem;gap:1rem}.edit-page .feature-editor-card:first-of-type,.edit-page .feature-upload-card{padding:.8rem 1rem;gap:.7rem}.edit-page .feature-editor-card:first-of-type{display:grid;grid-template-columns:minmax(240px,1fr) minmax(220px,.46fr) auto;align-items:center;column-gap:1rem}.edit-page .feature-editor-card__header{padding-bottom:.75rem;border-bottom:1px solid #edf1f5}.edit-page .feature-editor-card:first-of-type .feature-editor-card__header,.edit-page .feature-upload-card .feature-editor-card__header{padding-bottom:.5rem}.edit-page .feature-editor-card:first-of-type .feature-editor-card__header{padding-bottom:0;border-bottom:0}.edit-page .feature-editor-meta-grid--compact{display:flex;justify-content:flex-end;min-width:0}.edit-page .feature-editor-meta-grid--compact .feature-editor-field{width:min(100%,280px);gap:.25rem}.edit-page .feature-editor-meta-grid--compact .feature-editor-field__label{font-size:.64rem;letter-spacing:.08em}.edit-page .feature-editor-meta-grid--compact select{min-height:36px;padding:.35rem .65rem;font-size:.82rem}.edit-page .feature-editor-card:first-of-type .feature-editor-card__actions{margin-top:0;justify-content:flex-end}.edit-page .feature-editor-card:first-of-type .feature-add-pill{min-height:36px;padding:.45rem .75rem;font-size:.82rem}.edit-page .feature-upload-card .feature-editor-card__header h3{font-size:.95rem;color:#172033}.edit-page .feature-upload-card .feature-editor-card__subtitle{margin:0;font-size:.78rem;line-height:1.35}.edit-page .feature-title-display{padding:0;gap:.45rem;font-size:1.12rem;border-radius:8px;color:#172033}.edit-page .feature-title-display:hover,.edit-page .feature-scenario__title-display:hover{background:transparent}.edit-page .feature-title-edit-icon,.edit-page .feature-scenario__edit-icon{width:16px;height:16px;color:#667085;stroke-width:2;filter:none}.edit-page .feature-title-input,.edit-page .feature-scenario__title-input,.edit-page .feature-editor-field input,.edit-page .feature-editor-field select,.edit-page .feature-step__input,.edit-page .feature-step__select,.edit-page .feature-step__textarea{border-radius:8px;border-color:#cfd8e3;background:#fff;color:#172033;box-shadow:none}.edit-page .feature-editor-field__label,.edit-page .feature-step__field-label{color:#667085}.edit-page .feature-add-pill,.edit-page .feature-add-pill--ghost,.edit-page .feature-add-pill--dashed,.edit-page .feature-step__inline-btn,.edit-page .feature-step__move-option,.edit-page .feature-upload-copy,.edit-page .feature-upload-delete,.edit-page .feature-scenario__remove,.edit-page .feature-step__remove{border-radius:8px;box-shadow:none}.edit-page .feature-add-pill{background:#2563eb;color:#fff}.edit-page .feature-add-pill--ghost,.edit-page .feature-add-pill--dashed,.edit-page .feature-step__inline-btn{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.edit-page .feature-add-pill--dashed{border-style:solid}.edit-page .feature-add-pill svg,.edit-page .feature-step__inline-btn svg,.edit-page .feature-step__remove svg,.edit-page .feature-scenario__remove svg,.edit-page .feature-scenario__step-count svg,.edit-page .feature-step__toggle-icon,.edit-page .feature-step-divider__dot svg,.assistant-toggle svg,.assistant-widget__close svg,.feature-step-modal__close svg,.feature-remove-modal__close svg{width:16px;height:16px;stroke-width:2}.edit-page .feature-editor-card__badge,.edit-page .feature-editor-summary__item,.edit-page .feature-step__counter,.edit-page .feature-step__type-badge{border-radius:8px}.edit-page .feature-editor-card__badge,.edit-page .feature-editor-summary__item,.edit-page .feature-step__counter{background:#eff6ff;color:#1d4ed8}.edit-page .feature-upload-controls{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:.65rem;align-items:center}.edit-page .feature-upload-input{width:100%;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#172033;min-height:40px;padding:.35rem;font-size:.84rem;font-weight:600}.edit-page .feature-upload-input::file-selector-button{border:1px solid #cfd8e3;border-radius:8px;background:#f8fafc;color:#172033;padding:.35rem .65rem;margin-right:.75rem;font-weight:700;cursor:pointer}.edit-page .feature-upload-card .feature-add-pill{min-height:40px;padding:.55rem .9rem;font-size:.84rem}.edit-page .feature-upload-item{background:#f8fafc}.edit-page .feature-upload-copy{border:1px solid #d9e0ea;background:#fff;color:#1d4ed8}.edit-page .feature-upload-delete,.edit-page .feature-step__remove,.edit-page .feature-scenario__remove{border:1px solid #fee4e2;background:#fef3f2;color:#b42318}.edit-page .feature-scenario--active,.edit-page .feature-step--active{border-color:#2563eb;border-left-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a;transform:none}.edit-page .feature-step--expanded{border-left-color:#2563eb;box-shadow:0 1px 2px #1018280f}.edit-page .feature-step-list{margin-left:.75rem;padding-left:1.15rem}.edit-page .feature-step-list:before{left:.25rem;background:#d9e0ea}.edit-page .feature-step:before{left:-1.22rem;width:8px;height:8px;background:#98a2b3;opacity:1}.edit-page .feature-step-divider{margin-left:-.85rem}.edit-page .feature-step-divider__dot{width:20px;height:20px;border-radius:8px;border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.edit-page .feature-step-divider:hover .feature-step-divider__dot,.edit-page .feature-step-divider:focus-visible .feature-step-divider__dot{transform:none;background:#dbeafe}.edit-page .feature-step__action-trigger{border-radius:8px;border-color:#cfd8e3;box-shadow:none;transform:none;min-height:58px;background:#fff}.edit-page .feature-step__fields{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start;gap:.75rem}.edit-page .feature-step__field--half{max-width:none}.edit-page .feature-step__input,.edit-page .feature-step__select,.edit-page .feature-step__textarea{width:100%;min-height:42px;font-size:.9rem;padding:.6rem .75rem}.edit-page .feature-step__action-trigger:hover,.edit-page .feature-step__action-trigger:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;transform:none}.edit-page .feature-step__action-trigger svg{width:18px;height:18px;color:#2563eb}.edit-page .feature-step__preview{border-radius:8px;background:#f8fafc;border:1px solid #edf1f5;padding:.65rem .8rem}.edit-page .feature-step__section{display:flex;flex-direction:column;gap:.65rem;border:1px solid #edf1f5;border-radius:8px;background:#fbfcfe;padding:.8rem}.edit-page .feature-step__section--catalog{background:#fff}.edit-page .feature-step__section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding-bottom:.45rem;border-bottom:1px solid #edf1f5}.edit-page .feature-step__section-heading span,.edit-page .feature-step__field-label,.edit-page .feature-step__preview-label{color:#667085;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.edit-page .feature-step__section-heading strong{color:#172033;font-size:.9rem}.edit-page .feature-step__action-trigger-title{font-size:.92rem;font-weight:800;color:#172033}.edit-page .feature-step__action-trigger-subtitle{font-size:.76rem;color:#667085}.edit-page .feature-step__body{gap:.75rem}.edit-page .feature-step__quick-actions{margin-top:.55rem}.edit-page .feature-scenario__meta-action{min-height:34px;border:1px solid #d9e0ea;border-radius:8px;padding:0 .65rem;background:#fff;color:#344054;font-size:.78rem;font-weight:800;cursor:pointer}.edit-page .feature-scenario__meta-action:hover,.edit-page .feature-scenario__meta-action:focus-visible{border-color:#2563eb;color:#1d4ed8;outline:none}.edit-page .feature-scenario__step-count{min-height:34px;padding:0 .55rem;border:1px solid #d9e0ea;border-radius:8px;color:#344054;font-size:.84rem}.edit-page .feature-step-modal,.edit-page .feature-remove-modal,.edit-page .assistant-widget{border-radius:8px}.edit-page .feature-step-modal{width:min(1180px,94vw)}.edit-page .feature-step-modal__workspace{min-height:0;display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;overflow:hidden}.edit-page .feature-step-modal__body{min-height:0}.edit-page .feature-step-modal__option{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:flex-start;gap:.65rem;min-height:82px}.edit-page .feature-step-modal__option-icon{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:#eff6ff;color:#1d4ed8}.edit-page .feature-step-modal__option-icon svg{width:18px;height:18px}.edit-page .feature-step-modal__option-copy{display:flex;min-width:0;flex-direction:column;gap:.25rem}.edit-page .feature-step-modal__tokens{border:1px solid #d9e0ea;border-radius:8px;padding:.9rem;background:#f8fafc;display:flex;flex-direction:column;gap:.75rem;min-height:0}.edit-page .feature-step-modal__tokens h4{margin:0;color:#172033;font-size:.88rem}.edit-page .feature-step-modal__tokens p{margin:.25rem 0 0;color:#667085;font-size:.72rem;line-height:1.4}.edit-page .feature-step-modal__token-list{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.edit-page .feature-step-modal__token-list button{border:1px solid #d9e0ea;border-radius:8px;padding:.6rem;background:#fff;color:#172033;display:flex;flex-direction:column;gap:.25rem;text-align:left;cursor:copy}.edit-page .feature-step-modal__token-list button:hover,.edit-page .feature-step-modal__token-list button:focus-visible{border-color:#2563eb;outline:none}.edit-page .feature-step-modal__token-list span{color:#344054;font-size:.78rem;font-weight:800}.edit-page .feature-step-modal__token-list code{color:#1d4ed8;overflow-wrap:anywhere;font-size:.72rem}.edit-page .feature-step-modal__credential-note{margin-top:auto;display:flex;align-items:flex-start;gap:.45rem;color:#667085;font-size:.72rem;line-height:1.35}.edit-page .feature-step-modal__credential-note svg{width:16px;height:16px;color:#1d4ed8;flex:0 0 auto}.edit-page .feature-editor-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start}.feature-variable-sidebar{position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow:hidden;display:flex;flex-direction:column;gap:.55rem;padding:.85rem;border:1px solid #d9e0ea;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1018280f}.feature-variable-sidebar__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.6rem;border-bottom:1px solid #edf1f5}.feature-variable-sidebar__header svg{width:20px;height:20px;color:#2563eb}.feature-variable-sidebar h3,.feature-variable-sidebar h4,.feature-variable-sidebar p{margin:0}.feature-variable-sidebar h3{color:#172033;font-size:.95rem}.feature-variable-sidebar__intro,.feature-variable-sidebar__status,.feature-variable-sidebar__feedback,.feature-variable-sidebar__error{color:#667085;font-size:.78rem;line-height:1.45}.feature-variable-sidebar__feedback{padding:.55rem .65rem;border-radius:8px;background:#ecfdf3;color:#027a48;font-weight:700}.feature-variable-sidebar__error{padding:.55rem .65rem;border-radius:8px;background:#fef3f2;color:#b42318;font-weight:700}.feature-variable-sidebar__groups{min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.45rem;padding-right:.15rem}.feature-variable-group{display:flex;flex-direction:column;gap:.35rem}.feature-variable-group__toggle{width:100%;border:0;border-radius:8px;padding:.45rem .5rem;background:#f8fafc;color:#172033;display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:.45rem;font-size:.76rem;font-weight:850;letter-spacing:.04em;text-align:left;text-transform:uppercase;cursor:pointer}.feature-variable-group__toggle:hover,.feature-variable-group__toggle:focus-visible{background:#eff6ff;outline:none}.feature-variable-group__count{min-width:1.45rem;height:1.25rem;border-radius:999px;display:grid;place-items:center;background:#e7edf6;color:#344054;font-size:.68rem;font-weight:850}.feature-variable-group__add{width:1.35rem;height:1.35rem;border-radius:7px;display:grid;place-items:center;color:#2563eb;background:#eff6ff}.feature-variable-group__add:hover,.feature-variable-group__add:focus-visible{background:#dbeafe;outline:none}.feature-variable-group__add svg{width:13px;height:13px}.feature-variable-group__chevron{width:15px;height:15px;color:#667085;transition:transform .15s ease}.feature-variable-group__chevron--open{transform:rotate(180deg)}.feature-variable-group__empty{padding:.52rem .6rem;border:1px dashed #cfd8e3;border-radius:8px;background:#f8fafc;color:#667085;font-size:.7rem;line-height:1.4}.feature-variable-token-list{display:flex;flex-direction:column;gap:.35rem}.feature-variable-token{width:100%;border:1px solid #d9e0ea;border-radius:8px;padding:.48rem .52rem;background:#fff;color:#172033;display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:.5rem;align-items:center;text-align:left;cursor:grab}.feature-variable-token:hover,.feature-variable-token:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.feature-variable-token:active{cursor:grabbing}.feature-variable-token__icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#eff6ff;color:#2563eb}.feature-variable-token__icon svg{width:15px;height:15px}.feature-variable-token--secret .feature-variable-token__icon{background:#fef3f2;color:#b42318}.feature-variable-token--base-url .feature-variable-token__icon{background:#ecfdf3;color:#027a48}.feature-variable-token--attachment .feature-variable-token__icon{background:#fff7ed;color:#c2410c}.feature-variable-token__content{min-width:0;display:flex;flex-direction:column;gap:.28rem}.feature-variable-token__top,.feature-variable-token__bottom{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:.45rem}.feature-variable-token__name{color:#172033;font-size:.75rem;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-token-chip{max-width:100%;border:1px solid #bfdbfe;border-radius:999px;padding:.12rem .42rem;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;font-family:Source Code Pro,monospace;font-size:.68rem;font-weight:800;line-height:1.35;vertical-align:baseline;white-space:nowrap}.feature-step__token-field{position:relative;display:block}.feature-step__token-field--textarea{min-height:80px}.feature-step__input--tokenized,.feature-step__textarea--tokenized{color:transparent;caret-color:#172033}.feature-step__input--tokenized:focus,.feature-step__textarea--tokenized:focus{color:#172033}.feature-step__input--tokenized:focus+.feature-token-input-overlay,.feature-step__textarea--tokenized:focus+.feature-token-input-overlay{opacity:0}.feature-step__field--drop-target .feature-step__input--tokenized,.feature-step__field--drop-target .feature-step__textarea--tokenized{color:transparent}.feature-step__field--drop-target .feature-token-input-overlay{opacity:1!important}.feature-token-input-overlay{position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:7px;padding:.6rem .72rem;display:flex;align-items:center;gap:.16rem;pointer-events:none;color:#172033;font-size:.82rem;line-height:1.2;overflow:hidden;white-space:nowrap;background:#fff}.feature-token-input-overlay--drop{background:#eff6ff}.feature-token-input-overlay--textarea{align-items:flex-start;min-height:calc(100% - 2px);white-space:pre-wrap;overflow:hidden}.feature-variable-token__env{color:#667085;flex:0 0 auto;font-size:.64rem;font-weight:800}.feature-variable-token__preview{min-width:0;color:#344054;font-size:.68rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-variable-token__preview--secret{color:#b42318;letter-spacing:.08em}.feature-variable-token__delete{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;color:#b42318;cursor:pointer}.feature-variable-token__delete:hover,.feature-variable-token__delete:focus-visible{background:#fef3f2;outline:none}.feature-variable-token__delete svg{width:14px;height:14px}.feature-attachment-uploader{display:grid;gap:.35rem}.feature-attachment-uploader__input{display:none}.feature-attachment-uploader__button{min-height:34px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;gap:.38rem;font-size:.74rem;font-weight:850;cursor:pointer}.feature-attachment-uploader__button:disabled{cursor:wait;opacity:.7}.feature-attachment-uploader__button svg{width:14px;height:14px}.feature-attachment-uploader__status,.feature-attachment-uploader__error{color:#667085;font-size:.7rem;font-weight:700}.feature-attachment-uploader__error{color:#b42318}.feature-token-create-modal{width:min(480px,92vw)}.feature-token-create-modal__upload{min-height:42px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-size:.9rem;font-weight:850;cursor:pointer}.feature-token-create-modal__upload:disabled{cursor:wait;opacity:.7}.feature-token-create-modal__upload svg{width:16px;height:16px}.feature-step__field--drop-target .feature-step__input,.feature-step__field--drop-target .feature-step__textarea{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}@media (max-width: 720px){.edit-page .edit-content-wrapper{padding:1rem}.edit-page .feature-editor-layout{grid-template-columns:1fr}.edit-page .feature-editor-card:first-of-type{grid-template-columns:1fr;align-items:stretch}.edit-page .feature-editor-meta-grid--compact,.edit-page .feature-editor-card:first-of-type .feature-editor-card__actions{justify-content:stretch}.edit-page .feature-editor-meta-grid--compact .feature-editor-field,.edit-page .feature-editor-card:first-of-type .feature-editor-card__actions-right{width:100%}.feature-variable-sidebar{position:static;max-height:none}.edit-page .feature-upload-controls,.edit-page .feature-step-modal__workspace{grid-template-columns:1fr}}:root{--card-bg: #ffffff;--card-shadow: 0 1px 2px rgba(16, 24, 40, .06);--primary-color: #2563eb;--primary-strong: #1d4ed8;--bg-color: #f4f6f8;--font-family: "Montserrat", sans-serif;--font-color: #172033;color-scheme:light}html,body{width:100%;min-height:100%;background:var(--bg-color);color:var(--font-color);font-family:var(--font-family)}.tenants-content-wrapper{width:100%;max-width:none;margin:0;padding:1.25rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem}.tenants-highlight,.tenants-table-card{background:#fff;border:1px solid #d9e0ea;border-radius:8px;box-shadow:var(--card-shadow)}.tenants-highlight{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.9rem;align-items:center;padding:1rem}.highlight-icon{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;background:#eff6ff;color:#1d4ed8}.highlight-icon svg{width:20px;height:20px}.highlight-labels{display:flex;flex-direction:column;gap:.15rem;min-width:0}.highlight-caption{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#667085;font-weight:800}.highlight-name{font-size:1.15rem;color:#172033;margin:0}.highlight-description{color:#667085;margin:0;line-height:1.45}.highlight-empty,.tenants-empty{margin:0;font-weight:700;color:#667085}.tenants-empty{padding:2rem;text-align:center}.environment-chip{display:inline-flex;align-items:center;justify-content:center;padding:.28rem .7rem;border-radius:999px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.environment-chip.production{background:#ecfdf3;color:#15803d}.environment-chip.test{background:#eff6ff;color:#1d4ed8}.tenants-table-card{display:flex;flex-direction:column;min-height:0}.tenants-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:1rem;border-bottom:1px solid #edf1f5}.tenants-toolbar h2{margin:0;color:#172033;font-size:1.12rem}.tenants-toolbar p{margin:.25rem 0 0;color:#667085;font-size:.86rem}.tenants-filters{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tenants-search{min-width:min(360px,100%);display:flex;align-items:center;gap:.5rem;border:1px solid #cfd8e3;border-radius:8px;padding:0 .75rem;background:#fff}.tenants-search svg{width:17px;height:17px;color:#667085}.tenants-search input,.tenants-filters select{height:42px;border:0;outline:0;background:transparent;color:#172033;font:inherit;font-size:.9rem;font-weight:700}.tenants-search input{width:100%}.tenants-filters select{border:1px solid #cfd8e3;border-radius:8px;padding:0 .75rem;background:#fff}.tenants-table-scroll{overflow-x:auto}.tenants-table{width:100%;min-width:880px;border-collapse:collapse}.tenants-table th,.tenants-table td{padding:.8rem 1rem;text-align:left;border-bottom:1px solid #edf1f5;vertical-align:middle}.tenants-table th{background:#f8fafc;color:#667085;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tenants-table tr.active td{background:#f8fbff}.tenants-table td strong{display:block;color:#172033}.tenants-table td span:not(.environment-chip):not(.slider){display:block;margin-top:.2rem;color:#667085;font-size:.82rem}.tenants-table code{color:#344054;background:#f2f4f7;border-radius:6px;padding:.2rem .4rem}.switch{position:relative;display:inline-block;width:44px;height:24px;flex:0 0 auto}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background-color:#d9e0ea;transition:.2s;border-radius:999px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%;box-shadow:0 1px 3px #10182833}.switch input:checked+.slider{background-color:#16a34a}.switch input:checked+.slider:before{transform:translate(20px)}.enter-button{border:1px solid #2563eb;background:#2563eb;color:#fff;min-height:38px;padding:.5rem .85rem;border-radius:8px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.enter-button svg{width:16px;height:16px}.enter-button:hover:not(:disabled),.enter-button:focus-visible:not(:disabled){background:#1d4ed8;outline:none}.enter-button:disabled{background:#f2f4f7;border-color:#d9e0ea;color:#667085;cursor:default}.tenants-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;color:#667085;font-weight:700;border-top:1px solid #edf1f5}.tenants-pagination div{display:inline-flex;gap:.5rem}.tenants-pagination button{border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#172033;padding:.45rem .75rem;font-weight:800;cursor:pointer}.tenants-pagination button:disabled{opacity:.45;cursor:not-allowed}@media (max-width: 900px){.tenants-highlight,.tenants-toolbar,.tenants-pagination{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.tenants-content-wrapper{padding:1rem}}.report-page{display:flex;flex-direction:column;min-height:100vh;background-color:#eef1f6;color:#1f2933}.report-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#1f2933;color:#fff;box-shadow:0 2px 4px #00000014}.report-header-left h1{margin:0;font-size:1.4rem}.report-header-left span{display:block;margin-top:.25rem;font-size:.95rem;color:#d1d5db}.report-header-actions{display:flex;align-items:center;gap:.75rem}.btn-primary,.btn-secondary{border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;transition:background-color .2s ease,color .2s ease}.btn-primary{background-color:#2563eb;color:#fff}.btn-secondary{background-color:#fff;color:#1f2933}.btn-secondary:hover{background-color:#f3f4f6}.report-content{flex:1;display:grid;grid-template-rows:auto 1fr;gap:1rem;padding:1.5rem}.report-status-card,.report-frame-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #0f172a14;padding:1.25rem}.report-status-card h2{margin:0 0 .75rem;font-size:1.1rem}.report-status-details p{margin:.25rem 0}.report-error{color:#dc2626;font-weight:600}.report-hint{color:#4b5563}.report-frame-wrapper{display:flex;flex-direction:column}.report-frame{flex:1;border:none;width:100%;border-radius:6px;box-shadow:inset 0 0 0 1px #0f172a0d;min-height:60vh}.report-placeholder{flex:1;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.95rem}.suite-page{display:flex;flex-direction:column;min-height:100vh;background-color:#eef1f6;color:#1f2933}.suite-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#1f2933;color:#fff;box-shadow:0 2px 4px #0f172a14}.suite-header-left h1{margin:0;font-size:1.4rem}.suite-header-left span{display:block;margin-top:.25rem;font-size:.95rem;color:#d1d5db}.suite-header-actions{display:flex;align-items:center;gap:.75rem}.btn-primary{border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;background-color:#2563eb;color:#fff;transition:background-color .2s ease}.btn-primary:hover{background-color:#1d4ed8}.suite-content{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.suite-status-card{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 6px #0f172a14;font-size:1rem;line-height:1.6}.suite-error{border-left:4px solid #dc2626;color:#b91c1c}.suite-results{display:flex;flex-direction:column;gap:1.5rem}.suite-summary{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 6px #0f172a14;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;font-size:1rem}.suite-tests{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 6px #0f172a14}.suite-tests h3{margin-top:0;margin-bottom:1rem}.suite-test-card{padding:1rem;border-radius:6px;border:1px solid #d1d5db;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;background-color:#f9fafb}.suite-test-card:last-child{margin-bottom:0}.suite-test-card.success{border-left:4px solid #10b981}.suite-test-card.failure{border-left:4px solid #ef4444}.suite-test-info h4{margin:0 0 .3rem}.suite-test-info p{margin:0;font-size:.95rem;color:#4b5563}.suite-test-report{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.suite-test-report:hover{background-color:#1d4ed8}:root{--card-bg: #fff;--card-radius: 8px;--card-shadow: 0 1px 2px rgba(16, 24, 40, .06);--primary-color: #2563eb;--secondary-color: #0f766e;--accent-color: #0f766e;--bg-color: #f4f6f8;--font-family: "Montserrat", sans-serif;--font-color: #172033;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;background:var(--bg-color);color:var(--font-color);font-family:var(--font-family);overflow-x:hidden;overflow-y:auto}.test-layout{display:flex;width:100%;min-height:100vh;height:100vh;overflow-x:hidden}.test-sidebar{background:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-right:1px solid rgba(80,53,166,.15);width:240px;transition:width .3s ease;display:flex;flex-direction:column;overflow:hidden;position:sticky;top:0;align-self:flex-start;height:100vh}.test-sidebar.collapsed{width:72px}.test-sidebar-top{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1rem 1rem;border-bottom:1px solid rgba(80,53,166,.1);gap:.75rem}.test-sidebar.collapsed .test-sidebar-top{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem .5rem .75rem}.test-logo-container{text-align:center;flex:1}.test-sidebar.collapsed .test-logo-container{width:100%;display:flex;justify-content:center}.test-logo-container.collapsed{flex:initial}.test-sidebar-logo-img{max-width:120px;height:auto;transition:max-width .2s ease}.test-sidebar.collapsed .test-sidebar-logo-img{max-width:36px}.test-toggle-btn{border:none;background:linear-gradient(135deg,#7069e033,#49c7c740);color:var(--primary-color);border-radius:999px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.test-toggle-btn svg{width:1.6rem;height:1.6rem}.test-toggle-btn:hover{transform:translate(1px);box-shadow:0 6px 12px #5035a61f}.test-sidebar-menu{flex:1;overflow-y:auto}.test-sidebar-menu ul{list-style:none}.test-sidebar-menu li{border-bottom:1px solid rgba(80,53,166,.08)}.test-menu-item{display:flex;align-items:center;gap:1rem;padding:.8rem 1.2rem;color:var(--primary-color);text-decoration:none;font-weight:600;transition:background .3s ease,color .3s ease}.test-menu-item:hover{background:#7069e014;color:#5035a6}.test-sidebar.collapsed .test-menu-item{justify-content:center;padding:.9rem 0}.test-main-section{flex:1;display:flex;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto}.test-top-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:linear-gradient(135deg,#7069e09e,#49c7c780);color:#fff;padding:1.1rem 2.2rem;box-shadow:0 22px 44px #12163840;position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.test-header-title{margin:0;font-weight:700;font-size:1.4rem;letter-spacing:.01em;color:#fff;text-shadow:0 6px 18px rgba(16,22,53,.35)}.test-content-wrapper{flex:1 1 auto;width:100%;max-width:none;margin:0;padding:1.5rem 2rem 2rem;overflow:visible;min-height:0}.test-loading-indicator{margin-top:1rem;font-weight:600;color:var(--primary-color)}.test-card{width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;padding:2.4rem;box-shadow:0 24px 48px #30237529;margin-bottom:2rem;display:flex;flex-direction:column;gap:2rem;border:1px solid rgba(112,105,224,.16)}.test-card-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;text-align:left}.test-card-title{margin:0;font-weight:700;color:#342a79;font-size:1.65rem}.test-card-subtitle{color:#342a79bf;max-width:30rem;font-size:.96rem;line-height:1.45}.test-card-actions{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.test-control{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:600;color:#342a79d9}.test-suite-list{display:flex;flex-direction:column;gap:1rem}.test-suite-row{background:#fffffff2;border-radius:18px;border:1px solid rgba(112,105,224,.16);box-shadow:0 18px 32px #3023751a;padding:1.3rem 1.4rem;display:flex;flex-direction:column;gap:1.1rem;transition:transform .2s ease,box-shadow .2s ease}.test-suite-row.expanded{transform:translateY(-2px);box-shadow:0 22px 40px #1b1b5933}.test-suite-row-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem}.test-suite-actions{display:flex;gap:.6rem;flex-wrap:wrap}.test-suite-toggle{border:none;background:none;padding:0;display:inline-flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.05rem;color:#342a79;cursor:pointer;transition:color .2s ease}.test-suite-toggle:hover,.test-suite-toggle:focus-visible{color:#1d1b61;outline:none}.test-suite-toggle-icon{font-size:1.1rem;color:#342a79a6;transition:transform .2s ease}.test-suite-row.expanded .test-suite-toggle-icon{transform:rotate(90deg)}.test-suite-name{display:inline-flex;align-items:center;gap:.3rem}.test-suite-count{font-size:.8rem;font-weight:600;color:#342a798c;padding:.2rem .75rem;border-radius:999px;background:#7069e01f}.test-suite-progress{flex:1;display:flex;flex-direction:column;gap:.55rem;min-width:220px}.test-suite-progress-bar{position:relative;width:100%;height:12px;border-radius:999px;background:#7069e01f;overflow:hidden}.test-suite-progress-ok{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,#1f9e73e6,#49c7c7e6);transition:width .4s ease}.test-suite-progress-meta{display:flex;flex-wrap:wrap;gap:.8rem;font-weight:600;font-size:.8rem;color:#342a79a6}.test-suite-progress-meta span,.test-suite-test-stats span{display:inline-flex;align-items:baseline;gap:.25rem;text-transform:none}.metric-label,.metric-value{text-transform:none!important}.test-suite-progress-meta .ok{color:#1d9a73}.test-suite-progress-meta .fail{color:#d9534f}.test-suite-progress-meta .rate{color:#0b3d62;font-weight:700}.test-suite-tests{border-top:1px solid rgba(112,105,224,.16);padding-top:1rem}.test-suite-test-list{list-style:none;display:flex;flex-direction:column;gap:.9rem;margin:0;padding:0}.test-suite-test-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.95rem 1.1rem;border-radius:14px;background:#7069e00d;border:1px solid rgba(112,105,224,.12);transition:transform .2s ease,box-shadow .2s ease}.test-suite-test-row:hover{transform:translateY(-1px);box-shadow:0 12px 24px #3023751f}.test-suite-test-meta{display:flex;flex-direction:column;gap:.35rem;text-align:left}.test-suite-test-heading{display:flex;flex-direction:column;gap:.2rem}.test-suite-test-meta h4{margin:0;font-size:1rem;font-weight:600;color:#342a79}.test-suite-test-id{font-size:.78rem;color:#342a7999;word-break:break-all}.test-suite-test-tags{display:flex;flex-wrap:wrap;gap:.4rem}.test-suite-test-tag{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;border-radius:999px;padding:.2rem .65rem;background:#342a7914;color:#342a79}.test-suite-test-tag--suite{background:#342a791f}.test-suite-test-tag--platform{background:#1d9a731f;color:#1d9a73}.test-suite-test-stats{display:flex;gap:.75rem;font-size:.8rem;font-weight:600;color:#342a79a6}.test-suite-test-stats span.ok{color:#1d9a73}.test-suite-test-stats span.fail{color:#d9534f}.test-control span{text-transform:uppercase;letter-spacing:.05em}.test-control input,.test-control select{border-radius:12px;border:1px solid rgba(112,105,224,.35);padding:.6rem .9rem;background:#fffffff2;color:#342a79;font-weight:600;min-width:12rem;transition:border-color .2s ease,box-shadow .2s ease}.test-control input:focus,.test-control select:focus{outline:none;border-color:#7069e0bf;box-shadow:0 0 0 3px #7069e026}.test-empty-state{text-align:center;color:#342a79a6;font-weight:600}.test-action-buttons{display:flex;gap:.6rem;flex-wrap:wrap}.test-btn-run,.test-btn-logs,.test-btn-edit,.test-btn-create{border:none;border-radius:999px;padding:.5rem 1.1rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;display:inline-flex;align-items:center;justify-content:center}.test-btn-run{background:linear-gradient(135deg,#7069e0f2,#49c7c7e6);color:#fff;box-shadow:0 8px 18px #4d61f747;width:2.6rem;height:2.6rem;padding:0}.test-btn-run:hover{transform:translateY(-1px);box-shadow:0 10px 20px #4d61f759}.test-btn-run svg{width:1.1rem;height:1.1rem}.test-btn-run-suite{position:relative;padding:0}.test-btn-run-suite-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.suite-icon-play{width:1.1rem;height:1.1rem}.suite-icon-link{position:absolute;bottom:-.25rem;right:-.25rem;width:.9rem;height:.9rem;background:#342a79e6;border-radius:50%;padding:.15rem;color:#fff}.test-btn-delete{background:#e0696929;color:#8a1f1f;width:2.6rem;height:2.6rem;padding:0;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #e0696929;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.test-btn-delete svg{width:1rem;height:1rem}.test-btn-delete:hover,.test-btn-delete:focus-visible{background:#e069693d;transform:translateY(-1px);box-shadow:0 10px 22px #e0696947;outline:none}.test-btn-logs{background:#7069e024;color:#36248b}.test-btn-logs:hover{background:#7069e033}.test-btn-edit{background:#49c7c724;color:#227b7b}.test-btn-edit:hover{background:#49c7c738}.test-btn-create{background:linear-gradient(135deg,#7069e0d9,#49c7c7d9);color:#fff}.test-btn-create:hover{transform:translateY(-1px);box-shadow:0 10px 22px #4a7ee659}.test-btn-create-suite{gap:.35rem;padding:.45rem .95rem;font-size:.9rem}.test-btn-create-suite svg{width:.9rem;height:.9rem}.test-pagination-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;justify-content:space-between;padding-top:.75rem;border-top:1px solid rgba(112,105,224,.16)}.test-pagination-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.test-page-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:.45rem .85rem;border-radius:10px;font-weight:600;background:#7069e024;color:#36248b;cursor:pointer;transition:all .2s ease}.test-page-button.active,.test-page-button:hover{background:linear-gradient(135deg,#7069e0e6,#49c7c7e6);color:#fff;box-shadow:0 10px 20px #3e3baf47}.test-pagination-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.test-page-size-control{min-width:auto}.test-page-size-control select{min-width:8rem}.test-total-elements{font-weight:600;color:#36248ba6}@media (max-width: 960px){.test-suite-row-header{align-items:flex-start}.test-suite-progress{width:100%}.test-suite-test-row{flex-direction:column;align-items:flex-start}.test-action-buttons{width:100%;justify-content:flex-start}}@media (max-width: 720px){.test-card{padding:1.8rem}.test-card-actions{width:100%;flex-direction:column;align-items:stretch}.test-control input,.test-control select{width:100%}.test-suite-progress{min-width:0}.test-suite-progress-meta{gap:.6rem}}.test-workspace{max-width:none;margin:0;padding:1.25rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem}.test-context-panel{display:grid;grid-template-columns:minmax(260px,.95fr) minmax(240px,.85fr) minmax(360px,1.6fr) auto;gap:.75rem;align-items:stretch;background:#fff;border:1px solid #d9e0ea;border-radius:8px;padding:.85rem;box-shadow:var(--card-shadow)}.test-context-item{display:flex;flex-direction:column;gap:.2rem;min-width:0;padding:.15rem .6rem;border-left:3px solid #d9e0ea}.test-context-item--control{padding-top:0}.test-context-control{display:flex;flex-direction:column;gap:.35rem}.test-context-item span,.test-control span{color:#667085;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.test-context-control select{width:100%;border-radius:8px;border:1px solid #cfd8e3;color:#172033;background:#fff;padding:.55rem .72rem;font-weight:700}.test-context-control select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.test-context-item strong{color:#172033;font-size:.98rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.test-context-item small{color:#667085;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.35}.test-context-action{align-self:center;border:1px solid #2563eb;background:#2563eb;color:#fff;border-radius:8px;padding:.65rem .85rem;font-weight:800;cursor:pointer;white-space:nowrap}.test-context-action:hover,.test-context-action:focus-visible{background:#1d4ed8;outline:none}.test-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:var(--card-shadow);border:1px solid #d9e0ea;gap:1rem}.test-card-header{align-items:flex-start;border-bottom:1px solid #edf1f5;padding-bottom:1rem;display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:1rem}.test-card-title{color:#172033;font-size:1.18rem}.test-card-subtitle{color:#667085;max-width:40rem;font-size:.88rem}.test-card-actions{justify-content:flex-end;gap:.65rem;display:flex;align-items:flex-end}.test-control{color:#344054}.test-control input,.test-control select{border-radius:8px;border:1px solid #cfd8e3;color:#172033;background:#fff;min-width:10.5rem;padding:.55rem .72rem}.test-control input:focus,.test-control select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.test-suite-list{gap:.75rem}.test-suite-row{border-radius:8px;border:1px solid #d9e0ea;box-shadow:none;background:#fff;padding:.85rem 1rem}.test-suite-row.expanded{transform:none;box-shadow:0 8px 20px #10182814;border-color:#b8c7da}.test-suite-toggle{color:#172033;min-width:0}.test-suite-count,.test-suite-test-tag{border-radius:999px;background:#f2f4f7;color:#344054}.test-suite-progress-bar{height:10px;background:#edf1f5}.test-suite-row-header{display:grid;grid-template-columns:minmax(260px,1.15fr) 144px minmax(360px,2fr);align-items:center;gap:1rem}.test-suite-actions{display:grid;grid-template-columns:repeat(3,40px);gap:.45rem;align-items:center;justify-content:start}.test-suite-progress{min-width:0}.test-suite-progress-ok{background:#16a34a}.test-suite-progress-meta{color:#667085}.test-suite-progress-meta .ok,.test-suite-test-stats span.ok{color:#15803d}.test-suite-progress-meta .fail,.test-suite-test-stats span.fail{color:#b42318}.test-suite-progress-meta .rate{color:#1d4ed8}.test-suite-tests{border-top-color:#edf1f5}.test-suite-test-row{border-radius:8px;background:#f8fafc;border-color:#e4eaf1;box-shadow:none}.test-suite-test-row:hover{transform:none;box-shadow:0 6px 14px #10182814}.test-suite-test-meta h4{color:#172033}.test-suite-test-id,.test-suite-test-stats,.test-total-elements{color:#667085}.test-btn-run,.test-btn-logs,.test-btn-edit,.test-btn-create,.test-btn-delete,.test-page-button{border-radius:8px;box-shadow:none}.test-btn-run,.test-btn-delete,.test-btn-create-suite{width:40px;height:40px;min-width:40px;padding:0}.test-btn-run,.test-btn-create{background:#2563eb;color:#fff}.test-btn-run:hover,.test-btn-create:hover{background:#1d4ed8;box-shadow:none}.test-btn-run-suite{position:relative}.test-btn-run-suite .suite-icon-link{display:none}.test-btn-logs{background:#eff6ff;color:#1d4ed8}.test-btn-edit{background:#ecfdf3;color:#15803d}.test-btn-delete{background:#fef3f2;color:#b42318}.suite-icon-link{background:#101828}.test-page-button{border:1px solid #d9e0ea;background:#fff;color:#344054}.test-page-button.active,.test-page-button:hover{background:#2563eb;color:#fff;box-shadow:none;border-color:#2563eb}.test-pagination-controls{border-top-color:#edf1f5}@media (max-width: 1100px){.test-context-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.test-context-action{width:100%}}@media (max-width: 1280px){.test-suite-row-header{grid-template-columns:minmax(220px,1fr) 144px}.test-suite-progress{grid-column:1 / -1}}@media (max-width: 720px){.test-workspace{padding:1rem}.test-context-panel,.test-card-header,.test-suite-row-header{grid-template-columns:1fr}.test-suite-actions{justify-content:start}}.runs-layout{background:#f4f6f8}.runs-page{position:relative;min-height:100%}.runs-main{background:transparent}.test-menu-item.active{background:#7069e02e;color:#5035a6;font-weight:700}.test-menu-item.active svg{color:#5035a6}.runs-header{flex-wrap:wrap}.runs-subtitle{margin-top:.25rem;font-size:.9rem;opacity:.85}.runs-content-wrapper{padding:1.5rem 2rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.runs-panels{display:grid;grid-template-columns:minmax(320px,420px) 1fr;gap:1.5rem;min-height:520px}.runs-list-panel,.runs-detail-panel{background:#ffffffe6;border-radius:16px;box-shadow:0 16px 32px #30226a2e;padding:1.3rem;display:flex;flex-direction:column;min-height:0}.runs-panel-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.runs-panel-title{display:flex;align-items:center;gap:.6rem;font-weight:700;color:#3e2e9c;font-size:1.05rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.runs-panel-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.runs-filter-bar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:.9rem}.runs-filter-control{display:flex;flex-direction:column;gap:.2rem;font-size:.78rem;font-weight:600;color:#2c2c2cbf}.runs-filter-control select{border-radius:10px;border:1px solid rgba(112,105,224,.35);padding:.45rem .8rem;background:#fffffff2;color:#352f80;min-width:180px;box-shadow:0 6px 14px #0f172a14}.runs-filter-clear{border:none;border-radius:999px;padding:.5rem 1rem;font-weight:600;background:#7069e02e;color:#3e2e9c;cursor:pointer;transition:background .2s ease,opacity .2s ease}.runs-filter-clear:disabled{opacity:.45;cursor:not-allowed}.runs-page-size{display:flex;align-items:center;gap:.45rem;font-size:.78rem;font-weight:600;color:#2c2c2cbf}.runs-page-size select{border-radius:6px;border:1px solid rgba(112,105,224,.35);padding:.35rem .5rem;background:#fffffff2;font-size:.85rem;width:70px;text-align:center;color:#352f80;box-shadow:0 6px 14px #0f172a1a}.runs-pagination{display:flex;align-items:center;gap:.6rem}.runs-pagination button{border:1px solid rgba(112,105,224,.35);background:#fffffff2;color:#352f80;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease;box-shadow:0 6px 14px #0f172a14}.runs-pagination button svg{width:16px;height:16px;color:inherit}.runs-pagination button:disabled{opacity:.45;cursor:not-allowed;background:#f8faff99}.runs-pagination span{font-size:.85rem;color:#2c2c2ccc;min-width:48px;text-align:center}.runs-pagination button:not(:disabled):hover{background:#49c7c740;transform:translateY(-1px)}.runs-list{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.3rem;max-height:calc(100vh - 280px)}.runs-card{background:linear-gradient(140deg,#fffffff2,#f0f5ffeb 80%);border-radius:14px;border:1px solid rgba(112,105,224,.15);padding:1rem 1.1rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border .18s ease;display:flex;flex-direction:column;gap:.75rem}.runs-card:hover{transform:translateY(-2px);box-shadow:0 16px 24px #2d37482e}.runs-card.active{border-color:#49c7c78c;box-shadow:0 20px 32px #49c7c740}.runs-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.runs-card-header h3{margin:0;font-size:1.05rem;color:#352f80}.runs-chip{display:inline-block;padding:.25rem .6rem;border-radius:999px;background:#7069e026;color:#5035a6;margin-top:.35rem;font-size:.78rem;font-weight:600}.runs-chip--platform{background:#60a5fa2e;color:#1d4ed8}.runs-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem}.runs-card-tags .runs-chip{margin-top:0}.badge{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .75rem;border-radius:999px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0;background:#7069e026;color:#3e2e9c}.badge-running{background:#facc1533;color:#a16207}.badge-success{background:#4ade802e;color:#15803d}.badge-failed{background:#f871712e;color:#b91c1c}.badge-pending{background:#94a3b82e;color:#334155}.badge-cancelled{background:#fb923c33;color:#9a3412}.runs-card-body{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem}.runs-info-line{display:flex;align-items:center;gap:.4rem;color:#2c2c2cd1}.runs-info-line svg{color:#5035a6}.runs-message{margin:0;font-size:.82rem;color:#2c2c2ca6}.runs-detail-panel{overflow:hidden}.runs-detail{display:flex;flex-direction:column;gap:1.2rem;height:100%;overflow:hidden}.runs-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.runs-detail-header h2{margin:0;font-size:1.3rem;color:#352f80}.runs-detail-meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:.5rem}.runs-detail-meta-group{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;flex:1 1 auto}.runs-duration{font-weight:600;color:#2c2c2cbf;display:inline-flex;align-items:center;gap:.35rem;margin-left:auto}.runs-duration svg{color:#352f80}.runs-detail-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;justify-content:flex-end}.runs-button{border:none;background:linear-gradient(135deg,#7069e0bf,#49c7c7b3);color:#fff;padding:.55rem 1.1rem;border-radius:999px;cursor:pointer;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;gap:.4rem;justify-content:center}.runs-button.outline{background:transparent;color:#352f80;border:1px solid rgba(112,105,224,.45)}.runs-button.danger{background:#b42318;color:#fff}.runs-button.outline:hover{box-shadow:0 8px 18px #7069e033}.runs-button:hover{transform:translateY(-1px);box-shadow:0 12px 20px #49c7c740}.runs-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.runs-button:disabled:hover{box-shadow:none;transform:none}.runs-button.small{padding:.35rem .9rem;font-size:.78rem}.runs-grid-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.6rem}.runs-session-id-hint{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;background:#0f172a1f;color:#0f172a;padding:.25rem .4rem;border-radius:6px;font-size:.8rem}.runs-grid-hint{font-size:.8rem;color:#e2e8f0e6;flex:1;min-width:220px}.runs-grid-viewer{width:100%;min-height:420px;border-radius:12px;background:#0f172a;box-shadow:inset 0 0 0 1px #7069e01f;position:relative;overflow:hidden;display:flex;flex-direction:column;flex:1}.vnc-viewer{width:100%;height:100%;display:flex;flex-direction:column;gap:.5rem}.vnc-toolbar{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#ecf0ffe6;gap:.75rem}.vnc-toolbar-status{display:inline-flex;align-items:center;gap:.45rem;min-width:0}.vnc-toolbar-title{font-weight:800;color:#f8fafc}.vnc-live-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 4px #22c55e26}.vnc-status{padding:.2rem .6rem;border-radius:999px;background:#7069e04d;text-transform:uppercase;letter-spacing:.02em;font-weight:600}.vnc-toolbar-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.vnc-icon-button{width:34px;height:34px;border:1px solid rgba(226,232,240,.24);border-radius:8px;background:#0f172a8f;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .16s ease,border-color .16s ease}.vnc-icon-button svg{width:17px;height:17px}.vnc-icon-button:hover,.vnc-icon-button:focus-visible{background:#2563ebe6;border-color:#93c5fde6;outline:none}.vnc-status-connected{background:#22c55e40}.vnc-status-error{background:#f8717140}.vnc-status-connecting,.vnc-status-idle,.vnc-status-disconnected{background:#94a3b840}.vnc-status-credentials{background:#facc1540;color:#facc15}.vnc-credentials{display:flex;gap:.55rem;align-items:center;background:#0f172a99;padding:.6rem;border-radius:8px}.vnc-credentials input{flex:1;padding:.45rem;border-radius:6px;border:1px solid rgba(148,163,184,.45);background:#0f172ad9;color:#e2e8f0}.vnc-error{background:#f8717133;color:#fecaca;border-radius:8px;padding:.45rem .6rem;font-size:.8rem}.vnc-canvas{flex:1;position:relative;min-height:320px;border-radius:8px;overflow:hidden;background:#040712}.vnc-canvas canvas{width:100%!important;height:100%!important;display:block}.vnc-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#e2e8f0cc;font-size:.85rem;pointer-events:none}.runs-detail-message{margin:0;padding:.9rem 1rem;background:#49c7c71a;border-radius:12px;color:#276a6a;font-size:.92rem}.runs-detail-sections{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0;overflow-y:auto;padding-right:.4rem}.runs-grid-section,.runs-report-section{display:flex;flex-direction:column;min-height:0}.runs-report-section,.runs-grid-section{background:#fafaffbf;border-radius:14px;padding:1rem;box-shadow:inset 0 0 0 1px #7069e014;display:flex;flex-direction:column;min-height:0}.runs-grid-section{flex:0 0 420px;justify-content:center}.runs-report-section{flex:1}.runs-report-section h3,.runs-grid-section h3{margin-top:0;font-size:1rem;color:#352f80;margin-bottom:.75rem}.runs-scenarios{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.4rem}.runs-scenario-card{background:#fff;border-radius:12px;box-shadow:0 12px 24px #382c701f;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.9rem}.runs-scenario-card header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.runs-scenario-card h4{margin:0;font-size:1rem;color:#312e81}.runs-scenario-feature{font-size:.78rem;color:#2c2c2c99}.runs-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.runs-step{border-radius:10px;padding:.75rem;background:#f0f5ffa6;border:1px solid transparent;display:flex;flex-direction:column;gap:.4rem}.runs-step.ok{border-color:#4ade804d}.runs-step.fail{border-color:#f8717159;background:#fee2e28c}.runs-step-header{display:flex;align-items:center;gap:.6rem;font-weight:600;justify-content:space-between}.runs-step-header-main{display:flex;align-items:center;gap:.6rem;flex:1}.runs-step-header svg{color:#34d399}.runs-step.fail .runs-step-header svg{color:#ef4444}.runs-step-toggle{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:#4f46e5e6}.runs-step-toggle-label{text-transform:uppercase;letter-spacing:.04em;font-weight:600}.runs-step-keyword{text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;background:#7069e026;padding:.1rem .45rem;border-radius:999px;color:#4f46e5}.runs-step-meta{display:flex;justify-content:space-between;font-size:.75rem;color:#2c2c2ca6}.runs-step-error{margin:0;background:#0f172ad9;color:#fef3c7;border-radius:6px;padding:.6rem .75rem;white-space:pre-wrap;font-size:.75rem;font-family:Source Code Pro,Courier New,monospace}.runs-step.has-screenshots{cursor:pointer}.runs-step.has-screenshots:focus-visible{outline:2px solid rgba(79,70,229,.6);outline-offset:2px}.runs-step-toggle-icon{display:inline-flex;transition:transform .2s ease;color:#4f46e5}.runs-step-toggle-icon.open{transform:rotate(180deg)}.runs-step-evidence-missing{flex:0 0 auto;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;padding:.25rem .5rem;font-size:.72rem;font-weight:800}.runs-step-screenshots{max-height:0;overflow:hidden;opacity:0;border:1px solid rgba(53,47,128,.15);border-radius:.75rem;background:#352f800a;padding:0 .75rem;transition:max-height .25s ease,opacity .25s ease,padding .25s ease}.runs-step-screenshots.open{margin-top:.6rem;padding:.35rem .75rem .75rem;max-height:1000px;opacity:1}.runs-step-screenshot-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.6rem;margin-top:.6rem}.runs-step-screenshot-image{width:100%;border-radius:.5rem;box-shadow:0 6px 18px #0f172a2e;border:1px solid rgba(15,23,42,.08);object-fit:cover}.runs-grid-section{overflow:hidden}.runs-grid-frame{width:100%;height:100%;min-height:420px;border:none;border-radius:12px;background:#0f172a;box-shadow:inset 0 0 0 1px #7069e01f}.runs-grid-section .runs-detail-placeholder{flex:1;display:flex;align-items:center;justify-content:center;margin:0}.runs-loading,.runs-error,.runs-empty,.runs-detail-placeholder{padding:1rem;border-radius:12px;text-align:center;font-size:.95rem;margin-bottom:.75rem}.runs-loading{background:#49c7c726;color:#276a6a}.runs-error{background:#f871712e;color:#b91c1c}.runs-empty,.runs-detail-placeholder{background:#94a3b81f;color:#475569;display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:center}.runs-grid-link{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .9rem;border-radius:999px;background:#7069e026;color:#4c1d95;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease}.runs-grid-link:hover{background:#49c7c740;transform:translateY(-1px)}.runs-session-chip{background:#49c7c71f;color:#0f766e}.runs-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:1.5rem}.runs-modal{width:min(900px,95vw);max-height:85vh;background:#fffffff7;border-radius:16px;box-shadow:0 24px 48px #1e293b40;display:flex;flex-direction:column;overflow:hidden}.runs-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(148,163,184,.3);background:linear-gradient(120deg,#7069e033,#49c7c726)}.runs-modal-header h3{margin:0;font-size:1.1rem;color:#1f2937}.runs-modal-close{border:none;background:transparent;font-size:1.6rem;line-height:1;cursor:pointer;color:#1f2937;transition:transform .2s ease,color .2s ease}.runs-modal-close:hover{transform:scale(1.05);color:#4338ca}.runs-modal-body{padding:1rem 1.25rem 1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column}.runs-modal-logs{flex:1;background:#0f172a;color:#f8fafc;padding:1rem;border-radius:10px;font-size:.85rem;line-height:1.5;white-space:pre-wrap;overflow-y:auto;box-shadow:inset 0 0 0 1px #94a3b833}@media (max-width: 1180px){.runs-panels{grid-template-columns:1fr}.runs-grid-section{flex-basis:360px}}.runs-layout,.runs-main,.runs-page{background:#f4f6f8}.runs-content-wrapper{padding:1.25rem 2rem 2rem}.runs-list-panel,.runs-detail-panel,.runs-card,.runs-modal{border-radius:8px;border:1px solid #d9e0ea;background:#fff;box-shadow:0 1px 2px #1018280f}.runs-modal-header{background:#f8fafc;border-bottom-color:#edf1f5}.runs-panel-title,.runs-modal-header h3{color:#172033}.runs-filter-control,.runs-subtitle{color:#667085}.runs-filter-control select,.runs-page-size select{border-radius:8px;border-color:#cfd8e3;background:#fff;color:#172033;box-shadow:none}.runs-filter-clear{border-radius:8px;background:#eff6ff;color:#1d4ed8;box-shadow:none}.runs-layout,.runs-main,.runs-page{background:#f5f7fb}.runs-content-wrapper{padding:.9rem 1rem 1.25rem}.runs-panels{grid-template-columns:minmax(360px,420px) minmax(0,1fr);gap:.85rem;align-items:start;min-height:calc(100vh - 96px)}.runs-list-panel,.runs-detail-panel{border:1px solid #d8e0eb;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1018280a;padding:0;overflow:hidden}.runs-list-panel{position:sticky;top:.75rem;max-height:calc(100vh - 112px);display:flex;flex-direction:column}.runs-detail-panel{min-height:calc(100vh - 112px)}.runs-panel-header{margin:0;padding:.7rem .85rem;border-bottom:1px solid #edf1f5;background:#fff;flex:0 0 auto}.runs-panel-title{color:#172033;font-size:.86rem;font-weight:800}.runs-panel-title svg{color:#2563eb;width:16px;height:16px}.runs-panel-controls{gap:.65rem}.runs-page-size{gap:.35rem;font-size:.74rem;color:#667085}.runs-page-size select,.runs-filter-control select{height:36px;border-radius:8px;border:1px solid #cfd8e3;background:#fff;color:#172033;box-shadow:none;font-weight:700}.runs-page-size select{width:64px}.runs-pagination{gap:.4rem}.runs-pagination button{width:34px;height:34px;border-radius:8px;border:1px solid #cfd8e3;color:#172033;background:#fff;box-shadow:none}.runs-pagination button:not(:disabled):hover{background:#eff6ff;border-color:#93c5fd;transform:none}.runs-pagination span{color:#667085;font-weight:700}.runs-filter-bar{margin:0;padding:.7rem .85rem;border-bottom:1px solid #edf1f5;background:#fbfcfe;flex:0 0 auto}.runs-filter-control{flex:1 1 120px;color:#667085;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.runs-filter-control select{min-width:0;width:100%;text-transform:none;letter-spacing:0}.runs-filter-clear{height:32px;border:1px solid #dbeafe;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-weight:800}.runs-list{gap:.5rem;flex:1 1 auto;min-height:0;max-height:none;padding:.65rem;overflow-y:auto;overflow-x:hidden;background:#f8fafc}.runs-list-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-top:1px solid #edf1f5;background:#fff;padding:.65rem .85rem;flex:0 0 auto}.runs-card{border:1px solid #e4eaf2;border-left:3px solid transparent;border-radius:10px;background:#fff;box-shadow:none;padding:.7rem .78rem .62rem;gap:.36rem;overflow:visible}.runs-card:hover{transform:none;box-shadow:none;background:#f8fbff}.runs-card.active{border-color:#93c5fd;border-left-color:#2563eb;box-shadow:0 8px 20px #2563eb1a;background:#f6f9ff}.runs-card-header{display:grid;grid-template-columns:minmax(0,1fr) 112px;align-items:start;gap:.65rem}.runs-card-header h3{color:#172033;font-size:.84rem;line-height:1.28;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-wrap:anywhere}.runs-card-main,.runs-card-header>div{min-width:0}.runs-card-tags,.runs-card-meta{display:flex;gap:.35rem;margin-top:0;min-width:0;overflow:visible;color:#667085;font-size:.68rem;font-weight:700;line-height:1.35;flex-wrap:wrap}.runs-card-meta--context{color:#475467;font-size:.72rem}.runs-card-actor{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#667085;font-size:.68rem;font-weight:700}.runs-card-tags span,.runs-card-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;max-width:100%}.runs-card-tags span+span:before,.runs-card-meta span+span:before{content:"·";margin-right:.25rem;color:#98a2b3}.runs-chip{display:inline-flex;align-items:center;gap:.25rem;border-radius:6px;background:#eef2f7;color:#475467;padding:.16rem .38rem;font-size:.64rem;font-weight:800;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runs-chip--platform{background:#eff6ff;color:#1d4ed8}.runs-session-chip{background:#ecfdf3;color:#047857}.badge{border-radius:6px;padding:.22rem .45rem;font-size:.64rem;font-weight:900;flex:0 0 auto;max-width:none;white-space:nowrap}.runs-card .badge{align-self:flex-end;padding:.28rem .45rem;font-size:.62rem;max-width:112px;overflow:hidden;text-overflow:ellipsis}.runs-card-side{display:flex;min-width:0;flex-direction:column;align-items:flex-end;gap:.35rem}.runs-card-duration,.runs-card-date{display:inline-flex;align-items:center;gap:.25rem;min-width:0;color:#667085;font-size:.7rem;font-weight:700;line-height:1.2}.runs-card-duration{justify-content:flex-end;white-space:nowrap}.runs-card-date{max-width:100%}.runs-card-date span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runs-card-duration svg,.runs-card-date svg{width:12px;height:12px;flex:0 0 auto;color:#98a2b3}.runs-card-body{display:none;color:#667085}.runs-info-line{display:inline-flex;align-items:center;gap:.2rem;color:#667085;min-width:0}.runs-info-line:first-child span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runs-info-line svg{width:12px;height:12px;color:#98a2b3}.runs-message{color:#667085;font-size:.7rem;line-height:1.35}.runs-detail{gap:0;height:auto;overflow:visible}.runs-detail-header{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:.75rem;border-bottom:1px solid #edf1f5;padding:.75rem .9rem;background:#fff;align-items:start}.runs-detail-summary{min-width:0}.runs-detail-title-row{display:block;min-width:0}.runs-detail-header h2{color:#172033;font-size:.9rem;line-height:1.25;min-width:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-wrap:anywhere}.runs-detail-state{display:inline-flex;align-items:center;justify-content:flex-start;gap:.45rem;flex:0 0 auto;flex-wrap:wrap;margin-top:.45rem}.runs-detail-context{display:flex;flex-wrap:wrap;column-gap:.5rem;row-gap:.25rem;margin-top:.35rem;min-width:0;color:#667085;font-size:.68rem;font-weight:700;line-height:1.35}.runs-detail-context span{display:inline-flex;min-width:0;align-items:center;gap:.25rem}.runs-detail-context span+span:before{content:"·";margin-right:.25rem;color:#98a2b3}.runs-duration{color:#475467;font-weight:800;font-size:.78rem;flex:0 0 auto;white-space:nowrap}.runs-duration svg{color:#667085}.runs-detail-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.4rem;max-width:none;padding-top:0;border-top:0;align-self:start}.runs-button{min-height:28px;border:1px solid #2563eb;border-radius:8px;background:#2563eb;color:#fff;padding:.28rem .48rem;font-size:.68rem;font-weight:800;box-shadow:none}.runs-button.outline{border-color:#cfd8e3;background:#fff;color:#172033}.runs-button.danger{border-color:#dc2626;background:#dc2626}.runs-button:hover,.runs-button.outline:hover{transform:none;box-shadow:none;background:#1d4ed8;color:#fff}.runs-button.outline:hover{border-color:#1d4ed8}.runs-detail-message{margin:.55rem .9rem 0;border:1px solid #c7f0e8;border-radius:8px;background:#effdfa;color:#0f766e;padding:.42rem .6rem;font-size:.7rem}.runs-detail-sections{gap:.75rem;padding:.75rem .95rem .95rem;overflow:visible}.runs-report-section,.runs-grid-section{border:1px solid #d8e0eb;border-radius:8px;background:#fff;box-shadow:none;padding:0}.runs-grid-section{flex:0 0 auto}.runs-report-section h3,.runs-grid-section h3{margin:0;padding:.65rem .8rem;border-bottom:1px solid #edf1f5;color:#172033;font-size:.82rem}.runs-grid-section .runs-detail-placeholder{min-height:260px;border-radius:0;background:#eef3f8;color:#344054}.runs-grid-viewer{margin:1rem;min-height:360px;border-radius:8px;background:#111827}.runs-grid-toolbar{margin:0 1rem .65rem}.runs-grid-hint{color:#667085}.runs-video-preview{padding:.8rem}.runs-video-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.runs-video-tab{min-height:32px;padding:.35rem .7rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#344054;font-size:.82rem;font-weight:800;cursor:pointer}.runs-video-tab:hover,.runs-video-tab.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.runs-playwright-live{margin:.8rem;overflow:hidden;border:1px solid #1f2937;border-radius:8px;background:#020617}.runs-live-toolbar{display:flex;min-height:42px;align-items:center;gap:.65rem;padding:.45rem .65rem;background:#111827;color:#f8fafc}.runs-live-title{font-weight:800}.runs-live-meta{margin-left:auto;color:#cbd5e1;font-size:.78rem;font-weight:700}.runs-live-icon-button{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid rgba(203,213,225,.3);border-radius:6px;background:#0f172ab3;color:#f8fafc;cursor:pointer}.runs-live-icon-button:hover{background:#2563ebcc}.runs-live-frame{display:flex;min-height:300px;aspect-ratio:16 / 9;align-items:center;justify-content:center;background:linear-gradient(45deg,rgba(148,163,184,.12) 25%,transparent 25%),linear-gradient(-45deg,rgba(148,163,184,.12) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(148,163,184,.12) 75%),linear-gradient(-45deg,transparent 75%,rgba(148,163,184,.12) 75%),#020617;background-position:0 0,0 8px,8px -8px,-8px 0;background-size:16px 16px}.runs-live-image{display:block;width:100%;height:100%;object-fit:contain}.runs-live-empty{max-width:30rem;padding:1rem;color:#cbd5e1;font-size:.9rem;font-weight:700;text-align:center}.runs-playwright-live:fullscreen{padding:1rem;background:#020617}.runs-playwright-live:fullscreen .runs-live-frame{min-height:calc(100vh - 76px)}.runs-video-player{width:100%;aspect-ratio:16 / 9;max-height:min(64vh,720px);border:0;border-radius:8px;background:#0f172a;display:block}.runs-grid-secondary{display:block;max-width:34rem;margin-top:.65rem;color:#667085;font-size:.86rem;font-weight:700}.runs-video-preview .runs-detail-placeholder{min-height:260px;margin:0}.runs-grid-viewer .vnc-viewer{min-height:360px;padding:.7rem;gap:.65rem}.runs-grid-viewer .vnc-toolbar{min-height:34px}.runs-grid-viewer .vnc-canvas{aspect-ratio:16 / 9;min-height:300px;border-radius:6px}.vnc-viewer:fullscreen{background:#020617;padding:1rem}.vnc-viewer:fullscreen .vnc-canvas{min-height:calc(100vh - 76px)}.runs-grid-link{border-radius:8px;background:#fff;border:1px solid #cfd8e3;color:#172033}.runs-grid-link:hover{background:#eff6ff;transform:none}.runs-scenarios{gap:0;padding:0;overflow:visible}.runs-scenario-card{border:0;border-radius:0;box-shadow:none;padding:0;gap:0}.runs-scenario-card+.runs-scenario-card{border-top:1px solid #edf1f5}.runs-scenario-card header{padding:.85rem 1rem;border-bottom:1px solid #edf1f5;background:#fbfcfe}.runs-scenario-card h4{color:#172033;font-size:.95rem}.runs-scenario-feature{color:#667085}.runs-steps{gap:0}.runs-step{border:0;border-bottom:1px solid #edf1f5;border-left:3px solid #22c55e;border-radius:0;background:#fff;padding:.75rem .9rem}.runs-step.ok{border-color:#22c55e}.runs-step.fail{border-color:#ef4444;background:#fff7f7}.runs-step-header{gap:.75rem}.runs-step-header-main{min-width:0;color:#172033;font-weight:800}.runs-step-header-main>span:last-child{overflow-wrap:anywhere}.runs-step-keyword{flex:0 0 auto;border-radius:6px;background:#eef2ff;color:#3730a3;letter-spacing:.02em;font-size:.68rem}.runs-step-toggle{color:#1d4ed8;font-weight:800}.runs-step-toggle-icon{color:#1d4ed8}.runs-step-evidence-missing{border:1px solid #e4e7ec;border-radius:6px;background:#f8fafc;color:#667085;padding:.2rem .45rem;font-size:.68rem;font-weight:800}.runs-step-meta{color:#667085}.runs-step-screenshots{border-radius:8px;border-color:#d8e0eb;background:#f8fafc}.runs-loading,.runs-error,.runs-empty,.runs-detail-placeholder{border-radius:8px;margin:.85rem 1rem}@media (max-width: 1180px){.runs-panels{grid-template-columns:1fr}.runs-list-panel{position:static;max-height:none}.runs-list{max-height:none}.runs-detail-header{grid-template-columns:1fr}.runs-detail-actions{justify-content:flex-start}}.settings-content-wrapper{flex:1 1 auto;width:100%;max-width:none;margin:0;padding:1.25rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem;overflow:visible;min-height:0}.settings-card{display:flex;flex-direction:column;gap:1.5rem}.settings-card-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.settings-card-header h2{margin:0;font-size:1.35rem;color:var(--font-color)}.settings-card-header p{margin:.3rem 0 0;color:#667085;line-height:1.45;max-width:760px}.settings-feedback{padding:.9rem 1rem;border-radius:12px;font-weight:600}.settings-feedback--success{background:#1d9a731a;color:#1d9a73}.settings-feedback--error{background:#d9534f1f;color:#d9534f}.settings-platform-list{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin:0;padding:0}.settings-platform-row{display:flex;gap:.75rem;align-items:center}.settings-platform-row input{flex:1;border:1px solid rgba(112,105,224,.35);border-radius:14px;padding:.85rem 1rem;font-size:.95rem;font-weight:600;background:#fffffff2;color:var(--font-color);transition:border .2s ease,box-shadow .2s ease}.settings-platform-row input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7069e026}.settings-platform-chip{flex:1;border:none;border-radius:14px;padding:.9rem 1rem;font-size:1rem;font-weight:600;text-align:left;background:#ffffffeb;color:var(--font-color);box-shadow:0 6px 18px #342a791f;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.settings-platform-chip:hover{transform:translateY(-1px);box-shadow:0 12px 24px #342a792e}.settings-platform-row-actions{display:inline-flex;gap:.35rem}.settings-action-btn,.settings-action-btn--confirm{border:none;border-radius:10px;min-height:38px;padding:.45rem .7rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-size:.84rem;font-weight:800;line-height:1;transition:background .2s ease}.settings-action-btn{background:#7069e01f;color:var(--primary-color)}.settings-action-btn:hover{background:#7069e038}.settings-action-btn--confirm{background:#1d9a7326;color:#1d9a73}.settings-action-btn--confirm:hover{background:#1d9a7340}.settings-remove-btn{border:none;background:#d9534f1f;color:#d9534f;border-radius:10px;min-height:38px;padding:.45rem .7rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-size:.84rem;font-weight:800;line-height:1;transition:background .2s ease}.settings-remove-btn:disabled{cursor:not-allowed;opacity:.45}.settings-remove-btn:not(:disabled):hover{background:#d9534f33}.settings-add-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.settings-add-row input{flex:1;border:1px solid rgba(112,105,224,.35);border-radius:14px;padding:.85rem 1rem;font-weight:500;background:#fffffff2;color:var(--font-color)}.settings-add-row input[type=checkbox]{flex:0 0 auto}.settings-field{display:flex;flex-direction:column;gap:.45rem;font-weight:600;color:var(--font-color)}.settings-field select{border:1px solid rgba(112,105,224,.35);border-radius:14px;padding:.75rem 1rem;background:#fffffff2;color:var(--font-color)}.settings-checkbox{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;color:var(--font-color)}.settings-add-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:none;border-radius:999px;min-height:40px;padding:.55rem .95rem;font-size:.86rem;font-weight:800;line-height:1;background:#7069e02e;color:var(--primary-color);cursor:pointer}.settings-add-btn:disabled{opacity:.45;cursor:not-allowed}.settings-helper{margin:0;font-size:.85rem;color:#342a798c}.settings-dataset-editor{width:100%;min-height:180px;resize:vertical;border:1px solid rgba(112,105,224,.28);border-radius:12px;padding:.9rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.9rem;line-height:1.5;color:var(--font-color);background:#fffffff5}.settings-dataset-editor:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #7069e026}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.settings-integrations .settings-card-header p{margin:.3rem 0 0;color:#342a79a6}.settings-refresh{border:none;border-radius:999px;padding:.45rem .9rem;font-weight:600;background:#7069e026;color:var(--primary-color);cursor:pointer}.integration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.integration-item{background:#ffffffeb;border-radius:14px;padding:1rem;box-shadow:0 10px 24px #342a791f;display:flex;flex-direction:column;gap:.4rem}.integration-item span{font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:#342a79a6}.integration-item code{font-size:.9rem;word-break:break-all;background:#7069e014;padding:.4rem .6rem;border-radius:8px}.integration-item button{align-self:flex-start;display:inline-flex;align-items:center;gap:.3rem;border:none;border-radius:8px;padding:.45rem .9rem;font-weight:600;background:#2563eb;color:#fff;cursor:pointer}.api-keys-section{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.api-key-actions{display:flex;gap:.8rem;flex-wrap:wrap}.api-key-actions input{flex:1 1 260px;border-radius:999px;border:1px solid rgba(112,105,224,.3);padding:.45rem .9rem}.api-key-actions button{border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600;background:#2563eb;color:#fff;display:inline-flex;align-items:center;gap:.4rem}.api-key-secret{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.api-key-secret code{font-size:.95rem}.api-key-secret button{border:none;border-radius:999px;padding:.35rem .8rem;background:#ffffff4d;color:#1d9a73;font-weight:600;display:inline-flex;align-items:center;gap:.3rem}.api-key-table{width:100%;border-collapse:collapse}.api-key-table th{text-align:left;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#21125e8c;padding-bottom:.4rem}.api-key-table td{padding:.5rem 0;border-bottom:1px solid rgba(112,105,224,.12)}.api-key-table input[type=text],.api-key-table input[type=password]{width:min(100%,260px);border:1px solid rgba(112,105,224,.25);border-radius:10px;padding:.45rem .6rem}.api-key-table button{border:none;border-radius:999px;padding:.3rem .8rem;background:#d9534f26;color:#d9534f;cursor:pointer}.settings-card{gap:1rem}.settings-card-header{padding-bottom:.75rem;border-bottom:1px solid #edf1f5}.settings-card-header h2{font-size:1.12rem;color:#172033}.settings-feedback{border-radius:8px}.settings-feedback--success{background:#ecfdf3;color:#15803d}.settings-feedback--error{background:#fef3f2;color:#b42318}.settings-platform-chip,.integration-item{border-radius:8px;border:1px solid #d9e0ea;box-shadow:none}.settings-platform-chip:hover{transform:none;border-color:#b8c7da;box-shadow:none}.settings-platform-row input,.settings-add-row input,.settings-field select,.settings-dataset-editor,.api-key-actions input,.api-key-table input[type=text],.api-key-table input[type=password]{border-radius:8px;border-color:#cfd8e3;background:#fff;color:#172033}.settings-platform-row input:focus,.settings-add-row input:focus,.settings-field select:focus,.settings-dataset-editor:focus,.api-key-actions input:focus,.api-key-table input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.settings-action-btn,.settings-action-btn--confirm,.settings-remove-btn,.settings-add-btn,.settings-refresh,.integration-item button,.api-key-actions button,.api-key-secret button,.api-key-table button{border-radius:8px;box-shadow:none}.settings-action-btn,.settings-refresh{background:#eff6ff;color:#1d4ed8}.settings-action-btn:hover,.settings-refresh:hover{background:#dbeafe}.settings-action-btn--confirm,.settings-add-btn,.integration-item button,.api-key-actions button{background:#2563eb;color:#fff}.settings-action-btn--confirm:hover,.settings-add-btn:hover,.integration-item button:hover,.api-key-actions button:hover{background:#1d4ed8}.settings-remove-btn,.api-key-table button{background:#fef3f2;color:#b42318}.settings-remove-btn:not(:disabled):hover,.api-key-table button:hover{background:#fee4e2}.settings-helper,.settings-integrations .settings-card-header p{color:#667085}.settings-environment-board{display:grid;grid-template-columns:minmax(240px,.64fr) minmax(0,2.36fr);gap:1rem;align-items:start}.settings-environment-guide{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.settings-environment-guide>div{border:1px solid #d9e0ea;border-radius:8px;padding:.8rem;background:#f8fafc}.settings-environment-guide__step{min-height:120px}.settings-environment-guide__step span{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;background:#2563eb;color:#fff;font-size:.76rem;font-weight:800}.settings-environment-guide strong{display:block;margin-top:.55rem;color:#172033}.settings-environment-guide p{margin:.3rem 0 0;color:#667085;font-size:.82rem;line-height:1.45}.settings-environment-list{display:flex;flex-direction:column;gap:.5rem}.settings-environment-item{width:100%;text-align:left;border:1px solid #d9e0ea;border-radius:8px;background:#fff;padding:.72rem;cursor:pointer;display:flex;flex-direction:column;gap:.35rem}.settings-environment-item.active{border-color:#2563eb;box-shadow:inset 3px 0 #2563eb}.settings-environment-item span{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#172033;font-weight:800}.settings-environment-item small{color:#667085;font-size:.76rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-env-default{border-radius:999px;padding:.16rem .45rem;background:#ecfdf3;color:#15803d!important;font-size:.68rem!important;font-weight:800;text-transform:uppercase}.settings-environment-detail{min-width:0;display:flex;flex-direction:column;gap:1rem}.settings-environment-workflow{display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(220px,1fr) minmax(220px,1fr);gap:.75rem}.settings-environment-workflow>div{border:1px solid #d9e0ea;border-radius:8px;padding:.85rem;min-width:0;background:#f8fafc}.settings-environment-workflow__main{background:#eff6ff!important;border-color:#bfdbfe!important}.settings-environment-workflow span{display:block;color:#667085;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.25rem}.settings-environment-workflow strong{display:block;color:#172033;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-environment-workflow code{display:inline-flex;width:fit-content;margin:.15rem 0 .35rem;padding:.25rem .45rem;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.82rem;font-weight:800}.settings-environment-workflow p{margin:.35rem 0 0;color:#667085;font-size:.82rem;line-height:1.4}.settings-environment-editor{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);gap:1rem;align-items:start}.settings-environment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.settings-environment-form label{display:flex;flex-direction:column;gap:.35rem}.settings-environment-form label>span{color:#667085;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.settings-environment-form input[type=text],.settings-environment-form input[type=url]{width:100%;border:1px solid #cfd8e3;border-radius:8px;padding:.8rem .9rem;color:#172033;background:#fff}.settings-environment-form__wide,.settings-environment-actions{grid-column:1 / -1}.settings-environment-default{align-self:center;min-height:42px}.settings-environment-actions{display:flex;gap:.7rem;flex-wrap:wrap}.settings-environment-example{border:1px solid #d9e0ea;border-radius:8px;padding:.9rem;background:#fff}.settings-environment-example>span{display:block;color:#667085;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.6rem}.settings-environment-example code{display:block;padding:.55rem .65rem;border:1px solid #d9e0ea;border-radius:8px;background:#f8fafc;color:#172033;font-size:.78rem;line-height:1.45;white-space:normal}.settings-environment-example code+code{margin-top:.45rem}.settings-environment-example p{margin:.75rem 0;color:#667085;font-size:.83rem;line-height:1.45}.settings-environment-token-list{display:flex;flex-direction:column;gap:.45rem}.settings-environment-token-list div{display:flex;justify-content:space-between;gap:.75rem;align-items:center;border:1px solid #d9e0ea;border-radius:8px;padding:.55rem .65rem}.settings-environment-token-list strong{color:#1d4ed8;font-size:.78rem}.settings-environment-token-list span{color:#667085;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-keys-section{margin-top:0}.api-key-actions{align-items:center}.api-key-actions strong{color:#172033}.api-key-table{border:1px solid #d9e0ea;border-radius:8px;border-collapse:separate;border-spacing:0;overflow:hidden}.api-key-table th{background:#f8fafc;color:#667085;padding:.65rem .75rem}.api-key-table td{padding:.65rem .75rem;border-bottom:1px solid #edf1f5}.api-key-table tr:last-child td{border-bottom:none}.settings-table-icon-btn{width:34px;height:34px;padding:0!important;display:inline-flex;align-items:center;justify-content:center}.settings-hub{display:flex;flex-direction:column;gap:1.25rem}.settings-hub-header{padding:.25rem 0 .5rem}.settings-hub-header span{display:block;color:#2563eb;font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.settings-hub-header h2{margin:.25rem 0 0;color:#172033;font-size:clamp(1.55rem,2.4vw,2.4rem);letter-spacing:0}.settings-hub-header p{margin:.45rem 0 0;max-width:760px;color:#667085;font-size:1rem;line-height:1.45}.settings-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.settings-option-card{min-height:220px;padding:1.25rem;border:1px solid #d9e0ea;border-radius:12px;background:#fff;color:#172033;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 10px 24px #0f172a0f;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.settings-option-icon{width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#eff6ff;color:#2563eb}.settings-option-icon svg{width:22px;height:22px;stroke-width:2.2}.settings-option-card:hover{border-color:#2563eb;box-shadow:0 16px 32px #0f172a1a;transform:translateY(-2px)}.settings-option-card span{font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#2563eb}.settings-option-card strong{display:block;font-size:1.55rem;line-height:1.1}.settings-option-card p{flex:1 1 auto;margin:0;color:#667085;line-height:1.45}.settings-option-card small{color:#667085;font-weight:800}.settings-section-view{display:flex;flex-direction:column;gap:1rem}.settings-back-btn{align-self:flex-start;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#172033;padding:.55rem .85rem;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem}.settings-back-btn svg{width:18px;height:18px;stroke-width:2.3}.settings-back-btn:hover{border-color:#2563eb;color:#1d4ed8}.settings-card-header--compact p{max-width:920px}.settings-header-actions{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}.settings-environment-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.settings-environment-stats div{border:1px solid #d9e0ea;border-radius:10px;padding:.85rem;background:#f8fafc}.settings-environment-stats span,.settings-subcard-header span{display:block;color:#667085;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.settings-environment-stats strong{display:block;margin-top:.2rem;color:#172033;font-size:1.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-environment-management{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.45fr);gap:1rem;align-items:start}.settings-subcard{border:1px solid #d9e0ea;border-radius:10px;background:#fff;padding:1rem;display:flex;flex-direction:column;gap:.85rem;min-width:0}.settings-environment-list-card{gap:1rem}.settings-environment-table{display:flex;flex-direction:column;border:1px solid #d9e0ea;border-radius:10px;overflow:hidden}.settings-environment-table__head,.settings-environment-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1.45fr) minmax(80px,.35fr) minmax(290px,.9fr);gap:1rem;align-items:center}.settings-environment-table__head{background:#f8fafc;padding:.7rem .85rem;color:#667085;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.settings-environment-row{padding:.85rem;background:#fff;border-top:1px solid #edf1f5}.settings-environment-row.active{box-shadow:inset 3px 0 #2563eb}.settings-environment-row strong{color:#172033;margin-right:.5rem}.settings-environment-row>span{min-width:0;color:#667085;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-environment-row__actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;min-width:0;flex-wrap:nowrap}.settings-subcard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding-bottom:.65rem;border-bottom:1px solid #edf1f5}.settings-subcard-header h3{margin:0;color:#172033;font-size:1rem}.settings-add-row--compact{display:grid;grid-template-columns:minmax(0,1fr) auto}.settings-environment-form--single{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-matrix-scroll{width:100%;overflow-x:auto;border:1px solid #d9e0ea;border-radius:10px}.settings-matrix-table{min-width:920px;border:none;border-radius:0}.settings-matrix-table th:first-child,.settings-matrix-table td:first-child{position:sticky;left:0;z-index:1;background:#fff;box-shadow:1px 0 #edf1f5}.settings-matrix-table th:first-child{z-index:2;background:#f8fafc}.settings-matrix-table input[type=text],.settings-matrix-table input[type=password]{width:100%;min-width:180px}.settings-matrix-secret{display:inline-flex;align-items:center;gap:.45rem;color:#172033;font-weight:800}.settings-empty-state{margin:0;padding:1rem;border:1px dashed #cfd8e3;border-radius:10px;background:#f8fafc;color:#667085}.settings-empty-state--action{display:flex;align-items:center;justify-content:space-between;gap:1rem}.settings-empty-state--action p{margin:0}.settings-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#0f172a6b}.settings-modal{width:min(100%,520px);max-height:min(760px,calc(100vh - 3rem));overflow:auto;border-radius:12px;background:#fff;box-shadow:0 24px 70px #0f172a47}.settings-modal--wide{width:min(100%,760px)}.settings-modal__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:1rem 1.1rem;border-bottom:1px solid #edf1f5}.settings-modal__header h3{margin:0;color:#172033;font-size:1.1rem}.settings-modal__header p{margin:.2rem 0 0;color:#667085}.settings-modal__close{width:36px;height:36px;border:1px solid #d9e0ea;border-radius:8px;background:#fff;color:#172033;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.settings-modal__close svg{width:18px;height:18px}.settings-modal__body{display:flex;flex-direction:column;gap:1rem;padding:1.1rem}.settings-modal__field{display:flex;flex-direction:column;gap:.45rem;min-width:0}.settings-modal__field span{color:#667085;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.settings-modal__field input{width:100%;min-height:44px;border:1px solid #cfd8e3;border-radius:8px;padding:0 .85rem;color:#172033;font-size:.94rem;line-height:1.2}.settings-modal__actions{display:flex;justify-content:flex-end;gap:.65rem;padding:1rem 1.1rem;border-top:1px solid #edf1f5}.settings-modal__actions .settings-action-btn,.settings-modal__actions .settings-add-btn{border-radius:8px;min-height:42px;padding-inline:1rem}.settings-modal__actions--split{justify-content:space-between}.settings-modal__actions--split>div{display:flex;gap:.65rem}.settings-datasets-card .settings-add-row{display:grid;grid-template-columns:minmax(280px,1fr) auto}.settings-datasets-card .settings-dataset-editor{min-height:240px}@media (max-width: 960px){.settings-option-grid,.settings-environment-stats,.settings-environment-management,.settings-environment-table__head,.settings-environment-row,.settings-environment-board,.settings-environment-guide,.settings-environment-workflow,.settings-environment-editor,.settings-environment-form,.settings-datasets-card .settings-add-row{grid-template-columns:1fr}.settings-environment-form__wide,.settings-environment-actions{grid-column:auto}}.pipelines-page{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem}.pipelines-alert{border-radius:12px;padding:.9rem 1.2rem;font-size:.95rem;display:flex;align-items:center;gap:.6rem;border:1px solid transparent}.pipelines-alert.info{background:#5035a614;border-color:#5035a640;color:#403078}.pipelines-alert.error{background:#db443714;border-color:#db443759;color:#a2302c}.pipeline-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.pipeline-card{background:#ffffffeb;border-radius:14px;padding:1rem;box-shadow:0 12px 28px #21125e1f;display:flex;flex-direction:column;gap:.15rem;align-items:center;text-align:center}.pipeline-card span{font-size:.85rem;color:#1e1e1ea6}.pipeline-card strong{font-size:1.6rem;color:#2f2a75}.pipeline-controls{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:flex-start;background:#fffffff2;border-radius:16px;padding:1rem 1.4rem;box-shadow:0 12px 24px #0f172a1a}.pipeline-control-group{display:flex;flex-direction:column;gap:.35rem;flex:1 1 220px;min-width:220px}.pipeline-control-group label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2f2a75d9}.pipeline-control-group input,.pipeline-control-group select{border-radius:12px;border:1px solid rgba(112,105,224,.35);padding:.55rem .85rem;width:100%;box-shadow:0 8px 18px #0f172a14;background:#fffffff5}.refresh-button{display:inline-flex;align-items:center;gap:.4rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-weight:600;padding:.55rem 1.4rem;cursor:pointer;box-shadow:none;transition:transform .2s ease}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.refresh-button:not(:disabled):hover{transform:translateY(-1px)}.pipeline-controls .refresh-button{align-self:flex-end}.pipelines-content{display:grid;grid-template-columns:minmax(460px,1fr) 360px;gap:1.5rem}.pipeline-table-wrapper,.pipeline-detail{background:#fffffff2;border-radius:18px;box-shadow:0 16px 32px #30226a29;padding:1.25rem;min-height:420px}.pipeline-table{width:100%;border-collapse:collapse;font-size:.9rem}.pipeline-table th{text-align:left;font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#21125ecc;border-bottom:1px solid rgba(112,105,224,.2);padding-bottom:.4rem}.pipeline-table td{padding:.75rem 0;border-bottom:1px solid rgba(226,232,255,.8)}.pipeline-table tbody tr{cursor:pointer;transition:background .18s ease}.pipeline-table tbody tr:hover{background:#7069e014}.pipeline-table tbody tr.selected{background:#7069e01f}.pipeline-table-footer{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem;font-size:.85rem;color:#21125ebf}.pipeline-range-info{font-weight:600}.pipeline-page-size{display:flex;align-items:center;gap:.35rem}.pipeline-page-size select{border-radius:8px;border:1px solid rgba(112,105,224,.35);padding:.25rem .5rem;background:#fffffff2;box-shadow:0 6px 12px #0f172a0f}.pipeline-pagination{display:flex;align-items:center;gap:.6rem}.pipeline-pagination span{font-weight:600}.pipeline-pagination button{border:none;border-radius:999px;padding:.4rem 1rem;font-weight:600;background:#7069e026;color:#3a2f94;cursor:pointer;transition:opacity .2s ease}.pipeline-pagination button:disabled{opacity:.5;cursor:not-allowed}.pipeline-name{display:flex;align-items:center;gap:.6rem}.pipeline-name svg{color:#f38b00;font-size:1.1rem}.pipeline-name small{display:block;color:#21125e99;font-size:.7rem}.pipeline-table .env{text-transform:uppercase;font-weight:600;letter-spacing:.04em}.requested-info{display:flex;flex-direction:column;gap:.15rem}.trigger-badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:999px;font-size:.7rem;font-weight:600;padding:.15rem .6rem;width:fit-content}.trigger-user{background:#7069e01f;color:#42379c}.trigger-api_key{background:#f7900926;color:#a46000}.trigger-system{background:#6b728026;color:#4b5563}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:90px;padding:.2rem .8rem;border-radius:999px;font-size:.78rem;font-weight:700}.status-pending{background:#ffc10726;color:#a06500}.status-running{background:#49c7c726;color:#287878}.status-success{background:#22c55e1f;color:#25743e}.status-failed{background:#ef444424;color:#a2262b}.pipelines-loading,.pipelines-empty{text-align:center;padding:3rem 1rem;color:#21125ecc;font-weight:600}.pipeline-detail__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.pipeline-detail__header h2{margin:0;font-size:1.35rem;color:#2f2a75}.pipeline-detail__header p{margin:.3rem 0 0;color:#21125eb3}.pipeline-detail__meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.9rem;margin-bottom:1.4rem}.pipeline-detail__meta-card{background:#f7f8ffe6;border:1px solid rgba(112,105,224,.18);border-radius:12px;padding:.85rem;display:flex;flex-direction:column;gap:.35rem}.pipeline-detail__meta-card span{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#21125e8c}.pipeline-detail__meta-card strong{font-size:1.05rem;color:#2d2675}.pipeline-detail__meta-card code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;background:#ffffffe6;border-radius:8px;padding:.25rem .4rem;color:#2f2a75;word-break:break-all}.pipeline-detail__meta-card--requester strong{display:block}.pipeline-detail__notes{background:#ffffffeb;border-radius:14px;border:1px solid rgba(112,105,224,.12);padding:.9rem 1rem;margin-bottom:1.4rem;display:flex;flex-direction:column;gap:.4rem}.pipeline-detail__notes span{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#21125e8c}.pipeline-detail__notes p{margin:0;color:#312a7f;line-height:1.45}.pipeline-history ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.pipeline-history__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.8rem}.pipeline-history__header h3{margin:0;font-size:1.05rem;color:#2c2371}.pipeline-history__header span{font-size:.85rem;color:#21125e99}.pipeline-history__item{display:grid;grid-template-columns:18px 1fr;gap:.75rem;position:relative}.pipeline-history__item:before{content:"";position:absolute;top:0;bottom:-1rem;left:7px;width:2px;background:#7069e033}.pipeline-history__item:last-child:before{display:none}.pipeline-history__dot{width:14px;height:14px;border-radius:999px;background:#2563eb;margin-top:.2rem}.pipeline-history__body{background:#f8f9ffe6;border-radius:12px;padding:.65rem .9rem;border:1px solid rgba(112,105,224,.15);display:flex;flex-direction:column;gap:.2rem}.history-time{font-size:.78rem;color:#21125e99}.pipeline-history__body strong{font-size:.95rem;color:#2f2a75}.pipeline-history__body p{margin:0;font-size:.85rem;color:#21125ebf}.pipeline-history__empty{padding:.5rem .9rem;background:#fffc;border-radius:12px;color:#21125e99}.pipeline-detail__empty{display:flex;align-items:center;justify-content:center;height:100%;color:#21125e99;font-weight:600}@media (max-width: 1100px){.pipelines-content{grid-template-columns:1fr}.pipeline-detail__header{flex-direction:column}.pipeline-detail__meta-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.pipelines-page{background:#f4f6f8;padding:1.25rem 2rem 2rem}.pipeline-card,.pipeline-controls,.pipeline-table-wrapper,.pipeline-detail,.pipeline-history__body,.pipeline-history__empty{border-radius:8px;border:1px solid #d9e0ea;background:#fff;box-shadow:0 1px 2px #1018280f}.pipeline-card strong,.pipeline-table th,.pipeline-history__body strong{color:#172033}.pipeline-card span,.pipeline-control-group label,.pipeline-history__body p,.history-time,.pipeline-detail__empty{color:#667085}.pipeline-control-group input,.pipeline-control-group select{border-radius:8px;border-color:#cfd8e3;background:#fff;color:#172033;box-shadow:none}.refresh-button{border-radius:8px;background:#2563eb;color:#fff;box-shadow:none}.pipeline-history__dot{background:#2563eb}.regressions-page{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 2rem 2rem;background:#f4f6f8}.regressions-alert{background:#ef44441f;color:#8b1d1f;border-radius:12px;padding:.8rem 1rem;font-weight:600;border:1px solid rgba(239,68,68,.3)}.regressions-search-panel{display:flex;align-items:center;gap:.8rem;padding:.5rem .8rem;min-width:0;flex:1 1 auto;border-radius:8px;border:1px solid #d9e0ea;background:#fff;box-shadow:0 1px 2px #1018280f}.regressions-search-panel>svg{width:18px;height:18px;color:#667085}.regressions-search-panel input{flex:1 1 auto;min-width:0;min-height:38px;border:0;padding:.45rem 0;font-size:.95rem;background:transparent;color:#172033;outline:none}@media (max-width: 1024px){.regressions-toolbar{grid-template-columns:1fr}}.regressions-list{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;border-radius:8px;border:1px solid #d9e0ea;background:#fff;box-shadow:0 1px 2px #1018280f}.regressions-list__header{display:flex;justify-content:space-between;gap:1rem;align-items:center}.regressions-list__header h2{margin:0;color:#172033}.regressions-list__header p{margin:.2rem 0 0;color:#667085}.regressions-summary{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.regressions-summary span{display:inline-flex;align-items:center;gap:.4rem;min-height:32px;padding:0 .65rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700;font-size:.82rem}.regressions-summary svg{width:15px;height:15px}.regressions-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:.75rem;align-items:center}.regressions-new{border:none;border-radius:8px;min-height:48px;padding:0 1.1rem;font-weight:700;color:#fff;background:#2563eb;box-shadow:none;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.regressions-table-head{display:grid;grid-template-columns:minmax(220px,1.05fr) 92px minmax(260px,1fr) minmax(220px,.9fr) 150px 88px;gap:.8rem;padding:.65rem .9rem;border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6;color:#667085;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.regressions-table{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.regressions-table li{border:1px solid #d9e0ea;border-radius:8px;padding:.8rem .9rem;display:grid;grid-template-columns:minmax(220px,1.05fr) 92px minmax(260px,1fr) minmax(220px,.9fr) 150px 88px;gap:.8rem;align-items:center;background:#fff}.suite-title-block h3{margin:0;color:#172033;font-size:1rem}.suite-title-block p{margin:.2rem 0 0;color:#667085;font-size:.86rem;line-height:1.35}.suite-count{display:inline-flex;align-items:center;gap:.45rem;color:#172033;font-size:.9rem}.suite-count svg{width:16px;height:16px;color:#2563eb}.suite-count strong:after{content:" pruebas";color:#667085;font-weight:600}.suite-actions{display:flex;gap:.4rem;justify-content:flex-end}.suite-actions button{border:1px solid #d9e0ea;border-radius:8px;width:38px;height:38px;padding:0;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;cursor:pointer;background:#fff;color:#1d4ed8}.suite-actions button.danger{color:#b42318;background:#fff5f5;border-color:#ffd6d6}.suite-actions button svg,.modal-actions .primary svg,.modal-close svg,.regressions-new svg{width:16px;height:16px}.suite-tests{display:flex;flex-wrap:wrap;gap:.35rem;min-width:0}.suite-tests span{background:#eefafa;color:#1f6f6f;padding:.18rem .5rem;border-radius:999px;font-size:.76rem;font-weight:700;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suite-tests .suite-more{background:#eef2ff;color:#3445a1}.suite-id{min-width:0;border:1px solid #d9e0ea;background:#f8fafc;color:#344054;border-radius:8px;min-height:38px;padding:0 .6rem;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer}.suite-id svg{width:15px;height:15px;color:#667085;flex:0 0 auto}.suite-id code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;color:#344054}.suite-updated{display:inline-flex;align-items:center;gap:.45rem;color:#667085;font-size:.82rem;white-space:nowrap}.suite-updated svg{width:15px;height:15px}.regressions-empty{text-align:center;color:#21125ea6}.regressions-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#130c308c;display:flex;justify-content:center;align-items:center;padding:1.5rem;z-index:1000}.regressions-modal__dialog{background:#fff;border-radius:20px;width:min(960px,96vw);max-height:min(90vh,920px);overflow-y:auto;padding:2rem;box-shadow:0 24px 48px #0f172a59;display:flex;flex-direction:column;gap:1rem}.regressions-modal__dialog header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.modal-title-input{flex:1;border:1px solid rgba(112,105,224,.3);border-radius:999px;padding:.45rem 1rem;font-size:1.2rem;font-weight:700;color:#2f2a75;background:#fffffff2}.modal-close{border:none;background:#7069e01a;border-radius:999px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#3f2e8c}.regressions-modal__dialog label{display:flex;flex-direction:column;font-size:.85rem;color:#21125ecc;gap:.3rem}.regressions-modal__dialog input,.regressions-modal__dialog textarea,.regressions-modal__dialog select{border-radius:12px;border:1px solid rgba(112,105,224,.3);padding:.6rem .8rem;font-size:.95rem;background:#fffffff5;color:#2f2a75}.regressions-modal__dialog textarea{min-height:80px;resize:vertical}.regressions-modal__dialog select option,.regressions-table-footer select option{color:#2f2a75}.test-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.test-selector{border:1px solid rgba(112,105,224,.2);border-radius:14px;padding:1rem;display:flex;flex-direction:column;gap:.7rem}.test-selector__header{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;font-weight:600;color:#2f2a75}.test-selector__helper{font-size:.85rem;font-weight:400;color:#21125e99;line-height:1.3}.test-selector__list{max-height:300px;overflow-y:auto;border:1px solid rgba(112,105,224,.15);border-radius:12px;background:#f8f9ffb3;display:flex;flex-direction:column}.test-selector__table{width:100%;border-collapse:collapse;table-layout:fixed;flex:1}.test-selector__table thead th{text-align:center;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#21125e8c;padding:.45rem .9rem;border-bottom:1px solid rgba(112,105,224,.2)}.test-selector__table thead th:first-child{width:48px}.test-selector__table tr{border-bottom:1px solid rgba(112,105,224,.12)}.test-selector__table tr:last-child{border-bottom:none}.test-selector__table td{padding:.45rem .7rem;font-size:.9rem;color:#1c1c3a;text-align:center}.test-option__checkbox{width:40px;text-align:center}.test-option__checkbox input{width:16px;height:16px}.test-option__checkbox input{accent-color:#2563eb}.test-selector__table thead input{width:18px;height:18px;accent-color:#2563eb}.test-option__name{font-weight:600;color:#1d1b4b;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.test-option__name label{cursor:pointer;display:block}.test-option__suite,.test-option__platform{font-size:.85rem;color:#21125eb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.regressions-table-footer{margin-top:.8rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.regressions-table-footer label{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#21125ecc}.regressions-table-footer select{border-radius:10px;border:1px solid rgba(112,105,224,.3);padding:.3rem .5rem;color:#2f2a75;background:#fff}.pagination-controls{display:flex;align-items:center;gap:.7rem;font-size:.85rem;color:#21125ecc}.pagination-controls button{border:none;border-radius:999px;padding:.4rem .9rem;cursor:pointer;background:#7069e026;color:#3f2e8c;font-weight:600}.pagination-controls button:disabled{opacity:.5;cursor:not-allowed}.test-option__suite{color:#3f2e8c;font-weight:600;margin-right:.35rem}.test-option__name{color:#21125ed9}.modal-actions{display:flex;justify-content:flex-end;gap:.8rem;margin-top:.4rem}.modal-actions .primary,.modal-actions .secondary{border:none;border-radius:999px;padding:.65rem 1.6rem;font-weight:600;cursor:pointer}.modal-actions .secondary{background:#7069e01f;color:#3f2e8c}.modal-actions .primary{background:#2563eb;color:#fff;box-shadow:none;display:inline-flex;align-items:center;gap:.4rem}@media (max-width: 640px){.regressions-list__header{flex-direction:column;align-items:flex-start}.regressions-new{width:100%;justify-content:center}}.regressions-list__header h2,.test-option__suite,.test-option__name{color:#172033}.regressions-list__header p,.pagination-controls{color:#667085}.regressions-search-panel input,.regression-filter select,.pagination-controls button{border-radius:8px;border-color:#cfd8e3;background:#fff;color:#172033;box-shadow:none}.regressions-new,.modal-actions .primary{border-radius:8px;background:#2563eb;color:#fff;box-shadow:none}.modal-actions .secondary,.pagination-controls button{border-radius:8px;background:#eff6ff;color:#1d4ed8}@media (max-width: 1280px){.regressions-table-head{display:none}.regressions-table li{grid-template-columns:minmax(220px,1fr) auto;align-items:start}.suite-main,.suite-tests,.suite-id,.suite-updated{grid-column:1 / -1}.suite-count{grid-column:1}.suite-actions{grid-column:2;grid-row:2}}.screenshots-page{display:flex;flex-direction:column;gap:1rem;padding:1.25rem 2rem 2rem}.screenshots-header-actions{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.screenshots-refresh{border:1px solid #2563eb;border-radius:8px;min-height:38px;padding:.5rem .85rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;background:#2563eb;color:#fff;font-weight:800;cursor:pointer}.screenshots-refresh svg{width:16px;height:16px}.screenshots-refresh:disabled{opacity:.65;cursor:not-allowed}.screenshots-refresh--secondary{background:#fff;color:#1d4ed8}.screenshots-error,.screenshots-notice{border-radius:8px;padding:.75rem 1rem;font-weight:800}.screenshots-error{border:1px solid #fecaca;background:#fff1f2;color:#9f1239}.screenshots-notice{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.screenshots-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.screenshots-summary article,.screenshots-list-card{background:#fff;border:1px solid #d9e0ea;border-radius:8px;box-shadow:0 1px 2px #1018280f}.screenshots-summary article{min-height:128px;padding:1rem;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.75rem;align-content:start}.screenshots-summary article>svg{grid-row:span 3;width:28px;height:28px;color:#2563eb}.screenshots-summary article.attention>svg{color:#d97706}.screenshots-summary span{color:#667085;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.screenshots-summary strong{color:#172033;font-size:1.35rem;line-height:1.2}.screenshots-summary p{margin:0;color:#667085;font-size:.88rem}.screenshots-list-card{padding:1rem}.screenshots-list-card>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.85rem;margin-bottom:.85rem;border-bottom:1px solid #edf1f5}.screenshots-list-card>header h3{margin:0;color:#172033;font-size:1rem}.screenshots-list-card>header p{margin:.25rem 0 0;color:#667085;font-size:.86rem}.screenshots-search{width:min(440px,100%);display:flex;align-items:center;gap:.5rem;border:1px solid #cfd8e3;border-radius:8px;padding:0 .75rem;background:#fff}.screenshots-search svg{width:17px;height:17px;color:#667085}.screenshots-search input{width:100%;height:42px;border:0;outline:0;background:transparent;color:#172033;font:inherit;font-size:.9rem;font-weight:700}.screenshots-table-wrap{overflow:auto}.screenshots-table{width:100%;border-collapse:collapse;min-width:920px}.screenshots-table th{text-align:left;color:#667085;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;padding:.7rem .75rem;border-bottom:1px solid #edf1f5}.screenshots-table td{padding:.85rem .75rem;border-bottom:1px solid #edf1f5;color:#172033;font-size:.9rem;vertical-align:middle}.screenshots-table code{color:#334155;background:#f1f5f9;border-radius:6px;padding:.2rem .35rem;font-size:.8rem}.screenshots-item__actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;flex-wrap:wrap}.screenshots-item__actions button{border:1px solid #cbd5e1;background:#fff;color:#172033;border-radius:8px;min-height:34px;padding:.35rem .55rem;font-size:.83rem;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem}.screenshots-item__actions button svg{width:15px;height:15px}.screenshots-item__actions button:hover{background:#eff6ff;border-color:#93c5fd}.screenshots-item__actions button.danger{border-color:#fecaca;background:#fff1f2;color:#be123c}.screenshots-item__actions button.danger:hover{border-color:#fda4af;background:#ffe4e6}.screenshots-state,.screenshots-empty{min-height:240px;display:grid;place-items:center;color:#667085;text-align:center}.screenshots-empty{gap:.5rem}.screenshots-empty svg{width:28px;height:28px}@media (max-width: 1120px){.screenshots-summary{grid-template-columns:1fr}.screenshots-list-card>header{align-items:flex-start;flex-direction:column}}@media (max-width: 640px){.screenshots-page{padding:1rem}.screenshots-header-actions{width:100%}.screenshots-refresh{flex:1 1 160px}}.users-page{width:min(100%,1680px);margin:0 auto;display:flex;flex-direction:column;gap:1rem}.users-hero,.users-toolbar,.users-table-card{border:1px solid #d9e0ea;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0f172a0f}.users-hero{padding:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.users-kicker{color:#2563eb;display:block;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.users-hero h2{margin:.35rem 0 0;color:#172033;font-size:1.35rem;line-height:1.2}.users-hero p{margin:.4rem 0 0;color:#667085;font-size:.9rem}.users-primary-btn,.users-secondary-btn{min-height:38px;border-radius:8px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:0 .85rem;font-size:.86rem;font-weight:850;cursor:pointer}.users-primary-btn{background:#2563eb;color:#fff;box-shadow:0 10px 18px #2563eb2e}.users-primary-btn:disabled{cursor:wait;opacity:.7}.users-secondary-btn{background:#f1f5f9;color:#1d4ed8}.users-primary-btn svg,.users-secondary-btn svg{width:16px;height:16px}.users-toolbar{padding:.9rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.users-search{flex:1;min-width:240px;border:1px solid #cfd8e3;border-radius:8px;padding:0 .75rem;display:flex;align-items:center;gap:.55rem;background:#fff}.users-search svg{width:18px;height:18px;color:#667085}.users-search input{width:100%;min-height:40px;border:0;outline:0;color:#172033;font-size:.92rem;font-weight:700}.users-summary{min-height:40px;border:1px solid #d9e0ea;border-radius:8px;padding:0 .8rem;display:inline-flex;align-items:center;gap:.5rem;color:#344054;font-size:.86rem;font-weight:850}.users-summary svg{width:18px;height:18px;color:#2563eb}.users-table-card{overflow:hidden}.users-table-scroll{overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.users-table th,.users-table td{padding:.9rem 1rem;border-bottom:1px solid #edf1f6;text-align:left;vertical-align:middle}.users-table th{color:#667085;background:#f8fafc;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.users-table td{color:#344054;font-size:.86rem;font-weight:700}.users-table td strong,.users-table td span{display:block}.users-table td strong{color:#172033;font-size:.92rem}.users-table td span{margin-top:.25rem;color:#667085;font-size:.76rem}.users-table select,.users-modal select,.users-modal input{width:100%;min-height:40px;border:1px solid #cfd8e3;border-radius:8px;padding:.45rem .65rem;background:#fff;color:#172033;font-size:.86rem;font-weight:750}.users-role-static{width:fit-content;border:1px solid #d9e0ea;border-radius:999px;padding:.32rem .65rem;background:#f8fafc;color:#344054!important;font-size:.78rem!important;font-weight:850!important}.users-actions{display:inline-flex;align-items:center;gap:.35rem}.users-actions button{width:34px;height:34px;border:1px solid #d9e0ea;border-radius:8px;background:#f8fafc;color:#2563eb;display:grid;place-items:center;cursor:pointer}.users-actions button svg{width:16px;height:16px}.users-actions button:disabled{cursor:not-allowed;opacity:.45}.users-actions__danger{color:#b42318!important;background:#fef3f2!important}.users-empty,.users-error{padding:2rem;color:#667085;font-size:.95rem;font-weight:800;text-align:center}.users-error{color:#b42318;background:#fef3f2;text-align:left}.users-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;padding:1.5rem;background:#0f172a7a;display:flex;align-items:center;justify-content:center}.users-modal{width:min(540px,94vw);border:1px solid #d9e0ea;border-radius:10px;background:#fff;box-shadow:0 24px 48px #0f172a47;display:flex;flex-direction:column}.users-modal header,.users-modal footer{padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.users-modal header{border-bottom:1px solid #edf1f6}.users-modal footer{border-top:1px solid #edf1f6;justify-content:flex-end}.users-modal h3{margin:0;color:#172033;font-size:1.1rem}.users-modal p{margin:.25rem 0 0;color:#667085;font-size:.86rem}.users-modal header>button{width:36px;height:36px;border:1px solid #d9e0ea;border-radius:8px;background:#fff;color:#172033;display:grid;place-items:center;cursor:pointer}.users-modal label{margin:0 1rem .85rem;display:flex;flex-direction:column;gap:.35rem;color:#344054;font-size:.76rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.users-modal header+label{margin-top:1rem}.users-check{flex-direction:row!important;align-items:center;letter-spacing:0!important;text-transform:none!important}.users-check input{width:auto;min-height:auto}@media (max-width: 720px){.users-hero,.users-toolbar{align-items:stretch;flex-direction:column}.users-primary-btn{width:100%}}.app-feedback-toasts{position:fixed;right:1rem;bottom:1rem;z-index:2000;display:flex;flex-direction:column;gap:.65rem;width:min(420px,calc(100vw - 2rem));pointer-events:none}.app-toast{pointer-events:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;border:1px solid #d9e0ea;border-left-width:4px;border-radius:8px;background:#fff;color:#172033;box-shadow:0 14px 34px #1018282e;padding:.85rem .9rem}.app-toast strong{display:block;margin-bottom:.15rem;font-size:.86rem}.app-toast p{margin:0;color:#475467;font-size:.86rem;line-height:1.4;white-space:pre-line;max-height:36vh;overflow:auto}.app-toast button{width:28px;height:28px;border:0;border-radius:6px;background:#f2f4f7;color:#475467;cursor:pointer;font-size:1.2rem;line-height:1}.app-toast--info{border-left-color:#2563eb}.app-toast--success{border-left-color:#16a34a}.app-toast--warning{border-left-color:#d97706}.app-toast--error{border-left-color:#dc2626}.app-confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;display:grid;place-items:center;padding:1rem;background:#0f172a7a}.app-confirm-dialog{width:min(460px,100%);border:1px solid #d9e0ea;border-radius:8px;background:#fff;box-shadow:0 24px 54px #10182847;padding:1.25rem}.app-confirm-dialog h2{margin:0;color:#172033;font-size:1.1rem}.app-confirm-dialog p{margin:.65rem 0 0;color:#475467;line-height:1.5;white-space:pre-line}.app-prompt-field{display:grid;gap:.4rem;margin-top:1rem}.app-prompt-field span{color:#344054;font-size:.82rem;font-weight:800}.app-prompt-field input{width:100%;min-height:42px;border:1px solid #cfd8e3;border-radius:8px;padding:.55rem .7rem;color:#172033;font:inherit}.app-prompt-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;outline:none}.app-confirm-actions{display:flex;justify-content:flex-end;gap:.55rem;margin-top:1.2rem}.app-confirm-actions button{min-height:38px;border-radius:8px;padding:.48rem .85rem;font-weight:800;cursor:pointer}.app-confirm-secondary{border:1px solid #cfd8e3;background:#fff;color:#172033}.app-confirm-primary{border:1px solid #2563eb;background:#2563eb;color:#fff}.app-confirm-danger{border:1px solid #dc2626;background:#dc2626;color:#fff}@media (max-width: 640px){.app-feedback-toasts{right:.75rem;bottom:.75rem;width:calc(100vw - 1.5rem)}.app-confirm-actions{flex-direction:column-reverse}}:root{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#172033;background-color:#f4f6f8;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;min-width:0;min-height:100vh;margin:0;background:#f4f6f8}body{color:inherit;font-family:inherit}a{font-weight:600;color:#1d4ed8;text-decoration:none}a:hover{color:#1e40af}h1,h2,h3,h4,h5,h6{font-weight:700;color:inherit}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}input,select,textarea{background:#fff;color:#172033}input::placeholder,textarea::placeholder{color:#98a2b3}
