.ih-nav-login {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(14, 143, 150, 0.4);
  color: #0e8f96;
  letter-spacing: 0.08em;
}

.ih-auth-page {
  background:
    radial-gradient(circle at top right, rgba(31, 183, 189, 0.08), transparent 24%),
    radial-gradient(circle at left center, rgba(255, 122, 89, 0.08), transparent 22%),
    #f3f2f0;
  padding: 72px 24px 96px;
  font-family: "Montserrat", sans-serif;
  color: #313030;
}

.ih-auth-shell {
  width: min(780px, 100%);
  margin: 0 auto;
}

.ih-auth-card {
  background: #fffdfc;
  border-radius: 24px;
  padding: 48px;
  border: 1px solid rgba(49, 48, 48, 0.08);
  box-shadow: 0 24px 60px rgba(49, 48, 48, 0.08);
  display: grid;
  gap: 20px;
}

.ih-auth-card h1 {
  color: #313030;
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0;
}

.ih-auth-card p {
  margin: 0;
  color: #5b5a58;
  font-size: 17px;
  line-height: 1.75;
}

.ih-auth-socials {
  display: grid;
  gap: 12px;
}

.ih-auth-social {
  border: 1px solid rgba(49, 48, 48, 0.1);
  background: #ffffff;
  border-radius: 16px;
  padding: 14px 18px;
  font-weight: 700;
  color: #313030;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ih-auth-social:hover {
  border-color: rgba(14, 143, 150, 0.22);
  box-shadow: 0 16px 34px rgba(14, 143, 150, 0.07);
  transform: translateY(-1px);
}

.ih-auth-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: #f3f2f0;
}

.ih-google {
  color: #4285f4;
}

.ih-facebook {
  color: #1877f2;
}

.ih-apple {
  color: #000;
}

.ih-auth-divider {
  position: relative;
  text-align: center;
  color: #969694;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.ih-auth-divider span {
  background: #fffdfc;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}

.ih-auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(49, 48, 48, 0.12);
}

.ih-auth-form {
  display: grid;
  gap: 16px;
}

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

.ih-auth-role-card {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(49, 48, 48, 0.14);
  background: #fff;
  color: #1d1d1d;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ih-auth-role-card strong {
  font-size: 15px;
}

.ih-auth-role-card span {
  color: #6b6a67;
  font-size: 13px;
  line-height: 1.5;
}

.ih-auth-role-card:hover,
.ih-auth-role-card.is-active {
  border-color: rgba(14, 143, 150, 0.34);
  box-shadow: 0 16px 34px rgba(14, 143, 150, 0.08);
  transform: translateY(-1px);
}

.ih-auth-role-card.is-active {
  background: linear-gradient(180deg, #f7fdfd 0%, #eff9f9 100%);
}

.ih-auth-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  font-size: 13px;
  color: #313030;
}

