/*footer*/
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 40px;
    background: rgba(22, 26, 48, 0.75);
    border-top: 1px solid rgba(182, 187, 196, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 100;
}

#footer span {
    font-family: "DM Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(182, 187, 196, 0.45);
    letter-spacing: 0.03em;
}

.footer-dot {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(182, 187, 196, 0.25);
}
