.pa-page,.pa-detail{--line: var(--border);--primary: #bf350b;--muted: #646b73}:root[data-theme=dark] .pa-page,:root[data-theme=dark] .pa-detail{--primary: #ffb5a1;--muted: #aaa09c}.pa-page{padding:28px 24px 40px;min-width:0;color:var(--text)}.pa-page *,.pa-detail *{box-sizing:border-box}.pa-page ::selection,.pa-detail ::selection{background:#ff4b1433}.pa-page h1,.pa-page h2,.pa-page h3,.pa-detail h2,.pa-detail h3,.pa-page p,.pa-detail p{margin:0}.pa-page h1{font-size:26px;font-weight:600;line-height:1.4;letter-spacing:-.02em}.pa-page h2,.pa-detail h3{font-size:16px;font-weight:600}.pa-page h3{font-size:15px;margin-top:28px;margin-bottom:10px}.pa-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.pa-heading p{color:var(--muted);font-size:13px;line-height:1.7;margin-top:7px}.pa-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pa-button,.pa-icon-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);background:var(--panel-solid);color:var(--text);border-radius:5px;cursor:pointer;font:inherit;font-size:12px;min-height:36px;padding:8px 12px;text-decoration:none}.pa-button:hover,.pa-icon-button:hover{border-color:var(--primary);background:var(--panel-2)}.pa-button.pa-primary{background:#ff4b14;color:#171819;border-color:#ff4b14;font-weight:500}.pa-button.pa-primary:hover{background:#ff6939}.pa-button:disabled,.pa-icon-button:disabled{opacity:.4;cursor:not-allowed}.pa-icon-button{padding:7px;min-width:36px;flex-shrink:0}.pa-page :focus-visible,.pa-detail :focus-visible{outline:2px solid #ff4b14;outline-offset:3px}.pa-page input,.pa-page select{color:var(--text);background:var(--panel-solid);border:1px solid var(--line);border-radius:4px;min-height:36px;padding:7px 10px;font:inherit;font-size:12px;caret-color:#ff4b14;max-width:100%}.pa-page input::placeholder{color:var(--muted)}.pa-page select{padding-right:22px}.pa-watermark{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pa-watermark>div{display:grid;gap:5px}.pa-watermark>div:last-child{text-align:right}.pa-watermark strong{font-size:12px;font-weight:500}.pa-watermark span,.pa-disclosure,.pa-caption,.pa-chart-note,.pa-muted{color:var(--muted);font-size:11px;line-height:1.75}.pa-watermark>div:last-child strong{color:var(--primary)}.pa-page .pa-disclosure{margin:10px 0 22px;max-width:105ch}.pa-page .pa-refresh-status{color:var(--muted);font-size:11px;line-height:1.7;margin:-10px 0 18px}.pa-workbench{margin-bottom:26px;min-width:0}.pa-workbench-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0 15px}.pa-workbench-heading p{font-size:11px;color:var(--muted);margin-top:6px}.pa-tool-tabs{display:flex;overflow-x:auto;scrollbar-width:thin;gap:0;border-bottom:1px solid var(--line);margin-bottom:16px}.pa-tool-tabs button{position:relative;display:flex;align-items:center;gap:7px;flex-shrink:0;border:0;background:transparent;padding:12px 13px;font:inherit;font-size:12px;color:var(--muted);cursor:pointer}.pa-tool-tabs button[aria-pressed=true]{color:var(--primary);background:var(--panel-2);box-shadow:inset 0 -2px 0 var(--primary)}.pa-tool-tabs button:hover{color:var(--text)}.pa-tool-tabs span{font-size:10px;font-family:Poppins,sans-serif;font-variant-numeric:tabular-nums}.pa-tool-layout{--pa-chart-min-height: clamp(340px, 30vw, 520px);display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:stretch}.pa-tool-visual,.pa-tool-recommendations{min-width:0;border:1px solid var(--line);border-radius:7px;background:var(--panel-solid);overflow:hidden}.pa-tool-visual,.pa-tool-recommendations{display:flex;flex-direction:column}.pa-tool-visual{container-type:inline-size}.pa-tool-recommendations{contain:size}.pa-tool-visual>:not(.pa-chart-body):not(.pa-chart-empty),.pa-tool-recommendations>:not(.pa-recommendation-list){flex-shrink:0}.pa-tool-visual>.pa-section-title{padding-bottom:16px}.pa-fullscreen-toggle{flex-shrink:0;white-space:nowrap}.pa-chart-body{display:flex;flex:1;flex-direction:column;min-height:0;min-width:0}.pa-chart-canvas{flex:1;position:relative;min-height:var(--pa-chart-min-height, 340px);min-width:0}.pa-chart-canvas:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.pa-chart-gestures{display:flex;flex-wrap:wrap;gap:4px 12px;margin:0;padding:0 20px 8px;color:var(--text);font-size:11px;line-height:1.6}.pa-chart-gestures span{color:var(--muted)}.pa-chart-empty{flex:1;display:grid;align-content:center;min-height:var(--pa-chart-min-height, 340px)}.pa-chart-scroll{display:flex;flex:1;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--muted) var(--panel-2)}.pa-chart-wide,.pa-chart-fit{display:flex;flex:1;min-width:0}.pa-chart-wide{min-width:620px}.pa-chart-body>p{flex-shrink:0}.pa-chart-range{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:0 20px 12px;flex-shrink:0}.pa-chart-range button{font:inherit;font-size:11px;min-height:32px;padding:6px 10px;border:1px solid var(--line);border-radius:4px;color:var(--muted);background:transparent;cursor:pointer}.pa-chart-range button[aria-pressed=true]{color:var(--primary);border-color:var(--primary);background:var(--panel-2)}.pa-chart-range span{color:var(--muted);font-size:11px}.pa-chart-fullscreen{position:fixed;inset:0;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:16px;border:0;color:var(--text);background:var(--panel-solid);overflow:auto}.pa-chart-fullscreen[open]{display:flex}.pa-chart-fullscreen::backdrop{background:var(--panel-solid)}.pa-chart-fullscreen>.pa-tool-visual{--pa-chart-min-height: 340px;flex:1;min-height:calc(100dvh - 32px);overflow:visible;border:0;border-radius:0}.pa-chart-fullscreen .pa-tool-visual>.pa-section-title{position:sticky;top:-16px;z-index:2;background:var(--panel-solid);padding-bottom:16px}.pa-fullscreen-placeholder{min-height:580px}.pa-chart-scroll-hint{display:none;padding:8px 14px;font-size:11px;color:var(--primary)}@media(max-width:1320px){.pa-chart-scroll-hint{display:block}}@container (max-width: 1120px){.pa-chart-body[data-tool=sku]>.pa-chart-scroll-hint{display:block}}.pa-tool-control{margin:0 20px 15px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:11px}.pa-tool-control select{max-width:min(100%,330px);min-width:0}.pa-tool-recommendations .pa-section-title{padding-bottom:15px}.pa-recommendation-list{flex:1;height:0;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--muted) transparent}.pa-recommendation-list article{padding:15px 18px 10px;border-top:1px solid var(--line)}.pa-recommendation-list article.is-focused{background:var(--panel-2)}.pa-recommendation-list article>div{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:5px 10px}.pa-recommend-model{border:0;padding:0;color:var(--text);background:transparent;cursor:pointer;font:500 13px Poppins,OPPOSans,sans-serif;text-align:left;overflow-wrap:anywhere}.pa-recommend-model:hover{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.pa-recommendation-list span{font-size:10px;color:var(--primary)}.pa-recommendation-list p{margin-top:8px;font-size:11px;color:var(--muted);line-height:1.85}.pa-recommendation-list .pa-text-button{font-size:11px}.pa-more-models{margin:6px 18px 12px}.pa-tool-method{margin:0 20px 18px;border-top:1px solid var(--line);padding-top:12px}.pa-tool-method summary{display:flex;gap:7px;align-items:center;cursor:pointer;font-size:11px;color:var(--primary)}.pa-tool-method p{font-size:11px;color:var(--muted);margin-top:10px;line-height:1.85}.pa-method-settings{display:flex;align-items:end;flex-wrap:wrap;gap:10px;padding:0 20px 16px}.pa-method-settings label{width:112px;display:grid;gap:6px;color:var(--muted);font-size:10px}.pa-method-settings input{width:100%}.pa-method-settings p{flex-basis:100%;font-size:10px;color:var(--muted);line-height:1.65}.pa-cell-filter{margin:0 20px 8px}.pa-scenario{margin:4px 20px 18px;border-top:1px solid var(--line);padding-top:14px}.pa-scenario h3{margin:0 0 14px;font-size:14px}.pa-scenario h3 span{display:block;font-size:10px;color:var(--muted);font-weight:400;margin-top:7px}.pa-scenario label{display:grid;gap:6px;font-size:11px;color:var(--muted);min-width:0}.pa-scenario-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0}.pa-scenario input{width:100%}.pa-scenario output{display:block;border-top:1px solid var(--line);padding-top:12px;margin-top:14px;font-size:13px;line-height:1.8;color:var(--primary)}.pa-scenario p{color:var(--muted);font-size:10px;line-height:1.85;margin-top:8px}.pa-queues.pa-queue-directory{display:block;margin-bottom:26px}.pa-queue-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.pa-queue-directory-grid>div{min-width:0;border-right:1px solid var(--line)}.pa-queue-directory-grid>div:nth-child(3n){border-right:0}.pa-queue-models{min-height:52px;padding:0 16px 14px 35px;display:flex;flex-wrap:wrap;gap:5px 12px;align-content:flex-start}.pa-queue-models button{border:0;background:transparent;padding:3px 0;font:11px Poppins,OPPOSans,sans-serif;color:var(--text);cursor:pointer;text-align:left;overflow-wrap:anywhere}.pa-queue-models button:hover{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.pa-queue-models span{color:var(--muted);font-size:11px}@media(max-width:1320px){.pa-tool-layout{grid-template-columns:minmax(0,1fr) 280px;gap:14px}.pa-tool-tabs button{padding-left:10px;padding-right:10px}}@media(max-width:1050px){.pa-tool-layout{grid-template-columns:1fr}.pa-tool-recommendations{contain:none}.pa-recommendation-list{display:grid;flex:none;height:auto;grid-template-columns:1fr 1fr;max-height:420px}}@media(max-width:700px){.pa-workbench-heading{flex-wrap:wrap}.pa-queue-directory-grid{grid-template-columns:1fr 1fr}.pa-queue-directory-grid>div:nth-child(3n){border-right:1px solid var(--line)}.pa-queue-directory-grid>div:nth-child(2n){border-right:0}}@media(max-width:600px){.pa-recommendation-list{display:block;max-height:470px}.pa-chart-fullscreen{padding:env(safe-area-inset-top,0px) 0 env(safe-area-inset-bottom,0px)}.pa-chart-fullscreen>.pa-tool-visual{min-height:100dvh}.pa-chart-fullscreen .pa-tool-visual>.pa-section-title{top:0}.pa-chart-range{padding-left:14px;padding-right:14px}.pa-chart-range button{min-height:40px}.pa-workbench-heading>.pa-actions{width:100%}.pa-workbench-heading .pa-button{flex:1}.pa-tool-tabs{margin-right:-14px}.pa-tool-tabs button{min-height:44px}.pa-tool-control{flex-wrap:wrap;margin-left:14px;margin-right:14px}.pa-tool-control select{width:100%}.pa-tool-method,.pa-scenario{margin-left:14px;margin-right:14px}.pa-method-settings{padding-left:14px;padding-right:14px}.pa-method-settings label{width:calc(50% - 6px)}.pa-queue-directory-grid{grid-template-columns:1fr}.pa-queue-directory-grid>div{border-right:0!important}}.pa-filters{display:flex;align-items:flex-end;gap:12px;margin-bottom:18px;flex-wrap:wrap}.pa-filters label,.pa-rule-fields label{display:grid;gap:7px;font-size:11px;color:var(--muted);min-width:130px}.pa-search{flex:1;max-width:300px}.pa-text-button{border:0;background:transparent;color:var(--primary);font:inherit;font-size:12px;padding:8px 0;cursor:pointer;display:inline-flex;align-items:center;gap:7px}.pa-text-button:hover{text-decoration:underline;text-underline-offset:4px}.pa-overview{display:grid;grid-template-columns:minmax(0,1fr) 304px;gap:18px;margin-bottom:26px}.pa-position,.pa-queues,.pa-list{border:1px solid var(--line);border-radius:7px;background:var(--panel-solid);overflow:hidden;min-width:0}.pa-section-title{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px 8px}.pa-section-title p{color:var(--muted);font-size:11px;line-height:1.6;margin-top:5px}.pa-section-title h2 span{font-size:12px;margin-left:8px;color:var(--muted)}.pa-caption{white-space:nowrap}.pa-chart-note{padding:0 20px 16px}.pa-queues .pa-section-title{padding:14px 17px 9px}.pa-queue{display:grid;grid-template-columns:7px minmax(0,1fr) 30px 14px;align-items:center;gap:11px;width:100%;background:transparent;color:var(--text);font:inherit;text-align:left;border:0;border-top:1px solid var(--line);padding:12px 17px;cursor:pointer}.pa-queue:hover,.pa-queue.is-selected{background:var(--panel-2)}.pa-queue.is-selected{box-shadow:inset 0 0 0 1px var(--primary)}.pa-queue b{font-size:12px;font-weight:500}.pa-queue small{display:block;font-size:10px;color:var(--muted);margin-top:4px}.pa-queue strong{font-size:20px;font-weight:500;text-align:right;font-variant-numeric:tabular-nums}.pa-queue>svg{color:var(--muted)}.pa-tone-promote{--pa-tone: #ff4b14}.pa-tone-improve{--pa-tone: #ba811c}.pa-tone-exit{--pa-tone: #cb5c5c}.pa-tone-new{--pa-tone: #6389b2}.pa-tone-maintain{--pa-tone: #68958a}.pa-tone-insufficient{--pa-tone: #94939d}.pa-dot,.pa-status i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--pa-tone);flex-shrink:0}.pa-scroll{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--muted) transparent}.pa-list .pa-section-title{padding-bottom:18px}.pa-sort{display:grid;gap:5px;color:var(--muted);font-size:10px}.pa-sort select{min-width:142px;color:var(--text)}.pa-table{width:100%;border-collapse:collapse;min-width:935px}.pa-table[data-table=overview]{min-width:1260px}.pa-table[data-table=portfolio]{min-width:1040px}.pa-table[data-table=economics],.pa-table[data-table=supply]{min-width:1180px}.pa-table th{color:var(--muted);background:var(--panel-2);font-size:10px;font-weight:400;padding:12px 16px;text-align:right;white-space:nowrap;border-top:1px solid var(--line)}.pa-table td{padding:14px 16px;border-top:1px solid var(--line);font-size:12px}.pa-table th:first-child,.pa-table th:nth-child(2){text-align:left}.pa-table th small,.pa-table td small{display:block;font-size:10px;font-weight:400;color:var(--muted);margin-top:4px}.pa-table tbody tr:hover{background:var(--panel-2)}.pa-number{text-align:right;font-family:Poppins,OPPOSans,sans-serif;font-variant-numeric:tabular-nums;white-space:nowrap}.pa-model{display:block;border:0;background:transparent;color:var(--text);cursor:pointer;padding:0;text-align:left;min-width:132px;font:inherit}.pa-model b{font-size:13px;font-weight:500}.pa-model:hover b{color:var(--primary);text-decoration:underline;text-underline-offset:4px}.pa-table .pa-negative{color:var(--primary)}.pa-status{white-space:nowrap;font-size:11px;display:inline-flex;align-items:center;gap:7px}.pa-review-text{min-width:154px;text-align:left;line-height:1.65;vertical-align:top}.pa-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:11px;border-top:1px solid var(--line);padding:12px 18px}.pa-pagination>div{display:flex;align-items:center;gap:12px}.pa-endnote{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:11px;color:var(--muted);padding-top:15px}.pa-rules,.pa-method{padding:22px;background:var(--panel-solid);border:1px solid var(--line);border-radius:6px;margin-bottom:22px}.pa-rules>p,.pa-method>p{font-size:12px;line-height:1.9;margin-top:10px;max-width:95ch}.pa-rule-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0 14px}.pa-rules .pa-actions{margin-top:16px}.pa-method-table{width:100%;border-collapse:collapse;min-width:620px;font-size:12px;line-height:1.8;margin-top:20px}.pa-method-table th,.pa-method-table td{text-align:left;padding:12px 14px 12px 0;border-bottom:1px solid var(--line);vertical-align:top}.pa-method-table th:first-child{width:100px;white-space:nowrap}.pa-method-framework{min-width:860px}.pa-method-framework th:first-child{width:96px}.pa-method-framework td:nth-child(2){min-width:220px;font-weight:500}.pa-sources{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted)}.pa-sources a{color:var(--primary);text-underline-offset:3px}.pa-detail{position:fixed;inset:0 0 0 auto;margin:0;height:100dvh;max-height:none;width:min(640px,100vw);max-width:100vw;padding:0;border:0;border-left:1px solid var(--line);background:var(--panel-solid);color:var(--text);box-shadow:-12px 0 40px #0003}.pa-detail[open]{display:flex;flex-direction:column}.pa-detail::backdrop{background:#0008}.pa-detail>header{display:flex;justify-content:space-between;gap:16px;padding:24px;border-bottom:1px solid var(--line)}.pa-detail h2{font-size:24px;font-weight:500;font-family:Poppins,OPPOSans,sans-serif}.pa-detail header p{font-size:12px;color:var(--muted);margin-top:5px}.pa-detail-body{padding:24px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--muted) transparent}.pa-verdict{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px}.pa-verdict>span{font-size:17px;font-weight:500}.pa-verdict>span:before{content:"";display:inline-block;margin-right:9px;width:7px;height:7px;border-radius:50%;background:var(--pa-tone)}.pa-verdict small,.pa-period{font-size:11px;color:var(--muted);line-height:1.8}.pa-evidence h3{margin-top:7px}.pa-evidence ul,.pa-checks ul{padding-left:18px;font-size:12px;line-height:1.85;margin:12px 0}.pa-evidence li+li,.pa-checks li+li{margin-top:7px}.pa-facts{display:grid;grid-template-columns:1fr 1fr;margin:20px 0 28px;border-top:1px solid var(--line)}.pa-facts>div{padding:16px 12px 16px 0;border-bottom:1px solid var(--line)}.pa-facts dt{font-size:11px;color:var(--muted)}.pa-facts dd{margin:8px 0 4px;font-family:Poppins,OPPOSans,sans-serif;font-size:21px;font-weight:500;font-variant-numeric:tabular-nums}.pa-facts dd span{font-size:14px;color:var(--muted)}.pa-facts small{color:var(--muted);font-size:10px}.pa-detail section{margin-top:24px}.pa-detail section p{font-size:12px;line-height:1.85;margin-top:10px}.pa-detail .pa-muted{font-size:11px}.pa-trend-table{width:100%;border-collapse:collapse;font-size:11px;margin-top:12px}.pa-trend-table th,.pa-trend-table td{padding:9px 0;border-bottom:1px solid var(--line);text-align:right}.pa-trend-table th{color:var(--muted);font-weight:400}.pa-trend-table th:first-child,.pa-trend-table td:first-child{text-align:left;white-space:nowrap}.pa-trend-table td{font-family:Poppins,OPPOSans,sans-serif;font-variant-numeric:tabular-nums}.pa-checks{background:var(--panel-2);padding:18px;border:1px solid var(--line);border-radius:4px}.pa-meta{font-size:11px}.pa-meta>div{display:flex;justify-content:space-between;padding:8px 0}.pa-meta dt{color:var(--muted)}.pa-meta dd{margin:0}.pa-detail>footer{padding:16px 24px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.pa-detail>footer span{font-size:10px;color:var(--muted)}.pa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pa-list,.pa-workbench{scroll-margin-top:88px}.pa-evaluation-tabs{display:flex;overflow-x:auto;padding:0 20px;border-bottom:1px solid var(--line);scrollbar-width:thin;scrollbar-color:var(--muted) transparent}.pa-evaluation-tabs button{flex-shrink:0;min-height:46px;padding:12px 16px;border:0;border-bottom:2px solid transparent;background:none;color:var(--muted);font:inherit;font-size:13px;cursor:pointer}.pa-evaluation-tabs button[aria-pressed=true]{border-bottom-color:#ff4b14;color:var(--primary)}.pa-evaluation-tabs button:hover{color:var(--text);background:var(--panel-2)}.pa-evaluation-tabs button:focus-visible,.pa-review-link:focus-visible{outline:2px solid var(--primary);outline-offset:-3px}.pa-evaluation-basis{padding:12px 24px;background:var(--panel-2);border-bottom:1px solid var(--line)}.pa-evaluation-basis p,.pa-fixed-basis{color:var(--muted);font-size:12px;line-height:1.8;margin:0}.pa-evaluation-basis p+p{margin-top:6px}.pa-evaluation-basis .pa-text-button{margin-left:12px}.pa-fixed-basis{margin:0 20px 12px}.pa-evaluation-table{min-width:1320px}.pa-evaluation-table .pa-evaluation-cell{min-width:134px;max-width:195px;white-space:normal;line-height:1.6}.pa-evaluation-table .pa-review-text{min-width:225px;max-width:260px;white-space:normal}.pa-evaluation-table small{white-space:normal;line-height:1.65;max-width:230px}.pa-review-link{display:block;border:0;padding:0;background:none;color:var(--text);font:inherit;text-align:left;cursor:pointer;text-decoration:underline;text-decoration-color:var(--line);text-underline-offset:4px}.pa-review-link:hover{color:var(--primary);text-decoration-color:currentColor}.pa-decision-gates dl{margin:12px 0}.pa-decision-gates dl>div{padding:14px 0;border-top:1px solid var(--line)}.pa-decision-gates dt{display:flex;align-items:center;justify-content:space-between;font-size:13px;gap:16px}.pa-decision-gates dt span{font-size:12px;color:var(--muted)}.pa-decision-gates dt .pa-gate-constraint{color:var(--primary)}.pa-decision-gates dd{margin:8px 0 0;font-size:12px;line-height:1.8;color:var(--muted)}.pa-recommendation-list .pa-recommendation-gate{border-top:1px solid var(--line);padding-top:8px;font-size:11px}@media(max-width:1150px){.pa-overview{grid-template-columns:minmax(0,1fr) 278px;gap:14px}.pa-caption{display:none}.pa-heading{flex-wrap:wrap}.pa-queue{gap:9px;padding:12px 13px}}@media(max-width:900px){.pa-overview{grid-template-columns:1fr}.pa-queues{display:grid;grid-template-columns:1fr 1fr}.pa-queues .pa-section-title{grid-column:1 / -1}.pa-queue{border-right:1px solid var(--line)}}@media(max-width:600px){.pa-page{padding:20px 14px 30px}.pa-page h1{font-size:23px}.pa-heading{margin-bottom:18px;gap:12px}.pa-heading p{font-size:12px}.pa-watermark{flex-direction:column;gap:12px}.pa-watermark>div:last-child{text-align:left}.pa-watermark span{font-size:10px}.pa-search{max-width:none;flex-basis:100%}.pa-filters label:not(.pa-search){flex:1;min-width:100px}.pa-filters .pa-text-button{flex-basis:100%}.pa-queues{display:block}.pa-queue{padding:14px 17px}.pa-queue small{font-size:11px}.pa-section-title{padding:16px 14px 8px;flex-wrap:wrap}.pa-chart-note{padding:0 14px 15px}.pa-rule-fields{grid-template-columns:1fr 1fr}.pa-rules,.pa-method{padding:16px}.pa-rule-fields label{min-width:0}.pa-detail>header,.pa-detail-body{padding:20px}.pa-detail>footer{padding:14px 20px;flex-wrap:wrap}.pa-detail>footer .pa-button{flex:1}.pa-button,.pa-icon-button{min-height:40px}.pa-table{table-layout:fixed}.pa-table th,.pa-table td{width:110px}.pa-table th:first-child,.pa-table td:first-child{position:sticky;left:0;z-index:1;width:150px;background:var(--panel-solid);border-right:1px solid var(--line);padding-left:12px;padding-right:12px}.pa-table th:first-child{background:var(--panel-2)}.pa-model{min-width:0;width:100%;overflow-wrap:anywhere}}.pa-evaluation-workspace{min-width:0;border:1px solid var(--line);border-radius:7px;background:var(--panel-solid);scroll-margin-top:88px}.pa-evaluation-workspace-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;border-bottom:1px solid var(--line)}.pa-evaluation-workspace-heading .pa-evaluation-tabs{padding:0;border:0;min-width:0}.pa-evaluation-workspace-heading>.pa-button{flex-shrink:0}.pa-evaluation-workspace .pa-workbench{padding:0 20px 20px;margin-bottom:0}.pa-mode-pane[hidden]{display:none!important}.pa-review-overview{padding:24px 20px 18px;min-width:0}.pa-review-chart-heading{display:flex;justify-content:space-between;align-items:start;gap:18px;margin-bottom:22px}.pa-review-chart-heading p{margin-top:7px;color:var(--muted);font-size:12px;line-height:1.7}.pa-review-chart-heading>.pa-button{flex-shrink:0}.pa-review-plot-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:24px;align-items:stretch}.pa-review-primary-plot{--pa-chart-min-height: 380px;min-width:0;display:flex;flex-direction:column}.pa-review-primary-plot>.pa-chart-canvas{min-height:400px}.pa-review-economics .pa-review-primary-plot>.pa-chart-canvas{min-height:430px}.pa-review-primary-plot>.pa-chart-body{flex:1}.pa-review-chart-caption{margin-top:12px!important;color:var(--muted);font-size:11px;line-height:1.8}.pa-review-portfolio .pa-review-chart-caption{display:none}.pa-review-primary-plot .pa-chart-note{padding:0}.pa-review-primary-plot .pa-chart-range,.pa-review-primary-plot .pa-chart-gestures{padding-left:0;padding-right:0}.pa-review-companion{min-width:0;display:flex;flex-direction:column;padding-left:24px;border-left:1px solid var(--line)}.pa-review-companion h3,.pa-sparse-models h3{margin:0 0 8px;font-size:14px}.pa-review-companion>p{font-size:11px;color:var(--muted);line-height:1.8}.pa-review-companion>p:last-child{margin-top:auto;padding-top:14px}.pa-review-model-list{display:flex;flex:1;flex-direction:column;margin-top:10px}.pa-review-model-list button{display:flex;flex-direction:column;justify-content:center;flex:1;min-height:70px;gap:8px;border:0;border-top:1px solid var(--line);background:none;padding:13px 0;font:inherit;text-align:left;color:var(--text);cursor:pointer}.pa-review-model-list button>span{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:12px}.pa-review-model-list b{font-family:Poppins,OPPOSans,sans-serif;font-weight:500;overflow-wrap:anywhere}.pa-review-model-list button:hover b{color:var(--primary);text-decoration:underline;text-underline-offset:4px}.pa-review-model-list button>span:last-child,.pa-review-model-list em{color:var(--muted);font-size:11px;font-style:normal}.pa-review-model-list>p{font-size:12px;color:var(--muted);line-height:1.8}.pa-review-stock-plot{display:flex;flex:1;min-height:310px;margin-left:-18px}.pa-review-stock-plot>.pa-chart-canvas{min-height:310px}.pa-sparse-models{padding:24px;display:flex;flex-direction:column;flex:1;justify-content:center;min-height:360px}.pa-sparse-models button{display:flex;flex-wrap:wrap;gap:8px 24px;align-items:center;justify-content:space-between;padding:16px 0;border:0;border-bottom:1px solid var(--line);color:var(--text);background:none;font:inherit;font-size:12px;cursor:pointer;text-align:left}.pa-sparse-models p{color:var(--muted);font-size:12px;line-height:1.8;margin-top:18px}.pa-action-strip{margin:22px 0;padding:4px 0 6px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pa-action-filter-row{display:flex;align-items:center;gap:24px}.pa-action-filter-row h2{flex-shrink:0;font-size:13px}.pa-action-filter-row>div{display:flex;flex:1;min-width:0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--muted) transparent;gap:4px}.pa-action-filter-row button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;flex:1;flex-shrink:0;white-space:nowrap;padding:10px;font:inherit;font-size:12px;border:0;border-bottom:2px solid transparent;background:none;color:var(--muted);cursor:pointer}.pa-action-filter-row button[aria-pressed=true]{color:var(--primary);border-bottom-color:#ff4b14}.pa-action-filter-row button:hover{background:var(--panel-2);color:var(--text)}.pa-action-filter-row b{font-family:Poppins,OPPOSans,sans-serif;font-weight:500;color:var(--text);font-variant-numeric:tabular-nums}.pa-action-filter-row i{display:inline-block;width:5px;height:5px;border-radius:50%;flex-shrink:0}.pa-action-models{display:flex;align-items:center;flex-wrap:wrap;gap:5px 18px;min-height:42px}.pa-action-models span{color:var(--muted);font-size:11px}.pa-action-models span:first-child{min-width:76px}.pa-action-models button{min-height:36px;border:0;padding:6px 0;background:none;color:var(--text);font:500 12px Poppins,OPPOSans,sans-serif;cursor:pointer}.pa-action-models button:hover{text-decoration:underline;text-underline-offset:4px;color:var(--primary)}.pa-evaluation-table .pa-evaluation-cell{min-width:110px;max-width:170px;white-space:nowrap;vertical-align:middle}.pa-evaluation-table .pa-review-text{min-width:180px;max-width:220px;white-space:normal;vertical-align:middle}.pa-evaluation-table td{height:58px;padding-top:12px;padding-bottom:12px}.pa-evaluation-table th{text-align:left}.pa-evaluation-table th:is([data-field=revenue],[data-field=gross],[data-field=margin],[data-field=cost],[data-field=sales],[data-field=growth],[data-field=stock],[data-field=inventoryCoverage],[data-field=recent],[data-field=share],[data-field=months]){text-align:right}.pa-evaluation-basis{background:none;padding:0 20px 13px}.pa-evaluation-basis summary{width:fit-content;min-height:32px;cursor:pointer;color:var(--muted);font-size:12px;padding:6px 0}.pa-evaluation-basis p{margin-top:8px;max-width:115ch}.pa-review-active-filters{padding:8px 20px;display:flex;align-items:center;gap:20px;background:var(--panel-2);font-size:12px}.pa-detail-metric-notes{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.pa-detail-metric-notes summary{cursor:pointer;font-size:14px;min-height:30px}.pa-detail-metric-notes dl{margin:0}.pa-detail-metric-notes dl>div{padding:12px 0;border-top:1px solid var(--line)}.pa-detail-metric-notes dt{font-size:12px;color:var(--muted)}.pa-detail-metric-notes dd{margin:8px 0 0;font-size:13px}.pa-detail-metric-notes dd p{color:var(--muted);font-size:12px;line-height:1.8;margin-top:7px}.pa-review-fullscreen{position:fixed;inset:0;width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:var(--panel-solid);color:var(--text);overflow:auto}.pa-review-fullscreen[open]{display:flex}.pa-review-fullscreen::backdrop{background:var(--panel-solid)}.pa-review-fullscreen>.pa-review-overview{display:flex;flex:1;flex-direction:column;min-width:0;min-height:100dvh;padding:28px 32px 24px}.pa-review-fullscreen .pa-review-plot-layout{flex:1;grid-template-columns:1fr}.pa-review-fullscreen .pa-review-companion{display:none}.pa-review-fullscreen .pa-review-supply .pa-review-plot-layout{grid-template-columns:minmax(0,1fr) 320px}.pa-review-fullscreen .pa-review-supply .pa-review-companion{display:flex}@media(max-width:1320px){.pa-review-plot-layout{grid-template-columns:minmax(0,1fr) 244px;gap:18px}.pa-review-companion{padding-left:18px}.pa-action-filter-row{gap:14px}.pa-action-filter-row button{gap:5px;padding:10px 7px;font-size:11px}}@media(max-width:1050px){.pa-review-plot-layout{grid-template-columns:1fr}.pa-review-companion{padding:20px 0 0;border-left:0;border-top:1px solid var(--line)}.pa-review-model-list{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.pa-review-model-list button{min-height:68px}.pa-review-model-list button:nth-child(-n+2){border-top:0}.pa-review-stock-plot,.pa-review-stock-plot>.pa-chart-canvas{min-height:230px}.pa-review-fullscreen .pa-review-companion{align-self:stretch;max-height:none}.pa-action-filter-row{display:block}.pa-action-filter-row h2{margin:12px 0 4px}.pa-evaluation-workspace-heading{gap:6px;padding:0 14px}.pa-evaluation-tabs button{padding:12px 10px}}@media(max-width:600px){.pa-evaluation-workspace-heading{flex-wrap:wrap;padding:0 12px 10px}.pa-evaluation-workspace-heading .pa-evaluation-tabs{flex-basis:100%}.pa-evaluation-tabs button{padding:12px 10px;font-size:12px}.pa-evaluation-workspace-heading>.pa-button{min-height:40px;padding:6px 10px;margin-left:auto}.pa-evaluation-workspace .pa-workbench{padding:0 12px 12px}.pa-review-overview{padding:18px 12px 14px}.pa-review-chart-heading{flex-wrap:wrap;gap:12px;margin-bottom:18px}.pa-review-chart-heading h2{font-size:15px}.pa-review-chart-heading p{font-size:11px}.pa-review-chart-heading>.pa-button{min-height:40px;padding:7px 10px}.pa-review-primary-plot{--pa-chart-min-height: 380px}.pa-review-primary-plot>.pa-chart-canvas{min-height:380px}.pa-review-model-list{grid-template-columns:1fr}.pa-review-model-list button{min-height:68px}.pa-review-model-list button:nth-child(2){border-top:1px solid var(--line)}.pa-review-companion>p:last-child{padding-top:10px}.pa-action-filter-row>div{margin-right:-14px;padding-right:14px}.pa-action-filter-row button{flex:0 0 auto;padding:10px 12px;font-size:12px}.pa-action-models{gap:4px 16px;padding:8px 0}.pa-action-models span:first-child,.pa-action-models span:last-child{flex-basis:100%}.pa-action-models button{min-height:44px}.pa-evaluation-table .pa-evaluation-cell{min-width:110px;max-width:none}.pa-evaluation-table .pa-review-text{min-width:190px;width:190px}.pa-evaluation-basis{padding-left:14px;padding-right:14px}.pa-review-fullscreen>.pa-review-overview{padding:20px 14px}.pa-review-fullscreen .pa-review-supply .pa-review-plot-layout{grid-template-columns:1fr}.pa-review-active-filters{flex-wrap:wrap;gap:0 14px;padding-left:14px;padding-right:14px}.pa-sparse-models{padding:12px}}.pa-analysis-content[hidden]{display:none}.pa-scope-context{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.8}.pa-review-takeaway{margin:-4px 0 22px;padding-bottom:18px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:8px;line-height:1.7}.pa-review-takeaway strong{font-size:14px;font-weight:500}.pa-review-takeaway>span{font-size:12px;color:var(--muted)}.pa-supply-views{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:6px}.pa-supply-views button{color:var(--muted);font:inherit;font-size:12px;padding:8px 12px;min-height:40px;background:none;border:1px solid var(--line);border-radius:4px;cursor:pointer}.pa-supply-views button[aria-pressed=true]{color:var(--primary);border-color:var(--primary)}.pa-supply-views button:last-child{border:0;margin-left:auto}.pa-inventory-group-links{display:flex;flex-wrap:wrap;gap:2px 18px;padding:12px 0 0;border-top:1px solid var(--line);margin-top:10px}.pa-inventory-group-links button{display:inline-flex;align-items:center;gap:9px;min-height:40px;padding:4px 0;font:inherit;font-size:12px;border:0;background:none;color:var(--muted);cursor:pointer}.pa-inventory-group-links b{font-family:Poppins,OPPOSans,sans-serif;color:var(--text);font-weight:500;font-variant-numeric:tabular-nums}.pa-inventory-group-links button:hover,.pa-inventory-group-links button:hover b{color:var(--primary)}.pa-chart-body>.pa-inventory-group-links{margin:8px 20px 0}.pa-inventory-detail{background:var(--panel-solid);border:1px solid var(--line);border-radius:6px;padding:24px;min-width:0;scroll-margin-top:88px}.pa-inventory-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:12px;margin-bottom:18px}.pa-inventory-breadcrumb button{min-height:40px}.pa-inventory-heading{display:flex;align-items:start;justify-content:space-between;gap:24px}.pa-inventory-heading h1{font-size:24px;font-weight:500;line-height:1.5;overflow-wrap:anywhere;outline:none}.pa-inventory-heading p{color:var(--muted);font-size:12px;line-height:1.8;margin-top:10px}.pa-inventory-heading>button{flex-shrink:0}.pa-inventory-source{display:flex;flex-wrap:wrap;gap:8px 28px;padding:16px 0;margin-top:16px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.pa-inventory-boundary,.pa-inventory-reconcile{font-size:12px;color:var(--muted);line-height:1.8;margin:14px 0}.pa-inventory-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:20px 0}.pa-inventory-facts>div{display:flex;flex-direction:column;padding:18px 18px 18px 0;gap:12px}.pa-inventory-facts span{color:var(--muted);font-size:12px}.pa-inventory-facts strong{font-size:22px;font-weight:500;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.pa-inventory-facts>div:first-child strong{color:var(--primary)}.pa-inventory-table-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:26px 0 18px}.pa-inventory-table-heading h2{font-size:16px}.pa-inventory-search{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted)}.pa-inventory-search input{min-height:40px;padding:8px 12px;width:240px;border:1px solid var(--line);border-radius:4px;background:var(--panel-solid);color:var(--text);font:inherit}.pa-inventory-table{min-width:750px}.pa-inventory-table th{text-align:left}.pa-inventory-table td:nth-child(6){padding-left:24px;white-space:nowrap}.pa-inventory-table td.num{white-space:nowrap}.pa-sku-code-mobile{display:none}.pa-inventory-table th.num,.pa-inventory-table td.num{text-align:right}.pa-inventory-table td{height:56px;vertical-align:middle;font-variant-numeric:tabular-nums}.pa-inventory-table .pa-model-link{font:500 13px Poppins,OPPOSans,sans-serif;color:var(--text);border:0;background:none;cursor:pointer;text-align:left;padding:8px 0}.pa-inventory-table .pa-model-link:hover{color:var(--primary);text-decoration:underline;text-underline-offset:4px}.pa-inventory-definition{border-top:1px solid var(--line);margin-top:18px;padding-top:12px;font-size:12px;color:var(--muted)}.pa-inventory-definition summary{cursor:pointer;min-height:36px;padding-top:8px}.pa-inventory-definition p{line-height:1.9;margin:8px 0}@media(max-width:700px){.pa-scope-context{padding:12px;flex-wrap:wrap}.pa-inventory-detail{padding:16px 12px}.pa-inventory-heading{flex-direction:column;gap:14px}.pa-inventory-heading h1{font-size:20px}.pa-inventory-table-heading{align-items:start;flex-direction:column;gap:14px}.pa-inventory-search{width:100%;flex-wrap:wrap}.pa-inventory-search input{width:100%}.pa-inventory-source{flex-direction:column}.pa-inventory-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.pa-inventory-facts strong{font-size:19px}.pa-inventory-sku-table{min-width:480px}.pa-inventory-sku-table th:nth-child(2),.pa-inventory-sku-table td:nth-child(2){display:none}.pa-inventory-sku-table .pa-sku-code-mobile{display:block;font-size:inherit;margin-top:6px;overflow-wrap:anywhere}.pa-inventory-sku-table th .pa-sku-code-mobile{display:inline}.pa-inventory-group-links{gap:0 14px}.pa-inventory-group-links button{min-height:44px}.pa-supply-views button:last-child{margin-left:0}.pa-evaluation-tabs button{padding-left:9px;padding-right:9px}}@media print{.pa-actions,.pa-filters,.pa-pagination button,.pa-detail{display:none}.pa-page{padding:0}.pa-scroll{overflow:visible}.pa-table{min-width:0}}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600 800;font-display:swap}@font-face{font-family:OPPOSans;src:url(/fonts/OPPOSans-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:OPPOSans;src:url(/fonts/OPPOSans-Medium.ttf) format("truetype");font-weight:500 600;font-display:swap}@font-face{font-family:OPPOSans;src:url(/fonts/OPPOSans-Heavy.ttf) format("truetype");font-weight:700 900;font-display:swap}:root{color-scheme:light;--bg: #f4f6f8;--sidebar: #ffffff;--topbar: rgba(255,255,255,.92);--panel: rgba(255,255,255,.92);--panel-solid: #ffffff;--panel-2: #f0f2f4;--panel-3: #e7eaed;--text: #171819;--bright: #050505;--muted: #697078;--dim: #9ba1a7;--border: rgba(19,20,21,.11);--border-strong: rgba(255,75,20,.28);--primary: #ff4b14;--primary-soft: #ff9272;--primary-fixed: rgba(255,75,20,.13);--glow: rgba(255,75,20,.11);--shadow: 0 14px 36px rgba(27,31,36,.08);--map-ocean: #f2f5f7;--map-land: #dfe5e9;--map-land-hover: #d2d9de;--map-border: rgba(91,109,122,.52);--map-hover-stroke: #ffffff;--map-selected-stroke: #ff4b14;--map-level-1: #fde5dc;--map-level-2: #f9bca5;--map-level-3: #f58d67;--map-level-4: #ed6239;--map-level-5: #d93b0b}:root[data-theme=dark]{color-scheme:dark;--bg: #050505;--sidebar: #050505;--topbar: rgba(9,9,9,.9);--panel: rgba(25,23,23,.86);--panel-solid: #161414;--panel-2: #1d1b1b;--panel-3: #292626;--text: #e7e3e1;--bright: #ffffff;--muted: #aaa09c;--dim: #746c69;--border: rgba(255,181,161,.13);--border-strong: rgba(255,181,161,.35);--primary: #ffb5a1;--primary-soft: #ff7d58;--primary-fixed: rgba(255,75,20,.17);--glow: rgba(255,75,20,.18);--shadow: 0 18px 54px rgba(0,0,0,.34);--map-ocean: #0b151d;--map-land: #152631;--map-land-hover: #203543;--map-border: rgba(165,190,207,.38);--map-hover-stroke: rgba(255,255,255,.9);--map-selected-stroke: #ffb5a1;--map-level-1: #3b2828;--map-level-2: #613127;--map-level-3: #963b27;--map-level-4: #cb4828;--map-level-5: #ff5a2f}*{box-sizing:border-box}html,body,#root{min-width:1024px;min-height:100%;margin:0}body{color:var(--text);background:var(--bg);font-family:OPPOSans,Poppins,PingFang SC,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}h1,h2,h3,h4,p{margin:0}strong,b,.num,.accent{font-family:Poppins,OPPOSans,sans-serif}.material-symbols-outlined{width:1em;height:1em;display:inline-block;flex:0 0 auto;font-size:21px;stroke-width:1.9}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.stitch-shell{min-height:100vh;background:var(--bg)}.stitch-sidebar{position:fixed;inset:0 auto 0 0;z-index:60;width:256px;display:flex;flex-direction:column;color:var(--muted);background:var(--sidebar);border-right:1px solid var(--border)}.stitch-brand{height:132px;display:flex;flex-direction:column;justify-content:center;gap:8px;padding:0 28px}.stitch-brand img{width:158px;max-height:42px;object-fit:contain;object-position:left center}:root[data-theme=dark] .stitch-brand img{filter:brightness(0) invert(1)}.stitch-brand span{color:var(--muted);font:400 11px Poppins,sans-serif;letter-spacing:.22em}.stitch-mobile-nav-close,.stitch-sidebar-backdrop,.stitch-mobile-session,.stitch-mobile-topbar{display:none}.stitch-sidebar nav{display:grid;gap:4px}.stitch-sidebar nav a{position:relative;min-height:58px;display:flex;align-items:center;gap:17px;padding:0 28px;color:var(--muted);text-decoration:none;font-size:15px;transition:.2s ease}.stitch-sidebar nav a:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:transparent}.stitch-sidebar nav a:hover{color:var(--bright);background:var(--panel-2)}.stitch-sidebar nav a.active{color:var(--primary);background:linear-gradient(90deg,var(--primary-fixed),rgba(255,75,20,.04))}.stitch-sidebar nav a.active:before{background:var(--primary)}.stitch-sidebar nav a span:last-child{font-weight:600}.stitch-nav-group{position:relative;display:grid}.stitch-nav-group:before{content:"";position:absolute;z-index:2;inset:0 auto auto 0;width:3px;height:58px;background:transparent}.stitch-nav-group.active:before{background:var(--primary)}.stitch-nav-group-trigger{min-height:58px;display:grid;grid-template-columns:22px minmax(0,1fr) 18px;align-items:center;gap:17px;padding:0 27px;color:var(--muted);border:0;background:transparent;text-align:left;transition:.2s ease}.stitch-nav-group-trigger:hover,.stitch-nav-group.active>.stitch-nav-group-trigger{color:var(--primary);background:linear-gradient(90deg,var(--primary-fixed),rgba(255,75,20,.04))}.stitch-nav-group-trigger span:nth-child(2){font-weight:600}.stitch-nav-group-trigger .material-symbols-outlined:last-child{font-size:18px}.stitch-nav-submenu{max-height:0;display:grid;overflow:hidden;opacity:0;transition:max-height .28s ease,opacity .2s ease}.stitch-nav-group.open .stitch-nav-submenu{max-height:320px;opacity:1}.stitch-sidebar nav .stitch-nav-submenu a{min-height:42px;gap:12px;padding:0 24px 0 49px;font-size:12px}.stitch-sidebar nav .stitch-nav-submenu a .material-symbols-outlined{font-size:16px}.stitch-sidebar nav .stitch-nav-submenu a:before{left:29px;top:50%;width:5px;height:5px;margin-top:-2px;border-radius:50%;background:var(--border-strong)}.stitch-sidebar nav .stitch-nav-submenu a.active:before{background:var(--primary);box-shadow:0 0 0 4px var(--primary-fixed)}.stitch-side-bottom{margin-top:auto;display:grid;gap:8px;padding:22px 20px 26px;border-top:1px solid var(--border)}.stitch-export{height:52px;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:12px;color:#fff;background:#ff4b14;border:0;border-radius:3px;font-weight:700;box-shadow:0 8px 24px #ff4b142e}.stitch-export:disabled{opacity:.62;cursor:wait}.stitch-export-error{padding:7px 9px;color:#d9534f;background:#d9534f14;border:1px solid rgba(217,83,79,.22);border-radius:4px;font-size:9px;line-height:1.45}.stitch-side-bottom>span{display:flex;align-items:center;gap:12px;padding:9px 10px;color:var(--muted);font-size:13px}.stitch-workspace{min-width:0;margin-left:256px}.stitch-topbar{position:fixed;inset:0 0 auto 256px;z-index:50;height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 28px;background:var(--topbar);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.stitch-topbar-left,.stitch-topbar-right{display:flex;align-items:center}.stitch-topbar-left{min-width:0;gap:22px}.stitch-topbar-left strong{color:var(--primary);font-size:16px;white-space:nowrap}.stitch-topbar-left i{width:1px;height:22px;background:var(--border)}.stitch-view-tab{position:relative;height:72px;padding:0;color:var(--muted);border:0;background:transparent;font-size:14px;white-space:nowrap}.stitch-view-tab.active{color:var(--primary);font-weight:700}.stitch-view-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--primary)}.stitch-sidebar-toggle{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;padding:0;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.stitch-sidebar-toggle:hover{color:var(--primary);border-color:var(--border-strong)}.stitch-sidebar-toggle .material-symbols-outlined{font-size:19px}.stitch-topbar-right{justify-content:flex-end;gap:10px;min-width:0}.stitch-search{width:230px;height:36px;display:flex;align-items:center;gap:8px;padding:0 13px;background:var(--panel-2);border:1px solid var(--border);border-radius:999px}.stitch-search .material-symbols-outlined{color:var(--dim);font-size:17px}.stitch-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:12px}.stitch-search input::placeholder{color:var(--dim)}.global-time-range{position:relative;height:36px;display:flex;align-items:center;gap:6px;padding:0 8px 0 11px;background:var(--panel-2);border:1px solid var(--border);border-radius:999px}.global-time-range>.material-symbols-outlined{color:var(--primary);font-size:17px}.global-time-range>span{display:none}.global-time-range select{width:92px;height:30px;padding:0 22px 0 4px;color:var(--text);border:0;outline:0;background:transparent;font-size:11px;font-weight:600}.custom-range-popover{position:absolute;z-index:90;top:44px;right:0;width:300px;display:grid;gap:12px;padding:18px;background:var(--panel-solid);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.custom-range-popover label{display:grid;gap:5px;color:var(--muted);font-size:11px}.custom-range-popover input{height:36px;padding:0 9px;background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.custom-range-popover>div{display:flex;justify-content:flex-end;gap:8px}.custom-range-popover .button{height:34px;padding:0 12px;border:1px solid var(--border);border-radius:4px;background:var(--panel-2)}.custom-range-popover .button.primary{color:#fff;background:#ff4b14;border-color:#ff4b14}.stitch-theme-switch{height:36px;display:flex;align-items:center;padding:3px;background:var(--panel-2);border:1px solid var(--border);border-radius:999px}.stitch-theme-switch button{width:29px;height:29px;display:grid;place-items:center;color:var(--dim);border:0;border-radius:50%;background:transparent}.stitch-theme-switch button .material-symbols-outlined{font-size:17px}.stitch-theme-switch button.active{color:var(--primary);background:var(--panel-solid);box-shadow:0 2px 10px #00000029}.stitch-api{height:31px;display:flex;align-items:center;gap:5px;padding:0 8px;color:var(--dim);border:1px solid var(--border);border-radius:3px;font:600 9px Poppins}.stitch-api i{width:6px;height:6px;border-radius:50%;background:#9b9b9b}.stitch-api.live{color:#21c87a;border-color:#21c87a4d}.stitch-api.live i{background:#21c87a;box-shadow:0 0 8px #21c87a99}.stitch-api.stale{color:#d68b12;border-color:#fbae408c}.stitch-api.stale i{background:#fbae40;box-shadow:0 0 8px #fbae408c}.stitch-api-with-tooltip{position:relative;cursor:help;outline:0}.stitch-api-with-tooltip:focus-visible{box-shadow:0 0 0 2px #21c87a33}.stitch-api-tooltip{position:absolute;z-index:110;top:39px;right:-8px;width:244px;display:grid;gap:5px;padding:12px 13px;color:#d8dcdf;background:#101214f7;border:1px solid rgba(255,255,255,.12);border-radius:5px;box-shadow:0 14px 34px #0000004d;font:400 10px OPPOSans,sans-serif;line-height:1.55;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease,visibility .16s;pointer-events:none}.stitch-api-tooltip:before{content:"";position:absolute;top:-5px;right:24px;width:9px;height:9px;background:#101214f7;border-top:1px solid rgba(255,255,255,.12);border-left:1px solid rgba(255,255,255,.12);transform:rotate(45deg)}.stitch-api-tooltip strong{color:#fff;font-size:11px}.stitch-api-tooltip span{color:#b5babd}.stitch-api-with-tooltip:hover .stitch-api-tooltip,.stitch-api-with-tooltip:focus-visible .stitch-api-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.stitch-icon-button{width:32px;height:32px;display:grid;place-items:center;padding:0;color:var(--muted);border:0;background:transparent}.stitch-icon-button:hover{color:var(--primary)}.stitch-icon-button:disabled{color:var(--dim);cursor:wait}.stitch-refresh-feedback{position:fixed;z-index:120;top:82px;right:28px;max-width:min(360px,calc(100vw - 32px));padding:10px 13px;color:#17663f;background:#eefaf4;border:1px solid rgba(33,200,122,.28);border-radius:4px;box-shadow:var(--shadow);font-size:11px}.stitch-refresh-feedback.error{color:#a93b32;background:#fff1ef;border-color:#d5453842}.stitch-profile{display:flex;align-items:center;gap:8px;padding-left:10px;border-left:1px solid var(--border)}.stitch-profile span{color:var(--text);font-size:11px;white-space:nowrap}.stitch-profile img{width:31px;height:31px;object-fit:cover;border:1px solid var(--border-strong);border-radius:50%}.stitch-main{min-height:100vh;padding:106px 28px 44px;overflow:hidden}.stitch-dashboard-page,.stitch-map-page,.stitch-scene-detail{position:relative;z-index:1;max-width:1480px;margin:0 auto}.stitch-dashboard-page:before,.stitch-map-page:before,.stitch-scene-detail:before{content:"";position:absolute;z-index:-1;top:-80px;left:20%;width:720px;height:340px;background:radial-gradient(circle,var(--glow),transparent 70%);pointer-events:none}.stitch-page-intro{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.stitch-page-intro span{color:var(--primary);font:700 10px Poppins;letter-spacing:.12em}.stitch-page-intro h1{margin-top:4px;color:var(--bright);font-size:26px;line-height:1.2}.stitch-page-intro p{margin-top:7px;color:var(--muted);font-size:12px}.stitch-trust-panel,.stitch-kpi-card,.stitch-pareto-card,.stitch-side-card,.stitch-table-card,.stitch-map-kpis>article,.stitch-scene-card,.stitch-global-map,.stitch-market-rank,.stitch-drill-grid>article,.stitch-visual-canvas,.stitch-line-distribution,.stitch-series-grid>article,.stitch-series-card{background:var(--panel);border:1px solid var(--border);border-radius:9px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stitch-trust-panel{padding:24px 26px 22px}.stitch-trust-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.stitch-trust-head h2{color:var(--primary);font-size:15px}.stitch-trust-head p{margin-top:5px;color:var(--muted);font-size:11px}.stitch-trust-head>strong{color:var(--primary);font-size:22px;font-weight:500}.stitch-trust-track{height:8px;overflow:hidden;background:var(--panel-3);border-radius:999px}.stitch-trust-track i{display:block;height:100%;background:#ff4b14;box-shadow:0 0 18px #ff4b1459}.stitch-trust-legend{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px}.stitch-trust-legend span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px}.stitch-trust-legend i{width:8px;height:8px;border-radius:50%;background:var(--primary)}.stitch-trust-legend i.green{background:#21c87a}.stitch-trust-legend i.yellow{background:#f4c515}.stitch-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin:28px 0}.stitch-kpi-card{min-height:142px;padding:20px 22px}button.stitch-kpi-card{position:relative;width:100%;overflow:hidden;color:inherit;text-align:left;cursor:pointer;appearance:none;transition:transform .2s cubic-bezier(.22,1,.36,1),border-color .2s ease,box-shadow .2s ease,background-color .2s ease}button.stitch-kpi-card:after{content:"";position:absolute;right:-44px;bottom:-64px;width:120px;height:120px;opacity:0;background:radial-gradient(circle,var(--primary-fixed),transparent 68%);transition:opacity .2s ease;pointer-events:none}button.stitch-kpi-card:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:0 16px 34px #1f141021}button.stitch-kpi-card:hover:after{opacity:1}button.stitch-kpi-card:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.stitch-kpi-card>div{display:flex;justify-content:space-between;color:var(--primary)}.stitch-kpi-card>div span{color:var(--muted);font:700 9px Poppins}.stitch-kpi-card p{margin-top:18px;color:var(--muted);font:600 10px Poppins,OPPOSans;letter-spacing:.04em}.stitch-kpi-card strong{display:block;margin-top:7px;color:var(--bright);font-size:23px;font-weight:500;letter-spacing:-.03em}.stitch-kpi-card>small{display:flex;align-items:center;gap:4px;margin-top:10px;color:var(--dim);font:500 8px Poppins,OPPOSans;transition:color .18s ease}.stitch-kpi-card>small .material-symbols-outlined{font-size:13px;transition:transform .18s ease}button.stitch-kpi-card:hover>small{color:var(--primary)}button.stitch-kpi-card:hover>small .material-symbols-outlined{transform:translate(2px)}.stitch-analysis-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(280px,.9fr);gap:20px;margin-bottom:28px}.stitch-pareto-card{min-width:0;min-height:500px;padding:26px}.stitch-card-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.stitch-card-title h2{color:var(--bright);font-size:17px}.stitch-card-title>span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:9px}.stitch-card-title i{width:14px;height:4px;display:inline-block;margin-left:8px;background:var(--primary)}.stitch-card-title i.line{height:2px;background:var(--bright)}.stitch-chart-guidance{margin-top:7px;color:var(--dim);font-size:9px}.stitch-pareto-chart canvas{cursor:pointer}.portfolio-detail-layer{position:fixed;inset:0;z-index:140;display:flex;justify-content:flex-end;background:#00000085;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.portfolio-detail-drawer{width:min(760px,96vw);height:100%;display:flex;flex-direction:column;color:var(--text);background:var(--panel-solid);border-left:1px solid var(--border);box-shadow:-22px 0 58px #00000042;animation:portfolio-drawer-in .28s cubic-bezier(.22,1,.36,1)}@keyframes portfolio-drawer-in{0%{transform:translate(28px);opacity:.72}to{transform:translate(0);opacity:1}}.portfolio-detail-drawer>header{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;border-bottom:1px solid var(--border)}.portfolio-detail-drawer>header h2{color:var(--bright);font:600 20px Poppins,OPPOSans;letter-spacing:-.02em}.portfolio-detail-drawer>header p{max-width:62ch;margin-top:6px;color:var(--muted);font-size:10px;line-height:1.55}.portfolio-detail-close{width:38px;height:38px;display:grid;flex:0 0 auto;place-items:center;color:var(--muted);background:transparent;border:1px solid var(--border);border-radius:5px;cursor:pointer}.portfolio-detail-close:hover{color:var(--primary);border-color:var(--border-strong)}.portfolio-detail-close:focus-visible,.portfolio-detail-row:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.portfolio-detail-summary{min-height:82px;display:grid;grid-template-columns:1.1fr .7fr 1fr;padding:0 24px;background:var(--panel-2);border-bottom:1px solid var(--border)}.portfolio-detail-summary>span{display:grid;align-content:center;gap:4px;padding:12px 20px;border-right:1px solid var(--border)}.portfolio-detail-summary>span:first-child{padding-left:0}.portfolio-detail-summary>span:last-child{border-right:0}.portfolio-detail-summary small{color:var(--dim);font-size:8px}.portfolio-detail-summary b{color:var(--bright);font:600 12px Poppins,OPPOSans}.portfolio-detail-body{flex:1;padding:12px 24px 28px;overflow-y:auto;scrollbar-color:var(--border-strong) transparent}.portfolio-detail-permission{display:flex;align-items:center;gap:8px;margin:4px 0 12px;padding:10px 12px;color:var(--muted);background:var(--primary-fixed);border:1px solid var(--border);border-radius:5px;font-size:9px}.portfolio-detail-permission .material-symbols-outlined{color:var(--primary);font-size:16px}.portfolio-detail-row{width:100%;min-height:86px;display:grid;grid-template-columns:minmax(0,1fr) minmax(130px,.42fr) 24px;align-items:center;gap:16px;padding:14px 8px;color:var(--text);background:transparent;border:0;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;transition:background-color .18s ease}.portfolio-detail-row:hover{background:var(--primary-fixed)}.portfolio-detail-identity,.portfolio-detail-values{min-width:0;display:grid;gap:4px}.portfolio-detail-identity b{overflow:hidden;color:var(--bright);font:600 12px Poppins;text-overflow:ellipsis;white-space:nowrap}.portfolio-detail-identity small{overflow:hidden;color:var(--text);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.portfolio-detail-identity em{overflow:hidden;color:var(--dim);font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.portfolio-detail-values{justify-items:end;text-align:right}.portfolio-detail-values strong{color:var(--primary);font:600 13px Poppins,OPPOSans}.portfolio-detail-values small{color:var(--muted);font:500 8px Poppins,OPPOSans}.portfolio-detail-row>.material-symbols-outlined{color:var(--dim);font-size:17px;transition:color .18s ease,transform .18s ease}.portfolio-detail-row:hover>.material-symbols-outlined{color:var(--primary);transform:translate(2px)}.portfolio-detail-empty{min-height:280px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);text-align:center}.portfolio-detail-empty .material-symbols-outlined{color:var(--primary);font-size:28px}.portfolio-detail-empty b{color:var(--bright);font-size:12px}.portfolio-detail-empty span{font-size:9px}.stitch-distribution-stack{display:grid;grid-template-rows:repeat(3,1fr);gap:20px}.stitch-side-card{min-height:145px;padding:21px 22px}.stitch-side-card h3{color:var(--muted);font:600 11px Poppins,OPPOSans;letter-spacing:.05em}.stitch-status-bars{display:grid;gap:11px;margin-top:16px}.stitch-status-bars>div>span{display:flex;justify-content:space-between;color:var(--text);font-size:10px}.stitch-status-bars em{color:var(--primary);font-style:normal}.stitch-status-bars>div>i{height:5px;display:block;margin-top:6px;overflow:hidden;background:var(--panel-3);border-radius:99px}.stitch-status-bars>div>i b{display:block;height:100%;background:var(--primary)}.stitch-lifecycle-strip{height:38px;display:flex;gap:3px;margin-top:18px;overflow:hidden;border-radius:5px}.stitch-lifecycle-strip i{min-width:3px;background:#ff4b14}.stitch-lifecycle-strip i.s2{background:#ffb5a1}.stitch-lifecycle-strip i.s3{background:#6b6867}.stitch-lifecycle-strip i.s4{background:#3f3d3c}.stitch-lifecycle-labels{display:flex;justify-content:space-between;margin-top:10px;color:var(--dim);font-size:8px}.stitch-health{height:78px;display:flex;align-items:center;justify-content:space-around;margin-top:8px}.stitch-health span{display:grid;gap:2px;color:var(--muted);text-align:center;font-size:8px}.stitch-health span b{font-size:21px}.stitch-health .ok b{color:#23ce78}.stitch-health .warn b{color:#f0c20d}.stitch-health .bad b{color:#f55}.stitch-health>i{width:1px;height:36px;background:var(--border)}.stitch-table-card{overflow:hidden}.stitch-table-heading{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 26px;background:var(--panel-2);border-bottom:1px solid var(--border)}.stitch-table-heading h2{color:var(--bright);font-size:17px}.stitch-table-heading>div{display:flex;gap:8px}.stitch-table-heading button,.stitch-table-heading>span{min-height:32px;display:flex;align-items:center;gap:5px;padding:0 11px;color:var(--muted);border:1px solid var(--border);border-radius:3px;background:transparent;font-size:10px}.stitch-table-heading button .material-symbols-outlined{font-size:16px}.stitch-table-scroll{overflow-x:auto}.stitch-table-card table{width:100%;min-width:1040px;border-collapse:collapse;table-layout:auto}.stitch-table-card th{height:60px;padding:0 24px;color:var(--muted);background:var(--panel-2);border-bottom:1px solid var(--border);font:600 9px Poppins,OPPOSans;letter-spacing:.08em;text-align:left;white-space:nowrap}.stitch-table-card td{height:74px;padding:10px 24px;color:var(--text);border-bottom:1px solid var(--border);font-size:12px}.stitch-table-card td small{display:block;margin-top:4px;color:var(--dim);font-size:8px}.stitch-table-card tbody tr{transition:background .18s;cursor:pointer}.stitch-table-card tbody tr:hover{background:var(--primary-fixed)}.stitch-table-card .num{text-align:right;white-space:nowrap}.stitch-table-card .accent{color:var(--primary);font-size:14px}.stitch-model-cell{min-width:230px;display:flex;align-items:center;gap:12px}.stitch-model-thumb{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;color:var(--primary);background:var(--panel-3);border:1px solid var(--border);border-radius:3px}.stitch-model-thumb img{width:100%;height:100%;object-fit:cover}.stitch-model-cell>div:last-child{min-width:0;display:grid;gap:3px}.stitch-model-cell strong{color:var(--bright);font-size:12px}.stitch-model-cell span,.stitch-cell-sub{display:block;color:var(--dim);font-size:9px}.stitch-state{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:9px;font-weight:700;white-space:nowrap}.stitch-state.success{color:#22c873;background:#22c8731f}.stitch-state.review{color:#f5ae40;background:#f5ae401f}.stitch-row-action{color:var(--primary);border:0;background:transparent}.stitch-table-footer{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 26px;color:var(--muted);background:var(--panel-2);font-size:10px}.stitch-table-footer>div{display:flex;gap:4px}.stitch-table-footer button{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--border);border-radius:3px;background:transparent}.stitch-table-footer button.active{color:#fff;background:#ff4b14;border-color:#ff4b14}.stitch-table-footer button:disabled{opacity:.35;cursor:default}.stitch-map-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.stitch-map-kpis>article{min-height:166px;padding:24px 25px}.stitch-map-kpis article>div{display:flex;justify-content:space-between;color:var(--primary)}.stitch-map-kpis article>div span{color:var(--muted);font:600 10px Poppins,OPPOSans}.stitch-map-kpis article strong{display:block;margin-top:20px;color:var(--bright);font-size:30px;line-height:1.1}.stitch-map-kpis article p{margin-top:10px;color:var(--muted);font-size:10px}.stitch-map-section-title{display:flex;align-items:end;justify-content:space-between;margin:42px 0 18px}.stitch-map-section-title h1,.stitch-drill-section>h2{color:var(--bright);font-size:26px}.stitch-map-section-title p{margin-top:5px;color:var(--muted);font-size:12px}.stitch-map-section-title button{height:40px;padding:0 20px;color:#fff;border:0;border-radius:3px;background:#ff9272;font-weight:700}.stitch-scene-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.stitch-scene-card{min-width:0;display:flex;flex-direction:column;padding:0;overflow:hidden;color:inherit;text-align:left}.stitch-scene-card>header{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px}.stitch-scene-card header h2{color:var(--bright);font-size:18px}.stitch-scene-card header p{margin-top:8px;color:var(--muted);font-size:10px}.stitch-scene-card header>span{padding:7px 9px;color:var(--primary);background:var(--primary-fixed);border-radius:2px;font:700 9px Poppins;white-space:nowrap}.stitch-scene-image{position:relative;height:360px;margin:0 14px 14px;overflow:hidden;background:#0b0b0b;border-radius:5px}.stitch-scene-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.86),transparent 62%)}.stitch-scene-image>img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.stitch-scene-card:hover img{transform:scale(1.05)}.stitch-scene-image>i{position:absolute;z-index:2;width:13px;height:13px;border:3px solid #ff4b14;border-radius:50%;background:#ffb5a1;box-shadow:0 0 0 5px #ff4b1421}.stitch-scene-image>i.h1{top:35%;left:35%}.stitch-scene-image>i.h2{top:53%;right:26%}.stitch-scene-image>i.h3{bottom:27%;left:48%}.stitch-scene-image>div{position:absolute;z-index:3;inset:auto 14px 14px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.stitch-scene-image>div span{display:grid;gap:5px;padding:12px;color:#bfb6b2;background:#121212c2;border:1px solid rgba(255,255,255,.14);border-radius:3px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:9px}.stitch-scene-image>div strong{color:#ffb5a1;font-size:15px}.stitch-global-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(310px,.85fr);gap:20px;margin-top:38px}.stitch-global-map,.stitch-market-rank{min-width:0;overflow:hidden}.stitch-panel-heading{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 24px;border-bottom:1px solid var(--border)}.stitch-panel-heading h2{color:var(--bright);font-size:17px}.stitch-panel-heading p{margin-top:4px;color:var(--muted);font-size:9px}.stitch-panel-heading>span{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:9px}.stitch-panel-heading>span i{width:9px;height:9px;border:1px solid var(--primary);border-radius:50%}.stitch-panel-heading>span i.hot{border:0;background:var(--primary);box-shadow:0 0 10px var(--primary)}.stitch-country-map{position:relative;min-height:480px;display:grid;place-items:center;overflow:hidden;background:var(--map-ocean)}.stitch-country-map:after{content:"";position:absolute;inset:0;pointer-events:none;border-top:1px solid var(--border);box-shadow:inset 0 0 74px #03090e47}.stitch-country-map>svg{z-index:1;width:100%;height:auto;max-height:480px}.stitch-map-controls{position:absolute;z-index:5;top:14px;right:14px;display:flex;flex-direction:column;gap:5px}.stitch-map-controls button{width:31px;height:31px;display:grid;place-items:center;padding:0;color:var(--muted);background:var(--panel-solid);border:1px solid var(--border);border-radius:3px;box-shadow:var(--shadow)}.stitch-map-controls button:hover{color:var(--primary);border-color:var(--border-strong)}.stitch-map-marker circle{fill:#ff4b14;stroke:#ffffffd9;stroke-width:1.2px;filter:drop-shadow(0 0 5px rgba(255,75,20,.7))}.stitch-map-marker line{stroke:#ffb5a1b8;stroke-width:.65px}.stitch-map-marker rect{fill:#12191fed;stroke:#ffb5a138;stroke-width:.7px}.stitch-map-marker text{fill:#aeb9c2;font:500 7px OPPOSans,Poppins,sans-serif}.stitch-map-marker text.amount{fill:#ffd0c2;font:600 9px Poppins,OPPOSans,sans-serif}.stitch-map-marker.selected rect{stroke:#ff4b14}.stitch-map-marker.selected circle{stroke:#fff;stroke-width:1.8px}:root:not([data-theme=dark]) .stitch-map-marker rect{fill:#fffffff5;stroke:#3e4a5338}:root:not([data-theme=dark]) .stitch-map-marker text{fill:#68727a}.stitch-map-marker text.amount{fill:var(--primary)}.stitch-map-legend{position:absolute;z-index:4;left:20px;bottom:15px;display:grid;grid-template-columns:auto repeat(5,22px) auto auto auto;align-items:center;gap:3px;color:var(--muted);font-size:8px}.stitch-map-legend b{margin-right:6px;color:var(--text);font-weight:500}.stitch-map-legend span{width:22px;height:8px;border-radius:1px}.stitch-map-legend .l1{background:var(--map-level-1)}.stitch-map-legend .l2{background:var(--map-level-2)}.stitch-map-legend .l3{background:var(--map-level-3)}.stitch-map-legend .l4{background:var(--map-level-4)}.stitch-map-legend .l5{background:var(--map-level-5)}.stitch-map-legend em{margin-left:3px;font-style:normal}.stitch-map-legend small{margin-left:10px;color:var(--primary);white-space:nowrap}.stitch-map-tooltip{position:fixed;z-index:100;width:188px;pointer-events:none;display:grid;grid-template-columns:1fr auto;gap:5px 10px;padding:11px 12px;color:#fff;background:#101214f5;border:1px solid rgba(255,181,161,.28);border-radius:5px;box-shadow:0 12px 34px #00000057}.stitch-map-tooltip strong{grid-column:1/-1;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.14);font-size:11px}.stitch-map-tooltip span{display:contents;color:#aaa;font-size:9px}.stitch-map-tooltip span b{color:#fff;text-align:right;font:500 9px Poppins,OPPOSans,sans-serif}.stitch-market-rank{display:flex;flex-direction:column}.stitch-market-list{flex:1;display:grid;gap:10px;padding:18px}.stitch-market-list>div{min-height:77px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.stitch-market-list>div>b{color:var(--muted);font-size:18px}.stitch-market-list span,.stitch-market-list em{display:grid;gap:4px}.stitch-market-list strong{color:var(--bright);font-size:12px}.stitch-market-list small{color:var(--muted);font-size:8px}.stitch-market-list em{color:var(--primary);text-align:right;font:600 12px Poppins}.stitch-market-list em small{color:#21c87a}.stitch-outline-button{height:44px;margin:0 18px 18px;color:var(--primary);border:1px solid var(--border-strong);background:transparent;font-size:10px;font-weight:700}.stitch-drill-section{margin-top:42px}.stitch-drill-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:18px}.stitch-drill-grid>article{position:relative;min-height:146px;padding:20px}.stitch-drill-grid article>span{color:var(--primary);font-size:9px}.stitch-drill-grid h3{max-width:calc(100% - 56px);margin:13px 0 18px;color:var(--bright);font-size:17px}.stitch-drill-grid p{display:flex;justify-content:space-between;margin-top:6px;color:var(--muted);font-size:9px}.stitch-drill-grid p strong{max-width:65%;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stitch-drill-visual{position:absolute;top:16px;right:16px;width:46px;height:46px;overflow:hidden;color:var(--primary);background:var(--primary-fixed);border:1px solid var(--border-strong);border-radius:5px}.stitch-drill-visual>img{width:100%;height:100%;object-fit:cover}.stitch-drill-visual .stitch-node-icon-visual small{display:none}.stitch-detail-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.stitch-detail-heading>div:first-child{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.stitch-detail-heading>div:first-child button{color:var(--muted);border:0;background:transparent}.stitch-detail-heading>div:first-child strong{color:var(--primary);font-size:12px}.stitch-detail-heading h1{flex-basis:100%;margin-top:6px;color:var(--bright);font-size:22px}.stitch-detail-heading>div:last-child{display:flex;gap:10px}.stitch-detail-heading>div:last-child button{height:42px;display:flex;align-items:center;gap:7px;padding:0 15px;border-radius:4px;font-size:11px;font-weight:600}.stitch-detail-heading button.glass{color:var(--text);background:var(--panel);border:1px solid var(--border)}.stitch-detail-heading button.primary{color:#fff;background:#ff4b14;border:1px solid #ff4b14}.stitch-detail-hero-grid{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(300px,.95fr);gap:20px;min-height:610px}.stitch-visual-canvas{position:relative;min-height:610px;overflow:hidden;background:radial-gradient(circle at 50% 50%,var(--glow),transparent 65%),var(--panel)}.stitch-visual-canvas>img{position:absolute;inset:9% 6% 18%;width:88%;height:70%;object-fit:contain;filter:drop-shadow(0 0 45px rgba(255,75,20,.15))}.stitch-hotspot{position:absolute;z-index:4;width:20px;height:20px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#ff4b14;box-shadow:0 0 0 7px #ff4b1429;animation:hotspotPulse 2s infinite}.stitch-hotspot i{width:7px;height:7px;border-radius:50%;background:#fff}.stitch-hotspot.p1{top:28%;left:62%}.stitch-hotspot.p2{top:40%;left:27%}.stitch-hotspot.p3{top:68%;left:48%}@keyframes hotspotPulse{70%{box-shadow:0 0 0 13px #ff4b1400}}.stitch-hotspot-popover{position:absolute;z-index:5;width:180px;display:grid;gap:5px;padding:13px;color:var(--text);background:var(--panel-solid);border:1px solid var(--border-strong);border-radius:6px;box-shadow:var(--shadow)}.stitch-hotspot-popover span{color:var(--primary);font-size:10px;font-weight:700}.stitch-hotspot-popover strong{color:var(--bright)}.stitch-hotspot-popover small{color:var(--muted);font-size:9px}.stitch-hotspot-popover.pop1{top:13%;left:55%}.stitch-hotspot-popover.pop2{top:22%;left:19%}.stitch-hotspot-popover.pop3{top:48%;left:39%}.stitch-visual-stats{position:absolute;inset:auto 24px 22px;display:flex;gap:36px}.stitch-visual-stats span{min-width:160px;display:grid;gap:6px;padding-right:28px;color:var(--muted);border-right:1px solid var(--border);font-size:9px}.stitch-visual-stats span:last-child{border-right:0}.stitch-visual-stats strong{color:var(--bright);font-size:17px}.stitch-line-distribution{min-height:610px;overflow:hidden}.stitch-line-distribution>div:nth-child(2){display:grid;gap:24px;padding:24px}.stitch-line-distribution section>span{display:flex;justify-content:space-between;color:var(--bright);font-size:11px}.stitch-line-name{display:inline-flex;align-items:center;gap:7px}.stitch-line-name svg{color:var(--primary)}.stitch-line-distribution section>span b:last-child{color:var(--primary)}.stitch-line-distribution section>i{height:7px;display:block;margin:8px 0;overflow:hidden;background:var(--panel-3);border-radius:99px}.stitch-line-distribution section>i b{display:block;height:100%;background:#ff4b14}.stitch-line-distribution section p{display:flex;justify-content:space-between;color:var(--muted);font-size:9px}.stitch-line-distribution section em{color:#21c87a;font-style:normal}.stitch-advice{margin:0 24px 24px;padding:16px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:6px;font-size:10px;line-height:1.7}.stitch-advice strong{color:var(--primary)}.stitch-series-section{margin:30px 0}.stitch-series-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.stitch-series-title>div{display:grid;gap:5px}.stitch-series-title h2{color:var(--bright);font-size:18px}.stitch-series-title p{color:var(--muted);font-size:9px}.stitch-series-title button{display:flex;align-items:center;gap:4px;color:var(--primary);border:0;background:transparent;font-size:10px;font-weight:700}.stitch-series-title button .material-symbols-outlined{font-size:15px}.stitch-series-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.stitch-series-grid.all{grid-template-columns:repeat(4,minmax(0,1fr))}.stitch-series-card{min-width:0;overflow:hidden;padding:0;color:inherit;text-align:left;cursor:pointer}.stitch-series-card:focus-visible{outline:2px solid #ff4b14;outline-offset:3px}.stitch-series-card>div{position:relative;height:160px;overflow:hidden}.stitch-series-card>div:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9),transparent)}.stitch-series-grid img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.stitch-series-card:hover img{transform:scale(1.06)}.stitch-series-card>div span,.stitch-series-card>div h3{position:absolute;z-index:2;left:16px}.stitch-series-card>div span{bottom:42px;padding:3px 6px;color:#fff;background:#ff4b14;border-radius:2px;font-size:8px;font-weight:700}.stitch-series-card>div h3{bottom:16px;color:#fff;font-size:14px}.stitch-series-card>section{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding:16px}.stitch-series-grid section p{display:grid;gap:4px}.stitch-series-grid section p span{color:var(--muted);font-size:8px}.stitch-series-grid section p strong{color:var(--bright);font-size:12px}.stitch-series-grid section>em{grid-column:1/-1;display:flex;align-items:center;gap:4px;color:var(--primary);font-size:9px;font-style:normal}.stitch-series-grid section>em .material-symbols-outlined{font-size:14px}.stitch-series-card:disabled{cursor:not-allowed;opacity:.68}.stitch-series-card:disabled:hover img{transform:none}.stitch-node-icon-visual{width:100%;height:100%;display:grid;place-content:center;justify-items:center;gap:7px;color:var(--primary);background:var(--panel-2)}.stitch-node-icon-visual small{color:var(--muted);font-size:8px}.stitch-360-page{position:relative;z-index:1;max-width:1480px;margin:0 auto}.stitch-360-page:before{content:"";position:absolute;z-index:-1;top:-80px;left:20%;width:720px;height:340px;background:radial-gradient(circle,var(--glow),transparent 70%);pointer-events:none}.stitch-360-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.stitch-360-heading>div{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.stitch-360-heading button:not(.stitch-360-back),.stitch-360-heading span{color:var(--muted);border:0;background:transparent;font-size:10px}.stitch-360-heading b{color:var(--primary);font-size:10px}.stitch-360-heading h1{flex-basis:100%;margin-top:5px;color:var(--bright);font-size:25px;line-height:1.25}.stitch-360-heading p{flex-basis:100%;color:var(--muted);font-size:10px}.stitch-360-back{height:39px;display:flex;flex:0 0 auto;align-items:center;gap:7px;padding:0 14px;color:#fff;border:1px solid #ff4b14;border-radius:3px;background:#ff4b14;font-size:10px;font-weight:700}.stitch-360-back .material-symbols-outlined{font-size:15px}.stitch-360-hero{display:grid;grid-template-columns:minmax(220px,.78fr) minmax(360px,1.15fr) minmax(270px,.72fr);gap:18px}.stitch-360-visual,.stitch-360-identity,.stitch-360-metrics,.stitch-360-panel{background:var(--panel);border:1px solid var(--border);border-radius:9px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stitch-360-visual{position:relative;min-height:236px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 50%,var(--glow),transparent 65%),var(--panel)}.stitch-360-visual>img{width:82%;height:72%;object-fit:contain;filter:drop-shadow(0 15px 28px rgba(0,0,0,.35))}.stitch-360-visual>div{display:grid;justify-items:center;gap:10px;color:var(--muted);font-size:10px}.stitch-360-visual>div .material-symbols-outlined{color:var(--primary);font-size:42px}.stitch-360-visual>span{position:absolute;top:14px;left:14px;padding:4px 7px;color:var(--primary);background:var(--primary-fixed);border-radius:2px;font:700 8px Poppins;letter-spacing:.08em}.stitch-360-identity{min-height:236px;padding:25px 27px}.stitch-360-badges{display:flex;flex-wrap:wrap;gap:6px}.stitch-360-identity h2{margin-top:18px;color:var(--bright);font-size:22px}.stitch-360-identity>p{margin-top:7px;color:var(--muted);font-size:10px}.stitch-360-identity dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 24px;margin-top:26px}.stitch-360-identity dl div{display:grid;gap:5px}.stitch-360-identity dt{color:var(--muted);font-size:8px}.stitch-360-identity dd{color:var(--text);font-size:11px}.stitch-360-metrics{min-height:236px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden}.stitch-360-metrics>div{display:grid;align-content:center;gap:7px;min-width:0;padding:22px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.stitch-360-metrics>div:nth-child(2n){border-right:0}.stitch-360-metrics>div:nth-last-child(-n+2){border-bottom:0}.stitch-360-metrics span,.stitch-360-summary span{color:var(--muted);font-size:8px}.stitch-360-metrics strong{color:var(--primary);font-size:18px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stitch-360-tabs{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));margin:24px 0 18px;overflow:hidden;background:var(--panel);border:1px solid var(--border);border-radius:7px;box-shadow:var(--shadow)}.stitch-360-tabs button{position:relative;min-height:58px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 8px;color:var(--muted);border:0;border-right:1px solid var(--border);background:transparent;font-size:10px;white-space:nowrap}.stitch-360-tabs button:last-child{border-right:0}.stitch-360-tabs button:after{content:"";position:absolute;inset:auto 20% 0;height:2px;background:transparent}.stitch-360-tabs button.active{color:var(--primary);background:var(--primary-fixed)}.stitch-360-tabs button.active:after{background:#ff4b14}.stitch-360-tabs .material-symbols-outlined{font-size:15px}.stitch-360-tabs.stitch-series-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.stitch-360-content{min-height:520px}.stitch-360-grid{display:grid;gap:18px}.stitch-360-grid.two-one{grid-template-columns:minmax(0,1.75fr) minmax(300px,.85fr)}.stitch-360-span{grid-column:1/-1;min-width:0}.stitch-360-panel{min-width:0;overflow:hidden}.stitch-360-panel>header{min-height:73px;display:flex;align-items:center;justify-content:space-between;padding:0 23px;background:var(--panel-2);border-bottom:1px solid var(--border)}.stitch-360-panel>header h2{color:var(--bright);font-size:15px}.stitch-360-panel>header p{margin-top:5px;color:var(--muted);font-size:9px}.stitch-360-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--border)}.stitch-360-summary.four{grid-template-columns:repeat(4,minmax(0,1fr))}.stitch-360-summary>div{min-height:88px;display:grid;align-content:center;gap:7px;padding:18px 22px;border-right:1px solid var(--border)}.stitch-360-summary>div:last-child{border-right:0}.stitch-360-summary strong{color:var(--primary);font-size:17px}.stitch-360-facts{display:grid;gap:0;padding:8px 23px 16px}.stitch-360-facts p{display:grid;grid-template-columns:30px minmax(0,1fr);gap:11px;padding:15px 0;color:var(--muted);border-bottom:1px solid var(--border);font-size:10px;line-height:1.65}.stitch-360-facts p:last-child{border-bottom:0}.stitch-360-facts .material-symbols-outlined{color:var(--primary);font-size:18px}.stitch-360-facts p span{display:grid;gap:3px}.stitch-360-facts p b{color:var(--bright)}.stitch-360-detail-list{padding:10px 22px 19px}.stitch-360-detail-list>div{min-height:53px;display:grid;grid-template-columns:42% minmax(0,1fr);align-items:center;gap:12px;border-bottom:1px solid var(--border)}.stitch-360-detail-list>div:last-child{border-bottom:0}.stitch-360-detail-list dt{color:var(--muted);font-size:9px}.stitch-360-detail-list dd{color:var(--text);font-size:11px;text-align:right}.stitch-stage-track{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));padding:34px 24px 28px;overflow-x:auto}.stitch-stage-track>div{position:relative;min-width:92px;display:grid;justify-items:center;gap:7px;color:var(--dim);text-align:center}.stitch-stage-track>div:before{content:"";position:absolute;top:13px;left:0;right:0;height:2px;background:var(--border-strong)}.stitch-stage-track>div:first-child:before{left:50%}.stitch-stage-track>div:last-child:before{right:50%}.stitch-stage-track span{z-index:1;width:28px;height:28px;display:grid;place-items:center;color:var(--muted);background:var(--panel-solid);border:2px solid var(--border-strong);border-radius:50%;font:600 9px Poppins}.stitch-stage-track b{color:var(--muted);font-size:9px}.stitch-stage-track small{font-size:8px}.stitch-stage-track .done:before,.stitch-stage-track .current:before{background:#ff4b14}.stitch-stage-track .done span{color:#fff;background:#ff4b14;border-color:#ff4b14}.stitch-stage-track .done b{color:var(--text)}.stitch-stage-track .current span{color:#ff4b14;border-color:#ff4b14;box-shadow:0 0 0 6px var(--primary-fixed)}.stitch-stage-track .current b{color:var(--primary)}.stitch-360-ranking{display:grid;gap:15px;padding:22px}.stitch-360-ranking>div{display:grid;gap:6px}.stitch-360-ranking span{display:flex;justify-content:space-between;gap:12px;color:var(--bright);font-size:10px}.stitch-360-ranking em{color:var(--primary);font-style:normal;font-weight:600}.stitch-360-ranking small{color:var(--muted);font-size:8px}.stitch-360-ranking i{height:5px;overflow:hidden;background:var(--panel-3);border-radius:99px}.stitch-360-ranking i b{display:block;min-width:2px;height:100%;background:#ff4b14}.stitch-360-pending{min-height:280px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted);text-align:center}.stitch-360-pending .material-symbols-outlined{color:var(--primary);font-size:36px}.stitch-360-pending h3{color:var(--bright)}.stitch-360-pending p{max-width:470px;font-size:10px}.stitch-life-track{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;padding:35px 24px 28px}.stitch-life-track>div{position:relative;display:grid;justify-items:center;gap:10px;color:var(--dim);font-size:9px}.stitch-life-track>div:before{content:"";position:absolute;top:6px;left:-55%;width:105%;height:2px;background:var(--border-strong)}.stitch-life-track>div:first-child:before{display:none}.stitch-life-track i{z-index:1;width:14px;height:14px;border:3px solid var(--panel-solid);border-radius:50%;background:var(--border-strong);box-shadow:0 0 0 1px var(--border-strong)}.stitch-life-track .done:before,.stitch-life-track .current:before{background:#ff4b14}.stitch-life-track .done i,.stitch-life-track .current i{background:#ff4b14;box-shadow:0 0 0 1px #ff4b14}.stitch-life-track .current b{color:var(--primary)}.stitch-lifecycle-toolbar{min-height:68px;display:grid;grid-template-columns:auto minmax(300px,.7fr) minmax(260px,1fr);align-items:center;gap:22px;padding:12px 24px;background:var(--panel-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stitch-lifecycle-toolbar>div,.stitch-lifecycle-toolbar label{display:flex;align-items:center;gap:10px}.stitch-lifecycle-toolbar .material-symbols-outlined{color:var(--primary);font-size:19px}.stitch-lifecycle-toolbar span{display:grid;gap:3px;color:var(--muted);font-size:8px}.stitch-lifecycle-toolbar span strong,.stitch-lifecycle-toolbar label>strong{color:var(--bright);font-size:10px}.stitch-lifecycle-toolbar input{width:180px;accent-color:#ff4b14}.stitch-lifecycle-toolbar small{color:var(--muted);font-size:8px;line-height:1.55}.stitch-lifecycle-chart{min-height:360px;padding:10px 16px 0;background:var(--panel)}.stitch-lifecycle-evidence{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stitch-lifecycle-evidence article{min-height:92px;display:grid;align-content:center;gap:6px;padding:18px 22px;border-right:1px solid var(--border)}.stitch-lifecycle-evidence article:last-child{border-right:0}.stitch-lifecycle-evidence span,.stitch-lifecycle-evidence small{color:var(--muted);font-size:8px}.stitch-lifecycle-evidence strong{color:var(--primary);font-size:16px}.stitch-lifecycle-evidence small{line-height:1.45}.stitch-series-lifecycle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:24px}.stitch-series-lifecycle-grid article{min-height:112px;display:grid;align-content:center;gap:7px;padding:18px;background:var(--panel-2);border:1px solid var(--border);border-radius:5px}.stitch-series-lifecycle-grid span,.stitch-series-lifecycle-grid small{color:var(--muted);font-size:9px}.stitch-series-lifecycle-grid strong{color:var(--primary);font-size:24px}.stitch-360-callout{display:flex;align-items:center;gap:14px;margin:0 24px 24px;padding:17px 18px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:5px}.stitch-360-callout .material-symbols-outlined{color:var(--primary);font-size:22px}.stitch-360-callout b{color:var(--bright);font-size:11px}.stitch-360-callout p{margin-top:4px;font-size:9px}.stitch-360-panel.table table{width:100%;min-width:1040px;border-collapse:collapse}.stitch-360-panel.table table.stitch-finance-table,.stitch-table-card table.stitch-finance-table{min-width:1680px}.stitch-finance-table{table-layout:auto}.stitch-finance-table th,.stitch-finance-table td{box-sizing:border-box;vertical-align:middle}.stitch-finance-table th.num,.stitch-finance-table td.num{text-align:right}.stitch-360-panel.table th{height:53px;padding:0 20px;color:var(--muted);background:var(--panel-2);border-bottom:1px solid var(--border);font:600 8px Poppins,OPPOSans;letter-spacing:.06em;text-align:left;white-space:nowrap}.stitch-360-panel.table td{height:63px;padding:10px 20px;color:var(--text);border-bottom:1px solid var(--border);font-size:10px}.stitch-360-panel.table td strong{color:var(--bright)}.stitch-360-panel.table td small{display:block;margin-top:3px;color:var(--dim);font-size:8px}.stitch-360-panel.table .num{text-align:right;white-space:nowrap}.stitch-360-panel.table .accent{color:var(--primary);font-size:12px}.stitch-360-panel.table tbody tr:hover{background:var(--primary-fixed)}.stitch-360-panel.table .state-panel{min-height:280px;border:0;border-radius:0;box-shadow:none}.stitch-relations{min-height:350px;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:16px;padding:32px}.stitch-relations>article{min-height:130px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:5px;text-align:center}.stitch-relations>article .material-symbols-outlined{color:var(--primary);font-size:24px}.stitch-relations>article span{font-size:8px}.stitch-relations>article b{color:var(--bright);font-size:12px}.stitch-relations>.material-symbols-outlined{color:var(--primary);font-size:20px}.state-panel{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted);background:var(--panel);border:1px solid var(--border);border-radius:9px}.state-panel svg{color:var(--primary)}.state-panel strong{color:var(--bright)}.state-panel p{max-width:520px;font-size:11px}.state-panel .button{height:36px;padding:0 13px;border:1px solid var(--border);border-radius:4px;background:var(--panel-2)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.stitch-pending{color:var(--muted);font-size:10px}@media(max-width:1320px){.stitch-sidebar{width:220px}.stitch-workspace{margin-left:220px}.stitch-topbar{left:220px}.stitch-brand{padding:0 22px}.stitch-sidebar nav a{padding:0 22px}.stitch-topbar{padding:0 18px}.stitch-topbar-left strong{max-width:210px;overflow:hidden;text-overflow:ellipsis}.stitch-search{width:170px}.stitch-profile span{display:none}.stitch-main{padding-left:20px;padding-right:20px}.stitch-kpi-grid{gap:12px}.stitch-scene-grid{gap:14px}.stitch-map-kpis>article{min-height:150px;padding:20px 22px}.stitch-map-section-title{margin:32px 0 16px}.stitch-scene-card>header{min-height:84px;padding:18px}.stitch-scene-image{height:315px}.stitch-global-grid{margin-top:32px}.stitch-panel-heading{min-height:70px}.stitch-country-map{min-height:420px}.stitch-country-map>svg{max-height:420px}.stitch-market-list{gap:8px;padding:14px}.stitch-market-list>div{min-height:72px}.stitch-360-hero{grid-template-columns:minmax(220px,.8fr) minmax(380px,1.2fr)}.stitch-360-metrics{grid-column:1/-1;min-height:115px;grid-template-columns:repeat(4,minmax(0,1fr))}.stitch-360-metrics>div{border-bottom:0}.stitch-360-metrics>div:nth-child(2){border-right:1px solid var(--border)}.stitch-360-metrics>div:last-child{border-right:0}}@media(max-width:1180px){.stitch-search{display:none}}@media(max-width:1080px){html,body,#root{min-width:0}.stitch-topbar-left i,.stitch-view-tab,.stitch-search{display:none}.stitch-map-kpis,.stitch-kpi-grid,.stitch-scene-grid,.stitch-series-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-scene-card:last-child{grid-column:1/-1}.stitch-analysis-grid,.stitch-global-grid,.stitch-detail-hero-grid{grid-template-columns:minmax(0,1fr)}.stitch-distribution-stack{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto}.stitch-drill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-360-heading{align-items:start}.stitch-360-hero,.stitch-360-grid.two-one{grid-template-columns:minmax(0,1fr)}.stitch-360-metrics{grid-column:auto}.stitch-360-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.stitch-360-tabs button{border-bottom:1px solid var(--border)}.stitch-360-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-360-summary>div{border-bottom:1px solid var(--border)}.stitch-stage-track{grid-template-columns:repeat(5,minmax(92px,1fr))}.stitch-life-track{grid-template-columns:repeat(4,minmax(110px,1fr));overflow-x:auto}.stitch-lifecycle-toolbar{grid-template-columns:minmax(0,1fr)}.stitch-lifecycle-evidence,.stitch-series-lifecycle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-relations{grid-template-columns:minmax(0,1fr)}.stitch-relations>.material-symbols-outlined{transform:rotate(90deg);justify-self:center}}@media(max-width:720px){.portfolio-detail-drawer{width:100vw}.portfolio-detail-drawer>header{min-height:82px;padding:16px}.portfolio-detail-drawer>header h2{font-size:17px}.portfolio-detail-summary{min-height:72px;grid-template-columns:1fr 1fr;padding:0 16px}.portfolio-detail-summary>span{padding:10px 12px}.portfolio-detail-summary>span:nth-child(2){border-right:0}.portfolio-detail-summary>span:last-child{display:none}.portfolio-detail-body{padding:8px 16px 24px}.portfolio-detail-row{min-height:96px;grid-template-columns:minmax(0,1fr) 112px 18px;gap:10px}.portfolio-detail-identity small,.portfolio-detail-identity em{white-space:normal}}.stitch-logout{min-height:38px;display:flex;align-items:center;gap:12px;padding:7px 10px;color:var(--muted);background:transparent;border:0;font-size:13px;text-align:left}.stitch-logout:hover{color:var(--primary)}.stitch-profile b{width:31px;height:31px;display:grid;place-items:center;color:#fff;background:#ff4b14;border-radius:50%;font-size:12px}.auth-screen{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;color:#fff;background:#111}.auth-screen-image,.auth-screen-shade{position:absolute;inset:0;width:100%;height:100%}.auth-screen-image{object-fit:cover;object-position:center}.auth-screen-shade{background:#00000047}.auth-brand,.auth-content{position:relative;z-index:1}.auth-brand{height:104px;display:flex;align-items:center;gap:18px;padding:0 clamp(28px,6vw,88px);border-bottom:1px solid rgba(255,255,255,.18)}.auth-brand img{width:156px;filter:brightness(0) invert(1)}.auth-brand span{color:#ffffffa6;font:500 10px Poppins,sans-serif;letter-spacing:.18em}.auth-content{width:min(760px,calc(100% - 56px));display:grid;gap:22px;margin:auto 0 8vh clamp(28px,8vw,128px)}.auth-kicker{color:#ff7c55;font-size:13px;font-weight:700}.auth-content h1{max-width:720px;color:#fff;font-size:clamp(34px,5vw,68px);line-height:1.1;letter-spacing:0}.auth-action-row{display:flex;align-items:center;gap:20px}.auth-primary-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;color:#fff;background:#ff4b14;border:1px solid #ff4b14;border-radius:4px;font-weight:700}.auth-primary-button:disabled{opacity:.65;cursor:wait}.auth-state{display:inline-flex;align-items:center;gap:8px;color:#ffffffb8;font-size:12px}.auth-state i{width:8px;height:8px;background:#8d9499;border-radius:50%}.auth-state i.ready{background:#21c87a}.auth-message{max-width:560px;color:#ffffffbd;font-size:13px;line-height:1.7}.auth-dev-form{width:min(430px,100%);display:grid;gap:7px;padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}.auth-dev-form label{color:#ffffff9e;font-size:10px}.auth-dev-form>div{display:grid;grid-template-columns:minmax(0,1fr) 44px}.auth-dev-form input{height:42px;padding:0 12px;color:#fff;outline:0;background:#00000080;border:1px solid rgba(255,255,255,.28);border-radius:4px 0 0 4px}.auth-dev-form button{display:grid;place-items:center;color:#fff;background:#ff4b14;border:0;border-radius:0 4px 4px 0}.access-page{max-width:1480px;display:grid;gap:18px;margin:0 auto}.access-page .page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.access-page .page-header .eyebrow{color:var(--primary);font-size:10px;font-weight:700}.access-page .page-header h1{margin-top:5px;color:var(--bright);font-size:27px}.access-page .page-header p:not(.eyebrow){margin-top:6px;color:var(--muted);font-size:11px}.primary-action{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;color:#fff;background:#ff4b14;border:0;border-radius:4px;font-weight:700}.access-summary{min-height:82px;display:grid;grid-template-columns:repeat(3,160px) minmax(260px,1fr);align-items:center;gap:1px;overflow:hidden;background:var(--border);border:1px solid var(--border);border-radius:7px;box-shadow:var(--shadow)}.access-summary>div,.access-summary>label{height:100%;display:flex;align-items:center;gap:14px;padding:0 18px;background:var(--panel-solid)}.access-summary span{color:var(--muted);font-size:10px}.access-summary strong{color:var(--primary);font-size:24px}.access-summary label{justify-content:flex-end}.access-summary label .material-symbols-outlined{color:var(--dim)}.access-summary input{width:min(360px,100%);height:36px;padding:0 10px;outline:0;background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.surface-panel{min-width:0;background:var(--panel-solid);border:1px solid var(--border);border-radius:7px;box-shadow:var(--shadow)}.access-table-panel{overflow-x:auto}.access-table{width:100%;min-width:1020px;table-layout:fixed;border-collapse:collapse}.access-table th:nth-child(1){width:18%}.access-table th:nth-child(2){width:13%}.access-table th:nth-child(3){width:20%}.access-table th:nth-child(4){width:16%}.access-table th:nth-child(5){width:17%}.access-table th:nth-child(6){width:10%}.access-table th:nth-child(7){width:6%}.access-table th{height:47px;padding:0 14px;color:var(--muted);background:var(--panel-2);border-bottom:1px solid var(--border);font-size:9px;text-align:left}.access-table td{min-height:64px;padding:12px 14px;border-bottom:1px solid var(--border);font-size:10px;vertical-align:middle;overflow-wrap:anywhere}.access-table tbody tr:hover{background:var(--primary-fixed)}.access-table td strong,.access-table td small{display:block}.access-table td small{margin-top:4px;color:var(--muted);font-size:8px}.access-table td:last-child button{width:32px;height:32px;display:grid;place-items:center;color:var(--muted);background:transparent;border:1px solid var(--border);border-radius:4px}.access-role-tags{display:flex;flex-wrap:wrap;gap:4px}.access-role-tags span{padding:3px 6px;color:var(--muted);background:var(--panel-2);border-radius:3px;font:500 8px Poppins,sans-serif}.access-status{display:inline-flex;padding:4px 7px;border:1px solid var(--border);border-radius:999px;font-size:9px}.access-status.active{color:#138a55;background:#21c87a17}.access-status.disabled{color:#d9534f;background:#d9534f14}.access-status.pending{color:#b87712;background:#fbae401a}.access-empty,.page-loading,.page-error{min-height:180px;display:grid;place-items:center;color:var(--muted)}.audit-summary{grid-template-columns:repeat(3,140px) minmax(250px,1fr) 150px}.audit-summary .audit-result-filter{justify-content:center;gap:8px}.audit-result-filter select{height:34px;padding:0 8px;color:var(--text);background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.audit-table-panel{overflow-x:auto}.audit-table{width:100%;min-width:1120px;table-layout:fixed;border-collapse:collapse}.audit-table th:nth-child(1){width:15%}.audit-table th:nth-child(2){width:15%}.audit-table th:nth-child(3){width:15%}.audit-table th:nth-child(4){width:17%}.audit-table th:nth-child(5){width:8%}.audit-table th:nth-child(6){width:12%}.audit-table th:nth-child(7){width:18%}.audit-table th{height:47px;padding:0 14px;color:var(--muted);background:var(--panel-2);border-bottom:1px solid var(--border);font-size:9px;text-align:left}.audit-table td{padding:12px 14px;border-bottom:1px solid var(--border);font-size:10px;vertical-align:middle;overflow-wrap:anywhere}.audit-table tbody tr:hover{background:var(--primary-fixed)}.audit-table td strong,.audit-table td small{display:block}.audit-table td small{margin-top:4px;color:var(--muted);font-size:8px}.audit-result{display:inline-flex;padding:4px 7px;border:1px solid var(--border);border-radius:999px}.audit-result.success{color:#138a55;background:#21c87a17}.audit-result.failed,.audit-result.denied{color:#d9534f;background:#d9534f14}.access-drawer-backdrop{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end;background:#0000007a}.access-drawer{width:min(680px,100vw);height:100%;display:flex;flex-direction:column;color:var(--text);background:var(--panel-solid);border-left:1px solid var(--border);box-shadow:-20px 0 52px #00000038}.access-drawer>header{min-height:78px;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--border)}.access-drawer>header span{color:var(--primary);font:700 9px Poppins}.access-drawer>header h2{margin-top:3px;font-size:19px}.access-drawer>header button{width:34px;height:34px;display:grid;place-items:center;color:var(--muted);background:transparent;border:1px solid var(--border);border-radius:4px}.access-drawer form{flex:1;padding:20px;overflow-y:auto}.access-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.access-form-grid label,.access-reason{display:grid;gap:5px;color:var(--muted);font-size:9px}.access-form-grid .wide{grid-column:1/-1}.access-form-grid input,.access-form-grid select,.access-scope-list input,.access-scope-list select,.access-reason textarea{width:100%;min-width:0;height:36px;padding:0 9px;color:var(--text);outline:0;background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.access-form-grid input:focus,.access-scope-list input:focus,.access-reason textarea:focus{border-color:var(--primary)}.access-auto-value{min-height:36px;display:flex;align-items:center;padding:0 9px;color:var(--bright);background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.access-directory-error{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--danger);font-size:9px}.access-directory-error button{color:var(--primary);background:transparent;border:0}.access-directory-note{margin:10px 0 0;padding:8px 10px;color:var(--muted);background:var(--panel-2);border-left:2px solid var(--warning);font-size:9px}.access-drawer fieldset{margin:18px 0 0;padding:13px;border:1px solid var(--border);border-radius:6px}.access-drawer legend{padding:0 5px;color:var(--bright);font-size:11px;font-weight:700}.access-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.access-choice-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.access-choice-grid label{min-height:46px;display:flex;align-items:center;gap:8px;padding:8px;background:var(--panel-2);border-radius:4px}.access-choice-grid input{accent-color:#ff4b14}.access-choice-grid span{font-size:10px}.access-choice-grid small{display:block;margin-top:2px;color:var(--muted);font:400 7px Poppins}.access-scope-list{display:grid;gap:8px}.access-scope-list>div{display:grid;grid-template-columns:88px 100px minmax(0,1fr);align-items:center;gap:8px}.access-scope-list>div>span{color:var(--muted);font-size:9px}.access-reason{margin-top:18px}.access-reason textarea{height:64px;padding:9px;resize:vertical}.access-error{margin-top:12px;padding:9px;color:#d9534f;background:#d9534f14;border:1px solid rgba(217,83,79,.22);border-radius:4px;font-size:10px}.access-drawer form>footer{display:flex;justify-content:flex-end;gap:8px;margin-top:18px;padding-top:14px;border-top:1px solid var(--border)}.access-drawer form>footer button{min-height:38px;padding:0 13px;background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.access-drawer form>footer button.primary{color:#fff;background:#ff4b14;border-color:#ff4b14}@media(max-width:760px){.auth-screen-image{object-position:70% center}.auth-brand{height:78px;padding:0 22px}.auth-brand img{width:126px}.auth-brand span{display:none}.auth-content{width:calc(100% - 44px);margin:auto 22px 9vh}.auth-content h1{font-size:36px}.auth-action-row{align-items:flex-start;flex-direction:column}.access-summary,.audit-summary{grid-template-columns:repeat(3,1fr)}.access-summary>label,.audit-summary>label{grid-column:1/-1;min-height:58px}.access-form-grid,.access-choice-grid,.access-choice-grid.compact{grid-template-columns:minmax(0,1fr)}.access-scope-list>div{grid-template-columns:minmax(0,1fr)}.access-drawer{width:100vw}}@media(max-width:600px){.stitch-map-section-title{align-items:flex-start;margin:26px 0 14px}.stitch-map-section-title>div{min-width:0}.stitch-map-section-title h1,.stitch-drill-section>h2{font-size:23px}.stitch-map-section-title p{max-width:100%;font-size:11px;line-height:1.55}.stitch-map-section-title button{display:none}.stitch-scene-grid,.stitch-series-grid{grid-template-columns:minmax(0,1fr);gap:12px}.stitch-scene-card:last-child{grid-column:auto}.stitch-scene-card>header{min-height:0;align-items:flex-start;gap:12px;padding:16px}.stitch-scene-card header>div{min-width:0}.stitch-scene-card header h2{font-size:20px;line-height:1.25}.stitch-scene-card header p{margin-top:6px;font-size:11px;line-height:1.55}.stitch-scene-card header>span{flex:0 0 auto;margin-top:1px;padding:6px 8px;font-size:9px}.stitch-scene-image{height:auto;aspect-ratio:4 / 3;margin:0 10px 10px}.stitch-scene-image>div{inset:auto 10px 10px;gap:7px}.stitch-scene-image>div span{min-width:0;padding:10px;font-size:9px}.stitch-scene-image>div strong{font-size:17px;line-height:1.25;overflow-wrap:anywhere}.stitch-global-grid{gap:12px;margin-top:24px}.stitch-panel-heading{min-height:0;align-items:flex-start;flex-direction:column;gap:10px;padding:16px}.stitch-panel-heading>span{flex-wrap:wrap}.stitch-country-map{min-height:320px}.stitch-country-map>svg{max-height:320px}.stitch-drill-grid{grid-template-columns:minmax(0,1fr);gap:12px}.stitch-360-tabs,.stitch-360-tabs.stitch-series-tabs{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.stitch-360-tabs button{flex:0 0 112px;min-width:112px;padding:0 10px}}@media print{.stitch-sidebar,.stitch-topbar{display:none}.stitch-workspace{margin-left:0}.stitch-main{padding-top:20px}}.admin-page{position:relative;z-index:1;max-width:1480px;display:grid;gap:18px;margin:0 auto}.admin-page:before{content:"";position:absolute;z-index:-1;top:-90px;left:18%;width:760px;height:300px;background:radial-gradient(circle,var(--glow),transparent 70%);pointer-events:none}.admin-page-heading{min-height:78px;display:flex;align-items:end;justify-content:space-between;gap:24px}.admin-page-heading>div:first-child{min-width:0}.admin-page-heading>div:first-child>span,.admin-section-kicker{color:var(--primary);font:700 10px Poppins,OPPOSans,sans-serif;letter-spacing:.12em}.admin-page-heading h1{margin-top:4px;color:var(--bright);font-size:27px;line-height:1.2}.admin-page-heading p{max-width:860px;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.6}.admin-heading-actions{display:flex;align-items:center;gap:10px}.admin-sync-time{min-width:248px;display:flex;align-items:center;justify-content:flex-end;gap:10px;color:var(--primary);text-align:right}.admin-sync-time small{display:block;color:var(--muted);font-size:9px}.admin-sync-time strong{display:block;margin-top:3px;color:var(--primary);font-size:13px}.admin-surface{min-width:0;overflow:hidden;background:var(--panel);border:1px solid var(--border);border-radius:9px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.admin-surface>header:not(.admin-bulk-toolbar){min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;background:var(--panel-2);border-bottom:1px solid var(--border)}.admin-surface>header h2{color:var(--bright);font-size:15px}.admin-surface>header p{margin-top:4px;color:var(--muted);font-size:9px}.admin-icon-button{width:34px;height:34px;display:inline-grid;place-items:center;padding:0;color:var(--muted);background:var(--panel-solid);border:1px solid var(--border);border-radius:4px}.admin-icon-button:hover:not(:disabled){color:var(--primary);border-color:var(--border-strong)}.admin-icon-button:disabled{opacity:.42;cursor:not-allowed}.admin-primary-button,.admin-secondary-button,.button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid transparent;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap}.admin-primary-button,.button.primary{color:#fff;background:#ff4b14;border-color:#ff4b14}.admin-primary-button:hover:not(:disabled),.button.primary:hover:not(:disabled){background:#e93e08}.admin-secondary-button,.button.secondary{color:var(--text);background:var(--panel-solid);border-color:var(--border)}.button.danger{color:#fff;background:#d94a40;border-color:#d94a40}.button.danger:hover:not(:disabled){background:#bf392f}.admin-primary-button:disabled,.admin-secondary-button:disabled,.button:disabled{opacity:.4;cursor:not-allowed}.readonly-hint{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;color:#d69a32;background:#fbae401a;border:1px solid rgba(251,174,64,.28);border-radius:4px;font-size:10px}.admin-kpi-grid{display:grid;gap:15px}.admin-kpi-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-kpi-grid article{position:relative;min-height:132px;display:grid;align-content:center;gap:6px;padding:20px 22px;overflow:hidden;background:var(--panel);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.admin-kpi-grid article:before{content:"";position:absolute;inset:18px auto 18px 0;width:3px;background:#ff4b14}.admin-kpi-grid article>span{color:var(--muted);font-size:10px;font-weight:600}.admin-kpi-grid article>strong{color:var(--bright);font-size:28px;line-height:1.1}.admin-kpi-grid article>small{color:var(--muted);font-size:9px}.admin-kpi-grid article>svg{position:absolute;right:17px;top:22px;color:var(--primary);opacity:.2;width:38px;height:38px}.admin-notice{min-height:50px;display:flex;align-items:center;gap:11px;padding:11px 14px;color:#fbae40;background:#fbae4014;border:1px solid rgba(251,174,64,.24);border-radius:6px}.admin-notice div{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px}.admin-notice strong{color:var(--text);font-size:11px}.admin-notice span{color:var(--muted);font-size:10px}.admin-filter-strip{min-height:64px;display:flex;align-items:end;gap:12px;padding:11px 13px;background:var(--panel);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.admin-filter-strip label{min-width:155px;display:grid;gap:5px;color:var(--muted);font-size:9px}.admin-filter-strip .admin-search{min-width:300px;flex:1}.admin-filter-strip input,.admin-filter-strip select,.form-field input,.form-field select,.admin-product-table select,.admin-mapping-table select,.admin-bulk-select select{height:34px;min-width:0;padding:0 10px;color:var(--text);outline:0;background:var(--panel-solid);border:1px solid var(--border);border-radius:4px;font-size:10px}.admin-filter-strip input:focus,.admin-filter-strip select:focus,.form-field input:focus,.form-field select:focus,.admin-product-table select:focus,.admin-mapping-table select:focus{border-color:#ff4b14;box-shadow:0 0 0 2px var(--primary-fixed)}.admin-filter-count{min-height:34px;display:flex;align-items:center;gap:6px;margin-left:auto;padding:0 10px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:4px;font-size:10px;white-space:nowrap}.admin-filter-count b{color:var(--primary)}.admin-tree-layout{display:grid;grid-template-columns:minmax(430px,.9fr) minmax(470px,1.15fr);gap:18px;min-height:700px}.admin-tree-surface,.admin-inspector{min-height:700px}.admin-tree-tools{display:flex;align-items:center;gap:7px;color:var(--muted)}.admin-tree-tools button{width:31px;height:31px;display:grid;place-items:center;padding:0;color:var(--muted);background:var(--panel-solid);border:1px solid var(--border);border-radius:4px}.admin-tree-list{max-height:770px;padding:9px;overflow-y:auto}.admin-tree-row{--tree-depth: 0;min-height:57px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;padding:5px 7px 5px calc(7px + var(--tree-depth) * 22px);border-bottom:1px solid var(--border);border-radius:5px}.admin-tree-row:hover{background:var(--panel-2)}.admin-tree-row.selected{background:var(--primary-fixed);box-shadow:inset 3px 0 #ff4b14}.admin-tree-chevron{width:28px;height:34px;display:grid;place-items:center;padding:0;color:var(--muted);background:transparent;border:0}.admin-tree-spacer{width:28px}.admin-tree-select{min-width:0;min-height:44px;display:grid;grid-template-columns:34px minmax(112px,1fr) 56px 56px auto;align-items:center;gap:8px;padding:0 4px;color:var(--text);background:transparent;border:0;text-align:left}.admin-tree-icon{width:32px;height:32px;display:grid;place-items:center;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:5px}.admin-tree-row.selected .admin-tree-icon,.admin-tree-row:hover .admin-tree-icon{color:var(--primary);background:var(--primary-fixed);border-color:var(--border-strong)}.admin-tree-name{min-width:0}.admin-tree-name strong{display:block;color:var(--bright);font-size:12px;overflow-wrap:anywhere}.admin-tree-name small{display:block;margin-top:2px;color:var(--muted);font-size:8px}.admin-tree-count{color:var(--muted);font-size:8px;white-space:nowrap}.admin-tree-count b{display:block;color:var(--primary);font-size:11px}.structure-level-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;background:var(--panel);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow)}.structure-level-strip>div{min-width:0;min-height:68px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 14px;border-right:1px solid var(--border)}.structure-level-strip>div:last-child{border-right:0}.structure-level-strip span{color:var(--primary);font:700 10px Poppins,OPPOSans,sans-serif}.structure-level-copy{min-width:0;display:grid;gap:3px}.structure-level-copy strong{overflow:hidden;color:var(--bright);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.structure-level-copy small{overflow:hidden;color:var(--muted);font:500 9px Poppins,OPPOSans,sans-serif;text-overflow:ellipsis;white-space:nowrap}.structure-level-strip svg{color:var(--muted)}.admin-filter-count.has-warning{color:#d69a32;border-color:#fbae4047}.admin-filter-count.has-warning b{color:#d69a32}.admin-filter-count.has-candidate{color:#4f8fdb;border-color:#4f8fdb47}.admin-filter-count.has-candidate b{color:#4f8fdb}.admin-filter-count.has-danger{color:#e05a4f;border-color:#e05a4f47}.admin-filter-count.has-danger b{color:#e05a4f}.structure-notice{min-height:42px;display:flex;align-items:center;padding:9px 13px;border:1px solid;border-radius:6px;font-size:10px}.structure-notice.success{color:#168957;background:#21c87a14;border-color:#21c87a3d}.structure-notice.error{color:#d95349;background:#ff453a14;border-color:#ff453a38}.admin-tree-row.structure-tree-row{position:relative;grid-template-columns:28px 25px minmax(0,1fr);padding-left:calc(7px + var(--tree-depth) * 20px);transition:background .16s ease,box-shadow .16s ease,opacity .16s ease}.structure-tree-row.drop-target{background:#ff4b141f;box-shadow:inset 0 0 0 1px #ff4b14}.structure-tree-row.dragging{opacity:.2}.structure-reorder-zone{position:absolute;z-index:4;left:calc(7px + var(--tree-depth) * 20px);right:7px;height:15px;pointer-events:none}.structure-reorder-zone.before{top:0}.structure-reorder-zone.after{bottom:0}.structure-tree-row.reorder-ready .structure-reorder-zone{pointer-events:auto}.structure-reorder-zone:after{content:"";position:absolute;left:0;right:0;height:3px;border-radius:2px;background:transparent;box-shadow:none}.structure-reorder-zone.before:after{top:-1px}.structure-reorder-zone.after:after{bottom:-1px}.structure-reorder-zone.is-over:after{background:#ff4b14;box-shadow:0 0 0 3px #ff4b1424}.structure-drag-handle{width:25px;height:34px;display:grid;place-items:center;padding:0;color:var(--muted);background:transparent;border:0;cursor:grab;touch-action:none}.structure-drag-handle:active{cursor:grabbing}.structure-drag-handle:disabled{opacity:.25;cursor:default}.admin-tree-select.structure-tree-select{grid-template-columns:34px minmax(112px,1fr) auto 48px auto auto}.admin-tree-icon.has-image{overflow:hidden;padding:0}.admin-tree-icon.has-image img{width:100%;height:100%;object-fit:cover}.structure-assignment-tag{justify-self:end;font-size:7px;font-style:normal;white-space:nowrap}.structure-assignment-tag.candidate,.structure-assignment-tag.conflict{padding:3px 6px;border:1px solid var(--border);border-radius:3px}.structure-assignment-tag.candidate{color:#4f8fdb;background:#4f8fdb14;border-color:#4f8fdb3d}.structure-assignment-tag.conflict{color:#e05a4f;background:#e05a4f14;border-color:#e05a4f3d}.structure-inactive-tag{padding:3px 6px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:3px;font-size:7px;font-style:normal;white-space:nowrap}.structure-queue-heading{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:14px 4px 5px;padding:10px 12px;color:#d69a32;background:#fbae4014;border:1px solid rgba(251,174,64,.25);border-radius:5px}.structure-queue-heading strong{display:block;color:var(--bright);font-size:10px}.structure-queue-heading span{display:block;margin-top:3px;color:var(--muted);font-size:8px}.structure-queue-heading b{font-size:18px}.structure-node-visual{position:relative;height:190px;margin:20px 20px 0;overflow:hidden;background:var(--panel-2);border:1px solid var(--border);border-radius:7px}.structure-node-visual>img{width:100%;height:100%;object-fit:cover}.structure-node-visual>div{height:100%;display:grid;place-content:center;justify-items:center;gap:8px;color:var(--muted);font-size:9px}.structure-node-level{position:absolute;left:12px;bottom:12px;padding:6px 8px;color:#fff;background:#141110c7;border:1px solid rgba(255,255,255,.2);border-radius:4px;font-size:9px;font-weight:700}.structure-drag-overlay{min-width:240px;min-height:46px;display:flex;align-items:center;gap:9px;padding:9px 12px;color:var(--bright);background:var(--panel-solid);border:1px solid #ff4b14;border-radius:5px;box-shadow:0 18px 46px #00000038;font-size:10px}.structure-image-field{min-width:0;grid-column:1/-1;margin:0;padding:14px;border:1px solid var(--border);border-radius:6px}.structure-image-field legend{padding:0 6px;color:var(--bright);font-size:11px;font-weight:700}.structure-image-editor{display:grid;grid-template-columns:180px minmax(0,1fr);gap:14px;margin-bottom:14px}.structure-image-preview{height:112px;overflow:hidden;background:var(--panel-2);border:1px solid var(--border);border-radius:5px}.structure-image-preview img{width:100%;height:100%;object-fit:cover}.structure-image-preview>span{height:100%;display:grid;place-content:center;justify-items:center;gap:7px;color:var(--muted);font-size:9px}.structure-image-editor>div:last-child{display:flex;flex-wrap:wrap;align-content:start;gap:8px}.structure-image-editor small{flex-basis:100%;color:var(--muted);font-size:8px;line-height:1.55}.structure-upload-button{cursor:pointer}.structure-upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.structure-position-field,.structure-business-status,.structure-visual-field{min-width:0;margin:0;padding:14px;border:1px solid var(--border);border-radius:6px}.structure-position-field legend,.structure-business-status legend,.structure-visual-field legend{padding:0 6px;color:var(--bright);font-size:11px;font-weight:700}.structure-position-field>small,.structure-business-status>p{display:block;margin-top:9px;color:var(--muted);font-size:8px;line-height:1.55}.structure-position-control{display:grid;grid-template-columns:38px auto minmax(0,1fr) 38px;align-items:center;gap:10px}.structure-position-control button{width:38px;height:36px;display:grid;place-items:center;padding:0;color:var(--bright);background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.structure-position-control button:disabled{color:var(--muted);opacity:.45}.structure-position-control strong{color:var(--primary);font-size:14px}.structure-position-control span{color:var(--muted);font-size:9px}.structure-business-status{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.structure-business-status>button{min-height:74px;display:grid;grid-template-columns:auto;align-content:center;gap:5px;padding:12px 14px;text-align:left;color:var(--bright);background:var(--panel-2);border:1px solid var(--border);border-radius:5px}.structure-business-status>button strong{font-size:11px}.structure-business-status>button span{color:var(--muted);font-size:8px;line-height:1.5}.structure-business-status>button.selected{border-color:#21c87a;box-shadow:inset 3px 0 #21c87a}.structure-business-status>button.selected.danger{border-color:#e05a4f;box-shadow:inset 3px 0 #e05a4f}.structure-business-status>p{grid-column:1/-1;margin:0;padding:9px 11px;color:#b47a18;background:#fbae4014;border:1px solid rgba(251,174,64,.24);border-radius:4px}.structure-visual-field{display:grid;gap:14px}.structure-visual-mode{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.structure-visual-mode>button{min-height:72px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:9px;padding:11px;text-align:left;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:5px}.structure-visual-mode>button.selected{color:var(--primary);background:#ff4b140f;border-color:#ff4b1499;box-shadow:inset 0 -2px #ff4b14}.structure-visual-mode strong{display:block;color:var(--bright);font-size:10px}.structure-visual-mode small{display:block;margin-top:3px;color:var(--muted);font-size:7px;line-height:1.45}.structure-icon-section,.structure-image-section{padding-top:13px;border-top:1px solid var(--border)}.structure-icon-section>header,.structure-image-section>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.structure-icon-section>header strong,.structure-image-section>header strong{display:block;color:var(--bright);font-size:10px}.structure-icon-section>header small,.structure-image-section>header small{display:block;margin-top:3px;color:var(--muted);font-size:8px;line-height:1.5}.structure-icon-search{min-height:36px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:0 10px;background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.structure-icon-search svg{color:var(--muted)}.structure-icon-search input{min-width:0;height:34px;padding:0;color:var(--bright);background:transparent;border:0;outline:0;font-size:9px}.structure-icon-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:9px}.structure-icon-grid>button{position:relative;min-width:0;min-height:64px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;padding:9px;text-align:left;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:5px}.structure-icon-grid>button.selected{color:var(--primary);border-color:#ff4b14;background:#ff4b140f}.structure-icon-grid strong{display:block;overflow:hidden;color:var(--bright);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.structure-icon-grid small{display:block;margin-top:2px;overflow:hidden;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.structure-icon-grid em{position:absolute;top:4px;right:5px;color:var(--primary);font-size:6px;font-style:normal}.structure-icon-empty{grid-column:1/-1;padding:18px;color:var(--muted);text-align:center;font-size:8px}.structure-image-section .structure-image-editor{margin-bottom:10px}.structure-visual-warning,.structure-library-notice{margin:8px 0 0;padding:8px 10px;color:#b47a18;background:#fbae4014;border:1px solid rgba(251,174,64,.25);border-radius:4px;font-size:8px}.structure-visual-preview{min-height:62px;display:grid;grid-template-columns:auto 46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 11px;background:var(--panel-2);border:1px dashed var(--border);border-radius:5px}.structure-visual-preview>span,.structure-visual-preview>small{color:var(--muted);font-size:8px}.structure-visual-preview>div{width:46px;height:42px;display:grid;place-items:center;overflow:hidden;color:var(--primary);background:var(--panel);border:1px solid var(--border);border-radius:4px}.structure-visual-preview img{width:100%;height:100%;object-fit:cover}.structure-visual-preview strong{overflow:hidden;color:var(--bright);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.structure-icon-manager-layer{position:fixed;inset:0;z-index:130;display:flex;justify-content:flex-end;background:#00000085;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.structure-icon-manager-dialog{width:min(820px,96vw);height:100%;display:flex;flex-direction:column;color:var(--text);background:var(--panel-solid);border-left:1px solid var(--border);box-shadow:-20px 0 60px #0000003d}.structure-icon-manager-dialog>header{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 20px;border-bottom:1px solid var(--border)}.structure-icon-manager-dialog>header strong{display:block;color:var(--bright);font-size:18px}.structure-icon-manager-dialog>header small{display:block;margin-top:5px;color:var(--muted);font-size:9px;line-height:1.5}.structure-icon-manager-body{flex:1;display:grid;align-content:start;gap:16px;padding:20px;overflow-y:auto}.structure-icon-create-panel,.structure-icon-library-panel{padding:15px;border:1px solid var(--border);border-radius:6px}.structure-icon-create-panel>div:first-child strong,.structure-icon-library-panel>header strong{display:block;color:var(--bright);font-size:11px}.structure-icon-create-panel>div:first-child small,.structure-icon-library-panel>header small{display:block;margin:3px 0 12px;color:var(--muted);font-size:8px;line-height:1.5}.structure-icon-create{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.structure-icon-create label span{display:block;margin-bottom:4px;color:var(--muted);font-size:8px}.structure-icon-create input,.structure-icon-create select{width:100%;height:36px;padding:0 9px;color:var(--bright);background:var(--panel-2);border:1px solid var(--border);border-radius:4px;font-size:9px}.structure-icon-create>button{align-self:end;min-height:36px}.structure-icon-library-list{max-height:min(470px,55vh);margin-top:10px;overflow:auto;border:1px solid var(--border);border-radius:5px}.structure-icon-library-list>div{min-height:52px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 9px;border-bottom:1px solid var(--border)}.structure-icon-library-list>div:last-child{border-bottom:0}.structure-icon-library-list>div.inactive{opacity:.55}.structure-icon-library-list strong{display:block;color:var(--bright);font-size:9px}.structure-icon-library-list small{display:block;margin-top:2px;color:var(--muted);font-size:7px}.structure-icon-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px}.structure-icon-actions button{min-height:28px;display:inline-flex;align-items:center;gap:4px;padding:5px 8px;color:var(--muted);background:transparent;border:1px solid var(--border);border-radius:4px;font-size:7px}.structure-icon-actions button.danger{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 45%,var(--border))}.admin-inspector{align-self:start}.admin-node-banner{min-height:102px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;margin:20px;padding:17px;background:var(--panel-2);border:1px solid var(--border);border-radius:7px}.admin-node-banner>span{width:50px;height:50px;display:grid;place-items:center;color:var(--primary);background:var(--primary-fixed);border-radius:5px}.admin-node-banner small{display:block;color:var(--muted);font-size:9px}.admin-node-banner strong{display:block;margin-top:4px;color:var(--primary);font-size:21px}.admin-detail-list{margin:0 20px;padding:4px 0;border:1px solid var(--border);border-radius:7px}.admin-detail-list>div{min-height:53px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 17px;border-bottom:1px solid var(--border)}.admin-detail-list>div:last-child{border-bottom:0}.admin-detail-list dt{color:var(--muted);font-size:9px}.admin-detail-list dd{margin:0;color:var(--text);font-size:11px;text-align:right}.admin-detail-list .admin-detail-icon{display:inline-flex;align-items:center;gap:7px;color:var(--primary)}.admin-callout{margin:20px;padding:14px;color:var(--muted);background:#fbae4014;border:1px solid rgba(251,174,64,.25);border-radius:5px;font-size:9px;line-height:1.65}.product-master-hierarchy-warning{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;color:#b47a18;background:#fbae4014;border:1px solid rgba(251,174,64,.25);border-radius:4px;font-size:9px;line-height:1.6}.product-master-hierarchy-warning svg{flex:0 0 auto;margin-top:1px}.product-master-hierarchy-warning p{margin:0}.structure-assignment-text{font-weight:600}.structure-assignment-text.candidate{color:#4f8fdb}.structure-assignment-text.conflict{color:#e05a4f}.structure-assignment-text.confirmed{color:#21c87a}.structure-assignment-note{margin:16px 20px 0;padding:12px 14px;border-radius:5px;font-size:9px;line-height:1.55}.structure-assignment-note.candidate{color:#4f8fdb;background:#4f8fdb14;border:1px solid rgba(79,143,219,.24)}.structure-assignment-note.conflict{color:#e05a4f;background:#e05a4f14;border:1px solid rgba(224,90,79,.24)}.structure-resolve-button{min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px;margin:12px 20px 0;padding:0 14px;color:#fff;background:#ff4b14;border:1px solid #ff4b14;border-radius:4px;font-size:10px;font-weight:700}.structure-resolve-button:disabled{cursor:not-allowed;opacity:.45}.status-badge{min-height:21px;display:inline-flex;align-items:center;padding:2px 7px;border:1px solid var(--border);border-radius:999px;font-size:8px;white-space:nowrap}.status-badge.tone-success{color:#21c87a;background:#21c87a17;border-color:#21c87a3d}.status-badge.tone-warning{color:#fbae40;background:#fbae4017;border-color:#fbae403d}.status-badge.tone-danger{color:#ff6b5f;background:#ff453a17;border-color:#ff453a3d}.status-badge.tone-info{color:#66a8ff;background:#3e8bf017;border-color:#3e8bf03d}.status-badge.tone-neutral{color:var(--muted);background:var(--panel-2)}.admin-center-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(310px,.72fr);gap:18px;align-items:start}.admin-source-list{display:grid}.admin-source-list>div{min-height:76px;display:grid;grid-template-columns:40px minmax(130px,1fr) minmax(100px,.65fr) 82px minmax(135px,.9fr) auto;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border)}.admin-source-list>div:last-child{border-bottom:0}.admin-source-icon{width:36px;height:36px;display:grid;place-items:center;color:var(--primary);background:var(--primary-fixed);border-radius:4px}.admin-source-list strong{color:var(--bright);font-size:11px}.admin-source-list small,.admin-source-list dt{display:block;color:var(--muted);font-size:8px}.admin-source-list dl{margin:0}.admin-source-list dd{margin:3px 0 0;color:var(--text);font-size:9px}.admin-governance-list{display:grid;padding:8px 14px}.admin-governance-list>a,.admin-governance-list>div{min-height:73px;display:grid;grid-template-columns:36px minmax(0,1fr) auto auto;align-items:center;gap:9px;color:inherit;border-bottom:1px solid var(--border);text-decoration:none}.admin-governance-list>*:last-child{border-bottom:0}.admin-governance-list>*>span{width:34px;height:34px;display:grid;place-items:center;color:var(--primary);background:var(--primary-fixed);border-radius:4px}.admin-governance-list strong{color:var(--bright);font-size:10px}.admin-governance-list small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.admin-governance-list b{color:var(--primary);font-size:18px}.admin-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--border)}.admin-quick-grid a{min-height:100px;display:grid;grid-template-columns:32px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:15px;color:var(--text);background:var(--panel-solid);text-decoration:none}.admin-quick-grid a:hover{background:var(--primary-fixed)}.admin-quick-grid a>svg:first-child{color:var(--primary)}.admin-quick-grid strong{color:var(--bright);font-size:11px}.admin-quick-grid small{display:block;margin-top:4px;color:var(--muted);font-size:8px;line-height:1.5}.admin-table-panel>header{position:relative}.admin-table-scroll{width:100%;overflow-x:auto}.admin-table-scroll table{width:100%;min-width:1040px;border-collapse:collapse}.admin-table-scroll th{height:50px;padding:0 14px;color:var(--muted);background:var(--panel-2);border-bottom:1px solid var(--border);font:600 8px Poppins,OPPOSans,sans-serif;letter-spacing:.06em;text-align:left;white-space:nowrap}.admin-table-scroll td{height:61px;padding:10px 14px;color:var(--text);border-bottom:1px solid var(--border);font-size:9px;vertical-align:middle}.admin-table-scroll tbody tr:hover,.admin-table-scroll tbody tr.selected{background:var(--primary-fixed)}.admin-table-scroll td strong{color:var(--bright)}.admin-table-scroll td small{display:block;max-width:250px;margin-top:3px;color:var(--muted);font-size:7px;line-height:1.4;overflow-wrap:anywhere}.admin-table-scroll .num{text-align:right;white-space:nowrap}.admin-product-table{min-width:1420px!important}.admin-mapping-table{min-width:1480px!important}.admin-doc-table{min-width:1260px!important}.admin-product-table select{width:104px}.admin-mapping-table select{width:300px}.admin-model-link,.admin-model-text{color:var(--primary)!important;font-family:Poppins,OPPOSans,sans-serif;font-weight:600;text-decoration:none}.admin-doc-table a{display:inline-flex;align-items:center;gap:5px;color:var(--primary);text-decoration:none}.admin-bulk-toolbar{min-height:62px;display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;padding:10px 12px;border-bottom:1px solid var(--border)}.admin-bulk-toolbar>label:first-child{display:flex;align-items:center;gap:7px;font-size:10px}.admin-bulk-toolbar>span{color:var(--muted);font-size:9px}.admin-bulk-select{min-width:390px;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:9px}.admin-bulk-select .product-model-picker-trigger{width:290px;min-height:40px}.admin-pagination{display:flex;align-items:center;gap:6px;margin-left:auto}.admin-pagination button{width:30px;height:30px;display:grid;place-items:center;padding:0;color:var(--muted);background:var(--panel-solid);border:1px solid var(--border);border-radius:4px}.admin-pagination span{min-width:50px;color:var(--muted);font-size:9px;text-align:center}.admin-confidence{width:70px;height:5px;overflow:hidden;background:var(--panel-3);border-radius:99px}.admin-confidence span{display:block;height:100%;background:#ff4b14}.product-model-picker-trigger{width:310px;min-height:50px;display:grid;grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:8px;padding:7px 10px;color:var(--text);background:var(--panel-solid);border:1px solid var(--border);border-radius:5px;text-align:left}.product-model-picker-trigger:hover:not(:disabled),.product-model-picker-trigger[aria-expanded=true]{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-fixed)}.product-model-picker-trigger:disabled{cursor:not-allowed;opacity:.54}.product-model-picker-trigger>span{min-width:0}.product-model-picker-trigger strong,.product-model-picker-trigger small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-model-picker-trigger strong{color:var(--bright);font:600 10px Poppins,OPPOSans,sans-serif}.product-model-picker-trigger small{margin-top:2px;color:var(--muted);font-size:7px}.product-model-picker-trigger>em{display:inline-flex;align-items:center;gap:3px;padding:3px 5px;color:var(--primary);background:var(--primary-fixed);border-radius:3px;font-size:7px;font-style:normal;white-space:nowrap}.product-model-picker-popover{z-index:180;width:min(520px,calc(100vw - 24px));padding:9px;color:var(--text);background:var(--panel-solid);border:1px solid var(--border-strong);border-radius:7px;box-shadow:0 18px 50px #120e0c33}.product-model-picker-search{height:42px;display:grid;grid-template-columns:18px minmax(0,1fr) 28px;align-items:center;gap:6px;padding:0 8px;background:var(--panel-2);border:1px solid var(--border);border-radius:5px}.product-model-picker-search>svg{color:var(--muted)}.product-model-picker-search input{min-width:0;height:100%;padding:0;color:var(--bright);background:transparent;border:0;outline:0;font-size:10px}.product-model-picker-search button{width:28px;height:28px;display:grid;place-items:center;padding:0;color:var(--muted);background:transparent;border:0}.product-model-suggestion{width:100%;min-height:58px;display:grid;grid-template-columns:22px minmax(0,1fr) 18px;align-items:center;gap:8px;margin-top:8px;padding:8px 10px;color:var(--primary);background:var(--primary-fixed);border:1px solid rgba(255,75,20,.24);border-radius:5px;text-align:left}.product-model-suggestion>span{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:2px 8px;align-items:baseline}.product-model-suggestion small{grid-column:1/-1;color:var(--primary);font-size:7px}.product-model-suggestion strong{color:var(--bright);font-size:11px}.product-model-suggestion em{overflow:hidden;color:var(--muted);font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.product-model-result-heading{display:flex;align-items:center;justify-content:space-between;padding:10px 3px 6px;color:var(--muted);font-size:8px}.product-model-result-heading b{font-weight:500}.product-model-results{max-height:330px;overflow-y:auto;border:1px solid var(--border);border-radius:5px}.product-model-results>button{width:100%;min-height:53px;display:grid;grid-template-columns:minmax(145px,1fr) minmax(120px,.85fr) auto 18px;align-items:center;gap:8px;padding:7px 10px;color:var(--text);background:var(--panel-solid);border:0;border-bottom:1px solid var(--border);text-align:left}.product-model-results>button:last-of-type{border-bottom:0}.product-model-results>button:hover,.product-model-results>button.selected{background:var(--primary-fixed)}.product-model-results>button>span{min-width:0}.product-model-results strong,.product-model-results small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-model-results strong{color:var(--bright);font:600 10px Poppins,OPPOSans,sans-serif}.product-model-results small{margin-top:2px;color:var(--muted);font-size:7px}.product-model-results em{overflow:hidden;color:var(--muted);font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.product-model-results em i{margin:0 4px;font-style:normal;opacity:.5}.product-model-results>button>b{padding:3px 5px;color:var(--primary);background:var(--primary-fixed);border-radius:3px;font-size:7px;white-space:nowrap}.product-model-empty{padding:32px 12px;color:var(--muted);font-size:9px;text-align:center}.product-model-picker-popover footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 3px 0;color:var(--muted);font-size:7px}.product-model-picker-popover footer button{padding:3px;color:var(--primary);background:transparent;border:0;font-size:8px}.sku-family-action{display:inline-flex;align-items:center;gap:4px;margin-top:5px;padding:3px 5px;color:var(--primary);background:var(--primary-fixed);border:0;border-radius:3px;font-size:7px}.sku-family-action:hover{box-shadow:inset 0 0 0 1px #ff4b144d}.mapping-target-note{max-width:310px!important}.drawer-layer{position:fixed;inset:0;z-index:100;display:flex;justify-content:flex-end;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.drawer{width:min(560px,92vw);height:100%;display:flex;flex-direction:column;color:var(--text);background:var(--panel-solid);border-left:1px solid var(--border);box-shadow:-20px 0 60px #00000038}.drawer.structure-editor-drawer{width:min(820px,96vw)}.drawer>header{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--border)}.drawer>header h2{color:var(--bright);font-size:18px}.drawer>header p{margin-top:5px;color:var(--muted);font-size:10px;line-height:1.5}.drawer-body{flex:1;padding:20px;overflow-y:auto}.drawer>footer{min-height:68px;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:12px 20px;border-top:1px solid var(--border)}.drawer-footer-start{display:flex;align-items:center;margin-right:auto}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-field{display:grid;gap:6px;color:var(--muted);font-size:10px}.form-field.full{grid-column:1/-1}.form-field textarea{min-width:0;padding:9px 10px;color:var(--text);outline:0;resize:vertical;background:var(--panel-solid);border:1px solid var(--border);border-radius:4px;font:inherit;line-height:1.5}.form-field textarea:focus{border-color:#ff4b14;box-shadow:0 0 0 2px var(--primary-fixed)}.product-master-actions{display:flex;align-items:center;gap:8px}.product-master-actions .button{display:inline-flex;align-items:center;gap:6px}.product-master-table{min-width:1740px!important}.product-master-table td>small{display:block;max-width:180px;margin-top:4px;color:var(--muted);font-size:8px}.product-master-table .compact-value{display:block;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer.product-master-editor,.drawer.product-calibration-drawer,.drawer.product-library-drawer{width:min(900px,96vw)}.product-master-source-note{display:flex;align-items:flex-start;gap:9px;padding:12px;color:var(--muted);background:var(--panel-2);border-left:3px solid #ff4b14;border-radius:4px}.product-master-source-note strong{color:var(--bright);font-size:10px}.product-master-source-note p{margin-top:4px;font-size:9px}.product-master-choice{min-width:0;padding:13px;border:1px solid var(--border);border-radius:6px}.product-master-choice legend{padding:0 6px;color:var(--bright);font-size:10px;font-weight:700}.product-master-choice>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.product-master-choice label{min-width:0;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;min-height:48px;padding:7px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:4px;cursor:pointer}.product-master-choice label.selected{color:var(--primary);background:var(--primary-fixed);border-color:#ff4b146b}.product-master-choice strong,.product-master-choice small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-master-choice strong{color:var(--bright);font-size:9px}.product-master-choice small{margin-top:2px;font-size:7px}.product-master-planning{padding:14px;background:var(--panel-2);border:1px solid var(--border);border-radius:6px}.product-master-planning>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.product-master-planning>header strong,.product-master-planning>header small{display:block}.product-master-planning>header strong{color:var(--bright);font-size:11px}.product-master-planning>header small{margin-top:3px;color:var(--muted);font-size:8px}.product-master-planning>header a{display:inline-flex;align-items:center;gap:4px;color:var(--primary);font-size:9px}.product-safe-hint{display:inline-flex;align-items:center;gap:5px;color:#1f9d62;font-size:9px}.calibration-stack{display:grid;gap:12px}.calibration-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--border);border-radius:6px;overflow:hidden}.calibration-summary>div{min-width:0;padding:12px;border-right:1px solid var(--border)}.calibration-summary>div:last-child{border-right:0}.calibration-summary span,.calibration-summary strong{display:block}.calibration-summary span{color:var(--muted);font-size:8px}.calibration-summary strong{margin-top:5px;color:var(--bright);font:600 16px Poppins,sans-serif}.calibration-toolbar{min-height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:5px;font-size:9px}.calibration-toolbar label{display:inline-flex;align-items:center;gap:7px;color:var(--text)}.form-success{display:flex;align-items:center;gap:7px;padding:10px;color:#168a55;background:#1f9d6214;border:1px solid rgba(31,157,98,.22);border-radius:4px;font-size:9px}.calibration-list{display:grid;gap:8px}.calibration-list>article{padding:10px;border:1px solid var(--border);border-radius:6px}.calibration-list>article.selected{background:var(--primary-fixed);border-color:#ff4b144d}.calibration-list>article>label{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;cursor:pointer}.calibration-list>article>label strong,.calibration-list>article>label small{display:block}.calibration-list>article>label strong{color:var(--bright);font:600 11px Poppins,OPPOSans,sans-serif}.calibration-list>article>label small{margin-top:2px;color:var(--muted);font-size:8px}.recommendation-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:9px 0 0 25px}.status-suggestion{min-width:0;padding:8px;background:var(--panel-solid);border:1px solid var(--border);border-radius:4px}.status-suggestion span,.status-suggestion strong,.status-suggestion small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-suggestion span{color:var(--muted);font-size:8px}.status-suggestion b{display:none}.status-suggestion strong{margin-top:3px;color:var(--bright);font-size:10px}.status-suggestion small{margin-top:4px;color:var(--muted);font-size:7px}.status-suggestion.changed{border-left:3px solid #ff4b14}.library-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.library-tabs button{min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.library-tabs button.active{color:var(--primary);background:var(--primary-fixed);border-color:#ff4b14}.library-tabs button span{min-width:22px;padding:2px 5px;background:var(--panel-solid);border-radius:10px;font-size:8px}.library-form{margin-top:13px;padding:13px;background:var(--panel-2);border:1px solid var(--border);border-radius:6px}.library-form>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.library-form>header strong{color:var(--bright);font-size:11px}.library-form>header button{display:inline-flex;align-items:center;gap:4px;color:var(--primary);background:transparent;border:0;font-size:8px}.library-list{display:grid;gap:6px;margin-top:13px}.library-list article{min-height:52px;display:grid;grid-template-columns:minmax(0,1fr) auto 32px 48px 32px;align-items:center;gap:7px;padding:8px 9px;border:1px solid var(--border);border-radius:5px}.library-list article.inactive{opacity:.62}.library-list strong,.library-list small{display:block}.library-list strong{color:var(--bright);font-size:10px}.library-list small{margin-top:2px;color:var(--muted);font-size:7px}.library-list button{min-height:30px;display:grid;place-items:center;padding:0 7px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:4px;font-size:8px}.admin-icon-field{min-width:0;grid-column:1/-1;margin:2px 0 0;padding:14px;border:1px solid var(--border);border-radius:6px}.admin-icon-field legend{padding:0 6px;color:var(--bright);font-size:11px;font-weight:700}.admin-icon-field>p{margin:0 0 12px;color:var(--muted);font-size:9px;line-height:1.55}.admin-icon-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.admin-icon-picker button{min-width:0;min-height:64px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;padding:8px;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:5px;text-align:left}.admin-icon-picker button:hover{color:var(--text);border-color:var(--border-strong)}.admin-icon-picker button.selected{color:var(--primary);background:var(--primary-fixed);border-color:var(--primary);box-shadow:inset 3px 0 #ff4b14}.admin-icon-picker button>span{width:30px;height:30px;display:grid;place-items:center;color:inherit;background:var(--panel-solid);border:1px solid var(--border);border-radius:4px}.admin-icon-picker button small{min-width:0;color:inherit;font-size:9px;font-weight:700;line-height:1.35}.form-error{padding:10px;color:#ff6b5f;background:#ff453a14;border:1px solid rgba(255,69,58,.22);border-radius:4px;font-size:10px}.form-note{display:flex;align-items:center;gap:7px;margin-top:16px;color:var(--muted);font-size:9px}.structure-delete-trigger{min-width:112px}.structure-delete-confirm{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px;color:var(--text);background:#d94a4012;border:1px solid rgba(217,74,64,.28);border-radius:6px}.structure-delete-confirm>div:first-child{min-width:0}.structure-delete-confirm strong{color:#d94a40;font-size:11px}.structure-delete-confirm p{max-width:520px;margin-top:5px;color:var(--muted);font-size:9px;line-height:1.6}.structure-delete-confirm>div:last-child{flex:0 0 auto;display:flex;gap:8px}@media(max-width:1320px){.stitch-nav-group-trigger{padding:0 21px}.stitch-sidebar nav .stitch-nav-submenu a{padding-left:42px}.admin-page-heading h1{font-size:24px}.admin-tree-layout{grid-template-columns:minmax(400px,.95fr) minmax(450px,1.05fr)}.admin-tree-select{grid-template-columns:32px minmax(94px,1fr) 50px 50px auto}.admin-center-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,.75fr)}.admin-source-list>div{grid-template-columns:36px minmax(110px,1fr) minmax(90px,.62fr) 70px minmax(110px,.8fr) auto;gap:8px;padding:9px 12px}}@media(max-width:1080px){.admin-kpi-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-tree-layout,.admin-center-grid{grid-template-columns:minmax(0,1fr)}.admin-tree-surface,.admin-inspector{min-height:auto}.admin-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.structure-level-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.structure-level-strip>div:nth-child(3){border-right:0}.structure-level-strip>div:nth-child(n+4){border-top:1px solid var(--border)}.structure-visual-mode{grid-template-columns:1fr}.structure-icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.structure-image-editor,.structure-icon-create{grid-template-columns:1fr}.structure-image-preview{height:150px}.structure-icon-manager-dialog{width:100vw}.structure-icon-library-list>div{grid-template-columns:26px minmax(0,1fr)}.structure-icon-actions{grid-column:1/-1;justify-content:flex-end}.recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-master-choice>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.stitch-shell.sidebar-collapsed .stitch-sidebar{width:76px}.stitch-shell.sidebar-collapsed .stitch-workspace{margin-left:76px}.stitch-shell.sidebar-collapsed .stitch-topbar{left:76px}.stitch-shell.sidebar-collapsed .stitch-brand{height:90px;padding:0 13px}.stitch-shell.sidebar-collapsed .stitch-brand img{width:50px;height:32px;object-fit:cover;object-position:left center}.stitch-shell.sidebar-collapsed .stitch-brand span,.stitch-shell.sidebar-collapsed .stitch-sidebar nav a span:last-child,.stitch-shell.sidebar-collapsed .stitch-side-bottom>span,.stitch-shell.sidebar-collapsed .stitch-logout:not(:hover){font-size:0}.stitch-shell.sidebar-collapsed .stitch-sidebar nav a{justify-content:center;padding:0}.stitch-shell.sidebar-collapsed .stitch-nav-group-trigger{grid-template-columns:1fr;justify-items:center;padding:0}.stitch-shell.sidebar-collapsed .stitch-nav-group-trigger span,.stitch-shell.sidebar-collapsed .stitch-nav-group-trigger .material-symbols-outlined:last-child,.stitch-shell.sidebar-collapsed .stitch-nav-submenu{display:none}.stitch-shell.sidebar-collapsed .stitch-side-bottom{padding:14px 12px 20px}.stitch-shell.sidebar-collapsed .stitch-export{width:50px;padding:0;font-size:0}.stitch-shell.sidebar-collapsed .stitch-logout{width:50px;justify-content:center;padding:7px 0}@media(max-width:900px){body.mobile-nav-open{overflow:hidden}.stitch-shell .stitch-sidebar,.stitch-shell.sidebar-collapsed .stitch-sidebar{z-index:90;width:min(316px,86vw);transform:translate(-102%);transition:transform .24s ease;box-shadow:18px 0 48px #1912102e}.stitch-shell .stitch-sidebar.mobile-open{transform:translate(0)}.stitch-sidebar-backdrop{position:fixed;inset:0;z-index:80;display:block;padding:0;background:#14100f6b;border:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.stitch-shell .stitch-workspace,.stitch-shell.sidebar-collapsed .stitch-workspace{margin-left:0}.stitch-shell .stitch-topbar,.stitch-shell.sidebar-collapsed .stitch-topbar{left:0;height:58px;padding:0 12px}.stitch-topbar>.stitch-topbar-left,.stitch-topbar>.stitch-topbar-right{display:none}.stitch-mobile-topbar{width:100%;min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px}.stitch-mobile-topbar>strong{min-width:0;overflow:hidden;color:var(--bright);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.stitch-mobile-menu,.stitch-mobile-nav-close{width:36px;height:36px;display:grid;place-items:center;padding:0;color:var(--muted);background:var(--panel-2);border:1px solid var(--border);border-radius:4px}.stitch-mobile-menu .material-symbols-outlined,.stitch-mobile-nav-close .material-symbols-outlined{font-size:20px}.global-time-range.compact{height:36px;gap:3px;padding:0 5px 0 8px;border-radius:4px}.global-time-range.compact>.material-symbols-outlined{font-size:16px}.global-time-range.compact select{width:78px;padding:0 18px 0 2px;font-size:10px}.global-time-range.compact .custom-range-popover{position:fixed;top:66px;right:12px;width:calc(100vw - 24px)}.stitch-shell .stitch-brand,.stitch-shell.sidebar-collapsed .stitch-brand{position:relative;height:104px;flex:0 0 104px;padding:0 24px}.stitch-shell .stitch-brand img,.stitch-shell.sidebar-collapsed .stitch-brand img{width:150px;height:auto;max-height:40px;object-fit:contain;object-position:left center}.stitch-shell .stitch-brand span,.stitch-shell.sidebar-collapsed .stitch-brand span{display:block;font-size:9px}.stitch-mobile-nav-close{position:absolute;top:21px;right:18px}.stitch-sidebar nav{flex:1;align-content:start;grid-auto-rows:min-content;overflow-y:auto;overscroll-behavior:contain}.stitch-shell .stitch-sidebar nav a,.stitch-shell.sidebar-collapsed .stitch-sidebar nav a{justify-content:flex-start;min-height:52px;gap:15px;padding:0 24px}.stitch-shell .stitch-sidebar nav a span:last-child,.stitch-shell.sidebar-collapsed .stitch-sidebar nav a span:last-child{display:inline;font-size:14px}.stitch-shell .stitch-nav-group-trigger,.stitch-shell.sidebar-collapsed .stitch-nav-group-trigger{min-height:52px;grid-template-columns:22px minmax(0,1fr) 18px;justify-items:stretch;gap:15px;padding:0 23px}.stitch-shell .stitch-nav-group-trigger span,.stitch-shell.sidebar-collapsed .stitch-nav-group-trigger span,.stitch-shell .stitch-nav-group-trigger .material-symbols-outlined:last-child,.stitch-shell.sidebar-collapsed .stitch-nav-group-trigger .material-symbols-outlined:last-child{display:inline-block}.stitch-shell .stitch-nav-submenu,.stitch-shell.sidebar-collapsed .stitch-nav-submenu{display:grid}.stitch-sidebar nav .stitch-nav-submenu a{min-height:40px;padding-left:52px;font-size:12px}.stitch-shell .stitch-side-bottom,.stitch-shell.sidebar-collapsed .stitch-side-bottom{padding:14px 18px 20px}.stitch-shell .stitch-side-bottom>span,.stitch-shell.sidebar-collapsed .stitch-side-bottom>span{display:flex;font-size:12px}.stitch-shell .stitch-export,.stitch-shell.sidebar-collapsed .stitch-export{width:100%;height:46px;padding:0 14px;font-size:13px}.stitch-shell .stitch-logout,.stitch-shell.sidebar-collapsed .stitch-logout,.stitch-shell.sidebar-collapsed .stitch-logout:not(:hover){width:100%;justify-content:flex-start;padding:7px 10px;font-size:12px}.stitch-mobile-session{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 8px 10px;color:var(--muted)}.stitch-mobile-session .stitch-api{height:27px}.stitch-mobile-session>strong{min-width:0;overflow:hidden;color:var(--text);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.stitch-main{padding:78px 12px 28px}.stitch-trust-panel{padding:18px 16px}.stitch-trust-head{align-items:flex-start;gap:12px}.stitch-trust-head h2{font-size:14px}.stitch-trust-legend{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.stitch-kpi-grid{gap:10px;margin:16px 0}.stitch-kpi-card{min-height:126px;padding:16px}.stitch-kpi-card strong{font-size:25px}.stitch-distribution-stack{grid-template-columns:minmax(0,1fr)}.admin-page{gap:12px}.admin-page-heading{align-items:flex-start;flex-direction:column;gap:10px}.admin-filter-strip{align-items:stretch;flex-direction:column}.admin-filter-strip label,.admin-filter-strip .admin-search{width:100%;min-width:0}.admin-filter-count{margin-left:0}}
