#yuanji-container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #E0E3E8;
    background-color: #1C1F25;
    /* 背景比整体略浅一点 */
}

#yuanji-container th,
#yuanji-container td {
    border-bottom: 1px solid #2F333A;
    padding: 8px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#yuanji-container th {
    background: #20232A;
    font-weight: 600;
    color: #B0BEC5;
}

#yuanji-container tr:hover {
    background: #262B33;
    transition: background 0.25s ease;
}

#yuanji-container .btn-sm {
    font-size: 13px;
    margin: 1px;
    line-height: 1;
}

#yuanji-container h3 {
    color: #4FC3F7;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

/* 按钮样式微调，统一冷色风格 */
.btn.btn-success {
    background-color: #2E7D32;
    border: none;
}

.btn.btn-success:hover {
    background-color: #388E3C;
}

.btn.btn-primary {
    background-color: #1E88E5;
    border: none;
}

.btn.btn-primary:hover {
    background-color: #1565C0;
}

.btn.btn-secondary {
    background-color: #455A64;
    border: none;
}

/* 星星颜色 */
.star {
    color: #FFD54F;
    text-shadow: 0 0 3px rgba(255, 213, 79, 0.3);
}