body{-webkit-font-smoothing:antialiased}
  .grain:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:50;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
  /* ---- view mode: centered "condensed" vs full-width "expanded" site view ---- */
  .va-wrap{max-width:72rem;margin-left:auto;margin-right:auto}
  body.mode-expanded .va-wrap{max-width:none}
  /* ---- collapsible <details> sections: hide native disclosure triangle ---- */
  summary{list-style:none}
  summary::-webkit-details-marker{display:none}
  summary::marker{content:""}
  /* ---- order-grid column resize / reorder ---- */
  th[draggable=true]{cursor:grab}
  th[draggable=true]:active{cursor:grabbing}
  th .vcol-resize{position:absolute;top:0;right:0;width:7px;height:100%;cursor:col-resize;z-index:5}
  th .vcol-resize:hover{background:rgba(255,79,163,.35)}
  /* ---- print / Save-as-PDF (emailable deliverable) ---- */
  #print-head{display:none}
  @media print{
    @page{margin:11mm}
    html,body{background:#fff !important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
    .grain:before{display:none !important}
    header,#gate,#modal,#search,#signout{display:none !important}
    #btn-create-order,#btn-edit-sop,#btn-media,#btn-alloc-csv,#btn-pdf,#btn-sum-pdf,#btn-inv-csv,#btn-inv-pdf{display:none !important}
    #print-head{display:flex !important;align-items:center;justify-content:space-between;
      border-bottom:1px solid #14110E33;padding-bottom:8px;margin:0 0 10px}
    .overflow-x-auto{overflow:visible !important}
    table{min-width:0 !important;width:100% !important;font-size:9.5px}
    th,td{padding:4px 6px !important}
    section{break-inside:avoid}
    thead{display:table-header-group}
    tr{break-inside:avoid}
    .pt-10{padding-top:0 !important}
  }
