/* r4ohyq7u528g | v6.51 */
/* ========================================
   院线排片查询网站 - 主样式表
   独特配色方案与布局设计
   ======================================== */

/* 基础重置与变量 */
:root {
  --primary: #c62828;
  --primary-light: #ef5350;
  --primary-dark: #8e0000;
  --secondary: #1565c0;
  --secondary-light: #5e92f3;
  --accent: #ff8f00;
  --accent-light: #ffc046;
  --bg-dark: #0d0d1a;
  --bg-card: #1a1a2e;
  --bg-section: #12121f;
  --text-primary: #f5f5f5;
  --text-secondary: #b0b0c0;
  --text-muted: #7a7a8e;
  --border-color: #2a2a3e;
  --shadow: 0 4px 20px rgba(0,0,0,0.3);
  --radius: 12px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  background: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.8;
  overflow-x: hidden;
}

a {
  color: var(--secondary-light);
  text-decoration: none;
  transition: var(--transition);
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.st-m70zx1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 干扰标签区块 - 肉眼不可见 */
.c31c0s9kh {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
/* 7rhxc3c8 */
/* ========== 导航栏 ========== */
.css-9desek {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-card) 100%);
  border-bottom: 1px solid var(--border-color);
  padding: 0;
  z-index: 100;
  /* 禁止sticky导航 */
  position: relative;
}

.sc-h0jvzf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.css-ywsot0 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-light);
}

.css-ywsot0 .njj13bm {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.hm7rburds {
  display: flex;
  list-style: none;
  gap: 8px;
}

.hm7rburds a {
  color: var(--text-secondary);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: var(--transition);
}

.hm7rburds a:hover,
.hm7rburds a.active {
  color: var(--text-primary);
  background: rgba(198, 40, 40, 0.15);
}

._x7k00inl {
  display: none;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

/* ========== 面包屑导航 ========== */
.el-86hqqu {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.el-86hqqu a {
  color: var(--text-secondary);
}

.el-86hqqu a:hover {
  color: var(--primary-light);
}

.el-86hqqu span {
  margin: 0 8px;
}

/* ========== 英雄区域 ========== */
.id1a3qivyu {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 50%, #16213e 100%);
}

.st-v0649k {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.rsokl0n {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,13,26,0.6) 0%, rgba(13,13,26,0.9) 100%);
  z-index: 1;
}

.a2azcw5 {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 60px 20px;
}

.a2azcw5 h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--primary-light), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.a2azcw5 p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 680px;
  margin: 0 auto 32px;
}

/* 搜索框 */
.st-4rndzd {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 8px;
}

.st-4rndzd select,
.st-4rndzd input {
  background: var(--bg-section);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.95rem;
  outline: none;
  transition: var(--transition);
}
/* inekvx5z */
.st-4rndzd select:focus,
.st-4rndzd input:focus {
  border-color: var(--primary-light);
}

.st-4rndzd select {
  width: 140px;
  cursor: pointer;
}

.st-4rndzd input {
  flex: 1;
  min-width: 0;
}

.st-4rndzd button {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.st-4rndzd button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(198, 40, 40, 0.4);
}

/* ========== 通用区块标题 ========== */
._mxynbda1 {
  text-align: center;
  margin-bottom: 40px;
}

._mxynbda1 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-primary);
}
/* l4m7id */
._mxynbda1 h2 span {
  color: var(--primary-light);
}

._mxynbda1 p {
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

/* ========== 内容区块 ========== */
.el-ptbmpl {
  padding: 60px 0;
}
/* yi51t8ck */
.el-ptbmpl:nth-child(even) {
  background: var(--bg-section);
}

/* ========== 排片卡片 ========== */
._7mswky1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
/* xofm */
._x4gn68 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

._x4gn68:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--primary);
}

._x4gn68 ._0mjl9fj {
  position: relative;
  height: 200px;
  overflow: hidden;
}

._x4gn68 ._0mjl9fj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

._x4gn68:hover ._0mjl9fj img {
  transform: scale(1.05);
}

._x4gn68 .aom9x2kn3 {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
}
/* t2czgt5 */
._x4gn68 .st-szxiyw {
  padding: 20px;
}

._x4gn68 .pa6hn188d {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
}

._x4gn68 .w7uvctr8 {
  display: flex;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

._x4gn68 .gmldp2ls0 {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}
/* j9vpjofw94 */
._x4gn68 .h8z21evhk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._x4gn68 ._zf0zwu {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent);
}

._x4gn68 ._zf0zwu small {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 400;
}

._v2ye0i {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

.st-anhci8 {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
}

.st-anhci8:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(198, 40, 40, 0.4);
  color: white;
}

.sc-i3878f {
  background: var(--bg-section);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}

.sc-i3878f:hover {
  border-color: var(--primary-light);
  color: var(--primary-light);
}

.css-yw7ijh {
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  color: var(--bg-dark);
}

/* ========== 影院地图区域 ========== */
._wdyn8oxq {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-color);
  margin-top: 20px;
}

