._root_1vu87_1 {
    position: relative;
    width: 100%;
}

._trigger_1vu87_6 {
    width: 100%;
    height: 38px;
    padding: 0 11px;
    border: 1px solid rgba(120, 120, 128, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.048);
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font: inherit;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    transition: background-color 140ms ease, border-color 140ms ease;
}

._trigger_1vu87_6:hover,
._trigger_1vu87_6[aria-expanded='true'] {
    border-color: rgba(160, 160, 168, 0.5);
    background: rgba(255, 255, 255, 0.062);
}

._trigger_1vu87_6:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.34);
    outline-offset: 2px;
}

._trigger_1vu87_6 svg {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.62);
}

._value_1vu87_41 {
    color: rgba(255, 255, 255, 0.92);
}

._placeholder_1vu87_45 {
    color: rgba(255, 255, 255, 0.46);
}

._picker_1vu87_49 {
    position: absolute;
    z-index: 100000;
    width: min(280px, calc(100vw - 48px));
    max-height: calc(100vh - 24px);
    box-sizing: border-box;
    overflow-y: auto;
    padding: 12px;
    border: 1px solid rgba(120, 120, 128, 0.34);
    border-radius: 12px;
    background: rgb(35, 35, 37);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
    color: rgba(255, 255, 255, 0.92);
    animation: _picker-enter_1vu87_1 140ms ease-out;
    transform-origin: top right;
}

._header_1vu87_66 {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 2px 8px;
    font-size: 13px;
    font-weight: 500;
}

._monthTitle_1vu87_77 {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
}

._monthTitle_1vu87_77 span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

._monthTitle_1vu87_77 select {
    width: 64px;
    height: 26px;
    padding: 0 18px 0 4px;
    border: 0;
    border-radius: 6px;
    outline: none;
    appearance: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

._monthTitle_1vu87_77 select:hover,
._monthTitle_1vu87_77 select:focus-visible {
    background: rgba(255, 255, 255, 0.07);
}

._monthTitle_1vu87_77 select option {
    background: #fff;
    color: #111827;
}

._navigation_1vu87_117 {
    display: flex;
    align-items: center;
    gap: 2px;
}

._navigation_1vu87_117 button,
._footer_1vu87_124 button {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font: inherit;
    cursor: pointer;
}

._navigation_1vu87_117 button {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

._navigation_1vu87_117 button:hover,
._footer_1vu87_124 button:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.96);
}

._weekdays_1vu87_148,
._grid_1vu87_149 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

._weekdays_1vu87_148 {
    margin-bottom: 4px;
}

._weekdays_1vu87_148 span {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    font-weight: 500;
}

._day_1vu87_168 {
    width: 30px;
    height: 30px;
    margin: 1px auto;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

._day_1vu87_168:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.98);
}

._day_1vu87_168:disabled {
    opacity: 0.28;
    cursor: not-allowed;
}

._outside_1vu87_196 {
    color: rgba(255, 255, 255, 0.24);
}

._today_1vu87_200 {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

._selected_1vu87_204,
._selected_1vu87_204:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.92);
    color: rgb(32, 32, 34);
    box-shadow: none;
}

._footer_1vu87_124 {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(120, 120, 128, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._footer_1vu87_124 button {
    min-height: 28px;
    padding: 0 8px;
    border-radius: 7px;
    font-size: 11px;
}

._footer_1vu87_124 button:disabled {
    opacity: 0.34;
    cursor: default;
}

@keyframes _picker-enter_1vu87_1 {
    from {
        opacity: 0;
        transform: translateY(-3px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-color-scheme: light) {
    ._trigger_1vu87_6 {
        border-color: rgba(60, 60, 67, 0.22);
        background: rgba(0, 0, 0, 0.035);
        color: rgba(0, 0, 0, 0.86);
    }

    ._trigger_1vu87_6:hover,
    ._trigger_1vu87_6[aria-expanded='true'] {
        border-color: rgba(60, 60, 67, 0.34);
        background: rgba(0, 0, 0, 0.052);
    }

    ._trigger_1vu87_6 svg,
    ._placeholder_1vu87_45 {
        color: rgba(0, 0, 0, 0.46);
    }

    ._value_1vu87_41 {
        color: rgba(0, 0, 0, 0.86);
    }

    ._picker_1vu87_49 {
        border-color: rgba(60, 60, 67, 0.2);
        background: rgb(248, 248, 249);
        box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
        color: rgba(0, 0, 0, 0.86);
    }

    ._monthTitle_1vu87_77,
    ._monthTitle_1vu87_77 select {
        color: rgba(0, 0, 0, 0.86);
    }

    ._monthTitle_1vu87_77 select:hover,
    ._monthTitle_1vu87_77 select:focus-visible {
        background: rgba(0, 0, 0, 0.06);
    }

    ._navigation_1vu87_117 button,
    ._footer_1vu87_124 button,
    ._day_1vu87_168 {
        color: rgba(0, 0, 0, 0.72);
    }

    ._navigation_1vu87_117 button:hover,
    ._footer_1vu87_124 button:hover:not(:disabled),
    ._day_1vu87_168:hover:not(:disabled) {
        background: rgba(0, 0, 0, 0.07);
        color: rgba(0, 0, 0, 0.92);
    }

    ._weekdays_1vu87_148 span {
        color: rgba(0, 0, 0, 0.4);
    }

    ._outside_1vu87_196 {
        color: rgba(0, 0, 0, 0.24);
    }

    ._today_1vu87_200 {
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24);
    }

    ._selected_1vu87_204,
    ._selected_1vu87_204:hover:not(:disabled) {
        background: rgba(28, 28, 30, 0.9);
        color: white;
    }
}
._wrapper_1jk9f_1 {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

._wrapper_1jk9f_1._disabled_1jk9f_8 {
    opacity: 0.45;
    pointer-events: none;
}

._trigger_1jk9f_13 {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(120, 120, 128, 0.35);
    background: rgba(255, 255, 255, 0.048);
    height: 38px;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color 140ms ease, background-color 140ms ease;
    overflow: hidden;
}

._triggerOpen_1jk9f_27 {
    border-color: rgba(160, 160, 168, 0.5);
    background: rgba(255, 255, 255, 0.062);
}

._trigger_1jk9f_13:hover {
    border-color: rgba(160, 160, 168, 0.4);
}

._input_1jk9f_36 {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    padding: 0 11px;
    font-family: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

._input_1jk9f_36::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

._input_1jk9f_36:focus {
    cursor: text;
}

._chevron_1jk9f_60 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 100%;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.45);
    transition: transform 160ms ease, color 140ms ease;
    pointer-events: none;
}

._chevronOpen_1jk9f_72 {
    transform: rotate(180deg);
    color: rgb(192, 132, 252);
}

._dropdown_1jk9f_77 {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 100;
    border-radius: 8px;
    border: 1px solid rgba(120, 120, 128, 0.3);
    background: rgb(28, 28, 32);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.48), 0 4px 8px rgba(0, 0, 0, 0.32);
    overflow: hidden;
    animation: _fadeIn_1jk9f_1 120ms ease;
}

@keyframes _fadeIn_1jk9f_1 {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

._list_1jk9f_102 {
    max-height: 220px;
    overflow-y: auto;
    padding: 4px 0;
    scroll-behavior: smooth;
}

._list_1jk9f_102::-webkit-scrollbar {
    width: 5px;
}

._list_1jk9f_102::-webkit-scrollbar-track {
    background: transparent;
}

._list_1jk9f_102::-webkit-scrollbar-thumb {
    background: rgba(120, 120, 128, 0.35);
    border-radius: 4px;
}

._option_1jk9f_122 {
    padding: 7px 11px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 80ms ease;
}

._option_1jk9f_122:hover {
    background: rgba(255, 255, 255, 0.06);
}

._optionHighlight_1jk9f_137 {
    background: rgba(192, 132, 252, 0.16);
    color: rgba(255, 255, 255, 0.96);
}

._optionSelected_1jk9f_142 {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
    background: rgba(255, 255, 255, 0.04);
}

._optionSelected_1jk9f_142._optionHighlight_1jk9f_137 {
    color: rgba(255, 255, 255, 0.96);
}

._noResults_1jk9f_152 {
    padding: 11px 11px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.38);
    text-align: center;
    user-select: none;
}
/* Layout.module.css */

/* color orange-brown #C084FC*/

._emailClient_1d74w_5 {
  display: flex;
  height: calc(100vh - 55px);
  flex: 1;
  width: 100%;
  background-color: #1e1e1e;
  color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
}

/* Production ledger hard override to prevent base 3-column table styles from leaking in */
._productionDetailBody_1d74w_17 ._productionFlowSeparator_1d74w_17 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 140px 90px 90px !important;
  grid-template-rows: 1fr !important;
  height: auto !important;
}

._productionDetailBody_1d74w_17 ._productionFlowSeparator_1d74w_17 span {
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  padding: 5px 15px !important;
  min-height: 0 !important;
  display: block !important;
}

._productionDetailBody_1d74w_17 ._productionFlowItems_1d74w_34 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 140px 90px 90px !important;
  grid-template-rows: none !important;
  grid-auto-rows: minmax(92px, auto) !important;
  grid-auto-flow: row !important;
}

._productionDetailBody_1d74w_17 ._productionFlowItems_1d74w_34 ._messageBodyContentItem_1d74w_42 {
  margin: 0 !important;
  padding: 8px 15px !important;
}

._productionDetailBody_1d74w_17 ._productionFlowItems_1d74w_34 ._messageBodyContentItemTotals_1d74w_47,
._productionDetailBody_1d74w_17 ._productionFlowItems_1d74w_34 ._messageBodyContentItemTotalsAmount_1d74w_48 {
  align-self: center !important;
  justify-self: end !important;
  margin: 0 15px !important;
}

/* Sidebar Styles */
._sidebar_1d74w_55 {
  width: 240px;
  background-color: rgb(32, 32, 35);
  border-right: 1px solid #3e3e42;
  display: flex;
  flex-direction: column;
  transform-origin: left;
  transition: 0.2s cubic-bezier(0.32, 0.08, 0.24, 1);

  &._closed_1d74w_64 {
    width: 0;
    opacity: 0;
  }
}

._sidebarHeader_1d74w_70 {
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._sidebarActions_1d74w_77 {
  display: flex;
  justify-content: space-between;
}

._sidebarHeader_1d74w_70 h2 {
  margin: 0;
  margin-left: 6px;
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
}

._mailboxList_1d74w_90 {
  padding: 0px 10px;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;

  &._overlayList_1d74w_96 {
    padding: 0;
  }
}

._mailboxItem_1d74w_101 {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 32px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.05s;

  &._overlayList_1d74w_96 {
    justify-content: flex-start;
    padding: 0 7.5px;
    gap: 5px;
  }
}

._mailboxItem_1d74w_101:hover {
  background-color: rgba(116, 116, 128, 0.25);
}

._mailboxItem_1d74w_101._active_1d74w_121 {
  background-color: rgb(52, 52, 54);
  color: #ffffff;
}

._mailboxItem_1d74w_101._overlayList_1d74w_96._active_1d74w_121 {
  background-color: rgb(52, 52, 54);
  color: #ffffff;
}

._mailboxIcon_1d74w_131 {
  flex-shrink: 0;
}

._mailboxItem_1d74w_101 svg {
  margin-right: 10px;
  margin-left: 5px;
  color: #C084FC;
}

._mailboxItem_1d74w_101._subItem_1d74w_141 svg {
  margin-left: 20px;
}

._mailboxName_1d74w_145 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.24px;
  line-height: 15px;
  flex: 1 1 100%;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.98);
}

._count_1d74w_158 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 400;
  letter-spacing: -0.22px;
  line-height: 20px;
  margin-inline-end: 0px;
}

._foldersSection_1d74w_167 {
  margin-top: 20px;
  padding: 0 12px;
}

._foldersHeader_1d74w_172 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._foldersHeader_1d74w_172 h3 {
  margin-left: 6px;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.98);
  ;
}

._addButton_1d74w_186 {
  background: none;
  border: none;
  color: #cccccc;
  cursor: pointer;
  font-size: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._addButton_1d74w_186:hover {
  background-color: #37373d;
}

._folderItem_1d74w_204 {
  display: flex;
  align-items: center;
  padding: 6px 0;
  cursor: pointer;
  font-size: 14px;
  color: #cccccc;
}

._folderItem_1d74w_204 svg {
  margin-right: 8px;
  color: #c084fc;
}

._folderItem_1d74w_204:hover {
  color: #ffffff;
}

/* Message List Styles */
._messageList_1d74w_223 {
  width: 410px;
  background-color: rgb(28, 28, 30);
  border-right: 1px solid #3e3e42;
  display: flex;
  flex-direction: column;
  position: relative;
}

._messageListHeader_1d74w_232 {
  padding: 12px 20px;
}

._headerTop_1d74w_236 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
  gap: 10px;

  &._searchBar_1d74w_243 {
    margin-bottom: 8px;
  }
}

._headerTop_1d74w_236 h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
}

._headerActions_1d74w_254 {
  display: flex;
  gap: 8px;
}

