/* ============================================================
   tablegames.cyou - shared mobile-first stylesheet
   Class prefix:  g82e-
   Canvas: 320-430px. Centered phone canvas on wide screens.
   Palette: #0C0C0C bg / #DDA0DD + #FFB6C1 accents / #A0522D + #CD853F
   Direction: centered identity bar, side drawer, segmented action
   bar bottom nav, containerized icon tiles, label-emphasis active
   state, sliding indicator microinteraction.
   ============================================================ */

:root {
  --g82e-bg: #0C0C0C;
  --g82e-bg-soft: #161616;
  --g82e-bg-elev: #1F1A1A;
  --g82e-card: #1A1414;
  --g82e-card-hi: #241A1F;
  --g82e-plum: #DDA0DD;
  --g82e-pink: #FFB6C1;
  --g82e-sienna: #A0522D;
  --g82e-peru: #CD853F;
  --g82e-gold: #E8B860;
  --g82e-text: #F5E9F2;
  --g82e-text-soft: #C9B6C2;
  --g82e-text-mute: #8A7A82;
  --g82e-border: rgba(221, 160, 221, 0.18);
  --g82e-border-strong: rgba(221, 160, 221, 0.4);
  --g82e-shadow: 0 6px 22px rgba(0, 0, 0, 0.55);
  --g82e-radius: 14px;
  --g82e-header-h: 62px;
  --g82e-bottomnav-h: 66px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background:
    radial-gradient(900px 480px at 100% -10%, rgba(221, 160, 221, 0.10), transparent 60%),
    radial-gradient(700px 380px at -10% 12%, rgba(205, 133, 63, 0.10), transparent 60%),
    var(--g82e-bg);
  color: var(--g82e-text);
  font-family: "Segoe UI", "Helvetica Neue", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: var(--g82e-plum); text-decoration: none; }
a:active { color: var(--g82e-pink); }
img { display: block; max-width: 100%; }

.g82e-noscroll { overflow: hidden; }

/* ---------- App canvas (centered phone on wide screens) ---------- */
.g82e-app {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(160, 82, 45, 0.06) 0%, rgba(0,0,0,0) 22%),
    var(--g82e-bg);
  box-shadow: 0 0 60px rgba(0,0,0,0.6);
}

/* ---------- Header / identity bar ---------- */
.g82e-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--g82e-header-h);
  background: linear-gradient(180deg, #141016 0%, #0C0C0C 100%);
  border-bottom: 1px solid var(--g82e-border);
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
}

.g82e-header__btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--g82e-border);
  background: var(--g82e-bg-elev);
  color: var(--g82e-text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.g82e-header__btn:active { transform: scale(0.95); }
.g82e-header__btn svg { width: 20px; height: 20px; display: block; }

.g82e-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: flex-start;
  min-width: 0;
}
.g82e-brand__logo {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  object-fit: cover;
  border: 1.5px solid var(--g82e-plum);
  background: var(--g82e-bg-elev);
  flex: 0 0 38px;
  box-shadow: 0 2px 10px rgba(221, 160, 221, 0.25);
}
.g82e-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  min-width: 0;
}
.g82e-brand__name {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: var(--g82e-text);
  white-space: nowrap;
}
.g82e-brand__name span { color: var(--g82e-plum); }
.g82e-brand__tag {
  font-size: 10px;
  color: var(--g82e-text-mute);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.g82e-header__actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

.g82e-btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  border-radius: 999px;
  padding: 0 16px;
  height: 36px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  min-width: 44px;
}
.g82e-btn:active { transform: scale(0.96); }

.g82e-btn--register {
  background: linear-gradient(135deg, var(--g82e-sienna) 0%, var(--g82e-peru) 100%);
  color: #1A0F08;
  box-shadow: 0 4px 14px rgba(205, 133, 63, 0.35);
}
.g82e-btn--login {
  background: linear-gradient(135deg, var(--g82e-plum) 0%, var(--g82e-pink) 100%);
  color: #2A0F22;
  box-shadow: 0 4px 14px rgba(221, 160, 221, 0.35);
}

/* ---------- Side drawer ---------- */
.g82e-scrim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 60;
}
.g82e-scrim--show { opacity: 1; pointer-events: auto; }

.g82e-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 82%;
  max-width: 320px;
  height: 100%;
  background: linear-gradient(180deg, #181018 0%, #0C0C0C 100%);
  border-right: 1px solid var(--g82e-border);
  transform: translateX(-105%);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 70;
  display: flex;
  flex-direction: column;
  padding: 14px 0 18px;
  overflow-y: auto;
}
.g82e-drawer--open { transform: translateX(0); }

