:root {
  --primary: #2075fe;
  --secondary: #ffffff;
  --background: #1a1a1a;
  --text: #ffffff;
  --cards: #1a1a1a;
  --leftbar: #2f3032;
  --leftbar-secondary: #2f3032;
  --tabbar: #2f3032;
  --header: #2075fe;
  --sidebar-w: 260px;
  --sidebar-collapsed-w: 78px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body,
.app-shell,
html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar,
.app-shell::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden !important;
}

body {
  background-color: var(--background);
  color: var(--text);
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.app-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  max-width: 100vw;
  background-color: var(--background);
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 65px;
}

.glass {
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .08);
}

.card {
  background: var(--cards);
  border-radius: 1rem;
}

.section-title {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-weight: 700;
}

.badge-dot {
  width: .5rem;
  height: .5rem;
  border-radius: 9999px;
  display: inline-block;
}

.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: var(--tabbar);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.tabbar a.active {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.selector button[aria-selected="true"] {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .24);
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: var(--sidebar-w);
  z-index: 60;
  background: var(--leftbar);
  border-right: 1px solid rgba(255, 255, 255, .08);
  overflow: hidden;
}

html.sidebar-collapsed .sidebar {
  width: var(--sidebar-collapsed-w);
}

.sidebar .sidebar-scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}

.sidebar .label-hide {
  display: inline;
}

html.sidebar-collapsed .sidebar .label-hide {
  display: none;
}

html.sidebar-collapsed .sidebar .grid-cols-2 {
  grid-template-columns: 1fr;
}

html.sidebar-collapsed .sidebar .leftbar-tab-card {
  width: 100%;
}

html.sidebar-collapsed .sidebar .leftbar-tab-card img {
  width: 34px;
  height: 34px;
}

html.sidebar-collapsed .sidebar .leftbar-tab-card span {
  display: none;
}

html.sidebar-collapsed .sidebar .wide-only {
  display: none;
}

@media (min-width: 768px) {
  .app-shell {
    padding-left: var(--sidebar-w);
  }

  html.sidebar-collapsed .app-shell {
    padding-left: var(--sidebar-collapsed-w);
  }
}

.drawer-viewport {
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.drawer-viewport.open {
  opacity: 1;
  pointer-events: auto;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(6px);
}

.drawer-aside {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: min(280px, 78vw);
  background: var(--leftbar);
  border-right: 1px solid rgba(255, 255, 255, .08);
  transform: translateX(-100%);
  transition: transform .22s ease;
  overflow: hidden;
}

.drawer-viewport.open .drawer-aside {
  transform: translateX(0);
}

@media (min-width: 768px) {
  .drawer-viewport {
    display: none;
  }
}


/* ===== BLOCO ===== */

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}

::after,
::before {
  --tw-content: ''
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  line-height: inherit
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

fieldset {
  margin: 0;
  padding: 0
}

legend {
  padding: 0
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

dialog {
  padding: 0
}

textarea {
  resize: vertical
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af
}

[role=button],
button {
  cursor: pointer
}

:disabled {
  cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

[hidden]:where(:not([hidden=until-found])) {
  display: none
}

.pointer-events-none {
  pointer-events: none
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.inset-0 {
  inset: 0px
}

.inset-x-0 {
  left: 0px;
  right: 0px
}

.left-3 {
  left: 0.75rem
}

.left-8 {
  left: 2rem
}

.right-3 {
  right: 0.75rem
}

.top-1\/2 {
  top: 50%
}

.top-3 {
  top: 0.75rem
}

.bottom-0 {
  bottom: 0px
}

.right-1 {
  right: 0.25rem
}

.top-1 {
  top: 0.25rem
}

.left-1 {
  left: 0.25rem
}

.-right-2 {
  right: -0.5rem
}

.-top-2 {
  top: -0.5rem
}

.right-4 {
  right: 1rem
}

.top-4 {
  top: 1rem
}

.z-10 {
  z-index: 10
}

.z-\[100\] {
  z-index: 100
}

.z-\[10\] {
  z-index: 10
}

.z-\[20\] {
  z-index: 20
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-\[60\] {
  z-index: 60
}

.z-\[61\] {
  z-index: 61
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mb-3 {
  margin-bottom: 0.75rem
}

.ml-1 {
  margin-left: 0.25rem
}

.mt-3 {
  margin-top: 0.75rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mb-2 {
  margin-bottom: 0.5rem
}

.mt-10 {
  margin-top: 2.5rem
}

.ml-2 {
  margin-left: 0.5rem
}

.mt-2 {
  margin-top: 0.5rem
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.block {
  display: block
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.h-2 {
  height: 0.5rem
}

.h-11 {
  height: 2.75rem
}

.h-5 {
  height: 1.25rem
}

.h-8 {
  height: 2rem
}

.h-9 {
  height: 2.25rem
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.h-\[17px\] {
  height: 17px
}

.h-16 {
  height: 4rem
}

.h-6 {
  height: 1.5rem
}

.h-10 {
  height: 2.5rem
}

.h-7 {
  height: 1.75rem
}

.h-4 {
  height: 1rem
}

.h-64 {
  height: 16rem
}

.h-56 {
  height: 14rem
}

.min-h-\[560px\] {
  min-height: 560px
}

.min-h-full {
  min-height: 100%
}

.w-5 {
  width: 1.25rem
}

.w-8 {
  width: 2rem
}

.w-9 {
  width: 2.25rem
}

.w-full {
  width: 100%
}

.w-\[17px\] {
  width: 17px
}

.w-6 {
  width: 1.5rem
}

.w-\[140px\] {
  width: 140px
}

.w-10 {
  width: 2.5rem
}

.w-7 {
  width: 1.75rem
}

.w-4 {
  width: 1rem
}

.w-64 {
  width: 16rem
}

.w-56 {
  width: 14rem
}

.min-w-0 {
  min-width: 0px
}

.min-w-\[100\%\] {
  min-width: 100%
}

.min-w-full {
  min-width: 100%
}

.max-w-\[460px\] {
  max-width: 460px
}

.max-w-\[1140px\] {
  max-width: 1140px
}

.max-w-\[1600px\] {
  max-width: 1600px
}

.max-w-\[380px\] {
  max-width: 380px
}

.max-w-\[520px\] {
  max-width: 520px
}

.flex-1 {
  flex: 1 1 0%
}

.flex-shrink-0 {
  flex-shrink: 0
}

.shrink-0 {
  flex-shrink: 0
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.animate-spin {
  animation: spin 1s linear infinite
}

.cursor-pointer {
  cursor: pointer
}

.cursor-not-allowed {
  cursor: not-allowed
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
}

.select-none {
  -webkit-user-select: none;
  user-select: none
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-col {
  flex-direction: column
}

.place-items-center {
  place-items: center
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.gap-3 {
  gap: 0.75rem
}

.gap-2 {
  gap: 0.5rem
}

.gap-4 {
  gap: 1rem
}

.gap-7 {
  gap: 1.75rem
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}

.space-y-1> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}

.space-y-8> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.space-y-1\.5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))
}

.space-y-2> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-5> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-auto {
  overflow-x: auto
}

.whitespace-nowrap {
  white-space: nowrap
}

.break-words {
  overflow-wrap: break-word
}

.rounded-2xl {
  border-radius: 1rem
}

.rounded-lg {
  border-radius: 0.5rem
}

.rounded-xl {
  border-radius: 0.75rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-md {
  border-radius: 0.375rem
}

.rounded {
  border-radius: 0.25rem
}

.border {
  border-width: 1px
}

.border-\[\#1d2333\] {
  --tw-border-opacity: 1;
  border-color: rgb(29 35 51 / var(--tw-border-opacity, 1))
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1)
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05)
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1)
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15)
}

.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2)
}

.bg-\[\#00000042\] {
  background-color: #00000042
}

.bg-\[var\(--cards\)\] {
  background-color: var(--cards)
}

.bg-\[var\(--primary\)\] {
  background-color: var(--primary)
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6)
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4)
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1))
}

