/* ==========================================================================
   ASTRUBIA — Suporte modular
   ========================================================================== */

.sup-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(6.8rem, 10vw, 8.5rem) 0 clamp(4rem, 8vw, 7rem);
  background:
    radial-gradient(58rem 34rem at 84% 9%, rgba(255, 180, 35, .08), transparent 72%),
    linear-gradient(180deg, #061a17 0, #08241e 27rem, #061915 100%);
}

.sup-scene {
  position: absolute;
  z-index: -2;
  inset: 0 0 auto;
  height: 29rem;
  pointer-events: none;
  background-image: url('/img/art/suporte-hero.jpg');
  background-position: center 43%;
  background-size: cover;
  filter: saturate(1.16) contrast(1.04);
}

.sup-scene::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(34rem 22rem at 74% 38%, rgba(255, 186, 45, .12), transparent 70%),
    linear-gradient(90deg, rgba(3, 22, 19, .91), rgba(5, 29, 24, .62) 54%, rgba(18, 13, 5, .24)),
    linear-gradient(0deg, #061a17 0, rgba(6, 26, 23, .15) 46%, rgba(4, 17, 15, .55) 100%);
}

.sup-wrap {
  position: relative;
  z-index: 1;
}

/* Cabeçalho compacto */
.sup-head {
  min-height: 14rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2.4rem;
}

.sup-head > div:first-child {
  display: grid;
  gap: .55rem;
  max-width: 46rem;
}

.sup-head .h-display {
  font-size: clamp(3.9rem, 7vw, 6rem);
  line-height: .88;
  letter-spacing: -.035em;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .55);
}

.sup-head .lead {
  max-width: 42rem;
  margin: 0;
  color: rgba(248, 242, 222, .8);
  font-size: 1rem;
}

.sup-head-actions {
  display: flex;
  flex: none;
  flex-wrap: wrap;
  gap: .65rem;
}

/* Estrutura principal */
.sup-dashboard {
  display: grid;
  grid-template-columns: 17.5rem minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
}

.sup-sidebar,
.sup-content {
  border: 1px solid rgba(240, 228, 200, .13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 42%),
    rgba(6, 30, 25, .94);
  box-shadow: 0 28px 65px -38px rgba(0, 0, 0, .92);
  backdrop-filter: blur(16px);
}

.sup-sidebar {
  position: sticky;
  top: 6rem;
  overflow: hidden;
  border-color: rgba(255, 212, 90, .21);
  border-radius: 20px 5px 20px 5px;
}

.sup-guide {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1.1rem;
  border-bottom: 1px solid rgba(240, 228, 200, .1);
  background:
    radial-gradient(14rem 8rem at 0 0, rgba(255, 190, 38, .11), transparent 75%),
    rgba(255, 255, 255, .018);
}

.sup-guide-icon {
  flex: none;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 212, 90, .42);
  border-radius: 50%;
  color: var(--gold-300);
  background: rgba(255, 212, 90, .055);
  box-shadow: 0 0 0 5px rgba(255, 212, 90, .035);
}

.sup-guide-icon svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sup-guide > div {
  min-width: 0;
  display: grid;
  gap: .12rem;
}

.sup-guide strong {
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: .82rem;
  letter-spacing: .025em;
}

.sup-guide small {
  color: var(--text-faint);
  font-size: .72rem;
}

.sup-nav {
  display: grid;
  gap: .22rem;
  padding: .55rem;
}

.sup-nav-item {
  appearance: none;
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  align-items: center;
  gap: .7rem;
  padding: .7rem .75rem;
  border: 1px solid transparent;
  border-radius: 10px 3px 10px 3px;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}

.sup-nav-item:hover {
  color: var(--text-strong);
  background: rgba(255, 255, 255, .025);
  transform: translateX(2px);
}

