.lunyunavdiv{
    background: #fffef7;
    border-radius: 6px;
    padding: 0.75rem;
    border: 1px solid #ece4d5;
}

.night .lunyunavdiv{
    background-color: #181a1b;
    border: 1px solid #444;
}

.lunyunav{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
    text-align: center;
}

.lunyunav li{
    backdrop-filter: blur(2px);
    border-radius: 6px;
    padding: 0.75rem 0.5rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f0e2d0;
    background: linear-gradient(145deg, #fef7ec 0%, #fef2e2 100%);
}

.night .lunyunav li{
    background: #292929;
    border: 1px solid #444;
}

.lunyunav li a p:nth-child(1){
    color: #c28842;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.night .lunyunav li a p:nth-child(1){
    color: #9a6f40;
}

.lunyunav li a p:nth-child(2){
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
    color: #c28841;
}

.night .lunyunav li a p:nth-child(2){
    color: #c08742;
}

.lunyunav li a p:nth-child(3){
    font-size: 0.6rem;
    color: #9b7a56;
    font-family: 'Inter', sans-serif;
    opacity: 0.8;
    line-height: 1;
}

.lunyuinfo{
    background-color: #fdf4e7;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.65rem;
    line-height: 1rem;
    color: #c28841;
    border: 1px solid #f0e2d0;
}

.night .lunyuinfo{
    color: #c08742;
    background: #292929;
    border: 1px solid #444;
}

@media screen and (max-width: 1200px){
    .lunyunav{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1000px){
    .lunyunav{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 886px){
    .lunyunav{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 520px){
    .lunyunavdiv {
        padding: 0.5rem;
    }
    .lunyunav{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .lunyuinfo {
        padding: 0.5rem;
    }
}

@media screen and (max-width: 300px){
    .lunyunav{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

/******************************************/

.lunyucents{
    background: #fffef7;
    border-radius: 6px;
    padding: 0.75rem;
    border: 1px solid #ece4d5;
}

.night .lunyucents{
    background: #181a1b;
    border: 1px solid #444;
}

.lunyucents h2{
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Noto Serif SC", 楷体, 华文楷书, serif;
    margin-bottom: 0.75rem;
    position: relative;
    color: rgb(180, 95, 43);
    font-weight: bold;
    padding: 0px 0px 0.75rem;
    border-bottom: 1px dashed rgb(239, 224, 202);
}

.night .lunyucents h2{
    border-bottom: 1px dashed #444;
}

.lunyucents h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 10rem;
    height: 1px;
    background: linear-gradient(90deg, #dabb94, transparent);
}

.night .lunyucents h2::before {
    background: linear-gradient(90deg, #444, transparent);
}

.verse-item {
    background: #ffffff;
    border-radius: 6px;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: all 0.25s ease;
    border: 1px solid #f0e7de;
}

.night .verse-item {
    background: #252525;
    border: 1px solid #444;
}

.verse-item :nth-child(1){
    display: inline-block;
    color: #b28b62;
    background: #f6efe7;
    padding: 0.15rem 0.65rem;
    border-radius: 10px;
    letter-spacing: 0.3px;
    margin-bottom: 0.75rem;
    font-family: monospace;
}

.night .verse-item :nth-child(1){
    background-color: #444;
    color: #aaa;
}

.verse-item :nth-child(2){
    font-size: 0.7rem;
    line-height: 1.2;
    color: #5a4a38;
    margin-bottom: 0.75rem;
    border-left: 2px solid #dfcaae;
    padding-left: 0.5rem;
}

.night .verse-item :nth-child(2){
    color: #ccc;
    border-left: 3px solid #444;
}

.verse-item :nth-child(3){
    font-size: 0.6rem;
    color: #5a4a38;
    background: #fefbf6;
    padding: 0.5rem 0.5rem;
    border-radius: 6px;
    line-height: 1.5;
    border: 1px solid #f4eadf;
}

.night .verse-item :nth-child(3){
    background-color: #353535;
    color: #ccc;
    border: 1px solid #232627;
}

.fanhuia {
    text-decoration: none;
    font-size: 0.6rem;
    color: #b45f2b;
    background: #fef5ea;
    padding: 0.2rem 1rem;
    border-radius: 30px;
    transition: all 0.2s;
    display: inline-block;
}

.night .fanhuia{
    background-color: #353535;
}

@media screen and (max-width: 520px){
    .lunyucents {
        padding: 0.5rem;
    }
    .lunyucents h2 {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
        padding: 0px 0px 0.5rem;
    }
    .verse-item {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }
}