.not-found-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#0a0a0a;color:#fff;position:relative;overflow:hidden;font-family:Inter,sans-serif;padding:2rem}.not-found-content{text-align:center;z-index:10;max-width:500px}.not-found-title{font-size:8rem;font-weight:800;margin:0;line-height:1;background:linear-gradient(135deg,#67bed9,#3a86ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.05em}.not-found-divider{height:2px;width:60px;background-color:#67bed9;margin:1.5rem auto}.not-found-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:#e0e0e0}.not-found-text{font-size:1rem;color:#888;margin-bottom:2.5rem;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-button{background:#67bed9;border:1px solid #67bed9;color:#0a0a0a;padding:.8rem 2rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:all .3s ease;border-radius:4px}.not-found-button.secondary{background:transparent;color:#67bed9}.not-found-button:hover{background-color:#55a8c2;border-color:#55a8c2;transform:translateY(-2px);box-shadow:0 5px 15px #67bed94d}.not-found-button.secondary:hover{background-color:#67bed91a;color:#67bed9}.not-found-bg-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(103,190,217,.05) 0%,transparent 70%);pointer-events:none}.not-found-grid{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}@media(max-width:768px){.not-found-title{font-size:6rem}.not-found-subtitle{font-size:1.2rem}}
