@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

#rain-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

#ambient-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(140% 90% at 50% -18%, rgba(255, 255, 255, 0.12) 0%, rgba(220, 228, 240, 0.05) 34%, rgba(0, 0, 0, 0) 72%),
    linear-gradient(180deg, rgba(26, 30, 40, 0.24) 0%, rgba(14, 16, 20, 0.12) 42%, rgba(0, 0, 0, 0) 100%);
}

#lightning-overlay {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(230, 240, 255, 0.55) 0%, rgba(180, 195, 220, 0.35) 100%);
  opacity: 0;
  will-change: opacity;
}

#mouse-trail-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  pointer-events: none;
}

#clickMessage,
#conteudo_site {
  position: relative;
  z-index: 3;
}

.theme-toggle {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(18, 18, 18, 0.68);
  color: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  z-index: 1200;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.12s ease;
}

.theme-toggle:hover {
  background: rgba(30, 30, 30, 0.82);
  border-color: rgba(255, 255, 255, 0.35);
}

.theme-toggle:active {
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  #rain-canvas,
  #ambient-overlay,
  #lightning-overlay {
    display: none;
  }
}

body.theme-light {
  color: #17191f;
}

body.theme-light #ambient-overlay {
  background:
    radial-gradient(140% 85% at 50% -8%, rgba(255, 255, 255, 0.86) 0%, rgba(248, 248, 248, 0.6) 40%, rgba(255, 255, 255, 0.22) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(246, 246, 246, 0.4) 46%, rgba(255, 255, 255, 0.1) 100%);
}

body.theme-light #lightning-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(246, 246, 246, 0.28) 100%);
}

body.theme-light .theme-toggle {
  border-color: rgba(26, 26, 26, 0.2);
  background: rgba(255, 255, 255, 0.72);
  color: #1a1a1a;
}

body.theme-light .theme-toggle:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(26, 26, 26, 0.32);
}

body.theme-light .site-nav.site-nav--dock,
body.theme-light .friends-picker,
body.theme-light .friend-setup-view,
body.theme-light .setup-hw-card,
body.theme-light .setup-total-card,
body.theme-light .music-dock {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 247, 247, 0.94) 100%);
  border-color: rgba(24, 24, 24, 0.12);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

body.theme-light .setup-hw-tilt:hover .setup-hw-card {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  border-color: rgba(24, 24, 24, 0.14);
}

body.theme-light .site-nav__link {
  color: rgba(20, 20, 20, 0.72);
}

body.theme-light .site-nav__link:hover:not(.site-nav__link--current) {
  color: #111;
  background: rgba(0, 0, 0, 0.08);
}

body.theme-light .site-nav__link--current {
  color: #fff;
  background: #111;
}

body.theme-light .site-nav__link--current .site-nav__icon {
  color: #fff;
}

body.theme-light .setup-hw-card__kicker,
body.theme-light .setup-total-card__title,
body.theme-light .setup-total-card__value,
body.theme-light .friend-setup-view__title,
body.theme-light .music-dock__title,
body.theme-light .music-dock__spotify,
body.theme-light .music-dock__btn,
body.theme-light .music-dock__vol-icon {
  color: #141414;
}

body.theme-light .setup-hw-card__model,
body.theme-light .setup-hw-card__specs,
body.theme-light .setup-intro,
body.theme-light .setup-total-card__sub,
body.theme-light .friend-setup-view__item,
body.theme-light .music-dock__artist,
body.theme-light .friends-picker__btn,
body.theme-light .setup-hw-card__tag,
body.theme-light .setup-hw-card__price {
  color: rgba(18, 18, 18, 0.92);
}

body.theme-light .setup-hw-card__specs,
body.theme-light .setup-total-card__sub,
body.theme-light .setup-intro {
  color: rgba(22, 22, 22, 0.84);
}

body.theme-light .section-title h2 {
  color: #121212;
  -webkit-text-fill-color: #121212;
  background: none;
  animation: none;
}

body.theme-light .friends-picker__btn--current {
  color: #fff;
  background: #111;
}

body.theme-light .friends-picker__btn--current:hover {
  color: #fff;
  background: #1d1d1d;
}

body.theme-light .setup-hw-card__iconbox,
body.theme-light .setup-hw-card__tag,
body.theme-light .setup-hw-card__price,
body.theme-light .friend-setup-view__item,
body.theme-light .music-dock__btn,
body.theme-light .music-dock__range::-webkit-slider-runnable-track,
body.theme-light .music-dock__range::-moz-range-track {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.1);
}

