:root {
      --primary: #dc2626;
      --accent: #fb923c;
      --bg-dark: #141013;
      --text-light: #fef2f2;
    }
    body {
      background-color: var(--bg-dark);
      color: var(--text-light);
      font-family: 'Inter', sans-serif;
      line-height: 1.7;
      scroll-behavior: smooth;
    }
    h1,h2,h3,h4,.navbar-brand {
      font-weight: 800;
      letter-spacing: -0.02em;
    }
    .navbar-brand {
      font-size: 1.8rem;
      font-weight: 900;
    }
    .navbar-dark {
      background-color: #1d161b;
    }
    .btn-pill {
      border-radius: 50rem;
    }
    .card-pill {
      border-radius: 1.25rem;
      overflow: hidden;
      background: #1e181d;
      border: 1px solid rgba(220, 38, 38, 0.2);
      transition: transform 0.25s ease, box-shadow 0.3s ease;
      height: 100%;
    }
    .card-pill:hover {
      transform: translateY(-8px);
      box-shadow: 0 18px 30px rgba(0, 0, 0, 0.6);
    }
    .poster-img {
      width: 100%;
      aspect-ratio: 2 / 3;
      object-fit: cover;
      background: #2a1f28;
      cursor: pointer;
    }
    .badge-corner {
      position: absolute;
      top: 10px;
      right: 10px;
      background: rgba(0,0,0,0.7);
      color: #fbbf24;
      font-size: 0.7rem;
      padding: 0.25rem 0.5rem;
      border-radius: 30px;
      backdrop-filter: blur(4px);
    }
    .rating-font {
      font-family: 'SF Mono', 'Menlo', 'Consolas', monospace;
      font-weight: 600;
      font-size: 0.9rem;
    }
    .section-title {
      font-weight: 800;
      font-size: 1.75rem;
      margin-bottom: 1.5rem;
      border-left: 6px solid var(--primary);
      padding-left: 1rem;
    }
    .navbar-nav .nav-link {
      font-weight: 500;
      padding: 0.5rem 1rem;
      border-radius: 30px;
    }
    .navbar-nav .nav-link:hover {
      background: rgba(220, 38, 38, 0.2);
      color: #fff;
    }
    .friend-links a {
      color: #aaa;
      margin: 0 10px;
      text-decoration: none;
      font-size: 0.9rem;
    }
    .friend-links a:hover { color: var(--accent); }
    .back-to-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      background: var(--primary);
      color: white;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
      border: none;
      z-index: 99;
    }
    .back-to-top.show {
      opacity: 1;
      visibility: visible;
    }
    .scroll-progress {
      position: fixed;
      top: 0;
      left: 0;
      height: 4px;
      background: var(--accent);
      width: 0%;
      z-index: 9999;
      border-radius: 0 4px 4px 0;
    }
    .side-drawer {
      position: fixed;
      top: 0;
      right: -420px;
      width: 380px;
      max-width: 100vw;
      height: 100%;
      background: #1a1218;
      z-index: 1050;
      transition: right 0.35s ease;
      box-shadow: -8px 0 30px rgba(0,0,0,0.7);
      padding: 2rem 1.5rem;
      overflow-y: auto;
    }
    .drawer-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      z-index: 1040;
      display: none;
    }
    .drawer-close {
      background: none;
      border: none;
      color: #fff;
      font-size: 2.2rem;
      line-height: 1;
      margin-bottom: 1rem;
      cursor: pointer;
    }
    .type-category, .steps-custom {
      background: #1d161b;
      border-radius: 1.5rem;
      padding: 1.5rem;
    }
    .step-badge {
      background: var(--primary);
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: white;
      margin-right: 12px;
    }

/* --- 子页面追加 --- */
/* 本页卡片底色调为深色，与站点风格一致 */
    .card-pill.about-card {
      background: var(--bg-dark);
      border: 1px solid rgba(220, 38, 38, 0.25);
      border-radius: 1.5rem;
      padding: 1.8rem 1.8rem;
      transition: transform .2s ease, border-color .2s ease;
    }
.card-pill.about-card:hover {
      border-color: var(--primary);
      transform: translateY(-4px);
    }
.about-icon {
      color: var(--primary);
      font-size: 2rem;
      margin-bottom: 1rem;
    }
.about-icon .fa-solid, .about-icon .fa-regular {
      background: rgba(220, 38, 38, 0.12);
      padding: 0.6rem;
      border-radius: 50%;
    }
.section-title.about-title {
      font-weight: 800;
      letter-spacing: -0.02em;
      border-left: 6px solid var(--primary);
      padding-left: 1.2rem;
      margin-bottom: 2.2rem;
      color: var(--text-light);
    }
.about-highlight {
      color: var(--accent);
      font-weight: 600;
    }
.about-stack {
      background: rgba(0,0,0,0.2);
      border-radius: 2rem;
      padding: 2.5rem 2rem;
      border: 1px solid rgba(251, 146, 60, 0.2);
    }
.about-stack h3 {
      color: var(--text-light);
      font-weight: 700;
    }
.about-stack p {
      color: rgba(254, 242, 242, 0.75);
    }
/* 手动覆盖 bootstrap 栅格可能带来的白底，但仅使用工具类，无组件 */
    .list-unstyled.about-values li {
      background: transparent;
      color: var(--text-light);
      padding: 0.5rem 0;
    }
.list-unstyled.about-values i {
      color: var(--accent);
      margin-right: 0.6rem;
    }
.footer-link {
      color: rgba(254,242,242,0.8);
      text-decoration: none;
      transition: color 0.2s;
    }
.footer-link:hover {
      color: var(--accent);
    }

/* --- 子页面追加 --- */
/* 页面专属微调样式（自动合并进站点CSS） */
        .disclaimer-hero {
            padding: 3rem 0 2rem;
            border-bottom: 1px solid rgba(255,255,255,.08);
        }
.disclaimer-section {
            padding: 2rem 0 1rem;
            border-bottom: 1px solid rgba(255,255,255,.04);
        }
.disclaimer-section:last-child {
            border-bottom: none;
        }
.disclaimer-section h2 {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--text-light);
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: .6rem;
        }
.disclaimer-section h2 i {
            color: var(--accent);
            font-size: 1.1rem;
        }
.disclaimer-section p, .disclaimer-section li {
            color: rgba(254,242,242,.78);
            font-size: .95rem;
            line-height: 1.8;
        }
.disclaimer-section ul {
            padding-left: 1.2rem;
        }
.disclaimer-section li {
            margin-bottom: .4rem;
        }
.disclaimer-note {
            background: rgba(220,38,38,.08);
            border-left: 3px solid var(--primary);
            padding: 1rem 1.2rem;
            border-radius: 0 8px 8px 0;
            margin-top: 1.5rem;
        }
.disclaimer-note p {
            margin-bottom: 0;
            color: var(--text-light);
        }
.update-date {
            display: inline-block;
            background: rgba(251,146,60,.12);
            color: var(--accent);
            padding: .2rem .8rem;
            border-radius: 30px;
            font-size: .8rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

/* --- Bootstrap 组件配色适配(程序自动补,避免白底黑字) --- */
.list-group-item { background:rgba(255,255,255,.04) !important; color:#fef2f2 !important; border-color:rgba(255,255,255,.12) !important; }
