::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}


::-webkit-scrollbar-thumb {
    background: #0040D6;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #002d95;
}

::-webkit-scrollbar-thumb:active {
    background: #001954;
}

@media (max-width: 768px) {
    ::-webkit-scrollbar {
        display: none;
        /* 彻底隐藏滚动条（仅限 WebKit） */
    }

    * {
        scrollbar-width: none;
    }
}

body, a, button, input, textarea, select, [role="button"], [type="button"], [type="submit"] {
    cursor: url('https://static.igem.wiki/teams/5855/generalimg/zzv4.svg') 0 0, auto !important;
}
