/* 麻豆 MADOU FILMS 官方站点样式 */
/* 极简黑白银灰影视品牌视觉 */

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background-color: #000000;
  color: #DDDDDD;
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  min-height: 100vh;
}

body.panel-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

a:hover {
  color: #FFFFFF;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #F7F7F7;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  letter-spacing: 0.04em;
}

h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 1.25rem;
}

h3 {
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  margin-bottom: 0.75rem;
}

p {
  margin-bottom: 1rem;
  color: #DDDDDD;
}

.text-secondary {
  color: #A5A5A5;
}

.text-muted {
  color: #727272;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* 顶部信息栏 */
.top-bar {
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  color: #A5A5A5;
  height: 36px;
  display: flex;
  align-items: center;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-bar-left {
  flex: 1;
}

.top-bar-center {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex: 1;
}

.top-bar-center a {
  color: #A5A5A5;
}

.top-bar-center a:hover {
  color: #FFFFFF;
}

.top-bar-right {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  flex: 1;
}

.top-bar-right a,
.top-bar-right button {
  color: #A5A5A5;
  font-size: 13px;
}

.top-bar-right a:hover,
.top-bar-right button:hover {
  color: #FFFFFF;
}

.top-bar-mobile {
  display: none;
}

@media (max-width: 900px) {
  .top-bar-left,
  .top-bar-center {
    display: none;
  }
  .top-bar-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 14px;
  }
  .top-bar-mobile .brand-short {
    color: #C7C7C7;
    font-size: 13px;
  }
  .top-bar-right {
    display: none;
  }
}

/* 品牌导航 */
.brand-nav {
  background: #050505;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 64px;
  display: flex;
  align-items: center;
}

.brand-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}

.brand-nav-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.btn-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  color: #F7F7F7;
  font-size: 14px;
  background: transparent;
}

.btn-menu:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: #1A1A1A;
}

.current-channel {
  font-size: 14px;
  color: #A5A5A5;
  display: none;
}

@media (min-width: 901px) {
  .current-channel {
    display: block;
  }
}

.brand-logo {
  flex: 0 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.brand-logo img {
  max-height: 36px;
  width: auto;
}

.brand-logo .logo-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}

.brand-logo .logo-en {
  font-size: 10px;
  letter-spacing: 0.25em;
  color: #C7C7C7;
  text-transform: uppercase;
  margin-top: 2px;
}

.brand-nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  justify-content: flex-end;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  background: #FFFFFF;
  color: #000000 !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
}

.btn-primary:hover {
  background: #EDEDED;
  color: #000000 !important;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  background: transparent;
  color: #F7F7F7;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  white-space: nowrap;
}

.btn-secondary:hover {
  border-color: #FFFFFF;
  background: #1A1A1A;
}

@media (max-width: 900px) {
  .brand-nav {
    height: 56px;
  }
  .brand-nav-inner {
    padding: 0 14px;
  }
  .brand-nav-left .current-channel {
    display: none;
  }
  .brand-nav-right .btn-secondary {
    display: none;
  }
  .brand-logo .logo-text {
    font-size: 18px;
  }
  .brand-logo .logo-en {
    font-size: 9px;
  }
}

/* 影视频道导航 */
.channel-nav {
  background: #0B0B0B;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  z-index: 900;
}

.channel-nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 48px;
  overflow: hidden;
}

.channel-list {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  white-space: nowrap;
}

.channel-list::-webkit-scrollbar {
  display: none;
}

.channel-list a {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 14px;
  font-size: 14px;
  color: #A5A5A5;
  position: relative;
  flex-shrink: 0;
}

.channel-list a:hover {
  color: #FFFFFF;
}

.channel-list a.active {
  color: #FFFFFF;
}

.channel-list a.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 2px;
  background: #FFFFFF;
}

.channel-more {
  position: relative;
  margin-left: 8px;
  flex-shrink: 0;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 14px;
  font-size: 14px;
  color: #A5A5A5;
}

.btn-more:hover {
  color: #FFFFFF;
}

.more-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  min-width: 180px;
  padding: 8px 0;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.48);
  display: none;
  z-index: 950;
}

.more-menu.open {
  display: block;
}

