/* si0w6r6tftgz | v3.14 */
/* ============================================
   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;
}
/* 34pzh */
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; }
/* z25qw */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 */
.gvrawehrn {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

.y8ekkcp2bw {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
/* iw52f2 */
.y8ekkcp2bw h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

.kpku06jd {
  display: flex;
  list-style: none;
  gap: 0;
}
/* qyg61o7pkb */
.kpku06jd 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p1hqez0 {
  text-align: center;
}

.p1hqez0 .el-5o41hi {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.p1hqez0 .sc-sbh9fc {
  font-size: 0.85rem;
  color: var(--text-muted);
}

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

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

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

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

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

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

/* Cards */
._pwqsb3y5 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}
/* 0kd2bi273 */
._pwqsb3y5:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-glow);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

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

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

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

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

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

/* Section Spacing */
.el-34e7pl {
  padding: 5rem 0;
  position: relative;
}

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

/* Research Articles Cards */
.u1l3lvhns {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* xqfwr */
.u1l3lvhns ._mhvlwx {
  flex: 1;
}

.u1l3lvhns h4 a {
  color: var(--text-primary);
}
/* h83tz4k */
.u1l3lvhns h4 a:hover {
  color: var(--accent-gold);
}

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

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

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

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

._8e0184wc input,
._8e0184wc 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);
}
/* 8mnt */
._8e0184wc input:focus,
._8e0184wc select:focus {
  outline: none;
  border-color: var(--accent-cyan);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

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

._hsew9s {
  background: rgba(10, 14, 39, 0.6);
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
}
/* uczd */
._hsew9s .sdizim5e87 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
}
/* bd7f3hbi6 */
._hsew9s .sc-685hdj {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
}

.s5q4fp98 {
  margin-top: 2rem;
  background: rgba(10, 14, 39, 0.4);
  border-radius: 8px;
  padding: 1.5rem;
}
/* fxz9bsk3q5 */
/* Data Table */
._bkbcej {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
}

.sc-90r7pf {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.sc-90r7pf thead {
  background: rgba(240, 185, 11, 0.1);
}

.sc-90r7pf 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;
}

.sc-90r7pf th:hover {
  background: rgba(240, 185, 11, 0.15);
}

.sc-90r7pf th .el-8htat7 {
  margin-left: 0.3rem;
  opacity: 0.5;
}

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

.sc-90r7pf tbody tr:hover {
  background: rgba(0, 212, 255, 0.05);
}
/* heimeu */
.sc-90r7pf ._u7zqpl {
  color: var(--accent-green);
  font-weight: 600;
}

.sc-90r7pf .css-j5itqn {
  color: var(--accent-gold);
  font-weight: 600;
}

.sc-90r7pf .st-foya2m {
  color: var(--accent-red);
  font-weight: 600;
}

.rml3pa69 {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
/* 8l242i */
.tw-fzqjrz {
  background: rgba(255, 71, 87, 0.15);
  color: var(--accent-red);
}

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

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

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

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

.sc-p44695 {
  display: flex;
  gap: 0.5rem;
}

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

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

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

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

.el-dtnsy4 {
  font-size: 1.2rem;
  color: var(--text-primary);
  margin-bottom: 0.3rem;
}
/* uhiyn */
._xvwqljn5 {
  font-size: 0.85rem;
  color: var(--accent-cyan);
  margin-bottom: 1rem;
}

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

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

._rrgva8 .tw-a2dm5i {
  flex-shrink: 0;
  width: 300px;
}

._rrgva8 .tw-a2dm5i img {
  border-radius: var(--radius);
}
/* neiyx02m */
._rrgva8 ._lufgju {
  flex: 1;
}

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

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

._f93at2 {
  flex-shrink: 0;
  text-align: center;
  min-width: 60px;
}
/* 2iotrg */
._f93at2 .st-iit0fs {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
  line-height: 1;
}

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

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

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

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

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

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

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

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

.t60os9bs.active .wkje182 {
  transform: rotate(45deg);
}

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

.t60os9bs.active .sc-ji0d3u {
  padding: 1.2rem 1.5rem;
  max-height: 500px;
}

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

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

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

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

.st-a3nwqd .k2y75o3xl {
  color: var(--text-secondary);
}

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

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

.css-8rg0vw .ztfmwoa {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 1rem;
  display: block;
}

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

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

._t8wqh6 ul {
  list-style: none;
}

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

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

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

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

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

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

._lci0os {
  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;
}
/* eekaa5c6 */
._lci0os p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

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

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

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

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

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

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

.el-zjk9me li {
  margin-bottom: 0.5rem;
}
/* 8yese0mrn */
.el-zjk9me 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;
}
/* srfx2flt */
.el-zjk9me 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;
}

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

.el-zjk9me pre code {
  color: var(--text-secondary);
}
/* rs0mif9jx */
.tw-2izjqp {
  background: rgba(10, 14, 39, 0.4);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin: 2rem 0;
}

.tw-2izjqp canvas {
  max-height: 400px;
}

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

._qcxedl img {
  margin: 0 auto;
  border-radius: 8px;
}
/* xa8u9w83 */
/* APP Download Page */
.m2n8ob5o {
  text-align: center;
  padding: 5rem 0;
}

.sc-tiel7i {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
/* a23v6l */
.qpmtoho2d {
  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);
}

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

.qpmtoho2d .chxvfnl {
  font-size: 2rem;
}
/* k93p94 */
.qpmtoho2d .oj5c3dm {
  text-align: left;
}

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

.qpmtoho2d .oj5c3dm strong {
  font-size: 1.1rem;
}

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

.el-7d41vv {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

._sal84j5 { animation-delay: 0.1s; }
._0kui7xx9 { animation-delay: 0.2s; }
.st-xs9wu4 { animation-delay: 0.3s; }
.rx7s2gov { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 1024px) {
  .cknynnku { grid-template-columns: repeat(2, 1fr); }
  ._sbarfwtu { grid-template-columns: repeat(2, 1fr); }
  ._rrgva8 { flex-direction: column; }
  ._rrgva8 .tw-a2dm5i { width: 100%; }
}
/* i9t6rq0t8 */
@media (max-width: 768px) {
  html { font-size: 15px; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  .st-ru8yu0 h1 { font-size: 2.2rem; }
  ._whquup8 { flex-wrap: wrap; gap: 1rem; }

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

  .p4j9kve6, .css-qye8ty { grid-template-columns: 1fr; }
  .cknynnku { grid-template-columns: 1fr; }
  ._sbarfwtu { grid-template-columns: 1fr; }
  ._lci0os { flex-direction: column; text-align: center; }
/* ydmg1ptn9 */
  .el-34e7pl { padding: 3rem 0; }
  .el-njqfx3 { min-height: 500px; }

  .sc-tiel7i { flex-direction: column; align-items: center; }
  .css-ibfbva { flex-direction: column; }
  .p5r0h6qve5 { width: 100%; }
}
/* yb4vd9jb */
@media (max-width: 480px) {
  html { font-size: 14px; }
  .gvrawehrn { padding: 0 1rem; }
  ._pwqsb3y5 { padding: 1rem; }
  .tnhh4bpttk { padding: 1rem; }
}

/* Print Styles */
@media print {
  .ipnfb4x, .tsu9e3sy6a, .css-c3rbj1 { display: none; }
  body { background: #fff; color: #000; }
/* x44svgf5gb */}
/* ql6j65u2 */
/* xnyk7szdo0wk5oc7 */
