﻿/* Единый подвал сайта — разметку даёт App_Code/SiteFooterRender.cs (16.09.2026). */
.site-footer { width:100vw; margin-left:calc(50% - 50vw); background:#f5f5f5; border-top:1px solid #ddd; font-size:12px; color:#777; margin-top:40px; }
.footer-inner { max-width:1600px; margin:0 auto; padding:14px 20px; display:flex; align-items:center; gap:14px; flex-wrap:wrap; justify-content:center; }
.footer-inner .age-18 { background:#d32f2f; color:#fff; font-weight:700; padding:1px 6px; border-radius:3px; font-size:10px; line-height:1.5; }
.footer-sep { color:#bbb; }
.footer-copy { color:#999; font-size:11px; }
.footer-brand { color:#2e7d32 !important; font-weight:600; }
.site-footer a { color:#1565C0; text-decoration:none; display:inline-flex; align-items:center; gap:4px; }
.site-footer a:hover { text-decoration:underline; }
body.dark-theme .site-footer { background:#222; border-top:1px solid #333; color:#888; }
body.dark-theme .site-footer a { color:#64b5f6; }
body.dark-theme .footer-brand { color:#66bb6a !important; }
body.dark-theme .footer-sep { color:#555; }
