/* Loading Wrapper - Unified Loader */
#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1rem;
    backdrop-filter: blur(10px);
}

#loading-wrapper .spinner-border {
    width: 5rem;
    height: 5rem;
    color: #d4b905;
    border-width: 0.7em;
    margin-bottom: 10px;
}
