body {
  margin: 0;
  background-color: white;
  height: 100%;
}

/* Shared utilities */
.container-wide {
  max-width: 1100px;
}

.text-justify {
  text-align: justify;
}

.card-max-760 {
  max-width: 760px;
}

.card-max-540 {
  max-width: 540px;
}

.icon-size-28 {
  width: 28px;
  height: 28px;
}

.map-radar {
  height: 60vh;
  width: 100%;
}

.propagacao-dx-map {
  height: 58vh;
  min-height: 360px;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
}

.pre-wrap {
  white-space: pre-wrap;
}

/* Shared page components */
.lift {
  transition: transform .12s ease, box-shadow .12s ease;
}

.lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .08) !important;
}

.card.shadow-sm.border-0.rounded-4:not(.lift):not(.team-card):not(.story-card):not(.mission-card) {
  transition: transform .12s ease, box-shadow .12s ease;
}

.card.shadow-sm.border-0.rounded-4:not(.lift):not(.team-card):not(.story-card):not(.mission-card):hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .08) !important;
}

.icon-bubble {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-bg {
  background:
    radial-gradient(900px 300px at 20% 0%, rgba(25, 135, 84, .15), transparent 60%),
    radial-gradient(900px 300px at 80% 0%, rgba(25, 135, 84, .10), transparent 60%);
}

.soft-divider {
  border-top: 1px solid rgba(0, 0, 0, .06);
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.team-card {
  transition: transform .12s ease, box-shadow .12s ease;
}

.team-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .08) !important;
}

.avatar {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-step {
  position: relative;
}

.story-step::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 54px;
  bottom: -18px;
  width: 2px;
  background: rgba(25, 135, 84, .18);
}

.story-step:last-child::before {
  display: none;
}

.story-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.story-card {
  transition: transform .12s ease, box-shadow .12s ease;
}

.story-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .08) !important;
}

.mission-card {
  transition: transform .12s ease, box-shadow .12s ease;
}

.mission-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .08) !important;
}

.featured-link {
  display: block;
  border-radius: 0.8rem;
  padding: 0.45rem 0.55rem;
  transition: background-color .12s ease;
}

.featured-link:hover,
.featured-link:focus-visible {
  background-color: #f1f3f5;
}

.home-event-link {
  border-radius: 0.8rem !important;
  padding-left: 0.55rem !important;
  padding-right: 0.55rem !important;
}

.home-event-link:hover,
.home-event-link:focus-visible {
  background-color: #f1f3f5;
}

/* Estatutos page */
.estatutos-page .stat-article[hidden] {
  display: none !important;
}

.estatutos-page .accordion {
  --bs-accordion-active-bg: rgba(25, 135, 84, .10);
  --bs-accordion-active-color: #198754;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .20);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23198754' d='M1.5 6.5l6 6 6-6-1-1-5 5-5-5-1 1z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);
}

.estatutos-page .accordion-button:focus {
  border-color: rgba(25, 135, 84, .35);
}

.estatutos-page .accordion-item {
  width: 100%;
  overflow: hidden;
}

.estatutos-page .accordion-button,
.estatutos-page .accordion-collapse,
.estatutos-page .accordion-body {
  box-sizing: border-box;
}

.estatutos-page .accordion-button:not(.collapsed) {
  box-shadow: none;
}

/* Repetidores page */
.repetidores-page {
  width: 100%;
  max-width: 100vw;
}

/* Meshtastic page */
.meshtastic-page {
  width: 100%;
  max-width: 100vw;
}