.ih-auth-form input {
  border: 1px solid rgba(49, 48, 48, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
  background: #f3f7fd;
  color: #313030;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.ih-auth-form input::placeholder {
  color: #8d8a85;
}

.ih-auth-form input:focus {
  outline: none;
  border-color: rgba(14, 143, 150, 0.34);
  box-shadow: 0 0 0 4px rgba(14, 143, 150, 0.08);
}

.ih-auth-password {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ih-auth-password input {
  flex: 1;
}

.ih-auth-eye {
  border: none;
  background: #f3f2f0;
  color: #313030;
  border-radius: 999px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.ih-auth-link {
  color: #0e8f96;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.ih-auth-inline-link {
  color: #0e8f96;
  font-weight: 700;
  text-decoration: none;
}

.ih-auth-inline-link:hover {
  text-decoration: underline;
}

.ih-auth-primary {
  margin-top: 10px;
  border: none;
  background: #1d4f91;
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(28, 79, 145, 0.16);
}

.ih-auth-secondary {
  border: 1px solid rgba(49, 48, 48, 0.12);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  color: #313030;
  text-decoration: none;
  background: #fff;
}

.ih-auth-error {
  background: #fff2f2;
  border: 1px solid rgba(209, 36, 36, 0.2);
  color: #b11a1a;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
}

.ih-auth-verification {
  background: #eef8f7;
  border: 1px solid rgba(14, 143, 150, 0.18);
  color: #205459;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
}

.ih-auth-verify-banner {
  max-width: 1220px;
  margin: 12px auto 0;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(14, 143, 150, 0.16);
  background: linear-gradient(180deg, #eef8f7 0%, #f8fbfb 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 18px;
  align-items: center;
}

.ih-auth-verify-banner__copy {
  display: grid;
  gap: 4px;
}

.ih-auth-verify-banner__copy strong {
  color: #205459;
  font-size: 15px;
}

.ih-auth-verify-banner__copy span,
.ih-auth-verify-banner__note {
  color: #5c5b57;
  font-size: 13px;
  line-height: 1.5;
}

.ih-auth-verify-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ih-auth-verify-banner__primary,
.ih-auth-verify-banner__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ih-auth-verify-banner__primary {
  background: #0e8f96;
  color: #fff;
}

.ih-auth-verify-banner__secondary {
  border: 1px solid rgba(49, 48, 48, 0.12);
  background: #fff;
  color: #2f2d2a;
  cursor: pointer;
}

.ih-auth-verify-banner__note {
  grid-column: 1 / -1;
}

.ih-auth-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ih-auth-legal {
  font-size: 12px;
  color: #969694;
  text-align: center;
}

.ih-auth-checkbox {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.6;
}

.ih-auth-checkbox input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  padding: 0;
}

.ih-auth-checkbox span {
  min-width: 0;
  color: #313030;
}

@media (max-width: 720px) {
  .ih-auth-verify-banner {
    margin: 10px 12px 0;
    grid-template-columns: 1fr;
  }

  .ih-auth-verify-banner__actions {
    justify-content: flex-start;
  }

  .ih-auth-role-picker {
    grid-template-columns: 1fr;
  }

  .ih-auth-card {
    padding: 28px 20px;
  }

  .ih-auth-footer {
    flex-direction: column;
  }
}

.ih-dashboard-page {
  background: #f6f4f1;
  padding: 34px 24px 80px;
  font-family: "Montserrat", sans-serif;
  color: #1d1d1d;
}

.ih-dashboard-page--designer {
  background:
    radial-gradient(circle at top left, rgba(218, 114, 71, 0.11), transparent 28%),
    linear-gradient(180deg, #f8f2ea 0%, #f4f1ec 100%);
}

.ih-dashboard-page--buyer-workspace .ih-dashboard-shell {
  grid-template-columns: 1fr;
}

.qodef-wrapper-inner:has(.ih-dashboard-page--buyer-dashboard) .qodef-content {
  padding-top: 68px;
}

.ih-dashboard-page--buyer-dashboard {
  padding-top: 0;
}

.ih-dashboard-page--buyer-dashboard .ih-dashboard-shell {
  width: min(1240px, 100%);
}

.ih-dashboard-page--buyer-dashboard .ih-dashboard-hero,
.ih-dashboard-page--buyer-dashboard .ih-dashboard-hero-meta div,
.ih-dashboard-page--buyer-dashboard .ih-dashboard-primary,
.ih-dashboard-page--buyer-dashboard .ih-dashboard-secondary {
  border-radius: 6px;
}

.ih-dashboard-page--buyer-workspace .ih-dashboard-main {
  max-width: 100%;
}

.ih-dashboard-page--support-workspace .ih-dashboard-shell {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr);
}

.ih-dashboard-page--support-workspace {
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

html:has(.ih-dashboard-page--support-workspace),
body:has(.ih-dashboard-page--support-workspace) {
  overflow: hidden;
}

.qodef-wrapper-inner:has(.ih-dashboard-page--support-workspace) .ih-site-footer {
  display: none;
}

.qodef-wrapper-inner:has(.ih-dashboard-page--support-workspace) .qodef-content {
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
}

.qodef-wrapper-inner:has(.ih-dashboard-page--support-workspace) .qodef-content-inner {
  height: calc(100dvh - var(--ih-header-offset));
  min-height: calc(100dvh - var(--ih-header-offset));
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ih-dashboard-page--support-workspace .ih-dashboard-main {
  display: grid;
  height: 100%;
  min-height: 0;
  width: 100%;
  grid-template-rows: minmax(0, 1fr);
  flex: 1 1 auto;
}

.ih-dashboard-page--quote-workspace {
  overflow: hidden;
  height: 100%;
  min-height: 0;
}

html:has(.ih-dashboard-page--quote-workspace),
body:has(.ih-dashboard-page--quote-workspace) {
  overflow: hidden;
}

.qodef-wrapper-inner:has(.ih-dashboard-page--quote-workspace) .qodef-content {
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
}

.qodef-wrapper-inner:has(.ih-dashboard-page--quote-workspace) .qodef-content-inner {
  height: calc(100dvh - var(--ih-header-offset));
  min-height: calc(100dvh - var(--ih-header-offset));
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ih-dashboard-page--quote-workspace .ih-dashboard-shell,
.ih-dashboard-page--quote-workspace .ih-dashboard-main {
  height: 100%;
  min-height: 0;
}

.ih-dashboard-page--quote-workspace .ih-dashboard-main {
  margin-top: -1px;
}

.ih-dashboard-shell {
  width: min(1220px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
}

.ih-dashboard-sidebar {
  background: #fbfaf8;
  border-radius: 14px;
  padding: 14px;
  border: 1px solid rgba(30, 29, 27, 0.06);
  display: grid;
  gap: 14px;
  align-content: start;
}

.ih-dashboard-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ih-dashboard-avatar {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #e3f1f2;
  color: #1d1d1d;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.ih-dashboard-avatar.is-designer {
  background: linear-gradient(135deg, #1f5c63 0%, #dc7d48 100%);
  color: #fff;
}

.ih-dashboard-user h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.ih-dashboard-user p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #6b6a67;
}

.ih-dashboard-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: #53524f;
}

.ih-dashboard-menu a {
  color: inherit;
  padding: 6px 10px;
  border-radius: 10px;
  transition: background 0.2s ease, color 0.2s ease;
}

.ih-dashboard-menu a.is-active,
.ih-dashboard-menu a:hover {
  background: rgba(14, 143, 150, 0.08);
  color: #0e8f96;
}

.ih-dashboard-main {
  display: grid;
  gap: 16px;
}

.ih-dashboard-subnav {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border-radius: 12px;
  padding: 8px;
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-dashboard-subnav a {
  border: none;
  background: transparent;
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  color: #4a4946;
  cursor: pointer;
}

.ih-dashboard-subnav a.is-active {
  background: #e3e1dc;
  color: #2f2d2a;
}

.ih-dashboard-hero {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(220px, 0.9fr);
  align-items: end;
  gap: 14px;
  border: 1px solid rgba(30, 29, 27, 0.06);
  overflow: hidden;
}

.ih-dashboard-hero--designer {
  background:
    radial-gradient(circle at top right, rgba(220, 125, 72, 0.18), transparent 32%),
    linear-gradient(180deg, #fffdf9 0%, #fff 100%);
}

.ih-dashboard-hero-copy {
  display: grid;
  gap: 14px;
}

.ih-dashboard-hero span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #0e8f96;
  font-weight: 700;
}

.ih-dashboard-hero h1 {
  margin: 0;
  font-size: clamp(1.35rem, 1.9vw, 1.8rem);
}

.ih-dashboard-hero p {
  margin: 0;
  max-width: 60ch;
  color: #5c5b57;
}

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

.ih-dashboard-hero-meta div {
  border-radius: 14px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #f8f7f4 0%, #f2efea 100%);
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-dashboard-hero-meta strong {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8d8a85;
}

.ih-dashboard-hero-meta span {
  display: block;
  font-size: 13px;
  color: #1d1d1d;
  letter-spacing: normal;
}

.ih-dashboard-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
}

.ih-dashboard-primary {
  background: #0e8f96;
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
}

.ih-dashboard-page--designer .ih-dashboard-primary {
  background: #d56d3d;
}

.ih-dashboard-secondary {
  border: 1px solid rgba(49, 48, 48, 0.12);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  color: #1d1d1d;
}

.ih-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
}

.ih-dashboard-stat {
  background: #fbfaf8;
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(30, 29, 27, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ih-dashboard-stat span {
  font-size: 11px;
  color: #6b6a67;
}

.ih-dashboard-stat strong {
  font-size: 18px;
}

.ih-dashboard-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.ih-dashboard-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  display: grid;
  gap: 10px;
  box-shadow: 0 18px 36px rgba(30, 30, 30, 0.06);
}

.ih-dashboard-card h3 {
  margin: 0;
}

.ih-dashboard-card a {
  color: #0e8f96;
  font-weight: 700;
}

.ih-dashboard-panels {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 14px;
}

.ih-dashboard-panel {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-dashboard-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 14px;
  align-items: start;
}

.ih-dashboard-panel--quotes {
  padding: 24px;
  background: #ffffff;
}

.ih-dashboard-panel--stack {
  display: grid;
  gap: 14px;
  padding: 0;
  background: transparent;
  border: none;
}

.ih-dashboard-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.ih-dashboard-panel-heading p {
  margin: 0 0 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0e8f96;
  font-weight: 700;
}

.ih-dashboard-panel-heading h3 {
  margin: 0;
}

.ih-dashboard-panel-heading span {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f6f6;
  color: #456268;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.ih-dashboard-panel h3 {
  margin: 0 0 12px;
}

.ih-dashboard-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-size: 13px;
  color: #5f5e5b;
}

.ih-support-form {
  display: grid;
  gap: 14px;
}

.ih-support-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ih-support-field {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #1d1d1d;
}

.ih-support-field span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8d8a85;
}

.ih-support-field input,
.ih-support-field select,
.ih-support-field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(30, 29, 27, 0.12);
  background: #fbfaf8;
  font: inherit;
  color: #1d1d1d;
}

.ih-support-field input.is-invalid,
.ih-support-field textarea.is-invalid {
  border-color: rgba(180, 72, 46, 0.55);
  background: #fff6f2;
}

.ih-support-field input.is-invalid:focus,
.ih-support-field textarea.is-invalid:focus {
  outline: none;
  border-color: #b4482e;
  box-shadow: 0 0 0 3px rgba(180, 72, 46, 0.12);
}

.ih-support-field textarea {
  resize: vertical;
  min-height: 150px;
}

.ih-support-error {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #b4482e;
}

.ih-support-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.ih-support-meta {
  display: grid;
  gap: 6px;
}

.ih-support-meta small {
  font-size: 12px;
  color: #7b7975;
}

.ih-support-meta strong {
  font-size: 12px;
  color: #0e8f96;
}

.ih-support-ticket-list {
  display: grid;
  gap: 12px;
}

.ih-support-ticket-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 18px;
}

.ih-support-ticket-card {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fbfaf8;
  border: 1px solid rgba(30, 29, 27, 0.06);
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.ih-support-ticket-card.is-active {
  border-color: rgba(14, 143, 150, 0.22);
  background: #f3fbfc;
}

.ih-support-ticket-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ih-support-ticket-top strong {
  font-size: 14px;
  color: #1d1d1d;
}

.ih-support-ticket-top em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0e8f96;
  background: rgba(14, 143, 150, 0.1);
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.ih-support-ticket-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #5f5e5b;
}

.ih-support-ticket-card small {
  font-size: 12px;
  color: #8a8986;
}

.ih-support-thread {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(30, 29, 27, 0.08);
  background: #fbfaf8;
}

.ih-support-thread-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.ih-support-thread-head strong {
  display: block;
  font-size: 18px;
  color: #1d1d1d;
}

.ih-support-thread-head small {
  font-size: 12px;
  color: #7b7975;
}

.ih-support-thread-messages {
  display: grid;
  gap: 12px;
}

.ih-support-thread-message {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-support-thread-message.is-buyer {
  background: #fff8e9;
}

.ih-support-thread-message.is-admin {
  background: #f3fbfc;
}

.ih-support-thread-message p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #4f4d49;
}

.ih-support-thread-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #7b7975;
}

.ih-support-thread-meta strong {
  color: #1d1d1d;
}

.ih-support-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}

.ih-support-modal-backdrop {
  position: absolute;
  inset: 0;
  border: none;
  background: rgba(14, 13, 12, 0.46);
  cursor: pointer;
}

.ih-support-modal-panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(86vh, 920px);
  overflow: auto;
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background: #fffdfa;
  border: 1px solid rgba(30, 29, 27, 0.08);
}

