.bg-afl {
    background-color: #e46019 !important;
}
.afl-logo {
    border-radius: 100%;
    border: 0.5em solid #fff;
}

a.afl-card {
    text-decoration: none;
}

#pwa-splash {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, #e46019, #f6a15c);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.pwa-splash-inner {
    background: rgba(0, 0, 0, 0.2);
    padding: 2rem 2.5rem;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
}

#pwa-splash.pwa-splash--hidden {
    opacity: 0;
    visibility: hidden;
}
