/* vd9pl8yxt4w4 | v1.2 */
/* ============================================
   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);
}
/* 5way */
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;
}
/* g6av32 */
/* Utility */
._hurm9252 {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

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

.tzxledy h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}
/* c1xr6wh6o */
.tzxledy 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;
}

.tzxledy p {
  margin-top: 0.8rem;
  font-size: 1.05rem;
}
/* 8alt7 */
/* Jammer Block - hidden visually but accessible to crawlers */
.jwi5yysv {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

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

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

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

.ahqxiyx4 .st-l9ml72 {
  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;
}

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

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

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

._00o0p7 li a:hover::after,
._00o0p7 li a.active::after {
  width: 80%;
}
/* 660x */
/* Mobile Nav Toggle */
.el-eh4rd3 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
}

.el-eh4rd3 span {
  width: 25px;
  height: 2px;
  background: var(--text-primary);
  transition: var(--transition);
}

/* Hero Section */
._vwwkwer {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  overflow: hidden;
}

.lr7cuhwy45 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* uqc7qes */
.lr7cuhwy45 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

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

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

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

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

.nq9f3k9qj7 {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
/* p3y9 */
._kgumneyn {
  text-align: center;
}
/* l6wcavj028 */
._kgumneyn .phjzjcrr5t {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-gold);
}

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

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

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

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

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

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

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

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

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

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

.w8wmmbgdz {
  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;
}
/* wa4tw36u6 */
._lj7y98g {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}
/* 3no76l1 */
/* Grid Layouts */
.st-bekmkr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

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

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

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

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

/* Research Articles Cards */
.st-cj4oye {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* 1gpxyh */
.st-cj4oye ._mbmcbau {
  flex: 1;
}

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

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

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

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

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

._si0b521 label {
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-weight: 500;
}
/* 2wgqd */
._si0b521 input,
._si0b521 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);
}

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

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

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

.sc-zbhk5i ._0qysro {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.sc-zbhk5i ._cpvi7jy {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.3rem;
}
/* 5n11kp */
.sc-q18ggg {
  margin-top: 2rem;
  background: rgba(10, 14, 39, 0.4);
  border-radius: 8px;
  padding: 1.5rem;
}

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

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

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

.sc-39fimi 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-39fimi th:hover {
  background: rgba(240, 185, 11, 0.15);
}

.sc-39fimi th .st-o0746m {
  margin-left: 0.3rem;
  opacity: 0.5;
}

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

.sc-39fimi tbody tr:hover {
  background: rgba(0, 212, 255, 0.05);
}

.sc-39fimi .ajopi5omt5 {
  color: var(--accent-green);
  font-weight: 600;
}

.sc-39fimi ._ujw1l35 {
  color: var(--accent-gold);
  font-weight: 600;
}

.sc-39fimi ._8jwpwxy5 {
  color: var(--accent-red);
  font-weight: 600;
}

._u9z7h31q {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
/* 5wol69 */
.o7ohsui {
  background: rgba(255, 71, 87, 0.15);
  color: var(--accent-red);
}
/* yed0fot77s */
.css-o9wo8f {
  background: rgba(240, 185, 11, 0.15);
  color: var(--accent-gold);
}

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

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

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

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

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

._2dxopqs2.active,
._2dxopqs2:hover {
  background: rgba(240, 185, 11, 0.15);
  border-color: var(--accent-gold);
  color: var(--accent-gold);
}
/* ao67kr4j */
/* Researcher Profile */
.tkhugblo {
  text-align: center;
  padding: 2rem 1.5rem;
}

.ujw39l0 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  border: 3px solid var(--accent-gold);
}
/* h76zyb */
._4ewwe6q {
  font-size: 1.2rem;
  color: var(--text-primary);
  margin-bottom: 0.3rem;
}

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

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

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

._fmejdo8 ._0u0b8oz {
  flex-shrink: 0;
  width: 300px;
}

._fmejdo8 ._0u0b8oz img {
  border-radius: var(--radius);
}
/* ol7m1uw6 */
._fmejdo8 ._ucz1s11 {
  flex: 1;
}
/* c1gzg */
.ml7ph6a {
  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 */
._29wpy2 {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}

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

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

.xq88ppo .el-2eev6d {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
  line-height: 1;
}

.xq88ppo ._g4eqql9b {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* 6j2p3ge0hy */
._abse4u1 h4 {
  margin-bottom: 0.5rem;
}

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

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

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

.sc-dy0wv6 {
  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-dy0wv6:hover {
  background: var(--bg-card-hover);
}

.sc-dy0wv6 .css-km3rfz {
  font-size: 1.2rem;
  color: var(--accent-gold);
  transition: var(--transition);
}
/* 0hfmos8phl */
.el-gjlee2.active .css-km3rfz {
  transform: rotate(45deg);
}

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

.el-gjlee2.active ._29dgs0ar {
  padding: 1.2rem 1.5rem;
  max-height: 500px;
}

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

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

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

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

.tu49kxgwcg .sc-3nnw0a {
  color: var(--text-secondary);
}

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

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

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

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

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

._qiv1atp ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.css-67du9i:hover {
  border-color: var(--accent-gold);
  transform: translateY(-2px);
  text-decoration: none;
}
/* e5u8v7 */
.css-67du9i .oq14re8m {
  font-size: 2rem;
}

.css-67du9i .kq82jw5 {
  text-align: left;
}

.css-67du9i .kq82jw5 small {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: block;
}
/* 7l99kax94 */
.css-67du9i .kq82jw5 strong {
  font-size: 1.1rem;
}

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

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

.jw2mq6o2k5 { animation-delay: 0.1s; }
._gobulaf { animation-delay: 0.2s; }
._m5d1rcvf { animation-delay: 0.3s; }
._erav9gjo { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 1024px) {
  .css-1m7gk8 { grid-template-columns: repeat(2, 1fr); }
/* 30apm */  ._7b2kg0du { grid-template-columns: repeat(2, 1fr); }
  ._fmejdo8 { flex-direction: column; }
  ._fmejdo8 ._0u0b8oz { width: 100%; }
}

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

  .el-eh4rd3 { display: flex; }
/* 8mh70for */  ._00o0p7 {
    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);
  }
  ._00o0p7.open { display: flex; }
/* bdtrq */  ._00o0p7 li a {
    line-height: 50px;
    padding: 0 1.5rem;
    border-bottom: 1px solid var(--border-color);
  }
/* yyv0ip9 */
  .st-bekmkr, .arw8ccuz9 { grid-template-columns: 1fr; }
  .css-1m7gk8 { grid-template-columns: 1fr; }
/* 1o82pvkniy */  ._7b2kg0du { grid-template-columns: 1fr; }
  .ubpov87ic { flex-direction: column; text-align: center; }
/* scgwy14y9w */
  .znqbc31req { padding: 3rem 0; }
  ._vwwkwer { min-height: 500px; }

  .jxb8k7owfr { flex-direction: column; align-items: center; }
  ._1w7erul9 { flex-direction: column; }
  .uf6xa0ni { width: 100%; }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
  ._hurm9252 { padding: 0 1rem; }
  ._bmclj6d { padding: 1rem; }
  .sc-ezwha5 { padding: 1rem; }
}
/* sp2ge */
/* Print Styles */
@media print {
  .st-2cu8ta, .st-3tt8yz, .jwi5yysv { display: none; }
  body { background: #fff; color: #000; }
}

/* 5fc45u0ov9foxxyl */
