.sidebar-weekly,
.sidebar-weekly ~ .main-content {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Helvetica Neue",
        "PingFang SC",
        "Hiragino Sans GB",
        "Microsoft YaHei UI",
        "Microsoft YaHei",
        "Source Han Sans SC",
        "Noto Sans CJK SC",
        Arial,
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.banner {
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: rgb(74, 68, 76)
}

.sidebar.sidebar-weekly {
    width: 76px;
}
.sidebar-weekly li {
    font-size: 13px;
    padding: 18px 4px;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.sidebar-weekly ~ .main-content .progress-title {
    font-size: 14px;
    font-weight: 600;
    color: #494949;
    padding-bottom: 4px;
}
.sidebar-weekly ~ .main-content .progress-title::after {
    display: none;
}

.good-rating-stats {
    font-size: 10px;
    color: #e28e11;
    font-weight: 600;
    margin-left: 4px;
    white-space: nowrap;
    background: rgba(224, 144, 21, 0.1);
    border-radius: 2px;
    padding: 2px 4px;
}

.weekly-bottom-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    line-height: 1;
}

.weekly-action-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    font-family: "PingFang SC", sans-serif;
    font-weight: 500;
    white-space: nowrap;
}

.weekly-bottom-sep {
    display: none;
    color: #d9d9d9;
    font-size: 13px;
    margin: 0 8px;
    vertical-align: middle;
}

.weekly-bottom-bar {
    gap: 7px;
}

.weekly-tag-pill {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 4px 8px;
    margin-right: 2px;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "PingFang SC", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em
}

@media (prefers-color-scheme: dark) {
    .sidebar-weekly ~ .main-content .progress-title {
        color: #bbb;
    }
    .good-rating-stats {
        color: #e8a832;
    }
    .weekly-action-text {
        color: #5b9fd6;
    }
    .weekly-bottom-sep {
        color: #555;
    }
    .weekly-tag-pill {
        color: rgba(255, 255, 255, 0.68);
        background: rgba(255, 255, 255, 0.08);
    }
}
