/* 文件：css/style.css */
body { background-color: #f8f9fa; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
.navbar-brand { font-weight: bold; font-size: 1.5rem; }
.novel-card { transition: transform 0.2s; border-radius: 12px; overflow: hidden; }
.novel-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.chapter-content { font-size: 1.1rem; line-height: 1.8; text-indent: 2em; }
.card-header { background-color: #fff; border-bottom: 2px solid #e9ecef; }
.btn-primary { background-color: #4e73df; border-color: #4e73df; }
footer { margin-top: 50px; padding: 20px 0; background: #2c3e50; color: white; text-align: center; }