:root{color-scheme:dark;font-family:Inter,Microsoft YaHei,PingFang SC,sans-serif;color:#dce7ef;background:#06111a;font-synthesis:none;--bg: #06111a;--sidebar: #081722;--surface: #0b1a25;--surface-2: #0e202d;--line: #1d394b;--line-soft: #152d3c;--muted: #7890a0;--text: #dce7ef;--text-strong: #f3f8fb;--blue: #28a8ec;--gold: #e5b64b;--green: #31c98b;--red: #f05d66}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;overflow-x:hidden;background:var(--bg)}button,input{font:inherit;letter-spacing:0}button{color:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:184px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:184px;display:flex;flex-direction:column;background:var(--sidebar);border-right:1px solid var(--line);z-index:10}.sidebar-backdrop,.sidebar .sidebar-close{display:none}.brand{height:58px;padding:10px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.logo-mark{width:32px;height:32px;display:grid;place-items:center;border:1px solid #43728c;border-radius:5px;background:#edf6f8;color:#0a3043}.logo-mark span{font-family:Georgia,serif;font-size:11px;font-weight:900}.brand-copy{min-width:0;display:flex;flex-direction:column}.brand strong{font-size:14px;color:var(--text-strong)}.brand span{margin-top:2px;font-size:10px;color:var(--muted)}.sidebar nav{padding:14px 10px;display:flex;flex-direction:column;gap:3px}.sidebar nav p{margin:10px 8px 5px;font-size:10px;color:var(--gold)}.sidebar nav button{height:34px;padding:0 9px;display:flex;align-items:center;gap:9px;border:1px solid transparent;border-radius:5px;background:transparent;color:#adc0cc;font-size:12px;text-align:left;cursor:pointer}.sidebar nav button:hover{background:#0d2130;color:#fff}.sidebar nav button.active{border-color:#28607e;background:#102a3a;color:#fff;box-shadow:inset 3px 0 var(--gold)}.sidebar-status{margin:auto 12px 13px;padding-top:12px;display:flex;align-items:center;gap:8px;border-top:1px solid var(--line)}.sidebar-status i{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #31c98b1f}.sidebar-status div{display:flex;flex-direction:column;gap:3px;min-width:0}.sidebar-status b{font-size:10px}.sidebar-status span{color:var(--muted);font-size:9px;white-space:nowrap}.workspace{grid-column:2;min-width:0}.topbar{position:sticky;top:0;z-index:9;height:48px;padding:0 17px;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:20px;background:#06111af5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-title{display:flex;align-items:baseline;gap:9px;white-space:nowrap}.page-title span{color:var(--gold);font-size:10px}.page-title strong{font-size:14px;color:var(--text-strong)}.ticker{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.ticker>b{padding-right:10px;border-right:1px solid var(--line);color:#9bb0bd;font-size:10px}.ticker-window{min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent)}.ticker-track{width:max-content;display:flex;align-items:center;animation:ticker 64s linear infinite}.ticker-window:hover .ticker-track,.ticker-window:focus-within .ticker-track{animation-play-state:paused}.ticker-track span,.ticker-track a{width:380px;flex:0 0 380px;overflow:hidden;color:#b8c8d2;font-size:10px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.ticker-track a:hover,.ticker-track a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:3px}.ticker-track time{margin-right:7px;color:var(--gold)}@keyframes ticker{to{transform:translate(-50%)}}.top-actions{display:flex;gap:8px;align-items:center}.icon-button,.avatar{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px;background:#0a1b27;cursor:pointer}.avatar{background:#17384b;color:#d9edf8;font-size:11px}.mobile-menu{display:none}.content{width:min(100%,1500px);margin:0 auto;padding:12px 16px 28px}.quick-row{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:20px}.quick-row>div{display:flex;align-items:baseline;gap:9px;min-width:0}.eyebrow{color:var(--gold);font-size:9px}.quick-row h1{margin:0;color:var(--text-strong);font-size:18px}.quick-row p{margin:0;color:var(--muted);font-size:10px;white-space:nowrap}.quick-row form{width:min(400px,42%);height:32px;padding-left:10px;display:flex;align-items:center;border:1px solid #28516a;border-radius:5px;background:#081722}.quick-row form svg{color:#6f8fa2;flex:0 0 auto}.quick-row input{min-width:0;flex:1;height:100%;padding:0 8px;border:0;outline:0;color:var(--text);background:transparent;font-size:11px}.quick-row form button,.panel button,.focus-section button,.state-screen button{height:27px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #2b5972;border-radius:4px;background:#102d3f;color:#cce7f6;font-size:10px;cursor:pointer}.quick-row form button{height:100%;border-width:0 0 0 1px;border-radius:0 4px 4px 0}button:hover{filter:brightness(1.15)}.snapshot-bar{min-height:28px;padding:0 10px;display:flex;align-items:center;gap:20px;overflow:hidden;border:1px solid var(--line-soft);border-radius:5px;background:#081722}.snapshot-bar span{color:#8da3b1;font-size:9px;white-space:nowrap}.snapshot-bar b{margin-right:5px;color:#d4e0e7;font-weight:600}.snapshot-bar .attention,.snapshot-bar .attention b{color:var(--gold)}.panel,.focus-section{border:1px solid var(--line);border-radius:6px;background:var(--surface)}.trend-panel{margin-top:6px;padding:9px 10px 7px}.panel-heading,.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-heading h2,.section-heading h2{margin:0;color:var(--text-strong);font-size:12px}.panel-heading span,.section-heading span{display:block;margin-top:2px;color:var(--muted);font-size:9px}.heading-actions{display:flex;align-items:center;gap:6px}.heading-actions .source-pill{margin:0 5px 0 0;color:var(--gold)}.index-strip{margin:8px 0 5px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:5px;overflow:hidden;background:#081722}.index-strip>div{min-width:0;height:48px;padding:6px 10px;display:grid;grid-template-columns:1fr auto auto;align-items:center;border-right:1px solid var(--line)}.index-strip>div:last-child{border-right:0}.index-strip span{grid-column:1;color:#91a9b7;font-size:9px}.index-strip strong{grid-column:2;grid-row:1 / 3;color:var(--text-strong);font-size:21px;line-height:1;font-variant-numeric:tabular-nums}.index-strip em{grid-column:3;grid-row:1 / 3;margin-left:4px;color:#7693a4;font-size:8px;font-style:normal}.index-strip small{grid-column:1;color:#6d8797;font-size:8px}.legend{height:20px;display:flex;align-items:center;gap:17px;color:#8ca2b1;font-size:9px}.legend span{display:flex;align-items:center;gap:5px}.legend i{width:13px;height:2px}.legend i.blue{background:var(--blue)}.legend i.gold{background:var(--gold)}.legend i.green{background:var(--green)}.chart-wrap{height:174px;border:1px solid var(--line);border-radius:4px;background:#071620;overflow:hidden}.chart-wrap svg{width:100%;height:154px;display:block}.chart-gridline{stroke:#173343;stroke-width:1;vector-effect:non-scaling-stroke}.trend-line{fill:none;stroke-width:2.2;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.trend-line.quote{stroke:var(--blue)}.trend-line.activity{stroke:var(--gold)}.trend-line.supply{stroke:var(--green)}.chart-dates{height:20px;padding:0 18px;display:flex;justify-content:space-between;color:#607b8c;font-size:8px}.trend-meta{padding:6px 4px 0;display:flex;gap:20px;color:#708a9a;font-size:9px}.trend-meta b{color:#b9cad4;font-weight:600}.focus-band{margin-top:7px;display:grid;grid-template-columns:.72fr 1.05fr 1.35fr;gap:7px}.focus-section{min-height:137px;padding:9px 10px;overflow:hidden}.section-heading{padding-bottom:6px;border-bottom:1px solid var(--line-soft)}.section-heading>svg{color:#5c8499}.attention-count{height:57px;display:flex;align-items:center;gap:12px}.attention-count strong{color:var(--gold);font-size:28px}.attention-count span{color:#cbd9e1;font-size:11px}.attention-count small{display:block;margin-top:4px;color:var(--muted);font-size:8px}.section-footer{display:flex;justify-content:space-between;align-items:center;color:#8ba1ae;font-size:9px}.price-line,.company-line{min-height:30px;display:grid;align-items:center;border-bottom:1px solid var(--line-soft)}.price-line:last-child,.company-line:last-child{border-bottom:0}.price-line{grid-template-columns:minmax(0,1fr) 50px 42px}.price-line>span,.company-line>span{min-width:0;display:flex;flex-direction:column}.price-line b,.company-line b{overflow:hidden;color:#d9e5eb;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.price-line small,.company-line small{margin-top:2px;overflow:hidden;color:#6f8999;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.price-line strong,.company-line strong{color:var(--text-strong);font-size:13px;text-align:right;font-variant-numeric:tabular-nums}.price-line em{font-size:9px;font-style:normal;text-align:right}.company-line{grid-template-columns:minmax(0,1fr) 52px 44px;gap:7px}.company-line>em{color:#72bce8;font-size:8px;font-style:normal;text-align:right}.up{color:var(--red)!important}.down{color:var(--green)!important}.lower-grid{margin-top:7px;display:grid;grid-template-columns:minmax(580px,1.45fr) minmax(410px,1fr);gap:7px}.market-panel,.matrix-panel{min-height:214px;padding:9px 10px}.tabs{display:flex;gap:2px}.tabs button{height:24px;border-color:transparent;background:transparent;color:#8299a8}.tabs button.active{border-color:#34566a;background:#102533;color:#fff}.data-table{margin-top:7px;border-top:1px solid var(--line)}.table-row{width:100%;min-height:30px;padding:0 7px;display:grid;grid-template-columns:1.1fr .8fr .9fr 1fr .7fr .5fr .45fr;align-items:center;gap:7px;border:0;border-bottom:1px solid var(--line-soft);background:transparent;color:#aabec9;font-size:9px;text-align:left}button.table-row{cursor:pointer}button.table-row:hover{background:#0e2230}.table-head{min-height:27px;color:#6e899a;font-size:8px}.table-row b{color:#dbe6ec}.table-row strong{color:#f2f7f9;font-size:10px;font-variant-numeric:tabular-nums}.table-row em{font-size:9px;font-style:normal}.risk{width:23px;padding:2px 0;border-radius:3px;font-size:8px;font-style:normal;text-align:center}.risk.low{color:#60d9aa;background:#123528}.risk.medium{color:#f0bd56;background:#3a2b12}.risk.high{color:#ff7a82;background:#401d24}.matrix{margin-top:7px;border:1px solid var(--line)}.matrix-row{display:grid;grid-template-columns:70px repeat(4,minmax(65px,1fr));min-height:39px}.matrix-row>*{display:grid;place-items:center;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:9px;font-variant-numeric:tabular-nums}.matrix-row>*:last-child{border-right:0}.matrix-row:last-child>*{border-bottom:0}.matrix-row b{color:#d2dfe6;background:#0a1923}.matrix-row span,.matrix-row button{color:#b8cbd5;background:#0c202b}.matrix-row button{padding:0;border-width:0 1px 1px 0;cursor:pointer}.matrix-row button:disabled{cursor:default;opacity:1}.matrix-row span.hot,.matrix-row button.hot{color:#f1d58f;background:#2d281c}.deal-price-panel{overflow:hidden}.deal-price-list{display:grid;overflow-x:auto}.deal-price-row{display:grid;grid-template-columns:145px minmax(130px,1fr) minmax(160px,1.25fr) 130px minmax(150px,1.2fr);gap:14px;align-items:center;min-width:760px;padding:12px 16px;border-top:1px solid var(--line)}.deal-price-row>span{display:flex;min-width:0;flex-direction:column;gap:3px;color:var(--text-soft)}.deal-price-row b{overflow:hidden;color:var(--text);text-overflow:ellipsis;white-space:nowrap}.deal-price-row small{color:var(--muted);font-size:11px;font-weight:500}.deal-price-row>strong{display:flex;align-items:baseline;gap:6px;color:var(--text);font-size:17px}.deal-price-row>strong small{font-size:11px}.deal-price-head{padding-top:9px;padding-bottom:9px;background:var(--surface-soft)}.deal-price-head>span{color:var(--muted);font-size:11px;font-weight:700}.deal-price-row em{width:fit-content;padding:2px 7px;border-radius:999px;font-size:11px;font-style:normal;font-weight:700}.deal-price-row em.forward{color:#8a5a10;background:#fff1cf}.deal-price-row em.spot{color:#23634f;background:#dff3e9}.deal-comparison-list{margin:0 12px 12px;display:grid;overflow-x:auto;border:1px solid var(--line);border-radius:8px}.deal-comparison-row{display:grid;grid-template-columns:130px minmax(170px,1.25fr) minmax(140px,1fr) minmax(140px,1fr) minmax(145px,1fr);gap:14px;align-items:center;min-width:760px;padding:11px 13px;border-top:1px solid var(--line)}.deal-comparison-row:first-child{border-top:0}.deal-comparison-row>span,.deal-comparison-row>strong,.deal-comparison-row>em{min-width:0;display:flex;flex-direction:column;gap:3px}.deal-comparison-row b{overflow:hidden;color:var(--text);text-overflow:ellipsis;white-space:nowrap}.deal-comparison-row strong{color:var(--text);font-size:16px;font-variant-numeric:tabular-nums}.deal-comparison-row small{color:var(--muted);font-size:10px;font-weight:500}.deal-comparison-row>em{color:var(--text-soft);font-size:14px;font-style:normal;font-weight:700;font-variant-numeric:tabular-nums}.deal-comparison-row>em.up{color:#b44d52}.deal-comparison-row>em.down{color:#34765a}.deal-comparison-head{background:var(--surface-soft)}.deal-comparison-head>span{color:var(--muted);font-size:11px;font-weight:700}.comparison-empty{margin:0 12px 12px;border:1px dashed var(--line);border-radius:8px}.comparison-subheading{min-height:34px;margin:0 12px;display:flex;align-items:baseline;gap:9px;border-top:1px solid var(--line)}.comparison-subheading b{color:var(--text);font-size:12px}.comparison-subheading span{color:var(--muted);font-size:10px}.reference-comparison-list{margin-top:0}.wechat-market-panel{overflow:hidden}.market-source-link{height:28px;padding:0 10px;border:1px solid var(--line);border-radius:4px;background:var(--surface-2);color:var(--text);font-size:10px;cursor:pointer}.market-source-layout{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(300px,.72fr);border-top:1px solid var(--line)}.wechat-market-primary{min-width:0;padding:12px 14px 14px}.market-source-summary{min-height:44px;margin-bottom:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line-soft);border-radius:5px;background:var(--surface-2)}.market-source-summary>span{padding:7px 10px;display:flex;flex-direction:column;gap:3px;border-right:1px solid var(--line-soft)}.market-source-summary>span:last-child{border-right:0}.market-source-summary small{color:var(--muted);font-size:9px}.market-source-summary b{overflow:hidden;color:var(--text-strong);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.wechat-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.wechat-market-card{min-width:0;min-height:86px;padding:9px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto auto;gap:6px 10px;border:1px solid var(--line-soft);border-radius:5px;background:var(--surface-2);color:var(--text);text-align:left;cursor:pointer}.wechat-market-card:hover{border-color:var(--gold);background:var(--surface)}.wechat-market-copy,.wechat-market-price{min-width:0;display:flex;flex-direction:column;gap:3px}.wechat-market-copy b{overflow:hidden;color:var(--text-strong);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.wechat-market-copy small,.wechat-market-price small,.wechat-market-meta small{color:var(--muted);font-size:9px}.wechat-market-price{align-items:flex-end}.wechat-market-price strong{color:var(--text-strong);font-size:17px;font-variant-numeric:tabular-nums}.wechat-market-meta{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:8px}.wechat-market-meta em{color:var(--muted);font-size:9px;font-style:normal;font-weight:700}.wechat-market-meta em.up{color:var(--red)}.wechat-market-meta em.down{color:var(--green)}.wechat-market-evidence-link{grid-column:1 / -1;display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;color:#866b34;font-size:9px;font-weight:800}.trend-evidence-button{height:26px;padding:0 9px;border:1px solid #d8c89f;border-radius:4px;background:#fbf7ec;color:#775d29;font-size:9px;font-weight:800;cursor:pointer}.pc-evidence-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:24px;background:#14171670;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.pc-evidence-dialog{width:min(760px,calc(100vw - 48px));max-height:min(760px,calc(100vh - 48px));display:flex;overflow:hidden;flex-direction:column;border:1px solid #d8d5cc;border-radius:9px;background:#fbfaf7;box-shadow:0 24px 64px #171b1938}.pc-evidence-dialog>header{min-height:78px;padding:14px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);background:#fff}.pc-evidence-dialog>header span{color:#98742c;font-size:9px;font-weight:800;letter-spacing:.06em}.pc-evidence-dialog>header h2{margin:5px 0 3px;color:var(--text-strong);font-size:18px}.pc-evidence-dialog>header p{margin:0;color:var(--muted);font-size:10px}.pc-evidence-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--line);background:#f7f5ef}.pc-evidence-summary>span{min-height:58px;padding:10px 14px;display:flex;justify-content:center;flex-direction:column;gap:4px;border-right:1px solid var(--line)}.pc-evidence-summary>span:last-child{border-right:0}.pc-evidence-summary small{color:var(--muted);font-size:9px}.pc-evidence-summary b{color:var(--text-strong);font-size:15px;font-variant-numeric:tabular-nums}.pc-evidence-list{min-height:0;padding:10px 12px;display:grid;gap:8px;overflow-y:auto}.pc-evidence-list article{padding:11px 12px;border:1px solid var(--line-soft);border-radius:6px;background:#fff}.pc-evidence-list article>div,.pc-evidence-list article>footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.pc-evidence-list strong{color:var(--text-strong);font-size:13px}.pc-evidence-list em{padding:2px 6px;border-radius:999px;background:#edf4ef;color:#4a725a;font-size:8px;font-style:normal;font-weight:800}.pc-evidence-list blockquote{margin:8px 0;padding:8px 10px;border-left:2px solid #b59654;background:#faf8f2;color:#45524c;font-size:11px;line-height:1.55}.pc-evidence-list footer{color:var(--muted);font-size:9px}.pc-evidence-state{min-height:180px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:11px}.pc-evidence-state.error{color:#a04d52}.pc-evidence-dialog-footer{min-height:48px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);background:#fff}.pc-evidence-dialog-footer>span{color:var(--muted);font-size:9px;line-height:1.45}.pc-evidence-dialog-footer button{height:29px;padding:0 11px;border:0;border-radius:4px;background:#34362f;color:#fff;font-size:9px;font-weight:800;white-space:nowrap;cursor:pointer}.deal-reference-aside{min-width:0;padding:12px;border-left:1px solid var(--line);background:var(--surface-2)}.deal-reference-heading{min-height:38px;padding-bottom:9px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line-soft)}.deal-reference-heading>span{min-width:0;display:flex;flex-direction:column;gap:3px}.deal-reference-heading b{color:var(--text-strong);font-size:12px}.deal-reference-heading small{color:var(--muted);font-size:9px}.deal-reference-heading svg{color:var(--gold)}.deal-reference-list{display:grid}.deal-reference-row{min-height:52px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;gap:3px 8px;align-items:center;border-bottom:1px solid var(--line-soft)}.deal-reference-row>span{min-width:0;display:flex;flex-direction:column;gap:2px}.deal-reference-row b{overflow:hidden;color:var(--text);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.deal-reference-row small{color:var(--muted);font-size:8px}.deal-reference-row strong{display:flex;align-items:baseline;justify-content:flex-end;gap:4px;color:var(--text-strong);font-size:14px;font-variant-numeric:tabular-nums}.deal-reference-row strong small{font-size:8px}.deal-reference-row>em{grid-column:1 / -1;width:fit-content;padding:2px 6px;border-radius:999px;color:#23634f;background:#dff3e9;font-size:8px;font-style:normal;font-weight:700}.deal-reference-row>em.forward{color:#8a5a10;background:#fff1cf}.deal-reference-note{margin:10px 0 0;color:var(--muted);font-size:8px;line-height:1.5}.matrix-head{min-height:29px}.matrix-head span{color:#8bbbd3;background:#0a1923}.state-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#95a9b5;text-align:center}.state-screen h1{margin:14px 0 5px;color:var(--text-strong);font-size:18px}.state-screen p{margin:0 0 15px;font-size:11px}.spinner{width:25px;height:25px;border:2px solid #1e3d50;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1120px){.app-shell{grid-template-columns:60px minmax(0,1fr)}.sidebar{width:60px}.brand{padding:10px 14px}.brand-copy,.sidebar nav p,.sidebar nav button:not(.active),.sidebar nav button.active{font-size:0}.sidebar nav button{justify-content:center;padding:0}.sidebar nav button svg{width:18px;height:18px}.sidebar-status{justify-content:center}.sidebar-status div{display:none}.lower-grid{grid-template-columns:1fr}.matrix-panel{min-height:auto}.focus-band{grid-template-columns:.75fr 1fr 1.2fr}.market-source-layout{grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr)}}@media(max-width:820px){.app-shell{display:block}.sidebar{width:184px;transform:translate(-100%);transition:transform .18s ease;box-shadow:18px 0 45px #00000059}.sidebar.open{transform:translate(0)}.sidebar .brand-copy{display:flex;font-size:inherit}.sidebar nav p{font-size:10px}.sidebar nav button,.sidebar nav button:not(.active),.sidebar nav button.active{justify-content:flex-start;padding:0 9px;font-size:12px}.sidebar-backdrop{position:fixed;z-index:9;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#02080da3}.sidebar-backdrop.open{display:block}.sidebar .sidebar-close{margin-left:auto;display:grid}.workspace{width:100%}.topbar{grid-template-columns:auto auto minmax(0,1fr) auto;gap:9px;padding:0 10px}.mobile-menu{display:grid}.page-title span,.ticker>b{display:none}.ticker{display:block}.ticker-track span,.ticker-track a{width:300px;flex-basis:300px}.content{padding:9px 9px 24px}.quick-row p{display:none}.quick-row form{width:50%}.snapshot-bar{gap:14px;overflow-x:auto}.market-source-layout{grid-template-columns:1fr}.deal-reference-aside{border-top:1px solid var(--line);border-left:0}.wechat-market-grid{grid-template-columns:1fr}.index-strip{grid-template-columns:repeat(2,1fr)}.index-strip>div:nth-child(2){border-right:0}.index-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.focus-band{grid-template-columns:1fr 1fr}.company-focus{grid-column:1 / -1}.lower-grid{display:block}.matrix-panel{margin-top:7px}}.source-backed-mobile .home-gap-card{margin-top:11px;padding:12px;display:grid;gap:9px;border:1px solid rgba(184,153,87,.3);border-radius:12px;background:#faf7ede6}.source-backed-mobile .home-gap-card>span{display:flex;align-items:center;gap:7px;color:#876a31}.source-backed-mobile .home-gap-card>span b{color:#38566a;font-size:11px}.source-backed-mobile .home-gap-card>div{display:flex;flex-wrap:wrap;gap:6px}.source-backed-mobile .home-gap-card>div em{padding:4px 7px;border:1px solid rgba(184,153,87,.22);border-radius:999px;background:#ffffff94;color:#80662e;font-size:9px;font-style:normal}.source-backed-mobile .home-gap-card p{margin:0;color:#728795;font-size:9px;line-height:1.5}.source-backed-mobile .market-row-main{gap:3px}.source-backed-mobile .market-row-main i+i{color:#92a0aa}.source-backed-mobile .quote-summary-v3,.source-backed-mobile .profile-coverage-v3{min-height:54px;margin-bottom:9px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border:1px solid var(--mobile-line);border-radius:11px;background:#fffc}.source-backed-mobile .quote-summary-v3 span,.source-backed-mobile .profile-coverage-v3 span{display:flex;align-items:center;flex-direction:column;gap:3px;border-right:1px solid var(--mobile-line)}.source-backed-mobile .quote-summary-v3 span:last-child,.source-backed-mobile .profile-coverage-v3 span:last-child{border-right:0}.source-backed-mobile .quote-summary-v3 small,.source-backed-mobile .profile-coverage-v3 small{color:#7b8f9e;font-size:9px}.source-backed-mobile .quote-summary-v3 b,.source-backed-mobile .profile-coverage-v3 b{color:#0d456b;font-size:15px}.source-backed-mobile .quote-copy-v2 em+em{color:#6d8595;font-weight:600}.source-backed-mobile .intelligence-summary-v3{margin-bottom:9px;padding:10px 11px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;border:1px solid var(--mobile-line);border-radius:11px;background:#fffc}.source-backed-mobile .intelligence-summary-v3 span{display:flex;align-items:baseline;gap:5px}.source-backed-mobile .intelligence-summary-v3 small{color:#748a99;font-size:9px}.source-backed-mobile .intelligence-summary-v3 b{color:#0d456b;font-size:15px}.source-backed-mobile .intelligence-summary-v3 p{grid-column:1 / -1;margin:0;color:#6d8392;font-size:9px;line-height:1.45}.source-backed-mobile .intelligence-indicator-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0}.source-backed-mobile .intelligence-indicator-strip>span{display:flex;min-width:0;flex-direction:column;gap:3px;padding:10px;border:1px solid #cfe1eb;border-radius:11px;background:#ffffffc7}.source-backed-mobile .intelligence-indicator-strip small{overflow:hidden;color:#567083;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.source-backed-mobile .intelligence-indicator-strip b{color:#0d456b;font-size:16px}.source-backed-mobile .intelligence-indicator-strip em{color:#7a8f9c;font-size:8px;font-style:normal}.source-backed-mobile .intel-fact-tags{display:flex;flex-wrap:wrap;gap:5px}.source-backed-mobile .intel-fact-tags em{padding:3px 6px;border-radius:6px;background:#edf5f8;color:#1b628c;font-size:8px;font-style:normal}.source-backed-mobile .intelligence-facts-v2{margin-top:12px}.source-backed-mobile .intelligence-list-v2>button{min-height:126px}.source-backed-mobile .intelligence-list-v2 .intel-impact-copy{padding:7px 8px;border-left:3px solid #b89957;background:#f8f4e8b8;color:#587183}.source-backed-mobile .intelligence-list-v2 .intel-impact-copy b{margin-right:6px;color:#80662d;font-size:9px}.source-backed-mobile .intelligence-list-v2 .intel-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px}.source-backed-mobile .intelligence-list-v2 .intel-confidence{margin-top:1px;padding:3px 6px;border-radius:999px;font-size:8px;font-weight:800;white-space:nowrap}.source-backed-mobile .intelligence-list-v2 .intel-confidence.high{background:#e8f3f9;color:#0b6398}.source-backed-mobile .intelligence-list-v2 .intel-confidence.medium{background:#f5efe1;color:#87692d}.source-backed-mobile .intelligence-list-v2 .intel-confidence.low{background:#eef1f3;color:#71818b}.source-backed-mobile .intelligence-list-v2 .intel-fact-copy{display:-webkit-box;overflow:hidden;color:#7a8e9b;-webkit-box-orient:vertical;-webkit-line-clamp:2}.analyst-sparkline-v8.product-ranking{padding-bottom:5px}.analyst-product-split-v15{margin-top:7px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.analyst-product-split-v15>section{min-width:0;overflow:hidden;border:1px solid rgba(24,91,130,.13);border-radius:10px;background:#ffffffd6}.analyst-product-split-v15>section>header{min-height:28px;padding:5px 7px;display:flex;align-items:center;justify-content:space-between;gap:4px;border-bottom:1px solid rgba(24,91,130,.1)}.analyst-product-split-v15>section.up>header{background:#be484d0e}.analyst-product-split-v15>section.down>header{background:#2a6f990f}.analyst-product-split-v15>section>header b{font-size:8px}.analyst-product-split-v15>section.up>header b{color:#ad4248}.analyst-product-split-v15>section.down>header b{color:#2e7199}.analyst-product-split-v15>section>header small{color:#8798a3;font-size:6.5px;white-space:nowrap}.analyst-product-split-v15>section>div{display:grid}.analyst-product-split-v15 button{min-width:0;min-height:38px;padding:5px 6px;display:grid;grid-template-columns:15px minmax(0,1fr) auto;align-items:center;gap:4px;border:0;border-bottom:1px solid rgba(24,91,130,.08);background:transparent;color:inherit;text-align:left;cursor:pointer}.analyst-product-split-v15 button:last-child{border-bottom:0}.analyst-product-split-v15 button>i{width:15px;height:15px;display:grid;place-items:center;border-radius:5px;background:#edf3f6;color:#5c7888;font-size:6.5px;font-style:normal;font-weight:900}.analyst-product-split-v15 button>span{min-width:0;display:grid;gap:2px}.analyst-product-split-v15 button b{overflow:hidden;color:#173f5c;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.analyst-product-split-v15 button small{overflow:hidden;color:#8799a4;font-size:6px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.analyst-product-split-v15 button em{font-size:8px;font-style:normal;font-weight:900;font-variant-numeric:tabular-nums;white-space:nowrap}.analyst-product-split-v15>section.up button em{color:#b14449}.analyst-product-split-v15>section.down button em{color:#34739a}.analyst-product-split-v15>section>p{min-height:52px;margin:0;display:grid;place-items:center;color:#91a0a9;font-size:7px}.analyst-product-split-v15 button:hover,.analyst-product-split-v15 button:focus-visible{background:#e9f4f9b8;outline:none}.focus-goods-row-v14{position:relative;min-width:0;border-bottom:1px solid var(--mobile-line)}.focus-goods-row-v14:last-of-type{border-bottom:0}.focus-goods-main-v14{width:100%;min-height:66px;padding:9px 42px 9px 10px;display:grid;grid-template-columns:minmax(0,1fr) 70px 62px 14px;align-items:center;gap:7px;border:0;background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.focus-goods-main-v14>span{min-width:0;display:flex;flex-direction:column;gap:4px}.focus-goods-main-v14 b{overflow:hidden;color:#143e5c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.focus-goods-main-v14 span small{overflow:hidden;color:#8093a1;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.focus-goods-main-v14>strong{color:#0b3d5f;font-size:13px;font-variant-numeric:tabular-nums;text-align:right}.focus-goods-main-v14>strong small{margin-left:2px;color:#8295a2;font-size:8px;font-weight:500}.focus-goods-main-v14>em{overflow:hidden;font-size:9px;font-style:normal;font-weight:800;text-align:right;text-overflow:ellipsis;white-space:nowrap}.focus-goods-main-v14>svg{color:#8ca0ad}.market-watch-toggle-v14{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(24,91,130,.15);border-radius:9px;background:#fffffff0;color:#7d94a2;cursor:pointer}.market-watch-toggle-v14.active{border-color:#b2893147;background:#fbf5e8;color:#a77922}.market-watch-toggle-v14:disabled{opacity:.5;cursor:wait}.focus-goods-row-v14>.market-watch-toggle-v14{position:absolute;top:50%;right:7px;transform:translateY(-50%)}.category-market-card-v14{position:relative;min-width:0;min-height:124px;overflow:hidden;border:1px solid rgba(167,195,211,.68);border-top:3px solid #a88949;border-radius:12px;background:#ffffffdb;box-shadow:0 7px 16px #164a6b09}.category-market-card-v14.up{border-top-color:#bf5052}.category-market-card-v14.down{border-top-color:#4e84a9}.category-market-card-v14.pending{border-color:#b18b3f80;border-top-color:#b58a3c;background:linear-gradient(148deg,#fff9ebf5,#ffffffeb)}.category-market-card-main-v14{width:100%;min-height:121px;padding:10px;display:flex;align-items:stretch;flex-direction:column;gap:5px;border:0;background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.category-market-card-v14 .category-market-card-head{padding-right:28px}.category-market-card-v14>.market-watch-toggle-v14.card{position:absolute;top:6px;right:6px;width:27px;height:27px}.category-detail-title>span{display:flex;align-items:center;gap:7px}.market-watch-toggle-v14.detail{width:32px;height:32px}.intelligence-refresh-bar-v14{margin:7px 0 -3px;display:flex;align-items:center;justify-content:space-between;gap:8px}.intelligence-refresh-bar-v14>span{color:#7b909d;font-size:8px}.intelligence-refresh-bar-v14>button{min-height:29px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(23,109,164,.18);border-radius:8px;background:#ffffffd1;color:#176da4;font-size:8px;font-weight:800;cursor:pointer}.intelligence-refresh-bar-v14>button:disabled{opacity:.58;cursor:wait}.intelligence-refresh-bar-v14 .spin{animation:spin .9s linear infinite}.profile-watchlist-v14{padding:10px 11px;border-bottom:1px solid rgba(24,91,130,.1)}.profile-watchlist-v14>header{display:flex;align-items:center;justify-content:space-between;gap:8px}.profile-watchlist-v14>header>span{display:inline-flex;align-items:center;gap:8px;color:#9a7427}.profile-watchlist-v14>header b{color:#173f5b;font-size:11px}.profile-watchlist-v14>header em{padding:3px 7px;border-radius:999px;background:#edf4f7;color:#607d8d;font-size:8px;font-style:normal;font-weight:800}.profile-watchlist-v14>div{margin-top:8px;display:grid;gap:5px}.profile-watchlist-v14>div>span{min-height:39px;padding:5px 6px 5px 9px;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:7px;border-radius:9px;background:#eef6fab3}.profile-watchlist-v14>div>span>span{min-width:0;display:grid;gap:2px}.profile-watchlist-v14>div b{overflow:hidden;color:#294f66;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.profile-watchlist-v14>div small{color:#8798a3;font-size:7px}.profile-watchlist-v14>div button{width:29px;height:29px;display:grid;place-items:center;border:0;border-radius:8px;background:#fff;color:#8a6f73;cursor:pointer}.profile-watchlist-v14>p{margin:8px 0 0;color:#7f929e;font-size:8px;line-height:1.5}.profile-watch-error-v14{display:block;margin-top:7px;color:#a84a4a;font-size:8px}@media(max-width:390px){.focus-goods-main-v14{grid-template-columns:minmax(0,1fr) 58px 52px 12px;padding-left:8px;gap:5px}.analyst-product-split-v15{gap:4px}.analyst-product-split-v15 button{padding-inline:4px;grid-template-columns:14px minmax(0,1fr) auto;gap:3px}.analyst-product-split-v15 button>i{width:14px;height:14px}}.source-backed-mobile .profile-coverage-v3{margin-top:10px}.source-backed-mobile .profile-gap-list-v3{overflow:hidden;border:1px solid rgba(184,153,87,.27);border-radius:11px;background:#faf7edd1}.source-backed-mobile .profile-gap-list-v3>span{min-height:39px;padding:0 11px;display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid rgba(184,153,87,.18);color:#506b7c;font-size:10px}.source-backed-mobile .profile-gap-list-v3>span:last-child{border-bottom:0}.source-backed-mobile .profile-gap-list-v3 i{width:6px;height:6px;border-radius:50%;background:#b89957}.source-backed-mobile .profile-gap-list-v3 em{color:#8a6b2e;font-size:9px;font-style:normal;font-weight:700}.source-backed-mobile{--mobile-ink: #07355a;--mobile-ink-soft: #4f6b80;--mobile-muted: #7f93a2;--mobile-line: rgba(25, 87, 124, .14);--mobile-blue: #176da4;--mobile-blue-soft: #e3f2fa;--mobile-paper: rgba(255, 255, 255, .9);--mobile-gold: #b89957;background:radial-gradient(circle at 8% -2%,rgba(143,205,239,.38),transparent 30%),linear-gradient(180deg,#edf8fd,#f8fbfa 58%,#faf6ed)}.source-backed-mobile .mobile-header{height:72px;padding:13px 16px 9px}.source-backed-mobile .mobile-brand{gap:9px}.source-backed-mobile .mobile-brand img{width:38px;height:38px}.source-backed-mobile .mobile-brand strong{font-size:16px}.source-backed-mobile .mobile-brand small{margin-top:2px;font-size:10px;letter-spacing:.06em}.source-backed-mobile .mobile-freshness{padding:5px 8px;border:1px solid rgba(23,109,164,.12);border-radius:8px;background:#ffffff85;color:#55748a;font-size:11px}.source-backed-mobile .mobile-body{padding:5px 14px 92px}.source-backed-mobile .mobile-page-heading{margin:4px 1px 13px}.source-backed-mobile .mobile-page-heading>span{color:#6b8395;font-size:9px;letter-spacing:.15em}.source-backed-mobile .mobile-page-heading>div{margin-top:4px}.source-backed-mobile .mobile-page-heading h1{color:#07355a;font-size:24px}.source-backed-mobile .mobile-page-heading small{color:#6f8798;font-size:10px}.source-backed-mobile .section-heading{min-height:43px;padding:4px 2px 0}.source-backed-mobile .section-heading b{font-size:14px}.source-backed-mobile .section-heading span{font-size:10px}.source-backed-mobile .section-heading button{font-size:11px;font-weight:700}.source-backed-mobile .data-disclaimer{margin:11px 2px 0;color:#758b9b;font-size:10px;line-height:1.55}.source-backed-mobile .mobile-empty{padding:34px 12px;font-size:12px}.decision-card{padding:15px;border:1px solid rgba(31,103,146,.17);border-radius:14px;background:linear-gradient(145deg,#fffffffa,#f2f9fce6);box-shadow:0 10px 25px #184b6a12}.decision-topline{display:flex;align-items:center;justify-content:space-between}.decision-topline>span{color:#9a7837;font-size:11px;font-weight:800;letter-spacing:.06em}.decision-card-user .decision-topline>em{padding:3px 7px;border-radius:999px;background:#f2ebdc;color:#876826;font-size:9px;font-style:normal;font-weight:800}.evidence-status{display:inline-flex;align-items:center;min-height:20px;padding:2px 7px;border-radius:999px;font-size:9px;font-style:normal;font-weight:800;white-space:nowrap}.evidence-status.confirmed{background:#e3f1f8;color:#17628f}.evidence-status.pending{background:#f4eddc;color:#876826}.evidence-status.conflict{background:#f7e4e5;color:#ad4449}.decision-card h2{margin:10px 0 7px;color:#092f4e;font-size:19px;line-height:1.32;letter-spacing:-.02em}.decision-card>p{margin:0;color:#405e72;font-size:12px;line-height:1.6}.decision-role-grid{margin:13px 0 12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--mobile-line);border-radius:10px;background:#ffffffb8}.decision-role-grid>span{min-width:0;min-height:72px;padding:9px 5px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-right:1px solid var(--mobile-line);text-align:center}.decision-role-grid>span:last-child{border-right:0}.decision-role-grid small{color:#7b8f9e;font-size:9px}.decision-role-grid b{color:#0a3b5d;font-size:13px}.decision-role-grid em{max-width:100%;overflow:hidden;color:#8a9aa6;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.decision-buttons{display:grid;grid-template-columns:1.5fr 1fr;gap:7px}.decision-buttons .primary-evidence-button{height:39px}.secondary-evidence-button{height:39px;border:1px solid rgba(23,109,164,.18);border-radius:9px;background:#ffffffc7;color:#176390;font-size:10px;font-weight:800;cursor:pointer}.decision-metrics{margin:13px 0 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--mobile-line);border-bottom:1px solid var(--mobile-line)}.decision-metrics>span{min-height:52px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-right:1px solid var(--mobile-line)}.decision-metrics>span:last-child{border-right:0}.decision-metrics small{color:#7d919f;font-size:9px}.decision-metrics b{color:#143f5d;font-size:13px}.decision-action{min-height:53px;display:grid;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:7px;color:#9b7937}.decision-action>span{min-width:0;display:flex;flex-direction:column;gap:2px}.decision-action small{color:#8a9aa5;font-size:9px}.decision-action b{overflow:hidden;color:#415d70;font-size:11px;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.primary-evidence-button{width:100%;height:40px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:9px;background:#0d5f91;color:#fff;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 6px 14px #0d5f9129}.analyst-brief-card{padding:15px;border:1px solid rgba(24,91,130,.16);border-radius:15px;background:linear-gradient(145deg,#fffffff7,#eff8fceb);box-shadow:0 10px 26px #16486712}.analyst-brief-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.analyst-brief-topline>span{color:#9a7837;font-size:10px;font-weight:800;letter-spacing:.07em}.analyst-brief-topline>em{color:#688195;font-size:9px;font-style:normal;font-weight:700}.analyst-brief-card h2{margin:9px 0 7px;color:#092f4e;font-size:19px;line-height:1.32;letter-spacing:-.02em}.analyst-brief-analysis-v8{margin-top:10px;display:grid;gap:1px;overflow:hidden;border:1px solid rgba(24,91,130,.12);border-radius:11px;background:#d0e2ec8c}.analyst-brief-analysis-v8>div{padding:9px 10px;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:start;gap:7px;background:#ffffffe0}.analyst-brief-analysis-v8 b{padding-top:1px;color:#176b9d;font-size:9px;letter-spacing:.04em}.analyst-brief-analysis-v8 p{margin:0;color:#405e72;font-size:10px;line-height:1.55}.analyst-brief-story-v12{margin-top:9px}.analyst-brief-story-v12>div{grid-template-columns:minmax(0,1fr);gap:5px;padding:11px 12px}.analyst-brief-story-v12 b{padding-top:0;font-size:10px}.analyst-brief-story-v12 p{font-size:11px;line-height:1.68;overflow-wrap:anywhere}.analyst-brief-story-v12>div:first-child{background:#f2f9fcf5}.analyst-brief-story-v12>div:last-child b{color:#8a6b2f}.analyst-brief-context{margin-top:11px;display:flex;flex-wrap:wrap;gap:6px}.analyst-brief-context>span{min-height:25px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;border-radius:7px;background:#e3f2fab8;color:#315f7b;font-size:9px;font-weight:700}.analyst-brief-context>span:last-child{background:#f5efe1c7;color:#80662f}.analyst-momentum-card-v8{margin-top:11px;padding:10px;border:1px solid rgba(24,91,130,.14);border-radius:12px;background:linear-gradient(150deg,#fffffff0,#ecf7fce6)}.analyst-momentum-card-v8>header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.analyst-momentum-card-v8>header>span{display:grid;gap:2px}.analyst-momentum-card-v8>header b{color:#143f5e;font-size:11px}.analyst-momentum-card-v8>header small{color:#8195a3;font-size:7px}.analyst-momentum-card-v8>header>em{padding:3px 7px;border-radius:999px;background:#e7f2f8;color:#28698e;font-size:8px;font-style:normal;font-weight:800}.analyst-period-grid-v8{margin-top:9px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid rgba(24,91,130,.11);border-radius:9px;background:#ffffffc2}.analyst-period-grid-v8>span{min-width:0;padding:7px 8px;display:grid;gap:2px;border-right:1px solid rgba(24,91,130,.09)}.analyst-period-grid-v8>span:last-child{border-right:0}.analyst-period-grid-v8 small{color:#738b9b;font-size:8px}.analyst-period-grid-v8 strong{color:#315f7b;font-size:14px;font-variant-numeric:tabular-nums}.analyst-period-grid-v8 strong.up{color:#ad5055}.analyst-period-grid-v8 strong.down{color:#27739b}.analyst-period-grid-v8 em{overflow:hidden;color:#97a5ae;font-size:7px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.analyst-sparkline-v8{margin-top:9px;padding:8px 8px 2px;overflow:hidden;border-radius:9px;background:#e8f4fa9e}.analyst-chart-toolbar-v9{min-height:27px;display:flex;align-items:center;justify-content:space-between;gap:8px}.analyst-chart-toolbar-v9>span:first-child{display:grid;gap:1px}.analyst-chart-toolbar-v9>span:first-child b{color:#315e79;font-size:9px}.analyst-chart-toolbar-v9>span:first-child small{color:#8798a4;font-size:7px;font-variant-numeric:tabular-nums}.analyst-chart-period-v9{padding:2px;display:inline-flex;gap:2px;border-radius:7px;background:#cde2edb3}.analyst-chart-period-v9 button{min-width:37px;height:23px;padding:0 8px;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;border-radius:5px;outline:none;background:transparent;color:#6f8796;font-size:8px;font-weight:800;cursor:pointer;-webkit-tap-highlight-color:transparent}.analyst-chart-period-v9 button.active{background:#fff;color:#126b9e;box-shadow:0 2px 7px #1e5b7d24}.analyst-chart-period-v9 button:focus{outline:none}.analyst-chart-period-v9 button:focus-visible{box-shadow:inset 0 0 0 1px #126b9e47}.analyst-chart-period-v9 button.active:focus-visible{box-shadow:0 2px 7px #1e5b7d24,inset 0 0 0 1px #126b9e38}.analyst-sparkline-v8 svg{width:100%;height:74px;display:block;overflow:visible}.analyst-sparkline-v8 .grid{stroke:#749ab02e;stroke-width:1;stroke-dasharray:3 4}.analyst-sparkline-v8 .axis{stroke:#749ab03d;stroke-width:1}.analyst-sparkline-v8 .area{fill:url(#analystTrendFill)}.analyst-sparkline-v8 .line{fill:none;stroke:#1474a9;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.analyst-sparkline-v8 circle{fill:#fff;stroke:#1474a9;stroke-width:2}.analyst-sparkline-v8 text{fill:#416c84;font-size:7px;font-weight:800;font-variant-numeric:tabular-nums}.analyst-chart-empty-v9{min-height:74px;display:grid;place-items:center;color:#8296a3;font-size:8px}.analyst-chart-mode-v12{margin-top:9px;padding:3px;display:grid;grid-template-columns:1fr 1fr;gap:3px;border-radius:9px;background:#deedf5b8}.analyst-chart-mode-v12 button{min-height:28px;border:0;border-radius:7px;background:transparent;color:#668095;font-size:9px;font-weight:800;cursor:pointer}.analyst-chart-mode-v12 button.active{background:#fff;color:#116ca4;box-shadow:0 2px 7px #1655791f}.analyst-product-state-v13{min-height:82px;margin-top:7px;padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed rgba(24,91,130,.18);border-radius:10px;background:#ffffff94;color:#718897;font-size:8px;text-align:center}.analyst-product-state-v13 button{min-height:25px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(18,107,158,.2);border-radius:8px;background:#fff;color:#116ca4;font-size:8px;font-weight:800;cursor:pointer}.analyst-product-state-v13 .spin{animation:spin .9s linear infinite}.analyst-product-small-multiples-v13{margin-top:7px;display:grid;gap:6px}.analyst-product-small-multiples-v13>button{position:relative;min-width:0;padding:7px 22px 6px 8px;display:grid;grid-template-columns:minmax(104px,.9fr) minmax(0,1.35fr);grid-template-rows:auto auto;column-gap:8px;overflow:hidden;border:1px solid rgba(24,91,130,.11);border-radius:10px;background:#ffffffdb;box-shadow:0 3px 9px #205b7c0a;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.analyst-product-small-multiples-v13>button:hover{border-color:#126b9e40;box-shadow:0 5px 12px #205b7c1a}.analyst-product-small-multiples-v13>button:active{transform:translateY(1px)}.analyst-product-small-multiples-v13>button:focus-visible{outline:none;border-color:#126b9e6b;box-shadow:0 0 0 2px #126b9e1f}.analyst-product-trend-summary-v13{grid-row:1 / 3;align-self:center;min-width:0;display:grid;grid-template-columns:19px minmax(0,1fr);align-items:center;column-gap:6px}.analyst-product-trend-summary-v13>i{width:19px;height:19px;display:grid;place-items:center;border-radius:6px;background:#e8f1f6;color:#315f78;font-size:8px;font-style:normal;font-weight:900}.analyst-product-trend-summary-v13>span{min-width:0;display:grid;gap:2px}.analyst-product-trend-summary-v13 b{overflow:hidden;color:#173f5c;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.analyst-product-trend-summary-v13 small{overflow:hidden;color:#8a9aa5;font-size:6.5px;text-overflow:ellipsis;white-space:nowrap}.analyst-product-trend-summary-v13 em{grid-column:1 / -1;margin-top:5px;color:#a94e52;font-size:17px;line-height:1;font-style:normal;font-weight:900;font-variant-numeric:tabular-nums}.analyst-product-small-multiples-v13>button.down .analyst-product-trend-summary-v13 em{color:#26739a}.analyst-product-trend-chart-v13{min-width:0;width:100%;height:42px;align-self:end;overflow:hidden}.analyst-product-trend-chart-v13 .baseline{stroke:#5d859b38;stroke-width:1;stroke-dasharray:3 4}.analyst-product-trend-footer-v13{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:5px;color:#8295a2;font-size:6.5px;font-variant-numeric:tabular-nums}.analyst-product-trend-footer-v13 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analyst-product-trend-footer-v13 b{color:#496c80;font-size:7px}.analyst-product-trend-footer-v13>i{color:#9aabb5;font-style:normal}.analyst-sparkline-v8 .analyst-product-trend-chevron-v13{position:absolute;top:50%;right:5px;width:13px;height:13px;display:block;color:#7f9aa9;transform:translateY(-50%)}.mobile-structure-pulse{margin-top:11px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid rgba(24,91,130,.13);border-radius:10px;background:#ffffffb3}.mobile-structure-pulse>span{min-height:45px;padding:7px 9px;display:flex;align-items:baseline;justify-content:space-between;border-right:1px solid rgba(24,91,130,.1)}.mobile-structure-pulse>span:nth-child(3){border-right:0}.mobile-structure-pulse small{color:#7c909e;font-size:9px}.mobile-structure-pulse strong{color:#315f7b;font-size:17px;font-variant-numeric:tabular-nums}.mobile-structure-pulse .up strong{color:#a34f54}.mobile-structure-pulse .down strong{color:#33708f}.mobile-structure-pulse>em{grid-column:1 / -1;padding:5px 9px;border-top:1px solid rgba(24,91,130,.1);color:#7d919f;font-size:8px;font-style:normal;text-align:center}.analyst-brief-actions{margin-top:12px;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(92px,.75fr);gap:7px}.analyst-brief-actions .primary-evidence-button{height:39px}.analyst-evidence-link{height:39px;border:1px solid rgba(23,109,164,.18);border-radius:9px;background:#ffffffc2;color:#176390;font-size:10px;font-weight:800;cursor:pointer}.analyst-section-heading{margin-top:4px}.decision-basis-ledger,.focus-goods-ledger{overflow:hidden;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffdb;box-shadow:0 7px 18px #184f6f0a}.decision-basis-ledger>button{width:100%;min-height:72px;padding:9px 10px;display:grid;grid-template-columns:34px minmax(0,1fr) auto 14px;align-items:center;gap:8px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.decision-basis-ledger>button:last-child{border-bottom:0}.transmission-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#e5f2f8;color:#176a9c}.transmission-icon.cost{background:#f2ecdf;color:#8a6c31}.transmission-icon.structure{background:#e9eef3;color:#4e7087}.transmission-icon.supply{background:#e8edf3;color:#4b6e8b}.transmission-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.transmission-copy em{color:#668095;font-size:9px;font-style:normal;font-weight:800}.transmission-copy b{display:-webkit-box;overflow:hidden;color:#133d5b;font-size:11px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.transmission-copy small{overflow:hidden;color:#7d919f;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.decision-basis-ledger>button>strong{max-width:96px;overflow:hidden;color:#315f7b;font-size:10px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.decision-basis-ledger>button>svg{color:#8ca0ad}.focus-goods-ledger>button{width:100%;min-height:66px;padding:9px 10px;display:grid;grid-template-columns:minmax(0,1fr) 70px 68px 14px;align-items:center;gap:7px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.focus-goods-ledger>button:last-child{border-bottom:0}.focus-goods-ledger>button>span{min-width:0;display:flex;flex-direction:column;gap:4px}.focus-goods-ledger b{overflow:hidden;color:#143e5c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.focus-goods-ledger span small{overflow:hidden;color:#8093a1;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.focus-goods-ledger>button>strong{color:#0b3d5f;font-size:13px;font-variant-numeric:tabular-nums;text-align:right}.focus-goods-ledger>button>strong small{margin-left:2px;color:#8295a2;font-size:8px;font-weight:500}.focus-goods-ledger>button>em{overflow:hidden;font-size:9px;font-style:normal;font-weight:800;text-align:right;text-overflow:ellipsis;white-space:nowrap}.focus-goods-ledger>button>svg{color:#8ca0ad}.analyst-data-note{min-height:46px;margin-top:10px;padding:7px 2px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:6px;color:#7a6b45}.analyst-data-note>span{min-width:0;display:flex;flex-direction:column;gap:2px}.analyst-data-note b{color:#526d7f;font-size:9px}.analyst-data-note small{overflow:hidden;color:#8798a4;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.signal-ledger-v2{overflow:hidden;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffe0;box-shadow:0 7px 18px #184f6f0a}.signal-row-v2{width:100%;min-height:84px;padding:11px 10px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.signal-row-v2:last-child{border-bottom:0}.signal-icon-v2{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#e5f2f8;color:#176a9c}.signal-icon-v2.arrival{background:#eee8dc;color:#8c6e32}.signal-icon-v2.demand{background:#e9eef2;color:#4b7088}.signal-icon-v2.policy{background:#e8edf5;color:#466a90}.signal-copy-v2{min-width:0;display:flex;flex-direction:column;gap:4px}.signal-copy-v2>span{display:flex;align-items:center;gap:6px}.signal-copy-v2 em{color:#5f7b8e;font-size:9px;font-style:normal;font-weight:700}.signal-copy-v2 b{overflow:hidden;color:#133d5b;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.signal-copy-v2 small{overflow:hidden;color:#8093a1;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.signal-key-value{display:flex;align-items:center;color:#0f5f91;font-size:12px;font-weight:800;white-space:nowrap}.watch-strip-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.watch-strip-v2 button{min-width:0;min-height:92px;padding:10px 9px;display:flex;align-items:flex-start;flex-direction:column;gap:4px;border:1px solid var(--mobile-line);border-radius:12px;background:#ffffffdb;color:var(--mobile-ink);text-align:left;cursor:pointer}.watch-strip-v2 button>span{padding-bottom:4px;color:#8b6c31;font-size:9px;font-weight:800}.watch-strip-v2 small{width:100%;overflow:hidden;color:#4a667a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.watch-strip-v2 strong{width:100%;overflow:hidden;color:#0b3655;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.watch-strip-v2 em{font-size:11px;font-style:normal;font-weight:800}.source-freshness-line{margin-top:13px;padding:9px 10px;display:flex;gap:12px;overflow-x:auto;border-top:1px solid var(--mobile-line);border-bottom:1px solid var(--mobile-line);scrollbar-width:none}.source-freshness-line::-webkit-scrollbar{display:none}.source-freshness-line>span{flex:0 0 auto;display:flex;align-items:baseline;gap:4px}.source-freshness-line b{color:#48687d;font-size:9px}.source-freshness-line small{color:#8798a4;font-size:9px}.source-freshness-line>span.pending b{color:#8a6d32}.market-summary-bar{min-height:50px;margin-bottom:9px;padding:0 11px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border:1px solid var(--mobile-line);border-radius:11px;background:#ffffffc7}.market-summary-bar span{display:flex;align-items:baseline;justify-content:center;gap:3px;border-right:1px solid var(--mobile-line);color:#718797;font-size:9px}.market-summary-bar span:last-child{border-right:0}.market-summary-bar b{color:#0c3e60;font-size:15px}.market-summary-bar.daily-market-summary{min-height:58px}.market-summary-bar.daily-market-summary span{flex-direction:column;align-items:center;gap:1px}.market-summary-bar.daily-market-summary b{line-height:1.05;font-variant-numeric:tabular-nums}.market-day-note{margin:-1px 0 9px;padding:8px 10px;display:flex;align-items:flex-start;gap:7px;border:1px solid #c9dce8;border-radius:10px;background:#f5fafdeb;color:#506b7b;font-size:9px;line-height:1.45}.market-day-note svg{margin-top:1px;flex:0 0 auto;color:#23749c}.market-day-note.observe{border-color:#ded2b5;background:#fbf8ef;color:#745f31}.page-purpose-note{margin:0 0 9px;padding:8px 10px;border-left:3px solid #b89957;border-radius:0 9px 9px 0;background:#f8f4e8b8;color:#5d7483;font-size:9px;line-height:1.55}.page-purpose-note b{margin-right:7px;color:#8a6a2d;font-size:10px}.category-market-summary{min-height:58px;margin-bottom:9px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--mobile-line);border-radius:12px;background:#fffc;box-shadow:0 7px 22px #1f5a7c0a}.category-market-summary span{min-width:0;padding:9px 4px 8px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:2px;border-right:1px solid var(--mobile-line)}.category-market-summary span:last-child{border-right:0}.category-market-summary small{overflow:hidden;color:#728797;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.category-market-summary b{color:#103f5f;font-size:17px;font-variant-numeric:tabular-nums;line-height:1}.category-market-summary .up b{color:#b74347}.category-market-summary .down b{color:#346f99}.market-section-heading{min-height:35px;padding:2px 1px 7px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.market-section-heading>span{min-width:0;display:flex;align-items:baseline;gap:7px}.market-section-heading b{color:#143f5d;font-size:13px}.market-section-heading small{color:#8495a1;font-size:8px}.market-section-heading>em{flex:0 0 auto;color:#8c7138;font-size:8px;font-style:normal}.category-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.category-market-grid>button{min-width:0;min-height:124px;padding:10px;display:flex;align-items:stretch;flex-direction:column;gap:5px;border:1px solid rgba(167,195,211,.68);border-radius:12px;background:#ffffffdb;color:var(--mobile-ink);text-align:left;box-shadow:0 7px 16px #164a6b09;cursor:pointer}.category-market-grid>button.active{border-color:#11659694;background:linear-gradient(148deg,#e6f5fcfa,#fffffff0);box-shadow:inset 0 0 0 1px #11659614,0 8px 20px #135c8614}.category-market-grid>button.up{border-top:3px solid #bf5052}.category-market-grid>button.down{border-top:3px solid #4e84a9}.category-market-grid>button.flat{border-top:3px solid #a88949}.category-market-grid>button.pending{border-color:#b18b3f80;border-top-color:#b58a3c;background:linear-gradient(148deg,#fff9ebf5,#ffffffeb)}.category-market-card-head{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:5px}.category-market-card-head b{min-width:0;overflow:hidden;color:#153f5b;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.category-market-card-head em{flex:0 0 auto;padding:2px 5px;border-radius:999px;background:#edf2f5;color:#627b8b;font-size:8px;font-style:normal;font-weight:800;font-variant-numeric:tabular-nums}.category-market-card-head em.up{background:#f8e7e7;color:#b33d42}.category-market-card-head em.down{background:#e4eef5;color:#326d96}.category-market-grid>button.pending .category-market-card-head em{background:#f5ead0;color:#86631f}.category-market-price{display:flex;align-items:baseline;gap:4px}.category-market-price strong{color:#0c3d5e;font-size:24px;font-variant-numeric:tabular-nums;line-height:1.1}.category-market-price small{color:#6e8493;font-size:8px}.category-market-range{overflow:hidden;color:#60798a;font-size:9px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.category-market-meta{margin-top:auto;display:flex;align-items:center;gap:5px;overflow:hidden}.category-market-meta i{flex:0 0 auto;padding-right:5px;border-right:1px solid #d7e3e9;color:#8294a0;font-size:8px;font-style:normal}.category-market-meta i:last-child{min-width:0;overflow:hidden;padding-right:0;border-right:0;text-overflow:ellipsis;white-space:nowrap}.category-market-toggle{width:100%;height:33px;margin-top:7px;border:1px solid rgba(26,103,147,.15);border-radius:9px;background:#f4fafde6;color:#17628f;font-size:9px;font-weight:750;cursor:pointer}.category-market-detail-page{padding-top:8px!important}.category-market-back{min-height:34px;margin:0 0 9px;padding:0 8px 0 4px;display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:#155c88;font-size:10px;font-weight:800;cursor:pointer}.category-market-detail-hero{margin-bottom:11px;padding:14px 13px 12px;overflow:hidden;border:1px solid rgba(160,190,207,.7);border-top:4px solid #a88949;border-radius:14px;background:linear-gradient(145deg,#e8f6fcf5,#fffffff2);box-shadow:0 10px 28px #17527612}.category-market-detail-hero.up{border-top-color:#bf5052}.category-market-detail-hero.down{border-top-color:#4e84a9}.category-market-detail-hero.pending{border-top-color:#b58a3c;background:linear-gradient(145deg,#fff9ebf7,#fffffff2)}.category-detail-eyebrow{color:#6d8494;font-size:8px;font-weight:700;letter-spacing:.08em}.category-detail-title{margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:10px}.category-detail-title h1{margin:0;color:#0a3b5f;font-size:24px;line-height:1.15}.category-detail-title em{padding:4px 8px;border-radius:999px;background:#eef2f5;color:#657d8c;font-size:10px;font-style:normal;font-weight:850;font-variant-numeric:tabular-nums}.category-detail-title em.up{background:#f8e7e7;color:#b33d42}.category-detail-title em.down{background:#e4eef5;color:#326d96}.category-detail-price{margin-top:10px;display:flex;align-items:baseline;gap:5px}.category-detail-price strong{color:#0a3a5c;font-size:35px;font-variant-numeric:tabular-nums;line-height:1}.category-detail-price span{color:#668091;font-size:9px}.category-detail-price small{margin-left:auto;color:#8a9ba6;font-size:8px}.category-detail-metrics{margin-top:13px;display:grid;grid-template-columns:1.3fr .72fr .82fr .9fr;overflow:hidden;border:1px solid rgba(181,204,217,.7);border-radius:10px;background:#fff9}.category-detail-metrics>span{min-width:0;padding:9px 5px;display:flex;flex-direction:column;gap:3px;border-right:1px solid rgba(181,204,217,.65)}.category-detail-metrics>span:last-child{border-right:0}.category-detail-metrics small{color:#8194a0;font-size:7px}.category-detail-metrics b{overflow:hidden;color:#174561;font-size:11px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.category-market-detail-hero p{margin:9px 0 0;color:#6f8493;font-size:8px;line-height:1.45}.category-factory-section{margin-top:12px}.category-detail-heading{min-height:43px;align-items:center;border-bottom:2px solid #1b5f86}.category-detail-heading>span{align-items:flex-start;flex-direction:column;gap:2px}.category-history-heading{margin-top:12px}.category-factory-list{overflow:hidden;border:1px solid var(--mobile-line);border-top:0;border-radius:0 0 12px 12px;background:#ffffffe0}.category-factory-list>button{width:100%;min-height:70px;padding:9px 8px;display:grid;grid-template-columns:22px minmax(0,1fr) 72px 14px;align-items:center;gap:6px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.category-factory-list>button:last-child{border-bottom:0}.category-factory-rank{width:19px;height:19px;display:grid;place-items:center;border-radius:6px;background:#edf4f8;color:#5b788b;font-size:8px;font-weight:800}.category-factory-list>button:nth-child(-n+3) .category-factory-rank{background:#f6eddb;color:#92702f}.category-factory-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.category-factory-copy>span{display:flex;align-items:center;gap:5px}.category-factory-copy b{overflow:hidden;color:#153f5b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.category-factory-copy em{flex:0 0 auto;padding:2px 4px;border-radius:999px;background:#e5f1f7;color:#1f678f;font-size:7px;font-style:normal;font-weight:800}.category-factory-copy small{overflow:hidden;color:#788e9d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.category-factory-price{display:grid;grid-template-columns:auto auto;justify-content:end;align-items:baseline;column-gap:3px}.category-factory-price strong{color:#103f60;font-size:15px;font-variant-numeric:tabular-nums}.category-factory-price small{color:#8a9aa5;font-size:7px}.category-factory-price em,.category-factory-price i{grid-column:1 / -1;justify-self:end;font-size:8px;font-style:normal;font-variant-numeric:tabular-nums}.category-factory-price i{margin-top:1px;color:#94a2ab}.category-factory-list>button>svg{color:#9cafba}.daily-load-more{width:100%;min-height:38px;margin:10px 0 2px;border:1px solid #a9c7d9;border-radius:8px;background:#f5fafdeb;color:#0c6297;font-size:10px;font-weight:750;letter-spacing:.02em;box-shadow:0 4px 12px #1d5c800f;cursor:pointer}.daily-load-more:disabled{color:#8297a4;background:#f2f6f8c7;cursor:wait}.filter-scroll{margin-bottom:9px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.filter-scroll::-webkit-scrollbar{display:none}.filter-scroll button{height:32px;flex:0 0 auto;padding:0 11px;border:1px solid var(--mobile-line);border-radius:9px;background:#ffffffa3;color:#637d90;font-size:10px;cursor:pointer}.filter-scroll button.active{border-color:#176da433;background:#dff0f9;color:#0d5f90;font-weight:800}.quote-filters button{display:inline-flex;align-items:center;gap:6px}.quote-filters button em{min-width:18px;height:18px;padding:0 5px;display:inline-grid;place-items:center;border-radius:999px;background:#5b7e951a;color:#728898;font-size:8px;font-style:normal;font-variant-numeric:tabular-nums}.quote-filters button.active em{background:#b48b37;color:#fff}.source-backed-mobile .mobile-header-actions{display:flex;align-items:center;gap:7px}.source-backed-mobile .mobile-account{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(10,72,111,.12);border-radius:10px;background:#ffffff9e;color:#164f74;box-shadow:inset 0 1px #ffffffb8;cursor:pointer}.network-summary-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:10px 0 12px;overflow:hidden;border:1px solid var(--mobile-line);border-radius:14px;background:#ffffffad}.network-robot-switcher,.intelligence-date-toolbar{min-height:42px;margin:9px 0 10px;padding:7px 9px 7px 11px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--mobile-line);border-radius:11px;background:#ffffffc2}.network-robot-switcher>span,.intelligence-date-toolbar>span{display:flex;align-items:center;gap:6px;color:#1b638d}.network-robot-switcher small,.intelligence-date-toolbar b{color:#4f6c7e;font-size:10px}.network-robot-switcher select,.intelligence-date-toolbar select{max-width:190px;height:30px;padding:0 25px 0 9px;border:1px solid #c7dce8;border-radius:8px;background:#f7fbfd;color:#0d527d;font:inherit;font-size:10px;font-weight:700}.intelligence-date-toolbar{padding-right:9px}.market-date-toolbar.with-robot{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:7px;padding:6px}.market-date-toolbar.with-robot>.market-date-caption-v11{display:none}.market-date-toolbar.with-robot .intelligence-date-control-v3{min-width:0;width:100%;min-height:32px;font-size:9px}.market-robot-control-v11{min-width:0;height:32px;padding:0 6px;display:flex;align-items:center;gap:4px;border:1px solid #c7dce8;border-radius:9px;background:#f7fbfd;color:#17648f}.market-robot-control-v11 select{min-width:0;width:100%;height:30px;padding:0 17px 0 1px;border:0;outline:0;background:transparent;color:#0d527d;font:inherit;font-size:9px;font-weight:700}.market-fixed-source-v11{min-width:0;min-height:32px;padding:0 9px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid #c7dce8;border-radius:9px;background:#f7fbfd;color:#17648f}.market-fixed-source-v11 b{color:#0d527d;font-size:9px}.intelligence-date-control-v3{position:relative;min-width:128px;min-height:38px;display:grid;place-items:center;overflow:hidden;border:1px solid #b9d7e7;border-radius:9px;background:#f7fbfd;color:#075d91;font-size:11px;font-weight:800}.intelligence-date-control-v3 input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.intelligence-date-control-v3 input::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;cursor:pointer}.intelligence-timeline-v3{position:relative;overflow:visible;border:0;background:transparent}.intelligence-timeline-date-v3{margin-bottom:8px;padding:0 3px 8px 53px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #bfd8e5}.intelligence-timeline-date-v3 span{color:#154f71;font-size:12px;font-weight:800}.intelligence-timeline-date-v3 em{color:#79909f;font-size:9px;font-style:normal}.intelligence-timeline-entry-v3{position:relative;display:grid;grid-template-columns:42px 10px minmax(0,1fr);align-items:start;gap:6px}.intelligence-timeline-entry-v3:before{content:"";position:absolute;top:13px;bottom:-10px;left:52px;width:1px;background:#b9d6e5}.intelligence-timeline-entry-v3:last-of-type:before{display:none}.intelligence-timeline-entry-v3>time{padding-top:10px;color:#6f8796;font-size:9px;text-align:right}.intelligence-timeline-entry-v3>i{position:relative;z-index:1;width:9px;height:9px;margin-top:11px;border:2px solid #f5fbfe;border-radius:50%;background:#1684bd;box-shadow:0 0 0 1px #74b7d8}.intelligence-timeline-entry-v3>button{min-width:0;min-height:145px;margin-bottom:9px;padding:12px;display:flex;flex-direction:column;gap:8px;border:1px solid var(--mobile-line);border-radius:12px;background:#ffffffe0;color:var(--mobile-ink);text-align:left;box-shadow:0 7px 16px #18445e0a}.intelligence-next-date-v3{width:calc(100% - 58px);min-height:46px;margin:3px 0 0 58px;padding:0 13px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;border:1px solid #b9d7e7;border-radius:11px;background:#eef8fd;color:#4e7186;text-align:left}.intelligence-next-date-v3 span{font-size:9px}.intelligence-next-date-v3 b{color:#075d91;font-size:11px}.intelligence-previous-date-v3{width:calc(100% - 58px);min-height:40px;margin:0 0 8px 58px;padding:0 13px;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:7px;border:1px solid #c8dce7;border-radius:11px;background:#ffffffc2;color:#668292;text-align:left}.intelligence-previous-date-v3 svg{transform:rotate(180deg)}.intelligence-previous-date-v3 span{font-size:9px}.intelligence-previous-date-v3 b{color:#12658f;font-size:11px}.network-summary-v2>span{min-width:0;padding:12px 6px 10px;text-align:center}.network-summary-v2>span+span{border-left:1px solid var(--mobile-line)}.network-summary-v2 b{display:block;margin-top:4px;color:#0c4e77;font-size:20px;line-height:1}.network-summary-v2 small{display:block;color:#718696;font-size:9px}.network-chips-v2{margin-bottom:10px}.network-chips-v2 button{display:inline-flex;align-items:center;gap:5px}.network-chips-v2 button em{color:#8a9aa5;font-style:normal;font-variant-numeric:tabular-nums}.network-chips-v2 button.active em{color:#97752e}.network-list-v2{display:grid;gap:8px}.network-card-v2{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:10px;padding:11px;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffb8;box-shadow:0 8px 18px #18445e0a}.network-avatar-v2{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(145deg,#dceff8,#f7fbfd);color:#156a9d;overflow:hidden}.network-avatar-v2 img{width:100%;height:100%;display:block;object-fit:cover}.network-focus-notice{margin-bottom:9px;padding:8px 10px;border:1px solid rgba(23,109,164,.16);border-radius:10px;background:#e1f1f9b3;color:#547386;font-size:9px}.network-focus-notice b{color:#0c5c8a;font-size:10px}.network-card-copy-v2{min-width:0}.network-card-title-v2{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.network-card-title-v2 b{overflow:hidden;color:#133e59;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.network-card-title-v2 em{flex:0 0 auto;padding:2px 5px;border-radius:999px;background:#e4f1f8;color:#17638f;font-size:8px;font-style:normal}.network-card-title-v2 em.pending{background:#f3ecdd;color:#896a2f}.network-card-copy-v2 p{margin:4px 0 0;overflow:hidden;color:#617b8e;font-size:9px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.network-card-copy-v2 small{display:block;margin-top:4px;color:#a08343;font-size:8px}.network-card-foot-v2{margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#8295a3;font-size:8px}.network-card-foot-v2 i{overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.network-card-foot-v2 time{flex:0 0 auto}.network-watch-button{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(22,106,157,.15);border-radius:10px;background:#f8fcfe;color:#7d98a8;cursor:pointer}.network-watch-button.active{border-color:#b0893838;background:#fff9e9;color:#b08938}.network-watch-button:disabled{opacity:.55;cursor:wait}.network-card-actions-v2{display:grid;justify-items:center;gap:5px}.network-chat-button-v2{width:36px;min-height:32px;padding:4px 0 3px;display:grid;place-items:center;gap:1px;border:1px solid rgba(22,106,157,.15);border-radius:9px;background:#f5fafc;color:#17638f;cursor:pointer}.network-chat-button-v2 span{font-size:7px;font-weight:750}.network-scope-note{display:flex;gap:7px;margin-top:12px;color:#7d909d;font-size:8px;line-height:1.5}.network-scope-note svg{flex:0 0 auto;margin-top:1px;color:#b08938}.network-notice{padding:24px 12px;border:1px dashed rgba(22,106,157,.18);border-radius:13px;color:#7b919f;font-size:10px;line-height:1.7;text-align:center}.network-notice.error{border-color:#ad444933;background:#f7e4e58c;color:#a04449}.mobile-toast-v11{position:fixed;z-index:80;top:88px;left:50%;width:min(calc(100vw - 28px),420px);min-height:38px;padding:8px 8px 8px 13px;display:flex;align-items:center;justify-content:space-between;gap:9px;border:1px solid rgba(39,126,93,.22);border-radius:12px;background:#eff9f5f7;box-shadow:0 9px 24px #11415729;color:#287b5e;font-size:10px;line-height:1.4;transform:translate(-50%);animation:mobile-toast-in-v11 .18s ease-out}.mobile-toast-v11 button{width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:8px;background:#ffffffb3;color:#648077;cursor:pointer}@keyframes mobile-toast-in-v11{0%{opacity:0;transform:translate(-50%,-5px)}to{opacity:1;transform:translate(-50%)}}.market-list-v2,.quote-list-v2,.intelligence-list-v2,.profile-source-list{overflow:hidden;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffe0}.market-list-v2>button{width:100%;min-height:89px;padding:11px 8px 11px 12px;display:grid;grid-template-columns:minmax(0,1fr) 82px 15px;align-items:center;gap:7px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.market-list-v2>button:last-of-type{border-bottom:0}.market-row-main{min-width:0;display:flex;flex-direction:column;gap:4px}.market-row-main>span{display:flex;align-items:center;gap:6px}.market-row-main b{color:#123d5b;font-size:13px}.factory-state{padding:2px 5px;border-radius:999px;background:#e5f1f7;color:#1f678f;font-size:8px;font-style:normal;font-weight:800}.factory-state.pending{background:#f2ebdc;color:#8b6d31}.factory-state.suspended{background:#f5e5e2;color:#9b493e}.factory-state.unknown{background:#e9edf0;color:#607889}.market-row-main small,.market-row-main i{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.market-row-main small{color:#587488;font-size:10px}.market-row-main i{color:#8798a5;font-size:9px;font-style:normal}.market-row-price{display:flex;align-items:flex-end;flex-direction:column;gap:2px}.market-row-price strong{max-width:82px;overflow:hidden;color:#0a3959;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.market-row-price small{color:#8295a3;font-size:8px}.market-row-price em{font-size:10px;font-style:normal;font-weight:800}.market-list-v2>button>svg{color:#9aabb6}.market-note-v2{margin-top:10px;padding:10px 11px;display:grid;grid-template-columns:21px minmax(0,1fr);gap:7px;border-left:3px solid #b89957;background:#ffffff8f;color:#8b6f36}.market-note-v2 p{margin:0;display:flex;flex-direction:column;gap:3px}.market-note-v2 b{color:#4b6171;font-size:11px}.market-note-v2 span{color:#738897;font-size:10px;line-height:1.5}.mobile-search-v2{height:40px;margin-bottom:9px;padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid var(--mobile-line);border-radius:10px;background:#ffffffd9;color:#8296a4}.mobile-search-v2 input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#244a63;font-size:12px}.mobile-search-v2 input::placeholder{color:#8b9ba6}.quote-list-v2>button{width:100%;min-height:104px;padding:11px 9px;display:grid;grid-template-columns:50px minmax(0,1fr) 76px;align-items:start;gap:8px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.quote-list-v2>button:last-of-type{border-bottom:0}.quote-source-list-v3{display:grid;gap:10px}.quote-search-loading-v10{min-height:112px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px dashed rgba(22,106,157,.2);border-radius:13px;background:#f5fafdd1;color:#5e7b8d;font-size:10px}.quote-search-loading-v10 .spinner{width:18px;height:18px;border-color:#c7dce9;border-top-color:var(--blue)}.quote-source-list-v3>article{overflow:hidden;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffe6;box-shadow:0 8px 22px #16476f0d}.quote-source-head-v3{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center;padding:11px 11px 8px}.quote-source-head-v3>span:nth-child(2){min-width:0}.quote-sender-v3{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:7px}.quote-sender-v3>span:last-child{min-width:0;display:grid;gap:2px}.quote-sender-v3 b{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.quote-sender-v3 small{overflow:hidden;color:var(--mobile-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.quote-sender-avatar-v3{width:30px;height:30px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(23,109,164,.12);border-radius:9px;background:linear-gradient(145deg,#dceff8,#f7fbfd);color:#17638f;font-size:12px;font-weight:800}.quote-sender-avatar-v3 img{width:100%;height:100%;display:block;object-fit:cover}.quote-source-head-v3>em{color:var(--mobile-blue);font-size:11px;font-style:normal;font-weight:800}.quote-head-actions-v3{display:flex;align-items:flex-end;flex-direction:column;gap:4px}.quote-head-actions-v3 em{color:var(--mobile-blue);font-size:10px;font-style:normal;font-weight:800}.quote-head-actions-v3 button{padding:3px 6px;border:1px solid rgba(23,109,164,.18);border-radius:7px;background:#f4f9fc;color:#0d6396;font-size:8px;font-weight:750;cursor:pointer;white-space:nowrap}.market-network-switcher{margin:-2px 0 10px;padding:4px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffff9e}.market-network-switcher>button{min-width:0;min-height:48px;padding:7px 6px;display:flex;align-items:center;gap:5px;border:0;border-radius:10px;background:transparent;color:#718797;text-align:left;cursor:pointer}.market-network-switcher>button.active{background:#e1f1f9;color:#0c6395;box-shadow:inset 0 0 0 1px #176da41f}.market-network-switcher>button.opportunity.active{background:#f4ecdc;color:#896a2e;box-shadow:inset 0 0 0 1px #b8995733}.market-network-switcher>button svg{flex:0 0 auto}.market-network-switcher>button span{min-width:0;display:grid;gap:2px}.market-network-switcher>button b{color:inherit;font-size:11px}.market-network-switcher>button small{overflow:hidden;color:#7d919e;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.market-network-switcher>button.active small{color:#4f7890}.quote-source-preview-v3{max-height:36px;margin:9px 11px 0;overflow:hidden;color:var(--mobile-muted);font-size:11px;line-height:1.55}.quote-supplement-v9{margin:8px 11px 0;padding:7px 8px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:6px;border-radius:7px;background:#f7f4eb;color:#5f7482;font-size:9px;line-height:1.45}.quote-supplement-v9 b{color:#92712f;white-space:nowrap}.quote-rule-match-v9{margin:7px 11px 0;padding:5px 7px;display:flex;align-items:center;gap:5px;border-radius:7px;background:#e9f5ef;color:#28795b;font-size:8px;font-weight:750}.quote-original-match-v10{margin:8px 10px;padding:8px 9px;display:grid;gap:5px;border:1px solid #cce3f0;border-radius:8px;background:#eef8fc}.quote-original-match-v10>span{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.quote-original-match-v10 b{color:var(--mobile-blue);font-size:10px}.quote-original-match-v10 small{color:var(--mobile-muted);font-size:8px;text-align:right}.quote-original-match-v10 p{margin:0;color:#3f6275;font-size:9px;line-height:1.5}.quote-bundle-items-v10{border-top:1px solid rgba(92,132,164,.12)}.quote-bundle-items-v10>summary{padding:9px 11px;background:#eef8fcb8;color:#17638f;cursor:pointer;font-size:10px;font-weight:800;list-style-position:inside}.quote-bundle-items-v10[open]>summary{border-bottom:1px solid rgba(92,132,164,.12)}.quote-group-location-v4,.quote-group-locations-v4{margin:0 11px 8px;color:#577487;font-size:9px;line-height:1.45}.quote-group-location-v4{display:block}.quote-group-locations-v4 summary{width:fit-content;padding:3px 7px;border:1px solid rgba(23,109,164,.16);border-radius:999px;background:#f2f8fb;color:#17638f;cursor:pointer;font-weight:750;list-style-position:inside}.quote-group-locations-v4 p{margin:5px 0 0;padding:6px 8px;border-radius:7px;background:#dff0fa73;color:#617b8c;line-height:1.55}.opportunity-card-v3>.quote-group-location-v4,.opportunity-card-v3>.quote-group-locations-v4{margin-top:7px;margin-bottom:7px}.quote-source-meta-v3{margin-top:8px;padding:7px 11px;display:flex;justify-content:space-between;gap:8px;border-top:1px solid rgba(92,132,164,.12);background:#dff0fa57;color:var(--mobile-muted);font-size:9px}.quote-source-meta-v3 em{color:var(--mobile-blue);font-style:normal}.quote-opportunity-action-v8{padding:0 11px 11px;background:#dff0fa57}.quote-opportunity-action-v8 button{width:100%;min-height:36px;border:1px solid #176da4;border-radius:9px;background:#176da4;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:800}.quote-opportunity-action-v8 button.purchase{border-color:#9a7834;background:#9a7834}.quote-opportunity-action-v8 button.saved{border-color:#176da43d;background:#eef7fb;color:#0d659a}.quote-opportunity-action-v8 button.purchase.saved{border-color:#9a783447;background:#fbf5e8;color:#795b22}.quote-opportunity-action-v8 button:disabled{opacity:.62}.auto-opportunity-rule-v9{min-height:47px;margin:0 0 10px;padding:7px 8px 7px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid rgba(23,109,164,.13);border-radius:11px;background:#ffffffbd}.auto-opportunity-rule-v9.active{border-color:#2c805e38;background:#ecf7f1cc}.auto-opportunity-rule-v9>span{min-width:0;display:flex;align-items:center;gap:7px;color:#176a99}.auto-opportunity-rule-v9.active>span{color:#28795b}.auto-opportunity-rule-v9>span>span{min-width:0;display:grid;gap:2px}.auto-opportunity-rule-v9 b{font-size:10px}.auto-opportunity-rule-v9 small{overflow:hidden;color:#778c99;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.auto-opportunity-rule-v9>button{flex:0 0 auto;min-width:44px;height:29px;border:1px solid rgba(23,109,164,.18);border-radius:8px;background:#f5fafc;color:#176898;font-size:9px;font-weight:800}.auto-rule-dialog-v9{position:absolute;z-index:40;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end}.auto-rule-backdrop-v9{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0c243352}.auto-rule-dialog-v9>section{width:100%;max-height:88%;padding:14px 13px 16px;position:relative;overflow-y:auto;border-radius:18px 18px 0 0;color-scheme:light;background:#f8fbfc;box-shadow:0 -12px 32px #133c532e}.auto-rule-dialog-v9 header{display:flex;align-items:center;justify-content:space-between}.auto-rule-dialog-v9 header>span{display:flex;align-items:center;gap:7px;color:#175d86}.auto-rule-dialog-v9 header b{font-size:14px}.auto-rule-dialog-v9 header>button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:8px;background:#edf4f7;color:#66808f}.auto-rule-dialog-v9>section>p{margin:9px 0 11px;color:#6f8491;font-size:9px;line-height:1.5}.auto-rule-master-v9{padding:9px 10px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:7px;border:1px solid rgba(39,126,93,.17);border-radius:10px;background:#edf7f2}.auto-rule-master-v9 span{display:grid;gap:2px}.auto-rule-master-v9 b{color:#276f56;font-size:10px}.auto-rule-master-v9 small{color:#789087;font-size:8px}.auto-rule-directions-v9{margin:8px 0;display:grid;grid-template-columns:1fr 1fr;gap:6px}.auto-rule-directions-v9 label{min-height:36px;padding:7px;display:flex;align-items:center;gap:6px;border:1px solid var(--mobile-line);border-radius:9px;background:#fff;color:#4f6c7d;font-size:8px}.auto-rule-item-v9{margin-top:7px;padding:9px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;border:1px solid var(--mobile-line);border-radius:10px;background:#fff}.auto-rule-item-v9>span:nth-child(2){display:grid;gap:2px}.auto-rule-item-v9 b{color:#365c73;font-size:10px}.auto-rule-item-v9 small{color:#8496a1;font-size:8px}.auto-rule-number-v9{display:flex!important;align-items:center;gap:3px;color:#648090;font-size:8px;white-space:nowrap}.auto-rule-dialog-v9 input[type=checkbox]{width:15px;height:15px;margin:0;color-scheme:light;accent-color:#176da4}.auto-rule-master-v9 input[type=checkbox]{accent-color:#28795b}.auto-rule-number-v9 input{box-sizing:border-box;width:52px;height:29px;padding:0 5px;border:1px solid #cbdde7;border-radius:7px;outline:0;color-scheme:light;background:#fff;color:#185b81;caret-color:#176da4;font-size:9px}.auto-rule-item-v9.keyword{grid-template-columns:18px minmax(0,1fr)}.auto-rule-item-v9.keyword>input[type=text]{box-sizing:border-box;grid-column:1 / -1;width:100%;height:32px;padding:0 8px;border:1px solid #cbdde7;border-radius:7px;outline:0;color-scheme:light;background:#fff;color:#244f68;caret-color:#176da4;font-size:9px}.auto-rule-item-v9.keyword>input[type=text]::placeholder{color:#94a6b1}.auto-rule-dialog-v9 footer{margin-top:11px;display:grid;grid-template-columns:1fr 1.5fr;gap:7px}.auto-rule-dialog-v9 footer button{min-height:37px;border:1px solid var(--mobile-line);border-radius:9px;background:#fff;color:#607b8a;font-size:10px;font-weight:800}.auto-rule-dialog-v9 footer button.primary{border-color:#176da4;background:#176da4;color:#fff}.quote-item-grid-v3{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.quote-item-grid-v3>button{min-width:0;min-height:58px;padding:9px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto 14px;gap:5px;align-items:center;border:0;border-right:1px solid var(--mobile-line);border-bottom:1px solid var(--mobile-line);background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.quote-item-grid-v3>button:nth-child(2n){border-right:0}.quote-item-grid-v3>button span{min-width:0;display:grid;gap:2px}.quote-item-grid-v3>button b,.quote-item-grid-v3>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quote-item-grid-v3>button b{font-size:12px}.quote-item-grid-v3>button small{color:var(--mobile-muted);font-size:9px}.quote-item-grid-v3>button strong{color:var(--mobile-blue);font-size:11px;white-space:nowrap}.quote-item-grid-v3>button svg{color:var(--mobile-blue);opacity:.45}.quote-source-more-v3{display:block;padding:8px 11px 10px;color:var(--mobile-muted);font-size:9px}.trade-tag-v2{min-height:22px;padding:4px 5px;border-radius:6px;background:#e2f0f8;color:#155f8c;font-size:9px;font-weight:800;text-align:center}.trade-tag-v2.buy{background:#f1eadc;color:#8a6b2d}.trade-tag-v2.cfr{background:#e8edf5;color:#49698b}.trade-tag-v2.lead{background:#edf0f2;color:#617788}.opportunity-purpose-note{border-left-color:#b48b37;background:#faf6e8e0}.dismissible-help-v4{padding-right:35px;position:relative}.dismissible-help-v4 p{margin:0}.dismissible-help-v4>button{width:24px;height:24px;position:absolute;top:5px;right:6px;display:grid;place-items:center;border:0;border-radius:7px;background:#fff9;color:#7f8e94;cursor:pointer}.dismissible-help-v4>button:hover{background:#fff;color:#3d6276}.opportunity-summary-v3 b{color:#7f632d!important}.opportunity-direction-switch-v6{padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:5px;border:1px solid rgba(180,139,55,.2);border-radius:12px;background:#ffffffb8}.opportunity-direction-switch-v6 button{min-height:48px;padding:6px 8px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:9px;background:transparent;color:#68808f;cursor:pointer}.opportunity-direction-switch-v6 button span{min-width:0;display:grid;gap:1px;text-align:left}.opportunity-direction-switch-v6 button b{font-size:10px}.opportunity-direction-switch-v6 button small{color:inherit;font-size:7px;font-weight:500;opacity:.78;white-space:nowrap}.opportunity-direction-switch-v6 button.active{background:#f6edda;color:#7f632d;box-shadow:0 4px 12px #7f632d1a}.opportunity-view-switch-v5{padding:4px;display:grid;grid-template-columns:1fr 1fr;gap:5px;border:1px solid rgba(23,109,164,.14);border-radius:12px;background:#ffffffad}.opportunity-view-switch-v5 button{min-height:38px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:9px;background:transparent;color:#68808f;font-size:10px;font-weight:800;cursor:pointer}.opportunity-view-switch-v5 button.active{background:#176da4;color:#fff;box-shadow:0 5px 13px #176da42b}.opportunity-view-switch-v5 em{min-width:19px;padding:2px 5px;border-radius:999px;background:#fff3;font-size:8px;font-style:normal}.opportunity-section-heading,.network-chat-heading-v3{min-height:38px;padding:1px 2px 7px;display:flex;align-items:center;justify-content:space-between;gap:9px}.opportunity-section-heading>span,.network-chat-heading-v3>span{min-width:0;display:grid;gap:2px}.opportunity-section-heading b,.network-chat-heading-v3 b{color:#173f59;font-size:13px}.opportunity-section-heading small,.network-chat-heading-v3 small{overflow:hidden;color:#7d909d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.opportunity-section-heading>em,.network-chat-heading-v3>em{flex:0 0 auto;color:#90702f;font-size:9px;font-style:normal;font-weight:800}.opportunity-list-v3{display:grid;gap:10px}.opportunity-card-v3{overflow:hidden;border:1px solid rgba(184,153,87,.28);border-top:3px solid #b89957;border-radius:13px;background:#ffffffeb;box-shadow:0 9px 23px #5c491e0f}.opportunity-buyer-v3{min-height:54px;padding:9px 11px;display:grid;grid-template-columns:31px minmax(0,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid rgba(184,153,87,.16);background:#faf7eea3}.opportunity-buyer-v3>span:nth-child(2){min-width:0;display:grid;gap:2px}.opportunity-buyer-v3 b,.opportunity-buyer-v3 small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.opportunity-buyer-v3 b{color:#173e58;font-size:12px}.opportunity-buyer-v3 small{color:#748896;font-size:8px}.opportunity-buyer-v3>em{padding:3px 6px;border-radius:999px;font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.opportunity-buyer-v3>em.confirmed{background:#e5f1f7;color:#17638f}.opportunity-buyer-v3>em.pending{background:#f0ede6;color:#776d58}.opportunity-buyer-v3>em.opportunity-quality.confirmed{background:#e7f3e9;color:#287045}.opportunity-status-row-v4{min-height:34px;padding:7px 11px;display:flex;align-items:center;gap:6px;border-bottom:1px solid rgba(184,153,87,.16);background:#fffdf8e0}.opportunity-status-row-v4>span{color:#80919c;font-size:8px}.opportunity-status-row-v4>b{padding:3px 7px;border-radius:999px;background:#edf2f5;color:#496779;font-size:8px}.opportunity-status-row-v4>b.opportunity,.opportunity-status-row-v4>b.following_up{background:#e6f1f7;color:#17638f}.opportunity-status-row-v4>b.quoted{background:#e7f3e9;color:#287045}.opportunity-status-row-v4>i{padding:3px 6px;border-radius:999px;font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.opportunity-status-row-v4>i.friend{background:#e7f3e9;color:#287045}.opportunity-status-row-v4>i.not-friend{background:#f8eee2;color:#9a6028}.opportunity-status-row-v4>em{min-width:0;margin-left:auto;overflow:hidden;color:#7b8d99;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.opportunity-demand-summary-v4{display:grid}.opportunity-detail-heading-v12{display:flex;align-items:center;justify-content:space-between;padding:8px 11px 4px;border-top:1px solid #e2ecf1;color:#153f5b;font-size:9px}.opportunity-detail-heading-v12 span{color:#7d8f9b;font-size:8px}.opportunity-demand-summary-v4>div{min-height:48px;padding:7px 11px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--mobile-line)}.opportunity-demand-summary-v4>div>span{min-width:0;display:grid;gap:3px}.opportunity-demand-summary-v4>div>span:last-child{justify-items:end}.opportunity-demand-summary-v4 b{overflow:hidden;color:#153f5b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.opportunity-demand-summary-v4 small{overflow:hidden;color:#7d8f9b;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.opportunity-demand-summary-v4 strong{color:#0d6396;font-size:10px;white-space:nowrap}.opportunity-demand-summary-v4>p{margin:0;padding:7px 11px;color:#8b7a58;font-size:8px}.opportunity-trigger-v12{padding:7px 11px;display:flex;align-items:flex-start;gap:7px;border-top:1px solid rgba(23,109,164,.12);background:#edf7f1;color:#28795b}.opportunity-trigger-v12>span{min-width:0;display:grid;gap:2px}.opportunity-trigger-v12 b{font-size:9px}.opportunity-trigger-v12 small{color:#4d7564;font-size:8px;line-height:1.45}.opportunity-original-v12{border-top:1px solid rgba(23,109,164,.12);background:#fff}.opportunity-original-v12>summary{padding:8px 11px;color:#17638f;font-size:9px;font-weight:800;cursor:pointer}.opportunity-original-v12>.readable-message-v7{margin:0 11px 10px;max-height:220px;overflow:auto}.opportunity-detail-toggle-v12{width:100%;padding:8px 11px;border:0;border-top:1px solid #e2ecf1;background:#f7fbfd;color:#0d6396;font-size:9px;font-weight:700}.opportunity-recovery-card-v10{border-top-color:#6f97ae}.opportunity-recovery-card-v10 .quote-sender-avatar-v3{color:#17638f;background:#e6f1f7}.opportunity-recovery-copy-v10{padding:8px 11px;display:grid;gap:6px;background:#eff8fc94}.opportunity-recovery-copy-v10 p{margin:0;display:grid;gap:2px;color:#5f7686;font-size:8px;line-height:1.5}.opportunity-recovery-copy-v10 b{color:#1b5577;font-size:9px}.opportunity-manager-v5{padding:9px 11px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;border-top:1px solid rgba(23,109,164,.12);background:#eff8fcb8}.opportunity-manager-v5>div{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:8px}.opportunity-manager-v5>div>span{display:flex;align-items:center;gap:5px;color:#1b5577;font-size:9px}.opportunity-manager-v5>div>strong{color:#287045;font-size:8px}.opportunity-manager-v5>div>strong.waiting{color:#9a6028}.opportunity-manager-v5 label{min-width:0;display:grid;gap:4px;color:#718995;font-size:8px}.opportunity-manager-v5 textarea{min-height:48px;padding:7px 8px;resize:vertical;border:1px solid rgba(23,109,164,.18);border-radius:8px;outline:0;background:#fff;color:#244e65;font:inherit;line-height:1.45}.opportunity-manager-v5 textarea:focus{border-color:#176da480;box-shadow:0 0 0 3px #176da412}.opportunity-manager-v5>button{align-self:end;min-height:34px;padding:0 9px;border:1px solid rgba(23,109,164,.22);border-radius:8px;background:#fff;color:#17638f;font-size:8px;font-weight:800;cursor:pointer}.opportunity-preview-v3{margin:9px 11px;display:-webkit-box;overflow:hidden;color:#5f7686;font-size:10px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.opportunity-actions-v3{padding:8px 10px 9px;display:grid;gap:7px;border-top:1px solid rgba(184,153,87,.16);background:#faf7ee94}.opportunity-actions-v3>span{min-width:0;display:flex;align-items:center;gap:4px;overflow:hidden;color:#7d8e99;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.opportunity-actions-v3>small{color:#9a6028;font-size:8px;line-height:1.45}.opportunity-actions-v3>div{display:flex;align-items:center;gap:6px}.opportunity-actions-v3>div>button{min-height:34px;padding:0 11px;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(23,109,164,.18);border-radius:8px;background:#f4f9fc;color:#0d6396;font-size:9px;font-weight:800;cursor:pointer;white-space:nowrap}.opportunity-actions-v3>div>button.primary{flex:1 1 auto;border-color:#176da4;background:#176da4;color:#fff}.opportunity-actions-v3 button:disabled{opacity:.55;cursor:wait}.opportunity-load-more{border-color:#b8995775;background:#faf7eeeb;color:#80642e}.opportunity-quote-dialog-v4{position:absolute;z-index:30;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end}.opportunity-dialog-backdrop-v4{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#09253680;cursor:pointer}.opportunity-quote-dialog-v4>section{width:100%;max-height:88%;padding:15px 14px calc(17px + env(safe-area-inset-bottom));position:relative;z-index:1;display:grid;gap:11px;overflow-y:auto;border-radius:18px 18px 0 0;background:#f9fcfd;box-shadow:0 -16px 50px #09253633}.opportunity-quote-dialog-v4 header{display:flex;align-items:center;justify-content:space-between;gap:8px}.opportunity-quote-dialog-v4 header>span{display:flex;align-items:center;gap:7px;color:#174d6f}.opportunity-quote-dialog-v4 header b{font-size:14px}.opportunity-quote-dialog-v4 header small{color:#7c909d;font-size:9px}.opportunity-quote-dialog-v4 textarea,.network-chat-composer-v4 textarea{width:100%;resize:vertical;border:1px solid rgba(23,109,164,.2);border-radius:10px;outline:0;background:#fff;color:#284f67;font-family:inherit;font-size:11px;line-height:1.65}.opportunity-quote-dialog-v4 textarea{min-height:208px;padding:10px}.opportunity-quote-dialog-v4 textarea:focus,.network-chat-composer-v4 textarea:focus{border-color:#176da48f;box-shadow:0 0 0 3px #176da414}.opportunity-quote-dialog-v4>section>p{margin:0;color:#748895;font-size:9px;line-height:1.5}.opportunity-quote-dialog-v4 footer{display:flex;justify-content:flex-end;gap:7px}.opportunity-quote-dialog-v4 footer button{min-height:34px;padding:0 13px;border:1px solid var(--mobile-line);border-radius:9px;background:#fff;color:#536f80;font-size:10px;font-weight:800}.opportunity-quote-dialog-v4 footer button.primary{border-color:#176da4;background:#176da4;color:#fff}.network-chat-target-v3{min-height:70px;margin-bottom:10px;padding:11px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffd1}.network-chat-target-v3>span:nth-child(2){min-width:0;display:grid;gap:2px}.network-chat-target-v3 small{color:#7c909d;font-size:8px}.network-chat-target-v3 b{overflow:hidden;color:#123e5c;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.network-chat-target-v3 em{color:#748a98;font-size:8px;font-style:normal}.network-chat-target-v3>i{padding:4px 7px;border-radius:999px;background:#f2eadb;color:#85672d;font-size:8px;font-style:normal;font-weight:800}.network-chat-list-v3{overflow:hidden;border:1px solid var(--mobile-line);border-radius:13px;background:#eef3f5}.network-chat-list-v3>article{min-height:90px;padding:10px 9px 13px}.network-chat-list-v3>article+article{border-top:1px solid rgba(168,190,202,.22)}.network-chat-avatar-v3{width:32px;height:32px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:#deeff7;color:#17638f;font-size:11px;font-weight:800}.network-chat-avatar-v3 img{width:100%;height:100%;display:block;object-fit:cover}.network-chat-time-v8{display:block;margin:0 auto 7px;color:#899aa4;font-size:8px;text-align:center}.network-chat-row-v8{display:flex;align-items:flex-start;gap:8px}.network-chat-list-v3>article.own .network-chat-row-v8{justify-content:flex-end}.network-chat-message-v8{min-width:0;max-width:calc(100% - 40px);display:grid;justify-items:start}.network-chat-list-v3>article.own .network-chat-message-v8{justify-items:end}.network-chat-list-v3 header{display:flex;align-items:center;gap:6px}.network-chat-list-v3>article.own header{flex-direction:row-reverse}.network-chat-list-v3 header b{overflow:hidden;color:#153f5a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.network-chat-list-v3 header em{padding:2px 5px;border-radius:999px;font-size:7px;font-style:normal;font-weight:800}.network-chat-list-v3 header em.buy{background:#f1eadc;color:#85672d}.network-chat-list-v3 header em.quote{background:#e2f0f8;color:#155f8c}.network-chat-list-v3 header em.quote-document{background:#e9f3e9;color:#2c7048}.network-chat-bubble-v8{position:relative;min-width:84px;margin:5px 0 4px;padding:8px 10px;overflow:hidden;border:1px solid rgba(133,165,181,.18);border-radius:4px 11px 11px;background:#fff;box-shadow:0 2px 7px #214e650d}.network-chat-list-v3>article.own .network-chat-bubble-v8{border-radius:11px 4px 11px 11px;background:#dff2d2}.network-chat-bubble-v8.collapsed{max-height:182px}.network-chat-bubble-v8.collapsed:after{position:absolute;right:0;bottom:0;left:0;height:52px;content:"";background:linear-gradient(180deg,#fff0,#fff 78%);pointer-events:none}.network-chat-list-v3>article.own .network-chat-bubble-v8.collapsed:after{background:linear-gradient(180deg,#dff2d200,#dff2d2 78%)}.network-chat-expand-v8{margin:0 1px 4px;padding:2px 0;border:0;background:transparent;color:#1472a8;font-size:9px;font-weight:800;cursor:pointer}.network-chat-list-v3 article small{color:#8294a0;font-size:8px}.network-chat-empty-v3{min-height:150px;padding:28px 18px;display:grid;justify-items:center;gap:7px;color:#7d919e;text-align:center}.network-chat-empty-v3 b{color:#526d7e;font-size:11px}.network-chat-empty-v3 p{margin:0;font-size:9px;line-height:1.55}.network-chat-composer-v4{margin-top:10px;padding:11px;display:grid;gap:8px;border:1px solid rgba(23,109,164,.18);border-radius:13px;background:#f7fcfef5;box-shadow:0 8px 24px #1145620d}.network-chat-composer-v4.quote-draft{border-color:#b8995766;background:#fdfaf2f7}.network-chat-composer-v4>header,.network-chat-composer-v4>footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.network-chat-composer-v4>header>span{display:flex;align-items:center;gap:6px;color:#175b83}.network-chat-composer-v4.quote-draft>header>span{color:#86682d}.network-chat-composer-v4 header b{font-size:11px}.network-chat-composer-v4 header small,.network-chat-composer-v4 footer small{overflow:hidden;color:#81929d;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.network-chat-composer-v4 textarea{min-height:68px;padding:9px}.network-chat-composer-v4 textarea:disabled{background:#f1f4f5;color:#8b999f}.network-chat-composer-v4 footer button{min-height:31px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:8px;background:#176da4;color:#fff;font-size:9px;font-weight:800;cursor:pointer;white-space:nowrap}.network-chat-composer-v4 footer button:disabled{opacity:.5;cursor:not-allowed}.network-chat-send-error-v4,.network-chat-send-confirm-v4{margin:0;padding:7px 8px;border-radius:8px;font-size:8px;line-height:1.5}.network-chat-send-error-v4{background:#fcecec;color:#a84a4a}.network-chat-send-confirm-v4{background:#fff3d7;color:#795b20}.quote-copy-v2{min-width:0;display:flex;flex-direction:column;gap:4px}.quote-copy-v2 b{color:#133e5c;font-size:12px}.quote-copy-v2 small{overflow:hidden;color:#8495a1;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.quote-copy-v2 p{margin:0;overflow:hidden;color:#587183;font-size:10px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.quote-copy-v2 em{color:#936f2a;font-size:9px;font-style:normal;font-weight:700}.quote-price-v2{display:flex;align-items:flex-end;flex-direction:column;gap:5px}.quote-price-v2 strong{max-width:76px;overflow:hidden;color:#0c3d5d;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.quote-price-v2 small{color:#8a9aa5;font-size:8px;text-align:right}.quote-price-v2 svg{color:#93a5b1}.intelligence-list-v2>button{width:100%;min-height:137px;padding:12px;display:flex;flex-direction:column;gap:8px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.intelligence-list-v2>button:last-of-type{border-bottom:0}.intel-topline{display:flex;align-items:center;gap:6px}.intel-topline>em{color:#5d788b;font-size:9px;font-style:normal;font-weight:800}.intel-topline time{margin-left:auto;color:#8b9ba6;font-size:9px}.grade{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:6px;background:#e2eff6;color:#155f8d;font-size:9px;font-style:normal;font-weight:900}.grade-b{background:#eee9df;color:#816b3d}.grade-c{background:#eaedf0;color:#657987}.intel-title{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px}.intel-title b{color:#123d5b;font-size:13px;line-height:1.4}.intel-title strong{color:#0b5f91;font-size:13px;white-space:nowrap}.intelligence-list-v2 p{margin:0;color:#567083;font-size:10px;line-height:1.5}.intel-foot{width:100%;margin-top:auto;display:grid;grid-template-columns:minmax(0,1fr) auto 15px;align-items:center;gap:5px}.intel-foot small{overflow:hidden;color:#8798a5;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.intel-foot em{color:#8a6b2f;font-size:9px;font-style:normal;font-weight:700}.intel-foot svg{color:#93a5b1}.profile-hero-v2{min-height:75px;padding:12px;display:flex;align-items:center;gap:11px;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffd6}.profile-hero-v2>span{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:#0f5f91;color:#fff;font-size:18px;font-weight:800}.profile-hero-v2>div{display:flex;flex-direction:column;gap:5px}.profile-hero-v2 b{color:#0e3a59;font-size:15px}.profile-hero-v2 small{color:#768c9b;font-size:10px}.profile-hub-section-v11{margin-top:10px;overflow:hidden;border:1px solid rgba(24,91,130,.14);border-radius:13px;background:#ffffffd1;box-shadow:0 6px 18px #1a48610a}.profile-hub-section-v11>summary{min-height:58px;padding:8px 11px;display:grid;grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:8px;color:#557488;cursor:pointer;list-style:none}.profile-hub-section-v11>summary::-webkit-details-marker{display:none}.profile-hub-section-v11>summary:focus{outline:none}.profile-hub-section-v11>summary:focus-visible{box-shadow:inset 0 0 0 2px #176da457}.profile-hub-section-v11>summary>span{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:2px 8px}.profile-hub-section-v11>summary>span>svg{grid-row:1 / 3;width:18px;height:18px;padding:8px;border-radius:10px;background:#edf6fa;color:#176da4}.profile-hub-section-v11>summary b{color:#173f5b;font-size:12px}.profile-hub-section-v11>summary small{overflow:hidden;color:#8295a3;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.profile-hub-section-v11>summary em{padding:3px 7px;border-radius:999px;background:#edf4f7;color:#607d8d;font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.profile-hub-section-v11>summary>svg{transition:transform .18s ease}.profile-hub-section-v11[open]>summary{background:linear-gradient(135deg,#eff8fceb,#ffffffc7)}.profile-hub-section-v11[open]>summary>svg{transform:rotate(90deg)}.profile-hub-content-v11{padding:10px;display:grid;gap:10px;border-top:1px solid rgba(24,91,130,.1)}.profile-hub-content-v11>.profile-feedback-card,.profile-hub-content-v11>.profile-robot-manager,.profile-hub-content-v11>.profile-business-settings-v10,.profile-hub-content-v11>.profile-data-overview-v6{margin:0}.profile-hub-content-v11>.profile-feedback-card{padding:9px 10px;box-shadow:none}.profile-hub-subheading-v11{margin:3px 1px -2px;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.profile-hub-subheading-v11 b{color:#345c73;font-size:10px}.profile-hub-subheading-v11 small{color:#8b9ba5;font-size:8px}.profile-hub-content-v11.account-services{padding:0;gap:0}.profile-hub-content-v11.account-services>.profile-account-security-v12{border:0;border-bottom:1px solid rgba(24,91,130,.1);border-radius:0;background:transparent}.profile-hub-content-v11.account-services>.profile-feedback-card{padding:9px 11px;border:0;border-radius:0;border-bottom:1px solid rgba(24,91,130,.1);background:transparent}.profile-hub-content-v11.account-services>.profile-robot-manager{border:0;border-radius:0;background:transparent}.profile-hub-content-v11.commerce-services,.profile-hub-content-v11.settings-services{gap:8px}.profile-hub-content-v11.settings-services>.profile-business-settings-v10,.profile-hub-content-v11.settings-services>.profile-data-overview-v6{border-radius:10px;background:#ffffffbd;box-shadow:none}.profile-hub-content-v11.settings-services>.mobile-logout-v2{margin-top:0}.profile-business-settings-v10{margin-top:12px;overflow:hidden;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffd1}.profile-business-settings-v10>header{min-height:34px;padding:7px 11px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--mobile-line)}.profile-business-settings-v10>header b{color:#173f5b;font-size:11px}.profile-business-settings-v10>header small{color:#8295a3;font-size:8px}.profile-business-settings-v10>button{width:100%;min-height:62px;padding:9px 11px;display:grid;grid-template-columns:38px minmax(0,1fr) auto 16px;align-items:center;gap:8px;border:0;background:transparent;color:#47718c;text-align:left;cursor:pointer}.profile-business-settings-v10>button>span:nth-child(2){min-width:0;display:grid;gap:4px}.profile-business-settings-v10>button b{color:#173f5b;font-size:12px}.profile-business-settings-v10>button small{overflow:hidden;color:#8295a3;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.profile-business-settings-v10>button em{padding:3px 7px;border-radius:999px;background:#eef2f4;color:#778b96;font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.profile-business-settings-v10>button em.active{background:#e6f4eb;color:#287451}.wechat-broadcast-entry{margin:10px 0;padding:10px 11px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:8px;border:1px solid rgba(29,108,153,.18);border-radius:13px;background:linear-gradient(135deg,#ecf8fdf5,#ffffffe6)}.wechat-broadcast-entry>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#dff1f8;color:#176c99}.wechat-broadcast-entry>div{min-width:0;display:grid;gap:3px}.wechat-broadcast-entry b{color:#173f5b;font-size:12px}.wechat-broadcast-entry small{overflow:hidden;color:#758b99;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.wechat-broadcast-entry>button,.profile-add-robot{min-height:31px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:9px;background:#176da4;color:#fff;font-size:9px;font-weight:800;cursor:pointer}.wechat-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:flex-end;justify-content:center;padding:18px;background:#081b287a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.wechat-sheet,.wechat-login-sheet{width:min(430px,100%);max-height:min(88vh,820px);overflow:auto;border:1px solid rgba(255,255,255,.7);border-radius:20px 20px 14px 14px;background:#f8fbfc;box-shadow:0 22px 70px #051d2b47}.wechat-sheet>header,.wechat-login-sheet>header{position:sticky;top:0;z-index:2;min-height:52px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce7ec;background:#f8fbfcf5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.wechat-sheet>header>span,.wechat-login-sheet>header>span{display:grid;grid-template-columns:20px auto;align-items:center;gap:2px 7px;color:#176792}.wechat-sheet>header b,.wechat-login-sheet>header b{color:#173f5b;font-size:13px}.wechat-sheet>header small{grid-column:2;color:#8194a0;font-size:8px}.wechat-sheet>header>button,.wechat-login-sheet>header>button{width:31px;height:31px;display:grid;place-items:center;border:0;border-radius:50%;background:#edf3f5;color:#547386;cursor:pointer}.wechat-segmented{margin:11px 12px 3px;padding:3px;display:grid;grid-template-columns:1fr 1fr;border-radius:10px;background:#eaf0f3}.wechat-segmented button{min-height:31px;border:0;border-radius:8px;background:transparent;color:#6d8491;font-size:10px;font-weight:800;cursor:pointer}.wechat-segmented button.active{background:#fff;color:#176da4;box-shadow:0 2px 8px #174c671f}.wechat-form-block{margin:10px 12px 0;padding:10px;border:1px solid #dfe8ec;border-radius:12px;background:#fff}.wechat-form-block>label:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.wechat-form-block label b{color:#173f5b;font-size:10px}.wechat-form-block label small{color:#8496a1;font-size:8px}.wechat-choice-grid{margin-top:8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.wechat-choice-grid>button{min-height:42px;padding:7px 8px;display:flex;align-items:center;gap:6px;border:1px solid #dfe7eb;border-radius:9px;background:#fafcfd;color:#547386;text-align:left;cursor:pointer}.wechat-choice-grid>button>span{min-width:0;flex:1;display:grid;gap:2px;font-size:9px;font-weight:800}.wechat-choice-grid>button small{overflow:hidden;color:#8798a2;font-size:7px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.wechat-choice-grid>button.selected{border-color:#176da48c;background:#eaf6fb;color:#176da4}.wechat-choice-grid>button:disabled{opacity:.5;cursor:not-allowed}.wechat-choice-grid.targets{max-height:190px;overflow:auto}.wechat-choice-grid.targets>p{grid-column:1 / -1;margin:8px 0;color:#83949e;font-size:9px;text-align:center}.wechat-target-tools{margin-top:6px;display:flex;gap:8px}.wechat-target-tools button{padding:0;border:0;background:transparent;color:#2679a8;font-size:8px;font-weight:700;cursor:pointer}.wechat-form-block textarea,.wechat-form-block input{width:100%;box-sizing:border-box;border:1px solid #d9e4e9;border-radius:8px;background:#fbfdfe;color:#173f5b;font:inherit;outline:none}.wechat-form-block textarea{margin-top:7px;padding:9px;resize:vertical;font-size:10px;line-height:1.55}.wechat-form-block textarea:focus,.wechat-form-block input:focus{border-color:#176da48c;box-shadow:0 0 0 3px #176da414}.wechat-toggle-row{margin-top:8px;display:flex;align-items:center;gap:6px;color:#4e7185;font-size:9px}.wechat-toggle-row input{width:auto}.wechat-toggle-row span{display:inline-flex;align-items:center;gap:4px}.wechat-h5-grid{margin-top:8px;display:grid;gap:6px}.wechat-h5-grid input{min-height:34px;padding:0 8px;font-size:9px}.wechat-schedule-row{margin:10px 12px 0;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:7px}.wechat-schedule-row>label{min-height:56px;padding:7px 9px;display:flex;align-items:center;gap:7px;border:1px solid #dfe8ec;border-radius:11px;background:#fff;color:#2677a4}.wechat-schedule-row span{min-width:0;display:grid;gap:3px;color:#738995;font-size:8px}.wechat-schedule-row input{min-width:0;width:100%;border:0;background:transparent;color:#173f5b;font-size:8px;font-weight:700;outline:none}.wechat-form-error,.wechat-form-confirm{margin:9px 12px 0;padding:8px 10px;border-radius:9px;font-size:9px;line-height:1.45}.wechat-form-error{background:#fff0ee;color:#a8463d}.wechat-form-confirm{background:#fff5da;color:#846526}.wechat-sheet>footer{position:sticky;bottom:0;margin-top:10px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #dce7ec;background:#f8fbfcf5}.wechat-sheet>footer small{max-width:55%;color:#82949f;font-size:8px}.wechat-sheet>footer button{min-height:34px;padding:0 13px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:9px;background:#176da4;color:#fff;font-size:9px;font-weight:800;cursor:pointer}.wechat-sheet>footer button:disabled{opacity:.45;cursor:not-allowed}.wechat-task-list{margin:0 12px 14px}.wechat-task-list h3{margin:12px 0 6px;color:#173f5b;font-size:10px}.wechat-task-list article{padding:8px 9px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #e2e9ec;background:#fff}.wechat-task-list article span{min-width:0;display:grid;gap:2px}.wechat-task-list article b{overflow:hidden;color:#254d65;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.wechat-task-list article small{color:#84949d;font-size:7px}.wechat-task-list article em{padding:3px 6px;border-radius:999px;background:#edf3f5;color:#617b89;font-size:7px;font-style:normal;font-weight:800;white-space:nowrap}.wechat-task-list article em.completed{background:#e5f4ea;color:#277451}.wechat-task-list article em.failed,.wechat-task-list article em.partial_failed{background:#fff0ee;color:#a8463d}.profile-robot-manager{margin-top:12px;overflow:hidden;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffe0}.profile-robot-manager>header{min-height:42px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--mobile-line)}.profile-robot-manager>header>span{display:grid;grid-template-columns:20px auto;align-items:center;gap:2px 5px;color:#176da4}.profile-robot-manager>header b{color:#173f5b;font-size:11px}.profile-robot-manager>header small{grid-column:2;color:#8295a3;font-size:8px}.profile-robot-manager>header button{min-height:32px;padding:0 9px;display:inline-flex;align-items:center;gap:4px;border:1px solid #d8e4e9;border-radius:8px;background:#f8fbfc;color:#54778b;font-size:8px;cursor:pointer}.profile-robot-warning{margin:8px 9px 0;padding:7px 8px;border-radius:8px;background:#fff5da;color:#846526;font-size:8px;line-height:1.45}.profile-robot-readonly{margin:8px 9px 0;padding:7px 8px;border-radius:8px;background:#edf6fa;color:#52758a;font-size:8px;line-height:1.45}.profile-robot-quota{margin:8px 9px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #d9e9f0;border-radius:9px;background:#edf6fa}.profile-robot-quota>span{min-width:0;min-height:43px;padding:6px 8px;display:grid;align-content:center;gap:2px;border-right:1px solid #d9e9f0}.profile-robot-quota>span:last-child{border-right:0}.profile-robot-quota small{color:#718b99;font-size:7px}.profile-robot-quota b{overflow:hidden;color:#176da4;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.profile-robot-pending{margin:6px 9px 0;color:#856b34;font-size:8px;line-height:1.45}.profile-service-quota{margin:6px 9px 0;padding:7px 8px;display:flex;align-items:center;gap:6px;border-radius:8px;background:#edf6fa;color:#52758a;font-size:8px;line-height:1.45}.profile-service-quota span{font-weight:800}.profile-service-quota b{color:#176da4}.profile-service-quota em{margin-left:auto;font-style:normal;font-weight:800}.profile-service-quota.full{background:#fae9ea;color:#9a4e56}.profile-service-quota.full b,.profile-service-quota.full em{color:#a74953}.profile-robot-list article{min-height:72px;padding:9px 10px;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:7px 8px;border-bottom:1px solid #edf1f3}.profile-robot-avatar{width:36px;height:36px;overflow:hidden;display:grid;place-items:center;border-radius:11px;background:#e8f4f8;color:#176da4}.profile-robot-avatar img{width:100%;height:100%;object-fit:cover}.profile-robot-list article>div{min-width:0;display:grid;gap:3px}.profile-robot-list article>div>span{display:flex;align-items:center;gap:5px}.profile-robot-list article b{overflow:hidden;color:#173f5b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.profile-robot-list article em{padding:2px 5px;border-radius:999px;font-size:7px;font-style:normal;font-weight:800}.profile-robot-list article em.online{background:#e5f4ea;color:#287451}.profile-robot-list article em.offline{background:#eef2f4;color:#758894}.profile-robot-list article small{overflow:hidden;color:#82949f;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.profile-robot-list aside{grid-column:2;display:flex;align-items:center;justify-content:flex-start;gap:5px}.profile-robot-list aside button{min-height:31px;padding:0 9px;display:inline-flex;align-items:center;gap:3px;border:1px solid #dbe6ea;border-radius:8px;background:#f9fbfc;color:#53768a;font-size:8px;cursor:pointer}.profile-robot-list aside button:disabled{opacity:.38;cursor:not-allowed}.profile-add-robot{margin:9px 10px 10px;width:calc(100% - 20px)}.wechat-login-sheet{padding-bottom:14px;text-align:center}.wechat-login-sheet>img{width:210px;height:210px;margin:18px auto 8px;display:block;border:10px solid #fff;border-radius:14px;object-fit:contain;box-shadow:0 6px 25px #113f581f}.wechat-qr-placeholder{width:210px;height:210px;margin:18px auto 8px;display:grid;place-items:center;align-content:center;gap:8px;border-radius:14px;background:#edf3f5;color:#6b8796;font-size:9px}.wechat-login-sheet>p{margin:10px 24px;color:#607b89;font-size:9px;line-height:1.6}.wechat-login-status{margin:8px 18px;padding:8px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:9px;background:#edf3f5;color:#5c7786;font-size:9px;font-weight:700}.wechat-login-status>span{width:7px;height:7px;border-radius:50%;background:#d29d39;box-shadow:0 0 0 3px #d29d3924}.wechat-login-status>span.online{background:#2b9b68;box-shadow:0 0 0 3px #2b9b6824}.wechat-login-sheet>button{min-height:33px;margin:4px;padding:0 11px;display:inline-flex;align-items:center;gap:5px;border:1px solid #d8e4e9;border-radius:9px;background:#fff;color:#176da4;font-size:9px;font-weight:800;cursor:pointer}.wechat-login-sheet>header small{grid-column:2;color:#8194a0;font-size:8px}.wechat-login-setup-sheet{padding-bottom:0;text-align:left}.wechat-login-setup-intro{margin:13px 13px 0;padding:11px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:9px;border-radius:11px;background:#eaf6fb}.wechat-login-setup-intro>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#d7edf7;color:#176da4}.wechat-login-setup-intro>div{min-width:0;display:grid;gap:4px}.wechat-login-setup-intro b{color:#173f5b;font-size:11px}.wechat-login-setup-intro p{margin:0;color:#607b89;font-size:9px;line-height:1.55}.wechat-login-region-field{margin:12px 13px 0;display:grid;gap:6px}.wechat-login-region-field>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.wechat-login-region-field b{color:#173f5b;font-size:10px}.wechat-login-region-field em{color:#a36b28;font-size:8px;font-style:normal;font-weight:800}.wechat-login-region-field select{width:100%;min-height:42px;padding:0 10px;border:1px solid #d1e1e9;border-radius:9px;background:#fff;color:#173f5b;font-size:10px;outline:none}.wechat-login-region-field select:focus{border-color:#176da48c;box-shadow:0 0 0 3px #176da414}.wechat-login-device-note{margin:9px 13px 0;padding:9px 10px;display:flex;align-items:center;gap:8px;border:1px solid #e0e9ed;border-radius:9px;background:#fff;color:#2677a4}.wechat-login-device-note span{display:grid;gap:2px}.wechat-login-device-note b{color:#315970;font-size:9px}.wechat-login-device-note small{color:#8496a1;font-size:8px}.wechat-login-setup-sheet>.wechat-form-error{margin:9px 13px 0}.wechat-login-setup-sheet>footer{position:sticky;bottom:0;margin-top:12px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #dce7ec;background:#f8fbfcf5}.wechat-login-setup-sheet>footer small{max-width:50%;color:#82949f;font-size:8px;line-height:1.45}.wechat-login-setup-sheet>footer button{min-height:36px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:9px;background:#176da4;color:#fff;font-size:9px;font-weight:800;cursor:pointer}.wechat-login-setup-sheet>footer button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:520px){.wechat-sheet-backdrop{padding:0}.wechat-sheet,.wechat-login-sheet{width:100%;max-height:92vh;border-radius:20px 20px 0 0}.profile-robot-list article{grid-template-columns:36px minmax(0,1fr)}.profile-robot-list aside{grid-column:2;justify-content:flex-start}}.profile-setting-icon-v10{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#edf6fa;color:#176da4}.profile-data-overview-v6{margin-top:12px;overflow:hidden;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffd1}.profile-data-overview-v6>button{width:100%;min-height:62px;padding:9px 11px;display:grid;grid-template-columns:38px minmax(0,1fr) auto 16px;align-items:center;gap:8px;border:0;background:transparent;color:#47718c;text-align:left;cursor:pointer}.profile-data-overview-v6>button>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:4px}.profile-data-overview-v6>button b{color:#173f5b;font-size:12px}.profile-data-overview-v6>button small{color:#8295a3;font-size:9px}.profile-data-overview-v6>button em{padding:3px 7px;border-radius:999px;font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.profile-data-overview-v6>button em.fresh{background:#e6f2f8;color:#17638f}.profile-data-overview-v6>button em.pending{background:#f5eddc;color:#8c6d2d}.profile-data-overview-v6>button>svg{transition:transform .18s ease}.profile-data-overview-v6.open>button>svg{transform:rotate(90deg)}.profile-data-icon-v6{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#edf6fa;color:#17638f}.profile-data-details-v6{padding:0 10px 10px;border-top:1px solid var(--mobile-line)}.profile-data-details-v6>.profile-source-list{margin-top:10px}.profile-data-subheading-v6{margin:12px 1px 7px;display:flex;align-items:baseline;justify-content:space-between}.profile-data-subheading-v6 b{color:#173f5b;font-size:11px}.profile-data-subheading-v6 span{color:#8295a3;font-size:8px}.profile-data-details-v6>.formula-profile-card{margin-top:10px}.profile-source-list>div{min-height:60px;padding:9px 11px;display:grid;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:7px;border-bottom:1px solid var(--mobile-line);color:#47718c}.profile-source-list>div:last-child{border-bottom:0}.profile-source-list>div>span{min-width:0;display:flex;flex-direction:column;gap:3px}.profile-source-list b{color:#173f5b;font-size:11px}.profile-source-list small{overflow:hidden;color:#8295a3;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.profile-source-list em{font-size:9px;font-style:normal;font-weight:800}.profile-source-list em.fresh{color:#17638f}.profile-source-list em.pending{color:#8c6d2d}.profile-source-list em.stale{color:#617989}.profile-source-list em.conflict{color:#ae454a}.formula-profile-card{margin-top:11px;padding:13px;border:1px solid rgba(184,153,87,.28);border-radius:12px;background:#faf7eddb}.formula-profile-card>span{display:flex;align-items:center;gap:7px;color:#8a6c31}.formula-profile-card b{color:#4a6070;font-size:12px}.formula-profile-card p{margin:8px 0 5px;color:#506a7b;font-size:10px;line-height:1.5}.formula-profile-card small{color:#82939e;font-size:9px}.mobile-logout-v2{width:100%;height:42px;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(173,68,73,.25);border-radius:10px;background:#ffffffb3;color:#a34248;font-size:11px;font-weight:700;cursor:pointer}.profile-mobile-v2 .profile-version{font-size:9px}.evidence-detail-v2{flex:1;min-height:0;padding:0 14px 30px;overflow-y:auto;scrollbar-width:none}.evidence-detail-v2::-webkit-scrollbar{display:none}.mobile-back-v2{width:100%;height:43px;display:flex;align-items:center;gap:7px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:#214d69;font-size:11px;font-weight:700;cursor:pointer}.detail-heading-v2{padding:16px 2px 13px}.detail-heading-v2>span{display:flex;align-items:center;gap:7px}.detail-confidence{padding:3px 7px;border-radius:999px;background:#e6f2f8;color:#17628f;font-size:9px;font-weight:800}.detail-heading-v2>span>em{color:#8a6c31;font-size:10px;font-style:normal;font-weight:800}.detail-heading-v2>span>i{margin-left:auto;color:#8396a4;font-size:9px;font-style:normal}.detail-heading-v2 h1{margin:10px 0 7px;color:#0a3553;font-size:21px;line-height:1.35}.detail-heading-v2 p{margin:0;color:#536e80;font-size:11px;line-height:1.75;overflow-wrap:anywhere}.quote-detail-sender-v3{margin-bottom:11px;padding:10px 11px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid var(--mobile-line);border-radius:12px;background:#ffffffd1}.quote-detail-avatar-v3{width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:11px;background:linear-gradient(145deg,#dceff8,#f7fbfd);color:#17638f;font-weight:800}.quote-detail-avatar-v3 img{width:100%;height:100%;display:block;object-fit:cover}.quote-detail-sender-v3>span:nth-child(2){min-width:0;display:grid;gap:3px}.quote-detail-sender-v3 b,.quote-detail-sender-v3 small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quote-detail-sender-v3 b{color:#123f5d;font-size:12px}.quote-detail-sender-v3 small{color:#7a8f9f;font-size:9px}.quote-detail-sender-v3>em{padding:3px 6px;border-radius:999px;background:#e5f2f8;color:#17638f;font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.detail-metric-card,.original-evidence-card,.structured-facts-v2,.cost-calculator-v2,.source-list-v2,.market-detail-price,.market-trend-card-v3,.market-evidence-feed-v3{margin-bottom:11px;overflow:hidden;border:1px solid var(--mobile-line);border-radius:12px;background:#ffffffe6}.detail-metric-card{padding:14px}.detail-metric-card>small{color:#8093a1;font-size:9px}.detail-metric-card>strong{margin:6px 0 9px;display:block;color:#0b5f91;font-size:20px;line-height:1.4;overflow-wrap:anywhere}.detail-metric-card>p{margin:0;padding-top:10px;border-top:1px solid var(--mobile-line);color:#536f81;font-size:11px;line-height:1.75;overflow-wrap:anywhere}.conclusion-evidence-summary{min-height:58px;margin-bottom:11px;padding:10px 12px;display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;border:1px solid rgba(23,99,143,.16);border-radius:11px;background:#eef7fb;color:#17638f}.conclusion-evidence-summary>span{min-width:0;display:flex;flex-direction:column;gap:4px}.conclusion-evidence-summary b{color:#164967;font-size:11px}.conclusion-evidence-summary small{color:#668195;font-size:10px;line-height:1.6;overflow-wrap:anywhere}.conclusion-method-card-v8{margin-bottom:11px;overflow:hidden;border:1px solid var(--mobile-line);border-radius:12px;background:#ffffffe6}.conclusion-method-card-v8>summary{min-height:54px;padding:10px 11px;display:grid;grid-template-columns:24px minmax(0,1fr) 16px;align-items:center;gap:8px;color:#17638f;background:linear-gradient(135deg,#eef7fb,#f8fbfd);cursor:pointer;list-style:none}.conclusion-method-card-v8>summary::-webkit-details-marker{display:none}.conclusion-method-card-v8>summary span{display:grid;gap:3px}.conclusion-method-card-v8>summary b{color:#164967;font-size:11px}.conclusion-method-card-v8>summary small{color:#718897;font-size:9px;line-height:1.45}.conclusion-method-card-v8>summary>svg:last-child{transition:transform .18s ease}.conclusion-method-card-v8[open]>summary>svg:last-child{transform:rotate(90deg)}.conclusion-method-body-v13{border-top:1px solid var(--mobile-line)}.conclusion-method-body-v13>div{min-height:56px;padding:10px 11px;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:5px;border-bottom:1px solid var(--mobile-line)}.conclusion-method-body-v13>div:last-child{border-bottom:0}.conclusion-method-body-v13 b{color:#2b617f;font-size:10px}.conclusion-method-body-v13 p{margin:0;color:#5e7788;font-size:10px;line-height:1.65;overflow-wrap:anywhere}.market-horizon-grid-v3{margin-bottom:11px;overflow:hidden;border:1px solid var(--mobile-line);border-radius:11px;background:#ffffffdb}.market-horizon-grid-v3>header{min-height:39px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--mobile-line)}.market-horizon-grid-v3>header b{color:#244c65;font-size:11px}.market-horizon-grid-v3>header small{color:#8496a2;font-size:8px}.market-horizon-grid-v3>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(66px,1fr))}.market-horizon-grid-v3>div>span{min-height:62px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-right:1px solid var(--mobile-line)}.market-horizon-grid-v3>div>span:last-child{border-right:0}.market-horizon-grid-v3 span small,.market-horizon-grid-v3 span em{color:#8496a2;font-size:7px;font-style:normal}.market-horizon-grid-v3 span b{color:#2c5871;font-size:13px;font-variant-numeric:tabular-nums}.market-horizon-grid-v3 span b.up{color:#b74d50}.market-horizon-grid-v3 span b.down{color:#397da7}.detail-context-grid{margin-bottom:11px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--mobile-line);border-radius:11px;background:#ffffffb8}.detail-context-grid>span{min-width:0;min-height:59px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;border-right:1px solid var(--mobile-line);text-align:center}.detail-context-grid>span:last-child{border-right:0}.detail-context-grid small{color:#8496a3;font-size:8px}.detail-context-grid b{max-width:100%;padding:0 5px;overflow:hidden;color:#284e67;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.original-evidence-card{padding:13px}.original-evidence-card>span{color:#8b6b2f;font-size:9px;font-weight:800}.original-evidence-card>small{color:#8496a3;font-size:9px}.readable-message-v7{margin:7px 0;display:grid;gap:5px}.readable-message-v7>p{margin:0;padding:6px 8px;border-left:2px solid rgba(23,109,164,.3);border-radius:0 6px 6px 0;background:#f4f9fb;color:#244d67;font-size:11px;line-height:1.5;overflow-wrap:anywhere}.raw-message-heading-v11{margin-bottom:10px}.raw-message-heading-v11>span i{max-width:72%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.raw-message-thread-v11{min-height:180px;padding:12px 10px 18px;border:1px solid var(--mobile-line);border-radius:13px;background:#eef3f5}.raw-message-thread-v11>time{display:block;margin:0 auto 10px;color:#899aa4;font-size:9px;text-align:center}.raw-message-entry-v11{display:flex;align-items:flex-start;gap:8px}.raw-message-entry-v11>.quote-detail-avatar-v3{width:34px;height:34px;flex:0 0 34px;border-radius:9px}.raw-message-copy-v11{min-width:0;flex:1}.raw-message-copy-v11>header{min-height:20px;display:flex;align-items:center;gap:6px}.raw-message-copy-v11>header b{max-width:calc(100% - 50px);overflow:hidden;color:#153f5a;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.raw-message-copy-v11>header em{padding:2px 5px;border-radius:999px;background:#e2f0f8;color:#155f8c;font-size:7px;font-style:normal;font-weight:800}.raw-message-bubble-v11{position:relative;margin-top:3px;padding:10px 11px;border:1px solid rgba(133,165,181,.18);border-radius:4px 12px 12px;background:#fff;box-shadow:0 2px 8px #214e650f}.raw-message-bubble-v11:before{position:absolute;top:0;left:-6px;width:0;height:0;border-top:7px solid #fff;border-left:7px solid transparent;content:""}.raw-message-bubble-v11 .raw-message-readable-v11{margin:0;gap:0}.raw-message-bubble-v11 .raw-message-readable-v11>p{padding:5px 0;border:0;border-radius:0;background:transparent;color:#294f66;font-size:11px;line-height:1.58}.raw-message-bubble-v11 .raw-message-readable-v11>p+p{border-top:1px solid rgba(133,165,181,.14)}.raw-message-copy-v11>footer{margin-top:5px;color:#8496a3;text-align:right}.raw-message-copy-v11>footer small{font-size:8px}.readable-message-v7.compact{gap:2px}.readable-message-v7.compact>p{padding:0;border:0;border-radius:0;background:transparent;font-size:inherit}.network-chat-list-v3 .readable-message-v7{margin:0;gap:3px}.network-chat-list-v3 .readable-message-v7>p{margin:0;color:#294f66;font-size:10px;line-height:1.62}.source-copy-v2 blockquote .readable-message-v7{margin:0}.structured-facts-v2>div,.source-list-title{min-height:40px;padding:0 11px;display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--mobile-line);color:#8b6b2f}.structured-facts-v2>div b,.source-list-title b{color:#264d66;font-size:11px}.structured-facts-v2>div em{margin-left:auto;color:#176390;font-size:10px;font-style:normal;font-weight:800}.structured-facts-v2>p{min-height:43px;margin:0;padding:0 11px;display:grid;grid-template-columns:66px minmax(0,1fr) 35px;align-items:center;gap:6px;border-bottom:1px solid var(--mobile-line)}.structured-facts-v2>p:last-child{border-bottom:0}.structured-facts-v2>p span{color:#7f929f;font-size:9px}.structured-facts-v2>p strong{color:#214963;font-size:11px}.structured-facts-v2>p i{color:#8497a4;font-size:9px;font-style:normal;text-align:right}.market-detail-price{min-height:82px;padding:13px;display:flex;align-items:center;justify-content:space-between}.market-detail-price>span{display:flex;flex-direction:column;gap:3px}.market-detail-price small{color:#8295a2;font-size:9px}.market-detail-price strong{color:#0a3a5a;font-size:23px}.market-detail-price em{color:#7b8f9d;font-size:9px;font-style:normal}.market-detail-price>b{font-size:13px}.market-trend-card-v3{padding:11px 10px 7px}.market-trend-card-v3>header{min-height:35px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.market-trend-card-v3>header>span{min-width:0;display:flex;flex-direction:column;gap:3px}.market-trend-card-v3>header b{color:#173f5b;font-size:11px}.market-trend-card-v3>header small{overflow:hidden;color:#8395a2;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.market-trend-card-v3>header em{flex:0 0 auto;color:#0b679d;font-size:9px;font-style:normal;font-weight:800;font-variant-numeric:tabular-nums}.market-trend-legend-v3{display:flex;gap:13px;color:#6f8493;font-size:8px}.market-trend-legend-v3 span{display:inline-flex;align-items:center;gap:4px}.market-trend-legend-v3 span:before{width:10px;height:3px;border-radius:999px;background:#1574ac;content:""}.market-trend-legend-v3 .quotes:before{height:7px;border-radius:2px;background:#bc974d85}.market-trend-card-v3 svg{width:100%;height:auto;display:block;overflow:visible}.market-trend-card-v3 .chart-grid{stroke:#dce8ee;stroke-width:1;stroke-dasharray:2 3}.market-trend-card-v3 .chart-divider{stroke:#d6e2e9;stroke-width:1}.market-trend-card-v3 .chart-axis-label,.market-trend-card-v3 .chart-date-label{fill:#8495a0;font-size:7px;font-variant-numeric:tabular-nums}.market-quote-bar-v3{fill:#bb954870}.market-price-line-v3{fill:none;stroke:#0874b3;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.market-price-line-v3.raw-only{stroke-dasharray:4 3}.market-price-dot-v3{fill:#fff;stroke:#0874b3;stroke-width:2}.market-trend-empty{min-height:84px;display:grid;place-items:center;color:#8496a2;font-size:9px}.market-trend-loading-v3{min-height:50px;margin-bottom:11px;display:grid;place-items:center;border:1px solid var(--mobile-line);border-radius:11px;background:#ffffffa6;color:#668196;font-size:9px}.market-trend-loading-v3.error{color:#a45b5b}.market-evidence-feed-v3>header{min-height:41px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--mobile-line)}.market-evidence-feed-v3>header>span{display:flex;align-items:center;gap:6px;color:#9a742e}.market-evidence-feed-v3>header b{color:#244c65;font-size:11px}.market-evidence-feed-v3>header em{color:#8294a0;font-size:8px;font-style:normal}.market-evidence-feed-v3>article{border-bottom:1px solid var(--mobile-line)}.market-evidence-open-v9{width:100%;padding:10px 11px 7px;display:block;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.market-evidence-open-v9:disabled{cursor:default;opacity:.66}.market-evidence-open-v9>div{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.market-evidence-open-v9>div>span{min-width:0;display:flex;flex-direction:column;gap:2px}.market-evidence-feed-v3>article b{overflow:hidden;color:#214963;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.market-evidence-feed-v3>article small{color:#8b9aa4;font-size:8px}.market-evidence-open-v9>div>em{flex:0 0 auto;color:#09679b;font-size:9px;font-style:normal;font-weight:800}.market-evidence-open-v9>p{margin:7px 0 6px;color:#405f72;font-size:10px;line-height:1.5}.market-evidence-open-v9>span{display:flex;align-items:center;justify-content:flex-end;gap:2px;color:#0c679d;font-size:8px;font-weight:800}.market-evidence-feed-v3 details{color:#718795;font-size:8px}.market-evidence-feed-v3 summary{width:fit-content;cursor:pointer}.market-evidence-feed-v3 details span{margin-top:5px;display:block;line-height:1.5}.market-evidence-feed-v3>article>details{margin:0 11px 9px}.market-evidence-feed-v3>button{width:100%;min-height:36px;border:0;background:#f4f9fb;color:#0f679a;font-size:9px;font-weight:750;cursor:pointer}.market-calculation-note-v9{margin-bottom:11px;padding:11px 12px;border:1px solid rgba(23,109,164,.16);border-radius:11px;background:#eef7fb}.market-calculation-note-v9 b{color:#174b6b;font-size:10px}.market-calculation-note-v9 p{margin:6px 0 0;color:#587486;font-size:9px;line-height:1.55}.calculator-heading{min-height:63px;padding:10px 11px;display:grid;grid-template-columns:23px minmax(0,1fr) auto;align-items:center;gap:7px;border-bottom:1px solid var(--mobile-line);color:#8b6c30}.calculator-heading>span{display:flex;flex-direction:column;gap:3px}.calculator-heading b{color:#244c65;font-size:11px}.calculator-heading span small{color:#8395a2;font-size:8px}.calculator-heading>strong{color:#0a5f91;font-size:18px}.calculator-heading>strong small{margin-left:3px;color:#687f90;font-size:8px}.calculator-fields{padding:10px;display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.calculator-fields label{min-width:0;display:flex;flex-direction:column;gap:4px}.calculator-fields label:last-child{grid-column:1 / -1}.calculator-fields span{color:#708797;font-size:9px}.calculator-fields input{width:100%;height:34px;box-sizing:border-box;padding:0 8px;border:1px solid var(--mobile-line);border-radius:7px;outline:0;background:#fbfdfe;color:#173f5c;font-size:11px}.calculator-fields input:focus{border-color:#176da473;box-shadow:0 0 0 2px #176da414}.cost-calculator-v2>p{margin:0;padding:9px 11px;border-top:1px solid var(--mobile-line);background:#faf7ee;color:#7a6b49;font-size:8px;line-height:1.5}.calculator-source-note{display:block;padding:0 11px 10px;background:#faf7ee;color:#8b6f42;font-size:8px;line-height:1.5}.cost-calculator-v2>.source-list-v2{margin:10px}.source-list-title>span{margin-left:auto;color:#8396a3;font-size:9px}.source-list-v2>div:not(.source-list-title):not(.mobile-empty){min-height:76px;padding:10px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:start;gap:8px;border-bottom:1px solid var(--mobile-line)}.source-list-v2>div:last-child{border-bottom:0!important}.source-list-v2>div>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.source-list-v2>div b{color:#1d4762;font-size:10px}.source-list-v2>div small{overflow:hidden;color:#8496a3;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.source-list-v2>div p{margin:0;color:#657e8f;font-size:9px;line-height:1.4}.source-copy-v2 .source-name-line{display:flex;align-items:center;gap:5px}.source-copy-v2>strong{color:#294f68;font-size:9px;line-height:1.4}.source-copy-v2>blockquote{margin:3px 0;padding:7px 8px;border-left:2px solid #176ca3;border-radius:0 6px 6px 0;background:#f1f7fb;color:#365c74;font-size:9px;line-height:1.55}.source-kind{padding:2px 5px;border-radius:999px;background:#eef3f6;color:#647b8a;font-size:7px;font-style:normal;font-weight:800}.source-kind.original{background:#e9f4fb;color:#0d6398}.source-kind.derived{background:#f5f0e4;color:#866d38}.source-open-link{width:fit-content;margin-top:4px;display:inline-flex;align-items:center;gap:2px;color:#0b659c;font-size:9px;font-weight:800;text-decoration:none}.source-missing-note{margin-top:3px;color:#9a7335;font-size:8px;font-style:normal;line-height:1.4}.source-list-v2>div>em{display:flex;align-items:flex-end;flex-direction:column;gap:3px;color:#17638f;font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.source-list-v2>div>em.pending{color:#8b6b2e}.source-list-v2>div>em.stale{color:#667b89}.source-list-v2>div>em.conflict{color:#ad454a}.source-list-v2.evidence-priority>div:not(.source-list-title):not(.mobile-empty){min-height:98px;grid-template-columns:24px minmax(0,1fr)}.source-list-v2.evidence-priority>div>em{grid-column:2;align-items:center;flex-direction:row;justify-content:space-between}.source-list-v2.evidence-priority .source-copy-v2{gap:5px}.source-list-v2.evidence-priority .source-copy-v2>blockquote{margin:2px 0;padding:9px 10px;color:#264f68;font-size:11px;line-height:1.65}.source-list-v2.evidence-priority .source-copy-v2>p{font-size:9px}.source-list-v2.evidence-priority .source-copy-v2>small{font-size:9px}.intelligence-article-v2{padding-bottom:26px}.news-reading-v2{padding:0 2px}.news-heading-v2{padding:17px 0 15px;border-bottom:1px solid var(--mobile-line)}.news-heading-v2>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.news-heading-v2>div span{color:#98752f;font-size:10px;font-weight:800}.news-heading-v2>div time{color:#8295a3;font-size:9px}.news-heading-v2 h1{margin:11px 0 9px;color:#0a3553;font-size:22px;line-height:1.42;letter-spacing:-.015em}.news-heading-v2>p{margin:0;color:#496679;font-size:12px;line-height:1.75}.news-heading-v2>small{margin-top:9px;display:block;color:#8194a2;font-size:9px}.news-primary-link{width:100%;height:42px;margin-top:14px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:4px;border:0;border-radius:10px;background:#0d5f91;color:#fff;font-size:11px;font-weight:800;text-decoration:none;box-shadow:0 7px 16px #0d5f9129;cursor:pointer}.news-link-missing{margin-top:13px;padding:10px;display:block;border:1px dashed var(--mobile-line);border-radius:9px;color:#8396a3;font-size:10px;text-align:center}.news-excerpt-v2{padding:17px 1px;border-bottom:1px solid var(--mobile-line)}.news-excerpt-v2 h2,.news-market-impact-v2 h2{margin:0 0 8px;color:#193f5a;font-size:14px}.news-excerpt-v2 p{margin:0;color:#496779;font-size:12px;line-height:1.8}.news-market-impact-v2{margin-top:14px;padding:14px;border-left:3px solid #b89957;border-radius:0 11px 11px 0;background:#ffffffad}.news-market-impact-v2>span{color:#94722e;font-size:9px;font-weight:800;letter-spacing:.08em}.news-market-impact-v2 h2{margin-top:7px}.news-market-impact-v2 p{margin:0;color:#536f81;font-size:11px;line-height:1.65}.news-market-impact-v2 small{margin-top:9px;display:block;color:#8395a2;font-size:9px}.news-source-foot-v2{margin-top:15px;padding:12px 1px 0;display:grid;gap:6px;border-top:1px solid var(--mobile-line);color:#708696;font-size:9px}.news-source-foot-v2 span{display:flex;align-items:center;gap:8px}.news-source-foot-v2 b{min-width:51px;color:#375a70;font-size:9px}.news-source-foot-v2 p{margin:4px 0 0;color:#8999a4;font-size:8px;line-height:1.55}.news-webview-v2{flex:1;min-height:0;display:flex;flex-direction:column;background:#fff}.news-webview-toolbar{height:44px;padding:0 10px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;border-bottom:1px solid var(--mobile-line);background:#f7fbfd}.news-webview-toolbar button{display:flex;align-items:center;gap:3px;border:0;background:transparent;color:#24506b;font-size:9px;cursor:pointer}.news-webview-toolbar span{color:#173f5b;font-size:10px;font-weight:800}.news-webview-toolbar .news-summary-switch{justify-self:end;color:#0b6499;font-weight:700}.news-webview-v2 iframe{width:100%;min-height:0;flex:1;border:0;background:#fff}.news-frame-note{padding:6px 10px;border-top:1px solid var(--mobile-line);background:#faf7ef;color:#806f4a;font-size:8px;text-align:center}.source-backed-mobile .mobile-nav{width:calc(100% - 24px);height:66px;right:12px;bottom:10px;border-radius:18px;background:#fffffff0}.source-backed-mobile .mobile-nav button{gap:4px;color:#718796;font-size:9px}.source-backed-mobile .mobile-nav svg{width:19px;height:19px}.source-backed-mobile .mobile-nav button.active{color:#0b5f91}.source-backed-mobile .mobile-nav button>i{width:7px;min-width:7px;height:7px;padding:0;top:9px;right:20px;border:1px solid #fff;border-radius:50%;background:#b89957}.source-backed-mobile .mobile-nav button.featured{min-height:54px;margin:4px 2px;border:1px solid rgba(23,109,164,.1);border-radius:14px;background:#e3f2fa8f;color:#3f708d;font-size:10px;font-weight:700;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.source-backed-mobile .mobile-nav button.featured svg{width:23px;height:23px;stroke-width:1.9}.source-backed-mobile .mobile-nav button.featured.active{transform:translateY(-3px);border-color:#176da433;background:linear-gradient(180deg,#e7f5fb,#d9edf7);color:#075c8e;box-shadow:0 7px 16px #10588226,inset 0 1px #ffffffe6}.source-backed-mobile .mobile-nav button.featured.active:after{bottom:3px;background:#b89957}.source-backed-mobile .mobile-nav button.featured>i{top:5px;right:13px}.mobile-feedback-fab{position:absolute;z-index:7;right:16px;bottom:86px;min-width:58px;height:32px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(11,95,145,.16);border-radius:17px;background:#fffffff0;box-shadow:0 8px 18px #1c455e29;color:#0b5f91;font-size:10px;font-weight:800;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-feedback-fab:hover{transform:translateY(-1px);background:#fff}.mobile-feedback-pick-banner{position:absolute;z-index:21;top:61px;left:12px;right:12px;min-height:42px;padding:7px 8px 7px 11px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid rgba(23,109,164,.22);border-radius:11px;background:#eff9fdf7;box-shadow:0 8px 20px #114e6c2e;color:#0b5f91;pointer-events:auto}.mobile-feedback-pick-banner>span{min-width:0;display:flex;flex-direction:column;gap:2px}.mobile-feedback-pick-banner>span:first-child{display:grid;grid-template-columns:15px minmax(0,1fr);column-gap:5px;align-items:center}.mobile-feedback-pick-banner>span:first-child svg{grid-row:span 2}.mobile-feedback-pick-banner b{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-feedback-pick-banner small{grid-column:2;color:#6c8795;font-size:8px}.mobile-feedback-pick-banner button{width:27px;height:27px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffffb3;color:#507789;cursor:pointer}.feedback-pick-mode [data-feedback-target]{cursor:crosshair}.feedback-pick-mode [data-feedback-target]:hover{outline:2px solid rgba(13,100,151,.58);outline-offset:2px}.detail-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px}.detail-title-row h1{min-width:0;flex:1}.detail-feedback-button{flex:0 0 auto;height:29px;padding:0 8px;display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(23,109,164,.18);border-radius:15px;background:#eef8fc;color:#0b6499;font-size:9px;font-weight:800;cursor:pointer}.profile-feedback-card{margin:0 0 10px;padding:12px;border:1px solid rgba(23,109,164,.14);border-radius:13px;background:#ffffffdb;box-shadow:0 6px 18px #1a48610d}.profile-feedback-card>header{display:flex;align-items:center;justify-content:space-between;gap:8px}.profile-feedback-card>header>span{display:inline-flex;align-items:center;gap:6px;color:#0c5680}.profile-feedback-card>header b{font-size:12px}.profile-feedback-card>header button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;background:#edf7fb;color:#377391;cursor:pointer}.profile-feedback-hint{margin:5px 0 9px;color:#7a8f9e;font-size:9px;line-height:1.5}.profile-feedback-list{display:grid;gap:5px}.profile-feedback-row{width:100%;min-width:0;padding:8px 0;display:grid;grid-template-columns:minmax(0,1fr) auto 15px;align-items:center;gap:7px;border:0;border-top:1px solid rgba(24,91,130,.09);background:transparent;color:inherit;text-align:left;cursor:pointer}.profile-feedback-row>span{min-width:0;display:flex;flex-direction:column;gap:3px}.profile-feedback-row b{overflow:hidden;color:#214d68;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.profile-feedback-row small{overflow:hidden;color:#718695;font-size:9px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.profile-feedback-row time{color:#9aaab3;font-size:8px}.profile-feedback-card>header{min-height:42px}.profile-feedback-card>header>.profile-feedback-disclosure{width:auto;min-width:0;height:auto;flex:1;padding:0;display:grid;grid-template-columns:22px minmax(0,1fr) auto 15px;align-items:center;gap:7px;border-radius:0;background:transparent;color:#176da4;text-align:left}.profile-feedback-card>header>.profile-feedback-disclosure:focus{outline:none}.profile-feedback-card>header>.profile-feedback-disclosure:focus-visible{border-radius:8px;box-shadow:inset 0 0 0 2px #176da457}.profile-feedback-disclosure>span{min-width:0;display:grid;gap:2px}.profile-feedback-disclosure b{color:#173f5b;font-size:11px}.profile-feedback-disclosure small{overflow:hidden;color:#8295a3;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.profile-feedback-disclosure em{padding:3px 7px;border-radius:999px;background:#edf6fa;color:#39718e;font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.profile-feedback-disclosure>svg:last-child{color:#78909e;transition:transform .18s ease}.profile-feedback-disclosure.open>svg:last-child{transform:rotate(90deg)}.profile-feedback-card>.profile-feedback-list{margin-top:6px}.feedback-status{position:relative;padding:3px 6px;border-radius:999px;font-size:8px;font-style:normal;font-weight:800;white-space:nowrap}.feedback-status.submitted{background:#edf4f7;color:#5b7787}.feedback-status.review,.feedback-status.waiting{background:#fff4df;color:#977027}.feedback-status.fixed{background:#e8f6ef;color:#2d8360}.feedback-status.unreproducible{background:#f1eef8;color:#71638d}.feedback-status.closed{background:#eef2f4;color:#73838b}.feedback-status i{width:5px;height:5px;margin-right:3px;display:inline-block;border-radius:50%;background:#d94d50;vertical-align:1px}.mobile-feedback-empty{padding:10px 0 4px;color:#8799a4;font-size:9px;line-height:1.5;text-align:center}.mobile-feedback-empty.error{color:#a15b5b}.mobile-feedback-overlay{position:absolute;z-index:20;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:12px;background:#07263959;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-feedback-sheet,.mobile-feedback-detail{width:100%;max-width:390px;padding:15px;border:1px solid rgba(23,109,164,.16);border-radius:20px;background:#fbfdfe;box-shadow:0 18px 48px #092d4240}.mobile-feedback-sheet>header,.mobile-feedback-detail>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.feedback-sheet-eyebrow{display:inline-flex;align-items:center;gap:5px;color:#0b6499;font-size:9px;font-weight:800}.mobile-feedback-sheet h2,.mobile-feedback-detail h2{margin:4px 0 0;color:#0a3553;font-size:18px}.mobile-feedback-close{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:50%;background:#eef7fa;color:#5d7888;cursor:pointer}.mobile-feedback-target{margin:14px 0 10px;padding:9px 10px;display:flex;flex-direction:column;gap:4px;border-radius:10px;background:#eef8fc}.mobile-feedback-target span,.mobile-feedback-input>span,.mobile-feedback-original small,.mobile-feedback-replies>small{color:#7b909d;font-size:9px}.mobile-feedback-target strong{overflow:hidden;color:#1e526f;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-feedback-input{display:block;position:relative}.mobile-feedback-input textarea{width:100%;min-height:112px;margin-top:6px;padding:10px;resize:vertical;border:1px solid rgba(23,109,164,.18);border-radius:10px;outline:0;background:#fff;color:#244d64;font:inherit;font-size:11px;line-height:1.6;box-sizing:border-box}.mobile-feedback-input textarea:focus{border-color:#176da485;box-shadow:0 0 0 3px #176da414}.mobile-feedback-input small{position:absolute;right:9px;bottom:8px;color:#a0afb7;font-size:8px}.mobile-feedback-error{margin:8px 0 0;color:#a45858;font-size:9px;line-height:1.45}.mobile-feedback-sheet>footer{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-feedback-sheet>footer>span{max-width:180px;color:#8a9ba5;font-size:8px;line-height:1.45}.mobile-feedback-submit{height:34px;padding:0 13px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:18px;background:#0d6497;color:#fff;font-size:10px;font-weight:800;cursor:pointer}.mobile-feedback-submit:disabled{opacity:.45;cursor:not-allowed}.mobile-feedback-detail{max-height:calc(100% - 24px);overflow-y:auto}.mobile-feedback-status-line{margin:14px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-feedback-status-line time{color:#8b9ba5;font-size:8px}.mobile-feedback-original{padding:10px;border-radius:10px;background:#f3f8fa}.mobile-feedback-original p{margin:6px 0 0;color:#2c5368;font-size:11px;line-height:1.6}.mobile-feedback-timeline{margin:12px 0;padding-left:3px;display:grid;gap:9px}.mobile-feedback-timeline>div{display:flex;align-items:flex-start;gap:8px}.mobile-feedback-timeline i{width:21px;height:21px;display:grid;place-items:center;border-radius:50%;background:#edf3f5;color:#7b929e;font-style:normal}.mobile-feedback-timeline i.done{background:#e8f6ef;color:#2d8360}.mobile-feedback-timeline span{display:flex;flex-direction:column;gap:2px}.mobile-feedback-timeline b{color:#31566c;font-size:10px}.mobile-feedback-timeline small{color:#94a3ab;font-size:8px}.mobile-feedback-replies{padding-top:10px;border-top:1px solid rgba(24,91,130,.1)}.mobile-feedback-replies article{margin-top:7px;padding:9px;border-radius:9px;background:#fff8eb}.mobile-feedback-replies article b{color:#795f2e;font-size:9px}.mobile-feedback-replies article p{margin:5px 0;color:#5a5b57;font-size:10px;line-height:1.55}.mobile-feedback-replies article time{color:#a89671;font-size:8px}.mobile-feedback-detail-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:7px}.mobile-feedback-detail-actions button{height:32px;padding:0 11px;border:1px solid rgba(23,109,164,.18);border-radius:17px;background:#fff;color:#467189;font-size:9px;font-weight:800;cursor:pointer}.mobile-feedback-detail-actions button.primary{border-color:#0d6497;background:#0d6497;color:#fff}.mobile-feedback-detail-actions button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:430px){.mobile-stage{padding:0}.phone-shell{width:100vw;height:100dvh;min-height:620px;border:0;border-radius:0}}@media(max-width:560px){.page-title{display:none}.topbar{grid-template-columns:auto minmax(0,1fr) auto}.quick-row{align-items:stretch;flex-direction:column;gap:7px}.quick-row>div{padding:0 2px}.quick-row form{width:100%}.heading-actions button:first-of-type,.heading-actions .source-pill{display:none}.chart-wrap{height:145px}.chart-wrap svg{height:125px}.trend-meta{gap:10px;overflow-x:auto}.focus-band{display:block}.focus-section{margin-top:7px}.company-focus{min-height:137px}.market-panel{overflow-x:auto}.market-panel>*{min-width:590px}.matrix-panel{overflow-x:auto}.matrix-panel>*{min-width:450px}}@media(prefers-reduced-motion:reduce){.ticker-track,.spinner{animation:none}}.logo-mark img{width:26px;height:26px;object-fit:contain}.portal-admin.route-review{grid-template-columns:154px minmax(0,1fr);color-scheme:light;color:#282925;background:#f4f4f1}.portal-admin.route-review .sidebar{width:154px;border-color:#303237;background:#191b20}.portal-admin.route-review .brand{height:64px;padding:10px 15px;gap:9px;border-color:#303237}.portal-admin.route-review .logo-mark{width:28px;height:28px;border:0;background:transparent}.portal-admin.route-review .logo-mark img{width:27px;height:27px}.portal-admin.route-review .brand strong{color:#f5f5f3;font-size:14px}.portal-admin.route-review .brand span{color:#9b9da2;font-size:10px}.portal-admin.route-review .sidebar nav{padding:16px 8px;gap:5px}.portal-admin.route-review .sidebar nav p{margin:0 8px 8px;color:#cbb26c;font-size:11px}.portal-admin.route-review .sidebar nav button{height:39px;padding:0 10px;gap:10px;border:0;border-radius:3px;color:#d5d5d2;font-size:13px}.portal-admin.route-review .sidebar nav button:hover{background:#26282d}.portal-admin.route-review .sidebar nav button.active{border:0;background:#302d27;color:#f4ead0;box-shadow:inset 3px 0 #c7a75b}.portal-admin.route-review .sidebar nav button svg{color:#b8b9b7}.portal-admin.route-review .sidebar nav button.active svg{color:#d9bd72}.portal-admin.route-review .workspace{min-width:0;background:#f4f4f1}.portal-admin.route-review .topbar{height:40px;grid-template-columns:auto minmax(0,1fr) auto;padding:0 16px;gap:12px;border-color:#dbdbd6;background:#fff;color:#23241f}.portal-admin.route-review .page-title{gap:0}.portal-admin.route-review .page-title strong{color:#22231f;font-size:14px}.portal-admin.route-review .ticker{display:none}.portal-admin.route-review .top-actions{gap:5px;justify-content:flex-end}.portal-admin.route-review .current-user{display:none}.portal-admin.route-review .icon-button,.portal-admin.route-review .avatar{width:28px;height:28px;border-color:transparent;background:transparent;color:#555651}.portal-admin.route-review .icon-button:hover{border-color:#d6d6d0;background:#f4f4f1}.portal-admin.route-review .avatar{background:#e8e9e5;color:#72736e;font-size:11px}.portal-admin.route-review .surface-content{width:100%;max-width:none;margin:0;padding:0}.review-ledger{--review-border: #d8d8d2;--review-border-soft: #e9e9e4;--review-text: #262722;--review-muted: #74756f;--review-gold: #b79b5a;min-height:calc(100vh - 40px);color:var(--review-text);background:#f4f4f1}.review-page-heading{min-height:58px;padding:9px 18px 8px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--review-border);background:#f7f7f5}.review-page-heading h1{margin:0;color:#20211d;font-size:22px;line-height:1.15;font-weight:700;letter-spacing:0}.review-page-heading p{margin:4px 0 0;color:#585954;font-size:12px}.review-ledger .view-switch{height:34px;padding:2px;border-color:#d7d7d1;background:#fff}.review-ledger .view-switch button{min-width:78px;height:28px;border:0;background:transparent;color:#575851;font-size:12px}.review-ledger .view-switch button.active{background:#d5c49a;color:#2b2b26;box-shadow:none}.ocr-review-panel{margin:12px 18px 0;overflow:hidden;border:1px solid #d7d3c8;border-radius:5px;background:#fff}.ocr-review-heading{min-height:74px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e7e3d9;background:#fbfaf6}.ocr-review-heading>div:first-child>span{color:#9a7830;font-size:10px;font-weight:700;letter-spacing:.12em}.ocr-review-heading h2{margin:3px 0 0;color:#292a25;font-size:16px}.ocr-review-heading p{margin:4px 0 0;color:#77766f;font-size:11px}.ocr-review-totals{display:flex;align-items:stretch;border:1px solid #dedbd2;border-radius:4px;background:#fff}.ocr-review-totals span{min-width:82px;padding:7px 10px;display:flex;flex-direction:column;gap:2px;border-left:1px solid #ebe8df;color:#85837b;font-size:10px}.ocr-review-totals span:first-child{border-left:0}.ocr-review-totals b{color:#34352f;font-size:14px;font-variant-numeric:tabular-nums}.ocr-price-list{max-height:350px;overflow-y:auto}.ocr-price-list article{min-height:58px;padding:7px 11px;display:grid;grid-template-columns:76px minmax(170px,1fr) 128px 112px;align-items:center;gap:10px;border-bottom:1px solid #eceae4}.ocr-price-list article:last-child{border-bottom:0}.ocr-price-kind,.ocr-price-object,.ocr-price-value{min-width:0;display:flex;flex-direction:column;gap:3px}.ocr-price-kind i{width:max-content;padding:3px 6px;border-radius:3px;color:#456546;background:#e7f0e5;font-size:10px;font-style:normal}.ocr-price-kind i.forward{color:#785c25;background:#f3ead2}.ocr-price-kind small,.ocr-price-object span,.ocr-price-value span{overflow:hidden;color:#85847d;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.ocr-price-object b{overflow:hidden;color:#383934;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.ocr-price-value b{color:#242520;font-size:16px;font-variant-numeric:tabular-nums}.ocr-price-actions{display:flex;justify-content:flex-end;gap:5px}.ocr-price-actions button{height:29px;padding:0 8px;display:inline-flex;align-items:center;gap:4px;border:1px solid #aebbaa;border-radius:3px;background:#f5f8f4;color:#486148;font-size:11px;cursor:pointer}.ocr-price-actions button.reject{border-color:#d2bab6;background:#fbf4f3;color:#8a514a}.ocr-price-actions button:disabled{opacity:.45;cursor:wait}.ocr-review-state{min-height:64px;display:flex;align-items:center;justify-content:center;gap:8px;color:#777870;font-size:11px}.ocr-review-state.error{color:#9a4e49}.ocr-price-more{padding:7px 11px;border-top:1px solid #e6e2d8;background:#faf9f5;color:#7b7971;font-size:10px;text-align:center}.review-toolbar{min-height:50px;padding:8px 18px;display:grid;grid-template-columns:minmax(235px,1.25fr) minmax(120px,.75fr) minmax(135px,.9fr) minmax(170px,1fr) minmax(135px,.75fr) 58px 58px;align-items:center;gap:8px;border-bottom:1px solid var(--review-border);background:#fff}.review-toolbar input,.review-toolbar select,.review-toolbar button{height:34px;min-width:0;border:1px solid #cecec8;border-radius:3px;outline:0;background:#fff;color:#363732;font-size:12px}.review-toolbar input:focus,.review-toolbar select:focus{border-color:#9a8654;box-shadow:0 0 0 2px #b79b5a1f}.review-toolbar select{padding:0 24px 0 9px}.review-toolbar button{padding:0 12px;cursor:pointer}.review-toolbar button.toolbar-primary{border-color:#292a26;background:#292a26;color:#fff}.review-date-range{height:34px;padding:0 8px;display:grid;grid-template-columns:15px minmax(84px,1fr) auto minmax(84px,1fr);align-items:center;gap:5px;border:1px solid #cecec8;border-radius:3px;background:#fff;color:#777872}.review-date-range input{width:100%;height:30px;padding:0;border:0;box-shadow:none;font-size:11px}.review-date-range input:focus{box-shadow:none}.review-date-range span{color:#969791;font-size:10px}.review-search{min-width:0;position:relative}.review-search input{width:100%;padding:0 30px 0 9px}.review-search svg{position:absolute;top:10px;right:9px;color:#90918b}.review-notice{min-height:36px;padding:0 18px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #d8e5d7;background:#eef6ed;color:#446345;font-size:12px}.review-workspace{min-height:calc(100vh - 40px);display:grid;grid-template-columns:minmax(0,1fr) clamp(340px,27vw,390px);background:#fff}.review-workspace.drawer-closed{grid-template-columns:minmax(0,1fr)}.review-main{min-width:0;background:#fff}.review-records{min-width:0;padding:12px 14px 0 18px;background:#fff}.review-table-title{height:31px;display:flex;align-items:flex-start;justify-content:space-between}.review-table-title h2{margin:0;color:#2d2e29;font-size:15px}.review-table-title span{color:#777872;font-size:12px}.review-table-scroll{min-height:430px;overflow:auto;border-top:1px solid #cfcfc9;border-bottom:1px solid #cfcfc9}.review-data-table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed;color:#343530;font-size:12px}.review-data-table th{height:38px;padding:0 8px;border-bottom:1px solid #dadad5;background:#f3f3f0;color:#484944;font-size:12px;font-weight:600;text-align:left}.review-data-table th:nth-child(1){width:86px}.review-data-table th:nth-child(2){width:108px}.review-data-table th:nth-child(3){width:112px}.review-data-table th:nth-child(4){width:70px}.review-data-table th:nth-child(5){width:112px}.review-data-table th:nth-child(6){width:112px}.review-data-table th:nth-child(7){width:150px}.review-data-table th:nth-child(8){width:78px}.review-data-table th:nth-child(9){width:54px}.review-data-table td{height:54px;padding:7px 8px;overflow:hidden;border-bottom:1px solid #e7e7e2;color:#383934;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.review-data-table tbody tr{transition:background-color .12s ease}.review-data-table tbody tr:hover{background:#f7f7f3}.review-data-table tbody tr.selected{background:#f6f1e5;box-shadow:inset 3px 0 var(--review-gold)}.review-data-table td:first-child b,.review-data-table td:first-child small{display:block}.review-data-table td:first-child b{color:#3b3c37;font-size:12px;font-weight:600}.review-data-table td:first-child small{margin-top:2px;color:#777872;font-size:11px}.review-data-table .source-summary{color:#252621;font-weight:500}.review-data-table .source-summary span,.review-data-table .source-summary small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-data-table .inline-candidate{display:none;margin-top:3px;color:#7c6b43;font-size:10px;font-weight:400}.review-data-table .reason-summary{color:#666760}.source-origin{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px}.source-origin i{padding:2px 4px;border:1px solid #a7b5a4;border-radius:2px;background:#eef3ec;color:#537052;font-size:10px;font-style:normal}.source-origin b{overflow:hidden;color:#343530;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.record-id b,.record-id small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-id b{color:#343530;font-size:12px;font-weight:600}.record-id small{margin-top:3px;color:#83847e;font-size:10px}.entity-kind{display:inline-flex;min-height:24px;padding:0 7px;align-items:center;border:1px solid #d7d7d1;border-radius:3px;background:#f5f5f2;color:#555650;font-size:11px}.entity-kind.company{border-color:#d6c9aa;background:#f7f2e7;color:#66552e}.entity-kind.contact{border-color:#bdcfda;background:#eef4f7;color:#416276}.review-data-table td:last-child button{height:28px;padding:0;border:0;background:transparent;color:#67562e;font-size:11px;cursor:pointer}.review-status{display:inline-flex;align-items:center;gap:5px;color:#666760;font-size:12px}.review-status i{width:7px;height:7px;border-radius:50%;background:#b89b51}.review-status.resolved i{background:#7b8b68}.review-status.ignored i{background:#a3a49e}.review-empty{min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#8a8b85}.review-empty b{color:#4d4e48;font-size:13px}.review-empty span{font-size:11px}.review-pagination{min-height:50px;display:flex;align-items:center;justify-content:flex-end;gap:14px;color:#73746e;font-size:11px}.review-pagination>div{display:flex;align-items:center;gap:7px}.review-pagination button{width:28px;height:28px;padding:0;display:grid;place-items:center;border:1px solid #d0d0ca;border-radius:3px;background:#fff;color:#555650;cursor:pointer}.review-pagination button:disabled{opacity:.38;cursor:default}.review-pagination b{min-width:23px;height:24px;display:grid;place-items:center;border:1px solid #c4aa6a;border-radius:3px;color:#5e4f2d;font-weight:600}.review-inspector{min-width:0;height:calc(100vh - 40px);position:sticky;top:40px;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-left:1px solid #d1d1cb;background:#fafaf8}.inspector-heading{min-height:58px;padding:12px 14px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #deded8;background:#fff}.inspector-heading h2{margin:0;color:#252621;font-size:16px}.inspector-heading span{display:block;margin-top:5px;color:#777872;font-size:12px}.inspector-heading button{width:28px;height:28px;padding:0;display:grid;place-items:center;border:0;background:transparent;color:#555650;cursor:pointer}.inspector-scroll{min-height:0;padding:2px 14px 18px;overflow-y:auto}.review-step{padding:13px 0 15px;border-bottom:1px solid #e2e2dc}.review-step:last-child{border-bottom:0}.review-step h3{margin:0 0 10px;display:flex;align-items:center;gap:6px;color:#2b2c27;font-size:14px}.provenance-card{overflow:hidden;border:1px solid #d4d8d0;border-radius:4px;background:#fff}.provenance-status{min-height:38px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #e2e4df;background:#f3f6f1}.provenance-status span{display:inline-flex;align-items:center;gap:6px;color:#3d5e3f;font-size:12px;font-weight:600}.provenance-status span i{width:7px;height:7px;border-radius:50%;background:#6e996e;box-shadow:0 0 0 3px #6e996e21}.provenance-status em{color:#71806e;font-size:11px;font-style:normal}.provenance-card dl{margin:0;padding:4px 10px 7px}.provenance-card dl div{min-height:27px;display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:8px;border-bottom:1px solid #eeeeea}.provenance-card dl div:last-child{border-bottom:0}.provenance-card dt{color:#777872;font-size:11px}.provenance-card dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#30312c;font-size:12px;font-weight:500}.source-message{margin-top:10px;padding:10px;border:1px solid #d8d8d2;border-radius:3px;background:#fff}.source-message>span{display:flex;align-items:center;gap:5px;margin-bottom:7px;color:#6d6e68;font-size:11px;font-weight:600}.source-message p{margin:0;color:#33342f;font-size:13px;line-height:1.6}.source-message small{display:block;margin-top:8px;color:#7b7c76;font-size:11px}.source-message.master-record{border-left:3px solid #b89b51;background:#f8f7f3}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.field-grid label{min-width:0;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:7px}.field-grid label.field-wide{grid-column:1 / -1}.field-grid label span{color:#62635d;font-size:12px}.field-grid input,.review-step textarea{width:100%;border:1px solid #d1d1cb;border-radius:3px;outline:0;background:#fff;color:#2f302b;font-size:13px}.field-grid input{height:34px;padding:0 8px}.field-grid input:focus,.review-step textarea:focus{border-color:#a78c4e;box-shadow:0 0 0 2px #b79b5a1c}.match-summary{padding:9px 10px;display:grid;grid-template-columns:auto 1fr;gap:3px 9px;border-left:2px solid #b99e60;background:#f1f1ed}.match-summary span{color:#777872;font-size:11px}.match-summary b{color:#343530;font-size:13px}.match-summary small{grid-column:1 / -1;color:#696a64;font-size:12px;line-height:1.5}.candidate-line{min-height:40px;margin-top:8px;display:grid;grid-template-columns:72px 1fr;align-items:center;gap:7px;color:#70716b;font-size:11px}.candidate-line strong{color:#373833;font-size:13px}.not-company-check{margin-top:10px;display:flex;align-items:center;gap:7px;color:#454640;font-size:12px;cursor:pointer}.not-company-check input{accent-color:#8d793f}.review-step textarea{height:70px;padding:8px;resize:vertical;line-height:1.5}.resolved-info{margin:12px 0 0;padding:9px 10px;display:flex;align-items:center;gap:7px;background:#edf3e9;color:#55704f;font-size:11px}.inspector-actions{min-height:57px;padding:10px 14px;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:7px;border-top:1px solid #d8d8d2;background:#fff}.inspector-actions button{height:36px;padding:0 10px;border:1px solid #c8c8c1;border-radius:3px;background:#fff;color:#3c3d38;font-size:12px;cursor:pointer}.inspector-actions button.save-review{border-color:#70876e;background:#8eaa8b;color:#fff}.inspector-actions button.text-review{padding:0 3px;border-color:transparent;background:transparent}.inspector-actions button:disabled{opacity:.45;cursor:default}@media(max-width:1320px){.portal-admin.route-review{grid-template-columns:132px minmax(0,1fr)}.portal-admin.route-review .sidebar{width:132px}.portal-admin.route-review .brand{padding:10px}.portal-admin.route-review .brand-copy span{display:none}.review-toolbar{grid-template-columns:minmax(210px,1.1fr) minmax(110px,.7fr) minmax(125px,.8fr) minmax(150px,.9fr) minmax(125px,.7fr) 55px 55px;gap:6px;padding-inline:12px}.review-records{padding-left:12px}.review-data-table{min-width:0}.review-data-table th:nth-child(4),.review-data-table td:nth-child(4),.review-data-table th:nth-child(6),.review-data-table td:nth-child(6){display:none}.review-data-table th:nth-child(1){width:82px}.review-data-table th:nth-child(2){width:104px}.review-data-table th:nth-child(3){width:100px}.review-data-table th:nth-child(5){width:116px}.review-data-table th:nth-child(7){width:auto}.review-data-table th:nth-child(8){width:76px}.review-data-table th:nth-child(9){width:52px}.review-data-table .inline-candidate{display:block}}@media(max-width:900px){.ocr-review-heading{align-items:stretch;flex-direction:column}.ocr-review-totals{align-self:flex-start}.ocr-price-list article{grid-template-columns:70px minmax(140px,1fr) 104px 100px}.review-toolbar{grid-template-columns:1.2fr .8fr 1fr 1fr}.review-toolbar button{width:58px}.review-workspace{grid-template-columns:minmax(0,1fr) 320px}.review-data-table th:nth-child(2),.review-data-table td:nth-child(2){display:none}}@media(max-width:820px){.portal-admin.route-review{display:block}.portal-admin.route-review .sidebar{width:184px}.portal-admin.route-review .topbar{grid-template-columns:auto minmax(0,1fr) auto}.portal-admin.route-review .page-title{display:flex}.review-workspace{grid-template-columns:minmax(0,1fr) 300px}}@media(max-width:680px){.ocr-review-panel{margin-inline:10px}.ocr-review-totals{width:100%}.ocr-review-totals span{min-width:0;flex:1}.ocr-price-list article{grid-template-columns:72px 1fr}.ocr-price-value{grid-column:1}.ocr-price-actions{grid-column:2;grid-row:2}.review-page-heading{align-items:stretch;flex-direction:column}.review-ledger .view-switch{align-self:flex-start}.review-toolbar{grid-template-columns:1fr 1fr}.review-date-range,.review-search.wide{grid-column:1 / -1}.review-workspace{display:block}.review-inspector{height:auto;min-height:620px;position:static;border-top:1px solid #d1d1cb;border-left:0}.review-records{padding-inline:10px}}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:#07131c}.auth-panel{width:min(440px,100%);padding:30px;border:1px solid #2b5165;border-radius:7px;background:#0a1b27;box-shadow:0 24px 70px #00000047}.auth-brand{display:flex;align-items:center;gap:12px;padding-bottom:22px;border-bottom:1px solid #1b3443}.auth-brand .logo-mark{width:38px;height:38px}.auth-brand>div:last-child{display:flex;flex-direction:column;gap:4px}.auth-brand strong{color:#eef5f8;font-size:16px}.auth-brand span{color:#8ba3b1;font-size:12px}.auth-heading{margin:24px 0 20px;display:flex;align-items:center;gap:12px;color:#73a9c3}.auth-heading h1{margin:0;color:#edf5f8;font-size:22px}.auth-heading p{margin:5px 0 0;color:#8aa0ad;font-size:13px}.auth-panel form{display:grid;gap:15px}.auth-panel label{display:grid;gap:7px;color:#a9bac4;font-size:13px}.auth-panel input{width:100%;height:44px;padding:0 12px;border:1px solid #315365;border-radius:4px;outline:0;background:#07151f;color:#edf4f7;font-size:14px}.auth-panel input:focus{border-color:#3d83a5;box-shadow:0 0 0 2px #3d83a524}.auth-submit{height:44px;margin-top:3px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #3983a5;border-radius:4px;background:#155a78;color:#f2f8fb;font-size:14px;font-weight:600;cursor:pointer}.auth-submit:disabled{opacity:.5;cursor:wait}.auth-error{padding:10px 12px;border-left:3px solid #e46d75;background:#2d171c;color:#f4a4a9;font-size:13px;line-height:1.5}.auth-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:8px}.auth-actions .auth-submit{margin-top:3px}.auth-secondary{height:44px;margin-top:3px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #315365;border-radius:4px;background:#0a1923;color:#b5c4cc;font-size:13px;cursor:pointer}.auth-secondary:hover{border-color:#3b6377;color:#edf7fb}.auth-secondary:disabled{opacity:.5;cursor:wait}.auth-hint{margin:-5px 0 0;color:#7993a2;font-size:12px;line-height:1.5}.mobile-access-shell{min-height:100vh;display:grid;place-items:center;padding:18px;background:#eaf4fb;color:#113852}.mobile-access-container{width:min(390px,100%)}.mobile-access-brand{display:flex;align-items:center;gap:11px;padding:0 4px 18px}.mobile-access-brand .logo-mark{width:46px;height:46px;border-color:#a7cade;background:#fff;color:#176da4;box-shadow:0 10px 26px #176da41f}.mobile-access-brand>div:last-child{display:flex;flex-direction:column;gap:3px}.mobile-access-brand span{color:#3d78a0;font-size:12px;font-weight:700}.mobile-access-brand strong{color:#0c3553;font-size:19px}.mobile-access-panel{display:grid;gap:15px;padding:22px;border:1px solid #c8dce9;border-radius:8px;background:#fff;box-shadow:0 20px 50px #174c711f}.mobile-access-title{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid #e0ebf2;color:#176da4}.mobile-access-title span{display:block;color:#9a7537;font-size:11px;font-weight:700}.mobile-access-title h1{margin:4px 0 0;color:#0c3553;font-size:21px}.mobile-access-title>svg{flex:0 0 auto}.mobile-access-panel label{display:grid;gap:7px;color:#526d82;font-size:13px;font-weight:700}.mobile-access-panel input,.mobile-access-panel select{width:100%;height:46px;padding:0 12px;border:1px solid #c5d7e3;border-radius:5px;outline:0;background:#f8fbfd;color:#0c3553;font-size:15px}.mobile-access-panel input:focus,.mobile-access-panel select:focus{border-color:#347eac;box-shadow:0 0 0 3px #347eac1f}.mobile-access-panel select:disabled{color:#8093a0}.mobile-access-security-note{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;padding:10px 11px;border:1px solid #d7e7ef;border-radius:6px;background:#f4f9fc;color:#24719f}.mobile-access-security-note>svg{margin-top:1px}.mobile-access-security-note>span{min-width:0;display:grid;gap:3px}.mobile-access-security-note b{color:#315b72;font-size:11px}.mobile-access-security-note small{color:#78909e;font-size:9px;line-height:1.5}.mobile-captcha-row{display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:8px}.mobile-captcha{height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #b9d2e2;border-radius:5px;background:#e9f3f9;color:#176da4;cursor:pointer}.mobile-captcha span{display:flex;gap:4px;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:800}.mobile-captcha svg{color:#9a7537}.mobile-access-submit{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:5px;background:#0d5f91;color:#fff;font-size:14px;font-weight:800;cursor:pointer}.mobile-access-submit:disabled{opacity:.48;cursor:not-allowed}.mobile-access-panel .auth-error{border-left-color:#c9454d;background:#f9e8e9;color:#a12f38}.mobile-password-panel{gap:13px}.mobile-password-panel .auth-hint{margin:-2px 0 0;color:#78909e;font-size:10px;line-height:1.55}.mobile-password-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:8px}.mobile-password-secondary{height:48px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #c5d7e3;border-radius:5px;background:#f8fbfd;color:#43677d;font-size:12px;font-weight:700;cursor:pointer}.mobile-password-secondary:disabled{opacity:.48;cursor:not-allowed}.current-user{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.current-user b{color:#c9d8df;font-size:9px}.current-user small{color:#6e8796;font-size:8px}.surface-content{padding-top:18px}.module-title-row{min-height:48px;margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:18px}.module-title-row>div:first-child{display:flex;align-items:baseline;gap:10px;min-width:0}.module-title-row h1{margin:0;color:var(--text-strong);font-size:18px}.module-title-row p{margin:0;color:var(--muted);font-size:10px}.view-switch{height:30px;padding:2px;display:flex;border:1px solid var(--line);border-radius:5px;background:#081722}.view-switch button{min-width:76px;border:0;border-radius:3px;background:transparent;color:#7f98a7;font-size:10px;cursor:pointer}.view-switch button.active{background:#173247;color:#edf7fb;box-shadow:inset 0 -2px var(--gold)}.ops-kpis{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:6px;background:#081722;overflow:hidden}.ops-kpis>div{height:61px;padding:8px 10px;display:grid;grid-template-columns:1fr auto;border-right:1px solid var(--line)}.ops-kpis>div:last-child{border-right:0}.ops-kpis span{color:#89a0ae;font-size:9px}.ops-kpis strong{grid-column:2;grid-row:1 / 3;align-self:center;color:var(--text-strong);font-size:22px;font-variant-numeric:tabular-nums}.ops-kpis small{color:#5f7a8a;font-size:8px}.inline-notice{min-height:28px;margin-top:7px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid #275846;border-radius:5px;background:#0d2a21;color:#86ddb9;font-size:10px}.review-layout{margin-top:7px;display:grid;grid-template-columns:minmax(630px,1.5fr) minmax(300px,.68fr);gap:7px;align-items:start}.review-queue{padding:0;overflow:hidden;background:#091722}.review-detail,.batches-panel{padding:10px}.review-queue-heading{min-height:52px;padding:10px 12px 8px;border-bottom:1px solid var(--line-soft)}.review-title-line{display:flex;align-items:center;gap:8px}.review-title-line strong{min-width:30px;height:19px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #365265;border-radius:3px;background:#0d202d;color:#b9cbd5;font-size:9px;font-variant-numeric:tabular-nums}.review-filters{min-height:42px;padding:6px 10px;display:grid;grid-template-columns:repeat(5,minmax(0,auto));justify-content:start;gap:4px;border-bottom:1px solid var(--line);background:#08141e}.review-filters button{min-width:84px;height:29px;padding:0 8px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-color:transparent;background:transparent;color:#7f96a4}.review-filters button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-filters button b{color:#627b8a;font-size:8px;font-weight:700;font-variant-numeric:tabular-nums}.review-filters button:hover{border-color:#263f4f;background:#0c1d29}.review-filters button.active{border-color:#355c71;background:#102633;color:#f0f6f8;box-shadow:inset 0 -2px var(--gold)}.review-filters button.active b{color:#e2c67d}.error-table-head,.error-row{display:grid;grid-template-columns:135px minmax(150px,.8fr) minmax(240px,1.35fr) 112px;align-items:center;gap:12px}.error-table-head{min-height:29px;padding:0 12px;border-bottom:1px solid var(--line);background:#0b1a25;color:#718b99;font-size:9px}.error-list{background:#08151f}.queue-pager{min-height:40px;padding:6px 10px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);background:#091722;color:#718b9b;font-size:9px}.queue-pager>div{display:flex;gap:4px}.queue-pager button{width:28px;height:27px;padding:0;display:grid;place-items:center}.review-queue .error-row{width:100%;min-height:51px;padding:5px 12px;border:0;border-bottom:1px solid #122a38;border-radius:0;background:transparent;color:#a8bbc6;text-align:left;cursor:pointer}.review-queue .error-row:hover{background:#0c202c}.review-queue .error-row.selected{background:#10232f;box-shadow:inset 3px 0 var(--gold)}.review-queue .error-row.selected .error-kind-icon{border-color:#6d5d35;color:#e5c36e}.severity{width:6px;height:6px;border-radius:50%}.severity.low{background:var(--green)}.severity.medium{background:var(--gold)}.severity.high{background:var(--red)}.error-kind{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px}.error-kind-icon{width:28px;height:28px;display:grid;place-items:center;border:1px solid #294758;border-radius:4px;background:#0c202d;color:#78a4ba}.error-kind>span:last-child,.error-main,.error-source,.error-time{min-width:0;display:flex;flex-direction:column;gap:3px}.error-kind b,.error-main b,.error-source b,.error-time b{overflow:hidden;color:#dfe9ee;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.error-main b{font-size:11px;font-weight:700}.error-kind small,.error-main small,.error-source small,.error-time small{overflow:hidden;color:#6f8795;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.error-kind small{display:flex;align-items:center;gap:5px}.error-source b{color:#b9c9d2;font-weight:500}.error-time b{color:#a9bcc7;font-variant-numeric:tabular-nums}.error-time small{font-variant-numeric:tabular-nums}.review-detail{position:sticky;top:60px;min-height:390px}.review-detail label{margin-top:13px;display:flex;flex-direction:column;gap:5px;color:#8299a7;font-size:9px}.review-detail textarea,.review-detail input{width:100%;border:1px solid var(--line);border-radius:4px;outline:0;background:#07151f;color:#d8e5eb;font-size:10px}.review-detail textarea{height:66px;padding:8px;resize:none;line-height:1.6}.review-detail input{height:31px;padding:0 8px}.review-detail textarea:focus,.review-detail input:focus{border-color:#347392}.severity-tag{min-width:25px;padding:3px 6px;border-radius:3px;font-size:8px;text-align:center}.severity-tag.low{color:#62d5aa;background:#123427}.severity-tag.medium{color:#edbd5b;background:#3b2c14}.severity-tag.high{color:#ff858b;background:#411e24}.parsed-block{margin-top:10px;padding:8px;display:grid;grid-template-columns:auto 1fr;gap:4px 10px;border-left:2px solid var(--gold);background:#101f29}.parsed-block span{grid-row:1 / 3;color:#768e9c;font-size:8px}.parsed-block strong{color:#f1f6f8;font-size:12px}.parsed-block small{color:#8298a5;font-size:8px}.decision-actions{margin-top:13px;display:grid;gap:6px}.decision-actions button{height:32px;border:1px solid #2f6682;border-radius:4px;background:#123247;color:#d8edf8;font-size:10px;cursor:pointer}.decision-actions button.secondary{background:#0c1e2a;border-color:#2a4658;color:#b9c9d2}.decision-actions button.text-action{border:0;background:transparent;color:#748d9c}.decision-actions button:disabled,.batch-actions button:disabled{opacity:.45;cursor:wait}.audit-hint{margin-top:12px;padding-top:8px;display:flex;align-items:center;gap:5px;border-top:1px solid var(--line-soft);color:#6e8999;font-size:8px}.empty-state{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#688291}.empty-state b{color:#a9bcc7;font-size:11px}.empty-state span{font-size:9px}.module-state{min-height:360px;display:flex;align-items:center;justify-content:center;gap:10px;color:#7d95a3;font-size:11px}.module-state.error{color:#e98a8f}.state-screen.embedded{min-height:calc(100vh - 48px)}.compact-empty{min-height:70px;display:grid;place-items:center;color:#6c8493;font-size:9px}.batches-panel{margin-top:7px}.batch-table{margin-top:9px;border-top:1px solid var(--line)}.batch-row{min-height:55px;padding:6px 8px;display:grid;grid-template-columns:minmax(210px,1.3fr) 90px minmax(140px,.8fr) 130px 100px 105px;align-items:center;gap:10px;border-bottom:1px solid var(--line-soft);color:#9db1bd;font-size:9px}.batch-head{min-height:29px;color:#6e8796;font-size:8px}.batch-name{min-width:0;display:flex;flex-direction:column;gap:4px}.batch-name b{overflow:hidden;color:#e0e9ee;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.batch-name small{color:#698392;font-size:8px}.batch-row>span:nth-child(2){display:flex;align-items:center;gap:6px}.batch-status{width:7px;height:7px;border-radius:50%}.batch-status.running{background:var(--blue)}.batch-status.completed{background:var(--green)}.batch-status.failed{background:var(--red)}.batch-status.paused{background:var(--gold)}.batch-status.queued{background:#7891a0}.batch-progress{display:grid;grid-template-columns:1fr 30px;align-items:center;gap:7px}.batch-progress>i{height:4px;overflow:hidden;border-radius:2px;background:#17313f}.batch-progress>i b{height:100%;display:block;background:var(--blue)}.batch-progress em{color:#9eb4c0;font-size:8px;font-style:normal}.batch-counts b{color:#bfe0d1}.batch-counts em{margin-left:8px;color:#f08187;font-style:normal}.batch-actions{display:flex;justify-content:flex-end;gap:5px}.batch-actions button{min-width:27px;height:27px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid #2a566e;border-radius:4px;background:#102a3a;color:#c3dce8;font-size:9px;cursor:pointer}.primary-command{height:30px;padding:0 11px;display:flex;align-items:center;gap:6px;border:1px solid #2e6682;border-radius:4px;background:#123348;color:#d7edf7;font-size:10px;cursor:pointer}.admin-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.admin-kpis>div{min-height:65px;padding:9px 12px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;border:1px solid var(--line);border-radius:6px;background:var(--surface)}.admin-kpis svg{color:#6f9eb7}.admin-kpis span{color:#8ca3b1;font-size:9px}.admin-kpis strong{color:var(--text-strong);font-size:22px}.admin-grid{margin-top:7px;display:grid;grid-template-columns:minmax(600px,1.4fr) minmax(320px,.7fr);gap:7px}.admin-users,.admin-robots,.admin-audit{padding:10px}.admin-users{grid-row:span 2}.simple-table{margin-top:8px;border-top:1px solid var(--line)}.simple-row{min-height:46px;padding:0 7px;display:grid;grid-template-columns:1.25fr 1fr 1fr .65fr .7fr;align-items:center;gap:9px;border-bottom:1px solid var(--line-soft);color:#a6b9c4;font-size:9px}.simple-head{min-height:28px;color:#6d8695;font-size:8px}.simple-row>span:first-child{display:flex;flex-direction:column;gap:2px}.simple-row b{color:#dee8ed}.simple-row small{color:#6e8796}.online-dot,.offline-dot{width:6px;height:6px;margin-right:5px;display:inline-block;border-radius:50%}.online-dot{background:var(--green)}.offline-dot{background:#637785}.robot-list,.audit-list{margin-top:7px}.robot-list>div,.audit-list>div{min-height:54px;display:grid;grid-template-columns:30px minmax(0,1fr) 38px 52px;align-items:center;gap:8px;border-bottom:1px solid var(--line-soft);font-size:8px}.robot-icon{width:27px;height:27px;display:grid;place-items:center;border-radius:4px;background:#112c3c;color:#77abc4}.robot-list span:nth-child(2),.audit-list span{min-width:0;display:flex;flex-direction:column;gap:3px}.robot-list b,.audit-list b{overflow:hidden;color:#dce7ec;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.robot-list small,.audit-list small{overflow:hidden;color:#708897;text-overflow:ellipsis;white-space:nowrap}.robot-list strong,.audit-list strong{font-size:8px}.robot-list strong.online{color:var(--green)}.robot-list strong.offline{color:#768995}.robot-list time,.audit-list time{color:#738c9b;text-align:right}.audit-list>div{grid-template-columns:8px minmax(0,1fr) 38px 58px}.audit-list i{width:6px;height:6px;border-radius:50%;background:var(--gold)}.admin-tabs{height:38px;margin-top:7px;padding:3px;display:flex;gap:2px;border:1px solid var(--line);border-radius:5px;background:#081722}.admin-tabs button{min-width:112px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:3px;background:transparent;color:#7892a1;font-size:9px;cursor:pointer}.admin-tabs button.active{background:#173247;color:#edf7fb;box-shadow:inset 0 -2px var(--gold)}.management-panel{margin-top:7px;padding:10px}.management-row{min-height:47px;padding:0 7px;display:grid;align-items:center;gap:10px;border-bottom:1px solid var(--line-soft);color:#a6bac5;font-size:9px}.management-row:last-child{border-bottom:0}.management-head{min-height:29px;color:#6c8594;font-size:8px}.management-user{grid-template-columns:minmax(140px,1.15fr) minmax(100px,.8fr) minmax(100px,.9fr) 70px minmax(125px,.8fr) 32px}.management-tenant{grid-template-columns:minmax(150px,1.2fr) minmax(130px,1fr) 80px 80px 80px 32px}.management-robot{grid-template-columns:minmax(150px,1.1fr) minmax(130px,1fr) minmax(110px,.8fr) 70px minmax(125px,.8fr) 68px}.management-quota{grid-template-columns:minmax(140px,1.1fr) minmax(110px,.9fr) 90px 70px 90px minmax(130px,1fr) 32px}.management-role{grid-template-columns:minmax(150px,.8fr) 90px minmax(360px,2fr) 82px}.management-session{grid-template-columns:minmax(150px,.9fr) minmax(170px,1fr) 135px 135px 75px 54px}.management-row>span:first-child{min-width:0;display:flex;flex-direction:column;gap:3px}.management-row b{overflow:hidden;color:#dde8ed;text-overflow:ellipsis;white-space:nowrap}.management-row small{color:#6f8897;font-size:8px}.management-row>.icon-button{width:27px;height:27px}.management-row-actions{display:flex;justify-content:flex-end;gap:5px}.management-row-actions .icon-button{width:27px;height:27px}.management-empty{min-height:112px;display:grid;place-items:center;color:#718995;font-size:9px}.full-audit>div{min-height:48px}.error-notice{border-color:#67343a;background:#2d171c;color:#f09ba0}.modal-backdrop{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#02090eb8}.management-modal{width:min(430px,100%);max-height:calc(100vh - 40px);overflow-y:auto;border:1px solid #2b5063;border-radius:7px;background:#0b1d29;box-shadow:0 22px 70px #0006}.management-form{padding:18px;display:grid;gap:11px}.modal-heading{margin-bottom:3px;padding-bottom:12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.modal-heading>div{display:flex;align-items:center;gap:8px;color:#79abc2}.modal-heading h2{margin:0;color:#e7f0f4;font-size:14px}.management-form label{display:grid;gap:5px;color:#829aa8;font-size:9px}.management-form input,.management-form select,.management-form textarea{width:100%;height:34px;padding:0 9px;border:1px solid #29495a;border-radius:4px;outline:0;background:#07151f;color:#dce8ed;font-size:10px}.management-form textarea{min-height:76px;padding:8px 9px;resize:vertical}.management-form input:focus,.management-form select:focus,.management-form textarea:focus{border-color:#397b9b}.management-form input:disabled,.management-form select:disabled{opacity:.55}.quota-editor-account{padding:10px 11px;display:grid;gap:3px;border:1px solid #29495a;border-radius:5px;background:#0a1b27}.quota-editor-account b{color:#e2ebef;font-size:12px}.quota-editor-account span,.quota-editor-account small{color:#76909f;font-size:9px}.quota-status{width:fit-content;padding:3px 7px;border-radius:999px;background:#263844;color:#9db1bd;font-style:normal;font-weight:800}.quota-status.active{background:#173b2d;color:#77c59a}.quota-status.pending,.quota-status.unverified{background:#44391e;color:#d8b865}.quota-status.blocked{background:#4b2429;color:#eb9199}.role-choice-field,.permission-groups fieldset{margin:0;padding:8px;display:grid;gap:5px;border:1px solid #29495a;border-radius:5px}.role-choice-field legend,.permission-groups legend{padding:0 5px;color:#829aa8;font-size:9px}.role-choice-field>label,.permission-groups label{min-height:34px;padding:5px 7px;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:7px;border-radius:4px;background:#0a1b27;cursor:pointer}.role-choice-field input,.permission-groups input{width:14px!important;height:14px!important;padding:0!important}.role-choice-field span,.permission-groups label span{display:flex;flex-direction:column;gap:2px}.role-choice-field b,.permission-groups label b{color:#dce8ed;font-size:10px}.role-choice-field small,.permission-groups label small{color:#6f8897;font-size:8px}.role-modal{width:min(860px,calc(100vw - 40px))}.role-permission-form{max-height:min(820px,calc(100vh - 40px));overflow-y:auto}.role-editor-summary{padding:10px;display:flex;align-items:baseline;justify-content:space-between;border:1px solid var(--line);border-radius:5px;background:#0a1b27}.role-editor-summary b{color:#e8f2f7;font-size:12px}.role-editor-summary span{color:var(--muted);font-size:9px}.permission-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.permission-groups fieldset{align-content:start}.role-editor-warning{padding:8px 10px;border:1px solid #69572d;border-radius:4px;background:#2a2416;color:#e4c978;font-size:9px}.permission-chip-list{min-width:0;display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:4px!important}.permission-chip-list em{padding:3px 5px;border-radius:3px;background:#102b3b;color:#8fc3df;font-size:8px;font-style:normal}.system-managed{color:#7f96a4;font-size:8px}.session-revoke{height:26px;border:1px solid #6c4650;border-radius:4px;background:#2c1c22;color:#f0aeb5;font-size:8px;cursor:pointer}.modal-actions{margin-top:4px;padding-top:12px;display:flex;justify-content:flex-end;gap:7px;border-top:1px solid var(--line)}.modal-actions>button{height:30px;padding:0 12px;border:1px solid #29495a;border-radius:4px;background:#0b2230;color:#afc2cc;font-size:9px;cursor:pointer}.modal-actions>button.primary-command{display:flex}.form-error{padding:8px 10px;border-left:2px solid #df6971;background:#2d171c;color:#ee969c;font-size:9px}.wechat-operations{margin-top:7px;display:grid;gap:7px}.wechat-command-panel{padding:12px;display:flex;align-items:center;justify-content:space-between;gap:16px}.wechat-command-panel h2{margin:3px 0 0;color:var(--text-strong);font-size:15px}.wechat-command-panel p{margin:5px 0 0;color:var(--muted);font-size:9px}.wechat-command-actions,.wechat-row-actions,.wechat-image-query{display:flex;align-items:center;gap:6px}.secondary-command{height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid #29495a;border-radius:4px;background:#0b2230;color:#afc2cc;font-size:10px;cursor:pointer}.secondary-command:disabled,.wechat-command-actions button:disabled{opacity:.5;cursor:wait}.success-notice{display:flex;align-items:center;gap:6px;border-color:#285a4b;background:#102e2a;color:#9ed9bf}.wechat-ops-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.wechat-card{min-width:0;padding:10px}.wechat-card .panel-heading{margin-bottom:5px}.wechat-remote-list,.wechat-binding-list,.wechat-image-list{border-top:1px solid var(--line)}.wechat-remote-row,.wechat-binding-row,.wechat-image-row{min-height:51px;padding:6px 3px;display:grid;grid-template-columns:28px minmax(0,1fr) auto 29px;align-items:center;gap:8px;border-bottom:1px solid var(--line-soft);color:#a6bac5;font-size:9px}.wechat-binding-row{grid-template-columns:minmax(0,1fr) auto auto}.wechat-remote-row>span:nth-child(2),.wechat-binding-row>span:first-child,.wechat-image-row>span{min-width:0;display:flex;flex-direction:column;gap:3px}.wechat-remote-row b,.wechat-binding-row b,.wechat-image-row b{overflow:hidden;color:#dde8ed;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.wechat-remote-row small,.wechat-binding-row small,.wechat-image-row small{overflow:hidden;color:#6f8897;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.wechat-remote-row strong,.wechat-binding-row strong{font-size:8px}.wechat-remote-row strong.online,.wechat-binding-row strong.online{color:var(--green)}.wechat-remote-row strong.offline,.wechat-binding-row strong.offline{color:#768995}.wechat-login-panel{padding:12px;display:flex;align-items:center;gap:16px}.wechat-login-qr{width:148px;height:148px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--line);background:#fff}.wechat-login-qr img{width:140px;height:140px;object-fit:contain}.wechat-qr-empty{color:#77909d;font-size:9px}.wechat-login-copy{min-width:0;flex:1;display:grid;gap:8px}.wechat-login-copy .panel-heading{margin:0}.wechat-login-copy p{margin:0;color:#a6bac5;font-size:10px}.wechat-login-copy p b{color:var(--gold)}.wechat-login-copy small{overflow:hidden;color:#688190;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.wechat-login-copy .primary-command{width:max-content}.wechat-images-card{margin-top:0}.wechat-image-query{margin:7px 0}.wechat-image-query input{min-width:0;flex:1;height:30px;padding:0 9px;border:1px solid #29495a;border-radius:4px;outline:0;background:#07151f;color:#dce8ed;font-size:10px}.wechat-image-query input:focus{border-color:#397b9b}.wechat-image-row{grid-template-columns:minmax(0,1fr) auto}.wechat-image-row .secondary-command{height:27px;padding:0 8px;font-size:9px}.wechat-image-empty{min-height:66px;display:grid;place-items:center;color:#718995;font-size:9px}.mobile-stage{min-height:100vh;padding:18px;display:grid;place-items:center;background:radial-gradient(circle at 18% 4%,rgba(153,210,242,.44),transparent 30%),linear-gradient(180deg,#e9f6fc,#f4fafc 56%,#f7f3e9)}.phone-shell{--mobile-ink: #0d3553;--mobile-ink-soft: #587188;--mobile-muted: #8798a6;--mobile-line: rgba(24, 91, 130, .13);--mobile-blue: #176da4;--mobile-blue-soft: #dff1fb;--mobile-paper: rgba(255, 255, 255, .86);--mobile-gold: #b89957;width:390px;height:min(844px,calc(100vh - 36px));min-height:650px;position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(19,77,111,.12);border-radius:25px;background:radial-gradient(circle at 12% 0%,rgba(151,209,240,.36),transparent 29%),linear-gradient(180deg,#edf8fd,#f7fbfc,#f9f5eb);color:var(--mobile-ink);box-shadow:0 24px 80px #11394f38}.phone-shell button,.phone-shell input{font-family:inherit}.phone-shell .up{color:#d94d50!important}.phone-shell .down{color:#456f9c!important}.phone-shell .flat{color:#536d82!important}.mobile-loading{align-items:center;justify-content:center;gap:9px;color:var(--mobile-ink-soft);font-size:11px}.mobile-loading img{width:46px;height:46px;object-fit:contain}.mobile-loading p{margin:0}.mobile-loading .mobile-loading-error{max-width:230px;color:#9a4a4a;text-align:center;line-height:1.6}.mobile-loading-retry{min-height:34px;padding:0 15px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(23,109,164,.25);border-radius:18px;background:#ffffffd1;color:var(--mobile-blue);font-size:11px;font-weight:700;cursor:pointer}.mobile-loading-retry:hover{border-color:#176da473;background:#fff}.mobile-header{height:67px;flex:0 0 auto;padding:12px 15px 8px;display:flex;align-items:center;justify-content:space-between}.mobile-brand{display:flex;align-items:center;gap:8px}.mobile-brand img{width:35px;height:35px;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(35,81,109,.12))}.mobile-brand>span{display:flex;flex-direction:column;gap:1px}.mobile-brand strong{color:#082f51;font-family:Georgia,Times New Roman,serif;font-size:15px;letter-spacing:-.2px;line-height:1}.mobile-brand small{color:#5b7183;font-size:9px;font-weight:600;letter-spacing:.08em}.mobile-freshness{display:flex;align-items:center;gap:4px;color:#6d8495;font-size:9px}.mobile-freshness span{white-space:nowrap}.mobile-body,.message-detail{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none}.mobile-body::-webkit-scrollbar,.message-detail::-webkit-scrollbar{display:none}.mobile-body{padding:3px 14px 92px}.message-detail{padding:0 14px 30px}.mobile-page-heading{margin:4px 1px 12px}.mobile-page-heading>span{color:#6b8496;font-size:8px;font-weight:700;letter-spacing:.16em}.mobile-page-heading>div{margin-top:3px;display:flex;align-items:baseline;justify-content:space-between;gap:10px}.mobile-page-heading h1{margin:0;color:#07355a;font-size:22px;line-height:1.15;letter-spacing:-.03em}.mobile-page-heading small{color:#6d8495;font-size:9px;white-space:nowrap}.mobile-page-heading.with-global-scope{margin-bottom:10px}.mobile-page-heading>.mobile-heading-eyebrow-row{margin-top:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-heading-eyebrow-row>span{min-width:0;overflow:hidden;color:#6b8496;font-size:8px;font-weight:700;letter-spacing:.16em;text-overflow:ellipsis;white-space:nowrap}.mobile-heading-eyebrow-row>small{flex:0 0 auto;font-size:8px}.mobile-page-heading.with-global-scope>.mobile-heading-main{align-items:center}.mobile-heading-scope{min-width:0;margin-left:auto;flex:0 1 232px}.mobile-heading-scope .intelligence-date-toolbar,.mobile-heading-scope .market-date-toolbar.with-robot{min-height:24px;margin:0;padding:0;display:flex;justify-content:flex-end;gap:4px;border:0;background:transparent}.mobile-heading-scope .intelligence-date-control-v3,.mobile-heading-scope .market-date-toolbar.with-robot .intelligence-date-control-v3{width:auto;min-width:88px;min-height:24px;height:24px;padding:0 6px;border-color:#19577c26;border-radius:7px;background:#ffffff8c;color:#6d8495;font-size:9px;font-weight:600}.mobile-heading-scope .market-robot-control-v11,.mobile-heading-scope .market-fixed-source-v11{min-width:0;max-width:126px;min-height:24px;height:24px;padding:0 5px;border-color:#19577c26;border-radius:7px;background:#ffffff8c}.mobile-heading-scope .market-robot-control-v11 select{height:22px;font-size:8px;font-weight:600}.mobile-heading-scope .market-fixed-source-v11 b{font-size:8px;font-weight:600}.mobile-heading-scope svg{width:11px;height:11px}.today-summary-card{padding:13px 13px 0;overflow:hidden;border:1px solid var(--mobile-line);border-radius:14px;background:linear-gradient(145deg,#fffffff5,#f4fbfed6);box-shadow:0 8px 22px #1954770f}.summary-title{display:flex;align-items:center;justify-content:space-between}.summary-title>span{color:#0b456d;font-size:11px;font-weight:700}.summary-title>em{padding:3px 7px;display:flex;align-items:center;gap:3px;border-radius:999px;background:#e9f4fa;color:#46728e;font-size:8px;font-style:normal}.today-summary-card>p{min-height:49px;margin:8px 0 10px;color:#365568;font-size:11px;line-height:1.55}.summary-metrics{margin:0 -13px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--mobile-line)}.summary-metrics button{min-height:53px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;border:0;border-right:1px solid var(--mobile-line);background:#e7f6fd75;color:var(--mobile-ink);cursor:pointer}.summary-metrics button:last-child{border-right:0}.summary-metrics strong{font-size:17px;line-height:1}.summary-metrics span{color:#718697;font-size:8px}.section-heading{min-height:40px;padding:3px 2px 0;display:flex;align-items:center;justify-content:space-between}.section-heading>div{display:flex;align-items:baseline;gap:7px}.section-heading b{color:#0d3858;font-size:13px}.section-heading span{color:#8a9aa6;font-size:8px}.section-heading button{border:0;background:transparent;color:#286d9b;font-size:9px;cursor:pointer}.signal-ledger,.market-ledger,.quote-ledger,.profile-menu{overflow:hidden;border:1px solid var(--mobile-line);border-radius:12px;background:var(--mobile-paper);box-shadow:0 7px 18px #184f6f0a}.signal-row{width:100%;min-height:72px;padding:9px 10px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.signal-row:last-child{border-bottom:0}.signal-row.passive{cursor:default}.signal-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;color:#fff}.signal-icon.price{background:linear-gradient(145deg,#327ea9,#175f8d)}.signal-icon.quote{background:linear-gradient(145deg,#c7aa6d,#9e7e40)}.signal-icon.alert{background:linear-gradient(145deg,#7896ad,#4c6f89)}.signal-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.signal-copy em{color:#668094;font-size:8px;font-style:normal}.signal-copy b{overflow:hidden;color:#143e5c;font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.signal-copy small{overflow:hidden;color:#8496a4;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.signal-value{display:flex;align-items:center;gap:1px;font-size:10px;font-style:normal;font-weight:700}.watch-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.watch-strip button{min-width:0;min-height:72px;padding:9px 8px;display:flex;align-items:flex-start;flex-direction:column;gap:4px;border:1px solid var(--mobile-line);border-radius:11px;background:#ffffffd1;color:var(--mobile-ink);text-align:left;cursor:pointer}.watch-strip small{width:100%;overflow:hidden;color:#4a667a;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.watch-strip strong{font-size:14px;line-height:1}.watch-strip em{font-size:9px;font-style:normal}.source-rail{overflow:hidden;border:1px solid var(--mobile-line);border-radius:11px;background:#ffffffc2}.source-rail>div{min-height:42px;padding:0 10px;display:grid;grid-template-columns:23px minmax(0,1fr) 30px;align-items:center;gap:5px;border-bottom:1px solid var(--mobile-line);color:#47708b}.source-rail>div:last-child{border-bottom:0}.source-rail span{min-width:0;display:flex;flex-direction:column;gap:2px}.source-rail b{color:#244b63;font-size:9px}.source-rail small{overflow:hidden;color:#8798a4;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.source-rail strong{color:#143f5d;font-size:11px;text-align:right}.data-disclaimer{margin:12px 2px 0;color:#8596a2;font-size:8px;line-height:1.55}.market-kpis{margin-bottom:8px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.market-kpis>div{min-height:59px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border:1px solid var(--mobile-line);border-radius:10px;background:#ffffffc2}.market-kpis strong{color:#0f3e60;font-size:16px}.market-kpis span{color:#7b8f9e;font-size:8px}.segmented-tabs{height:35px;margin-bottom:8px;padding:3px;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;border:1px solid var(--mobile-line);border-radius:10px;background:#ffffff8c}.segmented-tabs button{border:0;border-radius:7px;background:transparent;color:#678095;font-size:9px;cursor:pointer}.segmented-tabs button.active{background:#dff1fb;color:#0b527f;font-weight:700;box-shadow:inset 0 0 0 1px #2271a017}.market-ledger-head,.market-ledger-row{display:grid;grid-template-columns:minmax(0,1fr) 56px 50px;align-items:center;gap:5px}.market-ledger-head{height:31px;padding:0 10px;background:#dff1fb94;color:#6e8596;font-size:8px}.market-ledger-head span:nth-child(n+2){text-align:right}.market-ledger-row{min-height:62px;padding:8px 10px;border-top:1px solid var(--mobile-line)}.market-ledger-row>span{min-width:0;display:flex;flex-direction:column;gap:4px}.market-ledger-row b{overflow:hidden;color:#123d5c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.market-ledger-row small{overflow:hidden;color:#8597a4;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.market-ledger-row strong{color:#103d5e;font-size:14px;text-align:right}.market-ledger-row em{font-size:9px;font-style:normal;font-weight:700;text-align:right}.market-note{margin-top:9px;padding:9px 10px;display:flex;align-items:flex-start;gap:7px;border:1px solid rgba(184,153,87,.23);border-radius:10px;background:#faf6e8db;color:#866d3d}.market-note svg{margin-top:1px;flex:0 0 auto}.market-note p{margin:0;display:flex;flex-direction:column;gap:2px}.market-note b{font-size:9px}.market-note span{color:#8d7c5a;font-size:8px;line-height:1.45}.mobile-search{height:36px;margin-bottom:8px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid var(--mobile-line);border-radius:10px;background:#ffffffd1;color:#8799a6;font-size:10px}.mobile-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#274b64;font:inherit}.mobile-search input::placeholder{color:#8b9ba6}.quote-filter-hint{height:29px;display:flex;align-items:center;gap:5px}.quote-filter-hint>span{padding:3px 7px;border-radius:999px;background:#e6f2f8;color:#396782;font-size:8px}.quote-filter-hint>span:nth-child(2){background:#f4ebd7;color:#866b32}.quote-filter-hint small{margin-left:auto;color:#8798a5;font-size:8px}.quote-ledger>button{width:100%;min-height:78px;padding:9px;display:grid;grid-template-columns:34px minmax(0,1fr) 68px;align-items:center;gap:8px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:var(--mobile-ink);text-align:left;cursor:pointer}.quote-ledger>button:last-child{border-bottom:0}.trade-tag{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;font-size:9px;font-weight:700}.trade-tag.sell{background:#e4f1f8;color:#22658d}.trade-tag.buy{background:#f4ead4;color:#896c31}.quote-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.quote-copy b{overflow:hidden;color:#123d5c;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.quote-copy small{overflow:hidden;color:#8496a4;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.quote-copy p{margin:1px 0 0;overflow:hidden;color:#536f82;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.quote-price{display:grid;grid-template-columns:1fr 14px;align-items:center;gap:1px;text-align:right}.quote-price strong{overflow:hidden;color:#0a456e;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.quote-price small{grid-column:1;color:#8b9aa5;font-size:8px}.quote-price svg{grid-row:1 / span 2;grid-column:2;color:#8ca0ad}.mobile-empty{padding:30px 10px;color:#8497a4;font-size:10px;text-align:center}.message-list{overflow:hidden;border-top:1px solid var(--mobile-line)}.message-list>button{width:100%;min-height:76px;padding:10px 1px;display:grid;grid-template-columns:37px minmax(0,1fr) 36px;gap:9px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:#284c64;text-align:left;cursor:pointer}.sender-avatar{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#dceff8,#c7e1ee);color:#245e83;font-size:13px;font-weight:700}.message-copy{min-width:0}.message-copy b{display:flex;align-items:center;gap:6px;color:#143e5c;font-size:11px}.message-copy b em{padding:2px 5px;border-radius:999px;background:#e5f1f7;color:#39708f;font-size:7px;font-style:normal;font-weight:500}.message-copy small{margin-top:3px;display:block;color:#8397a5;font-size:8px}.message-copy p{margin:5px 0 0;overflow:hidden;color:#5a7485;font-size:9px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.message-list time{position:relative;color:#8b9da8;font-size:8px;text-align:right}.message-list time i{width:6px;height:6px;position:absolute;top:18px;right:3px;border-radius:50%;background:#d94d50}.mobile-nav{width:calc(100% - 24px);height:63px;position:absolute;z-index:5;right:12px;bottom:10px;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid rgba(28,89,124,.14);border-radius:19px;background:#ffffffeb;box-shadow:0 14px 34px #1c455e2e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mobile-nav button{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:0;background:transparent;color:#7d909e;font-size:8px;cursor:pointer}.mobile-nav svg{width:18px;height:18px;stroke-width:1.7}.mobile-nav button.active{color:#0b5e91;font-weight:700}.mobile-nav button.active:after{width:16px;height:2px;position:absolute;bottom:4px;border-radius:2px;background:#b99756;content:""}.mobile-nav button>i{min-width:14px;height:14px;padding:0 3px;position:absolute;top:6px;right:14px;display:grid;place-items:center;border:2px solid #fff;border-radius:8px;background:#d94d50;color:#fff;font-size:7px;font-style:normal;line-height:1}.mobile-back{width:100%;height:42px;display:flex;align-items:center;gap:7px;border:0;border-bottom:1px solid var(--mobile-line);background:transparent;color:#284e68;font-size:10px;cursor:pointer}.detail-sender{padding:13px 1px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:9px;align-items:center}.detail-sender>span{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:#dceef7;color:#245f83;font-weight:700}.detail-sender div{min-width:0;display:flex;flex-direction:column;gap:3px}.detail-sender b{overflow:hidden;color:#123d5c;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.detail-sender small{overflow:hidden;color:#7f94a2;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.detail-sender>em{padding:3px 6px;border-radius:999px;background:#e4f0f7;color:#39708f;font-size:8px;font-style:normal}.original-message,.ai-facts,.related-market{margin-bottom:9px;padding:11px;border:1px solid var(--mobile-line);border-radius:12px;background:#ffffffd6}.original-message>span{color:#8094a2;font-size:8px}.original-message p{margin:7px 0;color:#294d64;font-size:11px;line-height:1.65}.original-message small{color:#8b9ca7;font-size:8px}.ai-facts>div,.related-market>div{display:flex;align-items:center;gap:6px;color:#2c6587}.ai-facts>div b,.related-market>div b{font-size:10px}.ai-facts>div em{margin-left:auto;color:#4d7190;font-size:9px;font-style:normal}.ai-facts p{height:35px;margin:0;display:grid;grid-template-columns:55px 1fr 36px;align-items:center;border-bottom:1px solid var(--mobile-line);font-size:9px}.ai-facts p:last-child{border-bottom:0}.ai-facts p span{color:#8496a3}.ai-facts p strong{color:#1b465f;font-size:10px}.ai-facts p i{color:#5a7891;font-size:8px;font-style:normal;text-align:right}.related-market p{margin:9px 0 0;display:grid;grid-template-columns:1fr 45px 38px;align-items:center}.related-market p span{display:flex;flex-direction:column;color:#234a62;font-size:10px;font-weight:600}.related-market p small{margin-top:3px;color:#899aa5;font-size:8px;font-weight:400}.related-market p strong{color:#0b456d;font-size:14px;text-align:right}.related-market p em{font-size:9px;font-style:normal;font-weight:700;text-align:right}.detail-source{padding:5px 2px;display:flex;align-items:center;gap:6px;color:#8395a2;font-size:8px}.profile-hero{margin:5px 0 12px;padding:13px;display:flex;align-items:center;gap:11px;border:1px solid var(--mobile-line);border-radius:13px;background:#ffffffc2}.profile-hero>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#dff0f8,#bddbea);color:#1f5e83;font-size:17px;font-weight:700}.profile-hero div{min-width:0;display:flex;flex-direction:column;gap:4px}.profile-hero b{color:#123d5c;font-size:14px}.profile-hero small{overflow:hidden;color:#718898;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.profile-menu>div{min-height:59px;padding:0 11px;display:grid;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:6px;border-bottom:1px solid var(--mobile-line);color:#32617f}.profile-menu>div:last-child{border-bottom:0}.profile-menu>div>span{min-width:0;display:flex;flex-direction:column;gap:3px}.profile-menu b{color:#20475f;font-size:10px}.profile-menu small{overflow:hidden;color:#8295a2;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.profile-menu em{color:#657f92;font-size:8px;font-style:normal}.mobile-logout{width:100%;height:39px;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(185,76,80,.18);border-radius:11px;background:#ffffffa8;color:#ad5155;font-size:10px;cursor:pointer}.profile-version{margin:13px 0 0;color:#8b9aa5;font-size:8px;text-align:center}@media(max-width:1180px){.ops-kpis{grid-template-columns:repeat(3,1fr)}.ops-kpis>div:nth-child(3){border-right:0}.ops-kpis>div:nth-child(-n+3){border-bottom:1px solid var(--line)}.review-layout{grid-template-columns:minmax(570px,1.25fr) minmax(285px,.7fr)}.admin-grid{grid-template-columns:1fr}.admin-users{grid-row:auto}}@media(max-width:900px){.review-layout{display:block}.review-detail{position:static;margin-top:7px}.batch-table{overflow-x:auto}.batch-row{min-width:850px}.admin-kpis{grid-template-columns:repeat(2,1fr)}.management-panel{overflow-x:auto}.management-row{min-width:760px}}@media(max-width:600px){.module-title-row{align-items:stretch;flex-direction:column}.module-title-row>div:first-child{flex-wrap:wrap}.view-switch{align-self:stretch}.view-switch button{flex:1}.ops-kpis{grid-template-columns:repeat(2,1fr)}.ops-kpis>div{border-bottom:1px solid var(--line)}.ops-kpis>div:nth-child(2n){border-right:0}.review-queue{overflow-x:auto}.review-queue>*{min-width:660px}.admin-kpis{grid-template-columns:1fr 1fr}.simple-table{overflow-x:auto}.simple-row{min-width:650px}.admin-tabs{overflow-x:auto}.admin-tabs button{min-width:105px}.mobile-stage{padding:0}.phone-shell{width:100%;height:100dvh;min-height:0;border:0;border-radius:0}.exit-mobile{display:none}.mobile-access-shell{align-items:start;padding:28px 16px}.mobile-access-container{width:100%}.mobile-access-panel{padding:20px 18px}}.app-shell.portal-front,.app-shell.portal-admin{--bg: #f3f3f0;--surface: #ffffff;--surface-2: #f7f7f4;--line: #d8d8d2;--line-soft: #e8e8e3;--muted: #71726c;--text: #343530;--text-strong: #20211d;--blue: #3c7c9d;--gold: #b79b5a;--green: #658963;--red: #b9565b;min-height:100vh;grid-template-columns:156px minmax(0,1fr);color-scheme:light;color:var(--text);background:var(--bg)}.portal-front .sidebar,.portal-admin .sidebar{width:156px;border-right-color:#303237;background:#191b20}.portal-front .brand,.portal-admin .brand{height:64px;padding:10px 14px;gap:9px;border-bottom-color:#303237}.portal-front .brand .logo-mark,.portal-admin .brand .logo-mark{width:30px;height:30px;border:0;background:transparent}.portal-front .brand .logo-mark img,.portal-admin .brand .logo-mark img{width:29px;height:29px}.portal-front .brand strong,.portal-admin .brand strong{color:#f5f5f3;font-size:14px}.portal-front .brand span,.portal-admin .brand span{color:#9b9da2;font-size:10px}.portal-front .sidebar nav,.portal-admin .sidebar nav{padding:16px 8px;gap:5px}.portal-front .sidebar nav p,.portal-admin .sidebar nav p{margin:0 8px 8px;color:#cbb26c;font-size:11px}.portal-front .sidebar nav button,.portal-admin .sidebar nav button{height:40px;padding:0 10px;gap:10px;border:0;border-radius:3px;color:#d5d5d2;font-size:13px}.portal-front .sidebar nav button:hover,.portal-admin .sidebar nav button:hover{background:#26282d;color:#fff}.portal-front .sidebar nav button.active,.portal-admin .sidebar nav button.active{border:0;background:#302d27;color:#f4ead0;box-shadow:inset 3px 0 #c7a75b}.portal-front .sidebar nav button svg,.portal-admin .sidebar nav button svg{color:#b8b9b7}.portal-front .sidebar nav button.active svg,.portal-admin .sidebar nav button.active svg{color:#d9bd72}.portal-front .workspace,.portal-admin .workspace{min-width:0;background:var(--bg)}.portal-front .topbar,.portal-admin .topbar{height:44px;padding:0 16px;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;border-bottom-color:#dbdbd6;background:#fffffffa;color:#252621;-webkit-backdrop-filter:none;backdrop-filter:none}.portal-front .page-title span,.portal-admin .page-title span{color:#9a813e;font-size:11px}.portal-front .page-title strong,.portal-admin .page-title strong{color:#22231f;font-size:14px}.portal-admin .ticker{display:none}.portal-admin .top-actions{grid-column:3}.portal-front .ticker>b{border-right-color:#deded8;color:#5c5d57;font-size:11px}.portal-front .ticker-window{-webkit-mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent)}.portal-front .ticker-track span,.portal-front .ticker-track a{color:#595a54;font-size:11px}.portal-front .ticker-track time{color:#9b813e}.portal-front .top-actions,.portal-admin .top-actions{gap:5px;justify-content:flex-end}.portal-front .current-user,.portal-admin .current-user,.portal-admin.route-review .current-user{display:flex}.portal-front .current-user b,.portal-admin .current-user b{color:#383934;font-size:11px}.portal-front .current-user small,.portal-admin .current-user small{color:#858680;font-size:10px}.portal-front .icon-button,.portal-admin .icon-button,.portal-front .avatar,.portal-admin .avatar{width:28px;height:28px;border-color:transparent;background:transparent;color:#555651}.portal-front .icon-button:hover,.portal-admin .icon-button:hover{border-color:#d6d6d0;background:#f4f4f1}.portal-front .avatar,.portal-admin .avatar{background:#e7e8e4;color:#666761;font-size:11px}.portal-front .content,.portal-admin .surface-content{width:100%;max-width:none;margin:0;padding:14px 16px 28px}.portal-admin.route-review .surface-content{padding:0}.portal-front .eyebrow,.portal-admin .eyebrow{color:#9a813e;font-size:11px;font-weight:600}.portal-front .quick-row{min-height:58px;gap:18px}.portal-front .quick-row>div{gap:10px}.portal-front .quick-row h1{color:#20211d;font-size:22px}.portal-front .quick-row p{color:#696a64;font-size:12px}.portal-front .quick-row .overview-actions{flex:0 0 auto;display:flex;align-items:center;gap:6px}.portal-front .overview-actions button{height:34px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #292a26;border-radius:3px;background:#292a26;color:#fff;font-size:12px;cursor:pointer}.portal-front .overview-actions button.secondary{border-color:#c7c7c0;background:#fff;color:#3f403a}.portal-front .quick-row form{width:min(430px,43%);height:36px;border-color:#ccccc6;border-radius:4px;background:#fff}.portal-front .quick-row form svg{color:#858680}.portal-front .quick-row input{color:#2e2f2a;font-size:13px}.portal-front .quick-row form button,.portal-front .panel button,.portal-front .focus-section button,.portal-front .state-screen button,.portal-admin .panel button,.portal-admin .state-screen button{border-color:#c7c7c0;border-radius:3px;background:#fff;color:#3f403a;font-size:12px}.portal-front .quick-row form button{border-color:#292a26;background:#292a26;color:#fff}.portal-front .snapshot-bar{min-height:34px;padding:0 12px;gap:22px;border-color:#d6d6d0;border-radius:4px;background:#fff}.portal-front .snapshot-bar span{color:#72736d;font-size:11px}.portal-front .snapshot-bar b{color:#343530}.portal-front .snapshot-bar .attention,.portal-front .snapshot-bar .attention b{color:#8d6f24}.portal-front .panel,.portal-front .focus-section,.portal-admin .panel{border-color:#d5d5cf;border-radius:5px;background:#fff}.portal-front .trend-panel{margin-top:8px;padding:12px 12px 9px}.portal-front .panel-heading h2,.portal-front .section-heading h2,.portal-admin .panel-heading h2{color:#252621;font-size:15px}.portal-front .panel-heading span,.portal-front .section-heading span,.portal-admin .panel-heading span{color:#7b7c76;font-size:11px}.portal-front .heading-actions .source-pill{color:#775f27}.portal-front .index-strip{margin:10px 0 7px;border-color:#d8d8d2;border-radius:4px;background:#f7f7f4}.portal-front .index-strip>div{height:58px;padding:7px 12px;border-right-color:#deded8}.portal-front .index-strip span{color:#6c6d67;font-size:11px}.portal-front .index-strip strong{color:#242520;font-size:24px}.portal-front .index-strip em{color:#858680;font-size:10px}.portal-front .index-strip small{color:#898a84;font-size:10px}.portal-front .legend{height:26px;color:#666760;font-size:11px}.portal-front .chart-wrap{height:190px;border-color:#d8d8d2;border-radius:3px;background:#fbfbf9}.portal-front .chart-wrap svg{height:168px}.portal-front .chart-gridline{stroke:#e4e4de}.portal-front .chart-dates{color:#83847e;font-size:10px}.portal-front .trend-meta{padding:8px 3px 0;color:#74756f;font-size:11px}.portal-front .trend-meta b{color:#343530}.portal-front .focus-band{margin-top:8px;gap:8px}.portal-front .focus-section{min-height:154px;padding:11px 12px}.portal-front .section-heading{padding-bottom:8px;border-bottom-color:#e5e5e0}.portal-front .section-heading>svg{color:#7a704e}.portal-front .attention-count strong{color:#9a7a2e}.portal-front .attention-count span{color:#343530;font-size:12px}.portal-front .attention-count small{color:#7c7d77;font-size:10px}.portal-front .section-footer{color:#74756f;font-size:11px}.portal-front .price-line,.portal-front .company-line{min-height:34px;border-bottom-color:#e9e9e4}.portal-front .price-line b,.portal-front .company-line b{color:#343530;font-size:11px}.portal-front .price-line small,.portal-front .company-line small{color:#83847e;font-size:9px}.portal-front .price-line strong,.portal-front .company-line strong{color:#242520;font-size:14px}.portal-front .company-line>em{color:#3b718d;font-size:10px}.portal-front .lower-grid{margin-top:8px;gap:8px}.portal-front .market-panel,.portal-front .matrix-panel{min-height:238px;padding:11px 12px}.portal-front .tabs button{color:#6f706a}.portal-front .tabs button.active{border-color:#c2ad76;background:#eee7d5;color:#3b3423}.portal-front .data-table{border-top-color:#d8d8d2}.portal-front .table-row{min-height:36px;border-bottom-color:#e8e8e3;color:#555650;font-size:11px}.portal-front .table-head{min-height:32px;color:#73746e;font-size:10px}.portal-front .table-row b,.portal-front .table-row strong{color:#292a25;font-size:12px}.portal-front button.table-row:hover{background:#f6f6f3}.portal-front .risk.low{color:#4d744d;background:#e8f0e6}.portal-front .risk.medium{color:#876718;background:#f3ecd8}.portal-front .risk.high{color:#9a4348;background:#f5e3e4}.portal-front .matrix{border-color:#d8d8d2}.portal-front .matrix{overflow-x:auto}.portal-front .matrix-row{width:100%}.portal-front .matrix-row>*{min-height:39px;border-color:#dfdfda;color:#4e4f49;background:#fff;font-size:11px}.portal-front .matrix-row b,.portal-front .matrix-head span{color:#3d3e39;background:#f3f3f0}.portal-front .matrix-row span.hot,.portal-front .matrix-row button.hot{color:#775a16;background:#f4edd9}.portal-front .matrix-row button{color:#4e4f49;background:#fff}.portal-front .matrix-row button:not(:disabled):hover{background:#f3eee0;color:#6f5618}.interactive-chart{height:190px;position:relative;overflow:hidden;border:1px solid #d8d8d2;border-radius:3px;background:#fbfbf9;outline:none;touch-action:pan-y}.interactive-chart:focus-visible{box-shadow:0 0 0 2px #3c7c9d3d}.interactive-chart svg{width:100%;height:168px;display:block;cursor:crosshair}.interactive-chart.selectable svg{cursor:pointer}.interactive-chart.compact{height:128px}.interactive-chart.compact svg{height:106px}.interactive-chart.compact .chart-tooltip{top:5px}.chart-axis-labels{width:100%;padding:6px 10px 0;position:absolute;z-index:1;top:0;left:0;display:flex;justify-content:space-between;color:#858680;font-size:9px;line-height:1;pointer-events:none}.chart-grid-line{stroke:#e4e4de;stroke-width:1;vector-effect:non-scaling-stroke}.chart-reference-line{stroke:#8d8d85;stroke-width:1.2;stroke-dasharray:5 4;vector-effect:non-scaling-stroke}.chart-y-tick{fill:#858680;font-size:9px;font-variant-numeric:tabular-nums}.chart-crosshair{stroke:#575850;stroke-width:1;stroke-dasharray:4 3;vector-effect:non-scaling-stroke}.chart-muted-day{stroke:#b9b8af;stroke-width:1;stroke-dasharray:2 4;opacity:.7;vector-effect:non-scaling-stroke}.chart-active-point{fill:#fff;stroke-width:2.5;vector-effect:non-scaling-stroke}.chart-active-point.quote{stroke:var(--blue)}.chart-active-point.activity{stroke:var(--gold)}.chart-active-point.supply{stroke:var(--green)}.trend-line.average,.chart-active-point.average{stroke:#347b9c}.trend-line.minimum,.chart-active-point.minimum{stroke:#658963}.trend-line.maximum,.chart-active-point.maximum{stroke:#b9565b}.trend-line.alert-total,.chart-active-point.alert-total{stroke:#9b813e}.trend-line.alert-high,.chart-active-point.alert-high{stroke:#b9565b}.chart-tooltip{width:176px;padding:8px 9px;position:absolute;z-index:3;top:10px;transform:translate(8px);border:1px solid #c9c9c2;border-radius:4px;background:#fffffff7;color:#343530;box-shadow:0 8px 24px #23231e24;pointer-events:none}.chart-tooltip.align-right{transform:translate(calc(-100% - 8px))}.chart-tooltip time{display:block;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #e3e3de;color:#74756f;font-size:10px;font-variant-numeric:tabular-nums}.chart-tooltip .chart-tooltip-note{margin:0 0 5px;padding:5px 6px;border-left:2px solid #ad8d3e;background:#f5f1e5;color:#75642f;font-size:9px;line-height:1.35}.chart-tooltip div{height:21px;display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:5px;font-size:10px}.chart-tooltip i,.series-legend i{width:8px;height:8px;border-radius:50%}.chart-tooltip i.quote{background:var(--blue)}.chart-tooltip i.activity{background:var(--gold)}.chart-tooltip i.supply{background:var(--green)}.chart-tooltip i.average,.series-legend i.average{background:#347b9c}.chart-tooltip i.minimum,.series-legend i.minimum{background:#658963}.chart-tooltip i.maximum,.series-legend i.maximum{background:#b9565b}.chart-tooltip i.alert-total,.series-legend i.alert-total{background:#9b813e}.chart-tooltip i.alert-high,.series-legend i.alert-high{background:#b9565b}.chart-tooltip span{overflow:hidden;color:#686963;text-overflow:ellipsis;white-space:nowrap}.chart-tooltip strong{color:#272822;font-size:10px;font-variant-numeric:tabular-nums}.interactive-chart .chart-dates{height:20px;padding:0 17px;align-items:center;color:#83847e;font-size:10px}.interactive-chart-empty{height:190px;display:grid;place-items:center;border:1px solid #deded8;color:#898a84;font-size:12px}.trend-section-heading,.flow-trend-heading{min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:12px}.trend-section-heading b,.flow-trend-heading b{color:#343530;font-size:11px}.trend-section-heading>span,.trend-section-heading>div:first-child span,.flow-trend-heading>div:first-child span{margin-left:8px;color:#858680;font-size:9px}.trend-section-heading>div{display:flex;align-items:center}.quote-legend{height:22px}.flow-trend-heading{margin-top:7px;border-top:1px solid #e4e4de}.flow-trend-heading>div{display:flex;align-items:center}.flow-trend-heading .legend{height:30px}.trend-panel>.interactive-chart.compact{background:#fafaf7}.trend-panel>.interactive-chart:not(.compact){height:176px}.trend-panel>.interactive-chart:not(.compact) svg{height:154px}.trend-panel>.interactive-chart.compact{height:108px}.trend-panel>.interactive-chart.compact svg{height:86px}.trend-panel>.trend-section-heading{min-height:25px}.trend-panel>.flow-trend-heading{min-height:27px}.linked-trend{min-width:0}.linked-trend>.interactive-chart{height:164px}.linked-trend>.interactive-chart svg{height:142px}.linked-trend .chart-tooltip{width:226px}.linked-trend-toolbar{min-height:34px;padding:2px 0 5px;display:flex;align-items:center;justify-content:space-between;gap:12px}.linked-trend-toolbar>span{color:#7b7c76;font-size:11px}.linked-trend-toolbar>span b{margin-right:8px;color:#343530;font-size:12px}.linked-trend-toolbar .segmented button{min-width:46px}.weekly-trend-summary{min-height:58px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #deded8;border-bottom:1px solid #deded8;background:#fafaf7}.weekly-trend-stat{min-width:0;padding:7px 12px;display:grid;grid-template-columns:minmax(108px,1fr) auto auto;grid-template-rows:22px 16px;align-items:center;column-gap:9px}.weekly-trend-stat+.weekly-trend-stat{border-left:1px solid #e0e0da}.weekly-trend-stat>span{min-width:0;display:flex;align-items:center;gap:6px;color:#50514c;font-size:11px;font-weight:700}.weekly-trend-stat>span i{width:8px;height:8px;flex:0 0 auto;border-radius:50%}.weekly-trend-stat.quote>span i{background:var(--blue)}.weekly-trend-stat.activity>span i{background:var(--gold)}.weekly-trend-stat.supply>span i{background:var(--green)}.weekly-trend-stat>span small{overflow:hidden;color:#8a8b85;font-size:9px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.weekly-trend-stat>strong{color:#292a25;font-size:17px;font-variant-numeric:tabular-nums;letter-spacing:0}.weekly-trend-stat>em{min-width:52px;font-size:11px;font-style:normal;font-weight:700;text-align:right;font-variant-numeric:tabular-nums}.weekly-trend-stat>em.up{color:#b44d52}.weekly-trend-stat>em.down{color:#34765a}.weekly-trend-stat>em.flat{color:#787973}.weekly-trend-stat>small{grid-column:1 / -1;overflow:hidden;color:#7d7e78;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.weekly-linked-trend>.interactive-chart{margin-top:5px}.weekly-trend-reading{min-height:40px;margin-top:6px;padding:6px 2px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #deded8;border-bottom:1px solid #e7e7e2}.weekly-trend-reading>span{min-width:0;color:#555650;font-size:11px}.weekly-trend-reading>span b{margin-right:9px;color:#30312c}.weekly-trend-reading>small{flex:0 0 auto;color:#858680;font-size:9px;text-align:right;white-space:nowrap}.plain-trend{min-width:0}.trend-insight-card{min-height:86px;margin:4px 0 7px;padding:12px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;border:1px solid #dedcd2;border-radius:5px;background:linear-gradient(90deg,#faf8f0,#fbfbf8 62%,#f5f7f4)}.trend-insight-card.observation{border-left:3px solid #c5a451}.trend-insight-card>div{min-width:0}.trend-insight-card span{color:#8a743b;font-size:10px;font-weight:800;letter-spacing:.04em}.trend-insight-card h3{margin:5px 0 4px;color:#272822;font-size:17px;line-height:1.35}.trend-insight-card p{overflow:hidden;margin:0;color:#666761;font-size:11px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.trend-insight-card>strong{min-width:124px;padding:7px 0 7px 13px;border-left:2px solid #b69746;color:#705b28;font-size:14px}.trend-insight-card>strong small{display:block;margin-top:4px;color:#8a8b84;font-size:9px;font-weight:500}.market-command-card{margin:4px 0 8px;overflow:hidden;border:1px solid #d6d1c0;border-radius:5px;background:#fbfbf7}.market-command-card.observation{border-color:#d7c89e}.market-command-head{min-height:82px;padding:12px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;border-bottom:1px solid #dfddd4;background:linear-gradient(90deg,#faf7ec,#fbfbf7 58%,#f5f7f4)}.market-command-head>div{min-width:0}.market-command-head span{color:#8a743b;font-size:10px;font-weight:800;letter-spacing:.04em}.market-command-head h3{margin:5px 0 4px;color:#262721;font-size:18px;line-height:1.35}.market-command-head p{margin:0;color:#62635d;font-size:11px;line-height:1.55}.market-command-head>strong{min-width:132px;padding:8px 12px;border-left:3px solid #b69746;color:#705b28;font-size:15px;text-align:left}.market-command-head>strong small{display:block;margin-top:4px;color:#8a8b84;font-size:9px;font-weight:500}.market-command-grid{display:grid;grid-template-columns:1.08fr .82fr 1.2fr;background:#fff}.market-command-grid>div{min-width:0;padding:10px 12px}.market-command-grid>div+div{border-left:1px solid #e0e0da}.market-command-grid>div>span{display:block;color:#85867f;font-size:9px;font-weight:700}.market-command-grid>div>b{display:block;margin-top:4px;color:#34352f;font-size:12px;line-height:1.35}.market-command-grid>div>small{display:block;margin-top:7px;color:#898a83;font-size:9px}.momentum-steps{margin-top:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.momentum-steps>span{min-width:0;padding-right:8px;display:grid;grid-template-columns:auto 1fr;gap:2px 6px;border-right:1px solid #e5e5df}.momentum-steps>span:last-child{padding-right:0;border-right:0}.momentum-steps small{color:#91928c;font-size:9px}.momentum-steps strong{color:#4f504a;font-size:10px}.momentum-steps em{grid-column:1 / -1;color:#8b7140;font-size:10px;font-style:normal;font-variant-numeric:tabular-nums}.structure-counts{margin-top:8px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.structure-counts>span{padding:5px 6px;display:flex;align-items:baseline;justify-content:space-between;border:1px solid #e1e1db;background:#fafaf7}.structure-counts strong{color:#3f403a;font-size:16px;font-variant-numeric:tabular-nums}.structure-counts small{color:#8a8b84;font-size:9px}.structure-counts .up strong{color:#a24e50}.structure-counts .down strong{color:#39708a}.movers-command>div{margin-top:7px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 10px}.movers-command>div>span{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:6px}.movers-command>div small{overflow:hidden;color:#6e6f69;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.movers-command>div strong{color:#33342e;font-size:10px;font-variant-numeric:tabular-nums}.movers-command>div em{min-width:38px;font-size:9px;font-style:normal;font-weight:800;text-align:right}.movers-command>div em.up{color:#a24e50}.movers-command>div em.down{color:#39708a}.aligned-analysis-banner{min-height:66px;margin:4px 0 6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid #d7d7d1;border-radius:4px;background:#f8f8f5}.aligned-analysis-banner>div{min-width:0;padding:10px 13px;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;align-items:baseline;gap:4px 10px}.aligned-analysis-banner>div+div{border-left:1px solid #deded8}.aligned-analysis-banner span{color:#777872;font-size:10px;font-weight:700}.aligned-analysis-banner b{color:#2e5f79;font-size:15px}.aligned-analysis-banner small{grid-column:1 / -1;overflow:hidden;color:#6e6f69;font-size:10px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.aligned-analysis-banner.observation>div:first-child{background:#faf6e9}.aligned-analysis-banner.observation>div:first-child b{color:#7f652c}.plain-trend-toolbar{min-height:40px;padding:3px 0 6px;display:flex;align-items:center;justify-content:space-between;gap:14px}.plain-trend-toolbar .segmented button{min-width:56px;font-size:12px}.trend-scope-control{min-width:0;display:flex;align-items:center;gap:12px}.trend-scope-control .segmented{flex:0 0 auto}.trend-scope-control .segmented button{min-width:66px}.trend-scope-control .segmented button:disabled{color:#aaa9a2;cursor:not-allowed}.trend-scope-control>span{min-width:0;color:#696a64;font-size:12px;white-space:nowrap}.trend-scope-control>span b{margin-right:7px;color:#30312c;font-size:13px}.trend-scope-control>span small{margin-left:10px;color:#8b7750;font-size:10px}.trend-window-control{flex:0 0 auto}.trend-scope-note{min-height:27px;padding:6px 9px;border-top:1px solid #e2e2dc;background:#f4f4f1;color:#7a7b75;font-size:10px}.plain-trend-summary{min-height:55px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #d9d9d3;border-bottom:1px solid #d9d9d3;background:#fafaf7}.plain-trend-summary>div{min-width:0;padding:7px 13px 6px;display:grid;grid-template-columns:minmax(76px,1fr) auto;grid-template-rows:24px 17px;align-items:center;column-gap:10px}.plain-trend-summary>div+div{border-left:1px solid #deded8}.plain-trend-summary span{display:flex;align-items:center;gap:7px;color:#555650;font-size:12px;font-weight:700}.plain-trend-summary span i{width:9px;height:9px;flex:0 0 auto;border-radius:50%}.plain-trend-summary .quote span i{background:var(--blue)}.plain-trend-summary .activity span i{background:var(--gold)}.plain-trend-summary .supply span i{background:var(--green)}.plain-trend-summary strong{display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;color:#555650;font-size:17px;letter-spacing:0;white-space:nowrap}.plain-trend-summary strong svg{width:18px;height:18px;stroke-width:2.4}.plain-trend-summary strong.up{color:#b44d52}.plain-trend-summary strong.down{color:#34765a}.plain-trend-summary strong.flat{color:#777872}.plain-trend-summary small{grid-column:1 / -1;color:#555650;font-size:11px;font-weight:600}.plain-trend-summary em{grid-column:1 / -1;overflow:hidden;color:#898a84;font-size:10px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.trend-data-note{padding:8px 2px 2px;border-top:1px solid #e4e4de;color:#898a83;font-size:10px}.market-structure-panel{margin-top:10px}.market-structure-layout{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);border-top:1px solid #e0e0da}.market-structure-layout>article{min-width:0;padding:13px 15px}.market-structure-layout>article+article{border-left:1px solid #e0e0da}.market-breadth-card>span,.market-movers-card>div:first-child>span{color:#85867f;font-size:10px;font-weight:700}.market-breadth-card h3{margin:4px 0;color:#33342e;font-size:15px}.market-breadth-card p{margin:0;color:#74756e;font-size:10px;line-height:1.45}.market-breadth-card>div{max-width:340px;margin:10px 0 7px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.market-breadth-card>div>span{padding:7px 8px;display:flex;align-items:baseline;justify-content:space-between;border:1px solid #e0e0da;background:#fafaf7}.market-breadth-card strong{color:#41423c;font-size:18px}.market-breadth-card .up strong{color:#a24e50}.market-breadth-card .down strong{color:#39708a}.market-breadth-card small{color:#8b8c85;font-size:9px}.market-movers-card>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.market-movers-card>div:first-child small{color:#8a8b84;font-size:9px}.market-movers-list{margin-top:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.market-movers-list>div{min-width:0;padding:8px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;border-bottom:1px solid #e8e8e2}.market-movers-list>div:nth-child(odd){border-right:1px solid #e8e8e2}.market-movers-list span{min-width:0}.market-movers-list span b,.market-movers-list span small{display:block}.market-movers-list span b{color:#3a3b35;font-size:11px}.market-movers-list span small{overflow:hidden;margin-top:3px;color:#84857e;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.market-movers-list>div>strong{color:#353630;font-size:12px}.market-movers-list>div>strong small{margin-left:3px;color:#8b8c85;font-size:8px;font-weight:500}.market-movers-list em{min-width:40px;font-size:10px;font-style:normal;font-weight:800;text-align:right}.market-movers-list em.up{color:#a24e50}.market-movers-list em.down{color:#39708a}.short-term-reading{min-height:38px;padding:7px 11px;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;border-bottom:1px solid #e1ded4;background:#f7f3e8}.short-term-reading span{padding:3px 7px;border:1px solid #c8b276;border-radius:2px;color:#765e25;background:#fffaf0;font-size:10px;font-weight:700;white-space:nowrap}.short-term-reading b{color:#463a20;font-size:12px}.short-term-reading small{color:#7a6b48;font-size:10px;text-align:right;white-space:nowrap}.mixed-trend-chart{height:252px;position:relative;margin-top:7px;outline:none;background:#fff}.mixed-trend-chart:focus-visible{box-shadow:inset 0 0 0 2px #2f85ae3d}.mixed-trend-chart svg{width:100%;height:224px;display:block;overflow:visible}.mixed-trend-chart .trend-line{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.mixed-trend-chart .trend-line.quote{stroke-width:2.8}.mixed-trend-chart .trend-line.observation{stroke-dasharray:5 4;opacity:.64}.quote-day-point{fill:#fff;stroke:var(--blue);stroke-width:1.7;vector-effect:non-scaling-stroke}.quote-day-point.observation{fill:#fff8e8;stroke:#9b7931;stroke-dasharray:2 2}.observation-point-label{fill:#8a6825;font-size:9px;font-weight:700;text-anchor:end}.short-stall-band{fill:#b7923b1a}.short-stall-label,.quote-turn-label{fill:#8a6825;font-size:10px;font-weight:700}.quote-turn-label{text-anchor:middle}.mixed-trend-legend{position:absolute;z-index:2;top:2px;left:50%;display:flex;align-items:center;gap:18px;transform:translate(-50%);color:#51524d;font-size:11px;white-space:nowrap;pointer-events:none}.mixed-trend-legend span{display:flex;align-items:center;gap:5px}.mixed-trend-legend i{width:17px;height:3px;border-radius:0}.mixed-trend-legend .quote i{background:var(--blue)}.mixed-trend-legend .activity i{width:9px;height:10px;background:#b7923bb8}.mixed-trend-legend .supply i{background:var(--green)}.mixed-trend-legend small{color:#979892;font-size:9px}.mixed-axis-title{fill:#777872;font-size:10px;font-weight:700}.mixed-axis-title.left{text-anchor:start}.mixed-axis-title.right{text-anchor:end}.mixed-gridline{stroke:#e7e7e1;stroke-width:1;vector-effect:non-scaling-stroke}.mixed-axis-tick{stroke:#bfc0ba;stroke-width:1;vector-effect:non-scaling-stroke}.mixed-axis-label{fill:#777872;font-size:10px;font-variant-numeric:tabular-nums}.mixed-axis-label.left{text-anchor:end}.mixed-axis-label.right{text-anchor:start}.mixed-index-baseline{stroke:#b39a60;stroke-width:1;stroke-dasharray:5 4;opacity:.8;vector-effect:non-scaling-stroke}.activity-bar{fill:#b7923b8a;stroke:#97752757;stroke-width:1;vector-effect:non-scaling-stroke}.activity-bar.below{fill:#9a804357}.activity-bar.active{fill:#b7923bd6;stroke:#8f702a}.activity-cap{stroke:#8f702a;stroke-width:2;vector-effect:non-scaling-stroke}.mixed-date-label{fill:#858680;font-size:10px;font-variant-numeric:tabular-nums}.mixed-date-label.start{text-anchor:start}.mixed-date-label.middle{text-anchor:middle}.mixed-date-label.end{text-anchor:end}.mixed-trend-tooltip{width:274px;padding:8px 10px 7px;position:absolute;z-index:4;top:25px;transform:translate(9px);border:1px solid #c9c9c2;border-radius:4px;background:#fffffffa;box-shadow:0 8px 24px #23231e24;pointer-events:none}.mixed-trend-tooltip.align-right{transform:translate(calc(-100% - 9px))}.mixed-trend-tooltip time{display:block;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #e3e3de;color:#666761;font-size:11px}.mixed-trend-tooltip>div{min-height:27px;display:grid;grid-template-columns:9px 72px 62px 1fr;align-items:center;gap:5px;font-size:11px}.mixed-trend-tooltip i{width:8px;height:8px;border-radius:50%}.mixed-trend-tooltip i.quote{background:var(--blue)}.mixed-trend-tooltip i.activity{border-radius:1px;background:var(--gold)}.mixed-trend-tooltip i.supply{background:var(--green)}.mixed-trend-tooltip span{color:#6b6c66}.mixed-trend-tooltip b{color:#30312c;font-variant-numeric:tabular-nums}.mixed-trend-tooltip small{color:#777872;text-align:right;white-space:nowrap}.mixed-trend-tooltip p{margin:5px 0 0;padding-top:5px;border-top:1px solid #e3e3de;color:#8a7a51;font-size:9px}.mixed-trend-empty{height:252px;display:grid;place-items:center;color:#777872;font-size:13px}.plain-market-reading{min-height:52px;padding:8px 10px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:5px 12px;border-top:1px solid #d9d9d3;border-bottom:1px solid #e5e5df;background:#f8f8f5}.plain-market-reading b{color:#30312c;font-size:12px}.plain-market-reading span{color:#4f504a;font-size:12px;line-height:1.55}.plain-market-reading small{grid-column:2;color:#8c722f;font-size:10px}.plain-market-reading.aligned span{font-weight:600}.plain-market-reading.aligned small{color:#777872;line-height:1.45}.plain-market-reading.caution{border-left:3px solid #b69746;background:#faf7ec}.trend-relations{min-height:42px;margin-top:7px;display:grid;grid-template-columns:130px repeat(3,minmax(150px,1fr)) auto;align-items:center;border-top:1px solid #deded8;border-bottom:1px solid #e7e7e2}.trend-relations-heading{min-width:0;display:flex;flex-direction:column;gap:2px}.trend-relations-heading b{color:#343530;font-size:11px}.trend-relations-heading span,.trend-relations>small{color:#888983;font-size:9px}.trend-relation-item{min-width:0;height:26px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-left:1px solid #e2e2dc}.trend-relation-item>span{min-width:0;display:flex;align-items:center;gap:6px;color:#676862;font-size:10px;white-space:nowrap}.trend-relation-item i{width:13px;height:3px;border-radius:0}.trend-relation-item i.quote-activity{background:linear-gradient(90deg,var(--blue) 0 48%,var(--gold) 52% 100%)}.trend-relation-item i.quote-supply{background:linear-gradient(90deg,var(--blue) 0 48%,var(--green) 52% 100%)}.trend-relation-item i.activity-supply{background:linear-gradient(90deg,var(--gold) 0 48%,var(--green) 52% 100%)}.trend-relation-item strong{color:#696a64;font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap}.trend-relation-item strong.positive{color:#4e7652}.trend-relation-item strong.negative{color:#9a5054}.trend-relation-item strong.weak{color:#8d742e}.trend-relations>small{padding-left:10px;text-align:right;white-space:nowrap}@media(max-width:980px){.market-command-head{grid-template-columns:1fr;gap:9px}.market-command-head>strong{padding-block:5px}.market-command-grid{grid-template-columns:1fr}.market-command-grid>div+div{border-top:1px solid #e0e0da;border-left:0}.aligned-analysis-banner{grid-template-columns:1fr}.aligned-analysis-banner>div+div{border-top:1px solid #deded8;border-left:0}.trend-scope-control>span small{display:none}.plain-trend-summary>div{padding-inline:9px}.plain-trend-summary strong{font-size:15px}.mixed-trend-tooltip{width:250px}.weekly-trend-stat{grid-template-columns:minmax(82px,1fr) auto}.weekly-trend-stat>em{grid-column:2;grid-row:2}.weekly-trend-stat>small{grid-column:1;grid-row:2}.weekly-trend-reading>small{display:none}.trend-relations{grid-template-columns:110px repeat(3,minmax(138px,1fr))}.trend-relations>small{display:none}}.front-page-content{color:#343530}.front-page-heading{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px}.front-page-heading>div:first-child{min-width:0;display:grid;grid-template-columns:auto auto 1fr;align-items:baseline;gap:10px}.front-page-heading span{color:#9a813e;font-size:11px;font-weight:700;white-space:nowrap}.front-page-heading h1{margin:0;color:#20211d;font-size:22px}.front-page-heading p{margin:0;color:#6e6f69;font-size:12px;white-space:nowrap}.front-heading-actions{display:flex;align-items:center;gap:7px}.front-heading-actions .data-date,.front-heading-actions .record-count{height:28px;padding:0 9px;display:inline-flex;align-items:center;border:1px solid #d2d2cc;border-radius:3px;background:#fff;color:#5b5c56;font-size:11px}.front-date-control{height:30px;padding:0 7px 0 9px;display:inline-flex;align-items:center;gap:7px;border:1px solid #c9d7de;border-radius:4px;background:#fff}.front-date-control>span{color:#66737b;font-size:10px}.front-date-control input{width:116px;border:0;outline:0;background:transparent;color:#174b69;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.price-center-nav{min-height:50px;margin-bottom:8px;padding:4px;display:grid;grid-template-columns:repeat(2,minmax(190px,230px));gap:4px;border:1px solid #d5d5cf;border-radius:4px;background:#f1f1ed}.price-center-nav button{min-width:0;min-height:40px;padding:5px 10px;display:flex;align-items:center;gap:9px;border:1px solid transparent;border-radius:3px;background:transparent;color:#686963;text-align:left;cursor:pointer}.price-center-nav button:hover{background:#fafaf7}.price-center-nav button.active{border-color:#c3ae75;background:#fff;color:#39362d;box-shadow:0 1px 2px #2d2a200d}.price-center-nav button>svg{flex:0 0 auto;color:#857342}.price-center-nav button>span{min-width:0;display:flex;flex-direction:column;gap:2px}.price-center-nav button b{color:inherit;font-size:12px}.price-center-nav button small{overflow:hidden;color:#858680;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.front-panel{min-width:0;overflow:hidden;border:1px solid #d5d5cf;border-radius:5px;background:#fff}.front-panel-heading{min-height:53px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #deded8}.front-panel-heading h2{margin:0;color:#252621;font-size:15px}.front-panel-heading span{display:block;margin-top:3px;color:#7b7c76;font-size:11px}.front-panel-heading>svg{flex:0 0 auto;color:#8a7743}.front-filterbar{min-height:47px;margin-bottom:8px;padding:5px 7px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #d5d5cf;border-radius:4px;background:#fff}.front-filterbar>label{width:min(430px,42%);height:34px;padding:0 9px;display:flex;align-items:center;gap:7px;border:1px solid #d3d3cd;border-radius:3px;color:#858680}.front-filterbar input{min-width:0;flex:1;border:0;outline:0;color:#30312c;background:transparent;font-size:12px}.segmented{height:34px;padding:2px;display:flex;align-items:center;gap:2px;border:1px solid #d4d4ce;border-radius:4px;background:#f4f4f1}.segmented button{min-width:76px;height:28px;padding:0 9px;border:0;border-radius:3px;background:transparent;color:#676862;font-size:11px;cursor:pointer}.segmented button.active{background:#d8c79d;color:#2f2d25;font-weight:700}.segmented.compact{height:30px}.segmented.compact button{min-width:42px;height:24px;padding:0 6px}.price-workbench{display:grid;grid-template-columns:minmax(550px,1.35fr) minmax(360px,.9fr);gap:8px;align-items:start}.market-ledger-panel,.product-trend-panel{min-height:478px}.market-ledger-panel .front-table{max-height:468px}.front-table{max-height:548px;overflow:auto}.market-ledger-summary{display:flex;align-items:center;gap:5px}.market-ledger-summary span{height:24px;margin:0;padding:0 7px;display:inline-flex;align-items:center;border:1px solid #ddd9cc;border-radius:3px;background:#f7f5ee;color:#746844;font-size:10px;font-weight:700}.front-table-row{min-width:0;min-height:48px;padding:0 9px;display:grid;grid-template-columns:minmax(126px,1.35fr) minmax(78px,.72fr) 74px minmax(84px,.82fr) 108px;align-items:center;gap:8px;border-bottom:1px solid #e8e8e3;color:#565751;font-size:11px;cursor:pointer;outline:none}.front-table-row>*{min-width:0}.front-table-row.head{min-height:34px;position:sticky;z-index:2;top:0;background:#f3f3f0;color:#74756f;font-size:10px;cursor:default}.front-table-row:not(.head):hover{background:#faf9f5}.front-table-row.selected{background:#f5f1e6;box-shadow:inset 3px 0 #ad9149}.front-table-row:focus-visible{box-shadow:inset 3px 0 #3b7896,0 0 0 2px #3b78962b}.market-object-identity,.market-object-price,.market-object-change{min-width:0;display:flex;flex-direction:column;gap:3px}.market-object-identity b,.market-object-price strong{overflow:hidden;color:#292a25;text-overflow:ellipsis;white-space:nowrap}.market-object-identity b{font-size:13px}.market-object-identity small,.market-object-price small,.market-object-change small{overflow:hidden;color:#858680;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.market-object-price strong{font-size:14px;font-variant-numeric:tabular-nums}.market-object-change em{overflow:hidden;font-size:11px;font-style:normal;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.market-object-change em.muted{color:#777871;font-weight:600}.sample-confidence{min-width:0;display:grid;gap:5px}.sample-confidence>span{min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:5px}.sample-confidence b{color:#343530;font-size:11px;font-variant-numeric:tabular-nums}.sample-confidence small{overflow:hidden;color:#7f807a;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.sample-confidence>i{height:3px;overflow:hidden;border-radius:3px;background:#e4e4de}.sample-confidence>i>em{height:100%;display:block;border-radius:inherit;background:#7e9a78}.sample-confidence.stable>i>em{background:#aa945c}.sample-confidence.thin>i>em{background:#b96d70}.market-object-actions{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 27px 14px;align-items:center;gap:4px}.market-object-actions>svg{color:#a4a59f}.object-flags{min-width:0;display:flex;align-items:center;gap:3px;overflow:hidden}.object-flags i{flex:0 0 auto;height:19px;padding:0 5px;display:inline-flex;align-items:center;border-radius:3px;font-size:9px;font-style:normal;white-space:nowrap}.object-flags .risk{width:auto}.object-flags .signal.anomaly{color:#9a4348;background:#f5e3e4}.object-flags .signal.demand{color:#386d87;background:#e4eef2}.front-table-row button{width:27px;height:27px;display:grid;place-items:center;border:0;border-radius:3px;background:transparent;color:#989993;cursor:pointer}.front-table-row button:hover{background:#eceae2;color:#8a722f}.front-table-row button.watched{color:#9b7d31;background:#eee6d1}.product-trend-panel{display:flex;align-self:stretch;flex-direction:column;padding-bottom:0}.product-trend-panel .interactive-chart{margin:0 10px}.trend-panel-actions{display:flex;align-items:center;gap:8px;color:#8a7743}.trend-panel-actions button{height:27px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;border:1px solid #d3d0c5;border-radius:3px;background:#faf9f5;color:#70633e;font-size:9px;font-weight:700;cursor:pointer}.trend-panel-actions button:hover{border-color:#bda867;background:#f5f0e3}.series-legend{height:34px;padding:0 13px;display:flex;align-items:center;gap:16px;color:#666760;font-size:11px}.series-legend span{display:flex;align-items:center;gap:5px}.series-legend>small{margin-left:auto;color:#888982;font-size:9px}.series-summary{min-height:39px;padding:8px 13px 0;display:flex;gap:18px;color:#74756f;font-size:11px}.series-summary b{color:#30312c}.price-point-summary{min-height:52px;margin:8px 10px 0;padding:7px 9px;display:grid;grid-template-columns:.85fr 1.25fr 1fr;gap:8px;border:1px solid #deded8;border-radius:4px;background:#f8f8f5}.price-point-summary>span{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px}.price-point-summary small{color:#858680;font-size:8px}.price-point-summary b{overflow:hidden;color:#30312c;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.price-comparison-grid{margin:6px 10px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.price-comparison-grid>span{min-width:0;padding:6px 7px;display:grid;grid-template-columns:1fr auto;gap:3px;border:1px solid #e1e1dc;border-radius:3px;background:#fff}.price-comparison-grid small{color:#7c7d76;font-size:8px}.price-comparison-grid b{font-size:10px;text-align:right}.price-comparison-grid b.muted{color:#888982}.price-comparison-grid em{grid-column:1 / -1;overflow:hidden;color:#999a94;font-size:7px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.trend-evidence{min-height:174px;max-height:314px;margin-top:8px;flex:1;overflow:auto;border-top:1px solid #e3e3de;background:#fafaf7}.trend-evidence-heading{min-height:35px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #e6e6e1}.trend-evidence-heading b{color:#3c3d37;font-size:11px}.trend-evidence-heading span{color:#858680;font-size:9px}.trend-evidence>button{width:100%;min-height:49px;padding:6px 10px;display:grid;grid-template-columns:48px minmax(0,1fr) 45px 13px;align-items:center;gap:7px;border:0;border-bottom:1px solid #e9e9e4;background:transparent;color:inherit;text-align:left;cursor:pointer}.trend-evidence>button:hover,.trend-evidence>button.selected{background:#f2eee2;box-shadow:inset 3px 0 #ad9149}.trend-evidence>button>strong{overflow:hidden;color:#2f302b;font-size:12px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.trend-evidence>button>span{min-width:0;display:flex;flex-direction:column;gap:3px}.trend-evidence>button b,.trend-evidence>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trend-evidence>button b{color:#555650;font-size:10px}.trend-evidence>button small{color:#898a84;font-size:9px}.trend-evidence>button em{overflow:hidden;color:#7c704e;font-size:9px;font-style:normal;text-align:right;text-overflow:ellipsis;white-space:nowrap}.trend-evidence>button>svg{color:#a1a29c}.trend-evidence-warning{padding:7px 10px;border-bottom:1px solid #ead9b5;background:#fff7df;color:#7c632c;font-size:8px;line-height:1.45}.trend-evidence-empty{min-height:118px;display:grid;place-items:center;color:#898a84;font-size:10px}.price-evidence-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.price-evidence-fields>span{min-height:55px;padding:9px;display:flex;flex-direction:column;gap:6px;border:1px solid #deded8;border-radius:4px;background:#fafaf8}.price-evidence-fields small{color:#858680;font-size:8px}.price-evidence-fields b{overflow:hidden;color:#343530;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.price-evidence-context{margin:0;padding:12px 14px;border-left:3px solid #b69a56;background:#f8f5ed;color:#4c4d47;font-size:11px;line-height:1.7;white-space:pre-wrap}.price-evidence-actions{margin-top:18px;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #deded8}.price-evidence-actions button,.price-evidence-actions a{min-height:32px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cfcfc9;border-radius:4px;background:#fff;color:#55564f;font-size:9px;font-weight:700;text-decoration:none;cursor:pointer}.price-evidence-actions a{border-color:#292a26;background:#292a26;color:#fff}.price-evidence-actions>span{color:#858680;font-size:9px}.inline-loading,.inline-error{min-height:250px;display:flex;align-items:center;justify-content:center;gap:8px;color:#777871;font-size:12px}.inline-error{color:#a2474c}.inline-loading .spinner{width:18px;height:18px}.full-matrix-panel{margin-top:8px;padding-bottom:10px}.full-matrix-panel .matrix{margin:9px 11px 0}.product-detail-workbench{display:grid;grid-template-columns:minmax(560px,1.35fr) minmax(430px,1fr);gap:8px;align-items:start}.product-record-list{max-height:calc(100vh - 170px);overflow:auto}.product-list-head,.product-record-list>button{min-width:600px;display:grid;grid-template-columns:150px minmax(0,1fr) 110px 18px;align-items:center;gap:10px}.product-list-head{height:32px;padding:0 11px;background:#f3f3f0;color:#777871;font-size:10px}.product-record-list>button{width:100%;min-height:58px;padding:7px 11px;border:0;border-bottom:1px solid #e8e8e3;background:#fff;color:#4e4f49;text-align:left;cursor:pointer}.product-record-list>button:hover,.product-record-list>button.selected{background:#f5f1e6}.product-record-list>button span{min-width:0;display:flex;flex-direction:column;gap:3px}.product-record-list>button b,.product-record-list>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-record-list>button b{color:#30312c;font-size:11px}.product-record-list>button small{color:#858680;font-size:10px}.product-record-list>button strong{color:#292a25;font-size:12px;text-align:right}.product-inspector{max-height:calc(100vh - 170px);overflow:auto}.product-fields{margin:0;padding:9px 12px;display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.product-fields div{min-height:38px;display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;border-bottom:1px solid #ecece7}.product-fields dt{color:#80817b;font-size:10px}.product-fields dd{margin:0;overflow:hidden;color:#353630;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.source-evidence{margin:2px 12px 10px;padding:9px 10px;border-left:3px solid #bda45f;background:#f7f4eb}.source-evidence b{color:#514a37;font-size:11px}.source-evidence p{max-height:76px;margin:6px 0 0;overflow:auto;color:#66645b;font-size:10px;line-height:1.55}.inspector-trend{padding:0 12px 10px}.inspector-trend .interactive-chart{height:175px}.inspector-trend .interactive-chart svg{height:153px}.subheading{min-height:36px;display:flex;align-items:center;justify-content:space-between}.subheading b{color:#33342f;font-size:12px}.subheading span{color:#858680;font-size:10px}.evidence-list{padding:0 12px 12px}.evidence-list>b{display:block;margin-bottom:5px;color:#33342f;font-size:12px}.evidence-list>div{padding:7px 0;border-top:1px solid #e5e5e0}.evidence-list span{display:flex;justify-content:space-between;gap:10px}.evidence-list strong{color:#8d6f24;font-size:11px}.evidence-list small{color:#858680;font-size:9px}.evidence-list p{margin:4px 0 0;overflow:hidden;color:#585952;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.alert-trend-panel{padding-bottom:10px}.alert-trend-panel .interactive-chart{margin:0 11px;height:170px}.alert-trend-panel .interactive-chart svg{height:148px}.alerts-workbench{margin-top:8px;display:grid;grid-template-columns:minmax(650px,1.55fr) minmax(320px,.75fr);gap:8px;align-items:start}.alerts-ledger{max-height:520px;overflow:auto}.alert-ledger-row{min-height:54px;padding:7px 11px;display:grid;grid-template-columns:9px minmax(0,1fr) 78px 68px;align-items:center;gap:8px;border-bottom:1px solid #e8e8e3}.risk-dot{width:7px;height:7px;border-radius:50%}.risk-dot.high{background:#b9565b}.risk-dot.medium{background:#b79b5a}.risk-dot.low{background:#658963}.alert-ledger-row>span{min-width:0;display:flex;flex-direction:column;gap:4px}.alert-ledger-row b{overflow:hidden;color:#30312c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.alert-ledger-row small{color:#858680;font-size:9px}.alert-ledger-row>strong{font-size:12px;text-align:right}.alert-ledger-row>em{color:#757670;font-size:10px;font-style:normal;text-align:right}.watchlist-panel{min-height:240px}.watch-row{min-height:52px;padding:7px 11px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #e8e8e3}.watch-row span{min-width:0;display:flex;flex-direction:column;gap:4px}.watch-row b{overflow:hidden;color:#30312c;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.watch-row small{color:#858680;font-size:9px}.watch-row button{width:30px;height:30px;display:grid;place-items:center;border:0;background:transparent;color:#9b7d31;cursor:pointer}.watch-summary{min-height:43px;padding:0 11px;display:flex;align-items:center;gap:7px;color:#666760;font-size:11px}.watch-summary svg{color:#658963}.reports-workbench{display:grid;grid-template-columns:280px minmax(430px,1fr) 350px;gap:8px;align-items:start}.reports-list,.report-reader,.news-list{min-height:510px;max-height:calc(100vh - 130px);overflow:auto}.reports-list>button{width:100%;min-height:58px;padding:7px 10px;display:grid;grid-template-columns:68px minmax(0,1fr) 16px;align-items:center;gap:8px;border:0;border-bottom:1px solid #e8e8e3;background:#fff;color:#4e4f49;text-align:left;cursor:pointer}.reports-list>button:hover,.reports-list>button.selected{background:#f5f1e6}.reports-list time{color:#8d6f24;font-size:10px}.reports-list span{min-width:0;display:flex;flex-direction:column;gap:4px}.reports-list b,.reports-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-list b{color:#30312c;font-size:11px}.reports-list small{color:#858680;font-size:9px}.report-status-strip{min-height:52px;padding:0 14px;display:flex;align-items:center;gap:25px;border-bottom:1px solid #e4e4df;background:#f7f7f4;color:#74756f;font-size:10px}.report-status-strip b{margin-left:4px;color:#33342f}.report-body{padding:16px 18px}.report-body h3{margin:0 0 8px;color:#33342f;font-size:14px}.report-body h3:not(:first-child){margin-top:22px}.report-body p{margin:0;color:#5d5e58;font-size:12px;line-height:1.75}.news-list>div:not(.front-panel-heading){min-height:66px;padding:8px 11px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:8px;border-bottom:1px solid #e8e8e3}.news-list time{color:#9a813e;font-size:10px}.news-list span{min-width:0;display:flex;flex-direction:column;gap:5px}.news-list b,.news-list span>a{color:#343530;font-size:11px;font-weight:700;line-height:1.4}.news-list span>a{text-decoration:none}.news-list span>a:hover{color:#8d6f24;text-decoration:underline;text-underline-offset:3px}.news-list small{color:#858680;font-size:9px}.front-empty{min-height:118px;display:grid;place-items:center;color:#8b8c86;font-size:11px}.front-module-state{min-height:calc(100vh - 44px);display:flex;align-items:center;justify-content:center;gap:9px;color:#6f706a;background:#f3f3f0;font-size:13px}.front-module-state.error{color:#a2474c}.front-retry{height:34px;margin:10px auto;padding:0 12px;display:flex;align-items:center;gap:6px;border:1px solid #c8c8c2;border-radius:3px;background:#fff;color:#44453f;cursor:pointer}@media(max-width:1240px){.reports-workbench{grid-template-columns:260px minmax(430px,1fr)}.news-list{grid-column:1 / -1;min-height:0;max-height:none}}@media(max-width:1150px){.product-detail-workbench,.alerts-workbench{grid-template-columns:1fr}}@media(max-width:1080px){.price-workbench{grid-template-columns:1fr}.market-ledger-panel,.product-trend-panel{min-height:0}}@media(max-width:900px){.front-page-heading{align-items:flex-start;flex-direction:column;padding:10px 0}.front-page-heading>div:first-child{grid-template-columns:auto 1fr}.front-page-heading p{grid-column:1 / -1;white-space:normal}.price-center-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.front-filterbar{align-items:stretch;flex-direction:column}.front-filterbar>label{width:100%}.segmented{overflow-x:auto}.segmented button{flex:1 0 auto}.reports-workbench{grid-template-columns:1fr}.news-list{grid-column:auto}}.portal-admin:not(.route-review) .content{width:100%;max-width:none;margin:0;padding:16px 18px 28px}.portal-admin .batch-ledger,.portal-admin .quality-ledger,.portal-admin .admin-page{color:#30312c}.portal-admin .module-title-row{min-height:58px;margin-bottom:10px}.portal-admin .module-title-row>div:first-child{gap:10px}.portal-admin .module-title-row h1{color:#20211d;font-size:22px}.portal-admin .module-title-row p{color:#696a64;font-size:12px}.portal-admin .view-switch{height:36px;padding:2px;border:1px solid #d6d6d0;border-radius:4px;background:#fff}.portal-admin .view-switch button{height:30px;min-width:82px;border:0;background:transparent;color:#5d5e58;font-size:12px}.portal-admin .view-switch button.active{background:#d8c79d;color:#2c2c27;box-shadow:none}.batch-title-actions{display:flex;align-items:center;gap:8px}.batch-create-button{height:36px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #22231f;border-radius:4px;background:#22231f;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.batch-create-button:hover{background:#35362f}.batch-create-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;padding:24px;display:grid;place-items:center;background:#191a1775}.batch-create-dialog{width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:auto;border:1px solid #c9c9c2;border-radius:6px;background:#fff;color:#292a25;box-shadow:0 24px 72px #1b1b1747}.batch-create-dialog>header{min-height:96px;padding:18px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid #deded8}.batch-create-dialog>header div{display:grid;gap:3px}.batch-create-dialog>header span{color:#8a722f;font-size:11px;font-weight:800}.batch-create-dialog>header h2{margin:0;color:#22231f;font-size:21px;line-height:1.25}.batch-create-dialog>header p{margin:2px 0 0;color:#6d6e68;font-size:12px;line-height:1.5}.batch-create-dialog>header button{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;color:#62635d;cursor:pointer}.batch-create-dialog>header button:hover{background:#f0f0ec}.batch-create-form{padding:18px 20px 20px;display:grid;gap:15px}.batch-create-field{display:grid;gap:7px}.batch-create-field>span{color:#4d4e48;font-size:12px;font-weight:700}.batch-create-field select,.batch-create-field input{width:100%;height:40px;padding:0 11px;border:1px solid #cfcfc9;border-radius:4px;background:#fff;color:#292a25;font:inherit;font-size:13px;outline:none}.batch-create-field select:focus,.batch-create-field input:focus{border-color:#9f884f;box-shadow:0 0 0 2px #ad945324}.batch-task-description{padding:11px 12px;display:grid;gap:4px;border-left:3px solid #b49a59;background:#f5f2e9}.batch-task-description strong{color:#33342e;font-size:13px}.batch-task-description span{color:#6b6c65;font-size:12px;line-height:1.55}.batch-task-description.crawler{border-left-color:#4d86a3;background:#edf4f7}.batch-task-description.crawler strong{color:#294f62}.batch-date-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.batch-date-fields.single{grid-template-columns:1fr}.batch-create-check{min-height:56px;display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;cursor:pointer}.batch-create-check input{width:16px;height:16px;margin:2px 0 0;accent-color:#8d7437}.batch-create-check span{display:grid;gap:3px}.batch-create-check b{color:#3b3c36;font-size:12px}.batch-create-check small{color:#7a7b74;font-size:11px;line-height:1.5}.batch-create-note{min-height:42px;padding:9px 11px;display:grid;grid-template-columns:17px minmax(0,1fr);gap:8px;align-items:start;border:1px solid #e5dcc5;background:#fbf8ef;color:#77673d;font-size:11px;line-height:1.55}.batch-create-note svg{margin-top:1px}.batch-create-note.unavailable{border-color:#e5c7c9;background:#fbefef;color:#934d52}.batch-create-dialog>footer{min-height:62px;padding:11px 20px;display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid #deded8;background:#fafaf8}.batch-create-dialog>footer button{min-width:86px;height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #c8c8c2;border-radius:4px;background:#fff;color:#4e4f49;font-size:12px;font-weight:700;cursor:pointer}.batch-create-dialog>footer button.primary{min-width:124px;border-color:#22231f;background:#22231f;color:#fff}.batch-create-dialog button:disabled{opacity:.55;cursor:wait}.schedule-create-dialog{width:min(600px,calc(100vw - 32px))}.schedule-source-switch{height:40px;padding:3px;display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #d1d1cb;border-radius:4px;background:#f5f5f1}.schedule-source-switch button{border:0;border-radius:3px;background:transparent;color:#686963;font-size:12px;font-weight:700;cursor:pointer}.schedule-source-switch button.active{background:#fff;color:#2f302b;box-shadow:0 1px 4px #23231e24}.schedule-create-form .batch-create-field>small{margin-top:-2px;color:#7b7c75;font-size:11px}.schedule-form-notice{padding:9px 11px;border-left:3px solid #b45359;background:#f8ebec;color:#8d3d43;font-size:12px}.batch-kpis{margin-bottom:10px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid #d7d7d1;border-radius:5px;background:#fff}.batch-kpis>div{min-height:76px;padding:10px 13px;display:grid;grid-template-columns:1fr auto;align-items:center;border-right:1px solid #e1e1dc}.batch-kpis>div:last-child{border-right:0}.batch-kpis span{color:#686963;font-size:12px}.batch-kpis strong{color:#242520;font-size:24px;font-variant-numeric:tabular-nums}.batch-kpis small{grid-column:1 / -1;color:#8a8b85;font-size:10px}.batch-kpis .attention strong{color:#a6494f}.batch-section-tabs{height:39px;margin-bottom:8px;padding:3px;display:flex;gap:3px;border:1px solid #d7d7d1;border-radius:4px;background:#fff}.batch-section-tabs button{min-width:112px;height:31px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:3px;background:transparent;color:#65665f;font-size:12px;font-weight:700;cursor:pointer}.batch-section-tabs button.active{background:#ece5d3;color:#373124;box-shadow:inset 0 -2px #b69a56}.batch-section-tabs button i{min-width:20px;height:18px;padding:0 5px;border-radius:9px;background:#ded7c5;color:#5d5030;font-size:10px;font-style:normal;line-height:18px}.portal-admin .batches-panel{margin-top:0;padding:12px 14px}.batch-ledger-tools{display:flex;align-items:center;gap:8px}.batch-source-filter{height:30px;padding:2px;display:flex;border:1px solid #d6d6d0;border-radius:4px;background:#f7f7f4}.batch-source-filter button{min-width:62px;height:24px;padding:0 9px;border:0;border-radius:3px;background:transparent;color:#696a64;font-size:11px;cursor:pointer}.batch-source-filter button.active{background:#fff;color:#2f302b;box-shadow:0 1px 3px #2626201f}.portal-admin .batch-table{margin-top:10px;border-top-color:#d7d7d1}.portal-admin .batch-row{min-height:58px;border-bottom-color:#e5e5e0;color:#555650;font-size:12px}.portal-admin .batch-head{min-height:34px;color:#74756f;font-size:11px;background:#f4f4f1}.portal-admin .batch-name b{color:#292a25;font-size:13px}.portal-admin .batch-name small{display:flex;align-items:center;gap:6px;color:#81827c;font-size:10px}.batch-source{padding:2px 5px;border-radius:3px;background:#ecece7;color:#65665f;font-size:9px;font-style:normal;line-height:1.35}.batch-source.crawler{background:#e3eff3;color:#3f6f84}.portal-admin .batch-progress{grid-template-columns:minmax(65px,1fr) 42px}.portal-admin .batch-progress>i{height:5px;background:#e4e4df}.portal-admin .batch-progress>i b{background:#4d86a3}.portal-admin .batch-progress.indeterminate>i b{background:repeating-linear-gradient(90deg,#87a7b6 0,#87a7b6 10px,#b9ccd4 10px,#b9ccd4 18px)}.portal-admin .batch-progress em{color:#62635d;font-size:11px}.portal-admin .batch-counts b{color:#4f7650}.portal-admin .batch-counts em{color:#a74f54}.portal-admin .batch-actions button{height:30px;border-color:#c7c7c1;background:#fff;color:#3f403a;font-size:11px}.portal-admin .inline-notice{border-color:#cbdcc9;background:#edf4eb;color:#4b6b4a}.quality-overview{margin-bottom:10px;display:grid;grid-template-columns:250px minmax(0,1fr);gap:10px}.quality-score{min-height:154px;padding:16px;display:flex;flex-direction:column;border:1px solid #d7d7d1;border-left:4px solid #b49a59;border-radius:5px;background:#fff}.quality-score.good{border-left-color:#5f8e61}.quality-score.warning{border-left-color:#b58b3c}.quality-score.danger{border-left-color:#b65359}.quality-score>span{color:#696a64;font-size:12px}.quality-score>strong{margin:8px 0;color:#292a25;font-size:40px;line-height:1}.quality-score>strong small{margin-left:3px;color:#888982;font-size:13px}.quality-score p{margin:auto 0 0;color:#858680;font-size:10px;line-height:1.55}.quality-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quality-kpis article{min-height:72px;padding:12px 14px;display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid #d7d7d1;border-radius:5px;background:#fff}.quality-kpis span{color:#686963;font-size:11px}.quality-kpis strong{color:#292a25;font-size:23px}.quality-kpis small{grid-column:1 / -1;color:#8a8b85;font-size:9px}.portal-admin .quality-dimensions{padding:12px 14px}.quality-dimensions .panel-heading button{height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid #c9c9c3;border-radius:4px;background:#fff;color:#4e4f49;font-size:11px;cursor:pointer}.quality-table{margin-top:10px;border:1px solid #deded8;border-bottom:0}.quality-row{min-height:56px;padding:7px 10px;display:grid;grid-template-columns:minmax(170px,1fr) 90px 90px 90px minmax(260px,1.4fr) 78px;align-items:center;gap:10px;border-bottom:1px solid #e5e5e0;color:#555650;font-size:11px}.quality-head{min-height:34px;background:#f4f4f1;color:#74756f;font-size:10px}.quality-row>span:first-child{display:flex;align-items:center;gap:7px}.quality-row>span:first-child svg{color:#61859a}.quality-row .issue{color:#a64b51;font-weight:800}.quality-status{width:7px;height:7px;margin-right:6px;display:inline-block;border-radius:50%}.quality-status.good{background:#5f8e61}.quality-status.warning{background:#b65a5f}.quality-row>button{height:29px;display:inline-flex;align-items:center;justify-content:center;gap:3px;border:1px solid #c7c7c1;border-radius:4px;background:#fff;color:#44453f;font-size:10px;cursor:pointer}@media(max-width:980px){.quality-overview{grid-template-columns:1fr}.quality-row{min-width:800px}.quality-table{overflow-x:auto}}.portal-admin .schedule-panel{margin-top:0;padding:12px 14px;color:#4e4f49}.schedule-summary{min-height:45px;margin-top:10px;padding:0 12px;display:flex;align-items:center;gap:24px;border:1px solid #deded8;background:#f7f7f4;color:#696a64;font-size:12px}.schedule-summary span{display:inline-flex;align-items:center;gap:6px}.schedule-summary b{color:#282923;font-size:17px}.schedule-summary span:last-child{margin-left:auto}.schedule-summary span:last-child i{width:7px;height:7px;border-radius:50%;background:#bd9140}.schedule-summary span.ready{color:#4d7450}.schedule-summary span.ready i{background:#5c9262}.schedule-summary span.warning{color:#8a6828}.schedule-table{margin-top:10px;border:1px solid #deded8;border-bottom:0}.schedule-row{min-height:58px;padding:7px 10px;display:grid;grid-template-columns:minmax(185px,1.2fr) 82px 120px 82px 135px minmax(130px,.9fr) 72px;align-items:center;gap:10px;border-bottom:1px solid #e5e5e0;color:#555650;font-size:12px}.schedule-head{min-height:34px;background:#f4f4f1;color:#74756f;font-size:11px}.schedule-name,.schedule-expression,.schedule-last{min-width:0;display:grid;gap:3px}.schedule-name b,.schedule-expression b,.schedule-last b{overflow:hidden;color:#292a25;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.schedule-name small,.schedule-expression small,.schedule-last small{overflow:hidden;color:#81827c;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.schedule-expression small{text-transform:uppercase}.schedule-row>span:nth-child(4){display:flex;align-items:center;gap:7px}.schedule-status{width:7px;height:7px;border-radius:50%;background:#aaa}.schedule-status.active{background:#5c9262}.schedule-status.disabled{background:#999b95}.schedule-status.unsynced{background:#bd9140}.schedule-status.invalid{background:#b54f55}.schedule-panel-actions{display:flex;align-items:center;gap:7px}.schedule-panel-actions button{height:32px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid #c8c8c2;border-radius:4px;background:#fff;color:#52534d;font-size:11px;font-weight:700;cursor:pointer}.schedule-panel-actions button.primary{border-color:#292a25;background:#292a25;color:#fff}.schedule-actions{display:flex;align-items:center;gap:5px}.schedule-actions button{width:30px;height:30px;display:grid;place-items:center;border:1px solid #cecec8;border-radius:4px;background:#fff;color:#555650;cursor:pointer}.schedule-actions button:hover:not(:disabled){border-color:#a99258;color:#6f5a29}.schedule-actions button:disabled{opacity:.42;cursor:not-allowed}.crawler-schedule-empty{min-height:62px;margin-top:10px;padding:10px 12px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px dashed #d2d2cc;background:#fafaf8;color:#71726c}.crawler-schedule-empty>svg{color:#8b7848}.crawler-schedule-empty span{display:grid;gap:3px}.crawler-schedule-empty b{color:#363732;font-size:12px}.crawler-schedule-empty small{color:#7a7b74;font-size:11px}.crawler-schedule-empty em{padding:4px 7px;border-radius:3px;background:#f2e9d7;color:#876b31;font-size:10px;font-style:normal}.portal-admin .admin-kpis{gap:8px}.portal-admin .admin-kpis>div{min-height:78px;border-color:#d7d7d1;border-radius:5px;background:#fff}.portal-admin .admin-kpis svg{color:#7b704d}.portal-admin .admin-kpis span{color:#696a64;font-size:12px}.portal-admin .admin-kpis strong{color:#242520;font-size:25px}.portal-admin .admin-tabs{height:42px;margin-top:9px;border-color:#d7d7d1;border-radius:4px;background:#fff}.portal-admin .admin-tabs button{min-width:126px;color:#666760;font-size:12px}.portal-admin .admin-tabs button.active{background:#ece5d3;color:#373124;box-shadow:inset 0 -2px #b69a56}.portal-admin .management-panel{margin-top:8px;padding:12px 14px}.portal-admin .management-row{min-height:54px;border-bottom-color:#e6e6e1;color:#555650;font-size:12px}.portal-admin .management-head{min-height:34px;background:#f4f4f1;color:#74756f;font-size:11px}.portal-admin .management-row b{color:#2a2b26;font-size:13px}.portal-admin .management-row small{color:#7f807a;font-size:10px}.portal-admin .management-empty{color:#777872;font-size:12px}.portal-admin .audit-list>div{min-height:58px;border-bottom-color:#e6e6e1;color:#555650;font-size:11px}.portal-admin .audit-list b{color:#30312c;font-size:12px}.portal-admin .audit-list small,.portal-admin .audit-list time{color:#7a7b75}.portal-admin .management-modal{border-color:#d1d1cb;border-radius:6px;background:#fff;box-shadow:0 22px 70px #21211c33}.portal-admin .management-form{padding:20px;gap:13px}.portal-admin .modal-heading{border-bottom-color:#deded8}.portal-admin .modal-heading>div{color:#806b38}.portal-admin .modal-heading h2{color:#252621;font-size:17px}.portal-admin .management-form label{color:#5f605a;font-size:12px}.portal-admin .management-form input,.portal-admin .management-form select,.portal-admin .management-form textarea{height:38px;border-color:#cecec8;background:#fff;color:#2f302b;font-size:13px}.portal-admin .management-form textarea{min-height:86px}.portal-admin .management-form input:focus,.portal-admin .management-form select:focus,.portal-admin .management-form textarea:focus{border-color:#9a8654;box-shadow:0 0 0 2px #b79b5a1f}.portal-admin .quota-editor-account{border-color:#d6d6d0;background:#fafaf8}.portal-admin .quota-editor-account b{color:#292a25}.portal-admin .quota-editor-account span,.portal-admin .quota-editor-account small{color:#74756f}.portal-admin .role-choice-field,.portal-admin .permission-groups fieldset{border-color:#d6d6d0;background:#fafaf8}.portal-admin .role-choice-field legend,.portal-admin .permission-groups legend{color:#686963}.portal-admin .role-choice-field>label,.portal-admin .permission-groups label{background:#fff}.portal-admin .role-choice-field b,.portal-admin .permission-groups label b{color:#30312c}.portal-admin .role-choice-field small,.portal-admin .permission-groups label small{color:#7d7e77}.portal-admin .role-editor-summary{border-color:#d6d6d0;background:#f8f8f5}.portal-admin .role-editor-summary b{color:#2d2e29}.portal-admin .permission-chip-list em{background:#edf3f5;color:#4c7082}.portal-admin .role-editor-warning{border-color:#ded0a7;background:#fff9e8;color:#846b27}.portal-admin .session-revoke{border-color:#d7bfc3;background:#fff4f5;color:#a34e58}.portal-admin .modal-actions{border-top-color:#deded8}.portal-admin .modal-actions>button{height:36px;border-color:#c7c7c1;background:#fff;color:#44453f;font-size:12px}.portal-admin .modal-actions>button.primary-command,.portal-admin .primary-command{border-color:#2d2e29;background:#2d2e29;color:#fff;font-size:12px}.portal-admin .form-error{border-left-color:#bd5c62;background:#f5e6e7;color:#8f3d42;font-size:12px}.portal-admin .robot-admin-page>.admin-kpis{display:none}.portal-admin .robot-admin-page>.module-title-row{min-height:44px;margin-top:16px;margin-bottom:7px;padding:0 2px}.portal-admin .robot-admin-page>.module-title-row h1{font-size:18px}.portal-admin .robot-admin-page>.module-title-row p{font-size:11px}.portal-admin .wechat-operations{margin-top:0;gap:10px}.portal-admin .wechat-command-panel{min-height:84px;padding:18px 20px;border-color:#dddcd5;border-radius:8px;background:linear-gradient(135deg,#f8f5eb,#fff 68%);box-shadow:0 6px 18px #24251f0d}.portal-admin .wechat-command-panel .eyebrow{color:#8a722f;font-size:11px;font-weight:800;letter-spacing:.04em}.portal-admin .wechat-command-panel h2{color:#252621;font-size:18px}.portal-admin .wechat-command-panel p{color:#73746d;font-size:11px;line-height:1.5}.portal-admin .wechat-command-actions{flex:0 0 auto;gap:8px}.portal-admin .wechat-admin-region{min-width:150px;display:grid;gap:4px;color:#77786f;font-size:10px;font-weight:700}.portal-admin .wechat-admin-region select{height:36px;padding:0 30px 0 10px;border:1px solid #cfcfc8;border-radius:5px;background:#fff;color:#363731;font-size:11px;outline:none}.portal-admin .wechat-admin-region select:focus{border-color:#a99258;box-shadow:0 0 0 3px #a992581a}.portal-admin .wechat-command-panel .primary-command{min-height:36px;padding:0 13px;border-radius:5px;font-size:12px}.portal-admin .secondary-command{height:34px;padding:0 11px;border-color:#cfcfc8;border-radius:5px;background:#fff;color:#555650;font-size:11px;font-weight:700}.portal-admin .secondary-command:hover:not(:disabled){border-color:#a99258;color:#6f5a29;background:#fffdf7}.portal-admin .success-notice{min-height:34px;margin-top:0;border-color:#cbdcc9;border-radius:5px;background:#edf4eb;color:#4b6b4a;font-size:11px}.portal-admin .wechat-ops-grid{gap:10px}.portal-admin .wechat-card{padding:14px 16px;border-color:#dddcd5;border-radius:7px;background:#fff;box-shadow:0 3px 12px #24251f09}.portal-admin .wechat-card .panel-heading{margin-bottom:10px}.portal-admin .wechat-card .panel-heading h2{color:#30312c;font-size:14px}.portal-admin .wechat-card .panel-heading span{color:#7b7c76;font-size:10px}.portal-admin .wechat-remote-list,.portal-admin .wechat-binding-list,.portal-admin .wechat-image-list{border-top-color:#e5e5e0}.portal-admin .wechat-remote-row,.portal-admin .wechat-binding-row,.portal-admin .wechat-image-row{min-height:60px;border-bottom-color:#e9e9e4;color:#555650;font-size:11px}.portal-admin .wechat-remote-row b,.portal-admin .wechat-binding-row b,.portal-admin .wechat-image-row b{color:#2d2e29;font-size:12px}.portal-admin .wechat-remote-row small,.portal-admin .wechat-binding-row small,.portal-admin .wechat-image-row small{color:#7f807a;font-size:10px}.portal-admin .wechat-remote-row strong,.portal-admin .wechat-binding-row strong{font-size:10px}.portal-admin .wechat-remote-row strong.online,.portal-admin .wechat-binding-row strong.online{color:#4d7450}.portal-admin .wechat-remote-row strong.offline,.portal-admin .wechat-binding-row strong.offline{color:#8c8d87}.portal-admin .wechat-remote-row .robot-icon{width:32px;height:32px;border:1px solid #dce7df;border-radius:7px;background:#edf4eb;color:#557e58}.portal-admin .wechat-card .icon-button{border-color:#d7d7d1;background:#fff;color:#64655e}.portal-admin .wechat-card .icon-button:hover:not(:disabled){border-color:#a99258;background:#fffdf7;color:#6f5a29}.portal-admin .wechat-login-panel{padding:16px;border-color:#dddcd5;border-radius:7px;background:#fff}.portal-admin .wechat-login-qr{width:156px;height:156px;border-color:#d7d7d1;border-radius:5px}.portal-admin .wechat-login-copy{gap:9px}.portal-admin .wechat-login-copy p{color:#555650;font-size:11px}.portal-admin .wechat-login-copy p b{color:#8a722f}.portal-admin .wechat-login-copy small{color:#888983;font-size:9px}.portal-admin .wechat-image-query{margin:10px 0;gap:8px}.portal-admin .wechat-image-query input{height:36px;padding:0 11px;border-color:#cfcfc8;border-radius:5px;background:#fafaf8;color:#34352f;font-size:11px}.portal-admin .wechat-image-query input::placeholder{color:#999a94}.portal-admin .wechat-image-query input:focus{border-color:#a99258;box-shadow:0 0 0 2px #a992581f}.portal-admin .wechat-image-row .secondary-command{height:30px;font-size:10px}.portal-admin .wechat-image-empty{min-height:78px;border:1px dashed #d6d6d0;border-radius:5px;color:#888983;font-size:10px}.portal-admin .wechat-scope-card{padding-bottom:12px}.portal-admin .wechat-scope-toolbar{display:flex;align-items:flex-end;gap:8px;margin-bottom:10px}.portal-admin .wechat-scope-toolbar label{min-width:0;flex:1;display:grid;gap:5px;color:#74756f;font-size:10px}.portal-admin .wechat-scope-toolbar label select,.portal-admin .wechat-image-query select{height:36px;min-width:0;border:1px solid #cfcfc8;border-radius:5px;background:#fafaf8;color:#34352f;font-size:11px}.portal-admin .wechat-scope-toolbar label select{width:100%;padding:0 10px}.portal-admin .wechat-scope-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.portal-admin .wechat-scope-mode button{min-height:54px;padding:8px 10px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;border:1px solid #deded8;border-radius:6px;background:#fafaf8;color:#555650;text-align:left}.portal-admin .wechat-scope-mode button:hover{border-color:#c5b37d;background:#fffdf7}.portal-admin .wechat-scope-mode button.active{border-color:#b69a58;background:#f7f0dc;color:#5d4d25;box-shadow:inset 3px 0 #b69a58}.portal-admin .wechat-scope-mode button b{font-size:12px}.portal-admin .wechat-scope-mode button small{color:#85867f;font-size:10px}.portal-admin .wechat-scope-note{margin:9px 0;padding:8px 10px;border:1px solid #e4e3dc;border-radius:5px;background:#fafaf7;color:#777872;font-size:10px;line-height:1.45}.portal-admin .wechat-scope-picker{border:1px solid #e0e0da;border-radius:6px;overflow:hidden;background:#fff}.portal-admin .wechat-scope-picker.is-disabled{opacity:.72}.portal-admin .wechat-scope-tabs{min-height:45px;padding:6px 8px 0;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;border-bottom:1px solid #e5e5e0}.portal-admin .wechat-scope-tabs>div:first-child{display:flex;gap:3px}.portal-admin .wechat-scope-tabs button{min-height:34px;padding:0 9px;border:0;border-bottom:2px solid transparent;background:transparent;color:#85867f;font-size:11px}.portal-admin .wechat-scope-tabs button.active{border-bottom-color:#aa8c4a;color:#5d4d25;font-weight:700}.portal-admin .wechat-scope-tabs button em{margin-left:4px;color:#a2a29b;font-size:9px;font-style:normal}.portal-admin .wechat-scope-search{width:min(230px,42%);height:29px;margin-bottom:5px;padding:0 8px;display:flex;align-items:center;gap:5px;border:1px solid #deded8;border-radius:4px;background:#fafaf8;color:#93948e}.portal-admin .wechat-scope-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#34352f;font-size:10px}.portal-admin .wechat-scope-actions{min-height:34px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #ededE8;color:#85867f;font-size:10px}.portal-admin .wechat-scope-actions>div{display:flex;gap:5px}.portal-admin .text-command{padding:3px 5px;border:0;background:transparent;color:#8a722f;font-size:10px}.portal-admin .text-command:disabled{color:#b4b4ae;cursor:not-allowed}.portal-admin .wechat-scope-list{max-height:274px;overflow:auto}.portal-admin .wechat-scope-option{min-height:50px;padding:7px 10px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #f0f0ec;cursor:pointer}.portal-admin .wechat-scope-option:hover{background:#fbfaf4}.portal-admin .wechat-scope-option input{width:15px;height:15px;accent-color:#967a38}.portal-admin .wechat-scope-option span{min-width:0;display:flex;flex-direction:column;gap:3px}.portal-admin .wechat-scope-option b{overflow:hidden;color:#383932;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.portal-admin .wechat-scope-option small{overflow:hidden;color:#8a8b84;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.portal-admin .wechat-scope-empty{min-height:72px;display:grid;place-items:center;color:#999a94;font-size:10px}.portal-admin .wechat-scope-footer{min-height:42px;padding-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.portal-admin .wechat-scope-footer small{color:#8b8c85;font-size:9px}.portal-admin .wechat-scope-inline{margin-top:8px;padding:7px 9px;border-radius:4px;font-size:10px}.portal-admin .wechat-scope-inline.success{border:1px solid #cbdcc9;background:#edf4eb;color:#4b6b4a}.portal-admin .wechat-scope-inline.error{border:1px solid #e4c5c7;background:#f9eded;color:#9b4b51}.portal-admin .wechat-image-query select{flex:0 0 150px;padding:0 8px}.portal-admin .wechat-detail-page{display:grid;gap:10px}.portal-admin .wechat-detail-header{min-height:78px;padding:14px 16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;border-color:#dddcd5;border-radius:7px;background:#fff;box-shadow:0 3px 12px #24251f09}.portal-admin .wechat-detail-title{min-width:0}.portal-admin .wechat-detail-title .eyebrow{color:#8a722f;font-size:10px;font-weight:800}.portal-admin .wechat-detail-title h1{margin:3px 0 0;color:#252621;font-size:18px}.portal-admin .wechat-detail-title p{margin:4px 0 0;overflow:hidden;color:#777872;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.portal-admin .wechat-detail-header>strong{font-size:11px}.portal-admin .wechat-detail-header>strong.online{color:#4d7450}.portal-admin .wechat-detail-header>strong.offline{color:#8c8d87}@media(max-width:900px){.portal-admin .wechat-command-panel{align-items:flex-start;flex-direction:column}.portal-admin .wechat-command-actions{width:100%;flex-wrap:wrap}.portal-admin .wechat-admin-region{width:100%}.portal-admin .wechat-command-actions button{flex:1}.portal-admin .wechat-ops-grid{grid-template-columns:1fr}.portal-admin .wechat-scope-tabs{align-items:stretch;flex-direction:column;gap:4px}.portal-admin .wechat-scope-search{width:100%;margin-bottom:7px}.portal-admin .wechat-image-query{align-items:stretch;flex-wrap:wrap}.portal-admin .wechat-image-query select{flex:1 1 150px}.portal-admin .wechat-image-query input{flex:2 1 180px}.portal-admin .wechat-detail-header{grid-template-columns:1fr auto}.portal-admin .wechat-detail-header .wechat-detail-title{grid-column:1 / -1;grid-row:1}.portal-admin .wechat-detail-header>.secondary-command{grid-column:1;grid-row:2;justify-self:start}.portal-admin .wechat-detail-header>strong{grid-column:2;grid-row:2}}.auth-shell.portal-login.portal-front,.auth-shell.portal-login.portal-admin{min-height:100vh;color-scheme:light;background:#f1f2ef}.auth-shell.portal-front .auth-panel,.auth-shell.portal-admin .auth-panel{width:min(430px,100%);padding:30px;border-color:#d2d2cc;border-radius:6px;background:#fff;box-shadow:0 22px 60px #23241f1f}.auth-shell.portal-front .auth-brand,.auth-shell.portal-admin .auth-brand{padding-bottom:20px;border-bottom-color:#e0e0db}.auth-shell.portal-front .auth-brand .logo-mark,.auth-shell.portal-admin .auth-brand .logo-mark{border-color:#cab77e;background:#f4efdf;color:#58491f}.auth-shell.portal-front .auth-brand strong,.auth-shell.portal-admin .auth-brand strong{color:#252621;font-size:17px}.auth-shell.portal-front .auth-brand span,.auth-shell.portal-admin .auth-brand span{color:#777872;font-size:12px}.auth-shell.portal-front .auth-heading,.auth-shell.portal-admin .auth-heading{color:#8d763d}.auth-shell.portal-front .auth-heading h1,.auth-shell.portal-admin .auth-heading h1{color:#252621;font-size:23px}.auth-shell.portal-front .auth-heading p,.auth-shell.portal-admin .auth-heading p{color:#777872;font-size:13px}.auth-shell.portal-front .auth-panel label,.auth-shell.portal-admin .auth-panel label{color:#555650;font-size:13px}.auth-shell.portal-front .auth-panel input,.auth-shell.portal-admin .auth-panel input{border-color:#cdcdc7;background:#fff;color:#292a25;font-size:14px}.auth-shell.portal-front .auth-panel input:focus,.auth-shell.portal-admin .auth-panel input:focus{border-color:#9a8654;box-shadow:0 0 0 2px #b79b5a1f}.auth-shell.portal-front .auth-submit,.auth-shell.portal-admin .auth-submit{border-color:#2d2e29;background:#2d2e29;color:#fff}.auth-shell.portal-front .auth-secondary,.auth-shell.portal-admin .auth-secondary{border-color:#c9c9c3;background:#fff;color:#555650}.auth-shell.portal-front .auth-error,.auth-shell.portal-admin .auth-error{border-left-color:#bd5c62;background:#f5e6e7;color:#8f3d42}.auth-shell.portal-front .auth-hint,.auth-shell.portal-admin .auth-hint{color:#7d7e78}@media(max-width:1320px){.app-shell.portal-front,.app-shell.portal-admin{grid-template-columns:132px minmax(0,1fr)}.portal-front .sidebar,.portal-admin .sidebar{width:132px}.portal-front .brand,.portal-admin .brand{padding:10px}.portal-front .brand-copy span,.portal-admin .brand-copy span{display:none}.portal-front .lower-grid{grid-template-columns:minmax(0,1.35fr) minmax(360px,1fr)}.batch-row{grid-template-columns:minmax(190px,1.2fr) 82px minmax(125px,.75fr) 112px 92px 92px}}@media(max-width:980px){.portal-front .lower-grid{grid-template-columns:1fr}.portal-front .focus-band{grid-template-columns:1fr 1fr}.portal-front .company-focus{grid-column:1 / -1}.batch-kpis{grid-template-columns:repeat(3,1fr)}.batch-kpis>div:nth-child(3){border-right:0}.batch-kpis>div:nth-child(-n+3){border-bottom:1px solid #e1e1dc}}@media(max-width:820px){.app-shell.portal-front,.app-shell.portal-admin{display:block}.portal-front .sidebar,.portal-admin .sidebar{width:184px}.portal-front .topbar,.portal-admin .topbar{grid-template-columns:auto auto minmax(0,1fr) auto}.portal-front .content,.portal-admin:not(.route-review) .content{padding:12px 10px 24px}.portal-front .quick-row p{display:none}.portal-front .quick-row form{width:52%}.portal-front .quick-row .overview-actions{width:auto}.portal-front .focus-band{display:block}.portal-front .focus-section{margin-top:8px}.portal-admin .module-title-row{align-items:flex-start}.batch-title-actions{align-items:flex-end;flex-direction:column-reverse}.batch-kpis{grid-template-columns:repeat(2,1fr)}.batch-kpis>div{border-bottom:1px solid #e1e1dc}.batch-kpis>div:nth-child(2n){border-right:0}.batch-create-backdrop{padding:12px}.batch-create-dialog{width:min(560px,calc(100vw - 20px));max-height:calc(100vh - 24px)}.batch-date-fields{grid-template-columns:1fr}.batch-ledger-tools{align-items:flex-end;flex-direction:column-reverse}.schedule-table{overflow-x:auto}.schedule-row{min-width:980px}}.source-backed-mobile .market-list-v2>button{min-height:104px}.source-backed-mobile .quote-list-v2>button{min-height:112px}.source-backed-mobile .intelligence-list-v2>button{min-height:166px}.opportunity-order-amount-v5{display:grid;gap:5px}.opportunity-order-amount-v5 span{color:#416178;font-size:10px;font-weight:700}.opportunity-order-amount-v5 input{width:100%;height:38px;padding:0 11px;border:1px solid #cbdde8;border-radius:8px;outline:0;background:#fff;color:#0e466a;font-size:14px;font-weight:700}.opportunity-order-amount-v5 input:focus{border-color:#2382b6;box-shadow:0 0 0 2px #2382b61a}.opportunity-payment-toggle-v5{min-height:50px;padding:8px 10px;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:8px;border:1px solid #c8dfd3;border-radius:9px;background:#f2faf5;color:#26704b}.opportunity-payment-toggle-v5.disabled{border-color:#dee5e8;background:#f6f8f9;color:#84949d}.opportunity-payment-toggle-v5 input{width:16px;height:16px;accent-color:#247c53}.opportunity-payment-toggle-v5 span{display:grid;gap:2px}.opportunity-payment-toggle-v5 b{font-size:11px}.opportunity-payment-toggle-v5 small{color:#6e8794;font-size:9px;font-weight:500}.quote-sales-dialog-v6>section{height:min(94%,900px);max-height:94%;padding:12px 12px calc(12px + env(safe-area-inset-bottom));grid-template-rows:auto auto minmax(0,1fr) auto;gap:8px;overflow:hidden;background:#f4f8fa}.quote-sales-header-v6>span{min-width:0}.quote-sales-header-v6>span small{padding-left:2px}.quote-sales-header-v6>button{width:30px;height:30px;padding:0;display:grid;place-items:center;border:0;border-radius:8px;background:#eaf1f5;color:#567181}.quote-sales-mode-v6{display:grid;grid-template-columns:1fr 1fr;padding:3px;border:1px solid #cbdde7;border-radius:10px;background:#eaf2f6}.quote-sales-mode-v6 button{height:32px;display:flex;align-items:center;justify-content:center;gap:5px;border:0;border-radius:7px;background:transparent;color:#718894;font-size:10px;font-weight:800}.quote-sales-mode-v6 button.active{background:#fff;color:#126991;box-shadow:0 2px 8px #194c671a}.quote-sales-scroll-v6{min-height:0;padding:1px 1px 10px;display:grid;align-content:start;gap:9px;overflow-y:auto;overscroll-behavior:contain}.quote-form-section-v6,.quote-product-editor-v6{padding:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border:1px solid #d5e2e9;border-radius:11px;background:#fff}.quote-form-section-v6 h3,.quote-product-editor-v6>header{grid-column:1 / -1}.quote-form-section-v6 h3{margin:0;color:#174763;font-size:11px}.quote-form-section-v6 label,.quote-product-editor-v6 article label{min-width:0;display:grid;gap:4px}.quote-form-section-v6 label.wide,.quote-product-editor-v6 article label.wide{grid-column:1 / -1}.quote-form-section-v6 label>span,.quote-product-editor-v6 article label>span{color:#708591;font-size:8px;font-weight:700}.quote-form-section-v6 input,.quote-form-section-v6 textarea,.quote-product-editor-v6 input{width:100%;min-width:0;height:33px;padding:0 8px;border:1px solid #cbdbe4;border-radius:7px;outline:0;background:#fbfdfe;color:#173f58;font:10px/1.4 inherit}.quote-form-section-v6 textarea{min-height:72px;padding:8px;resize:vertical}.quote-form-section-v6 input:focus,.quote-form-section-v6 textarea:focus,.quote-product-editor-v6 input:focus{border-color:#2a83b2;box-shadow:0 0 0 2px #2a83b21a}.quote-product-editor-v6{padding:0;gap:0;overflow:hidden}.quote-product-editor-v6>header{padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #dbe5ea}.quote-product-editor-v6>header>span{display:grid;gap:2px}.quote-product-editor-v6>header b{color:#174763;font-size:11px}.quote-product-editor-v6>header small{color:#7f929d;font-size:8px}.quote-product-editor-v6>header button{height:28px;padding:0 8px;display:flex;align-items:center;gap:4px;border:1px solid #b9d5e4;border-radius:7px;background:#eef8fc;color:#176c97;font-size:9px;font-weight:800}.quote-product-editor-v6 article{grid-column:1 / -1;padding:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border-bottom:1px solid #e0e8ec}.quote-product-editor-v6 article:last-child{border-bottom:0}.quote-product-title-v6{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;color:#8a6a2e}.quote-product-title-v6 b{font-size:10px}.quote-product-title-v6 button{width:27px;height:27px;display:grid;place-items:center;border:0;border-radius:7px;background:#fff0ef;color:#b64f49}.quote-product-editor-v6 output,.quote-money-form-v6 output{min-height:33px;padding:0 8px;display:flex;align-items:center;border-radius:7px;background:#f2f6f8;color:#0e5f89;font-size:10px;font-weight:800}.quote-money-form-v6 output{font-size:11px}.quote-document-preview-v6{padding:16px 12px;display:grid;gap:12px;border:1px solid #b9c9d1;background:#fff;color:#203f50;box-shadow:0 8px 24px #1f475b14}.quote-document-preview-v6>header{display:block;text-align:center}.quote-document-preview-v6>header small{color:#667d89;font-size:9px;letter-spacing:.1em}.quote-document-preview-v6>header h2{margin:3px 0 0;font-size:17px;letter-spacing:.15em}.quote-document-parties-v6{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-document-parties-v6 section{min-width:0;display:grid;gap:3px}.quote-document-parties-v6 b{color:#144d6d;font-size:9px}.quote-document-parties-v6 span{overflow:hidden;color:#536c79;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.quote-document-table-v6{overflow:hidden;border:1px solid #9fb2bc}.quote-document-table-v6 table{width:100%;table-layout:fixed;border-collapse:collapse}.quote-document-table-v6 th,.quote-document-table-v6 td{padding:5px 2px;border-right:1px solid #b5c3ca;border-bottom:1px solid #b5c3ca;font-size:7px;text-align:center;word-break:break-all}.quote-document-table-v6 th:last-child,.quote-document-table-v6 td:last-child{border-right:0}.quote-document-table-v6 tbody tr:last-child td{border-bottom:0}.quote-document-table-v6 th{background:#f0f4f6;font-weight:800}.quote-document-totals-v6{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #aebfc7}.quote-document-totals-v6 span{min-width:0;padding:6px 2px;display:grid;gap:2px;text-align:center;border-right:1px solid #aebfc7}.quote-document-totals-v6 span:last-child{border-right:0}.quote-document-totals-v6 small{color:#738691;font-size:7px}.quote-document-totals-v6 b{overflow:hidden;color:#164e6c;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.quote-document-bottom-v6{display:grid;grid-template-columns:minmax(0,1fr) 104px;gap:10px}.quote-document-bottom-v6>section{display:grid;align-content:start;gap:4px}.quote-document-bottom-v6 b{color:#174b68;font-size:9px}.quote-document-bottom-v6 p{margin:0;color:#566f7d;font-size:8px;line-height:1.55;white-space:pre-wrap}.quote-document-bottom-v6 small{color:#738894;font-size:7px}.quote-document-bottom-v6 aside{min-height:94px;display:grid;place-content:center;justify-items:center;gap:3px;border:1px dashed #b9c7ce;background:#f7f9fa;color:#83949d;text-align:center}.quote-document-bottom-v6 aside.enabled{border-color:#93c7ad;background:#f0faf4;color:#26764e}.quote-document-bottom-v6 aside b{font-size:8px}.quote-document-bottom-v6 aside small{font-size:7px}.quote-document-preview-v6>footer{padding-top:9px;display:flex;justify-content:space-between;gap:8px;border-top:1px solid #cbd6db;color:#6d818c;font-size:7px}.quote-sales-actions-v6{min-width:0;padding-top:8px;display:grid!important;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:6px!important;border-top:1px solid #d4e0e6}.quote-sales-actions-v6>span{min-width:0;display:grid;gap:1px}.quote-sales-actions-v6>span b{color:#0f557c;font-size:11px}.quote-sales-actions-v6>span small{overflow:hidden;color:#7d909a;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.quote-sales-actions-v6 button{min-height:34px;padding:0 9px!important;white-space:nowrap}.quote-sales-actions-v6 button:disabled{opacity:.5;cursor:not-allowed}.network-quote-attachment-v5{padding:9px;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;border:1px solid #c8ded3;border-radius:9px;background:#f3faf6}.network-quote-attachment-v5 img{width:58px;height:58px;border-radius:6px;background:#fff;object-fit:contain}.network-quote-attachment-v5 span{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px 5px;color:#24744d}.network-quote-attachment-v5 b{font-size:11px}.network-quote-attachment-v5 small{grid-column:1 / -1;color:#71888f;font-size:9px;line-height:1.4}.profile-commerce-workbench-v6{overflow:hidden;border:1px solid #bad7e6;border-radius:13px;background:linear-gradient(145deg,#ffffffeb,#e7f6fde6);box-shadow:0 8px 24px #20628712}.profile-commerce-workbench-v6>header{min-height:39px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid #d6e8f1}.profile-commerce-workbench-v6>header>span{display:flex;align-items:center;gap:6px;color:#16739f}.profile-commerce-workbench-v6>header b{color:#154d6c;font-size:11px}.profile-commerce-workbench-v6>header small{color:#7d929e;font-size:8px}.profile-commerce-summary-v6{display:grid;grid-template-columns:repeat(2,1fr)}.profile-commerce-summary-v6>span{min-width:0;min-height:57px;padding:8px 10px;display:grid;align-content:center;gap:3px;border-right:1px solid #d9e8ef;border-bottom:1px solid #d9e8ef}.profile-commerce-summary-v6>span:nth-child(2n){border-right:0}.profile-commerce-summary-v6>span:nth-last-child(-n+2){border-bottom:0}.profile-commerce-summary-v6 small{color:#718b9a;font-size:8px}.profile-commerce-summary-v6 b{overflow:hidden;color:#0c557f;font-size:16px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.profile-commerce-summary-v6 b i{margin-left:2px;color:#7992a0;font-size:8px;font-style:normal;font-weight:500}.profile-payment-channel-v5{min-height:58px;padding:9px 11px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid #dce4e8;border-radius:11px;background:#fff}.profile-payment-channel-v5>span{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:#eef6fa;color:#1b729f}.profile-payment-channel-v5.active>span{background:#eaf7ef;color:#247d51}.profile-payment-channel-v5>div{min-width:0;display:grid;gap:3px}.profile-payment-channel-v5 b{color:#154564;font-size:12px}.profile-payment-channel-v5 small{overflow:hidden;color:#7a909d;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.profile-payment-channel-v5 em{padding:4px 6px;border-radius:999px;background:#f0f3f5;color:#7c8d96;font-size:9px;font-style:normal}.profile-payment-channel-v5.active em{background:#e7f5ec;color:#24724c}.profile-commerce-tabs-v5{display:grid;grid-template-columns:1fr 1fr;border:1px solid #cbdee9;border-radius:10px;overflow:hidden;background:#fff}.profile-commerce-tabs-v5 button{height:42px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-right:1px solid #d8e6ee;background:transparent;color:#718895;font-size:11px;font-weight:700}.profile-commerce-tabs-v5 button:last-child{border-right:0}.profile-commerce-tabs-v5 button.active{background:#edf7fc;color:#126692;box-shadow:inset 0 -2px #c4a04a}.profile-commerce-tabs-v5 em{min-width:17px;height:17px;display:grid;place-items:center;border-radius:999px;background:#e7f0f5;font-size:8px;font-style:normal}.profile-order-filters-v6{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none}.profile-order-filters-v6::-webkit-scrollbar{display:none}.profile-order-filters-v6 button{min-height:29px;padding:0 10px;border:1px solid #d1e1e9;border-radius:999px;background:#ffffffc7;color:#6e8795;font-size:9px;font-weight:700;white-space:nowrap}.profile-order-filters-v6 button.active{border-color:#91c5df;background:#e8f6fd;color:#126b99}.profile-order-list-v5,.profile-receipt-list-v5{display:grid;gap:7px}.profile-order-list-v5 article{padding:10px 11px;display:grid;gap:8px;border:1px solid #d8e5ec;border-radius:10px;background:#fff}.profile-order-list-v5 header,.profile-order-list-v5 footer,.profile-order-list-v5 article>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.profile-order-list-v5 header>span{min-width:0;display:grid;gap:2px}.profile-order-list-v5 header b{overflow:hidden;color:#164664;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.profile-order-list-v5 header small,.profile-order-list-v5 footer time{color:#8498a4;font-size:8px}.profile-order-list-v5 header em{padding:3px 6px;border-radius:999px;background:#edf1f3;color:#71838d;font-size:8px;font-style:normal}.profile-order-list-v5 header em.pending_payment{background:#fff4df;color:#9a6a18}.profile-order-list-v5 header em.paid{background:#e7f5ec;color:#21724a}.profile-order-list-v5 article>div strong{color:#0d557f;font-size:15px}.profile-order-list-v5 article>div span{overflow:hidden;color:#758b97;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.profile-order-list-v5 article>p{margin:-2px 0 0;padding-top:6px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px dashed #dce7ed;color:#80929c;font-size:8px}.profile-order-list-v5 footer button{height:25px;padding:0 8px;border:1px solid #b9d6e6;border-radius:6px;background:#f1f9fd;color:#196d99;font-size:9px;font-weight:700}.profile-order-list-v5 footer>span{display:flex;align-items:center;gap:5px}.profile-order-list-v5 footer a{height:25px;padding:0 8px;display:inline-flex;align-items:center;border:1px solid #c8d8e1;border-radius:6px;background:#fff;color:#416f87;font-size:9px;font-weight:700;text-decoration:none}.profile-receipt-list-v5 article{min-height:56px;padding:9px 11px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;border:1px solid #d8e7de;border-radius:10px;background:#fff}.profile-receipt-list-v5 article>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#eaf7ef;color:#24774e}.profile-receipt-list-v5 article>div{min-width:0;display:grid;gap:3px}.profile-receipt-list-v5 b{color:#205d42;font-size:11px}.profile-receipt-list-v5 small,.profile-receipt-list-v5 time{color:#82958b;font-size:8px}.source-backed-mobile .intelligence-list-v2.intelligence-timeline-v3{overflow:visible;border:0;border-radius:0;background:transparent}.source-backed-mobile .intelligence-timeline-entry-v3>button{width:100%;min-height:145px}.source-backed-mobile .intelligence-list-v2.intelligence-timeline-v3>.intelligence-next-date-v3{width:calc(100% - 58px);min-height:46px;margin:3px 0 0 58px;padding:0 13px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;flex-direction:initial;align-items:center;gap:7px;border:1px solid #b9d7e7;border-radius:11px;background:#eef8fd;color:#4e7186;text-align:left}.source-backed-mobile .intelligence-list-v2.intelligence-timeline-v3>.intelligence-previous-date-v3{width:calc(100% - 58px);min-height:40px;margin:0 0 8px 58px;padding:0 13px;display:grid;grid-template-columns:auto auto minmax(0,1fr);flex-direction:initial;align-items:center;gap:7px;border:1px solid #c8dce7;border-radius:11px;background:#ffffffc2;color:#668292;text-align:left}.shared-market-page{padding-top:18px}.shared-page-heading{min-height:72px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.shared-page-heading>div{min-width:0}.shared-page-heading span{color:var(--gold);font-size:10px}.shared-page-heading h1{margin:4px 0 5px;color:var(--text-strong);font-size:22px}.shared-page-heading p{max-width:760px;margin:0;color:var(--muted);font-size:11px;line-height:1.6}.shared-date-badge{min-height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid #28516a;border-radius:5px;background:#0b1d29;color:#bed2de!important;white-space:nowrap}.shared-toolbar{min-height:44px;margin:8px 0 12px;padding:6px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:7px;background:#081722}.shared-toolbar .segmented{display:flex;align-items:center;gap:2px}.shared-toolbar .segmented button{height:30px;padding:0 12px;border:1px solid transparent;border-radius:4px;background:transparent;color:#8da5b4;font-size:10px;cursor:pointer}.shared-toolbar .segmented button.active{border-color:#2e627f;background:#123044;color:#fff;box-shadow:inset 0 -2px var(--gold)}.shared-toolbar form,.shared-toolbar label{height:30px;min-width:0;display:flex;align-items:center;gap:7px;border:1px solid #224358;border-radius:4px;background:#0a1b27;color:#7695a8}.shared-toolbar form{margin-left:auto;width:min(390px,40%);padding-left:9px}.shared-toolbar label{padding-left:9px}.shared-toolbar input,.shared-toolbar select{height:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:10px}.shared-toolbar form input{flex:1}.shared-toolbar form button{align-self:stretch;padding:0 10px;border:0;border-left:1px solid #224358;background:#123044;color:#d3e8f4;font-size:10px;cursor:pointer}.shared-toolbar label input,.shared-toolbar label select{padding:0 8px 0 0;color-scheme:dark}.shared-toolbar .wide-search{margin-left:auto;width:min(480px,50%);padding-right:8px}.shared-toolbar .wide-search input{width:100%}.shared-state{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border:1px solid var(--line);border-radius:7px;background:#081722;color:var(--muted);font-size:11px}.shared-state.error strong{color:#ffd4d6}.shared-state.error button{height:30px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;border:1px solid #4f6470;border-radius:4px;background:#102634;color:var(--text);cursor:pointer}.shared-empty{padding:14px;color:var(--muted);font-size:10px;text-align:center}.shared-empty.large{min-height:160px;display:grid;place-items:center}.information-layout{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#081722}.information-summary{min-height:36px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);color:var(--muted);font-size:9px}.information-summary b{margin-right:4px;color:var(--gold);font-size:13px}.information-table-head,.information-row{display:grid;grid-template-columns:140px minmax(260px,1.5fr) minmax(240px,1fr) 90px 20px;align-items:center;gap:12px}.information-table-head{min-height:34px;padding:0 12px;border-bottom:1px solid var(--line);background:#0d202d;color:#7892a3;font-size:9px}.information-row{width:100%;min-height:72px;padding:10px 12px;border:0;border-bottom:1px solid var(--line-soft);background:transparent;color:var(--text);text-align:left;cursor:pointer}.information-row:last-child{border-bottom:0}.information-row:hover{background:#0d2230}.information-row>span{min-width:0;display:flex;flex-direction:column;gap:4px}.information-row b{color:var(--text-strong);font-size:11px}.information-row small{overflow:hidden;color:var(--muted);font-size:9px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.information-row .fact-tags{flex-direction:row;flex-wrap:wrap}.fact-tags em{padding:3px 5px;border:1px solid #29495c;border-radius:3px;background:#0d2635;color:#a8c4d5;font-size:8px;font-style:normal}.information-row strong{color:var(--green);font-size:12px}.detail-load-warning{margin:10px 14px 0;padding:8px 10px;border:1px solid #d7b86d;border-radius:5px;background:#fff7df;color:#735b24;font-size:10px;line-height:1.5}.drawer-expand-facts{margin-top:10px;padding:7px 10px;border:1px solid var(--line);border-radius:5px;background:transparent;color:var(--gold);font-size:10px;cursor:pointer}.shared-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;justify-content:flex-end;background:#02090ead;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.shared-drawer{width:min(620px,calc(100vw - 200px));height:100vh;padding:0 18px 28px;overflow-y:auto;border-left:1px solid #31556a;background:#081722;box-shadow:-20px 0 60px #00000059}.shared-drawer>header{position:sticky;top:0;z-index:2;min-height:74px;margin:0 -18px 16px;padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);background:#081722f5}.shared-drawer>header span{color:var(--gold);font-size:9px}.shared-drawer>header h2{margin:4px 0 0;color:#fff;font-size:16px}.shared-drawer>header button,.network-detail>header button{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--line);border-radius:4px;background:#0d2432;color:var(--text);cursor:pointer}.shared-drawer section{margin-top:14px}.shared-drawer section h3{margin:0 0 8px;color:#a9c1cf;font-size:11px}.message-original,.intelligence-conclusion{padding:14px;border:1px solid #2a5269;border-radius:6px;background:#0d2534}.message-original>div{display:flex;justify-content:space-between;color:#8da6b6;font-size:9px}.message-original p,.intelligence-conclusion p{margin:10px 0;color:#e2edf3;font-size:12px;line-height:1.75;white-space:pre-wrap}.message-original small,.intelligence-conclusion small{color:var(--muted);font-size:9px}.fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.fact-grid>span{min-height:54px;padding:8px;display:grid;grid-template-columns:1fr auto;gap:4px;border:1px solid var(--line);border-radius:5px;background:#0a1d2a}.fact-grid small{grid-column:1 / -1;color:var(--muted);font-size:8px}.fact-grid b{overflow:hidden;color:#ecf5fa;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.fact-grid em{color:var(--green);font-size:8px;font-style:normal}.related-market{padding:10px;display:grid;grid-template-columns:1fr auto;gap:6px;border:1px solid var(--line);border-radius:5px}.related-market b{color:#b8ceda;font-size:10px}.related-market strong{color:var(--gold);font-size:14px}.related-market span{grid-column:1 / -1;color:var(--muted);font-size:9px}.evidence-source-list{display:grid;gap:7px}.evidence-source-list article{padding:10px;border:1px solid var(--line);border-radius:5px;background:#0a1d29}.evidence-source-list article>div{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.evidence-source-list strong{color:#d9e8f0;font-size:10px}.source-grade{flex:0 0 auto;padding:2px 5px;border-radius:999px;background:#1c3443;font-size:8px!important}.source-grade.grade-a{color:var(--green)!important}.source-grade.grade-b{color:#77c9f5!important}.source-grade.grade-c{color:var(--gold)!important}.evidence-source-list p{margin:7px 0;color:#8fa6b4;font-size:9px;line-height:1.6}.evidence-source-list footer{display:flex;align-items:center;gap:10px;color:#647f90;font-size:8px}.evidence-source-list footer a{margin-left:auto;display:inline-flex;align-items:center;gap:4px;color:#72c7f5;text-decoration:none}.indicator-strip{margin-bottom:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.indicator-strip article{min-height:76px;padding:10px;display:flex;flex-direction:column;gap:5px;border:1px solid var(--line);border-radius:6px;background:#0a1b27}.indicator-strip span,.indicator-strip small{color:var(--muted);font-size:8px}.indicator-strip strong{margin-top:auto;color:var(--gold);font-size:15px}.intelligence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.intelligence-card{min-height:218px;padding:13px;display:flex;flex-direction:column;gap:9px;border:1px solid var(--line);border-radius:7px;background:#091a26;color:var(--text);text-align:left;cursor:pointer}.intelligence-card:hover{border-color:#326780;background:#0d2230}.intelligence-card header,.intelligence-card footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.intelligence-card header span{color:var(--gold);font-size:9px}.intelligence-card header em{padding:3px 6px;border-radius:999px;background:#1a3342;color:#9db5c3;font-size:8px;font-style:normal}.intelligence-card header .status-confirmed{color:var(--green)}.intelligence-card header .status-conflict{color:var(--red)}.intelligence-card h2{margin:0;color:#ecf5f9;font-size:13px;line-height:1.5}.intelligence-card p{margin:0;display:-webkit-box;overflow:hidden;color:#849eae;font-size:9px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.intelligence-metric{margin-top:auto;display:flex;align-items:baseline;gap:7px}.intelligence-metric strong{color:var(--gold);font-size:18px}.intelligence-metric span{color:var(--muted);font-size:8px}.intelligence-card footer{padding-top:8px;border-top:1px solid var(--line-soft);color:#6f8999;font-size:8px}.intelligence-card footer span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intelligence-conclusion>span{color:var(--gold);font-size:9px}.network-kpis{margin:8px 0 10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.network-kpis article{min-height:62px;padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:6px;background:#091a26;color:#6eaed1}.network-kpis span{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:8px}.network-kpis strong{color:#edf6fa;font-size:16px}.network-workspace{min-height:480px;display:grid;grid-template-columns:minmax(0,1fr);border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#081722}.network-workspace.detail-open{grid-template-columns:minmax(440px,1.25fr) minmax(360px,.75fr)}.network-list{min-width:0;overflow:hidden}.network-list>article{position:relative;border-bottom:1px solid var(--line-soft)}.network-list>article.active{background:#0d2433;box-shadow:inset 3px 0 var(--gold)}.network-main{width:100%;min-height:74px;padding:10px 50px 10px 12px;display:grid;grid-template-columns:34px minmax(0,1fr) 52px 16px;align-items:center;gap:10px;border:0;background:transparent;color:var(--text);text-align:left;cursor:pointer}.network-avatar{width:34px;height:34px;display:grid;place-items:center;border:1px solid #315b70;border-radius:50%;background:#113044;color:#d5e9f4;font-size:11px}.network-avatar.small{width:27px;height:27px;font-size:9px}.network-main>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:3px}.network-main b{color:#e8f2f7;font-size:11px}.network-main small,.network-main em{overflow:hidden;color:var(--muted);font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.network-count{align-items:center;text-align:center}.network-count strong{color:var(--gold);font-size:13px}.network-count small{display:block}.network-watch{position:absolute;top:10px;right:12px;width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line);border-radius:4px;background:#0d2432;color:var(--gold);cursor:pointer}.network-detail{min-width:0;display:flex;flex-direction:column;border-left:1px solid var(--line);background:#091b27}.network-detail>header{min-height:76px;padding:12px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;border-bottom:1px solid var(--line)}.network-detail>header span{color:var(--gold);font-size:8px}.network-detail>header h2{margin:3px 0;color:#fff;font-size:14px}.network-detail>header p{margin:0;color:var(--muted);font-size:8px}.network-chat-history{min-height:0;padding:12px;display:flex;flex:1;flex-direction:column;gap:8px;overflow-y:auto}.network-chat-history h3{margin:0 0 2px;color:#9eb5c2;font-size:10px}.network-chat-history article{display:grid;grid-template-columns:27px minmax(0,1fr);gap:8px}.network-chat-history article>div{min-width:0;padding:8px;border:1px solid var(--line);border-radius:5px;background:#0c2230}.network-chat-history b{display:flex;justify-content:space-between;gap:8px;color:#cbdce5;font-size:9px}.network-chat-history time{color:var(--muted);font-size:8px;font-weight:400}.network-chat-history p{margin:6px 0;color:#dce8ee;font-size:10px;line-height:1.55}.network-chat-history small{color:#708998;font-size:8px}.network-compose{padding:10px;border-top:1px solid var(--line)}.network-compose textarea{width:100%;min-height:82px;padding:9px;resize:vertical;border:1px solid #2a4e63;border-radius:5px;outline:0;background:#07151f;color:var(--text);font:inherit;font-size:10px;line-height:1.6}.network-compose textarea:focus{border-color:#3a7896}.network-compose>div{margin-top:7px;display:flex;align-items:center;justify-content:space-between;gap:8px}.network-compose small{color:var(--muted);font-size:8px}.network-compose button{height:29px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid #337598;border-radius:4px;background:#11527a;color:#fff;font-size:9px;cursor:pointer}.network-compose button:disabled{opacity:.45;cursor:not-allowed}.shared-action-error{margin:-4px 0 10px;padding:8px 10px;border:1px solid #704149;border-radius:5px;background:#281a20;color:#f2aab0;font-size:9px}@media(max-width:1050px){.intelligence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.indicator-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.information-table-head,.information-row{grid-template-columns:110px minmax(220px,1.5fr) minmax(180px,1fr) 70px 16px;gap:8px}.network-workspace.detail-open{grid-template-columns:minmax(340px,1fr) minmax(330px,1fr)}}@media(max-width:760px){.shared-page-heading{flex-direction:column}.shared-toolbar{align-items:stretch;flex-wrap:wrap}.shared-toolbar form,.shared-toolbar .wide-search{width:100%;margin-left:0;order:3}.information-table-head{display:none}.information-row{grid-template-columns:86px minmax(0,1fr) 18px}.information-row .fact-tags{grid-column:2}.information-row>span:nth-child(4){grid-column:1;grid-row:2}.information-row>svg{grid-column:3;grid-row:1 / span 2}.intelligence-grid{grid-template-columns:1fr}.indicator-strip,.network-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.shared-drawer{width:100vw}.network-workspace.detail-open{grid-template-columns:1fr}.network-detail{position:fixed;top:48px;right:0;bottom:0;left:0;z-index:20;border-left:0}}.portal-front .pc-decision-brief{margin:9px 0;display:grid;grid-template-columns:minmax(340px,1.05fr) minmax(440px,1.4fr) 210px;gap:8px}.portal-front .pc-decision-brief>article,.portal-front .decision-signals article,.portal-front .decision-coverage{padding:12px;border:1px solid #d8d8d2;border-radius:4px;background:#fff}.portal-front .decision-conclusion{border-left:4px solid #b79b55!important}.portal-front .decision-conclusion.status-confirmed{border-left-color:#618c63!important}.portal-front .decision-conclusion>span{color:#917735;font-size:10px}.portal-front .decision-conclusion h2{margin:6px 0;color:#262721;font-size:15px}.portal-front .decision-conclusion p{margin:0;color:#62635d;font-size:11px;line-height:1.6}.portal-front .decision-conclusion footer{margin-top:10px;padding-top:8px;display:grid;gap:4px;border-top:1px solid #e7e7e2}.portal-front .decision-conclusion footer b{color:#3f5f43;font-size:10px}.portal-front .decision-conclusion footer small{color:#898a84;font-size:9px}.portal-front .decision-signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.portal-front .decision-signals article{min-width:0;display:flex;flex-direction:column;gap:6px}.portal-front .decision-signals header,.portal-front .decision-signals footer{display:flex;align-items:center;justify-content:space-between;gap:6px}.portal-front .decision-signals header span{color:#927a3b;font-size:9px}.portal-front .decision-signals header em{color:#608363;font-size:9px;font-style:normal}.portal-front .decision-signals h3{margin:0;color:#30312b;font-size:11px;line-height:1.45}.portal-front .decision-signals p{margin:0;overflow:hidden;color:#6f706a;font-size:9px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.portal-front .decision-signals footer{margin-top:auto}.portal-front .decision-signals footer b{color:#8e7230;font-size:11px}.portal-front .decision-signals footer small{color:#92938d;font-size:8px}.portal-front .decision-coverage{display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:7px}.portal-front .decision-coverage h3{grid-column:1 / -1;margin:0 0 3px;color:#343530;font-size:11px}.portal-front .decision-coverage>span{padding:7px;display:grid;gap:3px;background:#f6f6f2}.portal-front .decision-coverage small{color:#84857f;font-size:8px}.portal-front .decision-coverage b{color:#363731;font-size:15px}.portal-front .decision-coverage>div{grid-column:1 / -1;padding-top:5px;border-top:1px solid #e5e5df}.portal-front .decision-coverage strong{color:#986c35;font-size:9px}.portal-front .decision-coverage p{margin:4px 0 0;color:#777871;font-size:8px;line-height:1.4}.portal-front .shared-page-heading h1{color:#20211d}.portal-front .shared-page-heading p{color:#696a64;font-size:12px}.portal-front .shared-date-badge{border-color:#d1d1cb;background:#fff;color:#5d5e58!important}.portal-front .shared-toolbar{border-color:#d7d7d1;background:#fff}.portal-front .shared-toolbar .segmented button{color:#666760}.portal-front .shared-toolbar .segmented button.active{border-color:#d5c38f;background:#ece5d3;color:#373124;box-shadow:inset 0 -2px #b69a56}.portal-front .shared-toolbar form,.portal-front .shared-toolbar label{border-color:#d1d1cb;background:#fff;color:#7e7f78}.portal-front .shared-toolbar input,.portal-front .shared-toolbar select{color:#33342f;color-scheme:light}.portal-front .shared-toolbar form button{border-left-color:#d1d1cb;background:#292a26;color:#fff}.portal-front .shared-state{border-color:#d8d8d2;background:#fff;color:#73746e}.portal-front .information-layout{border-color:#d8d8d2;background:#fff}.portal-front .information-summary,.portal-front .information-table-head,.portal-front .information-row{border-color:#e5e5e0}.portal-front .information-table-head{background:#f5f5f2;color:#787972}.portal-front .information-row{color:#42433d}.portal-front .information-row:hover{background:#f8f6ef}.portal-front .information-row b{color:#292a25}.portal-front .information-row small{color:#777871}.portal-front .fact-tags em{border-color:#d6dfe3;background:#f0f5f7;color:#547181}.portal-front .information-row strong{color:#537a55}.portal-front .shared-drawer{border-left-color:#c9c9c3;background:#fff;box-shadow:-20px 0 60px #24241f40}.portal-front .shared-drawer>header{border-color:#deded8;background:#fffffff5}.portal-front .shared-drawer>header h2{color:#292a25}.portal-front .shared-drawer>header button,.portal-front .network-detail>header button{border-color:#d1d1cb;background:#f7f7f4;color:#484943}.portal-front .shared-drawer section h3{color:#4f504a}.portal-front .message-original,.portal-front .intelligence-conclusion{border-color:#d9d3c2;background:#f8f5ed}.portal-front .message-original p,.portal-front .intelligence-conclusion p{color:#3c3d37}.portal-front .fact-grid>span,.portal-front .related-market,.portal-front .evidence-source-list article{border-color:#deded8;background:#fafaf8}.portal-front .fact-grid b,.portal-front .related-market b,.portal-front .evidence-source-list strong{color:#343530}.portal-front .evidence-source-list p{color:#676862}.portal-front .indicator-strip article,.portal-front .intelligence-card,.portal-front .network-kpis article{border-color:#d8d8d2;background:#fff}.portal-front .indicator-strip strong,.portal-front .intelligence-metric strong{color:#8b6e27}.portal-front .intelligence-card{color:#40413b}.portal-front .intelligence-card:hover{border-color:#c4b27b;background:#fbf9f2}.portal-front .intelligence-card h2{color:#292a25}.portal-front .intelligence-card p{color:#70716b}.portal-front .intelligence-card header em{background:#edf0ec;color:#68736a}.portal-front .intelligence-card footer{border-color:#e6e6e1;color:#7b7c75}.portal-front .network-kpis article{color:#5e8599}.portal-front .network-kpis strong{color:#292a25}.portal-front .network-workspace,.portal-front .network-detail{border-color:#d8d8d2;background:#fff}.portal-front .network-list>article{border-color:#e7e7e2}.portal-front .network-list>article.active{background:#f6f2e7;box-shadow:inset 3px 0 #b69a56}.portal-front .network-main{color:#3f403a}.portal-front .network-avatar{border-color:#b9cbd4;background:#edf4f7;color:#476c7f}.portal-front .network-main b{color:#2e2f2a}.portal-front .network-main small,.portal-front .network-main em{color:#7d7e77}.portal-front .network-count strong{color:#8e7029}.portal-front .network-watch{border-color:#d4d4ce;background:#fff;color:#9a7d31}.portal-front .network-detail{border-left-color:#d8d8d2}.portal-front .network-detail>header,.portal-front .network-compose{border-color:#e2e2dc}.portal-front .network-detail>header h2{color:#292a25}.portal-front .network-chat-history article>div{border-color:#deded8;background:#f8f8f5}.portal-front .network-chat-history b,.portal-front .network-chat-history p{color:#40413b}.portal-front .network-compose textarea{border-color:#cfcfc9;background:#fff;color:#33342f}.portal-front .network-compose button{border-color:#292a26;background:#292a26}.portal-front.route-market .market-overview-content{max-width:1560px;margin:0 auto}.portal-front .market-decision-workbench{margin-top:10px;overflow:hidden}.portal-front .market-decision-workbench.observation{border-color:#d2c18f}.portal-front .decision-workbench-head{min-height:92px;padding:14px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;border-bottom:1px solid #deded8;background:linear-gradient(90deg,#faf8f0,#fff 64%,#f5f7f4)}.portal-front .decision-workbench-head>div{min-width:0}.portal-front .decision-workbench-head span{color:#8a7133;font-size:10px;font-weight:800;letter-spacing:.05em}.portal-front .decision-workbench-head h2{margin:5px 0 4px;color:#22231f;font-size:20px;line-height:1.35}.portal-front .decision-workbench-head p{margin:0;color:#62635d;font-size:11px;line-height:1.55}.portal-front .decision-workbench-head>strong{min-width:156px;padding:8px 0 8px 15px;border-left:3px solid #b39443;color:#725b24;font-size:17px;text-align:left}.portal-front .decision-workbench-head>strong small{display:block;margin-top:5px;color:#858680;font-size:9px;font-weight:500}.portal-front .decision-action-line{min-height:42px;padding:8px 16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;border-bottom:1px solid #dfddd4;background:#f7f3e8}.portal-front .decision-action-line span{padding:3px 7px;border:1px solid #c7b173;border-radius:2px;color:#765e25;background:#fffaf0;font-size:9px;font-weight:800}.portal-front .decision-action-line b{color:#3f3827;font-size:12px}.portal-front .decision-action-line small{color:#7e7257;font-size:9px;white-space:nowrap}.portal-front .decision-workbench-body{display:grid;grid-template-columns:minmax(0,1fr) 330px}.portal-front .decision-trend-main{min-width:0;padding:12px 14px 9px}.portal-front .decision-section-heading{min-height:34px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.portal-front .decision-section-heading h3,.portal-front .decision-evidence-rail h3{margin:0;color:#2a2b26;font-size:14px}.portal-front .decision-section-heading span,.portal-front .decision-evidence-rail header span{display:block;margin-top:3px;color:#7b7c76;font-size:10px}.portal-front .decision-section-heading .heading-actions{flex:0 0 auto}.portal-front .decision-section-heading button,.portal-front .home-structure-panel .heading-actions button{height:27px;padding:0 9px;border:1px solid #cecec8;border-radius:3px;background:#fff;color:#4d4e48;font-size:10px;cursor:pointer}.portal-front .decision-evidence-rail{min-width:0;padding:13px 14px 12px;border-left:1px solid #deded8;background:#f8f8f5}.portal-front .decision-evidence-rail>header{min-height:38px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.portal-front .decision-evidence-rail>header em{padding:3px 6px;border:1px solid #d8cfb6;color:#765f28;background:#fffdf6;font-size:9px;font-style:normal}.portal-front .decision-evidence-rows{margin-top:6px;border-top:1px solid #dcdcd6}.portal-front .decision-evidence-rows article{padding:9px 1px;display:grid;grid-template-columns:78px minmax(0,1fr);gap:3px 9px;border-bottom:1px solid #e1e1db}.portal-front .decision-evidence-rows span{color:#81827c;font-size:9px}.portal-front .decision-evidence-rows b{color:#343530;font-size:11px;text-align:right}.portal-front .decision-evidence-rows small{grid-column:1 / -1;color:#858680;font-size:9px;line-height:1.45}.portal-front .decision-horizon-list{margin-top:11px}.portal-front .decision-horizon-list>span{display:block;margin-bottom:4px;color:#777871;font-size:9px;font-weight:700}.portal-front .decision-horizon-list>div{min-height:28px;display:grid;grid-template-columns:minmax(0,1fr) 58px 42px;align-items:center;border-bottom:1px solid #e4e4de}.portal-front .decision-horizon-list b{color:#555650;font-size:10px}.portal-front .decision-horizon-list strong{font-size:10px;text-align:right}.portal-front .decision-horizon-list strong.up{color:#a24e50}.portal-front .decision-horizon-list strong.down{color:#39708a}.portal-front .decision-horizon-list strong.flat{color:#777872}.portal-front .decision-horizon-list small{color:#969790;font-size:8px;text-align:right}.portal-front .decision-evidence-rail>footer{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.portal-front .decision-evidence-rail>footer button{height:29px;border:1px solid #cfcfc9;border-radius:3px;background:#fff;color:#4a4b45;font-size:10px;cursor:pointer}.portal-front .decision-evidence-rail>footer button:first-child{border-color:#343530;background:#343530;color:#fff}.portal-front .home-structure-panel{margin-top:10px;overflow:hidden}.portal-front .home-structure-panel>.panel-heading{min-height:58px;padding:10px 14px}.portal-front .home-structure-panel .market-structure-layout{min-height:166px}.portal-front .market-movers-list>button{min-width:0;min-height:50px;height:auto;padding:8px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;border:0;border-bottom:1px solid #e8e8e2;border-radius:0;background:#fff;color:inherit;text-align:left;cursor:pointer}.portal-front .market-movers-list>button:nth-child(odd){border-right:1px solid #e8e8e2}.portal-front .market-movers-list>button:hover,.portal-front .market-movers-list>button:focus-visible{background:#f8f6ef;outline:none}.portal-front .market-movers-list>button span{min-width:0}.portal-front .market-movers-list>button span b,.portal-front .market-movers-list>button span small{display:block}.portal-front .market-movers-list>button span b{color:#3a3b35;font-size:11px}.portal-front .market-movers-list>button span small{overflow:hidden;margin-top:3px;color:#84857e;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.portal-front .market-movers-list>button>strong{color:#353630;font-size:12px}.portal-front .market-movers-list>button>strong small{margin-left:3px;color:#8b8c85;font-size:8px;font-weight:500}.portal-front .market-movers-list>button em{min-width:40px;font-size:10px;font-style:normal;font-weight:800;text-align:right}.portal-front .market-movers-list>button em.up{color:#a24e50}.portal-front .market-movers-list>button em.down{color:#39708a}.home-drilldown-grid{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.home-drilldown-grid>button{min-width:0;min-height:72px;padding:12px 14px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #d5d5cf;border-radius:5px;background:#fff;color:#7a704e;text-align:left;cursor:pointer}.home-drilldown-grid>button:hover,.home-drilldown-grid>button:focus-visible{border-color:#bda96e;background:#fbf9f2;outline:none}.home-drilldown-grid>button>span{min-width:0;display:flex;flex-direction:column;gap:4px}.home-drilldown-grid b{color:#30312c;font-size:12px}.home-drilldown-grid small{overflow:hidden;color:#7e7f78;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.home-drilldown-grid>button>svg:last-child{color:#9a9b94}@media(max-width:1250px){.portal-front .pc-decision-brief{grid-template-columns:1fr 1.4fr}.portal-front .decision-coverage{grid-column:1 / -1;grid-template-columns:repeat(4,1fr)}.portal-front .decision-coverage h3,.portal-front .decision-coverage>div{grid-column:1 / -1}}@media(max-width:1180px){.portal-front .decision-workbench-body{grid-template-columns:minmax(0,1fr) 285px}}@media(max-width:980px){.portal-front .decision-workbench-body{grid-template-columns:1fr}.portal-front .decision-evidence-rail{border-top:1px solid #deded8;border-left:0}.portal-front .decision-evidence-rows{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.portal-front .decision-evidence-rows article{display:block;border-right:1px solid #e1e1db}.portal-front .decision-evidence-rows article:last-child{border-right:0}.portal-front .decision-evidence-rows b,.portal-front .decision-evidence-rows small{display:block;margin-top:4px;text-align:left}}@media(max-width:900px){.portal-front .pc-decision-brief,.portal-front .decision-signals{grid-template-columns:1fr}.portal-front .decision-coverage{grid-template-columns:repeat(2,1fr)}.portal-front .market-structure-layout{grid-template-columns:1fr}.portal-front .market-structure-layout>article+article{border-top:1px solid #e0e0da;border-left:0}.portal-front .decision-workbench-head{grid-template-columns:1fr;gap:10px}.portal-front .decision-action-line{grid-template-columns:auto minmax(0,1fr)}.portal-front .decision-action-line small{grid-column:1 / -1}}
