/* 🔥 MODRI NEON PRELOADER */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none; /* skrit na začetku */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: Arial, sans-serif;
    font-size: 28px;
    color: #00aaff;
    letter-spacing: 2px;
    text-shadow: 0 0 10px #00aaff, 0 0 20px #0088cc;
}