.more-menu a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  color: #DDDDDD;
}

.more-menu a:hover {
  background: #1A1A1A;
  color: #FFFFFF;
}

@media (max-width: 900px) {
  .channel-nav-inner {
    padding: 0 14px;
  }
  .channel-list a {
    padding: 0 12px;
    font-size: 13px;
  }
}

/* 主内容区 */
main {
  min-height: 60vh;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  main {
    padding-bottom: 100px;
  }
}

/* 通用区块 */
.section {
  padding: 48px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section:last-of-type {
  border-bottom: none;
}

.section-header {
  margin-bottom: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.section-header h2 {
  margin-bottom: 0;
}

.section-link {
  font-size: 14px;
  color: #C7C7C7;
  border-bottom: 1px solid transparent;
}

.section-link:hover {
  color: #FFFFFF;
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

/* 卡片网格 */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.card {
  background: #0B0B0B;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.card:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: #121212;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #F7F7F7;
}

.card-text {
  font-size: 14px;
  color: #A5A5A5;
  margin-bottom: 14px;
  line-height: 1.65;
}

.card-meta {
  font-size: 12px;
  color: #727272;
}

.card-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #C7C7C7;
}

.card-link:hover {
  color: #FFFFFF;
}

/* 主视觉 */
.hero {
  background: #050505;
  padding: 40px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-visual {
  background: #0B0B0B;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(30%) contrast(1.05);
}

.hero-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #121212 0%, #0B0B0B 50%, #1A1A1A 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #727272;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.hero-content h1 {
  margin-bottom: 16px;
}

.hero-content .lead {
  font-size: 16px;
  color: #A5A5A5;
  margin-bottom: 24px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.hero-news {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-news-item {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-news-item:first-child {
  border-top: none;
  padding-top: 0;
}

.hero-news-label {
  font-size: 12px;
  color: #C7C7C7;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}

.hero-news-text {
  font-size: 14px;
  color: #A5A5A5;
  line-height: 1.6;
}

.hero-news-text a {
  color: #DDDDDD;
}

.hero-news-text a:hover {
  color: #FFFFFF;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-visual {
    order: 2;
  }
  .hero-content {
    order: 1;
  }
  .hero-news {
    order: 3;
  }
}

/* 列表与内容页 */
.page-header {
  padding: 40px 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 32px;
}

.page-header h1 {
  margin-bottom: 12px;
}

.page-header .desc {
  font-size: 16px;
  color: #A5A5A5;
  max-width: 720px;
  line-height: 1.7;
}

.content-block {
  background: #0B0B0B;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 28px;
  margin-bottom: 24px;
}

.content-block h2,
.content-block h3 {
  margin-top: 0;
}

.content-block p:last-child {
  margin-bottom: 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 768px) {
  .two-col {
    grid-template-columns: 1fr;
  }
  .content-block {
    padding: 20px;
  }
}

/* 标签与提示 */
.tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  color: #C7C7C7;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.notice {
  background: #121212;
  border-left: 3px solid rgba(255, 255, 255, 0.4);
  padding: 16px 20px;
  margin: 24px 0;
  font-size: 14px;
  color: #A5A5A5;
}

.notice strong {
  color: #F7F7F7;
}

/* FAQ */
.faq-list details {
  background: #0B0B0B;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 0;
}

.faq-list summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #F7F7F7;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-size: 18px;
  color: #A5A5A5;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  padding: 0 20px 18px;
  margin: 0;
  color: #A5A5A5;
  font-size: 15px;
  line-height: 1.7;
}

/* 页脚 */
.site-footer {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 48px 0 32px;
  margin-top: 40px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}

.footer-brand .logo-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.footer-brand .logo-en {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #C7C7C7;
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 13px;
  color: #A5A5A5;
  line-height: 1.65;
}

.footer-col h4 {
  font-size: 13px;
  color: #F7F7F7;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}

.footer-col a {
  display: block;
  font-size: 13px;
  color: #A5A5A5;
  margin-bottom: 10px;
}

.footer-col a:hover {
  color: #FFFFFF;
}

.footer-notice {
  font-size: 13px;
  color: #727272;
  line-height: 1.7;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.footer-copy {
  font-size: 12px;
  color: #727272;
  text-align: center;
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

/* 栏目面板 */
.side-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 520px;
  max-width: 90vw;
  height: 100%;
  background: #0B0B0B;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.side-panel.open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.side-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.side-panel-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.side-panel-brand .logo-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.btn-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  color: #F7F7F7;
  font-size: 20px;
}

.btn-close:hover {
  background: #1A1A1A;
}

.side-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 20px 40px;
}

.panel-group {
  margin-bottom: 28px;
}

.panel-group h3 {
  font-size: 12px;
  color: #727272;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.panel-item {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.panel-item:last-child {
  border-bottom: none;
}

.panel-item-title {
  font-size: 15px;
  color: #F7F7F7;
  margin-bottom: 4px;
  font-weight: 600;
}

.panel-item-desc {
  font-size: 13px;
  color: #A5A5A5;
  line-height: 1.5;
}

.panel-item:hover .panel-item-title {
  color: #FFFFFF;
}

/* 搜索面板 */
.search-panel {
  position: fixed;
  inset: 0;
  background: #000000;
  z-index: 2100;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.search-panel.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.search-panel-header {
  display: flex;
  justify-content: flex-end;
  padding: 16px 20px;
}

.search-panel-body {
  flex: 1;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 60px;
}

.search-input-wrap {
  margin-bottom: 36px;
}

.search-input {
  width: 100%;
  background: #0B0B0B;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  padding: 16px 20px;
  font-size: 18px;
  color: #FFFFFF;
  outline: none;
}

.search-input::placeholder {
  color: #727272;
}

.search-input:focus {
  border-color: rgba(255, 255, 255, 0.6);
}

.search-section {
  margin-bottom: 32px;
}

.search-section h3 {
  font-size: 13px;
  color: #727272;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}

.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-tags a {
  display: inline-block;
  padding: 8px 16px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  font-size: 14px;
  color: #DDDDDD;
}

.search-tags a:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
}

.search-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}

.search-links a {
  display: block;
  padding: 12px 14px;
  background: #0B0B0B;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-size: 14px;
  color: #A5A5A5;
}

.search-links a:hover {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.3);
}

/* 遮罩 */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1900;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.overlay.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

/* 手机底部导航 */
.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 1500;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.mobile-bottom-nav-inner {
  display: flex;
  height: 56px;
  max-width: 100%;
}

.mobile-bottom-nav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #A5A5A5;
  gap: 2px;
  min-height: 48px;
}

.mobile-bottom-nav a.active {
  color: #FFFFFF;
}

.mobile-bottom-nav a span {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 768px) {
  .mobile-bottom-nav {
    display: block;
  }
}

/* 焦点状态 */
a:focus-visible,
button:focus-visible,
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.btn-menu:focus-visible,
.btn-close:focus-visible,
.search-input:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
}

/* 减少动画 */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}

