/* Darkmode */
@media (prefers-color-scheme: dark) {
    .woty-core-container {
        filter: brightness(0.85);
    }
    #woty-core-popup {
        background: #0f0a15;
        border-color: #ceb878;
    }
}

/* Mobile Optimierung */
@media (max-width: 500px) {
    .woty-core-wheel {
        transform: scale(1.2);
        transform-origin: center;
    }
    .woty-core-label {
        font-size: 14px;
    }
}

/* Highlight aktuelles Fest */
.woty-core-highlight {
    stroke: gold !important;
    filter: drop-shadow(0 0 10px gold);
}
