.footer-container {
    text-align: center;
    margin-top: auto;
    padding: 24px 20px 28px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.footer-collab-bar {
    width: 100%;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 11px 16px 13px;
    backdrop-filter: blur(10px);
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.28);
    position: relative;
    z-index: 2;
}

.footer-collab-bar .footer-collab {
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
}

.footer-collab__inner {
    display: inline-block;
    max-width: 100%;
    padding: 9px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(0, 0, 0, 0.35));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 4px 14px rgba(0, 0, 0, 0.22);
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.74em;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.footer-collab__inner a {
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    text-decoration: none;
    direction: ltr;
    unicode-bidi: isolate;
    padding: 2px 6px;
    margin-inline-start: 4px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.footer-collab__inner a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.12);
}

body.is-transitioning .footer-collab-bar {
    opacity: 0;
    transition: opacity 0.4s ease;
}