._listFilterRoot_1d74w_259 { position: relative; }
._listFilterButtonActive_1d74w_260 { color: rgba(245,245,247,.92); }
._listFilterBadge_1d74w_261 { position: absolute; top: -1px; right: -2px; width: 14px; height: 14px; padding: 0; border: 0; border-radius: 999px; background: rgba(142,142,147,.28); color: rgba(245,245,247,.92); font-size: 9px; font-weight: 500; line-height: 14px; text-align: center; }
._listFilterPopover_1d74w_262 { position: absolute; z-index: 80; top: calc(100% + 8px); right: 0; width: min(460px, calc(100vw - 32px)); padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: #252529; box-shadow: 0 18px 48px rgba(0,0,0,.42); color: #f5f5f5; transform-origin: top right; animation: .2s cubic-bezier(.32,.08,.24,1) _cw-modal-pop_1d74w_1; }
._listFilterHeading_1d74w_263 { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
._listFilterHeading_1d74w_263 strong, ._listFilterHeading_1d74w_263 span { display: block; }
._listFilterHeading_1d74w_263 strong { font-size: 15px; font-weight: 650; }
._listFilterHeading_1d74w_263 span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 12px; }
._listFilterClose_1d74w_267 { display: grid; flex: 0 0 auto; place-items: center; width: 28px; height: 28px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: rgba(255,255,255,.62); cursor: pointer; }
._listFilterClose_1d74w_267:hover { background: rgba(255,255,255,.08); color: #fff; }
._listFilterField_1d74w_269 { display: grid; gap: 7px; margin-top: 12px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 600; }
._listFilterGrid_1d74w_270 { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: 12px; }
._listFilterFieldWide_1d74w_271 { grid-column: 1 / -1; }
._filterSearchSelect_1d74w_272 { position: relative; min-width: 0; }
._filterSearchTrigger_1d74w_273 { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; height: 38px; padding: 0 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: #323236; color: #fff; font: inherit; font-size: 13px; font-weight: 500; text-align: left; cursor: pointer; }
._filterSearchTrigger_1d74w_273 span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
._filterSearchTriggerOpen_1d74w_275 { border-color: rgba(192,132,252,.72); box-shadow: 0 0 0 3px rgba(192,132,252,.12); }
._filterSearchMenu_1d74w_276 { position: absolute; z-index: 120; top: calc(100% + 5px); right: 0; left: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; background: rgb(28,28,30); box-shadow: 0 14px 34px rgba(0,0,0,.46); animation: .16s cubic-bezier(.32,.08,.24,1) _cw-modal-pop_1d74w_1; transform-origin: top center; }
._filterSearchInputWrap_1d74w_277 { display: flex; align-items: center; gap: 8px; margin: 7px; padding: 0 9px; border: 1px solid rgba(255,255,255,.11); border-radius: 8px; background: #323236; color: rgba(255,255,255,.44); }
._filterSearchInputWrap_1d74w_277 input { min-width: 0; width: 100%; height: 35px; padding: 0; border: 0; outline: 0; background: transparent; color: #fff; font: inherit; font-size: 13px; }
._filterSearchSpinner_1d74w_279 { flex: 0 0 auto; animation: _listFilterSpin_1d74w_1 .8s linear infinite; }
._filterSearchOptions_1d74w_280 { max-height: 238px; overflow-y: auto; padding: 2px 5px 5px; }
._filterSearchOption_1d74w_280 { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; padding: 8px 9px; border: 0; border-radius: 8px; background: transparent; color: rgba(255,255,255,.9); font: inherit; text-align: left; cursor: pointer; }
._filterSearchOption_1d74w_280:hover { background: rgba(255,255,255,.07); }
._filterSearchOption_1d74w_280 span, ._filterSearchOption_1d74w_280 strong, ._filterSearchOption_1d74w_280 small { display: block; min-width: 0; }
._filterSearchOption_1d74w_280 strong { overflow: hidden; font-size: 13px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
._filterSearchOption_1d74w_280 small { margin-top: 3px; overflow: hidden; color: rgba(255,255,255,.42); font-size: 11px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
._filterSearchState_1d74w_286 { padding: 14px 10px; color: rgba(255,255,255,.45); font-size: 12px; text-align: center; }
._filterSearchFooter_1d74w_287 { display: flex; align-items: center; justify-content: space-between; min-height: 34px; padding: 4px 9px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.4); font-size: 11px; }
._filterSearchFooter_1d74w_287 button { border: 0; background: transparent; color: #c084fc; font: inherit; font-weight: 400; cursor: pointer; }
@keyframes _listFilterSpin_1d74w_1 { to { transform: rotate(360deg); } }
._listFilterSelectWrap_1d74w_290 { position: relative; }
._listFilterSelectWrap_1d74w_290 select { width: 100%; height: 38px; padding: 0 34px 0 11px; appearance: none; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; outline: none; background: #323236; color: #fff; font: inherit; font-size: 13px; font-weight: 500; cursor: pointer; }
._listFilterSelectWrap_1d74w_290 select option { background: #fff; color: #111827; }
._listFilterSelectWrap_1d74w_290 select:focus { border-color: rgba(192,132,252,.72); box-shadow: 0 0 0 3px rgba(192,132,252,.12); }
._listFilterSelectWrap_1d74w_290 svg { position: absolute; top: 50%; right: 11px; pointer-events: none; transform: translateY(-50%); color: rgba(255,255,255,.48); }
._listFilterFooter_1d74w_295 { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.08); }
._listFilterReset_1d74w_296, ._listFilterApply_1d74w_296 { display: inline-flex; align-items: center; justify-content: center; gap: 7px; height: 36px; padding: 0 12px; border-radius: 9px; font-size: 12px; font-weight: 400; cursor: pointer; }
._listFilterReset_1d74w_296 { border: 0; background: transparent; color: rgba(255,255,255,.62); }
._listFilterReset_1d74w_296:hover { background: rgba(255,255,255,.06); color: #fff; }
._listFilterApply_1d74w_296 { border: 1px solid #c084fc; background: #c084fc; color: #21142d; }
._listFilterApply_1d74w_296:hover { background: #d8b4fe; border-color: #d8b4fe; }

._iconButton_1d74w_302 {
  background: none;
  border: none;
  color: #C084FC;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._iconButton_1d74w_302:hover {
  background-color: #37373d;
}

._headerInfo_1d74w_318 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

._unreadButton_1d74w_327 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

._unreadDot_1d74w_334 {
  width: 12px;
  height: 12px;
  background-color: #c084fc;
  border-radius: 50%;
  display: block;
}

._searchBar_1d74w_243 {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  transition: all 0.2s ease-in-out;
  align-items: center;
}

._searchIcon_1d74w_350 {
  position: absolute;
  left: 12px;
  color: #cccccc;
}

._searchClearIcon_1d74w_356 {
  position: absolute;
  right: 5px;
  color: #cccccc;
  z-index: 1;
  cursor: pointer;
  border-radius: 8px;
  padding: 5px;

  &:hover {
    background-color: #4e4e55;
  }
}

._searchInput_1d74w_370 {
  width: 100%;
  padding: 8px 36px 8px 36px;
  background: rgb(50, 50, 54);
  border: 1px solid rgb(74, 74, 76);
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
}

._searchInput_1d74w_370::placeholder {
  color: #cccccc;
}

._searchInput_1d74w_370:focus {
  outline: none;
  border-color: transparent;
  outline: 3px solid rgba(255, 255, 255, 0.22);
  caret-color: rgba(255, 255, 255, 0.6);
}

._topHits_1d74w_391 {
  background-color: rgb(13, 13, 13);
  padding: 10px 0;
  margin: 15px 10px;
  border-radius: 8px;
  width: calc(100% - 20px);

  ._topHitsLabel_1d74w_398 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.98);
    margin-left: 15px;
    margin-bottom: 10px;
  }

  ._messageItem_1d74w_407 {
    margin: 0px 10px;
  }

  ._messageItem_1d74w_407._selected_1d74w_411 {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

._messageItem_1d74w_407 {
  display: flex;
  padding: 0px 0px;
  margin: 0px 15px;
  border-radius: 10px;
  max-width: 100%;
  height: 99px;
  cursor: pointer;
  position: relative;
}

._messageItem_1d74w_407::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: transparent;
  pointer-events: none;
  opacity: 0;
}

._messageItem_1d74w_407._liveFlash_1d74w_437::after {
  animation: _livePresenceFlash_1d74w_1 500ms ease-out;
}

._messageItemCompact_1d74w_441 {
  height: 76px;
}

._messageItem_1d74w_407:hover {
  /* background-color: #37373d; */

  ._messageContent_1d74w_448 {
    ._actions_1d74w_449 {
      display: block;
    }
  }
}

._messageItem_1d74w_407._selected_1d74w_411 {
  background-color: rgba(255, 255, 255, 0.1);
}

._messageItem_1d74w_407._selected_1d74w_411 ._messageContent_1d74w_448,
._messageItem_1d74w_407._before_selected_1d74w_460 ._messageContent_1d74w_448 {
  border-bottom-color: transparent;
}

/* reset all */
._messageItem_1d74w_407._selected_multiple_middle_1d74w_465 {
  border-radius: 0;
}

/* first in a block (no selected before it) */
._messageItem_1d74w_407._selected_multiple_last_1d74w_470 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* last in a block (no selected after it) */
._messageItem_1d74w_407._selected_multiple_first_1d74w_476 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@keyframes _livePresenceFlash_1d74w_1 {
  0% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
  }

  35% {
    opacity: 1;
    background: rgba(255, 255, 255, 0.075);
  }

  100% {
    opacity: 0;
    background: rgba(255, 255, 255, 0);
  }
}

._threadFlags_1d74w_498 {
  width: 24px;
  margin-top: 10px;
  margin-right: unset;
  padding-top: unset;
  max-height: 42px;
  flex-shrink: 0;
  flex-grow: 0;
}

._threadMonogram_1d74w_508 {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
  margin-top: 5px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-shrink: 0;
  flex-grow: 0;
}

._locationAvatar_1d74w_526 {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(192, 132, 252, 0.14);
  color: rgb(192, 132, 252);
  flex-shrink: 0;
}

._avatarRoot_1d74w_538 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  user-select: none;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--black-a3);
  flex-shrink: 0;
  flex-grow: 0;

  &._messageContainer_1d74w_552 {
    width: 40px;
    height: 40px;

    ._avatarFallback_1d74w_556 {
      font-size: 18.5px;
    }
  }
}

._avatarImage_1d74w_562 {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: inherit;
}

._avatarFallback_1d74w_556 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgb(166, 171, 183), rgb(134, 138, 147));
  color: rgb(224, 236, 248);
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

._avatarRoot_appImage_1d74w_583 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  user-select: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 16px rgba(0, 0, 0, 0.24);
  flex-shrink: 0;
  flex-grow: 0;
  object-fit: cover;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  &._messageContainer_1d74w_552 {
    width: 32px;
    height: 32px;

    ._avatarFallback_1d74w_556 {
      font-size: 18.5px;
    }
  }
}

._avatarFallback_appImage_1d74w_618 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(224, 236, 248);
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

._locationHeaderIcon_1d74w_630 {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(192, 132, 252, 0.12);
  color: rgb(192, 132, 252);
  flex-shrink: 0;
}

._messageContent_1d74w_448 {
  display: grid;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  padding: 8px 0 7px;
  margin-right: 12.5px;
  border-bottom-color: rgba(60, 60, 62, 0);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  overflow-x: hidden;
  overflow-y: visible;

  &:not(:focus-within) {
    border-bottom-color: rgb(60, 60, 62);
  }
}

._messageContentCompact_1d74w_660 {
  padding: 6px 0 6px;
  align-content: center;
}

._messageContentCompact_1d74w_660 ._subject_1d74w_665 {
  margin-top: 1px;
}

._messageContentCompact_1d74w_660 ._preview_1d74w_669 {
  margin-top: 0;
}

._messageItemCompact_1d74w_441 ._threadMonogram_1d74w_508 {
  margin-top: 2px;
  padding-top: 6px;
}

._messageItemCompact_1d74w_441 ._threadFlags_1d74w_498 {
  margin-top: 6px;
}

._messageHeader_1d74w_682 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
  max-width: 100%;
  gap: 8px;
  overflow: visible;
  min-width: 0;
}

._sender_1d74w_693 {
  font-weight: 500;
  font-size: 17px;
  color: #ffffff;
  flex: 1 1 auto;
  /* Allow to grow and shrink */
  min-width: 0;
  /* Allows text truncation */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._time_1d74w_706 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
  overflow: visible;
  position: relative;
}

._actions_1d74w_449 {
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgb(28, 28, 30);
  width: 12.5px;
  height: 12.5px;
  padding: 1px;
  flex-shrink: 0;
  flex-grow: 0;
  display: none;
}


._messageFlagIndicatorDetached_1d74w_731 {
  position: absolute;
  top: 17px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  opacity: 0.95;
  pointer-events: none;
  z-index: 1;
}

._subject_1d74w_665 {
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.98);
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._preview_1d74w_669 {
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._draftedByRow_1d74w_767 {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

._draftedByPill_1d74w_773 {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._unreadIndicator_1d74w_789 {
  width: 8px;
  height: 8px;
  background-color: #c084fc;
  border-radius: 50%;
  display: none;
}

/* Message Content Styles */
._messageContainer_1d74w_552 {
  width: calc(100vw - 640px);
  flex: 1;
  background-color: rgb(28, 28, 30);
  display: flex;
  flex-direction: column;
}

._messageContentHeader_1d74w_806 {
  padding: 16px 24px;
  background-color: rgb(28, 28, 30);
  border-bottom: 1px solid transparent;
  transition:
    background-color cubic-bezier(0.32, 0.08, 0.24, 1) 0.2s,
    border-bottom-color cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;

  &._overlapping_1d74w_814 {
    background-color: rgb(44, 44, 46);
  }

}

._messageContentHeaderIdle_1d74w_820 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

._messageActions_1d74w_824 {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  min-height: 32px;
  transition: opacity 0.14s ease;

  span {
    display: flex;
    gap: 8px;
  }
}

._messageActions_1d74w_824[data-empty='true'] {
  opacity: 0.68;
}

._headerActionMenuWrap_1d74w_841 {
  position: relative;
  display: inline-flex;
}

._headerActionMenu_1d74w_841 {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px;
  background-color: rgb(28, 28, 30);
  border: .2px solid rgba(116, 116, 128, 0.25);
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0px 10px 38px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 40;
}

._headerActionMenuContextual_1d74w_859 {
  transform-origin: top left;
  animation: 0.2s cubic-bezier(0.32, 0.08, 0.24, 1) _cw-modal-pop_1d74w_1;
}

._headerActionMenuItem_1d74w_864 {
  width: 100%;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
}

._headerActionMenuItem_1d74w_864:hover {
  background-color: #2c2c2e;
}

._headerActionMenuItem_1d74w_864 svg {
  color: #c084fc;
  flex-shrink: 0;
}

._headerActionMenuCopy_1d74w_889 {
  padding: 8px 10px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

._headerActionMenuRow_1d74w_896 {
  display: flex;
  gap: 8px;
  padding: 0 6px 4px;
}

._headerActionMenuPrimary_1d74w_902,
._headerActionMenuSecondary_1d74w_903 {
  flex: 0 0 auto;
  border: 0;
  border-radius: 8px;
  height: 36px;
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}

._headerActionMenuPrimary_1d74w_902 {
  background: rgb(234, 52, 39);
  color: white;
}

._headerActionMenuSecondary_1d74w_903 {
  background: rgb(60, 60, 62);
  color: rgba(255, 255, 255, 0.92);
}

._workflowActionButton_1d74w_925 {
  border: 1px solid rgba(192, 132, 252, 0.28);
  background: rgba(192, 132, 252, 0.12);
  color: #f5e1d1;
  border-radius: 999px;
  padding: 0 12px;
  height: 32px;
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 0.02em;
  transition: background 0.18s ease, border-color 0.18s ease;
}

._workflowActionButton_1d74w_925:hover {
  background: rgba(192, 132, 252, 0.2);
  border-color: rgba(255, 255, 255, 0.28);
}

._detailActionRail_1d74w_943 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin: 6px 0 18px;
}

._detailActionRailPrimary_1d74w_952 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

._detailActionRailButton_1d74w_958 {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  padding: 12px 16px;
  min-height: 46px;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0.01em;
}

._detailActionRailButtonPrimary_1d74w_970 {
  border-color: rgba(216, 162, 61, 0.24);
  background: rgba(216, 162, 61, 0.14);
  color: #f7d68b;
}

._detailActionRailButtonMuted_1d74w_976 {
  background: rgba(106, 113, 122, 0.16);
  color: rgba(226, 230, 236, 0.9);
}

._detailActionRailButtonDanger_1d74w_981 {
  border-color: rgba(255, 125, 125, 0.22);
  background: rgba(255, 125, 125, 0.12);
  color: #ffb0b0;
}

._detailActionRailMeta_1d74w_987 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

._detailActionRailChip_1d74w_993 {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

._detailActionRailChipFlagged_1d74w_1006 {
  color: #f6d18b;
  background: rgba(216, 162, 61, 0.12);
}

._detailActionRailChipDanger_1d74w_1011 {
  color: #ffb0b0;
  background: rgba(255, 125, 125, 0.12);
}

._inventoryActionRow_1d74w_1016 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 12px;
}

._inventoryActionButton_1d74w_1023 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.92);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 120ms ease, color 120ms ease;
}

._inventoryActionButton_1d74w_1023:hover {
  background: rgba(255, 255, 255, 0.085);
}

._inventoryActionButton_1d74w_1023 svg {
  color: #c084fc;
  flex-shrink: 0;
}

._inventoryActionButton_1d74w_1023:disabled {
  opacity: 0.42;
  cursor: default;
  pointer-events: none;
}

._inventoryActionButtonPrimary_1d74w_1054 {
  background: rgba(200, 146, 0, 0.16);
}

._messageInfo_1d74w_1058 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._bankLogo_1d74w_1064 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

._messageDetails_1d74w_1071 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #cccccc;
}

._detailsButton_1d74w_1079 {
  background: none;
  border: none;
  color: #c084fc;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
}

._detailsButton_1d74w_1079:hover {
  color: #d8b4fe;
}

._messageBody_1d74w_42 {
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  min-height: 72px;
  padding: 16px;
  margin: 6px 16px 4px;
  min-block-size: 72px;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.65);
  background-color: rgb(28, 28, 30);
  display: flex;
  flex-direction: column;
}

._messageViewportStage_1d74w_1107 {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

._emptyPaneState_1d74w_1113 {
  flex: 1 1 auto;
  min-height: calc(100vh - 190px);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

._emptyPaneTitle_1d74w_1124 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}

._emptyPaneBody_1d74w_1132 {
  margin: 10px 0 0;
  max-width: 420px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.46);
}

._emptyStatePlain_1d74w_1140 {
  min-height: calc(100vh - 250px);
  padding: 32px 28px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-28px);
}

._emptyStatePlainTitle_1d74w_1151 {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}

._emptyStatePlainBody_1d74w_1159 {
  margin: 10px 0 0;
  max-width: 320px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.46);
}

._messageBodyHeader_1d74w_1167 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom-color: rgb(52, 52, 54);
  border-bottom-style: solid;
  border-bottom-width: 0.5px;

  ._messageBodyHeaderLeft_1d74w_1178 {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 8px;

    ._messageBodyHeaderLeftInfo_1d74w_1184 {
      display: flex;
      flex-direction: column;

      ._messageBodyChevronRight_1d74w_1188 {
        display: none;
      }

      ._messageBodyHeaderLeftInfoTitle_1d74w_1192 {
        font-size: 17px;
        font-weight: 500;
        color: #ffffff;
        margin: 0;
        padding-left: 6px;
        padding-right: 3px;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        cursor: default;

        &:hover {
          background-color: rgba(255, 255, 255, 0.125);

          ._messageBodyChevronRight_1d74w_1188 {
            display: block;
          }
        }
      }

      ._messageBodyHeaderLeftInfoSubtitle_1d74w_1213 {
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        margin: 0 6px;

        span {
          cursor: default;
          margin-left: 0px;
          margin-top: 0px;
          margin-bottom: 0px;
          padding-left: 5px;
          height: 18px;
          border: 1px solid transparent;
          border-radius: 6px;
          display: inline-flex;
          align-items: center;
          flex: 0;
          color: rgba(255, 255, 255, 0.5);

          &:hover {
            background-color: rgba(255, 255, 255, 0.125);
            color: rgba(255, 255, 255, 0.98);

            ._messageBodyChevronRight_1d74w_1188 {
              display: block;
            }
          }
        }
      }
    }
  }

  ._messageBodyHeaderRight_1d74w_1246 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    ._messageBodyHeaderRightDate_1d74w_1251 {
      font-size: 14px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.66);
      cursor: default;
      margin: 0;
      padding: 0;
    }

    ._messageBodyHeaderStatusPill_1d74w_1260 {
      margin-top: 4px;
      padding: 3px 8px;
      border-radius: 999px;
      background: rgba(192, 132, 252, 0.22);
      color: rgba(255, 255, 255, 0.92);
      font-size: 11px;
      font-weight: 400;
      line-height: 1;
      white-space: nowrap;
    }

    ._messageDetailsButton_1d74w_1272 {
      font-size: 14px;
      font-weight: 400;
      border-radius: 8px;
      padding: 6px 10px;
      color: rgb(192, 132, 252);
      border: none;
      margin: 0;
      background-color: transparent;
      cursor: pointer;

      &:hover {
        background-color: rgba(192, 132, 252, 0.12);
      }
    }
  }

  ._locationHeaderActions_1d74w_1289 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }

  ._locationHeaderTitle_1d74w_1296 {
    font-size: 24px !important;
    line-height: 1.05;
    margin-bottom: 5px !important;
  }
}

._locationMessageBodyHeader_1d74w_1303 {
  align-items: flex-start;
}

._locationMessageBodyHeaderLeft_1d74w_1307 {
  align-items: flex-start !important;
}

._locationHeaderActionActive_1d74w_1311 {
  background-color: rgba(192, 132, 252, 0.2) !important;
  color: rgba(255, 255, 255, 0.98) !important;
}

._locationHeaderCapacityWrap_1d74w_1316 {
  width: 100%;
  margin-top: 14px;
  overflow: hidden;
}

