:root {
    --nt-color: #7fb069;
    --tp-color: #f4d03f;
}

.tab-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

button {
    flex: 1;
    cursor: pointer;
    border: none;
    padding: 15px;
    font-weight: bold;
}

.nt-btn {
    background-color: var(--nt-color);
    color: white;
}

.tp-btn {
    background-color: var(--tp-color);
    color: #333;
}

.profile, .event-list {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.map-container {
    height: 300px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
