html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#splash {
    position: fixed;
    inset: 0;
    background: linear-gradient(to bottom, #FFB44C, #FFA425, #FF9807);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}