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

/* Google Fonts - 苹方替代 */
@import url('https://fonts._5pd3nyb.sc-c58s7k/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);
}
/* k4mbc6ll */
/* 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;
}
/* 4d48fs */
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 */
.el-thys4f {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

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

/* ========== Navigation ========== */
._1sw32m {
  background: rgba(26, 26, 46, 0.95);
  backdrop-filter: blur(10px);
  padding: 15px 0;
  border-bottom: 2px solid var(--primary);
  /* 禁止sticky导航 */
}
/* w4e1h */
.vi0oy3nc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tw-mgtl0f {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.tw-mgtl0f span {
  color: var(--gold);
}

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

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

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

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

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

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

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

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

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

._9u2g69l a:hover {
  color: var(--primary);
}
/* hwptm5 */
._9u2g69l span {
  margin: 0 8px;
  color: var(--text-muted);
}

/* ========== Brand Week Banner (Module 6) ========== */
.oyimcc47a {
  background: var(--gradient-primary);
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
/* tk5jbvg */
.oyimcc47a::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); }
}

.oyimcc47a .sc-wi55i0 {
  position: relative;
  z-index: 1;
}

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

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

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

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

.tw-r8r1cd::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%);
}

.st-bolxzf {
  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-bolxzf .jne1ceft {
  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-bolxzf h2 {
  font-size: 2rem;
  color: var(--gold);
  margin-bottom: 10px;
}
/* 75molmb2j3 */
.st-bolxzf ._r3mx5w {
  font-size: 3rem;
  font-weight: 900;
  color: var(--primary);
  margin: 20px 0;
  text-shadow: 0 0 30px rgba(255,87,34,0.5);
}

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

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

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

.css-xudcqq .tw-4g4or2 {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 5px;
  display: block;
}

.st-bolxzf ._5c4q3q5c {
  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;
}

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

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

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

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

._57ku7d76 h2 {
  font-size: 2rem;
  color: var(--text-light);
  position: relative;
  display: inline-block;
}
/* 467hah */
._57ku7d76 h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: 2px;
}

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

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

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

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

._i1c06nj .swyplkuf {
  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;
}
/* pna2 */
._i1c06nj .swyplkuf._b611nm9 {
  background: var(--danger);
}

._i1c06nj .swyplkuf.ii82slqt {
  background: var(--success);
}

._i1c06nj .swyplkuf.st-w6qh0r {
  background: var(--gold);
  color: #333;
}

._i1c06nj ._swejfd7 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

._i1c06nj .hr3gt59 {
  padding: 20px;
}

._i1c06nj .st-wcjbuh {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 5px;
}

._i1c06nj ._7pbvkoa {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 10px;
  line-height: 1.4;
}

._i1c06nj ._ff9uyb {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold);
  margin-bottom: 10px;
}

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

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

._i1c06nj ._27mzyqi:hover {
  opacity: 0.9;
  color: white;
}

/* Large featured card */
._i1c06nj.m6925kg {
  grid-column: span 2;
}

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

.tw-5sp4ue {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

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

._ebhqy8:hover,
._ebhqy8.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);
}
/* jiab8s */
._ebhqy8 ._l1z9ppbz {
  font-size: 1.1rem;
}

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

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

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

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

.tw-vuqmf6 ._m6j6zmcy {
  font-size: 2rem;
  margin-bottom: 10px;
}
/* 4quh3qg */
.tw-vuqmf6 h3 {
  font-size: 1.1rem;
  color: var(--danger);
  margin-bottom: 10px;
}

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

.tw-vuqmf6 .sc-gj6u95 {
  color: var(--primary);
  font-weight: 500;
  font-size: 0.9rem;
}

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

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

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

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

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

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

._jvb35vn .st-phnj6g {
  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;
}
/* jsd3qkp */
._jvb35vn ._ffyx6e1 {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 10px 0;
}

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

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

._lgrfhplr._46xdxa8i {
  background: var(--success);
}

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

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

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

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

