#winter-snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

.winter-snow-flake {
    position: fixed;
    background: radial-gradient(circle, #ffffff 0%, rgba(200, 220, 240, 0.8) 60%, rgba(180, 210, 240, 0) 100%);
    border-radius: 50%;
    pointer-events: none;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.4);
}
