
/* === Mitnäh.ch UI Pack v1 === */
/* Core: Bootstrap 5.3 Compatible */

body {
    background-color: #f5f7fa;
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
    color: #333;
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-weight: 600;
    color: #003366;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    color: #004999;
    text-decoration: underline;
}

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

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

.navbar .btn {
    margin-left: 0.5rem;
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
}

.card-title {
    color: #003366;
    font-weight: 600;
}

.btn {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

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

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

.btn-outline-secondary {
    border-color: #ccc;
    color: #333;
}

.btn-outline-secondary:hover {
    background-color: #e9ecef;
}

.btn-success {
    background-color: #198754;
    border-color: #198754;
}

.btn-success:hover {
    background-color: #146c43;
}

.alert {
    border-radius: 10px;
    font-size: 0.95rem;
}

.form-control, .form-select {
    border-radius: 6px;
    transition: border 0.2s ease;
    padding: 0.45rem 0.75rem;
}

.form-control:focus, .form-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.25);
}

textarea.form-control {
    resize: vertical;
}

footer {
    margin-top: 4rem;
    padding: 1rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    text-align: center;
    font-size: 0.85rem;
    color: #777;
}

.table thead th {
    background-color: #f1f3f5;
    color: #003366;
    font-weight: 600;
}

.table-hover tbody tr:hover {
    background-color: #f8f9fa;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #dee2e6;
}

.bg-soft {
    background-color: #f8f9fc;
}

.shadow-sm-custom {
    box-shadow: 0 3px 6px rgba(0,0,0,0.04);
}

.badge-role {
    font-size: 0.8rem;
    border-radius: 20px;
    padding: 0.35em 0.65em;
}

.badge-role.driver {
    background-color: #e0f7e9;
    color: #198754;
}

.badge-role.searcher {
    background-color: #e0ecff;
    color: #0056b3;
}

.badge-role.both {
    background-color: #fff4cc;
    color: #997a00;
}