.bg-\[\#ff4b4b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 75 75 / var(--tw-bg-opacity, 1))
}

.bg-\[color\:var\(--cards\)\] {
  background-color: var(--cards)
}

.bg-\[color\:var\(--primary\)\] {
  background-color: var(--primary)
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1)
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2)
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7)
}

.bg-transparent {
  background-color: transparent
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1)
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05)
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95)
}

.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1)
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

.fill-current {
  fill: currentColor
}

.object-contain {
  object-fit: contain
}

.object-cover {
  object-fit: cover
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-4 {
  padding: 1rem
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.pb-3 {
  padding-bottom: 0.75rem
}

.pl-11 {
  padding-left: 2.75rem
}

.pr-12 {
  padding-right: 3rem
}

.pr-3 {
  padding-right: 0.75rem
}

.pt-2 {
  padding-top: 0.5rem
}

.pt-4 {
  padding-top: 1rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pt-5 {
  padding-top: 1.25rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pt-6 {
  padding-top: 1.5rem
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-\[11px\] {
  font-size: 11px
}

.text-\[20px\] {
  font-size: 20px
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-\[13px\] {
  font-size: 13px
}

.text-\[9px\] {
  font-size: 9px
}

.text-\[12px\] {
  font-size: 12px
}

.text-\[15px\] {
  font-size: 15px
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-\[10px\] {
  font-size: 10px
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-\[28px\] {
  font-size: 28px
}

.font-semibold {
  font-weight: 600
}

.font-medium {
  font-weight: 500
}

.font-bold {
  font-weight: 700
}

.font-extrabold {
  font-weight: 800
}

.leading-tight {
  line-height: 1.25
}

.leading-none {
  line-height: 1
}

.tracking-widest {
  letter-spacing: 0.1em
}

.text-\[var\(--text\)\] {
  color: var(--text)
}

.text-\[\#ff4b4b\] {
  --tw-text-opacity: 1;
  color: rgb(255 75 75 / var(--tw-text-opacity, 1))
}

.text-\[var\(--primary\)\] {
  color: var(--primary)
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.text-\[color\:var\(--primary\)\] {
  color: var(--primary)
}

.text-\[color\:var\(--text\)\] {
  color: var(--text)
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1))
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1))
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1))
}

.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6)
}

.opacity-70 {
  opacity: 0.7
}

.opacity-60 {
  opacity: 0.6
}

.opacity-0 {
  opacity: 0
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.duration-150 {
  transition-duration: 150ms
}

.duration-200 {
  transition-duration: 200ms
}

.duration-300 {
  transition-duration: 300ms
}

.duration-500 {
  transition-duration: 500ms
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.will-change-transform {
  will-change: transform
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05)
}

.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2)
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1)
}

.hover\:text-\[var\(--text\)\]:hover {
  color: var(--text)
}

.hover\:text-\[var\(--destaque\)\]:hover {
  color: var(--destaque)
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}

.hover\:opacity-100:hover {
  opacity: 1
}

