/* AcreetionOS Store Custom Theme */
window.pamac-manager {
    background-color: #1a1c1e; /* Deep matte dark background */
    color: #e0e0e0;
}

/* Header bar with metallic silver and red accent */
headerbar {
    background: linear-gradient(to bottom, #d1d5db, #9ca3af); /* Metallic Silver */
    border-bottom: 3px solid #b91c1c; /* AcreetionOS Red Stripe */
    color: #111827;
}

/* Sidebar styling to match the logo's deep blue-steel */
.sidebar {
    background-color: #24292e; 
    border-right: 1px solid #3f4448;
}

/* Buttons with the logo's hover effect */
button.suggested-action {
    background-color: #b91c1c; /* Red accent */
    border: none;
}

button.suggested-action:hover {
    background-color: #991b1b;
    box-shadow: 0 0 5px #ff4d4d;
}
