  .report-app[data-quote-grid-fit="true"] .quote-grid {
    grid-template-columns: var(--quote-grid-template) !important;
  }

  .quote-model-cell strong {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .quote-row-model-cell {
    font-weight: 920;
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .quote-auto-merged-cell {
    z-index: 2;
    background: #fff !important;
  }

  .quote-total-row-cell {
    line-height: 1.15;
    white-space: pre-line;
    overflow-wrap: anywhere;
  }

  .quote-size-cell {
    line-height: 1.22;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
  }

  .quote-cell.quote-size-cell {
    display: grid;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    place-items: center;
    align-content: center;
    justify-items: center;
    line-height: 1.18;
    white-space: normal;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: normal;
    line-break: auto;
    hyphens: none;
  }

  .quote-cell.quote-size-cell.quote-total-row-cell {
    white-space: pre-line;
  }

  .search-pill input {
    height: 48px;
    padding: 0 52px 0 18px;
    font-size: 13.5px;
    font-weight: 780;
    line-height: 1;
  }

  .search-pill input::placeholder {
    color: #74747a;
    font-size: 13px;
    font-weight: 760;
  }

  .search-pill::after {
    top: 50%;
    right: 24px;
    width: 16px;
    height: 16px;
    border-width: 3px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .search-pill::before {
    top: 50%;
    right: 17px;
    width: 12px;
    height: 3px;
    transform: translateY(8px) rotate(45deg);
    transform-origin: center;
    pointer-events: none;
  }

  .search-clear-button {
    position: absolute;
    top: 50%;
    right: 18px;
    z-index: 3;
    display: none;
    width: 24px;
    height: 24px;
    min-width: 24px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    padding: 0;
    color: #606066;
    background: rgba(0, 0, 0, .075);
    font-size: 0;
    font-weight: 760;
    line-height: 1;
    overflow: hidden;
    transform: translateY(-50%);
    -webkit-tap-highlight-color: transparent;
  }

  .search-clear-button::before,
  .search-clear-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
    transform-origin: center;
  }

  .search-clear-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .search-clear-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .search-pill.has-search-value::before,
  .search-pill.has-search-value::after {
    opacity: 0;
  }

  .search-pill.has-search-value .search-clear-button {
    display: grid;
  }

  .search-clear-button:hover,
  .search-clear-button:active {
    background: rgba(0, 0, 0, .12);
  }

@media (max-width: 1260px) and (min-width: 901px) {
  .quote-board-shell {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .quote-board {
    width: 100%;
    min-width: 0;
  }

  .quote-header,
  .quote-product {
    width: 100%;
  }

  .quote-grid {
    grid-template-columns:
      minmax(144px, 1.28fr)
      minmax(88px, .74fr)
      minmax(76px, .72fr)
      minmax(90px, .86fr)
      minmax(68px, .66fr)
      minmax(68px, .66fr)
      minmax(82px, .78fr)
      minmax(54px, .52fr)
      minmax(92px, .84fr);
  }
}

@media (max-width: 1400px) {
  html,
  body,
  .report-app,
  .workspace-shell,
  .finder-shell {
    touch-action: pan-x pan-y;
  }

  .search-pill,
  .mobile-series,
  .series-nav button {
    touch-action: manipulation;
  }

  .quote-board-shell {
    width: 100%;
  }

  .report-app {
    padding-bottom: 24px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(245, 245, 247, .96) 180px),
      #f5f5f7;
  }

  .topbar {
    display: none;
  }

  .workspace-shell,
  .workspace-shell.has-updates,
  .workspace-shell.has-empty-updates {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin: 0;
  }

  .finder-shell {
    position: sticky;
    top: 0;
    z-index: 26;
    width: 100%;
    max-height: none;
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    gap: 6px;
    padding: 6px 10px 5px;
    background: rgba(247, 247, 249, .94);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08), 0 12px 24px rgba(0, 0, 0, .06);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
    backdrop-filter: saturate(180%) blur(22px);
  }

  .mobile-brand-lockup {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    align-items: center;
    justify-content: stretch;
    min-height: 36px;
    margin: 0;
    padding: 0 2px;
    border: 0;
    gap: 9px;
    background: transparent;
  }

  .mobile-brand-lockup::after {
    display: block;
    width: 58px;
    height: 1px;
    content: "";
  }

  .mobile-brand-lockup img {
    width: 58px;
    height: 34px;
    object-fit: contain;
    opacity: .95;
  }

  .mobile-brand-lockup strong {
    min-width: 0;
    justify-self: center;
    color: #151517;
    font-size: 18px;
    font-weight: 940;
    line-height: 1;
    letter-spacing: .01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .updates-panel {
    display: none;
  }

  .search-pill input {
    height: 28px;
    border: 1px solid rgba(0, 0, 0, .16);
    padding: 0 54px 0 11px;
    background: rgba(255, 255, 255, .94);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .88), 0 5px 14px rgba(0, 0, 0, .035);
    color: #171719;
    font-size: 12.5px;
    font-weight: 760;
  }

  .search-pill input::placeholder {
    color: #7b7b81;
    font-size: 12px;
    font-weight: 760;
  }

  .search-pill:after {
    right: 12px;
    width: 10px;
    height: 10px;
    border-color: #606066;
    border-width: 2px;
  }

  .search-pill:before {
    right: 8px;
    width: 6px;
    height: 2px;
    background: #606066;
    transform: translateY(4px) rotate(45deg);
  }

  .search-clear-button {
    position: absolute;
    top: 50%;
    right: 28px;
    z-index: 2;
    display: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    padding: 0;
    color: #66666c;
    background: rgba(0, 0, 0, .075);
    font-size: 0;
    font-weight: 760;
    line-height: 1;
    overflow: hidden;
    transform: translateY(-50%);
    -webkit-tap-highlight-color: transparent;
  }

  .search-clear-button::before,
  .search-clear-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
    transform-origin: center;
  }

  .search-clear-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .search-clear-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .search-pill.has-search-value .search-clear-button {
    display: grid;
  }

  .search-clear-button:active {
    background: rgba(0, 0, 0, .12);
  }

  .mobile-series {
    display: flex;
    position: relative;
    gap: 5px;
    margin: 0 -12px;
    padding: 0 12px 6px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-padding: 12px;
    scroll-snap-type: x proximity;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-series button {
    scroll-snap-align: center;
    min-height: 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0 7px 0 8px;
    gap: 5px;
    color: #68686f;
    background: transparent;
    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition:
      color .18s ease,
      background-color .18s ease,
      border-color .18s ease,
      box-shadow .18s ease,
      transform .18s ease;
  }

  .mobile-series button:focus {
    outline: none;
  }

  .mobile-series button:focus-visible {
    outline: 2px solid rgba(105, 169, 40, .34);
    outline-offset: 2px;
  }

  .mobile-series button:active {
    transform: scale(.97);
  }

  .mobile-series button.active {
    border-color: rgba(131, 183, 53, .22);
    color: #274515;
    background: linear-gradient(180deg, rgba(235, 246, 220, .96), rgba(218, 236, 198, .96));
    box-shadow: 0 5px 13px rgba(55, 80, 26, .1), inset 0 1px 0 rgba(255, 255, 255, .72);
  }

  .mobile-series b {
    min-width: 16px;
    height: 14px;
    padding: 0 4px;
    color: #727278;
    background: rgba(0, 0, 0, .07);
    font-size: 8px;
    font-weight: 900;
    line-height: 14px;
  }

  .mobile-series button.active b {
    color: #fff;
    background: #69a928;
    box-shadow: 0 2px 7px rgba(73, 113, 33, .2);
  }

  .desktop-series,
  .table-size-controls,
  .filter-row {
    display: none;
  }

  .quote-board-shell {
    width: 100%;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 0 18px;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .quote-board-shell.is-mobile-zoomed {
    touch-action: none;
    cursor: grab;
  }

  .quote-board-shell.is-mobile-zoomed:active {
    cursor: grabbing;
  }

  .quote-board-shell::-webkit-scrollbar {
    display: none;
  }

  .quote-board-scale-box.is-mobile-scaled {
    flex: 0 0 auto;
  }

  .report-app[data-mobile-grid-fit="true"] .quote-board-scale-box {
    position: relative;
    flex: 0 0 auto;
    width: var(--mobile-grid-visual-width, 100%) !important;
    height: var(--mobile-grid-visual-height, auto) !important;
  }

  .quote-board {
    width: max-content;
    min-width: 0;
  }

  .quote-board.is-mobile-scaled {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    will-change: transform;
  }

  .report-app[data-mobile-grid-fit="true"] .quote-grid {
    grid-template-columns: var(--mobile-grid-template) !important;
  }

  .report-app[data-mobile-grid-fit="true"] .mobile-header-grid {
    width: var(--mobile-grid-content-width, 100%) !important;
  }

  .report-app[data-mobile-grid-fit="true"] .quote-board {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    will-change: transform;
    width: var(--mobile-grid-content-width, 100%) !important;
    transform: scale(var(--mobile-grid-effective-scale, var(--mobile-grid-scale, 1))) !important;
  }

  .quote-header {
    position: relative;
    top: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .quote-header-cell {
    min-height: 38px;
    padding: 0 3px;
    font-size: calc(12px * var(--table-scale, 1));
    font-weight: 880;
  }

  .quote-header-model-cell,
  .quote-model-cell {
    position: sticky;
    left: -1px;
    z-index: 12;
    border-right: 1px solid rgba(0, 0, 0, .16);
    border-left: 0;
    background: #fff;
    box-shadow: none;
  }

  .quote-header-model-cell {
    z-index: 16;
    background: #f7f7f9;
  }

  .quote-board-shell.is-mobile-zoomed .quote-header-model-cell,
  .quote-board-shell.is-mobile-zoomed .quote-model-cell {
    position: relative;
    left: auto;
    transform: translate3d(calc(var(--mobile-pinned-model-offset, 0px) - var(--mobile-image-column-correction, 0px) - 1px), 0, 0);
    will-change: transform;
  }

  .product-list {
    gap: 8px;
    padding-top: 8px;
    transition: none;
  }

  .product-list.slide-next,
  .product-list.slide-previous,
  .product-list.slide-still {
    animation: none !important;
  }

  .quote-product {
    border-radius: 14px;
    overflow: visible;
    background: #fff;
    box-shadow: none;
    content-visibility: auto;
    contain: layout paint style;
    contain-intrinsic-size: auto 148px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: none;
  }

  .quote-row-tint,
  .quote-image-button {
    transition: none !important;
  }

  .quote-cell {
    min-height: 23px;
    padding: 3px 5px;
    font-size: calc(12px * var(--table-scale, 1));
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .quote-header-cell {
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .quote-meta-cell,
  .quote-frame-cell,
  .quote-craft-cell {
    line-height: 1.35;
  }

  .quote-model-cell {
    padding: 4px 5px;
  }

  .quote-model-cell span {
    font-size: calc(9px * var(--table-scale, 1));
  }

  .quote-model-cell strong {
    font-size: calc(14px * var(--table-scale, 1));
  }

  .quote-image-cell {
    padding: 4px;
  }

  .quote-image-button {
    width: 100%;
  }

  .quote-image-button,
  .quote-image-button img {
    border-radius: 10px;
  }

  .mobile-header-tracker {
    position: fixed;
    top: var(--mobile-sticky-top, 190px);
    right: 0;
    left: 0;
    z-index: 42;
    display: block;
    height: var(--mobile-header-height, 32px);
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    background: #f7f7f9;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
    pointer-events: none;
  }

  .mobile-header-mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
  }

  .mobile-header-track {
    height: 100%;
    transform-origin: left top;
    will-change: transform;
  }

  .mobile-header-grid {
    position: relative;
    top: auto;
    transform-origin: left top;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    background: #f7f7f9;
    box-shadow: none;
  }

  .mobile-pinned-model-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: grid;
    height: var(--mobile-header-height, 32px);
    min-width: 52px;
    place-items: center;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, .16);
    color: #262628;
    background: #f7f7f9;
    font-size: calc(12px * var(--table-scale, 1));
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    overflow: hidden;
  }

  .mobile-model-tracker {
    display: none;
  }

}

@media (max-width: 1400px) and (min-width: 600px) {
  .quote-board-shell {
    overflow-x: hidden;
  }

  .quote-board-scale-box.is-mobile-scaled {
    width: 100%;
  }

  .quote-board.is-mobile-scaled {
    width: 100%;
    min-width: 0;
  }

  .quote-header,
  .quote-product {
    width: 100%;
  }
}