._locationHeaderCapacityTile_1d74w_1322 {
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.075);
  border-radius: 6px;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationHeatmapLabel_1d74w_1333 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 12px;
  margin: 0;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityHeader_1d74w_1340 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityBadge_1d74w_1347 {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  line-height: 1;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityRows_1d74w_1358 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityRow_1d74w_1358 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 12px 12px 11px;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityRowHeader_1d74w_1374 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityLabel_1d74w_1381 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.2;
  font-weight: 500;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityUtilization_1d74w_1388 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  font-weight: 500;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityMeter_1d74w_1395 {
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityFill_1d74w_1403 {
  display: block;
  height: 100%;
  border-radius: 999px;
  transition: width 200ms ease;
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityFillNormal_1d74w_1410 {
  background: linear-gradient(90deg, rgba(52, 199, 89, 0.9), rgba(82, 221, 119, 0.9));
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityFillWarning_1d74w_1414 {
  background: linear-gradient(90deg, rgba(255, 159, 10, 0.92), rgba(255, 186, 73, 0.92));
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityFillCritical_1d74w_1418 {
  background: linear-gradient(90deg, rgba(255, 69, 58, 0.92), rgba(255, 105, 97, 0.92));
}

._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityMeta_1d74w_1422 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 1180px) {
  ._locationHeaderCapacityTile_1d74w_1322 ._locationCapacityRows_1d74w_1358 {
    grid-template-columns: 1fr;
  }
}

._messageBodyContent_1d74w_42 {
  display: flex;
  flex-direction: column;
  width: 100%;

  ._locationDetailBody_1d74w_1443 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  ._productDetailBody_1d74w_1449 {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  ._productionDetailBody_1d74w_17 {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  ._productionHeatmapRow_1d74w_1461 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  ._productionHeatmapTile_1d74w_1467 {
    gap: 7px;
    min-height: 108px;
    border-radius: 6px;
  }

  ._productionHeatmapValue_1d74w_1473 {
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.98);
    margin: 0;
  }

  ._productionHeatmapMeta_1d74w_1481 {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.2;
    margin-top: auto;
  }

  ._productionFlowSeparator_1d74w_17 {
    margin-top: 14px;
    height: auto;
    grid-template-columns: 1fr 140px 90px 90px;
    grid-template-rows: 1fr;
    align-items: stretch;
  }

  ._productionFlowSeparator_1d74w_17 span {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ._productionFlowItems_1d74w_34 {
    grid-template-columns: 1fr 140px 90px 90px;
    grid-template-rows: none;
    grid-auto-rows: minmax(92px, auto);
    row-gap: 2px;
    align-items: stretch;
  }

  ._productionFlowItems_1d74w_34 ._messageBodyContentItem_1d74w_42 {
    margin: 0;
    padding: 8px 15px;
    align-self: stretch;
  }

  ._productionFlowItems_1d74w_34 ._messageBodyContentItemTotals_1d74w_47,
  ._productionFlowItems_1d74w_34 ._messageBodyContentItemTotalsAmount_1d74w_48 {
    align-self: center;
    margin: 0 15px;
  }

  ._productionFlowItems_1d74w_34 ._messageBodyContentItemTotalsAmount_1d74w_48 {
    font-weight: 600;
  }

  ._productionStreamPill_1d74w_1527 {
    justify-self: start;
    align-self: center;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
  }

  ._productionStreamPillMaterial_1d74w_1540 {
    background: rgba(66, 133, 244, 0.24);
  }

  ._productionStreamPillProduct_1d74w_1544 {
    background: rgba(93, 190, 111, 0.24);
  }

  ._productionStreamPillLoss_1d74w_1548 {
    background: rgba(255, 159, 10, 0.24);
  }

  ._productionMetricCard_1d74w_1552 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
  }

  ._productionMetricValue_1d74w_1563 {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.98);
  }

  ._productionSectionLabel_1d74w_1570 {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.56);
    margin-top: 4px;
  }

  @media (max-width: 1160px) {
    ._productionHeatmapRow_1d74w_1461 {
      grid-template-columns: 1fr;
    }

    ._productionFlowSeparator_1d74w_17,
    ._productionFlowItems_1d74w_34 {
      grid-template-columns: 1fr 120px 80px 80px;
    }
  }

  ._productDetailBody_1d74w_1449 ._messageBodyContentFooter_1d74w_1589 {
    margin-top: -12px;
  }

  ._productDetailBody_1d74w_1449 ._messageBodyContentFooter_1d74w_1589 ._messageBodyContentFooterSubAlt_1d74w_1593 {
    margin: 6px 15px;
  }

  ._locationDetailBody_1d74w_1443 ._messageBodyContentFooter_1d74w_1589 {
    margin-top: -18px;
  }

  ._locationDetailBody_1d74w_1443 ._messageBodyContentFooter_1d74w_1589 ._messageBodyContentFooterSubAlt_1d74w_1593 {
    margin: 6px 15px;
  }

  ._productTopSection_1d74w_1605 {
    display: grid;
    grid-template-columns: minmax(0, 1.52fr) minmax(248px, 0.48fr);
    column-gap: 12px;
    row-gap: 16px;
    align-items: stretch;
  }

  ._productTopSpacer_1d74w_1613 {
    display: none;
  }

  ._productDetailsCol_1d74w_1617 {
    padding-left: 0;
    border-left: none;
    min-width: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-self: stretch;
  }

  ._productPhotoGrid_1d74w_1627 {
    margin: 0;
    width: 100%;
    min-width: 0;
    height: 100%;
  }

  ._productPhotoGrid_1d74w_1627:has(._productPhotoGridEmpty_1d74w_1634) {
    display: flex;
  }

  ._productPhotoGridEmpty_1d74w_1634 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.075);
    border-radius: 6px;
    padding: 24px 20px;
    box-sizing: border-box;
    width: 100%;
    min-height: 160px;
    flex: 1;
  }

  ._productDetailsCard_1d74w_1653 {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.075);
    padding: 10px 10px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    flex: 1 1 auto;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  ._productDetailsName_1d74w_1672 {
    font-size: 15px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.96);
    font-weight: 500;
    margin-top: 2px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  ._productDetailsRows_1d74w_1684 {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  ._productDetailsCategoryPill_1d74w_1690 {
    align-self: flex-start;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(192, 132, 252, 0.16);
    color: rgba(255, 255, 255, 0.88);
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  ._productDetailsPrimaryRow_1d74w_1701 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }

  ._productDetailsPrimaryCard_1d74w_1707 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 5px 7px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  ._productDetailsPrimaryLabel_1d74w_1717 {
    color: rgba(255, 255, 255, 0.62);
    font-size: 9px;
    line-height: 1;
  }

  ._productDetailsPrimaryValue_1d74w_1723 {
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  ._productDetailsRow_1d74w_1684 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  ._productDetailsRow_1d74w_1684:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  ._productDetailsRowLabel_1d74w_1746 {
    color: rgba(255, 255, 255, 0.62);
    font-size: 10px;
    line-height: 1.2;
    white-space: nowrap;
  }

  ._productDetailsRowValue_1d74w_1753 {
    font-size: 12px;
    line-height: 1.15;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: auto;
    max-width: 58%;
  }

  ._productStockStatusPill_1d74w_1764 {
    margin-top: 2px;
    align-self: flex-start;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(93, 190, 111, 0.2);
    color: rgba(255, 255, 255, 0.92);
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  ._productStockTileCard_1d74w_1776 {
    background: rgba(255, 255, 255, 0.075);
    border-radius: 6px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  ._productStockTileGrid_1d74w_1786 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  ._productStockTile_1d74w_1776 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 88px;
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  ._productStockTileHeader_1d74w_1803 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }

  ._productStockTileLocation_1d74w_1810 {
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  ._productStockTileStatus_1d74w_1821 {
    flex-shrink: 0;
    border-radius: 999px;
    padding: 3px 7px;
    font-size: 11px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(93, 190, 111, 0.2);
  }

  ._productStockTileType_1d74w_1831 {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.2;
  }

  ._productStockTileQty_1d74w_1837 {
    margin-top: auto;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    line-height: 1.1;
    font-weight: 500;
  }

  ._locationHeaderSection_1d74w_1845 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  ._locationHeaderSectionExpanded_1d74w_1851 {
    gap: 20px;
  }

  ._locationTopSection_1d74w_1855 {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.55fr);
    gap: 16px;
    align-items: stretch;
  }

  ._locationStatsColumn_1d74w_1862 {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1px;
    border-radius: 6px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.075);
  }

  ._locationBottomSection_1d74w_1871 {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: 16px;
    align-items: start;
  }

  ._locationPhotoGrid_1d74w_1878 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 1px;
    aspect-ratio: 2 / 1;
    height: auto;
    margin-bottom: 0;
    border-radius: 6px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.075);

    ._locationPhotoMain_1d74w_1890,
    ._locationPhotoQuarter_1d74w_1891 {
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.075);

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
    }

    ._locationPhotoButton_1d74w_1903 {
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      border: none;
      background: transparent;
      cursor: pointer;
      display: block;
    }

    ._locationPhotoMain_1d74w_1890 {
      grid-column: 1 / 3;
      grid-row: 1 / 3;
    }

    ._locationPhotoQuarter_1d74w_1891 {
      aspect-ratio: 1 / 1;
    }
  }

  ._locationAddressCard_1d74w_1924 {
    background-color: rgba(255, 255, 255, 0.075);
    border-radius: 6px;
    padding: 14px 16px 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 164px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
  }

  ._locationAddressHeader_1d74w_1937 {
    display: block;
    margin-bottom: 2px;
  }

  ._locationShareButton_1d74w_1942 {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition: background-color 140ms ease, color 140ms ease;
  }

  ._locationShareButton_1d74w_1942:hover {
    background: rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.98);
  }

  ._locationAddressTitle_1d74w_1964 {
    color: rgba(255, 255, 255, 0.98);
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 10px;
  }

  ._locationAddressLine_1d74w_1972 {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 3px;
  }

  ._locationAddressPills_1d74w_1979 {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  ._locationAddressPill_1d74w_1979 {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(192, 132, 252, 0.16);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
  }

  ._locationHeatmapTile_1d74w_1999 {
    background-color: rgba(255, 255, 255, 0.075);
    padding: 14px 15px 13px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    box-sizing: border-box;
  }

  ._locationCapacityTile_1d74w_2009 {
    margin-top: 1px;
    border-radius: 6px;
    gap: 16px;
    padding: 18px 18px 16px;
  }

  ._locationCapacityHeader_1d74w_1340 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  ._locationCapacityBadge_1d74w_1347 {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    line-height: 1;
  }

  ._locationCapacityRows_1d74w_1358 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  ._locationCapacityRow_1d74w_1358 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 12px 12px 11px;
  }

  ._locationCapacityRowHeader_1d74w_1374 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  ._locationCapacityLabel_1d74w_1381 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.2;
    font-weight: 500;
  }

  ._locationCapacityUtilization_1d74w_1388 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    font-weight: 500;
  }

  ._locationCapacityMeter_1d74w_1395 {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
  }

  ._locationCapacityFill_1d74w_1403 {
    display: block;
    height: 100%;
    border-radius: 999px;
    transition: width 200ms ease;
  }

  ._locationCapacityFillNormal_1d74w_1410 {
    background: linear-gradient(90deg, rgba(52, 199, 89, 0.9), rgba(82, 221, 119, 0.9));
  }

  ._locationCapacityFillWarning_1d74w_1414 {
    background: linear-gradient(90deg, rgba(255, 159, 10, 0.92), rgba(255, 186, 73, 0.92));
  }

  ._locationCapacityFillCritical_1d74w_1418 {
    background: linear-gradient(90deg, rgba(255, 69, 58, 0.92), rgba(255, 105, 97, 0.92));
  }

  ._locationCapacityMeta_1d74w_1422 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.62);
  }

  @media (max-width: 1180px) {
    ._locationCapacityRows_1d74w_1358 {
      grid-template-columns: 1fr;
    }
  }

  ._locationHeatmapLabel_1d74w_1333 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    margin: 0 0 8px;
    line-height: 12px;
  }

  ._locationHeatmapMap_1d74w_2121 ._locationHeatmapLabel_1d74w_1333 {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(22, 22, 24, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
  }

  ._locationHeatmapValue_1d74w_2134 {
    color: rgba(255, 255, 255, 0.98);
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
  }

  ._locationStatButton_1d74w_2142 {
    margin-top: auto;
    align-self: flex-start;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
  }

  ._locationHeatmapMeta_1d74w_2155 {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 17px;
    margin-top: 8px;
  }

  ._locationHeatmapMap_1d74w_2121 {
    justify-content: flex-start;
    position: relative;
    padding: 0;
    height: 164px;
    overflow: hidden;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.075);
  }

  ._locationMapFrame_1d74w_2172 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    margin: 0;

    img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
  }

  ._locationMapImageDark_1d74w_2190 {
    display: block;
  }

  ._locationMapImageLight_1d74w_2194 {
    display: none;
  }

  ._locationMapPinWrap_1d74w_2198 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  ._locationMapPinImage_1d74w_2211 {
    width: 26px;
    height: 26px;
    display: block;
  }

  ._locationHeatmapMap_1d74w_2121 ._locationHeatmapMeta_1d74w_2155 {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 2;
    margin: 0;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(22, 22, 24, 0.52);
    backdrop-filter: blur(6px);
  }

  ._locationDetailBody_1d74w_1443 ._messageBodyContentFooter_1d74w_1589 {
    margin-top: 0;
  }

  ._messageBodyContentHeaders_1d74w_2233 {
    display: grid;
    width: 100%;
    align-self: center;
    min-height: 60px;
    max-height: 360px;
    overflow-y: auto;
    gap: 1px;
    grid-template-columns: 32.5% 32.5% calc(35% - 3px);
    grid-auto-rows: 60px;

    ._messageBodyContentHeadersTitle_1d74w_2244 {
      color: rgba(255, 255, 255, 0.5);
      font-size: 11px;
      margin: 0 0 5px;
      line-height: 12px;
      display: block;
    }

    ._messageBodyContentHeadersSubTitle_1d74w_2252 {
      color: rgba(255, 255, 255, 0.98);
      font-size: 14px;
      margin: 0;
      display: flex;
      align-items: center;
      line-height: 15px;
      line-break: anywhere;
    }

    ._messageBodyContentHeadersItemL_1d74w_2262 {
      grid-column: 3 / 4;
      grid-row: 1 / 3;
      background-color: rgba(255, 255, 255, 0.075);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: 14px 15px 12px;
      overflow: hidden;
      border-top-right-radius: 5px;
      gap: 2px;

      ._messageBodyContentHeadersSubTitle_1d74w_2252 {
        line-height: 18px;
      }

      ._messageBodyContentHeadersPill_1d74w_2278 {
        align-self: flex-start;
        margin-top: 7px;
        padding: 3px 7px;
        border-radius: 999px;
        background: rgba(192, 132, 252, 0.22);
        color: rgba(255, 255, 255, 0.92);
        font-size: 11px;
        line-height: 1;
        display: inline-block;
        max-width: calc(100% - 4px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
      }
    }

    ._messageBodyContentHeadersItemFrom_1d74w_2296 {
      grid-column: 3 / 4;
      grid-row: 3 / 4;
      background-color: rgba(255, 255, 255, 0.075);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: 12px 15px 11px;
      overflow: hidden;
      border-bottom-right-radius: 5px;
      gap: 2px;

      ._messageBodyContentHeadersSubTitle_1d74w_2252 {
        line-height: 18px;
      }

      ._messageBodyContentHeadersPill_1d74w_2278 {
        align-self: flex-start;
        margin-top: 7px;
        padding: 3px 7px;
        border-radius: 999px;
        background: rgba(192, 132, 252, 0.22);
        color: rgba(255, 255, 255, 0.92);
        font-size: 11px;
        line-height: 1;
        display: inline-block;
        max-width: calc(100% - 4px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
      }
    }

    ._messageBodyContentHeadersItemS_1d74w_2330 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 10px 15px;
      background-color: rgba(255, 255, 255, 0.075);
      overflow: hidden;

      ._messageBodyContentHeadersPill_1d74w_2278 {
        align-self: flex-start;
        margin-top: 3px;
        padding: 3px 7px;
        border-radius: 999px;
        background: rgba(192, 132, 252, 0.22);
        color: rgba(255, 255, 255, 0.92);
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
        display: inline-block;
        max-width: calc(100% - 4px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
      }
    }

    ._messageBodyContentHeadersItemS_draftedBy_1d74w_2357 {
      grid-column: 1 / 2;
      grid-row: 1;
      border-top-left-radius: 5px;
    }

    ._messageBodyContentHeadersItemS_date_1d74w_2363 {
      grid-column: 2 / 3;
      grid-row: 1;
    }

    ._messageBodyContentHeadersItemS_receiptNo_1d74w_2368 {
      grid-column: 1 / 2;
      grid-row: 2;
    }

    ._messageBodyContentHeadersItemS_sequenceNo_1d74w_2373 {
      grid-column: 2 / 3;
      grid-row: 2;
    }

    ._messageBodyContentHeadersItemS_transferId_1d74w_2378 {
      grid-column: 1 / 2;
      grid-row: 3;
      border-bottom-left-radius: 5px;
    }

    ._messageBodyContentHeadersItemS_documentNo_1d74w_2384 {
      grid-column: 2 / 3;
      grid-row: 3;
    }

    ._messageBodyContentHeadersItemL_1d74w_2262,
    ._messageBodyContentHeadersItemFrom_1d74w_2296 {
      border-bottom-right-radius: 5px;
    }
  }

  ._messageBodyContentSeparator_1d74w_2395 {
    margin: 25px 0 0px;
    font-weight: 400;
    display: grid;
    width: 100%;
    align-self: center;
    gap: 1px;
    height: 40px;
    grid-template-columns: 47.5% 26.25% calc(26.25% - 2px);
    grid-template-rows: 1fr 1fr 1fr;

    span {
      padding: 5px 15px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.5);
      background-color: rgba(255, 255, 255, 0.075);
      text-align: center;

      &:first-of-type {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
      }

      &:last-of-type {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
      }
    }

  }

  ._messageBodyContentItems_1d74w_2426 {
    font-weight: 400;
    display: grid;
    width: 100%;
    align-self: center;
    gap: 1px;
    grid-template-columns: 47.5% 26.25% calc(26.25% - 2px);
    grid-template-rows: 1fr 1fr 1fr;

    ._messageBodyContentItem_1d74w_42 {
      display: flex;
      padding: 0px 15px;
      margin: 7.5px 0;
      gap: 15px;

      ._messageBodyContentItemImage_1d74w_2441 {
        width: 60px;
        height: 75px;
        flex-shrink: 0;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        object-fit: cover;
      }

      ._messageBodyContentItemDetails_1d74w_2450 {
        display: flex;
        flex-direction: column;

        ._messageBodyContentItemDetailsTitle_1d74w_2454 {
          font-size: 14px;
          font-weight: 500;
          margin: 0;
        }

        ._messageBodyContentItemDetailsSubTitle_1d74w_2460 {
          font-size: 12px;
          line-height: 15px;
          font-weight: 400;
          margin: 0;
          color: rgba(255, 255, 255, 0.5);
        }
      }

    }

    ._messageBodyContentItemTotals_1d74w_47 {
      text-align: right;
      margin: 0 15px;
      font-size: 14px;
    }

    ._messageBodyContentItemTotalsAmount_1d74w_48 {
      text-align: right;
      margin: 0 15px;
      font-size: 14px;
      font-weight: 500;
    }

  }

  ._messageBodyContentFooter_1d74w_1589 {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 6px;

    ._messageBodyContentFooterSub_1d74w_1593 {
      display: flex;
      margin: 0 15px;

      ._messageBodyContentFooterSubTitle_1d74w_2496 {
        flex: 1;
        text-align: right;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
      }

      ._messageBodyContentFooterSubSubTitle_1d74w_2503 {
        width: 12%;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
      }
    }

    ._messageBodyContentFooterSubAlt_1d74w_1593 {
      display: flex;
      margin: 6px 15px;

      ._messageBodyContentFooterSubAltTitle_1d74w_2516 {
        flex: 1;
        text-align: left;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
      }
    }

    ._messageBodyContentFooterMain_1d74w_2524 {
      display: flex;
      align-items: center;
      margin: 0 0 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);

      ._messageBodyContentFooterMainTitle_1d74w_2531 {
        flex: 1;
        text-align: left;
        display: flex;
        justify-content: flex-start;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 500;
        padding: 15px 25px;
        height: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
      }

      ._messageBodyContentFooterMainSubTitle_1d74w_2544 {
        width: auto;
        flex: 0 0 auto;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        margin: 0 15px;
      }
    }
  }

  ._gatepassDetailSection_1d74w_2556 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 14px 15px 0;
  }

  ._gatepassDetailSectionHeader_1d74w_2563 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  ._gatepassDetailSectionLabel_1d74w_2570 {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
  }

  ._gatepassDetailSectionCount_1d74w_2578 {
    font-size: 11px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.54);
  }

  ._gatepassDetailGrid_1d74w_2584 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
  }

  ._gatepassDetailCard_1d74w_2590 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 13px;
    min-height: 132px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
  }

  ._gatepassDetailCardTop_1d74w_2602 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  ._gatepassDetailCode_1d74w_2609 {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.98);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  ._gatepassDetailStatus_1d74w_2619 {
    flex-shrink: 0;
    font-size: 11px;
    line-height: 1;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(192, 132, 252, 0.22);
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
  }

  ._gatepassDetailType_1d74w_2630 {
    font-size: 12px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.68);
  }

  ._gatepassDetailMeta_1d74w_2636 {
    display: grid;
    gap: 4px;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.58);
  }

  ._gatepassDetailFooter_1d74w_2644 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 11px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.58);
  }

  ._gatepassDetailNotes_1d74w_2654 {
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.54);
  }

  ._gatepassPrintBtn_1d74w_2660 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    padding: 3px 10px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
  }
  ._gatepassPrintBtn_1d74w_2660:hover {
    background: rgba(255, 255, 255, 0.14);
  }

  ._gatepassDetailEmpty_1d74w_2679 {
    padding: 12px 13px;
    border-radius: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    line-height: 1.45;
  }

  /* Product detail pane — grid + segment-selector layout (mirrors customers-app's
     customerPaneTabs / customerDetailsMiniGrid pattern), using inventory-app's own
     translucent-overlay color tokens for visual consistency within this app. */
  ._productMediaStatsColumn_1d74w_2692 {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    min-width: 0;
  }

  ._productMediaStatTile_1d74w_2699 {
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    min-width: 0;
  }

  ._productMediaMeta_1d74w_2711 {
    color: rgba(255, 255, 255, 0.56);
    font-size: 11px;
    line-height: 1.35;
  }

  ._productPaneTabs_1d74w_2717 {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
  }

  ._productPaneTabButton_1d74w_2728 {
    height: 30px;
    min-width: 92px;
    padding: 0 16px;
    flex: 0 0 auto;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
  }

  ._productPaneTabButtonActive_1d74w_2743 {
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.96);
    font-weight: 500;
  }

  ._productDetailsMiniGrid_1d74w_2749 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 10px;
    min-width: 0;
  }

  ._productMiniCard_1d74w_2757 {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.075);
    padding: 12px 13px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
  }

  ._productMiniCardFull_1d74w_2771 {
    grid-column: 1 / -1;
    min-width: 0;
    box-sizing: border-box;
  }

  ._productProfileOverviewCard_1d74w_2777 {
    gap: 12px;
  }

  ._productRecordSectionHeading_1d74w_2781 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  ._productRecordSectionHeading_1d74w_2781 span {
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 550;
  }

  ._productRecordSectionHeading_1d74w_2781 small {
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    font-weight: 400;
  }

  ._productSectionEyebrow_1d74w_2800 {
    display: block;
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 550;
  }

  ._productHeatmapGrid_1d74w_2807 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  ._productHeatmapTile_1d74w_2813 {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 56px;
    min-width: 0;
    justify-content: center;
  }

  @media (max-width: 900px) {
    ._productTopSection_1d74w_1605 {
      grid-template-columns: minmax(0, 1fr);
    }

    ._productMediaStatsColumn_1d74w_2692,
    ._productDetailsMiniGrid_1d74w_2749,
    ._productHeatmapGrid_1d74w_2807 {
      grid-template-columns: 1fr;
    }
  }

}

._locationViewerOverlay_1d74w_2839 {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.84);
  backdrop-filter: blur(8px);
  z-index: 1000;
}

._locationViewerContent_1d74w_2847 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(88vw, 980px);
  height: min(82vh, 720px);
  background: rgb(28, 28, 30);
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 20px 60px 0px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  box-sizing: border-box;
  z-index: 1001;
  overflow: hidden;

  &:focus {
    outline: none;
  }
}

._locationViewerClose_1d74w_2869 {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  box-shadow: none;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

._locationViewerClose_1d74w_2869:focus,
._locationViewerClose_1d74w_2869:focus-visible {
  outline: none;
  box-shadow: none;
}

._locationViewerBody_1d74w_2897 {
  flex: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 14px;
  align-items: center;
  min-height: 0;
  overflow: hidden;
}

._artifactViewerBody_1d74w_2907 {
  flex: 1;
  display: flex;
  min-height: 0;
  overflow: hidden;
}

._locationViewerNav_1d74w_2914 {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

._locationViewerImageWrap_1d74w_2927 {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-sizing: border-box;
}

._locationViewerImage_1d74w_2927 {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: auto;
}

._artifactViewerToolbar_1d74w_2951 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 96px 14px 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}

._artifactViewerToolbarGroup_1d74w_2963 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

._artifactViewerZoomButton_1d74w_2969,
._artifactViewerZoomReset_1d74w_2970 {
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

._artifactViewerZoomButton_1d74w_2969:focus,
._artifactViewerZoomButton_1d74w_2969:focus-visible,
._artifactViewerZoomReset_1d74w_2970:focus,
._artifactViewerZoomReset_1d74w_2970:focus-visible {
  outline: none;
  box-shadow: none;
}

._artifactViewerZoomButton_1d74w_2969 {
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 10px;
}

._artifactViewerZoomIcon_1d74w_3000 {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

._artifactViewerZoomReset_1d74w_2970 {
  min-width: 64px;
  height: 36px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

._artifactViewerZoomButton_1d74w_2969:hover,
._artifactViewerZoomReset_1d74w_2970:hover {
  background: rgba(255, 255, 255, 0.14);
}

._artifactViewerToolbarHint_1d74w_3020 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 34%;
  font-weight: 400;
}

._artifactViewerViewport_1d74w_3028 {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 12px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  padding: 12px;
  box-sizing: border-box;
  touch-action: pan-x pan-y;
  user-select: none;
  -webkit-user-select: none;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

._locationViewerContent_1d74w_2847 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

._locationViewerContent_1d74w_2847::-webkit-scrollbar,
._artifactViewerViewport_1d74w_3028::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

._artifactViewerCanvas_1d74w_3058 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: top left;
  will-change: transform;
  cursor: inherit;
}

._artifactViewerMediaFrame_1d74w_3068 {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: contain;
  margin: 0;
  transform-origin: center center;
  will-change: transform;
  transition: transform 120ms ease-out;
}

._artifactViewerFileFallback_1d74w_3079 {
  width: min(520px, 100%);
  min-height: 320px;
  margin: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px;
  box-sizing: border-box;
  text-align: center;
}

._artifactViewerFileExtension_1d74w_3096 {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.94);
}

._artifactViewerFileName_1d74w_3104 {
  max-width: 100%;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  word-break: break-word;
}

._artifactViewerFooter_1d74w_3112 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 18px;
  margin-top: 14px;
  column-gap: 16px;
}

._artifactViewerFooter_1d74w_3112 > :first-child {
  justify-self: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._artifactViewerFooterHint_1d74w_3130 {
  justify-self: center;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
}

._artifactViewerFooter_1d74w_3112 > :last-child {
  justify-self: end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._PaymentOverlay_1d74w_3146 {
  background-color: rgba(10, 10, 10, 0.8);
  position: fixed;
  inset: 0;
  z-index: 3000;
  animation: _overlayShow_1d74w_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
}

._PaymentOverlayContent_1d74w_3154 {
  background-color: rgb(28, 28, 30);
  border-radius: 10.5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 860px;
  height: min(88vh, 820px);
  animation: _contentShow_1d74w_1 150ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  overflow: hidden;
  z-index: 3001;

  &:focus {
    outline: none;
  }

  ._PaymentOverlayContentSidebar_1d74w_3174 {
    padding: 15px 10px;
    width: 240px;
    border-right: 1px solid #3e3e42;
    background-color: rgb(32, 32, 35);
    display: flex;
    flex-direction: column;
  }

  ._PaymentOverlayCloseIcon_1d74w_3183 {
    margin-left: 5px;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 2px;
    cursor: pointer;
    background-color: rgb(32, 32, 35);

    &:hover {
      background-color: #3e3e42;
    }

    &:active {
      background-color: #3e3e4299;
    }
  }

  ._PaymentOverlayContentMain_1d74w_3200 {
    padding: 20px 20px 14px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;

    ._PaymentOverlayContentMainTitle_1d74w_3208 {
      font-size: 17px;
      font-weight: 500;
      color: #ffffff;
      margin: 0 0 10px 0;
    }

    ._PaymentOverlayContentMainSection_1d74w_3215 {
      display: flex;
      flex-direction: column;
      margin: 5px 0;
      margin-bottom: 15px;
      flex: 1;
      min-height: 0;
      overflow: hidden;

      ._PaymentOverlayContentMainSectionTitle_1d74w_3224 {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        margin: 7.5px 0;
      }

      ._PaymentOverlayContentMainSectionValue_1d74w_3231 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid rgb(60, 60, 62);
        font-size: 14px;
        font-weight: 400;
        border-radius: 8px;
        width: 100%;
        height: auto;
        padding: 8px 10px;
        margin: 0;

        &._Static_1d74w_3244 {
          background-color: rgb(60, 60, 62);
        }
      }

      ._PaymentOverlayContentMainSectionFlex_1d74w_3249 {
        display: flex;
        gap: 10px;
      }

      ._PaymentOverlayContentMainSectionBtnPrimary_1d74w_3254 {
        color: rgb(28, 28, 30);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 400;
        border-radius: 8px;
        min-width: 100px;
        max-width: fit-content;
        height: auto;
        padding: 8px 10px;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.96);
        cursor: pointer;
        border: 0;
        appearance: none;
        -webkit-appearance: none;
      }

      ._PaymentOverlayContentMainSectionBtnSecondary_1d74w_3274 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 400;
        border-radius: 8px;
        min-width: 100px;
        max-width: fit-content;
        height: auto;
        padding: 8px 10px;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.06);
        box-shadow: inset 0 0 0 1px rgba(120, 120, 128, 0.24);
        cursor: pointer;
        border: 0;
        appearance: none;
        -webkit-appearance: none;
      }

      ._PaymentOverlayContentMainSectionBody_1d74w_3294 {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.66);
        font-weight: 400;
        width: 100%;
        height: auto;
        padding: 8px 0px;
        margin: 0;
        background-color: rgba(60, 60, 62, 0);

      }

      ._PaymentOverlayContentMainSectionTable_1d74w_3306 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;

        ._messageBodyContentHeadersItem_1d74w_2262 {
          border: 1px solid rgb(60, 60, 62);
          border-radius: 8px;
          display: grid;
          position: relative;
          overflow: hidden;
          width: 135px;
          aspect-ratio: 1.5;
          background-color: rgba(255, 255, 255, 0.033);
          cursor: pointer;

          ._messageBodyContentHeadersItemTAMT_1d74w_3322 {
            position: absolute;
            text-align: center;
            top: 5px;
            right: 10px;
            font-size: 16px;
            font-weight: 500;
            user-select: none;
            cursor: default;
          }

          ._messageBodyContentHeadersItemTPICON_1d74w_3333 {
            align-self: center;
            justify-self: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 10px;
            line-height: 13px;
            text-align: center;
            padding-top: 20px;
            color: rgba(255, 255, 255, 0.65);

            svg {
              color: rgba(255, 255, 255, 0.65);
            }
          }
        }
      }

      ._PaymentOverlayContentMainSectionTable1_1d74w_3352 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;

        ._messageBodyContentHeadersItem_1d74w_2262 {
          border: 1px solid rgb(60, 60, 62);
          border-radius: 8px;
          display: grid;
          position: relative;
          overflow: hidden;
          width: 100px;
          aspect-ratio: 1.5;
          background-color: rgba(255, 255, 255, 0.033);
          cursor: pointer;

          &._disabled_1d74w_3368 {
            border: 1px dashed rgb(99, 99, 102);
            opacity: 0.5;
            pointer-events: none;
          }

          ._messageBodyContentHeadersItemTAMT_1d74w_3322 {
            position: absolute;
            text-align: center;
            top: 5px;
            right: 10px;
            font-size: 16px;
            font-weight: 500;
            user-select: none;
            cursor: default;
          }

          ._messageBodyContentHeadersItemTPICON_1d74w_3333 {
            align-self: center;
            justify-self: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 10px;
            line-height: 13px;
            text-align: center;
            color: rgba(255, 255, 255, 0.65);

            span {
              font-size: 32px;
            }

            svg {
              color: rgba(255, 255, 255, 0.65);
            }
          }
        }
      }

      &._PaymentOverlayContentMainSectionGrid_1d74w_3407 {
        display: grid;
        grid-template-columns: 1fr 1fr;

        ._PaymentOverlayContentMainSectionValue_1d74w_3231 {
          width: 80%;
        }
      }
    }

  }

}