body.theme-light .music-dock__btn:hover {
  background: rgba(0, 0, 0, 0.12);
}

.music-dock {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: min(320px, calc(100vw - 32px));
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(
    148deg,
    rgba(5, 5, 7, 0.92) 0%,
    rgba(20, 20, 24, 0.78) 48%,
    rgba(255, 255, 255, 0.055) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 14px 44px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: Poppins, 'Segoe UI', sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}

.music-dock.music-dock--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.music-dock__track {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 14px 16px 12px;
}

.music-dock__cover {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.music-dock__cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.music-dock__cover-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.45);
  background: linear-gradient(145deg, rgba(30, 30, 36, 0.95) 0%, rgba(12, 12, 16, 0.9) 100%);
}

.music-dock__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  flex: 1;
  padding-top: 2px;
}

.music-dock__headline {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.music-dock__headline .music-dock__title {
  flex: 1;
  min-width: 0;
}

.music-dock__spotify {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, transform 0.15s ease, color 0.2s ease, border-color 0.2s ease;
}

.music-dock__spotify:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #1db954;
  border-color: rgba(29, 185, 84, 0.35);
}

.music-dock__spotify:active {
  transform: scale(0.96);
}

.music-dock__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #f4f6fb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.music-dock__artist {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.music-dock__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px 14px;
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.music-dock__controls .music-dock__volume {
  flex: 1;
  min-width: 0;
}

.music-dock__btn {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.music-dock__btn:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.04);
}

.music-dock__btn:active {
  transform: scale(0.98);
}

.music-dock__btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.music-dock__volume {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.music-dock__vol-icon {
  flex-shrink: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.music-dock__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  flex: 1;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.music-dock__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  border: none;
  margin-top: -4.5px;
}

.music-dock__range::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.music-dock__range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.music-dock__range::-moz-range-track {
  height: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 480px) {
  .music-dock {
    right: 10px;
    bottom: 10px;
    max-width: calc(100vw - 20px);
    border-radius: 18px;
  }

  .music-dock__track {
    padding: 12px 14px 10px;
    gap: 12px;
  }

  .music-dock__cover {
    width: 56px;
    height: 56px;
    border-radius: 10px;
  }

  .music-dock__title {
    font-size: 14px;
  }

  .music-dock__artist {
    font-size: 12px;
  }

  .music-dock__controls {
    padding: 10px 12px 12px;
  }
}

html {
  cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABhSURBVHjazJMxDsAwCANzVf//ZXcJQ6MSHLGUMZFPxhZIGp25RnPagDt5j70A3h/LyqmDKVSV0XYFB1JmUEGsEHcQu4WAuC1kyXPkIIRrlRZgiqlqxLwFfdk/CZH/HtMzANS0KBXx1OxTAAAAAElFTkSuQmCC'), default;
}
:root {
  --discord-dark: #000000;
  --alpha-dark: #000000;
  --blurple: #000000;
  --dark-blurple: #363636;
  --discord-green: #323332;
  --discord-green-d: #343534
}
::-webkit-scrollbar {
  width: 4px
}

::-webkit-scrollbar-track {
  background: 0 0!important
}

::-webkit-scrollbar-thumb {
  background: var(--discord-green);
  border-radius: 15px
}
a {
  color: #fff;
  text-decoration: none
}

a:hover {
  color: #fff;
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }
}

section {
  padding: 60px 0;
  overflow: hidden
}

section#team,
section#setup,
section#tab-section {
  overflow: visible;
}



.section-title {
  text-align: center;
  padding-bottom: 30px
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: Poppins, sans-serif;
  background: linear-gradient(
    95deg,
    #0a0a0a 0%,
    #5c5c5c 12%,
    #f2f2f2 28%,
    #1f1f1f 40%,
    #ffffff 52%,
    #3d3d3d 64%,
    #dcdcdc 78%,
    #0a0a0a 100%
  );
  background-size: 280% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: alqaeda-text-gradient 9s ease-in-out infinite;
}

@keyframes alqaeda-text-gradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-title h2 {
    animation: none;
    background-size: 100% 100%;
    background: linear-gradient(100deg, #ffffff 0%, #b8b8b8 35%, #2a2a2a 62%, #f0f0f0 100%);
  }
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  bottom: 1px;
  left: calc(50% - 60px);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), rgba(0, 0, 0, 0.55), rgba(255, 255, 255, 0.45), transparent);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 3px;
  bottom: 0;
  left: calc(50% - 24px);
  border-radius: 1px;
  background: linear-gradient(90deg, #0d0d0d 0%, #ffffff 50%, #0d0d0d 100%);
}