.sup-nav-item.is-active {
  border-color: rgba(255, 212, 90, .34);
  color: var(--text-strong);
  background:
    linear-gradient(90deg, rgba(255, 205, 64, .13), rgba(255, 205, 64, .025)),
    rgba(3, 20, 17, .45);
  box-shadow: inset 3px 0 var(--gold-400);
}

.sup-nav-item--accent:not(.is-active) .sup-nav-icon {
  border-color: rgba(24, 184, 207, .35);
  color: #70d8e5;
  background: rgba(24, 184, 207, .06);
}

.sup-nav-icon {
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 228, 200, .13);
  border-radius: 8px 3px 8px 3px;
  color: var(--gold-400);
  background: rgba(3, 22, 19, .54);
  font-family: var(--font-display);
  font-size: .88rem;
  font-weight: 800;
}

.sup-nav-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sup-nav-item > span:last-child {
  min-width: 0;
  display: grid;
  gap: .04rem;
}

.sup-nav-item strong,
.sup-nav-item small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sup-nav-item strong {
  color: inherit;
  font-size: .8rem;
  font-weight: 800;
}

.sup-nav-item small {
  color: var(--text-faint);
  font-size: .68rem;
}

.sup-side-note {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin: .2rem .75rem .85rem;
  padding: .7rem;
  border: 1px solid rgba(255, 212, 90, .15);
  border-radius: 8px;
  background: rgba(255, 212, 90, .035);
}

.sup-side-note > span {
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2d2109;
  background: var(--gold-400);
  font-size: .7rem;
  font-weight: 900;
}

.sup-side-note p {
  margin: 0;
  color: var(--text-faint);
  font-size: .68rem;
  line-height: 1.45;
}

/* Conteúdo */
.sup-content {
  min-width: 0;
  overflow: hidden;
  border-radius: 5px 22px 5px 22px;
}

.sup-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(240, 228, 200, .11);
  background:
    radial-gradient(26rem 8rem at 50% 0, rgba(255, 197, 48, .055), transparent 75%),
    rgba(3, 20, 17, .36);
}

.sup-summary > div {
  min-width: 0;
  display: grid;
  gap: .12rem;
  padding: .85rem 1rem;
}

.sup-summary > div + div {
  border-left: 1px solid rgba(240, 228, 200, .09);
}

.sup-summary strong {
  overflow: hidden;
  color: var(--text-strong);
  font-size: .76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sup-summary span {
  overflow: hidden;
  color: var(--text-faint);
  font-size: .67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sup-module {
  min-height: 37rem;
  padding: clamp(1.3rem, 3vw, 2rem);
  outline: none;
}

.sup-module[hidden] {
  display: none;
}

.sup-module-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(240, 228, 200, .1);
}

.sup-module-head > div {
  display: grid;
  gap: .35rem;
}

.sup-module-head .h-section {
  font-size: clamp(1.75rem, 4vw, 2.7rem);
}

.sup-module-head p {
  max-width: 52rem;
  margin: 0;
  color: var(--text-muted);
  font-size: .92rem;
}

.sup-module-number {
  flex: none;
  color: rgba(255, 212, 90, .28);
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
}

/* FAQ */
.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: .7rem;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(240, 228, 200, .12);
  border-radius: 12px 3px 12px 3px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 55%),
    rgba(3, 24, 20, .55);
  transition: border-color .18s ease, background .18s ease;
}

.faq-item[open] {
  border-color: rgba(255, 212, 90, .38);
  background:
    radial-gradient(18rem 8rem at 100% 0, rgba(255, 190, 39, .065), transparent 72%),
    rgba(8, 42, 35, .75);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.6rem;
  padding: .8rem .9rem;
  cursor: pointer;
  list-style: none;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  color: var(--gold-200);
}

.faq-chevron {
  flex: none;
  width: .9rem;
  height: .9rem;
  fill: none;
  stroke: var(--gold-400);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-body {
  padding: .75rem .9rem .9rem;
  border-top: 1px solid rgba(240, 228, 200, .08);
  color: var(--text-muted);
}

.faq-body p {
  margin: 0;
  font-size: .83rem;
  line-height: 1.65;
}

.sup-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(24, 184, 207, .22);
  border-radius: 12px 3px 12px 3px;
  background: linear-gradient(90deg, rgba(24, 184, 207, .07), transparent);
}