._wdyn8oxq img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.css-qmqhx8 {
  position: absolute;
  inset: 0;
  background: rgba(13,13,26,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.css-qmqhx8 ._tno6q9 {
  text-align: center;
  color: white;
}

.css-qmqhx8 ._tno6q9 h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

/* ========== 热门影片 ========== */
.kzqxqnplf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.css-idqok4 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.css-idqok4:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(198, 40, 40, 0.2);
}

.css-idqok4 .tw-fwcmhr {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.css-idqok4 .tw-fwcmhr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.css-idqok4 .tw-fwcmhr .aj8c9v3 {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0,0,0,0.7);
  color: var(--accent);
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.9rem;
}

.css-idqok4 .el-xjvbe3 {
  padding: 16px;
}

.css-idqok4 .el-197vlv {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.css-idqok4 ._hzkm9ck {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.css-idqok4 ._hzkm9ck span {
  background: rgba(198, 40, 40, 0.15);
  color: var(--primary-light);
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 6px;
}
/* s3zbclkg */
/* ========== 旅游攻略 ========== */
.tw-1y6exs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

._ihgjiro {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

._ihgjiro:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
/* 6pzc85no1e */
._ihgjiro ._3udz3ev6 {
  height: 220px;
  overflow: hidden;
}
/* q9d8wv0u */
._ihgjiro ._3udz3ev6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

._ihgjiro:hover ._3udz3ev6 img {
  transform: scale(1.05);
}

._ihgjiro .css-7nz5v5 {
  padding: 20px;
}
/* fsj0qye */
._ihgjiro .kiil6p3 {
  display: inline-block;
  background: rgba(21, 101, 192, 0.15);
  color: var(--secondary-light);
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-bottom: 10px;
}

._ihgjiro .l2hrxgpa {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

._ihgjiro .el-2xggl1 {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ========== 用户评论 ========== */
.tw-wspelo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tw-e82o38 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
}

.tw-e82o38:hover {
  border-color: var(--primary);
}

.tw-zd0ty3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

._is3wt4 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
}

.pysc16fz .fpk41n4il {
  font-weight: 600;
  font-size: 0.95rem;
}

.pysc16fz .sc-xs2hch {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.css-fnrfvh {
  color: var(--accent);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.do0q66xva {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ========== FAQ ========== */
._s76wou6y {
  max-width: 800px;
  margin: 0 auto;
}

.zspt39lc11 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}

.sc-of58d3 {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  transition: var(--transition);
}

.sc-of58d3:hover {
  background: rgba(198, 40, 40, 0.05);
}

.sc-of58d3 ._0wz1pa {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary-light);
}

.st-3nw7yz {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  display: none;
}

.zspt39lc11.active .st-3nw7yz {
  display: block;
}

.zspt39lc11.active .sc-of58d3 ._0wz1pa {
  transform: rotate(45deg);
}

/* ========== 排片表格 ========== */
.xu1xl7bt9 {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
}

.xu1xl7bt9 th {
  background: var(--bg-section);
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-color);
}

.xu1xl7bt9 td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}

.xu1xl7bt9 tr:hover td {
  background: rgba(198, 40, 40, 0.05);
}

.xu1xl7bt9 .eobuor25 {
  font-weight: 600;
  color: var(--accent);
}
/* vdm0 */
.xu1xl7bt9 .taxn8fads {
  display: inline-block;
  background: rgba(21, 101, 192, 0.15);
  color: var(--secondary-light);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
}

/* ========== 页脚 ========== */
.tw-oy0037 {
  background: var(--bg-card);
  border-top: 1px solid var(--border-color);
  padding: 60px 0 0;
}

.tx15h08o3 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.css-rwc5ea h3 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: var(--primary-light);
}

.css-rwc5ea p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

._hgt01t h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  color: var(--text-primary);
}
/* m4r4m */
._hgt01t ul {
  list-style: none;
}

._hgt01t li {
  margin-bottom: 8px;
}

._hgt01t a {
  color: var(--text-secondary);
  font-size: 0.9rem;
}
/* 96hne */
._hgt01t a:hover {
  color: var(--primary-light);
}

.css-d8v21v {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.css-d8v21v a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-section);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: var(--transition);
}

.css-d8v21v a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

._jnxfao62 {
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

._jnxfao62 .pqvwfds5 {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  margin-left: 8px;
}

/* ========== 内页通用 ========== */
.tw-72oz46 {
  position: relative;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tw-72oz46 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.tw-72oz46 .sc-2ro4bp {
  position: relative;
  z-index: 2;
  text-align: center;
}

.tw-72oz46 h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.tw-72oz46 p {
  font-size: 1.05rem;
  color: var(--text-secondary);
}

.tw-r5bqwl {
  padding: 40px 0 60px;
}

.tw-r5bqwl h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 32px 0 16px;
  color: var(--text-primary);
}

.tw-r5bqwl h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 24px 0 12px;
  color: var(--text-primary);
}

