.not-found-container{text-align:center;padding:60px 20px;max-width:800px;margin:0 auto;animation:fadeIn .5s ease-in}.not-found-heading{display:flex;align-items:center;justify-content:center;margin-bottom:30px;font-size:120px;font-weight:900;color:var(--secondary);gap:20px}.not-found-number{background:linear-gradient(45deg,#ea580c,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 10px rgba(234,88,12,.3)}.not-found-icon{font-size:80px;animation:spin 2s ease-in-out infinite}.not-found-title{font-size:2.5rem;color:var(--primary);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.not-found-message{font-size:1.1rem;color:var(--content);margin-bottom:30px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.not-found-actions{display:flex;justify-content:center;gap:20px;margin-bottom:20px;flex-wrap:wrap}.btn-primary{background:linear-gradient(90deg,#f97316,#ea580c);color:#fff;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:700;text-transform:uppercase;transition:all .3s;box-shadow:0 5px 15px rgba(234,88,12,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(234,88,12,.4)}.not-found-secondary{display:flex;justify-content:center;margin-bottom:40px}.btn-secondary{background:rgba(234,88,12,.1);color:var(--secondary);padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;border:2px solid rgba(234,88,12,.3);transition:all .3s}.btn-secondary:hover{background:rgba(234,88,12,.2);border-color:rgba(234,88,12,.5)}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.not-found-heading{font-size:80px;gap:10px}.not-found-number{font-size:80px}.not-found-icon{font-size:50px}.not-found-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:80%;margin-bottom:10px}}@media(max-width:480px){.not-found-heading{font-size:60px}.not-found-number{font-size:60px}.not-found-icon{font-size:40px}}