    .hero { padding: 72px 0 40px; text-align: center; position: relative; overflow: hidden; }
    .hero-logo { font-size: 52px; color: #d4b890; margin-bottom: 18px; display: inline-block; line-height: 1; }
    .hero h1 { font-size: 44px; font-weight: 400; letter-spacing: 14px; color: #e8ddd0; font-family: '华文楷体', 'KaiTi', 'Georgia', serif; margin-bottom: 14px; line-height: 1.3; }
    .hero-sub { font-size: 15px; color: #8a7a68; letter-spacing: 4px; margin-bottom: 8px; }
    .hero-verse { font-size: 14px; color: #6a6058; letter-spacing: 2px; margin-top: 20px; font-style: italic; }
    .hero-verse::before { content: "— "; }
    .hero-verse::after { content: " —"; }
    .hero-stats { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; margin: 32px 0 0; }
    .hero-stat { text-align: center; }
    .hero-stat-num { font-size: 32px; font-weight: 400; color: #d4b890; letter-spacing: 2px; font-family: '华文楷体', 'KaiTi', 'Georgia', serif; line-height: 1.2; }
    .hero-stat-label { font-size: 13px; color: #6a6058; letter-spacing: 2px; margin-top: 4px; }

    .home-search { max-width: 640px; margin: 36px auto 0; }
    .home-search .search-form { display: flex; align-items: stretch; gap: 8px; background: #161210; border: 1px solid #2a221a; border-radius: 12px; padding: 6px; transition: border-color 0.25s, box-shadow 0.25s; }
    .home-search .search-form:focus-within { border-color: #b8a080; box-shadow: 0 0 0 3px rgba(184, 160, 128, 0.1); }
    .home-search .search-input { flex: 1; min-width: 0; background: transparent; border: none; outline: none; color: #e8ddd0; font-size: 16px; padding: 12px 18px; font-family: inherit; }
    .home-search .search-input::placeholder { color: #6a6058; }
    .home-search .search-btn { display: inline-flex; align-items: center; gap: 6px; background: #b8a080; color: #0c0a08; border: none; border-radius: 8px; padding: 0 28px; font-size: 15px; font-weight: 500; cursor: pointer; transition: background 0.25s; font-family: inherit; white-space: nowrap; }
    .home-search .search-btn:hover { background: #d4b890; }
    .home-search .search-btn i { font-size: 14px; }

    .home-section { margin: 72px 0 0; }
    .home-section-title { font-size: 20px; font-weight: 400; color: #e8ddd0; letter-spacing: 4px; margin-bottom: 28px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 12px; }
    .home-section-title i { color: #b8a080; font-size: 16px; }
    .home-section-title::before, .home-section-title::after { content: ""; width: 40px; height: 1px; background: linear-gradient(90deg, transparent, #2a221a, transparent); }

    .home-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
    .home-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 26px 16px; background: #161210; border: 1px solid #2a221a; border-radius: 12px; transition: 0.3s; text-align: center; min-width: 0; }
    .home-card:hover { border-color: #b8a080; background: rgba(184, 160, 128, 0.08); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); }
    .home-card-icon { font-size: 26px; color: #b8a080; transition: 0.3s; }
    .home-card:hover .home-card-icon { color: #e0c090; transform: scale(1.1); }
    .home-card-name { font-size: 15px; color: #e8ddd0; font-weight: 500; letter-spacing: 1px; line-height: 1.4; word-break: break-word; }
    .home-card-count { font-size: 12px; color: #6a6058; letter-spacing: 1px; }

    .recommend-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; }
    .recommend-card { display: block; padding: 22px 24px; background: #161210; border: 1px solid #2a221a; border-radius: 12px; transition: 0.3s; }
    .recommend-card:hover { border-color: #b8a080; background: rgba(184, 160, 128, 0.06); transform: translateY(-2px); }
    .recommend-title { font-size: 17px; color: #e8ddd0; font-weight: 500; margin-bottom: 8px; letter-spacing: 1px; display: flex; align-items: center; gap: 8px; }
    .recommend-title i { color: #b8a080; font-size: 14px; }
    .recommend-desc { font-size: 13px; color: #8a7a68; line-height: 1.7; }

    .feature-list { display: grid; grid-template-columns: 1fr; gap: 14px; }
    .feature-item { padding: 22px 26px; background: #161210; border: 1px solid #2a221a; border-left: 3px solid #b8a080; border-radius: 8px; transition: 0.3s; }
    .feature-item:hover { background: rgba(184, 160, 128, 0.05); }
    .feature-item-title { font-size: 16px; color: #e8ddd0; font-weight: 500; margin-bottom: 8px; letter-spacing: 1px; display: flex; align-items: center; gap: 8px; }
    .feature-item-title i { color: #b8a080; }
    .feature-item-title a { color: inherit; }
    .feature-item-title a:hover { color: #d4b890; }
    .feature-item-desc { font-size: 13.5px; color: #8a7a68; line-height: 1.85; }

    .guide-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
    .guide-card { padding: 22px 22px; background: #161210; border: 1px solid #2a221a; border-radius: 12px; transition: 0.3s; position: relative; }
    .guide-card:hover { border-color: #b8a08055; }
    .guide-num { position: absolute; top: 18px; right: 20px; font-size: 28px; font-weight: 400; color: rgba(184, 160, 128, 0.15); font-family: 'Menlo', 'Consolas', monospace; line-height: 1; }
    .guide-title { font-size: 15px; color: #e8ddd0; font-weight: 500; margin-bottom: 8px; letter-spacing: 1px; display: flex; align-items: center; gap: 8px; }
    .guide-title i { color: #b8a080; font-size: 14px; }
    .guide-desc { font-size: 13px; color: #8a7a68; line-height: 1.75; }

    .dedication { margin: 72px 0 0; padding: 44px 32px; text-align: center; background: #161210; border: 1px solid #2a221a; border-radius: 16px; position: relative; overflow: hidden; }
    .dedication::before { content: "☸"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 200px; color: rgba(184, 160, 128, 0.04); pointer-events: none; }
    .dedication-inner { position: relative; z-index: 1; }
    .dedication-title { font-size: 17px; color: #b8a080; letter-spacing: 6px; margin-bottom: 24px; font-weight: 400; }
    .dedication-verse { font-size: 20px; color: #e8ddd0; line-height: 2.4; letter-spacing: 3px; font-family: '华文楷体', 'KaiTi', 'Georgia', serif; }
    .dedication-verse span { display: block; }
    .dedication-namo { margin-top: 26px; font-size: 15px; color: #8a7a68; letter-spacing: 4px; }

    .home-hot { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 720px; margin: 0 auto; }
    .home-hot-tag { display: inline-block; padding: 8px 20px; background: #161210; border: 1px solid #2a221a; border-radius: 24px; color: #b0a898; font-size: 14px; transition: 0.25s; white-space: nowrap; text-decoration: none; }
    .home-hot-tag:hover { border-color: #b8a080; color: #e8ddd0; background: rgba(184, 160, 128, 0.08); }
    .home-hot-tag i { color: #b8a080; margin-right: 4px; font-size: 12px; }

    .home-about { max-width: 760px; margin: 0 auto; text-align: center; color: #8a7a68; font-size: 14.5px; line-height: 2.2; letter-spacing: 0.5px; }
    .home-about strong { color: #b8a080; font-weight: 500; padding: 0 3px; }

    html.light .hero h1 { color: #3d352e; }
    html.light .hero-logo { color: #8a6f3e; }
    html.light .hero-sub { color: #8a7a6a; }
    html.light .hero-verse { color: #a89888; }
    html.light .hero-stat-num { color: #5a3921; }
    html.light .hero-stat-label { color: #8a7a6a; }
    html.light .home-search .search-form { background: #fcf9f5; border-color: #e0d8cc; }
    html.light .home-search .search-input { color: #3d352e; }
    html.light .home-search .search-input::placeholder { color: #a89888; }
    html.light .home-search .search-btn { background: #5a3921; color: #fcf9f5; }
    html.light .home-search .search-btn:hover { background: #8a6f3e; }
    html.light .home-section-title { color: #3d352e; }
    html.light .home-section-title i { color: #5a3921; }
    html.light .home-section-title::before, html.light .home-section-title::after { background: linear-gradient(90deg, transparent, #e0d8cc, transparent); }
    html.light .home-card { background: #fcf9f5; border-color: #e0d8cc; }
    html.light .home-card:hover { border-color: #c4a882; background: #f5ede0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }
    html.light .home-card-icon { color: #5a3921; }
    html.light .home-card-name { color: #3d352e; }
    html.light .home-card-count { color: #a89888; }
    html.light .recommend-card { background: #fcf9f5; border-color: #e0d8cc; }
    html.light .recommend-card:hover { border-color: #c4a882; background: #f5ede0; }
    html.light .recommend-title { color: #3d352e; }
    html.light .recommend-title i { color: #5a3921; }
    html.light .recommend-desc { color: #7a6b5a; }
    html.light .feature-item { background: #fcf9f5; border-color: #e0d8cc; border-left-color: #5a3921; }
    html.light .feature-item:hover { background: #f5ede0; }
    html.light .feature-item-title { color: #3d352e; }
    html.light .feature-item-title i { color: #5a3921; }
    html.light .feature-item-title a { color: #3d352e; }
    html.light .feature-item-title a:hover { color: #8a6f3e; }
    html.light .feature-item-desc { color: #7a6b5a; }
    html.light .guide-card { background: #fcf9f5; border-color: #e0d8cc; }
    html.light .guide-card:hover { border-color: #c4a882; }
    html.light .guide-num { color: rgba(90, 57, 33, 0.15); }
    html.light .guide-title { color: #3d352e; }
    html.light .guide-title i { color: #5a3921; }
    html.light .guide-desc { color: #7a6b5a; }
    html.light .dedication { background: #ede5db; border-color: #d6c9b8; }
    html.light .dedication::before { color: rgba(90, 57, 33, 0.05); }
    html.light .dedication-title { color: #5a3921; }
    html.light .dedication-verse { color: #3d352e; }
    html.light .dedication-namo { color: #7a6b5a; }
    html.light .home-hot-tag { background: #fcf9f5; border-color: #e0d8cc; color: #7a6b5a; }
    html.light .home-hot-tag:hover { border-color: #c4a882; color: #5a3921; background: #ede5db; }
    html.light .home-hot-tag i { color: #5a3921; }
    html.light .home-about { color: #7a6b5a; }
    html.light .home-about strong { color: #5a3921; }

    @media (max-width: 768px) {
      .hero { padding: 44px 0 28px; }
      .hero-logo { font-size: 40px; margin-bottom: 12px; }
      .hero h1 { font-size: 28px; letter-spacing: 8px; }
      .hero-sub { font-size: 13px; letter-spacing: 3px; }
      .hero-verse { font-size: 12px; margin-top: 14px; }
      .hero-stats { gap: 24px; margin-top: 22px; }
      .hero-stat-num { font-size: 24px; }
      .hero-stat-label { font-size: 11px; letter-spacing: 1px; }
      .home-search { margin-top: 24px; }
      .home-search .search-form { padding: 5px; gap: 6px; }
      .home-search .search-input { font-size: 15px; padding: 10px 14px; }
      .home-search .search-btn { padding: 0 18px; font-size: 14px; }
      .home-search .search-btn span { display: none; }
      .home-section { margin-top: 48px; }
      .home-section-title { font-size: 16px; letter-spacing: 3px; margin-bottom: 20px; }
      .home-section-title::before, .home-section-title::after { width: 24px; }
      .home-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
      .home-card { padding: 16px 10px; gap: 6px; }
      .home-card-icon { font-size: 22px; }
      .home-card-name { font-size: 14px; }
      .home-card-count { font-size: 11px; }
      .recommend-grid { grid-template-columns: 1fr; gap: 10px; }
      .recommend-card { padding: 16px 18px; }
      .recommend-title { font-size: 15px; }
      .recommend-desc { font-size: 12.5px; }
      .feature-item { padding: 16px 18px; }
      .feature-item-title { font-size: 14.5px; }
      .feature-item-desc { font-size: 12.5px; }
      .guide-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
      .guide-card { padding: 16px 16px; }
      .guide-num { font-size: 22px; top: 12px; right: 14px; }
      .guide-title { font-size: 14px; }
      .guide-desc { font-size: 12.5px; }
      .dedication { padding: 32px 20px; margin-top: 48px; }
      .dedication::before { font-size: 140px; }
      .dedication-title { font-size: 15px; letter-spacing: 4px; margin-bottom: 18px; }
      .dedication-verse { font-size: 16px; letter-spacing: 2px; line-height: 2.2; }
      .dedication-namo { font-size: 13px; letter-spacing: 3px; margin-top: 18px; }
      .home-hot { gap: 8px; }
      .home-hot-tag { padding: 6px 14px; font-size: 13px; }
      .home-about { font-size: 13px; }
    }
    @media (max-width: 400px) {
      .hero h1 { font-size: 24px; letter-spacing: 6px; }
      .hero-logo { font-size: 34px; }
      .hero-stats { gap: 16px; }
      .hero-stat-num { font-size: 20px; }
      .home-grid { grid-template-columns: 1fr; }
      .home-card { flex-direction: row; justify-content: flex-start; gap: 12px; padding: 14px 16px; }
      .home-card-icon { font-size: 20px; }
      .home-card-count { margin-left: auto; }
      .guide-grid { grid-template-columns: 1fr; }
    }