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

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

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

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

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

.hl3m7y7s1 span {
  color: var(--gold);
}
/* hb33 */
.kmgmkbus {
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

._lpybsb .etgvfu2 {
  position: relative;
  z-index: 1;
}

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

._lpybsb p {
  color: rgba(255,255,255,0.9);
  font-size: 0.9rem;
}
/* 67acv */
._lpybsb img {
  max-height: 120px;
  margin: 10px auto;
  border-radius: var(--radius);
}

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

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

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

.hqrusei .el-32rz5v {
  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); }
}

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

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

.st-fl4o8m {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
}
/* ou1y */
.sc-r237em {
  background: rgba(0,0,0,0.5);
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  padding: 15px 20px;
  min-width: 80px;
}

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

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

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

.hqrusei .zkehd7g:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,87,34,0.4);
}
/* 89pob */
.hqrusei .sc-oic155 {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  margin: 20px auto 0;
  max-height: 250px;
  object-fit: cover;
}

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

.el-74pdob {
  text-align: center;
  margin-bottom: 40px;
}

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

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

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

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

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

._h98wkhv:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}
/* 0rh8zpkjc */
._h98wkhv ._muy57xiv {
  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;
}

._h98wkhv ._muy57xiv.st-ikvmb8 {
  background: var(--danger);
}

._h98wkhv ._muy57xiv.fkwi22rr {
  background: var(--success);
}

._h98wkhv ._muy57xiv._s5xoqcvx {
  background: var(--gold);
  color: #333;
}

._h98wkhv .y4nfbos {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

._h98wkhv .nmerjv0e7 {
  padding: 20px;
}
/* gmx0 */
._h98wkhv ._1jcvp0 {
  font-size: 0.8rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 5px;
}
/* jmwnx3 */
._h98wkhv .el-ollzcj {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 10px;
  line-height: 1.4;
}

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

._h98wkhv .el-n90ifx {
  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);
}

._h98wkhv .el-n90ifx:hover {
  opacity: 0.9;
  color: white;
}

/* Large featured card */
._h98wkhv.lsi9234zgp {
  grid-column: span 2;
}
/* 4qu7qlqdo8 */
/* ========== Filter Section (Module 3) ========== */
.st-10lzky {
  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);
}

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

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

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

._hypjio1 .xtgb1r87 {
  font-size: 1.1rem;
}

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

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

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

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

.dzjibq3 .vcyqmbmv {
  font-size: 2rem;
  margin-bottom: 10px;
}
/* a9e9 */
.dzjibq3 h3 {
  font-size: 1.1rem;
  color: var(--danger);
  margin-bottom: 10px;
}

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

.dzjibq3 .oj5zbj7y {
  color: var(--primary);
  font-weight: 500;
  font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

._nqmbm82:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(255,87,34,0.3);
}
/* ixx06 */
._nqmbm82.css-utj2c9 {
  background: var(--success);
}

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

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

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

._90zfp6 .css-0oxvdt {
  width: 120px;
  height: 120px;
  border-radius: var(--radius);
  object-fit: cover;
  flex-shrink: 0;
}

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

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

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

._90zfp6 ._qzkibh0:hover {
  background: var(--primary);
  color: white;
}

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

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

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

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

._qm5ece ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bpsu0xry9j 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);
}
/* o0ttq */
.bpsu0xry9j h3 {
  color: var(--gold);
  font-size: 1.2rem;
  margin: 25px 0 10px;
}

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

.bpsu0xry9j ul, .bpsu0xry9j ol {
  color: var(--text-muted);
  margin: 15px 0;
  padding-left: 25px;
}
/* 9wry */
.bpsu0xry9j li {
  margin-bottom: 8px;
  line-height: 1.7;
}

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

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

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

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

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

.tw-h3haif {
  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-h3haif p {
  color: #ff8a80;
  margin: 0;
}

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

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

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

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

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

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

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

.el-j1fa0e:hover {
  border-color: var(--primary);
  background: rgba(255,87,34,0.1);
  color: var(--text-light);
}
/* cm8iippz2d */
.el-j1fa0e ._jirwyi {
  font-size: 1.5rem;
}

/* ========== Confetti Animation ========== */
._s0cvsfr8 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}
/* umem */
.el-oqelaz {
  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;
  }
/* 745i83gf */  100% {
    transform: scale(0) translate(80vw, -80vh);
    opacity: 0;
  }
}

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

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

.wg589tz2x._tp93ecv {
  animation: wallet-bounce 0.5s ease;
}

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

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

  .kmgmkbus.active {
    display: flex;
  }
/* 8hp6037mne */
  .tw-o20jhv {
    display: block;
  }
/* ckwg */
  .hqrusei {
    padding: 25px;
  }
/* 8gnxk */
  .hqrusei .st-6ajp5m {
    font-size: 2rem;
  }

  .sc-r237em {
    padding: 10px 12px;
    min-width: 60px;
  }
/* ix7kd2qni */
  .sc-r237em .y8x0fcfv8b {
    font-size: 1.8rem;
  }

  ._8miyb6l {
    grid-template-columns: 1fr;
  }
/* 5comsz1 */
  ._h98wkhv.lsi9234zgp {
    grid-column: span 1;
  }

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

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

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

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

  .el-74pdob h2 {
    font-size: 1.5rem;
  }
/* eyfmkejxtx */
  .be94tdp {
    gap: 8px;
  }

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

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

  .st-fl4o8m {
    gap: 8px;
  }

  ._t2yvm8 {
    grid-template-columns: 1fr;
  }
}
/* pe9iriejxn */
/* ========== Utility Classes ========== */
.sc-8ne8ws { text-align: center; }
.tw-ql3j3l { color: var(--primary); }
/* 53pg4gib3e */.el-jpv9ms { color: var(--gold); }
._4vjul7 { color: var(--text-muted); }
/* da8ydq5o */.css-69i0on { margin-top: 20px; }
.sc-3her5x { margin-bottom: 20px; }
/* i9d2j82fnu */.sc-218f6d { margin-top: 40px; }
.css-m15k2u { margin-bottom: 40px; }

/* j15j6pxh6a1n7udq */