.ih-support-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.ih-support-modal-eyebrow {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8d8a85;
}

.ih-support-modal-head h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.02;
  color: #1d1d1d;
}

.ih-support-modal-head p {
  margin: 8px 0 0;
  font-size: 14px;
  color: #6f6b67;
}

.ih-support-modal-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ih-support-modal-close {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(30, 29, 27, 0.12);
  background: #ffffff;
  font: inherit;
  font-weight: 700;
  color: #1d1d1d;
  cursor: pointer;
}

.ih-dashboard-detail {
  margin-top: 16px;
  border-top: 1px solid rgba(30, 29, 27, 0.06);
  padding-top: 14px;
}

.ih-dashboard-detail h4 {
  margin: 0 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0e8f96;
}

.ih-dashboard-detail dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.ih-dashboard-detail div {
  display: grid;
  gap: 4px;
}

.ih-dashboard-detail dt {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8d8a85;
}

.ih-dashboard-detail dd {
  margin: 0;
  font-size: 13px;
  color: #1d1d1d;
}

.ih-dashboard-quotes {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.ih-dashboard-quotes li {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 14px;
  background: #fbfaf8;
  border: 1px solid rgba(30, 29, 27, 0.06);
  font-size: 13px;
  color: #5f5e5b;
}

.ih-dashboard-quote-card {
  gap: 10px;
}

.ih-dashboard-quote-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ih-dashboard-quote-topline em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: #0e8f96;
  background: rgba(14, 143, 150, 0.1);
  border-radius: 999px;
  padding: 6px 10px;
  white-space: nowrap;
}

.ih-dashboard-quotes strong {
  font-size: 14px;
  color: #1d1d1d;
}

.ih-dashboard-quotes span {
  font-size: 12px;
  color: #6b6a67;
}

.ih-dashboard-quotes small {
  font-size: 11px;
  color: #8a8986;
}

.ih-dashboard-open {
  font-size: 12px;
  color: #0e8f96;
  font-weight: 700;
  text-decoration: none;
}

.ih-dashboard-page--designer .ih-dashboard-open {
  color: #c55f33;
}

.ih-dashboard-spotlight {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  margin-bottom: 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(14, 143, 150, 0.12), transparent 34%),
    linear-gradient(180deg, #f7fbfb 0%, #f5f1eb 100%);
  border: 1px solid rgba(14, 143, 150, 0.12);
}

.ih-dashboard-spotlight--workspace {
  margin-bottom: 0;
}

.ih-dashboard-kicker {
  margin: 0 0 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #0e8f96;
  font-weight: 700;
}

.ih-dashboard-spotlight h4 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.15;
  color: #1d1d1d;
}

.ih-dashboard-spotlight p {
  margin: 0;
  color: #5c5b57;
}

.ih-dashboard-spotlight-meta {
  min-width: 170px;
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.ih-dashboard-spotlight-meta strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #0e8f96;
  color: #ffffff;
  font-size: 12px;
}

.ih-dashboard-spotlight-meta span {
  font-size: 12px;
  color: #6b6a67;
}

.ih-dashboard-palette-grid {
  display: grid;
  gap: 12px;
}

.ih-dashboard-palette-card {
  border: 1px solid rgba(30, 29, 27, 0.08);
  border-radius: 14px;
  padding: 12px;
  background: #fefdfb;
  display: grid;
  gap: 10px;
}

.ih-dashboard-palette-swatch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  border-radius: 12px;
  overflow: hidden;
}

.ih-dashboard-palette-swatch span {
  display: block;
  aspect-ratio: 1 / 1;
}

