::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2); 
}

::-webkit-scrollbar-thumb {
    background: #5DA0AE; 
}

::-webkit-scrollbar-thumb:hover {
    background: #43e1ff; 
}

/* 2026-06-25 — wycięcie stopki "Partner aplikacji: ISLA" (apka Vue build, brak źródła do rebuilda) */
.partner,
footer.main { display: none !important; }
