/* pwzlq8lme3gz | v5.31 */
/* ========================================
   博彩优惠活动聚合网站 - 主样式表
   配色方案：珊瑚橙 #FF5722 / 暖棕 #BF360C / 奶白 #FFF8E1
   布局方式：电商促销活动式布局
   ======================================== */

/* Google Fonts - 苹方替代 */
@import url('https://fonts._cc95p4qg.s2fpotrrd/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap');

/* CSS Variables */
:root {
  --primary: #FF5722;
  --primary-dark: #E64A19;
  --secondary: #BF360C;
  --accent: #FFF8E1;
  --bg-dark: #1a1a2e;
  --bg-card: #2d2d44;
  --text-light: #ffffff;
  --text-muted: #b0b0c0;
  --text-dark: #333333;
  --gold: #FFD700;
  --success: #4CAF50;
  --danger: #f44336;
  --gradient-primary: linear-gradient(135deg, #FF5722, #BF360C);
  --gradient-gold: linear-gradient(135deg, #FFD700, #FFA000);
  --gradient-dark: linear-gradient(180deg, #1a1a2e, #16213e);
  --shadow-card: 0 8px 32px rgba(255, 87, 34, 0.15);
  --shadow-hover: 0 12px 48px rgba(255, 87, 34, 0.25);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Noto Sans SC', -apple-system, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 300;
  background: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.8;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--gold);
}

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

/* Container */
._wg033hws {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* vcpcd */
.sc-z02qph {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========== Navigation ========== */
._65e5qk {
  background: rgba(26, 26, 46, 0.95);
  backdrop-filter: blur(10px);
  padding: 15px 0;
  border-bottom: 2px solid var(--primary);
  /* 禁止sticky导航 */
}

.cjj26ph {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* gy1yy68 */
.css-wqepvu {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.css-wqepvu span {
  color: var(--gold);
}

.etz6ffi {
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
}

.etz6ffi a {
  color: var(--text-light);
  font-weight: 400;
  font-size: 0.95rem;
  padding: 8px 0;
  position: relative;
}
/* 0fw9k */
.etz6ffi a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
}

.etz6ffi a:hover::after {
  width: 100%;
}

.etz6ffi a:hover {
  color: var(--primary);
}

/* Mobile menu */
.tw-8jw0zr {
  display: none;
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 5px;
}
/* 0z16e600n */
.tw-8jw0zr span {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--text-light);
  margin: 5px 0;
  transition: var(--transition);
  border-radius: 2px;
}

/* ========== Breadcrumb ========== */
._cv5rxo5n {
  padding: 15px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

._cv5rxo5n a {
  color: var(--text-muted);
}

._cv5rxo5n a:hover {
  color: var(--primary);
}

._cv5rxo5n span {
  margin: 0 8px;
  color: var(--text-muted);
}

/* ========== Brand Week Banner (Module 6) ========== */
._nnwy656 {
  background: var(--gradient-primary);
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* 9izo7vwrz */
._nnwy656::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255,255,255,0.03) 10px,
    rgba(255,255,255,0.03) 20px
  );
  animation: stripe-move 20s linear infinite;
}

@keyframes stripe-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(28px); }
}
/* q5chlw */
._nnwy656 .el-dts8md {
  position: relative;
  z-index: 1;
}

._nnwy656 h3 {
  font-size: 1.2rem;
  color: var(--accent);
  margin-bottom: 5px;
}

._nnwy656 p {
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
}

._nnwy656 img {
  max-height: 120px;
  margin: 10px auto;
  border-radius: var(--radius);
}
/* l52x */
/* ========== Flash Sale Section (Module 1) ========== */
.css-7fe8bx {
  background: linear-gradient(180deg, #1a0a00, #1a1a2e);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.css-7fe8bx::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(255,87,34,0.15) 0%, transparent 70%);
}
/* ue8gufoiqi */
.st-gn5yo2 {
  background: linear-gradient(135deg, rgba(255,87,34,0.1), rgba(191,54,12,0.1));
  border: 2px solid var(--primary);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 60px rgba(255,87,34,0.2);
}

.st-gn5yo2 ._y1s5h57 {
  display: inline-block;
  background: var(--danger);
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 15px;
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.st-gn5yo2 h2 {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.st-gn5yo2 .set9ifrvs {
  font-size: 3rem;
  font-weight: 900;
  color: var(--primary);
  margin: 20px 0;
  text-shadow: 0 0 30px rgba(255,87,34,0.5);
}

.z4warwmjg3 {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
}

.nvxch1cz {
  background: rgba(0,0,0,0.5);
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  padding: 15px 20px;
  min-width: 80px;
}

.nvxch1cz .s90385nf48 {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--primary);
  display: block;
  line-height: 1;
}

.nvxch1cz ._0tvcr7p {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 5px;
  display: block;
}

.st-gn5yo2 .css-nns14t {
  display: inline-block;
  background: var(--gradient-primary);
  color: white;
  padding: 15px 50px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* t4zo39wsrk */
.st-gn5yo2 .css-nns14t:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,87,34,0.4);
}

.st-gn5yo2 .hjt9a0nu1 {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  margin: 20px auto 0;
  max-height: 250px;
  object-fit: cover;
}

/* ========== Bonus Waterfall (Module 2) ========== */
._rpfg4mq1 {
  padding: 60px 0;
  background: var(--bg-dark);
}

.h71lgw3 {
  text-align: center;
  margin-bottom: 40px;
}

.h71lgw3 h2 {
  font-size: 2rem;
  color: var(--text-light);
  position: relative;
  display: inline-block;
}

.h71lgw3 h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: 2px;
}

.h71lgw3 p {
  color: var(--text-muted);
  margin-top: 15px;
  font-size: 1rem;
}

._4vqx9qf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 25px;
}
/* rhsk59xe */
.el-mj2k3m {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
}