.ih-dashboard-palette-meta strong {
  display: block;
  font-size: 13px;
  color: #1d1d1d;
}

.ih-dashboard-palette-meta span {
  display: block;
  font-size: 12px;
  color: #6b6a67;
}

.ih-dashboard-empty {
  margin: 0;
  font-size: 13px;
  color: #6b6a67;
}

.ih-dashboard-sidebar-note {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f7fbfb 0%, #f5f1eb 100%);
  border: 1px solid rgba(14, 143, 150, 0.1);
}

.ih-dashboard-sidebar-note strong {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0e8f96;
}

.ih-dashboard-sidebar-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #65625c;
}

.ih-dashboard-workbench {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(30, 29, 27, 0.06);
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(240px, 0.7fr);
  gap: 18px;
}

.ih-dashboard-workbench-profile {
  display: grid;
  gap: 16px;
}

.ih-dashboard-workbench-user {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ih-dashboard-workbench-user strong {
  display: block;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.1;
}

.ih-dashboard-workbench-user span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #6f6d67;
}

.ih-dashboard-workbench-meta {
  display: grid;
  gap: 8px;
}

.ih-dashboard-workbench-meta p {
  margin: 0;
  max-width: 60ch;
  color: #5c5b57;
  line-height: 1.7;
}

.ih-dashboard-workbench-status {
  border-left: 1px solid rgba(30, 29, 27, 0.08);
  padding-left: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
}

.ih-dashboard-workbench-status span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #8d8a85;
  font-weight: 700;
}

.ih-dashboard-workbench-status strong {
  font-size: 28px;
  line-height: 1;
}

.ih-dashboard-workbench-status p {
  margin: 0;
  color: #5f5e5b;
  line-height: 1.6;
}

.ih-dashboard-panels--workspace {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.8fr);
}

.ih-dashboard-page--buyer-workspace .ih-dashboard-panels--workspace {
  grid-template-columns: 1fr;
}

.ih-dashboard-panels--workspace-secondary {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}

.ih-dashboard-status-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.ih-dashboard-status-filter button {
  border: 1px solid rgba(30, 29, 27, 0.1);
  background: #f8f4ef;
  color: #564f48;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}

.ih-dashboard-status-filter button.is-active {
  background: #e3e1dc;
  border-color: #d3d0ca;
  color: #2f2d2a;
}

.ih-dashboard-project-table {
  display: grid;
  gap: 12px;
}

.ih-dashboard-project-head,
.ih-dashboard-project-row {
  display: grid;
  grid-template-columns:
    minmax(220px, 1.7fr)
    minmax(180px, 1fr)
    minmax(140px, 0.78fr)
    minmax(180px, 0.92fr)
    minmax(150px, 170px);
  gap: 16px;
  align-items: center;
}

.ih-dashboard-project-head {
  padding: 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8d8a85;
}

.ih-dashboard-project-row {
  padding: 16px;
  border-radius: 16px;
  background: #fbfaf8;
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-dashboard-project-main {
  display: grid;
  gap: 6px;
}

.ih-dashboard-project-main strong,
.ih-dashboard-project-cell strong {
  font-size: 14px;
  color: #1d1d1d;
}

.ih-dashboard-project-main span,
.ih-dashboard-project-cell small {
  font-size: 12px;
  color: #6b6a67;
}

.ih-dashboard-project-cell {
  display: grid;
  gap: 6px;
}

.ih-dashboard-project-cell--action {
  justify-items: end;
  align-self: center;
}

.ih-dashboard-project-cell--action .ih-dashboard-open {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(14, 143, 150, 0.18);
  background: rgba(14, 143, 150, 0.06);
}

.ih-dashboard-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-dashboard-status-pill.is-pending {
  background: #fff0dd;
  color: #915d19;
}

.ih-dashboard-status-pill.is-review {
  background: rgba(14, 143, 150, 0.12);
  color: #0e8f96;
}

.ih-dashboard-status-pill.is-quoted {
  background: #efe8ff;
  color: #6e44c3;
}

.ih-dashboard-link-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.ih-dashboard-link-list a,
.ih-dashboard-account-card a {
  color: #0e8f96;
  font-weight: 700;
}

.ih-dashboard-empty-state {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 16px;
  background: #fbfaf8;
  border: 1px dashed rgba(30, 29, 27, 0.12);
}

.ih-dashboard-empty-state h4 {
  margin: 0;
  font-size: 20px;
}

.ih-dashboard-empty-state p {
  margin: 0;
  color: #5f5e5b;
}

.ih-dashboard-activity-list {
  display: grid;
  gap: 12px;
}

.ih-dashboard-activity-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-dashboard-activity-item:first-child {
  border-top: none;
  padding-top: 0;
}

.ih-dashboard-activity-item strong {
  display: block;
  margin-bottom: 6px;
}

.ih-dashboard-activity-item p,
.ih-dashboard-account-card p {
  margin: 0;
  color: #5f5e5b;
  line-height: 1.6;
}

.ih-dashboard-activity-item span {
  white-space: nowrap;
  font-size: 12px;
  color: #86837e;
}

.ih-dashboard-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ih-dashboard-account-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(30, 29, 27, 0.06);
  padding: 22px;
  display: grid;
  gap: 10px;
}

.ih-dashboard-account-card h3 {
  margin: 0;
}

.ih-dashboard-status-bar {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ih-dashboard-status-bar button,
.ih-dashboard-status-pill {
  border: 1px solid rgba(30, 29, 27, 0.1);
  background: #f8f4ef;
  color: #564f48;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ih-dashboard-status-bar button {
  cursor: pointer;
}

.ih-dashboard-status-bar button.is-active,
.ih-dashboard-status-pill.is-active {
  background: #d56d3d;
  border-color: transparent;
  color: #fff;
}

.ih-dashboard-chat-thread {
  display: grid;
  gap: 12px;
}

.ih-dashboard-message {
  max-width: min(420px, 100%);
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(30, 29, 27, 0.08);
}

.ih-dashboard-message.is-own {
  margin-left: auto;
  background: linear-gradient(180deg, #f3fbfb 0%, #eaf6f7 100%);
}

.ih-dashboard-page--designer .ih-dashboard-message.is-own {
  background: linear-gradient(180deg, #fff0e7 0%, #ffe7d7 100%);
}

.ih-dashboard-message.is-other {
  background: #fbfaf8;
}

.ih-dashboard-message-meta {
  display: grid;
  gap: 4px;
}

.ih-dashboard-message-meta strong {
  font-size: 13px;
}

.ih-dashboard-message-meta span {
  font-size: 11px;
  color: #7a7670;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ih-dashboard-message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #292724;
}

.ih-dashboard-chat-form {
  margin-top: 18px;
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(30, 29, 27, 0.08);
  padding-top: 16px;
}

.ih-dashboard-chat-form label {
  display: grid;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #4a4540;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ih-dashboard-chat-form textarea {
  width: 100%;
  resize: vertical;
  min-height: 120px;
  border-radius: 16px;
  border: 1px solid rgba(30, 29, 27, 0.12);
  padding: 14px 16px;
  font: inherit;
  color: #1d1d1d;
  background: #fffdfa;
}

.ih-dashboard-chat-form textarea:focus {
  outline: 2px solid rgba(14, 143, 150, 0.18);
  border-color: rgba(14, 143, 150, 0.45);
}

.ih-dashboard-page--designer .ih-dashboard-chat-form textarea:focus {
  outline-color: rgba(213, 109, 61, 0.18);
  border-color: rgba(213, 109, 61, 0.45);
}

.ih-dashboard-chat-form button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.ih-dashboard-quote-preview {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #605954;
}

.ih-dashboard-quote-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  color: #8a837a;
}

.ih-dashboard-mini-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-dashboard-mini-card--muted {
  background: #fbfaf8;
}

.ih-dashboard-checklist li {
  position: relative;
  padding-left: 18px;
}

.ih-dashboard-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0e8f96;
}

.ih-chat-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.7fr) minmax(240px, 0.85fr);
  gap: 16px;
  align-items: start;
}