@media (max-width: 768px) {
  .repetidores-page {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
  }

  .repetidores-page .container {
    max-width: 100% !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .repetidores-page .card-body {
    padding: 1rem !important;
  }

  .repetidores-page .vstack .d-flex.justify-content-between {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 0.75rem;
    align-items: start;
  }

  .repetidores-page .vstack .d-flex.justify-content-between> :last-child {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: right;
  }

  .meshtastic-page {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
  }

  .meshtastic-page .container {
    max-width: 100% !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .meshtastic-page .card-body {
    padding: 1rem !important;
  }

  .meshtastic-page .vstack .d-flex.justify-content-between {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 0.75rem;
    align-items: start;
  }

  .meshtastic-page .vstack .d-flex.justify-content-between> :last-child {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: right;
  }

  .admin-quotas-page .table-responsive,
  .admin-socios-page .table-responsive,
  .admin-quota-detalhe-page .table-responsive,
  .admin-socio-detalhe-page .table-responsive,
  .admin-validacao-inscricoes-page .table-responsive,
  .admin-validacao-inscricao-detalhe-page .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .admin-socio-detalhe-page .row>[class*="col-"],
  .admin-quota-detalhe-page .row>[class*="col-"],
  .admin-validacao-inscricao-detalhe-page .row>[class*="col-"] {
    min-width: 0;
  }

  .admin-quota-detalhe-page .card-body,
  .admin-socio-detalhe-page .card-body,
  .admin-socios-page .table td,
  .admin-socios-page .table th,
  .admin-validacao-inscricao-detalhe-page .card-body,
  .admin-validacao-inscricoes-page .table td,
  .admin-validacao-inscricoes-page .table th,
  .admin-socio-detalhe-page .table td,
  .admin-socio-detalhe-page .table th,
  .admin-validacao-inscricao-detalhe-page .table td,
  .admin-validacao-inscricao-detalhe-page .table th {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .admin-quotas-page .btn,
  .admin-socios-page .btn,
  .admin-quota-detalhe-page .btn,
  .admin-socio-detalhe-page .btn,
  .admin-validacao-inscricoes-page .btn,
  .admin-validacao-inscricao-detalhe-page .btn {
    white-space: normal;
  }
}

@media (max-width: 576px) {
  .propagacao-dx-map {
    height: 46vh;
    min-height: 300px;
  }

  .meshtastic-page .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.5rem !important;
  }

  .meshtastic-page .hero-actions .btn {
    width: 100%;
  }

  .meshtastic-page pre {
    font-size: 0.8rem;
  }
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  background-color: rgba(25, 135, 84, 0.12);
  color: #198754;
}

.navbar .dropdown-item:active,
.navbar .dropdown-item.active {
  background-color: #198754;
  color: #fff;
}

/* Eventos page */
.event-list-item {
  border: 1px solid rgba(25, 135, 84, 0.12);
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.9rem;
  transition: transform .12s ease, box-shadow .12s ease;
}

.event-list-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 .45rem 1rem rgba(0, 0, 0, .06);
}

.future-event-item {
  border-left: 4px solid rgba(25, 135, 84, 0.65);
}

.past-event-item {
  border-left: 4px solid rgba(108, 117, 125, 0.45);
}

.calendar-month-title {
  min-width: 190px;
  text-align: center;
  text-transform: capitalize;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.5rem;
}

.calendar-weekday {
  text-align: center;
  font-size: 0.78rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.3rem 0;
}

.calendar-day {
  min-height: 68px;
  border-radius: 0.9rem;
  border: 1px solid rgba(25, 135, 84, 0.18);
  background: #fff;
  color: #212529;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  transition: all .12s ease;
}

.calendar-day:hover {
  border-color: rgba(25, 135, 84, 0.45);
  box-shadow: 0 .35rem .9rem rgba(25, 135, 84, .12);
}

.calendar-day.has-event {
  background: rgba(25, 135, 84, 0.08);
  border-color: rgba(25, 135, 84, 0.35);
  font-weight: 600;
}

.calendar-day.is-selected {
  background: #198754;
  color: #fff;
  border-color: #198754;
}

.calendar-day i {
  font-size: 0.9rem;
  line-height: 1;
}

.calendar-day.is-empty {
  min-height: 68px;
  border-radius: 0.9rem;
  border: 1px dashed rgba(0, 0, 0, 0.06);
  background: rgba(248, 249, 250, 0.8);
}

.calendar-day-item {
  border: 1px solid rgba(25, 135, 84, 0.14);
  border-radius: 0.8rem;
  padding: 0.75rem;
  background: #fff;
}

@media (max-width: 768px) {
  .calendar-day {
    min-height: 58px;
    font-size: 0.9rem;
  }

  .calendar-weekday {
    font-size: 0.7rem;
  }

  .calendar-month-title {
    min-width: 145px;
  }
}

/* Bandas page */
.bandas-page {
  width: 100%;
}

.bandas-page .row>[class*="col-"] {
  min-width: 0;
}

.bandas-hero {
  border-radius: 1.4rem;
  border: 1px solid rgba(25, 135, 84, 0.14);
  background:
    radial-gradient(850px 300px at -10% 0%, rgba(25, 135, 84, .16), transparent 68%),
    radial-gradient(850px 300px at 110% 0%, rgba(25, 135, 84, .11), transparent 68%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.bandas-pill {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.bandas-group {
  scroll-margin-top: 90px;
}

.bandas-group-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.bandas-group-title i {
  color: #198754;
}

.banda-card {
  border: 1px solid rgba(25, 135, 84, 0.16);
  border-radius: 1rem;
  background: #fff;
  height: 100%;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.banda-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .55rem 1.35rem rgba(0, 0, 0, .08);
  border-color: rgba(25, 135, 84, 0.38);
}

.banda-card .card-header {
  background: rgba(25, 135, 84, 0.06);
  border-bottom: 1px solid rgba(25, 135, 84, 0.14);
}

.banda-meta {
  display: none;
}

.status-prioritario {
  border-left: 4px solid rgba(25, 135, 84, 0.75);
  padding-left: 0.55rem;
}

.status-secundario {
  border-left: 4px solid rgba(108, 117, 125, 0.55);
  padding-left: 0.55rem;
}

.banda-notes {
  color: #495057;
  font-size: 0.92rem;
}

.banda-propagacao {
  border-left: 3px solid rgba(25, 135, 84, 0.35);
  padding: 0.1rem 0 0.1rem 0.75rem;
  color: #52616b;
  font-size: 0.91rem;
  line-height: 1.4;
}

.bandas-legend {
  border: 1px solid rgba(25, 135, 84, 0.18);
  border-radius: 1rem;
  background: #fbfdfc;
}

.bandas-mode-list {
  position: relative;
  margin: 0.3rem 0 0;
  padding: 0.8rem 0.9rem 1.65rem;
  list-style: none;
  color: #44515a;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  border-radius: 0.95rem;
  overflow: visible;
  border: 1px solid rgba(25, 135, 84, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 247, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 10px 24px rgba(16, 61, 42, 0.06);
}

.bandas-mode-list::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 58, 70, 0.26) 0%, rgba(47, 58, 70, 0.12) 100%);
  pointer-events: none;
}

.bandas-mode-list li {
  position: relative;
  flex: var(--segment-size, 1) 1 0;
  min-height: 56px;
  min-width: 0;
  text-align: center;
}

.bandas-mode-fill {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 1.35rem;
  padding: 0.18rem 0.35rem 0.22rem;
  color: #2f3a46;
  font-size: 0.61rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.05;
  background: transparent;
  box-shadow: none;
}

.bandas-mode-list li:first-child .bandas-mode-fill {
  border-radius: 0;
}

.bandas-mode-list li:last-child .bandas-mode-fill {
  border-radius: 0;
}

.bandas-mode-list li:only-child .bandas-mode-fill {
  border-radius: 0;
}

.bandas-mode-note {
  display: block;
  margin-top: 0.14rem;
  font-size: 0.47rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.92;
}

.bandas-mode-boundary {
  position: absolute;
  bottom: -1.25rem;
  z-index: 1;
  font-size: 0.60rem;
  line-height: 1;
  color: #5b6770;
  white-space: nowrap;
}

.bandas-mode-boundary::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 1px;
  height: 3.5rem;
  background: rgba(47, 58, 70, 0.3);
}

.bandas-mode-list li.bandas-mode-point {
  z-index: 2;
}

.bandas-mode-list li.bandas-mode-point .bandas-mode-fill {
  border: 1px dashed rgba(47, 58, 70, 0.35);
  border-radius: 0.25rem;
}

.bandas-mode-list li.bandas-mode-point .bandas-mode-boundary-end::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #2f3a46;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(47, 58, 70, 0.32);
}