._PaymentOverlayContent_1d74w_3154:has([data-draft-date-picker-portal]) {
  overflow: visible;
}

._overlaySidebarNav_1d74w_3425 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._overlaySidebarItem_1d74w_3431 {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
  transition: 120ms ease;

  svg {
    color: rgb(192, 132, 252);
    flex-shrink: 0;
  }
}

._overlaySidebarItem_1d74w_3431:hover {
  background: rgba(255, 255, 255, 0.06);
}

._overlaySidebarItemActive_1d74w_3454 {
  border-color: rgba(192, 132, 252, 0.35);
  background: rgba(192, 132, 252, 0.16);
}

._overlaySidebarContext_1d74w_3459 {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._overlaySidebarLabel_1d74w_3466 {
  font-size: 11px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}

._overlaySidebarCard_1d74w_3472 {
  border-radius: 10px;
  border: 1px solid rgba(120, 120, 128, 0.2);
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._overlaySidebarTitle_1d74w_3482 {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 500;
}

._overlaySidebarMeta_1d74w_3489 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

._overlaySidebarPill_1d74w_3494 {
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  padding: 4px 8px;
}

._overlayTitleTab_1d74w_3503 {
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
}

._overlayTitleDivider_1d74w_3508 {
  color: rgba(255, 255, 255, 0.5);
}

._overlayTitleCurrent_1d74w_3512 {
  color: rgba(255, 255, 255, 0.96);
}

._overlaySearchSection_1d74w_3516 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}

._overlayInventorySearchList_1d74w_3523 {
  border: 1px solid rgba(120, 120, 128, 0.28);
  border-radius: 10px;
  overflow: auto;
  max-height: 260px;
}

._overlayInventorySearchRow_1d74w_3530 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border-bottom: 1px solid rgba(120, 120, 128, 0.2);
  padding: 9px 10px;
  cursor: pointer;
}

._overlayInventorySearchRow_1d74w_3530:last-child {
  border-bottom: none;
}

._overlayInventorySearchRow_1d74w_3530:hover {
  background: rgba(120, 120, 128, 0.14);
}

._overlayInventorySearchRowSelected_1d74w_3547,
._overlayInventorySearchRowSelected_1d74w_3547:hover {
  background: rgba(120, 120, 128, 0.18);
}

._overlayInventorySearchRowMain_1d74w_3552,
._overlayInventorySearchRowRight_1d74w_3553 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._overlayInventorySearchRowMain_1d74w_3552 span:first-child {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

._overlayInventorySearchRowMain_1d74w_3552 span:last-child,
._overlayInventorySearchRowRight_1d74w_3553 span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.66);
}

._overlayButtonRow_1d74w_3571 {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 0 16px 4px;

  button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 8px !important;
    padding: 8px 10px !important;
    min-width: 100px;
    border: 0 !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: opacity 120ms ease;
    line-height: 1.3;
    max-width: none !important;
  }

  ._PaymentOverlayContentMainSectionBtnPrimary_1d74w_3254 {
    background-color: rgba(255, 255, 255, 0.92) !important;
    color: rgb(28, 28, 30) !important;
    border-radius: 8px !important;
    padding: 8px 10px !important;
    font-size: 14px !important;
    min-width: 100px !important;
  }

  ._PaymentOverlayContentMainSectionBtnSecondary_1d74w_3274 {
    background-color: rgba(255, 255, 255, 0.06) !important;
    color: rgba(255, 255, 255, 0.82) !important;
    border-radius: 8px !important;
    padding: 8px 10px !important;
    font-size: 14px !important;
    box-shadow: inset 0 0 0 1px rgba(120, 120, 128, 0.24) !important;
  }

  ._disabled_1d74w_3368 {
    opacity: 0.5;
    pointer-events: none;
  }
}

._overlayBtnPrimaryPill_1d74w_3621 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  padding: 8px 10px;
  min-width: 100px;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity 120ms ease;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.92);
  color: rgb(28, 28, 30);
}

._overlayBtnSecondaryPill_1d74w_3640 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  padding: 8px 10px;
  min-width: 100px;
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity 120ms ease;
  line-height: 1.3;
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px rgba(120, 120, 128, 0.24);
}

/* Placeholder so CSS modules exposes the class name; light-mode overrides below. */
._directoryEditPane_1d74w_3661 {
  ._PaymentOverlayContentSidebar_1d74w_3174 { display: none; }
}

._overlayBackButton_1d74w_3665 {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  border-radius: 8px;
  padding: 6px 12px;
  margin: 0 0 0 16px;
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(120, 120, 128, 0.24);
  cursor: pointer;
  border: 0;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

._overlayInsightGrid_1d74w_3682 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

._overlayInsightCard_1d74w_3689 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 13px;
  border-radius: 12px;
  border: 1px solid rgba(120, 120, 128, 0.22);
  background: rgba(255, 255, 255, 0.032);
}

._overlayInsightLabel_1d74w_3699 {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.44);
}

._overlayInsightValue_1d74w_3707 {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
}

._overlayInsightCaption_1d74w_3714 {
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.58);
}

._overlayCallout_1d74w_3720 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 13px 14px;
  margin-bottom: 10px;
  border-radius: 12px;
  border: 1px solid rgba(120, 120, 128, 0.2);
}

._overlayCalloutNeutral_1d74w_3730 {
  background: rgba(255, 255, 255, 0.04);
}

._overlayCalloutWarning_1d74w_3734 {
  background: rgba(192, 132, 252, 0.08);
  border-color: rgba(192, 132, 252, 0.24);
}

._overlayCalloutPositive_1d74w_3739 {
  background: rgba(84, 158, 107, 0.11);
  border-color: rgba(84, 158, 107, 0.28);
}

._overlayCalloutTop_1d74w_3744 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

._overlayCalloutLabel_1d74w_3751 {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

._overlayCalloutTitle_1d74w_3765 {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
}

._overlayCalloutBody_1d74w_3772,
._overlayCalloutFooter_1d74w_3773 {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}

._overlayFormSection_1d74w_3780 {
  border: 1px solid rgba(120, 120, 128, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.022) 100%),
    rgba(255, 255, 255, 0.018);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}

._overlayFormSectionCompact_1d74w_3793 {
  padding: 12px;
  gap: 10px;
}

._overlayFormSectionPlain_1d74w_3798 {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(120, 120, 128, 0.18);
}

._overlayFormSectionHeader_1d74w_3806 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

._overlayFormSectionEyebrow_1d74w_3813 {
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

._overlayFormSectionTitle_1d74w_3822 {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

._overlayFormSectionBody_1d74w_3830 {
  margin: 0;
  max-width: 760px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.64);
}

._overlaySectionHeader_1d74w_3838 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._overlaySectionAction_1d74w_3844 {
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(120, 120, 128, 0.22);
}

._overlaySectionAction_1d74w_3844:hover {
  color: rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.1);
}

._overlayFieldFlex_1d74w_3866 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._overlayChipGrid_1d74w_3873 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

._PaymentOverlayContentMainSectionDocs_1d74w_3880 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;

  ._overlayDocumentMatchCard_1d74w_3888 {
    position: relative;
    border: 1px solid rgb(60, 60, 62);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.033);
    min-width: 0;
    min-height: 106px;
    cursor: pointer;
    padding: 8px;
  }

  ._overlayDocumentPreviewWrap_1d74w_3899 {
    position: relative;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
  }

  ._overlayDocumentPreview_1d74w_3899 {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  ._overlayDocumentPreviewFallback_1d74w_3921 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
  }

  ._overlayDocumentPreviewExt_1d74w_3934 {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.86);
  }

  ._overlayDocumentPreviewName_1d74w_3942 {
    font-size: 10px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.62);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
  }

  ._overlayDocumentMeta_1d74w_3953 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0 0;
    min-width: 0;
  }

  ._overlayDocumentMetaHeader_1d74w_3961 {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  ._overlayDocumentName_1d74w_3967 {
    flex: 1;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  ._overlayDocumentType_1d74w_3978 {
    font-size: 10px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.66);
  }

  ._overlayDocumentDate_1d74w_3984 {
    font-size: 11px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.6);
  }
}

._inventoryAuditModal_1d74w_3991 {
  background-color: rgb(28, 28, 30);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 20px 60px, rgba(0, 0, 0, 0.12) 0px 0px 0px 1px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(760px, 92vw);
  max-height: min(78vh, 780px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 3001;
}

._inventoryAuditModal_1d74w_3991:focus {
  outline: none;
}

._inventoryAuditModalHeader_1d74w_4011 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

._inventoryAuditModalHeaderCopy_1d74w_4020 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._inventoryAuditModalHeaderCopy_1d74w_4020 h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.96);
}

._inventoryAuditModalHeaderCopy_1d74w_4020 span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
}

._inventoryAuditModalBody_1d74w_4038 {
  padding: 18px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._inventoryAuditTimeline_1d74w_4046 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._inventoryAuditItem_1d74w_4052 {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
}

._inventoryAuditRail_1d74w_4058 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

._inventoryAuditDot_1d74w_4065 {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  flex: 0 0 auto;
}

._inventoryAuditDot_1d74w_4065[data-tone="success"] {
  background: rgba(70, 194, 118, 0.96);
}

._inventoryAuditDot_1d74w_4065[data-tone="warning"] {
  background: rgba(255, 164, 61, 0.96);
}

._inventoryAuditDot_1d74w_4065[data-tone="critical"] {
  background: rgba(242, 90, 90, 0.96);
}

._inventoryAuditDot_1d74w_4065[data-tone="muted"] {
  background: rgba(148, 148, 160, 0.8);
}

._inventoryAuditLine_1d74w_4089 {
  width: 1px;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.08);
  flex: 1 1 auto;
}

._inventoryAuditCard_1d74w_4096 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

._inventoryAuditCardTop_1d74w_4106 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

._inventoryAuditAction_1d74w_4113 {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 600;
}

._inventoryAuditAt_1d74w_4120 {
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.52);
  white-space: nowrap;
}

._inventoryAuditActor_1d74w_4127 {
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.55);
}

._inventoryAuditDetail_1d74w_4133 {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
}

._inventoryAuditEmptyState_1d74w_4139 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

._inventoryAuditEmptyTitle_1d74w_4149 {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 600;
}

._inventoryAuditEmptyBody_1d74w_4156 {
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.62);
}

._overlayUploadDropzone_1d74w_4162 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 16px;
  border-radius: 10px;
  border: 1px dashed rgb(78, 78, 82);
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
}

._overlayUploadDropzoneIcon_1d74w_4175 {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
}

._overlayUploadDropzoneTitle_1d74w_4186 {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

._overlayUploadDropzoneMeta_1d74w_4193 {
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.58);
}

._overlayUploadStatus_1d74w_4199 {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.68);
}

._overlaySectionRowHeader_1d74w_4206 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

._overlayFieldHeaderRow_1d74w_4213 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

._overlayInlineActionButton_1d74w_4220 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  padding: 0;
}

._overlayInlineActionButton_1d74w_4220:hover {
  color: rgba(255, 255, 255, 0.95);
}

._overlayInlineGhostButton_1d74w_4237 {
  border: 0;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  min-height: 26px;
  padding: 0 10px;
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
}

._overlayInlineGhostButton_1d74w_4237:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.95);
}

._overlayMediaGallery_1d74w_4254 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

._overlayMediaGalleryRow_1d74w_4261 {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 140ms ease;
}

._overlayMediaGalleryRow_1d74w_4261:hover {
  border-color: rgba(255, 255, 255, 0.14);
}

._overlayMediaGalleryOrder_1d74w_4276 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
}

._overlayMediaGalleryOrderLabel_1d74w_4285 {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.055);
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
}

._overlayMediaGalleryMoveButton_1d74w_4298,
._overlayMediaGalleryDeleteButton_1d74w_4299,
._overlayMediaGalleryPrimaryToggle_1d74w_4300 {
  border: 0;
  border-radius: 6px;
  height: 26px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  transition: background-color 100ms ease;
}

._overlayMediaGalleryMoveButton_1d74w_4298:hover,
._overlayMediaGalleryPrimaryToggle_1d74w_4300:hover {
  background: rgba(255, 255, 255, 0.10);
}

._overlayMediaGalleryMoveButton_1d74w_4298:disabled,
._overlayMediaGalleryDeleteButton_1d74w_4299:disabled {
  opacity: 0.30;
  cursor: not-allowed;
}

._overlayMediaGalleryFields_1d74w_4327 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._overlayMediaGalleryActions_1d74w_4335 {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

._overlayMediaGalleryPrimaryToggleActive_1d74w_4342 {
  background: rgba(192, 132, 252, 0.18);
  color: rgb(192, 132, 252);
}

._overlayMediaGalleryPrimaryToggleActive_1d74w_4342:hover {
  background: rgba(192, 132, 252, 0.25);
}

._overlayMediaGalleryDeleteButton_1d74w_4299 {
  width: 28px;
  padding: 0;
  color: rgba(255, 150, 150, 0.82);
}

._overlayMediaGalleryDeleteButton_1d74w_4299:hover {
  background: rgba(255, 100, 100, 0.12);
  color: rgba(255, 150, 150, 0.95);
}

._overlayMediaGalleryHint_1d74w_4362 {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.45);
}

._overlayMediaGalleryFileInput_1d74w_4369 {
  display: none;
}

._overlayMediaGalleryFilePicker_1d74w_4373 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  height: 32px;
  border-radius: 8px;
  border: 1px dashed rgba(120, 120, 128, 0.35);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  cursor: pointer;
  transition: border-color 140ms ease, background-color 140ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._overlayMediaGalleryFilePicker_1d74w_4373:hover {
  border-color: rgba(192, 132, 252, 0.45);
  background: rgba(192, 132, 252, 0.06);
  color: rgba(255, 255, 255, 0.82);
}

._overlayChip_1d74w_3873 {
  border: 1px solid rgba(120, 120, 128, 0.28);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  height: 34px;
  font-size: 12px;
  cursor: pointer;
}

._overlayChipActive_1d74w_4407 {
  border-color: rgba(120, 120, 128, 0.42);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.96);
}

._overlayDraftInput_1d74w_4413 {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(120, 120, 128, 0.35);
  background: rgba(255, 255, 255, 0.048);
  height: 38px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: border-color 140ms ease, background-color 140ms ease;
}

._overlayDraftInput_1d74w_4413:focus {
  border-color: rgba(160, 160, 168, 0.5);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.062);
}

._overlayDateTimeFields_1d74w_4438 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

._overlayDateTimeFields_1d74w_4438 ._overlayDraftInput_1d74w_4413:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

._overlayDraftTextarea_1d74w_4451 {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(120, 120, 128, 0.35);
  background: rgba(255, 255, 255, 0.048);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  padding: 10px 11px;
  resize: none;
  box-sizing: border-box;
  outline: none;
  min-height: 90px;
  line-height: 1.45;
  transition: border-color 140ms ease, background-color 140ms ease;
}

._overlayDraftTextarea_1d74w_4451:focus {
  border-color: rgba(160, 160, 168, 0.5);
  box-shadow: none;
  background: rgba(255, 255, 255, 0.062);
}

._overlayFieldHint_1d74w_4473 {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

._overlayFieldMeta_1d74w_4479 {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.56);
}

._overlayDraftHint_1d74w_4485 {
  margin: -4px 0 2px;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0.01em;
}

._disabled_1d74w_3368 {
  opacity: 0.5;
  pointer-events: none;
}

._overlayDraftSectionWrap_1d74w_4498 {
  min-height: 0;
  height: 100%;
  justify-content: flex-start;
  gap: 12px;
}

._overlayStepBody_1d74w_4505 {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

._overlayStepBody_1d74w_4505::-webkit-scrollbar {
  display: none;
}

._overlayFormGrid_1d74w_4522 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

._overlayFormGridThirds_1d74w_4528 {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

._overlayFieldFlex_1d74w_3866 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._overlayFieldFlexFull_1d74w_4539 {
  grid-column: 1 / -1;
}

._overlayFieldError_1d74w_4543 {
  display: inline-flex;
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.52);
}

._overlayFormErrorBanner_1d74w_4551 {
  margin: 0 0 16px 0;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(192, 132, 252, 0.08);
  border: 1px solid rgba(255,255,255,0.1);
}

._overlayFormErrorBannerHeader_1d74w_4559 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

._overlayFormErrorBannerCount_1d74w_4566 {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

._overlayFormErrorBannerList_1d74w_4572 {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc;
}

._overlayFormErrorBannerItem_1d74w_4578 {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}

._overlayLineTable_1d74w_4584 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

._overlayLineTable_1d74w_4584::-webkit-scrollbar {
  display: none;
}

._overlayLineTableHeader_1d74w_4600 {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 8px;
  padding: 0 2px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: rgb(28, 28, 30);
}

._overlayLineTableRow_1d74w_4612 {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 8px;
  border: 1px solid rgba(120, 120, 128, 0.28);
  border-radius: 10px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.03);
  align-items: start;
}

._overlayLineCell_1d74w_4623 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

._overlayStaticField_1d74w_4630 {
  min-height: 38px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(120, 120, 128, 0.28);
  background: rgba(255, 255, 255, 0.038);
  padding: 9px 11px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.76);
}

._overlayLineFieldLabel_1d74w_4643 {
  font-size: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.1;
}

._overlayLineCellSplit_1d74w_4651 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  min-width: 0;
}

._overlayLineTableTransfer_1d74w_4658 ._overlayLineTableHeader_1d74w_4600 {
  display: none;
}

._overlayLineTableTransfer_1d74w_4658 ._overlayLineTableRow_1d74w_4612 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 6px;
}

._overlayLineTableRowTransfer_1d74w_4668 {
  align-items: start;
  padding: 10px;
}

._overlayTransferBatchPanel_1d74w_4673 {
  border: 1px solid rgba(120, 120, 128, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 8px;
  margin-top: -2px;
}

._overlayTransferBatchPanelHeader_1d74w_4681 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 8px;
}

._overlayLineTableAssignment_1d74w_4690 ._overlayLineTableHeader_1d74w_4600,
._overlayLineTableAssignment_1d74w_4690 ._overlayLineTableRow_1d74w_4612 {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.86fr) minmax(0, 0.85fr) minmax(0, 1.2fr);
}

._overlayLineTableProduction_1d74w_4695 ._overlayLineTableHeader_1d74w_4600,
._overlayLineTableProduction_1d74w_4695 ._overlayLineTableRow_1d74w_4612 {
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 1.1fr);
}

._overlayBatchToggle_1d74w_4700 {
  border: 1px solid rgba(120, 120, 128, 0.3);
  background: rgba(120, 120, 128, 0.12);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 7px 8px;
  font-size: 11px;
  cursor: pointer;
  text-align: left;
}

._overlayBatchList_1d74w_4711 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._overlayBatchRow_1d74w_4717 {
  display: grid;
  grid-template-columns: 1fr 95px;
  gap: 6px;
  align-items: center;
}

._overlayBatchRow_1d74w_4717 span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._overlayLineRowActions_1d74w_4732 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

._overlayLineRemoveButton_1d74w_4738 {
  border: 0;
  border-radius: 8px;
  min-height: 28px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 188, 188, 0.92);
  cursor: pointer;
}

