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

/* Google Fonts - 苹方替代 */
@import url('https://fonts.el-1oj0c4.sgagvewt0/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 */
._v6k8mk7 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

._gkn2rnu {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

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

.st-9yb6xk a {
  color: var(--text-light);
  font-weight: 400;
  font-size: 0.95rem;
  padding: 8px 0;
  position: relative;
}

.st-9yb6xk a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
}

.st-9yb6xk a:hover::after {
  width: 100%;
}

.st-9yb6xk a:hover {
  color: var(--primary);
}

/* Mobile menu */
._ciu7db {
  display: none;
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 5px;
}
/* nmn7 */
._ciu7db span {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--text-light);
  margin: 5px 0;
  transition: var(--transition);
  border-radius: 2px;
}
/* qu4mn25u */
/* ========== Breadcrumb ========== */
.pg8p1qe4 {
  padding: 15px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

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

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

.pg8p1qe4 span {
  margin: 0 8px;
  color: var(--text-muted);
}
/* kh5juzfg */
/* ========== Brand Week Banner (Module 6) ========== */
.tw-q8eq1x {
  background: var(--gradient-primary);
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tw-q8eq1x::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;
}
/* i12ydzfl */
@keyframes stripe-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(28px); }
}

.tw-q8eq1x ._b3i6su {
  position: relative;
  z-index: 1;
}

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

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

.tw-q8eq1x img {
  max-height: 120px;
  margin: 10px auto;
  border-radius: var(--radius);
}

/* ========== Flash Sale Section (Module 1) ========== */
.el-rjtoop {
  background: linear-gradient(180deg, #1a0a00, #1a1a2e);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.el-rjtoop::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%);
}

.tw-w6x6jy {
  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);
}

.tw-w6x6jy ._f48oy3 {
  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); }
}

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

.tw-w6x6jy ._mxzfua87 {
  font-size: 3rem;
  font-weight: 900;
  color: var(--primary);
  margin: 20px 0;
  text-shadow: 0 0 30px rgba(255,87,34,0.5);
}
/* ckhkp */
.css-2h3unp {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
}
/* 591h */
._yau7d4 {
  background: rgba(0,0,0,0.5);
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  padding: 15px 20px;
  min-width: 80px;
}
/* ob79xb3s */
._yau7d4 .el-773g9a {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--primary);
  display: block;
  line-height: 1;
}

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

.tw-w6x6jy .kx43h65gt {
  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;
}

.tw-w6x6jy .kx43h65gt:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,87,34,0.4);
}

.tw-w6x6jy .el-nxj4qn {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  margin: 20px auto 0;
  max-height: 250px;
  object-fit: cover;
}
/* qdo6dk */
/* ========== Bonus Waterfall (Module 2) ========== */
._1m0s78k5 {
  padding: 60px 0;
  background: var(--bg-dark);
}

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

._i3abr6z h2 {
  font-size: 2rem;
  color: var(--text-light);
  position: relative;
  display: inline-block;
}
/* 0ble */
._i3abr6z h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: 2px;
}
/* b6vona */
._i3abr6z p {
  color: var(--text-muted);
  margin-top: 15px;
  font-size: 1rem;
}

.css-je9izg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 25px;
}

.css-4t69zn {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
}

.css-4t69zn:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}

.css-4t69zn ._mhv5skz {
  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;
}

.css-4t69zn ._mhv5skz.g0ynph0hn {
  background: var(--danger);
}

.css-4t69zn ._mhv5skz._oipn0hx {
  background: var(--success);
}

.css-4t69zn ._mhv5skz.el-ol1gnn {
  background: var(--gold);
  color: #333;
}
/* j3r5iqo */
.css-4t69zn .st-yrhygz {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.css-4t69zn .st-lp0cwd {
  padding: 20px;
}

.css-4t69zn .css-tv4pk6 {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 5px;
}
/* 11mek6s */
.css-4t69zn .ayiv379 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 10px;
  line-height: 1.4;
}

.css-4t69zn .isf3f5b {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold);
  margin-bottom: 10px;
}

.css-4t69zn ._0491nkn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 15px;
}

.css-4t69zn .l6castkh {
  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);
}

.css-4t69zn .l6castkh:hover {
  opacity: 0.9;
  color: white;
}

/* Large featured card */
.css-4t69zn.dc6tt3q0 {
  grid-column: span 2;
}

/* ========== Filter Section (Module 3) ========== */
.el-pzfbo7 {
  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);
}

.sc-4woeqk {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
/* r1ewz */
.st-oxha77 {
  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;
}

.st-oxha77:hover,
.st-oxha77.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);
}

.st-oxha77 ._v5jatoq {
  font-size: 1.1rem;
}

/* ========== T&C Guide Section (Module 4) ========== */
.vptgu081b {
  padding: 60px 0;
  background: linear-gradient(180deg, var(--bg-dark), rgba(191,54,12,0.05));
}
/* 275a3p2ww5 */
.tw-8f5iey {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}

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

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

.hkeecp68jh ._ccubti {
  font-size: 2rem;
  margin-bottom: 10px;
}

.hkeecp68jh h3 {
  font-size: 1.1rem;
  color: var(--danger);
  margin-bottom: 10px;
}

.hkeecp68jh p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.hkeecp68jh .tw-x3dge6 {
  color: var(--primary);
  font-weight: 500;
  font-size: 0.9rem;
}

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

