/*!
 * Theme Name: Ufadark
 * Description: Ufadark UFABET
 * Version: 1.9.56
 * Requires at least: 6.0
 * Requires PHP: 8.0
 * Text Domain: ufadark
 */

:root {
  --bg:        #070707;
  --surface-1: #0c0c0c;
  --surface-2: #131313;
  --surface-3: #1a1a1a;
  --border-1:  #1e1e1e;
  --border-2:  #282828;

  --gold:       #EAC55F;
  --gold-light: #EED07F;
  --gold-dark:  #A38942;
  --gold-deep:  #7A640E;
  --gold-glow:  rgba(234,197,95,.18);

  --g-gold:     linear-gradient(180deg, #EED07F 31.25%, #A38942 70.31%, #EAC55F 100%);
  --g-gold-h:   linear-gradient(90deg,  #EED07F 0%, #EAC55F 50%, #A38942 100%);
  --g-gold-135: linear-gradient(135deg, #A38942 0%, #EED07F 50%, #A38942 100%);

  --text:       #F0F0F0;
  --text-muted: #888;
  --text-dim:   #444;

  --green: #38C172;
  --red:   #E05252;

  --f-display: 'Cormorant Garamond','Playfair Display','Noto Serif Thai',serif;
  --f-heading: 'Playfair Display','Noto Serif Thai',serif;
  --f-body:    'Sarabun','Kanit',sans-serif;
  --f-mono:    'JetBrains Mono','Courier New',monospace;

  --r-sm: 6px;  --r-md: 10px;
  --r-lg: 16px; --r-xl: 24px;

  --shadow-gold: 0 0 32px rgba(234,197,95,.22), 0 4px 20px rgba(0,0,0,.7);
  --shadow-card: 0 4px 40px rgba(0,0,0,.75);
  --ease:        all .28s cubic-bezier(.4,0,.2,1);
  --header-h:    72px;

  --color-gold:       var(--gold);
  --color-gold-light: var(--gold-light);
  --color-gold-dark:  var(--gold-dark);
  --color-gold-pale:  var(--gold-light);
  --color-text:       var(--text);
  --color-text-muted: var(--text-muted);
  --color-text-dim:   var(--text-dim);
  --color-surface2:   var(--surface-2);
  --color-border:     var(--border-1);
  --color-green:      var(--green);
  --color-red:        var(--red);
  --font-heading:     var(--f-heading);
  --font-display:     var(--f-display);
  --font-mono:        var(--f-mono);
  --radius-sm:        var(--r-sm);
  --radius-md:        var(--r-md);
  --radius-lg:        var(--r-lg);
  --transition:       var(--ease);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body { background: var(--bg); color: var(--text); font-family: var(--f-body); line-height: 1.65; overflow-x: hidden; }
a { color: var(--gold); text-decoration: none; transition: var(--ease); }
a:hover { color: var(--gold-light); }
img { max-width: 100%; height: auto; display: block; }
ul  { list-style: none; }
button { cursor: pointer; font-family: var(--f-body); border: none; background: none; }

svg { display: inline-block; vertical-align: middle; flex-shrink: 0; overflow: visible; max-width: none !important; }

.skip-link { position: absolute; top: -100px; left: 0; background: var(--gold); color: #000; padding: 8px 16px; z-index: 9999; font-weight: 700; }
.skip-link:focus { top: 0; }

.container { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 24px; }

.section-title {
  font-family: var(--f-heading);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  letter-spacing: .03em;
  background: var(--g-gold-h);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-title::before,
.section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-dark), var(--gold), var(--gold-dark), transparent);
  -webkit-text-fill-color: initial;
}
.section-title span { white-space: nowrap; }

.gold-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-dark) 25%, var(--gold) 50%, var(--gold-dark) 75%, transparent);
  position: relative;
  margin: 20px 0;
}
.gold-divider::after {
  content: '◆';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  background: var(--bg); color: var(--gold-dark);
  padding: 0 10px; font-size: .45rem; letter-spacing: 4px;
}

.btn-more {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 30px;
  background: transparent;
  border: 1.5px solid rgba(234,197,95,.35);
  color: var(--gold); border-radius: 24px;
  font-size: .84rem; font-weight: 600;
  cursor: pointer; transition: var(--ease); text-decoration: none;
}
.btn-more:hover { background: rgba(234,197,95,.07); border-color: var(--gold); color: var(--gold-light); }
.btn-more svg { display: block; flex-shrink: 0; }

.section-more { text-align: center; margin-top: 32px; }

.fade-in-section { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.fade-in-section.is-visible { opacity: 1; transform: translateY(0); }

.ud-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; }

#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--header-h);
  background: rgba(7,7,7,.97);
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  border-bottom: 1px solid rgba(234,197,95,.12);
  box-shadow: 0 1px 50px rgba(0,0,0,.9);
  transition: top .2s ease, border-color .3s;
}
#site-header.scrolled { border-bottom-color: rgba(234,197,95,.28); }

.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 12px; }

