/* ==========================================================================
   cv996 b312 shell - mobile-first casino base styles.
   All custom classes use the pgb3- prefix.
   Palette: #34495E | #2C3E50 | #F5F5F5 | #34495E (dark backgrounds, light text).
   Comments are in English per project convention.
   ========================================================================== */

:root {
  --pgb3-c-deep: #2c3e50;
  --pgb3-c-brand: #34495e;
  --pgb3-c-brand-2: #3b556e;
  --pgb3-c-paper: #f5f5f5;
  --pgb3-c-ink: #f5f5f5;
  --pgb3-c-ink-soft: rgba(245, 245, 245, 0.78);
  --pgb3-c-ink-mute: rgba(245, 245, 245, 0.58);
  --pgb3-c-line: rgba(245, 245, 245, 0.14);
  --pgb3-c-accent: #f4c542;
  --pgb3-c-accent-2: #e6a93b;
  --pgb3-c-success: #46c28a;
  --pgb3-c-danger: #e15a5a;
  --pgb3-radius-sm: 8px;
  --pgb3-radius-md: 12px;
  --pgb3-radius-lg: 18px;
  --pgb3-shadow-1: 0 2px 6px rgba(0, 0, 0, 0.28);
  --pgb3-shadow-2: 0 8px 24px rgba(0, 0, 0, 0.34);
  --pgb3-header-h: 56px;
  --pgb3-bottomnav-h: 60px;
  --pgb3-max-canvas: 430px;
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Hind Siliguri", "Noto Sans Bengali", "Segoe UI", Tahoma,
    system-ui, -apple-system, sans-serif;
  background: var(--pgb3-c-deep);
  color: var(--pgb3-c-ink);
  font-size: 15px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  min-height: 100vh;
}

/* Center the mobile canvas on wide screens (desktop compatibility not required). */
.pgb3-canvas {
  max-width: var(--pgb3-max-canvas);
  margin: 0 auto;
  background: linear-gradient(180deg, #2c3e50 0%, #263648 100%);
  min-height: 100vh;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  position: relative;
}

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

a {
  color: var(--pgb3-c-accent);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 8px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--pgb3-c-ink);
}

p {
  margin: 0 0 12px;
  color: var(--pgb3-c-ink-soft);
}

ul,
ol {
  margin: 0 0 14px;
  padding-left: 20px;
  color: var(--pgb3-c-ink-soft);
}

li {
  margin-bottom: 6px;
}

.pgb3-body--no-scroll {
  overflow: hidden;
}

/* ============================== HEADER ============================== */
.pgb3-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: var(--pgb3-header-h);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: linear-gradient(90deg, #2c3e50 0%, #34495e 100%);
  border-bottom: 1px solid var(--pgb3-c-line);
  box-shadow: var(--pgb3-shadow-1);
}

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

.pgb3-brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--pgb3-c-accent);
  box-shadow: 0 0 0 2px rgba(244, 197, 66, 0.18);
  flex-shrink: 0;
  background: #fff;
}

.pgb3-brand-name {
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 18px;
  color: var(--pgb3-c-ink);
  line-height: 1;
}

.pgb3-brand-name span {
  color: var(--pgb3-c-accent);
}

.pgb3-brand-tag {
  display: block;
  font-size: 10px;
  color: var(--pgb3-c-ink-mute);
  letter-spacing: 0.4px;
  margin-top: 2px;
}

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

.pgb3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
  -webkit-user-select: none;
  user-select: none;
  font-family: inherit;
  text-decoration: none;
  line-height: 1;
}

.pgb3-btn--ghost {
  background: transparent;
  color: var(--pgb3-c-ink);
  border: 1px solid var(--pgb3-c-line);
}

.pgb3-btn--ghost:hover {
  background: rgba(245, 245, 245, 0.06);
  text-decoration: none;
}

.pgb3-btn--primary {
  background: linear-gradient(180deg, var(--pgb3-c-accent) 0%, var(--pgb3-c-accent-2) 100%);
  color: #2c3e50;
  box-shadow: 0 4px 12px rgba(244, 197, 66, 0.25);
}

.pgb3-btn--primary:hover {
  filter: brightness(1.05);
  text-decoration: none;
}