.ih-dashboard-page--support-workspace .ih-chat-layout {
  grid-template-columns: 270px minmax(0, 1fr) 320px;
  height: calc(100dvh - var(--ih-header-offset));
  min-height: calc(100dvh - var(--ih-header-offset));
  align-items: stretch;
  gap: 0;
  background: #f7f8f6;
  border-top: 1px solid rgba(30, 29, 27, 0.08);
  border-bottom: 1px solid rgba(30, 29, 27, 0.08);
  overflow: hidden;
}

.ih-chat-thread-list,
.ih-chat-main,
.ih-chat-context {
  min-width: 0;
  min-height: 0;
}

.ih-dashboard-page--support-workspace .ih-chat-thread-list {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  border-right: 1px solid rgba(30, 29, 27, 0.08);
  background: #fcfcfb;
  overflow: hidden;
}

.ih-dashboard-page--support-workspace .ih-chat-main {
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
  min-height: 0;
  border-right: 1px solid rgba(30, 29, 27, 0.08);
  background: #ffffff;
}

.ih-dashboard-page--support-workspace .ih-chat-context {
  align-self: stretch;
  align-content: start;
  height: 100%;
  overflow-y: auto;
  background: #fcfcfb;
}

.ih-chat-column-head,
.ih-chat-header,
.ih-chat-context-card,
.ih-chat-composer {
  background: #ffffff;
  border: 1px solid rgba(30, 29, 27, 0.06);
  border-radius: 16px;
}

.ih-chat-column-head,
.ih-chat-header,
.ih-chat-context-card {
  padding: 18px 20px;
}

.ih-dashboard-page--support-workspace .ih-chat-column-head,
.ih-dashboard-page--support-workspace .ih-chat-header,
.ih-dashboard-page--support-workspace .ih-chat-context-card,
.ih-dashboard-page--support-workspace .ih-chat-composer {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ih-dashboard-page--support-workspace .ih-chat-column-head,
.ih-dashboard-page--support-workspace .ih-chat-header,
.ih-dashboard-page--support-workspace .ih-chat-context-card:first-child {
  border-bottom: 1px solid rgba(30, 29, 27, 0.08);
}

.ih-chat-thread-items {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.ih-dashboard-page--support-workspace .ih-chat-thread-items {
  min-height: 0;
  height: 100%;
  margin-top: 0;
  padding: 10px;
  overflow-y: auto;
  align-content: start;
}

.ih-chat-thread-card {
  width: 100%;
  text-align: left;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(30, 29, 27, 0.08);
  background: #fbfaf8;
  display: grid;
  gap: 6px;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ih-chat-thread-card:hover,
.ih-chat-thread-card.is-active {
  border-color: rgba(14, 143, 150, 0.24);
  box-shadow: 0 18px 30px rgba(14, 143, 150, 0.08);
  transform: translateY(-1px);
}

.ih-chat-thread-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.ih-chat-thread-top strong {
  font-size: 14px;
  color: #1d1d1d;
}

.ih-chat-thread-top span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(14, 143, 150, 0.1);
  color: #0e8f96;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.ih-chat-thread-card p,
.ih-chat-thread-card small {
  margin: 0;
}

.ih-chat-thread-card p {
  font-size: 12px;
  color: #4b4a46;
}

.ih-chat-thread-card small {
  font-size: 12px;
  line-height: 1.35;
  color: #7b7975;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ih-chat-main {
  display: grid;
  gap: 12px;
}

.ih-dashboard-page--support-workspace .ih-chat-main {
  gap: 0;
}

.ih-chat-header h3,
.ih-chat-context-card h3 {
  margin: 0 0 6px;
}

.ih-chat-header span {
  color: #6b6a67;
  font-size: 13px;
}

.ih-chat-feed {
  min-height: 520px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(30, 29, 27, 0.06);
  background:
    radial-gradient(circle at top left, rgba(14, 143, 150, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8f5f1 100%);
  display: grid;
  gap: 14px;
  align-content: start;
}

.ih-dashboard-page--support-workspace .ih-chat-feed {
  min-height: 0;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 20px;
  padding-right: 14px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 1px 1px, rgba(14, 143, 150, 0.06) 1px, transparent 0) 0 0 / 24px 24px,
    linear-gradient(180deg, #ffffff 0%, #fbfcfa 100%);
}

.ih-dashboard-page--support-workspace .ih-chat-composer {
  border-top: 1px solid rgba(30, 29, 27, 0.08);
  background: #ffffff;
}

.ih-dashboard-page--support-workspace .ih-chat-header {
  border-bottom: 1px solid rgba(30, 29, 27, 0.08);
}

.ih-chat-bubble {
  max-width: min(78%, 560px);
  padding: 14px 16px;
  border-radius: 18px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-chat-bubble.is-designer {
  justify-self: start;
  background: #ffffff;
  border-top-left-radius: 6px;
}

.ih-chat-bubble.is-buyer {
  justify-self: end;
  background: #0e8f96;
  color: #ffffff;
  border-top-right-radius: 6px;
  border-color: rgba(14, 143, 150, 0.16);
}

.ih-chat-bubble-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ih-chat-bubble-head strong {
  font-size: 13px;
}

.ih-chat-bubble-head span {
  font-size: 11px;
  color: #8a8883;
}

.ih-chat-bubble.is-buyer .ih-chat-bubble-head span,
.ih-chat-bubble.is-buyer p {
  color: rgba(255, 255, 255, 0.88);
}

.ih-chat-bubble p {
  margin: 0;
  line-height: 1.6;
}

.ih-chat-attachments {
  display: grid;
  gap: 8px;
}

.ih-chat-attachment {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(30, 29, 27, 0.04);
  color: inherit;
}

.ih-chat-attachment.is-disabled {
  opacity: 0.72;
  pointer-events: none;
}

.ih-chat-bubble.is-buyer .ih-chat-attachment {
  background: rgba(255, 255, 255, 0.12);
}

.ih-chat-attachment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border-radius: 12px;
  background: rgba(14, 143, 150, 0.12);
  color: #0e8f96;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ih-chat-bubble.is-buyer .ih-chat-attachment-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.ih-chat-attachment-meta {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.ih-chat-attachment-meta strong,
.ih-chat-attachment-meta small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ih-chat-attachment-meta strong {
  font-size: 13px;
}

.ih-chat-attachment-meta small {
  color: #7b7975;
  font-size: 11px;
}

.ih-chat-bubble.is-buyer .ih-chat-attachment-meta small {
  color: rgba(255, 255, 255, 0.74);
}

.ih-chat-composer {
  padding: 18px 20px;
  display: grid;
  gap: 12px;
}

.ih-chat-label {
  font-size: 13px;
  font-weight: 700;
  color: #1d1d1d;
}

.ih-chat-composer textarea {
  width: 100%;
  min-height: 120px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(30, 29, 27, 0.12);
  background: #fbfaf8;
  resize: vertical;
  font: inherit;
  color: #1d1d1d;
}

.ih-chat-file-input {
  display: none;
}

.ih-chat-composer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.ih-chat-composer-meta {
  display: grid;
  gap: 8px;
}

.ih-chat-composer-actions small {
  color: #7b7975;
  font-size: 12px;
}

.ih-chat-attach-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(30, 29, 27, 0.12);
  background: #fbfaf8;
  color: #1d1d1d;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.ih-chat-attach-button:hover {
  border-color: rgba(14, 143, 150, 0.28);
  color: #0e8f96;
}

.ih-chat-attachment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ih-chat-attachment-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f4f6f4;
  border: 1px solid rgba(30, 29, 27, 0.08);
  color: #494641;
  font-size: 12px;
}

.ih-chat-attachment-pill span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ih-chat-attachment-pill button {
  border: 0;
  background: transparent;
  color: #0e8f96;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.ih-chat-attachment-error {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff2f2;
  border: 1px solid rgba(209, 36, 36, 0.16);
  color: #b11a1a;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.ih-chat-composer .ih-dashboard-primary[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.ih-chat-context {
  display: grid;
  gap: 12px;
}

.ih-chat-context-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 13px;
  color: #5f5e5b;
}

.ih-chat-context-card--muted {
  background: #fbfaf8;
}

.ih-dashboard-page--support-workspace .ih-chat-context-card--muted {
  background: transparent;
}

.ih-dashboard-page--support-workspace .ih-chat-composer {
  border-top: 1px solid rgba(30, 29, 27, 0.08);
  min-height: 0;
}

.ih-quote-workspace {
  display: grid;
  gap: 18px;
  min-height: 0;
}

.ih-dashboard-page--support-workspace .ih-quote-workspace {
  min-height: 0;
  height: 100%;
  padding: 0 0 12px;
}

.ih-quote-workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 0;
}

.ih-quote-panel {
  min-width: 0;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(30, 29, 27, 0.08);
  overflow: hidden;
  display: grid;
}

.ih-quote-panel--workspace {
  min-height: 0;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr);
}