.bandas-mode-boundary-start {
  left: 0;
  transform: translateX(-50%);
}

.bandas-mode-boundary-end {
  left: 100%;
  transform: translateX(-50%);
}

.bandas-mode-list li:first-child .bandas-mode-boundary-start {
  transform: none;
}

.bandas-mode-list li:last-child .bandas-mode-boundary-end {
  left: auto;
  right: 0;
  transform: none;
}


.bandas-table-wrap {
  border: 1px solid rgba(25, 135, 84, 0.14);
  border-radius: 0.85rem;
  overflow: hidden;
  background: #fff;
}

.bandas-table thead th {
  background: rgba(25, 135, 84, 0.08);
  color: #1f3a2a;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bandas-table td,
.bandas-table th {
  vertical-align: middle;
}

.bandas-table tbody td {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .banda-meta {
    grid-template-columns: 1fr;
  }

  .bandas-table thead th,
  .bandas-table tbody td {
    white-space: nowrap;
  }

  .bandas-mode-list {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-bottom: 1.55rem;
  }

  .bandas-mode-list::before {
    left: 0.6rem;
    right: 0.6rem;
  }

  .bandas-mode-fill {
    min-height: 1.28rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 0.46rem;
    letter-spacing: 0.02em;
  }

  .bandas-mode-note {
    font-size: 0.42rem;
  }

  .bandas-mode-boundary {
    font-size: 0.44rem;
  }
}

/* Chat widget */
#arado-chat-widget {
  --arado-chat-primary: #198754;
  --arado-chat-primary-dark: #146c43;
  --arado-chat-secondary: #2f9e61;
  --arado-chat-accent: #dc3545;
  --arado-chat-bg: #ffffff;
  --arado-chat-bg-light: #f8f9fa;
  --arado-chat-text: #212529;
  --arado-chat-text-light: #6c757d;
  --arado-chat-border: rgba(25, 135, 84, 0.18);
  --arado-chat-shadow: 0 10px 26px rgba(11, 65, 39, 0.22);
  --arado-chat-radius: 14px;
}

