:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Noto Sans CJK SC,Microsoft YaHei,sans-serif;color:#202522;background:#f4f5f4;font-synthesis:none;--ink: #202522;--muted: #68726b;--line: #e0e5e1;--green: #0e5e4b;--green-soft: #eaf3ee;--red: #b73d39;--blue: #3156d3;--amber: #8b600d;--radius: 6px;font-size:14px;letter-spacing:0;line-height:1.65}*{box-sizing:border-box;letter-spacing:0}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit;color:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:7px 12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;font-weight:500;cursor:pointer;line-height:1.4;transition:background .15s,border-color .15s;flex-shrink:0}button:hover:not(:disabled){background:#f0f4f1;border-color:#b7c7bf}button:disabled{opacity:.48;cursor:not-allowed}button.primary{background:var(--green);border-color:var(--green);color:#fff}button.primary:hover:not(:disabled){background:#084b3b}button.danger{background:#fff1ef;border-color:#edc4bd;color:var(--red)}button.text-button{border:0;background:transparent;padding:0;min-height:30px;color:var(--green)}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--blue);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:27px;font-weight:650;line-height:1.3;margin-bottom:0}h2{font-size:16px;line-height:1.4;font-weight:650;margin:0}h3{font-size:14px;margin-bottom:10px}p{margin-bottom:12px}small{font-size:12px}strong{font-weight:600}svg{flex-shrink:0}code,pre{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;overflow-wrap:anywhere;white-space:pre-wrap}pre{margin:10px 0;line-height:1.75}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:500;min-width:0}input,select,textarea{border:1px solid #d4ddd7;border-radius:5px;background:#fff;min-height:38px;padding:7px 10px;min-width:0;max-width:100%;font-size:14px}textarea{width:100%;resize:vertical;line-height:1.8}input[type=date]{font-variant-numeric:tabular-nums}select{padding-right:28px}fieldset{border:0;padding:0;margin:0}.muted{color:var(--muted);font-size:12px;font-weight:400}.eyebrow{font-size:12px;color:var(--muted);display:block}.inline{display:inline-flex;align-items:center;gap:6px}.preserve-lines{white-space:pre-wrap;overflow-wrap:anywhere}.sr-only{position:absolute;left:0;top:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.icon-button{width:36px;height:36px;min-height:36px;padding:0;border-color:transparent;background:transparent}.external-link{display:inline-flex;gap:5px;align-items:center;font-size:12px;flex-shrink:0}.status{display:inline-flex;gap:5px;align-items:center;font-size:12px;line-height:1.4;white-space:nowrap;padding:4px 6px;border-radius:4px;font-weight:500}.status.green{color:#126149;background:#e9f4ed}.status.amber{color:var(--amber);background:#faf2df}.status.red{color:var(--red);background:#fff0ed}.status.gray{color:#69746d;background:#f0f2f0}.status.blue{color:var(--blue);background:#edf0fc}.row-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.row-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px}.row-heading>div,.row-heading>strong{min-width:0;overflow-wrap:anywhere}.section-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:26px 0 14px;min-height:28px}.section-title:first-child{margin-top:0}.section-title h2{display:flex;align-items:center;gap:9px}.count{color:var(--muted);font-size:12px;font-weight:400;background:#e9ede9;padding:2px 6px;border-radius:4px}.notice{display:flex;gap:10px;align-items:flex-start;padding:13px 14px;margin:14px 0;border-radius:5px;font-size:13px;line-height:1.65}.notice>span{flex:1;min-width:0}.notice.error{color:#9d3430;background:#fff0ed;border:1px solid #f0d7d1}.notice.warning{color:#765717;background:#faf4e5;border:1px solid #e7dcc0}.notice button{min-height:24px;padding:2px 8px;background:transparent;border-color:currentColor;font-size:12px}.empty-state{padding:38px 20px;display:flex;flex-direction:column;align-items:center;gap:9px;color:var(--muted);font-size:13px;text-align:center}.empty-state strong{font-weight:500}.empty-state>svg{color:#9daa9f}.loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:28px;color:var(--muted);font-size:13px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.validation-banner{background:#ffe8b7;color:#6c4a06;font-size:12px;text-align:center;min-height:27px;position:relative;z-index:20;padding:3px 16px}.workbench:has(.validation-banner) .sidebar{top:27px}.brand{display:flex;align-items:center;gap:11px}.brand img{display:block;width:41px;height:41px;object-fit:contain;border-radius:0}.brand strong{display:block;font-size:17px;color:#173e31;line-height:1.4}.brand span{font-size:12px;color:var(--muted)}.sidebar{position:fixed;inset:0 auto 0 0;width:224px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:28px 18px 0;z-index:10}.sidebar .brand{padding:0 8px 30px}.workspace-label{font-size:12px;color:#8a948d;padding:10px 12px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav button{justify-content:flex-start;padding:11px 13px;gap:12px;border:0;background:transparent;min-height:46px;color:#58645c;font-size:14px}.sidebar nav button:hover{background:#f4f7f4}.sidebar nav button.active{background:var(--green-soft);color:var(--green);font-weight:600}.nav-short{display:none}.nav-badge{margin-left:auto;font-size:12px;background:#d2e9db;min-width:22px;text-align:center;padding:2px 4px;border-radius:4px}.sidebar-bottom{margin-top:auto}.sidebar-bottom>.muted{display:block;padding:22px 12px}.member-profile{border-top:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:19px 0}.avatar{display:grid;place-items:center;background:#edf1ed;color:#435849;width:33px;height:33px;border-radius:6px;flex-shrink:0}.member-profile>div{flex:1;min-width:0}.member-profile strong{display:block;font-size:13px}.member-profile div>span{display:block;font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-profile .icon-button{width:28px}.workspace{margin-left:224px;min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:66px;padding:12px 34px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.breadcrumb{display:flex;gap:13px;font-size:12px;color:#828c85}.breadcrumb strong{font-weight:500;color:#3a473e}.topbar-actions{display:flex;align-items:center;gap:18px}.current-user{font-size:12px;color:var(--muted)}.mobile-brand,.mobile-logout{display:none}.main-content{width:100%;max-width:1600px;margin:0 auto;padding:30px 34px 42px;flex:1;min-width:0}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.page-heading .eyebrow{margin-bottom:7px}.page-heading>div{min-width:0}.context-bar{display:flex;align-items:center;gap:11px;margin-bottom:28px;flex-wrap:wrap}.date-input{display:flex;flex-direction:row;align-items:center;background:#fff;border:1px solid var(--line);border-radius:5px;padding-left:10px}.date-input input{border:0;padding-left:6px;width:152px;background:transparent}.timezone{font-size:12px;color:var(--muted)}.project-filter{margin-left:auto;max-width:310px}.project-filter select{width:100%;min-width:176px;max-width:310px}.workspace-footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);color:#8b958e;font-size:12px;margin:0 34px;padding:16px 0}.queue-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:30px}.metric{display:flex;align-items:flex-start;flex-direction:column;text-align:left;min-height:115px;padding:18px 19px;border:1px solid var(--line);background:#fff;border-radius:6px}.metric-heading{display:flex;align-items:center;gap:9px;color:#59695d;width:100%;font-size:13px}.metric-heading>svg:last-child{margin-left:auto;color:#92a197}.metric>strong{font-size:29px;line-height:1.1;margin-top:16px;color:#1f3527;font-weight:600}.metric.blue .metric-heading>svg:first-child{color:var(--blue)}.metric.amber .metric-heading>svg:first-child{color:var(--amber)}.metric.red .metric-heading>svg:first-child{color:var(--red)}.metric.green .metric-heading>svg:first-child{color:var(--green)}.today-columns{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:32px}.today-columns>section{min-width:0}.work-queue{border-top:1px solid var(--line)}.queue-row{width:100%;text-align:left;justify-content:flex-start;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;gap:13px;padding:17px 0;min-height:84px}.queue-row>svg:first-child{color:#718677}.queue-row>svg:last-child{color:#91a096}.queue-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.queue-copy strong{font-size:14px;overflow-wrap:anywhere}.queue-copy>span{font-size:12px;color:var(--muted)}.coverage-line{border-bottom:1px solid var(--line);padding:13px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.daily-schedule{margin-top:24px;font-size:12px;color:var(--muted);border-left:2px solid #d8e1da;padding-left:14px}.daily-schedule>strong{color:#55695a;display:block;margin-bottom:8px}.daily-schedule>div{display:flex;justify-content:space-between;gap:10px;margin-top:5px}.analysis-empty{display:flex;align-items:center;gap:12px;min-height:70px;padding:16px 0;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.analysis-list article{padding:20px 0;border-top:1px solid var(--line)}.analysis-list article>strong{margin-right:14px}.analysis-list p{margin-top:12px;max-width:850px}.filter-bar{display:flex;align-items:flex-end;gap:12px;margin-bottom:24px;flex-wrap:wrap}.filter-bar .search{position:relative;flex-direction:row;align-items:center;min-width:220px;flex:1;max-width:420px}.search>svg{position:absolute;left:11px;color:#8e9b92}.search input{width:100%;padding-left:35px}.filter-bar>label{max-width:100%}.table-scroll{overflow:auto;width:100%;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}th{font-weight:500;font-size:12px;color:#6f7d73;background:#f8faf8;padding:13px 16px;white-space:nowrap}td{padding:17px 16px;border-top:1px solid #e8ece8;vertical-align:middle;max-width:300px;overflow-wrap:anywhere}tbody tr:hover{background:#fbfdfb}.project-table{min-width:780px}.project-table td:first-child{min-width:200px;width:28%}.project-name{font-size:14px;text-align:left;max-width:100%;line-height:1.6;justify-content:flex-start}.table-meta{display:block;font-size:12px;color:var(--muted);margin-top:5px;overflow-wrap:anywhere}.member-list{display:flex;flex-wrap:wrap;gap:5px 10px;font-size:12px;max-width:135px}.view-tabs{display:flex;align-items:stretch;border-bottom:1px solid var(--line);gap:18px;margin-bottom:24px;overflow-x:auto;scrollbar-width:thin}.view-tabs button{border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;padding:10px 3px 13px;color:#758076;font-size:13px;white-space:nowrap}.view-tabs button[aria-selected=true]{border-bottom-color:var(--green);color:var(--green);font-weight:600}.review-layout{display:grid;grid-template-columns:250px minmax(0,1fr);border-top:1px solid var(--line);min-height:550px;background:#fff;border-bottom:1px solid var(--line)}.report-list{border-right:1px solid var(--line);min-width:0}.list-filter{display:flex;flex-direction:column;gap:10px;padding:17px 15px;border-bottom:1px solid var(--line)}.list-filter select{width:100%}.report-select{display:flex;flex-direction:column;align-items:flex-start;gap:9px;min-height:125px;width:100%;padding:17px 16px;border:0;border-bottom:1px solid var(--line);border-left:3px solid transparent;border-radius:0;text-align:left;background:transparent}.report-select.selected{border-left-color:var(--green);background:#f0f6f1}.report-select-title{font-weight:600;line-height:1.7;overflow-wrap:anywhere}.metadata{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;flex-wrap:wrap;font-weight:400}.report-detail,.report-editor{min-width:0}.editor-heading{display:flex;align-items:flex-start;justify-content:space-between;padding:24px;gap:15px;border-bottom:1px solid var(--line)}.editor-heading h2{margin-bottom:10px;font-size:18px;overflow-wrap:anywhere}.editor-body{padding:24px}.report-item{display:flex;align-items:flex-start;gap:12px;margin:0 0 17px}.item-number{font-size:12px;color:#829287;line-height:38px;font-variant-numeric:tabular-nums}.item-input{flex:1;min-width:0}.item-input textarea{border-color:#e3e9e4;background:#fcfdfc;padding:10px 12px}.item-input textarea:hover{border-color:#becfc2}.report-item .icon-button{width:28px;color:#8d998f}.snapshot-strip{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:24px;padding:15px 0}.snapshot-strip>div{display:flex;flex-direction:column;gap:8px;min-width:0}.snapshot-strip strong{overflow-wrap:anywhere}.gap-list{padding:10px 0 10px 20px;color:#896519;font-size:13px;background:#fdf9f0;margin:0}.gap-list li{padding:4px 12px 4px 0;overflow-wrap:anywhere}.correction-fields{display:grid;grid-template-columns:1fr 1.5fr;gap:14px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.editor-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;border-top:1px solid var(--line);background:#fbfcfb;flex-wrap:wrap}.mobile-back{display:none}.conflict{background:#fff7eb;padding:18px;border-bottom:1px solid #e7dcc1}.conflict h3{color:#815512}.preserved-draft{padding:18px;background:#fffaf0}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:20px 0}.compare-grid>div{min-width:0}.compare-grid pre{overflow-wrap:anywhere;max-height:250px;overflow:auto;padding:12px;background:#fff;border:1px solid var(--line)}.version-id{display:block;margin:12px 0;overflow-wrap:anywhere}.value-change{display:grid;grid-template-columns:1fr 24px 1fr;gap:18px;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin:15px 0}.value-change>div{min-width:0}.value-change p{white-space:pre-wrap;overflow-wrap:anywhere;margin-bottom:0}.value-change>span{text-align:center;color:#90a094}.proposal{background:#fff;border:1px solid var(--line);border-radius:6px;margin-bottom:16px;padding:22px}.proposal .row-actions{justify-content:flex-end}.source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.source-item{border:1px solid var(--line);border-radius:6px;padding:20px;background:#fff}.source-item>p{font-size:12px;color:var(--muted)}.details-list{margin:14px 0 24px;font-size:13px}.progress-field+.progress-field{margin-top:8px}.progress-field .row-actions{flex-wrap:nowrap;justify-content:space-between}.progress-field .row-actions>span{min-width:0;overflow-wrap:anywhere}.progress-field .icon-button{flex:0 0 32px;width:32px;height:32px}.progress-field .refreshing svg{animation:spin 1s linear infinite}.details-list>div{display:grid;grid-template-columns:minmax(110px,1fr) minmax(0,2fr);gap:15px;padding:10px 0;border-bottom:1px solid var(--line)}.details-list dt{font-size:12px;color:var(--muted);overflow-wrap:anywhere}.details-list dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.details-list.compact>div{grid-template-columns:75px minmax(0,1fr);padding:6px 0;gap:8px;border:0}.details-list.compact{margin:10px 0 0;font-size:12px}.rows{border-top:1px solid var(--line)}.data-row,.delivery-row,.discovery-row,.instance-row{display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line);padding:17px 0;font-size:13px}.data-row>span:not(.status){flex:1;min-width:0;overflow-wrap:anywhere}.discovery-row>div,.instance-row>div,.delivery-row>div:first-child{flex:1;min-width:0}.discovery-row code{display:block;margin-top:3px}.discovery-row>svg,.instance-row>svg{color:#6d8777}.assignment-row{padding:20px 0;border-top:1px solid var(--line)}.assignment-row>p{font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.assignment-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.assignment-controls>label{max-width:380px}.assignment-controls select{width:100%}.source-binding{padding:12px 0;display:flex;flex-direction:column;gap:6px;font-size:13px;overflow-wrap:anywhere}.reference-rows>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0;border-bottom:1px solid var(--line);font-size:13px}.improvement-row{display:flex;align-items:center;text-align:left;width:100%;gap:18px;padding:22px 0;background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0}.improvement-row>span:nth-child(2){flex:1;min-width:0}.improvement-row>svg{color:#748878}.improvement-row strong{overflow-wrap:anywhere}.rule-row,.feedback-row{padding:22px 0;border-bottom:1px solid var(--line)}.activation-confirm{padding:20px;background:#eff6f0;border:1px solid #c9ddcf;border-radius:5px;margin:22px 0}.activation-confirm .row-actions{margin-top:14px}.activation-confirm code{display:block}.version-facts{display:flex;flex-wrap:wrap;gap:10px 16px;font-size:12px;color:var(--muted);margin:18px 0}.compare-controls{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}.diff{border:1px solid var(--line);font-size:13px;line-height:1.8}.diff>div{display:flex;gap:12px;white-space:pre-wrap;padding:7px 12px}.diff-marker{flex-shrink:0;width:14px;font-weight:600;-webkit-user-select:none;user-select:none}.diff>div>span:last-child{min-width:0;overflow-wrap:anywhere}.diff .added{background:#e8f4ec;color:#205c35}.diff .removed{background:#fff0ed;color:#a1433d}.evidence-item{padding:20px 0;border-bottom:1px solid var(--line)}.evidence-item:first-child{padding-top:0}.evidence-item p{font-size:13px}.summary-item{border-top:1px solid var(--line);padding:14px 0}.summary-item p{margin-bottom:7px}.project-context{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.snapshot-comparison p{font-size:13px;margin:16px 0}.snapshot-comparison{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0}.snapshot-comparison .row-actions{min-height:33px}.form-stack{display:flex;flex-direction:column;gap:20px}.form-stack>.primary{align-self:flex-start}details{margin-top:18px;border-top:1px solid var(--line);padding-top:12px}summary{color:var(--muted);font-size:12px;cursor:pointer;min-height:28px}.drawer{padding:0;border:0;background:#fff;color:var(--ink);position:fixed;inset:0 0 0 auto;margin:0;max-width:100%;width:540px;height:100%;max-height:100%;box-shadow:-12px 0 50px #2025221f}.drawer.wide{width:780px}.drawer::backdrop{background:#14251d50}.drawer-inner{display:flex;flex-direction:column;min-height:100%;height:100%}.drawer-inner>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 24px;border-bottom:1px solid var(--line);background:#fff;flex-shrink:0}.drawer-inner>header h2{font-size:17px}.drawer-body{padding:26px;overflow:auto;overscroll-behavior:contain;flex:1}.toast{position:fixed;bottom:26px;left:calc(50% + 112px);transform:translate(-50%);background:#233e2d;color:#fff;padding:13px 20px;border-radius:6px;max-width:600px;width:max-content;box-shadow:0 6px 24px #14251d20;font-size:13px;z-index:30}.login-page{min-height:100vh;background:#fff}.login-page>header{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:22px 36px}.login-content{width:360px;max-width:calc(100% - 40px);margin:100px auto 0}.login-content h1{font-size:25px;margin:20px 0 30px}.login-symbol{width:54px;height:54px;display:grid;place-items:center;color:var(--green);background:#ecf3ee;border-radius:7px}.login-content .form-stack>.primary{width:100%;justify-content:space-between;min-height:43px}.login-scope{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:12px;margin-top:24px}@media(min-width:1600px){.main-content{padding-left:48px;padding-right:48px}.today-columns{grid-template-columns:minmax(0,1fr) 330px}.metric{min-height:122px}}@media(max-width:1150px){.sidebar{width:196px;padding-left:12px;padding-right:12px}.workspace{margin-left:196px}.topbar{padding-left:24px;padding-right:24px}.main-content{padding:25px 24px}.today-columns{grid-template-columns:minmax(0,1fr) 240px;gap:24px}.queue-metrics{gap:10px}.metric{padding:15px 12px}.metric-heading{font-size:12px;gap:7px}.review-layout{grid-template-columns:215px minmax(0,1fr)}.editor-heading,.editor-body{padding:20px}.source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toast{left:calc(50% + 98px)}}@media(max-width:850px){.sidebar{width:176px}.sidebar .brand{gap:8px;padding-left:0}.brand img{width:35px;height:35px}.brand strong{font-size:16px}.sidebar nav button{gap:10px;padding-left:10px;font-size:13px}.workspace{margin-left:176px}.topbar{padding-left:20px;padding-right:20px}.main-content{padding:24px 20px}.today-columns{grid-template-columns:1fr}.source-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:18px}.source-summary .section-title,.source-summary .daily-schedule{grid-column:1/-1}.coverage-line{align-items:flex-start;gap:7px;flex-direction:column}.daily-schedule{display:none}.queue-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.review-layout{grid-template-columns:1fr}.report-list{border-right:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.list-filter{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between}.list-filter select{width:150px}.report-select{border-left-width:0;border-bottom-width:3px}.report-select.selected{border-left:0;border-bottom-color:var(--green)}.report-detail{border-top:1px solid var(--line)}.toast{left:calc(50% + 88px);max-width:calc(100% - 210px)}.context-bar .project-filter{margin-left:0}.context-bar{gap:10px}.context-bar .timezone{margin-right:auto}.page-heading{align-items:flex-end}.page-heading button{font-size:12px}}@media(max-width:650px){button{min-height:42px}.workbench{padding-bottom:74px}.sidebar{inset:auto 0 0!important;width:100%;padding:0;border:0;border-top:1px solid var(--line);background:#fff;display:block;height:calc(65px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}.sidebar>.brand,.workspace-label,.sidebar-bottom{display:none}.sidebar nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;height:65px}.sidebar nav button{position:relative;flex-direction:column;gap:4px;justify-content:center;min-height:65px;border-radius:0;padding:7px 0;font-size:12px}.nav-long{display:none}.nav-short{display:inline;font-size:12px}.sidebar nav button.active{background:#f5f9f5}.nav-badge{position:absolute;top:4px;right:calc(50% - 28px);font-size:12px;min-width:17px;padding:1px 3px;margin:0}.workspace{margin-left:0;min-height:calc(100vh - 74px)}.topbar{min-height:64px;padding:12px 18px}.breadcrumb,.current-user{display:none}.mobile-brand,.mobile-logout{display:flex}.brand img{width:32px;height:32px}.brand strong{font-size:14px}.brand span{font-size:12px}.topbar-actions{gap:6px}.main-content{padding:24px 18px 32px}.page-heading{gap:12px;margin-bottom:18px}.page-heading h1{font-size:24px}.page-heading .eyebrow{font-size:12px;max-width:175px;overflow-wrap:anywhere}.page-heading button{padding:7px 9px;gap:5px;font-size:12px;max-width:146px}.context-bar{margin-bottom:25px;row-gap:12px}.date-input input{width:142px;min-height:36px;font-size:13px}.date-input{padding-left:8px}.context-bar .project-filter{width:100%;max-width:100%;margin:0}.project-filter select{max-width:100%;min-height:40px;font-size:13px}.queue-metrics{gap:10px;margin-bottom:26px}.metric{min-height:112px;padding:14px}.metric-heading{font-size:12px;gap:7px}.metric-heading>svg:last-child{display:none}.metric>strong{font-size:27px;margin-top:15px}.section-title{margin-top:25px}.section-title h2{font-size:15px}.queue-row{gap:10px;padding:16px 0;min-height:92px}.queue-row>.status{display:none}.queue-copy strong{font-size:13px}.queue-copy>span{font-size:12px;line-height:1.7}.source-summary{gap:12px}.coverage-line{font-size:12px;padding:12px 0}.coverage-line .status{font-size:12px;padding:4px}.analysis-empty{align-items:flex-start;flex-wrap:wrap;gap:9px;font-size:12px}.view-tabs{gap:18px;margin-bottom:20px}.view-tabs button{font-size:12px;padding-bottom:12px;min-height:44px}.filter-bar{gap:12px}.filter-bar .search{max-width:100%;width:100%;flex-basis:100%}.filter-bar>label:not(.search){flex:1;width:calc(50% - 6px)}.filter-bar select{width:100%;font-size:13px}.table-scroll{max-width:100%}th,td{padding-left:13px;padding-right:13px}.review-layout{min-height:400px;border:0;background:transparent}.report-list{display:block;border-top:1px solid var(--line);background:#fff}.report-select{min-height:118px;border-bottom:1px solid var(--line);padding:18px}.review-layout.has-selection .report-list{display:none}.review-layout:not(.has-selection) .report-detail{display:none}.report-detail{border:0}.mobile-back{display:inline-flex;border:0;background:transparent;color:var(--green);font-size:13px;padding:0 0 13px;margin-bottom:6px;min-height:35px}.report-editor{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.editor-heading{padding:18px 14px;gap:8px}.editor-heading h2{font-size:16px;line-height:1.6;margin-bottom:8px}.editor-heading .row-actions{gap:0;flex-wrap:nowrap}.editor-heading .metadata{gap:7px;font-size:12px}.editor-heading .icon-button{width:31px;height:38px;min-height:38px}.editor-body{padding:20px 14px}.report-item{gap:7px;position:relative}.item-number{line-height:36px}.report-item>.icon-button{position:absolute;right:0;bottom:0;width:32px;height:30px;min-height:30px}.item-input textarea{font-size:14px;padding:10px;line-height:1.8}.item-input>.muted{min-height:30px;display:flex;align-items:center}.snapshot-strip{gap:18px;font-size:13px}.correction-fields{grid-template-columns:1fr}.editor-actions{position:static;padding:16px 14px;gap:12px;display:flex;flex-direction:column;align-items:stretch}.editor-actions>.row-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.editor-actions button{min-height:44px;font-size:13px;padding:7px 9px}.editor-actions>.muted{font-size:12px}.source-grid{grid-template-columns:1fr}.source-item{padding:18px}.source-item .details-list.compact>div{grid-template-columns:85px 1fr}.discovery-row{gap:10px;align-items:flex-start;flex-wrap:wrap}.discovery-row>div{flex-basis:calc(100% - 34px)}.discovery-row>button{margin-left:28px}.assignment-controls{gap:10px}.assignment-controls>label{flex:1;min-width:150px}.assignment-controls button{font-size:12px;padding:7px 10px}.instance-row{gap:10px;flex-wrap:wrap}.instance-row>div{flex-basis:calc(100% - 36px)}.instance-row>.status{margin-left:29px}.instance-row>.external-link{margin-left:auto}.data-row,.delivery-row{gap:9px;flex-wrap:wrap}.delivery-row>div:first-child{flex-basis:calc(100% - 120px)}.delivery-row>.row-actions{margin-left:auto}.improvement-row{gap:12px;flex-wrap:wrap}.improvement-row>span:nth-child(2){flex-basis:calc(100% - 36px)}.improvement-row>.status{margin-left:31px}.improvement-row>svg:last-child{margin-left:auto}.proposal{padding:17px 14px}.proposal .row-heading{flex-wrap:wrap;gap:8px}.value-change{gap:10px;grid-template-columns:1fr 20px 1fr;font-size:13px}.proposal .row-actions{gap:9px}.proposal .row-actions>.external-link{margin-right:auto}.proposal button{font-size:12px;padding:7px 10px}.drawer,.drawer.wide{width:100%;max-width:100%}.drawer-inner>header{padding:15px 18px}.drawer-inner>header h2{font-size:16px}.drawer-body{padding:22px 18px calc(24px + env(safe-area-inset-bottom))}.compare-grid{grid-template-columns:1fr;gap:18px}.compare-grid>div+div{border-top:1px solid var(--line);padding-top:16px}.compare-controls{grid-template-columns:1fr}.details-list>div{grid-template-columns:minmax(90px,1fr) minmax(0,1.8fr);gap:13px}.version-facts{gap:10px;font-size:12px}.reference-rows>div{font-size:13px}.toast{bottom:calc(80px + env(safe-area-inset-bottom));left:18px;transform:none;width:calc(100% - 36px);max-width:none;padding:13px 16px;font-size:12px}.workspace-footer{margin:0 18px;font-size:12px;padding:15px 0}.login-page>header{padding:20px;align-items:center}.login-page>header>.muted{font-size:12px;max-width:125px;text-align:right}.login-content{margin-top:72px}.login-content h1{font-size:24px}.login-scope{font-size:12px;gap:7px}.login-scope .status{font-size:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
