/* 9c8u6z0pobvj | v3.34 */
/* ============================================
   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);
}
/* homji2fa */
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; }
/* rib8 */h4 { font-size: 1.25rem; margin-bottom: 0.5rem; }
/* 6mxb */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 */
._2hie7za {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

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

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

.st-agp4o1 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-agp4o1 p {
  margin-top: 0.8rem;
  font-size: 1.05rem;
}

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

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

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

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

._1hzb52b2 .st-7b9knm {
  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;
}

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

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

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

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

.i7c2byj2 li a:hover::after,
.i7c2byj2 li a.active::after {
  width: 80%;
}
/* h0m0is02v */
/* Mobile Nav Toggle */
.sc-r8x9jg {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

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

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

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

._ecui9oy::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%);
}
/* 9h90kg9h */
.kyx12hzt5 {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
/* cdnjtuuh */
.kyx12hzt5 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;
}

.kyx12hzt5 p {
  font-size: 1.15rem;
  margin-bottom: 2rem;
  color: var(--text-secondary);
}
/* op181 */
.tw-jbec74 {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

._fus4y5 {
  text-align: center;
}

._fus4y5 ._8klghhi {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-gold);
}

._fus4y5 .h0t7nlsk3 {
  font-size: 0.85rem;
  color: var(--text-muted);
}

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

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

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

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

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

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

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

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

.jumkn4t17n {
  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;
}
/* h560pn1 */
.gz5lu9e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Grid Layouts */
._hspf9g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
/* jwu1 */
.css-abyna4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

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

/* Section Spacing */
.css-6pe74l {
  padding: 5rem 0;
  position: relative;
}

.st-6m6jmm {
  background: rgba(19, 24, 66, 0.5);
}
/* j9amd */
/* Research Articles Cards */
.uhfqjay {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* d98yrc033 */
.uhfqjay .tw-9acjo0 {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

._9pl87fi .tw-iejeep {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
}

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

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

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

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

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

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

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

._etpkmfn th .st-dkaj97 {
  margin-left: 0.3rem;
  opacity: 0.5;
}

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

._etpkmfn tbody tr:hover {
  background: rgba(0, 212, 255, 0.05);
}

._etpkmfn .tw-r1a1fs {
  color: var(--accent-green);
  font-weight: 600;
}
/* tkk57dfk */
._etpkmfn .rze3aerk {
  color: var(--accent-gold);
  font-weight: 600;
}
/* 0oy7yku7 */
._etpkmfn .tw-ani6z0 {
  color: var(--accent-red);
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

._jkwv9tj {
  font-size: 1.2rem;
  color: var(--text-primary);
  margin-bottom: 0.3rem;
}
/* xl3796nt */
.lxr6r8e {
  font-size: 0.85rem;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
}

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

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

._xqfwqx .t6ootzd8t6 {
  flex-shrink: 0;
  width: 300px;
}

._xqfwqx .t6ootzd8t6 img {
  border-radius: var(--radius);
}
/* mv41gdps */
._xqfwqx .sc-prs0w4 {
  flex: 1;
}

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

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

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

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

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

.el-a4uvp5 h4 {
  margin-bottom: 0.5rem;
}

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

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

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

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

.el-iyn2ij:hover {
  background: var(--bg-card-hover);
}
/* 117did8w */
.el-iyn2ij .sc-yc16ad {
  font-size: 1.2rem;
  color: var(--accent-gold);
  transition: var(--transition);
}

.css-9q69ie.active .sc-yc16ad {
  transform: rotate(45deg);
}

._dn4j0z {
  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);
}
/* 8kyv */
.css-9q69ie.active ._dn4j0z {
  padding: 1.2rem 1.5rem;
  max-height: 500px;
}

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

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

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

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

.st-flizr3 .st-vcb2qa {
  color: var(--text-secondary);
}

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

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

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

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

.el-vqiqso h4 {
  color: var(--text-primary);
  margin-bottom: 1rem;
  font-size: 1rem;
}
/* jhycl */
.el-vqiqso ul {
  list-style: none;
}

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

.el-vqiqso ul li a {
  color: var(--text-muted);
  font-size: 0.9rem;
}
/* e6dc */
.el-vqiqso ul li a:hover {
  color: var(--accent-gold);
}

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

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

.mjxrpasn8q a:hover {
  background: var(--accent-gold);
  color: var(--primary-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sc-giayml .ieiwxcq7 {
  font-size: 2rem;
}

.sc-giayml ._bmeemny6 {
  text-align: left;
}

.sc-giayml ._bmeemny6 small {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: block;
}

.sc-giayml ._bmeemny6 strong {
  font-size: 1.1rem;
}

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

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

._nykk44 { animation-delay: 0.1s; }
._u84xzb { animation-delay: 0.2s; }
._kk8ho5 { animation-delay: 0.3s; }
.i4cmselim { animation-delay: 0.4s; }
/* erh0r8x */
/* Responsive */
@media (max-width: 1024px) {
  .n9okcqaaz { grid-template-columns: repeat(2, 1fr); }
  .geywcgbi { grid-template-columns: repeat(2, 1fr); }
  ._xqfwqx { flex-direction: column; }
  ._xqfwqx .t6ootzd8t6 { width: 100%; }
/* gzxac */}

@media (max-width: 768px) {
  html { font-size: 15px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  .kyx12hzt5 h1 { font-size: 2.2rem; }
/* n62mq0tg9l */  .tw-jbec74 { flex-wrap: wrap; gap: 1rem; }
/* 42zlcdjhe */
  .sc-r8x9jg { display: flex; }
  .i7c2byj2 {
    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);
  }
/* ipkg37m */  .i7c2byj2.open { display: flex; }
  .i7c2byj2 li a {
    line-height: 50px;
    padding: 0 1.5rem;
    border-bottom: 1px solid var(--border-color);
  }

  ._hspf9g, .css-abyna4 { grid-template-columns: 1fr; }
  .n9okcqaaz { grid-template-columns: 1fr; }
  .geywcgbi { grid-template-columns: 1fr; }
  .w11isqlc { flex-direction: column; text-align: center; }

  .css-6pe74l { padding: 3rem 0; }
/* 128u */  .uhhv4wl8a { min-height: 500px; }

  .el-v3go4g { flex-direction: column; align-items: center; }
  .hni89xujhx { flex-direction: column; }
/* otm9 */  .udbw1g51h1 { width: 100%; }
}
/* gpm9bx */
@media (max-width: 480px) {
  html { font-size: 14px; }
  ._2hie7za { padding: 0 1rem; }
  .el-3qbpft { padding: 1rem; }
  ._gs0c89l { padding: 1rem; }
}

/* Print Styles */
@media print {
  .sc-dhzxmp, ._sv7fl1, ._p2toasu { display: none; }
/* bfx7 */  body { background: #fff; color: #000; }
}

/* n7bwhxd0d44lg8j2 */
