/* Simple Dark Template */
[data-template="simple-dark"] {
    --win-color: #4ade80;
    --lose-color: #f87171;
    --text-color: #ffffff;
    --counter-bg: transparent;
}

[data-template="simple-dark"] .counter-label {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

[data-template="simple-dark"] .counter-value {
    font-size: 4rem;
    font-weight: 700;
}

[data-template="simple-dark"] .win-counter .counter-label {
    color: var(--win-color);
}

[data-template="simple-dark"] .lose-counter .counter-label {
    color: var(--lose-color);
}
