/* İnce alt bilgi — yalnızca telif satırı */

.site-footer {
    margin-top: auto;
    padding: 0;
    border-top: 1px solid rgba(31, 47, 100, 0.12);
    background: #f1f5f9;
}

.site-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 20px;
    width: 100%;
}

.site-footer-legal {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.4;
    font-weight: 500;
    color: #64748b;
    text-align: center;
}

/* Yönetim paneli */
.admin-app .site-footer {
    background: #e8ecf2;
    border-top-color: rgba(15, 23, 42, 0.1);
}

.admin-app:has(.admin-dashboard) .site-footer {
    background: #e8ecf2;
}

/* Koyu tema */
body.theme-dark .site-footer {
    border-top-color: rgba(148, 163, 184, 0.2);
    background: #0b1220;
}

body.theme-dark .site-footer-legal {
    color: #94a3b8;
}

@media (max-width: 560px) {
    .site-footer-inner {
        padding: 8px 14px;
    }

    .site-footer-legal {
        font-size: 0.7rem;
    }
}
