@import url('/assets/css/style.css');

.ygtfrdesw {
    padding: 30px 0;
}

.bnmasdfghj {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.detail-header {
    display: flex;
    gap: 30px;
    padding: 30px;
    background: linear-gradient(135deg, #fff5f4, #fff);
}

.ewqasdfgh {
    flex-shrink: 0;
}

.ewqasdfgh img {
    width: 220px;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.jklzxcvbn {
    flex: 1;
}

.masdfghjkl {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.poiuytrewq {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.asdfghjklp {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}

.meta-label {
    color: #999;
}

.meta-value {
    color: #333;
    font-weight: 500;
}

.detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.qwertyui-item {
    background: #fff;
    border: 1px solid #ff6f61;
    color: #ff6f61;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 13px;
}

.oiuytrewqas {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.detail-actions {
    display: flex;
    gap: 15px;
}

.wsedcrfvtg-read {
    background: #ff6f61;
    color: #fff;
    padding: 12px 40px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.wsedcrfvtg-read:hover {
    background: #ff5a4d;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 111, 97, 0.4);
}

.wsedcrfvtg-favorite {
    background: #fff;
    color: #ff6f61;
    padding: 12px 30px;
    border: 2px solid #ff6f61;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.wsedcrfvtg-favorite:hover {
    background: #ff6f61;
    color: #fff;
}

.detail-chapters {
    padding: 30px;
    border-top: 1px solid #f0f0f0;
}

.chapters-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.chapters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}

.bvcxzaqwse {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.bvcxzaqwse:hover {
    background: #fff5f4;
    border-color: #ff6f61;
    color: #ff6f61;
    transform: translateY(-2px);
}

.bvcxzaqwse a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}

.related-section {
    margin-top: 40px;
}

.related-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.tgbyhnuj {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
}

@media (max-width: 768px) {
    .detail-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .ewqasdfgh img {
        width: 180px;
        height: 240px;
    }
    
    .masdfghjkl {
        font-size: 22px;
    }
    
    .chapters-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
    
    .tgbyhnuj {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

@media (max-width: 480px) {
    .tgbyhnuj {
        grid-template-columns: repeat(2, 1fr);
    }
}
.zxcvbnmas {
    background: #f8f9fa;
    padding: 12px 0;
    margin-bottom: 20px;
}

.dfghjklpoi {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.zxcvbnmas-item {
    display: flex;
    align-items: center;
}

.zxcvbnmas-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.zxcvbnmas-item a:hover {
    color: #4a90e2;
}

.zxcvbnmas-item + .zxcvbnmas-item::before {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.zxcvbnmas-item[aria-current="page"] {
    color: #333;
    font-weight: 500;
}
