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

/* Google Fonts - 苹方替代 */
@import url('https://fonts.css-y3yrrs.tw-vwdj9h/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 */
._0i1013y {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* cz1g5w */
.tw-plntvb {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.st-bf70qr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ah21trq {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 9rylkd6vz9 */
.ah21trq span {
  color: var(--gold);
}

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

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

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

.sc-rnfxli a:hover::after {
  width: 100%;
}

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

/* Mobile menu */
.el-xfq034 {
  display: none;
  background: none;
  border: none;
  color: var(--text-light);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 5px;
}

.el-xfq034 span {
  display: block;
  width: 25px;
  height: 3px;
  background: var(--text-light);
  margin: 5px 0;
  transition: var(--transition);
  border-radius: 2px;
}

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

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

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

/* ========== Brand Week Banner (Module 6) ========== */
.sc-loah48 {
  background: var(--gradient-primary);
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sc-loah48::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); }
}
/* 3ezkid */
.sc-loah48 ._z0l2frc {
  position: relative;
  z-index: 1;
}

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

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

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

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

.css-9qkun6::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%);
}
/* 8cecv */
._n3xkr6h9 {
  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);
}

._n3xkr6h9 .css-yb8vje {
  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); }
/* dxn4d */  50% { transform: scale(1.05); }
}

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

._n3xkr6h9 .wyzqbuax4i {
  font-size: 3rem;
  font-weight: 900;
  color: var(--primary);
  margin: 20px 0;
  text-shadow: 0 0 30px rgba(255,87,34,0.5);
}
/* 0elormnt5y */
.el-fr5x5d {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
}

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

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

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

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

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

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

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

.ote9nqmnk6 {
  text-align: center;
  margin-bottom: 40px;
}
/* x2hyfwq */
.ote9nqmnk6 h2 {
  font-size: 2rem;
  color: var(--text-light);
  position: relative;
  display: inline-block;
}

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

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

.tw-8x449j {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
}
/* t1hblj */
.tw-8x449j:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}

.tw-8x449j .tw-shbla9 {
  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;
}
/* 078yc */
.tw-8x449j .tw-shbla9.sc-hg1g5z {
  background: var(--danger);
}

.tw-8x449j .tw-shbla9.el-fk5bz0 {
  background: var(--success);
}

.tw-8x449j .tw-shbla9.sc-0ynrb8 {
  background: var(--gold);
  color: #333;
}

.tw-8x449j .tw-0uqqj9 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tw-8x449j .z2olztj8r {
  padding: 20px;
}

.tw-8x449j .st-3kbpl5 {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 5px;
}

.tw-8x449j .st-x0ry4o {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 10px;
  line-height: 1.4;
}

.tw-8x449j ._dkuz8v6u {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold);
  margin-bottom: 10px;
}

.tw-8x449j ._c7sqaz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 15px;
}

.tw-8x449j ._eay3sxav {
  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);
}

.tw-8x449j ._eay3sxav:hover {
  opacity: 0.9;
  color: white;
}

/* Large featured card */
.tw-8x449j._2b4zsp {
  grid-column: span 2;
}

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

.ci55u53 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
/* 3ync1 */
.vu7ixsro3 {
  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;
}

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

.vu7ixsro3 .css-crolx4 {
  font-size: 1.1rem;
}

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

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

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

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

.lm13mk0u06 .sc-ivg98x {
  font-size: 2rem;
  margin-bottom: 10px;
}
/* g4gxqzks */
.lm13mk0u06 h3 {
  font-size: 1.1rem;
  color: var(--danger);
  margin-bottom: 10px;
}

.lm13mk0u06 p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
/* jlv2qn7q9 */
.lm13mk0u06 .st-li2o93 {
  color: var(--primary);
  font-weight: 500;
  font-size: 0.9rem;
}

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

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

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

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

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

._3w0yzhij ._y6yvzb {
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 8px;
}

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

._3w0yzhij .css-mxrnqg {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 10px 0;
}
/* r6lmbv */
.vfqxnzbe {
  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;
}

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