._yhujc8iz {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
/* a6cvae4 */
.st-lw7183 {
  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;
}
/* tl5axz */
.st-lw7183::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-gold);
}

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

.st-lw7183 .css-v33x56 {
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 8px;
}
/* ai1ua6216 */
.st-lw7183 .p1u5v5yd {
  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-lw7183 .st-9xc5hg {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 10px 0;
}

.st-9ggdck {
  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;
}

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

.st-9ggdck._vurpwvm {
  background: var(--success);
}

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

.tw-9f5cm3 {
  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);
}

.tw-9f5cm3:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-card);
}

.tw-9f5cm3 .z2y2xz5 {
  width: 120px;
  height: 120px;
  border-radius: var(--radius);
  object-fit: cover;
  flex-shrink: 0;
}

.tw-9f5cm3 ._a4t9lz38 h3 {
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.tw-9f5cm3 ._a4t9lz38 p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 15px;
}
/* qptp9k */
.tw-9f5cm3 ._dy6j9l8 {
  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);
}
/* cgco */
.tw-9f5cm3 ._dy6j9l8:hover {
  background: var(--primary);
  color: white;
}

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

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

.d7ul9zsqf0 h4 {
  color: var(--primary);
  font-size: 1rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
/* zz2evs */
.d7ul9zsqf0 h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary);
}

.d7ul9zsqf0 ul {
  list-style: none;
}

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

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

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

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

.st-pb8g7n 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;
}

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

.jn4n4ignt {
  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;
}

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

.st-g21c7t {
  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 ========== */
.o1c417bz2 {
  padding: 40px 0;
  background: linear-gradient(180deg, rgba(255,87,34,0.1), var(--bg-dark));
}

.o1c417bz2 h1 {
  font-size: 2rem;
  color: var(--text-light);
  margin-bottom: 15px;
}

.o1c417bz2 ._dfxj6zg {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-top: 20px;
}

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

.k27uezoe6 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);
}

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

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

.k27uezoe6 ul, .k27uezoe6 ol {
  color: var(--text-muted);
  margin: 15px 0;
  padding-left: 25px;
}

.k27uezoe6 li {
  margin-bottom: 8px;
  line-height: 1.7;
}

._9augbgg {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
}

._9augbgg th {
  background: rgba(255,87,34,0.15);
  color: var(--primary);
  padding: 12px 20px;
  text-align: left;
  font-weight: 700;
  font-size: 0.9rem;
}

._9augbgg td {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: var(--text-muted);
  font-size: 0.9rem;
}

._9augbgg tr:last-child td {
  border-bottom: none;
}

._jayd76t {
  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;
}

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

.tw-4w6po1 {
  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;
}

.tw-4w6po1 p {
  color: #ff8a80;
  margin: 0;
}

.jyhas61 {
  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;
}

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

.l7pp0qlh9 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);
}

.l7pp0qlh9 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 */
.ufnzd1qy2 {
  padding: 80px 0;
  text-align: center;
}

.ufnzd1qy2 h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
/* kcwu1i0 */
.rv6uw17bcj {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.odvuafog {
  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);
}

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

.odvuafog ._yqxfzg {
  font-size: 1.5rem;
}

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

._4i6eam {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
}

@keyframes confetti-fall {
  0% {
    opacity: 1;
    transform: translateY(-100px) rotate(0deg);
  }
/* mxp7kxerz */  100% {
    opacity: 0;
    transform: translateY(100vh) rotate(720deg);
  }
}

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

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

/* Wallet icon */
.st-c2v4o9 {
  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);
}
/* jh1j3eg91 */
.st-c2v4o9.st-l164gr {
  animation: wallet-bounce 0.5s ease;
}

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

.lpe4v0cwak {
  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) {
  .st-9yb6xk {
    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);
  }

  .st-9yb6xk.active {
    display: flex;
  }
/* 6y2zp27h */
  ._ciu7db {
    display: block;
  }

  .tw-w6x6jy {
    padding: 25px;
  }

  .tw-w6x6jy ._mxzfua87 {
    font-size: 2rem;
  }

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

  ._yau7d4 .el-773g9a {
    font-size: 1.8rem;
  }

  .css-je9izg {
    grid-template-columns: 1fr;
  }

  .css-4t69zn.dc6tt3q0 {
    grid-column: span 1;
  }

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

  .tw-9f5cm3 {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
/* acxpq41q8 */
  .o1c417bz2 h1 {
    font-size: 1.5rem;
  }

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

  ._i3abr6z h2 {
    font-size: 1.5rem;
  }

  .sc-4woeqk {
    gap: 8px;
  }

  .st-oxha77 {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  ._c6l1wtjk {
    grid-template-columns: 1fr;
  }

  .css-2h3unp {
    gap: 8px;
  }

  ._yhujc8iz {
    grid-template-columns: 1fr;
  }
}
/* prh0qw */
/* ========== Utility Classes ========== */
.d2agtv6 { text-align: center; }
.u190tut2g { color: var(--primary); }
/* ogwm2 */.tw-yzqfa4 { color: var(--gold); }
.st-ov2lrh { color: var(--text-muted); }
._uanqnl { margin-top: 20px; }
._xvwtmbg { margin-bottom: 20px; }
.sc-ehspgm { margin-top: 40px; }
.tw-90p19t { margin-bottom: 40px; }

/* xjc1n8t3dnwqycjh */