.member-tilt {
  perspective: 820px;
  margin-bottom: 28px;
  padding: 4px;
}

.team .member {
  text-align: center;
  margin-bottom: 0;
  padding: 22px 20px 26px;
  border-radius: 18px;
  background: linear-gradient(
    148deg,
    rgba(5, 5, 7, 0.88) 0%,
    rgba(20, 20, 24, 0.72) 48%,
    rgba(255, 255, 255, 0.065) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 14px 44px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: box-shadow 0.25s ease;
}

.member-tilt:hover .member {
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.team .member .member__pic-wrap {
  position: relative;
  width: 196px;
  margin: 0 auto 18px;
  transform: translateZ(18px);
}

.team .member .member__pic-wrap .pic {
  margin: 0;
}

.team .member .pic {
  width: 196px;
  height: 196px;
  min-height: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.team .member .pic--square {
  border-radius: 14px;
}

.member-status-dot {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: content-box;
  border: 3px solid rgba(12, 12, 14, 0.96);
  background: #747f8d;
  pointer-events: none;
}

.member-status-dot[data-status="online"] {
  background: #23a559;
}

.member-status-dot[data-status="idle"] {
  background: #f0b232;
}

.member-status-dot[data-status="dnd"] {
  background: #f23f43;
}

.member-activity-dropdown {
  margin-top: 6px;
  transform: translateZ(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0;
  transition: gap 0.55s ease;
}

/* Painel em cima, seta em baixo: ao abrir, o conteúdo empurra a seta até ao fundo do card */
.member-activity-dropdown.is-open {
  gap: 10px;
}

.member-activity-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: rgba(255, 255, 255, 0.38);
  font-family: inherit;
  cursor: pointer;
  transition: color 0.35s ease, background 0.35s ease;
}

.member-activity-toggle:hover {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
}

.member-activity-toggle:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.22);
  outline-offset: 3px;
}

.member-activity-toggle__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  transition: transform 1.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.member-activity-toggle.is-open .member-activity-toggle__chevron {
  transform: rotate(180deg);
}

.member-activity-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.member-activity-panel.is-open {
  max-height: 900px;
}

@media (prefers-reduced-motion: reduce) {
  .member-activity-panel {
    transition: max-height 0.35s ease-in-out;
  }

  .member-activity-toggle__chevron {
    transition: transform 0.35s ease-in-out;
  }

  .member-activity-dropdown {
    transition: gap 0.25s ease;
  }
}

.team .member .member-activity {
  margin-top: 0;
  padding-top: 10px;
  border-top: none;
  text-align: left;
}

.member-activity__body {
  min-height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(0, 0, 0, 0.28);
  padding: 12px 14px;
}

.member-activity__body--empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-activity__block + .member-activity__block {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.member-activity__kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.member-activity__block[data-kind="streaming"] .member-activity__kicker {
  color: #ed4245;
}

.member-activity__block[data-kind="listening"] .member-activity__kicker {
  color: #1db954;
}

.member-activity__rich {
  display: flex;
  align-items: center;
  gap: 12px;
}

.member-activity__thumb {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.member-activity__copy {
  min-width: 0;
  flex: 1;
}

.member-activity__line {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
}

.member-activity__detail {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.55);
}

.member-activity__empty-text {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
}

.team .member .pic img,
.team .member .member__avatar {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}

.team .member .member__names {
  margin: 0 auto 12px;
  max-width: 240px;
  text-align: center;
  transform: translateZ(10px);
}

.team .member .member__names .member__display-name,
.team .member .member__names .member__userhandle {
  font-style: normal;
}

.team .member .member__display-name {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
}

.team .member .member__userhandle {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.48);
}

.team .member .badge-list {
  transform: translateZ(6px);
}

.team .member .social {
  margin-top: 15px
}

.team .member .social a {
  color: #fff;
  transition: .3s
}

.team .member .social a:hover {
  color: rgba(255, 255, 255, .541)
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

/* Dock de abas (ícone + label, pílula escura fixa em baixo) */
.site-nav.site-nav--dock {
  position: fixed;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 900;
  margin: 0;
  padding: 10px 12px;
  max-width: min(calc(100vw - 20px), 920px);
  background: #070707;
  border-radius: 22px;
  box-shadow:
    0 14px 48px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 2px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.site-nav__list::-webkit-scrollbar {
  display: none;
}

.site-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
  min-width: 52px;
  max-width: 76px;
  padding: 8px 9px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  font-family: Poppins, 'Segoe UI', sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.42);
  background: transparent;
  border: none;
  transition: color 0.18s ease, background 0.18s ease;
}

.site-nav__icon {
  font-size: 17px;
  line-height: 1;
  color: inherit;
}

.site-nav__label {
  display: block;
  text-align: center;
  white-space: nowrap;
}

.site-nav__link:hover:not(.site-nav__link--current) {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.1);
}