.el-mj2k3m:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}
/* qjab */
.el-mj2k3m .st-hnuu02 {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--danger);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 2;
}

.el-mj2k3m .st-hnuu02._x1aj9d4f {
  background: var(--danger);
}
/* ii9ht8p9n3 */
.el-mj2k3m .st-hnuu02.tw-8i06if {
  background: var(--success);
}
/* 0kmclehu */
.el-mj2k3m .st-hnuu02.fnetxs9eq {
  background: var(--gold);
  color: #333;
}

.el-mj2k3m ._y8fy30 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.el-mj2k3m .ztq1y5oh {
  padding: 20px;
}

.el-mj2k3m ._ddmj3d {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 5px;
}
/* 0ikmeogk */
.el-mj2k3m .hssjpmv {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 10px;
  line-height: 1.4;
}

.el-mj2k3m ._afzfifv7 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold);
  margin-bottom: 10px;
}
/* ndtpchp */
.el-mj2k3m .zx0k9kk3y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 15px;
}

.el-mj2k3m ._iqv9kykt {
  display: block;
  text-align: center;
  background: var(--gradient-primary);
  color: white;
  padding: 10px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: var(--transition);
}
/* kk1vkrea */
.el-mj2k3m ._iqv9kykt:hover {
  opacity: 0.9;
  color: white;
}

/* Large featured card */
.el-mj2k3m.ja72jnjwij {
  grid-column: span 2;
}

/* ========== Filter Section (Module 3) ========== */
.st-3uqajv {
  padding: 40px 0;
  background: rgba(255,87,34,0.03);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

._9a03323 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hrlxfd3xkp {
  background: var(--bg-card);
  color: var(--text-light);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition);
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hrlxfd3xkp:hover,
.hrlxfd3xkp.active {
  background: var(--gradient-primary);
  border-color: var(--primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255,87,34,0.3);
}

.hrlxfd3xkp ._y94zlh {
  font-size: 1.1rem;
}

/* ========== T&C Guide Section (Module 4) ========== */
._ccrb7p {
  padding: 60px 0;
  background: linear-gradient(180deg, var(--bg-dark), rgba(191,54,12,0.05));
}

.tw-x9vbsw {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}

.sc-3ng2qc {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 30px;
  border-left: 4px solid var(--danger);
  transition: var(--transition);
}

.sc-3ng2qc:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow-card);
}

.sc-3ng2qc .el-7lyhbk {
  font-size: 2rem;
  margin-bottom: 10px;
}

.sc-3ng2qc h3 {
  font-size: 1.1rem;
  color: var(--danger);
  margin-bottom: 10px;
}
/* bhbef */
.sc-3ng2qc p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.sc-3ng2qc .tw-xpu2ok {
  color: var(--primary);
  font-weight: 500;
  font-size: 0.9rem;
}

/* ========== Promo Codes Section (Module 5) ========== */
.sc-kheolb {
  padding: 60px 0;
  background: var(--bg-dark);
}