.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1
}

@media (min-width: 450px) {
  .min-\[450px\]\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (min-width: 640px) {
  .sm\:h-12 {
    height: 3rem
  }

  .sm\:h-6 {
    height: 1.5rem
  }

  .sm\:w-\[155px\] {
    width: 155px
  }

  .sm\:w-12 {
    width: 3rem
  }

  .sm\:w-6 {
    width: 1.5rem
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .sm\:gap-3 {
    gap: 0.75rem
  }

  .sm\:p-4 {
    padding: 1rem
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem
  }

  .sm\:text-left {
    text-align: left
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .sm\:text-\[14px\] {
    font-size: 14px
  }

  .sm\:text-\[13px\] {
    font-size: 13px
  }

  .sm\:text-\[16px\] {
    font-size: 16px
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block
  }

  .md\:hidden {
    display: none
  }

  .md\:w-\[165px\] {
    width: 165px
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .md\:gap-4 {
    gap: 1rem
  }

  .md\:pt-10 {
    padding-top: 2.5rem
  }

  .md\:text-\[15px\] {
    font-size: 15px
  }

  .md\:text-\[14px\] {
    font-size: 14px
  }

  .md\:text-\[17px\] {
    font-size: 17px
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr))
  }
}

@media (min-width: 1536px) {
  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }
}

/* ===== BLOCO ===== */


:root {
  --savepage-url-3: url(../assets/images/bg_f16d77f5.png);
  --savepage-url-4: url(../assets/images/bg_db509170.png);
}


/* ===== BLOCO ===== */


.sidebar {
  position: fixed;
  top: 65px;
  left: 0;
  height: calc(100vh - 65px);
  z-index: 60;
}

.drawer-viewport {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
}

.drawer-viewport.open {
  display: block;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
}

.drawer-aside {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: min(88vw, 360px);
  background: var(--leftbar);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .55);
  display: flex;
  flex-direction: column;
}

.drawer-head {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  background: var(--leftbar);
}

.drawer-logo {
  height: 36px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.drawer-close {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  cursor: pointer;
}

.drawer-close i {
  width: 18px;
  height: 18px;
  color: var(--text);
}

.drawer-body {
  flex: 1 1 auto;
  overflow: auto;
  padding: 12px;
}

.drawer-body .sidebar-scroll {
  padding: 0 !important;
}

.lb-promo {
  border-radius: 10px;
  padding: 12px 12px;
  min-height: 52px;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .35);
  text-decoration: none;
}

.lb-promo .lb-promo-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  min-width: 0;
}

.lb-promo .lb-promo-top {
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
  opacity: .98;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lb-promo .lb-promo-bold {
  font-size: 14px;
  font-weight: 900;
  color: var(--text);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lb-promo .lb-promo-emoji {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.lb-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lb-item {
  width: 100%;
  border-radius: 10px;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: var(--leftbar-secondary);
  border: 1px solid rgba(255, 255, 255, .08);
  color: var(--text);
  text-decoration: none;
  transition: border-color .15s ease, filter .15s ease, opacity .15s ease;
}

.lb-item:hover {
  border-color: var(--primary);
  filter: brightness(1.06);
}

.lb-item.is-disabled {
  cursor: default;
  opacity: .7;
}

.lb-item.is-disabled:hover {
  border-color: rgba(255, 255, 255, .08);
  filter: none;
}

.lb-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.lb-item-ico {
  width: 28px;
  height: 28px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  flex: 0 0 auto;
}

.lb-item-ico i {
  width: 16px;
  height: 16px;
  color: var(--text);
}

.lb-item-txt {
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lb-footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lb-footer .lb-item {
  background: transparent;
  border: 0;
  padding: 10px 6px;
  opacity: .78;
}

.lb-footer .lb-item:hover {
  opacity: 1;
  border: 0;
  filter: none;
}

.lb-footer .lb-item-ico {
  background: transparent;
}

.lb-footer .lb-item-ico i {
  width: 18px;
  height: 18px;
  color: var(--text);
}

.lb-footer .lb-item-txt {
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
}

.sidebar.is-collapsed .wide-only {
  display: none !important;
}

.sidebar.is-collapsed .wide-only.promo-collapse {
  display: flex !important;
}

.sidebar.is-collapsed .wide-only.promo-collapse .lb-promo-txt {
  display: none !important;
}

.sidebar.is-collapsed .wide-only.promo-collapse .lb-promo {
  padding: 0 !important;
  min-height: 0 !important;
  height: 44px !important;
  border-radius: 12px !important;
  justify-content: center !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .35);
}

.sidebar.is-collapsed .wide-only.promo-collapse .lb-promo-emoji {
  font-size: 20px !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.sidebar.is-collapsed {
  width: 76px !important;
}

.sidebar.is-collapsed .sidebar-scroll {
  padding: 12px 10px !important;
}

.sidebar.is-collapsed .lb-list,
.sidebar.is-collapsed .lb-footer {
  gap: 10px;
}

.sidebar.is-collapsed .lb-item {
  padding: 0;
  background: transparent;
  border: 0;
}

.sidebar.is-collapsed .lb-item:hover {
  filter: none;
  border-color: transparent;
}

.sidebar.is-collapsed .lb-item-left {
  width: 100%;
  justify-content: center;
  gap: 0;
}

.sidebar.is-collapsed .lb-item-ico {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  background: var(--leftbar-secondary);
  border: 1px solid rgba(255, 255, 255, .10);
}

.sidebar.is-collapsed .lb-item:hover .lb-item-ico {
  border-color: var(--primary);
  filter: brightness(1.06);
}

.sidebar.is-collapsed .lb-item-ico i {
  width: 18px;
  height: 18px;
  color: var(--text);
}

.sidebar.is-collapsed .lb-item-txt {
  display: none !important;
}

.sidebar.is-collapsed .lb-footer {
  margin-top: 14px;
  padding-top: 14px;
}

.sidebar.is-collapsed .lb-footer .lb-item {
  padding: 0;
  opacity: 1;
}

.sidebar.is-collapsed .lb-footer .lb-item.is-disabled {
  opacity: .7;
}

.sidebar.is-collapsed .lb-footer .lb-item-ico {
  height: 44px;
  border-radius: 12px;
  background: var(--leftbar-secondary);
  border: 1px solid rgba(255, 255, 255, .10);
}

.sidebar.is-collapsed .lb-footer .lb-item:hover .lb-item-ico {
  border-color: var(--primary);
  filter: brightness(1.06);
}

.sidebar.is-collapsed .lb-footer .lb-item-ico i {
  width: 18px;
  height: 18px;
  color: var(--text);
}


/* ===== BLOCO ===== */


.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  min-height: 65px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  padding: .5rem .75rem;
}

.header-left {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
  flex: 1 1 auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-shrink: 0;
}

.header-logo {
  max-width: 200px;
  height: 40px;
  width: auto;
  object-fit: contain;
  cursor: pointer;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0 !important;
  right: 0;
  z-index: 70;
  background: var(--header);
  color: var(--text);
  width: 100%;
}

@media (min-width: 768px) {
  .site-header {
    left: 0 !important;
  }

  html.sidebar-collapsed .site-header {
    left: 0 !important;
  }
}

.header-pill {
  display: flex;
  align-items: center;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .06);
  overflow: visible;
}

.header-pill .ccy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 10px;
  margin-left: 6px;
  border-radius: 999px;
  background: var(--secondary);
  color: var(--header);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .02em;
}

.header-pill .val {
  padding: 0 10px;
  font-weight: 900;
  font-size: 13px;
  color: var(--text);
  white-space: nowrap;
}

.pix-btn {
  position: relative;
  width: 34px;
  height: 34px;
  margin-right: 1px;
  border-radius: 10px;
  border: 0;
  background: var(--secondary);
  color: var(--header);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: visible;
}

.pix-btn .plus {
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

.pix-btn .pix-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fae301;
  color: black;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 2px;
  height: 16px;
  font-size: 9px;
  font-weight: bold;
  z-index: 50;
  font-family: Roboto, system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .35);
  pointer-events: none;
}