.pgb3-btn:active {
  transform: translateY(1px);
}

.pgb3-icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(245, 245, 245, 0.08);
  border: 1px solid var(--pgb3-c-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--pgb3-c-ink);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.pgb3-icon-btn:hover {
  background: rgba(245, 245, 245, 0.16);
  box-shadow: 0 0 0 2px rgba(244, 197, 66, 0.15);
}

.pgb3-icon-btn svg {
  width: 20px;
  height: 20px;
}

/* ============================== DRAWER MENU ============================== */
.pgb3-menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 70;
}

.pgb3-menu-backdrop--show {
  opacity: 1;
  visibility: visible;
}

.pgb3-menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 86%;
  max-width: 360px;
  background: linear-gradient(180deg, #2c3e50 0%, #243343 100%);
  z-index: 80;
  transform: translateX(105%);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 32px rgba(0, 0, 0, 0.4);
}

.pgb3-menu-drawer--open {
  transform: translateX(0);
}

.pgb3-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--pgb3-c-line);
}

.pgb3-menu-head h3 {
  margin: 0;
  font-size: 15px;
  color: var(--pgb3-c-accent);
  letter-spacing: 0.4px;
}

.pgb3-menu-body {
  padding: 8px 12px 22px;
  overflow-y: auto;
  flex: 1;
}

.pgb3-menu-group-title {
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--pgb3-c-ink-mute);
  margin: 14px 6px 6px;
}

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

.pgb3-menu-link:hover,
.pgb3-menu-link:focus {
  background: rgba(244, 197, 66, 0.08);
  border-color: var(--pgb3-c-line);
  text-decoration: none;
}

.pgb3-menu-link svg {
  width: 18px;
  height: 18px;
  color: var(--pgb3-c-accent);
  flex-shrink: 0;
}

.pgb3-menu-divider {
  height: 1px;
  background: var(--pgb3-c-line);
  margin: 12px 6px;
}

.pgb3-menu-foot {
  padding: 14px 16px 18px;
  border-top: 1px solid var(--pgb3-c-line);
}

.pgb3-menu-cta {
  display: flex;
  gap: 8px;
}

.pgb3-menu-cta .pgb3-btn {
  flex: 1;
}

/* ============================== MAIN / LAYOUT ============================== */
.pgb3-main {
  padding: 12px 12px calc(var(--pgb3-bottomnav-h) + 24px);
}

.pgb3-section {
  margin: 18px 0 0;
}

.pgb3-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 0 2px;
}

.pgb3-section-head h2 {
  font-size: 17px;
  margin: 0;
  position: relative;
  padding-left: 12px;
}

.pgb3-section-head h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  background: linear-gradient(180deg, var(--pgb3-c-accent), var(--pgb3-c-accent-2));
  border-radius: 4px;
}

.pgb3-section-head a {
  font-size: 12px;
  color: var(--pgb3-c-ink-soft);
}

/* ============================== HERO CAROUSEL ============================== */
.pgb3-hero {
  position: relative;
  border-radius: var(--pgb3-radius-lg);
  overflow: hidden;
  box-shadow: var(--pgb3-shadow-2);
  margin-top: 4px;
}

.pgb3-hero-track {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #1d2a37;
}

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

.pgb3-hero-slide--active {
  opacity: 1;
}

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

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

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

.pgb3-hero-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.86);
  margin: 0 0 10px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.pgb3-hero-cta {
  pointer-events: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(180deg, var(--pgb3-c-accent), var(--pgb3-c-accent-2));
  color: #2c3e50;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
}

.pgb3-hero-cta:hover {
  filter: brightness(1.05);
  text-decoration: none;
}

.pgb3-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background 0.2s ease;
}

.pgb3-hero-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.pgb3-hero-arrow--prev {
  left: 8px;
}

.pgb3-hero-arrow--next {
  right: 8px;
}

.pgb3-hero-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 5;
}

.pgb3-hero-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, width 0.2s ease;
}

.pgb3-hero-dot--active {
  background: var(--pgb3-c-accent);
  width: 18px;
  border-radius: 999px;
}

/* ============================== CATEGORY CHIPS ============================== */
.pgb3-cat-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin: 14px 0 4px;
}