#arado-chat-widget * {
  box-sizing: border-box;
}

.arado-chat-toggle {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1050;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, var(--arado-chat-primary), var(--arado-chat-secondary));
  box-shadow: var(--arado-chat-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}

.arado-chat-toggle:hover,
.arado-chat-toggle:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 28px rgba(11, 65, 39, 0.28);
}

.arado-chat-icon {
  width: 27px;
  height: 27px;
}

.arado-chat-window {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 1049;
  width: 390px;
  max-width: calc(100vw - 48px);
  height: 560px;
  max-height: calc(100vh - 130px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: var(--arado-chat-radius);
  background: var(--arado-chat-bg);
  border: 1px solid var(--arado-chat-border);
  box-shadow: var(--arado-chat-shadow);
  animation: arado-chat-slide-up .22s ease;
}

@keyframes arado-chat-slide-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

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

.arado-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--arado-chat-primary), var(--arado-chat-primary-dark));
}

.arado-chat-header-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arado-chat-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
}

.arado-chat-avatar i {
  font-size: 1.1rem;
}

.arado-chat-header-text h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 700;
}

.arado-chat-status {
  font-size: 0.74rem;
  opacity: 0.92;
}

.arado-chat-close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.arado-chat-close:hover,
.arado-chat-close:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.arado-chat-close svg {
  width: 20px;
  height: 20px;
}

