:root{--card-bg: rgba(255, 255, 255, .98);--card-border: rgba(255, 255, 255, .35);--card-shadow: 0 18px 40px rgba(7, 12, 42, .18);--muted-text: rgba(10, 24, 64, .6);--success: #38c682;--warning: #ff9f43;--danger: #ff6b6b}.dashboard-content{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:1400px;margin:0 auto 3rem;padding:2rem 2.8rem 4rem;color:var(--font-color)}.loading-indicator{padding:1rem;border-radius:999px;background:#ffffffd9;width:fit-content;font-weight:600;box-shadow:var(--card-shadow)}.dashboard-hero{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem;background:#fffffffa;border-radius:34px;border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 55px #08092640;color:var(--font-color)}.dashboard-hero h2{margin:.25rem 0;font-size:2rem;font-weight:700}.hero-description{margin:0;color:var(--muted-text);font-size:.95rem}.hero-highlight{text-align:right;background:#7069e014;padding:1.5rem 2rem;border-radius:24px;box-shadow:inset 0 1px #fff9}.hero-highlight span{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;display:block;color:var(--muted-text)}.hero-highlight strong{display:block;font-size:2.4rem;line-height:1}.hero-highlight small{color:var(--muted-text)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;color:var(--muted-text);margin:0}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem}.kpi-card{padding:1.5rem;border-radius:26px;background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:.4rem}.kpi-card p{margin:0;font-weight:600;color:var(--muted-text)}.kpi-card strong{font-size:2rem;line-height:1.1}.kpi-card small{color:var(--muted-text);font-size:.8rem}.kpi-card.success strong{color:var(--success)}.kpi-card.warning strong{color:var(--warning)}.kpi-card.neutral strong{color:#3c78d8}.panels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;align-items:stretch;grid-auto-rows:minmax(0,auto)}.panel{background:var(--card-bg);border-radius:28px;border:1px solid var(--card-border);box-shadow:var(--card-shadow);padding:1.6rem;display:flex;flex-direction:column;gap:1rem;height:100%}.panel header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.panel header h3{margin:.15rem 0 0}.badge{border-radius:999px;padding:.3rem .9rem;font-weight:600;font-size:.8rem;background:#38c68226;color:var(--success)}.badge.neutral{background:#7069e026;color:#7069e0}.health-panel .panel-body{display:grid;grid-template-columns:2fr 1fr;gap:1.2rem;min-height:260px}.chart-container{min-height:220px}.progress-stack{display:flex;flex-direction:column;gap:1.2rem}.progress-row{display:flex;flex-direction:column;gap:.4rem}.progress-row strong{font-size:1.4rem}.progress{width:100%;height:12px;border-radius:999px;background:#12163814;overflow:hidden}.progress div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#5ee7a1,#38c682)}.progress.fail div{background:linear-gradient(90deg,#ff8da1,#ff6b6b)}.list-panel ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.list-panel li{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.7rem;border-bottom:1px solid rgba(18,22,56,.06)}.list-panel li:last-child{border-bottom:none;padding-bottom:0}.list-panel strong{display:block;font-size:1rem}.list-panel span{color:var(--muted-text);font-size:.85rem}.list-metric{font-weight:700;font-size:.95rem;padding:.35rem .9rem;border-radius:999px}.list-metric.success{background:#38c68229;color:var(--success)}.list-metric.danger{background:#ff6b6b29;color:var(--danger)}.dormant-panel ul li{justify-content:flex-start}.dormant-panel ul li span{font-style:italic}@media (min-width: 1200px){.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.panels-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 960px){.dashboard-content{padding:1.5rem}.dashboard-hero{flex-direction:column;text-align:left}.dashboard-hero h2{font-size:1.6rem}.hero-highlight{width:100%;text-align:left}.health-panel .panel-body{grid-template-columns:1fr}}.user-menu{position:relative;display:inline-flex;align-items:center}.user-menu__trigger{display:inline-flex;align-items:center;gap:.75rem;padding:.4rem 1.1rem .4rem .45rem;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:linear-gradient(135deg,#fff3,#7069e040,#49c7c740);box-shadow:0 12px 28px #12163838;color:#f6f7ff;font-weight:600;letter-spacing:.01em;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.user-menu__trigger:hover,.user-menu__trigger.is-open{transform:translateY(-1px);border-color:#fffc;box-shadow:0 18px 38px #1216384d}.user-menu__avatar{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#ffffff59,#7069e059);color:#121638a6;font-size:2rem;box-shadow:inset 0 1px 4px #00000026}.user-menu__details{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}.user-menu__greeting{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:#ffffffbf}.user-menu__label{font-size:1rem;color:#fff}.user-menu__chevron{font-size:.85rem;color:#ffffffd9}.user-menu__dropdown{position:absolute;top:calc(100% + .6rem);right:0;display:flex;flex-direction:column;width:240px;padding:.85rem;gap:.35rem;border-radius:18px;background:#121638a6;border:1px solid rgba(255,255,255,.22);box-shadow:0 22px 46px #080c2666;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000}.user-menu__item{display:inline-flex;align-items:center;gap:.75rem;padding:.65rem .75rem;border-radius:12px;border:none;background:transparent;color:#ffffffeb;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.user-menu__item svg{font-size:1rem}.user-menu__item:hover,.user-menu__item:focus-visible{background:#ffffff1f;transform:translate(2px)}.user-menu__item--logout{background:#ff567a2e;color:#fff5f8f2}.user-menu__item--logout:hover,.user-menu__item--logout:focus-visible{background:#ff567a52}.user-menu__separator{height:1px;background:linear-gradient(90deg,#fff0,#ffffff52,#fff0);margin:.25rem 0}@media (max-width: 640px){.user-menu__trigger{gap:.55rem;padding-right:.75rem}.user-menu__details{display:none}}:root{--gradient-start: #7069e0;--gradient-end: #49c7c7;--card-bg: #ffffff;--card-radius: 10px;--card-shadow: 0 4px 12px rgba(0, 0, 0, .1);--primary-color: #7069e0;--secondary-color: #49c7c7;--accent-color: #49c7c7;--bg-color: #f6f7fb;--font-family: "Montserrat", sans-serif;--font-color: #2c2c2c;--topbar-bg: linear-gradient(135deg, rgba(16, 11, 45, .98) 0%, rgba(43, 28, 103, .96) 45%, rgba(7, 108, 122, .92) 100%);--topbar-border: rgba(255, 255, 255, .12);--topbar-shadow: 0 12px 28px rgba(7, 9, 32, .45), inset 0 1px 0 rgba(255, 255, 255, .08);color-scheme:light}html,body{width:100%;height:100%;background:linear-gradient(180deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:var(--font-color);font-family:var(--font-family);overflow:hidden}.app-shell{display:flex;width:100%;height:100vh;overflow:hidden}.app-sidebar{background:linear-gradient(180deg,#ffffffeb,#ece8ffd9);-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}.app-sidebar.collapsed{width:72px}.app-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}.app-sidebar.collapsed .app-sidebar__top{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem .5rem .75rem}.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:120px;height:auto;transition:max-width .2s ease}.app-sidebar.collapsed .app-sidebar__logo img{max-width:36px}.app-sidebar__toggle{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}.app-sidebar__toggle:hover{transform:translate(1px);box-shadow:0 6px 12px #5035a61f}.app-sidebar__menu{flex:1;overflow-y:auto}.app-sidebar__menu ul{list-style:none}.app-sidebar__menu-item{border-bottom:1px solid rgba(80,53,166,.08)}.app-sidebar__menu-link{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}.app-sidebar__menu-link:hover,.app-sidebar__menu-link.active{background:#7069e01a;color:#5035a6}.app-sidebar.collapsed .app-sidebar__menu-link{justify-content:center;padding:.9rem 0}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.app-top-bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.15rem 2.4rem;background:var(--topbar-bg);color:#fdfcff;border-bottom:1px solid var(--topbar-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--topbar-shadow);position:sticky;top:0;z-index:12;isolation:isolate}.app-top-bar:after{content:"";position:absolute;left:2rem;right:2rem;bottom:-.4rem;height:16px;background:linear-gradient(90deg,#0d10338c,#3183aa66);opacity:.45;border-radius:999px;filter:blur(14px);pointer-events:none}.app-top-bar__titles{display:flex;flex-direction:column;gap:.25rem;min-width:0}.app-top-bar__titles h1{margin:0;font-weight:700;font-size:1.6rem;line-height:1.2;color:#fffdfc}.app-top-bar__subtitle{font-size:.95rem;font-weight:500;color:#fffc}.app-top-bar__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.app-top-bar__custom{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.app-content{flex:1;overflow-y:auto;overflow-x:hidden;background:linear-gradient(180deg,#7069e052,#49c7c752);min-height:0;padding:0}@media (max-width: 960px){.app-shell{flex-direction:column}.app-sidebar{width:100%;height:auto;border-right:none;border-bottom:1px solid rgba(80,53,166,.15)}.app-sidebar.collapsed{width:100%}}:root{--gradient-start: #7069E0;--gradient-end: #49C7C7;--card-bg: #fff;--card-radius: 10px;--card-shadow: 0 4px 12px rgba(0,0,0,.1);--bg-color: #f6f7fb;--font-family: "Montserrat", sans-serif;--font-color: #2C2C2C;color-scheme:light}html,body{background-color:#fff;color:#000;height:100%}.login-page{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;background:linear-gradient(to bottom,var(--gradient-start) 0%,var(--gradient-end) 100%);background-size:cover;background-position:center;font-family:var(--font-family);color:var(--font-color)}.login-card{background:var(--card-bg);border-radius:var(--card-radius);max-width:600px;width:80vw;min-width:400px;box-shadow:var(--card-shadow);padding:3rem 3.5rem;text-align:center}.login-form{margin:0 auto;max-width:320px;text-align:left}.logo{max-width:220px;height:auto;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#555}.form-group input{width:100%;padding:.6rem;border:1px solid #ccc;border-radius:4px;background-color:#fff;color:#000;font-size:.95rem}.btn-login{width:100%;padding:.75rem;margin-top:1.2rem;border:none;border-radius:4px;font-weight:600;color:#fff;font-size:1rem;cursor:pointer;background:linear-gradient(90deg,#7a6ded,#53cacc);transition:opacity .3s}.btn-login:hover{opacity:.9}#loadingIndicator{margin-top:1rem;font-weight:600;color:var(--gradient-start)}.extra-links{margin-top:1.5rem;text-align:center}.extra-links a{color:var(--gradient-end);text-decoration:none;font-size:.9rem}.extra-links a:hover{text-decoration:underline}.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-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:linear-gradient(180deg,#7069e059,#49c7c759)}.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:#30cfd099;border-left-color:#30cfd0e6;background:linear-gradient(135deg,#30cfd01f,#fffffff2);box-shadow:0 16px 32px #30cfd04d;transform:translateY(-1px)}.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:linear-gradient(135deg,#ffffff38,#ffffff14);border:1px solid rgba(255,255,255,.45);box-shadow:0 22px 48px -28px #0c122ec7}.edit-top-header .feature-title-display--header:hover{background:linear-gradient(135deg,#ffffff4d,#ffffff24);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:linear-gradient(120deg,#fffffffa,#d2f7fff2);-webkit-background-clip:text;background-clip:text;color:transparent;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 input: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[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:1200;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);display:flex;flex-direction:column;gap:1.1rem;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:1199}.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}.feature-assistant-history{flex:1;display:flex;flex-direction:column;gap:.75rem;max-height:calc(100% - 180px);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}.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:140px;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}}:root{--gradient-start: #7069E0;--gradient-end: #49C7C7;--card-bg: #fff;--card-radius: 10px;--card-shadow: 0 4px 12px rgba(0, 0, 0, .1);--primary-color: #7069E0;--primary-strong: #5035A6;--secondary-color: #49C7C7;--accent-color: #49C7C7;--bg-color: #f6f7fb;--font-family: "Montserrat", sans-serif;--font-color: #2C2C2C;color-scheme:light}html,body{width:100%;min-height:100%;background:linear-gradient(180deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:var(--font-color);font-family:var(--font-family);overflow:hidden}.tenants-layout{display:flex;width:100%;height:100vh;overflow:hidden}.tenants-sidebar{background:linear-gradient(180deg,#ffffffeb,#ece8ffd9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-right:1px solid rgba(80,53,166,.15)}.tenants-sidebar.collapsed{width:72px}.tenants-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}.tenants-sidebar.collapsed .tenants-sidebar-top{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem .5rem .75rem}.tenants-logo-container{text-align:center;flex:1}.tenants-sidebar.collapsed .tenants-logo-container{width:100%;display:flex;justify-content:center}.tenants-logo-container.collapsed{flex:initial}.tenants-sidebar-logo-img{max-width:120px;height:auto;transition:max-width .2s ease}.tenants-sidebar.collapsed .tenants-sidebar-logo-img{max-width:36px}.tenants-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}.tenants-toggle-btn svg{width:1.6rem;height:1.6rem}.tenants-toggle-btn:hover{transform:translate(1px);box-shadow:0 6px 12px #5035a61f}.tenants-sidebar-menu{flex:1;overflow-y:auto}.tenants-sidebar-menu ul{list-style:none}.tenants-sidebar-menu li{border-bottom:1px solid rgba(80,53,166,.08)}.tenants-menu-item{display:flex;align-items:center;gap:1rem;padding:.85rem 1.2rem;color:var(--primary-color);text-decoration:none;font-weight:600;transition:background .3s ease,color .3s ease}.tenants-menu-item svg{flex-shrink:0}.tenants-menu-item:hover,.tenants-menu-item.active{background:#7069e014;color:var(--primary-strong)}.tenants-sidebar.collapsed .tenants-menu-item{justify-content:center;padding:.9rem 0}.tenants-main-section{background:transparent}.tenants-top-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.2rem 2.4rem;background:linear-gradient(135deg,#7069e09e,#49c7c780);color:#fff;border-bottom:1px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 22px 44px #12163840;position:sticky;top:0;z-index:12}.tenants-header-texts{display:flex;flex-direction:column;gap:.4rem}.tenants-title{font-size:1.5rem;font-weight:700}.tenants-subtitle{font-size:.95rem;color:#ffffffd9;max-width:480px}.tenants-content-wrapper{padding:2.4rem 1rem 2.8rem;display:flex;flex-direction:column;gap:2rem}.tenants-highlight{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.4rem;align-items:center;background:linear-gradient(140deg,#ffffffe6,#ece8ffb8);border-radius:var(--card-radius);padding:1.6rem 1.8rem;box-shadow:0 18px 36px #1216381f}.tenants-highlight .environment-chip{justify-self:flex-start}.highlight-labels{display:flex;flex-direction:column;gap:.35rem}.highlight-caption{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#2c2c2cb3;font-weight:600}.highlight-name{font-size:1.6rem;color:var(--primary-strong);margin:0}.highlight-description{grid-column:1 / -1;color:#2c2c2cb3;margin:0}.highlight-empty{margin:0;font-weight:500;color:#2c2c2cb3}.environment-chip{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .9rem;border-radius:999px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:inset 0 0 0 1px #5035a62e}.environment-chip.production{background:#49c7c72e;color:#1a6d73}.environment-chip.test{background:#7069e029;color:#4534a4}.tenants-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.8rem}.tenant-card{background:var(--card-bg);border-radius:var(--card-radius);padding:1.8rem 1.6rem;box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:1.2rem;transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}.tenant-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(112,105,224,.12),transparent 55%);opacity:0;transition:opacity .25s ease;pointer-events:none}.tenant-card:hover{transform:translateY(-6px);box-shadow:0 26px 46px #1216382e}.tenant-card:hover:before{opacity:1}.tenant-card-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.tenant-card-header h3{margin:0;font-size:1.25rem;color:var(--primary-strong)}.tenant-description{margin:0;color:#2c2c2cad;line-height:1.6}.tenant-actions{display:flex;align-items:center;gap:.85rem}.switch{position:relative;display:inline-block;width:48px;height:26px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#7069e040;transition:.2s;border-radius:26px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%;box-shadow:0 4px 8px #12163833}.switch input:checked+.slider{background-color:#49c7c78c}.switch input:checked+.slider:before{transform:translate(22px)}.switch-label{font-size:.85rem;font-weight:600;color:#2c2c2cb3}.enter-button{margin-left:auto;border:none;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:.55rem 1.4rem;border-radius:999px;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.enter-button:hover:not(:disabled){transform:translateY(-1px) scale(1.02);box-shadow:0 14px 30px #5035a659;filter:brightness(1.02)}.enter-button:disabled{background:#2c2c2c26;color:#2c2c2c80;cursor:default;box-shadow:none}@media (max-width: 1024px){.tenants-content-wrapper{padding:2rem 1.75rem 2.4rem}.tenants-highlight{grid-template-columns:minmax(0,1fr)}.tenants-highlight .environment-chip{justify-self:flex-start}}@media (max-width: 768px){html,body{overflow-y:auto}.tenants-layout{flex-direction:column;min-height:100vh}.tenants-sidebar{width:100%;height:auto;border-right:none;border-bottom:1px solid rgba(80,53,166,.12)}.tenants-sidebar.collapsed{width:100%}.tenants-sidebar-menu{display:none}.tenants-main-section{height:auto;min-height:calc(100vh - 160px)}.tenants-top-header{position:static}}@media (max-width: 640px){.tenants-content-wrapper{padding:1.6rem 1.2rem 2rem}.tenant-actions{flex-wrap:wrap}.enter-button{width:100%;justify-content:center;text-align:center}}.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{--gradient-start: #7069E0;--gradient-end: #49C7C7;--card-bg: #fff;--card-radius: 10px;--card-shadow: 0 4px 12px rgba(0,0,0,.1);--primary-color: #7069E0;--secondary-color: #49C7C7;--accent-color: #49C7C7;--bg-color: #f6f7fb;--font-family: "Montserrat", sans-serif;--font-color: #2C2C2C;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%;background:linear-gradient(180deg,var(--gradient-start) 0%,var(--gradient-end) 100%);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:linear-gradient(180deg,#ffffffeb,#ece8ffd9);-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}}.runs-layout{background:linear-gradient(180deg,#7069e02e,#49c7c72e)}.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:.04em;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}.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.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-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-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-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}}.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-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;padding:.5rem .75rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;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;padding:.5rem .75rem;cursor:pointer;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-btn{display:inline-flex;align-items:center;gap:.4rem;border:none;border-radius:999px;padding:.55rem 1.1rem;font-weight:600;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}.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:999px;padding:.45rem .9rem;font-weight:600;background:linear-gradient(120deg,#7069e0,#49c7c7);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:999px;padding:.5rem 1rem;font-weight:600;background:linear-gradient(120deg,#7069e0,#49c7c7);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 button{border:none;border-radius:999px;padding:.3rem .8rem;background:#d9534f26;color:#d9534f;cursor:pointer}.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:999px;background:linear-gradient(120deg,#7069e0,#49c7c7);color:#fff;font-weight:600;padding:.55rem 1.4rem;cursor:pointer;box-shadow:0 10px 24px #49c7c759;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:linear-gradient(135deg,#7069e0,#49c7c7);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))}}.regressions-page{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem}.regressions-alert{background:#ef44441f;color:#8b1d1f;border-radius:12px;padding:.8rem 1rem;font-weight:600;border:1px solid rgba(239,68,68,.3)}.regressions-top{display:grid;grid-template-columns:minmax(360px,2fr) minmax(220px,1fr);gap:1rem;align-items:stretch}.regressions-search-panel{display:flex;align-items:center;gap:.8rem;background:#fffffff2;border-radius:16px;padding:1rem 1.2rem;box-shadow:0 16px 32px #30226a1f}.regressions-search-panel input{flex:1 1 auto;border-radius:999px;border:1px solid rgba(112,105,224,.3);padding:.5rem 1rem;font-size:.95rem;background:#ffffffe6}@media (max-width: 1024px){.regressions-top{grid-template-columns:1fr}.regressions-search-panel{flex-direction:column}.regressions-stats{flex-direction:row;flex-wrap:wrap}}.regressions-stats{display:flex;flex-direction:column;gap:1rem}.regressions-stats article{background:#fffffff2;border-radius:16px;padding:1rem 1.2rem;box-shadow:0 16px 32px #30226a1f;display:flex;align-items:center;gap:.8rem}.regressions-stats article div{display:flex;align-items:baseline;gap:.4rem}.regressions-stats article svg{font-size:1.4rem;color:#7069e0}.regressions-stats span{color:#21125eb3;font-size:.85rem}.regressions-stats strong{font-size:1.8rem;color:#2f2a75}.regressions-list{background:#fffffff2;border-radius:18px;box-shadow:0 20px 40px #30226a24;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.regressions-list header{display:flex;justify-content:space-between;gap:1rem;align-items:center}.regressions-list header h2{margin:0;color:#2f2a75}.regressions-list header p{margin:.2rem 0 0;color:#21125eb3}.regressions-new{border:none;border-radius:999px;padding:.65rem 1.4rem;font-weight:600;color:#fff;background:linear-gradient(120deg,#7069e0,#49c7c7);box-shadow:0 12px 28px #49c7c759;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.regressions-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.regressions-list li{border:1px solid rgba(112,105,224,.18);border-radius:14px;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.75rem;background:#fff;box-shadow:inset 0 0 0 1px #fff6}.suite-header{display:flex;justify-content:space-between;gap:1rem;background:#f8f7ff;border-radius:12px;padding:.9rem 1rem}.suite-header h3{margin:0;color:#322a82}.suite-header p{margin:.2rem 0 0;color:#21125ea6}.suite-actions{display:flex;gap:.4rem}.suite-actions button{border:none;border-radius:10px;padding:.35rem .6rem;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;background:#7069e01f;color:#3f2e8c}.suite-actions button span{font-size:.75rem}.suite-meta{display:flex;justify-content:space-between;font-size:.85rem;color:#21125eb3}.suite-meta code{background:#7069e01a;padding:.2rem .5rem;border-radius:6px}.suite-tests{display:flex;flex-wrap:wrap;gap:.4rem}.suite-tests span{background:#49c7c729;color:#1d6464;padding:.2rem .6rem;border-radius:999px;font-size:.78rem}.suite-tests .suite-more{background:#7069e029;color:#3f2e8c}.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:#7069e0}.test-selector__table thead input{width:18px;height:18px;accent-color:#49c7c7}.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:linear-gradient(120deg,#7069e0,#49c7c7);color:#fff;box-shadow:0 12px 28px #49c7c759;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}}:root{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#231c53;background-color:#f6f7fb;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#7069e0,#49c7c7);color:inherit;font-family:inherit}a{font-weight:600;color:#4b47c2;text-decoration:none}a:hover{color:#2f2a75}h1,h2,h3,h4,h5,h6{font-weight:700;color:inherit}button{font:inherit;color:inherit;border:none;background:transparent}button:focus,button:focus-visible,input:focus,select:focus,textarea:focus{outline:2px solid rgba(112,105,224,.4);outline-offset:2px}input,select,textarea{font:inherit;background:#fffffff2;color:#1f1b47}input::placeholder,textarea::placeholder{color:#21125e80}
