:root {
    --tap: 3rem;
}

body {
    font-size: 16px;
}

.navbar-brand {
    font-weight: 700;
}

.tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.5rem;
    padding: 1rem;
    font-size: 1.15rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.85rem;
}

.tile:active,
.tile:hover {
    background: #e7f1ff;
    border-color: #0d6efd;
    color: inherit;
}

.btn-lg,
.form-control,
.form-select {
    min-height: var(--tap);
}

.btn-choice .form-check {
    padding-left: 0;
    margin: 0 0 0.5rem;
}

.btn-choice .form-check-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.btn-choice .form-check-label {
    display: block;
    width: 100%;
    min-height: var(--tap);
    padding: 0.85rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 0.75rem;
    background: #fff;
    font-weight: 600;
    text-align: center;
}

.btn-choice .form-check-input:checked + .form-check-label {
    border-color: #0d6efd;
    background: #e7f1ff;
    color: #0d6efd;
}

.card-item {
    border-radius: 0.85rem;
}

.muted-meta {
    color: #6c757d;
    font-size: 0.9rem;
}
