html, body {
    height: 100%;
}
body {
    background: linear-gradient(135deg, #18181a 0%, #23232b 100%);
    color: #e0e0e0;
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

#particles-js {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    top: 0;
    left: 0;
    pointer-events: none;
}

.container {
    max-width: 740px;
    margin: 48px auto 40px auto;
    padding: 38px 30px 28px 30px;
    background: rgba(24, 24, 26, 0.95);
    border-radius: 18px;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.75), 0 1.5px 0 #b71c1c inset;
    position: relative;
    z-index: 2;
    border: 1.5px solid #27272f;
    backdrop-filter: blur(1.5px);
}

header {
    text-align: center;
    margin-bottom: 34px;
}

h1 {
    font-family: 'UnifrakturCook', 'Cinzel Decorative', serif;
    font-size: 3.3em;
    letter-spacing: 2.5px;
    color: #b71c1c;
    margin-bottom: 0.18em;
    text-shadow: 0 3px 18px #000, 0 1px 0 #fff1, 0 0 40px #b71c1c44;
    line-height: 1.1;
}

.subtitle {
    color: #b71c1c;
    font-size: 1.18em;
    margin-bottom: 0;
    letter-spacing: 0.7px;
    font-family: 'Roboto', Arial, sans-serif;
    text-shadow: 0 1px 6px #000;
}