.g82e-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 12px;
  border-bottom: 1px solid var(--g82e-border);
}
.g82e-drawer__head .g82e-brand__logo { width: 34px; height: 34px; flex-basis: 34px; }
.g82e-drawer__close {
  width: 34px; height: 34px;
  border-radius: 10px;
  background: var(--g82e-bg-elev);
  border: 1px solid var(--g82e-border);
  color: var(--g82e-text);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.g82e-drawer__cta {
  padding: 14px 18px 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.g82e-drawer__nav { padding: 6px 10px; }
.g82e-drawer__nav h4 {
  font-size: 11px;
  color: var(--g82e-text-mute);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 12px 10px 6px;
}
.g82e-drawer__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 10px;
  color: var(--g82e-text);
  font-weight: 600;
  font-size: 13.5px;
}
.g82e-drawer__link:active { background: var(--g82e-bg-elev); }
.g82e-drawer__link .g82e-drawer__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, var(--g82e-plum), var(--g82e-peru));
  flex: 0 0 8px;
}

/* ---------- Main / sections ---------- */
.g82e-main {
  padding: 12px 12px calc(var(--g82e-bottomnav-h) + 26px);
}

.g82e-sec {
  margin: 18px 0 6px;
}
.g82e-sec__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.g82e-sec__title {
  font-size: 16px;
  font-weight: 800;
  color: var(--g82e-text);
  margin: 0;
  position: relative;
  padding-left: 12px;
}
.g82e-sec__title::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 18px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--g82e-plum), var(--g82e-peru));
}
.g82e-sec__more {
  font-size: 12px;
  color: var(--g82e-plum);
  font-weight: 700;
}

/* ---------- Hero carousel ---------- */
.g82e-hero {
  position: relative;
  border-radius: var(--g82e-radius);
  overflow: hidden;
  margin: 6px 0 14px;
  box-shadow: var(--g82e-shadow);
  background: #000;
}
.g82e-hero__viewport { overflow: hidden; }
.g82e-hero__track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.g82e-hero__slide {
  flex: 0 0 100%;
  position: relative;
  cursor: pointer;
}
.g82e-hero__slide img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}
.g82e-hero__cap {
  position: absolute;
  left: 14px; right: 70px;
  bottom: 14px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}
.g82e-hero__cap h2 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.3px;
}
.g82e-hero__cap p {
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,0.92);
}
.g82e-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(12,12,12,0.55);
  border: 1px solid var(--g82e-border);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 3;
}
.g82e-hero__arrow--prev { left: 8px; }
.g82e-hero__arrow--next { right: 8px; }

.g82e-hero__dots {
  position: absolute;
  bottom: 10px; right: 12px;
  display: flex; gap: 6px;
  z-index: 3;
}
.g82e-hero__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}
.g82e-hero__dot--active {
  background: var(--g82e-plum);
  width: 18px;
  border-radius: 5px;
}

