@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

body { 
    font-family: 'Montserrat', sans-serif;
    margin: 0; 
    padding: 0; 
    background-color: black; 
    color: white; 
    text-align: center; 
}

.header {
    background: url('energia-poorioo-web.png') no-repeat center center;
    background-size: contain;
    height: 300px;
}

.container {
    max-width: 600px;
    margin: auto;
    padding: 20px;
}

input[type="range"] {
    width: 100%;
    margin-top: 10px;
}

ul { 
    list-style: none; 
    padding: 0; 
}

li { 
    margin: 5px 0; 
    font-size: 18px; 
}

.highlight {
    color: white;
    background-color: rgba(0, 123, 255, 0.8);
    padding: 2px 6px;
    border-radius: 5px;
    font-weight: bold;
}

/* Event explanation and instructions */
details {
    max-width: 600px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

summary {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

details p,
details ul {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    padding: 0;
}

.footer {
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
    color: white;
}

.footer a {
    color: #007BFF;
    text-decoration: none;
    font-weight: 600;
}

.footer a:hover {
    text-decoration: underline;
}

.stats-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin: 1rem 0;
}

.stats-buttons a {
    padding: 0.7rem 1.1rem;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.3);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease;
}

.stats-buttons a:hover {
    background: rgba(255,255,255,0.1);
}

.note {
    font-size: 0.9rem;
    opacity: 0.8;
}