.sup-next > div {
  display: grid;
  gap: .12rem;
}

.sup-next strong {
  color: var(--text-strong);
  font-size: .84rem;
}

.sup-next span {
  color: var(--text-faint);
  font-size: .74rem;
}

/* Conta */
.sup-account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.sup-info-card {
  position: relative;
  min-width: 0;
  display: grid;
  align-content: start;
  justify-items: start;
  gap: .8rem;
  min-height: 20rem;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(240, 228, 200, .12);
  border-radius: 16px 4px 16px 4px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .028), transparent 50%),
    rgba(3, 24, 20, .58);
}

.sup-info-card--gold {
  border-color: rgba(255, 212, 90, .3);
  background:
    radial-gradient(24rem 14rem at 100% 0, rgba(255, 185, 38, .1), transparent 68%),
    rgba(13, 40, 31, .72);
}

.sup-info-card h3,
.sup-contact-card h3,
.sup-guest h3 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: .025em;
}

.sup-info-card p,
.sup-contact-card p,
.sup-guest p {
  margin: 0;
  color: var(--text-muted);
  font-size: .88rem;
  line-height: 1.65;
}

.sup-info-card .btn,
.sup-info-card .sup-text-link {
  margin-top: auto;
}

.sup-card-icon {
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24, 184, 207, .31);
  border-radius: 50%;
  color: #69d7e4;
  background: rgba(24, 184, 207, .055);
}

.sup-card-icon svg,
.sup-guest-icon svg,
.sup-contact-orbit svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sup-checklist {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--text-muted);
  font-size: .84rem;
}

.sup-checklist li {
  position: relative;
  padding-left: 1.45rem;
}

.sup-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold-400);
  font-weight: 900;
}

.sup-text-link {
  color: var(--gold-300);
  font-size: .8rem;
  font-weight: 800;
}

/* Regras */
.rules-list {
  counter-reset: sup-rule;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.rules-list li {
  counter-increment: sup-rule;
  position: relative;
  min-width: 0;
  display: grid;
  gap: .25rem;
  min-height: 7rem;
  padding: .9rem .9rem .9rem 3.7rem;
  border: 1px solid rgba(240, 228, 200, .11);
  border-radius: 12px 3px 12px 3px;
  background: rgba(3, 24, 20, .54);
}

.rules-list li::before {
  content: counter(sup-rule, decimal-leading-zero);
  position: absolute;
  top: .95rem;
  left: .85rem;
  width: 2rem;
  padding-right: .6rem;
  border-right: 1px solid rgba(255, 212, 90, .25);
  color: var(--gold-400);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 800;
}

.rules-list strong {
  color: var(--text-strong);
  font-size: .82rem;
}

.rules-list span {
  color: var(--text-muted);
  font-size: .77rem;
  line-height: 1.5;
}

/* Chamados */
.sup-ticket-card {
  padding: 1rem;
  border: 1px solid rgba(24, 184, 207, .25);
  border-radius: 16px 4px 16px 4px;
  background:
    radial-gradient(32rem 17rem at 100% 0, rgba(24, 184, 207, .065), transparent 72%),
    rgba(3, 23, 20, .58);
}

.sup-guest {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .45rem 0 1rem;
}

.sup-guest > div {
  display: grid;
  gap: .35rem;
}

.sup-guest-icon {
  flex: none;
  width: 4.2rem;
  height: 4.2rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 212, 90, .34);
  border-radius: 50%;
  color: var(--gold-300);
  background: rgba(255, 212, 90, .055);
}