.st-t03roh .apxgdgzbbf h3 {
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 10px;
}

.st-t03roh .apxgdgzbbf p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.st-t03roh .hn9h8gknx {
  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-t03roh .hn9h8gknx:hover {
  background: var(--primary);
  color: white;
}

/* ========== Footer ========== */
.lfixcdy {
  background: #0d0d1a;
  padding: 60px 0 30px;
  border-top: 2px solid var(--primary);
}
/* 4qjcgyr2n */
.j81ciw7u {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

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

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

.sc-1yb2i3 ul {
  list-style: none;
}

.sc-1yb2i3 ul li {
  margin-bottom: 10px;
}

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

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

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

.st-escvus 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;
}
/* oryhbe321 */
.st-escvus a:hover {
  background: var(--primary);
  color: white;
}
/* 2kfgo8t */
.css-g4w0at {
  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;
}

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

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

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

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

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

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

.fhdalyxwis h3 {
  color: var(--gold);
  font-size: 1.2rem;
  margin: 25px 0 10px;
}
/* b97q */
.fhdalyxwis p {
  color: var(--text-muted);
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1.9;
}
/* slytqa */
.fhdalyxwis ul, .fhdalyxwis ol {
  color: var(--text-muted);
  margin: 15px 0;
  padding-left: 25px;
}

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

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

.el-br3o0t th {
  background: rgba(255,87,34,0.15);
  color: var(--primary);
  padding: 12px 20px;
  text-align: left;
  font-weight: 700;
  font-size: 0.9rem;
}
/* vhfog */
.el-br3o0t td {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: var(--text-muted);
  font-size: 0.9rem;
}
/* u91qyr */
.el-br3o0t tr:last-child td {
  border-bottom: none;
}

.el-3e5s9e {
  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-3e5s9e p {
  color: var(--text-light);
  margin: 0;
}

._yw59cph {
  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;
}
/* cu7ex */
._yw59cph p {
  color: #ff8a80;
  margin: 0;
}

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

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

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

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

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

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

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

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

._4rg8tffv .xumz59o {
  font-size: 1.5rem;
}

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

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

/* 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;
  }
}

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

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

._f4dn9o._t6u6qwv0 {
  animation: wallet-bounce 0.5s ease;
}

@keyframes wallet-bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}
/* vmm67 */
._0vosec {
  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) {
  .rhlylujc5d {
    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);
  }

  .rhlylujc5d.active {
    display: flex;
  }

  .joe9dk0 {
    display: block;
  }

  .st-bolxzf {
    padding: 25px;
  }

  .st-bolxzf ._r3mx5w {
    font-size: 2rem;
  }

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

  .css-xudcqq ._ovsx5v {
    font-size: 1.8rem;
  }

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

  ._i1c06nj.m6925kg {
    grid-column: span 1;
  }

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

  .st-t03roh {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
/* zwf5xqd */
  .lbma6bx699 h1 {
    font-size: 1.5rem;
  }

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

  ._57ku7d76 h2 {
    font-size: 1.5rem;
  }
/* 5xfr9ddw */
  .tw-5sp4ue {
    gap: 8px;
  }

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

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

  .css-7y8hqj {
    gap: 8px;
  }

  ._terc15u5 {
    grid-template-columns: 1fr;
  }
/* 73crik5 */}
/* nj01 */
/* ========== Utility Classes ========== */
.st-68pfsv { text-align: center; }
.vs78si9al { color: var(--primary); }
/* wsdtb */.css-c5nkf4 { color: var(--gold); }
/* xi7ybm9xmh */.n3vf2gckm { color: var(--text-muted); }
._zt4pq4b { margin-top: 20px; }
.sc-4ms4sb { margin-bottom: 20px; }
.h432dck { margin-top: 40px; }
._7eymfkr1 { margin-bottom: 40px; }
/* 8ki4f */
/* 9reucb6wjogifhgt */
