body {
    background: linear-gradient(135deg, #181c23 0%, #232a34 100%);
    color: #f0f2f5;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
}

.panel-container {
    background: rgba(30, 34, 40, 0.98);
    border-radius: 18px;
    box-shadow: 0 6px 32px rgba(0,0,0,0.7);
    padding: 2.5rem 2rem;
    max-width: 420px;
    width: 100%;
    margin: 2rem auto;
}

.form-label {
    color: #b5b8be;
}

.form-control {
    background: #232a34;
    border: 1px solid #323846;
    color: #f0f2f5;
}

    .form-control:focus {
        background: #232a34;
        color: #fff;
        border-color: #6c63ff;
        box-shadow: 0 0 0 0.2rem rgba(108,99,255,0.18);
    }

.btn-primary {
    background: linear-gradient(90deg, #6c63ff 0%, #4e54c8 100%);
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s;
}

    .btn-primary:hover {
        background: linear-gradient(90deg, #4e54c8 0%, #6c63ff 100%);
    }

.btn-outline-light {
    border-color: #6c63ff;
    color: #f0f2f5;
}

    .btn-outline-light:hover {
        background: #6c63ff;
        color: #fff;
    }

.btn-success {
    background: linear-gradient(90deg, #43e97b 0%, #38f9d7 100%);
    border: none;
    color: #232a34;
    font-weight: 600;
}

    .btn-success:hover {
        background: linear-gradient(90deg, #38f9d7 0%, #43e97b 100%);
        color: #232a34;
    }

.btn-danger {
    background: #e74c3c;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 4px 10px;
    margin-left: 8px;
    font-size: 0.95em;
    transition: background 0.2s;
}

    .btn-danger:hover {
        background: #c0392b;
    }

h1, h2, h4 {
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.list-group-item {
    background: #232a34;
    color: #f0f2f5;
    border: 1px solid #323846;
}

#customerMsg, #weaponMsg {
    color: #ff7675;
    font-weight: 500;
}

hr.bg-secondary {
    border-top: 1px solid #323846;
}

.badge.bg-primary {
    background: linear-gradient(90deg, #6c63ff 0%, #4e54c8 100%);
    color: #fff;
    font-size: 1em;
}

.weapon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weapon-info {
    flex-grow: 1;
}

.customer-code {
    background: #6c63ff;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
}

.logout-menu {
    position: fixed;
    top: 22px;
    right: 36px;
    z-index: 1000;
}

    .logout-menu .btn {
        background: rgba(30,34,40,0.9);
        border: 1.5px solid #6c63ff;
        color: #fff;
        font-weight: 600;
        border-radius: 22px;
        padding: 6px 18px 6px 10px;
        box-shadow: 0 2px 10px #232a3440;
        transition: background 0.18s, border-color 0.18s;
    }

        .logout-menu .btn:hover {
            background: #6c63ff;
            color: #fff;
            border-color: #fff;
        }

.top-nav-buttons {
    position: fixed;
    top: 22px;
    left: 36px;
    z-index: 1000;
}

.dashboard-btn {
    background: rgba(30,34,40,0.9);
    border: 1.5px solid #6c63ff;
    color: #fff;
    font-weight: 600;
    border-radius: 22px;
    padding: 6px 18px 6px 10px;
    box-shadow: 0 2px 10px #232a3440;
    transition: background 0.18s, border-color 0.18s;
}

    .dashboard-btn:hover {
        background: #6c63ff;
        color: #fff;
        border-color: #fff;
        text-decoration: none;
    }

.logout-menu {
    position: fixed;
    top: 22px;
    right: 36px;
    z-index: 1000;
}

    .logout-menu .btn {
        background: rgba(30,34,40,0.9);
        border: 1.5px solid #6c63ff;
        color: #fff;
        font-weight: 600;
        border-radius: 22px;
        padding: 6px 18px 6px 10px;
        box-shadow: 0 2px 10px #232a3440;
        transition: background 0.18s, border-color 0.18s;
    }

        .logout-menu .btn:hover {
            background: #6c63ff;
            color: #fff;
            border-color: #fff;
        }

.top-nav-buttons {
    position: fixed;
    top: 22px;
    left: 36px;
    z-index: 1000;
}

.dashboard-btn {
    background: rgba(30,34,40,0.9);
    border: 1.5px solid #6c63ff;
    color: #fff;
    font-weight: 600;
    border-radius: 22px;
    padding: 6px 18px 6px 10px;
    box-shadow: 0 2px 10px #232a3440;
    transition: background 0.18s, border-color 0.18s;
}

    .dashboard-btn:hover {
        background: #6c63ff;
        color: #fff;
        border-color: #fff;
        text-decoration: none;
    }
