* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: #f5f5f5;
    color: #333;
    line-height: 1.6;
}

.aqwsderf {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.kjhgfds {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.plmoknijb {
    padding: 15px 0;
}

.zaqwsxcde {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.rfvtgbyhn {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.rfvtgbyhn a {
    color: #ff6f61;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
}

.ujmikolp {
    display: flex;
    list-style: none;
    gap: 30px;
}

.ujmikolp li {
    position: relative;
    z-index: 1;
}

.ujmikolp a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0;
}

.ujmikolp a:hover,
.ujmikolp a.qazwsxed {
    color: #ff6f61;
}

.cdefvbgt {
    display: flex;
    margin-left: auto;
    gap: 8px;
}

.nhyujmkilo {
    width: 200px;
    padding: 8px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
}

.nhyujmkilo:focus {
    border-color: #ff6f61;
}

.plokijuh {
    padding: 8px 20px;
    background: #ff6f61;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.plokijuh:hover {
    background: #ff5a4d;
}

/* Main Content */
.ygtfrdesw {
    padding: 30px 0;
}

.tgbyhnju {
    margin-bottom: 50px;
}

.mkiolpujy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.hgtfrdeswa {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.more-link {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.more-link:hover {
    color: #ff6f61;
}

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

.mkiolpuy {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.mkiolpuy:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.hgfdsaqw {
    position: relative;
    display: block;
    overflow: hidden;
}

.hgfdsaqw img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.mkiolpuy:hover .hgfdsaqw img {
    transform: scale(1.05);
}

.qwertyui {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(255, 111, 97, 0.9);
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
}

.asdfghjk {
    padding: 12px;
}

.lpoiuytrew a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s;
}

.lpoiuytrew a:hover {
    color: #ff6f61;
}

.qazxswedcv {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}

/* Update Grid */
.update-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

.update-card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    gap: 12px;
    transition: box-shadow 0.3s;
}

.update-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.update-cover {
    flex-shrink: 0;
}

.update-cover img {
    width: 80px;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
}

.update-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.update-title a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    transition: color 0.3s;
}

.update-title a:hover {
    color: #ff6f61;
}

.update-chapter {
    color: #666;
    font-size: 13px;
    margin-bottom: 4px;
}

.update-time {
    color: #999;
    font-size: 12px;
}

/* Footer */
.kiloplmok {
    background: #2c2c2c;
    color: #aaa;
    padding: 40px 0 20px;
    margin-top: 50px;
}

.nbvcxzaqws {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.ikolpmnbv h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.ikolpmnbv p {
    font-size: 14px;
    line-height: 1.8;
}

.ikolpmnbv ul {
    list-style: none;
}

.ikolpmnbv ul li {
    margin-bottom: 10px;
}

.ikolpmnbv a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.ikolpmnbv a:hover {
    color: #fff;
}

.kiloplmok-bottom {
    border-top: 1px solid #444;
    padding-top: 20px;
    text-align: center;
}

.kiloplmok-bottom p {
    font-size: 13px;
    color: #888;
}

/* Back to Top */
.lpomnbvcx {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 45px;
    height: 45px;
    background: #ff6f61;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 111, 97, 0.3);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.lpomnbvcx.show {
    opacity: 1;
    visibility: visible;
}

.lpomnbvcx:hover {
    background: #ff5a4d;
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 768px) {
    .zaqwsxcde {
        flex-wrap: wrap;
        gap: 15px;
    }

    .ujmikolp {
        gap: 15px;
        font-size: 14px;
    }

    .cdefvbgt {
        width: 100%;
        margin-left: 0;
    }

    .nhyujmkilo {
        flex: 1;
    }

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

    .hgfdsaqw img {
        height: 200px;
    }

    .update-grid {
        grid-template-columns: 1fr;
    }

    .hgtfrdeswa {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .tgbyhnuj {
        grid-template-columns: repeat(2, 1fr);
    }

    .update-grid {
        grid-template-columns: 1fr;
    }
}

html {
    scroll-behavior: smooth;
}

/* More Link */
.vbnmasdfgh {
    color: #4a90e2;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.vbnmasdfgh:hover {
    opacity: 0.7;
}

/* Update Grid */
.zxcvbnmlkj {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.poiuytrewq {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    gap: 15px;
    padding: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.poiuytrewq:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.asdfghjklp {
    width: 80px;
    height: 110px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 6px;
}

.asdfghjklp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.poiuytrewq:hover .asdfghjklp img {
    transform: scale(1.1);
}

.mnbvcxzaqw {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qwertyuiop {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.qwertyuiop a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.qwertyuiop a:hover {
    color: #ff6f61;
}

.lkjhgfdsaz {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.xcvbnmasdf {
    font-size: 12px;
    color: #999;
}