.pgb3-cat-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 4px;
  border-radius: var(--pgb3-radius-md);
  background: rgba(245, 245, 245, 0.06);
  border: 1px solid var(--pgb3-c-line);
  color: var(--pgb3-c-ink);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.2s ease;
}

.pgb3-cat-chip:hover {
  background: rgba(244, 197, 66, 0.08);
  border-color: rgba(244, 197, 66, 0.35);
}

.pgb3-cat-chip--active {
  background: rgba(244, 197, 66, 0.14);
  border-color: var(--pgb3-c-accent);
  box-shadow: 0 0 0 2px rgba(244, 197, 66, 0.18);
}

.pgb3-cat-chip svg {
  width: 22px;
  height: 22px;
  color: var(--pgb3-c-accent);
  margin-bottom: 4px;
}

/* ============================== GAME GRID ============================== */
.pgb3-game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media (min-width: 375px) {
  .pgb3-game-grid {
    gap: 10px;
  }
}

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

.pgb3-game-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  background: rgba(245, 245, 245, 0.04);
  border: 1px solid var(--pgb3-c-line);
  border-radius: var(--pgb3-radius-md);
  padding: 6px 4px 8px;
  transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  min-width: 0;
}

.pgb3-game-card:hover,
.pgb3-game-card:focus {
  transform: translateY(-2px);
  border-color: rgba(244, 197, 66, 0.55);
  box-shadow: 0 0 0 2px rgba(244, 197, 66, 0.12), 0 6px 14px rgba(0, 0, 0, 0.32);
}

.pgb3-game-card-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  background: #1d2a37;
  margin-bottom: 5px;
}

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

/* ============================== INFO CARDS / MODULES ============================== */
.pgb3-card {
  background: rgba(245, 245, 245, 0.05);
  border: 1px solid var(--pgb3-c-line);
  border-radius: var(--pgb3-radius-md);
  padding: 14px;
  margin-top: 12px;
}

.pgb3-card h3 {
  font-size: 15px;
  color: var(--pgb3-c-accent);
  margin-bottom: 8px;
}

.pgb3-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.pgb3-info-tile {
  background: linear-gradient(160deg, rgba(244, 197, 66, 0.08), rgba(244, 197, 66, 0.02));
  border: 1px solid var(--pgb3-c-line);
  border-radius: var(--pgb3-radius-md);
  padding: 12px;
  min-height: 84px;
}

.pgb3-info-tile .pgb3-info-num {
  font-size: 20px;
  font-weight: 800;
  color: var(--pgb3-c-accent);
  line-height: 1.1;
}

.pgb3-info-tile .pgb3-info-label {
  font-size: 12px;
  color: var(--pgb3-c-ink-soft);
  margin-top: 4px;
}

.pgb3-text-block {
  background: rgba(245, 245, 245, 0.04);
  border: 1px solid var(--pgb3-c-line);
  border-left: 3px solid var(--pgb3-c-accent);
  border-radius: var(--pgb3-radius-md);
  padding: 14px 14px 14px 14px;
  margin-top: 12px;
}

.pgb3-text-block p:last-child {
  margin-bottom: 0;
}

.pgb3-faq-item {
  border-bottom: 1px dashed var(--pgb3-c-line);
  padding: 10px 0;
}

.pgb3-faq-item:last-child {
  border-bottom: none;
}

.pgb3-faq-q {
  font-weight: 700;
  color: var(--pgb3-c-ink);
  font-size: 14px;
  margin-bottom: 4px;
}

.pgb3-faq-a {
  font-size: 13px;
  color: var(--pgb3-c-ink-soft);
  margin: 0;
}

/* ============================== EXTENDED FOOTER (HOMEPAGE ONLY) ============================== */
.pgb3-ext-footer {
  margin-top: 22px;
  padding: 16px;
  border-radius: var(--pgb3-radius-lg);
  background: linear-gradient(180deg, #2f4256 0%, #283b4d 100%);
  border: 1px solid var(--pgb3-c-line);
}

.pgb3-brand-block {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.pgb3-brand-block img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid var(--pgb3-c-accent);
  background: #fff;
  flex-shrink: 0;
}

.pgb3-brand-block h4 {
  margin: 0 0 4px;
  color: var(--pgb3-c-accent);
  font-size: 16px;
}

.pgb3-brand-block p {
  font-size: 13px;
  margin: 0;
  color: var(--pgb3-c-ink-soft);
}

.pgb3-ext-title {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--pgb3-c-ink-mute);
  margin: 14px 0 8px;
}

