.tt-site-footer,
body[data-tt-background] {
  --tt-site-background-url: none;
}

body[data-tt-background] {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .16)), var(--tt-site-background-url) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 78px;
}

[data-tt-image][hidden] {
  display: none !important;
}

.tt-site-footer {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 998;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  width: min(100% - 28px, 1000px);
  margin: 0;
  color: #fff;
  font-size: 14px;
  pointer-events: none;
}

.tt-site-footer small {
  grid-column: 2;
  justify-self: center;
  white-space: nowrap;
  color: #fff;
  opacity: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .65);
  transition: opacity .18s ease;
}

.tt-site-footer small a {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
}

.tt-site-footer small a:hover {
  text-decoration: underline;
}

.tt-footer-links,
.tt-footer-copyright {
  display: inline;
}

body.tt-site-footer-end .tt-site-footer small {
  opacity: 1;
}

.tt-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  opacity: 1;
  filter: none;
  text-decoration: none;
  pointer-events: auto;
}

.tt-social-link img {
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  filter: none;
  object-fit: contain;
  display: block;
}

.tt-social-left {
  justify-self: start;
}

.tt-social-right {
  justify-self: end;
}

.tt-age-modal[hidden] {
  display: none !important;
}

.tt-age-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(4, 5, 7, .76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.tt-age-modal-card {
  width: min(100%, 470px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: #111318;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
}

.tt-age-modal-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.tt-age-modal-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(0, 0, 0, .34);
  color: #fff;
  font-weight: 800;
}

.tt-age-modal-card h2 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.tt-age-modal-copy {
  margin-bottom: 28px;
}

.tt-age-modal-card p {
  margin: 0 0 14px;
  color: #d4d6dc;
  font-size: 16px;
  line-height: 1.65;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.tt-age-modal-card p:last-child {
  margin-bottom: 0;
}

.tt-age-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #f4b400;
  color: #17130a;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.tt-age-modal-close:hover {
  background: #ffd76a;
}

.tt-age-modal-close:focus-visible {
  outline: 3px solid rgba(255, 215, 106, .48);
  outline-offset: 3px;
}

body.tt-age-modal-open {
  overflow: hidden;
}

body[data-tt-surface="app"] {
  padding-bottom: 88px !important;
}

.tt-app-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  height: 42px;
  padding: 4px 5px max(4px, env(safe-area-inset-bottom));
  border: 0;
  border-radius: 20px 20px 0 0;
  background:
    radial-gradient(ellipse at 50% -35%, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0) 58%),
    linear-gradient(180deg, #1c1c1c 0%, #090909 48%, #000 100%);
  box-shadow: 0 11px 34px rgba(0, 0, 0, .74), inset 0 1px 0 rgba(255, 255, 255, .065);
}

.tt-app-menu-item {
  position: relative;
  display: flex;
  min-width: 0;
  height: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 11px;
  color: rgba(241, 243, 248, .72);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.tt-app-menu-item::before {
  content: "";
  position: absolute;
  right: auto;
  bottom: 2px;
  left: 50%;
  width: 32px;
  height: 8px;
  z-index: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .384);
  filter: blur(7px);
  opacity: 0;
  transform: translateX(-50%) scale(.72);
  transition: opacity .2s ease, transform .2s ease;
}

.tt-app-menu-item.is-active {
  color: #fff;
}

.tt-app-menu-item.is-active::before {
  opacity: .84;
  transform: translateX(-50%) scale(1);
}

.tt-app-menu-item[aria-disabled="true"] {
  cursor: default;
  opacity: .5;
}

.tt-app-menu-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
}

.tt-app-menu-icon img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .42));
}

.tt-app-menu-main {
  height: 32px;
}

.tt-app-menu-main .tt-app-menu-icon {
  position: absolute;
  top: -21px;
  left: 50%;
  width: 48px;
  height: 50px;
  margin: 0;
  overflow: visible;
  transform: translateX(-50%);
}

.tt-app-menu-main .tt-app-menu-icon::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 2;
  background: linear-gradient(110deg, transparent 27%, rgba(255, 255, 255, .98) 44%, #fff 50%, transparent 67%);
  background-size: 240% 100%;
  background-position: 145% 0;
  -webkit-mask: url("icone-turbotiger-raio.webp") center / contain no-repeat;
  mask: url("icone-turbotiger-raio.webp") center / contain no-repeat;
  animation: tt-app-menu-light-sweep 3.6s ease-in-out infinite;
  pointer-events: none;
}

.tt-app-menu-main .tt-app-menu-icon img {
  width: 42px;
  height: 45px;
  filter: drop-shadow(0 6px 7px rgba(0, 0, 0, .48));
}

@keyframes tt-app-menu-light-sweep {
  0%, 58% { background-position: 145% 0; opacity: 0; }
  64% { opacity: 1; }
  78% { background-position: -145% 0; opacity: 1; }
  84%, 100% { background-position: -145% 0; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .tt-app-menu-main .tt-app-menu-icon::after {
    animation: none;
    display: none;
  }
}

@media (max-width: 560px) {
  .tt-age-modal-card {
    padding: 28px 24px;
    border-radius: 18px;
  }

  .tt-age-modal-card h2 {
    font-size: calc(24px - 4pt);
  }

  .tt-age-modal-head {
    gap: 13px;
  }

  .tt-age-modal-badge {
    min-height: 27.2px;
    padding: 5.6px 8.8px;
    font-size: 80%;
  }

  .tt-age-modal-card p,
  .tt-age-modal-close {
    font-size: calc(16px - 2pt);
  }
}

.tt-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 16px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 8px 5px -5px rgba(0, 0, 0, .48);
  text-decoration: none;
}

.tt-whatsapp-float[hidden] {
  display: none;
}

.tt-whatsapp-float img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

@media (max-width: 640px) {
  body[data-tt-background] {
    padding-bottom: 74px;
  }

  .tt-site-footer {
    bottom: 10px;
    width: calc(100% - 22px);
  }

  .tt-site-footer small {
    white-space: normal;
    text-align: center;
  }

  .tt-whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
  }

  .tt-whatsapp-float img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 760px) {
  .tt-footer-links,
  .tt-footer-copyright {
    display: block !important;
    width: 100%;
  }

  .tt-footer-copyright {
    margin-top: 5px !important;
  }

  .tt-footer-desktop-separator {
    display: none !important;
  }
}

@media print {
  .tt-whatsapp-float,
  .tt-app-menu {
    display: none !important;
  }
}