.sup-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.tk-tabs {
  display: flex;
  gap: .35rem;
  margin-bottom: 1rem;
  padding: .3rem;
  border: 1px solid rgba(240, 228, 200, .09);
  border-radius: 10px;
  background: rgba(2, 16, 13, .5);
}

.tk-tab {
  appearance: none;
  flex: 1;
  padding: .65rem .8rem;
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
}

.tk-tab:hover {
  color: var(--text-strong);
}

.tk-tab.is-active {
  border-color: rgba(255, 212, 90, .28);
  color: #302207;
  background: linear-gradient(135deg, #ffe47f, #eda91b);
}

.tk-empty {
  margin: 0;
  padding: 1.3rem .3rem;
  color: var(--text-muted);
  font-size: .86rem;
}

.tk-card {
  appearance: none;
  width: 100%;
  display: block;
  margin-bottom: .55rem;
  padding: .85rem .9rem;
  border: 1px solid rgba(240, 228, 200, .11);
  border-radius: 10px;
  color: inherit;
  background: rgba(2, 18, 15, .48);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.tk-card:hover {
  border-color: rgba(255, 212, 90, .38);
  background: rgba(255, 212, 90, .035);
  transform: translateY(-1px);
}

.tk-card-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .65rem;
}

.tk-card-id {
  color: var(--text-faint);
  font-family: var(--font-mono, monospace);
  font-size: .72rem;
}

.tk-card-subject {
  flex: 1;
  min-width: 10rem;
  color: var(--text-strong);
  font-size: .86rem;
}

.tk-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: .45rem;
  color: var(--text-faint);
  font-size: .72rem;
}

.tk-new {
  color: var(--gold-400);
  font-weight: 800;
}

.tk-status {
  padding: .17rem .5rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tk-status--aberto { color: #e0c274; }
.tk-status--em_atendimento { color: #7fc4ff; }
.tk-status--aguardando { color: #e0a274; }
.tk-status--resolvido { color: #7fdca0; }
.tk-status--fechado { color: var(--text-muted); }

.tk-form {
  display: grid;
  justify-items: start;
  gap: .85rem;
}

.tk-form-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.tk-field {
  width: 100%;
  display: grid;
  gap: .35rem;
}

.tk-field label {
  color: var(--text-muted);
  font-size: .78rem;
  font-weight: 800;
}

.tk-opt {
  font-weight: 400;
  opacity: .7;
}

.tk-field input,
.tk-field select,
.tk-field textarea,
.tk-reply-input {
  width: 100%;
  padding: .72rem .8rem;
  border: 1px solid rgba(240, 228, 200, .15);
  border-radius: 8px;
  color: var(--text-strong);
  background: rgba(2, 16, 13, .72);
  font: inherit;
  font-size: .84rem;
  resize: vertical;
}

.tk-field input:focus,
.tk-field select:focus,
.tk-field textarea:focus,
.tk-reply-input:focus {
  outline: none;
  border-color: var(--gold-400);
  box-shadow: 0 0 0 3px rgba(255, 212, 90, .075);
}

.tk-msg,
.tk-msg-status {
  margin: 0;
  font-size: .8rem;
}

.tk-msg.is-error,
.tk-msg-status.is-error {
  color: #ff9db0;
}

.tk-back {
  appearance: none;
  padding: 0 0 .9rem;
  border: 0;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: .8rem;
}

.tk-back:hover {
  color: var(--gold-400);
}

.tk-det-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .7rem;
}

.tk-det-subject {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 1.1rem;
}

.tk-det-meta {
  margin: .3rem 0 1rem;
  color: var(--text-faint);
  font-size: .74rem;
}

.tk-thread {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  margin-bottom: 1rem;
}

.tk-thread .tk-msg {
  max-width: 90%;
  padding: .8rem .9rem;
  border: 1px solid rgba(240, 228, 200, .11);
  border-radius: 11px;
  background: rgba(2, 18, 15, .56);
}

.tk-msg--player {
  align-self: flex-start;
}

.tk-msg--staff {
  align-self: flex-end;
  border-color: rgba(255, 212, 90, .3) !important;
  background: linear-gradient(180deg, rgba(255, 212, 90, .085), rgba(255, 212, 90, .03)) !important;
}

.tk-msg-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .35rem;
  color: var(--text-faint);
  font-size: .7rem;
}

.tk-msg-head strong {
  color: var(--text-strong);
}

.tk-msg-body {
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--text-muted);
  white-space: pre-wrap;
}

.tk-reply {
  display: grid;
  justify-items: start;
  gap: .6rem;
}

.tk-closed {
  color: var(--text-muted);
  font-size: .8rem;
  font-style: italic;
}

/* Contato */
.sup-contact-card {
  min-height: 20rem;
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 3.5rem);
  padding: clamp(1.3rem, 4vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 212, 90, .26);
  border-radius: 18px 5px 18px 5px;
  background:
    radial-gradient(28rem 15rem at 0 50%, rgba(255, 187, 39, .09), transparent 72%),
    rgba(3, 24, 20, .58);
}

.sup-contact-card > div {
  display: grid;
  justify-items: start;
  gap: .8rem;
}

.sup-contact-orbit {
  width: 8.5rem;
  height: 8.5rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 212, 90, .34);
  border-radius: 50%;
  color: var(--gold-300);
  background:
    radial-gradient(circle, rgba(255, 212, 90, .12), transparent 63%),
    rgba(2, 18, 15, .5);
  box-shadow:
    0 0 0 1rem rgba(255, 212, 90, .025),
    0 0 0 2rem rgba(255, 212, 90, .012);
}

