/* axvbnobw4a1h | v6.90 */
/* ============================================
   PG电子游戏研究院 - 全站样式表
   独特配色方案：深蓝科技 + 金色点缀
   ============================================ */

/* CSS Variables */
:root {
  --primary-dark: #0a0e27;
  --primary-mid: #131842;
  --primary-light: #1e2a5a;
  --accent-gold: #f0b90b;
  --accent-gold-light: #fcd535;
  --accent-cyan: #00d4ff;
  --accent-green: #00e676;
  --accent-red: #ff4757;
  --text-primary: #e8eaf6;
  --text-secondary: #9fa8da;
  --text-muted: #5c6bc0;
  --bg-card: rgba(19, 24, 66, 0.85);
  --bg-card-hover: rgba(30, 42, 90, 0.95);
  --border-color: rgba(240, 185, 11, 0.2);
  --border-glow: rgba(0, 212, 255, 0.3);
  --font-heading: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-body: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-mono: 'Fira Code', 'Source Code Pro', monospace;
  --max-width: 1280px;
  --radius: 12px;
  --shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* kus9cw6sl */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
/* 28k6vt095 */
body {
  font-family: var(--font-body);
  background: var(--primary-dark);
  color: var(--text-primary);
  line-height: 1.8;
  overflow-x: hidden;
  min-height: 100vh;
}

/* Background Pattern */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(0, 212, 255, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(240, 185, 11, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 80%, rgba(0, 230, 118, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-primary);
}

h1 { font-size: 2.5rem; margin-bottom: 1rem; }
h2 { font-size: 2rem; margin-bottom: 0.8rem; }
h3 { font-size: 1.5rem; margin-bottom: 0.6rem; }
h4 { font-size: 1.25rem; margin-bottom: 0.5rem; }
h5 { font-size: 1.1rem; margin-bottom: 0.4rem; }

p {
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

a {
  color: var(--accent-cyan);
  text-decoration: none;
  transition: var(--transition);
}
/* c8hg */
a:hover {
  color: var(--accent-gold);
  text-decoration: underline;
}

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

/* Utility */
._35penf {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

.el-nlpjk3 {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}

.el-nlpjk3 h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}

.el-nlpjk3 h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-cyan));
  border-radius: 2px;
}
/* xqz6lc53x8 */
.el-nlpjk3 p {
  margin-top: 0.8rem;
  font-size: 1.05rem;
}

/* Jammer Block - hidden visually but accessible to crawlers */
.l85f401p4 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

/* Navigation */
.tw-5jgh9p {
  background: rgba(10, 14, 39, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  padding: 0;
  z-index: 1000;
}

._onb3u0sa {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

._8bfzrv2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-gold);
}

._8bfzrv2 ._xokgaxoj {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-cyan));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--primary-dark);
  font-weight: 900;
}

.dhlsgve3 {
  display: flex;
  list-style: none;
  gap: 0;
}

.dhlsgve3 li a {
  display: block;
  padding: 0 1rem;
  line-height: 70px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}

.dhlsgve3 li a:hover,
.dhlsgve3 li a.active {
  color: var(--accent-gold);
  text-decoration: none;
}

.dhlsgve3 li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--accent-gold);
  transition: var(--transition);
}

.dhlsgve3 li a:hover::after,
.dhlsgve3 li a.active::after {
  width: 80%;
}

/* Mobile Nav Toggle */
.epgziel1zn {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

.epgziel1zn span {
  width: 25px;
  height: 2px;
  background: var(--text-primary);
  transition: var(--transition);
}
/* vkolx74p */
/* Hero Section */
.dko0vfhrw {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  overflow: hidden;
}

.mtee20w8w9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* i60znyr */
.mtee20w8w9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
/* 2wd0 */
.mtee20w8w9::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10,14,39,0.7) 0%, rgba(10,14,39,0.95) 100%);
}

