/* Zusätzliche Stile für ein besseres Look & Feel */
body {
    font-family: 'Inter', sans-serif;
}
.timer-display {
    font-family: 'monospace';
}
/* Verhindert das Flackern von versteckten Elementen beim Laden */
[x-cloak] { display: none !important; }