.site-logo a { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.site-logo img { height: 42px; width: auto; object-fit: contain; }
.logo-text-wrap { display: flex; flex-direction: column; line-height: 1; }
.logo-text { font-family: var(--f-display); font-size: 1.55rem; font-weight: 700; background: var(--g-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: .05em; }
.logo-sub { font-size: .54rem; color: var(--gold-dark); letter-spacing: .18em; text-transform: uppercase; margin-top: 4px; font-weight: 600; }

.header-nav { display: flex; align-items: center; gap: 8px; }

.btn-social { display: inline-flex; align-items: center; gap: 7px; padding: 0 16px; height: 37px; border-radius: var(--r-sm); font-size: .78rem; font-weight: 700; text-decoration: none; white-space: nowrap; letter-spacing: .02em; transition: var(--ease); }
.btn-social svg { display: block; flex-shrink: 0; }
.btn-telegram { background: #229ED9; color: #fff; }
.btn-telegram:hover { background: #1a8fc4; color: #fff; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(34,158,217,.4); }
.btn-line { background: #06C755; color: #fff; }
.btn-line:hover { background: #05b54c; color: #fff; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(6,199,85,.4); }
.btn-football { background: rgba(234,197,95,.08); border: 1px solid rgba(234,197,95,.2); color: var(--gold); }
.btn-football:hover { background: rgba(234,197,95,.16); border-color: rgba(234,197,95,.4); color: var(--gold-light); transform: translateY(-1px); }
.btn-football-label { display: inline; }
.btn-football span[aria-hidden],
.mobile-football span[aria-hidden] { filter: grayscale(1); -webkit-text-fill-color: initial; }

.btn-login { display: inline-flex; align-items: center; gap: 6px; height: 37px; padding: 0 18px; background: transparent; color: var(--gold); border: 1.5px solid rgba(234,197,95,.34); border-radius: var(--r-sm); font-size: .78rem; font-weight: 700; text-decoration: none; letter-spacing: .02em; transition: var(--ease); }
.btn-login svg { display: block; flex-shrink: 0; }
.btn-login:hover { background: rgba(234,197,95,.08); border-color: var(--gold); color: var(--gold-light); }

.btn-register { display: inline-flex; align-items: center; gap: 7px; height: 37px; padding: 0 22px; background: var(--g-gold-135); background-size: 200% auto; color: #1a1000; border: none; border-radius: var(--r-sm); font-size: .78rem; font-weight: 800; letter-spacing: .03em; box-shadow: 0 2px 16px rgba(234,197,95,.22); transition: var(--ease); text-decoration: none; }
.btn-register svg { display: block; flex-shrink: 0; }
.btn-register:hover { background-position: right center; transform: translateY(-2px); box-shadow: var(--shadow-gold); }

.menu-toggle { display: none; flex-direction: column; gap: 5px; border: 1px solid rgba(234,197,95,.18); border-radius: var(--r-sm); padding: 8px 10px; cursor: pointer; background: none; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--gold); border-radius: 2px; transition: var(--ease); }

#main-content { padding-top: var(--header-h); }

.slideshow-section { background: var(--surface-1); padding: 20px 0 20px; }

.slider-box {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid rgba(234,197,95,.15);
  box-shadow: 0 8px 50px rgba(0,0,0,.65);
  background: #000;
}

.slider-track {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  min-height: 220px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.slider-track:active { cursor: grabbing; }

.slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.04); transition: opacity .85s ease, transform .85s ease; }
.slide.active { opacity: 1; transform: scale(1); z-index: 1; }

.slide-bg-1 { background: radial-gradient(ellipse at 65% 50%, #1c1400 0%, #080500 70%); }
.slide-bg-2 { background: radial-gradient(ellipse at 65% 50%, #001a10 0%, #000a06 70%); }
.slide-bg-3 { background: radial-gradient(ellipse at 65% 50%, #100020 0%, #060010 70%); }
.slide-bg-4 { background: radial-gradient(ellipse at 65% 50%, #1a0800 0%, #080300 70%); }

.slide-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; user-select: none; -webkit-user-select: none; }

.slider-dots-bar { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 10; }
.slider-dots { display: flex; gap: 8px; align-items: center; }
.slider-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.3); border: none; cursor: pointer; transition: var(--ease); padding: 0; }
.slider-dot.active { background: var(--g-gold); width: 24px; border-radius: 4px; box-shadow: 0 0 8px rgba(234,197,95,.6); }

.slider-progress { height: 2px; background: rgba(255,255,255,.04); }
.slider-progress-fill { height: 100%; width: 100%; background: var(--g-gold-h); transition: width .4s linear; }

.quick-btns-section { background: var(--surface-1); padding: 48px 0; }
.quick-btns-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }

.quick-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 20px 10px; background: var(--surface-2); border: 1px solid var(--border-1); border-radius: var(--r-md); color: var(--text-muted); font-size: .76rem; font-weight: 600; cursor: pointer; transition: var(--ease); text-decoration: none; text-align: center; position: relative; overflow: hidden; }
.quick-btn::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--g-gold-h); transform: scaleX(0); transition: transform .25s ease; }
.quick-btn:hover { border-color: rgba(234,197,95,.26); color: var(--gold-light); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.5); }
.quick-btn:hover::after { transform: scaleX(1); }
.quick-btn-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(234,197,95,.05); border: 1px solid rgba(234,197,95,.1); display: flex; align-items: center; justify-content: center; transition: var(--ease); flex-shrink: 0; }
.quick-btn-icon svg { display: block; color: var(--gold); }
.quick-btn:hover .quick-btn-icon { background: rgba(234,197,95,.11); border-color: rgba(234,197,95,.24); }
.quick-btn-label { font-size: .73rem; line-height: 1.2; }

.withdraw-section { background: var(--surface-1); padding: 20px 0; }

.withdraw-header-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.live-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(56,193,114,.05); border: 1px solid rgba(56,193,114,.2); color: var(--green); padding: 5px 14px; border-radius: 20px; font-size: .7rem; font-weight: 700; letter-spacing: .07em; margin-bottom: 16px; }
.live-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; animation: pulse-live 1.5s infinite; flex-shrink: 0; }
@keyframes pulse-live { 0%,100%{opacity:1} 50%{opacity:.3} }

.withdraw-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  transition: opacity .25s ease;
}

.wd-loading { grid-column: 1/-1; text-align: center; color: var(--text-muted); padding: 32px; font-size: .84rem; }

.wd-card {
  background: var(--surface-2);
  border: 1px solid var(--border-1);
  border-radius: var(--r-md);
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  transition: var(--ease);
  animation: wd-card-in .4s ease both;
  position: relative;
  overflow: hidden;
}
.wd-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--card-accent, var(--g-gold-h));
}
.wd-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,.5); border-color: var(--card-accent-border, rgba(234,197,95,.24)); }