.sup-contact-orbit svg {
  width: 3.3rem;
  height: 3.3rem;
}

/* Responsivo */
@media (max-width: 980px) {
  .sup-dashboard {
    grid-template-columns: 1fr;
  }

  .sup-sidebar {
    position: static;
    border-radius: 17px 4px 17px 4px;
  }

  .sup-guide,
  .sup-side-note {
    display: none;
  }

  .sup-nav {
    grid-template-columns: repeat(5, minmax(8.5rem, 1fr));
    gap: .35rem;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .sup-nav-item {
    grid-template-columns: 1.9rem minmax(0, 1fr);
    padding: .6rem;
  }

  .sup-nav-icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .sup-nav-item.is-active {
    box-shadow: inset 0 -3px var(--gold-400);
  }

  .sup-nav-item:hover {
    transform: none;
  }
}

@media (max-width: 760px) {
  .sup-page {
    padding-top: 6.4rem;
  }

  .sup-scene {
    height: 25rem;
    background-position: 60% center;
  }

  .sup-head {
    min-height: 12rem;
    align-items: end;
    padding-bottom: 1.6rem;
  }

  .sup-head-actions {
    display: none;
  }

  .sup-summary {
    grid-template-columns: 1fr;
  }

  .sup-summary > div {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
    align-items: center;
    gap: .5rem;
    padding: .65rem .85rem;
  }

  .sup-summary > div + div {
    border-top: 1px solid rgba(240, 228, 200, .08);
    border-left: 0;
  }

  .faq-list,
  .sup-account-grid,
  .rules-list {
    grid-template-columns: 1fr;
  }

  .sup-info-card {
    min-height: 0;
  }

  .sup-contact-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sup-contact-orbit {
    width: 5rem;
    height: 5rem;
    box-shadow: 0 0 0 .7rem rgba(255, 212, 90, .025);
  }

  .sup-contact-orbit svg {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 520px) {
  .sup-head .h-display {
    font-size: clamp(3.5rem, 18vw, 4.7rem);
  }

  .sup-head .lead {
    font-size: .9rem;
  }

  .sup-nav {
    grid-template-columns: repeat(5, minmax(6.8rem, 1fr));
    padding: .4rem;
  }

  .sup-nav-item {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: .25rem;
    text-align: center;
  }

  .sup-nav-item small {
    display: none;
  }

  .sup-nav-item strong {
    font-size: .7rem;
  }

  .sup-module {
    min-height: 34rem;
    padding: 1rem;
  }

  .sup-module-head {
    margin-bottom: 1rem;
  }

  .sup-module-number {
    display: none;
  }

  .sup-summary > div {
    grid-template-columns: 1fr;
    gap: .08rem;
  }

  .sup-summary span {
    white-space: normal;
  }

  .sup-next,
  .sup-guest {
    align-items: flex-start;
    flex-direction: column;
  }

  .sup-next .btn,
  .sup-panel-actions,
  .sup-panel-actions .btn {
    width: 100%;
  }

  .sup-guest-icon {
    width: 3.5rem;
    height: 3.5rem;
  }

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

  .tk-card-subject {
    min-width: 8rem;
  }

  .tk-thread .tk-msg {
    max-width: 100%;
  }

  .tk-msg-head {
    flex-direction: column;
    gap: .1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sup-nav-item,
  .faq-chevron,
  .tk-card {
    transition: none;
  }
}

/* ---- refatoracao de densidade -------------------------------------------- */
.sup-page { min-height: 100vh; padding: 4.625rem 0 var(--space-16); }
.sup-scene { height: 14.625rem; }
.sup-head {
  min-height: 10rem;
  align-items: center;
  gap: var(--space-4);
  padding-bottom: 0;
}
.sup-head > div:first-child { gap: var(--space-2); }
.sup-head .h-display {
  font-size: var(--type-page-title);
  line-height: 1.02;
  letter-spacing: 0;
}
.sup-head .lead { font-size: var(--type-body); line-height: 1.55; }
.sup-head-actions { display: none; }
.sup-dashboard { grid-template-columns: 14rem minmax(0, 1fr); gap: var(--grid-gap); }
.sup-sidebar,
.sup-content,
.faq-item { border-radius: var(--radius); box-shadow: none; }
.sup-guide { gap: var(--space-2); min-height: 3.5rem; padding: var(--space-3); }
.sup-guide-icon { width: 2rem; height: 2rem; box-shadow: none; }
.sup-guide-icon svg { width: 1.2rem; height: 1.2rem; }
.sup-nav { gap: 0; padding: var(--space-2); }
.sup-nav,
.sup-summary { scrollbar-width: none; }
.sup-nav::-webkit-scrollbar,
.sup-summary::-webkit-scrollbar { display: none; }
.sup-nav-item { min-height: var(--control-height); padding: var(--space-1) var(--space-2); }
.sup-nav-icon { width: 1.5rem; height: 1.5rem; }
.sup-nav-item small { display: none; }
.sup-summary {
  display: flex;
  min-height: 2.75rem;
  padding: 0 var(--card-space);
  border-bottom-color: rgba(255, 212, 90, .12);
}
.sup-summary > div {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
}
.sup-summary span { font-size: var(--type-body-small); }
.sup-module { padding: var(--space-6); }
.sup-module-head { gap: var(--space-2); padding-bottom: var(--space-3); }
.sup-module-head .h-section { font-size: var(--type-section-title); }
.sup-module-number { display: none; }
.faq-list { width: min(100%, 45rem); grid-template-columns: 1fr; gap: var(--space-2); }
.faq-item { box-shadow: none; }
.faq-item summary {
  min-height: 2.75rem;
  padding: var(--space-2) var(--space-4);
  font-family: var(--font-body);
  font-size: var(--type-body);
  letter-spacing: 0;
  text-transform: none;
}
.faq-body { padding: 0 var(--space-4) var(--space-3); }

@media (max-width: 760px) {
  .sup-page { padding-top: 4.625rem; }
  .sup-scene { height: 13.625rem; }
  .sup-head { min-height: 9rem; }
  .sup-dashboard { grid-template-columns: 1fr; }
  .sup-summary { overflow-x: auto; }
  .sup-summary > div { flex: none; }
}
