@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&display=swap');

:root {
  --bg: #070312;
  --panel: #100829;
  --purple: #a918ff;
  --text: #f7f3ff;
  --muted: #aaa1bb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.home-page {
  margin: 0;
  color: var(--text);
  background: radial-gradient(
    circle at 70% 18%,
    #290052 0,
    #10001f 27%,
    var(--bg) 65%
  );
  font-family: 'Rajdhani', 'Trebuchet MS', sans-serif;
  letter-spacing: 0.2px;
}

.home-page a {
  color: inherit;
  text-decoration: none;
}

/* CabeÃƒÆ’Ã‚Â§alho */
.site-header {
  height: 76px;
  max-width: 1240px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 0 24px;
  border: 1px solid #54109a;
  border-top: 0;
  border-radius: 0 0 13px 13px;
  background: rgba(4, 2, 13, 0.88);
  position: relative;
  z-index: 2;
}

.brand img {
  width: 80px;
  height: auto;
  display: block;
}

.main-nav {
  display: flex;
  gap: 5px;
  margin-left: 55px;
  height: 100%;
  align-items: center;
}

.main-nav a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 28px 15px;
}

.main-nav a:hover,
.main-nav .active {
  background: linear-gradient(#12002a, #26005b);
  color: #fff;
  box-shadow: 0 4px 20px #8b00ff55;
  border-bottom: 2px solid var(--purple);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}

.social-links img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.social-links a:hover,
.social-grid a:hover {
  transform: translateY(-3px);
  filter: brightness(1.3);
}

/* Hero */
main {
  max-width: 1140px;
  margin: auto;
}

.hero {
  min-height: 380px;
  display: grid;
  grid-template-columns: 47% 53%;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../_img/fundoinicio.jpg');
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 25%,
    rgba(0, 0, 0, 0.75) 48%,
    #000 70%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 25%,
    rgba(0, 0, 0, 0.75) 48%,
    #000 70%
  );
}

.hero-copy {
  padding: 54px 0 20px 32px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: #b99bd5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.hero h1 {
  font-size: 38px;
  line-height: 0.98;
  margin: 17px 0 16px;
  font-weight: 700;
}

.hero h1 strong {
  color: var(--purple);
  font-style: italic;
  text-shadow: 0 0 20px #af00ff99;
}

.hero p {
  font-size: 16px;
  line-height: 1.2;
  color: #e0dbe9;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 24px 0 20px;
}

.primary-button,
.outline-button {
  font-size: 12px;
  font-weight: 700;
  padding: 13px 27px;
  border-radius: 6px;
}

.primary-button {
  background: linear-gradient(100deg, #3021ff, #aa16ff);
  box-shadow: 0 0 22px #8d00ff66;
}

.outline-button {
  border: 1px solid #9b19fc;
}

.hero-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  z-index: 1;
}