.pix-btn .pix-badge svg {
  width: 9px;
  height: 9px;
  display: block;
}

.profile-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.profile-btn {
  height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .06);
  color: var(--text);
  cursor: pointer;
}

.profile-ava {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  background: var(--secondary);
  color: var(--header);
  flex: 0 0 auto;
}

.profile-name {
  font-weight: 900;
  font-size: 13px;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-caret {
  opacity: .75;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-caret i {
  width: 16px;
  height: 16px;
}

.profile-dropdown {
  position: absolute;
  right: 0;
  top: 44px;
  width: 230px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: var(--cards);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .55);
  overflow: hidden;
  display: none;
  z-index: 90;
}

.profile-dropdown.show {
  display: block;
}

.pd-top {
  padding: 10px 10px 8px 10px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.pd-n {
  font-weight: 900;
  font-size: 13px;
  color: var(--text);
  line-height: 1.2;
}

.pd-e {
  font-size: 12px;
  opacity: .65;
  color: var(--text);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pd-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  font-size: 13px;
  color: var(--text);
  text-decoration: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.pd-item:hover {
  background: rgba(148, 163, 184, 0.10);
}

.pd-item i {
  width: 18px;
  height: 18px;
  opacity: .9;
}

.pd-sep {
  height: 1px;
  background: rgba(148, 163, 184, 0.18);
  margin: 4px 0;
}

.pd-logout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 6px 10px 10px 10px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 0;
  color: #fb7185;
  text-decoration: none;
  font-weight: 900;
  font-size: 12px;
}

.pd-logout:hover {
  background: rgba(248, 113, 113, 0.10);
}

.pd-logout i {
  width: 16px;
  height: 16px;
}

.buttons__burger {
  --size: 1.5rem;
  --clr: var(--secondary);
  width: var(--size);
  height: calc(1 * var(--size));
  cursor: pointer;
  position: relative;
  display: block;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.buttons__burger input[type="checkbox"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  margin: 0;
  cursor: pointer;
}

.buttons__burger span {
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 0.5rem;
  border: 2px solid var(--clr);
  background-color: var(--clr);
  transition: 0.15s ease-in-out;
  pointer-events: none;
}

.buttons__burger span:nth-of-type(1) {
  top: 0;
  right: 0;
  transform-origin: right center;
}

.buttons__burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.buttons__burger span:nth-of-type(3) {
  top: 100%;
  right: 0;
  transform-origin: right center;
  transform: translateY(-100%);
}

.buttons__burger input[type="checkbox"]:checked~span:nth-of-type(1) {
  transform: translateY(-30%) rotate(40deg);
  width: 50%;
  top: 50%;
}

.buttons__burger input[type="checkbox"]:checked~span:nth-of-type(3) {
  transform: translateY(-70%) rotate(-40deg);
  width: 50%;
  top: 50%;
}

.auth-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-auth-login {
  height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color: var(--text);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  line-height: 1;
}

.btn-auth-login .ic {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .95;
}

.btn-auth-login svg {
  width: 18px;
  height: 18px;
  display: block;
}

.btn-auth-register {
  position: relative;
  height: 38px;
  padding: 0 18px;
  border-radius: 10px;
  border: 0;
  background: var(--text);
  color: var(--header);
  font-weight: 900;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
}

@media (max-width: 420px) {
  #menuToggle {
    padding: 4px !important;
  }

  #menuToggle svg {
    width: 21px !important;
    height: 21px !important;
  }

  .header-logo {
    max-width: 150px !important;
    height: 32px !important;
  }

  .header-pill {
    height: 34px;
  }

  .header-pill .ccy {
    height: 24px;
    font-size: 11px;
    padding: 0 9px;
  }

  .header-pill .val {
    font-size: 12px;
    padding: 0 9px;
  }

  .pix-btn {
    width: 32px;
    height: 32px;
  }

  .profile-btn {
    height: 34px;
  }

  .profile-name {
    max-width: 92px;
    font-size: 12px;
  }

  .profile-dropdown {
    width: 210px;
  }

  .auth-actions {
    gap: 10px;
  }

  .btn-auth-login,
  .btn-auth-register {
    height: 36px;
    font-size: 13px;
  }

  .btn-auth-register {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  #menuToggle {
    display: none !important;
  }

  .header-pill .ccy {
    display: none !important;
  }

  .profile-name {
    display: none !important;
  }

  .profile-btn {
    gap: 8px;
  }
}

@media (min-width: 768px) {
  #menuToggle {
    display: inline-flex !important;
  }
}


