body.fynexis-challenge {
    margin: 0;
    min-height: 100vh;
    background: #101014;
    color: #ffffff;
    font-family: Inter, Arial, sans-serif;
}

.fynexis-challenge__shell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
}

.fynexis-challenge__panel {
    width: min(420px, 100%);
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: #1a1b20;
}

.fynexis-kicker {
    margin: 0 0 8px;
    color: #ff7929;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.fynexis-challenge__panel h1 {
    margin: 0 0 16px;
}

.fynexis-challenge__panel progress {
    width: 100%;
}
