/* Split from website/static/css/pages.css. Keep selector order compatible with the original cascade. */

.help-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
  padding-bottom: calc(92px + env(safe-area-inset-bottom));
  min-width: 0;
}

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

.help-search {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  padding: 4px 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(25, 27, 35, 0.3);
  background-blend-mode: soft-light;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease;
}

.help-search:hover {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(25, 27, 35, 0.34);
}

.help-search:focus-within {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  background: rgba(25, 27, 35, 0.34);
}

.help-search-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 10px;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  color: rgba(245, 247, 255, 0.92);
}

.help-search-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.help-search-input {
  width: 100%;
  height: 17px;
  min-width: 0;
  flex: 1 1 auto;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #dadada;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.25px;
  text-align: left;
  padding: 0;
}

.help-search-input::placeholder {
  color: #dadada;
}

.help-search-input:focus {
  outline: none;
}

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

.help-contact-card {
  position: relative;
  min-height: 132px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  text-decoration: none;
  color: #f4f6ff;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.help-contact-card,
.help-contact-card:visited,
.help-feedback-card {
  color: #f4f6ff;
  text-decoration: none;
}

.help-contact-card:hover,
.help-feedback-card:hover {
  transform: scale(0.99);
  background: rgba(38, 40, 52, 0.86);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 12px 24px rgba(0, 0, 0, 0.15);
  color: #f4f6ff;
}

.help-contact-card:focus-visible,
.help-feedback-card:focus-visible {
  outline: none;
  border-color: rgba(124, 92, 255, 0.28);
  box-shadow: 0 0 0 1px rgba(124, 92, 255, 0.14), 0 12px 24px rgba(0, 0, 0, 0.15);
  color: #f4f6ff;
  text-decoration: none;
}

.help-contact-card:active,
.help-feedback-card:active {
  transform: scale(0.97);
  background: rgba(32, 34, 46, 0.82);
}

.help-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.075);
  color: #f6f7fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.help-card-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.help-card-title {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  font-size: 15px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.help-feedback-card {
  width: 100%;
  min-height: 78px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  color: #f4f6ff;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.help-feedback-copy {
  font-size: 15px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.help-faq-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.help-faq-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #f7f8fc;
}

.help-view-all {
  border: none;
  background: transparent;
  color: rgba(194, 180, 255, 0.92);
  font-size: 13px;
  line-height: 1.1;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.16s ease, transform 0.16s ease, color 0.16s ease;
}

.help-view-all:hover,
.help-view-all:focus-visible {
  color: rgba(232, 225, 255, 0.98);
  opacity: 1;
}

.help-view-all:focus-visible {
  outline: none;
}

.help-view-all:active {
  transform: scale(0.98);
  opacity: 0.82;
}

.help-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.help-faq-item {
  --help-faq-answer-max-height: 220px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.18s ease;
}