/* ===== BLOCO ===== */


.switch {
  --switch-width: 36px;
  --switch-height: 18px;
  --switch-bg: rgb(131, 131, 131);
  --switch-checked-bg: rgb(0, 218, 80);
  --circle-diameter: 14px;
  --switch-offset: calc((var(--switch-height) - var(--circle-diameter)) / 2);
  --switch-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
  --circle-bg: #fff;
  --circle-shadow: 1px 1px 2px rgba(146, 146, 146, 0.45);
  --circle-checked-shadow: -1px 1px 2px rgba(163, 163, 163, 0.45);
  --circle-transition: var(--switch-transition);
  --icon-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
  --icon-cross-color: var(--switch-bg);
  --icon-cross-size: 5px;
  --icon-checkmark-color: var(--switch-checked-bg);
  --icon-checkmark-size: 8px;
  --effect-width: calc(var(--circle-diameter) / 2);
  --effect-height: calc(var(--effect-width) / 2 - 1px);
  --effect-bg: var(--circle-bg);
  --effect-border-radius: 1px;
  --effect-transition: all .2s ease-in-out;
  display: inline-block
}

.switch input {
  display: none
}

.switch svg {
  transition: var(--icon-transition);
  position: absolute;
  height: auto
}

.switch .checkmark {
  width: var(--icon-checkmark-size);
  color: var(--icon-checkmark-color);
  transform: scale(0)
}

.switch .cross {
  width: var(--icon-cross-size);
  color: var(--icon-cross-color)
}

.slider {
  box-sizing: border-box;
  width: var(--switch-width);
  height: var(--switch-height);
  background: var(--switch-bg);
  border-radius: 999px;
  display: flex;
  align-items: center;
  position: relative;
  transition: var(--switch-transition);
  cursor: pointer
}

.circle {
  width: var(--circle-diameter);
  height: var(--circle-diameter);
  background: var(--circle-bg);
  border-radius: inherit;
  box-shadow: var(--circle-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--circle-transition);
  z-index: 1;
  position: absolute;
  left: var(--switch-offset)
}

.slider::before {
  content: "";
  position: absolute;
  width: var(--effect-width);
  height: var(--effect-height);
  left: calc((var(--switch-offset) + (var(--effect-width) / 2)));
  background: var(--effect-bg);
  border-radius: var(--effect-border-radius);
  transition: var(--effect-transition)
}

.switch input:checked+.slider {
  background: var(--switch-checked-bg)
}

.switch input:checked+.slider .checkmark {
  transform: scale(1)
}

.switch input:checked+.slider .cross {
  transform: scale(0)
}

.switch input:checked+.slider::before {
  left: calc(100% - var(--effect-width) - (var(--effect-width) / 2) - var(--switch-offset))
}

.switch input:checked+.slider .circle {
  left: calc(100% - var(--circle-diameter) - var(--switch-offset));
  box-shadow: var(--circle-checked-shadow)
}

#authModal .auth-card {
  max-height: calc(100vh - 140px);
  overflow-y: auto
}

@media (max-width:640px) {
  #authModal .auth-card {
    max-height: calc(100vh - 120px);
    border-radius: 16px
  }
}

@media (max-width:380px) {
  #authModal .auth-card {
    max-height: calc(100vh - 100px);
    padding-top: 6px;
    padding-bottom: 6px
  }
}

#authModal input,
#authModal button,
#authModal select,
#authModal textarea {
  font-size: 16px !important
}

#authToastWrap {
  position: fixed;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  z-index: 9999;
  pointer-events: none
}

.auth-toast {
  min-width: 240px;
  max-width: min(92vw, 480px);
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
  color: #fff;
  opacity: 0;
  transform: translateY(-8px) scale(.98);
  transition: opacity .18s ease, transform .18s ease
}

.auth-toast.show {
  opacity: 1;
  transform: translateY(0) scale(1)
}

.auth-toast .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: 0 0 auto
}

