/**
 * Help Center — wallet 셸 위 패널
 */

.support-wrap .support-main {
  max-width: 720px;
}

.support-panel {
  padding: 20px 22px 24px;
}

.support-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #d4b87a;
  margin: 0 0 16px;
}

.support-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(201, 169, 110, 0.22);
}

.support-tab {
  margin: 0;
  padding: 8px 18px;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: rgba(245, 239, 224, 0.45);
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.support-tab.is-active {
  color: #d4b87a;
  border-bottom-color: #c9a96e;
  font-weight: 700;
}

.support-compose {
  border: 1px solid rgba(201, 169, 110, 0.22);
  border-radius: 8px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.28);
  margin-bottom: 14px;
}

.support-compose__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(201, 169, 110, 0.75);
  margin-bottom: 8px;
}

.support-compose textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 72px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(201, 169, 110, 0.28);
  border-radius: 6px;
  color: #f0e6cc;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  resize: vertical;
}

.support-compose textarea:focus {
  outline: none;
  border-color: rgba(201, 169, 110, 0.55);
}

.support-compose__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.support-msgs,
.support-notices {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 4px;
}

.support-toolbar {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 4px;
}

.support-toolbar button {
  font-size: 10px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 7px;
  cursor: pointer;
  border: 1px solid rgba(199, 62, 62, 0.45);
  background: rgba(199, 62, 62, 0.14);
  color: #ff9e9e;
}

.support-toolbar button.support-del-all {
  background: rgba(199, 62, 62, 0.24);
  border-color: rgba(199, 62, 62, 0.55);
  color: #ffbcbc;
}

.support-msg {
  border-radius: 8px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.32);
}

.support-msg--user {
  border: 1px solid rgba(201, 169, 110, 0.22);
}

.support-msg--admin {
  border: 1px solid rgba(123, 186, 255, 0.28);
}

.support-msg__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.support-msg__who {
  display: flex;
  align-items: center;
  gap: 8px;
}

.support-msg__tag {
  font-size: 9px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 10px;
  letter-spacing: 0.05em;
}

.support-msg__tag--sent {
  background: rgba(201, 169, 110, 0.18);
  border: 1px solid rgba(201, 169, 110, 0.4);
  color: #ffd76a;
}

.support-msg__tag--recv {
  background: rgba(199, 62, 62, 0.18);
  border: 1px solid rgba(199, 62, 62, 0.4);
  color: #ff9e9e;
}

.support-msg__name {
  font-size: 11px;
  font-weight: 700;
  color: rgba(245, 239, 224, 0.55);
}

.support-msg__time {
  font-size: 10px;
  color: rgba(245, 239, 224, 0.35);
}

.support-msg__body {
  font-size: 13px;
  color: rgba(245, 239, 224, 0.88);
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

.support-empty {
  text-align: center;
  padding: 40px 12px;
  color: rgba(245, 239, 224, 0.35);
  font-size: 12px;
}

.support-notice-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.support-cat {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(201, 169, 110, 0.22);
  background: rgba(0, 0, 0, 0.25);
  color: rgba(245, 239, 224, 0.65);
  font-size: 11px;
  cursor: pointer;
}

.support-cat.is-active {
  border-color: rgba(201, 169, 110, 0.55);
  color: #d4b87a;
  background: rgba(201, 169, 110, 0.1);
}

.support-notice {
  border: 1px solid rgba(201, 169, 110, 0.2);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.28);
}

.support-notice.is-pinned {
  border-color: rgba(255, 215, 106, 0.45);
  background: rgba(255, 215, 106, 0.04);
}

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

.support-notice__cat {
  background: rgba(201, 169, 110, 0.15);
  color: #c9a96e;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
}

.support-notice__title {
  flex: 1;
  font-weight: 700;
  color: #d4b87a;
  font-size: 14px;
}

.support-notice__date {
  font-size: 10px;
  color: rgba(245, 239, 224, 0.4);
}

.support-notice__body {
  font-size: 12px;
  color: rgba(245, 239, 224, 0.75);
  line-height: 1.7;
  white-space: pre-wrap;
}