.warning {
    background: linear-gradient(90deg, #2d1a1a 80%, #18181a 100%);
    color: #ffb3b3;
    border-left: 6px solid #b71c1c;
    padding: 20px 22px 18px 22px;
    margin-bottom: 28px;
    border-radius: 7px;
    font-size: 1.13em;
    box-shadow: 0 2px 16px 0 rgba(183,28,28,0.18);
    position: relative;
    overflow: hidden;
}
.warning strong::before {
    content: "\26A0 ";
    font-size: 1.1em;
    color: #ff6666;
    margin-right: 2px;
}
.ntr-warning {
    color: #ff8080;
    margin-top: 10px;
    font-size: 1em;
    font-style: italic;
    letter-spacing: 0.1em;
}

.player-feedback blockquote {
    border-left: 4px solid #b71c1c;
    background: #18181a;
    color: #e0e0e0;
    margin: 0 0 22px 0;
    padding: 15px 22px;
    font-size: 1.08em;
    font-style: italic;
    border-radius: 7px;
    box-shadow: 0 2px 8px #0009;
    position: relative;
}
.player-feedback blockquote::before {
    content: "\201C";
    font-size: 2em;
    color: #b71c1c;
    position: absolute;
    left: 10px;
    top: 8px;
    opacity: 0.4;
}

.media-clarification {
    background: #23232b;
    border-left: 4px solid #b71c1c;
    border-radius: 7px;
    padding: 15px 22px 8px 22px;
    margin-bottom: 28px;
    box-shadow: 0 2px 8px #0007;
}
.media-clarification h2 {
    color: #b71c1c;
    font-size: 1.2em;
    margin-top: 0;
}

.description {
    margin-bottom: 32px;
    line-height: 1.7;
}

.faq {
    margin: 44px 0 48px 0;
    padding: 32px 28px 22px 28px;
    background: rgba(30, 30, 36, 0.93);
    border-radius: 13px;
    box-shadow: 0 3px 18px #0007;
    border: 1.5px solid #23232b;
}
.faq h2 {
    color: #b71c1c;
    font-size: 1.55em;
    margin-bottom: 22px;
    letter-spacing: 0.04em;
    text-align: left;
}
.faq-item {
    margin-bottom: 26px;
}
.faq-question {
    font-size: 1.19em;
    font-weight: bold;
    background: linear-gradient(90deg, #23232b 70%, #b71c1c22 100%);
    color: #ffb3b3;
    border-left: 4px solid #b71c1c;
    padding: 10px 16px;
    border-radius: 7px 7px 0 0;
    margin: 0;
    box-shadow: 0 1px 3px #0006;
}
.faq-answer {
    background: #23232b;
    color: #e0e0e0;
    border-radius: 0 0 7px 7px;
    padding: 14px 18px 16px 18px;
    margin: 0 0 10px 0;
    font-size: 1.07em;
    line-height: 1.7;
    box-shadow: 0 1px 6px #0005;
    border-bottom: 1px solid #2d1a1a;
}


.download {
    margin-bottom: 28px;
}

.download-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0 24px 0;
  padding: 0;
}
.download-card {
  display: flex;
  align-items: flex-start;
  background: rgba(40, 40, 44, 0.94);
  border-radius: 10px;
  box-shadow: 0 2px 8px #0008;
  padding: 13px 18px 13px 14px;
  gap: 18px;
  border: 1.3px solid #292933;
  transition: box-shadow 0.2s;
}
.download-card:hover {
  box-shadow: 0 4px 18px #b71c1c66, 0 1.5px 0 #b71c1c44 inset;
}
.platform-tag {
  display: inline-block;
  background: linear-gradient(90deg, #b71c1c 70%, #23232b 100%);
  color: #fff;
  font-weight: bold;
  font-size: 1.03em;
  border-radius: 5px;
  padding: 4px 11px 4px 10px;
  margin-right: 12px;
  min-width: 52px;
  text-align: center;
  box-shadow: 0 1px 6px #b71c1c33;
  letter-spacing: 0.5px;
}
.download-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.file-title {
  font-size: 1.08em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px;
}
.external-tag {
  display: inline-block;
  background: #e53935;
  color: #fff;
  font-size: 0.96em;
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 8px 2px 8px;
  margin-right: 10px;
  margin-bottom: 3px;
  letter-spacing: 0.3px;
}
.file-desc {
  color: #e0e0e0;
  font-size: 0.98em;
  margin-top: 1px;
  opacity: 0.95;
}

.user-reviews {
    margin-bottom: 28px;
}

.buy-btn-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 28px 0 22px 0;
}
.buy-btn-group .buy-now-btn {
    margin-bottom: 24px;
}
.buy-btn-group .buy-now-btn:last-child {
    margin-bottom: 0;
}
@media (max-width: 600px) {
  .buy-btn-group {
    margin: 18px 0 16px 0;
  }
  .buy-btn-group .buy-now-btn {
    margin-bottom: 14px;
  }
  .buy-btn-group .buy-now-btn:last-child {
    margin-bottom: 0;
  }
}
.buy-now-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #ff5252 60%, #b71c1c 100%);
    color: #fff;
    font-size: 1.42em;
    font-weight: bold;
    padding: 20px 56px 20px 56px;
    border-radius: 13px;
    box-shadow: 0 4px 24px #b71c1c55, 0 1.5px 0 #fff2 inset;
    border: none;
    outline: none;
    letter-spacing: 0.5px;
    transition: transform 0.12s, box-shadow 0.18s, background 0.18s;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.buy-now-btn:hover, .buy-now-btn:focus {
    background: linear-gradient(90deg, #ff7979 60%, #b71c1c 100%);
    color: #fff;
    transform: scale(1.055);
    box-shadow: 0 8px 32px #b71c1c99, 0 3px 0 #fff2 inset;
}
.buy-now-btn img {
    margin-right: 12px;
    margin-left: -8px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.buy-subscribestar {
    margin-bottom: 12px;
    margin-right: 18px;
    margin-top: 4px;
    box-shadow: 0 3px 18px #b71c1c55, 0 1.5px 0 #fff2 inset;
    letter-spacing: 0.08em;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s, transform 0.18s, filter 0.18s;
    position: relative;
    z-index: 2;
}
.buy-now-btn:hover, .buy-now-btn:focus {
    background: linear-gradient(90deg, #b71c1c 0%, #e53935 100%);
    filter: brightness(1.12);
    transform: scale(1.06);
    box-shadow: 0 6px 24px #b71c1c44, 0 1.5px 0 #fff2 inset;
    outline: none;
}
.buy-now-btn:active {
    transform: scale(0.98);
    filter: brightness(0.98);
}

.buy-subscribestar:hover {
    background: linear-gradient(90deg, #b71c1c 0%, #e53935 100%);
    filter: brightness(1.12);
    transform: scale(1.045);
}

.price {
    color: #ffb3b3;
    font-size: 1.13em;
    margin-bottom: 9px;
    font-weight: bold;
    letter-spacing: 0.04em;
    vertical-align: middle;
    display: inline-block;
}
.price .cn {
    color: #ffb3b3;
    font-size: 1em;
    margin-left: 3px;
}
.price .more {
    color: #aaa;
    font-size: 0.96em;
    margin-left: 8px;
}

.features-list {
    display: flex;
    gap: 24px;
    margin: 18px 0 8px 0;
    flex-wrap: wrap;
}
.feature {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #23232b;
    border-radius: 8px;
    padding: 7px 16px;
    font-size: 1.04em;
    color: #ffb3b3;
    box-shadow: 0 1px 4px #0005;
    font-weight: 500;
}

.user-reviews {
    margin: 18px 0 0 0;
}
.review {
    background: #23232b;
    border-radius: 8px;
    padding: 13px 18px 10px 18px;
    margin-bottom: 13px;
    box-shadow: 0 1px 6px #0005;
    color: #e0e0e0;
    font-size: 1.06em;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.star {
    width: 18px;
    height: 18px;
    margin-right: 2px;
}
.review-text {
    margin-left: 12px;
    margin-right: 8px;
    font-style: italic;
}
.review-author {
    color: #ffb3b3;
    font-size: 0.98em;
}

.faq-accordion {
    margin-top: 18px;
}
.faq-question {
    cursor: pointer;
    user-select: none;
    transition: background 0.18s, color 0.18s;
    position: relative;
}
.faq-question::after {
    content: '\25BC';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 0.95em;
    color: #b71c1c;
    transition: transform 0.2s;
}
.faq-question.open::after {
    transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
    display: none;
    animation: fadeIn 0.2s;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

    list-style: none;
    padding: 0;
    margin: 0 0 8px 0;
}
.download-links li {
    background: #23232b;
    border-radius: 7px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px #0008;
    padding: 10px 18px 10px 15px;
    font-size: 1.04em;
    border-left: 4px solid #b71c1c;
    gap: 12px;
}
.file-title {
    min-width: 170px;
    font-weight: 600;
    color: #ffb3b3;
    font-size: 1.08em;
    display: flex;
    align-items: center;
    gap: 6px;
}
.platform-tag {
    background: #444;
    color: #fff;
    font-size: 0.97em;
    font-weight: 600;
    border-radius: 4px;
    padding: 2px 8px 2px 8px;
    margin-right: 7px;
    letter-spacing: 0.04em;
    box-shadow: 0 1px 4px #0006;
    display: inline-block;
}
.external-tag {
    background: #b71c1c;
    color: #fff;
    font-size: 0.96em;
    font-weight: 600;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    margin: 0 8px 0 0;
    letter-spacing: 0.04em;
    box-shadow: 0 1px 6px #b71c1c55;
    display: inline-block;
}
.file-desc {
    color: #aaa;
    font-size: 0.97em;
    margin-left: 2px;
    flex: 1;
    word-break: break-all;
}

.download-link {
    display: inline-block;
    background: linear-gradient(90deg, #b71c1c 40%, #23232b 100%);
    color: #fff;
    padding: 12px 32px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(183,28,28,0.18);
    transition: background 0.2s, transform 0.2s, filter 0.2s;
    margin-bottom: 8px;
    margin-right: 10px;
    font-size: 1.07em;
    letter-spacing: 0.03em;
    position: relative;
}
.download-link:hover:not(.disabled) {
    background: linear-gradient(90deg, #23232b 0%, #b71c1c 80%);
    transform: scale(1.045);
    filter: brightness(1.15);
    box-shadow: 0 4px 20px #b71c1c55;
}
.download-link.disabled {
    background: #33333b;
    color: #666;
    cursor: not-allowed;
    filter: grayscale(0.45);
    text-decoration: line-through;
}

.platforms ul {
    list-style: none;
    padding: 0;
    margin: 0 0 8px 0;
}

.platforms li {
    background: #23232b;
    display: inline-block;
    margin-right: 10px;
    padding: 7px 18px;
    border-radius: 5px;
    color: #b71c1c;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 4px;
    box-shadow: 0 1px 6px #0007;
}

.note {
    color: #888;
    font-size: 0.98em;
    margin-top: 4px;
}

footer {
    text-align: center;
    margin-top: 44px;
    color: #444;
    font-size: 0.97em;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 3px #0008;
}

/* 新增：游戏特色详细样式 */
.game-features-detailed {
    margin: 30px 0;
    padding: 25px;
    background: rgba(24, 24, 26, 0.6);
    border-radius: 12px;
    border: 1px solid #333;
}

.game-features-detailed h3 {
    color: #b71c1c;
    margin-bottom: 20px;
    font-size: 1.4em;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.feature-card {
    background: rgba(40, 40, 45, 0.8);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #b71c1c;
    transition: transform 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-2px);
}

.feature-card h4 {
    color: #e0e0e0;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.feature-card p {
    color: #b0b0b0;
    font-size: 0.95em;
    line-height: 1.5;
}

/* 角色介绍样式 */
.character-introduction {
    margin: 30px 0;
    padding: 25px;
    background: rgba(24, 24, 26, 0.6);
    border-radius: 12px;
    border: 1px solid #333;
}

.character-introduction h3 {
    color: #b71c1c;
    margin-bottom: 20px;
    font-size: 1.4em;
}

.character-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.character-card {
    background: rgba(40, 40, 45, 0.8);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #444;
}

.character-card h4 {
    color: #e0e0e0;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.character-card p {
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.5;
}

.character-card ul {
    color: #b0b0b0;
    font-size: 0.9em;
}

.character-card li {
    margin-bottom: 5px;
}

/* 游戏攻略样式 */
.game-guide {
    margin: 30px 0;
    padding: 25px;
    background: rgba(24, 24, 26, 0.6);
    border-radius: 12px;
    border: 1px solid #333;
}

.game-guide h3 {
    color: #b71c1c;
    margin-bottom: 20px;
    font-size: 1.4em;
}

.guide-content h4 {
    color: #e0e0e0;
    margin: 20px 0 10px 0;
    font-size: 1.1em;
}

.guide-content p {
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.5;
}

.guide-content ul {
    color: #b0b0b0;
    margin-bottom: 20px;
}

.guide-content li {
    margin-bottom: 8px;
    line-height: 1.4;
}

/* 游戏信息扩展区域样式 */
.game-info-extension {
    margin: 30px 0;
    padding: 25px;
    background: rgba(24, 24, 26, 0.6);
    border-radius: 12px;
    border: 1px solid #333;
}

.game-info-extension h2 {
    color: #b71c1c;
    margin-bottom: 20px;
    font-size: 1.4em;
}

.info-content p {
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.5;
}

.info-content p:first-child {
    color: #e0e0e0;
    font-weight: bold;
}

/* 用户互动区域样式 */
.user-interaction {
    margin: 30px 0;
    padding: 25px;
    background: rgba(24, 24, 26, 0.6);
    border-radius: 12px;
    border: 1px solid #333;
}

.user-interaction h2 {
    color: #b71c1c;
    margin-bottom: 20px;
    font-size: 1.4em;
}

.interaction-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.interaction-card {
    background: rgba(40, 40, 45, 0.8);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #444;
}

.interaction-card h3 {
    color: #e0e0e0;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.interaction-card p {
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 0.95em;
}

/* 评论表单样式 */
.comment-form textarea {
    width: 100%;
    background: rgba(24, 24, 26, 0.8);
    border: 1px solid #444;
    border-radius: 6px;
    padding: 12px;
    color: #e0e0e0;
    font-family: inherit;
    resize: vertical;
}

.comment-form textarea:focus {
    outline: none;
    border-color: #b71c1c;
}

.submit-comment {
    background: #b71c1c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
    transition: background 0.2s ease;
}

.submit-comment:hover {
    background: #d32f2f;
}

/* 评分系统样式 */
.rating-system {
    text-align: center;
}

.stars {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.stars .star {
    color: #666;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.stars .star:hover,
.stars .star.active {
    color: #ffd700;
}

.rating-text {
    color: #888;
    font-size: 0.9em;
}

/* 讨论话题样式 */
.discussion-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.topic-link {
    background: rgba(183, 28, 28, 0.2);
    color: #b71c1c;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9em;
    border: 1px solid #b71c1c;
    transition: all 0.2s ease;
}

.topic-link:hover {
    background: #b71c1c;
    color: white;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .feature-grid,
    .character-grid,
    .blog-preview,
    .interaction-grid {
        grid-template-columns: 1fr;
    }
    
    .update-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .update-date {
        min-width: auto;
    }
    
    .blog-meta {
        flex-direction: column;
        gap: 5px;
    }
}

/* 开发者博客样式 */
.developer-blog {
    margin: 30px 0;
    padding: 25px;
    background: rgba(24, 24, 26, 0.6);
    border-radius: 12px;
    border: 1px solid #333;
}

.developer-blog h2 {
    color: #b71c1c;
    margin-bottom: 20px;
    font-size: 1.4em;
}

.blog-preview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.blog-post {
    background: rgba(40, 40, 45, 0.8);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #444;
    transition: transform 0.2s ease;
}

.blog-post:hover {
    transform: translateY(-2px);
}

.blog-post h3 {
    color: #e0e0e0;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.blog-excerpt {
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 0.95em;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    color: #888;
}

/* 更新日志样式 */
.update-log {
    margin: 30px 0;
    padding: 25px;
    background: rgba(24, 24, 26, 0.6);
    border-radius: 12px;
    border: 1px solid #333;
}

.update-log h2 {
    color: #b71c1c;
    margin-bottom: 20px;
    font-size: 1.4em;
}

.update-timeline {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.update-item {
    display: flex;
    gap: 20px;
    background: rgba(40, 40, 45, 0.8);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #b71c1c;
}

.update-date {
    color: #b71c1c;
    font-weight: bold;
    min-width: 120px;
    font-size: 0.9em;
}

.update-content h4 {
    color: #e0e0e0;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.update-content ul {
    color: #b0b0b0;
    font-size: 0.9em;
}

.update-content li {
    margin-bottom: 5px;
}

/* 技术规格样式 */
.tech-specs {
    margin: 30px 0;
    padding: 25px;
    background: rgba(24, 24, 26, 0.6);
    border-radius: 12px;
    border: 1px solid #333;
}

.tech-specs h2 {
    color: #b71c1c;
    margin-bottom: 20px;
    font-size: 1.4em;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.specs-card {
    background: rgba(40, 40, 45, 0.8);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #444;
}

.specs-card h3 {
    color: #e0e0e0;
    margin-bottom: 15px;
    font-size: 1.2em;
    border-bottom: 2px solid #b71c1c;
    padding-bottom: 8px;
}

.specs-content h4 {
    color: #b71c1c;
    margin: 15px 0 8px 0;
    font-size: 1em;
}

.specs-content ul {
    color: #b0b0b0;
    margin-bottom: 15px;
    font-size: 0.9em;
}

.specs-content li {
    margin-bottom: 5px;
    line-height: 1.4;
}

/* 游戏截图展示样式 */
.game-screenshots {
    margin: 30px 0;
    padding: 25px;
    background: rgba(24, 24, 26, 0.6);
    border-radius: 12px;
    border: 1px solid #333;
}

.game-screenshots h2 {
    color: #b71c1c;
    margin-bottom: 20px;
    font-size: 1.4em;
}

.screenshots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.screenshot-item {
    background: rgba(40, 40, 45, 0.8);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #444;
    text-align: center;
}

.screenshot-item h4 {
    color: #e0e0e0;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.screenshot-item p {
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 0.9em;
}

.screenshot-placeholder {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    border: 2px dashed #b71c1c;
    border-radius: 8px;
    padding: 30px 20px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.placeholder-text {
    color: #b71c1c;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 8px;
}

.placeholder-note {
    color: #888;
    font-size: 0.8em;
    font-style: italic;
}

/* 响应式设计补充 */
@media (max-width: 768px) {
    .specs-grid,
    .screenshots-grid {
        grid-template-columns: 1fr;
    }
    
    .specs-card,
    .screenshot-item {
        padding: 15px;
    }
}

/* 博客内容展开样式 */
.blog-content {
    position: relative;
}

.blog-full-content {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #444;
}

.blog-full-content h4 {
    color: #b71c1c;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.blog-full-content p {
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 0.95em;
}

.read-more-btn {
    background: #b71c1c;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 0.9em;
    transition: background 0.2s ease;
}

.read-more-btn:hover {
    background: #d32f2f;
}

.read-time {
    color: #888;
    font-size: 0.8em;
}

/* 页脚样式 */
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-main p {
    color: #e0e0e0;
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-link {
    color: #b71c1c;
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #d32f2f;
}

/* 法律政策页面样式 */
.legal-policies {
    margin: 30px 0;
    padding: 25px;
    background: rgba(24, 24, 26, 0.6);
    border-radius: 12px;
    border: 1px solid #333;
}

.legal-policies h2 {
    color: #b71c1c;
    margin-bottom: 25px;
    font-size: 1.4em;
}

.policy-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #444;
}

.policy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.policy-section h3 {
    color: #e0e0e0;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.policy-section h4 {
    color: #b71c1c;
    margin: 20px 0 10px 0;
    font-size: 1em;
}

.policy-section p {
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.6;
}

.policy-section ul {
    color: #b0b0b0;
    margin-bottom: 15px;
    padding-left: 20px;
}

.policy-section li {
    margin-bottom: 8px;
    line-height: 1.5;
}

/* 响应式设计补充 */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
    
    .policy-section {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}