.ih-quote-panel-head {
  display: grid;
  gap: 6px;
  padding: 16px 20px 0;
}

.ih-quote-panel-head h2 {
  margin: 0;
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ih-quote-panel-head span {
  display: inline-block;
  margin-top: 2px;
  font-size: 13px;
  color: #6d6b68;
}

.ih-quote-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 16px 0;
}

.ih-quote-summary-card {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fbfaf8;
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-quote-summary-card span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8d8a84;
  font-weight: 700;
}

.ih-quote-summary-card strong {
  font-size: 16px;
  line-height: 1.4;
  color: #313030;
}

.ih-quote-details-actions {
  padding: 0 16px 16px;
}

.ih-quote-tab-panel .ih-dashboard-status-bar,
.ih-quote-tab-panel .ih-dashboard-detail,
.ih-quote-tab-panel > .ih-dashboard-empty {
  margin-inline: 16px;
}

.ih-quote-tab-panel .ih-dashboard-status-bar {
  margin-bottom: 24px;
}

.ih-quote-tab-panel .ih-dashboard-detail {
  margin-bottom: 24px;
}

.ih-quote-feed {
  min-height: 0;
  height: 100%;
  max-height: none;
  margin: 4px 0 0;
  overflow: auto;
  overscroll-behavior: contain;
}

.ih-quote-composer {
  border-top: 1px solid rgba(30, 29, 27, 0.08);
  background: #ffffff;
}

.ih-quote-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px 16px 0;
}

.ih-quote-tabs--workspace {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ih-quote-tabs button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(30, 29, 27, 0.1);
  background: #fbfaf8;
  color: #5b5a58;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ih-quote-tabs button.is-active {
  background: #0e8f96;
  border-color: #0e8f96;
  color: #ffffff;
}

.ih-quote-tab-panel {
  display: grid;
  align-content: start;
  min-height: 0;
}

.ih-quote-tab-panel--messages {
  min-height: 0;
  height: 100%;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
}

.ih-quote-messages-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.7fr);
  gap: 16px;
  min-height: 0;
  padding: 0 16px;
}

.ih-quote-tab-panel--details,
.ih-quote-tab-panel--deliveries {
  overflow: auto;
  padding-bottom: 24px;
}

.ih-quote-context-rail {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  min-height: 0;
  overflow: auto;
  padding-top: 12px;
}

.ih-quote-summary-grid--compact {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0;
}

.ih-quote-context-rail .ih-dashboard-status-bar,
.ih-quote-context-rail .ih-quote-details-actions {
  margin: 0;
  padding: 0;
}

.ih-quote-tab-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 16px 0;
}

.ih-quote-tab-copy span {
  font-size: 14px;
  color: #686663;
}

.ih-quote-delivery-actions {
  padding: 12px 16px 0;
}

.ih-quote-delivery-form {
  display: grid;
  gap: 16px;
  padding: 12px 16px 0;
}

.ih-quote-delivery-form-head {
  display: grid;
  gap: 6px;
}

.ih-quote-delivery-form-head strong {
  font-size: 20px;
  color: #313030;
}

