/* ============================================================
   222bet apk - palette stylesheet (mobile-first)
   Class prefix: va59-   | Asset hash: 6c6a5925
   Palette: #2E4057 / #495057 backgrounds,
            #FFFACD / #87CEEB light text, #00CED1 accent, #FF7F50 coral.
   ============================================================ */

:root {
  --va59-bg-deep: #2E4057;
  --va59-bg-soft: #495057;
  --va59-bg-card: #364b63;
  --va59-bg-card-2: #2f4257;
  --va59-text-main: #FFFACD;
  --va59-text-soft: #c9d6e2;
  --va59-text-muted: #8ea2b5;
  --va59-sky: #87CEEB;
  --va59-teal: #00CED1;
  --va59-coral: #FF7F50;
  --va59-cream: #FFFACD;
  --va59-line: rgba(255, 250, 205, 0.14);
  --va59-line-strong: rgba(255, 250, 205, 0.28);
  --va59-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  --va59-radius: 14px;
  --va59-radius-sm: 10px;
  --va59-max: 430px;
  --va59-header-h: 56px;
  --va59-bottom-h: 64px;
  --va59-safe-bottom: calc(var(--va59-bottom-h) + 18px);
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hind Siliguri", "Noto Sans Bengali", "SolaimanLipi", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: linear-gradient(180deg, #243a52 0%, var(--va59-bg-deep) 38%, var(--va59-bg-soft) 100%);
  color: var(--va59-text-main);
  font-size: 15px;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--va59-sky);
  text-decoration: none;
}

a:hover, a:focus {
  color: var(--va59-teal);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

/* Mobile canvas — phone width kept on wide screens. */
.va59-shell {
  width: 100%;
  max-width: var(--va59-max);
  margin: 0 auto;
  min-height: 100vh;
  background:
    radial-gradient(1200px 360px at 50% -40px, rgba(0, 206, 209, 0.18), transparent 60%),
    linear-gradient(180deg, var(--va59-bg-deep) 0%, var(--va59-bg-soft) 100%);
  position: relative;
  box-shadow: var(--va59-shadow);
  padding-bottom: var(--va59-safe-bottom);
}

/* ===================== Header / Identity bar ===================== */
.va59-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--va59-header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(46, 64, 87, 0.96), rgba(46, 64, 87, 0.88));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--va59-line);
}

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

.va59-brand-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--va59-coral), var(--va59-teal));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c2a3a;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 206, 209, 0.32);
  flex-shrink: 0;
}

.va59-brand-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--va59-cream);
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.va59-brand-name span {
  color: var(--va59-coral);
}

.va59-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.va59-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.va59-btn-login {
  color: var(--va59-cream);
  border: 1px solid var(--va59-line-strong);
  background: rgba(255, 250, 205, 0.06);
}

.va59-btn-login:hover {
  background: rgba(255, 250, 205, 0.14);
}

.va59-btn-register {
  color: #1c2a3a;
  background: linear-gradient(135deg, var(--va59-coral), #ffb88a);
  box-shadow: 0 4px 14px rgba(255, 127, 80, 0.35);
}

.va59-btn-register:hover {
  transform: translateY(-1px);
}

.va59-menu-toggle {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--va59-line-strong);
  background: rgba(0, 206, 209, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--va59-teal);
}

.va59-menu-toggle:hover {
  background: rgba(0, 206, 209, 0.18);
}

.va59-menu-toggle .va59-bar {
  display: block;
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  position: relative;
}

.va59-menu-toggle .va59-bar::before,
.va59-menu-toggle .va59-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.va59-menu-toggle .va59-bar::before { top: -5px; }
.va59-menu-toggle .va59-bar::after { top: 5px; }

/* ===================== Stacked overlay menu ===================== */
.va59-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 24, 33, 0.62);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease;
  z-index: 60;
}

.va59-menu-overlay.va59-is-open {
  opacity: 1;
  visibility: visible;
}

.va59-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(86%, 360px);
  height: 100%;
  background: linear-gradient(180deg, #2a3f56, #1f3043);
  padding: 18px 16px calc(var(--va59-safe-bottom) + 10px);
  transform: translateX(110%);
  transition: transform 0.26s cubic-bezier(0.32, 0.72, 0.24, 1.04);
  overflow-y: auto;
  box-shadow: -12px 0 32px rgba(0, 0, 0, 0.45);
  border-left: 1px solid var(--va59-line);
}

