/* Foxhound Admin Panel - Custom Styles */

body {
    background-color: #f4f6f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar {
    background-color: #1a1a2e !important;
}

.navbar-brand {
    color: #e94560 !important;
    font-weight: bold;
    font-size: 1.4rem;
}

.sidebar {
    background-color: #1a1a2e;
    min-height: 100vh;
    padding-top: 20px;
}

.sidebar .nav-link {
    color: #a8a8b3;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 2px 10px;
    transition: all 0.2s;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: #e94560;
    color: #fff;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.card-header {
    background-color: #1a1a2e;
    color: #fff;
    border-radius: 10px 10px 0 0 !important;
    font-weight: 600;
}

.btn-primary {
    background-color: #e94560;
    border-color: #e94560;
}

.btn-primary:hover {
    background-color: #c73652;
    border-color: #c73652;
}

.table thead th {
    background-color: #1a1a2e;
    color: #fff;
    border: none;
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a2e;
}

.login-card {
    width: 400px;
    border-radius: 15px;
    padding: 30px;
}

.login-card h2 {
    color: #1a1a2e;
    font-weight: 700;
    margin-bottom: 25px;
}

.badge-walmart { background-color: #0071ce; color: #fff; }
.badge-homedepot { background-color: #f96302; color: #fff; }
.badge-lowes { background-color: #004990; color: #fff; }