.help-faq-item.is-entering {
  opacity: 0;
  transition: opacity 0.18s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.help-faq-item.is-entered {
  opacity: 1;
}

.help-faq-item:hover {
  transform: scale(0.99);
  background: rgba(38, 40, 52, 0.86);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 12px 24px rgba(0, 0, 0, 0.15);
}

.help-faq-item:focus-within {
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.help-faq-item:active {
  transform: scale(0.97);
}

.help-faq-item.is-open {
  background: linear-gradient(180deg, rgba(34, 28, 54, 0.98), rgba(26, 23, 42, 0.98));
  border-color: rgba(124, 92, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(174, 157, 255, 0.06), 0 12px 26px rgba(0, 0, 0, 0.18);
}

.help-faq-trigger {
  width: 100%;
  border: none;
  background: transparent;
  color: #f4f6fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 16px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.help-faq-trigger:hover {
  background: transparent;
}

.help-faq-trigger:focus-visible {
  outline: none;
  background: transparent;
}

.help-faq-question {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.help-faq-trigger-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 247, 255, 0.9);
}

.help-faq-trigger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.18s ease;
}

.help-faq-trigger-line--horizontal {
  width: 12px;
  height: 2px;
}

.help-faq-trigger-line--vertical {
  width: 2px;
  height: 12px;
}

.help-faq-item.is-open .help-faq-trigger-line--vertical {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.help-faq-answer {
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  overflow: hidden;
  transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease;
  will-change: max-height, opacity, transform;
}

.help-faq-item.is-open .help-faq-answer {
  max-height: var(--help-faq-answer-max-height);
  opacity: 1;
  transform: translateY(0);
}

.help-faq-answer-inner {
  overflow: hidden;
}

.help-faq-answer p {
  margin: 0;
  padding: 0 18px 18px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(232, 235, 246, 0.86);
}

.help-faq-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(232, 235, 246, 0.62);
  text-align: center;
  padding: 20px;
}

.help-faq-empty p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
  .help-contact-card:hover,
  .help-feedback-card:hover {
    background: rgba(38, 40, 52, 0.86);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .help-view-all:hover {
    opacity: 0.86;
  }
}

@media (max-width: 640px) {
  .help-contact-grid {
    gap: 12px;
  }

  .help-contact-card {
    min-height: 136px;
    padding: 14px;
  }

  .help-feedback-card,
  .help-search {
    border-radius: 12px;
  }
}

.help-contact-card[aria-disabled="true"],
.help-contact-card[data-help-disabled="true"] {
  opacity: 0.54;
  cursor: default;
}

.feedback-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 18px;
  padding-bottom: calc(104px + env(safe-area-inset-bottom));
  min-width: 0;
}