.va59-menu-overlay.va59-is-open .va59-menu-panel {
  transform: translateX(0);
}

.va59-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.va59-menu-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--va59-cream);
}

.va59-menu-close {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 250, 205, 0.08);
  color: var(--va59-cream);
  font-size: 18px;
  line-height: 1;
}

.va59-menu-section-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--va59-text-muted);
  margin: 14px 4px 8px;
}

.va59-menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 12px;
  color: var(--va59-text-main);
  font-size: 14px;
  border: 1px solid transparent;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.va59-menu-link:hover,
.va59-menu-link:focus {
  background: rgba(0, 206, 209, 0.10);
  border-color: var(--va59-line);
  color: var(--va59-cream);
}

.va59-menu-link .va59-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--va59-coral);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(255, 127, 80, 0.6);
}

.va59-menu-cta {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.va59-menu-cta .va59-btn {
  width: 100%;
  min-height: 44px;
  font-size: 14px;
}

/* ===================== Hero carousel ===================== */
.va59-hero {
  position: relative;
  margin: 14px 12px 4px;
  border-radius: var(--va59-radius);
  overflow: hidden;
  box-shadow: var(--va59-shadow);
  background: #1c2c3d;
}

.va59-hero-track {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.va59-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  cursor: pointer;
}

.va59-hero-slide.va59-is-active {
  opacity: 1;
}

.va59-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.va59-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 24, 33, 0) 35%, rgba(15, 24, 33, 0.78) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
}

.va59-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 127, 80, 0.85);
  color: #1c2a3a;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 6px;
}

.va59-hero-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.va59-hero-sub {
  font-size: 12px;
  color: var(--va59-text-soft);
  margin: 0;
}

.va59-hero-dots {
  position: absolute;
  bottom: 10px;
  right: 12px;
  display: flex;
  gap: 5px;
}

.va59-hero-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 250, 205, 0.4);
  transition: transform 0.2s ease, background 0.2s ease;
}

.va59-hero-dot.va59-is-active {
  background: var(--va59-coral);
  transform: scale(1.3);
}

.va59-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(15, 24, 33, 0.55);
  color: var(--va59-cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.va59-hero-arrow:hover { background: rgba(15, 24, 33, 0.78); }
.va59-hero-prev { left: 8px; }
.va59-hero-next { right: 8px; }

/* ===================== Quick action strip ===================== */
.va59-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 12px;
}

.va59-quick-item {
  background: linear-gradient(160deg, var(--va59-bg-card), var(--va59-bg-card-2));
  border: 1px solid var(--va59-line);
  border-radius: var(--va59-radius-sm);
  padding: 10px 6px;
  text-align: center;
  font-size: 11px;
  color: var(--va59-text-soft);
  font-weight: 600;
}

.va59-quick-item .va59-qi-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 5px;
  border-radius: 8px;
  background: rgba(0, 206, 209, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--va59-teal);
}

/* ===================== Section headings ===================== */
.va59-section {
  margin: 18px 12px 4px;
}

.va59-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 8px;
}

.va59-section-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--va59-cream);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.va59-section-title::before {
  content: "";
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--va59-coral), var(--va59-teal));
  display: inline-block;
}

.va59-section-sub {
  font-size: 12px;
  color: var(--va59-text-muted);
  font-weight: 500;
}

.va59-more-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--va59-sky);
  white-space: nowrap;
}

/* ===================== Category chips ===================== */
.va59-chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 12px 10px;
  scrollbar-width: none;
}

.va59-chips::-webkit-scrollbar { display: none; }

.va59-chip {
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--va59-text-soft);
  background: rgba(255, 250, 205, 0.06);
  border: 1px solid var(--va59-line);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.va59-chip.va59-is-active,
.va59-chip:hover {
  background: linear-gradient(135deg, var(--va59-coral), #ffa074);
  color: #1c2a3a;
  transform: translateY(-1px);
}

/* ===================== Game sections & grid ===================== */
.va59-game-section {
  margin: 14px 0 6px;
}

.va59-cat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 12px 10px;
}