.ih-quote-delivery-form-head span,
.ih-quote-delivery-form small {
  color: #676560;
}

.ih-quote-delivery-type {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 14px;
  background: #fbfaf8;
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-quote-delivery-type small {
  font-size: 12px;
}

.ih-quote-delivery-type-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ih-quote-delivery-type-head strong {
  font-size: 16px;
  color: #313030;
}

.ih-quote-delivery-type-head button {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid rgba(30, 29, 27, 0.1);
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
  color: #313030;
  cursor: pointer;
}

.ih-quote-delivery-note {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #313030;
}

.ih-quote-delivery-note textarea {
  width: 100%;
  min-height: 110px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(30, 29, 27, 0.1);
  background: #fbfaf8;
  font: inherit;
  color: #1d1d1d;
  resize: vertical;
}

.ih-quote-delivery-submit {
  display: flex;
  justify-content: flex-start;
}

.ih-quote-deliveries {
  display: grid;
  gap: 16px;
  padding: 14px 16px 16px;
  align-content: start;
}

.ih-quote-deliveries-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.ih-quote-delivery-picker {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-content: start;
}

.ih-quote-delivery-picker-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  text-align: left;
  border-radius: 12px;
  border: 1px solid rgba(30, 29, 27, 0.08);
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ih-quote-delivery-picker-card:hover {
  border-color: rgba(14, 143, 150, 0.24);
  box-shadow: 0 10px 24px rgba(30, 29, 27, 0.06);
  transform: translateY(-1px);
}

.ih-quote-delivery-picker-card.is-active {
  border-color: rgba(14, 143, 150, 0.36);
  background: linear-gradient(180deg, #f6fbfb 0%, #ffffff 100%);
  box-shadow: 0 12px 28px rgba(14, 143, 150, 0.1);
}

.ih-quote-delivery-picker-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ih-quote-delivery-picker-top strong {
  font-size: 15px;
  color: #313030;
}

.ih-quote-delivery-picker-top span {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(14, 143, 150, 0.12);
  color: #0e8f96;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-quote-delivery-picker-card small,
.ih-quote-delivery-picker-card p {
  margin: 0;
  color: #66645f;
}

.ih-quote-delivery-picker-card p {
  font-size: 13px;
  font-weight: 700;
  color: #313030;
}

.ih-quote-delivery-picker-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.ih-quote-delivery-picker-meta > span:last-child {
  font-size: 12px;
  color: #7b7873;
}

.ih-quote-delivery-viewer {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.ih-quote-delivery-viewer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ih-quote-delivery-viewer-head-copy {
  display: grid;
  gap: 4px;
}

.ih-quote-delivery-viewer-head span {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8781;
}

.ih-quote-delivery-viewer-head strong {
  font-size: 18px;
  color: #313030;
}

.ih-quote-delivery-viewer-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .ih-quote-deliveries-layout {
    grid-template-columns: 1fr;
  }

  .ih-quote-delivery-picker {
    grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
  }
}

.ih-quote-delivery-groups {
  display: grid;
  gap: 16px;
}

.ih-quote-delivery-group {
  display: grid;
  gap: 12px;
}

.ih-quote-delivery-group h4 {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8781;
}

.ih-quote-delivery-files {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 220px));
  gap: 12px;
}

.ih-quote-delivery-file-card {
  display: grid;
  gap: 12px;
  max-width: 220px;
}

.ih-quote-delivery-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 14px;
  background: #fbfaf8;
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-quote-delivery-preview {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #eef4f3;
  border: 1px solid rgba(30, 29, 27, 0.06);
  max-width: 220px;
  cursor: zoom-in;
}

.ih-quote-delivery-preview-button {
  width: 100%;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: left;
}

.ih-quote-delivery-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.ih-quote-delivery-preview:focus-visible {
  outline: 3px solid rgba(14, 143, 150, 0.28);
  outline-offset: 3px;
}

.ih-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: grid;
  place-items: center;
  padding: 24px;
}

.ih-image-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 12, 12, 0.78);
  cursor: zoom-out;
}

.ih-image-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  max-height: calc(100dvh - 48px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
}

.ih-image-lightbox-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #ffffff;
}