.auth-toast .txt {
  font-size: 12px;
  line-height: 1.25;
  opacity: .95
}

.auth-toast.ok {
  background: rgba(16, 185, 129, .18)
}

.auth-toast.ok .dot {
  background: rgb(16, 185, 129)
}

.auth-toast.err {
  background: rgba(239, 68, 68, .18)
}

.auth-toast.err .dot {
  background: rgb(239, 68, 68)
}


/* ===== BLOCO ===== */


.idioma-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(6px)
}

.idioma-backdrop.active {
  display: flex
}

.idioma-backdrop-deposit {
  z-index: 10001
}

.idioma-card {
  width: min(620px, 92vw);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02)), var(--cards)
}

.idioma-card.idioma-card-claim {
  padding: 18px 22px 18px
}

.idioma-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  z-index: 2
}

.idioma-close:hover {
  background: rgba(255, 255, 255, .08)
}

.idioma-title {
  font-size: 34px;
  line-height: 1.1;
  color: #fff;
  font-weight: 300;
  letter-spacing: .2px;
  margin: 4px 4px 18px;
  position: relative;
  z-index: 1
}

.idioma-flags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 6px 4px 2px;
  position: relative;
  z-index: 1
}

.idioma-flag {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  position: relative
}

.idioma-flag::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .10);
  pointer-events: none
}

.idioma-flag:hover::after {
  border-color: rgba(255, 255, 255, .18)
}

.idioma-flag-img {
  width: 100%;
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
  transform: scale(1.01);
  border-radius: 16px
}

.idioma-message {
  width: 100%;
  display: flex;
  gap: 14px;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 4px 4px 0;
  background: transparent;
  border: none
}

.idioma-message-title {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  opacity: .92
}

.idioma-action {
  width: 100%;
  border: none;
  border-radius: 12px;
  height: 44px;
  background: rgba(255, 255, 255, .10);
  color: #fff;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer
}

.idioma-action:hover {
  background: rgba(255, 255, 255, .14)
}

.idioma-action:disabled {
  opacity: .55;
  cursor: not-allowed
}

.idioma-note {
  margin: 14px 6px 0;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  line-height: 1.35
}

.idioma-flag:disabled {
  opacity: .45;
  cursor: not-allowed
}

.idioma-flag:disabled::after {
  border-color: rgba(255, 255, 255, .08)
}


/* ===== BLOCO ===== */


.banner-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
}

.banner-clip {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}

.banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  cursor: pointer;
  user-select: none;
}

.banner-nav:hover {
  opacity: .75;
}

.banner-prev {
  left: 1.25rem;
  transform: translate(-50%, -50%);
}

.banner-next {
  right: 1.25rem;
  transform: translate(50%, -50%);
}

@media (min-width:1024px) {
  .banner-prev {
    left: 2.5rem;
  }

  .banner-next {
    right: 2.5rem;
  }
}

.banner-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 9;
  background: linear-gradient(to top, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0) 55%);
}

.banner-paginav {
  position: absolute;
  top: auto;
  bottom: .75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  width: min(340px, calc(100% - 140px));
  padding: 0;
}

@media (min-width:1024px) {
  .banner-paginav {
    bottom: 1.5rem;
    gap: .75rem;
    width: min(420px, calc(100% - 260px));
  }
}

@media (min-width:1536px) {
  .banner-paginav {
    width: min(520px, calc(100% - 1000px));
  }
}

.banner-dot {
  flex: 1 1 0%;
  height: .20rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .35);
  transition: background .25s ease, opacity .25s ease;
  cursor: pointer;
}

.banner-dot.active {
  background: #fff;
}


/* ===== BLOCO ===== */


.jackpot-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden
}

.jackpot-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  text-align: center;
  font-weight: 800;
  letter-spacing: .05em;
  color: #ffd700;
  font-size: 60px;
  line-height: 1;
  text-shadow: 0 0 14px rgba(255, 215, 0, .6), 0 0 22px rgba(255, 255, 0, .35);
  padding: 0 14px;
  box-sizing: border-box;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.jackpot-amount {
  display: inline-flex;
  gap: .06em;
  align-items: flex-end;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  max-width: 100%;
  justify-content: center;
  transform: translateZ(0);
}

.wheel {
  position: relative;
  display: inline-block;
  height: 1em;
  overflow: hidden
}

.digits {
  display: block;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
  will-change: transform
}

.digit {
  display: block;
  height: 1em
}

.sep {
  opacity: .9;
  display: inline-block
}

@media (min-width: 1400px) {
  .jackpot-text {
    font-size: clamp(60px, 4.6vw, 78px);
    padding: 0 16px;
    letter-spacing: .055em;
    text-shadow: 0 0 16px rgba(255, 215, 0, .6), 0 0 26px rgba(255, 255, 0, .35);
  }
}

@media (min-width: 1700px) {
  .jackpot-text {
    font-size: clamp(70px, 4.2vw, 92px);
    padding: 0 18px;
    letter-spacing: .06em;
  }
}

@media (max-width: 1200px) {
  .jackpot-text {
    font-size: clamp(26px, 4.3vw, 56px);
    padding: 0 12px;
    letter-spacing: .045em;
  }
}

@media (max-width: 992px) {
  .jackpot-text {
    font-size: clamp(24px, 4.9vw, 48px);
    padding: 0 12px;
    letter-spacing: .04em;
  }
}