.hero-art::before {
  content: '';
  position: absolute;
  width: 560px;
  height: 290px;
  background: radial-gradient(ellipse, #51009a99, transparent 68%);
  filter: blur(16px);
}

.hero-art img {
  width: 470px;
  opacity: 0.94;
  filter: drop-shadow(0 0 25px #6c00d6);
  transform: rotate(-3deg);
  position: relative;
}

.hero-art span {
  position: absolute;
  left: 50%;
  bottom: 49px;
  transform: translateX(-50%);
  color: #d88aff;
  font-size: 15px;
  text-align: center;
  text-shadow: 0 0 12px #bf00ff;
}

.hero-art span b {
  font-size: 22px;
  color: white;
}

/* Indicador da transmissÃƒÆ’Ã‚Â£o atual */
.live-strip {
  height: 49px;
  max-width: 520px;
  border: 1px solid #35115c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
  background: #090415dd;
  font-size: 11px;
}

.live-strip img {
  width: 55px;
  height: 35px;
  object-fit: cover;
}

.live-strip span:not(.live-dot) {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.live-strip small {
  color: var(--muted);
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-strip strong {
  margin-left: auto;
}

.live-strip > a,
.schedule-row em {
  font-size: 10px;
  color: white;
  background: #7e14dc;
  padding: 6px 10px;
  border-radius: 3px;
  font-style: normal;
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #ff1749;
  border-radius: 50%;
  box-shadow: 0 0 9px #ff1749;
}

/* Atalhos principais */
.quick-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0 10px 12px;
}

.quick-links a,
.panel {
  background: linear-gradient(145deg, #140932, #0d0621);
  border: 1px solid #24134c;
  border-radius: 9px;
}

.quick-links a {
  text-align: center;
  padding: 16px 8px 13px;
  min-height: 125px;
  transition: 0.2s;
}

.quick-links a:hover {
  border-color: var(--purple);
  transform: translateY(-3px);
}

.quick-links img {
  width: 52px;
  height: 48px;
  object-fit: contain;
  display: block;
  margin: 0 auto 7px;
}

.quick-links b {
  display: block;
  font-size: 15px;
}

.quick-links small {
  display: block;
  color: #d0c9da;
  font-size: 11px;
  line-height: 1.15;
  margin-top: 4px;
}

/* PainÃƒÆ’Ã‚Â©is inferiores */
.dashboard {
  display: grid;
  grid-template-columns: 1.05fr 1.55fr 0.9fr;
  gap: 10px;
  padding: 0 10px 16px;
}

.panel {
  padding: 14px 16px;
  min-height: 178px;
}

.panel h2 {
  font-size: 12px;
  letter-spacing: 0.6px;
  margin: 0 0 12px;
  color: #eee;
}

.schedule-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 9px 0;
}

.schedule-row img {
  width: 55px;
  height: 34px;
  object-fit: cover;
  border-radius: 4px;
}

.schedule-row span {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  line-height: 1.1;
}

.schedule-row small {
  color: #cbc3d7;
}

.schedule-row em {
  margin-left: auto;
  padding: 4px 6px;
  background: transparent;
  border: 1px solid #9e19ed;
  color: #e5b9ff;
}

.affiliate-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.affiliate-card {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 7px;
  border-radius: 6px;
  color: #fff;
  transition: 0.2s;
}

.affiliate-card:hover {
  transform: translateX(3px);
  filter: brightness(1.15);
}

.store-logo {
  width: 29px;
  height: 29px;
  display: grid;
  flex: 0 0 29px;
  place-items: center;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 700;
}

.store-logo img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.affiliate-card > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.05;
}

.affiliate-card b {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.affiliate-card small {
  margin-top: 3px;
  color: #fff9;
  font-size: 10px;
}

.affiliate-card strong {
  margin-left: auto;
  font-size: 17px;
}

.shopee {
  background: #ee4d2d;
}

.shopee .store-logo {
  color: #ee4d2d;
}

.mercado-livre {
  background: #ffe600;
  color: #000 !important;
}

.mercado-livre b,
.mercado-livre small,
.mercado-livre strong {
  color: #000 !important;
}

.mercado-livre small {
  color: rgba(0, 0, 0, 0.7) !important;
}

.mercado-livre .store-logo {
  background: #172c50;
  color: #ffe600;
}

.amazon {
  background: #232f3e;
}

.amazon .store-logo {
  color: #ff9900;
  font-family: Arial, sans-serif;
  font-size: 21px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.video-grid img {
  width: 100%;
  height: 62px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 6px;
}

.video-card {
  min-width: 0;
  display: block;
  color: inherit;
}

.video-card:hover b {
  color: #df9cff;
}

.video-grid b,
.video-grid small {
  display: block;
  font-size: 11px;
  line-height: 1.1;
}

.video-grid small {
  color: #9e96ad;
  margin-top: 7px;
}

.youtube-link {
  display: inline-block;
  margin-top: 10px;
  color: #df9cff;
  font-size: 10px;
  font-weight: 700;
}

.connect p {
  font-size: 13px;
  color: #d4ccdd;
  line-height: 1.1;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.social-grid a {
  background: #1b0e49;
  border-radius: 6px;
  text-align: center;
  padding: 7px;
  transition: 0.2s;
}

.social-grid img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

/* RodapÃƒÆ’Ã‚Â© */
footer {
  max-width: 1240px;
  min-height: 75px;
  margin: auto;
  border: 1px solid #54109a;
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 60px;
  background: #080313;
  color: #b9b0c6;
  font-size: 11px;
}

footer img {
  width: 80px;
}

footer .footer-love {
  margin-left: auto;
  border-left: 1px solid #3d3150;
  padding-left: 80px;
  color: #d7cfe2;
}

footer a {
  margin-left: auto;
  border: 1px solid #a719fb;
  color: #df9cff;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: bold;
}

/* Tablet e celular */
@media (max-width: 850px) {
  .site-header {
    height: auto;
    min-height: 70px;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 16px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    margin: 0;
    justify-content: space-between;
    overflow: auto;
  }

  .main-nav a {
    padding: 10px 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 510px;
  }

  .hero-copy {
    padding: 42px 25px 15px;
  }

  .hero-art {
    position: absolute;
    right: -45px;
    bottom: 0;
    opacity: 0.38;
    width: 75%;
    height: 300px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .quick-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard {
    grid-template-columns: 1fr;
  }

  .panel {
    min-height: 0;
  }

  footer {
    padding: 18px 20px;
    flex-wrap: wrap;
  }

  footer .footer-love {
    margin-left: 0;
    padding-left: 15px;
  }

  footer a {
    margin-left: 0;
  }
}

/* Celulares pequenos */
@media (max-width: 480px) {
  .brand img {
    width: 125px;
  }

  .social-links {
    gap: 5px;
  }

  .social-links img {
    width: 21px;
    height: 21px;
  }

  .hero-copy {
    padding-left: 18px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .live-strip {
    gap: 6px;
  }

  .live-strip strong {
    display: none;
  }

  .quick-links {
    padding-left: 6px;
    padding-right: 6px;
  }

  .quick-links b {
    font-size: 13px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-grid img {
    height: 100px;
  }

  footer img {
    width: 80px;
  }
}