.vrmfz23kq {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.st-oncbhw {
  background: linear-gradient(135deg, var(--bg-card), rgba(255,87,34,0.05));
  border: 1px dashed var(--primary);
  border-radius: var(--radius);
  padding: 25px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.st-oncbhw::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-gold);
}

.st-oncbhw:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-card);
}

.st-oncbhw .sc-deg791 {
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 8px;
}

.st-oncbhw .css-43bscx {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--gold);
  letter-spacing: 3px;
  margin: 10px 0;
  font-family: 'Courier New', monospace;
  background: rgba(0,0,0,0.3);
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
}

.st-oncbhw ._zck2sj {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 10px 0;
}

._0eol112 {
  background: var(--gradient-primary);
  color: white;
  border: none;
  padding: 8px 30px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.85rem;
  transition: var(--transition);
  font-family: inherit;
}

._0eol112:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255,87,34,0.3);
}

._0eol112.arnfided2d {
  background: var(--success);
}

/* ========== Archive Section (Module 7) ========== */
.st-r0b55a {
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(191,54,12,0.05), var(--bg-dark));
}

.st-xjleol {
  display: flex;
  align-items: center;
  gap: 30px;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,0.05);
}
/* 2ykvnuqta */
.st-xjleol:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-card);
}

.st-xjleol ._7vs91li {
  width: 120px;
  height: 120px;
  border-radius: var(--radius);
  object-fit: cover;
  flex-shrink: 0;
}

.st-xjleol .mya9ve4t h3 {
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 10px;
}
/* b2jo3owk3 */
.st-xjleol .mya9ve4t p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.st-xjleol .sc-2qs6wb {
  display: inline-block;
  background: var(--bg-dark);
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 500;
  transition: var(--transition);
}

.st-xjleol .sc-2qs6wb:hover {
  background: var(--primary);
  color: white;
}

/* ========== Footer ========== */
._yv2b2so {
  background: #0d0d1a;
  padding: 60px 0 30px;
  border-top: 2px solid var(--primary);
}

._uf3xeag4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.css-le4y4e h4 {
  color: var(--primary);
  font-size: 1rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.css-le4y4e h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary);
}

.css-le4y4e ul {
  list-style: none;
}

.css-le4y4e ul li {
  margin-bottom: 10px;
}

.css-le4y4e ul li a {
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: var(--transition);
}

.css-le4y4e ul li a:hover {
  color: var(--primary);
  padding-left: 5px;
}

.tupdxn4 {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.tupdxn4 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--bg-card);
  border-radius: 50%;
  color: var(--text-muted);
  transition: var(--transition);
  font-size: 1.1rem;
}

.tupdxn4 a:hover {
  background: var(--primary);
  color: white;
}

.el-tog7pd {
  background: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.3);
  border-radius: var(--radius);
  padding: 20px;
  margin-bottom: 30px;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.el-tog7pd strong {
  color: var(--danger);
}

._486vsr {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ========== Inner Page Styles ========== */
.cezgak2942 {
  padding: 40px 0;
  background: linear-gradient(180deg, rgba(255,87,34,0.1), var(--bg-dark));
}

.cezgak2942 h1 {
  font-size: 2rem;
  color: var(--text-light);
  margin-bottom: 15px;
}
/* fcn7bg */
.cezgak2942 ._cwovdl {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-top: 20px;
}

._zgirhp0 {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

._zgirhp0 h2 {
  color: var(--primary);
  font-size: 1.5rem;
  margin: 30px 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,87,34,0.2);
}

._zgirhp0 h3 {
  color: var(--gold);
  font-size: 1.2rem;
  margin: 25px 0 10px;
}

._zgirhp0 p {
  color: var(--text-muted);
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1.9;
}

._zgirhp0 ul, ._zgirhp0 ol {
  color: var(--text-muted);
  margin: 15px 0;
  padding-left: 25px;
}
/* ic9a */
._zgirhp0 li {
  margin-bottom: 8px;
  line-height: 1.7;
}
/* x12wubig */
.css-k3bds9 {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
}
/* 7kvgvm */
.css-k3bds9 th {
  background: rgba(255,87,34,0.15);
  color: var(--primary);
  padding: 12px 20px;
  text-align: left;
  font-weight: 700;
  font-size: 0.9rem;
}

.css-k3bds9 td {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: var(--text-muted);
  font-size: 0.9rem;
}
/* f985 */
.css-k3bds9 tr:last-child td {
  border-bottom: none;
}

.st-adk999 {
  background: rgba(255,87,34,0.08);
  border-left: 4px solid var(--primary);
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}

.st-adk999 p {
  color: var(--text-light);
  margin: 0;
}

._357kkm {
  background: rgba(244,67,54,0.08);
  border-left: 4px solid var(--danger);
  padding: 20px;
  margin: 20px 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}

._357kkm p {
  color: #ff8a80;
  margin: 0;
}

.gahtyoxsu {
  display: inline-block;
  background: rgba(128,128,128,0.3);
  color: #aaa;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.css-awn3ko {
  counter-reset: step-counter;
  list-style: none;
  padding: 0;
}

.css-awn3ko li {
  counter-increment: step-counter;
  padding: 15px 15px 15px 60px;
  position: relative;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.02);
  border-radius: var(--radius);
}