@media (max-width: 768px) {
  .jackpot-text {
    font-size: clamp(20px, 6.2vw, 40px);
    padding: 0 10px;
    letter-spacing: .035em;
    text-shadow: 0 0 10px rgba(255, 215, 0, .6), 0 0 16px rgba(255, 255, 0, .35);
  }
}

@media (max-width: 480px) {
  .jackpot-text {
    font-size: clamp(18px, 7.4vw, 34px);
    padding: 0 10px;
    letter-spacing: .03em;
  }
}

@media (max-width: 360px) {
  .jackpot-text {
    font-size: clamp(16px, 8.2vw, 30px);
    padding: 0 8px;
  }
}


/* ===== BLOCO ===== */


.wk-wrapper {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.wk-track {
  display: flex;
  gap: .7rem;
  width: max-content;
  will-change: transform;
  animation: wk-scroll 45s linear infinite;
}

.wk-card {
  flex: 0 0 auto;
}

.withdraw-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--cards) 82%, transparent);
  border: 1px solid rgba(255, 255, 255, .10);
  width: 220px;
  height: 64px;
  box-sizing: border-box;
}

.withdraw-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.withdraw-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.withdraw-amount {
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  color: var(--text);
  white-space: nowrap;
}

.withdraw-player {
  font-size: 11.5px;
  font-weight: 700;
  opacity: .95;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.withdraw-desc {
  font-size: 10.5px;
  opacity: .8;
  white-space: nowrap;
}

.withdraw-desc strong {
  opacity: 1;
  font-weight: 900;
}

@keyframes wk-scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@media (prefers-reduced-motion: reduce) {
  .wk-track {
    animation: none;
  }
}

@media (max-width: 640px) {
  .withdraw-card {
    width: 195px;
    height: 58px;
    padding: 7px 10px;
  }

  .withdraw-amount {
    font-size: 12px;
  }

  .withdraw-player {
    font-size: 11px;
    max-width: 135px;
  }

  .withdraw-desc {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .withdraw-card {
    width: 185px;
    height: 56px;
  }

  .withdraw-amount {
    font-size: 11.5px;
  }

  .withdraw-player {
    font-size: 10.5px;
  }

  .withdraw-desc {
    font-size: 9.5px;
  }
}


/* ===== BLOCO ===== */


.subnav-wrapper {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.subnav-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  flex-wrap: nowrap;
}

.sublink-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--cards) 82%, transparent);
  border: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .60);
  transition: border-color .15s ease, color .15s ease, background .15s ease;
  text-decoration: none;
  flex: 1 1 0%;
  justify-content: center;
  cursor: pointer;
}

.sublink-nav i {
  color: rgba(255, 255, 255, .60);
  transition: color .15s ease;
}

.sublink-text {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.sublink-nav:hover {
  background: color-mix(in srgb, var(--cards) 95%, transparent);
  border-color: var(--primary);
  color: #fff;
}

.sublink-nav:hover i {
  color: #fff;
}

@media (max-width: 767px) {
  .subnav-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }

  .subnav-wrapper::-webkit-scrollbar {
    display: none;
  }

  .subnav-row {
    width: max-content;
    min-width: 100%;
  }

  .sublink-nav {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (max-width: 520px) {
  .subnav-row {
    gap: 8px;
  }

  .sublink-nav {
    padding: 10px 14px;
    gap: 9px;
  }

  .sublink-text {
    font-size: 12.5px;
  }
}


/* ===== BLOCO ===== */


.game-card {
  transition: none;
}

.game-card .game-title {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.game-card .fav-btn img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}

.hscroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.hscroll::-webkit-scrollbar {
  height: 0;
}

.hscroll {
  scrollbar-width: none;
}

.hscroll::-webkit-scrollbar-thumb {
  background: transparent;
}

.hitem {
  scroll-snap-align: start;
}

.game-thumb {
  position: relative;
}

.game-thumb .hover-dim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background .18s ease;
  z-index: 5;
}

.game-thumb .hover-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 6;
  pointer-events: none;
}

.game-card:hover .hover-dim {
  background: rgba(0, 0, 0, 0.45);
}

.game-card:hover .hover-play {
  opacity: 1;
  transform: translateY(0);
}

.play-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 0.375rem;
  background: var(--primary);
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
}

.play-btn svg {
  width: 14px;
  height: 14px;
  display: block;
}

.game-card .game-name-wrap {
  display: none !important;
}


/* ===== BLOCO ===== */


/* Otimizações de Scroll e Visuais */
.hscroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hscroll::-webkit-scrollbar {
  display: none;
}

/* Animação suave para o card */
.game-card-btn:active {
  transform: scale(0.95);
}

.game-card-btn:hover .hover-overlay {
  opacity: 1;
}

.game-card-btn:hover .game-img {
  transform: scale(1.1);
}


/* ===== BLOCO ===== */


.site-footer {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: var(--tabbar);
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  overflow-x: hidden;
}

.site-footer * {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.site-footer-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 1.5rem .75rem 120px;
}

@media (min-width:640px) {
  .site-footer-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width:768px) {
  .site-footer-wrap {
    padding-bottom: 1.5rem;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (min-width:640px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width:768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .10);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  justify-content: flex-start;
}

@media (min-width:640px) {
  .footer-socials {
    justify-content: flex-start;
  }
}

.footer-socials img {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  object-fit: cover;
}

.footer-text {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .70);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer-copyright {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer-copyright span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  font-size: 11px;
  line-height: 1.2;
  padding: .35rem .75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .70);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .75rem;
  min-width: 0;
}