.tw-r5bqwl p {
  margin-bottom: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ========== 评分系统 ========== */
.tw-xnorww {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mrst3c0r {
  color: var(--accent);
}

.uslqiq7s6b {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}

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

/* ========== 设施标签 ========== */
.ghlz1tew {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}
/* l51jh */
.o9iq8nj {
  background: rgba(21, 101, 192, 0.1);
  color: var(--secondary-light);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  border: 1px solid rgba(21, 101, 192, 0.2);
}

/* ========== 日期选择器 ========== */
._xqxvfl {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.kl2pkr5ejr {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  background: var(--bg-card);
  color: var(--text-secondary);
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition);
  font-size: 0.9rem;
}
/* os2hvjcc */
.kl2pkr5ejr:hover,
.kl2pkr5ejr.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* ========== 侧边栏 ========== */
.diwzlhkcnl {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
}
/* rxhzjc0q */
.css-g37ds2 {
  position: relative;
}
/* 2ejqhg7mz */
.tw-of8zms {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 24px;
}
/* psfzta */
.tw-of8zms h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

.tw-of8zms ul {
  list-style: none;
}

.tw-of8zms li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(42, 42, 62, 0.5);
}

.tw-of8zms li:last-child {
  border-bottom: none;
}

.tw-of8zms li a {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* ========== 下载页面 ========== */
._58ftl21 {
  text-align: center;
  padding: 80px 20px;
}

._r84se8 {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
}

.sc-nbvvzu {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 16px 32px;
  color: var(--text-primary);
  transition: var(--transition);
  font-size: 1rem;
}

.sc-nbvvzu:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  color: var(--text-primary);
}

.sc-nbvvzu ._0wz1pa {
  font-size: 2rem;
}

/* ========== 动画效果 ========== */
._h6xmaea {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

._h6xmaea.visible {
  opacity: 1;
  transform: translateY(0);
}

._yq5jnx {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

._yq5jnx.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ========== 响应式设计 ========== */
@media (max-width: 1024px) {
  .kzqxqnplf {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .tx15h08o3 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .diwzlhkcnl {
    grid-template-columns: 1fr;
  }
/* 3n9r */}

@media (max-width: 768px) {
  .sc-h0jvzf {
    flex-wrap: wrap;
  }
  
  .hm7rburds {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 16px;
  }
/* ez2pl */  
  .hm7rburds.active {
    display: flex;
  }
/* 9ms0t7c */  
  ._x7k00inl {
    display: block;
  }
  
  .a2azcw5 h1 {
    font-size: 1.8rem;
  }
  
  .st-4rndzd {
    flex-direction: column;
  }
  
  .st-4rndzd select {
    width: 100%;
  }
  
  .kzqxqnplf {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tw-1y6exs {
    grid-template-columns: 1fr;
  }
  
  .tw-wspelo {
    grid-template-columns: 1fr;
  }
  
  ._7mswky1 {
    grid-template-columns: 1fr;
  }
  
  .tx15h08o3 {
    grid-template-columns: 1fr;
  }
/* 5u47bxf */  
  ._mxynbda1 h2 {
    font-size: 1.5rem;
  }
  
  .tw-72oz46 {
    height: 200px;
  }
  
  .tw-72oz46 h1 {
    font-size: 1.6rem;
  }
/* ve49p0e */  
  ._r84se8 {
    flex-direction: column;
    align-items: center;
  }
  
  .xu1xl7bt9 {
    font-size: 0.8rem;
  }
  
  .xu1xl7bt9 th,
  .xu1xl7bt9 td {
    padding: 10px 8px;
  }
}

@media (max-width: 480px) {
  .kzqxqnplf {
    grid-template-columns: 1fr;
  }
/* kzaoq3 */  
  .a2azcw5 h1 {
    font-size: 1.5rem;
  }
  
  .st-m70zx1 {
    padding: 0 16px;
  }
}

/* ========== 滚动条美化 ========== */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 4px;
}
/* n8aytixz */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

/* ========== 筛选标签 ========== */
.sc-q6sk0w {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.einw0hh {
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  background: transparent;
  color: var(--text-secondary);
  cursor: pointer;
  font-size: 0.9rem;
  transition: var(--transition);
}

.einw0hh:hover,
.einw0hh.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* ========== 社区帖子 ========== */
._79vovz {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.myrq305sx {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
}

.myrq305sx:hover {
  border-color: var(--primary);
}

.i7qhk4j61r {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
/* epgojj1f */
.st-1wsvvw {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
/* yiew6k */
._6cmnphu7 {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 12px;
}

.st-2qckvf {
  display: flex;
  gap: 20px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ========== 信息卡片 ========== */
._ak9d5w {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 24px 0;
}

.css-nqakg2 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
}

.css-nqakg2:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.css-nqakg2 ._0wz1pa {
  font-size: 2rem;
  margin-bottom: 12px;
}

.css-nqakg2 h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}
/* pkyd3fb05y */
.css-nqakg2 p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

@media (max-width: 768px) {
  ._ak9d5w {
    grid-template-columns: repeat(2, 1fr);
  }
/* 6ifkt1ua */}

/* j3zbshu1xazohppd */