.vfqxnzbe.el-1bu7s0 {
  background: var(--success);
}

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

.sc-8aigny {
  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);
}

.sc-8aigny:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-card);
}

.sc-8aigny ._2o20ik {
  width: 120px;
  height: 120px;
  border-radius: var(--radius);
  object-fit: cover;
  flex-shrink: 0;
}

.sc-8aigny .css-c4pokn h3 {
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.sc-8aigny .css-c4pokn p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.sc-8aigny ._1azvf2o7 {
  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);
}

.sc-8aigny ._1azvf2o7:hover {
  background: var(--primary);
  color: white;
}

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

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

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

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

.st-4ac1b3 ul {
  list-style: none;
}

.st-4ac1b3 ul li {
  margin-bottom: 10px;
}

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

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

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

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

.uqlxt19 a:hover {
  background: var(--primary);
  color: white;
}
/* l3f39 */
._k78uckqk {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.st-3a75cy {
  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;
}
/* poyhrtg */
.st-3a75cy p {
  color: #ff8a80;
  margin: 0;
}

.st-gg96nn {
  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-yzecnr {
  counter-reset: step-counter;
  list-style: none;
  padding: 0;
}

.css-yzecnr 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-yzecnr 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;
}
/* 3pdey */
/* App Download Page */
._ujk6lkkb {
  padding: 80px 0;
  text-align: center;
}

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

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

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

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

._hc5rue7m .swr2i9rjo {
  font-size: 1.5rem;
}

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

.sc-iad33w {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
}

@keyframes confetti-fall {
  0% {
    opacity: 1;
    transform: translateY(-100px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateY(100vh) rotate(720deg);
  }
}
/* 462ziyke */
/* Card fly animation */
@keyframes fly-to-wallet {
  0% {
    transform: scale(1);
    opacity: 1;
  }
/* nm3rd8 */  50% {
    transform: scale(0.5) translate(50vw, -50vh);
    opacity: 0.5;
  }
/* 8lbiz4 */  100% {
    transform: scale(0) translate(80vw, -80vh);
    opacity: 0;
  }
}

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

/* Wallet icon */
.va2nn3fxz1 {
  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);
}

.va2nn3fxz1.hodcofd4 {
  animation: wallet-bounce 0.5s ease;
}

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

.huyytist5f {
  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) {
  .sc-rnfxli {
    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);
  }

  .sc-rnfxli.active {
    display: flex;
  }

  .el-xfq034 {
    display: block;
  }
/* gacfru1w0 */
  ._n3xkr6h9 {
    padding: 25px;
  }

  ._n3xkr6h9 .wyzqbuax4i {
    font-size: 2rem;
  }

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

  .k6zr7bl .sc-vwgoz2 {
    font-size: 1.8rem;
  }

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

  .tw-8x449j._2b4zsp {
    grid-column: span 1;
  }
/* fx5lc */
  .e5xia1ptvo {
    grid-template-columns: 1fr;
  }

  .sc-8aigny {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .css-5itcde h1 {
    font-size: 1.5rem;
  }

  .sc-8w5z5b {
    grid-template-columns: 1fr 1fr;
  }
/* mqkr77 */
  .ote9nqmnk6 h2 {
    font-size: 1.5rem;
  }

  .ci55u53 {
    gap: 8px;
  }
/* bp8l2a1e */
  .vu7ixsro3 {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
/* 6nawqook */}

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

  .el-fr5x5d {
    gap: 8px;
  }

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

/* ========== Utility Classes ========== */
._8fzeujy { text-align: center; }
.sc-xbmybw { color: var(--primary); }
.aondt5y1cf { color: var(--gold); }
._kwa4bky { color: var(--text-muted); }
._1romc2i { margin-top: 20px; }
._70m3kkm { margin-bottom: 20px; }
.el-mg3ied { margin-top: 40px; }
.owmawunwt { margin-bottom: 40px; }

/* 258wc61ztsbt5vog */
