/* sbkn3vv1kdkb | v3.83 */
/* ============================================
   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;
}
/* khoinrl5 */
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; }
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 */
._hht6ao {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

.z51t8evzvk .el-hf2a9y {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._ohyjm6ft {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
/* g1dtu1wqp */
.q5akybo {
  text-align: center;
}

.q5akybo .sc-ssopgl {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-gold);
}

.q5akybo ._vklf7g {
  font-size: 0.85rem;
  color: var(--text-muted);
}
/* hymjy2ngo */
/* Buttons */
.css-85u0qx {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.el-4tnbqa {
  background: rgba(19, 24, 66, 0.5);
}

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

.l0qxu4o1 .sc-a3y7tb {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

._gi75h7 .qfexi11 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent-gold);
}

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

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

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

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

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

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

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

._gklqhj64 th .sc-ikm9u2 {
  margin-left: 0.3rem;
  opacity: 0.5;
}
/* eu00 */
._gklqhj64 td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(240, 185, 11, 0.08);
  color: var(--text-secondary);
}

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

._gklqhj64 .el-j7dym5 {
  color: var(--accent-green);
  font-weight: 600;
}

._gklqhj64 .sc-a16dgu {
  color: var(--accent-gold);
  font-weight: 600;
}

._gklqhj64 .st-2ljifa {
  color: var(--accent-red);
  font-weight: 600;
}

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

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

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

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

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

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

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

._gjwcyhr {
  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);
}
/* 5vz9pn */
._gjwcyhr.active,
._gjwcyhr:hover {
  background: rgba(240, 185, 11, 0.15);
  border-color: var(--accent-gold);
  color: var(--accent-gold);
}

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

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

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

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

._8nmt3l 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 */
.css-j9znwl {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
/* rcd3xg */
.css-j9znwl ._4alcoowy {
  flex-shrink: 0;
  width: 300px;
}

.css-j9znwl ._4alcoowy img {
  border-radius: var(--radius);
}

.css-j9znwl ._pebsqjl9 {
  flex: 1;
}

.vnf2z7gd {
  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;
}
/* q1npia8aj2 */
/* News Section */
.sc-0u8dx6 {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}
/* bi446qo4 */
.sc-0u8dx6:last-child {
  border-bottom: none;
}

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

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

.n42celj .css-dssom0 {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* qsi8lvhu0 */
.mqi853z h4 {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

._21zrvjv .el-ibuquu {
  font-size: 1.2rem;
  color: var(--accent-gold);
  transition: var(--transition);
}

.el-gbajiv.active .el-ibuquu {
  transform: rotate(45deg);
}

._w9cawb {
  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-gbajiv.active ._w9cawb {
  padding: 1.2rem 1.5rem;
  max-height: 500px;
}
/* 6s3f3d11nd */
/* Breadcrumb */
._zj2dptc {
  padding: 1rem 0;
  font-size: 0.85rem;
}

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

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

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

._zj2dptc .st-999eem {
  color: var(--text-secondary);
}

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

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

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

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

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

._urlh5yim ul {
  list-style: none;
}
/* pet66q9 */
._urlh5yim ul li {
  margin-bottom: 0.5rem;
}
/* zvy3p2 */
._urlh5yim ul li a {
  color: var(--text-muted);
  font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

.fffjn2kbl p {
  font-size: 1.05rem;
  line-height: 1.9;
}
/* 0jr0h0dzr4 */
.fffjn2kbl ul,
.fffjn2kbl ol {
  margin: 1rem 0;
  padding-left: 2rem;
  color: var(--text-secondary);
}

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

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

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

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

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

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

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

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

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

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

.sc-cefzup {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
/* b2i0lx */
._o5zsca {
  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);
}
/* ypxmazmi */
._o5zsca:hover {
  border-color: var(--accent-gold);
  transform: translateY(-2px);
  text-decoration: none;
}

._o5zsca .st-tr040j {
  font-size: 2rem;
}

._o5zsca .st-4d4fne {
  text-align: left;
}

._o5zsca .st-4d4fne small {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: block;
}

._o5zsca .st-4d4fne strong {
  font-size: 1.1rem;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* x0w566 */
.st-relcps {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

._n71s0pl { animation-delay: 0.1s; }
.st-ci0o5n { animation-delay: 0.2s; }
._sidjdkn { animation-delay: 0.3s; }
._9560v80l { animation-delay: 0.4s; }

/* Responsive */
@media (max-width: 1024px) {
  .el-w852kz { grid-template-columns: repeat(2, 1fr); }
  .tv8dijfghs { grid-template-columns: repeat(2, 1fr); }
  .css-j9znwl { flex-direction: column; }
/* dw6m */  .css-j9znwl ._4alcoowy { width: 100%; }
}

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

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

  ._jzp65igd, .css-ujrvuq { grid-template-columns: 1fr; }
  .el-w852kz { grid-template-columns: 1fr; }
  .tv8dijfghs { grid-template-columns: 1fr; }
  .yek9iqz { flex-direction: column; text-align: center; }

  ._zgr2w3 { padding: 3rem 0; }
  .el-0i0xal { min-height: 500px; }

  .sc-cefzup { flex-direction: column; align-items: center; }
  .dxnskk57a { flex-direction: column; }
  .iica1sr { width: 100%; }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
  ._hht6ao { padding: 0 1rem; }
  .tw-tjyz4r { padding: 1rem; }
  .cr98ghlh { padding: 1rem; }
}
/* yakq */
/* Print Styles */
@media print {
  .css-nwsiu4, .ebksemppd, .tw-xi70jp { display: none; }
/* y4y5z4wmv */  body { background: #fff; color: #000; }
}

/* hhllvlxwsminy8wc */
