.app-footer{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border-top:1px solid rgba(239,68,68,.2);padding:3rem 2rem 1rem;margin-top:auto;color:#f0f0f0;position:relative;overflow:hidden}.app-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(239,68,68,.5),rgba(245,158,11,.5),transparent)}.footer-content{max-width:1200px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2rem;margin:0 auto 2rem}.footer-section h4{color:#ef4444;font-size:1.1rem;margin-bottom:1rem;font-weight:600;background:linear-gradient(45deg,#ef4444,#f59e0b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#d0d0d0;text-decoration:none;font-size:.95rem;transition:all .2s ease;display:flex;align-items:center}.footer-section a:hover{color:#ef4444;transform:translateX(2px)}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-icon{position:relative;padding:.25rem;background:linear-gradient(45deg,#ef4444,#f59e0b);border-radius:.75rem;box-shadow:0 4px 12px rgba(239,68,68,.3)}.footer-logo-image{width:2rem;height:2rem;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.app-name{color:#fff;font-size:1.5rem;font-weight:700;background:linear-gradient(45deg,#fff,#e5e5e5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-tagline{color:#c0c0c0;font-size:1rem;line-height:1.5;margin:0 0 1.5rem}.footer-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:flex-start}.stat-number{color:#ef4444;font-size:1.25rem;font-weight:700;line-height:1;background:linear-gradient(45deg,#ef4444,#f59e0b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stat-label{color:#a0a0a0;font-size:.8rem;margin-top:.25rem}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(239,68,68,.1);display:flex;justify-content:center;align-items:center}.footer-bottom,.footer-copyright{text-align:center}.footer-copyright p{margin:.25rem 0;font-size:.9rem;color:#a0a0a0;line-height:1.4}.footer-copyright a{color:#ef4444;text-decoration:none;transition:all .2s ease}.footer-copyright a:hover{color:#f59e0b;text-decoration:underline}.footer-links{margin-top:10px}.footer-links a{color:#999;text-decoration:none;margin:0 10px;transition:color .2s ease}.footer-links a:hover{color:#ef4444;text-decoration:underline}.footer-links .separator{color:#666;margin:0 5px}@media (max-width:768px){.app-footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-stats{justify-content:center;gap:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-links a{margin:0 5px}}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-stats{gap:1rem}}@media (min-width:1025px) and (max-width:1200px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr}}