.va59-cat-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--va59-cream);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.va59-cat-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 999px;
  color: #1c2a3a;
  background: linear-gradient(135deg, var(--va59-teal), var(--va59-sky));
}

.va59-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 0 12px;
}

@media (min-width: 360px) {
  .va59-grid { gap: 10px; }
}

@media (min-width: 400px) {
  .va59-grid { grid-template-columns: repeat(5, 1fr); }
}

.va59-card {
  background: linear-gradient(180deg, var(--va59-bg-card), var(--va59-bg-card-2));
  border: 1px solid var(--va59-line);
  border-radius: var(--va59-radius-sm);
  padding: 6px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  overflow: hidden;
}

.va59-card:hover,
.va59-card:focus {
  transform: translateY(-2px);
  border-color: var(--va59-line-strong);
  box-shadow: 0 8px 18px rgba(0, 206, 209, 0.18);
}

.va59-card-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: #1c2c3d;
  margin-bottom: 5px;
}

.va59-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.va59-card-name {
  font-size: 11px;
  font-weight: 600;
  color: var(--va59-text-soft);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 28px;
}

.va59-card-tile {
  position: relative;
}

.va59-card-tile::after {
  content: "★";
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 9px;
  color: var(--va59-coral);
  text-shadow: 0 0 6px rgba(255, 127, 80, 0.6);
}

/* ===================== Highlights & info blocks ===================== */
.va59-cards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 12px;
}

.va59-info-card {
  background: linear-gradient(160deg, var(--va59-bg-card), var(--va59-bg-card-2));
  border: 1px solid var(--va59-line);
  border-radius: var(--va59-radius);
  padding: 12px;
}

.va59-info-card h3 {
  margin: 0 0 6px;
  font-size: 14px;
  color: var(--va59-cream);
}

.va59-info-card p {
  margin: 0;
  font-size: 12.5px;
  color: var(--va59-text-soft);
  line-height: 1.55;
}

.va59-info-card.va59-info-3 {
  grid-column: span 2;
}

.va59-prose {
  margin: 14px 12px;
  background: rgba(255, 250, 205, 0.04);
  border: 1px solid var(--va59-line);
  border-radius: var(--va59-radius);
  padding: 14px 14px;
}

.va59-prose h2 {
  font-size: 16px;
  margin: 0 0 8px;
  color: var(--va59-cream);
}

.va59-prose h3 {
  font-size: 14px;
  margin: 14px 0 6px;
  color: var(--va59-teal);
}

.va59-prose p {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--va59-text-soft);
  line-height: 1.65;
}

.va59-prose ul {
  margin: 0 0 10px;
  padding-left: 18px;
}

.va59-prose li {
  font-size: 13px;
  color: var(--va59-text-soft);
  margin-bottom: 4px;
}

.va59-checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.va59-checklist li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12.5px;
  color: var(--va59-text-soft);
  background: rgba(0, 206, 209, 0.06);
  border: 1px solid var(--va59-line);
  border-radius: 10px;
  padding: 8px 10px;
}

.va59-checklist li::before {
  content: "✓";
  color: var(--va59-teal);
  font-weight: 800;
  flex-shrink: 0;
}

/* Winners strip */
.va59-winners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0 12px;
}

.va59-winner {
  background: linear-gradient(160deg, rgba(255, 127, 80, 0.14), rgba(0, 206, 209, 0.10));
  border: 1px solid var(--va59-line);
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 12px;
  color: var(--va59-text-soft);
}

.va59-winner b {
  color: var(--va59-coral);
  font-size: 13px;
}

.va59-winner small {
  display: block;
  color: var(--va59-text-muted);
  font-size: 10.5px;
  margin-top: 2px;
}

/* FAQ */
.va59-faq-item {
  background: rgba(255, 250, 205, 0.04);
  border: 1px solid var(--va59-line);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
}

.va59-faq-item h3 {
  margin: 0 0 4px;
  font-size: 13.5px;
  color: var(--va59-cream);
}

.va59-faq-item p {
  margin: 0;
  font-size: 12.5px;
  color: var(--va59-text-soft);
  line-height: 1.55;
}

