:root{color-scheme:light;font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,sans-serif;background:#f3f6fa;color:#17263a;font-synthesis:none;--bg: #f3f6fa;--surface: #ffffff;--panel: #ffffff;--panel-2: #f7f9fc;--field: #ffffff;--line: #d3deea;--line-soft: #e7edf4;--text: #17263a;--text-2: #33445a;--muted: #718196;--blue: #126bd6;--blue-bright: #1677e8;--blue-soft: rgba(18, 107, 214, .1);--teal: #079b7e;--amber: #d88713;--red: #d94857;--violet: #7057d9;--radius: 10px}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--blue-bright);outline-offset:2px}.app-shell{min-height:100vh;background:var(--bg)}.app-header{height:50px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line-soft);background:#080e17}.brand-block{display:flex;align-items:center;gap:11px}.brand-mark{width:30px;height:30px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:7px}.brand-block h1{margin:0;font-size:18px;letter-spacing:.01em;font-weight:700}.brand-block p{margin:1px 0 0;color:var(--muted);font-size:10px}.header-meta{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:12px}.header-meta b{color:var(--text-2);font-variant-numeric:tabular-nums}.icon-only{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:8px;color:var(--text-2);background:transparent}.role-nav{height:48px;padding:6px 16px;display:grid;grid-template-columns:repeat(7,1fr);gap:8px;background:#080e17;border-bottom:1px solid var(--line-soft)}.role-nav button{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:7px;color:var(--muted);background:transparent;transition:.16s ease}.role-nav button:hover{color:var(--text);background:#101925}.role-nav button.active{color:#fff;background:var(--blue);border-color:#2089eb}.page-nav{min-height:44px;margin:8px 14px 0;padding:5px 8px;display:flex;justify-content:space-between;align-items:center;background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius)}.page-links,.task-summary{display:flex;align-items:center;gap:8px}.page-links button{min-height:32px;padding:0 13px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:7px;color:var(--muted);background:transparent}.page-links button:hover{color:var(--text);border-color:#385072}.page-links button.active{color:#fff;border-color:var(--blue-bright);background:var(--blue-soft)}.task-summary{gap:18px;color:var(--muted);font-size:12px}.task-summary span{display:flex;align-items:center;gap:6px}.task-summary svg{color:var(--blue-bright)}.task-summary b{color:var(--text);font-size:14px}.content-shell{padding:8px 14px 18px}.workspace-grid{display:grid;grid-template-columns:minmax(480px,.98fr) minmax(580px,1.02fr);grid-template-areas:"form response" "records records";gap:10px;align-items:stretch}.form-panel{grid-area:form}.response-panel{grid-area:response}.records-panel{grid-area:records}.panel,.flow-panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius)}.panel{padding:11px 12px}.panel-head{min-height:31px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px}.panel-head h2,.flow-heading h2,.cockpit-hero h2{margin:0;color:var(--text);font-size:16px;font-weight:700}.eyebrow{margin:0 0 2px;color:var(--blue-bright);font-size:10px;font-weight:700;letter-spacing:.05em}.hint{color:var(--muted);font-size:10px}.status{display:inline-flex;align-items:center;width:fit-content;min-height:23px;padding:3px 8px;border:1px solid transparent;border-radius:999px;font-size:10px;line-height:1;white-space:nowrap}.status.info{color:#6db7ff;border-color:#2690ff57;background:#2690ff1c}.status.success{color:#64ddc4;border-color:#23b89a57;background:#23b89a1a}.status.warning{color:#ffbd58;border-color:#f5a52457;background:#f5a5241a}.status.violet{color:#b6aaff;border-color:#9b8cff57;background:#9b8cff1a}.dual-switch{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:7px;overflow:hidden;margin-bottom:6px}.dual-switch button{height:30px;border:0;color:var(--muted);background:#0b141f}.dual-switch button.active{color:#fff;background:var(--blue)}.toolbar-line{display:flex;justify-content:space-between;gap:10px;margin-bottom:6px}.segmented{display:flex;gap:6px}.segmented button,.pool-row button,.cockpit-tabs button{border:1px solid var(--line);color:var(--muted);background:#0b141f;border-radius:6px}.segmented.small button{min-height:27px;padding:0 9px;font-size:10px}.segmented button.active,.pool-row button.active,.cockpit-tabs button.active{color:#fff;border-color:var(--blue);background:var(--blue)}.pool-row{min-height:32px;padding:3px 0 6px;display:flex;align-items:center;gap:5px;border-bottom:1px solid var(--line-soft);margin-bottom:6px}.pool-row>span{color:var(--muted);font-size:11px;margin-right:2px}.pool-row button{min-height:25px;padding:0 8px;font-size:10px}.pool-row .subscribe{margin-left:auto;display:flex;align-items:center;gap:5px;color:#6db7ff}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 8px}.field{min-width:0}.field>span{display:block;margin-bottom:3px;color:var(--muted);font-size:10px}.field>span b{margin-left:3px;color:var(--red)}.field input,.field select,.field textarea,.filter-row select,.mini-filters select,.search-box input{width:100%;color:var(--text-2);background:var(--field);border:1px solid var(--line);border-radius:6px}.field input,.field select{height:30px;padding:0 9px}.field textarea{padding:7px 9px;resize:vertical;min-height:42px}.field input:hover,.field select:hover,.field textarea:hover,.filter-row select:hover{border-color:#385072}.date-time-field{min-width:0;margin:0;padding:0;border:0}.date-time-field legend{width:100%;margin:0 0 4px;padding:0;color:var(--muted);font-size:9px;line-height:1.2}.date-time-field legend b{margin-left:2px;color:var(--red)}.date-time-controls{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(82px,.72fr);gap:5px}.date-time-controls label{position:relative;min-width:0}.date-time-controls label>span{position:absolute;top:-14px;right:2px;color:#61758a;font-size:8px;pointer-events:none}.date-time-controls input{width:100%;height:31px;padding:0 7px;color:var(--text-2);background:var(--field);border:1px solid var(--line);border-radius:6px;font-variant-numeric:tabular-nums}.date-time-controls input:hover{border-color:#385072}.date-time-controls input:focus{outline:none;border-color:#4fa5f8;box-shadow:0 0 0 2px #0875df29}.field-helper{min-height:20px;margin-top:4px;padding:3px 7px;display:flex;align-items:center;color:#8fd8c6;background:#23b89a14;border:1px solid rgba(67,214,181,.25);border-radius:5px;font-size:9px;font-weight:700;line-height:1.35}.select-wrap{position:relative}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px}.select-wrap svg{position:absolute;right:9px;top:8px;color:var(--muted);pointer-events:none}.full-width,.wide-field{grid-column:1 / -1}.price-note{grid-column:1 / -1;min-height:38px;padding:8px 10px;display:flex;align-items:center;gap:8px;color:#9fd2ff;background:#0875df17;border:1px solid rgba(38,144,255,.28);border-radius:6px;font-size:11px;line-height:1.5}.price-note svg{color:var(--teal);flex:none}.form-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:7px}.button{min-height:30px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:6px;color:var(--text-2);background:transparent}.button:hover{color:#fff;border-color:#3b5274;background:#121e2c}.button.primary{color:#fff;border-color:var(--blue);background:var(--blue)}.button.primary:hover{background:#0d84f8}.upload-zone{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px dashed #365270;border-radius:8px;background:#0b141f}.upload-zone svg{color:var(--blue-bright)}.upload-zone strong{font-size:14px}.upload-zone span{color:var(--muted);font-size:11px}.filter-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:7px;align-items:end;margin-bottom:7px}.filter-row.compact{grid-template-columns:1fr 1fr auto}.filter-row label span{display:block;margin-bottom:4px;color:var(--muted);font-size:10px}.filter-row select{height:30px;padding:0 8px;font-size:11px}.response-list{display:grid;gap:7px}.response-card{padding:9px;border:1px solid var(--line);border-radius:8px;background:#0c141f}.response-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.response-title h3{margin:0;font-size:14px}.response-title p,.response-note{margin:3px 0 0;color:var(--muted);font-size:10px}.expiry{display:flex;align-items:center;gap:5px;color:var(--amber);font-size:10px}.response-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:7px 0;border:1px solid var(--line-soft);border-radius:6px;overflow:hidden}.response-facts span{min-height:44px;padding:6px 8px;border-right:1px solid var(--line-soft)}.response-facts span:last-child{border-right:0}.response-facts small,.detail-facts small,.metric-grid small,.cockpit-metrics small,.intentions-stats small{display:block;color:var(--muted);font-size:9px}.response-facts b,.detail-facts b{display:block;margin-top:3px;color:var(--text);font-size:12px}.card-actions{display:flex;align-items:center;gap:6px;margin-top:7px}.card-actions .status{margin-left:auto}.empty-state{min-height:210px;display:grid;place-items:center;color:var(--muted);font-size:12px}.response-footer{min-height:31px;margin-top:7px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;color:var(--muted);font-size:10px}.response-footer select{height:27px;padding:0 7px;color:var(--text-2);background:var(--field);border:1px solid var(--line);border-radius:6px}.pagination{display:flex;gap:5px}.pagination button{width:27px;height:27px;display:grid;place-items:center;color:var(--muted);background:var(--field);border:1px solid var(--line);border-radius:5px}.pagination button.active{color:#fff;border-color:var(--blue);background:var(--blue-soft)}.records-tabs{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;border-bottom:1px solid var(--line-soft);margin-bottom:7px}.records-tabs>div:first-child{display:flex;gap:14px}.records-tabs>div:first-child button{padding:0 0 8px;border:0;border-bottom:2px solid transparent;color:var(--muted);background:transparent;font-size:11px}.records-tabs>div:first-child button.active{color:var(--blue-bright);border-bottom-color:var(--blue-bright)}.mini-filters{display:flex;gap:7px;align-items:center;padding-bottom:6px}.mini-filters select{height:30px;padding:0 8px;font-size:10px}.mini-filters .button{min-height:30px;font-size:10px}.table-wrap{overflow:auto;border:1px solid var(--line-soft);border-radius:7px}table{width:100%;border-collapse:collapse;font-size:10px;white-space:nowrap}th{height:29px;padding:0 10px;text-align:left;color:var(--muted);background:#0a121c;border-bottom:1px solid var(--line);font-weight:600}td{height:32px;padding:0 10px;color:var(--text-2);border-bottom:1px solid var(--line-soft);font-variant-numeric:tabular-nums}tbody tr:nth-child(2n){background:#ffffff03}tbody tr:hover{background:#0875df14}tbody tr:last-child td{border-bottom:0}.approval-layout,.service-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:12px}.queue-list{display:grid;gap:7px}.queue-list>button{min-height:66px;padding:10px;display:grid;grid-template-columns:1fr 1fr;gap:12px;text-align:left;border:1px solid var(--line);border-radius:7px;color:var(--text-2);background:#0c141f}.queue-list>button.active{border-color:var(--blue);background:var(--blue-soft)}.queue-list>button div{display:flex;flex-direction:column;justify-content:center;gap:5px}.queue-list>button div:last-child{align-items:flex-end}.queue-list b{color:var(--text);font-size:12px}.queue-list span{color:var(--muted);font-size:10px}.detail-facts{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:7px;overflow:hidden}.detail-facts span{min-height:64px;padding:11px;border-right:1px solid var(--line-soft)}.detail-facts span:last-child{border-right:0}.check-block{margin-top:14px;padding:12px;background:#0b141f;border:1px solid var(--line-soft);border-radius:7px}.check-block h3{margin:0 0 10px;font-size:12px}.check-block label{display:block;margin:8px 0;color:var(--text-2);font-size:11px}.check-block input{accent-color:var(--blue);margin-right:8px}.flow-panel{padding:14px;margin-bottom:12px}.flow-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.flow-heading>span{color:var(--muted);font-size:11px}.flow-track{display:grid;grid-template-columns:repeat(8,1fr)}.flow-track div{position:relative;min-height:62px;padding:8px 20px 8px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--muted);border:1px solid var(--line-soft);border-right:0;background:#0a121c}.flow-track div:first-child{border-radius:7px 0 0 7px}.flow-track div:last-child{border-right:1px solid var(--line-soft);border-radius:0 7px 7px 0}.flow-track div>svg{position:absolute;right:2px;color:#47617f}.flow-track b{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:var(--muted);background:#172235;font-size:10px}.flow-track span{font-size:10px}.flow-track div.done b{color:#fff;background:var(--teal)}.flow-track div.active{color:#fff;border-color:var(--blue);background:var(--blue-soft)}.flow-track div.active b{color:#fff;background:var(--blue)}.metric-grid,.cockpit-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.metric-grid span,.cockpit-metrics span{min-height:92px;padding:13px;border:1px solid var(--line);border-radius:7px;background:#0b141f}.metric-grid b,.cockpit-metrics b{display:block;margin:7px 0;font-size:25px;color:var(--text)}.metric-grid em,.cockpit-metrics em{color:var(--muted);font-size:9px;font-style:normal}.internal-page{display:grid;gap:10px}.role-review-page{min-width:0}.review-workspace-grid{display:grid;grid-template-columns:minmax(430px,1.04fr) minmax(430px,.96fr) minmax(220px,.38fr);gap:10px;align-items:start}.review-queue-panel,.review-detail-panel,.review-side-panel{min-width:0}.review-panel-head{align-items:center}.review-panel-head h2{font-size:17px}.review-panel-head .hint{max-width:52%;text-align:right}.review-detail-head{align-items:center}.review-detail-head p{margin:3px 0 0;color:var(--blue-bright);font-size:10px;font-weight:600}.role-queue-tabs{margin:2px 0 8px;padding-bottom:8px;border-bottom:1px solid var(--line-soft)}.review-queue-panel .table-wrap{max-height:440px}.review-queue-panel table{min-width:640px}.review-queue-panel th,.review-queue-panel td{padding-left:7px;padding-right:7px}.review-queue-panel td{height:46px}.role-review-page table,.role-review-page td b{font-size:11px}.role-review-page td small{font-size:10px}.review-queue-panel .select-column{width:28px;padding-left:8px;padding-right:3px}.review-queue-panel input[type=checkbox]{width:14px;height:14px;accent-color:var(--blue)}.review-detail-panel .phase-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.review-detail-panel .phase-facts div:nth-child(4n){border-right:1px solid var(--line-soft)}.review-detail-panel .phase-facts div:nth-child(2n){border-right:0}.review-detail-panel .phase-facts div:nth-last-child(-n+4){border-bottom:1px solid var(--line-soft)}.review-detail-panel .phase-facts div:nth-last-child(-n+2){border-bottom:0}.review-detail-panel .phase-facts dt{font-size:10px}.review-detail-panel .phase-facts dd{font-size:12px}.detail-control-grid{margin-top:9px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.detail-control-grid label>span{display:block;margin-bottom:3px;color:var(--muted);font-size:9px}.detail-control-grid select{width:100%;height:32px;padding:0 8px;color:var(--text-2);background:var(--field);border:1px solid var(--line);border-radius:6px}.compact-checks{display:grid;grid-template-columns:1fr;gap:2px;padding:9px 10px}.compact-checks label{margin:3px 0}.signer-box{margin-top:9px;padding:10px;color:var(--text-2);background:#0b141f;border:1px solid var(--line);border-radius:7px}.signer-box>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.signer-box b{font-size:11px}.signer-box span,.signer-box p{color:var(--muted);font-size:9px}.signer-box p{margin:8px 0 0}.review-side-panel .side-metrics{grid-template-columns:1fr}.review-side-panel .side-metrics span{min-height:50px;padding:8px 10px;flex-direction:row;align-items:center;justify-content:space-between}.review-side-panel .side-metrics b{color:var(--blue-bright);font-size:14px}.review-side-panel .timeline-list>div{min-height:66px;padding-left:10px;padding-top:27px;justify-content:flex-start}.review-side-panel .timeline-list b{top:8px}.manager-page{grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);align-items:start}.manager-detail{min-width:0}.phase-facts{margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-radius:7px;overflow:hidden}.phase-facts div{min-width:0;min-height:51px;padding:7px 9px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:#0b141f}.phase-facts div:nth-child(4n){border-right:0}.phase-facts div:nth-last-child(-n+4){border-bottom:0}.phase-facts dt{color:var(--muted);font-size:9px}.phase-facts dd{margin:4px 0 0;color:var(--text-2);font-size:11px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-facts{margin-top:8px}.phase-checks{margin-top:9px}.phase-checks p{margin:-2px 0 8px;color:var(--muted);font-size:10px;line-height:1.55}.action-row{margin-top:9px;display:flex;align-items:center;gap:7px}.wrap-actions{flex-wrap:wrap}.phase-side-panel{min-width:0}.timeline-list{display:grid;gap:7px}.timeline-list>div{position:relative;min-height:58px;padding:9px 10px 9px 52px;display:flex;flex-direction:column;justify-content:center;gap:4px;color:var(--text-2);background:#0b141f;border:1px solid var(--line-soft);border-radius:7px}.timeline-list b{position:absolute;left:10px;top:11px;color:var(--blue-bright);font-size:10px}.timeline-list span{color:var(--text-2);font-size:10px;line-height:1.5}.boundary-note{margin-top:10px;padding:10px;display:flex;gap:8px;align-items:flex-start;color:#9fd2ff;background:#0875df17;border:1px solid rgba(38,144,255,.28);border-radius:7px;font-size:10px;line-height:1.55}.boundary-note svg{flex:none;color:var(--teal)}.internal-filter-panel{padding:9px 11px}.internal-filter-grid{display:grid;grid-template-columns:.7fr 1.25fr 1fr .85fr auto auto;gap:7px;align-items:end}.internal-filter-grid label>span{display:block;margin-bottom:3px;color:var(--muted);font-size:9px}.internal-filter-grid input,.internal-filter-grid select{width:100%;height:30px;padding:0 8px;color:var(--text-2);background:var(--field);border:1px solid var(--line);border-radius:6px}.internal-main-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.45fr);gap:10px;align-items:start}.internal-stack{min-width:0;display:grid;gap:10px}.queue-tabs{display:flex;flex-wrap:wrap;gap:5px}.queue-tabs button,.service-module-nav button{min-height:27px;padding:0 9px;color:var(--muted);background:#0b141f;border:1px solid var(--line);border-radius:6px;font-size:10px}.queue-tabs button.active,.service-module-nav button.active{color:#fff;background:var(--blue);border-color:var(--blue)}.table-link{padding:0;color:#6db7ff;background:transparent;border:0;font-size:inherit}td b{display:block;color:var(--text-2);font-size:10px}td small{display:block;margin-top:3px;color:var(--muted);font-size:9px}tr.selected-row{background:#0875df1a;box-shadow:inset 2px 0 0 var(--blue-bright)}.review-summary{margin-top:8px;padding:9px 10px;display:flex;gap:10px;align-items:flex-start;background:#0b141f;border:1px solid var(--line-soft);border-radius:7px}.review-summary b{flex:none;color:var(--blue-bright);font-size:10px}.review-summary span{color:var(--muted);font-size:10px;line-height:1.55}.side-metrics{display:grid;grid-template-columns:1fr 1fr;gap:7px}.side-metrics span{min-height:67px;padding:10px;display:flex;flex-direction:column;justify-content:center;gap:6px;background:#0b141f;border:1px solid var(--line-soft);border-radius:7px}.side-metrics small{color:var(--muted);font-size:9px}.side-metrics b{color:var(--text);font-size:17px}.section-divider{height:1px;margin:11px 0;background:var(--line-soft)}.compact-head{min-height:28px}.service-console-layout{display:grid;grid-template-columns:146px minmax(0,1fr);gap:10px;align-items:start}.service-side-nav{position:sticky;top:8px;padding:8px}.service-side-title{min-height:48px;padding:7px 8px 10px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line-soft)}.service-side-title svg{color:var(--blue-bright)}.service-side-title div{min-width:0;display:grid;gap:2px}.service-side-title b{color:var(--text);font-size:11px}.service-side-title small{color:var(--muted);font-size:8px}.service-side-nav nav{margin-top:7px;display:grid;gap:5px}.service-side-nav nav button{min-height:38px;padding:0 9px;display:flex;align-items:center;gap:8px;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:6px;font-size:10px;text-align:left;cursor:pointer}.service-side-nav nav button span{width:20px;height:20px;display:grid;place-items:center;color:#688097;background:#0a141f;border:1px solid var(--line-soft);border-radius:5px;font-size:8px}.service-side-nav nav button:hover{color:var(--text-2);background:#0875df12;border-color:var(--line-soft)}.service-side-nav nav button.active{color:#fff;background:var(--blue);border-color:#4da2ff;box-shadow:0 6px 16px #0875df2e}.service-side-nav nav button.active span{color:#fff;background:#00000024;border-color:#ffffff38}.service-module-content{min-width:0;display:grid;gap:10px}.module-placeholder{min-height:230px}.service-filters{grid-template-columns:.58fr .9fr .9fr .72fr .75fr auto auto}.service-main-grid{grid-template-columns:minmax(0,1.72fr) minmax(250px,.28fr)}.service-queue-panel .queue-tabs b{display:inline;margin-left:3px;color:inherit;font-size:10px}.service-detail-divider{position:relative;height:24px;margin-top:5px;display:flex;align-items:center}.service-detail-divider:before{content:"";position:absolute;left:0;right:0;height:1px;background:var(--line-soft)}.service-detail-divider span{position:relative;padding-right:9px;color:var(--text-2);background:var(--panel);font-size:10px;font-weight:700}.service-insight-panel .timeline-list>div{min-height:61px}.target-pool-page,.target-pool-toolbar{display:grid;gap:10px}.target-pool-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.target-pool-heading h2{margin:2px 0 0;color:var(--text);font-size:15px}.target-pool-heading .action-row{margin-top:0}.pool-filter-grid{display:grid;grid-template-columns:1.25fr .8fr .72fr .68fr auto auto;gap:7px;align-items:end}.pool-filter-grid label>span{display:block;margin-bottom:3px;color:var(--muted);font-size:9px}.pool-filter-grid input,.pool-filter-grid select{width:100%;height:30px;padding:0 8px;color:var(--text-2);background:var(--field);border:1px solid var(--line);border-radius:6px}.pool-stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.pool-stat-strip span{min-height:54px;padding:9px 11px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#0b1825,#0a141f);border:1px solid var(--line-soft);border-radius:7px}.pool-stat-strip small{color:var(--muted);font-size:9px}.pool-stat-strip b{color:var(--blue-bright);font-size:18px}.target-pool-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:10px;align-items:start}.target-pool-table-panel{min-width:0}.target-pool-table-panel .panel-head>div>span{display:block;margin-top:3px;color:var(--muted);font-size:8px}.target-pool-table-panel table{min-width:990px}.target-pool-table-panel tbody tr{cursor:pointer}.pool-stock-cell{padding:0;display:grid;gap:3px;color:inherit;background:transparent;border:0;text-align:left;cursor:pointer}.pool-stock-cell b{color:#72baff;font-size:10px}.pool-stock-cell span{color:var(--text-2);font-size:9px}.pool-type{padding:3px 6px;display:inline-flex;color:#9bcfff;background:#0875df1a;border:1px solid #315f8d;border-radius:999px;font-size:8px;white-space:nowrap}.pool-type.重点标的{color:#ffd48a;background:#eb9d2a1a;border-color:#eb9d2a61}.pool-type.观察标的{color:#a8c9ef;background:#7491b21a;border-color:#7491b259}.pool-type.限制标的{color:#ff9ba3;background:#ef48561a;border-color:#ef485661}.target-pool-detail{position:sticky;top:8px}.target-pool-detail dl{margin:0;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line-soft);border-radius:7px;overflow:hidden}.target-pool-detail dl div{min-height:53px;padding:8px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:#0b141f}.target-pool-detail dl div:nth-child(2n){border-right:0}.target-pool-detail dl div:nth-last-child(-n+2){border-bottom:0}.target-pool-detail dt{color:var(--muted);font-size:8px}.target-pool-detail dd{margin:5px 0 0;color:var(--text-2);font-size:10px;font-weight:700;line-height:1.35}.pool-detail-note{display:grid;gap:5px}.pool-detail-note b{color:var(--blue-bright);font-size:10px}.pool-detail-note span{color:var(--muted);font-size:9px;line-height:1.55}.service-secondary-module .panel-head .action-row{margin-top:0}.cockpit-page,.intentions-page{display:grid;gap:12px}.cockpit-hero{min-height:68px;padding:12px 15px;display:flex;justify-content:space-between;align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius)}.cockpit-hero>div>span{color:var(--muted);font-size:11px}.cockpit-metrics span{min-height:76px}.cockpit-metrics b{display:inline-block;margin-right:7px;font-size:22px}.search-box{width:310px;height:34px;padding:0 9px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:6px;background:var(--field)}.search-box svg{color:var(--muted)}.search-box input{height:30px;padding:0;border:0;background:transparent}.cockpit-tabs{display:flex;gap:7px;margin-bottom:9px}.cockpit-tabs button{min-height:30px;padding:0 13px}.intentions-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:12px}.intentions-stats span{min-height:66px;padding:11px;border:1px solid var(--line);border-radius:7px;background:#0b141f}.intentions-stats b{display:block;font-size:22px;color:var(--blue-bright)}.trader-page,.seller-page{display:grid;gap:8px}.mode-bar{min-height:58px;padding:6px 10px;display:flex;align-items:center;justify-content:space-between}.mode-bar p{margin:0;color:var(--muted);font-size:11px}.mode-switch{display:flex;align-items:center;gap:7px}.mode-switch button{min-height:44px;padding:0 14px;display:inline-flex;align-items:center;gap:9px;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:7px;text-align:left}.mode-switch button.active{color:#fff;background:var(--blue);border-color:var(--blue-bright)}.mode-switch button>span{display:grid;gap:2px}.mode-switch button strong{color:inherit;font-size:11px}.mode-switch button small{color:#7f95ab;font-size:8px;font-weight:500;white-space:nowrap}.mode-switch button.active small{color:#d8ebff}.mode-switch b{padding:2px 6px;color:#cde5ff;background:#ffffff1f;border-radius:4px;font-size:9px}.trader-response-grid{display:grid;grid-template-columns:minmax(330px,380px) minmax(0,1fr);gap:8px}.inquiry-list-panel,.quote-work-panel{min-width:0;min-height:538px;height:auto}.inquiry-list-panel{display:flex;flex-direction:column}.inquiry-filter-grid{display:grid;grid-template-columns:1.25fr .68fr .78fr .78fr;gap:6px}.inquiry-list-panel .inquiry-filter-grid .search-control,.inquiry-list-panel .inquiry-filter-grid .internal-fee-filter{grid-column:1 / -1}.inquiry-list-panel .status-filter-tabs{flex-wrap:wrap}.search-control{height:31px;padding:0 8px;display:flex;align-items:center;gap:6px;color:var(--muted);background:var(--field);border:1px solid var(--line);border-radius:6px}.search-control input{min-width:0;width:100%;height:28px;color:var(--text-2);background:transparent;border:0;outline:0}.inquiry-filter-grid select,.seller-response-filters select,.seller-response-filters input,.ledger-filters select,.ledger-filters input{height:31px;padding:0 8px;color:var(--text-2);background:var(--field);border:1px solid var(--line);border-radius:6px}.status-filter-tabs{display:flex;gap:6px;margin:7px 0}.status-filter-tabs button{min-height:27px;padding:0 13px;color:var(--muted);background:#0b141f;border:1px solid var(--line);border-radius:5px}.status-filter-tabs button.active{color:#fff;background:var(--blue-soft);border-color:var(--blue-bright)}.status-filter-tabs button b{min-width:17px;height:17px;margin-left:5px;padding:0 4px;display:inline-grid;place-items:center;color:#ffd18a;background:#f6b95f1f;border:1px solid rgba(246,185,95,.36);border-radius:999px;font-size:8px}.status-filter-tabs button.active b{color:#fff;background:#ffffff1f;border-color:#ffffff38}.inquiry-list{min-height:480px;height:auto;flex:1;overflow:auto;border-top:1px solid var(--line-soft)}.inquiry-list>button{width:100%;min-height:76px;padding:8px;display:block;text-align:left;color:var(--text-2);background:transparent;border:0;border-bottom:1px solid var(--line-soft)}.inquiry-list>button:hover{background:#0875df12}.inquiry-list>button.active{background:#0875df24;box-shadow:inset 2px 0 0 var(--blue-bright)}.inquiry-row-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.inquiry-row-head strong{color:var(--text);font-size:12px}.inquiry-state-stack{flex:none;display:grid;justify-items:end;gap:4px}.my-response-state{padding:2px 6px;border:1px solid #36536f;border-radius:999px;color:#9dc9f5;background:#111e2c;font-size:8px;font-weight:700}.my-response-state.pending{color:#b4c0cd;border-color:#3b4653;background:#111821}.my-response-state.negotiating{color:#ffd18a;border-color:#f6b95f66;background:#f6b95f14}.my-response-state.closed{color:#f4aa74;border-color:#ef8b4866;background:#ef8b4814}.my-response-state.active{color:#83d8c3;border-color:#43d6b559;background:#23b89a12}.inquiry-asset-title{min-width:0;display:flex;align-items:center;gap:7px}.direction-badge{flex:none;min-width:47px;padding:3px 7px;border-radius:4px;font-size:9px;font-weight:800;text-align:center;letter-spacing:.02em}.direction-badge.buy,.direction-inline.buy{color:#ffd5d9;background:#ef485633;border:1px solid rgba(255,105,117,.55)}.direction-badge.sell,.direction-inline.sell{color:#bdf7e8;background:#23b89a29;border:1px solid rgba(67,214,181,.48)}.quote-state{font-size:10px}.quote-state.available{color:#64ddc4}.quote-state.quoted{color:var(--muted)}.quote-state.negotiating{color:#ffd18a;font-weight:700}.quote-state.closed{color:#f6b95f}.asset-labels{display:flex;flex-wrap:wrap;gap:4px;margin:5px 0}.asset-labels span,.asset-labels em{min-height:18px;padding:1px 5px;display:inline-flex;align-items:center;gap:3px;color:#9dc9f5;background:#142032;border:1px solid #293e59;border-radius:4px;font-size:9px;font-style:normal}.asset-labels em{color:#78baff;border-color:#2690ff8c;background:#0875df29}.asset-labels .ratio-label{color:#d2c6ff;border-color:#8970f57a;background:#6e53dc1f;font-weight:700}.asset-labels .lock-label.locked{color:#ffd18a;border-color:#f6b95f7a;background:#f6b95f1a;font-weight:700}.asset-labels .lock-label.unlocked{color:#9fadc0;border-color:#344358;background:#111b29}.asset-labels .countdown-label{color:#ffd18a;border-color:#f6b95f7a;background:#f6b95f1a;font-weight:700}.asset-labels .fee-share-tag{color:#7b4bb7;background:#f5efff;border-color:#d5c1ee;font-weight:700}.inquiry-list small{display:block;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compact-empty{min-height:180px;display:grid;place-items:center;color:var(--muted);font-size:11px}.quote-work-panel{padding:0;overflow:visible}.quote-condition-block,.quote-response-block{padding:10px 12px}.quote-condition-block{border-bottom:1px solid var(--line)}.compact-condition-head{min-height:27px;margin-bottom:6px;align-items:center}.compact-condition-head h2{font-size:15px}.quote-response-block{background:#09131f;box-shadow:inset 4px 0 0 var(--blue)}.my-response-identity{min-height:58px;margin-bottom:8px;padding:8px 10px;display:grid;grid-template-columns:1.05fr .7fr 1.35fr;align-items:center;gap:10px;background:linear-gradient(90deg,#0875df21,#0875df09);border:1px solid #315d88;border-radius:8px}.response-identity-title{min-width:0;display:flex;align-items:center;gap:8px}.response-order-mark{width:31px;height:31px;flex:0 0 auto;display:grid;place-items:center;color:#cfe8ff;background:#0875df33;border:1px solid #3476b6;border-radius:7px}.response-identity-title>div,.response-identity-status,.response-identity-rule{min-width:0;display:grid;gap:3px}.response-identity-title small,.response-identity-status small{color:#7f95ab;font-size:8px}.response-identity-title strong{color:#eef6ff;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.response-identity-status{padding-left:10px;border-left:1px solid var(--line-soft)}.response-identity-status .status{width:fit-content}.response-identity-rule{padding-left:11px;border-left:1px solid var(--line-soft)}.response-identity-rule b{color:#8fc6ff;font-size:10px}.response-identity-rule span{color:#7f95ab;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quote-entry-surface{padding:9px 10px 10px;background:#07111c;border:1px solid #294c70;border-radius:8px}.negotiation-edit-context{min-height:45px;margin-bottom:8px;padding:7px 9px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#f6c46d;background:#f6b95f13;border:1px solid rgba(246,185,95,.34);border-radius:6px}.negotiation-edit-context>div{min-width:0;display:flex;align-items:center;gap:8px}.negotiation-edit-context span{min-width:0;display:grid;gap:2px}.negotiation-edit-context b{color:#ffe3ae;font-size:10px}.negotiation-edit-context small{color:#bca880;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.negotiation-history{margin-bottom:8px;padding:8px;background:#0a1522;border:1px solid #263f5a;border-radius:7px}.negotiation-history.has-history{border-color:#f6b95f4d;background:#f6b95f0b}.negotiation-history-head{min-height:25px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.negotiation-history-head>div{display:flex;align-items:center;gap:6px;color:#75b8ff}.negotiation-history-head b{color:#dcecff;font-size:10px}.negotiation-history-head>span{color:#7f95ab;font-size:8px}.negotiation-history-head-actions{display:flex;align-items:center;gap:8px}.negotiation-history-head-actions>span{color:#7f95ab;font-size:8px}.negotiation-history-head-actions button{min-height:24px;padding:0 7px;display:inline-flex;align-items:center;gap:3px;color:#9dc9f5;background:#101e2d;border:1px solid #304b67;border-radius:5px;font-size:8px;font-weight:700}.negotiation-history-head-actions button:hover{color:#fff;border-color:#4f92d5;background:#0875df24}.negotiation-collapsed-summary{width:100%;min-height:38px;padding:6px 8px;display:flex;align-items:center;gap:9px;color:#9dc9f5;background:#0875df0e;border:1px solid rgba(82,158,255,.2);border-radius:5px;text-align:left}.negotiation-collapsed-summary>span{min-width:0;flex:1;display:flex;align-items:center;gap:8px}.negotiation-collapsed-summary b{color:#dcecff;font-size:9px}.negotiation-collapsed-summary small{min-width:0;color:#a9bbcd;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.negotiation-collapsed-summary em{color:#71869c;font-size:8px;font-style:normal}.negotiation-timeline{--timeline-columns: 3;display:grid;grid-template-columns:repeat(var(--timeline-columns),minmax(0,1fr));padding:4px 2px 1px;overflow-x:auto}.timeline-step{min-width:142px;position:relative;display:grid;grid-template-rows:18px 18px auto auto;align-content:start}.timeline-meta{padding-right:18px;display:flex;align-items:center;gap:5px;color:#7d93a9;font-size:8px}.timeline-meta time{color:#61788f}.timeline-meta em{padding:1px 5px;color:#d9edff;background:#0875df38;border:1px solid rgba(82,158,255,.5);border-radius:999px;font-size:7px;font-style:normal;font-weight:800}.timeline-track{position:relative;display:flex;align-items:center}.timeline-track:after{content:"";position:absolute;z-index:0;left:7px;right:0;height:1px;background:linear-gradient(90deg,#529effcc,#f6b95f99)}.timeline-step:last-child .timeline-track:after{display:none}.timeline-marker{position:relative;z-index:2;width:10px;height:10px;flex:0 0 auto;background:#0875df;border:2px solid #91caff;border-radius:50%;box-shadow:0 0 0 3px #0875df29}.counterparty-step .timeline-marker{background:#d8922f;border-color:#ffd18a;box-shadow:0 0 0 3px #f6b95f21}.current-step .timeline-marker{box-shadow:0 0 0 4px #0875df33,0 0 12px #529eff8c}.counterparty-step.current-step .timeline-marker{box-shadow:0 0 0 4px #f6b95f29,0 0 12px #f6b95f73}.timeline-arrow{position:absolute;z-index:1;right:7px;color:#6a7e91;background:#0d1823}.timeline-step>b{margin-top:2px;color:#9fd2ff;font-size:9px}.timeline-step.counterparty-step>b{color:#ffd18a}.timeline-step>small{margin-top:2px;padding-right:12px;color:#d8e3ef;font-size:9px;white-space:nowrap}.negotiation-history-empty{min-height:34px;display:flex;align-items:center;color:#71869c;font-size:8px}.quote-entry-toolbar{min-height:30px;margin:-2px 0 7px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line-soft)}.quote-entry-toolbar>div{display:flex;align-items:center;gap:7px;color:#75b8ff}.quote-entry-toolbar b{color:#e8f2ff;font-size:12px}.quote-entry-toolbar span{padding:2px 6px;color:#8fd8c6;background:#23b89a14;border:1px solid rgba(67,214,181,.28);border-radius:4px;font-size:8px;font-weight:700}.quote-entry-toolbar small{color:#7f95ab;font-size:9px}.quote-entry-guide{min-height:26px;margin-bottom:6px;display:flex;align-items:center;justify-content:space-between;gap:12px}.quote-entry-guide b{color:#dcecff;font-size:11px}.quote-entry-guide span{color:#7f95ab;font-size:9px}.condition-id{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px}.realtime-badge{min-height:24px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;color:#fff;background:#0875df;border:1px solid #56a9ff;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.02em;box-shadow:0 0 18px #0875df6b;white-space:nowrap}.countdown-badge{min-height:24px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;color:#ffd18a;background:#f6b95f1a;border:1px solid rgba(246,185,95,.5);border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap}.trade-fact-hero{display:grid;grid-template-columns:1.2fr .82fr .92fr .78fr .9fr 1.35fr;background:#0b1522;border:1px solid #28415f;border-radius:8px;overflow:hidden}.trade-fact{min-width:0;min-height:78px;padding:8px 9px;border-right:1px solid var(--line-soft)}.trade-fact:last-child{border-right:0}.trade-fact>span{display:block;color:#8799ae;font-size:10px}.trade-fact.primary{min-height:78px}.trade-fact.primary strong{display:block;margin-top:6px;color:#4da2ff;font-size:18px;line-height:1.15;letter-spacing:-.02em;white-space:nowrap}.trade-fact.primary:first-child strong{color:#f3f7fd}.trade-fact.constraint{min-height:78px}.trade-fact.constraint b{display:block;margin-top:6px;color:#eef5ff;font-size:15px;line-height:1.2;white-space:nowrap}.trade-fact small{display:block;margin-top:5px;color:#74869c;font-size:9px}.direction-inline{display:inline-flex;margin-right:6px;padding:2px 5px;border-radius:4px;font-size:8px;font-weight:800;vertical-align:middle}.deadline-fact.is-realtime{background:#0d1c30;box-shadow:inset 0 0 0 1px #3991ef7a}.deadline-fact.has-countdown{background:#17180f;box-shadow:inset 0 0 0 1px #f6b95f47}.fact-label-row{min-height:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:4px}.fact-label-row>span:first-child{color:#9cb0c6;font-size:10px}.deadline-fact b{margin-top:4px!important;font-size:13px}.lock-highlight{width:fit-content;padding:4px 12px;color:#75b8ff!important;background:#0875df1f;border:1px solid rgba(82,158,255,.6);border-radius:999px}.trade-context-line{min-height:31px;padding:7px 2px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;color:var(--muted);font-size:9px}.condition-grid{margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line-soft);border-radius:7px;overflow:hidden}.condition-grid div{min-height:51px;padding:7px 9px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.condition-grid div:nth-child(4n){border-right:0}.condition-grid div:nth-last-child(-n+4){border-bottom:0}.condition-grid div.wide{grid-column:span 2}.condition-grid dt{color:var(--muted);font-size:9px}.condition-grid dd{margin:5px 0 0;color:var(--text-2);font-size:11px;font-weight:600}.section-title{min-height:34px;display:flex;align-items:flex-start;justify-content:space-between}.section-title h2{margin:0;font-size:16px}.section-title>span{color:var(--muted);font-size:9px}.quote-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 9px}.key-field>span{color:#8bbfff;font-weight:600}.key-field input,.key-field select{color:#f4f8ff;border-color:#365d88;background:#0c1827;font-size:14px;font-weight:700}.key-field input:hover,.key-field select:hover{border-color:var(--blue-bright)}.quote-entry-surface .field input:focus,.quote-entry-surface .field select:focus,.quote-entry-surface .field textarea:focus{outline:none;border-color:#4fa5f8;box-shadow:0 0 0 2px #0875df2b}.amount-linked-field input{border-color:#43d6b58c}.quick-quantity>span{display:block;margin-bottom:4px;color:var(--muted);font-size:9px}.quick-quantity>div{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.quick-quantity button{height:27px;color:var(--text-2);background:var(--field);border:1px solid var(--line);border-radius:5px}.quick-quantity button.active{color:#fff;border-color:var(--blue-bright);background:var(--blue-soft)}.inline-price-note{min-height:47px;padding:8px;display:flex;align-items:center;color:#9fd2ff;background:#0875df17;border:1px solid rgba(38,144,255,.28);border-radius:6px;font-size:10px}.quote-actions{margin-top:9px;display:grid;grid-template-columns:.9fr .85fr 1.35fr;gap:8px}.quote-actions .button.abandon-quote{color:#ffb0b8;background:#ef485611;border-color:#ef485657}.quote-actions .button.abandon-quote:hover{color:#ffd4d8;background:#ef48561f;border-color:#ff697594}.quote-actions .button.primary{min-height:34px;font-weight:800;box-shadow:0 0 16px #0875df33}.quota-closed-note{min-height:170px;padding:24px;display:flex;align-items:center;justify-content:center;gap:13px;color:#e7eff9;background:#f6b95f0f;border:1px solid rgba(246,185,95,.32);border-radius:8px}.quota-closed-note>svg{flex:none;color:#f6b95f}.quota-closed-note div{display:grid;gap:7px}.quota-closed-note b{font-size:14px}.quota-closed-note span{max-width:520px;color:var(--muted);font-size:10px;line-height:1.6}.quote-ledger,.seller-ledger{padding:10px 12px}.quote-ledger td:nth-child(4),.quote-ledger td:nth-child(7),.seller-ledger td:nth-child(2),.seller-ledger td:nth-child(5){color:#eef5ff;font-weight:700}.quote-ledger td:nth-child(9),.seller-ledger td:nth-child(7){color:#7bb9ff;font-weight:700}.ledger-head{display:flex;justify-content:space-between;align-items:center}.ledger-scope-note{color:#71869c;font-size:9px}.ledger-tabs{min-height:31px;display:flex;align-items:center;gap:20px}.ledger-tabs h2{margin:0 6px 0 0;font-size:16px}.ledger-tabs button{align-self:stretch;padding:0 2px;color:var(--muted);background:transparent;border:0;border-bottom:2px solid transparent}.ledger-tabs button.active{color:var(--blue-bright);border-bottom-color:var(--blue-bright)}.ledger-filters{display:grid;grid-template-columns:.75fr .9fr .9fr .8fr auto auto;gap:7px;align-items:end;margin:7px 0}.ledger-filters label>span{display:block;margin-bottom:3px;color:var(--muted);font-size:9px}.buy-text{color:#ff8a94}.sell-text{color:#64ddc4}.professional-launch{display:grid;grid-template-columns:minmax(480px,.95fr) minmax(620px,1.05fr);gap:8px}.professional-launch .records-panel{grid-column:1 / -1}.professional-permission{border-color:#529eff57;background:linear-gradient(90deg,#0875df1f,#0875df09)}.direction-control{padding:7px 8px;background:#0875df0e;border:1px solid rgba(82,158,255,.22);border-radius:6px}.direction-control .segmented{min-width:210px}.direction-control .segmented.single-option{grid-template-columns:1fr}.direction-control button.buy-direction.active{color:#ffd5d9;background:#ef48562e;border-color:#ff69757a}.direction-control button.sell-direction.active{color:#bdf7e8;background:#23b89a26;border-color:#43d6b56b}.seller-permission{min-height:57px;padding:7px 14px;display:flex;align-items:center;justify-content:space-between}.seller-permission>div:first-child{display:flex;flex-direction:column;gap:4px}.seller-permission b{color:var(--blue-bright);font-size:14px}.seller-permission span{color:var(--muted);font-size:10px}.permission-items{display:flex;gap:22px}.permission-items span{display:flex;align-items:center;gap:6px}.permission-items .enabled{color:#64ddc4}.seller-main-grid{display:grid;grid-template-columns:minmax(340px,360px) minmax(0,1fr);gap:8px}.seller-form-panel,.seller-response-panel{min-width:0;min-height:524px}.professional-response-selector{margin-bottom:8px;padding:8px;background:#0a1522;border:1px solid #29445f;border-radius:8px}.professional-response-selector.unified-tree-selector{margin-bottom:0}.response-selector-head{min-height:30px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.response-selector-head>div{display:grid;gap:3px}.response-selector-head b{color:#e6f1ff;font-size:11px}.response-selector-head span{color:var(--muted);font-size:8px}.professional-response-selector .inquiry-filter-grid{margin:5px 0 6px}.professional-response-selector .status-filter-tabs{margin-bottom:2px}.professional-response-selector .response-inquiry-list{min-height:0;height:auto;max-height:230px;border:1px solid var(--line-soft);border-radius:6px}.professional-response-selector .response-inquiry-list>button{min-height:70px;padding:7px 8px}.response-count-label{color:#9be5d2!important;border-color:#43d6b557!important;background:#23b89a14!important}.seller-control-row{min-height:34px;display:grid;grid-template-columns:78px 1fr;align-items:center;gap:8px}.seller-control-row>span{color:var(--muted);font-size:10px}.seller-control-row .segmented{display:grid;grid-template-columns:repeat(3,1fr)}.seller-control-row:first-of-type .segmented{grid-template-columns:repeat(2,1fr)}.seller-fields{margin-top:5px;grid-template-columns:minmax(0,1fr)}.seller-fields .full-width{grid-column:auto}.seller-form-panel .verification-grid,.seller-form-panel .verification-upload{grid-template-columns:minmax(0,1fr)}.stock-link-field>span{color:#8bbfff;font-weight:700}.stock-link-field input{border-color:#3f6f9f;background:#0c1827}.stock-link-field input:focus{outline:none;border-color:#4fa5f8;box-shadow:0 0 0 2px #0875df29}.linked-readonly-field>span{color:#7f95ab}.linked-readonly-field input{color:#b8c9da;background:#0a131e;border-style:dashed;cursor:default}.basket-workspace{margin-top:6px;padding:8px;background:#09131f;border:1px solid #294c70;border-radius:8px}.basket-head{min-height:35px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.basket-head>div{display:grid;gap:3px}.basket-head b{color:#e8f2ff;font-size:12px}.basket-head span{color:var(--muted);font-size:9px}.basket-head .button{min-height:28px;color:#9fd2ff;border-color:#315d89}.basket-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:6px 0 8px}.basket-summary>div{min-height:49px;padding:7px 9px;display:grid;gap:4px;background:#0c1827;border:1px solid var(--line);border-radius:6px}.basket-summary span{color:#7f95ab;font-size:8px}.basket-summary b{color:#75b8ff;font-size:14px}.basket-summary>div:last-child b{color:#8fd8c6}.basket-table{max-height:260px;overflow:auto;border:1px solid var(--line);border-radius:7px}.basket-table-head,.basket-row{min-width:980px;display:grid;grid-template-columns:190px 105px 92px 78px 178px 112px 126px 34px;gap:6px;align-items:center}.basket-table-head{position:sticky;top:0;z-index:5;min-height:27px;padding:0 7px;color:#7f95ab;background:#0a131e;border-bottom:1px solid var(--line);font-size:8px}.basket-table-head>span:first-child{position:sticky;left:0;z-index:7;align-self:stretch;display:flex;align-items:center;background:#0a131e;box-shadow:8px 0 12px -10px #000000f2,1px 0 #29445f}.basket-row{min-height:43px;padding:6px 7px;border-bottom:1px solid var(--line-soft)}.basket-row:last-child{border-bottom:0}.basket-row>select:first-child{position:sticky;left:0;z-index:3;background:#0d1b2a;box-shadow:8px 0 12px -10px #000000f2,1px 0 #29445f}.basket-row select,.basket-row input{width:100%;height:29px;padding:0 7px;color:#dbe7f5;background:#0c1827;border:1px solid #304862;border-radius:5px;font-size:9px}.basket-row select:focus,.basket-row input:focus{outline:none;border-color:#4fa5f8}.basket-stock-meta{min-width:0;display:grid;gap:2px}.basket-stock-meta b{color:#c7d6e6;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.basket-stock-meta span{color:#71869c;font-size:8px}.basket-row>button{width:27px;height:27px;display:grid;place-items:center;color:#8698aa;background:transparent;border:1px solid #344358;border-radius:5px}.basket-row>button:hover{color:#ff9da5;border-color:#ef48568c;background:#ef485614}.basket-no-price{height:29px;display:flex;align-items:center;justify-content:center;color:#87cbbd;border:1px dashed #315e5d;border-radius:5px;font-size:8px}.basket-price-cell{position:relative;min-width:0}.basket-price-cell input{padding-right:29px}.basket-price-cell small{position:absolute;right:7px;top:50%;transform:translateY(-50%);color:#71869c;font-size:8px;pointer-events:none}.basket-common-title{min-height:30px;display:flex;align-items:center;gap:8px}.basket-common-title b{color:#dcecff;font-size:11px}.basket-common-title span{color:var(--muted);font-size:8px}.basket-common-fields{gap:5px 8px}.basket-common-fields .field input,.basket-common-fields .field select,.basket-common-fields .date-time-controls input{height:28px}.basket-common-fields .field textarea{min-height:31px}.seller-verification{margin-top:9px;padding:9px;background:#09131f;border:1px solid #294c70;border-radius:8px}.verification-heading{min-height:34px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:7px;border-bottom:1px solid var(--line-soft)}.verification-heading>div:first-child{display:flex;align-items:flex-start;gap:8px}.verification-index{width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto;color:#9fd2ff;background:#0875df24;border:1px solid #2f659b;border-radius:6px;font-size:9px;font-weight:800}.verification-heading h3{margin:0;color:#e8f2ff;font-size:12px}.verification-heading p{margin:3px 0 0;color:var(--muted);font-size:8px}.verification-grid{margin-top:7px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 8px}.verification-note textarea{min-height:42px;line-height:1.45}.verification-upload{min-height:48px;margin-top:7px;padding:7px 8px;display:grid;grid-template-columns:minmax(185px,.86fr) minmax(220px,1.14fr);align-items:center;gap:8px;background:#0b1623;border:1px dashed #386a9d;border-radius:7px}.verification-upload>div{display:grid;gap:3px}.verification-upload b{color:#dcecff;font-size:10px}.verification-upload span{color:var(--muted);font-size:8px;line-height:1.4}.verification-upload input{min-width:0;width:100%;height:31px;padding:3px 5px;color:#9eb0c2;background:#0c1827;border:1px solid var(--line);border-radius:6px;font-size:8px}.verification-upload input::file-selector-button{height:23px;margin-right:7px;padding:0 9px;color:#cfe7ff;background:#0875df29;border:1px solid #356b9f;border-radius:4px;font-size:8px;cursor:pointer}.verification-consent{min-height:42px;margin-top:7px;padding:7px 8px;display:flex;align-items:flex-start;gap:8px;color:#b8c9da;background:#0875df0b;border:1px solid #273d56;border-radius:7px;font-size:8px;line-height:1.55;cursor:pointer}.verification-consent input{width:14px;height:14px;margin:0;flex:0 0 auto;accent-color:var(--blue-bright)}.verification-consent span{min-width:0}.compact-upload{min-height:332px}.boundary-copy{max-width:380px;color:var(--muted);font-size:9px;text-align:right;line-height:1.5}.seller-response-filters{display:grid;grid-template-columns:.8fr .9fr 1.1fr auto;gap:7px;margin-bottom:8px}.seller-response-filters.compact{grid-template-columns:minmax(150px,.65fr) minmax(170px,.8fr) auto;max-width:460px;margin-left:auto}.mother-order-card{width:100%;min-height:128px;padding:0;display:block;color:inherit;text-align:left;background:#0b1522;border:1px solid #2a5d91;border-radius:8px;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.mother-order-card:hover,.mother-order-card.expanded{border-color:#318fe9;background:#0c1827;box-shadow:inset 0 0 0 1px #318fe929}.mother-order-primary{min-height:91px;padding:11px 12px;display:grid;grid-template-columns:1.15fr 1.05fr .82fr .76fr .76fr auto;gap:0;align-items:stretch}.mother-order-primary>div:not(.project-state){min-width:0;padding:2px 10px;border-right:1px solid var(--line-soft)}.mother-order-primary>div:first-child{padding-left:0}.mother-order-primary small{display:block;color:#8799ae;font-size:9px}.mother-order-primary strong{display:block;margin-top:7px;color:#4da2ff;font-size:16px;line-height:1.2;white-space:nowrap}.mother-order-primary .project-identity strong{color:#f3f7fd;font-size:20px}.mother-order-primary span{display:block;margin-top:6px;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mother-order-primary .order-metric.traded strong{color:#64ddc4}.mother-order-primary .order-metric.remaining strong{color:#f6b95f}.project-state{min-width:94px;padding-left:11px;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;color:#7fbaff}.mother-order-meta{min-height:35px;padding:7px 12px;display:flex;align-items:center;gap:16px;color:var(--muted);background:#0875df0e;border-top:1px solid var(--line-soft);font-size:9px}.mother-order-meta span{margin:0}.mother-order-meta .lock-highlight{width:fit-content;padding:3px 8px}.mother-order-meta b{margin-left:auto;color:#75b8ff;font-size:9px}.child-order-heading{min-height:41px;margin-top:8px;display:flex;align-items:center;justify-content:space-between}.child-order-heading>div{display:flex;align-items:baseline;gap:9px}.child-order-heading b{color:#eaf3ff;font-size:12px}.child-order-heading span{color:var(--muted);font-size:9px}.counterparty-table tbody tr{cursor:pointer;transition:background .14s ease,box-shadow .14s ease}.counterparty-table tbody tr:hover{background:#0875df12}.counterparty-table tbody tr.selected-child{background:#0875df1f;box-shadow:inset 3px 0 0 var(--blue-bright)}.counterparty-table td{height:40px}.counterparty-table .traded-quantity{color:#64ddc4;font-weight:700}.order-tree-table{border:1px solid #315f8d;border-radius:8px;background:#09131f;overflow-x:auto}.order-tree-table table{min-width:1320px;table-layout:fixed}.order-tree-table th:first-child{width:250px}.order-tree-table th:nth-child(2){width:92px}.order-tree-table th:nth-child(3){width:108px}.order-tree-table th:nth-child(4),.order-tree-table th:nth-child(5),.order-tree-table th:nth-child(6),.order-tree-table th:nth-child(7){width:100px}.order-tree-table th:nth-child(8){width:144px}.order-tree-table th:nth-child(9){width:112px}.order-tree-table th:nth-child(10){width:124px}.order-tree-table th:nth-child(11){width:180px}.order-tree-table thead th{height:30px;color:#8095aa;background:#0a1623;border-bottom-color:#31506e;font-size:8px}.order-tree-table th:first-child,.order-tree-table td:first-child{position:sticky;left:0;z-index:4}.order-tree-table th:nth-child(2),.order-tree-table td:nth-child(2){position:sticky;left:250px;z-index:4;box-shadow:8px 0 12px #00000029}.order-tree-table thead th:first-child,.order-tree-table thead th:nth-child(2){z-index:9;background:#0a1623}.tree-mother-row td:first-child,.tree-mother-row td:nth-child(2){background:#0c2236}.tree-mother-row.expanded td:first-child,.tree-mother-row.expanded td:nth-child(2),.tree-mother-row.selected-mother td:first-child,.tree-mother-row.selected-mother td:nth-child(2){background:#0d2942}.tree-child-row td:first-child,.tree-child-row td:nth-child(2){background:#0a141f}.tree-child-row:hover td:first-child,.tree-child-row:hover td:nth-child(2){background:#0b1d2c}.tree-child-row.selected-child td:first-child,.tree-child-row.selected-child td:nth-child(2){background:#0d2940}.order-tree-table td{height:54px;padding:6px 9px;vertical-align:middle}.order-tree-table td>b,.order-tree-table td>small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-tree-table td>b{color:#dce9f7;font-size:10px}.order-tree-table td>small{margin-top:4px;color:#72869b;font-size:8px}.tree-mother-row{cursor:pointer;background:#0875df14}.tree-mother-row.expanded{background:#0875df21;box-shadow:inset 3px 0 0 var(--blue-bright)}.tree-mother-row.selected-mother{box-shadow:inset 3px 0 0 var(--blue-bright)}.tree-mother-row td{border-bottom-color:#31506e}.tree-child-row{cursor:pointer;background:#0a141f;transition:background .14s ease,box-shadow .14s ease}.tree-child-row:hover{background:#0875df14}.tree-child-row.selected-child{background:#0875df2b;box-shadow:inset 3px 0 #47a4ff}.tree-cell-button{width:100%;min-height:40px;padding:0;display:flex;align-items:center;gap:8px;color:inherit;text-align:left;background:transparent;border:0;cursor:pointer}.tree-toggle{width:23px;height:23px;display:grid;place-items:center;flex:0 0 auto;color:#82c0ff;background:#0875df29;border:1px solid #356896;border-radius:5px}.tree-toggle.single{color:#9be5d2;background:#23b89a1a;border-color:#43d6b557}.tree-cell-button.child{padding-left:14px}.tree-branch{position:relative;width:27px;height:35px;flex:0 0 auto;border-left:1px solid #3c6a94;border-bottom:1px solid #3c6a94;border-bottom-left-radius:5px;transform:translateY(-9px)}.tree-branch:after{content:"";position:absolute;right:-3px;bottom:-3px;width:5px;height:5px;background:#57aaf7;border-radius:50%;box-shadow:0 0 0 2px #102337}.tree-identity{min-width:0;display:grid;gap:4px}.tree-identity b{color:#edf5ff;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-identity small{color:#71879d;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-metric.primary,.tree-metric.response{color:#6bb7ff!important}.tree-metric.matched{color:#a3cfff!important}.tree-metric.traded{color:#64ddc4!important}.tree-metric.remaining{color:#f6b95f!important}.tree-empty{color:#52667a}.tree-direction{display:inline-block;min-width:30px;margin-right:6px;padding:2px 4px;border-radius:3px;font-size:8px;text-align:center;vertical-align:1px}.tree-direction.buy{color:#ffd5d9;background:#ef48562e;border:1px solid rgba(255,105,117,.46)}.tree-direction.sell{color:#bdf7e8;background:#23b89a24;border:1px solid rgba(67,214,181,.4)}.tree-remark{display:-webkit-box;overflow:hidden;color:#9eb1c4;font-size:8px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.response-tree-list{max-height:440px;overflow:auto}.response-tree-list thead{position:sticky;top:0;z-index:7}.tree-action-button{min-width:66px;min-height:27px;padding:0 9px;color:#dceeff;background:#0875df;border:1px solid #4fa5f8;border-radius:5px;font-size:9px;font-weight:700;cursor:pointer}.tree-action-button:hover{color:#fff;background:#1688f5;box-shadow:0 0 12px #0875df3d}.tree-action-button.secondary{color:#9ecfff;background:#0875df1a;border-color:#315f8d}.tree-single-badge{min-width:66px;min-height:27px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;color:#9be5d2;background:#23b89a14;border:1px solid rgba(67,214,181,.3);border-radius:5px;font-size:8px;font-weight:700;white-space:nowrap}.tree-mother-row.single-response td{border-bottom-color:#2d5c68}.quote-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;padding:40px;display:grid;place-items:center;background:#01060cc7;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.quote-modal{width:min(1180px,calc(100vw - 80px));max-height:calc(100vh - 80px);overflow:auto;background:#08131f;border:1px solid #3f78ac;border-radius:10px;box-shadow:0 24px 70px #0009,0 0 0 1px #529eff14}.quote-modal-head{position:sticky;top:0;z-index:2;min-height:58px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;background:#0b1826;border-bottom:1px solid #31506e}.quote-modal-head>div{display:grid;gap:3px}.quote-modal-head small{color:#7f95ab;font-size:8px}.quote-modal-head h3{margin:0;color:#eef6ff;font-size:15px}.quote-modal-head button{width:31px;height:31px;display:grid;place-items:center;color:#91a9bf;background:#0a141f;border:1px solid #30485f;border-radius:6px;cursor:pointer}.quote-modal-head button:hover{color:#fff;border-color:#4b8cca}.child-quote-editor.modal-editor{margin:0;padding:12px 13px 13px;border:0;border-radius:0;box-shadow:none}.child-quote-editor{margin-top:9px;padding:9px;background:#08131f;border:1px solid #315a83;border-radius:8px;box-shadow:inset 3px 0 0 var(--blue)}.child-quote-editor.is-readonly{border-color:#394654;box-shadow:inset 3px 0 #6f7e8c}.child-editor-head{min-height:34px;padding-bottom:7px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line-soft)}.child-editor-head>div:first-child{display:flex;align-items:baseline;gap:8px}.child-editor-head span{color:var(--muted);font-size:8px}.child-editor-head b{color:#e8f2ff;font-size:12px}.child-editor-head small{color:#8095aa;font-size:8px}.child-editor-head>div:last-child{display:flex;align-items:center;gap:7px}.child-editor-head em{color:#8fb7dd;font-size:8px;font-style:normal}.counterparty-quote-strip{margin:7px 0;display:grid;grid-template-columns:1.35fr .72fr .72fr .72fr .9fr;background:#0b1724;border:1px solid var(--line-soft);border-radius:6px;overflow:hidden}.counterparty-quote-strip>div{min-height:42px;padding:6px 8px;display:grid;gap:4px;border-right:1px solid var(--line-soft)}.counterparty-quote-strip>div:last-child{border-right:0}.counterparty-quote-strip span{color:#73879c;font-size:8px}.counterparty-quote-strip b{color:#cbd9e8;font-size:9px}.child-quote-history{margin:8px 0;background:#091522;border:1px solid #29445f;border-radius:7px;overflow:hidden}.child-history-toggle{width:100%;min-height:37px;padding:0 9px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#9fcdf7;background:#0875df0b;border:0;border-bottom:1px solid transparent;text-align:left;cursor:pointer}.child-quote-history.is-expanded .child-history-toggle{border-bottom-color:#29445f}.child-history-toggle>span{display:flex;align-items:center;gap:7px}.child-history-toggle>span:first-child{min-width:0}.child-history-toggle b{color:#dcecff;font-size:10px}.child-history-toggle em{color:#71869c;font-size:8px;font-style:normal}.child-history-toggle>span:last-child{flex:0 0 auto;color:#8dbbe5;font-size:8px;font-weight:700}.child-history-stream{padding:4px 8px}.child-history-item{position:relative;min-height:43px;display:grid;grid-template-columns:28px 1fr 1.25fr .72fr 1fr;align-items:center;gap:8px;border-bottom:1px solid var(--line-soft)}.child-history-item:last-child{border-bottom:0}.child-history-item.is-current{margin:0 -8px;padding:0 8px;background:#0875df14}.history-node{position:relative;height:100%;display:grid;place-items:center}.history-node:after{content:"";position:absolute;left:50%;top:27px;bottom:-17px;width:1px;background:#315979}.child-history-item:last-child .history-node:after{display:none}.history-node>span{position:relative;z-index:1;width:19px;height:19px;display:grid;place-items:center;color:#9fcfff;background:#10253a;border:1px solid #3d78ad;border-radius:50%;font-size:8px;font-weight:800}.child-history-item.is-current .history-node>span{color:#fff;background:var(--blue);border-color:#67b5ff;box-shadow:0 0 10px #0875df5c}.history-version,.history-condition,.history-quantity,.history-note{min-width:0;display:grid;gap:3px}.history-version>div{display:flex;align-items:center;gap:5px}.history-version b,.history-condition b,.history-quantity b,.history-note b{color:#cbd9e8;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-version small,.history-condition span,.history-quantity span,.history-note span{color:#71869c;font-size:8px}.history-version em{padding:1px 5px;color:#a8e9da;background:#23b89a14;border:1px solid rgba(67,214,181,.28);border-radius:3px;font-size:7px;font-style:normal}.child-history-summary{width:100%;min-height:38px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#a8bed2;background:transparent;border:0;text-align:left;cursor:pointer}.child-history-summary b{color:#7fbcf5}.child-history-summary span{min-width:0;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.child-history-summary small{flex:0 0 auto;color:#71869c;font-size:8px}.child-editor-label{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:10px}.child-editor-label>div{display:flex;align-items:center;gap:6px;color:#75b8ff}.child-editor-label b{color:#e8f2ff;font-size:10px}.child-editor-label span{padding:2px 6px;color:#8fd8c6;background:#23b89a14;border:1px solid rgba(67,214,181,.28);border-radius:4px;font-size:8px}.child-editor-label small{color:#7f95ab;font-size:8px}.child-quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 9px}.child-quote-form .datetime-field{grid-column:span 1}.child-quote-form textarea{min-height:62px}.child-quick-quantity{display:grid;gap:5px}.child-quick-quantity>span{color:#7f95ab;font-size:8px}.child-quick-quantity>div{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.child-quick-quantity button{min-height:29px;color:#c5d5e6;background:#0b1623;border:1px solid #304862;border-radius:5px;font-size:10px;cursor:pointer}.child-quick-quantity button:hover:not(:disabled){color:#fff;border-color:#4fa5f8;background:#0875df24}.child-quick-quantity button:last-child{color:#ddecff;border-color:#3c78ae;background:#0875df1f}.child-quick-quantity button:disabled{cursor:not-allowed;opacity:.42}.child-editor-actions{margin-top:9px;display:grid;grid-template-columns:1.12fr 1fr .82fr;gap:8px}.child-editor-actions.is-final{grid-template-columns:minmax(160px,260px);justify-content:end}.child-editor-actions .button.primary{font-weight:800;box-shadow:0 0 14px #0875df2e}.child-editor-actions .button{min-height:36px;font-size:10px;font-weight:700}.child-editor-actions .push-back-action{color:#d9ebff;background:#0d1b2a;border-color:#3d6f9e}.child-editor-actions .push-back-action:hover{color:#fff;border-color:#62a9e9;background:#0875df21}.child-editor-actions .close-quote-action{color:#ffabb2;background:#ef485611;border-color:#ef48566b}.child-editor-actions .close-quote-action:hover{color:#ffdce0;background:#ef48561f;border-color:#ff69759e}.child-editor-empty{min-height:90px;margin-top:9px;display:grid;place-items:center;color:var(--muted);background:#0a141f;border:1px dashed #30485f;border-radius:7px;font-size:9px}.seller-response-actions{margin-top:10px;display:grid;grid-template-columns:1.1fr 1fr 1fr 1.2fr;gap:7px}.selected-child-note{min-width:0;padding:5px 9px;display:flex;flex-direction:column;justify-content:center;gap:2px;background:#0b141f;border:1px solid var(--line);border-radius:6px}.selected-child-note span{color:var(--muted);font-size:8px}.selected-child-note b{color:#dcecff;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.child-orders-collapsed{width:100%;min-height:94px;margin-top:8px;display:flex;align-items:center;justify-content:center;gap:8px;color:#75b8ff;background:#0b141f;border:1px dashed #2b527a;border-radius:8px;font-size:10px;cursor:pointer}.child-orders-collapsed:hover{color:#fff;border-color:#318fe9;background:#0875df14}.seller-ledger-filters{grid-template-columns:.9fr .9fr .75fr auto auto;max-width:720px}.seller-ledger tbody tr{cursor:pointer}.toast{position:fixed;right:22px;bottom:22px;z-index:50;min-height:42px;padding:0 15px;display:flex;align-items:center;gap:8px;color:#dffcf4;background:#10271f;border:1px solid rgba(35,184,154,.45);border-radius:8px;font-size:12px}.toast svg{color:var(--teal)}.button:disabled{cursor:not-allowed;opacity:.42;filter:saturate(.35)}@media(max-width:1280px){body{min-width:1024px}.workspace-grid{grid-template-columns:minmax(430px,.9fr) minmax(510px,1.1fr)}.trader-response-grid{grid-template-columns:minmax(310px,340px) minmax(0,1fr)}.seller-main-grid{grid-template-columns:minmax(320px,340px) minmax(0,1fr)}.service-console-layout{grid-template-columns:118px minmax(0,1fr)}.target-pool-layout{grid-template-columns:minmax(0,1fr) 240px}}@media(max-width:1080px){body{min-width:760px}.workspace-grid{grid-template-columns:1fr;grid-template-areas:"form" "response" "records"}.response-facts{grid-template-columns:repeat(2,1fr)}.response-facts span:nth-child(2){border-right:0}.response-facts span:nth-child(-n+2){border-bottom:1px solid var(--line-soft)}.approval-layout,.service-grid,.manager-page,.internal-main-grid,.review-workspace-grid{grid-template-columns:1fr}.internal-filter-grid,.service-filters,.pool-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-console-layout,.target-pool-layout{grid-template-columns:1fr}.service-side-nav,.target-pool-detail{position:static}.service-side-nav nav{grid-template-columns:repeat(5,minmax(0,1fr))}.service-side-title{display:none}.phase-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.phase-facts div:nth-child(4n){border-right:1px solid var(--line-soft)}.phase-facts div:nth-child(2n){border-right:0}.phase-facts div:nth-last-child(-n+4){border-bottom:1px solid var(--line-soft)}.phase-facts div:nth-last-child(-n+2){border-bottom:0}.task-summary{display:none}.role-nav button{gap:5px;font-size:11px}.trader-response-grid,.seller-main-grid,.professional-launch{grid-template-columns:1fr}.quote-modal-backdrop{padding:18px}.quote-modal{width:calc(100vw - 36px);max-height:calc(100vh - 36px)}.inquiry-list-panel,.quote-work-panel{height:auto}.seller-permission{align-items:flex-start;gap:10px}.permission-items{flex-wrap:wrap;gap:8px 16px}}body,.app-shell{background:var(--bg);color:var(--text)}.app-header,.role-nav{background:#fff;border-color:var(--line-soft)}.app-header{box-shadow:0 1px 8px #2a436512}.brand-block h1{color:#12243c}.icon-only{color:#41566f;background:#fff}.role-nav button:hover{color:var(--text);background:#f3f7fc}.page-nav,.panel,.flow-panel,.cockpit-hero{background:#fff;border-color:var(--line);box-shadow:0 2px 10px #2c46680b}.page-links button,.button:not(.primary){color:#41566f;background:#fff;border-color:var(--line)}.page-links button:hover,.button:not(.primary):hover{color:#145da9;background:#f3f8fe;border-color:#8bb9e7}.page-links button.active{color:#126bd6;background:#eef6ff;border-color:#78afe6}.dual-switch button,.segmented button,.pool-row button,.cockpit-tabs button,.status-filter-tabs button,.queue-tabs button{color:#66778c;background:#f7f9fc;border-color:var(--line)}.dual-switch button:not(.active):hover,.segmented button:not(.active):hover,.pool-row button:not(.active):hover,.cockpit-tabs button:not(.active):hover,.status-filter-tabs button:not(.active):hover,.queue-tabs button:not(.active):hover{color:#145da9;background:#eef6ff;border-color:#9cc4ea}.field input,.field select,.field textarea,.filter-row select,.mini-filters select,.search-box input,.date-time-controls input,.detail-control-grid select,.internal-filter-grid input,.internal-filter-grid select,.pool-filter-grid input,.pool-filter-grid select{color:#2f4158;background:#fff;border-color:#cfdbe7}.field input:hover,.field select:hover,.field textarea:hover,.filter-row select:hover,.date-time-controls input:hover{border-color:#84b2df}input::placeholder,textarea::placeholder{color:#9aa8b8}.upload-zone,.response-card,.queue-list>button,.check-block,.signer-box,.phase-facts div,.timeline-list>div,.review-summary,.side-metrics span,.intentions-stats span,.selected-child-note,.child-orders-collapsed{background:#f8fafc;border-color:var(--line-soft)}.queue-list>button.active,tr.selected-row{background:#edf6ff}.table-wrap{background:#fff;border-color:var(--line)}th{color:#64768b;background:#f4f7fb;border-bottom-color:#d7e1ec}td{color:#34465d;border-bottom-color:#e8eef5}tbody tr:nth-child(2n){background:#fbfcfe}tbody tr:hover{background:#f1f7fe}td b{color:#24374f}.table-link{color:#126bd6}.status.info{color:#126bd6;background:#eef6ff;border-color:#9dc5ed}.status.success{color:#087e68;background:#ecfaf6;border-color:#9ad9ca}.status.warning{color:#a9660a;background:#fff7e8;border-color:#efca8d}.status.violet{color:#6048c1;background:#f4f1ff;border-color:#c8bdf4}.price-note,.boundary-note{color:#275f95;background:#eef6ff;border-color:#b8d5f0}.field-helper{color:#087e68;background:#eefaf7;border-color:#b7dfd6}.flow-track div{color:#66788d;background:#f7f9fc;border-color:#dce5ee}.flow-track div:last-child{border-right-color:#dce5ee}.flow-track b{color:#5f7187;background:#e8eef5}.flow-track div>svg{color:#9babbc}.flow-track div.active{color:#126bd6;background:#edf6ff;border-color:#6ba7e2}.metric-grid span,.cockpit-metrics span,.pool-stat-strip span{background:#fff;border-color:var(--line);box-shadow:0 2px 8px #2d46660a}.service-side-nav nav button span{color:#63758b;background:#f2f6fa;border-color:var(--line)}.service-side-nav nav button:hover{color:#145da9;background:#f1f7fe;border-color:#c6d9eb}.service-detail-divider span{color:#31445c;background:#fff}.target-pool-detail dl div{background:#f8fafc;border-color:var(--line-soft)}.pool-stock-cell b{color:#126bd6}.pool-stock-cell span{color:#33445a}.pool-type{color:#24659e;background:#eef6ff;border-color:#a9cceb}.pool-type.重点标的{color:#9a610e;background:#fff7e8;border-color:#e9c98f}.pool-type.观察标的{color:#586d84;background:#f2f5f8;border-color:#c9d4df}.pool-type.限制标的{color:#bd3d4a;background:#fff0f2;border-color:#efb3ba}.my-response-state{color:#24659e;background:#eef6ff;border-color:#a9cceb}.my-response-state.pending{color:#647487;background:#f2f5f8;border-color:#cbd5df}.asset-labels span,.asset-labels em{color:#315f8e;background:#f0f6fc;border-color:#bfd4e8}.asset-labels .lock-label.unlocked{color:#6c7c8f;background:#f5f7f9;border-color:#d3dce5}.quote-response-block,.professional-response-selector,.basket-workspace,.seller-verification{background:#fff;border-color:#bed3e8}.quote-entry-surface,.negotiation-history,.basket-summary>div,.verification-upload{background:#f7fafe;border-color:#c9d9e9}.negotiation-history-head-actions button{color:#315f8e;background:#fff;border-color:#bfd2e5}.timeline-arrow{color:#8191a3;background:#f7fafe}.trade-fact-hero{background:#f7fafe;border-color:#c9d9e9}.deadline-fact.is-realtime{background:#eef6ff}.deadline-fact.has-countdown{background:#fff9ed}.key-field input,.key-field select,.stock-link-field input,.basket-row select,.basket-row input,.verification-upload input{color:#20344d;background:#fff;border-color:#9ebddd}.linked-readonly-field input{color:#64768a;background:#f4f7fa}.basket-table-head,.basket-table-head>span:first-child{color:#64768b;background:#f4f7fb}.basket-row>select:first-child{background:#fff}.mother-order-card{color:#31445a;background:#fff;border-color:#a9c7e4}.mother-order-card:hover,.mother-order-card.expanded{background:#f3f8fe;border-color:#4e97da}.mother-order-primary .project-identity strong{color:#17263a}.mother-order-primary strong{color:#126bd6}.order-tree-table{background:#fff;border-color:#a9c7e4}.order-tree-table thead th,.order-tree-table thead th:first-child,.order-tree-table thead th:nth-child(2){color:#64768b;background:#f2f6fa;border-bottom-color:#c9d8e6}.tree-mother-row{background:#eef6ff}.tree-mother-row.expanded,.tree-mother-row.selected-mother{background:#e5f2ff}.tree-mother-row td:first-child,.tree-mother-row td:nth-child(2){background:#eef6ff}.tree-mother-row.expanded td:first-child,.tree-mother-row.expanded td:nth-child(2),.tree-mother-row.selected-mother td:first-child,.tree-mother-row.selected-mother td:nth-child(2){background:#e5f2ff}.tree-child-row,.tree-child-row td:first-child,.tree-child-row td:nth-child(2){background:#fff}.tree-child-row:hover,.tree-child-row:hover td:first-child,.tree-child-row:hover td:nth-child(2){background:#f1f7fe}.tree-child-row.selected-child,.tree-child-row.selected-child td:first-child,.tree-child-row.selected-child td:nth-child(2){background:#e8f3ff}.tree-identity b,.order-tree-table td>b{color:#24374f}.tree-identity small,.order-tree-table td>small{color:#728297}.tree-single-badge{color:#087e68;background:#eefaf7;border-color:#a7dacc}.quote-modal-backdrop{background:#1c2b3e61;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.quote-modal,.child-quote-editor{background:#fff;border-color:#9bbddd;box-shadow:0 22px 60px #243c5a38}.quote-modal-head{background:#f7f9fc;border-bottom-color:#d6e0ea}.quote-modal-head h3{color:#17263a}.quote-modal-head button{color:#63758a;background:#fff;border-color:#cbd7e3}.counterparty-quote-strip,.child-quote-history{background:#f7fafe;border-color:#d2dfeb}.counterparty-quote-strip b,.history-version b,.history-condition b,.history-quantity b,.history-note b,.child-editor-label b,.selected-child-note b{color:#2d4058}.child-history-item.is-current{background:#edf6ff}.history-node>span{color:#126bd6;background:#fff;border-color:#6da5d8}.child-quick-quantity button{color:#41566d;background:#fff;border-color:#c5d4e2}.child-quick-quantity button:hover:not(:disabled),.child-quick-quantity button:last-child{color:#126bd6;background:#eef6ff;border-color:#8eb9e2}.child-editor-actions .push-back-action{color:#245b8f;background:#fff;border-color:#8fb5d8}.child-editor-actions .push-back-action:hover{color:#124f89;background:#eef6ff;border-color:#5896cf}.child-editor-empty{color:var(--muted);background:#f8fafc;border-color:#cbd8e4}.toast{color:#17614f;background:#effaf6;border-color:#8fd0bf;box-shadow:0 8px 28px #26574826}.pagination button{color:#63758a;background:#fff;border-color:var(--line)}.pagination button.active,.status-filter-tabs button.active{color:#126bd6;background:#eaf4ff;border-color:#78afe6}.response-identity-title strong,.negotiation-history-head b,.negotiation-collapsed-summary b,.quote-entry-toolbar b,.quote-entry-guide b,.trade-fact.primary:first-child strong,.trade-fact.constraint b,.response-selector-head b,.basket-head b,.basket-common-title b,.verification-heading h3,.verification-upload b,.child-order-heading b,.child-editor-head b,.child-history-toggle b{color:#263a52}.negotiation-edit-context{color:#95600f;background:#fff8eb;border-color:#eccb93}.negotiation-edit-context b{color:#80500b}.timeline-meta em{color:#245e95;background:#eaf4ff;border-color:#9bc3e8}.timeline-step>small{color:#52667d}.quota-closed-note{color:#52667d;background:#fff8eb;border-color:#edcd97}.quote-ledger td:nth-child(4),.quote-ledger td:nth-child(7),.seller-ledger td:nth-child(2),.seller-ledger td:nth-child(5){color:#263a52}.direction-badge.buy,.direction-inline.buy,.tree-direction.buy{color:#b63745;background:#fff0f2;border-color:#efb5bc}.tree-direction.sell{color:#087e68;background:#eefaf7;border-color:#a7dacc}.asset-labels .ratio-label{color:#654dbf;background:#f4f1ff;border-color:#c8bdf4}.asset-labels .lock-label.locked,.asset-labels .countdown-label,.countdown-badge{color:#9a610e;background:#fff7e8;border-color:#e9c98f}.quote-actions .button.abandon-quote,.child-editor-actions .close-quote-action{color:#bd3d4a;background:#fff0f2;border-color:#efb3ba}.quote-actions .button.abandon-quote:hover,.child-editor-actions .close-quote-action:hover{color:#a72f3b;background:#ffe6e9;border-color:#df8f98}.quote-modal-head button:hover{color:#126bd6;background:#eef6ff;border-color:#8fb8df}.child-orders-collapsed:hover{color:#126bd6;background:#eef6ff;border-color:#78afe6}:root{--ds-page: #f5f7fa;--ds-surface: #ffffff;--ds-surface-subtle: #f8fafd;--ds-border: #d9e1ea;--ds-divider: #e9eef4;--ds-text: #172033;--ds-text-secondary: #53647a;--ds-text-muted: #7c8b9e;--ds-primary: #2463d4;--ds-primary-hover: #1d53b5;--ds-primary-soft: #edf4ff;--ds-buy: #c83b4a;--ds-sell: #0b8a70;--ds-warning: #b76a08;--ds-danger: #c43d4c;--ds-violet: #6553c6;--bg: var(--ds-page);--surface: var(--ds-surface);--panel: var(--ds-surface);--panel-2: var(--ds-surface-subtle);--field: var(--ds-surface);--line: var(--ds-border);--line-soft: var(--ds-divider);--text: var(--ds-text);--text-2: var(--ds-text-secondary);--muted: var(--ds-text-muted);--blue: var(--ds-primary);--blue-bright: var(--ds-primary);--blue-soft: var(--ds-primary-soft);--teal: var(--ds-sell);--amber: var(--ds-warning);--red: var(--ds-danger);--violet: var(--ds-violet);--radius: 8px}html{background:var(--ds-page)}body{color:var(--ds-text);background:var(--ds-page);font-size:14px;line-height:1.5;text-rendering:optimizeLegibility}button,input,select,textarea{font-size:14px}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(36,99,212,.35);outline-offset:2px}.app-header{height:56px;padding:0 20px;background:var(--ds-surface);border-bottom:1px solid var(--ds-divider);box-shadow:none}.brand-block{gap:12px}.brand-mark{width:32px;height:32px;border-radius:7px;background:var(--ds-primary)}.brand-block h1{color:var(--ds-text);font-size:20px;line-height:28px;font-weight:700;letter-spacing:0}.header-meta{gap:12px;color:var(--ds-text-muted);font-size:12px}.header-meta b{color:var(--ds-text-secondary)}.icon-only{width:36px;height:36px;color:var(--ds-text-secondary);background:#fff;border-color:var(--ds-border);border-radius:6px}.icon-only:hover{color:var(--ds-primary);background:var(--ds-primary-soft);border-color:#a8c3eb}.role-nav{height:52px;padding:7px 16px;gap:8px;background:var(--ds-surface);border-bottom:1px solid var(--ds-divider)}.role-nav button{min-height:38px;gap:8px;color:var(--ds-text-secondary);background:transparent;border:1px solid transparent;border-radius:6px;font-size:14px;font-weight:500}.role-nav button:hover{color:var(--ds-primary);background:#f5f8fd}.role-nav button.active{color:#fff;background:var(--ds-primary);border-color:var(--ds-primary);box-shadow:0 2px 6px #2463d429}.page-nav{min-height:48px;margin:0;padding:6px 16px;background:var(--ds-surface);border:0;border-bottom:1px solid var(--ds-divider);border-radius:0;box-shadow:none}.page-links{gap:4px}.page-links button{min-height:36px;padding:0 12px;gap:7px;color:var(--ds-text-secondary);background:transparent;border:0;border-radius:6px;font-size:14px}.page-links button:hover{color:var(--ds-primary);background:#f5f8fd;border-color:transparent}.page-links button.active{color:var(--ds-primary);background:var(--ds-primary-soft);border-color:transparent;font-weight:600}.task-summary{color:var(--ds-text-muted);font-size:12px}.task-summary b{color:var(--ds-text);font-size:14px}.content-shell{padding:12px 16px 24px}.trader-page{display:grid;gap:12px}.panel,.flow-panel{background:var(--ds-surface);border:1px solid var(--ds-border);border-radius:8px;box-shadow:none}.panel{padding:16px}.panel-head{min-height:32px;margin-bottom:12px;align-items:center}.panel-head h2,.flow-heading h2,.cockpit-hero h2{color:var(--ds-text);font-size:16px;line-height:24px;font-weight:700}.eyebrow,.hint{font-size:12px}.result-count{min-width:28px;height:24px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;color:var(--ds-primary);background:var(--ds-primary-soft);border-radius:999px;font-size:12px;font-weight:700}.status{min-height:24px;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:600}.status.info{color:#1d5fbf;background:#edf4ff;border-color:#b9d0ef}.status.success{color:#087762;background:#ebf8f4;border-color:#a8d9cd}.status.warning{color:#98600f;background:#fff6e7;border-color:#edcc93}.status.violet{color:#5b49b6;background:#f2f0fd;border-color:#c8c0ef}.button{min-height:40px;padding:0 16px;gap:7px;color:var(--ds-text-secondary);background:#fff;border-color:var(--ds-border);border-radius:6px;font-size:14px;font-weight:500}.button:hover{color:var(--ds-primary);background:#f5f8fd;border-color:#9bb9e4}.button.primary{color:#fff;background:var(--ds-primary);border-color:var(--ds-primary);box-shadow:none}.button.primary:hover{color:#fff;background:var(--ds-primary-hover);border-color:var(--ds-primary-hover)}.field>span,.date-time-field legend,.ledger-filters label>span,.filter-row label>span{margin-bottom:6px;color:var(--ds-text-secondary);font-size:13px;line-height:18px}.field input,.field select,.date-time-controls input,.inquiry-filter-grid select,.seller-response-filters select,.seller-response-filters input,.ledger-filters select,.ledger-filters input,.search-control input{height:40px;padding:0 12px;color:var(--ds-text);background:#fff;border:1px solid #cbd6e2;border-radius:6px}.field textarea{min-height:72px;padding:10px 12px;color:var(--ds-text);background:#fff;border-color:#cbd6e2;border-radius:6px}.field input:hover,.field select:hover,.field textarea:hover,.date-time-controls input:hover,.inquiry-filter-grid select:hover,.ledger-filters select:hover,.ledger-filters input:hover{border-color:#8eacd6}.field input:focus,.field select:focus,.field textarea:focus,.date-time-controls input:focus,.inquiry-filter-grid select:focus,.ledger-filters select:focus,.ledger-filters input:focus{outline:none;border-color:var(--ds-primary);box-shadow:0 0 0 2px #2463d424}.date-time-controls{gap:8px}.date-time-controls label>span{display:none}.mode-bar{min-height:52px;padding:0 8px;border:0;border-bottom:1px solid var(--ds-divider);border-radius:0;background:var(--ds-surface)}.mode-switch{height:52px;gap:4px}.mode-switch button{position:relative;min-width:132px;min-height:52px;padding:0 16px;justify-content:center;color:var(--ds-text-secondary);background:transparent;border:0;border-radius:0;text-align:center}.mode-switch button:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:3px;background:transparent;border-radius:2px 2px 0 0}.mode-switch button:hover{color:var(--ds-primary);background:#f8fafd}.mode-switch button.active{color:var(--ds-primary);background:transparent;border-color:transparent}.mode-switch button.active:after{background:var(--ds-primary)}.mode-switch button strong{font-size:15px;font-weight:700}.mode-switch b{min-width:22px;height:22px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;color:var(--ds-primary);background:var(--ds-primary-soft);border-radius:999px;font-size:12px}.trader-response-grid{grid-template-columns:minmax(370px,400px) minmax(0,1fr);gap:12px;align-items:stretch}.inquiry-list-panel,.quote-work-panel{min-height:650px}.inquiry-list-panel{padding:0;overflow:hidden}.inquiry-list-panel>.panel-head{margin:0;padding:14px 16px 10px}.inquiry-filter-grid{gap:8px;padding:0 16px 10px}.inquiry-list-panel .inquiry-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-control{min-height:40px;border-color:#cbd6e2;border-radius:6px;background:#fff}.search-control svg{left:12px;color:var(--ds-text-muted)}.search-control input{padding-left:36px}.inquiry-list-panel .status-filter-tabs{padding:0 16px 10px;gap:6px;flex-wrap:wrap}.status-filter-tabs button{min-height:32px;padding:0 11px;color:var(--ds-text-secondary);background:#f7f9fc;border:1px solid var(--ds-border);border-radius:6px;font-size:12px}.status-filter-tabs button.active{color:var(--ds-primary);background:var(--ds-primary-soft);border-color:#a9c5ea;font-weight:600}.status-filter-tabs button b{min-width:18px;height:18px;font-size:11px}.inquiry-list{min-height:480px;border-top-color:var(--ds-divider)}.inquiry-list>button{position:relative;min-height:102px;padding:12px 16px;color:var(--ds-text-secondary);border-bottom:1px solid var(--ds-divider)}.inquiry-list>button:hover{background:#f8fafd}.inquiry-list>button.active{background:var(--ds-primary-soft);box-shadow:inset 3px 0 0 var(--ds-primary)}.inquiry-row-head{margin-bottom:8px}.inquiry-asset-title{gap:8px}.inquiry-asset-title strong{color:var(--ds-text);font-size:14px;line-height:22px}.direction-badge{min-width:36px;height:24px;padding:0 7px;border-radius:4px;font-size:12px;font-weight:700}.quote-state{font-size:12px;font-weight:600}.asset-labels{margin-bottom:7px;gap:5px}.asset-labels span,.asset-labels em{min-height:22px;padding:2px 6px;border-radius:4px;font-size:11px}.inquiry-list small{color:var(--ds-text-muted);font-size:12px;line-height:18px}.quote-work-panel{padding:0;overflow:hidden}.quote-condition-block{padding:14px 16px 16px}.compact-condition-head{margin-bottom:12px}.condition-id{gap:10px;color:var(--ds-text-muted);font-size:12px}.trade-fact-hero{grid-template-columns:1.35fr .78fr .9fr .82fr .9fr 1.2fr;background:var(--ds-surface-subtle);border:1px solid var(--ds-border);border-radius:6px}.trade-fact{min-height:96px;padding:13px 14px;border-right-color:var(--ds-divider)}.trade-fact>span,.fact-label-row>span{color:var(--ds-text-muted);font-size:12px}.trade-fact.primary,.trade-fact.constraint{min-height:96px}.trade-fact.primary strong,.trade-fact.constraint b{margin-top:7px;color:var(--ds-text);font-size:18px;line-height:26px;font-variant-numeric:tabular-nums}.trade-fact.primary:first-child strong{color:var(--ds-text)}.trade-fact.asset-fact strong{display:flex;align-items:center;gap:7px;font-size:17px}.trade-fact small{margin-top:5px;color:var(--ds-text-muted);font-size:12px;line-height:18px}.direction-inline{min-height:24px;padding:2px 7px;border-radius:4px;font-size:12px}.deadline-fact.is-realtime{background:#f4f8ff}.deadline-fact.has-countdown{background:#fffbf3}.realtime-badge,.countdown-badge{min-height:24px;padding:2px 7px;border-radius:4px;font-size:11px}.quote-response-block{padding:0;background:#fff;border-top:1px solid var(--ds-divider);box-shadow:none}.my-response-identity{min-height:56px;margin:0;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:0;border-bottom:1px solid var(--ds-divider);border-radius:0}.response-identity-title{min-width:260px}.response-order-mark{width:32px;height:32px;color:var(--ds-primary);background:var(--ds-primary-soft);border-color:#bed1ec;border-radius:6px}.response-identity-title small,.response-identity-status small{color:var(--ds-text-muted);font-size:12px}.response-identity-title strong{color:var(--ds-text);font-size:13px}.response-identity-status{display:flex;align-items:center;gap:8px;text-align:left}.quote-entry-surface{margin:14px 16px 16px;padding:0;background:var(--ds-surface-subtle);border:1px solid #cbd9ec;border-radius:7px;overflow:hidden}.quote-entry-toolbar{min-height:48px;margin:0;padding:0 16px;background:#f1f6fd;border-bottom:1px solid #d8e3f2}.quote-entry-toolbar>div{gap:8px}.quote-entry-toolbar b{color:var(--ds-text);font-size:14px}.quote-entry-toolbar span{min-height:22px;padding:2px 7px;color:#087762;background:#ebf8f4;border:1px solid #addbd0;border-radius:4px;font-size:11px}.quote-entry-toolbar small{color:var(--ds-text-secondary);font-size:12px}.quote-entry-toolbar .quote-plan-heading{min-width:0;flex-wrap:wrap}.quote-entry-toolbar .quote-response-direction{min-width:42px;min-height:24px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:18px}.quote-entry-toolbar .quote-response-direction.buy{color:var(--ds-buy);background:#fff1f2;border-color:#efb9bf}.quote-entry-toolbar .quote-response-direction.sell{color:var(--ds-sell);background:#ebf8f4;border-color:#a8d9cd}.quote-entry-toolbar .quote-toolbar-asset{margin-left:2px;padding-left:10px;color:var(--ds-text-secondary);border-left:1px solid var(--ds-divider);font-weight:600;white-space:nowrap}.quote-entry-toolbar .quote-editor-state{margin-left:2px}.quote-entry-toolbar .quote-direction-map{display:flex;align-items:center;justify-content:flex-end;gap:7px;color:var(--ds-text-muted)}.quote-entry-toolbar .quote-direction-map small{margin-right:3px;color:var(--ds-text-muted);white-space:nowrap}.quote-entry-toolbar .quote-direction-map .quote-direction-party{min-height:24px;padding:2px 8px;display:inline-flex;align-items:center;border:1px solid transparent;border-radius:4px;font-size:12px;font-weight:700;line-height:18px;white-space:nowrap}.quote-entry-toolbar .quote-direction-map .quote-direction-party.buy{color:var(--ds-buy);background:#fff1f2;border-color:#efb9bf}.quote-entry-toolbar .quote-direction-map .quote-direction-party.sell{color:var(--ds-sell);background:#ebf8f4;border-color:#a8d9cd}.quote-entry-toolbar .quote-direction-map .quote-direction-party.response{box-shadow:inset 0 0 0 1px currentColor}.quote-form-grid{padding:14px 16px 4px;gap:12px 16px}.quick-quantity>span{margin-bottom:6px;color:var(--ds-text-secondary);font-size:13px}.quick-quantity>div{gap:8px}.quick-quantity button{height:36px;color:var(--ds-text-secondary);background:#fff;border-color:var(--ds-border);border-radius:6px;font-size:13px}.quick-quantity button:hover{color:var(--ds-primary);background:var(--ds-primary-soft);border-color:#a8c3e8}.quick-quantity button.active{color:var(--ds-primary);background:var(--ds-primary-soft);border-color:#8eb0df;font-weight:600}.inline-price-note{min-height:40px;padding:0 12px;color:var(--ds-text-secondary);background:#fff;border-color:var(--ds-border);border-radius:6px;font-size:13px}.field-helper{min-height:26px;margin-top:6px;padding:4px 8px;color:#087762;background:#ebf8f4;border-color:#addbd0;border-radius:4px;font-size:12px}.quote-actions{margin:8px 16px 14px;display:flex;justify-content:flex-end;gap:8px}.quote-actions .button{min-width:128px}.quote-actions .button.primary{min-width:180px;min-height:40px;font-weight:700;box-shadow:none}.quote-actions .button.abandon-quote{color:var(--ds-danger);background:#fff3f4;border-color:#e7b7bd}.quote-actions .button.abandon-quote:hover{color:#a62e3b;background:#ffe9ec;border-color:#d98e98}.negotiation-edit-context{margin:12px 16px 0;border-radius:6px}.negotiation-history{margin:12px 16px 0}.quote-ledger,.seller-ledger{padding:0;overflow:hidden}.ledger-head{min-height:54px;padding:0 16px;border-bottom:1px solid var(--ds-divider)}.ledger-tabs{min-height:54px;gap:22px}.ledger-tabs h2{color:var(--ds-text);font-size:16px}.ledger-tabs button{color:var(--ds-text-secondary);font-size:14px}.ledger-tabs button.active{color:var(--ds-primary);border-bottom-color:var(--ds-primary);font-weight:600}.ledger-filters{margin:0;padding:12px 16px;gap:10px;background:var(--ds-surface-subtle);border-bottom:1px solid var(--ds-divider)}.ledger-filters .button{min-height:40px}.table-wrap{border:0;border-radius:0}table{font-size:13px}th{height:42px;padding:0 12px;color:var(--ds-text-secondary);background:#f4f7fb;border-bottom-color:var(--ds-border);font-size:12px;font-weight:600}td{height:46px;padding:0 12px;color:var(--ds-text-secondary);border-bottom-color:var(--ds-divider);font-variant-numeric:tabular-nums}tbody tr:nth-child(2n){background:#fff}tbody tr:hover{background:#f5f8fd}.direction-badge.buy,.direction-inline.buy,.tree-direction.buy{color:var(--ds-buy);background:#fff1f2;border-color:#efb9bf}.direction-badge.sell,.direction-inline.sell,.tree-direction.sell{color:var(--ds-sell);background:#ebf8f4;border-color:#a8d9cd}.buy-text{color:var(--ds-buy)!important}.sell-text{color:var(--ds-sell)!important}.manager-page,.internal-main-grid,.review-workspace-grid,.service-console-layout,.seller-main-grid,.professional-launch{gap:12px}.form-grid,.verification-grid,.child-quote-form{gap:12px 16px}.queue-list>button,.response-card,.mother-order-card{border-radius:6px}.service-side-nav nav button,.queue-tabs button,.dual-switch button,.segmented button,.pool-row button{min-height:36px;font-size:13px}.order-tree-table th,.order-tree-table td{min-height:44px;font-size:12px}.quote-modal-head h3{font-size:16px}.quote-modal,.child-quote-editor{border-radius:8px}@media(max-width:1280px){.trader-response-grid{grid-template-columns:minmax(330px,350px) minmax(0,1fr)}.trade-fact{padding:12px 10px}.trade-fact.primary strong,.trade-fact.constraint b{font-size:16px}}@media(max-width:1080px){.trader-response-grid{grid-template-columns:1fr}.inquiry-list-panel,.quote-work-panel{min-height:auto}.trade-fact-hero{grid-template-columns:repeat(2,minmax(0,1fr))}.trade-fact{border-bottom:1px solid var(--ds-divider)}.trade-fact:nth-child(2n){border-right:0}.quote-form-grid{grid-template-columns:1fr}.quote-form-grid .full-width{grid-column:auto}}.app-shell small,.app-shell .hint,.app-shell .boundary-copy,.app-shell .tree-remark,.app-shell .tree-identity small,.app-shell .order-tree-table td>small,.app-shell .mother-order-primary small,.app-shell .mother-order-primary span,.app-shell .mother-order-meta,.app-shell .verification-heading p,.app-shell .verification-upload span,.app-shell .verification-consent,.app-shell .basket-head span,.app-shell .basket-summary span,.app-shell .basket-stock-meta span,.app-shell .basket-common-title span,.app-shell .service-side-title small,.app-shell .timeline-list small,.app-shell .phase-facts dt,.app-shell .review-summary span,.app-shell .child-editor-head small,.app-shell .counterparty-quote-strip span,.app-shell .history-version small,.app-shell .history-condition span,.app-shell .history-quantity span,.app-shell .history-note span,.app-shell .child-editor-label small,.app-shell .selected-child-note span{font-size:12px!important;line-height:18px}.app-shell .tree-identity b,.app-shell .order-tree-table td>b,.app-shell .basket-stock-meta b,.app-shell .verification-upload b,.app-shell .child-history-toggle b,.app-shell .history-version b,.app-shell .history-condition b,.app-shell .history-quantity b,.app-shell .history-note b,.app-shell .child-editor-label b,.app-shell .selected-child-note b{color:var(--ds-text);font-size:13px!important;line-height:20px}.seller-main-grid{grid-template-columns:minmax(350px,370px) minmax(0,1fr);gap:12px}.seller-form-panel,.seller-response-panel{min-height:620px}.seller-form-panel{padding:16px}.seller-response-panel{padding:16px;overflow:hidden}.seller-response-panel>.panel-head{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--ds-divider)}.seller-response-panel>.panel-head h2{font-size:18px;line-height:26px}.professional-response-selector,.professional-response-selector.unified-tree-selector{margin:0;padding:0;background:transparent;border:0;border-radius:0}.response-selector-head{min-height:36px;margin-bottom:10px}.response-selector-head b{color:var(--ds-text);font-size:14px;line-height:22px}.professional-response-selector .inquiry-filter-grid{margin:0 0 10px;padding:0;gap:8px}.professional-response-selector .status-filter-tabs{margin:0 0 12px;padding:0}.seller-control-row{min-height:44px;grid-template-columns:86px 1fr;gap:10px}.seller-control-row>span{color:var(--ds-text-secondary);font-size:13px}.seller-control-row .segmented button{min-height:36px;font-size:12px}.direction-control button.buy-direction.active{color:#fff;background:var(--ds-buy);border-color:var(--ds-buy)}.direction-control button.sell-direction.active{color:#fff;background:var(--ds-sell);border-color:var(--ds-sell)}.seller-fields{margin-top:12px;gap:12px}.seller-fields .field>span{color:var(--ds-text-secondary);font-size:13px;font-weight:500;line-height:18px}.seller-fields .field input,.seller-fields .field select{font-family:inherit;font-size:14px;font-weight:500;line-height:20px}.seller-fields .field select option{font-family:inherit;font-size:14px;font-weight:500}.order-tree-table{background:#fff;border:1px solid var(--ds-border);border-radius:6px;box-shadow:none}.order-tree-table table{min-width:1560px}.order-tree-table th:first-child{width:280px}.order-tree-table th:nth-child(2){width:176px}.order-tree-table th:nth-child(3){width:118px}.order-tree-table th:nth-child(4),.order-tree-table th:nth-child(5),.order-tree-table th:nth-child(6),.order-tree-table th:nth-child(7){width:112px}.order-tree-table th:nth-child(8){width:164px}.order-tree-table th:nth-child(9){width:124px}.order-tree-table th:nth-child(10){width:140px}.order-tree-table th:nth-child(11){width:210px}.order-tree-table thead th,.order-tree-table thead th:first-child,.order-tree-table thead th:nth-child(2){height:42px;padding:0 12px;color:var(--ds-text-secondary);background:#f3f6fa;border-bottom:1px solid var(--ds-border);font-size:12px;font-weight:700}.order-tree-table td{height:64px;padding:8px 12px;border-bottom:1px solid var(--ds-divider)}.order-tree-table th:nth-child(2),.order-tree-table td:nth-child(2){left:280px;box-shadow:1px 0 0 var(--ds-border)}.tree-mother-row,.tree-mother-row td,.tree-mother-row td:first-child,.tree-mother-row td:nth-child(2){background:#f7fafe}.tree-mother-row:hover,.tree-mother-row:hover td,.tree-mother-row.expanded,.tree-mother-row.expanded td,.tree-mother-row.selected-mother,.tree-mother-row.selected-mother td,.tree-mother-row.expanded td:first-child,.tree-mother-row.expanded td:nth-child(2),.tree-mother-row.selected-mother td:first-child,.tree-mother-row.selected-mother td:nth-child(2){background:#eaf3ff}.tree-mother-row td{border-bottom-color:#cddbea}.tree-child-row,.tree-child-row td,.tree-child-row td:first-child,.tree-child-row td:nth-child(2){background:#fff}.tree-child-row:hover,.tree-child-row:hover td,.tree-child-row:hover td:first-child,.tree-child-row:hover td:nth-child(2){background:#f5f8fd}.tree-child-row.selected-child,.tree-child-row.selected-child td,.tree-child-row.selected-child td:first-child,.tree-child-row.selected-child td:nth-child(2){background:#edf4ff}.tree-cell-button{min-height:46px;gap:10px}.tree-toggle{width:28px;height:28px;color:var(--ds-primary);background:#edf4ff;border-color:#a9c4e8;border-radius:5px}.tree-toggle.single{color:var(--ds-sell);background:#ebf8f4;border-color:#add8ce}.tree-branch{border-color:#9bb8d6}.tree-branch:after{background:var(--ds-primary);box-shadow:0 0 0 2px #edf4ff}.tree-identity{gap:3px}.tree-identity b{color:var(--ds-text)}.tree-identity small{color:var(--ds-text-muted)}.tree-direction{min-width:36px;margin-right:7px;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:700}.tree-metric.primary,.tree-metric.response{color:#2463d4!important}.tree-metric.matched{color:#4b6fa9!important}.tree-metric.traded{color:var(--ds-sell)!important}.tree-metric.remaining{color:var(--ds-warning)!important}.tree-empty{color:#9aa7b6}.tree-remark{color:var(--ds-text-secondary)}.tree-action-button{min-width:78px;min-height:34px;padding:0 12px;color:#fff;background:var(--ds-primary);border-color:var(--ds-primary);border-radius:5px;font-size:12px;font-weight:600;box-shadow:none}.tree-action-button:hover{background:var(--ds-primary-hover);box-shadow:none}.tree-action-button.secondary{color:var(--ds-primary);background:#edf4ff;border-color:#a9c4e8}.tree-single-badge{min-width:78px;min-height:34px;color:var(--ds-sell);background:#ebf8f4;border-color:#add8ce;font-size:12px}.mother-row-actions{display:flex;align-items:center;gap:5px}.mother-row-actions button{min-width:46px;min-height:30px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ds-border);border-radius:5px;font-size:12px;font-weight:600;white-space:nowrap}.mother-row-actions button{cursor:pointer}.mother-row-actions .modify{color:var(--ds-primary);background:#edf4ff;border-color:#a9c4e8}.mother-row-actions .modify:hover{background:#e2edfc;border-color:#7fa5d9}.mother-row-actions .withdraw{color:var(--ds-danger);background:#fff4f5;border-color:#e7b9be}.mother-row-actions .withdraw:hover{background:#ffe9eb;border-color:#d99199}.mother-row-actions .withdraw.blocked{color:#8c98a8;background:#f4f6f8;border-color:#d6dde5;cursor:not-allowed}.mother-row-actions .withdraw.blocked:hover{background:#f4f6f8;border-color:#d6dde5}.mother-row-actions .pause{color:#8a5b00;background:#fff8e8;border-color:#e8cf94}.mother-row-actions .pause:hover{background:#fff1cf;border-color:#d7b567}.mother-row-actions button:disabled{color:#99a6b5;background:#f4f6f8;border-color:#d6dde5;cursor:not-allowed}.response-tree-list{max-height:520px}.mother-order-edit-modal{width:min(780px,calc(100vw - 48px))}.mother-order-edit-body{padding:18px}.mother-edit-asset{min-height:54px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f3f7fd;border:1px solid var(--ds-border);border-radius:6px}.mother-edit-asset>div{display:flex;align-items:center;gap:4px}.mother-edit-asset strong{color:var(--ds-text);font-size:16px}.mother-edit-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.mother-edit-grid .field>span{font-size:13px;font-weight:500}.mother-edit-grid .field input,.mother-edit-grid .field select{font-size:14px;font-weight:500}.mother-edit-note{grid-column:1 / -1}.mother-order-edit-actions{padding:14px 18px;display:flex;justify-content:flex-end;gap:8px;background:#f7f9fc;border-top:1px solid var(--ds-border)}.withdraw-confirm-modal{width:min(520px,calc(100vw - 48px))}.withdraw-confirm-body{padding:24px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:start}.withdraw-confirm-icon{width:44px;height:44px;display:grid;place-items:center;color:var(--ds-danger);background:#fff1f2;border-radius:50%}.withdraw-confirm-body strong{color:var(--ds-text);font-size:16px}.withdraw-confirm-body p{margin:8px 0 4px;color:var(--ds-text-secondary);font-size:14px;line-height:1.65}.withdraw-confirm-body small{color:var(--ds-text-muted);font-size:13px}.action-confirm-backdrop{z-index:90}.action-confirm-modal{width:min(540px,calc(100vw - 48px))}.action-confirm-body{padding:24px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:start}.action-confirm-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%}.action-confirm-icon.info{color:var(--ds-primary);background:#edf5ff}.action-confirm-icon.danger{color:var(--ds-danger);background:#fff1f2}.action-confirm-body strong{color:var(--ds-text);font-size:16px}.action-confirm-body p{margin:8px 0 4px;color:var(--ds-text-secondary);font-size:14px;line-height:1.65}.action-confirm-body small{color:var(--ds-text-muted);font-size:13px}.fee-scheme-summary{margin-top:14px;padding:14px 0 0;border-top:1px solid var(--ds-divider)}.fee-enable-control{margin:12px 0 0;padding:10px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--ds-divider)}.fee-enable-control>div{display:flex;align-items:baseline;gap:10px}.fee-enable-control b{color:var(--ds-text);font-size:13px;font-weight:600}.fee-enable-control>div span{color:var(--ds-text-muted);font-size:12px}.fee-enable-control>button{position:relative;width:40px;height:22px;padding:0;flex:0 0 auto;background:#c9d1dc;border:0;border-radius:999px;cursor:pointer;transition:background-color .16s ease}.fee-enable-control>button span{position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #15233a42;transition:transform .16s ease}.fee-enable-control>button.active{background:var(--ds-primary)}.fee-enable-control>button.active span{transform:translate(18px)}.fee-enable-control>button:focus-visible{outline:3px solid rgba(45,96,210,.22);outline-offset:2px}.fee-scheme-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.fee-scheme-head>div{display:flex;align-items:center;gap:8px}.fee-scheme-head>div:first-child{display:grid;gap:1px}.fee-scheme-head small{color:var(--ds-text-muted);font-size:11px}.fee-scheme-head b{color:var(--ds-text);font-size:15px}.fee-scheme-facts{margin:12px 0 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--ds-surface-subtle);border-top:1px solid var(--ds-divider);border-bottom:1px solid var(--ds-divider)}.fee-scheme-facts>div{min-width:0;padding:10px 12px;border-right:1px solid var(--ds-divider)}.fee-scheme-facts>div:last-child{border-right:0}.fee-scheme-facts dt{color:var(--ds-text-muted);font-size:11px}.fee-scheme-facts dd{margin:4px 0 0;overflow:hidden;color:var(--ds-text);font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.fee-allocation-readonly{display:flex;flex-wrap:wrap;gap:6px 14px;padding:10px 12px;border-bottom:1px solid var(--ds-divider)}.fee-allocation-readonly span{display:inline-flex;align-items:center;gap:6px}.fee-allocation-readonly b{color:var(--ds-text-secondary);font-size:12px;font-weight:500}.fee-allocation-readonly em{color:var(--ds-primary);font-size:12px;font-style:normal;font-weight:700}.fee-scheme-meta{margin-top:8px;display:flex;flex-wrap:wrap;gap:10px;color:var(--ds-text-muted);font-size:11px}.fee-scheme-summary.compact{margin:0;padding:0;border:0}.fee-scheme-summary.compact .fee-scheme-head>div:first-child,.fee-scheme-summary.compact .fee-scheme-meta{display:none}.fee-scheme-summary.compact .fee-scheme-head{justify-content:flex-end}.fee-scheme-summary.compact .fee-scheme-facts{margin-top:8px}.internal-inquiry-fee-detail{margin-top:10px;display:grid;grid-template-columns:176px minmax(0,1fr);align-items:stretch;background:#fbf9ff;border:1px solid #ddd2ef;border-radius:7px;overflow:hidden}.internal-inquiry-fee-title{padding:10px 12px;display:flex;align-items:center;gap:9px;border-right:1px solid #e5ddf1}.internal-inquiry-fee-title>span{width:30px;height:30px;display:grid;place-items:center;color:#6d47a8;background:#eee6fa;border-radius:6px}.internal-inquiry-fee-title b{color:var(--ds-text);font-size:13px;font-weight:600}.internal-inquiry-fee-detail dl{margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.internal-inquiry-fee-detail dl>div{min-width:0;padding:10px 12px;border-right:1px solid #e5ddf1}.internal-inquiry-fee-detail dl>div:last-child{border-right:0}.internal-inquiry-fee-detail dt{color:var(--ds-text-muted);font-size:11px}.internal-inquiry-fee-detail dd{margin:4px 0 0;overflow:hidden;color:var(--ds-text);font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.fee-scheme-editor{width:min(900px,calc(100vw - 48px))}.fee-editor-body{padding:18px}.fee-method-switch{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--ds-divider)}.fee-method-switch>span{color:var(--ds-text);font-size:13px;font-weight:600}.fee-method-switch>div{display:flex;padding:3px;background:#eef2f7;border-radius:7px}.fee-method-switch button{min-width:130px;height:34px;padding:0 14px;color:var(--ds-text-secondary);background:transparent;border:0;border-radius:5px;font-size:13px;cursor:pointer}.fee-method-switch button.active{color:#fff;background:var(--ds-primary)}.fee-editor-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.fee-editor-grid label{min-width:0}.fee-editor-grid label>span{display:block;margin-bottom:6px;color:var(--ds-text-secondary);font-size:13px;font-weight:500}.fee-editor-grid input,.fee-editor-grid select,.fee-editor-grid textarea,.fee-allocation-row input,.fee-allocation-row select{width:100%;color:var(--ds-text);background:#fff;border:1px solid var(--ds-border);border-radius:6px;font:inherit}.fee-editor-grid input,.fee-editor-grid select,.fee-allocation-row input,.fee-allocation-row select{height:40px;padding:0 11px}.fee-editor-grid textarea{padding:10px 11px;resize:vertical}.fee-editor-grid .wide{grid-column:1 / -1}.fee-editor-grid input:focus,.fee-editor-grid select:focus,.fee-editor-grid textarea:focus,.fee-allocation-row input:focus,.fee-allocation-row select:focus{outline:2px solid rgba(36,99,212,.22);border-color:var(--ds-primary)}.fee-allocation-editor{margin-top:18px;border-top:1px solid var(--ds-divider)}.fee-allocation-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px}.fee-allocation-head>div{display:flex;align-items:baseline;gap:8px}.fee-allocation-head b{color:var(--ds-text);font-size:14px}.fee-allocation-head span{color:var(--ds-text-muted);font-size:11px}.fee-allocation-table{border:1px solid var(--ds-border);border-radius:7px;overflow:hidden}.fee-allocation-row{display:grid;grid-template-columns:1.25fr .65fr 1fr 58px;gap:8px;align-items:center;padding:8px 10px;border-top:1px solid var(--ds-divider)}.fee-allocation-row:first-child{border-top:0}.fee-allocation-row.header{min-height:38px;padding-top:0;padding-bottom:0;color:var(--ds-text-muted);background:#f6f8fb;font-size:11px}.fee-allocation-row button{color:var(--ds-danger);background:transparent;border:0;font-size:12px;cursor:pointer}.fee-confirmation-warning,.publish-blocked-note{margin-top:14px;padding:11px 12px;display:flex;align-items:flex-start;gap:8px;color:#8a5700;background:#fff8e8;border:1px solid #ead199;border-radius:6px;font-size:12px;line-height:1.55}.fee-confirmation-warning svg,.publish-blocked-note svg{flex:none;margin-top:1px}.seller-fee-confirmation{padding:14px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 18px;background:#f7faff;border-color:#b9cdea}.seller-fee-confirmation-main,.seller-fee-confirmation-actions{display:flex;align-items:center;gap:10px}.seller-fee-confirmation-main>div{display:grid;gap:2px}.seller-fee-confirmation-main small{color:var(--ds-text-muted);font-size:11px}.seller-fee-confirmation-main b{color:var(--ds-text);font-size:15px}.seller-fee-confirmation-main span{color:var(--ds-text-secondary);font-size:12px}.seller-fee-confirmation-actions{justify-content:flex-end;flex-wrap:wrap}.seller-fee-confirmation dl{grid-column:1 / -1;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--ds-divider)}.seller-fee-confirmation dl>div{padding:10px 12px 0 0}.seller-fee-confirmation dt{color:var(--ds-text-muted);font-size:11px}.seller-fee-confirmation dd{margin:3px 0 0;color:var(--ds-text);font-size:13px;font-weight:600}.seller-fee-note{grid-column:1 / -1;margin:0;padding-top:8px;color:var(--ds-text-secondary);border-top:1px solid var(--ds-divider);font-size:12px}.seller-fee-return-modal{width:min(540px,calc(100vw - 48px))}.seller-fee-return-body{padding:20px}.internal-fee-strip{padding:14px 16px;display:grid;grid-template-columns:250px minmax(0,1fr);gap:18px;align-items:center}.internal-fee-strip>div:first-child{display:flex;align-items:center;gap:10px}.internal-fee-strip>div:first-child>div{display:grid;gap:2px}.internal-fee-strip small{color:var(--ds-text-muted);font-size:11px}.internal-fee-strip b{color:var(--ds-text);font-size:14px}.internal-fee-strip span{color:var(--ds-text-secondary);font-size:12px}@media(max-width:900px){.fee-scheme-facts,.seller-fee-confirmation dl{grid-template-columns:repeat(2,minmax(0,1fr))}.fee-scheme-facts>div:nth-child(2){border-right:0}.fee-scheme-facts>div:nth-child(-n+2){border-bottom:1px solid var(--ds-divider)}.internal-fee-strip,.internal-inquiry-fee-detail{grid-template-columns:1fr}.internal-inquiry-fee-title{border-right:0;border-bottom:1px solid #e5ddf1}.internal-inquiry-fee-detail dl{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.fee-editor-grid{grid-template-columns:1fr}.fee-editor-grid .wide{grid-column:auto}.fee-method-switch{align-items:stretch;flex-direction:column}.fee-method-switch>div{width:100%}.fee-method-switch button{flex:1;min-width:0}.fee-allocation-row{grid-template-columns:1fr}.fee-allocation-row.header{display:none}.seller-fee-confirmation{grid-template-columns:1fr}.seller-fee-confirmation-actions{justify-content:flex-start}}@media(max-width:720px){.mother-edit-grid{grid-template-columns:1fr}.mother-edit-note{grid-column:auto}}.basket-workspace{margin-top:12px;padding:12px 0 0;background:transparent;border:0;border-top:1px solid var(--ds-divider);border-radius:0}.basket-head{min-height:44px;align-items:center}.basket-head b{color:var(--ds-text);font-size:14px}.basket-head span{color:var(--ds-text-muted)}.basket-head .button{min-height:36px;color:var(--ds-primary);background:#fff;border-color:#a9c4e8}.basket-summary{gap:8px;margin:10px 0 12px}.basket-summary>div{min-height:64px;padding:10px 12px;background:#f7fafe;border-color:var(--ds-divider);border-radius:6px}.basket-summary b{color:var(--ds-primary);font-size:16px}.basket-table{border-color:var(--ds-border);border-radius:6px}.basket-table-head{min-height:40px;padding:0 10px;color:var(--ds-text-secondary);background:#f3f6fa;border-bottom-color:var(--ds-border);font-size:12px;font-weight:600}.basket-table-head>span:first-child{background:#f3f6fa;box-shadow:1px 0 0 var(--ds-border)}.basket-row{min-height:54px;padding:7px 10px}.basket-row>select:first-child{background:#fff;box-shadow:1px 0 0 var(--ds-border)}.basket-row select,.basket-row input{height:38px;padding:0 10px;color:var(--ds-text);background:#fff;border-color:#cbd6e2;border-radius:6px;font-size:12px}.basket-stock-meta b{color:var(--ds-text)}.basket-stock-meta span{color:var(--ds-text-muted)}.basket-row>button{width:34px;height:34px;color:var(--ds-text-muted);background:#fff;border-color:var(--ds-border)}.basket-no-price{height:38px;color:var(--ds-sell);border-color:#add8ce;font-size:12px}.basket-price-cell small{font-size:11px}.basket-common-title{min-height:44px}.basket-common-title b{color:var(--ds-text);font-size:14px}.basket-common-fields .field input,.basket-common-fields .field select,.basket-common-fields .date-time-controls input{height:40px}.basket-common-fields .field textarea{min-height:72px}.seller-verification{margin-top:16px;padding:16px 0 0;background:transparent;border:0;border-top:1px solid var(--ds-divider);border-radius:0}.verification-heading{min-height:44px;padding-bottom:10px;border-bottom-color:var(--ds-divider)}.verification-index{width:32px;height:32px;color:var(--ds-primary);background:#edf4ff;border-color:#b6cae6;font-size:12px}.verification-heading h3{color:var(--ds-text);font-size:14px;line-height:22px}.verification-heading p{color:var(--ds-text-muted)}.verification-grid{margin-top:12px;gap:12px}.verification-upload{min-height:64px;margin-top:12px;padding:10px 12px;background:#f7fafe;border-color:#c8d7e9}.verification-upload b{color:var(--ds-text)}.verification-upload span{color:var(--ds-text-muted)}.verification-upload input{height:40px;color:var(--ds-text-secondary);background:#fff;border-color:#cbd6e2;font-size:12px}.verification-upload input::file-selector-button{height:30px;color:var(--ds-primary);background:#edf4ff;border-color:#a9c4e8;font-size:12px}.verification-consent{min-height:52px;margin-top:12px;padding:10px 12px;color:var(--ds-text-secondary);background:#f7fafe;border-color:var(--ds-divider);font-size:12px}.quote-modal{background:#fff;border-color:var(--ds-border);border-radius:8px;box-shadow:0 24px 64px #1f314c38}.quote-modal-head{min-height:64px;padding:12px 16px;background:#f7f9fc;border-bottom-color:var(--ds-border)}.quote-modal-head small{color:var(--ds-text-muted);font-size:12px}.quote-modal-head h3{color:var(--ds-text);font-size:18px}.quote-modal-head button{width:36px;height:36px;color:var(--ds-text-secondary);background:#fff;border-color:var(--ds-border)}.child-quote-editor{background:#fff;border-color:var(--ds-border);box-shadow:none}.child-editor-head{min-height:64px;padding:0 2px 12px;align-items:center;border-bottom-color:var(--ds-divider)}.child-editor-head span,.child-editor-head em{color:var(--ds-text-muted);font-size:12px}.child-editor-head b{color:var(--ds-text);font-size:14px}.child-asset-summary{min-width:0;display:flex;align-items:center;gap:10px}.child-asset-summary .tree-direction{flex:none;min-width:42px;min-height:28px;display:inline-flex;align-items:center;justify-content:center;font-size:13px}.child-asset-main{min-width:0;display:grid;gap:4px}.child-asset-main strong{color:var(--ds-text);font-size:19px;line-height:26px;font-weight:700;letter-spacing:.01em}.child-asset-main small{color:var(--ds-text-muted);font-size:12px;line-height:18px}.child-context-badges{flex:none;display:flex;align-items:center;gap:8px}.child-editor-head .response-count-badge{min-height:26px;padding:3px 8px;display:inline-flex;align-items:center;color:var(--ds-primary);background:var(--ds-primary-soft);border:1px solid #b9cdea;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap}.counterparty-quote-strip{margin:12px 0;background:#f7fafe;border-color:var(--ds-divider)}.counterparty-quote-strip>div{min-height:54px;padding:9px 10px}.counterparty-quote-strip b{color:var(--ds-text);font-size:13px}.child-quote-history{margin:12px 0;background:#fff;border-color:var(--ds-border)}.child-history-toggle{min-height:44px;padding:0 12px;color:var(--ds-primary);background:#f7fafe}.child-quote-history.is-expanded .child-history-toggle{border-bottom-color:var(--ds-border)}.child-history-toggle em,.child-history-toggle>span:last-child{color:var(--ds-text-muted);font-size:12px}.child-history-item{min-height:58px;grid-template-columns:34px 1fr 1.25fr .72fr 1fr;gap:12px}.history-node:after{background:#b9cce0}.history-node>span{width:24px;height:24px;color:var(--ds-primary);background:#fff;border-color:#8fb0da;font-size:11px}.history-version em{color:var(--ds-sell);background:#ebf8f4;border-color:#add8ce;font-size:11px}.child-history-summary{min-height:44px;color:var(--ds-text-secondary)}.child-history-summary span,.child-history-summary small{font-size:12px}.child-editor-label{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:16px}.child-editor-label>div{color:var(--ds-primary)}.child-editor-label .child-editor-title{display:flex;align-items:center;gap:8px}.child-editor-label .child-editor-title .tree-direction{min-width:42px;min-height:28px;padding:3px 8px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:13px;font-weight:700}.child-editor-label .child-editor-title .editor-state-tag{min-height:22px;padding:2px 7px;color:var(--ds-sell);background:#ebf8f4;border:1px solid #add8ce;border-radius:4px;font-size:11px}.child-quote-form{gap:12px 16px}.single-datetime-field input,.quote-validity-field input{width:100%;min-width:0;font-variant-numeric:tabular-nums;letter-spacing:.01em}.single-datetime-field input::-webkit-calendar-picker-indicator,.quote-validity-field input::-webkit-calendar-picker-indicator{width:19px;height:19px;margin:0;padding:2px;opacity:.9;cursor:pointer}.target-counterparty-field{min-width:0;margin:2px 0 12px;padding:10px 12px 12px;background:#f7fafe;border:1px solid var(--ds-border);border-radius:7px}.target-counterparty-field legend{padding:0 5px;color:var(--ds-text-secondary);font-size:13px;font-weight:600}.target-counterparty-field legend b{margin-left:3px;color:var(--ds-danger)}.target-counterparty-field legend small{margin-left:8px;color:var(--ds-text-muted);font-size:11px;font-weight:400}.target-counterparty-field>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.target-counterparty-field label{min-width:0;min-height:34px;padding:0 9px;display:flex;align-items:center;gap:7px;color:var(--ds-text-secondary);background:#fff;border:1px solid #cbd6e2;border-radius:5px;cursor:pointer}.target-counterparty-field label:hover{color:var(--ds-primary);border-color:#9ab8df}.target-counterparty-field label.selected{color:var(--ds-primary);background:var(--ds-primary-soft);border-color:#8eb0df}.target-counterparty-field input{width:15px;height:15px;margin:0;accent-color:var(--ds-primary)}.target-counterparty-field span{min-width:0;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.child-quick-quantity>span{color:var(--ds-text-secondary);font-size:13px}.child-quick-quantity button{min-height:36px;color:var(--ds-text-secondary);background:#fff;border-color:var(--ds-border);font-size:13px}.child-editor-actions{margin-top:14px;gap:10px}.child-editor-actions .button{min-height:40px;font-size:14px}.child-editor-actions .push-back-action{color:var(--ds-primary);background:#fff;border-color:#9bb9e0}.child-editor-actions .close-quote-action{color:var(--ds-danger);background:#fff3f4;border-color:#e7b7bd}.queue-list>button,.check-block,.signer-box,.phase-facts div,.timeline-list>div,.review-summary,.side-metrics span,.intentions-stats span,.metric-grid span,.cockpit-metrics span{color:var(--ds-text-secondary);background:#fff;border-color:var(--ds-divider)}.queue-list>button{min-height:76px;padding:12px}.queue-list b{color:var(--ds-text);font-size:14px}.queue-list span{color:var(--ds-text-muted);font-size:12px}.role-review-page table,.role-review-page td b{font-size:13px}.role-review-page td small,.review-detail-head p,.review-detail-panel .phase-facts dt,.phase-facts dt{font-size:12px}.review-detail-panel .phase-facts dd,.phase-facts dd{color:var(--ds-text);font-size:13px}.internal-filter-panel{padding:12px 16px}.internal-filter-grid{gap:10px}.internal-filter-grid label>span{margin-bottom:6px;font-size:13px}.internal-filter-grid input,.internal-filter-grid select{height:40px;padding:0 12px;color:var(--ds-text);background:#fff;border-color:#cbd6e2}.queue-tabs button,.service-module-nav button{min-height:36px;padding:0 12px;color:var(--ds-text-secondary);background:#f7f9fc;border-color:var(--ds-border);font-size:12px}.review-summary{padding:12px}.review-summary b{font-size:13px}.service-console-layout{grid-template-columns:176px minmax(0,1fr);gap:12px}.service-side-nav{padding:10px}.service-side-title{min-height:56px}.service-side-title b{color:var(--ds-text);font-size:14px}.service-side-nav nav button{min-height:44px;padding:0 11px;color:var(--ds-text-secondary);font-size:13px}.service-side-nav nav button span{width:26px;height:26px;font-size:11px}.service-side-nav nav button.active{box-shadow:none}.service-detail-divider span{color:var(--ds-text);font-size:13px}.metric-grid small,.cockpit-metrics small,.intentions-stats small,.metric-grid em,.cockpit-metrics em{font-size:12px}@media(max-width:1280px){.seller-main-grid{grid-template-columns:minmax(330px,350px) minmax(0,1fr)}.service-console-layout{grid-template-columns:148px minmax(0,1fr)}}.search-control{border:1px solid #cbd6e2;background:#fff;box-shadow:none}.search-control input,.search-control input:hover,.search-control input:focus{height:38px;background:transparent;border:0;outline:0;box-shadow:none}.search-control:focus-within{border-color:var(--ds-primary);box-shadow:0 0 0 2px #2463d424}.fact-label-row .realtime-badge{color:#f1f2f3}.matcher-manager-page{display:grid;gap:12px}.matcher-toolbar{display:grid;gap:14px;padding:16px}.matcher-page-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.matcher-page-heading h2{margin:3px 0 0;color:var(--ds-text);font-size:18px}.matcher-page-heading .action-row{margin-top:0}.matcher-filter-grid{display:grid;grid-template-columns:minmax(200px,1.3fr) minmax(150px,.8fr) minmax(140px,.7fr) auto auto;gap:10px;align-items:end}.matcher-filter-grid label{display:grid;gap:6px;color:var(--ds-text-secondary);font-size:13px}.matcher-filter-grid input,.matcher-filter-grid select{width:100%;height:40px;padding:0 12px;color:var(--ds-text);background:#fff;border:1px solid #cbd6e2;border-radius:5px;font:inherit}.matcher-filter-grid input:focus,.matcher-filter-grid select:focus{border-color:var(--ds-primary);outline:0;box-shadow:0 0 0 2px #2463d41f}.matcher-stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.matcher-stat-strip span{min-height:76px;padding:13px 16px;display:grid;align-content:center;gap:5px;background:#fff;border:1px solid var(--ds-border);border-radius:7px;box-shadow:var(--ds-shadow-card)}.matcher-stat-strip small{color:var(--ds-text-muted);font-size:12px}.matcher-stat-strip b{color:var(--ds-text);font-size:22px;line-height:1}.matcher-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:12px;align-items:start}.matcher-table-panel{min-width:0}.matcher-table-panel .panel-head>div>span{display:block;margin-top:3px;color:var(--ds-text-muted);font-size:12px}.matcher-table-panel table{min-width:1180px}.matcher-table-panel tbody tr{cursor:pointer}.matcher-table-panel td strong{color:var(--ds-primary);font-size:14px}.matcher-table-panel td>b,.matcher-table-panel td>small{display:block}.matcher-table-panel td>small{margin-top:3px;color:var(--ds-text-muted);font-size:11px}.matcher-person{padding:0;display:grid;gap:3px;color:inherit;background:none;border:0;text-align:left;cursor:pointer}.matcher-person b{color:var(--ds-text);font-size:14px}.matcher-person span{color:var(--ds-text-muted);font-size:11px}.matcher-detail-panel{position:sticky;top:8px;padding:16px}.matcher-profile-head{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:11px;align-items:center}.matcher-profile-head>span{width:46px;height:46px;display:grid;place-items:center;color:#fff;background:var(--ds-primary);border-radius:7px;font-size:19px;font-weight:700}.matcher-profile-head p,.matcher-profile-head h2{margin:0}.matcher-profile-head p{color:var(--ds-text-muted);font-size:11px}.matcher-profile-head h2{margin-top:2px;color:var(--ds-text);font-size:17px}.matcher-profile-head small{color:var(--ds-text-secondary);font-size:12px}.matcher-detail-metrics{margin-top:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.matcher-detail-metrics span{padding:10px 8px;display:grid;gap:5px;text-align:center;background:#f7f9fc;border:1px solid var(--ds-divider);border-radius:6px}.matcher-detail-metrics small{color:var(--ds-text-muted);font-size:11px}.matcher-detail-metrics b{color:var(--ds-text);font-size:17px}.matcher-detail-list{margin:14px 0 0;border-top:1px solid var(--ds-divider)}.matcher-detail-list div{min-height:44px;display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:8px;border-bottom:1px solid var(--ds-divider)}.matcher-detail-list dt{color:var(--ds-text-muted);font-size:12px}.matcher-detail-list dd{margin:0;color:var(--ds-text);font-size:12px;font-weight:600;text-align:right}.matcher-permissions{margin-top:14px;display:grid;gap:7px}.matcher-permissions>div{display:flex;align-items:center;justify-content:space-between}.matcher-permissions>div b{color:var(--ds-text);font-size:13px}.matcher-permissions>div span{padding:3px 7px;color:#8a5b00;background:#fff7df;border:1px solid #eed69a;border-radius:999px;font-size:10px}.matcher-permissions label{min-height:34px;padding:0 9px;display:flex;align-items:center;gap:8px;color:var(--ds-text-muted);background:#fafbfc;border:1px solid var(--ds-divider);border-radius:5px;font-size:12px}.matcher-permissions label.enabled{color:var(--ds-primary);background:var(--ds-primary-soft);border-color:#b7cceb}.matcher-permissions input{width:14px;height:14px;margin:0;accent-color:var(--ds-primary)}.matcher-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.matcher-detail-actions .button{width:100%}.matcher-detail-actions .button:last-child{grid-column:1 / -1}.button.danger-ghost{color:var(--ds-danger);background:#fff5f5;border-color:#e7bcc0}.button.danger-ghost:hover{background:#ffebed;border-color:#d99aa1}.matcher-editor-modal{width:min(680px,calc(100vw - 48px))}.matcher-editor-body{padding:18px}.matcher-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.matcher-editor-grid label{display:grid;gap:7px;color:var(--ds-text-secondary);font-size:13px}.matcher-editor-grid label.wide{grid-column:1 / -1}.matcher-editor-grid input,.matcher-editor-grid select{width:100%;height:40px;padding:0 12px;color:var(--ds-text);background:#fff;border:1px solid #cbd6e2;border-radius:5px;font:inherit}.matcher-editor-grid input:disabled{color:var(--ds-text-muted);background:#f4f6f8}.matcher-editor-permissions{margin:18px 0 0;padding:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;border:1px solid var(--ds-border);border-radius:7px}.matcher-editor-permissions legend{padding:0 6px;color:var(--ds-text);font-size:13px;font-weight:700}.matcher-editor-permissions label{min-height:38px;padding:0 10px;display:flex;align-items:center;gap:8px;color:var(--ds-text-secondary);background:#fff;border:1px solid #cbd6e2;border-radius:5px;cursor:pointer}.matcher-editor-permissions label.selected{color:var(--ds-primary);background:var(--ds-primary-soft);border-color:#9fb9df}.matcher-editor-permissions input{width:15px;height:15px;margin:0;accent-color:var(--ds-primary)}.matcher-boundary{margin-top:14px;padding:11px 12px;display:flex;gap:10px;color:#775100;background:#fff9e9;border:1px solid #ead9a9;border-radius:6px}.matcher-boundary b,.matcher-boundary span{display:block}.matcher-boundary b{font-size:13px}.matcher-boundary span{margin-top:3px;font-size:12px;line-height:1.5}.matcher-editor-actions{justify-content:flex-end}@media(max-width:1280px){.matcher-layout{grid-template-columns:minmax(0,1fr) 270px}.matcher-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr)) auto auto}}@media(max-width:980px){.matcher-layout{grid-template-columns:1fr}.matcher-detail-panel{position:static}.service-side-nav nav{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.matcher-page-heading{align-items:flex-start;flex-direction:column}.matcher-filter-grid{grid-template-columns:1fr 1fr}.matcher-filter-grid label:first-child{grid-column:1 / -1}.matcher-stat-strip{grid-template-columns:1fr 1fr}.matcher-editor-grid,.matcher-editor-permissions{grid-template-columns:1fr}.matcher-editor-grid label.wide{grid-column:auto}}.trade-handoff-task,.seller-handoff-strip{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#f3f7ff;border:1px solid #b8cbea;border-radius:7px}.trade-handoff-task{margin-bottom:12px}.seller-handoff-strip{margin:0 0 12px}.trade-handoff-task>div,.seller-handoff-strip>div{display:flex;align-items:center;gap:10px}.trade-handoff-task>div:first-child>div,.seller-handoff-strip>div:first-child>div{display:grid;gap:2px}.handoff-task-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;color:var(--ds-primary);background:#fff;border:1px solid #b8cbea;border-radius:6px}.trade-handoff-task small,.seller-handoff-strip small{color:var(--ds-text-muted);font-size:11px}.trade-handoff-task b,.seller-handoff-strip b{color:var(--ds-text);font-size:14px}.trade-handoff-task div div span,.seller-handoff-strip div div span{color:var(--ds-text-secondary);font-size:12px}.trade-handoff-modal{width:min(760px,calc(100vw - 48px))}.trade-handoff-body{padding:18px}.handoff-asset-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.handoff-asset-head>div{display:flex;align-items:center;gap:9px}.handoff-asset-head strong{color:var(--ds-text);font-size:18px}.handoff-condition-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--ds-border);border-radius:7px}.handoff-condition-grid div{min-height:68px;padding:11px;display:grid;align-content:center;gap:6px;background:#f8fafc;border-right:1px solid var(--ds-divider)}.handoff-condition-grid div:last-child{border-right:0}.handoff-condition-grid span{color:var(--ds-text-muted);font-size:11px}.handoff-condition-grid b{color:var(--ds-text);font-size:13px}.handoff-flow-track{margin-top:16px;padding:12px;display:flex;align-items:center;justify-content:space-between;color:#9aa7b7;background:#fafbfd;border:1px solid var(--ds-divider);border-radius:7px}.handoff-flow-track div{display:flex;align-items:center;gap:7px;color:var(--ds-text-muted);font-size:12px}.handoff-flow-track div b{width:24px;height:24px;display:grid;place-items:center;background:#e8edf3;border-radius:50%;font-size:11px}.handoff-flow-track div.active{color:var(--ds-primary);font-weight:700}.handoff-flow-track div.active b{color:#fff;background:var(--ds-primary)}.handoff-flow-track div.done{color:#22775e}.handoff-flow-track div.done b{color:#fff;background:#2b8c6f}.handoff-seat-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.handoff-seat-grid label{display:grid;gap:7px;color:var(--ds-text-secondary);font-size:13px}.handoff-seat-grid input{width:100%;height:42px;padding:0 12px;color:var(--ds-text);background:#fff;border:1px solid #cbd6e2;border-radius:5px;font:inherit}.handoff-seat-grid input[readonly]{color:var(--ds-text-secondary);background:#f5f7fa}.handoff-seat-grid input:focus{border-color:var(--ds-primary);outline:0;box-shadow:0 0 0 2px #2463d41f}.agreement-field>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.agreement-field button{min-width:84px;color:var(--ds-primary);background:#fff;border:1px solid #9fb9df;border-radius:5px;cursor:pointer}.agreement-field small{color:var(--ds-text-muted);font-size:11px}.handoff-notice{margin-top:15px;padding:11px 12px;display:flex;align-items:flex-start;gap:9px;color:#775100;background:#fff9e9;border:1px solid #ead9a9;border-radius:6px;font-size:12px;line-height:1.5}.handoff-actions{justify-content:flex-end}.review-flow-banner{min-height:68px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(90deg,#f4f7fc,#fff 72%);border-color:#d6e0ed}.review-flow-banner>div{min-width:0;display:flex;align-items:center;gap:11px}.review-flow-banner>div>span{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;color:var(--ds-primary);background:#fff;border:1px solid #c8d6e8;border-radius:6px}.review-flow-banner>div>div{min-width:0;display:grid;grid-template-columns:auto 1fr;align-items:baseline;column-gap:10px;row-gap:2px}.review-flow-banner small{color:var(--ds-text-muted);font-size:11px}.review-flow-banner b{overflow:hidden;color:var(--ds-text);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.review-flow-banner em{grid-column:1 / -1;overflow:hidden;color:var(--ds-text-secondary);font-size:12px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.service-review-flow-banner{margin-bottom:12px}@media(max-width:720px){.trade-handoff-task,.seller-handoff-strip{align-items:flex-start;flex-direction:column}.handoff-condition-grid{grid-template-columns:1fr 1fr}.handoff-condition-grid div:nth-child(2){border-right:0}.handoff-condition-grid div:nth-child(-n+2){border-bottom:1px solid var(--ds-divider)}.handoff-seat-grid{grid-template-columns:1fr}.handoff-flow-track{align-items:flex-start;flex-direction:column}.handoff-flow-track>svg{transform:rotate(90deg)}.review-flow-banner{align-items:flex-start;flex-direction:column}.review-flow-banner>div>div{grid-template-columns:1fr}.review-flow-banner em{grid-column:auto}}