.ih-image-lightbox-head strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.ih-image-lightbox-head button {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  padding: 10px 18px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.ih-image-lightbox-canvas {
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.ih-image-lightbox-canvas img {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 118px);
  object-fit: contain;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.ih-quote-delivery-file {
  min-height: 140px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #eef5f4 0%, #f8f4ef 100%);
  border: 1px solid rgba(30, 29, 27, 0.06);
}

.ih-quote-delivery-file span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(14, 143, 150, 0.12);
  color: #0e8f96;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ih-quote-delivery-meta {
  display: grid;
  gap: 6px;
}

.ih-quote-delivery-meta strong {
  font-size: 18px;
  line-height: 1.35;
  color: #313030;
}

.ih-quote-delivery-meta span,
.ih-quote-delivery-meta small,
.ih-quote-delivery-meta p {
  margin: 0;
  color: #64635f;
}

.ih-quote-delivery-review-pill {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(30, 29, 27, 0.05);
  color: #5d5a56;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ih-quote-delivery-review-pill.is-submitted {
  background: rgba(14, 143, 150, 0.12);
  color: #0e8f96;
}

.ih-quote-delivery-review-pill.is-revision_requested {
  background: rgba(213, 109, 61, 0.14);
  color: #c55f33;
}

.ih-quote-delivery-review-pill.is-approved {
  background: rgba(76, 143, 106, 0.14);
  color: #3c7f5b;
}

.ih-quote-delivery-meta p {
  line-height: 1.6;
}

.ih-quote-delivery-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ih-quote-revision-modal {
  width: min(820px, 100%);
  border-radius: 22px;
  gap: 22px;
  background:
    radial-gradient(circle at 92% 8%, rgba(14, 143, 150, 0.08), transparent 28%),
    #fffdfa;
}

.ih-quote-revision-modal .ih-support-modal-head h3 {
  max-width: 640px;
  font-size: clamp(26px, 2.35vw, 36px);
  line-height: 1.04;
}

.ih-quote-revision-body {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.ih-quote-revision-field {
  display: grid;
  gap: 10px;
  color: #313030;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ih-quote-revision-field > span {
  display: block;
}

.ih-quote-revision-field textarea {
  width: 100%;
  min-height: 170px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(30, 29, 27, 0.1);
  background: #fbfaf8;
  color: #313030;
  font: inherit;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  text-transform: none;
  resize: vertical;
}

.ih-quote-revision-field textarea:focus {
  outline: none;
  border-color: rgba(14, 143, 150, 0.42);
  box-shadow: 0 0 0 4px rgba(14, 143, 150, 0.08);
}

.ih-quote-revision-upload {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border-radius: 16px;
  border: 1px dashed rgba(14, 143, 150, 0.28);
  background: rgba(14, 143, 150, 0.045);
  overflow: hidden;
}

.ih-quote-revision-upload strong {
  display: block;
  margin-bottom: 6px;
  color: #313030;
  font-size: 15px;
}

.ih-quote-revision-upload p,
.ih-quote-revision-upload small {
  margin: 0;
  color: #6b6a67;
  font-size: 12px;
  line-height: 1.5;
}

.ih-quote-revision-upload .ih-chat-attachment-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.ih-quote-revision-upload .ih-chat-attachment-pill {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
}

.ih-quote-revision-upload .ih-chat-attachment-pill span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ih-quote-revision-upload .ih-chat-attachment-pill button {
  white-space: nowrap;
}

.ih-quote-tab-panel--details .ih-dashboard-palette-grid {
  grid-template-columns: repeat(auto-fit, minmax(130px, 160px));
  max-width: 540px;
}

.ih-quote-tab-panel--details .ih-dashboard-palette-card {
  padding: 8px;
  gap: 8px;
}

.ih-quote-tab-panel--details .ih-dashboard-palette-swatch {
  grid-template-columns: repeat(3, 34px);
  width: max-content;
  max-width: 100%;
}

.ih-quote-tab-panel--details .ih-dashboard-palette-swatch span {
  width: 34px;
  height: 34px;
  aspect-ratio: auto;
}

.ih-quote-deliveries-empty {
  display: grid;
  gap: 8px;
  padding: 24px;
  margin: 18px 20px 20px;
  border-radius: 14px;
  background: #fbfaf8;
  border: 1px dashed rgba(30, 29, 27, 0.14);
}

.ih-quote-deliveries-empty p,
.ih-quote-deliveries-empty span {
  margin: 0;
}

.ih-quote-deliveries-empty p {
  font-size: 18px;
  font-weight: 700;
  color: #313030;
}

.ih-quote-deliveries-empty span {
  line-height: 1.6;
  color: #686663;
}

@media (max-width: 960px) {
  .ih-quote-revision-body {
    grid-template-columns: 1fr;
  }

  .ih-dashboard-page--quote-workspace {
    overflow: visible;
    height: auto;
    min-height: auto;
  }

  html:has(.ih-dashboard-page--quote-workspace),
  body:has(.ih-dashboard-page--quote-workspace) {
    overflow: auto;
  }

  .qodef-wrapper-inner:has(.ih-dashboard-page--quote-workspace) .qodef-content,
  .qodef-wrapper-inner:has(.ih-dashboard-page--quote-workspace) .qodef-content-inner,
  .ih-dashboard-page--quote-workspace .ih-dashboard-shell,
  .ih-dashboard-page--quote-workspace .ih-dashboard-main,
  .ih-dashboard-page--support-workspace .ih-quote-workspace {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .ih-dashboard-shell {
    grid-template-columns: 1fr;
  }

  .ih-dashboard-workbench,
  .ih-dashboard-workspace,
  .ih-dashboard-hero {
    grid-template-columns: 1fr;
  }

  .ih-dashboard-workbench-status {
    border-left: none;
    border-top: 1px solid rgba(30, 29, 27, 0.08);
    padding-left: 0;
    padding-top: 18px;
  }

  .ih-dashboard-hero-meta {
    grid-template-columns: 1fr;
  }

  .ih-dashboard-hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ih-dashboard-panels {
    grid-template-columns: 1fr;
  }

  .ih-support-form-grid {
    grid-template-columns: 1fr;
  }

  .ih-support-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ih-support-ticket-layout {
    grid-template-columns: 1fr;
  }

  .ih-support-modal {
    padding: 16px;
  }

  .ih-support-modal-panel {
    padding: 18px;
    max-height: 90vh;
  }

  .ih-support-modal-head {
    flex-direction: column;
  }

  .ih-support-modal-head h3 {
    font-size: 28px;
  }

  .ih-support-modal-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .ih-dashboard-project-head {
    display: none;
  }

  .ih-dashboard-project-row {
    grid-template-columns: 1fr;
  }

  .ih-dashboard-project-cell--action {
    justify-items: start;
  }

  .ih-dashboard-account-grid {
    grid-template-columns: 1fr;
  }

  .ih-chat-layout {
    grid-template-columns: 1fr;
  }

  .ih-dashboard-page--support-workspace .ih-chat-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .ih-dashboard-page--support-workspace .ih-chat-thread-list,
  .ih-dashboard-page--support-workspace .ih-chat-main,
  .ih-dashboard-page--support-workspace .ih-chat-context {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(30, 29, 27, 0.08);
  }

  .ih-dashboard-spotlight {
    flex-direction: column;
  }

  .ih-dashboard-spotlight-meta {
    min-width: 0;
    justify-items: start;
    text-align: left;
  }

  .ih-quote-workspace-grid,
  .ih-quote-summary-grid,
  .ih-quote-tabs--workspace {
    grid-template-columns: 1fr;
  }

  .ih-quote-messages-layout {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .ih-quote-context-rail {
    overflow: visible;
    padding-top: 0;
  }

  .ih-quote-feed {
    min-height: 420px;
    height: auto;
  }
}

@media (max-width: 640px) {
  .ih-dashboard-page {
    padding-inline: 16px;
  }

  .ih-dashboard-subnav {
    overflow-x: auto;
    padding: 8px;
  }

  .ih-dashboard-subnav a {
    white-space: nowrap;
  }

  .ih-chat-composer-actions,
  .ih-dashboard-activity-item,
  .ih-dashboard-quote-topline,
  .ih-dashboard-panel-heading,
  .ih-dashboard-quote-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .ih-dashboard-message,
  .ih-chat-bubble {
    max-width: 100%;
  }

  .ih-quote-panel-head,
  .ih-quote-summary-grid,
  .ih-quote-details-actions,
  .ih-quote-feed,
  .ih-quote-tabs,
  .ih-quote-tab-copy,
  .ih-quote-delivery-actions,
  .ih-quote-delivery-form,
  .ih-quote-tab-panel .ih-dashboard-status-bar,
  .ih-quote-tab-panel .ih-dashboard-detail,
  .ih-quote-tab-panel > .ih-dashboard-empty,
  .ih-quote-deliveries,
  .ih-quote-deliveries-empty {
    margin-inline: 0;
    padding-inline: 20px;
  }

  .ih-quote-feed,
  .ih-quote-deliveries,
  .ih-quote-deliveries-empty {
    padding-inline: 20px;
  }

  .ih-quote-feed {
    margin: 20px;
  }

  .ih-quote-deliveries {
    padding: 20px;
  }

  .ih-quote-deliveries-empty {
    margin: 20px;
    padding: 20px;
  }
}