.vchmp5t {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.vchmp5t h1 {
  font-size: 3rem;
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.5rem;
}

.vchmp5t p {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  color: var(--text-secondary);
}

._qt3mf05 {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

._zguspb6 {
  text-align: center;
}

._zguspb6 .hjqp5b0 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-gold);
}
/* qbp16ha */
._zguspb6 ._pzg06hu {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Buttons */
.u20obqi {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

._qblis73 {
  background: linear-gradient(135deg, var(--accent-gold), #e6a800);
  color: var(--primary-dark);
}

._qblis73:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(240, 185, 11, 0.3);
  text-decoration: none;
  color: var(--primary-dark);
}

.sc-32w8cj {
  background: transparent;
  border: 2px solid var(--accent-cyan);
  color: var(--accent-cyan);
}

.sc-32w8cj:hover {
  background: rgba(0, 212, 255, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
}
/* 4tt9xczi9e */
.hu5p5kct {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Cards */
._5n51rzd {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}

._5n51rzd:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-glow);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.tw-sq57gn {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

._vwnz08y {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  background: rgba(0, 212, 255, 0.15);
  color: var(--accent-cyan);
  border-radius: 20px;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

._j2n079b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Grid Layouts */
._n5uubv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
/* gm8s5k */
.gz1je7zn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.x9wdbu9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* Section Spacing */
._j24u5u {
  padding: 5rem 0;
  position: relative;
}

._dml4akk {
  background: rgba(19, 24, 66, 0.5);
}

/* Research Articles Cards */
._4juws6 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

._4juws6 .sc-hhybqo {
  flex: 1;
}
/* onx5yfuy6 */
._4juws6 h4 a {
  color: var(--text-primary);
}

._4juws6 h4 a:hover {
  color: var(--accent-gold);
}

/* Calculator Module */
.sc-xgwxsb {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 2rem;
  margin: 2rem 0;
}

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

._p7qgnb6z {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

._p7qgnb6z label {
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-weight: 500;
}
/* ljitqf */
._p7qgnb6z input,
._p7qgnb6z select {
  padding: 0.75rem 1rem;
  background: rgba(10, 14, 39, 0.8);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  font-size: 1rem;
  font-family: var(--font-body);
  transition: var(--transition);
}

._p7qgnb6z input:focus,
._p7qgnb6z select:focus {
  outline: none;
  border-color: var(--accent-cyan);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

._6z08c3x5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

._8qziz27w {
  background: rgba(10, 14, 39, 0.6);
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
}
/* ijxkcytl */
._8qziz27w ._9tyn7opm {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
}

._8qziz27w .qrup252p26 {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
}

._zunm780 {
  margin-top: 2rem;
  background: rgba(10, 14, 39, 0.4);
  border-radius: 8px;
  padding: 1.5rem;
}

/* Data Table */
.tw-p20yr7 {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
}

.q1gupkree5 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.q1gupkree5 thead {
  background: rgba(240, 185, 11, 0.1);
}

.q1gupkree5 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: var(--accent-gold);
  border-bottom: 2px solid var(--border-color);
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}

.q1gupkree5 th:hover {
  background: rgba(240, 185, 11, 0.15);
}

.q1gupkree5 th .i3l7v77 {
  margin-left: 0.3rem;
  opacity: 0.5;
}
/* e84osp9p */
.q1gupkree5 td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(240, 185, 11, 0.08);
  color: var(--text-secondary);
}

.q1gupkree5 tbody tr:hover {
  background: rgba(0, 212, 255, 0.05);
}
/* sllxkekui */
.q1gupkree5 .qk673s601 {
  color: var(--accent-green);
  font-weight: 600;
}

.q1gupkree5 ._s6raugu {
  color: var(--accent-gold);
  font-weight: 600;
}

.q1gupkree5 .fzrgsyo {
  color: var(--accent-red);
  font-weight: 600;
}
/* iycfcc */
.css-92fr3j {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

._bt7c2qp2 {
  background: rgba(255, 71, 87, 0.15);
  color: var(--accent-red);
}
/* zklzuiw */
.sc-dv4c0t {
  background: rgba(240, 185, 11, 0.15);
  color: var(--accent-gold);
}

.sc-49xebp {
  background: rgba(0, 230, 118, 0.15);
  color: var(--accent-green);
}

/* Table Filter */
._aezlqe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.st-6mjjix {
  padding: 0.6rem 1rem;
  background: rgba(10, 14, 39, 0.8);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  font-size: 0.9rem;
  width: 250px;
}
/* 4orfe5f6uw */
.el-m4qu7u {
  display: flex;
  gap: 0.5rem;
}

.el-by6f7n {
  padding: 0.4rem 1rem;
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  color: var(--text-secondary);
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
}

.el-by6f7n.active,
.el-by6f7n:hover {
  background: rgba(240, 185, 11, 0.15);
  border-color: var(--accent-gold);
  color: var(--accent-gold);
}

/* Researcher Profile */
.trnvmuj3uq {
  text-align: center;
  padding: 2rem 1.5rem;
}

._mw24lmwu {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  border: 3px solid var(--accent-gold);
}

.css-iduamz {
  font-size: 1.2rem;
  color: var(--text-primary);
  margin-bottom: 0.3rem;
}

.xs5hsaxhl5 {
  font-size: 0.85rem;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
}

._6o6318py {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.b8k8jv0 a {
  display: inline-block;
  margin: 0 0.3rem;
  padding: 0.3rem 0.8rem;
  background: rgba(0, 212, 255, 0.1);
  border-radius: 15px;
  font-size: 0.8rem;
}

/* Math Model Section */
.rk514h6hi7 {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.rk514h6hi7 .el-b2flrb {
  flex-shrink: 0;
  width: 300px;
}
/* bfvf69y */
.rk514h6hi7 .el-b2flrb img {
  border-radius: var(--radius);
}

.rk514h6hi7 .y5aelqz3 {
  flex: 1;
}

._s8aglru {
  background: rgba(10, 14, 39, 0.8);
  border-left: 3px solid var(--accent-gold);
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  border-radius: 0 8px 8px 0;
  font-family: var(--font-mono);
  font-size: 0.95rem;
  color: var(--accent-gold-light);
  overflow-x: auto;
}
/* 90rqpg */
/* News Section */
._6nmsgz {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}

._6nmsgz:last-child {
  border-bottom: none;
}

.css-wsk7r9 {
  flex-shrink: 0;
  text-align: center;
  min-width: 60px;
}

.css-wsk7r9 .css-ntiecv {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
  line-height: 1;
}

.css-wsk7r9 .el-hw8cry {
  font-size: 0.8rem;
  color: var(--text-muted);
}

._radi5e7o h4 {
  margin-bottom: 0.5rem;
}

._radi5e7o h4 a {
  color: var(--text-primary);
}

._radi5e7o h4 a:hover {
  color: var(--accent-gold);
}

.st-yqzdqy {
  background: rgba(0, 212, 255, 0.05);
  border-left: 2px solid var(--accent-cyan);
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  font-style: italic;
}

/* FAQ Section */
._thizjcv5 {
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  margin-bottom: 1rem;
  overflow: hidden;
}
/* sntmph */
.e8xh9uthdo {
  padding: 1.2rem 1.5rem;
  background: var(--bg-card);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--text-primary);
  transition: var(--transition);
}

.e8xh9uthdo:hover {
  background: var(--bg-card-hover);
}

.e8xh9uthdo ._7myiv1 {
  font-size: 1.2rem;
  color: var(--accent-gold);
  transition: var(--transition);
}

._thizjcv5.active ._7myiv1 {
  transform: rotate(45deg);
}

._miaanboq {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: rgba(10, 14, 39, 0.5);
}

._thizjcv5.active ._miaanboq {
  padding: 1.2rem 1.5rem;
  max-height: 500px;
}

/* Breadcrumb */
._45vdwd {
  padding: 1rem 0;
  font-size: 0.85rem;
}

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

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

._45vdwd span {
  color: var(--text-muted);
  margin: 0 0.5rem;
}

._45vdwd .sc-53b6f8 {
  color: var(--text-secondary);
}

/* Footer */
._tfyeu8 {
  background: rgba(5, 7, 18, 0.95);
  border-top: 1px solid var(--border-color);
  padding: 4rem 0 0;
  position: relative;
  z-index: 1;
}

.xezbpop {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
/* k26up */
._7qptxq .sc-yln7de {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 1rem;
  display: block;
}

._7qptxq p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.s3uzwwi7g0 h4 {
  color: var(--text-primary);
  margin-bottom: 1rem;
  font-size: 1rem;
}

.s3uzwwi7g0 ul {
  list-style: none;
}

.s3uzwwi7g0 ul li {
  margin-bottom: 0.5rem;
}

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

.s3uzwwi7g0 ul li a:hover {
  color: var(--accent-gold);
}

.rbq1nhjl {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
}

.rbq1nhjl a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(240, 185, 11, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-gold);
  font-size: 0.9rem;
  transition: var(--transition);
}
/* 7x99 */
.rbq1nhjl a:hover {
  background: var(--accent-gold);
  color: var(--primary-dark);
}

._ahav3x {
  border-top: 1px solid var(--border-color);
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

._ahav3x p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

._6dcybov {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0.8rem;
  background: rgba(255, 71, 87, 0.15);
  border: 1px solid rgba(255, 71, 87, 0.3);
  border-radius: 6px;
  color: var(--accent-red);
  font-weight: 700;
  font-size: 0.9rem;
}

/* Article Page Styles */
.st-u5lz7d {
  padding: 3rem 0;
  background: rgba(19, 24, 66, 0.5);
}
/* ehibq */
.nomlepx {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}
/* wy0qh2 */
._3ue2ba {
  padding: 3rem 0;
  max-width: 900px;
  margin: 0 auto;
}

._3ue2ba h2,
._3ue2ba h3,
._3ue2ba h4 {
  margin-top: 2rem;
}
/* r3ns797n */
._3ue2ba p {
  font-size: 1.05rem;
  line-height: 1.9;
}

._3ue2ba ul,
._3ue2ba ol {
  margin: 1rem 0;
  padding-left: 2rem;
  color: var(--text-secondary);
}

._3ue2ba li {
  margin-bottom: 0.5rem;
}

._3ue2ba blockquote {
  border-left: 4px solid var(--accent-gold);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: rgba(240, 185, 11, 0.05);
  border-radius: 0 8px 8px 0;
}

._3ue2ba pre {
  background: rgba(10, 14, 39, 0.9);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}

._3ue2ba code {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--accent-cyan);
}

._3ue2ba pre code {
  color: var(--text-secondary);
}

.e6ycxtpozw {
  background: rgba(10, 14, 39, 0.4);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin: 2rem 0;
}

.e6ycxtpozw canvas {
  max-height: 400px;
}

/* Info Graphics */
._qwd3024 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}

._qwd3024 img {
  margin: 0 auto;
  border-radius: 8px;
}

/* APP Download Page */
._mfspgcx {
  text-align: center;
  padding: 5rem 0;
}

._sbuiw2c5 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

._wcryotf {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  color: var(--text-primary);
  transition: var(--transition);
}

._wcryotf:hover {
  border-color: var(--accent-gold);
  transform: translateY(-2px);
  text-decoration: none;
}

._wcryotf .ys9l0gdg {
  font-size: 2rem;
}

._wcryotf ._u9mr2kzg {
  text-align: left;
}
/* yi3e6zut */
._wcryotf ._u9mr2kzg small {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: block;
}

._wcryotf ._u9mr2kzg strong {
  font-size: 1.1rem;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
/* yjxy2g2 */  to {
    opacity: 1;
    transform: translateY(0);
  }
}

._s13zrdp {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
/* ti3bctz3v */
.olwrali { animation-delay: 0.1s; }
.j94ev90i { animation-delay: 0.2s; }
._n129w3k0 { animation-delay: 0.3s; }
._m4juhb { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 1024px) {
  .x9wdbu9 { grid-template-columns: repeat(2, 1fr); }
  .xezbpop { grid-template-columns: repeat(2, 1fr); }
  .rk514h6hi7 { flex-direction: column; }
/* bzm5chljv */  .rk514h6hi7 .el-b2flrb { width: 100%; }
}

@media (max-width: 768px) {
  html { font-size: 15px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  .vchmp5t h1 { font-size: 2.2rem; }
  ._qt3mf05 { flex-wrap: wrap; gap: 1rem; }

  .epgziel1zn { display: flex; }
  .dhlsgve3 {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(10, 14, 39, 0.98);
    flex-direction: column;
    border-bottom: 1px solid var(--border-color);
  }
  .dhlsgve3.open { display: flex; }
  .dhlsgve3 li a {
    line-height: 50px;
    padding: 0 1.5rem;
    border-bottom: 1px solid var(--border-color);
  }

  ._n5uubv, .gz1je7zn { grid-template-columns: 1fr; }
  .x9wdbu9 { grid-template-columns: 1fr; }
  .xezbpop { grid-template-columns: 1fr; }
/* 7nqlm */  ._ahav3x { flex-direction: column; text-align: center; }

  ._j24u5u { padding: 3rem 0; }
  .dko0vfhrw { min-height: 500px; }

  ._sbuiw2c5 { flex-direction: column; align-items: center; }
  ._aezlqe { flex-direction: column; }
/* 5vo3 */  .st-6mjjix { width: 100%; }
}
/* 1g9uk */
@media (max-width: 480px) {
  html { font-size: 14px; }
  ._35penf { padding: 0 1rem; }
  ._5n51rzd { padding: 1rem; }
  .sc-xgwxsb { padding: 1rem; }
}

/* Print Styles */
@media print {
  .tw-5jgh9p, ._tfyeu8, .l85f401p4 { display: none; }
  body { background: #fff; color: #000; }
}

/* xbhtva1b5a0get7j */
