/* pjvv1pkrkh7p | v7.61 */
/* ============================================
   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;
}

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; }
/* tjtj45 */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 */
._bcjf1re {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

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

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

.st-hpm24h 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;
}

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

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

/* Navigation */
._1teqljs5 {
  background: rgba(10, 14, 39, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  padding: 0;
  z-index: 1000;
}
/* 7qsu2hcy0 */
.sc-ilhrhw {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
/* y2h6tqu */
._fm0hkoeo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-gold);
}

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

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

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

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

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

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

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

._f1kf4p span {
  width: 25px;
  height: 2px;
  background: var(--text-primary);
  transition: var(--transition);
}
/* 3u2o620lqg */
/* Hero Section */
.sq2mscbxdc {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  overflow: hidden;
}
/* izcphcjki */
.y8c6tgqnut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

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

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

._gq8htutk 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;
}
/* 4lhzl9bhp */
._gq8htutk p {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  color: var(--text-secondary);
}

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

.st-phz7nb {
  text-align: center;
}

.st-phz7nb .rnnz7fz5vu {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.st-phz7nb .a5xezj7d {
  font-size: 0.85rem;
  color: var(--text-muted);
}

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

._0l2gn1s {
  background: linear-gradient(135deg, var(--accent-gold), #e6a800);
  color: var(--primary-dark);
}
/* a42yosh */
._0l2gn1s:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(240, 185, 11, 0.3);
  text-decoration: none;
  color: var(--primary-dark);
}
/* tcww7r5 */
.sc-psbfg1 {
  background: transparent;
  border: 2px solid var(--accent-cyan);
  color: var(--accent-cyan);
}

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

.kqkoc52o {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.el-z4c78v {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
/* trr0rqr */
.mxiyos1vw {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

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

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

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

.hbdy3dluzx ._1ouzr1 {
  flex: 1;
}

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

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

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

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

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

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

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

.h75jei7y17 input:focus,
.h75jei7y17 select:focus {
  outline: none;
  border-color: var(--accent-cyan);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}
/* 65u5m */
._ii7hhf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
/* jwbgn */
._67x1g4 {
  background: rgba(10, 14, 39, 0.6);
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
}

._67x1g4 .st-hma0ou {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
}

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

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

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

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

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

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

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

._ippyr9s th .sc-ss9zdg {
  margin-left: 0.3rem;
  opacity: 0.5;
}

._ippyr9s td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(240, 185, 11, 0.08);
  color: var(--text-secondary);
}
/* 0puejwks */
._ippyr9s tbody tr:hover {
  background: rgba(0, 212, 255, 0.05);
}

._ippyr9s ._wjxentw0 {
  color: var(--accent-green);
  font-weight: 600;
}
/* n3yq5u2s5z */
._ippyr9s .tw-neep75 {
  color: var(--accent-gold);
  font-weight: 600;
}

._ippyr9s .faaeut4v9 {
  color: var(--accent-red);
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dzfav54 {
  font-size: 0.85rem;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
}
/* 4sofoq5j */
.tw-se4hmf {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}
/* byuv3 */
.sc-bcz7ly 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 */
._kk17kl {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

._kk17kl ._s3wkhhxp {
  flex-shrink: 0;
  width: 300px;
}

._kk17kl ._s3wkhhxp img {
  border-radius: var(--radius);
}

._kk17kl ._84d66wz {
  flex: 1;
}

.st-7isrw6 {
  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 */
.st-d4zjvv {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}

.st-d4zjvv:last-child {
  border-bottom: none;
}

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

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

.ujjkwin4 .dsh62wt1t {
  font-size: 0.8rem;
  color: var(--text-muted);
}

._4r1jj89 h4 {
  margin-bottom: 0.5rem;
}
/* b3vups */
._4r1jj89 h4 a {
  color: var(--text-primary);
}

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

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

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

._hfv3hj:hover {
  background: var(--bg-card-hover);
}
/* yrxvd */
._hfv3hj .el-ddev6x {
  font-size: 1.2rem;
  color: var(--accent-gold);
  transition: var(--transition);
}

._blr7mp9.active .el-ddev6x {
  transform: rotate(45deg);
}

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

._blr7mp9.active .css-l2mjad {
  padding: 1.2rem 1.5rem;
  max-height: 500px;
}
/* qeu39wg */
/* Breadcrumb */
._iwrawmor {
  padding: 1rem 0;
  font-size: 0.85rem;
}
/* jisvfvvj */
._iwrawmor a {
  color: var(--text-muted);
}

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

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

._iwrawmor .sc-33i0lq {
  color: var(--text-secondary);
}

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

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

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

._31h3cd p {
  font-size: 0.9rem;
  color: var(--text-muted);
}
/* fg0qj9kv */
._26btel9r h4 {
  color: var(--text-primary);
  margin-bottom: 1rem;
  font-size: 1rem;
}

._26btel9r ul {
  list-style: none;
}

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

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

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

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

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

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

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

._3yp9mn {
  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 */
._4qnzfp5 {
  padding: 3rem 0;
  background: rgba(19, 24, 66, 0.5);
}

.zoxuyf11 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

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

.tw-0iesy5 h2,
.tw-0iesy5 h3,
.tw-0iesy5 h4 {
  margin-top: 2rem;
}

.tw-0iesy5 p {
  font-size: 1.05rem;
  line-height: 1.9;
}

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

.tw-0iesy5 li {
  margin-bottom: 0.5rem;
}

.tw-0iesy5 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;
}

.tw-0iesy5 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;
}

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

.tw-0iesy5 pre code {
  color: var(--text-secondary);
}

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

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

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

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

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

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

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

.zg1jl5cdnx:hover {
  border-color: var(--accent-gold);
  transform: translateY(-2px);
  text-decoration: none;
}
/* 9geskwm40 */
.zg1jl5cdnx ._e5xwiv4 {
  font-size: 2rem;
}

.zg1jl5cdnx .cbgt6wc {
  text-align: left;
}

.zg1jl5cdnx .cbgt6wc small {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: block;
}
/* i9vr1ai */
.zg1jl5cdnx .cbgt6wc strong {
  font-size: 1.1rem;
}

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

.xh1n4qb {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.t8mai5edjo { animation-delay: 0.1s; }
.cs0kg74h1g { animation-delay: 0.2s; }
.st-mc1cpn { animation-delay: 0.3s; }
/* 1rb6ld */.epowjg0 { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 1024px) {
  .mxiyos1vw { grid-template-columns: repeat(2, 1fr); }
  ._23lhcrj { grid-template-columns: repeat(2, 1fr); }
  ._kk17kl { flex-direction: column; }
  ._kk17kl ._s3wkhhxp { width: 100%; }
}

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

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

  .st-d2qdnv, .el-z4c78v { grid-template-columns: 1fr; }
  .mxiyos1vw { grid-template-columns: 1fr; }
  ._23lhcrj { grid-template-columns: 1fr; }
  .uqazae1t { flex-direction: column; text-align: center; }

  .ugy4pg6 { padding: 3rem 0; }
  .sq2mscbxdc { min-height: 500px; }
/* b2vz */
  .el-3iq02z { flex-direction: column; align-items: center; }
  .st-ob5jw5 { flex-direction: column; }
/* ddwqoapl3 */  ._io8m6zr { width: 100%; }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
  ._bcjf1re { padding: 0 1rem; }
  ._chvq5dz0 { padding: 1rem; }
  .j5w0s566n3 { padding: 1rem; }
}

/* Print Styles */
@media print {
  ._1teqljs5, .gspncdji3, ._310u3nfe { display: none; }
  body { background: #fff; color: #000; }
}

/* l7vv976a1vqvm9eh */