/* ===================== Extended footer (home only) ===================== */
.va59-home-footer {
  margin: 18px 12px 6px;
  background: linear-gradient(180deg, rgba(255, 250, 205, 0.05), rgba(0, 0, 0, 0.12));
  border: 1px solid var(--va59-line);
  border-radius: var(--va59-radius);
  padding: 14px;
}

.va59-home-footer h3 {
  font-size: 13px;
  color: var(--va59-cream);
  margin: 14px 0 6px;
  letter-spacing: 0.04em;
}

.va59-home-footer h3:first-child { margin-top: 0; }

.va59-home-footer p {
  font-size: 12.5px;
  color: var(--va59-text-soft);
  margin: 0 0 8px;
  line-height: 1.6;
}

.va59-link-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.va59-link-list a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  font-size: 12px;
  color: var(--va59-text-soft);
  background: rgba(255, 250, 205, 0.05);
  border: 1px solid var(--va59-line);
  border-radius: 10px;
}

.va59-link-list a::before {
  content: "▸";
  color: var(--va59-teal);
  font-size: 10px;
}

.va59-link-list a:hover {
  color: var(--va59-cream);
  border-color: var(--va59-line-strong);
}

.va59-promo-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 4px;
}

.va59-promo-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: 700;
  color: #1c2a3a;
  background: linear-gradient(135deg, var(--va59-coral), #ffa074);
  text-align: left;
  min-height: 44px;
}

.va59-promo-btn.va59-alt {
  background: linear-gradient(135deg, var(--va59-teal), #6fe7e9);
}

.va59-promo-btn small {
  display: block;
  font-weight: 500;
  font-size: 10.5px;
  opacity: 0.78;
}

.va59-disclaimer {
  margin-top: 12px;
  padding: 10px;
  background: rgba(255, 127, 80, 0.08);
  border: 1px dashed rgba(255, 127, 80, 0.4);
  border-radius: 10px;
  font-size: 11.5px;
  color: var(--va59-text-muted);
  line-height: 1.55;
}

/* ===================== Common copyright bar ===================== */
.va59-copyright {
  text-align: center;
  font-size: 11px;
  color: var(--va59-text-muted);
  padding: 10px 16px 4px;
  margin-top: 6px;
}

/* ===================== Bottom action bar ===================== */
.va59-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.va59-bottom-inner {
  width: 100%;
  max-width: var(--va59-max);
  height: var(--va59-bottom-h);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: linear-gradient(180deg, rgba(31, 48, 67, 0.96), rgba(15, 24, 33, 0.98));
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--va59-line-strong);
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}

.va59-bottom-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--va59-text-muted);
  font-size: 10.5px;
  font-weight: 600;
  position: relative;
  padding: 4px 2px;
  transition: color 0.18s ease, transform 0.18s ease;
}

.va59-bottom-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  opacity: 0.85;
}

.va59-bottom-btn:hover {
  color: var(--va59-text-soft);
}

.va59-bottom-btn.va59-is-current {
  color: var(--va59-cream);
  transform: translateY(-3px);
}

.va59-bottom-btn.va59-is-current svg {
  opacity: 1;
}

.va59-bottom-btn.va59-is-current::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--va59-coral), var(--va59-teal));
  box-shadow: 0 0 10px rgba(0, 206, 209, 0.6);
}

.va59-bottom-btn.va59-promo {
  color: var(--va59-coral);
}

.va59-bottom-btn.va59-promo svg {
  opacity: 1;
}

/* Subtle restrained glow on promo bottom buttons */
.va59-bottom-btn.va59-promo::before {
  content: "";
  position: absolute;
  inset: 8px 14px 18px;
  border-radius: 12px;
  background: radial-gradient(circle at 50% 35%, rgba(255, 127, 80, 0.22), transparent 70%);
  opacity: 0.6;
  pointer-events: none;
}

/* Utility */
.va59-visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

.va59-to-top {
  position: fixed;
  right: 14px;
  bottom: calc(var(--va59-bottom-h) + 14px);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 206, 209, 0.85);
  color: #1c2a3a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  box-shadow: var(--va59-shadow);
  z-index: 40;
}
