/* Shared site logo (header badge link to home) */
.site-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 10px;
    flex-shrink: 0;
    text-decoration: none;
}

/* Shared site footer - one source for _LayoutMD3, /ram and /disks */
.site-footer {
    background: #1C1B1F;
    color: rgba(255,255,255,0.6);
    margin-top: 48px;
    padding: 20px 20px 22px;
}
.site-footer-links {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 22px;
}
.site-footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.18s;
}
.site-footer-links a .material-icons-round { font-size: 17px; }
.site-footer-links a:hover { color: #fff; }
.site-footer-bottom {
    max-width: 1280px;
    margin: 14px auto 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 16px;
    text-align: center;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.55);
}