/* ---------- Category chips ---------- */
.g82e-chips {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 2px 0 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.g82e-chips::-webkit-scrollbar { display: none; }
.g82e-cat-chip {
  flex: 0 0 auto;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--g82e-bg-elev);
  border: 1px solid var(--g82e-border);
  color: var(--g82e-text-soft);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.g82e-cat-chip:active {
  background: var(--g82e-card-hi);
  color: var(--g82e-text);
}

/* ---------- Quick promo tiles ---------- */
.g82e-promo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 4px 0 8px;
}
.g82e-promo-tile {
  border-radius: 12px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(160,82,45,0.22), rgba(221,160,221,0.12));
  border: 1px solid var(--g82e-border);
  min-height: 78px;
  position: relative;
  cursor: pointer;
}
.g82e-promo-tile--pink {
  background: linear-gradient(135deg, rgba(255,182,193,0.18), rgba(221,160,221,0.10));
}
.g82e-promo-tile h3 {
  margin: 0 0 4px;
  font-size: 13px;
  color: var(--g82e-pink);
}
.g82e-promo-tile p {
  margin: 0;
  font-size: 11px;
  color: var(--g82e-text-soft);
}
.g82e-promo-tile__tag {
  position: absolute;
  top: 10px; right: 10px;
  font-size: 9px;
  background: var(--g82e-sienna);
  color: #1A0F08;
  padding: 2px 7px;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* ---------- Game grid ---------- */
.g82e-game-section { margin: 16px 0 8px; transition: opacity 0.2s ease; }
.g82e-game-section--dim { opacity: 0.45; }

.g82e-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (min-width: 360px) {
  .g82e-grid { gap: 9px; }
}
@media (min-width: 400px) {
  .g82e-grid { grid-template-columns: repeat(5, 1fr); }
}

.g82e-game {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  text-align: center;
  font-family: inherit;
}
.g82e-game__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 11px;
  overflow: hidden;
  background: var(--g82e-card);
  border: 1px solid var(--g82e-border);
}
.g82e-game__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.g82e-game:active .g82e-game__img img { transform: scale(1.06); }
.g82e-game__img::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 11px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
  pointer-events: none;
}
.g82e-game__name {
  margin-top: 5px;
  font-size: 10.5px;
  color: var(--g82e-text-soft);
  line-height: 1.25;
  height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
.g82e-game--hot .g82e-game__img { border-color: var(--g82e-peru); box-shadow: 0 0 0 2px rgba(205,133,63,0.18); }
.g82e-game__hot {
  position: absolute;
  top: 4px; left: 4px;
  background: linear-gradient(135deg, var(--g82e-sienna), var(--g82e-peru));
  color: #1A0F08;
  font-size: 8.5px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

/* ---------- FAQ / Q&A ---------- */
.g82e-faq {
  background: var(--g82e-card);
  border: 1px solid var(--g82e-border);
  border-radius: 12px;
  padding: 14px;
  margin: 10px 0;
}
.g82e-faq h3 {
  margin: 0 0 6px;
  font-size: 14px;
  color: var(--g82e-pink);
}
.g82e-faq p {
  margin: 0;
  font-size: 12.5px;
  color: var(--g82e-text-soft);
}

/* ---------- Article / SEO content ---------- */
.g82e-prose {
  background: var(--g82e-card);
  border: 1px solid var(--g82e-border);
  border-radius: 12px;
  padding: 14px 15px;
  margin: 12px 0;
}
.g82e-prose h2 {
  font-size: 15px;
  margin: 14px 0 6px;
  color: var(--g82e-text);
}
.g82e-prose h2:first-child { margin-top: 0; }
.g82e-prose h3 {
  font-size: 13px;
  margin: 10px 0 4px;
  color: var(--g82e-plum);
}
.g82e-prose p {
  font-size: 12.5px;
  color: var(--g82e-text-soft);
  margin: 0 0 8px;
}
.g82e-prose ul {
  margin: 6px 0 8px;
  padding-left: 18px;
}
.g82e-prose li {
  font-size: 12.5px;
  color: var(--g82e-text-soft);
  margin-bottom: 4px;
}
.g82e-prose a {
  color: var(--g82e-pink);
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 182, 193, 0.5);
}

/* ---------- Extended homepage footer ---------- */
.g82e-extfoot {
  margin: 20px 0 6px;
  background: linear-gradient(180deg, #15101A 0%, #0C0C0C 100%);
  border: 1px solid var(--g82e-border);
  border-radius: 14px;
  padding: 16px;
}
.g82e-extfoot__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.g82e-extfoot__brand img {
  width: 36px; height: 36px;
  border-radius: 10px;
  border: 1.5px solid var(--g82e-plum);
}
.g82e-extfoot__brand h3 {
  margin: 0;
  font-size: 15px;
  color: var(--g82e-text);
}
.g82e-extfoot__brand small {
  color: var(--g82e-text-mute);
  font-size: 11px;
  display: block;
}
.g82e-extfoot p {
  font-size: 12px;
  color: var(--g82e-text-soft);
  margin: 0 0 12px;
}

.g82e-extfoot__title {
  font-size: 12px;
  font-weight: 800;
  color: var(--g82e-pink);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 14px 0 8px;
}

.g82e-promo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}
.g82e-promo-link {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--g82e-bg-elev);
  border: 1px solid var(--g82e-border);
  color: var(--g82e-text);
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.g82e-promo-link small {
  display: block;
  font-weight: 500;
  color: var(--g82e-text-mute);
  font-size: 10px;
}
.g82e-promo-link::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--g82e-plum), var(--g82e-peru));
  flex: 0 0 8px;
}

.g82e-dir-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.g82e-dir-link {
  display: block;
  padding: 9px 11px;
  border-radius: 9px;
  background: var(--g82e-card);
  border: 1px solid var(--g82e-border);
  font-size: 12px;
  color: var(--g82e-text);
  font-weight: 600;
  min-height: 40px;
}
.g82e-dir-link:active { background: var(--g82e-card-hi); }

.g82e-disclaimer {
  margin-top: 14px;
  padding: 10px 12px;
  background: rgba(160,82,45,0.08);
  border-left: 3px solid var(--g82e-peru);
  border-radius: 8px;
  font-size: 11px;
  color: var(--g82e-text-mute);
}

/* ---------- Footer (common) ---------- */
.g82e-footer {
  text-align: center;
  padding: 14px 12px calc(var(--g82e-bottomnav-h) + 16px);
  border-top: 1px solid var(--g82e-border);
  color: var(--g82e-text-mute);
  font-size: 11px;
  background: #080608;
}
.g82e-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
  margin-bottom: 8px;
}
.g82e-footer__links a {
  color: var(--g82e-text-soft);
  font-size: 11px;
}

