/* Stiluri aplicație Fermă Păsări */

body {
    background-color: #f4f6f4;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.3rem;
}

.card {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 1rem;
}

.card-header {
    background-color: #fff;
    border-bottom: 2px solid #e9ecef;
    font-weight: 600;
}

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

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

.text-primary {
    color: #2c5530 !important;
}

.bg-primary {
    background-color: #2c5530 !important;
}

.stat-card {
    background: linear-gradient(135deg, #fff 0%, #f8faf8 100%);
    border-left: 4px solid #2c5530;
    padding: 1.2rem;
    border-radius: 8px;
}

.stat-card.warning {
    border-left-color: #f0ad4e;
}

.stat-card.danger {
    border-left-color: #d9534f;
}

.stat-card.info {
    border-left-color: #5bc0de;
}

.stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c5530;
}

.stat-label {
    color: #6c757d;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table-responsive {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.badge-status-activ {
    background-color: #28a745;
}

.badge-status-sacrificare {
    background-color: #ffc107;
    color: #000;
}

.badge-status-inchis {
    background-color: #6c757d;
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2c5530 0%, #4a7c4f 100%);
}

.login-card {
    width: 100%;
    max-width: 400px;
    padding: 2.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.login-card h1 {
    text-align: center;
    color: #2c5530;
    margin-bottom: 2rem;
}

.required:after {
    content: " *";
    color: #d9534f;
}

@media print {
    .navbar, .btn, footer { display: none !important; }
    body { background: #fff; }
}
