.app-footer{background-color:var(--color-bg-dark);border-top:1px solid rgba(255,255,255,.1);padding:var(--spacing-12) var(--spacing-6)}.footer-container{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:var(--spacing-8)}.tech-stats{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-4);padding:var(--spacing-8) 0;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:var(--spacing-8)}@media(min-width:768px){.tech-stats{grid-template-columns:repeat(4,1fr)}}.stat-card{padding:var(--spacing-4);border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-lg);background-color:#ffffff05}.stat-card-wide{grid-column:span 2;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.stat-card-wide{grid-column:span 2}}.stat-value{font-size:1.875rem;font-weight:700;color:var(--color-text-light);margin-bottom:var(--spacing-1)}.stat-unit{color:var(--color-primary);font-size:1.25rem}.stat-label{font-size:.75rem;font-family:var(--font-mono);color:var(--color-text-muted);text-transform:uppercase}.stat-title{font-size:1.25rem;font-weight:700;color:var(--color-text-light)}.status-dot{width:.5rem;height:.5rem;border-radius:var(--radius-full);background-color:var(--color-status-success);box-sizing:content-box;border:4px solid rgba(34,197,94,.2);animation:pulse 2s infinite}.footer-content{display:flex;flex-direction:column;gap:var(--spacing-8)}.footer-top{display:flex;flex-direction:column;gap:var(--spacing-6);align-items:flex-start;justify-content:space-between}@media(min-width:768px){.footer-top{flex-direction:row;align-items:flex-start}}.footer-brand-info{display:flex;flex-direction:column;gap:var(--spacing-4)}.footer-brand{display:flex;align-items:center;gap:var(--spacing-2)}.footer-brand h2{color:var(--color-text-light);font-size:1.125rem;font-weight:700}.footer-brand-info p{color:var(--color-text-muted);font-size:.875rem;max-width:250px}.footer-socials{display:flex;flex-direction:row;gap:var(--spacing-4);align-items:center;justify-content:center;width:100%}@media(min-width:768px){.footer-socials{justify-content:flex-end;width:auto}}.social-icon{width:1.25rem;height:1.25rem;fill:currentColor;color:var(--color-text-muted);transition:color .2s}.social-icon:hover{color:var(--color-primary)}.footer-divider{width:100%;height:1px;background-color:#ffffff0d}.footer-bottom{display:flex;flex-direction:column-reverse;gap:var(--spacing-4);font-size:.75rem;font-family:var(--font-mono);color:var(--color-border-dark)}@media(min-width:768px){.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between}}.footer-links{display:flex;gap:var(--spacing-4)}.footer-links a{color:inherit;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--color-primary)}
