.page-dashboard header.dashboard-header { background: none !important; padding: 0 !important; position: static !important; box-shadow: none !important; color: inherit !important; }
.page-dashboard header.dashboard-header .dashboard-title { color: var(--surface-900) !important; }
.page-dashboard header.dashboard-header .dashboard-header-sub { color: var(--surface-600) !important; }
.page-dashboard main.dashboard-main { max-width: none !important; margin: 0 !important; padding: 0 !important; }
.page-dashboard .dashboard-sidebar-nav { display: flex !important; flex-direction: column !important; justify-content: flex-start !important; align-items: stretch !important; max-width: none !important; margin: 0 !important; }
.dashboard-lang-switcher { display: flex; align-items: center; gap: 6px; padding: 8px 12px; margin-bottom: 8px; font-size: 14px; }
.dashboard-lang-switcher .dashboard-lang-link { color: var(--surface-600, #666); text-decoration: none; }
.dashboard-lang-switcher .dashboard-lang-link:hover { color: var(--surface-900, #111); }
.dashboard-lang-switcher .dashboard-lang-link.active { font-weight: 700; color: var(--primary, #0077CC); }
.dashboard-lang-switcher .dashboard-lang-sep { color: var(--surface-500, #999); user-select: none; }