.feedback-hero {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feedback-title {
  margin: 0;
  color: #f7f8fc;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.feedback-copy {
  max-width: 620px;
  margin: 0;
  color: rgba(232, 235, 246, 0.72);
  font-size: 15px;
  line-height: 1.46;
  font-weight: 500;
  letter-spacing: 0;
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.feedback-field,
.feedback-rating-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.feedback-label {
  color: #f4f6ff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.feedback-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: #f4f6ff;
  padding: 15px 16px;
  font-family: Inter, system-ui, -apple-system, "system-ui", "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0;
  outline: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.feedback-input::placeholder {
  color: rgba(232, 235, 246, 0.34);
}

.feedback-input:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(38, 40, 52, 0.76);
}

.feedback-input:focus {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(38, 40, 52, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.feedback-textarea {
  min-height: 142px;
  resize: vertical;
}

.feedback-stars {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
}

.feedback-star {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 0;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: transparent;
  color: rgba(232, 235, 246, 0.38);
  cursor: pointer;
  padding: 0;
  transition: transform 0.15s ease, color 0.18s ease, opacity 0.18s ease;
}

.feedback-star:hover {
  transform: scale(0.98);
  color: rgba(255, 239, 103, 0.72);
}

.feedback-star:active {
  transform: scale(0.94);
}

.feedback-star:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.feedback-star svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linejoin: round;
}

.feedback-star.is-selected {
  color: #fff06a;
}

.feedback-star.is-selected svg {
  fill: currentColor;
}

.feedback-submit {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  color: #10131b;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.feedback-submit:hover:not(:disabled) {
  transform: scale(0.99);
  opacity: 0.95;
}

.feedback-submit:active:not(:disabled) {
  transform: scale(0.97);
}

.feedback-submit:disabled {
  cursor: default;
  opacity: 0.64;
}

.feedback-status {
  min-height: 18px;
  margin: -6px 0 0;
  color: rgba(232, 235, 246, 0.62);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.feedback-status[data-state="success"] {
  color: rgba(204, 255, 217, 0.84);
}

.feedback-status[data-state="error"] {
  color: rgba(255, 176, 176, 0.88);
}

@media (max-width: 640px) {
  .feedback-shell {
    gap: 12px;
    padding-top: 12px;
  }

  .feedback-hero {
    gap: 6px;
  }

  .feedback-title {
    font-size: 28px;
  }

  .feedback-copy {
    font-size: 14px;
    line-height: 1.38;
  }

  .feedback-form {
    gap: 12px;
  }

  .feedback-field,
  .feedback-rating-field {
    gap: 8px;
  }

  .feedback-input {
    min-height: 50px;
    border-radius: 12px;
    padding: 12px 14px;
  }

  .feedback-textarea {
    min-height: 104px;
  }

  .feedback-stars {
    min-height: 38px;
    gap: 8px;
  }

  .feedback-star {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .feedback-star svg {
    width: 29px;
    height: 29px;
  }

  .feedback-submit {
    min-height: 54px;
  }
}

.support-chat-messages {
  padding-top: 6px;
  padding-bottom: 180px;
}

/* Empty thread: collapse message column so hello + chips center like main #chat-main .hello-message */
.page.page-chat-single-scroll #support-chat-main.chat-body.hello-active:not(.has-messages) .support-chat-messages,
body.chat-footer-docked .page.page-chat-single-scroll #support-chat-main.chat-body.hello-active:not(.has-messages) .support-chat-messages {
  flex: 0 0 auto;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 0;
}

.support-chat-empty-state {
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 20px 16px 16px;
  text-align: center;
}

#support-chat-main.chat-body.hello-active:not(.has-messages) .support-chat-empty-state {
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-height: 0;
  padding: 12px 16px 20px;
}

.support-chat-body .hello-message.support-chat-empty-state {
  min-height: 0;
}

.support-chat-empty-state[hidden] {
  display: none;
}

.support-chat-empty-icon {
  display: grid;
  place-items: center;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.support-chat-empty-icon svg {
  width: 32px;
  height: 32px;
}

.support-chat-empty-title {
  margin: 0;
  max-width: min(320px, 100%);
  font-size: 17px;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.support-chat-chip-list {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

@media (min-width: 480px) {
  .support-chat-chip-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 520px;
  }
}

.support-chat-chip {
  width: 100%;
  min-height: 52px;
  padding: 12px 12px 12px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  color: #f4f6ff;
  font-size: 14px;
  line-height: 1.28;
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-align: left;
  transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.12s ease, background 0.12s ease, border-color 0.12s ease;
}

.support-chat-chip-accent {
  width: 3px;
  min-height: 28px;
  align-self: stretch;
  border-radius: 999px;
  flex-shrink: 0;
}

/* A — vertical bar + soft bloom (blur “diffusion” behind the line) */
.support-chat-chip--accent-a {
  overflow: visible;
}

.support-chat-chip--accent-a .support-chat-chip-accent {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(145, 116, 255, 0.95) 0%, rgba(124, 92, 255, 0.42) 100%);
  box-shadow:
    0 0 18px 6px rgba(145, 116, 255, 0.2),
    0 0 8px 2px rgba(124, 92, 255, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.support-chat-chip--accent-a .support-chat-chip-accent::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: calc(100% + 18px);
  max-height: 52px;
  border-radius: 999px;
  background: rgba(145, 116, 255, 0.5);
  filter: blur(11px);
  opacity: 0.65;
  z-index: -1;
  pointer-events: none;
}

/* B — no extra tile: card uses side-menu notification-style depth (inset highlight + soft violet wash) */
.support-chat-chip--accent-b .support-chat-chip-accent {
  display: none;
}

.support-chat-chip--accent-b {
  background: linear-gradient(150deg, rgba(145, 116, 255, 0.11) 0%, rgba(255, 255, 255, 0.032) 55%, rgba(145, 116, 255, 0.045) 100%);
  border-color: rgba(145, 116, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 12px 0 36px -14px rgba(145, 116, 255, 0.13),
    0 10px 22px rgba(4, 8, 18, 0.15);
}

/* C — same language as notification row: left glow + gradients, no hard bar span */
.support-chat-chip--accent-c .support-chat-chip-accent {
  display: none;
}

.support-chat-chip--accent-c {
  background: linear-gradient(125deg, rgba(145, 116, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 46%, rgba(255, 255, 255, 0.035) 100%);
  border-color: rgba(145, 116, 255, 0.17);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    -8px 0 28px -6px rgba(145, 116, 255, 0.16),
    0 8px 18px rgba(4, 8, 18, 0.14);
}

.support-chat-chip-text {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.support-chat-chip-chevron {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: rgba(245, 246, 251, 0.42);
  transition: color 0.15s ease, transform 0.15s ease;
}

.support-chat-chip-chevron svg {
  display: block;
}

.support-chat-chip:hover,
.support-chat-chip:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  transform: scale(0.99);
  opacity: 0.96;
}

.support-chat-chip--accent-a:hover .support-chat-chip-accent,
.support-chat-chip--accent-a:focus-visible .support-chat-chip-accent {
  box-shadow:
    0 0 24px 9px rgba(145, 116, 255, 0.24),
    0 0 10px 2px rgba(124, 92, 255, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.support-chat-chip--accent-b:hover,
.support-chat-chip--accent-b:focus-visible {
  background: linear-gradient(150deg, rgba(145, 116, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 55%, rgba(145, 116, 255, 0.06) 100%);
  border-color: rgba(145, 116, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    inset 12px 0 40px -12px rgba(145, 116, 255, 0.18),
    0 12px 26px rgba(4, 8, 18, 0.18);
}

.support-chat-chip--accent-c:hover,
.support-chat-chip--accent-c:focus-visible {
  background: linear-gradient(125deg, rgba(145, 116, 255, 0.15) 0%, rgba(255, 255, 255, 0.038) 46%, rgba(255, 255, 255, 0.04) 100%);
  border-color: rgba(145, 116, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    -10px 0 34px -6px rgba(145, 116, 255, 0.2),
    0 12px 26px rgba(4, 8, 18, 0.18);
}

.support-chat-chip:hover .support-chat-chip-chevron,
.support-chat-chip:focus-visible .support-chat-chip-chevron {
  color: rgba(245, 246, 251, 0.65);
}

.support-chat-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(88, 205, 231, 0.35), 0 10px 22px rgba(0, 0, 0, 0.2);
}

.support-chat-chip--accent-a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(88, 205, 231, 0.35), 0 10px 22px rgba(0, 0, 0, 0.2);
}

.support-chat-chip--accent-b:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(88, 205, 231, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    inset 12px 0 40px -12px rgba(145, 116, 255, 0.18),
    0 12px 26px rgba(4, 8, 18, 0.18);
}

.support-chat-chip--accent-c:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(88, 205, 231, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    -10px 0 34px -6px rgba(145, 116, 255, 0.2),
    0 12px 26px rgba(4, 8, 18, 0.18);
}

.support-chat-chip:active {
  transform: scale(0.97);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  opacity: 0.94;
}

.support-chat-chip--accent-b:active {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 12px 0 32px -14px rgba(145, 116, 255, 0.12),
    0 4px 12px rgba(4, 8, 18, 0.2);
}

.support-chat-chip--accent-c:active {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    -6px 0 22px -8px rgba(145, 116, 255, 0.12),
    0 4px 12px rgba(4, 8, 18, 0.2);
}

.support-chat-chip--accent-a:active .support-chat-chip-accent {
  box-shadow:
    0 0 14px 5px rgba(145, 116, 255, 0.16),
    0 0 6px 1px rgba(124, 92, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.support-chat-message-attachments {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}

.support-chat-message-attachment {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 7px 9px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.support-chat-message-attachment-name {
  font-size: 12px;
  line-height: 1.2;
  color: #f5f6fb;
}

.support-chat-message-attachment-size {
  font-size: 11px;
  line-height: 1.2;
  color: rgba(232, 235, 246, 0.58);
}
