/* ==================== Dashboard 精简样式 (基于 Bootstrap) ==================== */

/* Dashboard 顶部导航栏 */
.dashboard-navbar {
    height: 60px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1030;
}

/* Dashboard 容器 - 为顶部导航栏留出空间 */
.dashboard-container {
    padding-top: 60px;
}

/* 侧边栏样式 */
.sidebar {
    position: fixed;
    top: 60px; /* 导航栏高度 */
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
}

.sidebar .nav-link {
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: all 0.3s;
}

/* 移动端响应式 */
@media (max-width: 767.98px) {
    .sidebar {
        top: 60px;
    }
}

/* HelpRouter Site Icon */
.r24_site_icon {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.r24_site_icon img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: contain;
}

.r24_site_icon strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
