/*
Theme Name: Master Chicken Theme
Theme URI: https://master-chicken-bot.death-purge.com
Author: Death Purge Esports
Description: MEE6-Style Dark Mode Dashboard Theme for Master Chicken Bot.
Version: 1.0.0
*/

body {
    background-color: #0f1117;
    color: #e2e8f0;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 0;
}

.dashboard-container {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    width: 260px;
    background-color: #161922;
    border-right: 1px solid #2d3748;
    padding: 20px;
}

.sidebar h2 {
    color: #f6ad55;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.nav-item {
    padding: 12px 16px;
    color: #a0aec0;
    text-decoration: none;
    display: block;
    border-radius: 8px;
    margin-bottom: 8px;
}

.nav-item.active, .nav-item:hover {
    background-color: #2d3748;
    color: #ffffff;
}

.main-content {
    flex: 1;
    padding: 40px;
}
