/* wkyeg4e808t1 | v9.84 */
/* ============================================
   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;
}
/* 9ump9k0gj6 */
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; }
/* iivw */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 */
.urfzeso1h {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

.nzwdy6tm {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
/* f650dk4 */
.el-di2ry9 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.el-di2ry9 ._5xdw33 {
  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;
}

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

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

._ns0lsy li a:hover,
._ns0lsy li a.active {
  color: var(--accent-gold);
  text-decoration: none;
}
/* rmsw0ty */
._ns0lsy li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--accent-gold);
  transition: var(--transition);
}
/* xznccs */
._ns0lsy li a:hover::after,
._ns0lsy li a.active::after {
  width: 80%;
}
/* pmnu */
/* Mobile Nav Toggle */
.css-47ra85 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

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

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

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

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

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

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

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

.css-3lst8a {
  text-align: center;
}
/* 1syihf35v */
.css-3lst8a .tw-7s842x {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.css-3lst8a ._bd6ous {
  font-size: 0.85rem;
  color: var(--text-muted);
}

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

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

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

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

.st-ablsq6:hover {
  background: rgba(0, 212, 255, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
}
/* 4vg45stm6 */
.fmh0zwb84k {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

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

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

._i94lyf75 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}
/* 749c */
/* Grid Layouts */
._r0g76ib {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

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

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

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

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

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

._blugs49 ._k2v5y9 {
  flex: 1;
}

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

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

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

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

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

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

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

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

.a4j104dq {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
/* 4kko3fa */
.el-20x3nb {
  background: rgba(10, 14, 39, 0.6);
  border-radius: 8px;
  padding: 1.2rem;
  text-align: center;
}

.el-20x3nb .st-ndn2nq {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
}
/* ci9rqgc3mi */
.el-20x3nb .st-bb5rsv {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
}

._oaymvy3c {
  margin-top: 2rem;
  background: rgba(10, 14, 39, 0.4);
  border-radius: 8px;
  padding: 1.5rem;
}
/* isxup0h56 */
/* Data Table */
._9s8pwt3 {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
}
/* tqgp7n */
._0etn3ri {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

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

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

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

._0etn3ri th ._wdagte3u {
  margin-left: 0.3rem;
  opacity: 0.5;
}

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

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

._0etn3ri .qupjmzyjkd {
  color: var(--accent-green);
  font-weight: 600;
}

._0etn3ri .css-1kfa7s {
  color: var(--accent-gold);
  font-weight: 600;
}

._0etn3ri .f0ryazb7 {
  color: var(--accent-red);
  font-weight: 600;
}
/* 35r7 */
.xf0zofc {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

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

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

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

/* Table Filter */
.css-3x3vu9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}
/* 0nrgha3at */
._h8890vq {
  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;
}

.css-uk8rk2 {
  display: flex;
  gap: 0.5rem;
}

.sc-4ee9kd {
  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-4ee9kd.active,
.sc-4ee9kd:hover {
  background: rgba(240, 185, 11, 0.15);
  border-color: var(--accent-gold);
  color: var(--accent-gold);
}

/* Researcher Profile */
._68i554eq {
  text-align: center;
  padding: 2rem 1.5rem;
}
/* cciph */
.hfsffnr {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  border: 3px solid var(--accent-gold);
}

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

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

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

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

.bb739ax .sc-22kz35 {
  flex-shrink: 0;
  width: 300px;
}
/* iiyq17up5 */
.bb739ax .sc-22kz35 img {
  border-radius: var(--radius);
}

.bb739ax .qj3489u7d {
  flex: 1;
}

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

.css-2jmd6z:last-child {
  border-bottom: none;
}

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

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

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

.st-srys69 h4 {
  margin-bottom: 0.5rem;
}

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

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

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

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

.sc-ajohfs:hover {
  background: var(--bg-card-hover);
}
/* k8teqg6yn */
.sc-ajohfs ._wzup5n {
  font-size: 1.2rem;
  color: var(--accent-gold);
  transition: var(--transition);
}

.tw-pbmq3q.active ._wzup5n {
  transform: rotate(45deg);
}

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

.tw-pbmq3q.active ._xgfydbil {
  padding: 1.2rem 1.5rem;
  max-height: 500px;
}
/* a1grdqnla */
/* Breadcrumb */
.tw-5mrl6v {
  padding: 1rem 0;
  font-size: 0.85rem;
}

.tw-5mrl6v a {
  color: var(--text-muted);
}

.tw-5mrl6v a:hover {
  color: var(--accent-gold);
}

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

.tw-5mrl6v ._mxdiip4i {
  color: var(--text-secondary);
}

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

.vmd5x3b {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
/* 7x0g934s */
.qjgzy77l .siqotd8e {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-gold);
  margin-bottom: 1rem;
  display: block;
}

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

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

._n889jk ul {
  list-style: none;
}

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

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

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

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

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

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

._nf29m09 p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}
/* tq58s */
.st-g1ezqq {
  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 */
._pwn2owh {
  padding: 3rem 0;
  background: rgba(19, 24, 66, 0.5);
}

.oo7jct3 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}
/* bjin3m56j */
.st-pcylnu {
  padding: 3rem 0;
  max-width: 900px;
  margin: 0 auto;
}

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

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

.st-pcylnu ul,
.st-pcylnu ol {
  margin: 1rem 0;
  padding-left: 2rem;
  color: var(--text-secondary);
}
/* 0smauv */
.st-pcylnu li {
  margin-bottom: 0.5rem;
}

.st-pcylnu 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;
}
/* bdvysi */
.st-pcylnu 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;
}

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

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

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

.css-wuhw1f canvas {
  max-height: 400px;
}

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

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

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

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

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

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

.klt3m3kjt .nchxhrk07 {
  font-size: 2rem;
}

.klt3m3kjt ._rkwimh7 {
  text-align: left;
}
/* 3bicgz */
.klt3m3kjt ._rkwimh7 small {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: block;
}

.klt3m3kjt ._rkwimh7 strong {
  font-size: 1.1rem;
}

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

.tw-bvuc1c {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.bxxt778k { animation-delay: 0.1s; }
.st-6z47p9 { animation-delay: 0.2s; }
._r1s1u3wn { animation-delay: 0.3s; }
._quz7bq { animation-delay: 0.4s; }
/* f64et39fwn */
/* Responsive */
@media (max-width: 1024px) {
  ._sigdztq { grid-template-columns: repeat(2, 1fr); }
  .vmd5x3b { grid-template-columns: repeat(2, 1fr); }
  .bb739ax { flex-direction: column; }
  .bb739ax .sc-22kz35 { width: 100%; }
}

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

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

  ._r0g76ib, .st-vo6uaj { grid-template-columns: 1fr; }
  ._sigdztq { grid-template-columns: 1fr; }
/* yrp4ub98 */  .vmd5x3b { grid-template-columns: 1fr; }
  ._nf29m09 { flex-direction: column; text-align: center; }

  .el-kt8jil { padding: 3rem 0; }
  ._pcq4strp { min-height: 500px; }
/* tsa11 */
  .u7134w9r5a { flex-direction: column; align-items: center; }
  .css-3x3vu9 { flex-direction: column; }
  ._h8890vq { width: 100%; }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
  .urfzeso1h { padding: 0 1rem; }
  .st-ydr04u { padding: 1rem; }
  ._5siebln { padding: 1rem; }
}
/* hw5w38 */
/* Print Styles */
@media print {
  .itzv19aj, .jizidbf6, ._ezu557 { display: none; }
  body { background: #fff; color: #000; }
}

/* 0enm58ur235so6c5 */