.site-nav__link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
}

.site-nav__link--current {
  color: #121212;
  background: #e4e4e4;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.site-nav__link--current .site-nav__icon {
  color: #121212;
}

.site-nav__link--current:hover {
  color: #0a0a0a;
  background: #ececec;
}

/* Espaço para o dock fixo não tapar o conteúdo */
.layout-with-dock #conteudo_site {
  padding-bottom: 5.75rem;
}

@media (max-width: 520px) {
  .site-nav.site-nav--dock {
    padding: 8px 6px;
    max-width: calc(100vw - 12px);
    border-radius: 18px;
  }

  .site-nav__link {
    min-width: 46px;
    padding: 6px 5px;
    font-size: 9px;
    gap: 4px;
  }

  .site-nav__icon {
    font-size: 15px;
  }
}

.setup-intro {
  text-align: center;
  max-width: 520px;
  margin: -12px auto 8px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

/* Setup — cards estilo “spec” (ícone + badges + título + modelo + specs; sem barra de performance) */
.setup-section .setup-hw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 20px auto 0;
  padding: 0 18px 8px;
}

.setup-hw-tilt {
  margin-bottom: 4px;
  padding: 4px;
  perspective: 820px;
}

.setup-hw-card {
  height: 100%;
  text-align: left;
  background: #111216;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 18px 18px 20px;
  transform-style: preserve-3d;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.setup-hw-tilt:hover .setup-hw-card {
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.setup-hw-card__head {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.setup-hw-card__head-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.setup-hw-card__iconbox {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 18px;
}

.setup-hw-card__tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  background: #252525;
  border: 1px solid rgba(255, 255, 255, 0.06);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}

.setup-hw-card__price {
  flex-shrink: 0;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #252525;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.setup-hw-card__body {
  padding-top: 2px;
}

.setup-hw-card__kicker {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  font-family: Poppins, 'Segoe UI', sans-serif;
}

.setup-hw-card__model {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.99);
}

.setup-hw-card__specs {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}

.setup-total-wrap {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 0 18px 8px;
}

.setup-total-card {
  width: 100%;
  border-radius: 12px;
  padding: 16px 18px 14px;
  background: linear-gradient(90deg, rgba(20, 20, 20, 0.95) 0%, rgba(22, 22, 22, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.38);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.setup-total-card__title {
  margin: 0;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: Poppins, 'Segoe UI', sans-serif;
}

.setup-total-card__sub {
  margin: 2px 0 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.setup-total-card__value {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: Poppins, 'Segoe UI', sans-serif;
}

.setup-total-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  flex-shrink: 0;
}

/* Amigos - seletor em estilo pill */
.friends-pickers {
  max-width: 960px;
  margin: 10px auto 0;
  padding: 0 14px;
  display: grid;
  gap: 14px;
  justify-items: center;
}

.friends-picker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.96) 0%, rgba(20, 20, 20, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.friends-picker::-webkit-scrollbar {
  display: none;
}

.friends-picker__btn {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  border-radius: 13px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.friends-picker__btn:hover {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
}

.friends-picker__btn--current {
  color: #0f0f0f;
  background: #e4e4e4;
}

.friends-picker__btn--current:hover {
  color: #0f0f0f;
  background: #ededed;
}

.friends-picker__btn i {
  font-size: 14px;
}

.friends-picker__avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.friend-setup-view {
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.96) 0%, rgba(20, 20, 20, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.friend-setup-view__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: Poppins, 'Segoe UI', sans-serif;
}

.friend-setup-view__list {
  display: grid;
  gap: 8px;
}

.friend-setup-view__item {
  border-radius: 12px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-names {
  max-width: 980px;
  margin: 18px auto 0;
  padding: 0 16px;
}

.profile-names__title {
  margin: 0 0 8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.profile-names__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.profile-names__chip {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 700px) {
  .setup-total-card__title {
    font-size: 21px;
  }

  .setup-total-card__value {
    font-size: 32px;
  }
}

@media (max-width: 400px) {
  .setup-hw-card__tag {
    max-width: 120px;
  }
}