.footer-brand-left img {
  height: 40px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

@media (max-width:420px) {
  .footer-brand-left img {
    height: 34px;
    max-width: 170px;
  }
}

.footer-seals {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
}

.footer-seals img {
  height: 32px;
  width: auto;
  object-fit: contain;
  opacity: .98;
}

@media (max-width:420px) {
  .footer-seals {
    justify-content: center;
    gap: .95rem;
  }

  .footer-seals img {
    height: 28px;
  }
}

.footer-emails {
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .78);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer-emails a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}

.footer-emails a:hover {
  filter: brightness(1.05);
  text-decoration: underline;
}

.footer-emails .sep {
  color: rgba(255, 255, 255, .35);
  padding: 0 .5rem;
}

.footer-socials-desktop {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: .6rem;
  flex-wrap: wrap;
}

.footer-socials-desktop img {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  object-fit: cover;
}

@media (min-width:768px) {
  .footer-socials-desktop {
    display: flex;
  }

  .footer-contact-mobile-wrap {
    display: none;
  }

  .footer-contact-mobile-divider {
    display: none;
  }
}


/* ===== BLOCO ===== */


#bottomTabBar {
  display: none;
}

@media (max-width:767px) {
  #bottomTabBar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: calc(100% - 16px);
    max-width: 540px;
    height: 64px;
    padding: 0 !important;
    border-radius: 14px;
    background: linear-gradient(90deg, rgb(41 41 41 / 86%) 0%, rgb(0 0 0 / 78%) 100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .55);
    border: 1px solid rgba(255, 255, 255, .06);
  }

  html.sidebar-open #bottomTabBar {
    display: none !important;
  }
}

#bottomTabBar .tab-item {
  width: 72px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  line-height: 1;
  color: rgba(255, 255, 255, .92);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#bottomTabBar .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

#bottomTabBar .tab-icon i {
  width: 15px;
  height: 15px;
}

#bottomTabBar .tab-text {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, .70);
}

#bottomTabBar .tab-item.active .tab-text,
#bottomTabBar .tab-item.active .tab-icon {
  color: var(--primary);
}

#bottomTabBar .mid-wrap {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--primary) 35%, #000 65%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .45);
}

#bottomTabBar .mid-inner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text) !important;
}

#bottomTabBar .mid-inner i {
  width: 13px;
  height: 13px;
  color: var(--text) !important;
}

@media (max-width:420px) {
  #bottomTabBar {
    height: 60px;
  }

  #bottomTabBar .tab-item {
    width: 68px;
    height: 52px;
    gap: 3px;
  }

  #bottomTabBar .tab-text {
    font-size: 8px;
  }

  #bottomTabBar .mid-wrap {
    width: 36px;
    height: 36px;
  }

  #bottomTabBar .mid-inner {
    width: 28px;
    height: 28px;
  }
}


/* ===== BLOCO ===== */


@keyframes demoArrowBlink {

  0%,
  100% {
    opacity: 0.25;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(3px);
  }
}

.demo-withdraw-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.70);
}

.demo-withdraw-backdrop.is-open {
  display: flex;
}

.demo-withdraw-card {
  position: relative;
  width: 100%;
  max-width: 460px;
  border-radius: 1rem;
  background: var(--cards);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65);
  overflow: hidden;
  transform: translateY(6px);
  opacity: 0;
  transition: .18s ease;
}

.demo-withdraw-backdrop.is-open .demo-withdraw-card {
  transform: translateY(0);
  opacity: 1;
}

.demo-withdraw-dismiss {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 36px;
  height: 36px;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .15s ease;
  z-index: 2;
}

.demo-withdraw-dismiss:hover {
  background: rgba(255, 255, 255, 0.10);
}

.demo-withdraw-body {
  padding: 22px 20px 14px 20px;
  text-align: center;
}

.demo-withdraw-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-withdraw-icon svg {
  width: 56px;
  height: 56px;
  color: var(--primary);
}

.demo-withdraw-title {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.25;
}

.demo-withdraw-subtitle {
  margin-top: 10px;
  font-size: 13px;
  color: var(--text);
  opacity: 0.72;
}

.demo-withdraw-progress {
  margin-top: 18px;
  padding: 0 6px;
}

.demo-withdraw-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}

.demo-withdraw-step {
  flex: 1;
  position: relative;
  text-align: center;
}

.demo-withdraw-step-circle {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-weight: 800;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
}

.demo-withdraw-step-label {
  margin-top: 6px;
  font-size: 12px;
  color: var(--text);
  opacity: 0.72;
}

.demo-withdraw-step.is-done .demo-withdraw-step-circle {
  background: rgba(40, 167, 69, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
  color: #fff;
}

.demo-withdraw-step.is-current .demo-withdraw-step-circle {
  background: var(--primary);
  border-color: rgba(255, 255, 255, 0.95);
  color: #fff;
}

.demo-withdraw-arrow {
  position: absolute;
  top: 8px;
  right: -26px;
  width: 26px;
  height: 20px;
  animation: demoArrowBlink 1.2s infinite;
  pointer-events: none;
}

.demo-withdraw-message {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.35rem;
  color: var(--text);
  opacity: 0.70;
  text-align: center;
  padding: 0 10px 0 10px;
}

.demo-withdraw-actions {
  padding: 16px 20px 20px 20px;
}

.demo-withdraw-ok {
  width: 100%;
  border: none;
  border-radius: 0.9rem;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  background: var(--primary);
  color: var(--text);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.45);
  transition: .15s ease;
}

.demo-withdraw-ok:hover {
  filter: brightness(1.05);
}