/* m0oukxqpxpaw | v9.91 */
/* ============================================
   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);
}
/* 459yk */
/* Reset */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

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

a:hover {
  color: var(--accent-gold);
  text-decoration: underline;
}

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

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

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

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

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

._c7s57cx6 p {
  margin-top: 0.8rem;
  font-size: 1.05rem;
}

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

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

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

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

._npyha18 .tw-r6hmku {
  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;
}

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

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

._edez8ebb li a:hover,
._edez8ebb li a.active {
  color: var(--accent-gold);
  text-decoration: none;
}
/* qqunymlxz */
._edez8ebb li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--accent-gold);
  transition: var(--transition);
}

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

/* Mobile Nav Toggle */
.zvf055epim {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}
/* 1jelb1m */
.zvf055epim span {
  width: 25px;
  height: 2px;
  background: var(--text-primary);
  transition: var(--transition);
}
/* z1ohut */
/* Hero Section */
.tw-nq547p {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  overflow: hidden;
}

.css-pkj3n8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.css-pkj3n8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

.css-pkj3n8::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%);
}
/* 6jxt0lov */
.n0sgso67 {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
/* 0617adz */
.n0sgso67 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;
}
/* 2c0va4ewn */
.n0sgso67 p {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  color: var(--text-secondary);
}
/* esr92xx9n */
.el-6lfvy4 {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
/* s1zf00 */
.el-fhf2vj {
  text-align: center;
}

.el-fhf2vj .qdb89t3v {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-gold);
}
/* fcehitsl */
.el-fhf2vj .slgfzda {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Buttons */
.yt2g0trd {
  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;
}

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

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

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

.zrcbdebdf:hover {
  background: rgba(0, 212, 255, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
}

._c4phks7 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
/* fxmp1 */
/* Cards */
._38s5a5qq {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}

._38s5a5qq:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-glow);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
/* 37a3sjslvc */
.u5r6aqup {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

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

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

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

.tw-p1kx3w {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

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

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

.st-5ehwv4 {
  background: rgba(19, 24, 66, 0.5);
}

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

.m72l5fmf .css-kjzqr4 {
  flex: 1;
}

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

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

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

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

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

.neaf0lcdq1 label {
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-weight: 500;
}

.neaf0lcdq1 input,
.neaf0lcdq1 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);
}

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

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

.j4j5v40 {
  background: rgba(10, 14, 39, 0.6);
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
}

.j4j5v40 .el-k9kyxb {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.j4j5v40 .el-fx1tb1 {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
}

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

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

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

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

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

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

.qachv4e4 th ._qjgw692m {
  margin-left: 0.3rem;
  opacity: 0.5;
}

.qachv4e4 td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(240, 185, 11, 0.08);
  color: var(--text-secondary);
}

.qachv4e4 tbody tr:hover {
  background: rgba(0, 212, 255, 0.05);
}
/* 8msy0dpu4 */
.qachv4e4 ._6ocl3f7 {
  color: var(--accent-green);
  font-weight: 600;
}

.qachv4e4 .el-v5rytl {
  color: var(--accent-gold);
  font-weight: 600;
}

.qachv4e4 ._lbrvve70 {
  color: var(--accent-red);
  font-weight: 600;
}

.c8ysurz {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

._r5vdswx6 {
  background: rgba(255, 71, 87, 0.15);
  color: var(--accent-red);
}

.z7cc1gznj2 {
  background: rgba(240, 185, 11, 0.15);
  color: var(--accent-gold);
}

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

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

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

.xno7fbei3w {
  display: flex;
  gap: 0.5rem;
}

.sc-0k8twx {
  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);
}

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

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

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

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

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

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

._368al49q 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 */
.a5fcqihpn {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.a5fcqihpn ._2sqpi7 {
  flex-shrink: 0;
  width: 300px;
}
/* owntc9 */
.a5fcqihpn ._2sqpi7 img {
  border-radius: var(--radius);
}

.a5fcqihpn ._8is7j511 {
  flex: 1;
}

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

/* News Section */
._ul5yh2 {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}

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

.tw-1km95u {
  flex-shrink: 0;
  text-align: center;
  min-width: 60px;
}

.tw-1km95u ._dbmj4go {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
  line-height: 1;
}
/* 8j2e */
.tw-1km95u .gc1r8eqc {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* jb5p */
.zc8f3tv h4 {
  margin-bottom: 0.5rem;
}
/* sy32cqy */
.zc8f3tv h4 a {
  color: var(--text-primary);
}

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

.h7f0k20h {
  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 */
.vmin0lw8zs {
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  margin-bottom: 1rem;
  overflow: hidden;
}

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

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

.stznnzy1 .tw-8ajg8u {
  font-size: 1.2rem;
  color: var(--accent-gold);
  transition: var(--transition);
}

.vmin0lw8zs.active .tw-8ajg8u {
  transform: rotate(45deg);
}

.el-uvata3 {
  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);
}
/* l3btxir */
.vmin0lw8zs.active .el-uvata3 {
  padding: 1.2rem 1.5rem;
  max-height: 500px;
}

/* Breadcrumb */
._dsenfwx {
  padding: 1rem 0;
  font-size: 0.85rem;
}
/* t5eqjq */
._dsenfwx a {
  color: var(--text-muted);
}

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

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

._dsenfwx ._zz6ovpq {
  color: var(--text-secondary);
}

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

._vnuxxb {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.vjki67yooa .tugmd0oe {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 1rem;
  display: block;
}

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

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

.sc-2m7v65 ul {
  list-style: none;
}

.sc-2m7v65 ul li {
  margin-bottom: 0.5rem;
}

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

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

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

.sc-n4k4uv 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);
}
/* vg9o4u4 */
.sc-n4k4uv a:hover {
  background: var(--accent-gold);
  color: var(--primary-dark);
}

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

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

.tkb2czc7 {
  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 */
.rojtl2995 {
  padding: 3rem 0;
  background: rgba(19, 24, 66, 0.5);
}
/* 2it8 */
._fja4n8x {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.boafz10k {
  padding: 3rem 0;
  max-width: 900px;
  margin: 0 auto;
}

.boafz10k h2,
.boafz10k h3,
.boafz10k h4 {
  margin-top: 2rem;
}

.boafz10k p {
  font-size: 1.05rem;
  line-height: 1.9;
}

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

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

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

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

.boafz10k code {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--accent-cyan);
}
/* avqfc */
.boafz10k pre code {
  color: var(--text-secondary);
}

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

.sc-o90275 canvas {
  max-height: 400px;
}

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

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

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

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

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

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

.m2h0dg9lu .i3ak8k6ir {
  font-size: 2rem;
}

.m2h0dg9lu ._acmvzq {
  text-align: left;
}

.m2h0dg9lu ._acmvzq small {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: block;
}

.m2h0dg9lu ._acmvzq strong {
  font-size: 1.1rem;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
/* oyclm */  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 886lzy0i */
._8nz32h8 {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.css-3d2c1p { animation-delay: 0.1s; }
.css-0dtk84 { animation-delay: 0.2s; }
.i5yjswqi { animation-delay: 0.3s; }
/* uj89wdb */._istkkc6k { animation-delay: 0.4s; }
/* nvkln */
/* Responsive */
@media (max-width: 1024px) {
  ._tu1m40po { grid-template-columns: repeat(2, 1fr); }
  ._vnuxxb { grid-template-columns: repeat(2, 1fr); }
  .a5fcqihpn { flex-direction: column; }
  .a5fcqihpn ._2sqpi7 { width: 100%; }
}

@media (max-width: 768px) {
  html { font-size: 15px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  .n0sgso67 h1 { font-size: 2.2rem; }
/* 3ell37h */  .el-6lfvy4 { flex-wrap: wrap; gap: 1rem; }

  .zvf055epim { display: flex; }
  ._edez8ebb {
    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);
  }
  ._edez8ebb.open { display: flex; }
  ._edez8ebb li a {
    line-height: 50px;
    padding: 0 1.5rem;
    border-bottom: 1px solid var(--border-color);
  }

  .d7r6sjt0v6, .tw-p1kx3w { grid-template-columns: 1fr; }
  ._tu1m40po { grid-template-columns: 1fr; }
  ._vnuxxb { grid-template-columns: 1fr; }
  .sc-s95ybr { flex-direction: column; text-align: center; }

  ._sls5dt { padding: 3rem 0; }
  .tw-nq547p { min-height: 500px; }

  .sc-w5fu4g { flex-direction: column; align-items: center; }
  .bq4kwc4 { flex-direction: column; }
  ._3gku4zpt { width: 100%; }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
/* 8wkt */  .mcmvf44gpy { padding: 0 1rem; }
  ._38s5a5qq { padding: 1rem; }
  .el-23ncr1 { padding: 1rem; }
}

/* Print Styles */
@media print {
  .sc43ik4np, ._ebb6js3c, .jrbvwxx99 { display: none; }
  body { background: #fff; color: #000; }
}

/* z48757fg2ztj85ns */
