@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;650;700&display=swap";.editor-menu-trigger{flex:0 0 32px;height:32px;margin:0 4px;display:grid;place-items:center;color:var(--nav-muted);background:transparent;border:1px solid transparent;border-radius:4px}.editor-menu-trigger:hover,.editor-menu-trigger[aria-expanded=true]{color:#fff;background:var(--nav);border-color:var(--nav-muted)}.editor-toolbar-command-group+.editor-toolbar-command-group{border-left:1px solid var(--line);padding-left:8px}.editor-command-menu{position:fixed;z-index:1500;width:188px;max-width:calc(100vw - 16px);max-height:calc(100dvh - 16px);overflow-y:auto;padding:4px;color:var(--ink);background:var(--surface);border:1px solid var(--line-dark);border-radius:4px;box-shadow:0 4px 16px #14222a29;font-size:11px}.editor-command-submenu{width:300px}.editor-command-menu button{width:100%;min-height:32px;padding:6px 8px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;color:inherit;font:inherit;border:0;border-radius:2px;background:transparent}.editor-command-menu button:hover,.editor-command-menu button:focus-visible,.editor-command-menu button[aria-expanded=true]{outline:none;color:var(--orange-strong);background:var(--orange-soft)}.editor-command-menu button[aria-disabled=true]{color:var(--muted)}.editor-command-menu button small{display:block;margin-top:4px;font-size:10px;color:var(--muted)}.editor-command-menu [role=separator]{margin:4px 0;border-top:1px solid var(--line)}.editor-command-menu kbd{flex-shrink:0;color:var(--muted);font:10px Inter,sans-serif}.editor-menu-check{width:16px;display:inline-flex;vertical-align:middle}.editor-preferences-dialog{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;padding:0;width:600px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);color:var(--ink);background:var(--surface);border:1px solid var(--line-dark);border-radius:4px;box-shadow:0 8px 32px #14222a33;font:12px Inter,sans-serif}.editor-preferences-dialog[open]{display:flex;flex-direction:column}.editor-preferences-dialog::backdrop{background:#14222a52}.editor-preferences-dialog>header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--line)}.editor-preferences-dialog h2{margin:0;font-size:15px;font-weight:600}.editor-preferences-dialog button{min-height:28px;padding:4px 8px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:4px;font:inherit}.editor-preferences-dialog button:hover{background:var(--surface-soft)}.editor-preferences-dialog button:disabled{opacity:.5}.editor-preferences-dialog button:focus-visible,.editor-preferences-dialog input:focus-visible,.editor-menu-trigger:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.editor-preferences-dialog>header button{display:grid;place-items:center;border:0}.editor-preferences-tabs{display:flex;gap:4px;padding:8px 16px 0;border-bottom:1px solid var(--line)}.editor-preferences-tabs button{border:0;border-bottom:2px solid transparent;border-radius:0;padding:8px 12px}.editor-preferences-tabs button[aria-selected=true]{color:var(--orange-strong);border-bottom-color:var(--orange)}.editor-preferences-body{min-height:0;height:320px;overflow-y:auto;padding:16px}.editor-preferences-body fieldset{margin:0;padding:0;border:0}.editor-preferences-body h3,.editor-preferences-body legend{margin:0 0 12px;padding:0;font-size:12px;font-weight:600}.editor-preferences-body p{max-width:64ch;color:var(--muted);line-height:1.6}.editor-preference-choices{display:grid;grid-template-columns:80px 1fr;gap:12px;padding-bottom:16px}.editor-preference-choices>span{padding-top:4px;color:var(--muted)}.editor-preference-choices>div{display:flex;flex-wrap:wrap;gap:8px 12px}.editor-preference-choices label,.editor-preference-check{display:inline-flex;align-items:center;gap:4px;min-height:24px}.editor-preference-check{margin-bottom:16px}.editor-preferences-dialog input{accent-color:var(--orange)}.editor-shortcut-filters{display:flex;gap:4px;margin-bottom:12px}.editor-shortcut-filters button[aria-pressed=true]{background:var(--orange-soft);color:var(--orange-strong)}.editor-shortcut-search{width:100%;padding:8px;color:var(--ink);background:var(--sunken);border:1px solid var(--line);border-radius:4px;font:inherit}.editor-shortcut-list{margin:12px 0 0}.editor-shortcut-list>div{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid var(--line)}.editor-shortcut-list dd{margin:0;text-align:right}.editor-shortcut-list kbd{font:10px Inter,sans-serif;padding:2px 4px;background:var(--surface-soft);border:1px solid var(--line);border-radius:2px}.editor-preferences-dialog footer{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px;border-top:1px solid var(--line)}.editor-preferences-dialog footer>span{flex:1}.editor-preferences-dialog footer .primary{color:#fff;background:var(--orange-strong);border-color:var(--orange-strong)}.editor-preferences-error{color:var(--red);padding:0 16px}.editor-preference-options{display:flex;flex-direction:column;gap:8px;margin:16px 0}.editor-preference-options>span{font-weight:600}.editor-preference-options label{display:flex;gap:8px;align-items:center}.editor-preferences-body .editor-preference-nested{padding-left:20px;display:flex;flex-direction:column}.editor-preference-number input{width:64px;margin-left:8px;padding:4px;border:1px solid var(--line);background:var(--sunken);color:var(--ink)}.editor-preferences-body .editor-preference-check{display:flex}.editor-quotation-heading,.editor-quotation-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;min-width:180px}.editor-quotation-heading{padding:8px 24px;color:var(--muted);font-size:10px}.editor-navigation-message{position:fixed;bottom:32px;left:8px;z-index:100;max-width:calc(100vw - 16px);display:flex;align-items:center;gap:12px;padding:8px 16px;background:var(--surface-soft);border-bottom:1px solid var(--line);font-size:12px}.editor-shell.plain-segment-background .segment-row{background:var(--surface)}.editor-shell.plain-segment-background .segment-row.selected{box-shadow:inset 3px 0 var(--orange)}.editor-shell.neutral-invisibles .invisible-char:before,.editor-shell.neutral-invisibles .invisible-char:after,.editor-shell.neutral-invisibles .invisible-break:before{color:var(--ink)}.editor-shell.neutral-match-colors .row-score:not(.term),.editor-shell.neutral-match-colors .segment-meta>span:is(.perfect,.good,.fuzzy){color:var(--muted);background:var(--surface-soft)}.editor-shell .cat-panel .row-source,.editor-shell .cat-panel .row-target{font-size:var(--panel-font-size);line-height:1.5}::highlight(nemesis-qa){text-decoration:underline wavy var(--red);background:var(--red-soft)}.editor-inline-qa{position:fixed;z-index:150;max-width:min(280px,calc(100vw - 16px));background:var(--surface);border:1px solid var(--line-dark);border-radius:4px;padding:8px;box-shadow:0 4px 16px #14222a29;font:11px/1.5 Inter,sans-serif;display:flex;flex-direction:column;gap:8px}.editor-inline-qa button{align-self:start;color:var(--orange-strong);background:var(--surface);border:1px solid var(--line);padding:4px 8px}.editor-shell.plain-segment-background .segment-row.selected .tagged-target-editor{background:transparent}.editor-shell:not(.neutral-invisibles) .invisible-char:after,.editor-shell:not(.neutral-invisibles) .invisible-break:before{color:#55798f}.editor-shell .cat-content :is(.cat-source p,.qa-finding-main strong,.history-item-heading strong,.concordance-meta dd,.resource-panel-list p,.lqa-form textarea,.qa-decision textarea){font-size:var(--panel-font-size);line-height:1.5}.editor-navigation-message button{color:var(--muted);background:transparent;border:0;font-size:16px}.editor-feedback{position:fixed;bottom:32px;left:8px;z-index:100;display:grid;gap:4px;max-width:calc(100vw - 16px)}.editor-feedback .editor-navigation-message{position:static;max-width:100%;overflow-wrap:anywhere}.editor-feedback [role=alert]{color:var(--red);border-color:var(--red)}.editor-feedback button{flex-shrink:0}.cat-results mark.cat-source-difference{padding:0;color:inherit;background:var(--orange-soft);border-bottom:1px solid var(--orange);border-radius:0}.cat-difference-note{display:block;margin-top:4px;color:var(--muted);font-size:9px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.conflict-scrim{padding:16px;z-index:1600}.modal.conflict-recovery{width:min(900px,calc(100vw - 32px));max-height:calc(100dvh - 32px);display:flex;flex-direction:column;overflow:hidden}.conflict-recovery>header,.conflict-recovery>footer{flex:0 0 auto}.conflict-review{overflow:auto;padding:16px;min-height:0}.conflict-guidance,.conflict-server-note{font-size:11px;line-height:1.6;color:var(--muted)}.conflict-guidance{margin-bottom:16px}.conflict-comparison{border:1px solid var(--line);margin-bottom:16px;min-width:0}.conflict-comparison>header{padding:12px;background:var(--surface-soft);overflow-wrap:anywhere}.conflict-comparison h3{margin:4px 0;font-size:13px}.conflict-comparison header span,.conflict-comparison header small{font-size:10px;color:var(--muted)}.conflict-values{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.conflict-value{min-width:0;padding:12px;border-top:1px solid var(--line)}.conflict-value+.conflict-value{border-left:1px solid var(--line)}.conflict-value h4{font-size:11px;color:var(--muted);margin:0 0 8px}.conflict-text,.conflict-exact{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;-moz-tab-size:4;tab-size:4;-webkit-user-select:text;user-select:text}.conflict-text{font:13px/1.6 Inter,sans-serif;min-height:32px}.conflict-text em{color:var(--muted);font-size:11px}.conflict-exact{font:11px/1.6 monospace}.conflict-value details{margin-top:12px}.conflict-recovery summary{cursor:pointer;font-size:10px;color:var(--muted);padding:4px 0}.conflict-recovery summary:focus-visible{outline:2px solid var(--orange);outline-offset:2px}.conflict-path{border-top:1px solid var(--line);padding:4px 12px;overflow-wrap:anywhere}.conflict-path code{font-size:10px}.conflict-error{color:var(--red);margin-top:8px}.conflict-recovery .modal-actions{flex-wrap:wrap;padding:12px 16px}@media(max-width:600px){.conflict-values{grid-template-columns:minmax(0,1fr)}.conflict-value+.conflict-value{border-left:0}.conflict-review{padding:12px}.conflict-recovery .modal-actions{gap:4px}.conflict-recovery .modal-actions .button{white-space:normal}}.maintenance-app{display:contents}.maintenance-warning{position:fixed;z-index:1750;bottom:32px;left:16px;right:16px;display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--orange-soft);color:var(--ink);border:1px solid var(--orange);border-radius:4px;font-size:11px}.maintenance-warning>div{margin-right:auto}.maintenance-warning p{margin-top:4px}.maintenance-scrim{z-index:1800;padding:16px}.modal.maintenance-dialog{width:min(560px,calc(100vw - 32px));max-height:calc(100dvh - 32px)}.maintenance-body{padding:16px;font-size:12px;line-height:1.6}.maintenance-body p+p{margin-top:12px}.maintenance-body [role=alert]{color:var(--red)}.maintenance-dialog .modal-actions{flex-wrap:wrap}@media(max-width:600px){.maintenance-warning{align-items:stretch;flex-wrap:wrap}.maintenance-warning>div{width:100%}}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1c2b36;background:#f3f6f8;font-synthesis:none;--nav: #263947;--nav-deep: #1d2d38;--nav-muted: #9aabb8;--canvas: #f3f6f8;--surface: #ffffff;--surface-soft: #f8fafb;--sunken: #edf2f5;--line: #d8e0e5;--line-dark: #c4ced5;--ink: #1c2b36;--muted: #5f707a;--blue: #315f7a;--blue-strong: #244e68;--blue-soft: #e5eef4;--orange: #e67327;--orange-strong: #c95c18;--orange-action: #b94f10;--orange-action-hover: #9f400c;--orange-soft: #fff0e5;--green: #3a8064;--green-soft: #e8f4ef;--red: #b94c46;--red-soft: #fbeceb;--strip: #fff8f2;--strip-line: #e7c4ac;--strip-label: #765743;--strip-field: #d9c2b2;--amber-soft: #f7dfc8;--highlight: #f9e39a;--shadow: 0 1px 2px rgb(28 43 54 / 6%), 0 8px 24px rgb(28 43 54 / 5%)}*{box-sizing:border-box}html,body,#root{width:100%;min-width:1100px;height:100%;margin:0}html:has(.login-screen),body:has(.login-screen),#root:has(.login-screen){min-width:0}body{overflow:hidden}button,input,select,textarea{font:inherit}button{color:inherit}button,select{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgb(185 79 16 / 52%);outline-offset:2px}h1,h2,h3,h4,p{margin:0}table{width:100%;border-collapse:collapse}.loading-screen{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:14px;color:var(--muted);background:var(--canvas)}.editor-unavailable{min-height:100%;display:grid;grid-template-columns:48px minmax(0,420px);place-content:center;align-items:start;gap:16px;padding:32px;color:var(--ink);background:var(--canvas)}.editor-unavailable>div{padding:16px;background:var(--surface);border:1px solid var(--line-dark);border-radius:6px}.editor-unavailable span{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.editor-unavailable h1{margin-top:4px;font-size:20px;letter-spacing:-.02em}.editor-unavailable p{margin:8px 0 16px;color:var(--muted);font-size:11px;line-height:1.55}.editor-unavailable .button{text-decoration:none}.login-screen{min-height:100%;display:grid;place-items:center;padding:28px;background:var(--canvas)}.login-card{width:min(520px,100%);overflow:hidden;background:var(--surface);border:1px solid var(--line-dark);border-radius:7px}.login-card>header{display:flex;gap:16px;padding:24px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.login-card>header>div{min-width:0;overflow-wrap:anywhere}.login-card h1{margin-top:3px;color:var(--ink);font-size:20px;letter-spacing:-.02em}.login-card header p{margin-top:7px;color:var(--muted);font-size:11px;line-height:1.5}.login-card form{display:grid;gap:14px;padding:24px}.login-card form .button{justify-self:end;min-width:110px}.login-card>footer{padding:11px 24px;color:var(--muted);font-size:9px;background:var(--surface-soft);border-top:1px solid var(--line)}.login-error{display:flex;align-items:center;gap:7px;padding:8px;color:var(--red);font-size:10px;background:var(--red-soft);border:1px solid #efc9c6;border-radius:4px}.login-notice{display:flex;align-items:flex-start;gap:7px;padding:8px;color:var(--ink);font-size:10px;line-height:1.5;background:var(--surface-soft);border:1px solid var(--line-dark);border-radius:4px}.login-notice svg{flex:none;margin-top:1px;color:#55798f}.login-card .field-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.login-card .field em{color:var(--muted);font-style:normal}.auth-actions{display:flex;justify-content:flex-end;gap:8px}.account-menu{position:relative;display:flex}.menu-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;padding:0;background:transparent;border:0}.menu-popover{position:absolute;top:calc(100% + 7px);right:0;z-index:41;min-width:194px;padding:4px;background:var(--surface);border:1px solid var(--line-dark);border-radius:6px;box-shadow:0 12px 28px #1827332e}.menu-identity{display:grid;gap:2px;padding:8px;border-bottom:1px solid var(--line)}.menu-identity strong{color:var(--ink);font-size:11px}.menu-identity small{color:var(--muted);font-size:9px}.menu-popover button{display:flex;align-items:center;gap:8px;width:100%;padding:8px;color:var(--ink);font-size:11px;text-align:left;background:none;border:0;border-radius:4px;cursor:pointer}.menu-popover button:hover{background:var(--surface-soft)}.menu-popover button svg{color:var(--muted)}.notification-center{position:relative;display:flex}.notification-trigger{position:relative}.notification-trigger em{position:absolute;top:-3px;right:-4px;min-width:16px;height:16px;display:grid;place-items:center;padding:0 4px;color:#fff;font-size:8px;font-style:normal;font-weight:700;background:var(--orange-action);border:2px solid var(--surface);border-radius:9px}.notification-popover{position:fixed;top:52px;right:clamp(8px,2vw,24px);z-index:41;width:min(380px,calc(100vw - 16px));overflow:hidden;background:var(--surface);border:1px solid var(--line-dark);border-radius:6px;box-shadow:0 12px 28px #1827332e}.notification-popover>header{height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.notification-popover>header>div{display:grid;gap:2px}.notification-popover>header strong{font-size:12px}.notification-popover>header span{color:var(--muted);font-size:9px}.notification-popover>header button{padding:5px;color:var(--blue);font-size:10px;font-weight:600;background:none;border:0;border-radius:4px}.notification-popover>header button:hover:not(:disabled){background:var(--sunken)}.notification-list{max-height:430px;overflow:auto}.notification-list>button{width:100%;min-height:70px;display:grid;grid-template-columns:7px minmax(0,1fr) 16px;align-items:start;gap:8px;padding:10px 12px;text-align:left;background:var(--surface);border:0;border-bottom:1px solid var(--line)}.notification-list>button:hover{background:var(--surface-soft)}.notification-list>button.unread{background:var(--orange-soft)}.notification-list>button>div{display:grid;gap:3px;min-width:0}.notification-list>button strong{color:var(--ink);font-size:11px}.notification-list>button p{color:var(--muted);font-size:10px;line-height:1.4}.notification-list>button small{color:#82919a;font-size:9px}.notification-list>button>svg{align-self:center;color:#9ba8b0}.notification-dot{width:6px;height:6px;margin-top:4px;background:transparent;border-radius:50%}.notification-list>button.unread .notification-dot{background:var(--orange)}.notification-state{padding:28px 12px;color:var(--muted);font-size:10px;text-align:center}.notification-state.error{color:var(--red);background:var(--red-soft)}.brand-mark{flex:0 0 auto;width:30px;height:30px;display:inline-grid;place-items:center;overflow:hidden;color:#fff;font-size:16px;font-weight:800;background:var(--orange);border-radius:6px;box-shadow:inset 0 0 0 1px #ffffff24}.brand-mark img{width:100%;height:100%;display:block;object-fit:cover}.brand-mark.large{width:48px;height:48px;font-size:22px;border-radius:8px}.app-shell{display:grid;grid-template-columns:242px minmax(0,1fr);width:100%;height:100%;background:var(--canvas);transition:grid-template-columns .2s ease}.app-shell.sidebar-compact{grid-template-columns:68px minmax(0,1fr)}.sidebar{display:flex;flex-direction:column;min-width:0;height:100%;color:#eaf0f4;background:var(--nav);border-right:1px solid var(--nav-deep);overflow:hidden}.brand{height:64px;display:flex;align-items:center;gap:10px;padding:0 14px;background:var(--nav-deep);border-bottom:1px solid rgb(255 255 255 / 6%)}.brand>div{display:flex;flex-direction:column;line-height:1.1;white-space:nowrap}.brand b{font-size:15px;letter-spacing:.01em}.brand small{margin-top:3px;color:var(--nav-muted);font-size:10px;font-weight:600;letter-spacing:.16em}.sidebar-toggle{margin-left:auto;width:28px;height:28px;display:grid;place-items:center;color:var(--nav-muted);background:transparent;border:0;border-radius:4px}.sidebar-toggle:hover{color:#fff;background:#ffffff12}.main-nav{padding:12px 8px}.main-nav button,.sidebar-section button{width:100%;min-height:39px;display:flex;align-items:center;gap:11px;color:#c4d0d8;background:transparent;border:0;border-radius:5px;text-align:left;white-space:nowrap}.main-nav button{position:relative;padding:0 11px 0 23px}.sidebar-section button{padding:0 9px}.main-nav button svg{flex:0 0 auto;color:#aab9c4}.main-nav button span{flex:1;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis}.main-nav button em{min-width:20px;padding:2px 6px;color:#dbe5eb;font-size:10px;font-style:normal;text-align:center;background:#ffffff17;border-radius:10px}.main-nav button:hover,.sidebar-section button:hover{color:#fff;background:#ffffff0f}.main-nav button.active{color:#fff;background:#345064}.main-nav button.active:before{content:"";position:absolute;top:50%;left:10px;width:6px;height:6px;background:var(--orange);border-radius:50%;transform:translateY(-50%)}.main-nav button.active svg{color:#f0f5f7}.sidebar-section{margin:8px 10px 0;padding-top:15px;border-top:1px solid rgb(255 255 255 / 8%);overflow:hidden}.sidebar-section>span{display:block;padding:0 9px 7px;color:#7e919e;font-size:10px;font-weight:700;letter-spacing:.12em}.sidebar-section button{min-height:34px;padding:0 9px}.sidebar-section button>span:last-child{font-size:11px;overflow:hidden;text-overflow:ellipsis}.recent-dot{flex:0 0 auto;width:5px;height:5px;background:#778c99;border-radius:50%}.sidebar-foot{width:100%;margin-top:auto;height:52px;display:flex;align-items:center;gap:11px;padding:0 20px;color:#a8b7c1;font-size:12px;text-align:left;background:transparent;border:0;border-top:1px solid rgb(255 255 255 / 7%);white-space:nowrap}.sidebar-foot:hover{color:#fff;background:#ffffff0a}.sidebar-compact .brand>div,.sidebar-compact .main-nav span,.sidebar-compact .main-nav em,.sidebar-compact .sidebar-section,.sidebar-compact .sidebar-foot span{display:none}.sidebar-compact .brand{gap:2px;padding:0 8px}.sidebar-compact .sidebar-toggle{width:18px;margin-left:0}.sidebar-compact .main-nav button{justify-content:center;padding:0}.sidebar-compact .main-nav button.active:before{left:7px}.sidebar-compact .sidebar-foot{justify-content:center;padding:0}.workspace{min-width:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.topbar{flex:0 0 56px;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:var(--surface);border-bottom:1px solid var(--line)}.breadcrumb{display:flex;align-items:center;gap:7px;min-width:0;font-size:12px}.breadcrumb span{color:var(--muted)}.breadcrumb svg{color:#a2afb7}.breadcrumb b{max-width:560px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-actions{display:flex;align-items:center;gap:9px}.save-state{display:flex;align-items:center;gap:6px;padding:3px 5px;color:var(--muted);font-size:11px;white-space:nowrap;background:transparent;border:0;border-radius:4px;cursor:default}.save-state>span{width:6px;height:6px;background:var(--green);border-radius:50%}.save-state.failed{color:var(--red);cursor:pointer}.save-state.failed:hover{background:var(--red-soft)}.save-state.failed>span{background:var(--red)}.save-state.conflicted{color:#a64f17;background:var(--orange-soft)}.save-state.conflicted>span{background:var(--orange)}.save-state.saving>span{background:var(--orange);animation:save-state-blink 1s steps(2,start) infinite}@keyframes save-state-blink{to{visibility:hidden}}.save-state-anchor{position:relative;display:inline-flex;border-radius:4px}.save-state-anchor:focus-visible{outline:1px solid var(--orange);outline-offset:1px}.save-queue-tooltip{position:absolute;top:calc(100% + 6px);right:0;z-index:40;min-width:170px;max-width:min(300px,calc(100vw - 16px));display:flex;flex-direction:column;gap:3px;padding:6px 8px;color:#f5f8fa;font-size:10px;line-height:13px;text-align:left;white-space:normal;background:#1d3441;border:1px solid #48616f;border-radius:3px;box-shadow:0 3px 10px #0f202a38}.save-queue-tooltip strong{color:#9cb0bb;font-size:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.save-queue-tooltip>span{font-variant-numeric:tabular-nums}.avatar{width:32px;height:32px;display:grid;place-items:center;padding:0;color:#fff;font-size:11px;font-weight:700;letter-spacing:.03em;background:var(--blue);border:0;border-radius:50%}.avatar:disabled{opacity:.65}.avatar.small{width:26px;height:26px;font-size:9px}.avatar.large{width:62px;height:62px;font-size:18px}.page-area{flex:1;min-height:0;padding:26px 30px 40px;overflow:auto}.page-heading{max-width:1500px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:0 auto 22px}.page-heading h1{color:var(--ink);font-size:26px;font-weight:650;letter-spacing:-.025em}.page-heading p{margin-top:6px;color:var(--muted);font-size:13px}.heading-actions{display:flex;align-items:center;gap:8px}.eyebrow{display:block;margin-bottom:6px;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;color:#344651;font-size:12px;font-weight:600;background:#fff;border:1px solid var(--line-dark);border-radius:5px;box-shadow:0 1px 1px #1c2b360a}.button:hover{color:var(--blue-strong);background:#f8fafb;border-color:#acbbc4}.button.primary{color:#fff;background:var(--orange-action);border-color:var(--orange-action)}.button.primary:hover{color:#fff;background:var(--orange-action-hover);border-color:var(--orange-action-hover)}.button.subtle{color:var(--muted);background:transparent;border-color:transparent;box-shadow:none}.button.subtle:hover{background:var(--sunken)}.button.small{min-height:30px;padding:0 10px;font-size:11px}.button.destructive{color:var(--red);border-color:#e7c4c4}.button.destructive:hover{color:#fff;background:var(--red);border-color:var(--red)}.button:disabled{opacity:.45;cursor:default}button:disabled{cursor:default}.icon-button{width:32px;height:32px;display:inline-grid;place-items:center;padding:0;color:#6d7d88;background:transparent;border:1px solid transparent;border-radius:4px}.icon-button:hover{color:var(--ink);background:var(--sunken);border-color:var(--line)}.icon-button.destructive{color:var(--red)}.icon-button.destructive:hover{color:#8f332a;background:var(--red-soft)}.back-link{display:flex;align-items:center;gap:6px;margin:0 auto 13px;padding:0;width:min(1500px,100%);color:var(--blue);font-size:12px;font-weight:600;background:none;border:0}.card{background:var(--surface);border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow)}.view-tabs{max-width:1500px;display:flex;align-items:center;gap:2px;margin:0 auto 12px;border-bottom:1px solid var(--line)}.view-tabs button{min-height:34px;padding:0 14px;color:var(--muted);font-size:12px;font-weight:600;background:transparent;border:0;border-bottom:2px solid transparent}.view-tabs button em{margin-left:6px;color:#95a1aa;font-size:10px;font-style:normal;font-weight:600;font-variant-numeric:tabular-nums}.view-tabs button.active em{color:var(--muted)}.view-tabs button:hover{color:var(--ink)}.view-tabs button.active{color:var(--blue-strong);border-bottom-color:var(--orange)}.view-tabs.inside{margin:0 0 12px}.table-card{max-width:1500px;margin:0 auto;overflow:hidden}.list-tools{min-height:52px;display:flex;align-items:center;gap:5px;padding:8px 12px;border-bottom:1px solid var(--line)}.search-box{height:34px;min-width:240px;display:flex;align-items:center;gap:8px;padding:0 10px;color:#82919a;background:var(--surface);border:1px solid var(--line-dark);border-radius:5px}.search-box:focus-within{border-color:var(--blue);box-shadow:0 0 0 2px #315f7a1c}.search-box input{width:100%;min-width:0;color:var(--ink);font-size:12px;background:transparent;border:0;outline:0}.tool-spacer{flex:1}.result-count{color:var(--muted);font-size:11px;white-space:nowrap}.table-scroll{width:100%;overflow:auto}th{height:37px;padding:0 12px;color:#6f7e88;font-size:10px;font-weight:700;letter-spacing:.045em;text-align:left;text-transform:uppercase;background:#f7f9fa;border-bottom:1px solid var(--line);white-space:nowrap}td{height:57px;padding:8px 12px;color:#354650;font-size:12px;border-bottom:1px solid #e5eaed;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fafcfd}.click-row{cursor:pointer}.primary-cell,.user-cell{display:flex;align-items:center;gap:10px;min-width:220px}.primary-cell>div{min-width:0}.primary-cell strong,.primary-cell small{display:block}.primary-cell strong{max-width:340px;color:var(--ink);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.primary-cell small,.cell-sub{margin-top:4px;color:#64757f;font-size:10px}.project-row-link,.user-row-link{width:100%;padding:0;color:inherit;text-align:left;background:none;border:0}.project-row-link:hover strong,.user-row-link:hover strong{color:var(--blue-strong);text-decoration:underline}.user-row-link{display:flex}.mono{font-variant-numeric:tabular-nums}.muted{color:var(--muted)}.danger-text{color:var(--red)}.pill{min-height:21px;display:inline-flex;align-items:center;gap:4px;padding:2px 7px;color:#52636d;font-size:10px;font-weight:700;line-height:1.25;background:#eff3f5;border:1px solid #dbe3e7;border-radius:10px;white-space:nowrap}.pill-blue{color:var(--blue-strong);background:var(--blue-soft);border-color:#cfdee7}.pill-orange{color:#a44c17;background:var(--orange-soft);border-color:#f3d4be}.pill-green{color:#28684f;background:var(--green-soft);border-color:#cfe6db}.pill-red{color:#913c38;background:var(--red-soft);border-color:#efd2cf}.progress-wrap{display:flex;align-items:center;gap:9px;min-width:120px}.progress-track{flex:1;height:5px;overflow:hidden;background:#e8edf0;border-radius:3px}.progress-track span{display:block;height:100%;background:var(--blue);border-radius:inherit}.progress-wrap strong{min-width:34px;color:#53656f;font-size:10px;font-variant-numeric:tabular-nums;text-align:right}.progress-wrap.compact{min-width:108px}.table-link{display:block;padding:0;color:var(--blue-strong);font-size:12px;font-weight:600;text-align:left;background:none;border:0}.table-link:hover{text-decoration:underline}.language-pair{display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.inline-select,.status-select{max-width:140px;padding:5px 21px 5px 7px;color:#40525d;font-size:10px;background:#f8fafb;border:1px solid var(--line);border-radius:4px}.status-select{border-radius:10px;font-weight:600}.status-in-progress{color:#a44c17;background:var(--orange-soft);border-color:#f3d4be}.status-completed{color:#28684f;background:var(--green-soft);border-color:#cfe6db}.deadline{display:inline-grid;grid-template-columns:auto 1fr;align-items:center;column-gap:5px;min-width:82px;color:#40525d;white-space:nowrap}.deadline small{grid-column:2;margin-top:2px;color:var(--muted);font-size:10px;font-weight:600}.deadline.overdue,.deadline.overdue small{color:#953b35}.deadline.due-soon small{color:#93440f}.attention-row td{background:#fffaf7}.attention-row:hover td{background:#fff5ee}.view-tabs button.attention-tab em{color:#93440f;background:var(--orange-soft);border-radius:8px}.jobs-overview table{min-width:1120px;table-layout:fixed}.jobs-overview th:first-child{width:240px}.jobs-overview th:nth-child(2){width:235px}.jobs-overview th:nth-child(3){width:120px}.jobs-overview th:nth-child(4){width:70px}.jobs-overview th:nth-child(5){width:125px}.jobs-overview th:nth-child(6){width:112px}.jobs-overview th:nth-child(7){width:125px}.jobs-overview th:nth-child(8){width:100px}.jobs-overview th:nth-child(9){width:70px}.jobs-pagination{display:grid;grid-template-columns:96px 1fr 96px;align-items:center;gap:8px;min-height:48px;padding:8px;border-top:1px solid var(--line-dark)}.jobs-pagination>span{color:var(--muted);font-size:9px;font-variant-numeric:tabular-nums;text-align:center}.jobs-pagination .button:last-child{justify-self:end}.jobs-file-cell{min-width:0}.jobs-file-cell .table-link{max-width:100%;overflow-wrap:anywhere}.jobs-file-cell .cell-sub{display:block;line-height:1.35}.project-detail{width:100%;max-width:1500px;margin:0 auto}.project-detail .card{box-shadow:none}.project-back-link{width:100%;margin-bottom:10px}.project-record{margin-bottom:30px}.project-record-head{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.project-record-head>div:first-child{min-width:0}.project-record-head>div:first-child>span{display:block;margin-bottom:7px;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.045em;text-transform:uppercase}.project-record-head h1{max-width:1050px;color:var(--ink);font-size:22px;font-weight:650;line-height:1.25;letter-spacing:-.025em;overflow-wrap:anywhere}.project-record-actions{flex:none;display:flex;align-items:center;gap:7px}.project-record-grid{max-width:1020px;display:grid;grid-template-columns:minmax(360px,1fr) minmax(410px,1fr);gap:72px;padding:22px 0 18px}.project-record-grid dl{display:grid;align-content:start;gap:9px;margin:0}.project-record-grid dl>div{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;gap:12px;min-height:22px}.project-record-grid dt{margin:0;color:#63747e;font-size:10px;font-weight:600;letter-spacing:0;text-align:right;text-transform:none}.project-record-grid dd{min-width:0;color:#30424d;font-size:11px;font-weight:550}.project-record-status,.project-language-list{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.project-record-status>span{color:var(--muted);font-size:9px;font-weight:500;font-variant-numeric:tabular-nums}.project-record-note{max-width:1020px;display:flex;align-items:flex-start;gap:8px;padding:9px 12px;color:#596b75;font-size:10px;line-height:1.45;background:var(--surface-soft);border-left:2px solid var(--blue)}.project-record-note svg{flex:none;margin-top:1px}.project-jobs-workbench{margin-bottom:30px;overflow:hidden;background:var(--surface);border:1px solid var(--line-dark);border-radius:6px}.jobs-workbench-head{min-height:58px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:8px 12px;border-bottom:1px solid var(--line)}.jobs-workbench-title{flex:none;display:flex;align-items:baseline;gap:7px;margin-right:8px}.jobs-workbench-title h2{font-size:13px;font-weight:650}.jobs-workbench-title span{color:var(--muted);font-size:10px;font-variant-numeric:tabular-nums}.workflow-step-select{flex:0 0 150px;height:32px;padding:0 28px 0 9px;color:#3d4f5a;font-size:11px;font-weight:600;background:var(--surface-soft);border:1px solid var(--line-dark);border-radius:4px}.jobs-workbench-actions{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.jobs-workbench-actions button{min-height:28px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;color:#52636d;font-size:10px;font-weight:650;background:var(--sunken);border:1px solid transparent;border-radius:4px}.jobs-workbench-actions button:hover{color:var(--ink);background:#e5ebef;border-color:var(--line)}.jobs-workbench-actions button:focus-visible{border-color:var(--orange)}.jobs-workbench-actions button:disabled{color:#9ba6ad;background:#f3f5f6}.project-target-menu{position:relative}.project-target-menu>button{white-space:nowrap}.project-target-menu-popover{position:absolute;z-index:30;top:calc(100% + 4px);right:0;width:264px;padding:4px;background:var(--paper);border:1px solid var(--line-strong);border-radius:4px;box-shadow:0 10px 24px #1e2a3229}.jobs-workbench-actions .project-target-menu-popover button{width:100%;min-height:44px;justify-content:flex-start;gap:8px;padding:6px 8px;color:var(--ink);background:transparent;border-color:transparent;text-align:left}.project-target-menu-popover button span{display:grid;min-width:0;gap:1px}.project-target-menu-popover button strong{font-size:11px;font-weight:700}.project-target-menu-popover button small{color:var(--muted);font-size:9px;font-weight:500}.jobs-workbench-actions .project-target-menu-popover button.destructive{color:var(--red)}.jobs-workbench-actions .project-target-menu-popover button:focus-visible{outline:2px solid var(--orange);outline-offset:-2px}.job-selection-count{margin-left:auto;color:var(--blue-strong);font-size:10px;font-weight:650;white-space:nowrap}.project-job-batch{flex:1 0 100%;display:flex;align-items:center;flex-wrap:wrap;gap:4px;min-width:0;padding-top:8px;border-top:1px solid var(--line)}.project-job-batch>strong{margin-right:4px;color:#9b4d19;font-size:10px;font-weight:700;white-space:nowrap}.project-job-batch>label{display:flex;align-items:center;gap:4px}.project-job-batch>label>span{color:var(--muted);font-size:10px;font-weight:600}.project-job-batch select{min-width:154px;height:29px;padding:0 28px 0 8px;color:var(--ink);font-size:10px;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.project-job-batch .batch-apply{min-height:29px;padding:0 9px;color:#fff;font-size:10px;font-weight:650;background:var(--orange-action);border:1px solid var(--orange-strong);border-radius:4px}.project-job-batch .batch-apply:disabled{color:#9ba6ad;background:#f3f5f6;border-color:var(--line)}.project-job-batch .batch-explanation{flex:1 1 220px;min-width:180px;color:var(--muted);font-size:10px;line-height:1.35}.project-job-batch .batch-result{flex:1 0 100%;display:flex;align-items:center;gap:8px;min-height:28px;padding:5px 8px;font-size:10px;line-height:1.35;border-left:2px solid var(--orange)}.project-job-batch .batch-result>span{flex:none}.project-job-batch .batch-result details{min-width:0}.project-job-batch .batch-result summary{cursor:pointer;font-weight:650}.project-job-batch .batch-result ul{max-height:112px;margin:5px 0 0;padding:5px 8px 5px 22px;overflow:auto;color:var(--ink);background:var(--surface);border:1px solid var(--line)}.project-job-batch .batch-result li{margin:2px 0;overflow-wrap:anywhere}.project-job-batch .batch-result.pending{color:#9b4d19;background:var(--orange-soft)}.project-job-batch .batch-result.success{color:var(--green);background:var(--green-soft);border-left-color:var(--green)}.project-job-batch .batch-result.error{color:var(--red);background:var(--red-soft);border-left-color:var(--red)}.project-job-batch .batch-result button{min-height:24px;margin-left:auto;padding:0 7px;color:inherit;font-size:10px;font-weight:650;background:transparent;border:1px solid currentColor;border-radius:4px;white-space:nowrap}.project-job-batch>.batch-clear{width:29px;height:29px;display:grid;flex:none;place-items:center;margin-left:auto;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:4px}.project-job-batch>.batch-clear:hover,.project-job-batch>.batch-clear:focus-visible{color:var(--ink);background:var(--sunken);border-color:var(--line-dark)}.project-job-batch>.batch-clear:disabled{color:#a8b1b7;background:transparent;border-color:transparent}.project-jobs-table table{min-width:1340px;table-layout:fixed}.project-jobs-table th{height:39px;background:#f7f9fa}.project-jobs-table td{height:52px;padding-top:7px;padding-bottom:7px}.project-jobs-table tbody tr:nth-child(odd) td{background:#fafbfc}.project-jobs-table tbody tr:hover td{background:#f1f5f7}.project-jobs-table .check-cell{width:38px;padding-right:7px;padding-left:12px;text-align:center;-webkit-user-select:none;user-select:none}.project-jobs-table th:nth-child(2){width:46px}.project-jobs-table th:nth-child(3){width:130px}.project-jobs-table th:nth-child(5){width:132px}.project-jobs-table th:nth-child(6){width:70px}.project-jobs-table th:nth-child(7){width:245px}.project-jobs-table th:nth-child(8){width:165px}.project-jobs-table th:nth-child(9){width:104px}.project-jobs-table th:nth-child(8),.project-jobs-table td:nth-child(8){white-space:nowrap}.project-jobs-table .progress-wrap{min-width:105px}.provider-assignment-control{display:grid;gap:4px;min-width:198px}.provider-assignment-control>select{width:100%;height:25px;padding:0 6px;color:var(--muted);font-size:9px;background:var(--sunken);border:1px solid var(--line);border-radius:4px}.assigned-provider,.pending-provider>span{display:flex;align-items:center;gap:4px;min-width:0;color:var(--ink);font-size:10px}.assigned-provider svg{color:var(--green)}.pending-provider{display:flex;align-items:center;justify-content:space-between;gap:6px;color:#9b4d19}.pending-provider>span{color:#9b4d19}.pending-provider strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pending-provider button{flex:none;padding:2px 4px;color:var(--red);font-size:9px;background:transparent;border:0;border-radius:3px}.pending-provider button:hover{background:var(--red-soft)}.provider-offer-inbox{max-width:1500px;margin:0 auto 16px;overflow:hidden;background:var(--surface);border:1px solid var(--line-dark);border-radius:6px}.provider-offer-inbox>header{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.provider-offer-inbox>header>div{display:flex;align-items:center;gap:8px}.provider-offer-inbox>header svg{color:var(--orange-action)}.provider-offer-inbox>header span{display:grid;gap:1px}.provider-offer-inbox>header strong{font-size:12px}.provider-offer-inbox>header small{color:var(--muted);font-size:9px}.provider-offer-inbox>header em{min-width:22px;padding:2px 6px;color:#9b4d19;font-size:10px;font-style:normal;font-weight:700;text-align:center;background:var(--orange-soft);border-radius:10px}.provider-offer-row{min-height:68px;display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid var(--line)}.provider-offer-row:last-child{border-bottom:0}.offer-state-dot{width:6px;height:6px;background:var(--orange);border-radius:50%}.offer-description{display:grid;gap:2px;min-width:0}.offer-description strong{color:var(--ink);font-size:11px}.offer-description span{color:var(--muted);font-size:10px}.offer-description small{color:#82919a;font-size:9px}.offer-actions{display:flex;gap:6px}.offer-rejection{display:flex;align-items:end;gap:6px}.offer-rejection label{display:grid;gap:3px}.offer-rejection label span{color:var(--muted);font-size:9px}.offer-rejection input{width:260px;height:30px;padding:0 8px;font-size:10px;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.offer-error{padding:8px 12px;color:var(--red);font-size:10px;background:var(--red-soft);border-bottom:1px solid #efc9c6}.job-number-link{padding:0;color:var(--blue);font-size:10px;font-weight:650;background:none;border:0}.job-number-link:hover{text-decoration:underline}.project-file-cell{min-width:330px}.project-file-cell .table-link{max-width:540px;line-height:1.3;overflow-wrap:anywhere}.project-file-cell .cell-sub{display:block;line-height:1.3}.jobs-empty{min-height:130px;display:grid;place-items:center;color:var(--muted);font-size:10px}.project-secondary-sections{margin-top:0}.project-secondary-sections .section-block{margin-bottom:24px}.resource-meta,.profile-meta{display:grid;grid-template-columns:repeat(6,minmax(100px,1fr));gap:14px;margin:0;padding:15px 0 0;border-top:1px solid var(--line)}dt{margin-bottom:5px;color:#89969e;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}dd{margin:0;color:#344651;font-size:11px;font-weight:600}.section-block{max-width:1500px;margin:0 auto 26px}.section-title{min-height:40px;display:flex;align-items:center;gap:10px;margin-bottom:9px}.section-title>div:first-child{margin-right:auto}.section-title h2{font-size:16px;font-weight:650}.section-title span{color:var(--muted);font-size:10px}.segmented{display:inline-flex;padding:2px;background:var(--sunken);border-radius:5px}.segmented button{min-height:27px;padding:0 10px;color:var(--muted);font-size:10px;font-weight:600;background:transparent;border:0;border-radius:4px}.segmented button.active{color:var(--blue-strong);background:#fff;box-shadow:0 1px 3px #1c2b361f}.two-column-sections{max-width:1500px;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;margin:0 auto}.two-column-sections .section-block{width:100%;min-width:0}.mini-list>div{display:flex;align-items:center;gap:10px;padding:12px;border-bottom:1px solid var(--line)}.mini-list>div:last-child{border-bottom:0}.mini-list p{flex:1}.mini-list p strong,.mini-list p small{display:block}.mini-list p strong{font-size:11px}.mini-list p small{margin-top:4px;color:var(--muted);font-size:9px}.resources-grid{display:grid;grid-template-columns:repeat(2,1fr)}.resources-grid>div{min-width:0;padding:12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.resources-grid>div:nth-child(2n){border-right:0}.resources-grid>div:nth-last-child(-n+2){border-bottom:0}.resources-grid svg{color:var(--blue)}.resource-metric{min-height:67px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}.resource-metric>span{color:var(--muted);font-size:10px}.resource-metric>strong{font-size:15px;font-variant-numeric:tabular-nums}.linguistic-resource-summary{min-height:116px;display:flex;flex-direction:column;gap:8px}.linguistic-resource-summary>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.linguistic-resource-summary>header>span{min-width:0;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:10px}.linguistic-resource-summary>header>strong{flex:none;font-size:11px;font-variant-numeric:tabular-nums}.resource-preview-list{display:grid;gap:4px}.resource-preview-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding-top:4px;border-top:1px solid var(--line)}.resource-preview-row p{min-width:0}.resource-preview-row p>strong,.resource-preview-row p>small{display:block;overflow:hidden}.resource-preview-row p>strong,.resource-preview-row p>small>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resource-preview-row p>strong{color:var(--ink);font-size:10px;font-weight:650}.resource-preview-row p>small{margin-top:2px;color:var(--muted);font-size:9px}.resource-preview-row p>small>span{display:block}.resource-preview-row p>small>span+span{margin-top:1px}.resource-preview-row>span{color:var(--muted);font-size:9px;font-variant-numeric:tabular-nums;white-space:nowrap}.resource-preview-empty{margin:auto 0;color:var(--muted);font-size:10px}.resource-preview-more{color:var(--blue-strong);font-size:9px;font-weight:650}.modal-scrim{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:28px;background:#121f2885;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{width:min(560px,95vw);max-height:calc(100vh - 56px);overflow:auto;background:#fff;border:1px solid #c8d1d7;border-radius:7px;box-shadow:0 24px 80px #101d2642}.modal.modal-wide{width:min(900px,95vw)}.modal>header{min-height:68px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 19px;border-bottom:1px solid var(--line)}.modal>header h2{font-size:17px;font-weight:650}.modal>header p{margin-top:5px;color:var(--muted);font-size:10px}.form-content{padding:20px}.form-content h3{margin-bottom:17px;font-size:14px}.creation-scope{display:flex;align-items:flex-start;gap:8px;margin-top:16px;padding:12px;color:#52636d;font-size:11px;line-height:1.5;background:var(--surface-soft);border:1px solid var(--line);border-radius:4px}.creation-scope svg{flex:none;margin-top:1px;color:var(--blue)}.clone-scope{grid-column:1 / -1;margin-top:0}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:6px;color:#4f606a;font-size:11px;font-weight:600}.field.full{grid-column:1 / -1}.field>span,.field>label>span{color:#5f707a;font-size:11px;font-weight:600}.field input,.field select,.field textarea,.form-content input,.form-content select,.form-content textarea{width:100%;min-height:36px;padding:8px 9px;color:var(--ink);font-size:11px;background:#fff;border:1px solid var(--line-dark);border-radius:4px}.field input[aria-invalid=true]{background:var(--red-soft);border-color:var(--red)}.field .form-error{color:var(--red);font-size:10px;font-weight:500}.field textarea,.form-content textarea{resize:vertical}.client-select-row,.client-create-row{display:flex;align-items:center;gap:8px}.client-select-row select,.client-create-row label{min-width:0;flex:1}.client-select-row .button,.client-create-row .button{flex:none}.client-create-row{padding:8px;background:var(--surface-soft);border:1px solid var(--line);border-radius:4px}.client-create-row input{background:var(--sunken)}.optional-deadline{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;font-weight:500}.optional-deadline input{flex:none}.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:10px;background:var(--surface-soft);border:1px solid var(--line);border-radius:4px}.check-grid label{display:flex;align-items:center;gap:6px;color:#53656f;font-size:11px;font-weight:500}input[type=checkbox]{width:14px;height:14px;accent-color:var(--orange)}.template-project-form,.template-editor-form{display:grid;gap:20px}.template-lineage-note{grid-column:1 / -1;display:flex;align-items:center;gap:9px;padding:10px 12px;color:var(--blue-strong);background:var(--surface-soft);border:1px solid var(--line);border-radius:4px}.template-lineage-note svg{flex:none}.template-lineage-note strong,.template-lineage-note small{display:block}.template-lineage-note strong{font-size:10px}.template-lineage-note small{margin-top:3px;color:var(--muted);font-size:9px}.template-recipe-fields{display:grid;gap:20px}.template-recipe-fields>section{padding-top:16px;border-top:1px solid var(--line)}.template-recipe-fields>section>h3,.recipe-section-heading h3{margin:0 0 9px;color:var(--blue-strong);font-size:11px}.recipe-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:8px}.recipe-section-heading h3{margin-bottom:3px}.recipe-section-heading p{color:var(--muted);font-size:9px;line-height:1.4}.field.compact{width:130px;flex:none}.field.compact input{min-height:32px}.recipe-resource-list{overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:4px}.recipe-resource-row{min-height:56px;display:grid;grid-template-columns:minmax(220px,1fr) 126px 68px 68px;align-items:center;gap:8px;padding:7px 9px;border-bottom:1px solid var(--line)}.recipe-resource-row:last-child{border-bottom:0}.recipe-resource-row.incompatible{background:var(--red-soft)}.recipe-resource-row>label:first-child,.recipe-term-row{display:flex;align-items:center;gap:8px}.recipe-resource-row strong,.recipe-resource-row small,.recipe-term-row strong,.recipe-term-row small{display:block}.recipe-resource-row strong,.recipe-term-row strong{font-size:10px}.recipe-resource-row small,.recipe-term-row small{margin-top:3px;color:var(--muted);font-size:8px}.recipe-resource-row select,.recipe-resource-row input{min-height:30px;padding:0 6px;font-size:9px;background:var(--sunken)}.recipe-number span{display:block;margin-bottom:3px;color:var(--muted);font-size:8px;font-weight:600}.recipe-term-row{min-height:48px;padding:7px 10px;border-bottom:1px solid var(--line)}.recipe-term-row.incompatible{background:var(--red-soft)}.recipe-term-row:last-child{border-bottom:0}.recipe-empty{padding:16px;color:var(--muted);font-size:9px;text-align:center}.modal-actions{min-height:60px;display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:11px 18px;background:#f8fafb;border-top:1px solid var(--line)}.modal-inline-warning{margin-right:auto;color:var(--red);font-size:10px}.help-reference h3{margin:3px 0 9px;color:var(--blue-strong);font-size:11px}.help-reference dl{margin:0 0 18px}.help-reference dl>div{display:grid;grid-template-columns:145px 1fr;gap:12px;padding:8px 0;border-bottom:1px solid var(--line)}.help-reference dt{font-family:ui-monospace,monospace;font-size:10px;font-weight:700}.help-reference dd,.help-reference p{margin:0;color:var(--muted);font-size:10px;line-height:1.55}.job-import-zone{display:flex;flex-direction:column;align-items:center;gap:6px;margin:20px 20px 0;padding:23px;color:var(--blue);background:#f4f8fa;border:1px dashed #9cb2c1;border-radius:5px}.job-import-zone strong{color:#334a59;font-size:12px}.job-import-zone span{color:var(--muted);font-size:9px}.job-import-zone .field-error{margin-top:4px;color:var(--red);font-size:9px}.job-import-zone.loading{border-color:var(--orange)}.import-summary{gap:0;padding:12px;background:var(--surface-soft);border:1px solid var(--line);border-radius:4px}.import-summary-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#475b67;font-size:10px;font-weight:700}.import-manifest{gap:0;padding:12px;background:var(--surface-soft);border:1px solid var(--line);border-radius:4px}.import-manifest-list{max-height:184px;overflow:auto;background:#fff;border:1px solid var(--line)}.import-manifest-list>div{min-height:42px;display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 9px;border-bottom:1px solid var(--line)}.import-manifest-list>div:last-child{border-bottom:0}.import-manifest-list svg{color:var(--blue)}.import-manifest-list p{min-width:0}.import-manifest-list strong,.import-manifest-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.import-manifest-list strong{color:var(--ink);font-size:10px}.import-manifest-list small{margin-top:2px;color:var(--muted);font-size:8px;font-weight:500}.manifest-status{color:var(--muted);font-size:8px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.manifest-status.queued{color:var(--green)}.import-skipped{margin-top:8px;color:#52646e;font-size:9px}.import-skipped small{display:block;margin-top:4px;color:var(--muted);font-size:8px;font-weight:500}.import-kpis{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fff}.import-kpis div{min-width:0;padding:8px 10px;border-right:1px solid var(--line)}.import-kpis div:last-child{border-right:0}.import-kpis strong,.import-kpis span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.import-kpis strong{color:var(--blue-strong);font-size:12px}.import-kpis span{margin-top:2px;color:var(--muted);font-size:8px;font-weight:600;text-transform:uppercase}.import-preview{margin-top:8px;background:#fff;border:1px solid var(--line)}.import-preview>div{display:grid;grid-template-columns:28px 1fr;min-height:29px;border-bottom:1px solid var(--line)}.import-preview>div:last-child{border-bottom:0}.import-preview>div>span{display:grid;place-items:center;color:#84929a;font:8px ui-monospace,monospace;background:#f5f7f8;border-right:1px solid var(--line)}.import-preview p{min-width:0;padding:5px 8px;color:#344854;font-size:10px;font-weight:400;line-height:18px}.import-warning{display:flex;align-items:center;gap:5px;margin-top:7px;color:#9e4b18;font-size:9px;font-weight:500}.modal.resource-ledger-modal{width:min(1240px,calc(100vw - 56px));height:min(760px,calc(100vh - 56px));display:grid;overflow:hidden;grid-template-rows:auto minmax(0,1fr) auto}.resource-ledger-body{min-height:0;overflow:hidden}.resource-ledger-modal .resource-configuration{height:100%;grid-template-rows:auto auto minmax(0,1fr)}.resource-ledger-modal .resource-catalog{overflow:hidden}.resource-configuration{display:grid;min-width:0;background:var(--surface)}.resource-matching{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 18px;background:#fff;border-bottom:1px solid var(--line)}.resource-matching h3{color:var(--blue-strong);font-size:11px}.resource-matching p{max-width:560px;margin-top:4px;color:var(--muted);font-size:10px;line-height:1.4}.resource-matching .field{flex:0 0 176px}.resource-ledger-tools{min-height:48px;display:flex;align-items:center;gap:12px;padding:8px 18px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.resource-ledger-tools .search-box{width:min(280px,36%);min-width:190px;background:var(--sunken)}.resource-filter{display:flex;align-items:center;gap:2px}.resource-filter button{min-height:29px;display:flex;align-items:center;gap:6px;padding:0 9px;color:var(--muted);font-size:10px;background:transparent;border:1px solid transparent;border-radius:4px}.resource-filter button:hover{color:var(--ink);background:#fff;border-color:var(--line)}.resource-filter button.active{color:var(--blue-strong);background:#fff;border-color:var(--line-dark)}.resource-filter button:focus-visible{outline:2px solid var(--orange);outline-offset:1px}.resource-filter em{min-width:16px;color:#7b8b94;font-size:9px;font-style:normal;font-variant-numeric:tabular-nums;text-align:right}.resource-catalog{min-height:0;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:12px;padding:12px 18px 18px;background:var(--surface)}.template-recipe-fields .resource-catalog{height:min(440px,60vh)}.resource-ledger-group{min-width:0;min-height:0;display:grid;overflow:hidden;grid-template-rows:auto minmax(0,1fr);background:#fff;border:1px solid var(--line);border-radius:4px}.resource-ledger-group>header{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 10px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.resource-ledger-group>header h3{color:var(--blue-strong);font-size:11px}.resource-ledger-group>header p{margin-top:3px;color:var(--muted);font-size:10px}.resource-ledger-group>header>span{flex:0 0 auto;color:var(--muted);font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap}.resource-ledger-scroll{min-width:0;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.resource-ledger-scroll:focus-visible{outline:2px solid var(--orange);outline-offset:-2px}.resource-memory-columns,.resource-memory-row{display:grid;grid-template-columns:24px minmax(160px,1fr) 56px 112px 54px 64px;align-items:center;column-gap:6px}.resource-term-columns,.resource-term-row{display:grid;grid-template-columns:24px minmax(120px,1fr) 56px 64px;align-items:center;column-gap:6px}.resource-memory-columns,.resource-memory-row{min-width:518px}.resource-term-columns,.resource-term-row{min-width:300px}.resource-memory-columns,.resource-term-columns{position:sticky;z-index:1;top:0;min-height:25px;padding:0 9px;color:#71828c;font-size:9px;font-weight:650;background:#fbfcfc;border-bottom:1px solid var(--line)}.resource-memory-row{min-height:56px;padding:6px 9px;border-bottom:1px solid var(--line)}.resource-term-row{min-height:48px;padding:6px 9px;border-bottom:1px solid var(--line)}.resource-memory-row:last-child,.resource-term-row:last-child{border-bottom:0}.resource-memory-row.attached,.resource-term-row.attached{box-shadow:inset 3px 0 var(--orange)}.resource-memory-row.incompatible,.resource-term-row.incompatible,.resource-missing-row{background:var(--red-soft)}.resource-memory-row:hover,.resource-term-row:hover{background-color:#fafcfd}.resource-memory-row.incompatible:hover,.resource-term-row.incompatible:hover{background-color:var(--red-soft)}.resource-attach{display:grid;place-items:center;width:24px;height:32px}.resource-attach input{width:14px;height:14px;accent-color:var(--orange-strong)}.resource-identity{min-width:0}.resource-identity strong,.resource-identity small,.resource-identity em{display:block;overflow-wrap:anywhere}.resource-identity strong{color:var(--ink);font-size:10px;line-height:1.25}.resource-identity small{margin-top:3px;color:var(--muted);font-size:9px}.resource-identity em{margin-top:2px;color:var(--red);font-size:9px;font-style:normal}.resource-volume{color:var(--muted);font-size:10px;font-variant-numeric:tabular-nums}.resource-memory-row select,.resource-number input{width:100%;min-height:29px;padding:0 6px;color:var(--ink);font-size:10px;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.resource-memory-row select:focus-visible,.resource-number input:focus-visible{outline:2px solid var(--orange);outline-offset:1px}.resource-number .input-suffix input{padding-right:20px}.resource-number .input-suffix em{font-size:9px}.resource-control-empty{color:#9aa7ae;font-size:12px;text-align:center}.resource-control-value{color:var(--muted);font-size:10px}.resource-access-locked{min-height:29px;display:flex;align-items:center;gap:5px;padding:0 7px;color:#526773;font-size:10px;background:var(--sunken);border:1px solid var(--line);border-radius:4px}.resource-state{color:var(--muted);font-size:10px}.resource-state.attached{color:var(--green);font-weight:650}.resource-ledger-empty{padding:18px 10px;color:var(--muted);font-size:10px;text-align:center}.resource-missing-row{min-height:48px;display:flex;align-items:center;gap:8px;padding:7px 10px;border-bottom:1px solid #eccbc8}.resource-missing-row>svg{flex:0 0 auto;color:var(--red)}.resource-missing-row>span{min-width:0;flex:1}.resource-missing-row strong,.resource-missing-row small{display:block}.resource-missing-row strong{color:var(--red);font-size:10px}.resource-missing-row small{margin-top:2px;color:#875b58;font-size:9px}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.advanced-settings{margin-top:18px;padding:11px 12px;color:#52646e;font-size:10px;background:var(--surface-soft);border:1px solid var(--line);border-radius:4px}.advanced-settings p{margin-top:8px;color:var(--muted)}.permission-preview{display:flex;gap:10px;margin-top:18px;padding:12px;color:var(--blue);background:var(--blue-soft);border:1px solid #cedeE7;border-radius:4px}.permission-preview p strong,.permission-preview p span{display:block}.permission-preview p strong{color:#395464;font-size:10px}.permission-preview p span{margin-top:3px;color:#657a86;font-size:9px}.master-detail{max-width:1500px;height:calc(100vh - 160px);display:grid;grid-template-columns:355px minmax(0,1fr);gap:18px;margin:0 auto}.master-list,.detail-pane{min-height:0;overflow:auto}.master-list .list-tools{padding:8px}.master-list .search-box{flex:1;min-width:0}.master-list .list-tools>.button{display:none}.master-count{padding:9px 13px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#f7f9fa;border-bottom:1px solid var(--line)}.master-list>button{width:100%;min-height:70px;display:flex;align-items:center;gap:10px;padding:10px 12px;text-align:left;background:#fff;border:0;border-bottom:1px solid var(--line)}.master-list>button:hover{background:#fafcfd}.master-list>button.active{background:var(--blue-soft);box-shadow:inset 3px 0 var(--orange)}.master-list>button>div{flex:1;min-width:0}.master-list>button strong,.master-list>button small,.master-list>button em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.master-list>button strong{color:var(--ink);font-size:11px}.master-list>button small{margin-top:4px;color:var(--muted);font-size:9px}.master-list>button em{margin-top:3px;color:#86959e;font-size:8px;font-style:normal}.detail-pane{padding:22px}.detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}.detail-head h2{font-size:19px;font-weight:650}.detail-head p{margin-top:6px;color:var(--muted);font-size:10px}.detail-head>div:last-child{display:flex;gap:6px}.resource-meta{grid-template-columns:repeat(4,1fr);padding:15px 0;border-bottom:1px solid var(--line)}.concordance{display:flex;align-items:center;gap:8px;padding:16px 0 12px}.concordance .search-box{flex:1}.concordance select{min-height:34px;padding:0 27px 0 9px;color:#53656f;font-size:10px;background:#fff;border:1px solid var(--line-dark);border-radius:4px}.tm-results>div{display:grid;grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:13px 8px;border-top:1px solid var(--line)}.match-score{width:35px;height:25px;display:grid;place-items:center;color:#fff;font-size:9px;font-weight:700;background:var(--blue);border-radius:3px}.tm-results p strong,.tm-results p span{display:block;font-size:10px}.tm-results p span{margin-top:5px;color:var(--blue-strong)}.tm-results p small{display:block;margin-top:5px;color:var(--muted);font-size:8px}.tm-unit-actions{display:flex;align-items:center;gap:3px}.tm-inline-error{margin:10px 0 0;padding:8px 10px;color:#913a31;font-size:10px;background:var(--red-soft);border:1px solid rgb(176 69 56 / 25%);border-radius:4px}.tb-compatibility-report{margin:12px 0 0;padding:10px 12px;color:#315e4c;font-size:10px;background:var(--green-soft);border:1px solid #cfe6db;border-radius:5px}.tb-compatibility-report>div{display:flex;align-items:flex-start;gap:8px}.tb-compatibility-report p{display:grid;gap:2px}.tb-compatibility-report p span,.tb-compatibility-report small{color:#587065}.tb-compatibility-report details{margin-top:8px;padding-top:7px;border-top:1px solid #cfe0d7}.tb-compatibility-report summary{cursor:pointer;font-weight:700}.tb-compatibility-report ul{display:grid;gap:5px;margin:7px 0 0 20px}.tb-compatibility-report li span{display:block;color:#587065}.tm-concordance-error{color:var(--red);background:var(--red-soft)}.form-error{margin:0;color:var(--red);font-size:10px}.field textarea{min-height:92px;padding:8px 9px;color:var(--ink);font:inherit;font-weight:400;line-height:1.5;resize:vertical;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.tm-page-state{min-height:112px;display:flex;align-items:center;justify-content:center;gap:8px;padding:22px;color:var(--muted);font-size:10px;border-top:1px solid var(--line)}.tm-page-state.error{color:#9a3f35}.tm-pagination{display:grid;grid-template-columns:96px 1fr 96px;align-items:center;gap:8px;min-height:48px;padding:8px;border-top:1px solid var(--line-dark)}.tm-pagination>span{color:var(--muted);font-size:9px;font-variant-numeric:tabular-nums;text-align:center}.tm-pagination .button:last-child{justify-self:end}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:3px}.concept-list{display:flex;flex-direction:column;gap:11px}.concept-list article{border:1px solid var(--line);border-radius:5px;overflow:hidden}.concept-list article>header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f7f9fa;border-bottom:1px solid var(--line)}.concept-list article>header span,.concept-list article>header strong{display:block}.concept-list article>header span{margin-bottom:3px;color:var(--orange-strong);font-size:8px;font-weight:700;letter-spacing:.08em}.concept-list article>header strong{font-size:10px}.concept-header-actions{display:flex;align-items:center;gap:5px}.concept-empty{padding:12px;color:var(--muted);font-size:10px}.term-row{display:grid;grid-template-columns:58px 1fr 90px 70px 30px;align-items:center;gap:8px;min-height:43px;padding:7px 10px;border-bottom:1px solid var(--line)}.term-row:last-child{border-bottom:0}.term-row strong{font-size:11px}.term-row>span{color:var(--muted);font-size:9px}.term-delete-action{margin-right:auto}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:260px;padding:36px;color:var(--muted);text-align:center}.empty-icon{width:44px;height:44px;display:grid;place-items:center;color:var(--blue);background:var(--blue-soft);border-radius:50%}.empty-state h3{margin-top:12px;color:var(--ink);font-size:13px}.empty-state p{max-width:300px;margin-top:6px;font-size:10px;line-height:1.5}.user-account-status{min-width:62px;display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;font-weight:650;white-space:nowrap}.active-indicator{flex:0 0 auto;width:8px;height:8px;background:var(--muted);border-radius:50%}.user-account-status.active{color:var(--green)}.user-account-status.active .active-indicator{background:var(--green);box-shadow:0 0 0 2px var(--green-soft)}.user-cell{min-width:170px}.user-cell strong{font-size:11px}.drawer-scrim{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;background:#121f2859}.drawer{position:absolute;top:0;right:0;width:430px;height:100%;padding:0 22px 80px;overflow:auto;background:#fff;border-left:1px solid var(--line-dark);box-shadow:-15px 0 50px #14222b26}.drawer>header{height:50px;display:flex;align-items:center;justify-content:flex-end}.profile-head{display:flex;align-items:center;gap:14px;padding:10px 0 20px;border-bottom:1px solid var(--line)}.profile-head h2{font-size:18px}.profile-head p{margin:4px 0 7px;color:var(--muted);font-size:10px}.profile-meta{grid-template-columns:repeat(2,1fr);gap:15px;padding:17px 0}.drawer h3{margin:21px 0 11px;font-size:12px}.profile-tags>span{display:block;margin:10px 0 5px;color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.profile-tags>div{display:flex;flex-wrap:wrap;gap:5px}.permission-list{border:1px solid var(--line);border-radius:5px}.permission-list label{display:flex;align-items:center;gap:8px;min-height:40px;padding:8px 11px;font-size:10px;border-bottom:1px solid var(--line)}.permission-list label:last-child{border-bottom:0}.drawer>footer{position:absolute;right:0;bottom:0;left:0;height:62px;display:flex;align-items:center;justify-content:flex-end;gap:7px;padding:0 20px;background:#fff;border-top:1px solid var(--line)}.analysis-layout{max-width:1500px;display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;margin:0 auto}.analysis-list{overflow:hidden;align-self:start}.analysis-list button{width:100%;min-height:64px;display:flex;align-items:center;gap:10px;padding:10px 12px;text-align:left;background:#fff;border:0;border-bottom:1px solid var(--line)}.analysis-list button.active{background:var(--blue-soft);box-shadow:inset 3px 0 var(--orange)}.analysis-list button>span{flex:1;min-width:0}.analysis-list strong,.analysis-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analysis-list strong{font-size:10px}.analysis-list small{margin-top:4px;color:var(--muted);font-size:8px}.analysis-main{display:flex;flex-direction:column;gap:14px;min-width:0}.analysis-summary{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:18px 20px}.analysis-summary h2{font-size:17px}.analysis-summary p{margin-top:5px;color:var(--muted);font-size:9px}.analysis-kpis{display:flex;align-items:center}.analysis-kpis>div{min-width:120px;padding:2px 18px;border-left:1px solid var(--line)}.analysis-kpis span,.analysis-kpis strong{display:block}.analysis-kpis span{color:var(--muted);font-size:9px}.analysis-kpis strong{margin-top:5px;font-size:18px;font-variant-numeric:tabular-nums}.analysis-toolbar{min-height:52px;display:flex;align-items:center;gap:9px;padding:9px 12px;border-bottom:1px solid var(--line)}.analysis-toolbar label{margin-left:auto;color:var(--muted);font-size:9px}.analysis-toolbar select{min-height:30px;margin-left:6px;padding:0 25px 0 8px;font-size:9px;background:#fff;border:1px solid var(--line-dark);border-radius:4px}.analysis-table td{height:42px}.analysis-table td:not(:first-child),.analysis-table th:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.total-row td{font-weight:700;background:#f7f9fa}.band-swatch{width:4px;height:20px;display:inline-block;margin-right:8px;vertical-align:middle;background:var(--blue);border-radius:2px}.percent-bar{display:flex;align-items:center;justify-content:flex-end;gap:8px}.percent-bar span{width:50px;height:4px;position:relative;overflow:hidden;background:var(--blue-soft);border-radius:3px}.percent-bar span:after{content:"";position:absolute;top:0;right:55%;bottom:0;left:0;background:var(--orange)}.analysis-foot{padding:10px 12px;color:var(--muted);font-size:9px;text-align:right;background:#f8fafb;border-top:1px solid var(--line)}.analysis-modal{background:var(--surface-soft)}.analysis-modal-toolbar{min-height:52px;display:flex;align-items:center;gap:7px;padding:9px 14px;background:var(--surface);border-bottom:1px solid var(--line)}.analysis-modal-toolbar label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;white-space:nowrap}.analysis-modal-toolbar select{min-height:30px;max-width:150px;padding:0 26px 0 8px;color:var(--ink);font-size:10px;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.analysis-toolbar-spacer{flex:1}.analysis-rename{display:flex;align-items:flex-end;gap:7px;padding:10px 14px;background:var(--orange-soft);border-bottom:1px solid #e5c9b2}.analysis-rename label{flex:1}.analysis-rename label span{display:block;margin-bottom:4px;color:var(--muted);font-size:9px;font-weight:600}.analysis-rename input{width:100%;min-height:30px;padding:5px 8px;color:var(--ink);font-size:11px;background:var(--surface);border:1px solid var(--orange-strong);border-radius:4px}.analysis-parameters{display:grid;grid-template-columns:180px minmax(0,1fr);margin:14px 14px 0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:5px}.analysis-parameters>header{padding:10px 12px;background:var(--sunken);border-right:1px solid var(--line)}.analysis-parameters>header span,.analysis-parameters>header strong{display:block}.analysis-parameters>header .eyebrow{margin-bottom:4px;font-size:8px}.analysis-parameters>header strong{font-size:10px;line-height:1.35}.analysis-parameters dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.analysis-parameters dl>div{min-width:0;padding:8px 10px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.analysis-parameters dl>div:nth-child(3n){border-right:0}.analysis-parameters dl>div:nth-last-child(-n+3){border-bottom:0}.analysis-parameters dt{color:var(--muted);font-size:8px;font-weight:600}.analysis-parameters dd{margin:3px 0 0;overflow:hidden;color:var(--ink);font-size:9px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.analysis-parameters-unavailable{display:flex;align-items:baseline;gap:8px;margin:14px 14px 0;padding:9px 11px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:5px;font-size:9px}.analysis-parameters-unavailable strong{color:var(--ink);font-size:9px}.analysis-modal-summary{display:grid;grid-template-columns:repeat(3,1fr);margin:14px;background:var(--surface);border:1px solid var(--line);border-radius:5px}.analysis-modal-summary>div{padding:12px 14px;border-right:1px solid var(--line)}.analysis-modal-summary>div:last-child{border-right:0}.analysis-modal-summary span,.analysis-modal-summary strong,.analysis-modal-summary small{display:block}.analysis-modal-summary span{color:var(--muted);font-size:9px}.analysis-modal-summary strong{margin:4px 0 2px;color:var(--ink);font-size:18px;font-variant-numeric:tabular-nums}.analysis-modal-summary small{color:var(--muted);font-size:8.5px}.analysis-breakdown{margin:0 14px 14px;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:5px}.analysis-breakdown>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 12px;border-bottom:1px solid var(--line)}.analysis-breakdown>header h3{font-size:13px}.analysis-breakdown>header .eyebrow{margin-bottom:3px;font-size:8px}.analysis-breakdown>header>div:last-child{min-width:120px;text-align:right}.analysis-breakdown>header>div:last-child span,.analysis-breakdown>header>div:last-child strong,.analysis-breakdown>header>div:last-child small{display:block}.analysis-breakdown>header>div:last-child span,.analysis-breakdown>header>div:last-child small{color:var(--muted);font-size:8.5px}.analysis-breakdown>header>div:last-child strong{margin:2px 0;font-size:13px;font-variant-numeric:tabular-nums}.analysis-breakdown .analysis-table{width:100%}.analysis-breakdown .analysis-table td{height:34px;padding-top:5px;padding-bottom:5px;font-size:10.5px}.analysis-breakdown .analysis-table th{height:32px;font-size:9px}.analysis-breakdown .band-swatch{height:14px}.analysis-breakdown .percent-bar span:after{right:auto;width:var(--analysis-percent, 0%)}.analysis-operation-list{background:var(--surface);border-top:1px solid var(--line)}.project-analysis-list>.analysis-operation-error{padding:12px;border-bottom:1px solid var(--line)}.settings-layout{max-width:1360px;display:grid;grid-template-columns:225px minmax(0,1fr);gap:22px;margin:0 auto}.settings-nav{align-self:start;padding-right:14px;border-right:1px solid var(--line)}.settings-nav>button,.settings-nav div button{width:100%;min-height:34px;display:flex;align-items:center;gap:8px;padding:0 10px;color:var(--muted);font-size:10px;text-align:left;background:transparent;border:0;border-radius:4px}.settings-nav button:hover{color:var(--ink);background:var(--sunken)}.settings-nav button.active{color:var(--blue-strong);font-weight:700;background:var(--blue-soft);box-shadow:inset 3px 0 var(--orange)}.settings-nav div{margin-top:15px}.settings-nav div>span{display:block;margin-bottom:4px;padding:0 10px;color:#8c99a1;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.settings-content{min-width:0;padding-bottom:50px}.settings-header{min-height:68px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px;padding-bottom:15px;border-bottom:1px solid var(--line)}.settings-header h2{font-size:19px}.settings-header p{max-width:650px;margin-top:6px;color:var(--muted);font-size:10px}.settings-table{overflow:hidden}.settings-table>div,.metadata-list>div{min-height:58px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--line)}.settings-table>div:last-child,.metadata-list>div:last-child{border-bottom:0}.settings-table strong,.metadata-list strong{font-size:10px}.settings-table span,.metadata-list span{color:var(--muted);font-size:9px}.template-ledger td{height:72px}.template-ledger td>strong,.template-ledger td>small,.template-ledger td>span{display:block}.template-ledger td>strong{color:var(--ink);font-size:10px}.template-ledger td>small{margin-top:3px;color:var(--muted);font-size:9px}.template-ledger .template-workflow{margin-top:5px;color:var(--blue-strong);font-size:9px}.template-ledger th:last-child,.template-ledger td:last-child{width:112px}.template-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--muted)}.template-empty svg{color:var(--blue)}.template-empty strong{color:var(--ink);font-size:11px}.template-empty span{font-size:9px}.form-card{max-width:700px;display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:20px}.upload-button{min-height:36px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--blue);background:var(--surface-soft);border:1px dashed #aabac4;border-radius:4px}.tag-manager{padding:18px}.tag-manager>div{display:flex;flex-wrap:wrap;gap:7px;min-height:42px;padding-bottom:14px;border-bottom:1px solid var(--line)}.tag-manager .pill button{width:16px;height:16px;display:grid;place-items:center;padding:0;color:inherit;background:transparent;border:0;border-radius:4px}.active-language-remove:focus-visible{outline:2px solid var(--orange);outline-offset:1px}.tag-manager form,.workflow-list form,.metadata-list form{display:flex;gap:7px;margin-top:14px}.tag-manager form input,.workflow-list form input,.metadata-list form input{min-height:32px;padding:0 9px;font-size:10px;border:1px solid var(--line-dark);border-radius:4px}.tag-manager form{align-items:flex-start}.active-language-field{flex:1;display:grid;gap:4px}.active-language-field>span{color:var(--ink);font-size:10px;font-weight:600}.active-language-field input{width:100%}.active-language-field small{min-height:12px}.active-language-hint{color:var(--muted)}.tag-manager form>.button{margin-top:18px}.workflow-list{padding:7px 14px 14px}.workflow-list>div{min-height:51px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.workflow-list>div>svg{color:#a4b0b7}.step-number{width:24px;height:24px;display:grid;place-items:center;color:var(--blue);font-size:9px;font-weight:700;background:var(--blue-soft);border-radius:50%}.workflow-list strong{flex:1;font-size:10px}.workflow-list label{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px}.workflow-list .workflow-step-form{align-items:flex-start}.workflow-list .workflow-step-field{flex:1;display:grid;align-items:initial;gap:4px}.workflow-step-field>span{color:var(--ink);font-size:10px;font-weight:600}.workflow-step-field input{width:100%}.workflow-step-field small{min-height:12px}.workflow-step-hint{color:var(--muted)}.workflow-step-form>.button{margin-top:18px}.qa-grid{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.qa-grid>div{min-height:56px;display:flex;align-items:center;padding:9px 12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.qa-grid>div:nth-child(2n){border-right:0}.qa-grid>div>label:first-child{display:flex;align-items:center;gap:8px;flex:1}.qa-grid strong,.qa-grid small{display:block}.qa-grid strong{font-size:9px}.qa-grid small{margin-top:3px;color:var(--muted);font-size:8px}.qa-grid .instant{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:8px}.qa-grid .qa-value{width:144px;display:grid;gap:3px;margin-left:8px;color:var(--muted);font-size:9px}.qa-grid .qa-value-control{display:flex;align-items:center;gap:4px}.qa-grid .qa-value input{width:52px;min-height:27px;padding:0 5px;color:var(--ink);background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.qa-grid .qa-value input[aria-invalid=true]{color:var(--red);background:var(--red-soft);border-color:var(--red)}.qa-grid .qa-value small{min-height:10px;margin:0;font-size:8px;line-height:1.25}.qa-grid .qa-value .form-error{color:var(--red)}.qa-grid .qa-value-hint{color:var(--muted)}.qa-locale-settings{margin-top:16px;overflow:hidden}.qa-locale-settings>header{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.qa-locale-settings h3{font-size:11px}.qa-locale-settings p{margin-top:3px;color:var(--muted);font-size:9px}.qa-locale-settings header form{display:flex;gap:6px}.qa-locale-settings input,.qa-locale-settings select{min-height:29px;padding:0 7px;font-size:9px;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.qa-locale-row{min-height:48px;display:grid;grid-template-columns:80px 1fr 1.4fr 1fr auto;align-items:center;gap:12px;padding:8px 14px;border-bottom:1px solid var(--line)}.qa-locale-row>label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:9px}.qa-regex-settings{margin-top:16px;overflow:hidden}.qa-regex-settings>header{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.qa-regex-settings h3{font-size:11px}.qa-regex-settings header p,.qa-regex-settings header>span{margin-top:3px;color:var(--muted);font-size:9px}.qa-regex-row{min-height:48px;display:flex;align-items:center;gap:10px;padding:8px 14px;border-bottom:1px solid var(--line)}.qa-regex-row>span{min-width:0;flex:1}.qa-regex-row strong,.qa-regex-row small{display:block}.qa-regex-row strong{font-size:10px}.qa-regex-row small{margin-top:4px;color:var(--muted);font-size:9px}.qa-regex-row code{color:var(--blue-strong)}.qa-regex-settings form{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(190px,1fr) minmax(190px,1fr) auto;gap:8px;align-items:start;padding:12px 14px}.qa-regex-field{min-width:0;display:grid;gap:4px;color:var(--muted);font-size:9px;font-weight:600}.qa-regex-field input,.qa-regex-settings form select{min-height:32px;padding:0 8px;color:var(--ink);font-size:10px;font-weight:400;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.qa-regex-field input[aria-invalid=true]{color:var(--red);background:var(--red-soft);border-color:var(--red)}.qa-regex-field .form-error,.qa-regex-hint{min-height:12px;font-size:9px;font-weight:400;line-height:1.35}.qa-regex-field .form-error{color:var(--red)}.qa-regex-hint{color:var(--muted)}.qa-regex-selectors{display:grid;grid-template-columns:minmax(130px,1fr) minmax(170px,1.3fr);gap:6px;grid-column:1 / 4}.qa-regex-settings form .button{grid-column:4;grid-row:1;min-height:32px;margin-top:16px}.qa-exception-tabs{margin-bottom:12px}.qa-exception-registry{overflow:hidden}.qa-exception-registry>article{padding:14px 16px;border-bottom:1px solid var(--line)}.qa-exception-registry>article:last-child{border-bottom:0}.qa-exception-registry>article.revoked{background:var(--surface-soft)}.qa-exception-registry-main{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.qa-exception-registry-main>div{min-width:0}.qa-exception-registry-main strong,.qa-exception-registry-main span{display:block}.qa-exception-registry-main strong{font-size:11px}.qa-exception-registry-main span{margin-top:4px;color:var(--muted);font-size:10px}.qa-exception-registry dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin-top:12px}.qa-exception-registry dt{color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.qa-exception-registry dd{margin-top:3px;font-size:10px;line-height:1.45;overflow-wrap:anywhere}.qa-exception-registry article>footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:10px;color:var(--muted);font-size:9px;border-top:1px solid var(--line)}.qa-exception-revoke{display:grid;gap:8px;margin-top:10px;padding:10px;background:var(--surface-soft);border:1px solid var(--line-dark);border-radius:4px}.qa-exception-revoke label span{display:block;margin-bottom:4px;color:var(--muted);font-size:9px}.qa-exception-revoke textarea{width:100%;min-height:58px;padding:7px;color:var(--ink);font:10px/1.4 Inter,sans-serif;resize:vertical;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.qa-exception-revoke>div{display:flex;justify-content:flex-end;gap:6px}.qa-exception-revoke>div>button:not(.button){min-height:28px;padding:0 8px;color:var(--blue-strong);background:transparent;border:1px solid transparent;border-radius:4px}.switch-row{grid-column:1 / -1;min-height:58px;display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--line)}.switch-row.incompatible{background:var(--red-soft)}.switch-row strong,.switch-row small{display:block}.switch-row strong{font-size:10px}.switch-row small{margin-top:4px;color:var(--muted);font-size:8px}.input-suffix{position:relative}.input-suffix input{padding-right:26px!important}.input-suffix em{position:absolute;top:50%;right:8px;color:var(--muted);font-size:9px;font-style:normal;transform:translateY(-50%)}.metadata-list{overflow:hidden}.metadata-list>div{grid-template-columns:auto 1fr 1fr auto}.metadata-list form{padding:0 14px 14px}.metadata-list .metadata-name-form{align-items:flex-start}.metadata-name-field{flex:1;display:grid;gap:4px}.metadata-name-field>span{color:var(--ink);font-size:10px;font-weight:600}.metadata-name-field input{width:100%}.metadata-name-field small{min-height:12px;font-size:9px;line-height:1.35}.metadata-name-hint{color:var(--muted)}.metadata-name-form>.button{margin-top:18px}.split-settings{display:grid;grid-template-columns:240px minmax(0,1fr);gap:14px}.selectable-list{overflow:hidden;align-self:start}.selectable-list button{width:100%;min-height:57px;display:flex;align-items:center;gap:8px;padding:9px 11px;text-align:left;background:#fff;border:0;border-bottom:1px solid var(--line)}.selectable-list button.active{background:var(--blue-soft);box-shadow:inset 3px 0 var(--orange)}.selectable-list button span{flex:1}.selectable-list strong,.selectable-list small{display:block}.selectable-list strong{font-size:10px}.selectable-list small{margin-top:4px;color:var(--muted);font-size:8px}.lqa-editor,.rate-editor{padding:18px}.lqa-editor h3{margin:19px 0 9px;padding-bottom:8px;font-size:11px;border-bottom:1px solid var(--line)}.weight-row{min-height:38px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #edf0f2}.weight-row label{flex:1;display:flex;align-items:center;gap:7px;font-size:10px}.weight-row>.lqa-number-field{width:144px;padding:4px 0}.weight-row .lqa-number-field input{width:70px;min-height:29px;padding:0 7px;font-size:10px;border:1px solid var(--line-dark);border-radius:4px}.penalty-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:17px}.penalty-grid span{display:block;margin-bottom:5px;color:var(--muted);font-size:8px}.penalty-grid input{width:100%;min-height:32px;padding:0 8px;border:1px solid var(--line-dark);border-radius:4px}.lqa-number-field{min-width:0}.lqa-number-field input[aria-invalid=true]{color:var(--red);background:var(--red-soft);border-color:var(--red)}.lqa-number-field .form-error{display:block;margin-top:3px;font-size:8px;line-height:1.25}.rate-head,.rate-row{display:grid;grid-template-columns:1.2fr repeat(4,.8fr);gap:7px;align-items:center}.rate-head{margin-top:15px;padding:8px 0;color:var(--muted);font-size:8px;font-weight:700;text-align:center;text-transform:uppercase;border-bottom:1px solid var(--line)}.rate-head span:first-child{text-align:left}.rate-row{min-height:43px;border-bottom:1px solid #edf0f2}.rate-row strong{font-size:9px}.rate-row input{width:100%;min-height:29px;padding:0 22px 0 7px;font-size:9px;border:1px solid var(--line-dark);border-radius:3px}.rate-input-cell{min-width:0;padding:6px 0}.rate-input-cell input[aria-invalid=true]{color:var(--red);background:var(--red-soft);border-color:var(--red)}.rate-input-cell .form-error{display:block;margin-top:3px;font-size:8px;line-height:1.25}.editor-shell{--editor-grid-columns: 40px minmax(250px, 1fr) minmax(250px, 1fr) 26px;width:100%;height:100%;display:grid;grid-template-columns:minmax(650px,1fr) 385px;grid-template-rows:48px 42px 40px minmax(0,1fr) 26px;color:#253640;background:#e9eef1}.editor-shell.find-open{grid-template-rows:48px 42px 42px 40px minmax(0,1fr) 26px}.editor-shell.right-collapsed{grid-template-columns:minmax(650px,1fr) 40px}.editor-header{grid-column:1 / -1;display:flex;align-items:center;min-width:0;color:#e9f0f4;background:var(--nav-deep);border-bottom:1px solid #14222a}.editor-logo{width:48px;height:48px;display:grid;place-items:center;padding:0;background:#172730;border:0}.editor-job{min-width:260px;display:flex;align-items:center;gap:7px;padding:0 13px;border-right:1px solid rgb(255 255 255 / 9%)}.editor-job>button{width:25px;height:25px;display:grid;place-items:center;color:#a9bac4;background:transparent;border:0;border-radius:4px}.editor-job div{min-width:0}.editor-job strong,.editor-job span{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-job strong{font-size:11px}.editor-job span{margin-top:3px;color:#aebdc6;font-size:10px}.editor-context{display:flex;align-items:center;gap:8px;padding:0 12px}.editor-context select{min-height:27px;padding:0 22px 0 7px;color:#dbe6ec;font-size:10px;background:#2c414f;border:1px solid #445966;border-radius:4px}.editor-context .language-pair{color:#c3d0d7;font-size:10px}.workflow-position{padding:2px 6px;color:#c1ced5;font-size:9px;font-weight:600;line-height:1.4;white-space:nowrap;border:1px solid #506673;border-radius:3px}.editor-deliver{color:#f4f7f8;background:#314957;border-color:#506573}.editor-deliver:hover{background:#3a5564}.delivery-actions{display:inline-flex;align-items:center;gap:2px;white-space:nowrap}.delivery-actions.labelled{gap:4px}.delivery-failure{display:inline-flex;max-width:420px;align-items:center;gap:4px}.delivery-failure-copy{min-width:180px;padding:3px 4px;color:var(--red);background:var(--red-soft);border:1px solid color-mix(in srgb,var(--red) 28%,var(--line));border-radius:3px;font-size:9px;line-height:1.3;white-space:normal}.delivery-failure-copy strong,.delivery-failure-copy small{display:block}.delivery-failure-copy small{margin-top:2px;color:var(--ink)}.delivery-resolution{flex:0 0 auto}.editor-header .delivery-rebuild{color:#bdcbd3;background:transparent;border-color:#506573}.editor-header .delivery-rebuild:hover{color:#f4f7f8;background:#3a5564}.editor-header-actions{min-width:0;display:flex;align-items:center;gap:7px;margin-left:auto;padding:0 12px}.editor-header .save-state{color:#9cb0bb}.editor-header .icon-button{color:#bdcbd3}.qa-button{height:29px;display:flex;align-items:center;gap:6px;padding:0 8px;color:#dce7ed;font-size:10px;font-weight:600;background:#2c414f;border:1px solid #455c69;border-radius:4px}.qa-button em{min-width:17px;padding:2px 5px;color:#81380e;font-size:9px;font-style:normal;background:#ffd3b5;border-radius:8px}.editor-toolbar{grid-column:1 / 2;display:flex;align-items:center;gap:8px;padding:0 8px;overflow-x:auto;background:#fff;border-bottom:1px solid var(--line-dark)}.editor-toolbar>div{display:flex;align-items:center}.editor-toolbar>span{height:20px;border-left:1px solid var(--line)}.editor-toolbar button{width:29px;height:29px;display:grid;place-items:center;color:#5f707a;background:transparent;border:0;border-radius:4px}.editor-toolbar button:hover,.editor-toolbar button.active{color:var(--orange-strong);background:var(--orange-soft)}.editor-toolbar button:disabled{opacity:.35;pointer-events:none}.editor-toolbar .editor-confirm-action{width:auto;display:flex;gap:5px;padding:0 9px;color:#7d390f;font-size:10px;font-weight:700;background:var(--orange-soft);border:1px solid #edc8ad}.editor-toolbar .editor-confirm-action:hover,.editor-toolbar .editor-confirm-action.active{color:#fff;background:var(--orange-action);border-color:var(--orange-action)}.editor-type-controls{display:flex;align-items:center;gap:4px;padding:0 2px}.editor-type-controls select{height:27px;padding:0 22px 0 7px;color:#53656f;font-size:10px;background:#f8fafb;border:1px solid var(--line-dark);border-radius:4px}.editor-type-controls select:first-child{width:104px}.editor-type-controls select:last-child{width:65px}.editor-preference-error{max-width:170px;overflow:hidden;color:var(--red);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.editor-find-replace{grid-column:1 / 2;min-width:0;display:flex;align-items:center;gap:6px;padding:5px 8px;background:var(--strip);border-bottom:1px solid var(--strip-line);box-shadow:inset 3px 0 var(--orange)}.editor-find-replace>label:not(.find-option){width:min(230px,22vw);height:30px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;padding:0 7px;background:#fff;border:1px solid var(--strip-field);border-radius:4px}.editor-find-replace>label>span,.add-term-value>span,.add-term-base{color:var(--strip-label);font-size:9px;font-weight:700;white-space:nowrap}.editor-find-replace input[type=text],.editor-find-replace label:not(.find-option) input{min-width:0;font-size:10px;border:0;outline:0}.editor-find-replace .find-option,.add-term-options label{display:flex;align-items:center;gap:4px;color:#624d40;font-size:9px;white-space:nowrap}.editor-find-replace .find-option input,.add-term-options input{width:12px;height:12px;margin:0;accent-color:var(--orange-strong)}.find-navigation{display:flex;gap:2px}.editor-find-replace button{height:29px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;color:#596a74;font-size:10px;background:#fff;border:1px solid var(--strip-field);border-radius:4px;white-space:nowrap}.editor-find-replace button:disabled,.add-term-action:disabled{opacity:.4;pointer-events:none}.find-navigation button,.editor-find-replace .batch-clear{width:29px;padding:0}.find-summary{min-width:100px;flex:1 1 auto;overflow:hidden;color:var(--strip-label);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.find-summary.error{color:var(--red)}.editor-find-replace .find-replace-action,.add-term-action{color:#fff;font-weight:700;background:var(--orange-action);border-color:var(--orange-action)}.editor-find-replace .find-replace-action:hover:not(:disabled),.add-term-action:hover:not(:disabled){background:var(--orange-action-hover)}.editor-filter{position:relative;grid-column:1 / 2;display:grid;grid-template-columns:var(--editor-grid-columns);align-items:center;gap:0;padding:5px 0;background:#f7f9fa;border-bottom:1px solid var(--line-dark)}.editor-text-filter{min-width:0;height:29px;display:flex;align-items:center;gap:7px;margin:0 4px;padding:0 8px;color:#84929a;background:#fff;border:1px solid var(--line-dark);border-radius:4px}.editor-text-filter:focus-within{border-color:var(--blue);box-shadow:0 0 0 1px #315f7a21}.editor-text-filter input{width:100%;min-width:0;color:var(--ink);font-size:10px;border:0;outline:0}.editor-filter button{height:29px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 8px;color:#596a74;font-size:10px;background:#fff;border:1px solid var(--line-dark);border-radius:4px}.editor-filter button:hover,.editor-filter button.active{color:var(--blue-strong);background:var(--sunken)}.editor-filter button:disabled{opacity:.4;pointer-events:none}.filter-settings-wrap{position:relative;height:100%;display:grid;place-items:center}.editor-filter .filter-settings-trigger{position:relative;width:29px;padding:0}.filter-settings-trigger em{position:absolute;top:-5px;right:-5px;min-width:14px;height:14px;display:grid;place-items:center;padding:0 3px;color:#fff;font-size:7px;font-style:normal;font-weight:700;background:var(--orange-strong);border:1px solid white;border-radius:999px}.filter-settings-popover{position:absolute;z-index:25;top:34px;left:4px;width:224px;overflow:hidden;background:#fff;border:1px solid var(--line-dark);border-radius:4px;box-shadow:0 6px 18px #1c2b3629}.filter-settings-popover header{display:grid;gap:2px;padding:9px 10px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.filter-settings-popover header strong{font-size:10px}.filter-settings-popover header span{color:var(--muted);font-size:9px}.filter-settings-popover fieldset{display:grid;gap:7px;margin:0;padding:9px 10px 10px;border:0;border-bottom:1px solid var(--line)}.filter-settings-popover fieldset:last-of-type{border-bottom:0}.filter-settings-popover legend{padding:0 0 6px;color:#526570;font-size:9px;font-weight:700}.filter-settings-popover label{display:flex;align-items:center;gap:7px;color:#354852;font-size:10px}.filter-settings-popover input{width:12px;height:12px;margin:0;accent-color:var(--orange-strong)}.filter-settings-popover>small{display:block;padding:8px 10px;color:var(--red);font-size:9px;background:var(--red-soft);border-top:1px solid #edcfcc}.editor-filter .clear-editor-filters{width:24px;justify-self:center;padding:0;border-color:transparent;background:transparent}.editor-filter .clear-editor-filters:hover{color:var(--red);background:var(--red-soft)}.editor-loaded-count{display:flex;align-items:center;justify-content:flex-end;gap:5px;color:#aebdc6;font-size:9px;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.editor-loaded-count.loading:before{content:"";width:5px;height:5px;display:inline-block;margin-right:5px;vertical-align:1px;background:var(--orange);border-radius:50%;animation:segment-loading-pulse .9s ease-in-out infinite alternate}.editor-loaded-count.error{color:#ffb4ae}.editor-header .editor-loaded-count button{height:23px;display:inline-flex;align-items:center;gap:4px;padding:0 6px;color:#ffd3cf;font-size:9px;background:#ffffff12;border:1px solid rgb(255 255 255 / 14%);border-radius:4px}.editor-filter.batch-mode{display:flex;background:#fff8f2;box-shadow:inset 3px 0 var(--orange)}.editor-batch-actions{min-width:0;display:flex;align-items:center;gap:4px}.editor-batch-actions>strong{min-width:72px;padding:0 4px;color:#7d390f;font-size:10px;font-variant-numeric:tabular-nums}.editor-batch-actions button{white-space:nowrap}.editor-batch-actions button.batch-confirm{color:#fff;font-weight:700;background:var(--orange-action);border-color:var(--orange-action)}.editor-batch-actions button.destructive{color:var(--red);border-color:#e7c4c4}.editor-batch-actions button.destructive:hover{color:#fff;background:var(--red);border-color:var(--red)}.editor-batch-actions small{max-width:150px;margin-left:4px;overflow:hidden;color:#7d6556;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.editor-batch-actions .batch-clear{width:29px;padding:0;justify-content:center}.bilingual-area{grid-column:1 / 2;grid-row:4 / 5;min-height:0;display:grid;grid-template-rows:29px minmax(0,1fr) var(--editor-dock-row, 0px) 42px;background:#fff;border-right:1px solid var(--line-dark)}.bilingual-area.term-dock-open{--editor-dock-row: auto}.find-open .bilingual-area{grid-row:5 / 6}.grid-head{display:grid;grid-template-columns:var(--editor-grid-columns);color:#566873;font-size:9px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:#eaf0f3;border-bottom:1px solid var(--line-dark)}.grid-head span{display:flex;align-items:center;padding:0 10px;border-right:1px solid var(--line-dark)}.grid-head .grid-select{justify-content:space-between;gap:4px;padding:0 7px}.grid-select input,.segment-index input{width:12px;height:12px;margin:0;accent-color:var(--orange-strong);cursor:pointer}.grid-select b{font-size:9px}.segment-scroll{min-height:0;overflow:auto;overflow-anchor:none}.segment-virtual-space{position:relative;width:100%}.segment-virtual-item{position:absolute;top:0;left:0;width:100%}.segment-file-separator{display:grid;grid-template-columns:var(--editor-grid-columns);min-height:30px;background:#eef2f5;border-top:2px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.segment-file-separator-index{display:grid;place-items:center;color:#566873;background:#e3e9ed;border-right:1px solid var(--line)}.segment-file-separator-body{grid-column:2 / -1;display:flex;align-items:center;gap:10px;min-width:0;padding:0 10px}.segment-file-separator-body strong{overflow:hidden;color:var(--ink);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.segment-file-separator-body span{color:var(--muted);font-size:9px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;font-variant-numeric:tabular-nums}.segment-file-separator.active .segment-file-separator-index{color:var(--orange-strong)}.job-chain-explanation{flex:1 1 220px;min-width:180px;color:var(--muted);font-size:10px;line-height:1.35}.segment-skeleton{height:36px;display:grid;grid-template-columns:var(--editor-grid-columns);background:#fff;border-bottom:1px solid #e2e7ea}.segment-skeleton-index{display:grid;place-items:center;color:#7c8b93;font:9px/1 Inter,sans-serif;font-variant-numeric:tabular-nums;background:#f6f8f9;border-right:1px solid var(--line)}.segment-skeleton-cell{display:flex;align-items:center;padding:0 8px;border-right:1px solid var(--line)}.segment-skeleton-cell i{width:100%;height:18px;display:block;overflow:hidden;background:var(--sunken);border-radius:5px}.segment-skeleton-cell i:after{content:"";width:42%;height:100%;display:block;background:#ffffff8c;filter:blur(8px);transform:translate(-120%);animation:segment-skeleton-shimmer 1.25s ease-in-out infinite}.segment-skeleton-status{align-self:center;justify-self:center;width:12px;height:12px;background:#fff;border:1px solid #bdc7cc;border-radius:50%}@keyframes segment-skeleton-shimmer{to{transform:translate(340%)}}@keyframes segment-loading-pulse{to{opacity:.3}}@media(prefers-reduced-motion:reduce){.segment-skeleton-cell i:after,.editor-loaded-count.loading:before{animation:none}.segment-skeleton-cell i:after{display:none}}.segment-row{display:grid;grid-template-columns:var(--editor-grid-columns);min-height:32px;font-family:var(--editor-font, Inter),sans-serif;font-size:var(--editor-font-size, 11px);background:#fff;border-bottom:1px solid #dce3e7;content-visibility:auto;contain-intrinsic-block-size:auto 32px}.segment-row:hover{background:#fbfcfd}.segment-row.selected{position:relative;z-index:1;background:#fffaf6;box-shadow:inset 3px 0 var(--orange),inset 0 0 0 1px #f0b98f}.segment-row.locked{background:#f4f6f7}.segment-row.batch-selected{background:#fff8f2;box-shadow:inset 2px 0 var(--orange)}.segment-row.selected.batch-selected{box-shadow:inset 3px 0 var(--orange),inset 0 0 0 1px #f0b98f}.segment-index{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#5f707a;font-size:9px;background:#f6f8f9;border-right:1px solid var(--line)}.segment-index input{position:absolute;top:3px;left:3px;opacity:.22;transition:opacity 90ms ease}.segment-row:hover .segment-index input,.segment-index input:focus-visible,.segment-index input:checked{opacity:1}.segment-index-signals{min-height:12px;display:flex;align-items:center;gap:2px}.segment-repetition-signal{display:inline-flex;align-items:center;gap:1px}.segment-repetition-signal em{font-style:normal;font-size:9px;font-weight:600;line-height:1;font-variant-numeric:tabular-nums;color:var(--muted)}.segment-index svg{color:#81919b}.paragraph-group .segment-index:after{content:"";position:absolute;right:2px;width:6px;border-color:#7f96a3;pointer-events:none}.paragraph-start .segment-index:after{top:50%;bottom:-1px;border-top:2px solid #7f96a3;border-left:2px solid #7f96a3;border-radius:4px 0 0}.paragraph-middle .segment-index:after{top:-1px;bottom:-1px;border-left:2px solid #7f96a3}.paragraph-end .segment-index:after{top:-1px;bottom:50%;border-bottom:2px solid #7f96a3;border-left:2px solid #7f96a3;border-radius:0 0 0 4px}.paragraph-single .segment-index:after{top:calc(50% - 5px);height:10px;border-left:2px dashed #7f96a3}.paragraph-undetermined .segment-index:after{box-sizing:border-box;top:calc(50% - 3px);width:6px;height:6px;border:1.5px solid #7f96a3;border-radius:50%}.paragraph-fragmented .segment-index:after{border-left-style:dashed}.paragraph-active.paragraph-start .segment-index:after,.paragraph-active.paragraph-middle .segment-index:after,.paragraph-active.paragraph-end .segment-index:after,.paragraph-active.paragraph-single:not(.paragraph-undetermined) .segment-index:after{border-color:var(--orange)}.segment-source,.segment-target{min-width:0;border-right:1px solid var(--line)}.segment-source{display:flex;align-items:center;overflow:hidden;padding:3px 8px;color:#2a3b45;line-height:var(--editor-line-height, 18px)}.segment-source:focus{outline:0}.segment-source:focus-visible{background:#fff0e53d;box-shadow:inset 0 0 0 1px #f0b98f}.segment-source.source-editing{align-items:stretch;padding:0;background:#fff0e557;box-shadow:inset 0 0 0 1px var(--orange)}.segment-target{position:relative;padding:0}.tagged-text{display:block;flex:1 1 auto;min-width:0;max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere}.inline-tag-chip{position:relative;display:inline-flex;align-items:center;height:12px;margin:0 1px;font-family:Inter,sans-serif;line-height:10px;vertical-align:1px;-webkit-user-select:none;user-select:none}.inline-tag-chip>button:not(.tag-chip-remove){all:unset;display:inline-flex;align-items:center;cursor:pointer}.inline-tag-chip>button:not(.tag-chip-remove):focus-visible{outline:2px solid rgb(230 115 39 / 45%);outline-offset:1px;border-radius:3px}.tag-chip-face{height:12px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;color:#fff;background:#55798f;box-shadow:inset 0 0 0 1px #2049616b}.tag-chip-label{font-size:7px;font-weight:750;letter-spacing:-.02em;white-space:nowrap}.tag-start .tag-chip-face{padding-right:9px;border-radius:6px 0 0 6px;clip-path:polygon(0 0,calc(100% - 6px) 0,100% 50%,calc(100% - 6px) 100%,0 100%)}.tag-end .tag-chip-face{padding-left:9px;border-radius:0 6px 6px 0;clip-path:polygon(6px 0,100% 0,100% 100%,6px 100%,0 50%)}.tag-standalone .tag-chip-face{border-radius:999px}.inline-tag-chip.missing .tag-chip-face{color:#fff9f4;background:var(--orange);box-shadow:inset 0 0 0 1px #98471973}.tagged-target-editor>[data-inline-tag-id].tag-selection-active .inline-tag-chip{border-radius:4px;box-shadow:0 0 0 2px #266cab4d}.tagged-target-editor>[data-inline-tag-id].tag-selection-active .tag-chip-face{color:#fff;background:#266cab;box-shadow:inset 0 0 0 1px #1441698c}.tag-chip-remove{position:absolute;z-index:2;top:-5px;right:-5px;width:9px;height:9px;display:grid;place-items:center;padding:0;color:#fff;background:#6b7f8b;border:1px solid white;border-radius:999px;opacity:0;transition:opacity 90ms ease}.inline-tag-chip:hover .tag-chip-remove,.tag-chip-remove:focus-visible{opacity:1}.tag-chip-remove:hover{color:#fff;background:var(--red)}.tag-chip-tooltip{position:fixed;z-index:2147483647;width:max-content;min-width:110px;max-width:min(320px,calc(100vw - 16px));color:#f5f8fa;font-family:Inter,sans-serif;font-size:8px;line-height:11px;text-align:left;opacity:1;pointer-events:auto;transition:opacity 90ms ease}.tag-chip-tooltip.positioning{opacity:0;pointer-events:none}.tag-tooltip-scroll{max-height:inherit;display:flex;flex-direction:column;gap:2px;padding:6px 8px;overflow:auto;background:#1d3441;border:1px solid #48616f;border-radius:3px;box-shadow:0 3px 10px #0f202a38}.tag-chip-tooltip:after{content:"";position:absolute;left:var(--tag-tooltip-arrow-x);width:5px;height:5px;background:#1d3441;border:1px solid #48616f;transform:translate(-50%) rotate(45deg);pointer-events:none}.tag-chip-tooltip.placement-above:after{top:calc(100% - 3px);border-top:0;border-left:0}.tag-chip-tooltip.placement-below:after{bottom:calc(100% - 3px);border-right:0;border-bottom:0}.tag-chip-tooltip strong{font-size:8px;font-weight:700}.tag-chip-content{color:#fff;font-size:8px}.tag-chip-tooltip code{max-width:266px;overflow-wrap:anywhere;color:#cfe0e9;font:7px/10px ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap}.tagged-target-editor{position:relative;z-index:1;width:100%;min-height:31px;padding:6px var(--segment-meta-reserve, 8px) 6px 8px;color:#263943;font-family:var(--editor-font, Inter),sans-serif;font-size:var(--editor-font-size, 11px);line-height:var(--editor-line-height, 18px);white-space:pre-wrap;overflow-wrap:anywhere;cursor:text;outline:0}.tagged-source-editor{min-height:31px;padding:6px 8px;color:#2a3b45}.segment-row.selected .tagged-target-editor{background:#fff0e557}.tagged-target-editor.locked{color:#63747e;cursor:default}.target-text-run{min-width:1px;outline:0;white-space:pre-wrap;overflow-wrap:anywhere}.target-text-run:empty{display:inline-block;min-width:2px;min-height:1em;vertical-align:text-bottom}.tagged-target-editor.empty .target-text-run:first-child:before{content:attr(data-placeholder);color:#a2adb3;font-style:italic;pointer-events:none}.tagged-target-editor .inline-tag-chip{margin-top:0;margin-bottom:0}.segment-source.invisibles-visible{white-space:pre-wrap}.invisibles-layer{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;padding:6px var(--segment-meta-reserve, 8px) 6px 8px;color:#263943;font-family:var(--editor-font, Inter),sans-serif;font-size:var(--editor-font-size, 11px);line-height:var(--editor-line-height, 18px);white-space:pre-wrap;overflow-wrap:anywhere;pointer-events:none}.invisible-char{position:relative}.invisible-char:after{position:absolute;top:50%;left:50%;color:#79909d;font-size:.9em;line-height:1;transform:translate(-50%,-50%)}.invisible-space:after{content:"·"}.invisible-nbsp:after{content:"°";top:38%;color:var(--orange-strong);font-size:.82em;font-weight:700}.invisible-tab:after{content:"→";color:var(--orange-strong)}.invisible-break{position:relative;color:inherit}.invisible-break:before{content:"↵";color:var(--orange-strong);font-size:.82em;font-weight:700}.segment-meta{position:absolute;z-index:3;top:50%;right:6px;display:flex;align-items:center;gap:4px;transform:translateY(-50%)}.segment-meta span{min-width:30px;padding:2px 5px;font-size:10px;font-weight:750;line-height:1.1;text-align:center;border-radius:3px;font-variant-numeric:tabular-nums}.segment-meta .perfect{color:#246148;background:var(--green-soft)}.segment-meta .good{color:var(--blue-strong);background:var(--blue-soft)}.segment-meta .fuzzy{color:#9e4b18;background:var(--orange-soft)}.warning-icon{color:var(--orange)}.segment-comment-indicator{position:relative;flex:0 0 auto;width:16px;height:16px;display:grid;place-items:center;padding:0;color:var(--blue-strong);background:var(--blue-soft);border:1px solid #c3d6e2;border-radius:999px;box-shadow:0 1px 1px #1c2b3612}.segment-comment-indicator:hover{color:#fff;background:var(--blue);border-color:var(--blue-strong)}.segment-comment-indicator:focus-visible{outline:2px solid rgb(49 95 122 / 30%);outline-offset:1px}.segment-comment-indicator.unresolved{color:#8f4518;background:var(--orange-soft);border-color:#efc3a7}.segment-comment-indicator em{position:absolute;top:-6px;right:-6px;min-width:12px;height:12px;display:grid;place-items:center;padding:0 2px;color:#fff;font-size:7px;font-style:normal;font-weight:750;line-height:1;background:var(--orange-strong);border:1px solid white;border-radius:999px}.confirm-dot{align-self:center;justify-self:center;width:14px;height:14px;display:grid;place-items:center;padding:0;color:#fff;background:#fff;border:1px solid #b7c2c8;border-radius:50%}.confirm-dot svg{width:8px;height:8px;stroke-width:2.7}.confirm-dot.confirmed{background:var(--green);border-color:var(--green)}.confirm-dot.locked{color:#6f7e87;background:#e7ecef;border-color:#cbd4da}.confirm-dot.locked:hover{color:#fff;background:#55798f;border-color:#55798f}.confirm-dot.locked:focus-visible{outline:2px solid rgb(230 115 39 / 45%);outline-offset:2px}.confirm-dot.pending{opacity:.55;cursor:progress}.confirm-dot.error{border-color:var(--red);box-shadow:0 0 0 2px #be2a2a1f}.add-term-dock{min-width:0;grid-row:3;display:grid;gap:8px;padding:10px 12px 12px;background:var(--orange-soft);border-top:1px solid var(--strip-line);box-shadow:inset 3px 0 var(--orange)}.add-term-head{display:flex;align-items:center;gap:10px}.add-term-head>strong{color:#7d390f;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.add-term-base{display:flex;gap:6px}.add-term-base select,.add-term-close,.add-term-value input{color:var(--ink);background:#fff;border:1px solid var(--strip-field);border-radius:4px}.add-term-base select{min-height:24px;padding:0 6px;font-size:10px;font-weight:400}.add-term-base-name{color:var(--strip-label);font-size:10px}.add-term-close{width:24px;height:24px;margin-left:auto;display:grid;place-items:center;color:var(--strip-label)}.add-term-notice{margin:0;color:#8a4b1f;font-size:10px;line-height:1.5}.add-term-fields{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px 16px}.add-term-side{min-width:0;display:grid;gap:6px;align-content:start}.add-term-submit-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.add-term-value{min-width:0;display:grid;gap:4px}.add-term-value input{min-width:0;height:30px;padding:0 8px;font-size:11px}.add-term-action{height:30px;padding:0 16px;font-size:10px;border:1px solid var(--orange-action);border-radius:4px}.add-term-options{display:flex;flex-wrap:wrap;align-items:center;gap:6px 14px}.add-term-match-type{display:flex;align-items:center;gap:14px}.context-panel{min-height:0;grid-row:4;background:#f7f9fa;border-top:1px solid var(--line-dark)}.context-content{height:100%;display:flex;align-items:center;gap:7px;padding:0 12px;color:#5f707a;font-size:10px}.context-content strong{margin-right:8px;color:#40525d;font-size:9px;letter-spacing:.04em;text-transform:uppercase}.context-content b{color:#53666f}.cat-panel{grid-column:2 / 3;grid-row:2 / 5;min-width:0;display:grid;grid-template-columns:40px minmax(0,1fr);background:#fff}.find-open .cat-panel{grid-row:2 / 6}.cat-tabs{display:flex;flex-direction:column;align-items:stretch;background:#eef2f4;border-right:1px solid var(--line-dark)}.cat-tabs button{position:relative;min-height:42px;display:grid;place-items:center;padding:3px;color:#5f707a;background:transparent;border:0;border-bottom:1px solid #dde4e8}.cat-tabs button:hover{color:var(--blue-strong);background:#e4eaee}.cat-tabs button.active{color:#7d390f;background:#fff}.cat-tabs button.active:before{content:"";position:absolute;top:50%;left:4px;width:6px;height:6px;background:var(--orange);border-radius:50%;transform:translateY(-50%)}.cat-tabs button em{position:absolute;top:4px;right:3px;min-width:14px;padding:1px 3px;color:#713008;font-size:8px;font-style:normal;background:#ffd3b5;border-radius:7px}.cat-tabs .collapse-right{margin-top:auto;border-top:1px solid #d5dee3}.cat-content{min-width:0;overflow:auto}.right-collapsed .cat-panel{grid-template-columns:40px 0}.right-collapsed .cat-content{display:none}.right-collapsed .cat-tabs{border-right:0}.panel-section>header{height:49px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid var(--line)}.panel-section>header h3{font-size:11px}.panel-section>header span{color:var(--muted);font-size:10px}.cat-source{padding:11px 12px;background:#f7f9fa;border-bottom:1px solid var(--line)}.cat-source>span{color:#5f707a;font-size:9px;font-weight:700;letter-spacing:.08em}.cat-source p{margin-top:5px;font-size:11px;line-height:1.45}.bilingual-hits{display:flex;flex-direction:column}.hit-row{display:grid;grid-template-columns:20px minmax(0,1fr) 26px minmax(0,1fr);width:100%;padding:0;text-align:left;background:var(--surface);border:0;border-bottom:1px solid var(--line)}.hit-row:last-child{border-bottom:0}.hit-row:not(.static){cursor:pointer}.hit-row:not(.static):hover{background:var(--surface-soft)}.hit-row.active{background:var(--orange-soft)}.hit-row .row-number{padding:7px 2px 0 6px;color:var(--muted);font-size:9px;font-variant-numeric:tabular-nums}.hit-row .row-source,.hit-row .row-target{min-width:0;margin:0;padding:7px 8px;color:var(--ink);font-size:10.5px;line-height:1.5;overflow-wrap:anywhere}.hit-row .row-source{border-right:1px solid var(--line)}.hit-row .row-score{display:flex;align-items:flex-start;justify-content:center;padding-top:7px;font-size:10px;font-weight:700;font-variant-numeric:tabular-nums;border-right:1px solid var(--line)}.hit-row .row-score.exact{color:#fff;background:var(--green)}.hit-row .row-score.fuzzy{color:#8a4b1f;background:var(--amber-soft)}.hit-row .row-score.term{color:#6b5406;background:var(--highlight)}.hit-row mark{padding:0 1px;background:var(--highlight);border-radius:2px}.cat-row-meta{display:flex;flex-direction:column;gap:1px;margin-top:4px;color:var(--muted);font-size:7px;line-height:1.5}.cat-results .row-target{display:flex;flex-wrap:wrap;align-content:flex-start;gap:4px}.cat-term{color:var(--blue-strong)}.cat-term.preferred{font-weight:600}.cat-term.forbidden{color:var(--red);text-decoration:line-through}.cat-term.missing{color:var(--muted);font-style:italic}.no-result{padding:10px 12px;color:#5f707a;font-size:10px;border-top:1px solid #e2e7ea}.qa-warning{width:100%;min-height:51px;display:flex;align-items:center;gap:9px;padding:8px 10px;text-align:left;background:#fff;border:0;border-bottom:1px solid var(--line)}.qa-warning>svg:first-child{flex:0 0 auto;color:var(--orange)}.qa-warning>span{flex:1}.qa-warning strong,.qa-warning small{display:block}.qa-warning strong{font-size:9px}.qa-warning small{margin-top:3px;color:var(--muted);font-size:7px}.qa-warning.active{background:var(--orange-soft);box-shadow:inset 3px 0 var(--orange)}.quality-report-strip,.lqa-report-strip{min-height:38px;display:flex;align-items:center;gap:6px;padding:6px 10px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.quality-report-strip>span,.lqa-report-strip>span{min-width:0;flex:1;color:var(--muted);font-size:9px;font-variant-numeric:tabular-nums}.quality-report-strip button,.lqa-report-strip button{min-height:25px;display:inline-flex;align-items:center;gap:4px;padding:0 7px;color:var(--blue-strong);font-size:9px;background:var(--surface);border:1px solid var(--line);border-radius:4px}.quality-report-strip button:hover,.lqa-report-strip button:hover{border-color:var(--line-dark)}.quality-report-strip button:disabled,.lqa-report-strip button:disabled{color:var(--muted);cursor:default;opacity:.55}.quality-filters{display:grid;grid-template-columns:repeat(3,1fr);padding:4px;background:var(--sunken);border-bottom:1px solid var(--line)}.quality-filters button{min-height:28px;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--muted);font-size:9px;background:transparent;border:0;border-radius:3px}.quality-filters button span{min-width:16px;padding:1px 4px;font-size:9px;background:#5f707a1a;border-radius:7px}.quality-filters button.active{color:var(--ink);background:var(--surface);box-shadow:inset 0 0 0 1px var(--line-dark)}.quality-panel-state,.quality-panel-clear{display:flex;flex-direction:column;align-items:center;gap:5px;padding:28px 16px;color:var(--muted);font-size:9px;line-height:1.45;text-align:center}.quality-panel-state.compact{padding:12px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.quality-panel-state.error{margin:8px;padding:10px;color:var(--red);background:var(--red-soft);border:1px solid var(--line);border-radius:4px}.quality-panel-state button{margin-top:4px;color:var(--blue-strong);background:transparent;border:0}.quality-panel-clear svg{color:var(--green)}.quality-panel-clear strong{color:var(--ink);font-size:10px}.qa-finding{background:var(--surface);border-bottom:1px solid var(--line)}.qa-finding.active{background:var(--orange-soft);box-shadow:inset 3px 0 var(--orange)}.qa-finding.resolved,.qa-finding.dismissed,.qa-finding.excepted{background:var(--surface-soft)}.qa-finding-main{width:100%;min-height:50px;display:flex;align-items:center;gap:8px;padding:8px 10px;text-align:left;background:transparent;border:0}.qa-finding-main>svg:first-child{flex:0 0 auto;color:var(--orange)}.qa-finding.resolved .qa-finding-main>svg:first-child,.qa-finding.dismissed .qa-finding-main>svg:first-child,.qa-finding.excepted .qa-finding-main>svg:first-child{color:var(--green)}.qa-finding-main>span{min-width:0;flex:1}.qa-finding-main strong,.qa-finding-main small{display:block}.qa-finding-main strong{font-size:10px;line-height:1.35}.qa-finding-main small{margin-top:4px;color:var(--muted);font-size:9px}.qa-finding-actions,.qa-disposition{display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:0 10px 8px 33px}.qa-finding-actions button,.qa-disposition button{min-height:24px;display:inline-flex;align-items:center;gap:4px;padding:0 7px;color:var(--blue-strong);font-size:9px;background:var(--surface);border:1px solid var(--line);border-radius:4px}.qa-disposition span{min-width:0;flex:1;color:var(--muted);font-size:9px;line-height:1.4}.qa-disposition span small{display:block;margin-top:3px;color:#456858;font-size:9px}.qa-exception-applied{margin:0 10px 8px 33px;padding:7px 8px;background:var(--green-soft);border:1px solid var(--line);border-radius:4px}.qa-decision{display:grid;gap:7px;margin:0 10px 10px 33px;padding:8px;background:var(--surface-soft);border:1px solid var(--line-dark);border-radius:4px}.qa-decision label span{display:block;margin-bottom:4px;color:var(--muted);font-size:9px}.qa-decision textarea{width:100%;min-height:58px;padding:7px;color:var(--ink);font-size:10px;line-height:1.4;resize:vertical;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.qa-decision>div,.lqa-form-actions{display:flex;justify-content:flex-end;gap:5px}.qa-decision button,.lqa-form-actions button{min-height:26px;padding:0 8px;color:var(--blue-strong);font-size:9px;background:transparent;border:1px solid transparent;border-radius:4px}.qa-decision button.primary,.lqa-form-actions button.primary{color:#fff;background:var(--orange-action);border-color:var(--orange-action)}.qa-decision button:disabled,.lqa-form-actions button:disabled{opacity:.45}.qa-exception-decision{border-left:3px solid var(--orange)}.qa-exception-decision>.qa-exception-identity{display:block}.qa-exception-identity strong,.qa-exception-identity span{display:block}.qa-exception-identity strong{font-size:10px}.qa-exception-identity span{margin-top:3px;color:var(--muted);font-size:9px}.qa-exception-decision>.qa-exception-controls{display:grid;grid-template-columns:1fr 1fr;gap:6px}.qa-exception-controls select{width:100%;min-height:30px;padding:0 6px;color:var(--ink);font-size:9px;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.comment-threads{min-width:0;background:var(--surface)}.comment-thread-toolbar{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 12px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.comment-thread-toolbar>span{color:var(--muted);font-size:9px;font-variant-numeric:tabular-nums}.comment-thread-filters{display:flex;gap:2px;padding:2px;background:var(--sunken);border:1px solid var(--line);border-radius:4px}.comment-thread-filters button{min-height:24px;padding:0 8px;color:var(--muted);font-size:9px;background:transparent;border:0;border-radius:3px;text-transform:capitalize}.comment-thread-filters button:hover{color:var(--ink);background:var(--surface)}.comment-thread-filters button.active{color:var(--blue-strong);background:var(--surface);box-shadow:inset 0 0 0 1px var(--line-dark)}.source-note{display:flex;align-items:flex-start;gap:8px;margin:12px;padding:9px 10px;color:var(--blue-strong);background:var(--blue-soft);border:1px solid var(--line);border-radius:4px}.source-note>svg{flex:0 0 auto;margin-top:2px}.source-note strong{display:block;font-size:9px}.source-note p{margin-top:4px;color:var(--ink);font-size:10px;line-height:1.45;white-space:pre-wrap}.comment-thread-list{display:grid}.comment-thread{border-bottom:1px solid var(--line)}.comment-thread>header{min-height:44px;display:flex;align-items:center;gap:8px;padding:8px 12px 4px}.comment-thread>header>div{min-width:0;flex:1}.comment-thread>header strong,.comment-thread>header small{display:block}.comment-thread>header strong{color:var(--ink);font-size:10px}.comment-thread>header small{margin-top:2px;color:var(--muted);font-size:9px}.thread-state{padding:2px 6px;color:#8f4518;font-size:8px;font-weight:700;background:var(--orange-soft);border:1px solid #efc3a7;border-radius:3px}.thread-state.resolved{color:#35644f;background:var(--green-soft);border-color:var(--line)}.comment-message.root{margin-left:32px;padding:4px 12px 10px;border-left:2px solid #9eb2be}.comment-message p{color:var(--ink);font-size:10px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.comment-message.reply{display:grid;grid-template-columns:14px 24px minmax(0,1fr);gap:6px;margin-left:32px;padding:8px 12px 8px 8px;background:var(--surface-soft);border-top:1px solid var(--line);border-left:2px solid #9eb2be}.comment-message.reply>svg{margin-top:4px;color:var(--muted)}.comment-message-meta{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:3px}.comment-message-meta strong{font-size:9px}.comment-message-meta small{color:var(--muted);font-size:8px}.comment-mentions{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.comment-mentions span{display:inline-flex;align-items:center;gap:2px;padding:2px 5px;color:var(--blue-strong);font-size:8px;background:var(--blue-soft);border-radius:3px}.comment-resolution{display:flex;align-items:center;gap:5px;margin-left:32px;padding:7px 12px;color:#35644f;font-size:9px;background:var(--green-soft);border-top:1px solid var(--line);border-left:2px solid var(--green)}.comment-thread>footer{display:flex;justify-content:flex-end;gap:4px;padding:6px 12px 8px}.comment-thread>footer button,.comment-reply-form>div button{min-height:25px;padding:0 8px;color:var(--blue-strong);font-size:9px;background:transparent;border:1px solid transparent;border-radius:4px}.comment-thread>footer button:hover,.comment-reply-form>div button:hover{background:var(--surface-soft);border-color:var(--line)}.comment-reply-form{display:grid;gap:6px;margin:0 12px 12px 32px;padding:8px;background:var(--surface-soft);border:1px solid var(--line);border-radius:4px}.comment-reply-form textarea,.comment-new-form textarea{width:100%;min-height:64px;padding:8px;color:var(--ink);font:10px/1.45 Inter,sans-serif;resize:vertical;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.comment-reply-form textarea:focus,.comment-new-form textarea:focus{outline:2px solid rgb(230 115 39 / 28%);border-color:var(--orange)}.comment-reply-form>small{color:var(--muted);font-size:8px}.comment-reply-form>div{display:flex;justify-content:flex-end;gap:4px}.comment-new-form{display:grid;gap:8px;padding:12px;background:var(--surface-soft);border-top:1px solid var(--line-dark)}.comment-new-form label strong,.comment-new-form label span{display:block}.comment-new-form label strong{font-size:10px}.comment-new-form label span{margin-top:3px;color:var(--muted);font-size:9px}.comment-new-form>button{justify-self:end}.comment-empty,.comment-loading{display:flex;flex-direction:column;align-items:center;gap:4px;padding:28px 12px;color:var(--muted);text-align:center}.comment-empty svg{color:#8298a5}.comment-empty strong{color:var(--ink);font-size:10px}.comment-empty span,.comment-loading{font-size:9px}.comment-error{display:flex;align-items:center;gap:6px;margin:8px 12px;padding:7px 8px;color:var(--red);font-size:9px;background:var(--red-soft);border:1px solid var(--line);border-radius:4px}.comment-load-older{width:100%;min-height:32px;color:var(--blue-strong);font-size:9px;background:var(--surface-soft);border:0;border-bottom:1px solid var(--line)}.comment-load-older:hover{background:var(--sunken)}.project-discussion>.card{overflow:hidden}.project-discussion .comment-thread-list{grid-template-columns:repeat(2,minmax(0,1fr))}.project-discussion .comment-thread:nth-child(odd){border-right:1px solid var(--line)}.project-discussion .comment-new-form{grid-template-columns:minmax(160px,.4fr) minmax(260px,1fr) auto;align-items:end}.change-history-panel{height:100%;display:grid;grid-template-rows:49px minmax(0,1fr) minmax(150px,38%);overflow:hidden}.history-stream{min-height:0;overflow:auto}.history-context{background:var(--surface-soft);border-top:1px solid var(--line-dark)}.history-stream-head{position:sticky;z-index:2;top:0;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;background:inherit;border-bottom:1px solid var(--line)}.history-stream-head>div{display:grid;gap:2px}.history-stream-head strong{font-size:10px}.history-stream-head span{color:var(--muted);font-size:9px}.history-stream-head em{min-width:19px;padding:2px 5px;color:var(--blue-strong);font-size:9px;font-style:normal;font-weight:700;text-align:center;background:var(--blue-soft);border-radius:10px}.history-item{display:flex;align-items:flex-start;gap:8px;padding:9px 10px;background:#fff;border-bottom:1px solid var(--line)}.history-context .history-item{background:var(--surface-soft)}.history-item>svg{flex:none;margin-top:1px;color:var(--blue)}.history-item-content{min-width:0;flex:1}.history-item-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.history-item-heading strong{min-width:0;font-size:10px;line-height:1.35}.history-item-heading time{flex:none;color:var(--muted);font-size:9px;white-space:nowrap}.history-item-content>span{display:block;margin-top:2px;color:var(--muted);font-size:9px}.history-item.pending{background:var(--orange-soft);box-shadow:inset 2px 0 var(--orange)}.history-diff{display:grid;gap:5px;margin-top:8px}.history-diff>div{display:grid;gap:2px}.history-diff dt{color:#566a76;font-size:9px;font-weight:700}.history-diff dd{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:start;gap:4px}.history-diff dd span,.history-diff dd strong{min-width:0;padding:4px 5px;overflow-wrap:anywhere;font-size:9px;line-height:1.35;background:var(--sunken);border-radius:3px}.history-diff dd span{color:var(--muted);text-decoration-color:#a8b5bc}.history-diff dd strong{color:var(--ink);font-weight:600;background:#eef6f2}.history-diff dd svg{margin-top:5px;color:#87969f}.history-context-empty{padding:12px;color:var(--muted);font-size:9px;line-height:1.45}.conflict-detail{display:flex;align-items:flex-start;gap:14px}.conflict-detail>svg{flex:0 0 auto;color:var(--orange-strong)}.conflict-detail strong,.conflict-detail p,.conflict-detail small{display:block}.conflict-detail p{margin-top:6px;color:var(--muted);font-size:11px;line-height:1.55}.conflict-detail ul{display:grid;gap:4px;margin:10px 0 0;padding-left:18px;color:var(--muted);font-size:9px}.conflict-detail code{color:var(--blue-strong)}.conflict-detail small{margin-top:10px;padding:7px;color:#8f471a;background:var(--orange-soft);border:1px solid #f0c5a9;border-radius:3px}.lqa-categories{display:grid;grid-template-columns:1fr 1fr;background:var(--surface);border-bottom:1px solid var(--line)}.lqa-categories button{min-height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;font-size:9px;background:transparent;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.lqa-categories button:nth-child(2n){border-right:0}.lqa-categories button:hover{color:var(--blue-strong);background:var(--surface-soft)}.lqa-assessment-form{display:grid;gap:8px;margin:10px;padding:10px;background:var(--surface-soft);border:1px solid var(--line-dark);border-radius:4px}.lqa-assessment-form>div:first-child{display:grid;grid-template-columns:1fr 1fr;gap:7px}.lqa-assessment-form label>span{display:block;margin-bottom:4px;color:var(--muted);font-size:9px}.lqa-assessment-form input,.lqa-assessment-form select,.lqa-assessment-form textarea{width:100%;min-height:30px;padding:0 7px;color:var(--ink);font-size:10px;background:var(--sunken);border:1px solid var(--line-dark);border-radius:4px}.lqa-assessment-form textarea{min-height:68px;padding:7px;line-height:1.4;resize:vertical}.lqa-records{display:grid;gap:7px;padding:10px}.lqa-record{width:100%;display:block;margin:0;padding:0;color:var(--ink);text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:4px}.lqa-record>button{width:100%;display:flex;align-items:center;gap:6px;padding:8px;text-align:left;background:transparent;border:0}.lqa-record>button>span{min-width:0;flex:1}.lqa-record span,.lqa-record strong,.lqa-record small{display:block}.lqa-record strong{font-size:10px}.lqa-record small{margin-top:3px;color:var(--muted);font-size:9px}.lqa-record p{padding:0 8px 8px;font-size:10px;line-height:1.45;white-space:pre-wrap}.lqa-record footer{display:flex;align-items:center;gap:6px;padding:6px 8px;color:var(--muted);font-size:9px;background:var(--surface-soft);border-top:1px solid var(--line)}.lqa-record footer span{min-width:0;flex:1}.lqa-record footer button{display:grid;place-items:center;width:23px;height:23px;color:var(--red);background:transparent;border:0;border-radius:4px}.lqa-score{display:flex;align-items:center;gap:9px;margin:12px;padding:12px;background:var(--green-soft);border:1px solid #cee4d9;border-radius:4px}.lqa-score.failed{background:var(--red-soft);border-color:#efc9c6}.lqa-score span{color:var(--muted);font-size:9px}.lqa-score strong{flex:1;font-size:15px}.lqa-score em{padding:2px 6px;color:#35644f;font-size:9px;font-style:normal;font-weight:700;border:1px solid rgb(58 128 100 / 35%);border-radius:3px}.lqa-score.failed em{color:var(--red);border-color:#b94c4659}.resource-panel-list>div{display:flex;gap:9px;padding:12px;border-bottom:1px solid var(--line)}.resource-panel-list svg{color:var(--blue)}.resource-panel-list p strong,.resource-panel-list p span{display:block}.resource-panel-list p strong{font-size:9px}.resource-panel-list p span{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.4}.resource-panel-list .resource-warning{display:block;margin-top:6px;color:var(--red);font-size:8px;line-height:1.4}.editor-status{grid-column:1 / -1;display:flex;align-items:center;gap:0;color:#52636d;font-size:9px;background:#e7ecef;border-top:1px solid var(--line-dark)}.editor-status>div{height:100%;display:flex;align-items:center;gap:5px;padding:0 11px;border-right:1px solid #d3dbe0}.editor-status strong{color:var(--blue-strong)}.status-dot{width:5px;height:5px;background:var(--green);border-radius:50%}.status-spacer{flex:1}@media(max-width:1250px){.page-area{padding-right:20px;padding-left:20px}.analysis-kpis>div{min-width:95px;padding:2px 11px}.editor-shell{grid-template-columns:minmax(650px,1fr) 335px}.project-discussion .comment-thread-list{grid-template-columns:1fr}.project-discussion .comment-thread:nth-child(odd){border-right:0}.project-discussion .comment-new-form{grid-template-columns:1fr}}.check-cell{width:28px}.check-cell input{display:block;margin:0 auto}.check-row{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:11px}.check-row.indent,.field.indent{margin-left:22px}.concordance-panel .concordance{margin-bottom:8px}.concordance-direction{display:flex;gap:14px;margin-bottom:8px}.concordance-direction label{display:flex;align-items:center;gap:6px;color:var(--ink);font-size:11px}.concordance-count{margin-bottom:6px;color:var(--muted);font-size:10px}.concordance-results{border:1px solid var(--line);border-radius:5px;overflow:hidden}.concordance-meta{display:grid;gap:6px;margin-top:10px;padding:10px;background:var(--surface-soft);border:1px solid var(--line);border-radius:5px}.concordance-meta div{display:grid;grid-template-columns:96px 1fr;gap:8px}.concordance-meta dt{color:var(--muted);font-size:10px}.concordance-meta dd{color:var(--ink);font-size:10.5px;line-height:1.45}.concordance-meta .meta-context dd{padding-left:7px;border-left:2px solid var(--line-dark)}.form-content input[type=checkbox],.form-content input[type=radio]{width:14px;height:14px;min-height:0;padding:0;accent-color:var(--orange-strong)}.modal-narrow{width:min(430px,95vw)}.analyze-form{display:grid;gap:9px}.analyze-form .field{gap:4px}.analyze-form .field input,.analyze-form .field select{min-height:29px;padding:5px 8px}.analyze-form .field.indent .input-suffix input{width:82px;min-height:27px}.analyze-form .check-grid{display:flex;gap:16px}.analyze-form .check-grid label{display:flex;align-items:center;gap:6px;color:var(--ink);font-size:11px;font-weight:400}.analyze-form>.field>span{font-size:9.5px}.mini-row{display:flex;align-items:center;gap:4px;border-bottom:1px solid var(--line)}.mini-row:last-child{border-bottom:0}.mini-open{display:flex;flex:1;align-items:center;gap:10px;padding:12px;text-align:left;background:none;border:0;border-radius:4px;cursor:pointer}.mini-open:hover{background:var(--surface-soft)}.mini-open p{flex:1}.mini-open p strong,.mini-open p small{display:block}.mini-row-actions{display:flex;align-items:center;gap:4px;margin-right:8px}h2.renameable{display:flex;align-items:center;gap:7px}.rename-form input{min-width:300px;padding:4px 8px;color:var(--ink);font-size:15px;font-weight:650;border:1px solid var(--orange-strong);border-radius:4px}.mini-list>div.mini-row{padding:0;gap:4px}.background-operation{min-height:42px;display:grid;grid-template-columns:minmax(180px,1fr) minmax(80px,180px) auto;align-items:center;gap:12px;margin:8px 0;padding:7px 8px;background:var(--surface-soft);border:1px solid var(--line);border-radius:4px}.background-operation>div:first-child{min-width:0;display:flex;grid-column:1;align-items:center;gap:8px}.background-operation p{min-width:0}.background-operation strong,.background-operation small{display:block}.background-operation strong{color:var(--ink);font-size:10px}.background-operation small{margin-top:2px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.background-operation-dot{width:6px;height:6px;flex:0 0 auto;background:var(--orange-strong);border-radius:50%}.background-operation.failed .background-operation-dot{background:var(--red)}.background-operation.unavailable .background-operation-dot{background:var(--orange-strong)}.background-operation.succeeded .background-operation-dot{background:var(--green)}.background-operation-meter{height:3px;grid-column:2;overflow:hidden;background:var(--sunken);border-radius:2px}.background-operation-meter i{display:block;height:100%;background:var(--orange-strong)}.background-operation.succeeded .background-operation-meter i{background:var(--green)}.background-operation-actions{display:flex;grid-column:3;justify-self:end;gap:4px}.background-operation-batch{margin:8px 0;overflow:hidden;background:var(--surface-soft);border:1px solid var(--line);border-radius:4px}.background-operation-batch>.background-operation{margin:0;border:0;border-radius:0}.background-operation-batch.failed .batch-summary .background-operation-dot{background:var(--red)}.background-operation-batch.succeeded .batch-summary .background-operation-dot,.background-operation-batch.succeeded .background-operation-meter i{background:var(--green)}.background-operation-files{max-height:196px;overflow:auto;border-top:1px solid var(--line)}.background-operation-file{min-height:36px;display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:7px;padding:5px 8px;border-bottom:1px solid var(--line)}.background-operation-file:last-child{border-bottom:0}.background-operation-file p{min-width:0}.background-operation-file strong,.background-operation-file small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.background-operation-file strong{color:var(--ink);font-size:10px}.background-operation-file small{margin-top:2px;color:var(--muted);font-size:9px}.background-operation-file.failed .background-operation-dot,.background-operation-file.cancelled .background-operation-dot{background:var(--red)}.background-operation-file.succeeded .background-operation-dot{background:var(--green)}.project-jobs-workbench>.background-operation{margin:0;padding-right:12px;padding-left:12px;border-width:0 0 1px;border-radius:0}.detail-pane>.background-operation{margin:8px 0 14px}.analysis-operation-list>.background-operation{margin:0;border-width:0 0 1px;border-radius:0}.analysis-operation-list>.background-operation:last-child{border-bottom:0}.analysis-operation-error{display:flex;align-items:center;gap:7px;color:var(--red);font-size:9px}.operation-spin{animation:operation-spin .9s linear infinite}@keyframes operation-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.background-operation{grid-template-columns:1fr auto}.background-operation-meter{grid-column:1 / -1;grid-row:2}.background-operation-actions{grid-column:2;grid-row:1}.analysis-modal-toolbar{align-items:stretch;flex-wrap:wrap}.analysis-toolbar-spacer{display:none}.analysis-modal-summary,.analysis-parameters{grid-template-columns:1fr}.analysis-parameters>header{border-right:0;border-bottom:1px solid var(--line)}.analysis-parameters dl{grid-template-columns:1fr}.analysis-parameters dl>div,.analysis-parameters dl>div:nth-child(3n),.analysis-parameters dl>div:nth-last-child(-n+3){border-right:0;border-bottom:1px solid var(--line)}.analysis-parameters dl>div:last-child{border-bottom:0}.analysis-modal-summary>div{border-right:0;border-bottom:1px solid var(--line)}.analysis-modal-summary>div:last-child{border-bottom:0}}.import-settings-editor{display:grid;gap:8px}.import-settings-head{display:grid;grid-template-columns:minmax(160px,1fr) minmax(160px,1fr);gap:12px;align-items:start}.import-settings-head .import-settings-flag{grid-column:1 / -1}.import-settings-filter{border:1px solid var(--line);border-radius:4px;background:var(--surface)}.import-settings-filter>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:32px;padding:0 10px;color:var(--ink);font-size:10px;font-weight:600;cursor:pointer;list-style:none}.import-settings-filter>summary::-webkit-details-marker{display:none}.import-settings-filter>summary:before{content:"";width:6px;height:6px;margin-right:8px;border-right:1px solid var(--muted);border-bottom:1px solid var(--muted);transform:rotate(-45deg);transition:transform .12s}.import-settings-filter[open]>summary:before{transform:rotate(45deg)}.import-settings-filter>summary>span{flex:1}.import-settings-filter>summary>em{color:var(--muted);font-size:9px;font-style:normal;font-weight:500}.import-settings-filter[open]>summary{border-bottom:1px solid var(--line);background:var(--surface-soft)}.import-settings-group{padding:10px}.import-settings-group+.import-settings-group{border-top:1px solid var(--line)}.import-settings-group h4{margin:0 0 8px;color:var(--blue-strong);font-size:10px;font-weight:600;letter-spacing:.02em}.import-settings-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px 12px;align-items:start}.import-settings-fields .field.full{grid-column:1 / -1}.import-settings-fields .field input,.import-settings-fields .field select,.import-settings-fields .field textarea{min-height:30px;padding:5px 8px;font-size:10px;font-family:JetBrains Mono,Cascadia Mono,Consolas,monospace}.import-settings-fields .field select{font-family:inherit}.import-settings-hint{color:var(--muted);font-size:9px;font-weight:500}.import-settings-flag{display:flex;align-items:flex-start;gap:8px;min-height:30px;padding:4px 0;color:var(--ink);font-size:10px;font-weight:500;cursor:pointer}.import-settings-flag input{margin-top:2px}.import-settings-flag strong{display:block;font-weight:600}.import-settings-flag small{display:block;margin-top:2px;color:var(--muted);font-size:9px}.import-settings-mapping{display:grid;gap:6px}.import-settings-mapping-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(110px,1fr) minmax(110px,1fr) 90px;gap:8px;align-items:center;font-size:10px}.import-settings-mapping-row strong{font-weight:600}.import-settings-mapping-row label{display:grid;gap:2px;color:var(--muted);font-size:9px}.import-settings-mapping-row input,.import-settings-mapping-row select{min-height:28px;padding:3px 6px;font-size:10px;border:1px solid var(--line-dark);border-radius:4px;background:var(--sunken)}.import-settings-error{margin:0}.advanced-settings>summary{display:flex;align-items:center;gap:10px;cursor:pointer}.advanced-settings>summary em{color:var(--muted);font-size:9px;font-style:normal;font-weight:500}.advanced-settings .import-settings-editor{margin-top:10px}.import-summary-pills{display:flex;gap:6px}.recipe-section-note{margin:-4px 0 10px;color:var(--muted);font-size:10px}.project-edit-import{margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}.project-edit-import h3{margin:0 0 9px;color:var(--blue-strong);font-size:11px}.custom-file-types,.import-defaults{overflow:hidden}.custom-file-types>header,.import-defaults>header{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.custom-file-types h3,.import-defaults h3{font-size:11px}.custom-file-types header p,.import-defaults header p,.custom-file-types header>span{margin-top:3px;color:var(--muted);font-size:9px}.custom-file-types table{width:100%;border-collapse:collapse}.custom-file-types th{padding:8px 14px;color:var(--muted);font-size:9px;font-weight:600;text-align:left;border-bottom:1px solid var(--line)}.custom-file-types td{padding:10px 14px;font-size:10px;vertical-align:middle;border-bottom:1px solid var(--line)}.custom-file-types td strong,.custom-file-types td small{display:block}.custom-file-types td small{margin-top:3px;color:var(--muted);font-size:9px}.custom-file-types td code{color:var(--blue-strong);font-size:10px}.custom-file-types tr.disabled td strong{color:var(--muted)}.custom-file-type-toggle{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.import-defaults{margin-top:16px}.import-defaults-body{padding:14px}.custom-file-type-form{display:grid;gap:18px}.custom-file-type-form .import-settings-flag.full{grid-column:1 / -1}.custom-file-type-options h3{margin:0 0 9px;color:var(--blue-strong);font-size:11px}.custom-file-type-match{color:var(--green);font-size:10px;font-weight:600}.custom-file-type-miss{color:var(--muted);font-size:10px;font-weight:500}.segment-meta .length-counter{color:var(--muted);background:#eef1f3;font-weight:700}.segment-meta .length-counter.over{color:var(--red);background:var(--red-soft)}.segment-meta .length-counter.partial,.segment-meta .length-counter.reference{color:var(--muted);background:transparent;border:1px dashed #c9d1d6}.editor-status .editor-length-readout.over{color:var(--red);font-weight:750}::highlight(nemesis-length-within){color:var(--green)}::highlight(nemesis-length-over){color:var(--red);text-decoration:underline;text-decoration-color:var(--red)}.import-length-limit small{display:block;margin-top:4px;color:var(--muted);font-size:9px}.import-length-limit small.embedded,.manifest-status.own-limits{color:#9e4b18}.terminology-metadata{margin:4px 12px 8px;color:var(--muted);font-size:11px}.terminology-metadata summary{cursor:pointer}.terminology-metadata dl{margin:8px 0}.terminology-metadata dl>div{display:grid;grid-template-columns:minmax(96px,140px) minmax(0,1fr);gap:12px;padding:4px 0}.terminology-metadata dt{font-weight:600}.terminology-metadata dd{margin:0;color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere}.term-entry{border-bottom:1px solid var(--line)}.term-entry:last-child,.term-entry>.term-row{border-bottom:0}.account-email-panel{margin:16px 0;padding:12px;border:1px solid var(--line);background:var(--surface-soft)}.account-email-panel h3{margin-top:0}.account-email-panel p{color:var(--muted);font-size:12px;line-height:1.5}.account-email-panel .auth-actions{flex-wrap:wrap}.account-email-address{display:grid;gap:8px;margin-bottom:12px}.account-email-address .button{justify-self:end}.login-card a{color:var(--ink);text-underline-offset:2px}.login-card>.login-notice,.login-card>.login-error{margin:24px}