.arado-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--arado-chat-bg-light);
}

.arado-chat-message {
  display: flex;
  max-width: 86%;
}

.arado-chat-message-bot {
  align-self: flex-start;
}

.arado-chat-message-user {
  align-self: flex-end;
}

.arado-chat-message-content {
  padding: 11px 13px;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.arado-chat-message-bot .arado-chat-message-content {
  color: var(--arado-chat-text);
  background: #fff;
  border: 1px solid rgba(25, 135, 84, 0.12);
  border-bottom-left-radius: 5px;
}

.arado-chat-message-user .arado-chat-message-content {
  color: #fff;
  background: linear-gradient(135deg, var(--arado-chat-primary), var(--arado-chat-secondary));
  border-bottom-right-radius: 5px;
}

.arado-chat-typing {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.arado-chat-typing span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #9aa0a6;
  animation: arado-chat-typing 1.4s infinite;
}

.arado-chat-typing span:nth-child(2) {
  animation-delay: .2s;
}

.arado-chat-typing span:nth-child(3) {
  animation-delay: .4s;
}

@keyframes arado-chat-typing {

  0%,
  60%,
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }

  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

.arado-chat-input-area {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 10px 14px;
  border-top: 1px solid var(--arado-chat-border);
  background: var(--arado-chat-bg);
}

.arado-chat-input {
  flex: 1;
  border-radius: 22px;
  border: 1px solid rgba(25, 135, 84, 0.28);
  background: #fff;
  color: var(--arado-chat-text);
  padding: 10px 14px;
  font-size: 0.9rem;
  resize: none;
  outline: 0;
  min-height: 42px;
  max-height: 100px;
}

.arado-chat-input:focus {
  border-color: var(--arado-chat-primary);
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, .18);
}

.arado-chat-input::placeholder {
  color: var(--arado-chat-text-light);
}

.arado-chat-send {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--arado-chat-primary);
  transition: transform .15s ease, background-color .15s ease;
}

.arado-chat-send:hover,
.arado-chat-send:focus-visible {
  background: var(--arado-chat-primary-dark);
  transform: scale(1.03);
}

.arado-chat-send:disabled {
  cursor: not-allowed;
  transform: none;
  background: #adb5bd;
}

.arado-chat-send svg {
  width: 19px;
  height: 19px;
}

.arado-chat-footer {
  font-size: 0.7rem;
  text-align: center;
  color: var(--arado-chat-text-light);
  border-top: 1px solid var(--arado-chat-border);
  padding: 7px;
  background: var(--arado-chat-bg);
}

.arado-chat-messages::-webkit-scrollbar {
  width: 6px;
}

.arado-chat-messages::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(25, 135, 84, 0.25);
}

@media (max-width: 576px) {
  .arado-chat-toggle {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }

  .arado-chat-window {
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
}

@media (min-width: 768px) {

  .bandas-page .row.g-4>.col-lg-4,
  .bandas-page .row.g-4>.col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Propagação page */
.propagacao-map-wrap {
  width: 100%;
  background: #0b1f35;
  line-height: 0;
  display: block;
}

.propagacao-map-img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

/* Assistente page */
.assistente-page {
  width: 100%;
}

.assistente-frame-card {
  border: 1px solid rgba(25, 135, 84, 0.15);
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(25, 135, 84, .09), transparent 62%),
    radial-gradient(900px 260px at 80% 0%, rgba(25, 135, 84, .07), transparent 62%),
    #ffffff;
}

.assistente-iframe-wrap {
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(25, 135, 84, 0.15);
}

.assistente-iframe {
  width: 100%;
  min-height: 70vh;
  border: 0;
  display: block;
  background: #fff;
}

@media (max-width: 768px) {
  .assistente-iframe {
    min-height: 72dvh;
  }
}