@keyframes wd-card-in { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:translateY(0)} }

.wd-card-badge { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.wd-card-badge img { width: 64px; height: 64px; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(0,0,0,.6)); }

.wd-card-badge-label {
  font-size: .62rem; font-weight: 900; letter-spacing: .1em;
  padding: 2px 10px; border-radius: 12px; text-transform: uppercase;
}
.wd-badge-bronze  { background: rgba(180,110,60,.15);  color: #cd7f32; border: 1px solid rgba(205,127,50,.3); }
.wd-badge-silver  { background: rgba(180,180,190,.12);  color: #c0c0c0; border: 1px solid rgba(192,192,192,.3); }
.wd-badge-gold    { background: rgba(234,197,95,.1);   color: var(--gold); border: 1px solid rgba(234,197,95,.3); }
.wd-badge-platinum{ background: rgba(180,210,220,.1);  color: #b0d4e3; border: 1px solid rgba(176,212,227,.3); }
.wd-badge-diamond { background: rgba(100,180,255,.08); color: #89cff0; border: 1px solid rgba(137,207,240,.3); }

.wd-card-info { width: 100%; }
.wd-card-phone { font-family: var(--f-mono); font-size: .82rem; color: var(--text); font-weight: 600; letter-spacing: .04em; margin-bottom: 3px; }
.wd-card-time  { font-size: .67rem; color: var(--text-muted); font-family: var(--f-mono); }

.wd-card-right { width: 100%; border-top: 1px solid var(--border-1); padding-top: 10px; }
.wd-card-amount { color: var(--green); font-weight: 800; font-family: var(--f-mono); font-size: 1rem; margin-bottom: 4px; }
.wd-card-status { display: inline-flex; align-items: center; gap: 4px; font-size: .67rem; font-weight: 700; color: var(--green); background: rgba(56,193,114,.06); padding: 3px 10px; border-radius: 12px; border: 1px solid rgba(56,193,114,.16); }
.wd-card-status svg { display: block; flex-shrink: 0; }



.games-section { background: var(--bg); padding: 20px 0; }

.games-filter { display: flex; gap: 7px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
.filter-btn { display: inline-flex; align-items: center; gap: 6px; padding: 7px 17px; border-radius: 20px; background: var(--surface-2); border: 1px solid var(--border-1); color: var(--text-muted); font-size: .76rem; font-weight: 600; cursor: pointer; transition: var(--ease); }
.filter-btn svg { display: block; flex-shrink: 0; }
.filter-btn.active,
.filter-btn:hover { background: rgba(234,197,95,.08); color: var(--gold-light); border-color: rgba(234,197,95,.28); }

.games-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 12px; overflow: hidden; }

.game-card { position: relative; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 509/730; background: var(--surface-2); border: 1px solid var(--border-1); cursor: pointer; transition: var(--ease); min-width: 0; width: 100%; }
.game-card:hover { border-color: rgba(234,197,95,.34); transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,.6); }

.game-thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.game-thumb-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.game-placeholder-name { font-size: .6rem; color: var(--text-muted); text-align: center; padding: 0 5px; line-height: 1.3; }

.game-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.78); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .22s ease; }
.game-card:hover .game-overlay { opacity: 1; }

.btn-play { display: inline-flex; align-items: center; gap: 7px; padding: 9px 18px; background: var(--g-gold); color: #1a1000; font-weight: 800; font-size: .76rem; border-radius: 20px; border: none; cursor: pointer; transform: translateY(6px); transition: transform .22s, box-shadow .22s; box-shadow: 0 4px 16px rgba(234,197,95,.36); text-decoration: none; letter-spacing: .02em; }
.btn-play svg { display: block; flex-shrink: 0; }
.game-card:hover .btn-play { transform: translateY(0); }

.game-name { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 6px; background: linear-gradient(transparent, rgba(0,0,0,.9)); font-size: .62rem; color: rgba(255,255,255,.72); text-align: center; line-height: 1.25; }

.reviews-section { background: var(--surface-1); padding: 20px 0; }

.reviews-stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  background: var(--surface-2);
  border: 1px solid rgba(234,197,95,.14);
  border-radius: var(--r-xl);
  overflow: hidden;
  margin-bottom: 36px;
  box-shadow: var(--shadow-card);
}

.review-stat-item {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(234,197,95,.1);
  position: relative;
  transition: var(--ease);
}
.review-stat-item:last-child { border-right: none; }
.review-stat-item::before {
  content: '';
  position: absolute;
  bottom: 0; left: 20%; right: 20%;
  height: 2px;
  background: var(--g-gold-h);
  border-radius: 2px 2px 0 0;
  opacity: 0;
  transition: opacity .3s;
}
.review-stat-item:hover::before { opacity: 1; }

.review-stat-num {
  font-family: var(--f-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1;
  background: var(--g-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  display: block;
  letter-spacing: -.01em;
}

.review-stars-row {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin: 8px 0;
  color: var(--gold);
}
.review-stars-row svg { display: block; filter: drop-shadow(0 0 3px rgba(234,197,95,.5)); }

.review-stat-label {
  font-size: .75rem;
  color: var(--text-muted);
  letter-spacing: .04em;
  font-weight: 500;
}

.reviews-grid { display: flex; flex-direction: column; gap: 12px; }

.review-card { background: var(--surface-2); border: 1px solid var(--border-1); border-radius: var(--r-md); padding: 16px 18px; display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: start; transition: var(--ease); animation: fade-up .4s ease both; }
.review-card:hover { border-color: rgba(234,197,95,.18); }
@keyframes fade-up { from{opacity:0;transform:translateY(10px)} to{opacity:1;transform:translateY(0)} }

.review-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--g-gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 2px solid rgba(234,197,95,.22); }
.review-avatar svg { display: block; color: rgba(20,12,0,.55); }

.review-meta  { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; flex-wrap: wrap; }
.review-phone { font-size: .8rem; color: var(--text); font-family: var(--f-mono); font-weight: 600; }
.review-ip    { font-size: .7rem; color: var(--text-dim); }
.review-time  { font-size: .72rem; color: var(--text-muted); }
.review-stars { display: flex; gap: 2px; color: var(--gold); margin-bottom: 5px; }
.review-stars svg { display: block; }
.review-text  { font-size: .84rem; color: rgba(255,255,255,.78); line-height: 1.55; }

.review-amount-col   { text-align: right; flex-shrink: 0; }
.review-amount       { color: var(--green); font-weight: 700; font-family: var(--f-mono); font-size: .92rem; white-space: nowrap; }
.review-amount-label { font-size: .68rem; color: var(--text-muted); }
.reviews-more { text-align: center; margin-top: 28px; }

.articles-section { background: var(--bg); padding: 20px 0; }
.articles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

.article-card { background: var(--surface-2); border: 1px solid var(--border-1); border-radius: var(--r-lg); overflow: hidden; transition: var(--ease); display: flex; flex-direction: column; }
.article-card:hover { border-color: rgba(234,197,95,.2); transform: translateY(-4px); box-shadow: var(--shadow-card); }
.article-thumb-wrap { aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.article-thumb-wrap svg { display: block; opacity: .2; color: var(--gold); }
.article-thumb-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.article-card:hover .article-thumb-wrap img { transform: scale(1.04); }
.article-body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.article-cat { display: inline-block; background: rgba(234,197,95,.09); color: var(--gold); font-size: .62rem; font-weight: 700; padding: 3px 10px; border-radius: 12px; margin-bottom: 10px; letter-spacing: .05em; text-transform: uppercase; border: 1px solid rgba(234,197,95,.16); }
.article-title { font-family: var(--f-heading); font-size: .94rem; font-weight: 700; color: var(--text); line-height: 1.42; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.article-title a { color: inherit; }
.article-title a:hover { color: var(--gold-light); }
.article-excerpt { font-size: .8rem; color: var(--text-muted); line-height: 1.65; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 14px; flex: 1; }
.article-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--border-1); }
.article-date { display: inline-flex; align-items: center; gap: 4px; font-size: .7rem; color: var(--text-dim); }
.article-date svg { display: block; flex-shrink: 0; }
.article-read { display: inline-flex; align-items: center; gap: 4px; font-size: .74rem; font-weight: 700; color: var(--gold); transition: var(--ease); }
.article-read svg { display: block; flex-shrink: 0; transition: transform .2s; }
.article-card:hover .article-read svg { transform: translateX(3px); }

.features-section { background: var(--surface-1); padding: 64px 0 80px; }
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-card { background: var(--surface-2); border: 1px solid var(--border-1); border-radius: var(--r-md); padding: 26px 22px; transition: var(--ease); }
.feature-card:hover { border-color: rgba(234,197,95,.2); transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,.45); }
.feature-icon { width: 48px; height: 48px; border-radius: 13px; background: rgba(234,197,95,.06); border: 1px solid rgba(234,197,95,.12); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature-icon svg { display: block; color: var(--gold); }
.feature-title { font-family: var(--f-heading); font-size: .9rem; font-weight: 700; background: var(--g-gold-h); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 6px; }
.feature-desc  { font-size: .76rem; color: var(--text-muted); line-height: 1.65; }

#site-footer { background: var(--surface-1); border-top: 1px solid rgba(234,197,95,.1); padding-top: 56px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--border-1); }
.footer-logo-text { font-family: var(--f-display); font-size: 1.65rem; font-weight: 700; background: var(--g-gold); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.footer-tagline { font-size: .63rem; color: var(--text-dim); margin-top: 3px; margin-bottom: 14px; letter-spacing: .07em; }
.footer-desc    { font-size: .78rem; color: var(--text-muted); line-height: 1.72; margin-bottom: 18px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: var(--r-sm); background: var(--surface-3); border: 1px solid var(--border-1); color: var(--text-muted); transition: var(--ease); }
.footer-social a svg   { display: block; width: 20px; height: 20px; }
.footer-social a:hover { background: var(--g-gold); border-color: transparent; color: #1a1000; }
.footer-col-title { font-family: var(--f-heading); font-size: .84rem; font-weight: 700; color: var(--gold); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--border-1); letter-spacing: .04em; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; color: var(--text-muted); transition: var(--ease); }
.footer-links a svg { display: block; color: var(--gold-dark); flex-shrink: 0; }
.footer-links a:hover { color: var(--gold-light); padding-left: 3px; }
.footer-bottom { padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-copy  { font-size: .7rem; color: var(--text-dim); }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a { font-size: .7rem; color: var(--text-dim); transition: var(--ease); }
.footer-legal a:hover { color: var(--gold); }
.footer-age-badge { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(224,82,82,.07); border: 1.5px solid rgba(224,82,82,.3); color: var(--red); font-size: .62rem; font-weight: 900; }

.toast-container { position: fixed; bottom: 24px; right: 24px; z-index: 2000; display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
.toast { background: var(--surface-2); border: 1px solid rgba(234,197,95,.18); border-radius: var(--r-md); padding: 11px 14px; display: flex; align-items: center; gap: 10px; font-size: .78rem; max-width: 275px; box-shadow: var(--shadow-card); animation: toast-in .3s ease both; }
.toast-icon { color: var(--gold); display: flex; flex-shrink: 0; }
.toast-icon svg { display: block; }
.toast-amount { color: var(--green); font-weight: 700; font-family: var(--f-mono); }
@keyframes toast-in { from{opacity:0;transform:translateX(26px)} to{opacity:1;transform:translateX(0)} }


::-webkit-scrollbar       { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }

.post-content { font-size: .92rem; line-height: 1.85; color: var(--text); }
.post-content h2 { font-family: var(--f-heading); color: var(--gold-light); margin: 28px 0 14px; font-size: 1.2rem; }
.post-content h3 { font-family: var(--f-heading); color: var(--gold); margin: 22px 0 10px; font-size: 1rem; }
.post-content p  { margin-bottom: 16px; }
.post-content ul, .post-content ol { margin: 0 0 16px 22px; }
.post-content a  { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.post-content a:hover { color: var(--gold-light); }
.post-content img { border-radius: var(--r-md); }

@media (max-width: 1199px) {
  .games-grid    { grid-template-columns: repeat(5,1fr); }
  .features-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top    { grid-template-columns: 1fr 1fr; gap: 24px; }
}

@media (max-width: 991px) {
  .quick-btns-grid { grid-template-columns: repeat(3,1fr); }
  .games-grid      { grid-template-columns: repeat(4,1fr); }
  .articles-grid   { grid-template-columns: repeat(2,1fr); }
  .reviews-stats   { grid-template-columns: repeat(2,1fr); }
  .review-stat-item:nth-child(2) { border-right: none; }
  .review-stat-item:nth-child(3) { border-top: 1px solid rgba(234,197,95,.1); }
}

/* Desktop reset — single-row header above tablet breakpoint */
@media (min-width: 1025px) {
  #site-header { height: var(--header-h); overflow: visible; }
  .header-inner { flex-wrap: nowrap; align-content: normal; padding: 0; }
  .site-logo { flex: none; height: auto; order: 0; }
  .header-nav { display: flex !important; position: static !important; width: auto; height: auto; background: none !important; backdrop-filter: none !important; flex-direction: row; border: none; padding: 0; gap: 8px; order: 0; }
  .header-nav .btn-social { display: inline-flex !important; }
  .mobile-header-social { display: none !important; }
  .menu-toggle { display: none !important; }
}

/* ============================================================
   MOBILE / TABLET HEADER — 2-row layout
   ============================================================ */
.mobile-header-social { display: none; }

.mobile-social-btn {
  display: flex; align-items: center; justify-content: center;
  width: 30px; height: 30px;
  border-radius: var(--r-lg);
  text-decoration: none; transition: var(--ease); flex-shrink: 0;
}
.mobile-social-btn svg { display: block; }
.mobile-line     { background: #06C755; color: #fff; }
.mobile-football { background: rgba(234,197,95,.08); border: 1px solid rgba(234,197,95,.2); color: var(--gold); display:inline-flex; align-items:center; gap:6px; padding:0 14px; font-size:.78rem; font-weight:700; width:auto; height:34px; white-space:nowrap; }
.mobile-football:hover { background: rgba(234,197,95,.16); }
.mobile-football span[aria-hidden] { font-size:1.1rem; line-height:1; }
.mobile-telegram { background: #229ED9; color: #fff; }
.mobile-line:hover     { background: #05b54c; }
.mobile-telegram:hover { background: #1a8fc4; }

@media (max-width: 1024px) {
  :root { --header-h: 108px; }

  #site-header { height: var(--header-h); }

  .header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    height: var(--header-h);
    gap: 0;
    padding: 10px 0 8px;
  }

  /* ── Row 1: Logo (left, order:1) + mobile social (right, order:2) ── */
  .site-logo {
    order: 1;
    flex: 1;
    display: flex;
    align-items: center;
    height: 48px;
  }

  .mobile-header-social {
    order: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    flex-shrink: 0;
  }

  /* ── Row 2: Login + Register (order:3, full width) ── */
  .header-nav {
    order: 3;
    display: flex !important;
    position: static !important;
    background: none !important;
    backdrop-filter: none !important;
    border: none;
    padding: 0;
    flex-direction: row;
    width: 100%;
    height: 40px;
    gap: 8px;
  }

  /* Hide text social buttons in nav — shown as icon buttons in row 1 */
  .header-nav .btn-social { display: none !important; }
  /* Football button: hide from nav row on mobile (shown in mobile-header-social instead) */
  .header-nav .btn-football { display: none !important; }
  .btn-football-label { display: none !important; }

  .header-nav .btn-login,
  .header-nav .btn-register {
    flex: 1;
    justify-content: center;
    height: 38px;
    font-size: .82rem;
    padding: 0 10px;
    min-width: 0;
  }

  .menu-toggle { display: none !important; }
}

/* 3. Withdraw: horizontal scroll, show 3 cards on tablet/mobile */
@media (max-width: 991px) {
  .withdraw-cards-grid {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding-bottom: 10px;
    scrollbar-width: none;
    /* show ~3 cards: (100% - 2 gaps) / 3 */
    /* handled via .wd-card width below */
  }
  .withdraw-cards-grid::-webkit-scrollbar { display: none; }

  .wd-card {
    flex: 0 0 calc((100% - 20px) / 3);
    min-width: 130px;
    scroll-snap-align: start;
  }
}


/* ============================================================
   MAINPOST — บทความหลัก SEO
   ============================================================ */
.mainpost-section { background: var(--bg); padding: 20px 0 20px; }

.mainpost-hero { margin-bottom: 36px; }
.mainpost-h1 {
  font-family: var(--f-heading);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.4;
  background: var(--g-gold-h);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}
.mainpost-lead { font-size: .9rem; color: var(--text-muted); line-height: 1.8; max-width: 860px; }
.mainpost-lead strong { color: var(--gold); -webkit-text-fill-color: var(--gold); }

.mainpost-toc {
  background: var(--surface-2);
  border: 1px solid rgba(234,197,95,.14);
  border-left: 3px solid var(--gold);
  border-radius: var(--r-md);
  padding: 20px 24px;
  margin-bottom: 44px;
}
.mainpost-toc-title { display: flex; align-items: center; gap: 7px; font-size: .8rem; font-weight: 700; color: var(--gold); margin-bottom: 12px; }
.mainpost-toc-title svg { display: block; flex-shrink: 0; }
.mainpost-toc-list { padding-left: 18px; display: flex; flex-direction: column; gap: 7px; }
.mainpost-toc-list li { font-size: .8rem; }
.mainpost-toc-list a { color: var(--text-muted); transition: var(--ease); }
.mainpost-toc-list a:hover { color: var(--gold-light); }

.mainpost-body h2 {
  font-family: var(--f-heading);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 700;
  background: var(--g-gold-h);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 48px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(234,197,95,.1);
  scroll-margin-top: 90px;
}
.mainpost-body h2:first-child { margin-top: 0; }
.mainpost-body h3 {
  font-family: var(--f-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold-light);
  margin: 28px 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mainpost-body h3::before { content: '▸'; color: var(--gold-dark); font-size: .75rem; }
.mainpost-body p { font-size: .95rem; color: rgba(255,255,255,.78); line-height: 1.9; margin-bottom: 16px; }
.mainpost-body strong { color: var(--gold-light); -webkit-text-fill-color: var(--gold-light); }

.mainpost-keypoints {
  background: var(--surface-2);
  border: 1px solid rgba(234,197,95,.12);
  border-radius: var(--r-md);
  padding: 18px 20px;
  margin: 20px 0;
}
.mainpost-keypoints-title { font-size: .75rem; font-weight: 700; color: var(--gold); margin-bottom: 10px; letter-spacing: .05em; text-transform: uppercase; }
.mainpost-keypoints ul { padding-left: 0; display: flex; flex-direction: column; gap: 7px; }
.mainpost-keypoints li { font-size: .82rem; color: var(--text-muted); display: flex; align-items: flex-start; gap: 8px; }
.mainpost-keypoints li::before { content: '◆'; color: var(--gold-dark); font-size: .55rem; margin-top: 5px; flex-shrink: 0; }

.mainpost-checklist { display: flex; flex-direction: column; gap: 10px; margin: 20px 0; }
.mainpost-checklist-title { font-size: .75rem; font-weight: 700; color: var(--gold); letter-spacing: .05em; text-transform: uppercase; margin-bottom: 4px; }
.mainpost-check-item { display: flex; align-items: flex-start; gap: 10px; background: var(--surface-2); border: 1px solid var(--border-1); border-radius: var(--r-sm); padding: 12px 14px; font-size: .83rem; color: rgba(255,255,255,.75); line-height: 1.6; }
.mainpost-check-icon { flex-shrink: 0; font-size: .9rem; margin-top: 1px; }
.mainpost-check-item strong { color: var(--gold-light); -webkit-text-fill-color: var(--gold-light); display: block; margin-bottom: 2px; }

.mainpost-table-wrap { overflow-x: auto; margin: 24px 0; border-radius: var(--r-md); border: 1px solid var(--border-1); box-shadow: var(--shadow-card); }
.mainpost-table { width: 100%; border-collapse: collapse; min-width: 500px; }
.mainpost-table th { background: linear-gradient(135deg,rgba(234,197,95,.07),rgba(234,197,95,.02)); color: var(--gold); font-size: .68rem; font-weight: 700; padding: 11px 16px; text-align: left; border-bottom: 1px solid rgba(234,197,95,.12); letter-spacing: .06em; text-transform: uppercase; }
.mainpost-table td { padding: 11px 16px; font-size: .8rem; color: rgba(255,255,255,.7); border-bottom: 1px solid var(--border-1); }
.mainpost-table tr:last-child td { border-bottom: none; }
.mainpost-table tr:hover td { background: rgba(234,197,95,.015); }
.mainpost-table .highlight-col { background: rgba(234,197,95,.04); border-left: 2px solid rgba(234,197,95,.2); border-right: 2px solid rgba(234,197,95,.2); }
.mainpost-table .highlight-col strong { color: var(--gold); -webkit-text-fill-color: var(--gold); }

.mainpost-steps { display: flex; flex-direction: column; gap: 10px; margin: 20px 0; }
.mainpost-step { display: flex; align-items: flex-start; gap: 14px; }
.step-num { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--g-gold); color: #1a1000; font-size: .72rem; font-weight: 900; display: flex; align-items: center; justify-content: center; margin-top: 2px; box-shadow: 0 0 10px rgba(234,197,95,.25); }
.mainpost-step > div { font-size: .84rem; color: rgba(255,255,255,.75); line-height: 1.65; }
.mainpost-step strong { color: var(--text); -webkit-text-fill-color: var(--text); }

.mainpost-tips-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 20px 0; }
.mainpost-tip { background: var(--surface-2); border: 1px solid var(--border-1); border-radius: var(--r-md); padding: 16px 15px; transition: var(--ease); }
.mainpost-tip:hover { border-color: rgba(234,197,95,.2); }
.mainpost-tip strong { display: block; font-size: .8rem; color: var(--gold-light); -webkit-text-fill-color: var(--gold-light); margin-bottom: 6px; }
.mainpost-tip p { font-size: .76rem; color: var(--text-muted); line-height: 1.6; margin: 0; }

.mainpost-security-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 20px 0; }
.mainpost-security-item { background: var(--surface-2); border: 1px solid rgba(234,197,95,.1); border-radius: var(--r-md); padding: 16px 14px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 5px; }
.mainpost-security-item strong { display: block; font-size: .76rem; color: var(--gold-light); -webkit-text-fill-color: var(--gold-light); }
.mainpost-security-item p { font-size: .7rem; color: var(--text-muted); margin: 0; }

.mainpost-contact-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 20px 0; }
.mainpost-contact-item { background: var(--surface-2); border: 1px solid var(--border-1); border-radius: var(--r-md); padding: 16px 14px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 1.3rem; }
.mainpost-contact-item strong { display: block; font-size: .78rem; color: var(--text); -webkit-text-fill-color: var(--text); }
.mainpost-contact-item small { font-size: .68rem; color: var(--text-muted); }

.mainpost-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 32px 0; }
.mainpost-cta-btns .btn-register { padding: 12px 28px; height: auto; font-size: .84rem; }
.mainpost-cta-btns .btn-login { padding: 12px 28px; height: auto; font-size: .84rem; }

.mainpost-faq { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.mainpost-faq-item { background: var(--surface-2); border: 1px solid var(--border-1); border-radius: var(--r-md); overflow: hidden; }
.mainpost-faq-q { padding: 15px 18px; font-size: .87rem; font-weight: 700; color: var(--gold-light); cursor: pointer; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.mainpost-faq-q::before { content: 'Q'; flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: rgba(234,197,95,.12); border: 1px solid rgba(234,197,95,.2); color: var(--gold); font-size: .68rem; font-weight: 900; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.mainpost-faq-a { padding: 0 18px 15px calc(18px + 32px); font-size: .82rem; color: rgba(255,255,255,.7); line-height: 1.75; }

@media (max-width: 991px) {
  .mainpost-security-grid,
  .mainpost-contact-grid { grid-template-columns: repeat(2,1fr); }
  .mainpost-tips-grid    { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 767px) {
  .mainpost-security-grid,
  .mainpost-contact-grid { grid-template-columns: repeat(2,1fr); }
  .mainpost-tips-grid    { grid-template-columns: 1fr; }
  .mainpost-cta-btns     { flex-direction: column; }
}

/* Gold checkmark for article checklist */
.mainpost-gold-check {
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-top: 2px;
  text-shadow: 0 0 8px rgba(234,197,95,.4);
}

/* ── Article images ── */
.mainpost-article-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
  margin: 28px 0;
  box-shadow: 0 4px 24px rgba(0,0,0,.45);
}

/* ── Table note / caption ── */
.mainpost-table-note {
  font-size: .72rem;
  color: var(--text-muted);
  padding: 10px 14px;
  border-top: 1px solid var(--border-1);
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}

/* Remaining 767px responsive rules (non-header) */
@media (max-width: 767px) {
  .slider-track    { min-height: 180px; }
  .games-grid      { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .articles-grid   { grid-template-columns: 1fr; }
  .features-grid   { grid-template-columns: 1fr; }
  .footer-top      { grid-template-columns: 1fr; }
  .footer-bottom   { flex-direction: column; text-align: center; }
  .reviews-stats   { grid-template-columns: repeat(2,1fr); }
  .review-stat-item { border-right: 1px solid rgba(234,197,95,.1) !important; border-top: 0 !important; }
  .review-stat-item:nth-child(2),
  .review-stat-item:nth-child(4) { border-right: none !important; }
  .review-stat-item:nth-child(3),
  .review-stat-item:nth-child(4) { border-top: 1px solid rgba(234,197,95,.1) !important; }
}

@media (max-width: 480px) {
  .logo-sub        { display: none; }
  .review-stat-num { font-size: 1.8rem; }
}

/* Adjust main-content padding for new 2-row header height */
@media (max-width: 1024px) {
  #main-content { padding-top: var(--header-h); }
}

/* ============================================================
   STICKY BOTTOM NAVBAR — All platforms
   ============================================================ */
.sticky-bottom-nav {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: rgba(10,10,10,.97);
  backdrop-filter: blur(18px) saturate(1.6);
  -webkit-backdrop-filter: blur(18px) saturate(1.6);
  border-top: 1px solid rgba(234,197,95,.14);
  box-shadow: 0 -4px 30px rgba(0,0,0,.7);
  height: 62px;
  align-items: stretch;
  padding: 0;
  padding-bottom: env(safe-area-inset-bottom, 0);
  box-sizing: content-box;
}

/* Push body content AND footer above the navbar */
body { padding-bottom: calc(62px + env(safe-area-inset-bottom, 0)); }
/*
#site-footer { margin-bottom: calc(62px + env(safe-area-inset-bottom, 0)); }
*/
.sbn-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
  color: var(--text-muted);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .03em;
  padding: 6px 4px;
  transition: color .2s ease, background .2s ease;
  position: relative;
  overflow: hidden;
  min-width: 0;
}

.sbn-item::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%;
  height: 2px;
  background: var(--g-gold-h);
  transform: scaleX(0);
  transition: transform .22s ease;
  border-radius: 0 0 3px 3px;
}

.sbn-item:hover,
.sbn-item.active {
  color: var(--gold-light);
  background: rgba(234,197,95,.04);
}
.sbn-item:hover::before,
.sbn-item.active::before { transform: scaleX(1); }

.sbn-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sbn-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.sbn-label {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* ── Center Register button — elevated gold pill ── */
.sbn-register {
  flex: 1.2;
  color: #1a1000;
  position: relative;
  overflow: visible;
  padding-top: 0;
}
.sbn-register::before { display: none; }

.sbn-center-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--g-gold-135);
  box-shadow: 0 -3px 16px rgba(234,197,95,.45), 0 2px 12px rgba(0,0,0,.6);
  margin-top: -18px;
  border: 2px solid rgba(255,255,255,.12);
  transition: transform .22s ease, box-shadow .22s ease;
  flex-shrink: 0;
}
.sbn-center-icon svg { width: 22px; height: 22px; color: #1a1000; }

.sbn-register:hover .sbn-center-icon {
  transform: translateY(-3px);
  box-shadow: 0 -6px 24px rgba(234,197,95,.6), 0 4px 16px rgba(0,0,0,.7);
}

.sbn-register .sbn-label {
  color: var(--gold);
  font-size: .58rem;
  margin-top: 2px;
}
  /* Home active state detected by JS */
  .sbn-home.active { color: var(--gold-light); }