.topbar .dropdown-menu {
    border-radius: 12px;
    border: 1px solid var(--border);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

html[data-theme="dark"] .topbar .btn-ghost.dropdown-toggle {
    background-color: var(--surface);
    border-color: var(--border);
    color: var(--text);
}

html[data-theme="dark"] .topbar .dropdown-menu {
    background-color: #15181b;
    border-color: #2a3f35;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .topbar .dropdown-item {
    color: #e7f2ee;
}

html[data-theme="dark"] .topbar .dropdown-item:hover,
html[data-theme="dark"] .topbar .dropdown-item:focus,
html[data-theme="dark"] .topbar .dropdown-item:active {
    color: #f2f8ff;
    background-color: rgba(17, 92, 71, 0.25);
}

html[data-theme="dark"] .topbar .dropdown-divider {
    border-top-color: rgba(255, 255, 255, 0.12);
}