/* ---------- Bottom navigation (segmented action bar) ---------- */
.g82e-bottomnav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 440px;
  height: var(--g82e-bottomnav-h);
  background: linear-gradient(180deg, #141018 0%, #0A0608 100%);
  border-top: 1px solid var(--g82e-border);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  z-index: 50;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.g82e-bottomnav__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--g82e-text-mute);
  text-decoration: none;
  padding: 6px 2px 4px;
  cursor: pointer;
  background: transparent;
  border: none;
  font-family: inherit;
  min-height: 44px;
}
.g82e-bottomnav__icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--g82e-bg-elev);
  border: 1px solid var(--g82e-border);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.g82e-bottomnav__icon svg {
  width: 17px;
  height: 17px;
  display: block;
}
.g82e-bottomnav__label {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: color 0.2s ease;
}
.g82e-bottomnav__item--active .g82e-bottomnav__icon {
  background: linear-gradient(135deg, var(--g82e-sienna), var(--g82e-peru));
  border-color: var(--g82e-plum);
  transform: translateY(-2px);
}
.g82e-bottomnav__item--active .g82e-bottomnav__label {
  color: var(--g82e-pink);
  font-weight: 800;
}
/* Sliding indicator microinteraction */
.g82e-bottomnav__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--g82e-plum), var(--g82e-peru));
  transition: width 0.25s ease;
}
.g82e-bottomnav__item--active::after { width: 26px; }

.g82e-bottomnav__item--promo .g82e-bottomnav__icon {
  background: linear-gradient(135deg, rgba(160,82,45,0.55), rgba(205,133,63,0.45));
  border-color: var(--g82e-peru);
}
.g82e-bottomnav__item--promo2 .g82e-bottomnav__icon {
  background: linear-gradient(135deg, rgba(221,160,221,0.55), rgba(255,182,193,0.45));
  border-color: var(--g82e-plum);
}

/* ---------- Utility ---------- */
.g82e-sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------- Help page structures ---------- */
.g82e-help-hero {
  padding: 18px 15px;
  border: 1px solid var(--g82e-border-strong);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(221,160,221,0.16), rgba(160,82,45,0.14));
  box-shadow: var(--g82e-shadow);
}
.g82e-help-hero h1 { margin: 0 0 7px; font-size: 22px; line-height: 1.18; color: var(--g82e-text); }
.g82e-help-hero p { margin: 0; color: var(--g82e-text-soft); font-size: 13px; }
.g82e-answer {
  margin-top: 12px;
  padding: 11px 13px;
  border-left: 3px solid var(--g82e-pink);
  background: rgba(255,182,193,0.08);
  color: var(--g82e-text);
  font-size: 13px;
}
.g82e-question-list { margin: 0; padding: 0; list-style: none; }
.g82e-question-list li { border-bottom: 1px solid var(--g82e-border); padding: 12px 0; }
.g82e-question-list li:last-child { border-bottom: 0; }
.g82e-question-list strong { display: block; color: var(--g82e-pink); font-size: 13px; margin-bottom: 4px; }
.g82e-question-list span { display: block; color: var(--g82e-text-soft); font-size: 12.5px; }
.g82e-action-strip { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.g82e-action-strip button { flex: 1 1 130px; min-height: 44px; }
.g82e-note { padding: 11px 13px; border-radius: 10px; background: rgba(205,133,63,0.10); color: var(--g82e-text-soft); font-size: 12px; }
.g82e-steps { counter-reset: g82e-step; padding: 0; margin: 0; list-style: none; }
.g82e-steps li { counter-increment: g82e-step; display: grid; grid-template-columns: 34px 1fr; gap: 10px; margin: 11px 0; color: var(--g82e-text-soft); font-size: 12.5px; }
.g82e-steps li::before { content: counter(g82e-step); width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg,var(--g82e-sienna),var(--g82e-peru)); color: #1A0F08; display: grid; place-items: center; font-weight: 800; }
.g82e-steps b { display: block; color: var(--g82e-text); margin-bottom: 2px; }
.g82e-checks { display: grid; gap: 7px; margin: 8px 0; }
.g82e-checks div { padding: 10px 11px 10px 30px; position: relative; border: 1px solid var(--g82e-border); border-radius: 9px; color: var(--g82e-text-soft); font-size: 12px; }
.g82e-checks div::before { content: '✓'; position: absolute; left: 10px; color: var(--g82e-pink); font-weight: 800; }
.g82e-tip-band { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.g82e-tip-band > div { padding: 10px; border-radius: 10px; background: var(--g82e-bg-elev); border: 1px solid var(--g82e-border); }
.g82e-tip-band b { display: block; color: var(--g82e-plum); font-size: 12px; margin-bottom: 3px; }
.g82e-tip-band span { color: var(--g82e-text-mute); font-size: 11px; }

/* ---------- Wide screens: stay phone canvas ---------- */
@media (min-width: 600px) {
  body { background: #050505; }
}
