body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', sans-serif;
}

.navbar-brand {
    font-size: 1.5rem;
    color: #20c997 !important;
}

.rating-badge {
    background: linear-gradient(135deg, #20c997, #0d6efd);
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
}

.place-card {
    transition: transform 0.2s, box-shadow 0.2s;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.place-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.level-badge {
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 12px;
}

.level-novice { background: #e9ecef; color: #495057; }
.level-amateur { background: #d1ecf1; color: #0c5460; }
.level-experienced { background: #d4edda; color: #155724; }
.level-expert { background: #fff3cd; color: #856404; }
.level-legend { background: #f8d7da; color: #721c24; }

.star-rating {
    color: #ffc107;
    font-size: 1.1rem;
}

.hero-section {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: white;
    padding: 60px 0;
    margin-bottom: 2rem;
}

#map {
    height: 400px;
    border-radius: 12px;
}