._overlayLineRemoveButton_1d74w_4738:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

._overlayLineAddButton_1d74w_4756 {
  width: fit-content;
  border: 1px dashed rgba(120, 120, 128, 0.4);
  background: rgba(120, 120, 128, 0.08);
  color: rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  cursor: pointer;
}

._overlayOutputPlanCard_1d74w_4768 {
  border: 1px solid rgba(120, 120, 128, 0.28);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.024) 100%);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._overlayDocumentsBlock_1d74w_4778 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._overlayDocumentLinkGrid_1d74w_4784 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

._overlayDocumentLinkRow_1d74w_4790 {
  border: 1px solid rgba(120, 120, 128, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 9px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
}

._overlayDocumentLinkRow_1d74w_4790 span:last-child {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}

._overlayDocumentLinkRowActive_1d74w_4807 {
  border-color: rgba(59, 130, 246, 0.62);
  background: rgba(59, 130, 246, 0.16);
}

._overlayQuickCreateCard_1d74w_4812 {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}

._overlayCsvPanel_1d74w_4823 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._overlayCsvPanelCopy_1d74w_4829 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._overlayCsvPanelTitle_1d74w_4835 {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

._overlayCsvPanelBody_1d74w_4843 {
  margin: 0;
  max-width: 760px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}

._overlayCsvPicker_1d74w_4851 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 38px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(120, 120, 128, 0.34);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
}

._overlayCsvInput_1d74w_4868 {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

._overlayCsvFileName_1d74w_4875 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 980px) {
  ._overlayInsightGrid_1d74w_3682 {
    grid-template-columns: 1fr;
  }

  ._overlayFieldHeaderRow_1d74w_4213 {
    align-items: flex-start;
    flex-direction: column;
  }

  ._overlayMediaGalleryRow_1d74w_4261 {
    grid-template-columns: 1fr;
  }

  ._overlayMediaGalleryActions_1d74w_4335 {
    justify-self: start;
  }

  ._overlayMediaGalleryFields_1d74w_4327 {
    grid-template-columns: 1fr;
  }
}

._messageC1Body_1d74w_4905 {
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  min-height: 72px;
  padding: 16px;
  margin: 16px 16px 4px;
  min-block-size: 72px;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.65);
  background-color: rgb(28, 28, 30);
  display: flex;
  flex-direction: column;

  ._messageBodyHeader_1d74w_1167 {
    ._messageBodyHeaderLeft_1d74w_1178 {
      ._messageBodyHeaderLeftInfo_1d74w_1184 {
        ._messageBodyHeaderLeftInfoTitle_1d74w_1192 {
          font-size: 17px;

          &:hover {
            background-color: rgba(255, 255, 255, 0);
          }
        }
      }
    }
  }

  ._messageBodyContent_1d74w_42 {
    display: flex;
    flex-direction: column;
    width: 100%;

    ._messageBodyContentHeaders_1d74w_2233 {
      display: grid;
      width: 100%;
      align-self: center;
      min-height: 180px;
      height: fit-content;
      gap: 2px;
      grid-template-columns: 19.5% 19.5% 19.5% 19.5% 19.5%;
      grid-template-rows: 1fr;

      ._messageBodyContentHeadersItem_1d74w_2262 {
        display: grid;
        position: relative;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 1;
        background-color: rgba(255, 255, 255, 0.033);
        cursor: pointer;

        ._messageBodyContentHeadersItemTImage_1d74w_4957 {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        ._messageBodyContentHeadersItemTFileFallback_1d74w_4963 {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 6px;
          padding: 12px;
          box-sizing: border-box;
          text-align: center;
        }

        ._messageBodyContentHeadersItemTFileExt_1d74w_4976 {
          font-size: 18px;
          line-height: 1;
          font-weight: 600;
          letter-spacing: 0.1em;
          color: rgba(255, 255, 255, 0.9);
        }

        ._messageBodyContentHeadersItemTFileName_1d74w_4984 {
          font-size: 11px;
          line-height: 1.3;
          color: rgba(255, 255, 255, 0.66);
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          word-break: break-word;
        }

        ._messageBodyContentHeadersItemDownload_1d74w_4995 {
          position: absolute;
          right: 7.5px;
          bottom: 7.5px;
          width: 28px;
          height: 28px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border: none;
          border-radius: 999px;
          background: rgba(17, 24, 39, 0.72);
          color: rgba(255, 255, 255, 0.94);
          cursor: pointer;
        }

        ._messageBodyContentHeadersItemDownload_1d74w_4995:hover {
          background: rgba(17, 24, 39, 0.88);
        }

        ._messageBodyContentHeadersItemTAMT_1d74w_3322 {
          position: absolute;
          text-align: center;
          top: 7.5px;
          right: 12.5px;
          font-size: 19px;
          font-weight: 500;
          user-select: none;
          cursor: default;
        }

._messageBodyContentHeadersItemTDT_1d74w_5026 {
          position: absolute;
          width: 100%;
          text-align: center;
          bottom: 7.5px;
          font-size: 13px;
          font-weight: 400;
          user-select: none;
          cursor: default;
        }

        ._messageBodyContentHeadersItemTPDI_1d74w_5037 {
          padding: 3px;
          border-radius: 6px;
          position: absolute;
          top: 7.5px;
          left: 7.5px;
          background-color: rgb(0, 170, 0);
        }

        ._messageBodyContentHeadersItemTPDO_1d74w_5046 {
          padding: 3px;
          border-radius: 6px;
          position: absolute;
          top: 7.5px;
          left: 7.5px;
          background-color: rgb(170, 0, 0);
        }

        ._messageBodyContentHeadersItemTPICON_1d74w_3333 {
          align-self: center;
          justify-self: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          font-size: 13px;
          text-align: center;
          padding-top: 30px;
          color: rgba(255, 255, 255, 0.65);

          svg {
            color: rgba(255, 255, 255, 0.65);
          }
        }

        ._messageBodyContentHeadersItemTADB_1d74w_5071 {
          align-self: center;
          justify-self: center;
          background-color: rgba(255, 255, 255, 0.075);
          height: 45px;
          width: 45px;
          border-radius: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          user-select: none;
          cursor: pointer;
        }

        &:nth-child(even) {
          background-color: rgba(0, 0, 0, 0.075);
        }

      }

      ._addDocumentButton_1d74w_5091 {
        background-color: transparent !important;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1 / 1;
        min-height: 0;
        height: auto;
      }
    }

    ._messageBodyContentSeparator_1d74w_2395 {
      margin: 25px 0 0px;
      font-weight: 400;
      display: grid;
      width: 100%;
      align-self: center;
      gap: 1px;
      height: 40px;
      grid-template-columns: 47.5% 17.5% 17.5% calc(17.5% - 3px);
      grid-template-rows: 1fr 1fr 1fr;

      span {
        padding: 5px 15px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.075);
        text-align: center;

        &:first-of-type {
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
        }

        &:last-of-type {
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
        }
      }

    }

    ._messageBodyContentItems_1d74w_2426 {
      font-weight: 400;
      display: grid;
      width: 100%;
      align-self: center;
      gap: 1px;
      grid-template-columns: 47.5% 17.5% 17.5% calc(17.5% - 3px);
      grid-template-rows: 1fr 1fr 1fr;

      ._messageBodyContentItem_1d74w_42 {
        display: flex;
        padding: 0px 15px;
        margin: 7.5px 0;
        gap: 15px;

        ._messageBodyContentItemImage_1d74w_2441 {
          width: 60px;
          height: 75px;
          flex-shrink: 0;
          border-radius: 5px;
          border: 1px solid rgba(255, 255, 255, 0.25);
          object-fit: cover;
        }

        ._messageBodyContentItemDetails_1d74w_2450 {
          display: flex;
          flex-direction: column;

          ._messageBodyContentItemDetailsTitle_1d74w_2454 {
            font-size: 14px;
            font-weight: 500;
            margin: 0;
          }

          ._messageBodyContentItemDetailsSubTitle_1d74w_2460 {
            font-size: 12px;
            line-height: 15px;
            font-weight: 400;
            margin: 0;
            color: rgba(255, 255, 255, 0.5);
          }
        }

      }

      ._messageBodyContentItemTotals_1d74w_47 {
        text-align: right;
        margin: 0 15px;
        font-size: 14px;
      }

      ._messageBodyContentItemTotalsAmount_1d74w_48 {
        text-align: right;
        margin: 0 15px;
        font-size: 14px;
        font-weight: 500;
      }

    }

    ._messageBodyContentFooter_1d74w_1589 {
      display: flex;
      flex-direction: column;
      flex: 1;
      margin-top: 6px;

      ._messageBodyContentFooterSub_1d74w_1593 {
        display: flex;
        margin: 0 15px;

        ._messageBodyContentFooterSubTitle_1d74w_2496 {
          flex: 1;
          text-align: right;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
        }

        ._messageBodyContentFooterSubSubTitle_1d74w_2503 {
          width: 12%;
          text-align: right;
          font-size: 14px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
        }
      }

      ._messageBodyContentFooterSubAlt_1d74w_1593 {
        display: flex;
        margin: 6px 15px;

        ._messageBodyContentFooterSubAltTitle_1d74w_2516 {
          flex: 1;
          text-align: left;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
        }
      }

      ._messageBodyContentFooterMain_1d74w_2524 {
        display: flex;
        align-items: center;
        margin: 25px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        ._messageBodyContentFooterMainTitle_1d74w_2531 {
          flex: 1;
          text-align: right;
          display: flex;
          justify-content: space-between;
          font-size: 12px;
          color: rgba(255, 255, 255, 0.5);
          font-weight: 500;
          padding: 15px 25px;
          height: 100%;
          border-right: 1px solid rgba(255, 255, 255, 0.1);

          span {
            color: rgba(255, 255, 255, 0.98);
            background-color: rgb(0, 170, 0);
            border-radius: 5px;
            padding: 0 15px;
          }
        }

        ._messageBodyContentFooterMainSubTitle_1d74w_2544 {
          width: 12%;
          text-align: right;
          font-size: 18px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
          margin: 0 15px;
        }
      }
    }

  }
}

/* Keep non-preview documents legible without relying on a file-type thumbnail. */
._messageBodyContentHeadersItemTFileFallback_1d74w_4963 {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 28px 20px;
  box-sizing: border-box;
  text-align: center;
}

._messageBodyContentHeadersItemTFileName_1d74w_4984 {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

._messageC2Body_1d74w_5297 {
  -webkit-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  min-height: 72px;
  padding: 16px;
  margin: 16px 16px 4px;
  min-block-size: 72px;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.65);
  background-color: rgb(28, 28, 30);
  display: flex;
  flex-direction: column;

  ._messageBodyHeader_1d74w_1167 {
    ._messageBodyHeaderLeft_1d74w_1178 {
      ._messageBodyHeaderLeftInfo_1d74w_1184 {
        ._messageBodyHeaderLeftInfoTitle_1d74w_1192 {
          font-size: 17px;

          &:hover {
            background-color: rgba(255, 255, 255, 0);
          }
        }
      }
    }
  }

  ._messageBodyContent_1d74w_42 {
    display: flex;
    flex-direction: column;
    width: 100%;

    ._messageBodyContentHeaders_1d74w_2233 {
      display: grid;
      width: 100%;
      align-self: center;
      min-height: 180px;
      height: fit-content;
      gap: 2px;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      grid-template-rows: 1fr;
      grid-auto-rows: 1fr;

      ._messageBodyContentHeadersItem_1d74w_2262 {
        display: grid;
        position: relative;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
        min-height: 0;
        min-width: 0;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.075);

        ._messageBodyContentHeadersItemTImage_1d74w_4957 {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        ._messageBodyContentHeadersItemTTypeImage_1d74w_5359 {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 45px;
          height: 45px;
        }

        ._messageBodyContentHeadersItemTADB_1d74w_5071 {
          align-self: center;
          justify-self: center;
          background-color: rgba(255, 255, 255, 0.075);
          height: 45px;
          width: 45px;
          border-radius: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          user-select: none;
          cursor: pointer;
        }

        &:nth-child(even) {
          background-color: rgba(0, 0, 0, 0.075);
        }
      }

      ._addDocumentButton_1d74w_5091 {
        background-color: transparent !important;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1 / 1;
        min-height: 0;
        height: auto;
      }
    }

    ._messageBodyContentSeparator_1d74w_2395 {
      margin: 25px 0 0px;
      font-weight: 400;
      display: grid;
      width: 100%;
      align-self: center;
      gap: 1px;
      height: 40px;
      grid-template-columns: 47.5% 17.5% 17.5% calc(17.5% - 3px);
      grid-template-rows: 1fr 1fr 1fr;

      span {
        padding: 5px 15px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.075);
        text-align: center;

        &:first-of-type {
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
        }

        &:last-of-type {
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
        }
      }

    }

    ._messageBodyContentFooter_1d74w_1589 {
      display: flex;
      flex-direction: column;
      flex: 1;
      margin-top: 6px;

      ._messageBodyContentFooterSub_1d74w_1593 {
        display: flex;
        margin: 0 15px;

        ._messageBodyContentFooterSubTitle_1d74w_2496 {
          flex: 1;
          text-align: right;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
        }

        ._messageBodyContentFooterSubSubTitle_1d74w_2503 {
          width: 12%;
          text-align: right;
          font-size: 14px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
        }
      }

      ._messageBodyContentFooterSubAlt_1d74w_1593 {
        display: flex;
        margin: 6px 15px;

        ._messageBodyContentFooterSubAltTitle_1d74w_2516 {
          flex: 1;
          text-align: left;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.5);
        }
      }

      ._messageBodyContentFooterMain_1d74w_2524 {
        display: flex;
        align-items: center;
        margin: 25px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        ._messageBodyContentFooterMainTitle_1d74w_2531 {
          flex: 1;
          text-align: right;
          display: flex;
          justify-content: space-between;
          font-size: 12px;
          color: rgba(255, 255, 255, 0.5);
          font-weight: 500;
          padding: 15px 25px;
          height: 100%;
          border-right: 1px solid rgba(255, 255, 255, 0.1);

          span {
            color: rgba(255, 255, 255, 0.98);
            background-color: rgb(0, 170, 0);
            border-radius: 5px;
            padding: 0 15px;
          }
        }

        ._messageBodyContentFooterMainSubTitle_1d74w_2544 {
          width: 12%;
          text-align: right;
          font-size: 18px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
          margin: 0 15px;
        }
      }
    }

  }
}

  ._locationAssociatedInventoryBody_1d74w_5507 {
  flex-grow: 0;
  min-height: 0;
  align-self: stretch;

  ._messageBodyContent_1d74w_42 {
    flex: 0;
    height: auto;

    ._messageBodyContentHeaders_1d74w_2233 {
      min-height: 0;
      height: auto;
      max-height: none;
      overflow-y: visible;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      align-items: start;
      align-content: start;
      gap: 2px;
      grid-auto-rows: min-content;

      ._messageBodyContentHeadersItem_1d74w_2262 {
        min-height: 0;
        border-radius: 0;
        align-self: start;
        aspect-ratio: auto;
        height: auto;
        min-width: 0;
        box-sizing: border-box;
      }

      ._associatedInventoryTile_1d74w_5537 {
        position: relative;
        padding: 8px;
        display: flex;
        flex-direction: column;
        gap: 2px;
        justify-content: flex-start;
        overflow: visible;
        width: 100%;
        height: auto;
        min-height: 200px;
        box-sizing: border-box;
      }

      ._associatedInventoryIconWrap_1d74w_5551 {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        color: rgba(174, 174, 178, 0.92);
        overflow: visible;
      }

      ._associatedInventoryTileIcon_1d74w_5565 {
        width: 22px;
        height: 22px;
        display: block;
        overflow: visible;
      }

      ._associatedInventoryQtyTop_1d74w_5572 {
        position: absolute;
        top: 6px;
        right: 6px;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        padding: 5px 10px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.14);
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.92);
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      ._associatedInventorySingleImage_1d74w_5592 {
        width: min(46%, 78px);
        height: auto;
        aspect-ratio: 1 / 1;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 8px;
        object-fit: cover;
        background: rgba(255, 255, 255, 0.06);
        margin: 32px auto 10px;
        flex-shrink: 0;
      }

      ._associatedInventoryMeta_1d74w_5604 {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 0;
        margin-top: auto;
        min-height: 56px;
        padding: 0 1px;
        overflow: hidden;
      }

      ._associatedInventoryName_1d74w_5615,
      ._associatedInventoryDetail_1d74w_5616,
      ._associatedInventoryCategory_1d74w_5617 {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      ._associatedInventoryName_1d74w_5615 {
        font-size: 12px;
        line-height: 1.15;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.96);
      }

      ._associatedInventoryDetail_1d74w_5616 {
        font-size: 10px;
        line-height: 1.15;
        color: rgba(255, 255, 255, 0.62);
      }

      ._associatedInventoryCategory_1d74w_5617 {
        margin-top: 1px;
        min-width: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 10px;
        line-height: 1.15;
      }
    }

    ._messageBodyContentFooter_1d74w_1589 {
      flex: 0;
      margin-top: 6px;
    }
  }
}

._productLocationTile_1d74w_5653 {
  position: relative;
  overflow: hidden;
}

._productLocationStockPill_1d74w_5658 {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(33, 37, 43, 0.92);
  border: none;
  box-shadow: none;
  white-space: nowrap;
}

._productLocationStockPill_1d74w_5658::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #69d58a;
  box-shadow: none;
  flex-shrink: 0;
}

._productLocationImage_1d74w_5688 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

._productLocationOverlay_1d74w_5695 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgba(12, 12, 13, 0.82) 55%, rgba(12, 12, 13, 0.92) 100%);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

._productLocationName_1d74w_5707 {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.96);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._productLocationMeta_1d74w_5716 {
  font-size: 11px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.76);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._messageTitle_1d74w_5725 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #ffffff;
}

._messageViewLink_1d74w_5732 {
  font-size: 12px;
  color: #cccccc;
  margin-bottom: 24px;
}

._messageViewLink_1d74w_5732 a {
  color: #c084fc;
  text-decoration: underline;
}

._messageViewLink_1d74w_5732 a:hover {
  color: #d8b4fe;
}

