/* Bond Centre / monochrome site system, inspired by openai.com. */
/* Keep the Arial wordmarks; Chinese follows the system-font fallback used by DeepSeek chat. */
:root{color-scheme:light;--bg:#fff;--panel:#fff;--panel-soft:#f5f5f5;--text:#111;--muted:#707070;--line:#e5e5e5;--line-strong:#d2d2d2;--accent:#111;--accent-strong:#333;--accent-soft:#f1f1f1;--secondary:#333;--secondary-soft:#f4f4f4;--warning:#94621c;--warning-soft:#fff5e6;--danger:#bd3838;--shadow:none;--shadow-hover:none;font-family:Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}
*{box-sizing:border-box}
body{background:#fff;color:#111;font-family:Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-size:14px;line-height:1.5}
[hidden]{display:none!important}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
button,a,input,select,textarea{touch-action:manipulation}
button,input,select,textarea{font-variant-numeric:tabular-nums}
:is(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:2px solid #111;outline-offset:3px}
h1,h2,h3{color:#111;font-family:inherit;font-weight:500;letter-spacing:0}
.app-shell{display:block;min-height:100vh;background:#fff}
.main,.main.realtime-mode{min-width:0;background:#fff}
.sidebar.site-header{position:relative;z-index:90;display:flex;align-items:center;gap:30px;width:100%;height:auto;min-height:76px;padding:14px 32px;border:0;background:#fff;color:#111;box-shadow:none;overflow:visible;isolation:auto}
.sidebar::before,.sidebar::after,.topbar::after,.eyebrow::before,.nav-item::after,.liquid-track::before{display:none}
.site-header .brand{min-height:40px;flex-shrink:0;padding:0;text-decoration:none;color:#111;gap:0}
.site-header .brand strong{font-family:Arial,sans-serif;font-size:21px;font-weight:600;letter-spacing:-1px}
.site-header .nav{display:flex;align-items:center;justify-content:center;flex:1;gap:2px;margin:0;padding:0;min-width:0}
.site-header .nav-item{flex:0 0 auto;min-height:38px;padding:0 11px;border:0;border-radius:30px;color:#555;background:transparent;box-shadow:none;font-size:12px;font-weight:400;line-height:1.4;white-space:nowrap;transform:none}
.site-header .nav-item:hover{color:#111;background:#f5f5f5}
.site-header .nav-item.active{color:#111;background:#eee;box-shadow:none;font-weight:500}
.site-header .nav.liquid-track::before{display:block;border:0;border-radius:30px;background:#eee;box-shadow:none;animation:none;transition:transform .36s cubic-bezier(.22,1,.36,1),width .36s cubic-bezier(.22,1,.36,1),height .36s cubic-bezier(.22,1,.36,1),opacity .16s ease}
.site-header .nav.liquid-track:not(.liquid-ready)::before{transition:none}
.site-header .nav.liquid-ready .nav-item{background:transparent}
.site-header .nav-item svg{display:none}
.workspace-tools{position:relative;z-index:3;flex-shrink:0}
.workspace-tools>summary{display:flex;align-items:center;gap:12px;padding:10px 18px;border-radius:30px;background:#111;color:#fff;font-size:12px;list-style:none;cursor:pointer;white-space:nowrap}
.workspace-tools>summary::-webkit-details-marker{display:none}
.workspace-tools>summary:hover{background:#333}
.workspace-chevron{display:block;flex:0 0 14px;transition:transform .18s ease}
.workspace-tools[open] .workspace-chevron{transform:rotate(180deg)}
.workspace-tools-panel{position:absolute;top:calc(100% + 16px);right:0;display:grid;gap:24px;width:360px;max-height:calc(100dvh - 100px);overflow:auto;padding:26px;border:1px solid #e5e5e5;border-radius:20px;background:#fff;box-shadow:0 12px 48px #00000014}
.workspace-tools-title{display:flex;align-items:center;justify-content:space-between;gap:12px}
.workspace-tools-title h2{margin:0;font-size:20px}
.brand-version{color:#777;border:0;font-size:11px;letter-spacing:0}
.workspace-tools .top-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.workspace-tools .top-actions>.button,.workspace-tools .top-actions>.file-button{width:100%;font-size:12px}
.sidebar-tool,.sidebar-card{display:grid;gap:10px;margin:0;padding:24px 0 0;border:0;border-top:1px solid #e5e5e5;border-radius:0;color:#111;background:none;box-shadow:none;backdrop-filter:none}
.sidebar-tool-head span,.sidebar-tool>p{display:none}
.sidebar-tool-head strong{font-size:15px;font-weight:500}
.sidebar-tool small,.sidebar-card small,.sidebar-card span{color:#707070;font-size:12px;line-height:1.6}
.sidebar-card strong{color:#111;font-weight:500;font-size:14px}
.project-screenshot-dropzone{display:grid;min-height:95px;color:#111;background:#f7f7f7;border:1px dashed #ccc;border-radius:12px}
.project-screenshot-dropzone span{color:#777;font-size:12px}
.project-screenshot-dropzone:hover,.project-screenshot-dropzone.is-dragging{background:#eee;border-color:#111;transform:none}
.sidebar-tool-actions .button,.sidebar-tool-actions .button.subtle{color:#111;background:#f5f5f5;border-color:#ddd;font-size:12px}
.project-screenshot-output :is(strong,h3){color:#111}
.project-screenshot-output :is(span,em){color:#666}
.project-screenshot-item{background:#f5f5f5;border-color:#ddd;border-radius:8px}
.project-screenshot-item-head>button,.project-screenshot-correction button{background:#fff;border-color:#ccc;color:#111}
.project-screenshot-correction input,.project-screenshot-correction select{background:#fff;border-color:#ccc;color:#111}
.topbar,.main.realtime-mode .topbar{display:flex;align-items:center;justify-content:center;min-height:0;padding:48px 32px 28px;border:0;background:#fff;box-shadow:none;text-align:center;backdrop-filter:none}
.topbar .eyebrow,.topbar .welcome-line{display:none}
.topbar h1,.main.realtime-mode .topbar h1{margin:0;color:#111;font-size:42px;font-weight:700;line-height:1.2;letter-spacing:0}
.main:has(.view:is([data-view="ledger"],[data-view="realtime-quotes"],[data-view="secondary-trading"]).active) .topbar h1{font-family:Arial,sans-serif;font-weight:700;letter-spacing:-.047619em;-webkit-text-stroke:.012em currentColor}
.view,.view.realtime-quotes-view{max-width:1380px;margin:0 auto;padding:20px 48px 64px;background:#fff}
.view.active{animation:none}
.view[data-view="ledger"]{--ledger-ink:#111;--ledger-indigo:#111;--ledger-cyan:#777;background:#fff}
.view:not([data-view="reminders"])>*{max-width:100%}
.panel{border:0;border-radius:0;background:#fff;box-shadow:none}
.panel-head{gap:20px;margin-bottom:24px}
.panel-head h2{font-size:20px;font-weight:500}
.step{padding:0;border:0;border-radius:0;color:#888;background:transparent;font-size:10px;letter-spacing:.08em;font-weight:400}
.panel-head .step{display:none}
.button{min-height:40px;padding:0 19px;border:1px solid #e3e3e3;border-radius:30px;color:#111;background:#fff;box-shadow:none;font-size:13px;font-weight:400;line-height:1.3;gap:8px;transition:background .15s,color .15s}
.button:hover{background:#f4f4f4;border-color:#ddd;box-shadow:none;transform:none}
.button.primary,.button.result-action,.bid-final-action,#saveCloudButton{color:#fff;border-color:#111;background:#111;box-shadow:none}
.button.primary:hover,.button.result-action:hover,.bid-final-action:hover{background:#333}
.button.subtle{background:#f5f5f5;border-color:transparent}
.button.danger-button{color:var(--danger);background:#fff6f6;border-color:#efcccc}
.button:disabled{opacity:.38}
input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea{min-height:42px;border:1px solid #dedede;border-radius:8px;background:#fafafa;color:#111;box-shadow:none;font-size:14px;font-weight:400}
input::placeholder,textarea::placeholder{color:#929292;font-weight:400}
input:focus,select:focus,textarea:focus{border-color:#777;box-shadow:none}
label{color:#666;font-size:13px;font-weight:400;line-height:1.5}
.pill,.status-badge{padding:4px 9px;border:0;border-radius:20px;background:#eee;color:#555;font-size:11px;font-weight:400}
.pill.warning,.status-badge.warning{color:#8c601f;background:#fff3dd}
.pill.muted,.status-badge.muted{color:#777;background:#f0f0f0}
.text-button{color:#555;font-size:12px;font-weight:400}
.text-button:hover{color:#000;text-decoration:underline}
.ledger-command-panel{overflow:visible;isolation:auto;padding:0;margin:0 0 42px;border:0;border-radius:0;background:none;box-shadow:none}
.ledger-command-panel::before,.ledger-command-panel::after,.ledger-command-card::before,.command-card-signal{display:none}
.ledger-command-heading{display:block;margin:0 auto 22px;max-width:760px}
.ledger-command-copy{display:none}
.ledger-search{position:relative;display:flex;align-items:center;gap:14px;max-width:760px;margin:0 auto;padding:8px 20px;border:1px solid #ddd;border-radius:24px;background:#fff;box-shadow:0 3px 16px #00000006}
.ledger-search svg{flex:0 0 20px;width:20px;height:20px;fill:none;stroke:#777;stroke-width:1.6;stroke-linecap:round}
.ledger-search #projectSearch{min-width:0;min-height:58px;width:100%;padding:0;border:0;border-radius:0;background:transparent;font-size:16px;outline:0}
.ledger-search:focus-within{outline:2px solid #aaa;outline-offset:3px}
.ledger-search kbd{flex:0 0 auto;color:#888;font-size:11px;font-family:inherit;font-weight:400}
.ledger-command-bottom{display:flex;flex-direction:column;align-items:stretch;gap:32px}
.ledger-filter-bar{display:block;border:0;border-radius:0;background:none;padding:0;box-shadow:none;backdrop-filter:none}
.ledger-filter-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;width:auto}
.ledger-filter-chip{display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;width:auto;min-width:0;min-height:40px;padding:0 17px;border:1px solid #e5e5e5;border-radius:30px;background:#fff;color:#555;box-shadow:none;font-size:13px;font-weight:400}
.ledger-filter-chip:hover{background:#f7f7f7;color:#111;border-color:#ccc}
.ledger-filter-chip.active,.ledger-filter-tabs.liquid-ready .ledger-filter-chip.active{background:#111;border-color:#111;color:#fff;box-shadow:none}
.ledger-filter-chip strong,.ledger-filter-chip.active strong{display:inline;min-width:0;height:auto;padding:0;border:0;background:transparent;color:inherit;font-size:12px;font-weight:400;line-height:1;opacity:.65}
.policy-curve-card{display:grid;grid-template-columns:180px minmax(0,1fr);padding:14px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #eee;border-radius:0;background:#fff;box-shadow:none}
.policy-curve-head strong,.policy-curve-point strong,.policy-curve-point.is-key strong{color:#111;font-weight:500}
.policy-curve-head span{color:#666;background:#f5f5f5;border:0;border-radius:4px;font-weight:400}
.policy-curve-point,.policy-curve-point.is-key{border:0;border-radius:0;background:#fff}
.policy-curve-point span,.policy-curve-point.is-key span,.policy-curve-card p{color:#777;font-size:11px;font-weight:400}
.policy-curve-retry{color:#666;background:none;border:0;box-shadow:none}
.policy-curve-card[data-curve-state=error],.policy-curve-card[data-curve-state=stale]{background:#fff}
.policy-curve-message{font-size:12px;font-weight:400;color:#888}
.ledger-grid{display:block;min-width:0}
.project-list-panel{min-height:0;padding:0;border:0;border-radius:0;background:#fff;box-shadow:none}
.project-ledger-toolbar>.panel-head{flex-wrap:wrap;gap:14px;margin:0 0 20px;padding:0;border:0}
.project-ledger-title h2{margin:0;font-size:24px;font-weight:700}
.project-ledger-title .step{display:none}
@media(min-width:761px){
  .project-ledger-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px 28px;align-items:center;padding-bottom:18px;border-bottom:1px solid #ddd}
  .project-ledger-toolbar>.panel-head{grid-column:2;grid-row:1;justify-content:flex-end;margin:0}
  .project-ledger-title{grid-column:1;grid-row:1/3;align-self:center}
  .project-ledger-toolbar>.project-list-tools{grid-column:2;grid-row:2;padding:0;border:0}
}
@media(max-width:760px){
  .project-ledger-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px 14px;align-items:center}
  .project-ledger-toolbar>.panel-head{display:contents}
  .project-ledger-title{grid-column:1;grid-row:1}
  .project-ledger-title h2{font-size:21px}
  .project-ledger-toolbar #newProjectButton{grid-column:2;grid-row:1}
  .project-ledger-toolbar .mail-panel{grid-column:1/-1;grid-row:2}
  .project-ledger-toolbar>.project-list-tools{grid-column:1/-1;grid-row:3}
}
.mail-panel{min-width:0;padding:0;border:0;border-radius:0;background:none;box-shadow:none;gap:12px}
.mail-panel-main{display:none}
.mail-panel-actions{gap:8px}
.mail-panel-actions .button{font-size:12px;min-height:38px;padding:0 16px}
.mail-panel-actions .button.primary{color:#111;background:#f5f5f5;border-color:transparent}
.project-list-tools{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;padding:0 0 18px;border:0;border-bottom:1px solid #ddd;border-radius:0;background:none}
.project-list-tools>select{width:140px;background:#fff;border-radius:30px;font-size:12px}
.project-list-date-tools{display:flex;flex-wrap:wrap;gap:8px}
.project-list-date-tools input{width:160px;border-radius:30px;background:#fff;font-size:12px}
.project-list-date-tools .button{min-height:38px;border-radius:30px;font-size:12px}
.project-list{display:grid;gap:0;margin:0;padding:0;max-height:none;overflow:visible}
.project-item{display:grid;grid-template-columns:minmax(230px,1fr) minmax(280px,1.2fr) minmax(220px,.9fr);gap:10px 28px;align-items:center;padding:24px 16px;width:100%;border:0;border-bottom:1px solid #e8e8e8;border-radius:0;color:#111;background:#fff;box-shadow:none;text-align:left;transform:none}
.project-item:hover{background:#f8f8f8;border-color:#e8e8e8;transform:none}
.project-item.active,.project-list.liquid-ready .project-item.active{color:#111;background:#f2f2f2;border-color:#ddd;box-shadow:none;transform:none}
.project-item.active::after{display:none}
.project-item-head{grid-column:1;grid-row:1;display:flex;align-items:center;gap:10px;justify-content:flex-start}
.project-item-head strong{font-size:15px;font-weight:700;white-space:normal;line-height:1.45}
.project-item-meta.project-item-primary{grid-column:1;grid-row:2;display:flex;flex-direction:column;align-items:flex-start;gap:5px;font-size:12px}
.project-item-schedule{color:#888;font-size:11px}
.project-item-facts{grid-column:2;grid-row:1/3;display:flex;align-content:center;flex-wrap:wrap;gap:6px}
.project-item-facts span{padding:3px 8px;min-height:24px;border:1px solid #dedede;border-radius:4px;color:#555;background:#fafafa;box-shadow:none;font-size:12px;font-weight:400}
.project-item.active .project-item-facts>span:not(.project-valuation-badge,.project-offering-badge,.project-party-badge){background:#fff;border-color:#d0d0d0}
.project-item-facts .project-valuation-badge{border-color:#c5dce3;background:#eef6f8;color:#216678;font-weight:600}
.project-item-facts .project-offering-badge{font-size:12px;font-weight:600;background:#fafafa;color:#555}
.project-item-facts .project-offering-badge.is-public{border-color:#cbded1;background:#edf6f0;color:#2d6947}
.project-item-facts .project-offering-badge.is-private{border-color:#edd0c5;background:#fbf0ed;color:#974d3a}
.project-item-facts .project-offering-badge.is-structured{border-color:#dbd3e9;background:#f4f1f8;color:#695185}
.project-item-facts .project-party-badge{flex:1 1 100%;padding-left:0;border:0;color:#888;background:none;font-size:11px;font-weight:400}
.project-bid-summary{grid-column:3;grid-row:1/3;padding:0;border:0;border-radius:0;background:none;box-shadow:none;font-size:12px}
.project-bid-summary-head{color:#777;font-size:11px}
.project-bid-position{background:#f4f4f4;border:0;border-radius:4px;color:#333;font-size:12px}
.project-item:not(:has(.project-bid-summary))::before{content:'查看项目 ↗';grid-column:3;grid-row:1/3;justify-self:end;color:#888;font-size:12px}
.project-list.liquid-track .project-item>*{z-index:auto}
.ledger-todo-zone{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:48px 0 0;padding:0}
.ledger-command-card,.cutoff-todo-panel,.payment-todo-panel{min-height:0;padding:0;border:0;border-radius:0;background:none;box-shadow:none}
.payment-todo-head h2{color:#111;font-size:20px;font-weight:500}
.payment-todo-head .step{display:none}
.payment-todo-item,.cutoff-todo-item{padding:12px;border-radius:8px;border-color:#eee;background:#f8f8f8;box-shadow:none}
.cutoff-todo-item.today{background:#f8f8f8}
.payment-todo-main strong{font-size:12px;font-weight:700}
.payment-todo-main span,.payment-todo-empty{font-size:12px;color:#777}
#projectWorkspace{position:fixed;z-index:100;inset:86px 22px 22px auto;width:min(780px,calc(100vw - 44px));min-height:0;max-height:none;overflow:auto;overscroll-behavior:contain;visibility:hidden;transform:translateX(calc(100% + 30px));padding:34px 28px;border:1px solid #ddd;border-radius:20px;background:#fff;box-shadow:0 12px 60px #0000001a}
#projectWorkspace[data-open=true]{visibility:visible;transform:none}
#projectWorkspace .project-empty{display:none}
.project-workspace-toolbar{display:flex;justify-content:flex-end;padding:0 0 12px}
#projectWorkspace .project-workspace-close{display:grid;place-items:center;flex-shrink:0;margin:0;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#eee;color:#111;font-size:24px;line-height:1;cursor:pointer}
#projectForm>.panel-head{flex-wrap:wrap;align-items:center}
#projectForm>.panel-head>div:first-child{min-width:0;flex:1 1 240px;overflow-wrap:anywhere}
#projectForm .project-save-state{flex-wrap:wrap;gap:8px}
#projectForm .project-save-state .pill{white-space:nowrap}
#projectWorkspace .panel-head{border:0;gap:16px;margin-bottom:24px}
#projectWorkspace .panel-head h2{font-size:23px}
#projectWorkspace .project-action-bar{padding:16px;border:0;border-radius:12px;background:#f5f5f5;box-shadow:none}
#projectWorkspace .project-action-bar strong{font-size:13px;font-weight:500}
#projectWorkspace .project-action-bar span{font-size:12px}
#projectWorkspace .project-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0}
#projectWorkspace .project-summary-grid>div{padding:0 0 16px;border:0;border-bottom:1px solid #eee;border-radius:0;background:#fff}
#projectWorkspace .project-summary-grid span{font-size:12px;color:#888}
#projectWorkspace .project-summary-grid strong{font-size:13px;font-weight:400}
#projectWorkspace .compact-field-grid{grid-template-columns:1fr}
#projectWorkspace .tranche-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
#projectWorkspace :is(.tranche-card,.bid-level-card,.outsourced-card){border:1px solid #e7e7e7;border-radius:12px;background:#fafafa;box-shadow:none;padding:18px}
#projectWorkspace :is(.bid-level-card,.outsourced-card){background:#fff}
#projectWorkspace :is(.tranche-title,.project-section-head){font-size:15px;font-weight:500}
#projectWorkspace .bid-level-card input{background:#fafafa}
#projectWorkspace .ledger-mobile-detail-head{position:static;background:none;border:0;border-radius:0;box-shadow:none;padding:0;margin:0 0 16px;backdrop-filter:none}
#projectWorkspace .ledger-mobile-back{background:#f5f5f5;border:0;border-radius:30px}
#projectWorkspace .project-cutoff-box{background:#f5f5f5;border-radius:10px;border:0}
.cloud-gate{max-width:700px;margin:24px auto 80px;padding:32px;border:1px solid #eee;border-radius:20px;background:#fafafa;box-shadow:none}
.cloud-gate::before,.cloud-orb-ring,.cloud-pulse-lines{display:none}
.cloud-orb-core{background:#111;border-radius:50%;box-shadow:none}
.cloud-gate p{font-size:14px}
.cloud-gate-copy h2{font-size:24px}
.cloud-gate .button{border-radius:30px}
.main.realtime-mode .topbar .eyebrow,.main.realtime-mode .topbar .welcome-line{display:none}
.realtime-terminal{--rt-bg:#fff;--rt-panel:#fafafa;--rt-panel-strong:#eee;--rt-line:#ddd;--rt-line-soft:#eee;--rt-text:#111;--rt-muted:#777;--rt-bid:#a95720;--rt-ofr:#2560a0;--rt-live:#34725b;min-height:0;border:1px solid #e7e7e7;border-radius:16px;background:#fff;isolation:auto}
.realtime-terminal::before,.realtime-kicker,.realtime-title-block h2,.realtime-empty-radar{display:none}
.realtime-command-bar{align-items:center;min-height:80px;padding:20px 24px;background:#fff;border-color:#eee}
.realtime-live-state{min-width:0}
.realtime-live-state strong{color:#111;font-size:12px;font-family:inherit;letter-spacing:0}
.realtime-live-state small{font-size:11px}
.realtime-live-state>span{box-shadow:none}
.realtime-button{min-height:36px;padding:0 16px;border-color:#ddd;border-radius:30px;background:#fff;color:#333;font-size:12px;font-weight:400;box-shadow:none}
.realtime-button.ghost{background:#f5f5f5}
.realtime-button.primary{color:#fff;background:#111;border-color:#111;box-shadow:none}
.realtime-button:hover:not(:disabled){color:#111;background:#eee;transform:none}
.realtime-button.primary:hover:not(:disabled){color:#fff;background:#333}
.realtime-interval-control{font-size:11px}
.realtime-interval-control select{background:#fff;color:#111;border-color:#ddd;border-radius:30px;font-family:inherit;font-size:12px}
.realtime-tape{grid-template-columns:repeat(7,minmax(0,1fr));padding:20px 8px;background:#f7f7f7;border:0;gap:4px}
.realtime-tape>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:0 16px;min-height:55px;border-right:1px solid #ddd}
.realtime-tape span{font-size:11px;font-weight:400;color:#777}
.realtime-tape strong,.realtime-tape .realtime-tape-time strong{font-size:22px;font-weight:400;font-family:inherit;color:#111}
.realtime-tape .realtime-tape-time strong{font-size:12px}
.realtime-tape>div:nth-child(3) strong{color:#94621c}
.realtime-tape>div:nth-child(4) strong{color:#888}
.realtime-quote-surface{background:#fff;min-height:400px}
.realtime-empty-state{min-height:400px;padding:60px 24px}
.realtime-empty-state>strong{color:#111;font-size:28px;font-weight:500}
.realtime-empty-state>p{font-size:14px;color:#777;margin:12px 0 24px;line-height:1.6}
.realtime-footnote{flex-wrap:wrap;gap:8px;padding:16px 24px;background:#fff;color:#888;font-size:11px;border-color:#eee}
.realtime-quote-table th{height:44px;color:#777;background:#fafafa;font-weight:400;font-size:11px}
.realtime-quote-table td,.realtime-quote-table tbody tr:nth-child(even) td{background:#fff;color:#555;border-color:#eee;font-size:12px;height:72px}
.realtime-quote-table tbody tr:hover td{background:#f7f7f7}
.quote-identity-cell strong,.quote-valuation-cell strong,.china-bond-valuation strong,.china-securities-valuation strong,.quote-time-cell strong{color:#111}
.quote-identity-cell strong{font-family:inherit;font-size:13px;font-weight:500}
.quote-tenor-cell,.quote-spread-cell{color:#666!important}
.quote-target-line.is-met{color:#111}
.quote-price-cell strong{font-weight:500}
.quote-source-cell span{background:#f5f5f5;color:#555;border-color:#ddd}
.realtime-column-menu{border-color:#ddd;border-radius:12px;background:#fff;box-shadow:0 8px 30px #00000014}
.realtime-column-menu header{background:#f7f7f7;border-color:#eee}
.realtime-column-menu header strong,.realtime-column-menu label{color:#333;font-size:12px;font-weight:400}
.realtime-column-menu label:hover{background:#f5f5f5}
.realtime-column-menu p{font-size:11px;color:#777;border-color:#eee}
.realtime-column-menu input{accent-color:#111}
.realtime-alert-tray{background:#fff8ec;border-color:#ead6b7}
.realtime-alert-item{background:#fff;color:#805420;border-color:#ead6b7}
.realtime-alert-item[data-alert-side=buy]{background:#f1f7ff;color:#2560a0}
.realtime-alert-tray>header strong{color:#8e601c}
@media(min-width:761px){.ledger-mobile-nav{display:none}}
@media(max-width:1180px){.sidebar.site-header{flex-wrap:wrap;gap:8px 24px;padding:16px 24px}.site-header .brand{order:0}.workspace-tools{order:1;margin-left:auto}.site-header .nav{order:2;justify-content:flex-start;flex-basis:100%;overflow-x:auto;scrollbar-width:none}.site-header .nav::-webkit-scrollbar{display:none}.site-header .nav-item{padding:0 12px}.project-item{grid-template-columns:minmax(200px,1fr) minmax(240px,1.1fr);gap:8px 24px}.project-bid-summary{grid-column:2;grid-row:3}.project-item:not(:has(.project-bid-summary))::before{display:none}.realtime-command-bar{flex-wrap:wrap}.realtime-command-actions{justify-content:flex-start}.realtime-tape{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 4px}.view{padding-inline:32px}}
@media(max-width:760px){.sidebar.site-header{padding:14px 18px;gap:14px}.site-header .brand strong{font-size:20px}.site-header .nav{padding:0;gap:4px;margin:0}.site-header .nav-item{font-size:12px;min-height:38px}.workspace-tools>summary{padding:9px 15px;font-size:12px}.workspace-tools-panel{position:fixed;top:96px;right:12px;left:12px;width:auto;max-height:calc(100dvh - 110px);padding:24px}.workspace-tools .sidebar-card{display:grid}.workspace-tools .sidebar-tool{display:grid;grid-template-columns:1fr;padding-top:20px}.workspace-tools .sidebar-tool-actions{grid-column:auto}.workspace-tools .project-screenshot-dropzone{display:grid}.topbar,.main.realtime-mode .topbar{padding:32px 20px 14px;flex-direction:row}.topbar h1,.main.realtime-mode .topbar h1{font-size:32px}.view,.view.realtime-quotes-view{padding:18px 20px 38px}.view[data-view=ledger]{padding-bottom:100px}.view[data-view=ledger]>.ledger-mobile-nav{right:20px;left:20px;bottom:12px;max-width:330px;gap:4px;padding:5px;border:1px solid #ddd;border-radius:30px;background:#fff;box-shadow:0 4px 24px #00000012;backdrop-filter:none}.ledger-mobile-tab{border-radius:30px;min-height:42px;font-size:12px}.ledger-mobile-tab.active,.ledger-mobile-nav.liquid-ready .ledger-mobile-tab.active{color:#fff;background:#111;border-color:#111;box-shadow:none}.ledger-search{padding:6px 14px;gap:10px;border-radius:20px}.ledger-search #projectSearch{min-height:52px;font-size:16px}.ledger-search kbd{display:none}.ledger-command-panel{margin-bottom:24px}.ledger-filter-tabs{display:flex;overflow:visible;gap:7px;justify-content:center}.ledger-filter-chip{min-width:0;min-height:36px;padding:0 13px;font-size:12px}.ledger-command-bottom{gap:24px}.policy-curve-card{grid-template-columns:1fr;gap:10px}.policy-curve-points{grid-column:1;grid-row:2}.policy-curve-card p{grid-row:3}.policy-curve-point{padding:4px 1px}.policy-curve-point strong{font-size:12px}.view[data-view=ledger] .project-list-panel{padding:0;border-radius:0}.project-list-panel>.panel-head h2{font-size:21px}.mail-panel{order:3;flex-basis:100%;justify-content:flex-start}.project-list-tools{justify-content:stretch}.project-list-tools>select{flex:1}.project-list-date-tools{flex:1}.project-list-date-tools input{min-width:100px;width:100%;font-size:12px}.project-item{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:22px 0;border-radius:0}.project-item-head{justify-content:space-between}.project-item-head strong{font-size:16px}.project-item-meta.project-item-primary{flex-direction:row;flex-wrap:wrap;gap:5px 14px;justify-content:space-between}.project-item-facts{gap:5px}.project-item-facts span{font-size:11px}.project-bid-summary{margin-top:4px}.ledger-todo-zone{grid-template-columns:1fr;gap:30px;margin-top:32px}.view[data-view=ledger] .project-detail-panel{padding:24px 20px;border-radius:0}.view[data-view=ledger][data-mobile-pane=detail] .ledger-grid{display:block}#projectWorkspace{inset:0;width:100%;height:100dvh;padding:24px 20px;border:0;border-radius:0;box-shadow:none;z-index:105}#projectWorkspace .project-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#projectWorkspace .project-summary-grid strong{font-size:13px}#projectWorkspace .tranche-grid{grid-template-columns:1fr}#projectWorkspace .panel-head{flex-wrap:wrap}#projectWorkspace .project-action-buttons{justify-content:flex-start}#projectWorkspace .project-action-bar{gap:16px}.project-workspace-close{margin:-8px 0 12px auto}.realtime-command-bar{padding:20px;gap:20px}.realtime-command-actions{width:100%;display:flex;flex-wrap:wrap}.realtime-command-actions>.realtime-button{flex:1 1 40%;min-height:40px}.realtime-command-actions .realtime-interval-control{flex:1}.realtime-tape{grid-template-columns:repeat(2,minmax(0,1fr));padding:20px 4px}.realtime-tape>div{padding:0 14px}.realtime-tape>div:nth-child(even){border:0}.realtime-empty-state{min-height:340px}.realtime-empty-state>strong{font-size:24px}.realtime-empty-state>p{font-size:14px}.realtime-footnote{padding:16px;font-size:11px}.cloud-gate{margin:18px 20px;padding:24px;grid-template-columns:1fr}.cloud-gate .cloud-login-link{justify-self:stretch;width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
/* The installed Android shell keeps its existing navigation and safe-area contract. */
html.android-app .sidebar.site-header{display:none}
html.android-app .topbar{justify-content:space-between;padding:16px;text-align:left}
html.android-app .topbar h1{font-size:24px}
html.android-app #projectWorkspace{inset:0;width:100%;height:100dvh;z-index:105;border-radius:0}

@media(max-width:760px){body:has(.view.active #projectWorkspace[data-open=true]){overflow:hidden}}