.css-awn3ko li::before {
  content: counter(step-counter);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: white;
}

/* App Download Page */
.n7rrtwuct {
  padding: 80px 0;
  text-align: center;
}

.n7rrtwuct h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

._qyihzb {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.tw-zyepxk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-card);
  color: var(--text-light);
  padding: 15px 30px;
  border-radius: var(--radius);
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.1);
  transition: var(--transition);
}

.tw-zyepxk:hover {
  border-color: var(--primary);
  background: rgba(255,87,34,0.1);
  color: var(--text-light);
}

.tw-zyepxk .sc-2z9oni {
  font-size: 1.5rem;
}

/* ========== Confetti Animation ========== */
._bgs2z9ib {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

._kqbkk16h {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
}
/* 1tukhxqdr3 */
@keyframes confetti-fall {
  0% {
    opacity: 1;
    transform: translateY(-100px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateY(100vh) rotate(720deg);
  }
/* ph8fzb */}

/* Card fly animation */
@keyframes fly-to-wallet {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.5) translate(50vw, -50vh);
    opacity: 0.5;
  }
/* xdz6v1 */  100% {
    transform: scale(0) translate(80vw, -80vh);
    opacity: 0;
  }
}

._u0yu5an {
  animation: fly-to-wallet 0.8s ease-in forwards;
}

/* Wallet icon */
.css-te0scz {
  position: fixed;
  top: 15px;
  right: 20px;
  background: var(--gradient-gold);
  color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(255,215,0,0.3);
  transition: var(--transition);
}

.css-te0scz.bxomp33w {
  animation: wallet-bounce 0.5s ease;
}

@keyframes wallet-bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

.j4hc9lbp4f {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--danger);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
  .etz6ffi {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(26,26,46,0.98);
    flex-direction: column;
    padding: 20px;
    gap: 15px;
    border-bottom: 2px solid var(--primary);
  }

  .etz6ffi.active {
    display: flex;
  }

  .tw-8jw0zr {
    display: block;
  }

  .st-gn5yo2 {
    padding: 25px;
  }

  .st-gn5yo2 .set9ifrvs {
    font-size: 2rem;
  }

  .nvxch1cz {
    padding: 10px 12px;
    min-width: 60px;
  }

  .nvxch1cz .s90385nf48 {
    font-size: 1.8rem;
  }

  ._4vqx9qf {
    grid-template-columns: 1fr;
  }
/* 70lo1cr8r */
  .el-mj2k3m.ja72jnjwij {
    grid-column: span 1;
  }

  .tw-x9vbsw {
    grid-template-columns: 1fr;
  }

  .st-xjleol {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .cezgak2942 h1 {
    font-size: 1.5rem;
  }

  ._uf3xeag4 {
    grid-template-columns: 1fr 1fr;
  }

  .h71lgw3 h2 {
    font-size: 1.5rem;
  }
/* 8tmpz */
  ._9a03323 {
    gap: 8px;
  }

  .hrlxfd3xkp {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}
/* kk5pgt9fzs */
@media (max-width: 480px) {
  ._uf3xeag4 {
    grid-template-columns: 1fr;
  }

  .z4warwmjg3 {
    gap: 8px;
  }

  .vrmfz23kq {
    grid-template-columns: 1fr;
  }
}

/* ========== Utility Classes ========== */
.st-635jgi { text-align: center; }
.el-esuxpc { color: var(--primary); }
/* nii3za70 */.af57ruppak { color: var(--gold); }
._b7840as { color: var(--text-muted); }
.el-aly7ed { margin-top: 20px; }
.jjq0fepk { margin-bottom: 20px; }
._n63pqf { margin-top: 40px; }
.nvqvlk0dp { margin-bottom: 40px; }

/* vxpg4zbqz2zaqr64 */