._warningContent_1d74w_5747 {
  background: linear-gradient(135deg, #1e3a5f 0%, #2d5aa0 100%);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 20px;
}

._hdfcHeader_1d74w_5754 {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

._hdfcLogo_1d74w_5759 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}

._warningImage_1d74w_5768 {
  padding: 40px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._warningText_1d74w_5775 h2 {
  margin: 0 0 8px 0;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

._personImage_1d74w_5783 {
  font-size: 80px;
  opacity: 0.8;
}

/* Scroll Area Styles */
._scrollRoot_1d74w_5789 {
  flex: 1;
  overflow: hidden;
}

._scrollViewport_1d74w_5794 {
  width: 100%;
  height: 100%;
}

/* Fix for Radix ScrollArea's table display wrapper */
._scrollViewport_1d74w_5794>div[style*="display: table"] {
  display: block !important;
  min-width: unset !important;
  width: 100% !important;
  height: 100% !important;
}

._scrollbar_1d74w_5807 {
  display: none;
  user-select: none;
  touch-action: none;
  padding: 2px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 160ms ease-out;
}

._scrollbar_1d74w_5807:hover {
  background: rgba(255, 255, 255, 0.2);
}

._scrollbar_1d74w_5807[data-orientation='vertical'] {
  width: 8px;
}

._scrollbar_1d74w_5807[data-orientation='horizontal'] {
  flex-direction: column;
  height: 8px;
}

._scrollThumb_1d74w_5829 {
  flex: 1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  position: relative;
}

._scrollThumb_1d74w_5829::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 44px;
  min-height: 44px;
}

._scrollThumb_1d74w_5829:hover {
  background: rgba(255, 255, 255, 0.5);
}

._contextWrapper_1d74w_5852 {
  position: relative;
  border-radius: 8px;
}

._messageItem_1d74w_407[data-state='open'] {
  outline: 2px solid rgba(192, 132, 252, 0.85);
  outline-offset: -2px;
}

._contextMenu_1d74w_5862 {
  min-width: 250px;
  background-color: rgb(28, 28, 30);
  border: .2px solid rgba(116, 116, 128, 0.25);
  border-radius: 12px;
  padding: 5px;
  box-shadow: 0px 10px 38px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(0, 0, 0, 0.2);
  color: white;
  z-index: 1000;
  animation: 0.2s cubic-bezier(0.32, 0.08, 0.24, 1) _cw-modal-pop_1d74w_1;
}

/* Origin: Based on Radix side + align */
._contextMenu_1d74w_5862[data-side="top"][data-align="start"],
._contextMenu_1d74w_5862[data-side="bottom"][data-align="start"] {
  transform-origin: top left;
}

._contextMenu_1d74w_5862[data-side="top"][data-align="center"],
._contextMenu_1d74w_5862[data-side="bottom"][data-align="center"] {
  transform-origin: top center;
}

._contextMenu_1d74w_5862[data-side="top"][data-align="end"],
._contextMenu_1d74w_5862[data-side="bottom"][data-align="end"] {
  transform-origin: top right;
}

._contextMenu_1d74w_5862[data-side="left"][data-align="start"],
._contextMenu_1d74w_5862[data-side="right"][data-align="start"] {
  transform-origin: top left;
}

._contextMenu_1d74w_5862[data-side="left"][data-align="center"],
._contextMenu_1d74w_5862[data-side="right"][data-align="center"] {
  transform-origin: center left;
}

._contextMenu_1d74w_5862[data-side="left"][data-align="end"],
._contextMenu_1d74w_5862[data-side="right"][data-align="end"] {
  transform-origin: bottom left;
}

._contextItem_1d74w_5905 {
  all: unset;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;

  svg {
    color: #C084FC;
  }

  &:hover {
    background-color: #2c2c2e;
  }

  &[data-disabled] {
    font-size: 14.5px;
    font-weight: 500;

    &:hover {
      background-color: transparent;
    }
  }
}

@keyframes _cw-modal-pop_1d74w_1 {
  0% {
    opacity: 0;
    transform: scale(0.62);
  }

  80% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

._separator_1d74w_5951 {
  height: 1px;
  background-color: #3a3a3c;
  margin: 5px 10px;
}

._hoverCardContent_1d74w_5957 {
  background-color: rgb(28, 28, 30);
  border: 1px solid rgba(116, 116, 128, 0.25);
  border-radius: 12px;
  box-shadow: 0px 10px 38px rgba(0, 0, 0, 0.3), 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding: 12px;
  width: 250px;
  z-index: 100;
  animation: _fadeIn_1d74w_1 0.2s ease;
}

._hoverCardInner_1d74w_5968 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._hoverCardInner_1d74w_5968 strong {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

._hoverCardInner_1d74w_5968 p {
  font-size: 13px;
  color: #555;
  margin: 0;
}

._hoverCardInner_1d74w_5968 small {
  font-size: 12px;
  color: #888;
}

@keyframes _fadeIn_1d74w_1 {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._avatarHoverRoot_1d74w_6003 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  user-select: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--black-a3);
  flex-shrink: 0;
  flex-grow: 0;
}

._avatarHoverFallback_1d74w_6018 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgb(166, 171, 183), rgb(134, 138, 147));
  color: rgb(224, 236, 248);
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

._Content_1d74w_6031 {
  border-radius: 6px;
  padding: 20px;
  width: 300px;
  background-color: rgb(33, 32, 32);
  box-shadow:
    hsl(206 22% 7% / 35%) 0px 10px 38px -10px,
    hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;

  &[data-side="top"] {
    animation-name: _slideDownAndFade_1d74w_1;
  }

  &[data-side="right"] {
    animation-name: _slideLeftAndFade_1d74w_1;
  }

  &[data-side="bottom"] {
    animation-name: _slideUpAndFade_1d74w_1;
  }

  &[data-side="left"] {
    animation-name: _slideRightAndFade_1d74w_1;
  }
}

._Arrow_1d74w_6060 {
  fill: rgba(116, 116, 128, 0.25);
}

._ImageTrigger_1d74w_6064 {
  all: unset;
  cursor: pointer;
  border-radius: 100%;
  display: inline-block;

  &:focus {
    box-shadow: 0 0 0 2px white;
  }
}

._Image_1d74w_6064 {
  display: block;
  border-radius: 100%;

  &.normal {
    width: 45px;
    height: 45px;
  }

  &.large {
    width: 60px;
    height: 60px;
  }
}

._Text_1d74w_6090 {
  margin: 0;
  color: var(--mauve-12);
  font-size: 15px;
  line-height: 1.5;

  &.faded {
    color: var(--mauve-10);
  }

  &.bold {
    font-weight: 500;
  }
}

._confirmOverlay_1d74w_6105 {
  position: fixed;
  inset: 0;
  background-color: rgba(10, 10, 10, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 5000;
}

._confirmDialog_1d74w_6116 {
  width: min(420px, calc(100vw - 32px));
  border-radius: 10.5px;
  padding: 18px;
  background-color: rgb(28, 28, 30);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
  color: rgba(255, 255, 255, 0.96);
}

._confirmHeader_1d74w_6125 h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 500;
}

._confirmHeader_1d74w_6125 p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

._confirmActions_1d74w_6138 {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}

._confirmPrimary_1d74w_6145,
._confirmSecondary_1d74w_6146 {
  border: none;
  border-radius: 8px;
  min-width: 100px;
  max-width: fit-content;
  height: auto;
  padding: 8px 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

._confirmPrimary_1d74w_6145 {
  background: rgb(234, 52, 39);
  color: white;
}

._confirmPrimary_1d74w_6145:hover {
  background: rgb(214, 44, 32);
}

._confirmSecondary_1d74w_6146 {
  background: rgb(60, 60, 62);
  color: rgba(255, 255, 255, 0.9);
}

._confirmSecondary_1d74w_6146:hover {
  background: rgb(72, 72, 74);
  color: rgba(255, 255, 255, 0.96);
}

._confirmHint_1d74w_6182 {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.48);
}

@keyframes _slideUpAndFade_1d74w_1 {
  0% {
    opacity: 0;
    transform: translateY(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes _slideRightAndFade_1d74w_1 {
  0% {
    opacity: 0;
    transform: translateX(-2px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes _slideDownAndFade_1d74w_1 {
  0% {
    opacity: 0;
    transform: translateY(-2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes _slideLeftAndFade_1d74w_1 {
  0% {
    opacity: 0;
    transform: translateX(2px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (prefers-color-scheme: light) {
  ._emailClient_1d74w_5 {
    background: #fff;
    color: #1f2937;
  }

  ._sidebar_1d74w_55 {
    background: linear-gradient(180deg, rgba(251, 252, 255, 0.98), rgba(243, 246, 251, 0.96));
    border-right: 1px solid rgb(209, 209, 214);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.7);
  }

  ._messageList_1d74w_223 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.98));
    border-right: 1px solid rgba(210, 218, 228, 0.95);
  }

  ._messageContainer_1d74w_552,
  ._messageContentHeader_1d74w_806 {
    background: #ffffff;
    border-bottom: 1px solid transparent;
  }

  ._messageContentHeader_1d74w_806._overlapping_1d74w_814 {
    border-color: rgba(210, 218, 228, 0.5);
    background: rgba(247, 249, 252, 0.98);
  }

  ._sidebarHeader_1d74w_70 h2,
  ._foldersHeader_1d74w_172 h3,
  ._headerTop_1d74w_236 h2,
  ._sender_1d74w_693,
  ._subject_1d74w_665,
  ._messageBodyHeader_1d74w_1167 ._messageBodyHeaderLeft_1d74w_1178 ._messageBodyHeaderLeftInfo_1d74w_1184 ._messageBodyHeaderLeftInfoTitle_1d74w_1192,
  ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._messageBodyContentHeadersSubTitle_1d74w_2252,
  ._messageBodyContentFooterMainTitle_1d74w_2531,
  ._messageBodyContentFooterMainSubTitle_1d74w_2544,
  ._Text_1d74w_6090 {
    color: #1f2937;
  }

  ._mailboxName_1d74w_145 {
    color: #243043;
  }

  ._count_1d74w_158,
  ._headerInfo_1d74w_318,
  ._preview_1d74w_669,
  ._time_1d74w_706,
  ._messageBodyHeader_1d74w_1167 ._messageBodyHeaderRight_1d74w_1246 ._messageBodyHeaderRightDate_1d74w_1251,
  ._messageBodyHeader_1d74w_1167 ._messageBodyHeaderLeft_1d74w_1178 ._messageBodyHeaderLeftInfo_1d74w_1184 ._messageBodyHeaderLeftInfoSubtitle_1d74w_1213 span,
  ._messageBodyHeaderLeftInfoSubtitle_1d74w_1213,
  ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._messageBodyContentHeadersTitle_1d74w_2244,
  ._messageBodyContentSeparator_1d74w_2395 span,
  ._messageBodyContentFooterSubTitle_1d74w_2496,
  ._messageBodyContentFooterSubSubTitle_1d74w_2503,
  ._messageBodyContentFooterSubAltTitle_1d74w_2516,
  ._Text_1d74w_6090.faded {
    color: rgba(71, 85, 105, 0.88) !important;
  }

  ._mailboxItem_1d74w_101:hover,
  ._messageBodyHeader_1d74w_1167 ._messageBodyHeaderLeft_1d74w_1178 ._messageBodyHeaderLeftInfo_1d74w_1184 ._messageBodyHeaderLeftInfoTitle_1d74w_1192:hover,
  ._messageBodyHeader_1d74w_1167 ._messageBodyHeaderLeft_1d74w_1178 ._messageBodyHeaderLeftInfo_1d74w_1184 ._messageBodyHeaderLeftInfoSubtitle_1d74w_1213 span:hover,
  ._messageBodyHeader_1d74w_1167 ._messageBodyHeaderRight_1d74w_1246 ._messageDetailsButton_1d74w_1272:hover,
  ._contextItem_1d74w_5905:hover {
    background-color: rgba(200, 200, 200, 0.35);
  }

  ._mailboxItem_1d74w_101._active_1d74w_121 {
    background: rgba(120, 120, 128, 0.1);
    color: rgba(0, 0, 0, 0.88);

    &:hover {
      background: rgba(120, 120, 128, 0.2);
    }
  }

  ._iconButton_1d74w_302,
  ._messageBodyHeader_1d74w_1167 ._messageBodyHeaderRight_1d74w_1246 ._messageDetailsButton_1d74w_1272,
  ._detailsButton_1d74w_1079,
  ._messageViewLink_1d74w_5732 a,
  ._contextItem_1d74w_5905 svg,
  ._mailboxItem_1d74w_101 svg {
    color: #C084FC;
  }

  ._iconButton_1d74w_302:hover {
    background-color: rgba(200, 200, 200, 0.35);
  }

  ._searchIcon_1d74w_350,
  ._searchClearIcon_1d74w_356 {
    color: #6b7280;
  }

  ._searchClearIcon_1d74w_356:hover {
    background-color: rgba(148, 163, 184, 0.18);
  }

  ._searchInput_1d74w_370 {
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgb(209, 209, 214);
    color: #1f2937;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  ._searchInput_1d74w_370::placeholder {
    color: #94a3b8;
  }

  ._searchInput_1d74w_370:focus {
    outline: 3px solid rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.28);
    caret-color: rgba(255, 255, 255, 0.6);
  }

  ._topHits_1d74w_391,
  ._messageBody_1d74w_42,
  ._messageC1Body_1d74w_4905,
  ._messageC2Body_1d74w_5297,
  ._messageC3Body_1d74w_6356 {
    background: rgba(255, 255, 255, 0.985);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  }

  ._messageBody_1d74w_42 {
    background: #ffffff;
  }

  ._topHits_1d74w_391 ._topHitsLabel_1d74w_398 {
    color: #1f2937;
  }

  ._messageItem_1d74w_407._selected_1d74w_411,
  ._topHits_1d74w_391 ._messageItem_1d74w_407._selected_1d74w_411 {
    background: rgba(120, 120, 128, 0.15);
  }

  ._messageContent_1d74w_448:not(:focus-within) {
    border-bottom-color: rgba(226, 232, 240, 1);
  }

  ._actions_1d74w_449 {
    background-color: rgba(51, 54, 56, 0.5);
    color: #ffffff;
  }

  ._unreadIndicator_1d74w_789,
  ._unreadDot_1d74w_334 {
    background-color: #C084FC;
  }

  ._avatarFallback_1d74w_556,
  ._avatarHoverFallback_1d74w_6018 {
    background: linear-gradient(rgb(188, 198, 214), rgb(148, 163, 184));
    color: #f8fafc;
  }

._lightIcon_1d74w_6394 {
  display: flex;
}

._darkIcon_1d74w_6398 {
  display: none;
}

  ._lightModeIconBorder_1d74w_6402 {
    border: 1px solid rgba(80, 85, 96, 0.15) !important;
    box-shadow: 0 0 7.5px 0.33px rgba(80, 85, 96, 0.1);
  }

  ._messageBodyHeader_1d74w_1167 {
    border-bottom-color: rgba(226, 232, 240, 0.95);
  }

  ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._messageBodyContentHeadersItemL_1d74w_2262,
  ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._messageBodyContentHeadersItemS_1d74w_2330,
  ._messageBodyContentSeparator_1d74w_2395 span,
  ._messageBodyContentFooterMain_1d74w_2524,
  ._messageBodyContentFooterSub_1d74w_1593,
  ._messageBodyContentFooterSubAlt_1d74w_1593,
  ._gatepassDetailCard_1d74w_2590,
  ._gatepassDetailEmpty_1d74w_2679 {
    background-color: rgba(241, 241, 241, 1) !important;
    color: #1f2937;
  }

  ._messageBodyContentFooterSubAlt_1d74w_1593,
  ._messageBodyContentFooterSubTitle_1d74w_2496,
  ._messageBodyContentFooterSubAltTitle_1d74w_2516,
  ._gatepassDetailSectionLabel_1d74w_2570,
  ._gatepassDetailSectionCount_1d74w_2578,
  ._gatepassDetailCode_1d74w_2609,
  ._gatepassDetailType_1d74w_2630,
  ._gatepassDetailMeta_1d74w_2636,
  ._gatepassDetailFooter_1d74w_2644,
  ._gatepassDetailNotes_1d74w_2654 {
    color: rgba(71, 85, 105, 0.84) !important;
    background-color: transparent !important;
  }

  ._locationHeatmapMap_1d74w_2121 ._locationHeatmapLabel_1d74w_1333 {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(80, 85, 96, 0.14);
    color: #1f2937;
  }

  ._locationMapImageDark_1d74w_2190 {
    display: none;
  }

  ._locationMapImageLight_1d74w_2194 {
    display: block;
  }

  ._locationHeatmapMap_1d74w_2121 ._locationHeatmapMeta_1d74w_2155 {
    background: rgba(255, 255, 255, 0.86);
    color: rgba(51, 65, 85, 0.9) !important;
  }

  ._productHeroSummary_1d74w_6456,
  ._productMetaCard_1d74w_6457,
  ._productStockCard_1d74w_6458 {
    background-color: rgba(241, 241, 241, 1);
  }

  ._productHeroMetric_1d74w_6462,
  ._productMetaValue_1d74w_6463,
  ._productStockLocation_1d74w_6464,
  ._productStockQty_1d74w_6465 {
    color: #1f2937;
  }

  ._productHeroSub_1d74w_6469,
  ._productStockType_1d74w_6470 {
    color: rgba(71, 85, 105, 0.82);
  }

  ._productHeroStatus_1d74w_6474 {
    color: #9A5F2B;
    background: rgba(192, 132, 252, 0.12);
  }

  ._productStockRow_1d74w_6479 {
    background: rgba(249, 249, 249, 1);
  }

  ._productLocationStockPill_1d74w_5658 {
    color: #1f2937;
    background: rgba(247, 247, 248, 0.98);
    border: none;
    box-shadow: none;
  }

  ._productLocationStockPill_1d74w_5658::before {
    background: #c084fc;
    box-shadow: none;
  }

  ._locationCapacityBadge_1d74w_1347 {
    background: rgba(80, 85, 96, 0.08);
    color: rgba(31, 41, 55, 0.86);
  }

  ._locationCapacityLabel_1d74w_1381,
  ._locationCapacityUtilization_1d74w_1388 {
    color: #1f2937;
  }

  ._locationCapacityMeter_1d74w_1395 {
    background: rgba(80, 85, 96, 0.12);
  }

  ._locationCapacityMeta_1d74w_1422 {
    color: rgba(71, 85, 105, 0.86);
  }

  ._messageC1Body_1d74w_4905 ._messageBodyContent_1d74w_42 ._messageBodyContentSeparator_1d74w_2395 span,
  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentSeparator_1d74w_2395 span,
  ._messageC3Body_1d74w_6356 ._messageBodyContent_1d74w_42 ._messageBodyContentSeparator_1d74w_2395 span {
    color: rgba(71, 85, 105, 0.82) !important;
    background-color: transparent !important;
    border-top: 1px solid rgba(226, 232, 240, 0.96);
    border-bottom: 1px solid rgba(226, 232, 240, 0.96);
  }

  ._messageBodyContentFooterMain_1d74w_2524,
  ._messageBodyContentItemDetailsTitle_1d74w_2454,
  ._messageBodyContentItemTotalsAmount_1d74w_48,
  ._messageBodyContentFooterSubSubTitle_1d74w_2503,
  ._messageBodyContentFooterMainTitle_1d74w_2531,
  ._messageBodyContentFooterMainSubTitle_1d74w_2544,
  ._gatepassDetailSectionLabel_1d74w_2570,
  ._gatepassDetailSectionCount_1d74w_2578,
  ._gatepassDetailCode_1d74w_2609,
  ._gatepassDetailType_1d74w_2630,
  ._gatepassDetailMeta_1d74w_2636,
  ._gatepassDetailFooter_1d74w_2644,
  ._gatepassDetailNotes_1d74w_2654 {
    color: #1f2937 !important;
    background-color: transparent !important;
  }

  ._gatepassPrintBtn_1d74w_2660 {
    border-color: rgba(0, 0, 0, 0.15) !important;
    background: rgba(0, 0, 0, 0.05) !important;
    color: #374151 !important;
  }
  ._gatepassPrintBtn_1d74w_2660:hover {
    background: rgba(0, 0, 0, 0.1) !important;
  }

  ._messageBodyContentItemImage_1d74w_2441 {
    border: 1px solid rgba(80, 85, 96, 0.2) !important;
  }

  ._messageC1Body_1d74w_4905 ._messageBodyContentFooter_1d74w_1589 ._messageBodyContentFooterMain_1d74w_2524 ._messageBodyContentFooterMainTitle_1d74w_2531 span,
  ._messageC2Body_1d74w_5297 ._messageBodyContentFooter_1d74w_1589 ._messageBodyContentFooterMain_1d74w_2524 ._messageBodyContentFooterMainTitle_1d74w_2531 span,
  ._messageC3Body_1d74w_6356 ._messageBodyContentFooter_1d74w_1589 ._messageBodyContentFooterMain_1d74w_2524 ._messageBodyContentFooterMainTitle_1d74w_2531 span {
    color: #9A5F2B !important;
    background-color: transparent !important;
    padding: 0;
  }

  ._messageBodyContentItemDetailsSubTitle_1d74w_2460 {
    color: rgba(71, 85, 105, 0.84) !important;
    background: transparent !important;
  }

  ._messageBodyContentFooterSub_1d74w_1593,
  ._messageBodyContentFooterSubTitle_1d74w_2496 {
    color: #1f2937 !important;
    background: transparent !important;
  }

  ._messageBodyContentFooterMain_1d74w_2524 {
    border-top: 1px solid rgba(226, 232, 240, 0.95) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
  }

  ._gatepassDetailCard_1d74w_2590 {
    border: 1px solid rgba(226, 232, 240, 0.95) !important;
  }

  ._gatepassDetailStatus_1d74w_2619 {
    color: #9A5F2B !important;
    background: rgba(192, 132, 252, 0.12) !important;
  }

  ._gatepassDetailEmpty_1d74w_2679 {
    border: 1px dashed rgba(226, 232, 240, 0.95) !important;
  }

  ._messageBodyContentFooterMain_1d74w_2524 ._messageBodyContentFooterMainTitle_1d74w_2531 {
    border-right: 1px solid rgba(226, 232, 240, 0.95) !important;
  }

  ._messageC1Body_1d74w_4905 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._messageBodyContentHeadersItem_1d74w_2262,
  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._messageBodyContentHeadersItem_1d74w_2262 {
    background-color: rgba(241, 241, 241, 1);
  }

  ._messageC1Body_1d74w_4905 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._messageBodyContentHeadersItem_1d74w_2262:nth-child(even),
  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._messageBodyContentHeadersItem_1d74w_2262:nth-child(even) {
    background-color: rgba(249, 249, 249, 1);
  }

  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._associatedInventoryTile_1d74w_5537 {
    background-color: rgba(241, 241, 241, 1);
  }

  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._associatedInventoryTile_1d74w_5537:nth-child(even) {
    background-color: rgba(249, 249, 249, 1);
  }

  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._associatedInventorySingleImage_1d74w_5592 {
    border-color: rgba(80, 85, 96, 0.16);
  }

  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._associatedInventoryName_1d74w_5615,
  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._associatedInventoryQtyTop_1d74w_5572 {
    color: #1f2937;
  }

  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._associatedInventoryQtyTop_1d74w_5572 {
    background: rgba(80, 85, 96, 0.08);
  }

  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._associatedInventoryDetail_1d74w_5616 {
    color: rgba(71, 85, 105, 0.82);
  }

  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._associatedInventoryCategory_1d74w_5617 {
    color: rgba(51, 65, 85, 0.88);
  }

  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._associatedInventoryTile_1d74w_5537:nth-child(1) {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  ._messageC2Body_1d74w_5297 ._messageBodyContent_1d74w_42 ._messageBodyContentHeaders_1d74w_2233 ._associatedInventoryTile_1d74w_5537:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  ._PaymentOverlay_1d74w_3146 {
    background-color: rgba(245, 245, 247, 0.85);
  }

  ._PaymentOverlayContent_1d74w_3154 {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0 15px 0 rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(205, 208, 213, 0.96);
  }

  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayContentSidebar_1d74w_3174 {
    background: rgba(248, 250, 252, 0.95);
    border-right: 1px solid rgba(218, 222, 228, 0.96);
  }

  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayCloseIcon_1d74w_3183 {
    color: #3e454f !important;
    background-color: rgba(248, 250, 252, 0.95);

    &:hover {
      background-color: rgba(120, 120, 128, 0.2);
    }
  }

  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayContentMain_1d74w_3200,
  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainTitle_1d74w_3208,
  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionTitle_1d74w_3224,
  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionValue_1d74w_3231,
  ._directoryEditPane_1d74w_3661 ._PaymentOverlayContentMain_1d74w_3200,
  ._directoryEditPane_1d74w_3661 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainTitle_1d74w_3208,
  ._directoryEditPane_1d74w_3661 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionTitle_1d74w_3224,
  ._directoryEditPane_1d74w_3661 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionValue_1d74w_3231,
  ._overlayInsightValue_1d74w_3707,
  ._overlayCalloutTitle_1d74w_3765,
  ._overlayStaticField_1d74w_4630 {
    color: #1f2937 !important;
    border-color: rgba(189, 193, 198, 0.76) !important;
  }

  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionBody_1d74w_3294,
  ._directoryEditPane_1d74w_3661 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionBody_1d74w_3294 {
    color: rgba(71, 85, 105, 0.88) !important;
  }

  ._overlayInsightCard_1d74w_3689,
  ._overlayCallout_1d74w_3720,
  ._overlayStaticField_1d74w_4630 {
    background: rgba(248, 250, 252, 0.9) !important;
    border-color: rgba(218, 222, 228, 0.96) !important;
  }

  ._overlayInsightLabel_1d74w_3699,
  ._overlayInsightCaption_1d74w_3714,
  ._overlayCalloutBody_1d74w_3772,
  ._overlayCalloutFooter_1d74w_3773,
  ._overlayFieldMeta_1d74w_4479 {
    color: rgba(71, 85, 105, 0.82) !important;
  }

  ._overlayCalloutLabel_1d74w_3751 {
    background: rgba(15, 23, 42, 0.06) !important;
    color: rgba(51, 65, 85, 0.82) !important;
  }

  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionTable_1d74w_3306 ._messageBodyContentHeadersItem_1d74w_2262,
  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionTable1_1d74w_3352 ._messageBodyContentHeadersItem_1d74w_2262,
  ._directoryEditPane_1d74w_3661 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionTable_1d74w_3306 ._messageBodyContentHeadersItem_1d74w_2262,
  ._directoryEditPane_1d74w_3661 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionTable1_1d74w_3352 ._messageBodyContentHeadersItem_1d74w_2262 {
    background-color: rgba(241, 241, 241, 0.98) !important;
    border-color: rgba(189, 193, 198, 0.76) !important;
  }

  ._messageBodyContentHeadersItemTPICON_1d74w_3333 {
    color: rgba(71, 85, 105, 0.85) !important;
  }

  ._messageBodyContentHeadersItemTPICON_1d74w_3333 svg {
    color: rgba(71, 85, 105, 0.85) !important;
  }

  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionBtnPrimary_1d74w_3254,
  ._directoryEditPane_1d74w_3661 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionBtnPrimary_1d74w_3254 {
    background: #000 !important;
    color: #fff !important;
  }

  ._overlayButtonRow_1d74w_3571 ._PaymentOverlayContentMainSectionBtnPrimary_1d74w_3254 {
    background: #000 !important;
    color: #fff !important;
    border-radius: 8px !important;
  }

  ._overlayBtnPrimaryPill_1d74w_3621 {
    background-color: #000;
    color: #fff;
  }

  ._PaymentOverlayContent_1d74w_3154 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionBtnSecondary_1d74w_3274,
  ._directoryEditPane_1d74w_3661 ._PaymentOverlayContentMain_1d74w_3200 ._PaymentOverlayContentMainSectionBtnSecondary_1d74w_3274 {
    background: rgba(231, 231, 231, 0.98) !important;
    color: #334155;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12) !important;
  }

  ._overlayButtonRow_1d74w_3571 ._PaymentOverlayContentMainSectionBtnSecondary_1d74w_3274 {
    background: rgba(231, 231, 231, 0.98) !important;
    color: #334155 !important;
    border-radius: 8px !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12) !important;
  }

  ._overlayBtnSecondaryPill_1d74w_3640 {
    background-color: rgba(231, 231, 231, 0.98);
    color: #334155;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  }

  ._locationShareButton_1d74w_1942 {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.7);
  }

  ._locationShareButton_1d74w_1942:hover {
    background: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.88);
  }

  ._overlaySidebarItem_1d74w_3431 {
    color: #1f2937;
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(189, 193, 198, 0.5);
  }

  ._overlaySidebarItemActive_1d74w_3454 {
    background: rgba(215, 230, 255, 0.95);
    border-color: rgba(120, 153, 210, 0.68);
  }

  ._overlaySidebarLabel_1d74w_3466 {
    color: rgba(71, 85, 105, 0.74);
  }

  ._overlaySidebarCard_1d74w_3472 {
    background: rgba(255, 255, 255, 0.98);
    border-color: rgba(189, 193, 198, 0.65);
  }

  ._overlaySidebarTitle_1d74w_3482 {
    color: #0f172a;
  }

  ._overlaySidebarMeta_1d74w_3489 {
    color: #475569;
  }

  ._overlaySidebarPill_1d74w_3494 {
    color: #334155;
    background: rgba(148, 163, 184, 0.22);
  }

  ._overlayTitleTab_1d74w_3503,
  ._overlayTitleCurrent_1d74w_3512 {
    color: #0f172a;
  }

  ._overlayTitleDivider_1d74w_3508 {
    color: rgba(71, 85, 105, 0.64);
  }

  ._overlayInventorySearchList_1d74w_3523 {
    border-color: rgba(189, 193, 198, 0.76);
  }

  ._overlayInventorySearchRow_1d74w_3530 {
    border-color: rgba(189, 193, 198, 0.55);
  }

  ._overlayInventorySearchRow_1d74w_3530:hover {
    background: rgba(148, 163, 184, 0.15);
  }

  ._overlayInventorySearchRowSelected_1d74w_3547,
  ._overlayInventorySearchRowSelected_1d74w_3547:hover {
    background: rgba(147, 197, 253, 0.35);
  }

  ._overlayInventorySearchRowMain_1d74w_3552 span:first-child {
    color: #0f172a;
  }

  ._overlayInventorySearchRowMain_1d74w_3552 span:last-child,
  ._overlayInventorySearchRowRight_1d74w_3553 span {
    color: #475569;
  }

  ._overlaySectionAction_1d74w_3844 {
    color: #334155;
    background: rgba(148, 163, 184, 0.16);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.25);
  }

  ._overlaySectionAction_1d74w_3844:hover {
    color: #0f172a;
    background: rgba(148, 163, 184, 0.24);
  }

  ._overlayChip_1d74w_3873 {
    color: #334155;
    border-color: rgba(189, 193, 198, 0.86);
    background: rgba(255, 255, 255, 0.98);
  }

  ._overlayChipActive_1d74w_4407 {
    color: #0f172a;
    border-color: rgba(59, 130, 246, 0.62);
    background: rgba(191, 219, 254, 0.65);
  }

  ._overlayDraftInput_1d74w_4413,
  ._overlayDraftTextarea_1d74w_4451 {
    color: #0f172a;
    border-color: rgba(189, 193, 198, 0.86);
    background: rgba(255, 255, 255, 0.98);
  }

  ._overlayFieldError_1d74w_4543 {
    color: #dc2626;
  }

  ._overlayLineTableHeader_1d74w_4600 {
    color: rgba(71, 85, 105, 0.72);
  }

  ._overlayLineFieldLabel_1d74w_4643 {
    color: rgba(71, 85, 105, 0.76);
  }

  ._overlayLineTableRow_1d74w_4612,
  ._overlayOutputPlanCard_1d74w_4768,
  ._overlayQuickCreateCard_1d74w_4812,
  ._overlayDocumentLinkRow_1d74w_4790 {
    border-color: rgba(189, 193, 198, 0.8);
    background: rgba(255, 255, 255, 0.98);
    color: #0f172a;
  }

  ._overlayDocumentLinkRow_1d74w_4790 span:last-child,
  ._overlayBatchRow_1d74w_4717 span {
    color: rgba(71, 85, 105, 0.82);
  }

  ._overlayTransferBatchPanel_1d74w_4673 {
    border-color: rgba(189, 193, 198, 0.8);
    background: rgba(255, 255, 255, 0.98);
  }

  ._overlayTransferBatchPanelHeader_1d74w_4681 {
    color: rgba(71, 85, 105, 0.76);
  }

  ._overlayDocumentLinkRowActive_1d74w_4807 {
    border-color: rgba(59, 130, 246, 0.62);
    background: rgba(191, 219, 254, 0.65);
  }

  ._overlayBatchToggle_1d74w_4700,
  ._overlayLineAddButton_1d74w_4756 {
    color: #334155;
    border-color: rgba(189, 193, 198, 0.8);
    background: rgba(241, 245, 249, 0.92);
  }

  ._PaymentOverlayContentMainSectionDocs_1d74w_3880 ._overlayDocumentMatchCard_1d74w_3888 {
    border-color: rgba(189, 193, 198, 0.8);
    background: rgba(255, 255, 255, 0.98);
  }

  ._PaymentOverlayContentMainSectionDocs_1d74w_3880 ._overlayDocumentPreviewWrap_1d74w_3899 {
    background: rgba(241, 245, 249, 0.9);
  }

  ._PaymentOverlayContentMainSectionDocs_1d74w_3880 ._overlayDocumentName_1d74w_3967 {
    color: #0f172a;
  }

  ._PaymentOverlayContentMainSectionDocs_1d74w_3880 ._overlayDocumentType_1d74w_3978,
  ._PaymentOverlayContentMainSectionDocs_1d74w_3880 ._overlayDocumentDate_1d74w_3984 {
    color: #475569;
  }

  ._overlayDocumentPreviewExt_1d74w_3934,
  ._messageBodyContentHeadersItemTFileExt_1d74w_4976,
  ._artifactViewerFileExtension_1d74w_3096 {
    color: #0f172a;
  }

  ._overlayDocumentPreviewName_1d74w_3942,
  ._messageBodyContentHeadersItemTFileName_1d74w_4984,
  ._artifactViewerFileName_1d74w_3104 {
    color: #475569;
  }

  ._artifactViewerFileFallback_1d74w_3079 {
    border-color: rgba(189, 193, 198, 0.8);
    background: rgba(255, 255, 255, 0.98);
  }

  ._overlayUploadDropzone_1d74w_4162 {
    border-color: rgba(189, 193, 198, 0.85);
    background: rgba(248, 250, 252, 0.95);
  }

  ._overlayUploadDropzoneIcon_1d74w_4175 {
    background: rgba(148, 163, 184, 0.2);
    color: #334155;
  }

  ._overlayUploadDropzoneTitle_1d74w_4186 {
    color: #0f172a;
  }

  ._overlayUploadDropzoneMeta_1d74w_4193 {
    color: #64748b;
  }

  ._productionMetricCard_1d74w_1552 {
    border-color: rgba(189, 193, 198, 0.8);
    background: rgba(255, 255, 255, 0.98);
  }

  ._productionMetricValue_1d74w_1563 {
    color: #0f172a;
  }

  ._productionHeatmapValue_1d74w_1473 {
    color: #0f172a;
  }

  ._productionHeatmapMeta_1d74w_1481 {
    color: rgba(71, 85, 105, 0.8);
  }

  ._productionStreamPill_1d74w_1527 {
    color: rgba(30, 41, 59, 0.95);
  }

  ._productionStreamPillMaterial_1d74w_1540 {
    background: rgba(147, 197, 253, 0.5);
  }

  ._productionStreamPillProduct_1d74w_1544 {
    background: rgba(134, 239, 172, 0.48);
  }

  ._productionStreamPillLoss_1d74w_1548 {
    background: rgba(253, 186, 116, 0.52);
  }

  ._productionSectionLabel_1d74w_1570 {
    color: rgba(71, 85, 105, 0.76);
  }

  ._scrollbar_1d74w_5807 {
    background: rgba(203, 213, 225, 0.32);
  }

  ._scrollbar_1d74w_5807:hover {
    background: rgba(148, 163, 184, 0.36);
  }

  ._scrollThumb_1d74w_5829 {
    background: rgba(148, 163, 184, 0.72);
  }

  ._scrollThumb_1d74w_5829:hover {
    background: rgba(100, 116, 139, 0.84);
  }

  ._contextMenu_1d74w_5862,
  ._hoverCardContent_1d74w_5957,
  ._Content_1d74w_6031 {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    color: #1f2937;
  }

  ._contextItem_1d74w_5905[data-disabled] {
    color: #111827;
  }

  ._separator_1d74w_5951 {
    background-color: rgba(226, 232, 240, 0.95);
  }

  ._Arrow_1d74w_6060 {
    fill: rgba(226, 232, 240, 0.95);
  }

  ._ImageTrigger_1d74w_6064:focus {
    box-shadow: 0 0 0 2px rgba(192, 132, 252, 0.35);
  }

  ._confirmDialog_1d74w_6116 {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 0 15px 0 rgba(15, 23, 42, 0.18);
    color: #111827;
  }

  ._confirmHeader_1d74w_6125 p,
  ._confirmHint_1d74w_6182 {
    color: rgba(71, 85, 105, 0.88);
  }

  ._confirmSecondary_1d74w_6146 {
    background: rgba(231, 231, 231, 0.98);
    color: #334155;
  }

  ._confirmSecondary_1d74w_6146:hover {
    background: rgba(220, 220, 220, 0.98);
    color: #1f2937;
  }

  ._confirmPrimary_1d74w_6145 {
    background: rgb(234, 52, 39);
    color: #fff;
  }

  ._confirmPrimary_1d74w_6145:hover {
    background: rgb(214, 44, 32);
  }
}
._overlayErrorBanner_1d74w_7075 { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; margin: 16px; border-radius: 10px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); } ._overlayErrorBannerContent_1d74w_7075 { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.85); } ._overlayErrorBannerRetry_1d74w_7075 { padding: 6px 14px; border-radius: 6px; border: none; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6); font-size: 12px; font-weight: 600; cursor: pointer; transition: background 0.15s; } ._overlayErrorBannerRetry_1d74w_7075:hover { background: rgba(234,52,39,0.35); } ._loadingContainer_1d74w_7075 { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 48px 24px; color: rgba(255,255,255,0.45); font-size: 13px; }



._onboardingModal_1d74w_7079{max-width:560px;width:90vw;max-height:85vh;overflow-y:auto;padding:32px;border-radius:16px;background:rgb(22,22,27);border:1px solid rgba(255,255,255,0.08)}
._onboardingModalHeader_1d74w_7080{text-align:center;margin-bottom:28px}
._onboardingModalIcon_1d74w_7081{width:56px;height:56px;margin:0 auto 16px;display:block}
._onboardingModalHeader_1d74w_7080 h2{font-size:20px;font-weight:600;color:rgba(255,255,255,0.9);margin:0 0 10px}
._onboardingModalHeader_1d74w_7080 p{font-size:13px;line-height:1.6;color:rgba(255,255,255,0.5);max-width:440px;margin:0 auto}
._onboardingSteps_1d74w_7084{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}
._onboardingStepCard_1d74w_7085{display:flex;gap:14px;padding:14px 16px;border-radius:10px;border:1px solid rgba(255,255,255,0.06);cursor:pointer;transition:border-color .15s}
._onboardingStepCard_1d74w_7085:hover{border-color:rgba(255,255,255,0.15)}
._onboardingStepActive_1d74w_7087{border-color:rgba(255,255,255,0.2);background:rgba(255,255,255,0.04)}
._onboardingStepNum_1d74w_7088{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:rgba(255,255,255,0.5);flex-shrink:0}
._onboardingStepActive_1d74w_7087 ._onboardingStepNum_1d74w_7088{background:rgba(255,255,255,0.15);color:rgba(255,255,255,0.8)}
._onboardingStepCard_1d74w_7085 h4{font-size:13px;font-weight:600;color:rgba(255,255,255,0.75);margin:0 0 4px}
._onboardingStepCard_1d74w_7085 p{font-size:12px;line-height:1.5;color:rgba(255,255,255,0.4);margin:0}
._onboardingModalFooter_1d74w_7092{text-align:center}
._onboardingModalDismiss_1d74w_7093{padding:10px 28px;border-radius:8px;border:1px solid rgba(255,255,255,0.12);background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.8);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}
._onboardingModalDismiss_1d74w_7093:hover{background:rgba(255,255,255,0.12)}
._visuallyHidden_1d74w_7095{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
._quickCreateStepPills_1d74w_7096{display:flex;gap:6px;margin-bottom:16px}
._stepPill_1d74w_7097{padding:6px 14px;border-radius:20px;border:1px solid rgba(120,120,128,0.25);background:transparent;color:rgba(255,255,255,0.5);font-size:12px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}
._stepPill_1d74w_7097:hover{background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.8);border-color:rgba(255,255,255,0.25)}
._activeStepPill_1d74w_7099{padding:6px 14px;border-radius:20px;border:1px solid rgba(255,255,255,0.3);background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.9);font-size:12px;font-weight:500;cursor:pointer}

/* Media gallery card — image previews and compact controls */
._overlayMediaGalleryRow_1d74w_4261 ._overlayDocumentPreviewWrap_1d74w_3899 {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
._overlayMediaGalleryRow_1d74w_4261 ._overlayDocumentPreviewWrap_1d74w_3899 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._overlayMediaGalleryFilename_1d74w_7114 {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 56px;
}
._overlayMediaGalleryRow_1d74w_4261 button {
  font-size: 11px;
}

/* Neutral overlay confirmation banner */
._overlayConfirmBanner_1d74w_7128 {
  padding: 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  margin-top: 16px;
}
._overlayConfirmBanner_1d74w_7128 h3 {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  margin: 0 0 10px;
}

._associateDocumentsOverlayContent_1d74w_7142 {
  max-width: 860px;
  height: 640px;
  min-height: 0;
  max-height: min(640px, calc(100vh - 64px));
}

._associateDocumentsOverlayContent_1d74w_7142 ._PaymentOverlayContentMain_1d74w_3200 {
  padding: 20px 20px 14px;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

._associateDocumentsOverlayContent_1d74w_7142 ._PaymentOverlayContentMainSection_1d74w_3215 {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

._associateDocumentsOverlayContent_1d74w_7142 ._PaymentOverlayContentMainSectionValue_1d74w_3231._Static_1d74w_3244 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 34px;
}

._associateDocumentsOverlayContent_1d74w_7142 ._PaymentOverlayContentMainSectionValue_1d74w_3231._Static_1d74w_3244 svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 auto;
}

._listFilterDatePicker_1d74w_7186 { position: relative; }
._listFilterDateTrigger_1d74w_7187 { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; height: 38px; padding: 0 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; outline: none; background: #323236; color: #fff; font: inherit; font-size: 13px; font-weight: 400; text-align: left; cursor: pointer; }
._listFilterDateTrigger_1d74w_7187 span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
._listFilterDateTriggerOpen_1d74w_7189, ._listFilterDateTrigger_1d74w_7187:focus-visible { border-color: rgba(142,142,147,.72); box-shadow: 0 0 0 3px rgba(142,142,147,.14); }
._listFilterCalendar_1d74w_7190 { position: absolute; z-index: 140; top: calc(100% + 6px); left: 0; width: 254px; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: #1c1c1e; box-shadow: 0 18px 42px rgba(0,0,0,.46); }
._listFilterCalendarTopbar_1d74w_7191 { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
._listFilterCalendarTopbar_1d74w_7191 button, ._listFilterCalendarClear_1d74w_7192 { border: 0; border-radius: 8px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.86); cursor: pointer; }
._listFilterCalendarTopbar_1d74w_7191 button { display: grid; width: 30px; height: 30px; place-items: center; }
._listFilterCalendarSelectors_1d74w_7194 { display: grid; flex: 1; grid-template-columns: 1fr 76px; gap: 6px; }
._listFilterCalendarSelectors_1d74w_7194 select { min-width: 0; height: 30px; padding: 0 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #2c2c2e; color: #fff; font: inherit; font-size: 12px; }
._listFilterCalendarSelectors_1d74w_7194 select option { background: #fff; color: #111827; }
._listFilterCalendarWeekdays_1d74w_7197, ._listFilterCalendarGrid_1d74w_7197 { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
._listFilterCalendarWeekdays_1d74w_7197 span { color: rgba(255,255,255,.38); font-size: 10px; line-height: 20px; text-align: center; }
._listFilterCalendarDay_1d74w_7199 { height: 28px; border: 0; border-radius: 8px; background: transparent; color: rgba(255,255,255,.84); font: inherit; font-size: 12px; cursor: pointer; }
._listFilterCalendarDay_1d74w_7199:hover { background: rgba(255,255,255,.08); }
._listFilterCalendarDayMuted_1d74w_7201 { color: rgba(255,255,255,.28); }
._listFilterCalendarDaySelected_1d74w_7202 { background: rgba(245,245,247,.92); color: #1d1d1f; }
._listFilterCalendarDayDisabled_1d74w_7203 { opacity: .25; cursor: not-allowed; }
._listFilterCalendarClear_1d74w_7192 { width: 100%; height: 30px; margin-top: 8px; font: inherit; font-size: 12px; }

._listFilterDateTrigger_1d74w_7187 { border-color: rgba(120,120,128,.35); border-radius: 8px; background: rgba(255,255,255,.048); color: rgba(255,255,255,.92); transition: background-color 140ms ease, border-color 140ms ease; }
._listFilterDateTrigger_1d74w_7187:hover, ._listFilterDateTriggerOpen_1d74w_7189 { border-color: rgba(160,160,168,.5); background: rgba(255,255,255,.062); box-shadow: none; }
._listFilterDateTrigger_1d74w_7187:focus-visible { outline: 2px solid rgba(255,255,255,.34); outline-offset: 2px; box-shadow: none; }
._listFilterDateTrigger_1d74w_7187 svg { color: rgba(255,255,255,.62); }
._listFilterCalendar_1d74w_7190 { width: min(280px, calc(100vw - 48px)); padding: 12px; border-color: rgba(120,120,128,.34); border-radius: 12px; background: rgb(35,35,37); box-shadow: 0 16px 38px rgba(0,0,0,.34); animation: _picker-enter_1d74w_1 140ms ease-out; }
._listFilterCalendarTopbar_1d74w_7191 { min-height: 30px; justify-content: space-between; margin-bottom: 0; padding: 0 2px 8px; font-size: 13px; font-weight: 500; }
._listFilterCalendarTopbar_1d74w_7191 strong { color: rgba(255,255,255,.92); font-size: 13px; font-weight: 600; }
._listFilterCalendarNav_1d74w_7213 { display: flex; align-items: center; gap: 2px; }
._listFilterCalendarNav_1d74w_7213 button { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 7px; background: transparent; color: rgba(255,255,255,.72); cursor: pointer; }
._listFilterCalendarNav_1d74w_7213 button:hover, ._listFilterCalendarFooter_1d74w_7215 button:hover:not(:disabled) { background: rgba(255,255,255,.08); color: rgba(255,255,255,.96); }
._listFilterCalendarWeekdays_1d74w_7197 { margin-bottom: 4px; }
._listFilterCalendarWeekdays_1d74w_7197 span { height: 24px; color: rgba(255,255,255,.4); font-size: 10px; font-weight: 500; line-height: 24px; }
._listFilterCalendarDay_1d74w_7199 { width: 30px; height: 30px; margin: 1px auto; border-radius: 7px; color: rgba(255,255,255,.82); font-size: 12px; }
._listFilterCalendarDay_1d74w_7199:hover { background: rgba(255,255,255,.09); color: rgba(255,255,255,.98); }
._listFilterCalendarDayMuted_1d74w_7201 { color: rgba(255,255,255,.24); }
._listFilterCalendarDayToday_1d74w_7221 { box-shadow: inset 0 0 0 1px rgba(255,255,255,.26); }
._listFilterCalendarDaySelected_1d74w_7202, ._listFilterCalendarDaySelected_1d74w_7202:hover { background: rgba(255,255,255,.92); color: rgb(32,32,34); box-shadow: none; }
._listFilterCalendarFooter_1d74w_7215 { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(120,120,128,.2); }
._listFilterCalendarFooter_1d74w_7215 button { min-height: 28px; padding: 0 8px; border: 0; border-radius: 7px; background: transparent; color: rgba(255,255,255,.72); font: inherit; font-size: 11px; cursor: pointer; }
._listFilterCalendarFooter_1d74w_7215 button:disabled { opacity: .34; cursor: default; }

/* Markdowns domain bindings layered over the copied Inventory presentation. */
._messageContainerAvatar_1d74w_7228 { width: 40px; height: 40px; }
._messageContainerAvatar_1d74w_7228 ._avatarFallback_1d74w_556 { font-size: 18.5px; }
._metaPosition1_1d74w_7230 { grid-column: 1 / 2; grid-row: 1; border-top-left-radius: 5px; }
._metaPosition2_1d74w_7231 { grid-column: 2 / 3; grid-row: 1; }
._metaPosition3_1d74w_7232 { grid-column: 1 / 2; grid-row: 2; }
._metaPosition4_1d74w_7233 { grid-column: 2 / 3; grid-row: 2; }
._metaPosition5_1d74w_7234 { grid-column: 1 / 2; grid-row: 3; border-bottom-left-radius: 5px; }
._metaPosition6_1d74w_7235 { grid-column: 2 / 3; grid-row: 3; }
._appImageAvatar_1d74w_7236 { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; border: 1px solid rgba(255,255,255,.05); background: rgba(255,255,255,.12); color: #c084fc; box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 8px 16px rgba(0,0,0,.24); }
._associatedGrid_1d74w_7237 { display: grid; width: 100%; min-height: 180px; gap: 2px; grid-template-columns: repeat(5,minmax(0,1fr)); }
._associatedItem_1d74w_7238 { position: relative; overflow: hidden; width: 100%; aspect-ratio: 1; background: rgba(255,255,255,.075); border: 0; color: #fff; cursor: pointer; padding: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
._associatedItem_1d74w_7238:nth-child(even) { background: rgba(0,0,0,.075); }
._associatedItem_1d74w_7238:hover { background: rgba(255,255,255,.11); }
._associatedIcon_1d74w_7241 { width: 45px; height: 45px; border-radius: 100px; background: rgba(255,255,255,.075); display: flex; align-items: center; justify-content: center; color: #c084fc; }
._associatedLabel_1d74w_7242 { font-size: 11px; color: rgba(255,255,255,.5); margin: 9px 0 4px; }
._associatedItem_1d74w_7238 strong { font-size: 13px; line-height: 16px; font-weight: 400; max-width: 100%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
._associatedTracking_1d74w_7244 { max-width: 100%; margin-top: 4px; color: rgba(255,255,255,.42); font-size: 10px; line-height: 13px; }
._inventoryNote_1d74w_7245 { display: flex; align-items: center; gap: 8px; margin: 16px 0 0; padding: 12px 15px; background: rgba(255,255,255,.05); border-radius: 5px; color: rgba(255,255,255,.55); font-size: 12px; }
._inventoryNote_1d74w_7245 svg { color: #c084fc; }
._promotionRowMeta_1d74w_7247 { min-width: 112px; justify-content: flex-end; align-items: center; }
._promotionDuration_1d74w_7248 { max-width: 132px; overflow: hidden; color: rgba(255,255,255,.5); font-size: 12px; text-overflow: ellipsis; }
._promotionStatusPill_1d74w_7249 { position: absolute; top: 19px; right: 0; padding: 1px 7px; border-radius: 999px; background: rgba(120,120,128,.28); color: rgba(255,255,255,.72); font-size: 10px; line-height: 15px; }
._promotionSubject_1d74w_7250 { padding-right: 72px; }
._promotionRowMeta_1d74w_7247 ._actions_1d74w_449 { position: absolute; top: 1px; right: -17px; }
._overlayBackdrop_1d74w_7252 { background-color: rgba(10,10,10,.8); position: fixed; inset: 0; z-index: 3000; animation: _overlayShow_1d74w_1 150ms cubic-bezier(.16,1,.3,1); }
._overlayContent_1d74w_7253 { background: rgb(28,28,30); border-radius: 10.5px; box-shadow: 0 0 15px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.1); position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 90vw; max-width: 860px; height: min(88vh,820px); display: flex; overflow: hidden; z-index: 3001; }
._overlaySidebar_1d74w_3425 { box-sizing: border-box; padding: 15px 10px; width: 240px; flex: 0 0 240px; border-right: 1px solid #3e3e42; background: rgb(32,32,35); }
._overlayClose_1d74w_7255 { margin: 0 0 15px 5px; border: 0; border-radius: 8px; padding: 2px; width: 24px; height: 24px; display: grid; place-items: center; cursor: pointer; color: #ccc; background: rgb(32,32,35); }
._overlayClose_1d74w_7255:hover { background: #3e3e42; }
._overlaySidebar_1d74w_3425 ul { padding: 0; margin: 0; list-style: none; }
._overlaySidebar_1d74w_3425 li { display: flex; align-items: center; padding: 0 7.5px; height: 32px; border-radius: 10px; cursor: pointer; }
._overlaySidebar_1d74w_3425 li:hover { background: rgba(116,116,128,.25); }
._overlaySidebar_1d74w_3425 li._active_1d74w_121 { background: rgb(52,52,54); }
._overlaySidebar_1d74w_3425 li svg { margin: 0 10px 0 5px; color: #c084fc; }
._overlaySidebar_1d74w_3425 li span { font-size: 15px; line-height: 15px; color: rgba(255,255,255,.98); }
._overlayMain_1d74w_7263 { padding: 20px 20px 14px; flex: 1; min-height: 0; overflow: auto; }
._overlayMain_1d74w_7263 > h2 { font-size: 17px; font-weight: 500; color: #fff; margin: 0 0 10px; }
._overlaySection_1d74w_3838 { display: flex; flex-direction: column; margin: 5px 0 15px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.08); }
._overlaySection_1d74w_3838 h3 { font-size: 14px; font-weight: 500; color: #fff; margin: 7.5px 0; }
._formGrid_1d74w_7267 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
._formGrid_1d74w_7267 label { display: grid; gap: 6px; font-size: 12px; color: rgba(255,255,255,.66); }
._formGrid_1d74w_7267 input,._formGrid_1d74w_7267 select { box-sizing: border-box; width: 100%; height: 38px; padding: 0 10px; border: 1px solid rgb(60,60,62); border-radius: 8px; outline: 0; background: rgba(255,255,255,.033); color: #fff; font-size: 14px; }
._formGrid_1d74w_7267 input:focus,._formGrid_1d74w_7267 select:focus { border-color: rgba(160,160,168,.5); }
._full_1d74w_7271 { grid-column: 1 / -1; }
._markdownDetailGrid_1d74w_7272 {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  gap: 12px;
  margin-top: 12px;
}

._markdownDetailPanel_1d74w_7279 {
  min-width: 0;
  padding: 14px 15px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .06);
}

._markdownDetailPanelHeader_1d74w_7287 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 24px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  line-height: 12px;
}

._markdownDetailPanelHeader_1d74w_7287 ._messageBodyContentHeadersPill_1d74w_2278 { margin-top: 0; }

._markdownFactRows_1d74w_7301 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, .04);
}

._markdownFactRows_1d74w_7301 > div {
  min-width: 0;
  min-height: 62px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, .035);
}

._markdownFactRows_1d74w_7301 span,
._markdownFactRows_1d74w_7301 strong { display: block; }
._markdownFactRows_1d74w_7301 span { margin-bottom: 5px; color: rgba(255, 255, 255, .45); font-size: 11px; }
._markdownFactRows_1d74w_7301 strong { overflow: hidden; color: rgba(255, 255, 255, .96); font-size: 14px; line-height: 17px; font-weight: 500; text-overflow: ellipsis; }

._markdownScopeRows_1d74w_7322 { display: flex; flex-direction: column; }
._markdownScopeRows_1d74w_7322 > div {
  display: grid;
  grid-template-columns: 24px 112px minmax(0, 1fr);
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
._markdownScopeRows_1d74w_7322 > div:last-child { border-bottom: 0; }
._markdownScopeRows_1d74w_7322 svg { color: #c084fc; }
._markdownScopeRows_1d74w_7322 span { color: rgba(255, 255, 255, .48); font-size: 12px; }
._markdownScopeRows_1d74w_7322 strong { min-width: 0; overflow: hidden; color: rgba(255, 255, 255, .96); font-size: 13px; line-height: 16px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }

._markdownAnalysisGrid_1d74w_7335 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 12px;
  margin-top: 12px;
}

._markdownAnalysisPanel_1d74w_7342,
._markdownSignalsPanel_1d74w_7343 {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 6px;
  background: rgba(255, 255, 255, .055);
}

._markdownSignalsPanel_1d74w_7343 { margin-top: 12px; }
._markdownAnalysisHeader_1d74w_7352 { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 13px; }
._markdownAnalysisHeader_1d74w_7352 span:last-child { color: rgba(255,255,255,.68); }

._markdownTrendChart_1d74w_7355 { display: grid; grid-template-columns: repeat(6, minmax(26px, 1fr)); gap: 8px; height: 142px; margin-top: 12px; }
._markdownTrendColumn_1d74w_7356 { display: grid; grid-template-rows: 18px 1fr 26px; min-width: 0; text-align: center; }
._markdownTrendValue_1d74w_7357 { color: rgba(255,255,255,.58); font-size: 10px; line-height: 14px; }
._markdownTrendTrack_1d74w_7358 { position: relative; display: flex; overflow: hidden; align-items: flex-end; justify-content: center; border-radius: 4px 4px 2px 2px; background: rgba(255,255,255,.035); }
._markdownTrendTrack_1d74w_7358 > span { width: 58%; min-height: 3px; border-radius: 3px 3px 1px 1px; background: rgba(235,235,240,.58); }
._markdownTrendLabel_1d74w_7360 { align-self: end; color: rgba(255,255,255,.36); font-size: 9px; line-height: 10px; white-space: normal; }
._markdownAnalysisFoot_1d74w_7361 { display: flex; justify-content: space-between; gap: 12px; margin-top: 9px; color: rgba(255,255,255,.42); font-size: 10px; }
._markdownAnalysisEmpty_1d74w_7362 { display: flex; min-height: 142px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
._markdownAnalysisEmpty_1d74w_7362 strong { color: rgba(255,255,255,.74); font-size: 13px; font-weight: 500; }
._markdownAnalysisEmpty_1d74w_7362 span { margin-top: 5px; color: rgba(255,255,255,.4); font-size: 11px; }

._markdownFunnelRows_1d74w_7366 { display: grid; gap: 15px; margin-top: 18px; }
._markdownFunnelRows_1d74w_7366 > div > span { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
._markdownFunnelRows_1d74w_7366 b { color: rgba(255,255,255,.68); font-size: 11px; font-weight: 400; }
._markdownFunnelRows_1d74w_7366 em { color: rgba(255,255,255,.94); font-size: 13px; font-style: normal; font-weight: 500; }
._markdownFunnelRows_1d74w_7366 > div > i { display: block; overflow: hidden; height: 5px; border-radius: 999px; background: rgba(255,255,255,.07); }
._markdownFunnelRows_1d74w_7366 > div > i > i { display: block; height: 100%; border-radius: inherit; background: rgba(235,235,240,.58); }

._markdownSignalsGrid_1d74w_7373 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin-top: 11px; border-radius: 5px; background: rgba(255,255,255,.045); }
._markdownSignalsGrid_1d74w_7373 > div { min-width: 0; min-height: 78px; padding: 11px 12px; background: rgba(255,255,255,.026); }
._markdownSignalsGrid_1d74w_7373 span,
._markdownSignalsGrid_1d74w_7373 strong,
._markdownSignalsGrid_1d74w_7373 small { display: block; }
._markdownSignalsGrid_1d74w_7373 span { color: rgba(255,255,255,.43); font-size: 10px; }
._markdownSignalsGrid_1d74w_7373 strong { margin-top: 5px; color: rgba(255,255,255,.96); font-size: 16px; line-height: 19px; font-weight: 500; }
._markdownSignalsGrid_1d74w_7373 small { margin-top: 4px; overflow: hidden; color: rgba(255,255,255,.42); font-size: 10px; line-height: 13px; text-overflow: ellipsis; }

@media (max-width: 1080px) {
  ._markdownDetailGrid_1d74w_7272,
  ._markdownAnalysisGrid_1d74w_7335 { grid-template-columns: 1fr; }
  ._markdownSignalsGrid_1d74w_7373 { grid-template-columns: 1fr; }
}

@media (prefers-color-scheme: light) {
  ._markdownDetailPanel_1d74w_7279,
  ._markdownAnalysisPanel_1d74w_7342,
  ._markdownSignalsPanel_1d74w_7343 { background: rgba(241, 241, 241, 1); border-color: rgba(80, 85, 96, .1); }
  ._markdownDetailPanelHeader_1d74w_7287,
  ._markdownFactRows_1d74w_7301 span,
  ._markdownScopeRows_1d74w_7322 span,
  ._markdownAnalysisHeader_1d74w_7352,
  ._markdownTrendValue_1d74w_7357,
  ._markdownAnalysisFoot_1d74w_7361,
  ._markdownAnalysisEmpty_1d74w_7362 span,
  ._markdownFunnelRows_1d74w_7366 b,
  ._markdownSignalsGrid_1d74w_7373 span,
  ._markdownSignalsGrid_1d74w_7373 small { color: rgba(31, 41, 55, .55); }
  ._markdownFactRows_1d74w_7301 { background: rgba(80, 85, 96, .08); }
  ._markdownFactRows_1d74w_7301 > div { background: rgba(255, 255, 255, .72); }
  ._markdownFactRows_1d74w_7301 strong,
  ._markdownScopeRows_1d74w_7322 strong,
  ._markdownFunnelRows_1d74w_7366 em,
  ._markdownSignalsGrid_1d74w_7373 strong { color: #1f2937; }
  ._markdownAnalysisEmpty_1d74w_7362 strong { color: rgba(31,41,55,.78); }
  ._markdownScopeRows_1d74w_7322 > div { border-bottom-color: rgba(80, 85, 96, .12); }
  ._markdownTrendTrack_1d74w_7358,
  ._markdownFunnelRows_1d74w_7366 > div > i { background: rgba(80,85,96,.1); }
  ._markdownTrendTrack_1d74w_7358 > span,
  ._markdownFunnelRows_1d74w_7366 > div > i > i { background: rgba(70,76,88,.54); }
  ._markdownSignalsGrid_1d74w_7373 { background: rgba(80,85,96,.08); }
  ._markdownSignalsGrid_1d74w_7373 > div { background: rgba(255,255,255,.72); }
}
@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayBlack-CJPa0fTE.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayBlackItalic-B-bpqL3c.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayBold-BP6G_pDf.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayBoldItalic-BNnmyWvS.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayLight-0AWf-xRh.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayLightItalic-BsSMOA0Q.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayMedium-D3hlmfAS.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayMediumItalic-BqsTF5-l.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayRoman-A6ipJltx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayRomanItalic-CSGtv2-a.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayThin-PECffUDD.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayThinItalic-CwGV46yN.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}


@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayXThin-C4dWMoTc.ttf') format('truetype');
  font-weight: 50;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayXThinItalic-CvysK3ef.ttf') format('truetype');
  font-weight: 50;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayXXThin-Co6Ee8-s.ttf') format('truetype');
  font-weight: 1;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasDisplay';
  src: url('/assets/NeueHaasDisplayXXThinItalic-6Ac920_A.ttf') format('truetype');
  font-weight: 1;
  font-style: italic;
}


:root {
  font-family: 'NeueHaasDisplay';
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  margin: 0;
}
._container_77mr5_1{width:100%;height:100%;margin:0 auto;backdrop-filter:blur(15px) saturate(.86);box-shadow:rgba(0,0,0,.16) 17px 20px 40px!important;box-sizing:border-box;display:flex;flex-direction:column;border-radius:11px;overflow:hidden;user-select:none}._header_77mr5_1{display:flex;align-items:center;justify-content:space-between;height:22.5%;max-height:80px;max-width:100%;padding:.5rem .75rem;background:rgba(248,248,252,.85)}._headerContent_77mr5_1{display:flex;align-items:center;gap:1rem;width:90%;padding:.5rem;border-radius:7px;cursor:pointer}._headerContent_77mr5_1:hover{background:rgba(0,0,0,.1)}._headerContent_77mr5_1:active{opacity:.75}._iconWrapper_77mr5_1{width:40px;height:40px;margin-left:.2rem;border-radius:10px;border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 16px rgba(0,0,0,.24);object-fit:cover}._titleSection_77mr5_1{display:flex;flex-direction:column}._title_77mr5_1{font-size:21px;font-weight:500;color:#111827;margin:0}._subtitle_77mr5_1{display:flex;align-items:center;gap:.25rem;margin-top:.25rem}._inboxIcon_77mr5_1{width:19px;height:19px;background:#959595;border-radius:50%;display:flex;align-items:center;justify-content:center}._smallIcon_77mr5_1{width:12px;height:12px;color:#fff}._subtitleText_77mr5_1{color:#6b7280;font-size:14px}._body_77mr5_1{display:flex;flex-direction:column;height:77.5%;width:100%;max-height:calc(100% - 80px);background:#fff;position:relative}._emailGrid_77mr5_1{display:grid;grid-template-columns:calc(50% - 2rem) calc(50% - 2rem);grid-template-rows:repeat(2,auto);grid-auto-flow:column;gap:0 2rem;padding:.65rem 0;width:100%;justify-content:center}._emailGrid_77mr5_1::before{content:"";position:absolute;top:31%;bottom:18%;left:50%;width:1px;background:#ddd}._emailItem_77mr5_1{display:flex;align-items:center;gap:.75rem;padding:.675rem .5rem;border-radius:7px;cursor:pointer;position:relative}._emailItem_77mr5_1:hover{background:rgba(0,0,0,.1)}._emailItem_77mr5_1:not(:nth-child(2))::before{content:"";position:absolute;bottom:0;right:2.5%;width:87.5%;height:1px;background:rgba(0,0,0,.05)}._unreadDot_77mr5_1{width:.625rem;height:.625rem;border-radius:50%;flex-shrink:0;background:#a855f7}._emailContent_77mr5_1{flex:1;min-width:0}._emailHeader_77mr5_1{display:flex;align-items:center;justify-content:space-between;margin-bottom:.125rem;gap:5px}._senderName_77mr5_1{color:#111827;font-size:.875rem;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}._timestamp_77mr5_1{font-size:10px;color:#6b7280}._subject_77mr5_1{font-size:11px;color:#6b7280;margin:0}._smallBody_77mr5_1{display:flex;flex-direction:column;justify-content:flex-start;flex:1;width:100%;max-height:calc(100% - 80px);background:#fff;padding:18px 18px 50px 27px;box-sizing:border-box;position:relative}._summaryStack_77mr5_1{display:grid;gap:1.1rem}._summaryRow_77mr5_1{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}._summaryMetric_77mr5_1{display:flex;align-items:center;gap:.78rem;min-width:0}._summaryMetricIcon_77mr5_1{width:24px;height:24px;color:rgba(17,24,39,.95);flex-shrink:0;stroke-width:2.1}._summaryMetricLabel_77mr5_1{color:rgba(17,24,39,.55);font-size:10.5px;line-height:1.05;margin-bottom:.18rem}._summaryMetricValue_77mr5_1{color:#111827;font-size:18px;line-height:1.1;font-weight:700}._summaryBadge_77mr5_1{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 .72rem;border-radius:999px;font-size:11px;color:#b026cf;background:rgba(168,85,247,.13)}._bottomActions_77mr5_1{display:flex;justify-content:space-between;position:absolute;left:0;right:0;bottom:0;padding:0 .85rem .8rem}._bottomButton_77mr5_1{border-radius:7px;width:1.8rem;height:1.8rem;padding:4px;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#707070}._bottomButton_77mr5_1:hover{background:rgba(0,0,0,.1)}._bottomButton_77mr5_1 svg{width:1.35rem;height:1.35rem}
@media(prefers-color-scheme:dark){._container_77mr5_1{box-shadow:17px 20px 40px rgba(0,0,0,.65)!important}._header_77mr5_1{background:rgba(56,56,61,.6)}._headerContent_77mr5_1:hover{background:rgba(255,255,255,.098)}._title_77mr5_1{color:rgba(255,255,255,.98)}._subtitleText_77mr5_1{color:rgba(255,255,255,.58)}._body_77mr5_1,._smallBody_77mr5_1{background:rgb(28,28,30)}._emailGrid_77mr5_1::before{background:rgba(255,255,255,.12)}._emailItem_77mr5_1:hover{background:rgba(255,255,255,.098)}._emailItem_77mr5_1:not(:nth-child(2))::before{background:rgba(255,255,255,.07)}._senderName_77mr5_1,._summaryMetricValue_77mr5_1{color:rgba(255,255,255,.98)}._timestamp_77mr5_1,._subject_77mr5_1,._summaryMetricLabel_77mr5_1{color:rgba(255,255,255,.5)}._summaryMetricIcon_77mr5_1{color:rgba(255,255,255,.92)}._bottomButton_77mr5_1:hover{background:rgba(255,255,255,.1)}}