.pgb3-dir-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.pgb3-dir-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 10px;
  border-radius: 8px;
  background: rgba(245, 245, 245, 0.05);
  border: 1px solid var(--pgb3-c-line);
  font-size: 12px;
  font-weight: 600;
  color: var(--pgb3-c-ink);
}

.pgb3-dir-link:hover {
  background: rgba(244, 197, 66, 0.08);
  border-color: rgba(244, 197, 66, 0.35);
  text-decoration: none;
}

.pgb3-dir-link svg {
  width: 14px;
  height: 14px;
  color: var(--pgb3-c-accent);
  flex-shrink: 0;
}

.pgb3-promo-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.pgb3-promo-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border-radius: var(--pgb3-radius-md);
  background: linear-gradient(160deg, rgba(244, 197, 66, 0.1), rgba(244, 197, 66, 0.02));
  border: 1px solid rgba(244, 197, 66, 0.32);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.22s ease;
}

.pgb3-promo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 2px rgba(244, 197, 66, 0.18), 0 6px 14px rgba(0, 0, 0, 0.28);
}

.pgb3-promo-card .pgb3-promo-tag {
  font-size: 10px;
  color: var(--pgb3-c-accent);
  font-weight: 800;
  letter-spacing: 0.6px;
}

.pgb3-promo-card .pgb3-promo-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--pgb3-c-ink);
}

.pgb3-promo-card .pgb3-promo-desc {
  font-size: 12px;
  color: var(--pgb3-c-ink-soft);
}

.pgb3-disclaimer {
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(225, 90, 90, 0.08);
  border: 1px solid rgba(225, 90, 90, 0.3);
  font-size: 11px;
  color: var(--pgb3-c-ink-soft);
  line-height: 1.5;
}

/* ============================== BOTTOM NAV ============================== */
.pgb3-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background: linear-gradient(180deg, #2c3e50 0%, #1f2c39 100%);
  border-top: 1px solid var(--pgb3-c-line);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.35);
}

.pgb3-bottom-nav-inner {
  max-width: var(--pgb3-max-canvas);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: var(--pgb3-bottomnav-h);
}

.pgb3-nav-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: transparent;
  border: none;
  color: var(--pgb3-c-ink-soft);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pgb3-nav-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: transparent;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.pgb3-nav-btn:hover {
  color: var(--pgb3-c-ink);
  text-decoration: none;
}

.pgb3-nav-btn:hover::before {
  background: rgba(244, 197, 66, 0.55);
  box-shadow: 0 0 8px rgba(244, 197, 66, 0.55);
}

.pgb3-nav-btn--active {
  color: var(--pgb3-c-accent);
}

.pgb3-nav-btn--active::before {
  background: var(--pgb3-c-accent);
  box-shadow: 0 0 10px rgba(244, 197, 66, 0.65);
}

.pgb3-nav-btn svg {
  width: 22px;
  height: 22px;
}

.pgb3-nav-btn--promo svg {
  color: var(--pgb3-c-accent);
}

/* ============================== COPYRIGHT BAR ============================== */
.pgb3-copyright {
  text-align: center;
  padding: 18px 12px calc(var(--pgb3-bottomnav-h) + 18px);
  color: var(--pgb3-c-ink-mute);
  font-size: 11px;
  border-top: 1px solid var(--pgb3-c-line);
  background: #1f2c39;
}

.pgb3-copyright a {
  color: var(--pgb3-c-ink-soft);
}

/* ============================== UTILITIES ============================== */
.pgb3-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pgb3-lead {
  font-size: 14px;
  color: var(--pgb3-c-ink-soft);
  line-height: 1.7;
  margin: 8px 2px 0;
}

.pgb3-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.pgb3-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(244, 197, 66, 0.1);
  color: var(--pgb3-c-accent);
  border: 1px solid rgba(244, 197, 66, 0.3);
  font-weight: 600;
}

@media (min-width: 430px) {
  body {
    background: #1a2530;
  }
}
