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

/* 基础重置与变量 */
: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;
}
/* a5owy6bki */
a {
  color: var(--secondary-light);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent);
}
/* oyn63j5 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* ahcdzr */
._xpko3a {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 干扰标签区块 - 肉眼不可见 */
.voh9rsrewj {
  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;
}

/* ========== 导航栏 ========== */
._qer4fox {
  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;
}

.tw-mhde4y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
/* xczpln98o */
._bzjaiz {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-light);
}

._bzjaiz .tw-zfa7uh {
  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;
}
/* jjgx */
._7tclra01 {
  display: flex;
  list-style: none;
  gap: 8px;
}

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

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

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

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

._d44vu41 a:hover {
  color: var(--primary-light);
}

._d44vu41 span {
  margin: 0 8px;
}

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

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

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

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

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

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

/* 搜索框 */
.tw-6ngfze {
  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;
}

.tw-6ngfze select,
.tw-6ngfze 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);
}

.tw-6ngfze select:focus,
.tw-6ngfze input:focus {
  border-color: var(--primary-light);
}

.tw-6ngfze select {
  width: 140px;
  cursor: pointer;
}
/* d1ijiqxxa */
.tw-6ngfze input {
  flex: 1;
  min-width: 0;
}

.tw-6ngfze 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;
}

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

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

.vh9bn9h1 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.vh9bn9h1 h2 span {
  color: var(--primary-light);
}

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

/* ========== 内容区块 ========== */
.iz5folsjh2 {
  padding: 60px 0;
}

.iz5folsjh2:nth-child(even) {
  background: var(--bg-section);
}

/* ========== 排片卡片 ========== */
.tw-fae9ec {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

._9caokrk {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}
/* xrjyuod */
._9caokrk:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--primary);
}

._9caokrk .st-f4e79g {
  position: relative;
  height: 200px;
  overflow: hidden;
}

._9caokrk .st-f4e79g img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
/* 9rt7c2z6v */
._9caokrk:hover .st-f4e79g img {
  transform: scale(1.05);
}

._9caokrk ._mzrf0i {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
}

._9caokrk .qn9laioq {
  padding: 20px;
}

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

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

._9caokrk ._99k593m {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}
/* 2qau0l1w8 */
._9caokrk .sc-25t9og {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 7f5up */
._9caokrk .fplojh31 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent);
}

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

.h42gfng {
  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-s9nmos {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: white;
}

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

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

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

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

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

.uexja4w img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
/* z7hedstn0 */
.wuaf1tu {
  position: absolute;
  inset: 0;
  background: rgba(13,13,26,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* cp8p56ygb */
.wuaf1tu .css-3vkmgy {
  text-align: center;
  color: white;
}

.wuaf1tu .css-3vkmgy h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
/* 375ul6hsl */
/* ========== 热门影片 ========== */
.el-3sb5lk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

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

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

.cocgd8pm ._5or4lq {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.cocgd8pm ._5or4lq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cocgd8pm ._5or4lq .st-pfgke2 {
  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;
}

.cocgd8pm .u507j96t5d {
  padding: 16px;
}
/* 9wgnr5 */
.cocgd8pm ._5iuiu8 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

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

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

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

.ewjktlbydn:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.ewjktlbydn .zayronj {
  height: 220px;
  overflow: hidden;
}

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

.ewjktlbydn:hover .zayronj img {
  transform: scale(1.05);
}

.ewjktlbydn .h848hqn3o0 {
  padding: 20px;
}

.ewjktlbydn .st-c2lulv {
  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;
}

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

.ewjktlbydn ._zr3sugjg {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

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

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

.uikga5c41a:hover {
  border-color: var(--primary);
}
/* rlzl6gm */
._gl6w8f9 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

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

.brx7j7up .el-i28wgt {
  font-weight: 600;
  font-size: 0.95rem;
}

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

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

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

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

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

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

.wphod1m:hover {
  background: rgba(198, 40, 40, 0.05);
}

.wphod1m ._7ma1a6 {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary-light);
}

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

.css-snclmx.active .st-dgb1ux {
  display: block;
}

.css-snclmx.active .wphod1m ._7ma1a6 {
  transform: rotate(45deg);
}

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

.css-8j4zhu 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);
}

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

.css-8j4zhu tr:hover td {
  background: rgba(198, 40, 40, 0.05);
}

.css-8j4zhu ._bufftl4t {
  font-weight: 600;
  color: var(--accent);
}

.css-8j4zhu .ltrxnxf9qo {
  display: inline-block;
  background: rgba(21, 101, 192, 0.15);
  color: var(--secondary-light);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
}

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

.qc768xi5 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
/* c4fqovq */
._xlhdrd6m h3 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: var(--primary-light);
}
/* wzf1ejzdk */
._xlhdrd6m p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

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

.ius1po8 ul {
  list-style: none;
}

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

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

.ius1po8 a:hover {
  color: var(--primary-light);
}

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

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

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

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

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

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

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

.sc-fru414 .el-d10r8x {
  position: relative;
  z-index: 2;
  text-align: center;
}

.sc-fru414 h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.sc-fru414 p {
  font-size: 1.05rem;
  color: var(--text-secondary);
}

.df2qf6ef2 {
  padding: 40px 0 60px;
}

.df2qf6ef2 h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 32px 0 16px;
  color: var(--text-primary);
}
/* iqyqqpv */
.df2qf6ef2 h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 24px 0 12px;
  color: var(--text-primary);
}

