body {
    font-family: 'Nunito', 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
    background-color: #0f1823;
    color: #f8f9fa;
}

.card-dark {
    background: linear-gradient(145deg, #1f2a36, #17212b);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    color: #fff;
}

.card-dark h5,
.card-dark h6,
.card-dark p {
    color: #fff;
}

.badge-rounded {
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
}

.theme-tile {
    border-radius: 0.75rem;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.theme-tile:hover {
    transform: translateY(-3px);
}

.theme-tile.active {
    border-color: #f0878a;
    box-shadow: 0 0 0 3px rgba(240, 135, 138, 0.2);
}

.participant-pill {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.35rem 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.place-card {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    border: none;
    padding: 1.25rem;
    min-height: 200px;
    color: #fff;
}

.place-card .place-meta {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.btn-pill {
    border-radius: 999px;
    padding-inline: 1.25rem;
}

.bg-panel {
    background-color: #142233;
    border-radius: 1.25rem;
    padding: 1.5rem;
}

.app-logo {
    width: 96px;
    max-width: 20vw;
    height: auto;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(6, 10, 18, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.35rem 1rem;
    display: flex;
    justify-content: space-around;
    backdrop-filter: blur(18px);
    z-index: 1030;
}

.bottom-nav__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.4rem 0;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
}

.bottom-nav__item i {
    font-size: 1.1rem;
}

.bottom-nav__item.is-active {
    color: #fff;
}

@media (min-width: 768px) {
    .bottom-nav {
        display: none;
    }
}

.list-divider li + li {
    border-top: 1px solid rgba(248, 249, 250, 0.1);
}
