:root{--cw-bg:#f4f7fb;--cw-card:#fff;--cw-text:#12243d;--cw-muted:#69778b;--cw-line:#dfe6ef;--cw-blue:#135f9f;--cw-blue-soft:#eaf2f8;--cw-red:#e92b32;--cw-green:#177245;--cw-green-soft:#eaf7f0;--cw-amber:#9b6500;--cw-radius:16px;--cw-shadow:0 12px 36px rgba(18,36,61,.055)}
*{box-sizing:border-box}html{background:var(--cw-bg)}body.workspace{margin:0;background:var(--cw-bg);color:var(--cw-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;font-size:15px;line-height:1.5}.workspace a{color:var(--cw-blue);text-decoration:none}.workspace button,.workspace input,.workspace select,.workspace textarea{font:inherit}.workspace .wrap{width:min(1240px,calc(100% - 36px));margin:0 auto}.workspace-head{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--cw-line)}.workspace-head-inner{min-height:68px;display:flex;align-items:center;gap:18px}.workspace-brand{display:inline-flex;align-items:center;min-width:180px}.workspace-brand img{display:block;width:176px;max-height:50px;object-fit:contain;object-position:left center}.workspace-nav{margin-left:auto;display:flex;align-items:center;gap:5px}.workspace-nav a,.workspace-nav button{min-height:38px;display:inline-flex;align-items:center;padding:8px 11px;border:0;border-radius:9px;background:transparent;color:#32475f;font-size:13px;font-weight:720;cursor:pointer}.workspace-nav a:hover,.workspace-nav button:hover{background:#f1f5f8}.workspace-nav a.active{background:var(--cw-blue-soft);color:#0f4f85}.lang-switch{display:inline-flex;padding:3px;border:1px solid var(--cw-line);border-radius:10px;background:#f7f9fb}.lang-switch form{margin:0}.lang-switch button{min-height:30px!important;padding:5px 8px!important;border-radius:7px!important;font-size:12px!important}.lang-switch button.active{background:#fff!important;box-shadow:0 1px 3px rgba(18,36,61,.08);color:#153a5d}.workspace-menu-toggle{display:none}.workspace-main{padding:30px 0 70px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.page-heading h1{margin:0;font-size:34px;line-height:1.08;letter-spacing:-.03em}.page-heading p{max-width:720px;margin:7px 0 0;color:var(--cw-muted);font-size:14px}.eyebrow{margin-bottom:6px;color:var(--cw-blue);font-size:10.5px;font-weight:850;letter-spacing:.14em}.btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 15px;border:1px solid transparent;border-radius:10px;font-size:13.5px;font-weight:780;cursor:pointer;text-decoration:none}.btn.primary{background:var(--cw-red);color:#fff;border-color:var(--cw-red)}.btn.primary:hover{background:#d9232a}.btn.secondary{background:#fff;color:#243b53;border-color:#cfd8e4}.btn.secondary:hover{background:#f7f9fb}.btn.blue{background:#155f9f;color:#fff}.btn.danger{background:#fff0ee;color:#b42318;border-color:#f0c4bf}.btn.small{min-height:34px;padding:6px 10px;font-size:12px}.btn.wide{width:100%}.panel{border:1px solid var(--cw-line);border-radius:var(--cw-radius);background:var(--cw-card);box-shadow:none}.panel-pad{padding:22px}.alert{margin-bottom:14px;padding:12px 14px;border-radius:10px;background:#edf4fa;color:#285579;font-size:13px}.alert.error{background:#fff0ee;color:#b42318}.alert.success{background:#eaf7f0;color:#177245}.alert.info{background:#eef4fa;color:#285579}.status-pill{display:inline-flex;align-items:center;min-height:26px;padding:5px 9px;border-radius:999px;background:#edf1f5;color:#526173;font-size:11.5px;font-weight:780}.status-pill.draft{background:#eef2f6;color:#526173}.status-pill.submitted,.status-pill.checking{background:#eaf2f8;color:#135f9f}.status-pill.clarification{background:#fff7e2;color:#946200}.status-pill.approved,.status-pill.purchased,.status-pill.completed{background:#eaf7f0;color:#177245}.status-pill.cancelled{background:#fff0ee;color:#b42318}.empty-state{min-height:270px;display:grid;place-items:center;padding:36px;text-align:center}.empty-state h2{margin:0 0 6px;font-size:22px}.empty-state p{max-width:480px;margin:0 0 18px;color:var(--cw-muted)}
/* cabinet */
.cabinet-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:24px}.tool-card{padding:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.tool-card h2{margin:0 0 5px;font-size:20px}.tool-card p{margin:0;color:var(--cw-muted);font-size:13px}.tool-badge{display:inline-flex;margin-bottom:8px;padding:4px 8px;border-radius:999px;background:#eaf7f0;color:#177245;font-size:10.5px;font-weight:820}.orders-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.order-card{padding:17px;display:grid;gap:12px;transition:transform .12s ease,border-color .12s ease}.order-card:hover{transform:translateY(-1px);border-color:#cbd6e2}.order-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.order-card h3{margin:0;font-size:16px}.order-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px}.order-card-meta span{display:block;color:#8b97a7;font-size:10.5px}.order-card-meta strong{display:block;margin-top:2px;color:#344054;font-size:12.5px}.order-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #edf1f5;padding-top:11px}.order-card-footer small{color:#8894a4}
/* order editor */
.order-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.order-main{min-width:0}.order-side{position:sticky;top:88px;display:grid;gap:12px}.section-card{padding:20px;margin-bottom:14px}.section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.section-title h2{margin:0 0 3px;font-size:20px}.section-title p{margin:0;color:var(--cw-muted);font-size:12.5px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 17px}.field{display:block;min-width:0;color:#344054;font-size:13px;font-weight:720}.field>span{display:block;margin-bottom:6px}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;min-height:44px;margin:0;padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:var(--cw-text);font-size:15px;outline:none}.field textarea{min-height:100px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#4d86b6;box-shadow:0 0 0 3px rgba(19,95,159,.12)}.field small{display:block;margin-top:5px;color:#8a96a8;font-size:11.5px;font-weight:500}.field input[readonly],.field textarea[readonly],.field select:disabled{background:#f6f8fa;color:#667085}.autosave-state{display:inline-flex;align-items:center;gap:6px;color:#7a8798;font-size:11.5px}.autosave-dot{width:7px;height:7px;border-radius:50%;background:#a9b3c0}.autosave-state.saving .autosave-dot{background:#d69e00}.autosave-state.saved .autosave-dot{background:#177245}.autosave-state.error .autosave-dot{background:#b42318}.item-card{margin-bottom:12px;overflow:hidden}.item-head{min-height:58px;padding:11px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f5;background:#fbfcfd}.item-head-left{display:flex;align-items:center;gap:10px}.item-number{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#edf3f8;color:#315a7b;font-size:12px;font-weight:820}.item-head h3{margin:0;font-size:15px}.item-actions{display:flex;align-items:center;gap:5px}.item-body{padding:16px}.photo-zone{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:15px}.photo-thumb{position:relative;width:88px;height:88px;border:1px solid var(--cw-line);border-radius:11px;overflow:hidden;background:#f3f5f7}.photo-thumb img{width:100%;height:100%;object-fit:cover}.photo-delete{position:absolute;right:4px;top:4px;width:25px;height:25px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(18,36,61,.82);color:#fff;font-size:14px;cursor:pointer}.photo-upload{width:88px;height:88px;display:grid;place-items:center;border:1.5px dashed #bac7d5;border-radius:11px;background:#fafbfd;color:#526173;font-size:11px;font-weight:720;text-align:center;cursor:pointer}.photo-upload input{display:none}.item-status-line{display:flex;align-items:center;gap:8px;margin-bottom:12px}.buyer-answer{margin-top:14px;padding:13px;border-radius:10px;background:#f5f8fa;border:1px solid #e4e9ef}.buyer-answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 14px}.buyer-answer span{display:block;color:#8793a3;font-size:10.5px}.buyer-answer strong{display:block;margin-top:2px;font-size:12.5px}.summary-card{padding:17px}.summary-card h3{margin:0 0 12px;font-size:15px}.summary-list{margin:0}.summary-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #edf1f5}.summary-list>div:last-child{border-bottom:0}.summary-list dt{color:#718096;font-size:11.5px}.summary-list dd{margin:0;font-size:13px;font-weight:780}.summary-list .grand dt,.summary-list .grand dd{color:var(--cw-text);font-size:14px}.side-actions{display:grid;gap:8px}.locked-note{padding:12px;border-radius:10px;background:#eef4f8;color:#3b617e;font-size:12px}.buyer-card{padding:17px}.buyer-card span{display:block;color:#8894a4;font-size:10.5px}.buyer-card strong{display:block;margin-top:3px;font-size:14px}
/* buyer */
.buyer-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.buyer-order-card{padding:17px}.buyer-order-card-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:11px}.buyer-order-card h3{margin:0;font-size:16px}.buyer-order-card p{margin:4px 0 0;color:var(--cw-muted);font-size:12px}.buyer-item{padding:17px;margin-bottom:12px}.buyer-item-top{display:grid;grid-template-columns:100px minmax(0,1fr);gap:14px;margin-bottom:15px}.buyer-item-photo{width:100px;height:100px;border-radius:12px;overflow:hidden;background:#f1f4f7;border:1px solid var(--cw-line)}.buyer-item-photo img{width:100%;height:100%;object-fit:cover}.buyer-item-source h3{margin:0 0 6px;font-size:16px}.buyer-item-source dl{display:grid;grid-template-columns:115px 1fr;gap:4px 9px;margin:0}.buyer-item-source dt{color:#8793a3;font-size:11px}.buyer-item-source dd{margin:0;font-size:12px;overflow-wrap:anywhere}.buyer-fields{border-top:1px solid #edf1f5;padding-top:14px}.buyer-control-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.buyer-control-bar .field{width:min(300px,100%)}
/* print */
.print-page{background:#fff}.print-order{max-width:940px;margin:0 auto;padding:28px}.print-head{display:flex;justify-content:space-between;gap:24px;padding-bottom:18px;border-bottom:2px solid #173a5e}.print-head h1{margin:0;font-size:26px}.print-meta{margin-top:6px;color:#667085;font-size:12px}.print-item{display:grid;grid-template-columns:140px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid #dfe6ed;break-inside:avoid}.print-photo{width:140px;height:140px;object-fit:contain;border:1px solid #e1e6ec;border-radius:8px}.print-fields{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px}.print-fields div{font-size:12px}.print-fields b{color:#667085;font-weight:600}.print-summary{margin:20px 0 0 auto;width:min(360px,100%)}.print-actions{position:sticky;top:10px;z-index:10;display:flex;justify-content:flex-end;margin-bottom:16px}@media print{.print-actions{display:none}.print-order{max-width:none;padding:0}.print-item{page-break-inside:avoid}a{color:#000;text-decoration:underline}.print-page{background:#fff}@page{size:A4;margin:12mm}}
/* footer */
.workspace-footer{border-top:1px solid var(--cw-line);background:#fff}.workspace-footer-inner{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#8a96a8;font-size:11.5px}.workspace-footer-links{display:flex;gap:12px}.workspace-footer-links a{color:#6e7b8c}
@media(max-width:980px){.orders-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-shell{grid-template-columns:1fr}.order-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.side-actions,.summary-card{grid-column:auto}.buyer-order-grid{grid-template-columns:1fr}}
@media(max-width:760px){.workspace .wrap{width:min(100% - 28px,1240px)}.workspace-head-inner{min-height:62px}.workspace-brand{min-width:130px}.workspace-brand img{width:128px}.workspace-menu-toggle{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid var(--cw-line);border-radius:9px;background:#fff;color:#2f455d;font-size:18px}.workspace-nav{position:fixed;left:14px;right:14px;top:70px;display:none;margin:0;padding:8px;flex-direction:column;align-items:stretch;border:1px solid var(--cw-line);border-radius:13px;background:#fff;box-shadow:0 18px 44px rgba(18,36,61,.16)}body.workspace.menu-open .workspace-nav{display:flex}.workspace-nav a,.workspace-nav button{width:100%;justify-content:flex-start}.workspace-nav .lang-switch{width:100%;display:grid;grid-template-columns:1fr 1fr}.workspace-nav .lang-switch form,.workspace-nav .lang-switch button{width:100%}.workspace-main{padding-top:22px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading h1{font-size:29px}.cabinet-actions,.orders-grid{grid-template-columns:1fr}.tool-card{align-items:stretch;flex-direction:column}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.item-actions{gap:3px}.item-actions .label-text{display:none}.order-side{grid-template-columns:1fr}.buyer-item-top{grid-template-columns:82px minmax(0,1fr)}.buyer-item-photo{width:82px;height:82px}.buyer-item-source dl{grid-template-columns:95px 1fr}.buyer-answer-grid{grid-template-columns:1fr}.buyer-control-bar{display:block}.buyer-control-bar .field{width:100%;margin-bottom:10px}.print-item{grid-template-columns:100px 1fr}.print-photo{width:100px;height:100px}.print-fields{grid-template-columns:1fr}.workspace-footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;padding:14px 0}.workspace-footer-links{flex-wrap:wrap}}
@media(max-width:480px){.workspace .wrap{width:calc(100% - 22px)}.page-heading h1{font-size:27px}.panel-pad,.section-card{padding:15px}.item-body{padding:13px}.item-head{padding:10px 12px}.photo-thumb,.photo-upload{width:74px;height:74px}.buyer-item{padding:13px}.buyer-item-top{grid-template-columns:1fr}.buyer-item-photo{width:100%;height:180px}.buyer-item-source dl{grid-template-columns:1fr}.buyer-item-source dt{margin-top:4px}.btn{font-size:13px}.side-actions .btn{width:100%}.print-order{padding:16px}.print-item{grid-template-columns:1fr}.print-photo{width:100%;height:220px}}

.inline-create{margin:0}.workspace-cookie-button{border:0;background:transparent;color:#6e7b8c;font:inherit;font-size:11.5px;cursor:pointer;padding:0}.workspace-cookie-button:hover{color:var(--cw-blue)}.workspace-footer-links{align-items:center}.status-pill.pending{background:#fff7e2;color:#946200}@media(max-width:760px){.inline-create,.inline-create .btn{width:100%}.workspace-footer-links{align-items:flex-start}}


/* =========================================================
   ChinaBe 1.4.1 — brand protection + restored professional footer
   ========================================================= */

/* Brand files are approved artwork. Never recolor or blend them through CSS. */
.workspace-brand img,
.brand-image img,
.footer-logo.footer-logo-image.footer-logo-official > img,
.site-footer img{
  filter:none!important;
  -webkit-filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
}

/* Header: full dark/red wordmark on light backgrounds. */
.workspace-brand{
  min-width:185px!important;
  height:52px!important;
  display:inline-flex!important;
  align-items:center!important;
}

.workspace-brand picture{
  display:block!important;
  height:52px!important;
}

.workspace-brand img{
  display:block!important;
  width:auto!important;
  max-width:185px!important;
  height:52px!important;
  max-height:52px!important;
  object-fit:contain!important;
  object-position:left center!important;
}

/* The restored site footer keeps its original dark professional styling.
   Workspace link color must not override footer links. */
body.workspace .site-footer{
  margin-top:auto!important;
}

body.workspace .site-footer a{
  text-decoration:none;
}

body.workspace .site-footer .footer-column a{
  color:#e9eff6!important;
}

body.workspace .site-footer .footer-company a{
  color:#9fc8f0!important;
}

body.workspace .site-footer .footer-cookie-link{
  color:#a9c7e5!important;
}

@media(max-width:760px){
  .workspace-brand{
    min-width:52px!important;
    width:52px!important;
    height:52px!important;
  }

  .workspace-brand picture,
  .workspace-brand img{
    width:52px!important;
    max-width:52px!important;
    height:52px!important;
    max-height:52px!important;
  }
}

@media(max-width:480px){
  .workspace-brand{
    min-width:48px!important;
    width:48px!important;
    height:48px!important;
  }

  .workspace-brand picture,
  .workspace-brand img{
    width:48px!important;
    max-width:48px!important;
    height:48px!important;
    max-height:48px!important;
  }
}


/* =========================================================
   ChinaBe 1.4.2 — homepage brand surface protection
   Approved artwork mapping:
   - light header / light hero: chinabe-logo-header.png
   - mobile compact light header: chinabe-mark.png
   - dark footer / dark auth block: chinabe-footer-logo.png
   ========================================================= */

body.home-public .home-logo img,
body.home-public .hero-brand-logo{
  filter:none!important;
  -webkit-filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
}

body.home-public .home-logo{
  display:inline-flex!important;
  align-items:center!important;
}

body.home-public .home-logo picture{
  display:block!important;
}

body.home-public .hero-card .hero-brand-logo{
  object-fit:contain!important;
  object-position:center!important;
}

/* Never use the white footer wordmark as a light-surface homepage logo.
   The footer artwork stays untouched in the dark site footer. */


/* =========================================================
   ChinaBe 1.5.4 — language switch interaction
   Applies to login/register, public home/about and workspace.
   ========================================================= */
.lang-switch button,
.home-lang button,
.about-lang button{
  cursor:pointer!important;
  -webkit-tap-highlight-color:transparent;
  transition:background-color .14s ease,color .14s ease,box-shadow .14s ease,transform .14s ease!important;
}
.lang-switch button:hover:not(.active),
.home-lang button:hover:not(.active),
.about-lang button:hover:not(.active){
  background:#edf3f8!important;
  color:#173a5e!important;
}
.lang-switch button:active,
.home-lang button:active,
.about-lang button:active{
  transform:translateY(1px);
}
.lang-switch button:focus-visible,
.home-lang button:focus-visible,
.about-lang button:focus-visible{
  outline:2px solid rgba(19,95,159,.48)!important;
  outline-offset:2px!important;
}
.lang-switch button:disabled,
.home-lang button:disabled,
.about-lang button:disabled{
  cursor:not-allowed!important;
}

/* ChinaBe 1.6.59 — role-aware compact order export */
html.print-root{background:#fff}
.print-page{background:#f4f7fb;color:#102a43}
.print-order{max-width:980px;margin:0 auto;padding:28px 32px;background:#fff;box-sizing:border-box}
.print-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:18px;border-bottom:2px solid #173a5e}
.print-head-main{min-width:0}
.print-kicker{margin-bottom:5px;color:#6f8195;font-size:10px;font-weight:800;letter-spacing:.12em}
.print-head h1{margin:0;font-size:25px;line-height:1.15;color:#102a43}
.print-internal-badge{flex:0 0 auto;padding:7px 10px;border:1px solid #e7b7b7;border-radius:8px;background:#fff7f7;color:#9f2f2f;font-size:10px;font-weight:800;letter-spacing:.03em}
.print-order-meta{display:flex;flex-wrap:wrap;border:1px solid #dfe7ef;border-radius:10px;margin:16px 0 18px;overflow:hidden}
.print-order-meta>div{display:block;width:50%;padding:9px 11px;border-bottom:1px solid #e7edf3;min-width:0;box-sizing:border-box}
.print-order-meta>div:nth-last-child(-n+2){border-bottom:0}
.print-order-meta>div.wide{width:100%}
.print-order-meta>div.internal{background:#fff8f8}
.print-order-meta span,.print-fields span,.print-source span,.print-zh-title span{display:block;color:#71849a;font-size:10px;font-weight:700}
.print-order-meta strong,.print-fields strong{font-size:11px;line-height:1.35;overflow-wrap:anywhere}
.print-products-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:4px 0 0;padding:0 0 8px;color:#173a5e;font-size:12px}
.print-products-title span{color:#8292a5;font-size:10px;font-weight:700}
.print-item{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-top:1px solid #dfe6ed;border-bottom:0;break-inside:avoid;page-break-inside:avoid}
.print-item-media{position:relative;flex:0 0 122px;min-width:0}
.print-item-number{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 7px;margin-bottom:8px;border-radius:7px;background:#edf4fb;color:#1769aa;font-size:10px;font-weight:800;box-sizing:border-box}
.print-photo{display:block;width:118px;height:118px;object-fit:contain;border:1px solid #dce5ee;border-radius:9px;background:#fff}
.print-item-content{flex:1 1 auto;min-width:0}
.print-item-content h2{margin:0 0 8px;font-size:16px;line-height:1.3;color:#102a43}
.print-zh-title{margin:0 0 8px;padding:8px 10px;border-radius:8px;background:#f5f8fb;border:1px solid #e4ebf2}
.print-zh-title p{margin:3px 0 0;color:#334e68;font-size:11px;line-height:1.45;overflow-wrap:anywhere}
.print-zh-title.missing{background:#fff8ea;border-color:#f0d8a7}
.print-zh-title.missing p{color:#91610c;font-weight:700}
.print-source{display:block;margin:0 0 8px}
.print-source a{min-width:0;color:#1769aa;font-size:10px;line-height:1.35;overflow-wrap:anywhere;word-break:break-all}
.print-fields{display:flex;flex-wrap:wrap;gap:7px 12px}
.print-fields>div{display:block;width:calc(33.333% - 8px);min-width:0;padding-top:4px;box-sizing:border-box}
.print-fields>div.wide{width:100%}
.print-internal-item{margin-top:11px;padding:10px 11px;border:1px dashed #d7a9a9;border-radius:9px;background:#fffafa}
.print-internal-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;color:#8c3333;font-size:10px;text-transform:uppercase;letter-spacing:.04em}
.print-internal-item-head span{padding:3px 6px;border-radius:999px;background:#f7eaea;color:#8c3333;text-transform:none;letter-spacing:0;font-weight:700}
.print-internal-item .print-fields span{color:#8b6969}
.print-summary-wrap{display:flex;align-items:flex-start;gap:26px;margin-top:18px;padding-top:16px;border-top:2px solid #173a5e}
.print-summary-note{flex:1 1 auto;color:#7a8999;font-size:10px;line-height:1.45}
.print-summary{flex:0 0 340px;margin:0;width:340px}
.print-actions{position:sticky;top:10px;z-index:10;display:flex;justify-content:flex-end;margin-bottom:16px}

/* Buyer workspace: source title is operationally useful, not decorative. */
.buyer-item-source .buyer-source-title-zh{margin:7px 0 10px;padding:8px 10px;border:1px solid #dfe8f0;border-radius:8px;background:#f7fafc;color:#3d5369;font-size:12px;line-height:1.45;overflow-wrap:anywhere}
.buyer-item-source .buyer-source-title-zh span{display:block;margin-bottom:3px;color:#7a8da1;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}

@media(max-width:760px){
  .print-order{padding:18px}
  .print-head{flex-direction:column}
  .print-order-meta{display:block}
  .print-order-meta>div,.print-order-meta>div:nth-last-child(-n+2){border-bottom:1px solid #e7edf3}
  .print-order-meta>div:last-child{border-bottom:0}
  .print-order-meta>div,.print-order-meta>div.wide{width:100%}
  .print-item{gap:12px}
  .print-photo{width:86px;height:86px}
  .print-source{display:block}
  .print-fields>div{width:calc(50% - 6px)}
  .print-summary-wrap{display:block}.print-summary{width:100%;margin-top:12px}
}
@media(max-width:480px){
  .print-order{padding:14px}
  .print-item{display:block}
  .print-item-media{display:flex;align-items:flex-start;gap:8px}
  .print-photo{width:96px;height:96px}
  .print-fields>div{width:100%}
}
@media print{
  .print-page{background:#fff}
  .print-actions{display:none}
  .print-order{max-width:none;padding:0;background:#fff}
  .print-item{page-break-inside:avoid;break-inside:avoid}
  .print-internal-badge,.print-internal-item,.print-zh-title{-webkit-print-color-adjust:exact;print-color-adjust:exact}
  a{color:#000;text-decoration:none}
  @page{size:A4;margin:11mm}
}
.buyer-item-source .buyer-source-title-zh.missing{border-color:#eed8aa;background:#fff9ed;color:#91610c}
