/* Product screenshot proportions: chat list, conversation, project details. */
.home-workspace-section { padding: 12px 0 52px; background: #fff; }
.home-workspace-section .workspace-intro { display: none; }
.product-workspace { --crew-ink: var(--ink); --crew-muted: #788399; --crew-blue: var(--brand-blue); --crew-line: #eff0f4; border: 1px solid #e9ecf3; border-radius: 8px; background: #fff; box-shadow: 0 8px 38px #152a5910; }
.product-workspace .connected-title, .product-workspace .workspace-nav, .product-workspace .workspace-team, .product-workspace .crew-view-bar, .product-workspace .crew-composer-meta { display: none; }
.product-workspace .connected-body,
.product-workspace:has(.workspace-nav [aria-selected="true"]:not([data-workspace-tab="chat"])) .connected-body { display: grid; grid-template-columns: 23% minmax(0, 1fr) 21%; align-items: stretch; }
.product-workspace .workspace-panel { min-height: 0; }
.product-workspace .workspace-panels { min-width: 0; min-height: 0; }
.product-workspace .workspace-footnote { padding: 9px 16px; font-size: 10px; background: #fff; border-color: #eff0f4; }
.product-workspace .product-sidebar { min-width: 0; border-right: 1px solid var(--crew-line); background: #fdfdfe; padding: 0 18px 20px; }
.product-list-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 2px; background: #f5f5f7; border-radius: 7px; margin: 20px 0 12px; }
.product-workspace .product-list-tabs button { padding: 6px 3px; min-height: 32px; border: 0; border-radius: 6px; color: #51607d; background: transparent; font-size: 12px; line-height: 18px; cursor: pointer; }
.product-list-tabs button[aria-selected="true"] { background: white; box-shadow: 0 1px 4px #19243c0d; color: var(--brand-blue); font-weight: 600; }
.product-search-row { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; }
.product-search { display: flex; align-items: center; gap: 8px; height: 36px; min-width: 0; flex: 1; padding: 0 10px; background: #f5f5f7; border-radius: 6px; }
.product-search > img { width: 13px; height: 13px; opacity: .4; }
.product-workspace .product-search input { min-width: 0; width: 100%; border: 0; outline-offset: 5px; background: transparent; font-size: 11px; color: var(--ink); }
.product-search input::placeholder { color: #9098aa; }
.product-tool { width: 34px; height: 34px; flex: 0 0 34px; display: inline-grid; place-items: center; padding: 8px; border: 0; border-radius: 6px; background: #f2f3f7; cursor: pointer; }
.product-tool img { width: 17px; height: 17px; opacity: .65; }
.product-add { background: var(--brand-blue); box-shadow: 0 2px 4px rgba(var(--brand-blue-rgb), 0.09); }
.product-add img { filter: brightness(0) invert(1); opacity: 1; }
.product-list-heading { margin: 0 2px 16px; font-size: 10px; line-height: 14px; font-weight: 600; color: #52617d; }
.product-list-heading + .product-list-heading { margin-bottom: 10px; }
.product-project { display: flex; gap: 10px; align-items: center; width: 100%; padding: 8px; min-height: 56px; border: 0; border-radius: 8px; margin: 0 0 4px; color: var(--ink); background: transparent; text-align: left; cursor: pointer; }
.product-project:hover { background: #f5f6fa; }
.product-project[aria-current="page"] { background: #f0f0f5; box-shadow: inset 2px 0 var(--brand-blue); }
.product-project-mark { display: grid; grid-template-columns: repeat(2, 20px); grid-template-rows: repeat(2, 20px); gap: 2px; width: 42px; height: 42px; flex: 0 0 42px; align-content: center; }
.product-workspace .product-project-mark .member-avatar { width: 20px; height: 20px; flex-basis: 20px; }
.product-workspace .product-project-mark .agent-avatar img { padding: 2px; }
.product-project-copy { min-width: 0; flex: 1; }
.product-project-top, .product-project-bottom { display: flex; gap: 8px; align-items: center; }
.product-project-top strong { flex: 1; min-width: 0; font-size: 12px; line-height: 18px; font-weight: 600; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.product-project-top time { font-size: 9px; line-height: 14px; color: #78859e; white-space: nowrap; }
.product-project-bottom { margin-top: 4px; }
.product-project-bottom small { flex: 1; min-width: 0; font-size: 10px; line-height: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #7c88a2; }
.product-unread { background: var(--brand-blue); color: #fff; min-width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; font-size: 9px; }
.product-contact-group + .product-contact-group { margin-top: 20px; }
.product-contact-group > .product-list-heading { margin: 0 5px 8px; }
.product-contact { width: 100%; text-align: left; color: var(--crew-ink); border-radius: 6px; }
.product-contact summary { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 9px 5px; list-style: none; cursor: pointer; }
.product-contact summary::-webkit-details-marker { display: none; }
.product-contact summary > img { width: 20px; height: 20px; flex: 0 0 20px; }
.product-contact summary > img:last-child { width: 12px; height: 12px; flex-basis: 12px; opacity: .45; }
.product-contact[open] summary > img:last-child { transform: rotate(90deg); }
.product-contact-copy { min-width: 0; flex: 1; }
.product-contact strong { display: block; font-size: 12px; line-height: 1.5; font-weight: 550; }
.product-contact small { display: block; font-size: 10px; line-height: 1.5; color: var(--crew-muted); margin-top: 2px; }
.product-contact summary:hover, .product-contact[open] { background: #f5f6fa; }
.product-contact-profile { padding: 0 10px 12px 35px; }
.product-contact-profile p { margin: 0; font-size: 11px; line-height: 1.6; color: var(--crew-muted); }
.product-contact-open { display: flex; align-items: center; gap: 6px; padding: 10px 0 0; border: 0; background: transparent; color: var(--brand-blue); font-size: 11px !important; line-height: 1.5; text-align: left; cursor: pointer; }
.product-contact-open img { width: 13px; height: 13px; flex-shrink: 0; }
.product-contact summary:focus-visible { outline: 2px solid var(--brand-blue); outline-offset: -2px; border-radius: 6px; }
.product-search-empty { font-size: 12px; color: #76849b; }
.product-workspace .crew-heading { height: 70px; padding: 10px 22px; gap: 12px; align-items: center; position: relative; border-bottom: 1px solid var(--crew-line); }
.product-workspace .crew-heading > div:first-of-type { flex: 1; min-width: 0; }
.product-workspace .crew-heading h3 { display: inline; font-size: 14px; font-weight: 650; line-height: 1.5; color: var(--ink); }
.product-project-status { display: inline-block; font-size: 9px; background: #eef2ff; color: var(--brand-blue); padding: 2px 6px; border-radius: 5px; margin-left: 7px; vertical-align: 2px; white-space: nowrap; }
.product-room-meta { font-size: 11px; color: #7c88a3; margin: 5px 0 0; }
.product-workspace .crew-activity { display: none; }
.product-room-tools { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.product-participants { display: flex; align-items: center; margin-right: 7px; }
.product-workspace .product-participants .member-avatar { width: 24px; height: 24px; flex-basis: 24px; border: 2px solid #fff; }
.product-participants .member-avatar + .member-avatar { margin-left: -7px; }
.product-everyone, .product-private { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; border: 0; background: #fafbfe; padding: 7px; border-radius: 6px; font-size: 9px !important; color: var(--brand-blue); }
.product-everyone { cursor: pointer; box-shadow: 0 1px 4px #172c5910; }
.product-private { color: #738099; background: transparent; }
.product-everyone img, .product-private img { width: 11px; height: 11px; opacity: .65; }
.product-details-toggle { position: absolute; right: 22px; top: 76px; z-index: 2; width: 27px; height: 27px; padding: 6px; opacity: .9; }
.product-workspace .product-projects-toggle { display: none; }
.product-workspace .crew-transport { position: absolute; right: 58px; bottom: -42px; z-index: 3; gap: 1px; }
.product-workspace[data-crew-view="email"] .crew-transport { left: 14px; right: auto; top: calc(100% + 12px); bottom: auto; }
.product-workspace[data-crew-view="email"] .crew-email-toolbar { min-height: 52px; padding-left: 83px; }
.product-workspace .crew-email-status { font-size: 10px; }
.product-workspace[data-crew-state="idle"] .crew-transport { display: none; }
.product-workspace:not(:has(#crew-view-email:not([hidden]))) .product-back { display: none; }
.product-workspace .crew-tool { width: 27px; height: 27px; background: #f5f6f9; }
.product-workspace .crew-tool img { width: 14px; height: 14px; }
.product-workspace .crew-scroll { padding: 16px 22px; }
.product-workspace .crew-thread { gap: 16px; }
.product-workspace .crew-message { gap: 12px; }
.product-workspace .crew-message-by { font-size: 12px; gap: 8px; margin: 0 0 5px; align-items: center; }
.product-workspace .crew-message-by strong { color: var(--ink); }
.product-workspace .crew-role { font-size: 9px; }
.product-workspace .crew-message-time { color: #7885a0; font-size: 10px; }
.product-workspace .crew-message[data-author="mia"] .crew-role,
.product-workspace .crew-message[data-author="leo"] .crew-role,
.product-workspace .crew-message[data-author="grace"] .crew-role { display: none; }
.product-workspace .crew-message .crew-role { background: #ecf0ff; border-radius: 5px; padding: 2px 7px; color: var(--brand-blue); }
.product-workspace .crew-message[data-author="content"] .crew-role { background: #eaf4ef; color: #32886f; }
.product-workspace .crew-message[data-author="review"] .crew-role { background: #fbeaf3; color: #a32e6c; }
.product-workspace .person-avatar, .product-workspace .agent-avatar { width: 28px; height: 28px; flex-basis: 28px; border: 0; border-radius: 50%; font-size: 0; background: #f3f6fc; overflow: hidden; }
.product-workspace .member-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-workspace .agent-avatar img { object-fit: contain; padding: 3px; }
.product-workspace .crew-message-text { max-width: none; font-size: 13px; line-height: 1.7; color: #405274; }
.product-workspace .crew-message[data-author="grace"] .crew-message-text { display: block; background: transparent; padding: 0; border-radius: 0; }
.product-workspace .crew-mention { color: var(--brand-blue); background: transparent; padding: 0; font-weight: 600; }
.product-workspace .crew-message[data-author="content"] .crew-message-text,
.product-workspace .crew-message[data-author="review"] .crew-message-text { background: #fafafd; padding: 7px 10px; border-radius: 7px; }
.product-campaign-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 11px; color: #52617e; margin-top: 12px; border: 1px solid #eeeff3; border-radius: 7px; overflow: hidden; }
.product-campaign-table th, .product-campaign-table td { text-align: left; padding: 6px 12px; border-bottom: 1px solid #eff0f4; }
.product-campaign-table th { font-weight: 500; background: #f9f9fc; }
.product-campaign-table tr:last-child td { border-bottom: 0; }
.product-seed-file { display: flex; align-items: center; gap: 10px; width: min(262px, 100%); margin-top: 8px; padding: 8px 12px; border: 1px solid #ebedf3; border-radius: 7px; background: #fff; }
.product-seed-file > img { width: 17px; height: 17px; }
.product-seed-file > img:last-child { margin-left: auto; width: 13px; opacity: .6; }
.product-seed-file strong, .product-seed-file small { display: block; font-size: 11px; color: var(--ink); }
.product-seed-file small { font-size: 9px; color: #8891a5; margin-top: 4px; }
.product-workspace .crew-source-chips > span { font-size: 10px; }
.product-workspace .crew-attachment { background: white; border-color: #e5e8f0; padding: 12px; max-width: 290px; }
.product-workspace .crew-composer { border-top: 0; padding: 8px 20px 14px; }
.product-workspace .crew-input-wrap { border-color: #e5e8f0; padding: 5px 7px; gap: 7px; box-shadow: none; }
.product-workspace .crew-input-wrap textarea { padding: 9px 0; min-height: 36px; height: 36px; font-size: 12px; white-space: nowrap; }
.product-workspace .crew-send { width: 32px; height: 32px; flex-basis: 32px; border-radius: 6px; }
.product-workspace .crew-send:disabled { opacity: 1; }
.product-workspace .crew-mention-button { background: transparent; }
.product-workspace .crew-inspector { display: flex; flex-direction: column; min-width: 0; padding: 0; border-left: 1px solid var(--crew-line); background: #fdfdfe; }
.product-goal { padding: 18px 18px 15px; border-bottom: 1px solid var(--crew-line); }
.product-goal-top { display: flex; justify-content: space-between; font-size: 10px; color: #61718f; }
.product-goal-top strong { font-weight: 600; }
.product-workspace .product-goal p { font-size: 11px; line-height: 1.7; color: #5c6d90; margin: 12px 0 16px; }
.product-workspace .product-goal progress { width: 100%; height: 5px; display: block; }
.product-goal-metrics { display: flex; flex-wrap: wrap; gap: 6px; justify-content: space-between; color: #687796; margin-top: 12px; font-size: 9px; }
.product-detail-tabs { display: grid; grid-template-columns: repeat(3, 1fr); padding: 6px 12px; border-bottom: 1px solid var(--crew-line); gap: 6px; }
.product-detail-tabs button { position: relative; min-height: 32px; border: 1px solid transparent; border-radius: 6px; background: transparent; color: #596b8c; font-size: 11px !important; cursor: pointer; }
.product-detail-tabs button[aria-selected="true"] { background: #fdfdff; border-color: #edf0f5; box-shadow: 0 2px 4px #15255204; color: var(--brand-blue); font-weight: 600; }
.product-detail-tabs button[aria-selected="true"]::after { content: ''; width: 21px; height: 1px; background: var(--brand-blue); position: absolute; bottom: 0; left: calc(50% - 10px); }
.product-detail-panel { padding: 10px 18px; }
.product-file { display: flex; align-items: center; gap: 11px; min-height: 56px; padding-block: 6px; }
.product-file-symbol { display: grid; place-items: center; width: 30px; height: 34px; flex: 0 0 30px; background: #f3f3f7; border-radius: 7px; }
.product-file-symbol img { width: 15px; height: 15px; opacity: .65; }
.product-file-copy { flex: 1; min-width: 0; }
.product-file strong { display: block; font-size: 11px; line-height: 1.5; font-weight: 550; color: var(--ink); }
.product-file small { display: block; font-size: 9px; color: #8290aa; margin-top: 4px; }
.product-file time { font-size: 8px; color: #8b96ab; white-space: nowrap; }
.product-workspace .crew-output { border-top: 1px solid #eef0f4; margin-top: 12px; padding-top: 15px; }
.product-workspace .crew-output-eyebrow, .product-workspace .crew-output-lines, .product-workspace .crew-output-icon { display: none; }
.product-workspace .crew-output h4 { font-size: 12px; }
.product-workspace .crew-output-copy { font-size: 10px; line-height: 1.6; }
.product-workspace .crew-output-open { font-size: 11px !important; }
.product-workspace .crew-roster { padding-top: 10px; gap: 20px; }
.product-task { display: grid; grid-template-columns: 18px 1fr; gap: 6px 9px; padding: 18px 0; border-bottom: 1px solid #eff0f4; }
.product-task img { width: 16px; height: 16px; }
.product-task strong { font-size: 11px; }
.product-task small { grid-column: 2; font-size: 10px; color: #7182a2; }
.product-workspace:has(#crew-view-email:not([hidden])) .product-details-toggle { display: none; }
.product-workspace[data-crew-state="idle"] .crew-latest { display: none; }
.product-workspace[data-product-chat="history"] #crew-view-chat,
.product-workspace[data-product-chat="history"] #crew-view-email,
.product-workspace[data-product-chat="history"] .crew-transport,
.product-workspace[data-product-chat="history"] .crew-feedback { display: none; }
.product-workspace .crew-heading { scroll-margin-top: 124px; }
.product-workspace[data-product-chat="history"] .product-details-toggle { display: inline-grid; }
.product-readonly { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 64px; margin: 0; padding: 16px; color: #788399; font-size: 11px; border-top: 1px solid var(--crew-line); }
.product-readonly img { width: 14px; height: 14px; opacity: .65; }
.product-history .crew-scroll { animation: product-history-enter 180ms ease-out; }
.product-poster-attachment { width: min(540px, 100%); margin: 12px 0 0; }
.product-poster-open { display: block; width: 100%; padding: 0; border: 1px solid var(--crew-line); border-radius: 7px; background: #fff; color: var(--ink); text-align: left; overflow: hidden; cursor: zoom-in; }
.product-poster-open > img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.product-poster-caption { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 12px; padding: 12px; border-top: 1px solid var(--crew-line); }
.product-poster-caption strong { font-size: 11px; font-weight: 600; }
.product-poster-caption small { color: #647693; font-size: 10px; }
.product-poster-caption img { margin-left: auto; width: 16px; height: 16px; }
.product-poster-open:hover { border-color: var(--brand-blue); }
.product-poster-open:focus-visible, .product-artifact-close:focus-visible { outline: 2px solid var(--brand-blue); outline-offset: -3px; }
.product-history-table { table-layout: fixed; max-width: 540px; }
.product-history-table caption { padding-bottom: 8px; text-align: left; color: #61728e; font-size: 10px; }
.product-history-table th, .product-history-table td { overflow-wrap: anywhere; line-height: 1.6; font-variant-numeric: tabular-nums; }
.product-history-table tbody th { background: #fff; }
.product-artifact-dialog { width: min(1100px, calc(100% - 32px)); max-width: none; max-height: calc(100svh - 32px); margin: auto; padding: 0; border: 1px solid #dbe4f0; border-radius: 8px; background: #fff; color: var(--ink); overflow: auto; }
.product-artifact-dialog::backdrop { background: rgba(8, 20, 43, .65); }
.product-artifact-header { position: sticky; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px; border-bottom: 1px solid #e2e8f0; background: #fff; }
.product-artifact-header h3 { font-size: 16px; font-weight: 600; line-height: 1.5; margin: 0; }
.product-artifact-close { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border: 0; border-radius: 6px; padding: 0; background: #f4f6fa; cursor: pointer; }
.product-artifact-close img { width: 18px; height: 18px; }
.product-artifact-image { display: block; width: 100%; height: auto; max-height: calc(100svh - 150px); object-fit: contain; }
.product-artifact-note { margin: 0; padding: 12px 16px; color: #61728e; font-size: 11px; line-height: 1.5; }
/* Let content scroll inside the preview instead of stretching the page. */
.product-workspace { --product-height: min(780px, calc(100svh - 112px)); margin-top: 0; }
.product-workspace .connected-body { position: relative; height: var(--product-height); min-height: 0; }
.product-workspace #workspace-panel-chat,
.product-workspace [data-crew-demo] { height: 100%; min-height: 0; }
.product-workspace [data-crew-demo],
.product-workspace .crew-conversation,
.product-workspace .crew-email-view,
.product-workspace .product-history { display: flex; flex-direction: column; min-height: 0; }
.product-workspace .crew-conversation,
.product-workspace .crew-email-view,
.product-workspace .product-history { flex: 1; }
.product-workspace .crew-heading,
.product-workspace .crew-composer,
.product-workspace .crew-email-toolbar,
.product-workspace .crew-email-footer,
.product-workspace .product-readonly,
.product-workspace .crew-feedback { flex-shrink: 0; }
.product-workspace .crew-scroll,
.product-workspace .crew-email-document,
.product-workspace .crew-editor { flex: 1; height: auto; min-height: 0; overflow-y: auto; }
.product-workspace .crew-latest { bottom: 84px; }
.product-workspace .product-sidebar { display: flex; flex-direction: column; min-height: 0; }
.product-list-tabs, .product-search-row { flex-shrink: 0; }
.product-list-panel { min-height: 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #ccd8ed transparent; }
.product-workspace .crew-inspector { min-height: 0; }
.product-goal, .product-detail-tabs { flex-shrink: 0; }
.product-detail-panel { flex: 1; min-height: 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #ccd8ed transparent; }
@keyframes product-history-enter { from { opacity: .35; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
/* Static motion fallbacks still need a local containing block for the orbit. */
@media (prefers-reduced-motion: reduce) {
  .manifesto-sticky { position: relative; overflow: clip; }
  .product-history .crew-scroll { animation: none; }
}
@media (min-width: 1051px) {
  .product-workspace.details-closed .connected-body { grid-template-columns: 23% minmax(0, 1fr); }
  .product-workspace.details-closed .crew-inspector { display: none; }
}
@media (max-width: 1500px) {
  .product-workspace .crew-heading { padding-inline: 17px; }
  .product-room-tools { gap: 5px; }
  .product-workspace .crew-heading h3 { font-size: 13px; }
}
@media (max-width: 1350px) {
  .product-participants { display: none; }
}
@media (max-width: 1250px) {
  .product-private, .product-everyone { display: none; }
  .product-workspace .product-sidebar { padding-inline: 13px; }
  .product-workspace .crew-scroll { padding-inline: 16px; }
  .product-file { gap: 8px; }
  .product-file time { display: none; }
}
@media (max-width: 1050px) {
  .product-workspace .connected-body { grid-template-columns: 230px minmax(0, 1fr); }
  .product-workspace .crew-inspector { display: none; }
  .product-workspace.details-open .crew-inspector { display: flex; position: absolute; z-index: 4; right: 0; top: 112px; bottom: 0; width: min(300px, calc(100% - 230px)); border-top: 1px solid var(--crew-line); box-shadow: -10px 8px 24px #152a5910; }
  .product-workspace .crew-heading h3 { max-width: none; }
}
@media (max-width: 760px) {
  .home-workspace-section { padding-top: 0; padding-bottom: 32px; scroll-margin-top: 120px; }
  .product-workspace .connected-body { display: block; height: auto; }
  .product-workspace [data-crew-demo] { height: min(680px, calc(100svh - 132px)); min-height: 320px; }
  .product-workspace.details-open .crew-inspector { position: static; width: 100%; max-height: 440px; box-shadow: none; }
  .product-workspace .product-sidebar { display: none; }
  .product-workspace.projects-open .product-sidebar { display: block; max-height: 380px; overflow-y: auto; border-bottom: 1px solid var(--crew-line); }
  .product-workspace .product-projects-toggle { display: inline-grid; }
  .product-workspace .crew-heading { height: auto; min-height: 82px; padding: 14px 12px; gap: 8px; }
  .product-workspace .crew-heading > .product-project-mark { display: none; }
  .product-workspace .crew-heading h3 { font-size: 13px; line-height: 1.5; }
  .product-workspace .product-project-status { display: none; }
  .product-room-meta { font-size: 9px; }
  .product-room-tools { align-self: flex-start; gap: 4px; }
  .product-room-tools .product-add { display: none; }
  .product-room-tools .product-tool { width: 30px; height: 36px; flex-basis: 30px; }
  .product-details-toggle { position: static; }
  .product-workspace .crew-scroll { padding: 18px 13px; }
  .product-workspace .crew-thread { gap: 22px; }
  .product-workspace .crew-message { gap: 8px; }
  .product-workspace .crew-message-text { font-size: 12px; }
  .product-workspace .crew-message-by { gap: 5px; font-size: 11px; }
  .product-workspace .crew-role { font-size: 8px; padding: 2px 5px; }
  .product-workspace .crew-message-time { font-size: 9px; }
  .product-campaign-table { font-size: 10px; }
  .product-campaign-table th, .product-campaign-table td { padding: 8px 6px; }
  .product-workspace .crew-composer { padding: 6px 10px 12px; }
  .product-workspace .crew-input-wrap textarea { font-size: 16px; height: 44px; min-height: 44px; padding-top: 10px; }
  .product-workspace .crew-send { width: 38px; height: 38px; flex-basis: 38px; }
  .product-workspace .crew-suggestions { left: 10px; right: 10px; }
  .product-workspace .crew-attachment { flex-wrap: wrap; }
  .product-workspace .crew-attachment small { margin-left: 0; }
  .product-workspace .product-search input { font-size: 16px; }
  .product-workspace .product-list-tabs button { min-height: 44px; padding-block: 10px; }
  .product-workspace .product-search { height: 44px; }
  .product-workspace .product-search-row .product-tool { width: 44px; height: 44px; flex-basis: 44px; }
  .product-workspace .product-detail-tabs button { min-height: 44px; }
  .product-workspace .product-file strong { font-size: 12px; }
  .product-workspace .crew-transport { bottom: -33px; right: 10px; }
  .product-workspace .crew-tool { width: 30px; height: 30px; }
}
