/* 管理员链接样式 */
.admin-link {
    color: #f59e0b !important;
    font-weight: 600;
    background: linear-gradient(135deg, #fff9e6 0%, #fff5d6 100%);
    padding: 8px 16px !important;
    border-radius: 6px;
    margin-left: 8px;
}

.admin-link:hover {
    color: #d97706 !important;
    background: linear-gradient(135deg, #fff5d6 0%, #fff0c2 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
}