:root{--background:#eef3ef;--foreground:#13201b;--card-background:rgba(255,255,255,0.88);--border-color:rgba(19,32,27,0.08);--shadow-soft:0 16px 34px rgba(16,34,27,0.08);--shadow-hover:0 24px 44px rgba(16,34,27,0.14);--accent:#0f6a4c;--accent-strong:#0b4f39;--danger:#db2f3e;--muted:#62736b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.5rem 1.5rem;text-align:left;color:var(--muted);font-size:.95rem}.site-footer p{margin:0}.site-footer-social{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;margin:0}.site-footer-social-prompt{color:#10241d;font-size:.95rem;font-weight:800}.site-footer-social-links{display:flex;align-items:center;justify-content:center;gap:.55rem}.site-footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border:1px solid rgba(19,32,27,.08);border-radius:50%;color:#f7fbf8;box-shadow:0 18px 32px rgba(16,34,27,.12);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.site-footer-social-link:hover{transform:translateY(-3px);box-shadow:0 26px 42px rgba(16,34,27,.18);border-color:rgba(19,32,27,.14)}.site-footer-social-link svg{width:1rem;height:1rem}.site-footer-social-facebook{background:linear-gradient(135deg,rgba(24,119,242,.95),rgba(11,76,168,.9))}.site-footer-social-instagram{background:linear-gradient(135deg,rgba(245,96,64,.95),rgba(193,53,132,.92) 52%,rgba(131,58,180,.88))}.site-footer-social-youtube{background:linear-gradient(135deg,rgba(255,67,67,.96),rgba(186,22,22,.9))}.site-footer-credit{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;text-align:center}.site-footer-link{color:#db2f3e;font-weight:800;letter-spacing:.06em}.site-footer-link:hover{color:#b51f31}@media (max-width:640px){.site-footer{align-items:center;flex-direction:column;gap:.85rem;text-align:center}.site-footer-social{flex-wrap:wrap}}