/* 工具类 */
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.text-center { text-align: center; }

/* 列表样式 */
.info-list {
  margin: 16px 0;
}

.info-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  color: #A5A5A5;
  font-size: 15px;
}

.info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  background: #C7C7C7;
  border-radius: 50%;
}

/* 表格简单样式 */
.simple-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}

.simple-table th,
.simple-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.simple-table th {
  color: #F7F7F7;
  font-weight: 600;
  background: #121212;
}

.simple-table td {
  color: #A5A5A5;
}

/* APP 页面特殊 */
.app-hero {
  text-align: center;
  padding: 40px 0;
}

.app-hero h1 {
  margin-bottom: 16px;
}

.app-icon-wrap {
  width: 96px;
  height: 96px;
  margin: 0 auto 24px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.app-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 日历条目 */
.calendar-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.calendar-item:last-child {
  border-bottom: none;
}

.calendar-status {
  flex-shrink: 0;
  width: 110px;
  font-size: 13px;
  color: #C7C7C7;
  padding-top: 2px;
}

.calendar-content h3 {
  margin-bottom: 6px;
}

.calendar-content p {
  font-size: 14px;
  color: #A5A5A5;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .calendar-item {
    flex-direction: column;
    gap: 8px;
  }
  .calendar-status {
    width: auto;
  }
}