.df2qf6ef2 p {
  margin-bottom: 16px;
  color: var(--text-secondary);
  line-height: 1.8;
}
/* vse8gmr3ge */
/* ========== 评分系统 ========== */
.u9xjuo3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

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

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

/* ========== 设施标签 ========== */
.xh5r5eu51d {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}

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

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

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

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

/* ========== 侧边栏 ========== */
.kqil5p1q5 {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
}

._jp8thvgz {
  position: relative;
}
/* r6gr0rw2q */
.agjvr7bm1 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 24px;
}

.agjvr7bm1 h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

.agjvr7bm1 ul {
  list-style: none;
}
/* 8bnfeiv */
.agjvr7bm1 li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(42, 42, 62, 0.5);
}

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

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

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

._zpad5nc {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
}
/* 6jvi4t4dna */
.ov5c4xf89 {
  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;
}
/* ez28eb */
.ov5c4xf89:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  color: var(--text-primary);
}

.ov5c4xf89 ._7ma1a6 {
  font-size: 2rem;
}

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

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

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

.css-psytbn.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ========== 响应式设计 ========== */
@media (max-width: 1024px) {
  .el-3sb5lk {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .qc768xi5 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .kqil5p1q5 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .tw-mhde4y {
    flex-wrap: wrap;
  }
  
  ._7tclra01 {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 16px;
  }
  
  ._7tclra01.active {
    display: flex;
  }
  
  ._pgpfie7 {
    display: block;
  }
  
  .smcsjffyc h1 {
    font-size: 1.8rem;
  }
/* p71juc6f */  
  .tw-6ngfze {
    flex-direction: column;
  }
  
  .tw-6ngfze select {
    width: 100%;
  }
  
  .el-3sb5lk {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._meta125 {
    grid-template-columns: 1fr;
  }
/* g0wor */  
  .tw-4td3z7 {
    grid-template-columns: 1fr;
  }
  
  .tw-fae9ec {
    grid-template-columns: 1fr;
  }
  
  .qc768xi5 {
    grid-template-columns: 1fr;
  }
  
  .vh9bn9h1 h2 {
    font-size: 1.5rem;
  }
  
  .sc-fru414 {
    height: 200px;
  }
  
  .sc-fru414 h1 {
    font-size: 1.6rem;
  }
  
  ._zpad5nc {
    flex-direction: column;
    align-items: center;
  }
  
  .css-8j4zhu {
    font-size: 0.8rem;
  }
  
  .css-8j4zhu th,
  .css-8j4zhu td {
    padding: 10px 8px;
  }
}

@media (max-width: 480px) {
  .el-3sb5lk {
    grid-template-columns: 1fr;
  }
  
  .smcsjffyc h1 {
    font-size: 1.5rem;
  }
/* vdivr */  
  ._xpko3a {
    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;
}
/* ox0d */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

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

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

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

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

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

.st-7a6p39:hover {
  border-color: var(--primary);
}
/* wg5vg */
._t48fs9t {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
/* nyfs */
.cbbkd27dsl {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

._ofij1mag {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 12px;
}

.el-l4whn7 {
  display: flex;
  gap: 20px;
  font-size: 0.85rem;
  color: var(--text-muted);
}
/* x4vbx55qp */
/* ========== 信息卡片 ========== */
.cpd8vcm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 24px 0;
}

._lawp9a9 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
}
/* gxfj9h9r */
._lawp9a9:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

._lawp9a9 ._7ma1a6 {
  font-size: 2rem;
  margin-bottom: 12px;
}

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

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

/* rv63wvn4r4h7sag0 */
