:root{font-family:Segoe UI,Noto Sans,sans-serif;color:#1f2937;background:radial-gradient(circle at top right,#e6f4ff,#f8fafc 45%,#f5f7fb);--app-accent-color: #2563eb;--app-accent-color-strong: color-mix(in srgb, var(--app-accent-color) 72%, #0f172a 28%);--app-accent-color-soft: color-mix(in srgb, #ffffff 84%, var(--app-accent-color) 16%);--app-accent-color-surface: color-mix(in srgb, #ffffff 72%, var(--app-accent-color) 28%);--app-accent-color-border: color-mix(in srgb, #cbd5e1 38%, var(--app-accent-color) 62%);--app-accent-color-text: color-mix(in srgb, var(--app-accent-color) 56%, #0f172a 44%)}*{box-sizing:border-box}body{margin:0;min-height:100vh;scrollbar-color:#aeb8c5 #eef2f7;scrollbar-width:thin}body::-webkit-scrollbar{width:12px;height:12px}body::-webkit-scrollbar-track{background:#eef2f7}body::-webkit-scrollbar-thumb{background:#aeb8c5;border-radius:999px;border:3px solid #eef2f7}body::-webkit-scrollbar-thumb:hover{background:#95a3b4}h1,h2,h3,p{margin:0}button,input,select,textarea{font:inherit}.login-page{width:100%;margin:0 auto}.login-page{min-height:100vh;display:grid;place-items:center;position:relative;isolation:isolate;overflow:hidden}.login-page:before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(160deg,#f5f8fce0 6%,#f6f9fcb3 40%,#f0f4f9d1),var(--login-custom-background, url(/backgrounds/login-neural-network.svg));background-position:center,center;background-repeat:no-repeat,no-repeat;background-size:cover,185% auto;border-radius:0}.login-card{width:min(540px,100%);background:#fff;border:1px solid #d8e1ea;border-radius:16px;box-shadow:0 10px 30px #11182714;padding:1.25rem}.login-head,.topbar,.execution-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.app-brand{display:flex;align-items:center;gap:.75rem}.app-logo{height:3.25rem;width:auto;display:block}.app-brand small{color:#64748b}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr;background-color:var(--shell-app-custom-bg, transparent);background-image:linear-gradient(180deg,#ffffff1a,#ffffff05),var(--app-shell-background-image, none);background-position:center,center;background-repeat:no-repeat,no-repeat;background-size:cover,cover}.shell-topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #d8e1ea;background-color:rgb(var(--shell-topbar-custom-bg-rgb, 255 255 255) / var(--shell-surface-opacity, .68));background-image:linear-gradient(90deg,#ffffff2e,#ffffff0a),var(--shell-topbar-background-image, url(/backgrounds/topbar-neural-network.svg));background-position:center,center;background-repeat:no-repeat,no-repeat;background-size:cover,cover;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin:0 1rem 0 calc(240px + 1.35rem);border-radius:0 0 16px 16px}.app-shell.nav-collapsed .shell-topbar{margin-left:calc(58px + 1.35rem)}.app-layout{display:grid;grid-template-columns:240px minmax(0,1fr);column-gap:.35rem;min-height:0;align-items:stretch;overflow:visible;transition:grid-template-columns .2s ease}.app-sidebar{position:relative;z-index:10;align-self:start;margin:1rem 0 0 .8rem;border:1px solid #d8e1ea;border-radius:16px;background:rgb(248 250 252 / var(--shell-surface-opacity, .68));padding:.85rem;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0f172a14;transition:padding .2s ease,opacity .2s ease,border-color .2s ease,transform .22s ease,box-shadow .22s ease}.nav-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.55rem}.nav-head .nav-title{margin-bottom:0}.btn-soft.nav-toggle-btn{min-width:2.35rem;width:2.35rem;height:2.35rem;padding:0;display:grid;place-items:center;line-height:1;font-size:1rem;border:1px solid rgba(148,163,184,.34);border-radius:999px;background:linear-gradient(135deg,#ffffffb8,#e2e8f070);color:#fff;box-shadow:0 8px 22px #0f172a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.nav-toggle-btn svg{width:1rem;height:1rem;display:block;color:#0f3d68}.nav-toggle-icon{transition:transform .18s ease,color .18s ease;transform-origin:50% 50%}.nav-toggle-icon.is-collapsed{transform:rotate(90deg)}.nav-toggle-icon.is-expanded{transform:rotate(0)}.btn-soft.nav-toggle-btn:hover{transform:translateY(-1px);border-color:#3b82f647;background:linear-gradient(135deg,#ffffffdb,#dbeafe8f);box-shadow:0 12px 24px #0f172a29}.btn-soft.nav-toggle-btn:hover svg{color:#145da0}.btn-soft.nav-toggle-btn.is-active{border-color:#145da061;background:linear-gradient(135deg,#145da0d1,#2b77b9b8);color:#fff;box-shadow:0 10px 22px #145da038}.btn-soft.nav-toggle-btn.is-active svg{color:#fff}.btn-soft.nav-toggle-btn.is-active:hover{background:linear-gradient(135deg,#0f4f89e6,#236aa8d1);box-shadow:0 14px 26px #145da047}.app-layout.nav-collapsed{grid-template-columns:58px minmax(0,1fr)}.app-layout.nav-collapsed .app-sidebar{width:240px;padding:.85rem;transform:translate(calc(-100% + 58px));box-shadow:0 10px 30px #0f172a1a}.app-layout.nav-collapsed .nav-title{opacity:0;pointer-events:none;transition:opacity .12s ease}.app-layout.nav-collapsed .nav-head{justify-content:flex-end;margin-bottom:.55rem}.app-layout.nav-collapsed .nav-toggle-btn,.app-layout.nav-collapsed .nav-list{opacity:1;pointer-events:auto}.app-layout.nav-collapsed .nav-btn{justify-content:flex-end;gap:0;padding:.58rem .72rem}.app-layout.nav-collapsed .nav-btn-label{display:none}.nav-title{color:#64748b;font-size:.75rem;margin-bottom:.55rem;text-transform:uppercase;letter-spacing:.08em}.nav-list{display:flex;flex-direction:column;gap:.5rem}.app-content{min-width:0;min-height:0;display:flex;padding:1rem;background:transparent}.brand-logo{width:2.1rem;height:2.1rem;border-radius:.75rem;display:inline-grid;place-items:center;font-weight:700;color:#166534;border:1px solid #84cc16;background:linear-gradient(155deg,#f1f5f9 15%,#dcfce7 85%)}.login-form{display:grid;gap:.9rem;margin-top:1rem}.login-form label,.modal-form-grid label{display:grid;gap:.35rem;font-size:.94rem;color:#334155}input,select,textarea{border:1px solid #cbd5e1;background:#fff;border-radius:10px;padding:.55rem .65rem}.modal-card input:required:not([type=checkbox]):not([readonly]),.modal-card select:required:not([readonly]),.modal-card textarea:required:not([readonly]){border-color:#ec4899;background:#ffe4ef}input[readonly],textarea[readonly]{background:#f1f5f9;border-color:#94a3b8;border-style:dashed;color:#334155;cursor:default}.btn-primary,.btn-success,.btn-soft{border:0;border-radius:10px;padding:.6rem .8rem;cursor:pointer}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--app-accent-color),var(--app-accent-color-strong))}.btn-success{color:#fff;background:linear-gradient(135deg,#16a34a,#059669)}.btn-primary:disabled,.btn-success:disabled,.btn-soft:disabled,.result-btn:disabled{cursor:not-allowed;opacity:.55}.btn-soft{color:#0f172a;background:#e2e8f0}.icon-btn{min-width:2.4rem}.test-run-action-icon{width:1rem;height:1rem;flex:0 0 1rem}.test-run-action-btn-lg .test-run-action-icon{width:1.2rem;height:1.2rem;flex:0 0 1.2rem}.test-run-text-action{display:inline-flex;align-items:center;gap:.38rem}.settings-gear-icon{font-size:1.25rem;line-height:1;color:#0b1220}.settings-trigger-btn{min-width:2.5rem;width:2.5rem;height:2.5rem;padding:0;border:1px solid rgba(148,163,184,.34);border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#ffffffc2,#f1f5f985);box-shadow:0 8px 22px #0f172a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.settings-trigger-btn:hover{transform:translateY(-1px);border-color:#3b82f64d;background:linear-gradient(135deg,#ffffffe6,#e2e8f09e);box-shadow:0 12px 24px #0f172a29}.settings-trigger-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #60a5fa47,0 12px 24px #0f172a24}.settings-trigger-icon-wrap{width:1.8rem;height:1.8rem;border-radius:999px;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,#3b82f624,#94a3b80a)}.settings-trigger-icon{width:1.1rem;height:1.1rem;color:#0f3d68;transition:transform .18s ease,color .18s ease}.settings-trigger-btn:hover .settings-trigger-icon{transform:rotate(18deg);color:#145da0}.lang-switcher{display:flex;gap:.4rem}.lang-btn{width:2rem;height:2rem;border:1px solid #cbd5e1;border-radius:999px;background:#fff;padding:0;display:grid;place-items:center;cursor:pointer}.lang-btn img{width:1.25rem;height:1.25rem;border-radius:999px}.lang-btn.is-active{border-color:#166534;box-shadow:0 0 0 2px #16653426}.topbar-actions{display:flex;align-items:center;gap:.65rem}.topbar-user-chip{display:inline-flex;align-items:center;gap:.55rem;min-width:0}.topbar-user-avatar{width:3rem;height:3rem;border-radius:999px;overflow:hidden;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(148,163,184,.35);background:linear-gradient(180deg,#dbeafef2,#eff6ffe0);color:#1d4ed8;font-size:1rem;font-weight:700;box-shadow:0 6px 18px #0f172a1a}.topbar-user-avatar img{width:100%;height:100%;object-fit:cover;display:block}.topbar-user{color:#64748b;font-size:1rem;font-weight:600}.topbar-version{color:#2563eb;font-size:.9rem;font-weight:700}.filters-row{margin-top:.9rem;display:grid;grid-template-columns:auto auto repeat(6,minmax(120px,1fr));gap:.6rem}.products-filters-row{margin-bottom:1rem}.test-runs-filters-row{grid-template-columns:auto repeat(7,minmax(120px,1fr)) auto}.filters-row .filter-control.is-active{background:#db2777db;color:#fff1f7;border-color:#fbcfe8c7}.filters-row select.filter-control.is-active option{background:#fff;color:#0f172a}.filters-row .filter-control.is-active::placeholder{color:#ffe4f1}.products-view-switch,.test-runs-view-switch{justify-self:start;display:inline-flex;align-items:center;gap:.6rem;-webkit-user-select:none;user-select:none;color:#1e293b;font-size:.9rem;padding:.45rem .6rem;border:1px solid #c9d8ea;border-radius:999px;background:linear-gradient(180deg,#f8fbff,#edf4fc);box-shadow:inset 0 1px #ffffffbf}.test-runs-view-switch{justify-self:end}.products-view-switch-label,.test-runs-view-switch-label{font-weight:600}.products-view-switch .change-doc-toggle-wrap,.test-runs-view-switch .change-doc-toggle-wrap{display:inline-flex;position:relative;flex:0 0 auto;width:3.15rem;height:1.7rem;overflow:hidden}.products-view-switch .change-doc-toggle-ui,.test-runs-view-switch .change-doc-toggle-ui{background:linear-gradient(180deg,#d8e7f7,#c3d7ec);border-color:#9eb8d3;box-shadow:inset 0 1px 1px #ffffffb3}.products-view-switch .change-doc-toggle-ui:after,.test-runs-view-switch .change-doc-toggle-ui:after{top:1px;left:1px;width:1.35rem;height:1.35rem;box-shadow:0 2px 5px #0f172a40}.products-view-switch .change-doc-toggle-input:checked+.change-doc-toggle-ui,.test-runs-view-switch .change-doc-toggle-input:checked+.change-doc-toggle-ui{background:linear-gradient(180deg,#1f6eb9,#145da0);border-color:#135089}.products-view-switch .change-doc-toggle-input:checked+.change-doc-toggle-ui:after,.test-runs-view-switch .change-doc-toggle-input:checked+.change-doc-toggle-ui:after{transform:translate(1.43rem)}.products-view-switch .change-doc-toggle-input:focus-visible+.change-doc-toggle-ui,.test-runs-view-switch .change-doc-toggle-input:focus-visible+.change-doc-toggle-ui{outline:2px solid #2f7dd1;outline-offset:2px}.products-view-switch-state,.test-runs-view-switch-state{font-size:.72rem;font-weight:700;letter-spacing:.04em;min-width:2.5rem;text-align:center;border-radius:999px;padding:.2rem .45rem;border:1px solid transparent;transition:color .12s ease,background-color .12s ease,border-color .12s ease}.products-view-switch.is-table .products-view-switch-state,.test-runs-view-switch.is-table .test-runs-view-switch-state{color:#0b4fa7;background:#dbeafe;border-color:#93c5fd}.products-view-switch.is-cards .products-view-switch-state,.test-runs-view-switch.is-cards .test-runs-view-switch-state{color:#475569;background:#e2e8f0;border-color:#cbd5e1}.count-chip{background:#0f172a;color:#f8fafc;border-radius:999px;padding:.55rem .8rem;font-size:.9rem;white-space:nowrap}.state-text{margin-top:.8rem;color:#475569}.page-loading-wrap{min-height:45vh;display:grid;place-items:center}.page-loader{width:46px;height:46px;border-radius:50%;border:4px solid #dbe3ec;border-top-color:#2563eb;animation:page-loader-spin .8s linear infinite}@keyframes page-loader-spin{to{transform:rotate(360deg)}}.workspace-loading-wrap{background:linear-gradient(180deg,#f8fbff,#eef4fb);border:1px solid #d7e3f1;border-radius:14px;padding:1rem}.workspace-skeleton{width:min(1080px,100%);display:grid;gap:.9rem}.workspace-skeleton-head{display:grid;gap:.45rem}.workspace-skeleton-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.workspace-skeleton-column{display:grid;gap:.55rem;background:#fff;border:1px solid #d9e4f2;border-radius:12px;padding:.75rem}.workspace-skeleton-line,.workspace-skeleton-card{display:block;position:relative;overflow:hidden;background:#e6edf7;border-radius:8px}.workspace-skeleton-line:after,.workspace-skeleton-card:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.65) 45%,transparent 100%);animation:workspace-skeleton-shimmer 1.2s ease-in-out infinite}.workspace-skeleton-line-title{width:42%;height:16px}.workspace-skeleton-line-meta{width:68%;height:12px}.workspace-skeleton-line-column{width:56%;height:13px}.workspace-skeleton-card{height:62px}@keyframes workspace-skeleton-shimmer{to{transform:translate(100%)}}@media(max-width:980px){.workspace-skeleton-columns{grid-template-columns:1fr}}.error-text{color:#b91c1c}.app-toast-region,.workspace-toast-wrap{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:1200;pointer-events:none}.app-toast,.workspace-toast{background:#db27775c;color:#fff1f7;border:1px solid rgba(251,207,232,.34);border-radius:10px;padding:.65rem .85rem;box-shadow:0 14px 30px #9d174d38;font-size:.88rem;backdrop-filter:blur(10px) saturate(1.15);-webkit-backdrop-filter:blur(14px) saturate(1.15)}.app-toast-success{background:#16a34a61;color:#f0fdf4;border-color:#bbf7d05c;box-shadow:0 14px 30px #15803d38}.app-toast-error{background:#b91c1c66;color:#fef2f2;border-color:#fecaca61;box-shadow:0 14px 30px #991b1b38}.cards-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.run-card{background:#fff;border:1px solid #d8e1ea;border-radius:14px;padding:0;display:flex;flex-direction:column;overflow:hidden}.run-card-layout{display:grid;grid-template-columns:minmax(0,1fr) 148px;gap:.9rem;padding:.9rem}.run-card-left{min-width:0;display:grid;gap:.8rem}.run-card-right{display:grid;justify-items:center;align-content:start;gap:.45rem}.run-progress-pie{width:118px;height:118px;border-radius:50%;display:grid;place-items:center}.run-progress-pie-center{width:68px;height:68px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:1rem;font-weight:700;color:#0f172a}.run-card-head{display:flex;align-items:start;justify-content:space-between;gap:.6rem}.run-card h2{font-size:1.02rem}.run-card dl{margin:0;display:grid;gap:.45rem}.run-card dl div{display:grid;grid-template-columns:10rem 1fr;gap:.5rem}.run-card dt{color:#64748b;font-size:.86rem}.run-card dd{margin:0;color:#0f172a}.run-card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.run-card-footer-main{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.run-card-open-btn{min-width:8.5rem;padding:.7rem 1rem;border-radius:12px;box-shadow:0 10px 24px #145da02e;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.run-card-open-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #145da038;filter:saturate(1.04)}.run-card-actions{align-items:center;justify-content:flex-end;flex:1 1 26rem}.run-card-action-btn{border:1px solid rgba(148,163,184,.34);border-radius:12px;background:linear-gradient(180deg,#ffffffeb,#f1f5f9f2);box-shadow:0 6px 16px #0f172a14;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.run-card-action-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#60a5fa73;background:linear-gradient(180deg,#fffffffa,#dbeafeeb);box-shadow:0 10px 22px #0f172a1f}.run-card-action-btn-accent{color:#0f4c81;border-color:#38bdf852;background:linear-gradient(180deg,#eff6fffa,#e0f2feeb)}.run-card-action-btn-accent:hover:not(:disabled){border-color:#0ea5e973;background:linear-gradient(180deg,#e0f2fe,#bae6fdf0);color:#0c4a6e}.run-card-action-btn-danger{box-shadow:0 6px 16px #7f1d1d1f}.run-card-action-btn-danger:hover:not(:disabled){box-shadow:0 10px 22px #7f1d1d2e}.run-card-footer{width:100%;border-top:1px solid #d8e1ea;background:#f8fafc;padding:.75rem .9rem}.status-pill{border-radius:999px;padding:.25rem .55rem;font-size:.76rem;font-weight:600;white-space:nowrap}.status-Draft{background:#e2e8f0;color:#334155}.status-InProgress{background:#dbeafe;color:#1d4ed8}.status-Reviewed{background:#fef3c7;color:#b45309}.status-Approved{background:#dcfce7;color:#166534}.status-Obsolete{background:#f3e8ff;color:#7c3aed}.status-Paused{background:#fef3c7;color:#b45309}.status-Completed{background:#dcfce7;color:#166534}.status-Released{background:#dbeafe;color:#1e3a8a}.status-Aborted{background:#fee2e2;color:#b91c1c}.modal-backdrop{position:fixed;inset:0;background:#0a12209e;-webkit-backdrop-filter:blur(3px) saturate(.92);backdrop-filter:blur(3px) saturate(.92);display:grid;place-items:center;padding:1rem;z-index:50}.modal-card{--modal-header-height: 3.75rem;--modal-header-padding-inline: 14px;--modal-window-controls-size: 2rem;--modal-window-controls-gap: .35rem;--modal-window-controls-inset: .55rem;--modal-window-controls-width: calc((var(--modal-window-controls-size) * 2) + var(--modal-window-controls-gap));width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:14px;border:1px solid #d8e1ea;padding:1rem;display:grid;gap:.9rem;position:relative;transition:width .18s ease,height .18s ease,max-height .18s ease}.modal-card.is-maximized{width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);height:calc(100vh - 2rem);max-height:calc(100vh - 2rem)}.modal-window-controls{position:absolute;top:calc(var(--modal-header-height) / 2);right:var(--modal-window-controls-inset);z-index:8;display:inline-flex;gap:var(--modal-window-controls-gap);transform:translateY(-50%)}.modal-window-btn{width:var(--modal-window-controls-size);height:var(--modal-window-controls-size);border-radius:10px;border:1px solid transparent;background:transparent;color:#123a63d1;box-shadow:none;cursor:pointer;display:inline-grid;place-items:center;padding:0;line-height:1;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease,color .16s ease}.modal-window-btn:hover{background:#123a6314;border-color:#123a631a;transform:translateY(-1px)}.modal-window-btn:focus-visible{outline:2px solid #2b77b9;outline-offset:1px}.modal-window-close-btn:hover{background:#dc26261f;border-color:#dc26262e;color:#b91c1c}body.theme-dark .modal-window-btn{color:#eef6ffe6}.modal-window-icon{position:relative;display:block;width:.95rem;height:.95rem}.modal-window-icon:before,.modal-window-icon:after{content:"";position:absolute;border-radius:999px;background:currentColor}.modal-window-icon.is-maximize:before{inset:.1rem;border:1.6px solid currentColor;border-radius:.18rem;background:transparent}.modal-window-icon.is-restore:before,.modal-window-icon.is-restore:after{border:1.6px solid currentColor;border-radius:.16rem;background:transparent}.modal-window-icon.is-restore:before{width:.48rem;height:.48rem;top:.08rem;right:.08rem}.modal-window-icon.is-restore:after{width:.48rem;height:.48rem;left:.08rem;bottom:.08rem}.modal-window-icon.is-close:before,.modal-window-icon.is-close:after{top:50%;left:50%;width:1rem;height:1.8px;transform-origin:center}.modal-window-icon.is-close:before{transform:translate(-50%,-50%) rotate(45deg)}.modal-window-icon.is-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.modal-wide{width:min(1240px,100%)}.modal-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.change-password-form-grid{grid-template-columns:1fr}.profile-edit-modal{width:min(640px,100%)}.profile-edit-modal .modal-form-grid{align-items:start}.profile-edit-modal input[readonly]{color:#0f172a}.profile-image-panel{display:grid;grid-template-columns:88px minmax(0,1fr);gap:.9rem;align-items:center;padding:.65rem;border:1px solid #cbd5e1;background:#fff;border-radius:10px}.profile-image-preview{width:88px;height:88px;border-radius:18px;overflow:hidden;display:grid;place-items:center;border:1px solid #cbd5e1;background:linear-gradient(180deg,#dbeafe,#eff6ff);color:#1d4ed8;font-size:1.65rem;font-weight:700}.profile-image-preview img{width:100%;height:100%;object-fit:cover;display:block}.profile-image-controls{display:grid;gap:.5rem;align-content:center}.profile-image-upload-btn{position:relative;justify-self:start;overflow:hidden}.profile-image-upload-btn input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.profile-image-upload-btn.is-disabled{opacity:.65;pointer-events:none}.profile-image-hint{margin:0;color:#64748b;font-size:.9rem}.profile-theme-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;padding:.65rem;border:1px solid #cbd5e1;background:#fff;border-radius:10px}.profile-theme-option{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.75rem;color:#334155;padding:.55rem;border:1px solid transparent;border-radius:10px;background:transparent}.profile-theme-option input{margin:.2rem 0 0;accent-color:#2563eb}.profile-theme-option.is-selected{border-color:#93c5fd;background:#eff6ff}.profile-theme-option-body{display:grid;gap:.55rem}.profile-theme-option-title{font-weight:600}.profile-theme-preview{overflow:hidden;border-radius:10px;border:1px solid #cbd5e1;aspect-ratio:1.85 / 1;display:grid;grid-template-rows:14% 1fr}.profile-theme-preview-topbar{border-bottom:1px solid rgba(148,163,184,.35)}.profile-theme-preview-layout{display:grid;grid-template-columns:16% 1fr;min-height:0}.profile-theme-preview-sidebar{border-right:1px solid rgba(148,163,184,.28)}.profile-theme-preview-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem;padding:.35rem}.profile-theme-preview-column{border-radius:6px;padding:.28rem;display:grid;align-content:start;gap:.22rem}.profile-theme-preview-column span{display:block;height:.48rem;border-radius:999px}.profile-theme-preview-light{background:#f8fafc}.profile-theme-preview-light .profile-theme-preview-topbar{background:linear-gradient(180deg,#dbeafe,#f8fafc)}.profile-theme-preview-light .profile-theme-preview-sidebar{background:#eef2f7}.profile-theme-preview-light .profile-theme-preview-column{background:#fff;border:1px solid #d8e1ea}.profile-theme-preview-light .profile-theme-preview-column span:nth-child(odd){background:#fecdd3}.profile-theme-preview-light .profile-theme-preview-column span:nth-child(2n){background:#bfdbfe}.profile-theme-preview-dark{background:#0f172a}.profile-theme-preview-dark .profile-theme-preview-topbar{background:linear-gradient(180deg,#1e293b,#0f172a)}.profile-theme-preview-dark .profile-theme-preview-sidebar{background:#111827}.profile-theme-preview-dark .profile-theme-preview-column{background:#1e293b;border:1px solid #334155}.profile-theme-preview-dark .profile-theme-preview-column span:nth-child(odd){background:#fb7185}.profile-theme-preview-dark .profile-theme-preview-column span:nth-child(2n){background:#4ade80}.import-dialog-grid{padding:0 14px 12px;gap:.75rem .8rem}.import-dialog-grid label{display:grid;gap:.35rem;font-size:.94rem;color:#334155}.import-dialog-grid input{min-height:38px;width:100%;box-sizing:border-box}.full-row{grid-column:1 / -1}.modal-actions{display:flex;justify-content:flex-end;gap:.6rem}.change-history-modal{width:min(900px,100%);max-height:90vh;padding:0;overflow:hidden;display:flex;flex-direction:column;gap:0}.change-history-modal .modal-head,.confirm-delete-head,.admin-edit-modal .modal-head,.change-doc-modal .modal-head,.review-modal-head,.history-modal-card .modal-head,.item-edit-modal .modal-head,.table-insert-modal .modal-head,.unsaved-item-modal .modal-head{display:flex;align-items:center;justify-content:space-between;min-height:var(--modal-header-height);padding:12px var(--modal-header-padding-inline);box-sizing:border-box;border-bottom:1px solid rgba(20,93,160,.22);background:linear-gradient(135deg,#ffffffc7,#e8f1fbe0),linear-gradient(90deg,#145da01f,#2b77b914);color:#123a63;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:inset 0 -1px #ffffff73}.modal-card>.modal-window-controls+.modal-head,.modal-card>.modal-window-controls+.confirm-delete-head,.modal-card>.modal-window-controls+.review-modal-head{padding-right:calc(var(--modal-header-padding-inline) + var(--modal-window-controls-width) + var(--modal-window-controls-inset) + .25rem)}.change-history-modal .modal-head h2{margin:0}.change-history-body{padding:12px 14px;overflow:auto;flex:1;min-height:0}.change-history-foot{padding:12px 14px;border-top:1px solid #d8e1ea;background:#f5f8fc}.change-history-list{display:grid;gap:.75rem}.change-history-entry{border:1px solid #d8e1ea;border-radius:12px;padding:.75rem .9rem;background:#f8fafc}.change-history-entry h3{margin:.15rem 0 .45rem;font-size:1rem;color:#0f172a}.change-history-entry ul{margin:0;padding-left:1.1rem;color:#334155}.change-history-date{font-size:.82rem;color:#64748b;letter-spacing:.03em}.confirm-delete-modal{padding:0;overflow:hidden;display:flex;flex-direction:column}.confirm-delete-head h2{margin:0}.confirm-delete-modal>p{margin:0;padding:12px 14px 0}.confirm-delete-modal>.meta-line{padding:8px 14px 0}.confirm-delete-form{padding:12px 14px 0}.confirm-delete-modal .modal-actions{padding:12px 14px;border-top:1px solid #d8e1ea;background:#f5f8fc}.approved-item-change-modal{width:min(980px,100%);max-width:980px}.approved-item-change-message{white-space:pre-line}.approved-item-change-modal .confirm-delete-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.approved-item-change-help-icon-btn{min-width:2rem;width:2rem;height:2rem;padding:0;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:10px;background:transparent;color:#123a63d1;box-shadow:none}.approved-item-change-help-icon-btn svg{width:1.1rem;height:1.1rem}.approved-item-change-help-icon-btn:hover{background:#123a6314;border-color:#123a631a;transform:translateY(-1px)}.approved-item-change-help-modal{width:min(920px,100%)}.approved-item-change-help-markdown{padding:0;gap:.7rem}.approved-item-change-help-markdown h1{font-size:1.25rem}.approved-item-change-help-markdown h2{font-size:1rem}.approved-item-change-modal .stacked-field{display:flex;flex-direction:column;gap:.4rem;padding:8px 14px 0}.approved-item-change-modal .stacked-field textarea{width:100%;min-height:180px;resize:vertical;box-sizing:border-box}.confirm-delete-progress{padding:10px 14px 0;display:inline-flex;align-items:center;gap:.55rem;color:#334155}.confirm-delete-progress .page-loader{width:1rem;height:1rem;border-width:.14rem}.review-dialog-opening-modal{min-height:220px}.review-dialog-opening-modal .confirm-delete-progress{padding:16px 14px 24px}.admin-edit-modal{padding:0;display:flex;flex-direction:column;overflow:hidden}.admin-edit-modal .modal-head h2{margin:0}.execution-modal-head-main{display:flex;align-items:center;gap:.85rem;min-width:0}.execution-modal-head h2{flex:0 1 auto;min-width:0}.admin-edit-modal .modal-body{padding:14px;overflow:auto}.admin-edit-modal .modal-foot{padding:12px 14px;border-top:1px solid #d8e1ea;background:#f5f8fc}.product-edit-modal.is-maximized .product-edit-modal-body{overflow:hidden;flex:1;min-height:0}.product-edit-modal.is-maximized .modal-form-grid{height:100%;align-content:start}.product-edit-modal.is-maximized .product-edit-description-field{display:flex;flex-direction:column;min-height:0}.product-edit-modal.is-maximized .product-edit-description-field textarea{flex:1;min-height:16rem;resize:none}.change-doc-modal{padding:0;display:flex;flex-direction:column;overflow:hidden}.change-doc-modal .modal-head h2{margin:0}.change-doc-modal .modal-body{padding:14px}.change-doc-number-field{display:grid;grid-template-columns:max-content minmax(14rem,22rem);align-items:center;column-gap:.6rem;row-gap:.35rem;max-width:100%}.change-doc-number-label{white-space:nowrap}.change-doc-number-field select{width:100%}.change-doc-export-form{display:grid;gap:.75rem}.change-doc-export-form .change-doc-number-field{grid-template-columns:1fr;row-gap:.45rem}.change-doc-export-form .change-doc-number-label{font-size:.85rem;font-weight:700;color:#334155;letter-spacing:.01em}.change-doc-status-dropdown{width:min(20rem,100%)}.change-doc-status-dropdown .link-select-trigger{min-height:2.2rem;display:inline-flex;align-items:center}.change-doc-toggle-field .change-doc-toggle-wrap{display:inline-flex;position:relative;width:2.75rem;height:1.55rem}.change-doc-toggle-input{position:absolute;inset:0;opacity:0;cursor:pointer;margin:0}.change-doc-toggle-ui{width:100%;height:100%;border-radius:999px;background:#c8d7e8;border:1px solid #9fb6cd;transition:background-color .12s ease,border-color .12s ease;pointer-events:none;position:relative}.change-doc-toggle-ui:after{content:"";position:absolute;top:1px;left:1px;width:1.25rem;height:1.25rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a40;transition:transform .14s ease}.change-doc-toggle-input:checked+.change-doc-toggle-ui{background:#145da0;border-color:#145da0}.change-doc-toggle-input:checked+.change-doc-toggle-ui:after{transform:translate(1.18rem)}.change-doc-toggle-input:focus-visible+.change-doc-toggle-ui{outline:2px solid #2b77b9;outline-offset:2px}@media(max-width:640px){.change-doc-number-field{grid-template-columns:1fr}.change-doc-number-label{white-space:normal}}.change-doc-modal .modal-foot{padding:12px 14px;border-top:1px solid #d8e1ea;background:#f5f8fc}.execution-body{display:grid;gap:.8rem}.execution-summary{border:1px solid #d8e1ea;border-radius:10px;background:#f8fafc;padding:.7rem;display:grid;gap:.6rem;margin-bottom:.75rem;position:sticky;top:0;z-index:3;box-shadow:0 4px 10px #0f172a14}.execution-summary-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.execution-summary-metrics>div{border:1px solid #d8e1ea;border-radius:8px;background:#fff;padding:.45rem .55rem;color:#334155}.execution-summary-nok-cell{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.execution-nok-nav{display:inline-flex;gap:.35rem}.execution-nok-nav .icon-btn{min-width:2rem;height:2rem;padding:0}.execution-summary-metrics strong{font-size:1rem;color:#0f172a}.execution-progress-wrap{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.55rem}.execution-progress-track{width:100%;height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.execution-progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#0ea5e9)}.execution-progress-label{font-size:.82rem;color:#475569}.execution-rich{line-height:1.4}.execution-rich>:first-child{margin-top:0}.execution-rich>:last-child{margin-bottom:0}.execution-rich img{max-width:100%;height:auto}.run-item-block{border:1px solid #dbe3ec;border-radius:10px;padding:.7rem;background:#f8fafc;display:grid;gap:.55rem}.steps-table{width:100%;border-collapse:collapse;table-layout:fixed}.steps-table th,.steps-table td{border:1px solid #d8e1ea;padding:.5rem;vertical-align:top;text-align:left}.steps-table th:nth-child(1),.steps-table td:nth-child(1){width:39%}.steps-table th:nth-child(2),.steps-table td:nth-child(2){width:39%}.steps-table th:nth-child(3),.steps-table td:nth-child(3){width:7%}.steps-table th:nth-child(4),.steps-table td:nth-child(4){width:15%}.result-buttons{display:flex;gap:.45rem}.result-meta{margin-top:.35rem;font-size:.72rem;line-height:1.2;color:#64748b}.result-btn{border:1px solid #cbd5e1;border-radius:8px;background:#fff;min-width:2rem;height:2rem;cursor:pointer}.result-btn.ok{color:#166534}.result-btn.nok{color:#b91c1c}.result-btn.ok.active{border-color:#16a34a;background:#dcfce7}.result-btn.nok.active{border-color:#dc2626;background:#fee2e2}@media(max-width:1280px){.filters-row{grid-template-columns:repeat(4,minmax(0,1fr))}.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.filters-row,.modal-form-grid,.cards-grid{grid-template-columns:1fr}.run-card dl div{grid-template-columns:1fr;gap:.2rem}.run-card-layout{grid-template-columns:1fr}.run-card-right{justify-items:start}}.nav-btn{border:1px solid #d8e1ea;background:#fff;color:#334155;border-radius:10px;display:inline-flex;align-items:center;gap:.65rem;width:100%;text-align:left;padding:.58rem .72rem;cursor:pointer;transition:transform .14s ease,background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.nav-btn-icon{width:1.25rem;height:1.25rem;display:inline-grid;place-items:center;flex:0 0 1.25rem}.nav-btn-icon svg{width:1.25rem;height:1.25rem;display:block}.nav-btn-label{min-width:0}.nav-btn:hover{transform:translateY(-1px);background:linear-gradient(180deg,#fff,#f3f8ff);border-color:#93c5fd;box-shadow:0 8px 18px #2563eb1f}.nav-btn.active{border-color:var(--app-accent-color-border);background:var(--app-accent-color-surface);color:var(--app-accent-color-text);font-weight:600}.view-section{width:100%;margin:0;display:grid;gap:1rem;min-height:100%;padding:.9rem;background:rgb(248 250 252 / var(--shell-surface-opacity, .68));border:1px solid #d8e1ea;border-radius:14px;box-sizing:border-box;overflow:hidden;align-content:start}.workspace-view-section{min-height:100%;padding:0;background:transparent;border:0;border-radius:0;overflow:visible}.section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.85rem;border-bottom:1px solid #d8e1ea}.help-page{display:grid;gap:1rem}.help-page-intro{max-width:34rem;color:#475569;text-align:left}.help-layout{display:grid;grid-template-columns:minmax(17rem,20rem) minmax(0,1fr);gap:1rem;align-items:start}.help-sidebar,.help-article{border:1px solid #d8e1ea;border-radius:18px;background:#ffffffeb;box-shadow:0 10px 30px #0f172a0d}.help-sidebar{padding:1rem;display:grid;gap:.85rem}.help-sidebar h2,.help-article-head h2{color:#0f172a}.help-topic-list{display:grid;gap:.6rem}.help-topic-btn{border:1px solid #d8e1ea;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);text-align:left;padding:.85rem .9rem;cursor:pointer;display:grid;gap:.35rem;color:#334155}.help-topic-btn strong{color:#0f172a}.help-topic-btn span{color:#64748b;font-size:.92rem}.help-topic-btn.active{border-color:var(--app-accent-color-border);background:var(--app-accent-color-surface);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--app-accent-color) 18%,transparent)}.help-article{overflow:hidden}.help-article-head{padding:1rem 1.1rem;border-bottom:1px solid #d8e1ea;background:linear-gradient(180deg,#f8fbff,#eef5fc);display:flex;align-items:end;justify-content:space-between;gap:1rem}.help-article-head p:last-child{max-width:28rem;color:#475569;text-align:left}.help-markdown{padding:1.1rem;display:grid;gap:.9rem;text-align:left;color:#1e293b;line-height:1.6}.help-markdown h1,.help-markdown h2,.help-markdown h3{color:#0f172a}.help-markdown h1{font-size:1.6rem}.help-markdown h2{font-size:1.15rem;padding-top:.35rem}.help-markdown h3{font-size:1rem}.help-markdown p,.help-markdown li{color:#334155}.help-markdown ul,.help-markdown ol{margin:0;padding-left:1.3rem}.help-markdown code{font-family:Cascadia Code,Consolas,monospace;font-size:.92em;background:#e8eef7;color:#0f172a;border-radius:6px;padding:.12rem .35rem}.help-markdown pre{margin:0;overflow:auto;background:#0f172a;color:#e2e8f0;border-radius:14px;padding:.95rem 1rem}.help-markdown pre code{background:transparent;color:inherit;padding:0}.help-markdown a{color:#145da0}@media(max-width:980px){.help-article-head,.help-layout{grid-template-columns:1fr;flex-direction:column;align-items:start}}.section-head-actions{display:flex;align-items:center;gap:.5rem}.product-create-btn{flex-shrink:0;min-width:168px;white-space:nowrap}.test-runs-create-row{display:flex;justify-content:flex-end;margin-bottom:.75rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.products-table-wrap{width:100%}.product-card{background:#fff;border:1px solid #d8e1ea;border-radius:14px;padding:.9rem;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:1rem;min-height:320px}.product-col-left{display:flex;flex-direction:column;gap:.4rem}.product-col-right{display:flex;flex-direction:column;gap:.8rem}.product-last-change{margin-top:auto;text-align:right}.product-description{color:#334155;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.6em}.meta-label{margin-top:.2rem;font-size:.8rem;color:#94a3b8}.meta-line{font-size:.9rem;color:#334155}.workspace-btn{margin-top:auto}.product-card-footer-main{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.product-card-open-btn{min-width:10rem;padding:.7rem 1rem;border-radius:12px;box-shadow:0 10px 24px #145da02e;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.product-card-open-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #145da038;filter:saturate(1.04)}.product-card-actions{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center;justify-content:flex-end;flex:0 0 auto}.product-card-action-btn{border:1px solid rgba(148,163,184,.34);border-radius:12px;background:linear-gradient(180deg,#ffffffeb,#f1f5f9f2);box-shadow:0 6px 16px #0f172a14;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.product-card-action-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#60a5fa73;background:linear-gradient(180deg,#fffffffa,#dbeafeeb);box-shadow:0 10px 22px #0f172a1f}.product-card-icon-btn{width:36px;min-width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center}.product-card-action-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0}.bar-chart{display:grid;gap:.45rem}.bar-row{display:grid;grid-template-columns:74px 1fr 28px;align-items:center;gap:.4rem;font-size:.82rem}.bar-track{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.bar-fill{height:100%}.bar-fill.draft{background:#94a3b8}.bar-fill.reviewed{background:#f59e0b}.bar-fill.approved{background:#22c55e}.pie-wrap{display:flex;align-items:center;justify-content:center;align-self:center;width:100%;gap:1rem}.pie{width:122px;height:122px;border-radius:50%;display:grid;place-items:center}.pie-center{width:68px;height:68px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:1rem;font-weight:600}.pie-legend{display:grid;grid-template-columns:auto 1fr;column-gap:.35rem;row-gap:.2rem;font-size:.82rem}.dot{width:10px;height:10px;border-radius:50%;margin-top:.2rem}.dot.draft{background:#94a3b8}.dot.reviewed{background:#f59e0b}.dot.approved{background:#22c55e}.workspace-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.workspace-columns ul{margin:0;padding-left:1rem;display:grid;gap:.35rem}@media(max-width:1100px){.product-card,.workspace-columns{grid-template-columns:1fr}}@media(max-width:860px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.product-grid{grid-template-columns:1fr}}.admin-table-wrap{background:#fff;border:1px solid #d8e1ea;border-radius:12px;overflow:auto}.test-runs-table-wrap{margin-top:1rem}.admin-user-permissions-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin:0 0 .55rem}.admin-user-permissions-filter{margin:0;flex:1 1 auto;min-width:16rem}.admin-user-create-product-flag{margin:0;flex:0 0 auto;white-space:nowrap}.admin-user-permissions-wrap{max-height:25.1rem;overflow-y:auto;border:1px solid #d8e1ea;border-radius:10px}@media(max-width:640px){.admin-user-permissions-toolbar{flex-direction:column;align-items:stretch}.admin-user-permissions-filter{min-width:0}.admin-user-create-product-flag{align-self:flex-end}}.settings-groups{display:grid;gap:.9rem}.settings-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:.35rem 0 .85rem}.settings-tab-btn{border:1px solid #d8e1ea;background:#f8fafc;color:#0f172a;border-radius:999px;padding:.35rem .8rem;font-size:.86rem;cursor:pointer}.settings-tab-btn.active{background:var(--app-accent-color-soft);border-color:var(--app-accent-color-border);color:var(--app-accent-color-text)}.settings-group-card{background:#fff;border:1px solid #d8e1ea;border-radius:12px;padding:.85rem;display:grid;gap:.8rem}.settings-group-head h3{margin:0;color:#0f172a}.settings-group-head-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.settings-group-grid{display:grid;grid-template-columns:1fr;gap:.8rem}.settings-subcard{border:1px solid #e2e8f0;border-radius:10px;padding:.7rem;display:grid;gap:.55rem}.settings-subcard h4{margin:0;color:#1e293b;background:#eef5ff;border:1px solid #d7e4f5;border-radius:8px;padding:.45rem .6rem}.settings-subcard .link-editor-controls{align-items:stretch}.settings-filter-row{grid-template-columns:1fr}.settings-subcard .link-editor-controls input,.settings-subcard .link-editor-controls select,.settings-subcard .link-editor-controls .btn-soft{height:2.3rem;min-height:2.3rem;box-sizing:border-box}.settings-subcard .link-editor-controls .btn-soft{white-space:nowrap}.settings-template-upload-row{grid-template-columns:1fr auto}.settings-template-upload-row input[type=file]{min-height:2.3rem}.settings-ai-prompts{display:grid;gap:.8rem}.settings-ai-connection-fields{display:grid;gap:.75rem}.settings-ai-connection-fields label{display:grid;grid-template-columns:10rem minmax(0,1fr);align-items:center;gap:.75rem}.settings-ai-connection-fields input{width:100%;min-width:0}.settings-ai-prompts label{display:grid;gap:.35rem}.settings-ai-prompts textarea{min-height:8rem;resize:vertical}@media(max-width:820px){.settings-ai-connection-fields label{grid-template-columns:1fr}}.settings-checkbox-row{display:inline-flex;align-items:center;gap:.5rem}.settings-checkbox-row input[type=checkbox]{width:1rem;height:1rem}.settings-surface-opacity-row{display:flex;align-items:center;gap:.9rem}.settings-surface-opacity-label{flex:1 1 auto;display:grid;gap:.45rem;color:#334155}.settings-surface-opacity-input{width:100%;margin:0}.settings-surface-opacity-value{flex:0 0 auto;min-width:3.5rem;text-align:right;font-weight:700;color:#145da0}.settings-switch-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem .5rem;border:1px solid #d7e4f5;border-radius:8px;background:#f8fbff}.settings-switch-row input[type=checkbox]{width:2.6rem;height:1.4rem;accent-color:#1d4f91}.settings-outbox-filter-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.6rem}.settings-outbox-filter-row label{display:grid;gap:.3rem;font-size:.82rem;color:#334155}.settings-outbox-actions{display:flex;flex-wrap:wrap;gap:.35rem}.settings-list-scroll{max-height:280px;overflow:auto}.attachment-list-scroll{max-height:180px}.settings-list-scroll .admin-table{table-layout:fixed}.settings-list-scroll .admin-table th{position:sticky;top:0;z-index:1}.settings-list-scroll .admin-table td:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{border-bottom:1px solid #e2e8f0;padding:.55rem .6rem;text-align:left;vertical-align:top}.admin-table th{background:#f8fafc;font-size:.84rem;color:#475569}.admin-table.compact th,.admin-table.compact td{padding:.35rem .45rem}.inline-actions{display:flex;gap:.35rem;flex-wrap:wrap}.admin-user-name-cell{display:inline-flex;align-items:center;gap:.7rem}.admin-user-avatar{width:2rem;height:2rem;border-radius:999px;overflow:hidden;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid #cbd5e1;background:linear-gradient(180deg,#dbeafe,#eff6ff);color:#1d4ed8;font-size:.85rem;font-weight:700}.admin-user-avatar img{width:100%;height:100%;object-fit:cover;display:block}.btn-soft.danger{color:#b91c1c}.checkbox-row{display:flex!important;align-items:center;gap:.5rem}.admin-user-password-field{grid-column:1 / 2}.admin-user-flag-field{grid-column:2 / 3;align-self:end}.admin-user-flag-field input[type=checkbox]{width:1.15rem;height:1.15rem}@media(max-width:860px){.admin-user-flag-field{grid-column:1 / -1}.settings-group-grid{grid-template-columns:1fr}}.workspace-col-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.attachment-section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.attachment-section-head label{margin:0}.attachment-section-toggle{flex-shrink:0}.workspace-item-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.readonly-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;padding:.5rem .6rem;background:#f8fafc;border:1px solid #d8e1ea;border-radius:10px;color:#475569}.step-actions-stack{display:flex;flex-direction:column;gap:.35rem}.result-toggle{border:1px solid #cbd5e1;background:#fff;border-radius:8px;height:2rem;min-width:2rem;cursor:pointer}.result-toggle.ok{color:#15803d}.result-toggle.nok{color:#b91c1c}.result-toggle.ok.active{border-color:#16a34a;background:#dcfce7}.result-toggle.nok.active{border-color:#dc2626;background:#fee2e2}.review-status-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.review-status-btn.is-active{border-color:#16a34a;background:#dcfce7;color:#166534}.review-table td,.review-table th{vertical-align:top}.review-table th:nth-child(1),.review-table td:nth-child(1){width:50%}.review-table th:nth-child(2),.review-table td:nth-child(2){width:50%}.workspace-filters{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.5rem}.workspace-filters input,.workspace-filters select{min-width:0;padding:.45rem .5rem}.workspace-filters .workspace-filter-control.is-active{background:#db2777db;color:#fff1f7;border-color:#fbcfe8c7}.workspace-filters select.workspace-filter-control.is-active option{background:#fff;color:#0f172a}.workspace-filters .workspace-filter-control.is-active::placeholder{color:#ffe4f1}.workspace-filter-description-toggle{min-width:0;border:1px solid #c4d4e5;border-radius:8px;background:#f8fbff;padding:.35rem .55rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#334155;font-size:.82rem}.workspace-filter-description-toggle.is-active{border-color:#fbcfe8c7;background:#db2777db;color:#fff1f7}.workspace-filter-description-toggle .change-doc-toggle-wrap{display:inline-flex;position:relative;width:2.75rem;height:1.55rem;flex:0 0 auto}.workspace-filter-search-state{grid-column:1 / -1;font-size:.78rem;color:#14532d}.workspace-filter-search-state.is-error{color:#b91c1c}.workspace-page-card{background:#fff;border:1px solid #d8e1ea;border-radius:14px;overflow:hidden}.workspace-toolbar{display:flex;align-items:end;justify-content:space-between;gap:.7rem;margin-bottom:.75rem}.workspace-toolbar label{display:grid;gap:.35rem;min-width:min(520px,100%)}.page-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem .9rem;border-bottom:1px solid #d8e1ea}.page-body{padding:.9rem}.inline{display:inline-flex;align-items:center;gap:.6rem}.inline label{display:inline-flex;align-items:center;gap:.45rem}.workspace-columns{display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:12px}.column{border:1px solid #d8e1ea;border-radius:12px;overflow:hidden;background:#fff}.column-head{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #d8e1ea;font-weight:700;background:#f3f7fc}.column-head-actions{display:inline-flex;align-items:center;gap:.38rem;padding:.18rem;border-radius:12px;border:1px solid #d6e1ec;background:#f7fafd;box-shadow:inset 0 1px #ffffffd1}.column-review-btn{border:1px solid #d1dbe7;background:#fff;color:#31465c;border-radius:10px;min-width:2.1rem;height:2.1rem;padding:0 .72rem;font-size:.82rem;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #0f172a0d;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.column-add-btn{border:1px solid #2f8f4a;background:#34a853;color:#fff;border-radius:10px;width:2.18rem;height:2.18rem;font-size:1.05rem;line-height:1;font-weight:700;cursor:pointer;box-shadow:0 6px 16px #2f8f4a2e;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.column-delete-btn{border:1px solid #c23d3d;background:#d94b4b;color:#fff;border-radius:10px;width:2.18rem;height:2.18rem;font-size:.92rem;line-height:1;font-weight:700;cursor:pointer;box-shadow:0 6px 16px #b91c1c29;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.column-review-btn:hover,.column-add-btn:hover,.column-delete-btn:hover{transform:translateY(-1px)}.column-review-btn:active,.column-add-btn:active,.column-delete-btn:active{transform:translateY(0)}.column-review-btn:disabled,.column-add-btn:disabled,.column-delete-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.item-list{max-height:calc(100vh - 360px);min-height:520px;overflow:auto}.item-list.is-empty{display:flex;align-items:center;justify-content:center}.column-empty-hint{padding:12px 10px;text-align:center;font-style:italic}.item{border-bottom:1px solid #e2e8f0;padding:10px;background:#f8fbff}.item:hover{background:#edf5ff}.item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.item strong{display:block;font-size:13px;color:#0f172a}.item-top strong{flex:1 1 auto;min-width:0}.item-meta-line{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}.item-status-badge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;padding:2px 8px;font-size:11px;font-weight:700;line-height:1.2}.item-status-badge.status-draft{background:#eef2f8;border-color:#d3dce8;color:#50637b}.item-status-badge.status-reviewed{background:#fff4cf;border-color:#f3d97a;color:#8a5b00}.item-status-badge.status-approved{background:#e7f4ea;border-color:#bfe0c8;color:#21673a}.item-status-badge.status-obsolete{background:#f3ecff;border-color:#d7c3ff;color:#6f42c1}.test-steps-table{width:100%;table-layout:fixed}.test-steps-table td{position:relative}.test-steps-table th:first-child,.test-steps-table td:first-child{width:40px;min-width:40px;max-width:40px}.test-steps-table th:nth-child(2),.test-steps-table td:nth-child(2),.test-steps-table th:nth-child(3),.test-steps-table td:nth-child(3){width:calc((100% - 86px)/2);overflow:hidden}.test-steps-table th:last-child,.test-steps-table td:last-child{width:56px;min-width:56px;padding:8px 6px;text-align:center;vertical-align:top}.test-step-action-col{position:relative;z-index:1}.test-step-actions{display:grid;gap:6px;justify-items:center;position:relative;z-index:4}.test-step-actions button{position:relative;z-index:4;pointer-events:auto}.test-step-delete-btn{border:1px solid #d99b9b;background:#fff2f2;color:#a83131;border-radius:8px;width:30px;height:30px;line-height:1;cursor:pointer;margin-top:2px}.test-step-delete-btn:hover{background:#ffe2e2}.test-step-add-btn{border-radius:8px;width:30px;height:30px;line-height:1;cursor:pointer;font-size:18px;border:1px solid #7aa8de;background:#e9f2ff;color:#1d4f91}.test-step-add-btn:hover{background:#dceaff}.test-step-result-btn{border-radius:8px;width:30px;height:30px;line-height:1;cursor:pointer;font-size:15px;border:1px solid #cbd5e1;background:#eef4fb;color:#64748b}.test-step-result-btn:hover{background:#dceaff}.test-step-result-btn.is-active{color:#fff}.test-step-result-ok{border-color:#3b9558;color:#2f8f4a}.test-step-result-ok.is-active{background:#34a853}.test-step-result-nok{border-color:#b95757;color:#a83131}.test-step-result-nok.is-active{background:#d84a4a}.chip-wrap{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.chip{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:999px;background:#d8ebff;color:#0f487d;font-size:12px;line-height:1.2;border:1px solid #bdd8fb}.chip-tag{background:#fee2e2;color:#991b1b;border-color:#fecaca}.chip-link{background:#e8f7ec;color:#1f6b24;border-color:#c5e6cb}.item-link-chip{cursor:pointer}.item-link-chip:disabled{opacity:.65;cursor:not-allowed}.item-actions{display:inline-flex;align-items:center;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:.28rem;padding:.22rem;margin-left:.4rem;border:1px solid #d9e4ef;border-radius:12px;background:#ffffffd6;box-shadow:inset 0 1px #ffffffdb}.item-action-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d3dde8;background:#fff;color:#334155;border-radius:10px;width:2rem;height:2rem;padding:0;line-height:1;cursor:pointer;box-shadow:0 1px 2px #0f172a0d;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.item-action-btn svg{width:.96rem;height:.96rem}.item-action-btn:hover{transform:translateY(-1px);background:#eef5fc;border-color:#99badb;color:#1f4f83;box-shadow:0 8px 18px #94a3b824}.item-action-btn.has-comments{background:#fff6dc;border-color:#ecd081;color:#7a5b00}.item-action-btn.has-comments:hover{background:#ffedbb;border-color:#e1bd58;color:#7a5800}.item-action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.item-change-number-row{margin-top:6px;display:flex;justify-content:flex-end}.item-change-number{color:#64748b;font-size:11px;font-weight:600}.comment-history{max-height:260px;overflow:auto;border:1px solid #d8e1ea;border-radius:10px;background:#f8fafc;padding:.55rem;margin-bottom:.75rem;display:grid;gap:.45rem}.comment-entry{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .55rem;white-space:pre-wrap;word-break:break-word;color:#334155}.comment-entry.is-done{background:#f8fafc;border-color:#cbd5e1;color:#64748b}.comment-entry-top{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.comment-entry-meta{font-size:12px;color:#64748b}.comment-entry-actions{margin-top:.45rem;display:flex;justify-content:flex-end}.comment-modal{width:min(1520px,100%);height:82vh;max-height:calc(100vh - 24px)}.comment-modal-body{display:flex;flex-direction:column;gap:.75rem;min-height:0;flex:1;overflow:hidden}.comment-modal .comment-history{flex:1;max-height:none;min-height:160px}.comment-editor-field{display:flex;flex-direction:column;gap:.4rem;flex:1;min-height:0}.comment-editor-field textarea{flex:1;min-height:220px;resize:none}.menu-wrap{position:relative}.workspace-functions-btn{display:grid;place-items:center;min-width:2.25rem;height:2.25rem;padding:0}.workspace-functions-icon{width:1.2rem;height:1.2rem;display:block}.menu-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:#fff;border:1px solid #d7e2f0;border-radius:10px;box-shadow:0 14px 30px #1727402e;padding:6px;z-index:20}.menu-item-btn{display:block;width:100%;text-align:left;border:1px solid transparent;background:transparent;color:#0f172a;border-radius:8px;padding:8px 10px;cursor:pointer;font-size:.92rem}.menu-item-btn:hover{background:#eef5ff;border-color:#d0e0f6}.menu-submenu{position:relative;display:grid}.menu-submenu-toggle{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.menu-submenu-items{position:absolute;top:-6px;right:calc(100% + 8px);min-width:240px;display:grid;background:#fff;border:1px solid #d7e2f0;border-radius:10px;box-shadow:0 14px 30px #1727402e;padding:6px;z-index:21}.menu-submenu-item{padding-left:10px}.menu-submenu-chevron{color:#64748b;font-size:1rem;line-height:1;transition:transform .12s ease}.menu-submenu-chevron.is-open{transform:rotate(90deg)}.menu-item-content{display:inline-flex;align-items:center;gap:.5rem}.menu-item-icon{width:1rem;height:1rem;flex:0 0 1rem}.attachment-archive-icon .menu-item-icon{width:1.2rem;height:1.2rem;flex:0 0 1.2rem}.attachment-icon-btn{min-width:2.35rem;min-height:2.1rem;padding:.2rem .45rem;font-size:1.35rem;line-height:1}.attachment-icon-btn .menu-item-icon{width:1.35rem;height:1.35rem;flex:0 0 1.35rem}.attachment-icon-btn .attachment-archive-icon .menu-item-icon{width:1.55rem;height:1.55rem;flex:0 0 1.55rem}.attachment-icon-btn .attachment-download-icon .menu-item-icon,.attachment-icon-btn .attachment-upload-icon .menu-item-icon{width:1.48rem;height:1.48rem;flex:0 0 1.48rem}.attachment-export-toggle{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.attachment-version-dialog-upload-btn,.attachment-archive-dialog-action-btn{display:inline-flex;align-items:center;gap:.45rem;min-width:auto;padding:.45rem .8rem;font-size:.95rem;line-height:1.2}.menu-divider{height:1px;margin:6px 4px;background:#d7e2f0}.link-chip-row,.chip-group{margin-top:6px}.chip-group-label{display:block;margin-bottom:4px;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.link-editor-wrap{display:grid;gap:.45rem}.link-editor-controls{display:grid;grid-template-columns:1fr auto;gap:.45rem}.link-select-dropdown{position:relative}.link-select-trigger{width:100%;text-align:left;cursor:pointer;list-style:none}.link-select-trigger::-webkit-details-marker{display:none}.link-select-menu{margin-top:.35rem;border:1px solid #d8e1ea;border-radius:10px;background:#fff;padding:.45rem;display:grid;gap:.45rem}.link-select-options{max-height:190px;overflow:auto;display:grid;gap:.3rem}.link-select-option{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.45rem;padding:.25rem .15rem}@media(max-width:900px){.workspace-filters,.link-editor-controls{grid-template-columns:1fr}.workspace-toolbar{flex-direction:column;align-items:stretch}.item-edit-modal .item-form-layout{grid-template-columns:1fr}}.review-list{display:grid;gap:.8rem}.review-chapter-heading{margin:.4rem 0 .1rem;color:#334155;font-size:.95rem}.review-entry{border:1px solid #d8e1ea;border-radius:10px;background:#f8fafc;padding:.6rem;display:grid;gap:.55rem}.review-entry.is-active{border-color:#145da0;box-shadow:0 0 0 2px #145da01f}.review-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.review-title-main{min-width:0;flex:1 1 auto}.review-modal-head-main{min-width:0}.review-item-meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.45rem}.review-meta-pill{display:inline-flex;align-items:center;gap:.3rem;min-height:1.65rem;padding:.15rem .65rem;border-radius:999px;border:1px solid #cfe0f2;background:#eef5ff;color:#21476d;font-size:.8rem;line-height:1.2}.review-meta-pill strong{font-size:inherit}.review-meta-risk{background:#fff4cf;border-color:#efd98f;color:#7c5a00}.review-meta-tag{background:#e8f1fb;border-color:#c6d9ef;color:#21476d}.review-open-btn{display:inline-flex;align-items:center}.review-modal-card{padding:0;display:flex;flex-direction:column;overflow:hidden}.modal-wide.review-modal-card,.modal-wide.execution-modal-card{width:min(1488px,100%)}.review-modal-head{flex-shrink:0}.review-modal-head h2{margin:0}.review-modal-body{padding:1rem;overflow-y:auto;overflow-x:hidden;min-height:0}.review-modal-foot{margin-top:0;padding:.75rem 1rem;border-top:1px solid #d8e1ea;flex-shrink:0}.review-modal-foot-nav{justify-content:space-between;gap:.75rem}.review-nav-btn{display:inline-flex;align-items:center;gap:.45rem}.review-nav-icon{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.review-modal-card.is-maximized .review-modal-body{flex:1}.history-modal-card{width:min(1200px,100%);height:min(760px,90vh);padding:0;display:flex;flex-direction:column;overflow:hidden}.history-modal-card .modal-head h2{margin:0}.history-modal-body{padding:14px;overflow:hidden;min-height:0;flex:1}.history-modal-body .admin-table-wrap{height:100%;min-height:0;display:flex;flex-direction:column}.history-modal-body .settings-list-scroll{flex:1;min-height:0;max-height:none}.history-modal-card .modal-foot{padding:12px 14px;border-top:1px solid #d8e1ea;background:#f5f8fc}.attachment-versions-modal-body{display:flex;flex-direction:column}.attachment-versions-split{display:grid;grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:.8rem;height:100%;min-height:0}.attachment-versions-section{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:.35rem}.attachment-versions-section h3{margin:0;font-size:.95rem;color:#0f172a}.history-modal-card thead input{width:100%;min-width:0;box-sizing:border-box}.history-modal-card .clickable-row td:last-child{position:relative;padding-right:1.5rem}.history-modal-card .clickable-row{cursor:pointer}.history-modal-card .clickable-row td{transition:background-color .12s ease}.history-modal-card .clickable-row:hover td{background:#edf5ff}.history-modal-card .clickable-row td:last-child:after{content:"›";position:absolute;top:50%;right:.45rem;transform:translateY(-50%);color:#64748b;font-size:1rem;font-weight:700;line-height:1;pointer-events:none}.review-rich{line-height:1.45;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.review-rich img,.review-rich figure,.review-rich video,.review-rich iframe{display:block;max-width:100%!important;width:auto!important;height:auto!important}.review-rich table{width:100%!important;max-width:100%;table-layout:fixed;border-collapse:collapse}.review-rich th,.review-rich td{overflow-wrap:anywhere;word-break:break-word}.review-rich>:first-child{margin-top:0}.review-rich>:last-child{margin-bottom:0}.settings-menu-wrap{position:relative}.settings-menu{position:absolute;top:calc(100% + .35rem);right:0;min-width:180px;background:#fff;border:1px solid #d8e1ea;border-radius:10px;box-shadow:0 10px 30px #11182729;padding:.35rem;display:grid;gap:.2rem;z-index:30}.settings-item{border:0;background:#fff;color:#0f172a;border-radius:8px;padding:.5rem .55rem;text-align:left;cursor:pointer}.settings-item-content{display:inline-flex;align-items:center;gap:.45rem}.settings-item-icon{width:1rem;height:1rem;flex:0 0 1rem}.settings-item:hover{background:#f1f5f9}.workspace-prototype{box-shadow:0 14px 35px #0b1c3314}.workspace-prototype .page-head{padding:10px 12px}.workspace-prototype .page-body{padding:12px}.workspace-prototype .inline{gap:8px}.workspace-prototype .inline label{font-weight:600}.workspace-prototype .workspace-filters{margin-bottom:10px}.workspace-prototype .workspace-columns{gap:12px}.workspace-prototype .column{border-color:#dde3ec;background:#fff}.workspace-prototype .column-head{background:#f4f8fc;border-bottom-color:#dde3ec}.workspace-prototype .column-review-btn{border-color:#d4dfeb;background:#fff}.workspace-prototype .column-review-btn:hover{background:#eef5fc;border-color:#95b8da;box-shadow:0 8px 18px #94a3b824}.workspace-prototype .column-add-btn:hover{background:#2f8f4a;border-color:#27763d;box-shadow:0 10px 20px #2f8f4a38}.workspace-prototype .column-delete-btn:hover{background:#c23d3d;border-color:#a83232;box-shadow:0 10px 20px #991b1b33}.workspace-prototype .item-list{height:calc(100vh - 300px);min-height:520px}.workspace-prototype .item{background:color-mix(in srgb,#ffffff 94%,#7ea9d1 6%)}.workspace-prototype .item:hover{background:color-mix(in srgb,#ffffff 84%,#94c1eb 16%)}.workspace-prototype .item.is-selected{outline:2px solid #5aa0e3;outline-offset:-2px}.workspace-prototype .item.drag-over{background:#eaf4ff;outline:2px dashed #8eb9e3;outline-offset:-2px}.workspace-prototype .item.link-drop-over{background:#eaf8ec;outline:2px dashed #69b27a;outline-offset:-2px}.workspace-prototype .item small{color:#5e6877}.workspace-prototype .item-action-btn{border-color:#d7e2ed;background:#fff}.workspace-prototype .item-action-btn:hover{background:#eef5fc}.workspace-prototype .item-action-btn.has-comments{background:#fff6dc;border-color:#ecd081;color:#7a5b00}.workspace-prototype .item-action-btn.has-comments:hover{background:#ffedbb}.workspace-prototype .review-entry{border-color:#dde3ec;background:color-mix(in srgb,#ffffff 92%,#8eb9e3 8%)}.workspace-prototype .review-status-btn.is-active{background:#34a853;color:#fff;border-color:#2f8f4a}.modal-backdrop-item{padding:12px;z-index:60}.modal-backdrop-item.has-ai-review-sidecar{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px}.item-edit-modal{width:min(1845px,100%);height:85vh;max-height:calc(100vh - 24px);padding:0;display:flex;flex-direction:column;overflow:hidden}.item-edit-modal .modal-head{gap:12px}.item-edit-modal.item-edit-modal-with-ai{width:min(1320px,100%)}.item-edit-modal-head-main{min-width:0;flex:1 1 auto}.item-edit-modal-head-actions{display:inline-flex;align-items:center;gap:.45rem;flex:0 0 auto}.modal-window-controls-inline{position:static;transform:none}.item-edit-modal .modal-head h2{margin:0;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.item-edit-context{font-size:.92rem;font-weight:500;color:#123a63b8}body.theme-dark .item-edit-context{color:#eef6ffdb}.item-edit-help-icon-btn{min-width:2rem;width:2rem;height:2rem;padding:0;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:10px;background:transparent;color:#123a63d1;flex:0 0 auto;box-shadow:none}.item-edit-help-icon-btn svg{width:1.1rem;height:1.1rem}.item-edit-help-icon-btn:hover{background:#123a6314;border-color:#123a631a;transform:translateY(-1px)}.item-dialog-help-modal{width:min(980px,100%)}.item-dialog-help-markdown{padding:0}.item-edit-modal .modal-body{padding:14px;overflow:hidden;flex:1;min-height:0}.item-edit-modal .modal-foot{display:flex;justify-content:flex-end;gap:8px;padding:12px 14px;border-top:1px solid #d8e1ea;background:#f5f8fc}.item-edit-modal .item-edit-modal-foot{justify-content:space-between;align-items:center}.item-edit-modal .item-edit-modal-foot-left,.item-edit-modal .item-edit-modal-foot-right{display:flex;align-items:center;gap:8px}.item-edit-modal #item-form{height:100%;display:flex;flex-direction:column}.item-edit-modal .item-form-layout{flex:1;min-height:0;display:grid;grid-template-columns:minmax(192px,20%) minmax(0,1fr);gap:16px}.item-edit-modal .item-form-layout.is-metadata-collapsed{grid-template-columns:minmax(0,1fr)}.item-edit-modal .item-form-layout.is-metadata-collapsed .item-form-left{display:none}.item-edit-modal .item-form-left{display:grid;gap:10px;align-content:start;min-width:0;overflow:auto;padding-right:4px}.item-edit-modal .item-form-left label{display:grid;gap:6px}.item-edit-modal .item-form-right{min-width:0;display:flex;flex-direction:column;gap:12px;min-height:0;height:100%}.oq-mode-switch{display:inline-flex;gap:6px}.oq-mode-btn{border:1px solid #d8e1ea;background:#fff;color:#334155;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600;cursor:pointer}.oq-mode-btn.is-active{background:#e2f0ff;border-color:#b9d4f3;color:#124578}.item-edit-modal .item-form-title-field{display:grid;gap:6px}.item-edit-modal .item-form-description-field{display:flex;flex-direction:column;gap:6px;flex:1;min-height:0}.item-edit-modal .item-form-description-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.item-edit-modal .description-editor-wrap{display:flex;flex-direction:column;min-height:0;flex:1}.item-edit-modal .item-description-source-view{min-height:240px;border:1px solid #d8e1ea;border-radius:0 0 10px 10px;background:#fff;padding:10px;overflow:auto;margin:0;white-space:pre-wrap;word-break:break-word;font-family:Consolas,Courier New,monospace}.item-edit-modal .toolbar{display:flex;gap:6px;padding:8px;border:1px solid #d8e1ea;border-bottom:0;border-radius:10px 10px 0 0;background:#f5f8fc;flex-wrap:wrap}.item-edit-modal .toolbar button{border:1px solid #cfd9e6;background:#fff;color:#334155;border-radius:8px;padding:4px 8px;cursor:pointer}.workspace-col-head-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ai-assist-btn{display:inline-flex;align-items:center;gap:.48rem;padding:.45rem .78rem;border-radius:999px;border-color:#2b77b938;background:linear-gradient(180deg,#ecf7fffa,#deeffff5);color:#145da0;box-shadow:inset 0 1px #ffffffb8,0 6px 18px #2b77b924;font-weight:600}.ai-assist-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#2b77b952;background:linear-gradient(180deg,#e6f4ff,#d4eafc);color:#0f4f8a;box-shadow:inset 0 1px #ffffffc2,0 10px 24px #2b77b92e}.ai-assist-btn-icon{width:1rem;height:1rem;flex:0 0 auto}.ai-assist-btn-spinner{width:.92rem;height:.92rem;border-radius:50%;border:2px solid rgba(20,93,160,.2);border-top-color:currentColor;animation:page-loader-spin .8s linear infinite;flex:0 0 auto}.ai-assist-btn.is-loading{cursor:progress}.ai-review-modal{max-width:1180px}.ai-review-sidecar{position:relative;width:min(460px,100%);height:85vh;max-height:calc(100vh - 24px);z-index:65;box-shadow:0 24px 60px #0f172a47}.ai-review-pane{min-width:0;display:flex;flex-direction:column;gap:.65rem;min-height:0;height:100%}.ai-review-pane-head h3{margin:0;font-size:.98rem;color:#123a63}.ai-review-result{white-space:pre-wrap;word-break:break-word;line-height:1.55;color:#0f172a;min-height:0;height:100%;flex:1 1 auto;border:1px solid #d8e1ea;border-radius:10px;padding:.8rem .9rem;background:#fff;overflow:auto}.ai-review-loading-wrap{flex:1;min-height:16rem;display:grid;place-items:center;background:linear-gradient(180deg,#f8fbff,#eef4fb);border:1px solid #d7e3f1;border-radius:12px}@media(max-width:1480px){.modal-backdrop-item.has-ai-review-sidecar{flex-direction:column}.item-edit-modal.item-edit-modal-with-ai{width:min(1845px,100%)}.ai-review-sidecar{width:min(900px,100%);height:min(42vh,calc(100vh - 24px))}}.item-edit-modal .rich{min-height:0;height:auto;flex:1;border:1px solid #d8e1ea;border-radius:0 0 10px 10px;padding:10px;background:#fff;overflow:auto}.item-edit-modal .right-panel{margin-top:0;border-top:1px solid #d8e1ea;padding-top:12px;overflow:auto}.item-edit-modal .right-panel-oq{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;max-width:calc(100% - 10px)}.item-edit-modal .test-steps-table-wrap{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:0}.item-edit-modal .test-steps-table{max-width:100%}.item-edit-modal .test-steps-table .toolbar button{padding:3px 6px;font-size:12px}.item-edit-modal .test-step-rich{min-height:120px;max-width:100%;position:relative;z-index:0}.table-insert-modal{width:min(520px,100%);padding:0;overflow:hidden;display:flex;flex-direction:column;gap:0}.table-insert-modal .modal-head h2{margin:0}.table-insert-modal .modal-body{padding:14px}.table-insert-modal .modal-foot{padding:12px 14px;border-top:1px solid #d8e1ea;background:#f5f8fc}.table-insert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.table-insert-grid .table-header-checkbox{grid-column:1 / -1;display:flex;flex-direction:row;align-items:center;gap:.5rem}.unsaved-item-modal{width:min(560px,100%);padding:0;overflow:hidden;display:flex;flex-direction:column;gap:0}.unsaved-item-modal .modal-head h2{margin:0}.unsaved-item-modal .modal-body{padding:14px}.unsaved-item-modal .modal-body p{margin:0}.unsaved-item-modal .modal-foot{padding:12px 14px;border-top:1px solid #d8e1ea;background:#f5f8fc}body.theme-dark{color:#d6e2ee;background:radial-gradient(circle at top right,#0f1724,#0b1220 55%,#090f1a);scrollbar-color:#4d5e75 #1d2633}body.theme-dark::-webkit-scrollbar-track{background:#1d2633}body.theme-dark::-webkit-scrollbar-thumb{background:#4d5e75;border-color:#1d2633}body.theme-dark::-webkit-scrollbar-thumb:hover{background:#60738c}body.theme-dark .login-page:before{background-image:linear-gradient(160deg,#0c1422b3 6%,#0b12208f 40%,#0a101cc2),var(--login-custom-background, url(/backgrounds/login-neural-network-dark.svg));background-position:center,center;background-repeat:no-repeat,no-repeat;background-size:cover,185% auto}body.theme-dark .shell-topbar{border-bottom-color:#253244;background-color:rgb(var(--shell-topbar-custom-bg-rgb, 10 16 28) / var(--shell-surface-opacity, .68));background-image:linear-gradient(90deg,#0f172a29,#0f172a0a),var(--shell-topbar-background-image, url(/backgrounds/topbar-neural-network-dark.svg))}body.theme-dark .change-history-modal .modal-head,body.theme-dark .confirm-delete-head,body.theme-dark .admin-edit-modal .modal-head,body.theme-dark .change-doc-modal .modal-head,body.theme-dark .review-modal-head,body.theme-dark .history-modal-card .modal-head,body.theme-dark .item-edit-modal .modal-head,body.theme-dark .table-insert-modal .modal-head,body.theme-dark .unsaved-item-modal .modal-head{border-bottom-color:#253244;background:linear-gradient(135deg,#122036e6,#182c48f0),linear-gradient(90deg,#3b82f629,#7dd3fc14);color:#eef6ff;box-shadow:inset 0 -1px #94a3b829}body.theme-dark .approved-item-change-help-icon-btn:hover,body.theme-dark .item-edit-help-icon-btn:hover{background:#eef6ff1a;border-color:#eef6ff1f}body.theme-dark .app-shell{background-image:linear-gradient(180deg,#0f172a38,#0f172a14),var(--app-shell-background-image, none)}body.theme-dark .app-sidebar{border-color:#253244;background:rgb(17 27 45 / var(--shell-surface-opacity, .68))}body.theme-dark .app-content{background:transparent}body.theme-dark .app-brand small,body.theme-dark .nav-title,body.theme-dark .state-text,body.theme-dark .meta-line{color:#9fb2c7}body.theme-dark .settings-trigger-btn{border-color:#53719161;background:linear-gradient(135deg,#141f31d1,#0f172a8f);box-shadow:0 10px 24px #02061747}body.theme-dark .settings-trigger-btn:hover{border-color:#60a5fa57;background:linear-gradient(135deg,#18273de6,#111b2db3);box-shadow:0 14px 28px #02061752}body.theme-dark .settings-trigger-btn:focus-visible{box-shadow:0 0 0 3px #60a5fa47,0 14px 28px #0206174d}body.theme-dark .settings-trigger-icon-wrap{background:radial-gradient(circle at 30% 30%,#60a5fa2e,#1e293b0a)}body.theme-dark .settings-trigger-icon{color:#cfe4fb}body.theme-dark .settings-trigger-btn:hover .settings-trigger-icon{color:#fff}body.theme-dark .page-loader{border-color:#2a3a51;border-top-color:#60a5fa}body.theme-dark .workspace-loading-wrap{background:linear-gradient(180deg,#0f172ae0,#111827f0);border-color:#334155e6;box-shadow:inset 0 1px #94a3b80f}body.theme-dark .workspace-skeleton-column{background:#0f172ad1;border-color:#334155eb}body.theme-dark .workspace-skeleton-line,body.theme-dark .workspace-skeleton-card{background:linear-gradient(180deg,#253244f0,#1a2534f5)}body.theme-dark .workspace-skeleton-line:after,body.theme-dark .workspace-skeleton-card:after{background:linear-gradient(90deg,transparent 0%,rgba(148,163,184,.16) 45%,transparent 100%)}body.theme-dark .topbar-user{color:#9fb2c7}body.theme-dark .topbar-user-avatar{border-color:#475569b8;background:linear-gradient(180deg,#1e293bf5,#0f172aeb);color:#93c5fd}body.theme-dark .topbar-version{color:#93c5fd}body.theme-dark .nav-btn{background:#152236;color:#dbe8f5;border-color:#2a3a51}body.theme-dark .btn-soft.nav-toggle-btn{border-color:#5371915c;background:linear-gradient(135deg,#141f31cc,#0f172a8a);box-shadow:0 10px 24px #02061747;color:#f8fbff}body.theme-dark .btn-soft.nav-toggle-btn svg{color:#cfe4fb}body.theme-dark .btn-soft.nav-toggle-btn:hover{border-color:#60a5fa57;background:linear-gradient(135deg,#18273de6,#111b2dad);box-shadow:0 14px 28px #02061752}body.theme-dark .btn-soft.nav-toggle-btn:hover svg{color:#fff}body.theme-dark .btn-soft.nav-toggle-btn.is-active{border-color:#60a5fa57;background:linear-gradient(135deg,#185791d6,#1f5f9ac2);color:#f8fbff;box-shadow:0 12px 26px #0e3f6e57}body.theme-dark .btn-soft.nav-toggle-btn.is-active:hover{background:linear-gradient(135deg,#14497aeb,#1b558ad6);box-shadow:0 16px 30px #0e3f6e61}body.theme-dark .nav-btn:hover{transform:translateY(-1px);background:linear-gradient(180deg,#18283f,#132033);border-color:#4c99db;box-shadow:0 10px 22px #02061757}body.theme-dark .nav-btn.active{background:color-mix(in srgb,var(--app-accent-color) 28%,#0f1b2d 72%);border-color:color-mix(in srgb,var(--app-accent-color) 40%,#41556d 60%)}body.theme-dark .help-sidebar,body.theme-dark .help-article{border-color:#253244;background:#0f172ae6;box-shadow:0 16px 34px #02061747}body.theme-dark .help-sidebar h2,body.theme-dark .help-article-head h2,body.theme-dark .help-markdown h1,body.theme-dark .help-markdown h2,body.theme-dark .help-markdown h3,body.theme-dark .help-topic-btn strong{color:#e2e8f0}body.theme-dark .help-page-intro,body.theme-dark .help-article-head p:last-child,body.theme-dark .help-markdown p,body.theme-dark .help-markdown li,body.theme-dark .help-topic-btn,body.theme-dark .help-topic-btn span{color:#9fb2c7}body.theme-dark .help-topic-btn{border-color:#2a3a51;background:linear-gradient(180deg,#152236,#10192a)}body.theme-dark .help-topic-btn.active{background:color-mix(in srgb,var(--app-accent-color) 24%,#0f1b2d 76%);border-color:color-mix(in srgb,var(--app-accent-color) 42%,#41556d 58%)}body.theme-dark .help-article-head{border-bottom-color:#253244;background:linear-gradient(180deg,#132033,#10192a)}body.theme-dark .help-markdown code{background:#18263b;color:#e2e8f0}body.theme-dark .help-markdown pre{background:#020817}body.theme-dark .help-markdown a{color:#93c5fd}body.theme-dark .login-card,body.theme-dark .run-card,body.theme-dark .column,body.theme-dark .item,body.theme-dark .review-entry,body.theme-dark .modal-card{background:#101a2b;border-color:#253244;color:#d6e2ee}body.theme-dark input,body.theme-dark select,body.theme-dark textarea{background:#0c1625;border-color:#2a3a51;color:#d6e2ee}body.theme-dark .filters-row .filter-control.is-active{background:#db2777db;color:#fff1f7;border-color:#fbcfe8c7}body.theme-dark .filters-row select.filter-control.is-active option{background:#fff;color:#0f172a}body.theme-dark .filters-row .filter-control.is-active::placeholder{color:#ffe4f1}body.theme-dark .modal-card input:required:not([type=checkbox]):not([readonly]),body.theme-dark .modal-card select:required:not([readonly]),body.theme-dark .modal-card textarea:required:not([readonly]){background:#4b1731;border-color:#f472b6}body.theme-dark input[readonly],body.theme-dark textarea[readonly]{background:#132033;border-color:#5f748f;border-style:dashed;color:#c7d8ea}body.theme-dark .btn-soft{background:#223246;color:#d8e6f3}body.theme-dark .btn-primary{background:linear-gradient(135deg,color-mix(in srgb,var(--app-accent-color) 82%,#0f172a 18%),color-mix(in srgb,var(--app-accent-color) 54%,#08111f 46%))}body.theme-dark .btn-success{background:linear-gradient(135deg,#15803d,#047857)}body.theme-dark .modal-window-btn{background:transparent;border-color:transparent;color:#eef6ffe6}body.theme-dark .modal-window-btn:hover{background:#eef6ff1a;border-color:#eef6ff1f}body.theme-dark .modal-window-close-btn:hover{background:#f8717129;border-color:#f8717138;color:#fecaca}body.theme-dark .profile-image-panel{background:#111827;border-color:#334155}body.theme-dark .profile-edit-modal input[readonly],body.theme-dark .profile-theme-option{color:#e2e8f0}body.theme-dark .profile-image-preview{background:linear-gradient(180deg,#1e293b,#0f172a);border-color:#475569;color:#93c5fd}body.theme-dark .profile-image-hint{color:#94a3b8}body.theme-dark .profile-theme-options{background:#111827;border-color:#334155}body.theme-dark .profile-theme-option input{accent-color:#60a5fa}body.theme-dark .profile-theme-option.is-selected{border-color:#3b82f6;background:#172554}body.theme-dark .approved-item-change-help-icon-btn,body.theme-dark .item-edit-help-icon-btn{background:transparent;border-color:transparent;color:#eef6ffe6}body.theme-dark .approved-item-change-help-icon-btn:hover,body.theme-dark .item-edit-help-icon-btn:hover{background:#eef6ff1a;border-color:#eef6ff1f;color:#eef6ffe6}body.theme-dark .settings-menu,body.theme-dark .link-select-menu{background:#0f1b2e;border-color:#2a3a51}body.theme-dark .workspace-toast{background:#be185dd1;color:#ffe4f1;border-color:#fbcfe899}body.theme-dark .settings-item,body.theme-dark .link-select-option{color:#d6e2ee}body.theme-dark .settings-item{background:#142238}body.theme-dark .settings-item:hover{background:#1c2d43}body.theme-dark .change-history-entry{background:#111f34;border-color:#2a3a51}body.theme-dark .change-history-entry h3{color:#dce9f7}body.theme-dark .change-history-entry ul,body.theme-dark .change-history-date{color:#9fb7cf}body.theme-dark .change-history-foot{background:#0f1b2e;border-top-color:#2a3a51}body.theme-dark .chip-tag{background:#4a1d1d;color:#fecaca;border-color:#7f1d1d}body.theme-dark .chip-link{background:#1f3e2a;color:#d5f8df;border-color:#336645}body.theme-dark .item-edit-modal .toolbar,body.theme-dark .item-edit-modal .rich,body.theme-dark .item-edit-modal .item-description-source-view{background:#0f1b2d;border-color:#2a3a51;color:#d6e2ee}body.theme-dark .item-edit-modal .rich pre,body.theme-dark .item-edit-modal .rich pre code,body.theme-dark .review-rich pre,body.theme-dark .review-rich pre code{color:#0f172a}body.theme-dark .product-card{background:#101a2b;border-color:#253244}body.theme-dark .product-card h3{color:#e6eef7}body.theme-dark .product-card-open-btn{box-shadow:0 10px 24px #04142661}body.theme-dark .product-card-open-btn:hover{box-shadow:0 14px 30px #04142675}body.theme-dark .product-card-action-btn{border-color:#5f748f73;background:linear-gradient(180deg,#1a273af5,#141f2ff5);box-shadow:0 8px 18px #040c183d}body.theme-dark .product-card-action-btn:hover:not(:disabled){border-color:#60a5fa73;background:linear-gradient(180deg,#1f3046fa,#17253afa);box-shadow:0 12px 24px #040c1852}body.theme-dark .product-description{color:#c1d1e2}body.theme-dark .meta-label{color:#89a3bf}body.theme-dark .bar-row{color:#c9d9ea}body.theme-dark .bar-track{background:#1a2a3f}body.theme-dark .pie-center,body.theme-dark .run-progress-pie-center{background:#0f1b2d;color:#d6e2ee;border:1px solid #2a3a51}body.theme-dark .run-card h2{color:#e6eef7}body.theme-dark .run-card dt{color:#9fb2c7}body.theme-dark .run-card dd{color:#d6e2ee}body.theme-dark .run-card .status-Draft{background:#2a3648;color:#d8e2ee}body.theme-dark .run-card .status-InProgress{background:#1a3354;color:#bfdbfe}body.theme-dark .status-Reviewed{background:#3f3117;color:#fde68a}body.theme-dark .status-Approved{background:#183926;color:#bbf7d0}body.theme-dark .status-Obsolete{background:#3a275a;color:#dec9ff}body.theme-dark .run-card .status-Paused{background:#3f3117;color:#fde68a}body.theme-dark .run-card .status-Completed{background:#183926;color:#bbf7d0}body.theme-dark .run-card .status-Released{background:#1a3354;color:#bfdbfe}body.theme-dark .run-card .status-Aborted{background:#3f1f25;color:#fecdd3}body.theme-dark .run-card-open-btn{box-shadow:0 10px 24px #04142661}body.theme-dark .run-card-open-btn:hover{box-shadow:0 14px 30px #04142675}body.theme-dark .run-card-action-btn{border-color:#5f748f73;background:linear-gradient(180deg,#1a273af5,#141f2ff5);color:#d8e6f3;box-shadow:0 8px 18px #040c183d}body.theme-dark .run-card-action-btn:hover:not(:disabled){border-color:#60a5fa73;background:linear-gradient(180deg,#1f3046fa,#17253afa);box-shadow:0 12px 24px #040c1852}body.theme-dark .run-card-action-btn-accent{border-color:#38bdf857;background:linear-gradient(180deg,#123354f5,#0f2641f5);color:#c7e7ff}body.theme-dark .run-card-action-btn-accent:hover:not(:disabled){border-color:#38bdf880;background:linear-gradient(180deg,#15456efa,#103152fa);color:#e0f2fe}body.theme-dark .run-card-action-btn-danger{box-shadow:0 8px 18px #3c0c1247}body.theme-dark .run-card-action-btn-danger:hover:not(:disabled){box-shadow:0 12px 24px #3c0c125c}body.theme-dark .run-card-footer{background:#0f1b2d;border-top-color:#253244}body.theme-dark .pie-legend{color:#c9d9ea}body.theme-dark .workspace-page-card{background:#0f1a2b;border-color:#253244}body.theme-dark .view-section{background:rgb(17 27 45 / var(--shell-surface-opacity, .68));border-color:#253244}body.theme-dark .workspace-view-section{background:transparent;border-color:transparent}body.theme-dark .page-head,body.theme-dark .section-head{border-bottom-color:#253244}body.theme-dark .workspace-toolbar label{color:#c3d3e4}body.theme-dark .workspace-filters input::placeholder{color:#7f95ac}body.theme-dark .workspace-filter-description-toggle{border-color:#31465e;background:#152235;color:#c3d3e4}body.theme-dark .workspace-filter-description-toggle.is-active{border-color:#f9a8d4;background:#9d174d;color:#fff1f7}body.theme-dark .workspace-filter-search-state{color:#86efac}body.theme-dark .workspace-filter-search-state.is-error{color:#fca5a5}body.theme-dark .column{background:#101a2b;border-color:#253244}body.theme-dark .column-head{background:#132238;border-bottom-color:#253244;color:#d9e7f5}body.theme-dark .column-head-actions{border-color:#31435b;background:#16263b;box-shadow:inset 0 1px #94a3b80f}body.theme-dark .column-review-btn{border-color:#405775;background:#1d3047;color:#d6e6f5;box-shadow:0 1px 2px #0206173d}body.theme-dark .column-review-btn:hover{background:#28425f;border-color:#6c8fb5}body.theme-dark .column-add-btn{border-color:#2d8e48;background:#2f9a4a}body.theme-dark .column-delete-btn{border-color:#b33b3b;background:#c84444}body.theme-dark .item-list{background:#0f1b2d}body.theme-dark .item{border-bottom-color:#253244;background:#132238}body.theme-dark .item:hover{background:#1a2d46}body.theme-dark .item strong{color:#e2edf8}body.theme-dark .workspace-prototype .column{border-color:#253244;background:#101a2b}body.theme-dark .workspace-prototype .column-head{background:#132238;border-bottom-color:#253244}body.theme-dark .workspace-prototype .column-review-btn{border-color:#405775;background:#1d3047}body.theme-dark .workspace-prototype .column-review-btn:hover{background:#28425f}body.theme-dark .workspace-prototype .item{background:#132238}body.theme-dark .workspace-prototype .item:hover{background:#1a2d46}body.theme-dark .workspace-prototype .item.drag-over{background:#1d3857;outline-color:#5b85af}body.theme-dark .workspace-prototype .item.link-drop-over{background:#1a3a29;outline-color:#4ea06a}body.theme-dark .workspace-prototype .item small{color:#94aac0}body.theme-dark .item-status-badge.status-draft{background:#26364c;border-color:#3a516d;color:#bfd0e3}body.theme-dark .item-status-badge.status-reviewed{background:#4f3b0f;border-color:#8f6e22;color:#ffe8a6}body.theme-dark .item-status-badge.status-approved{background:#1e3f2b;border-color:#2f6c46;color:#bfe9cb}body.theme-dark .item-status-badge.status-obsolete{background:#372452;border-color:#6941a5;color:#dbc6ff}body.theme-dark .workspace-prototype .item-action-btn{border-color:#405775;background:#1d3047;color:#d4e5f7;box-shadow:0 1px 2px #0206173d}body.theme-dark .workspace-prototype .item-action-btn:hover{background:#28425f;border-color:#6c8fb5}body.theme-dark .workspace-prototype .item-action-btn.has-comments{background:#5a4a16;border-color:#8d7624;color:#ffe8a3}body.theme-dark .workspace-prototype .item-action-btn.has-comments:hover{background:#705c1d}body.theme-dark .item-action-btn.has-comments{background:#5a4a16;border-color:#8d7624;color:#ffe8a3}body.theme-dark .item-action-btn.has-comments:hover{background:#705c1d}body.theme-dark .item-actions{border-color:#31435b;background:#16263bd6;box-shadow:inset 0 1px #94a3b80f}body.theme-dark .item-change-number{color:#9fb2c7}body.theme-dark .comment-history{background:#111f32;border-color:#2a3a51}body.theme-dark .comment-entry{background:#0f1b2d;border-color:#2a3a51;color:#c8d9eb}body.theme-dark .menu-dropdown{background:#13243a;border-color:#29415e;box-shadow:0 14px 30px #0006}body.theme-dark .menu-item-btn{color:#dbe9f7}body.theme-dark .menu-item-btn:hover{background:#1c3551;border-color:#35557a}body.theme-dark .menu-submenu-chevron{color:#9fb2c8}body.theme-dark .menu-submenu-items{background:#13243a;border-color:#29415e;box-shadow:0 14px 30px #0006}body.theme-dark .menu-divider{background:#2f3f53}body.theme-dark .readonly-grid{background:#111f32;border-color:#2a3a51;color:#b9cce0}body.theme-dark .review-chapter-heading{color:#bfd3e7}body.theme-dark .review-meta-pill{background:#15263d;border-color:#38506c;color:#d6e2ee}body.theme-dark .review-meta-risk{background:#4f3b0f;border-color:#8f6e22;color:#fde68a}body.theme-dark .review-meta-tag{background:#1d3047;border-color:#38506c;color:#d4e5f7}body.theme-dark .review-status-btn.is-active{background:#2f9a4a;border-color:#2d8e48;color:#e8ffef}body.theme-dark .execution-summary{background:#132238;border-color:#2a3a51;box-shadow:0 4px 12px #00000059}body.theme-dark .execution-modal-card .modal-body{background:#101a2b}body.theme-dark .execution-modal-card .run-item-block{background:#132238;border-color:#2a3a51}body.theme-dark .execution-modal-card .run-item-block h3{color:#e6eef7}body.theme-dark .execution-modal-card .execution-rich{color:#d6e2ee}body.theme-dark .execution-modal-card .steps-table th,body.theme-dark .execution-modal-card .steps-table td{border-color:#2a3a51}body.theme-dark .execution-modal-card .steps-table th{background:#15263d;color:#bcd0e4}body.theme-dark .execution-modal-card .steps-table td{background:#0f1b2d;color:#d6e2ee}body.theme-dark .execution-modal-card .status-Draft{background:#2a3648;color:#d8e2ee}body.theme-dark .execution-modal-card .status-InProgress{background:#1a3354;color:#bfdbfe}body.theme-dark .execution-modal-card .status-Paused{background:#3f3117;color:#fde68a}body.theme-dark .execution-modal-card .status-Completed{background:#183926;color:#bbf7d0}body.theme-dark .execution-modal-card .status-Released{background:#1a3354;color:#bfdbfe}body.theme-dark .execution-modal-card .status-Aborted{background:#3f1f25;color:#fecdd3}body.theme-dark .execution-summary-metrics>div{background:#101a2b;border-color:#2a3a51;color:#c0d3e7}body.theme-dark .execution-summary-metrics strong{color:#e3eef9}body.theme-dark .execution-progress-track{background:#1c2d43}body.theme-dark .execution-progress-label,body.theme-dark .result-meta{color:#9fb2c7}body.theme-dark .execution-modal-card .result-btn{background:#15263d;border-color:#38506c}body.theme-dark .execution-modal-card .result-btn.ok{color:#86efac}body.theme-dark .execution-modal-card .result-btn.nok{color:#fda4af}body.theme-dark .execution-modal-card .result-btn.ok.active{border-color:#2f9a4a;background:#183926}body.theme-dark .execution-modal-card .result-btn.nok.active{border-color:#c84444;background:#3f1f25}body.theme-dark .admin-table-wrap,body.theme-dark .admin-table th,body.theme-dark .admin-table td{border-color:#253244}body.theme-dark .admin-table-wrap{background:#101a2b}body.theme-dark .admin-user-permissions-wrap{border-color:#253244}body.theme-dark .settings-group-card{background:#101a2b;border-color:#253244}body.theme-dark .settings-group-head h3,body.theme-dark .settings-subcard h4{color:#d6e2ee}body.theme-dark .settings-outbox-filter-row label{color:#9fb3c8}body.theme-dark .settings-tab-btn{background:#101a2b;border-color:#253244;color:#c5d4e5}body.theme-dark .settings-tab-btn.active{background:color-mix(in srgb,var(--app-accent-color) 26%,#0f1b2d 74%);border-color:color-mix(in srgb,var(--app-accent-color) 40%,#334861 60%);color:#d9eaff}body.theme-dark .settings-subcard{border-color:#253244}body.theme-dark .settings-surface-opacity-label{color:#c5d4e5}body.theme-dark .settings-surface-opacity-value{color:#8fc2ff}body.theme-dark .settings-subcard h4{background:#15263d;border-color:#2f4664}body.theme-dark .settings-switch-row{background:#15263d;border-color:#2f4664;color:#d6e2ee}body.theme-dark .admin-table th{background:#15263d;color:#bcd0e4}body.theme-dark .admin-table td{background:#101a2b;color:#d6e2ee}body.theme-dark .admin-table tbody tr:nth-child(2n) td{background:#0f1b2d}body.theme-dark .admin-table tbody tr:hover td{background:#17263b}body.theme-dark .admin-user-avatar{border-color:#32465f;background:linear-gradient(180deg,#18314f,#102338);color:#93c5fd}body.theme-dark .btn-soft.danger{background:#3a1b25;border:1px solid #7f1d3a;color:#fecdd3}body.theme-dark .btn-soft.danger:hover{background:#4d2030}body.theme-dark .test-step-delete-btn{background:#3a1f27;border-color:#7f4a58;color:#ffcad5}body.theme-dark .test-step-delete-btn:hover{background:#4a2530}body.theme-dark .test-step-add-btn{background:#18314c;border-color:#3a5f87;color:#cfe4ff}body.theme-dark .test-step-add-btn:hover{background:#234567}body.theme-dark .test-step-result-btn{background:#1d3047;border-color:#38506c;color:#a9bed3}body.theme-dark .test-step-result-btn:hover{background:#274262}body.theme-dark .test-step-result-btn.is-active{color:#fff}body.theme-dark .test-step-result-ok.is-active{background:#34a853;border-color:#34a853}body.theme-dark .test-step-result-nok.is-active{background:#d84a4a;border-color:#d84a4a}body.theme-dark .item-edit-modal .modal-foot,body.theme-dark .admin-edit-modal .modal-foot,body.theme-dark .change-doc-modal .modal-foot,body.theme-dark .unsaved-item-modal .modal-foot{background:#0f1b2d;border-top-color:#253244}body.theme-dark .change-doc-export-form .change-doc-number-label{color:#b7cbe0}body.theme-dark .change-doc-toggle-ui{background:#2b3d52;border-color:#486383}body.theme-dark .change-doc-toggle-ui:after{background:#d8e7f7}body.theme-dark .change-doc-toggle-input:checked+.change-doc-toggle-ui{background:#2b77b9;border-color:#2b77b9}body.theme-dark .products-view-switch,body.theme-dark .test-runs-view-switch{color:#dbe7f5;background:linear-gradient(180deg,#17263b,#132337);border-color:#2f445f;box-shadow:inset 0 1px #ffffff0f}body.theme-dark .products-view-switch .change-doc-toggle-ui,body.theme-dark .test-runs-view-switch .change-doc-toggle-ui{background:linear-gradient(180deg,#31465e,#273a50);border-color:#4c6685;box-shadow:inset 0 1px 1px #0f172a73}body.theme-dark .products-view-switch .change-doc-toggle-ui:after,body.theme-dark .test-runs-view-switch .change-doc-toggle-ui:after{background:#e8f1fb}body.theme-dark .products-view-switch .change-doc-toggle-input:checked+.change-doc-toggle-ui,body.theme-dark .test-runs-view-switch .change-doc-toggle-input:checked+.change-doc-toggle-ui{background:linear-gradient(180deg,#3b8fda,#2b77b9);border-color:#4c99db}body.theme-dark .products-view-switch.is-table .products-view-switch-state,body.theme-dark .test-runs-view-switch.is-table .test-runs-view-switch-state{color:#bfdbfe;background:#1d3c62;border-color:#2f5b8c}body.theme-dark .products-view-switch.is-cards .products-view-switch-state,body.theme-dark .test-runs-view-switch.is-cards .test-runs-view-switch-state{color:#d1d9e6;background:#253447;border-color:#3c516b}body.theme-dark .history-modal-card .modal-foot{background:#0f1b2d;border-top-color:#253244}body.theme-dark .history-modal-card .clickable-row:hover td{background:#17263b}body.theme-dark .ai-review-result{color:#d6e2ee;background:#132033;border-color:#2f445f}body.theme-dark .ai-review-loading-wrap{background:linear-gradient(180deg,#132033,#0f1726);border-color:#2f445f}body.theme-dark .ai-assist-btn{border-color:#60a5fa42;background:linear-gradient(180deg,#18314efa,#12273ff5);color:#d7ebff;box-shadow:inset 0 1px #ffffff0d,0 8px 22px #080f1c57}body.theme-dark .ai-assist-btn:hover:not(:disabled){border-color:#7dbcff66;background:linear-gradient(180deg,#1f3d60,#162f4c);color:#eef6ff;box-shadow:inset 0 1px #ffffff0f,0 12px 28px #080f1c6b}body.theme-dark .ai-assist-btn-spinner{border-color:#d7ebff38;border-top-color:currentColor}body.theme-dark .ai-review-pane-head h3{color:#d7e8fb}body.theme-dark .change-history-foot{background:#0f1b2d;border-top-color:#253244}body.theme-dark .change-history-body{background:#0f1726}body.theme-dark .attachment-versions-section h3{color:#e2e8f0}body.theme-dark .confirm-delete-modal .modal-actions{background:#0f1b2d;border-top-color:#253244}body.theme-dark .confirm-delete-progress{color:#cfe5ff}body.theme-dark .review-modal-foot{border-top-color:#253244}body.theme-dark .review-entry.is-active{border-color:#6cb4ff;box-shadow:0 0 0 2px #6cb4ff2e}
