.not-found-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;transition:all .3s ease}.not-found-dark,.not-found-light{background-color:var(--color-body);color:var(--color-text-main)}.not-found-content{text-align:center;max-width:600px;width:100%}.not-found-number{font-size:clamp(5rem,15vw,12rem);font-weight:900;background:linear-gradient(135deg,var(--color-accent),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Unbounded,sans-serif;animation:float 3s ease-in-out infinite;display:block;margin-bottom:1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.not-found-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem;font-family:Unbounded,sans-serif;letter-spacing:-.5px;color:var(--color-text-main)}.not-found-description{font-size:1.1rem;margin-bottom:1rem;line-height:1.6;color:var(--color-text-soft)}.not-found-path{font-size:.9rem;margin-bottom:2rem;color:var(--color-text-soft);word-break:break-all}.not-found-path code{display:block;background:#ffd7000d;padding:.5rem;border-radius:.375rem;margin-top:.5rem;font-family:Courier New,monospace;color:var(--color-accent);border-left:2px solid var(--color-accent)}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn{padding:.875rem 2rem;border-radius:60px;text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(0,0,.3642,1);border:2px solid transparent;cursor:pointer;font-size:1rem;display:inline-block;font-family:Kanit,sans-serif}.btn-primary{background:var(--color-accent);color:var(--color-soft);box-shadow:0 4px 15px #ff4c3333}.dark .btn-primary{background:var(--color-accent);box-shadow:0 4px 15px #fb640033}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff4c3366;filter:brightness(110%)}.dark .btn-primary:hover{box-shadow:0 8px 25px #fb640066}.btn-secondary{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent);box-shadow:0 4px 15px #ff4c331a}.dark .btn-secondary{box-shadow:0 4px 15px #fb64001a}.btn-secondary:hover{background:var(--color-accent);color:var(--color-soft);transform:translateY(-3px);box-shadow:0 8px 25px #ff4c334d}.dark .btn-secondary:hover{color:var(--color-text-light);box-shadow:0 8px 25px #fb64004d}.not-found-search{padding-top:2rem;border-top:1px solid var(--color-border)}.not-found-search-label{color:var(--color-text-soft);margin-bottom:1.5rem;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.not-found-links{list-style:none;padding:0;margin:0;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.not-found-links a{text-decoration:none;font-weight:500;transition:all .3s cubic-bezier(0,0,.3642,1);color:var(--color-accent);position:relative;padding-bottom:.25rem}.not-found-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-accent);transition:width .3s cubic-bezier(0,0,.3642,1)}.not-found-links a:hover:after{width:100%}.not-found-links a:hover{transform:translateY(-2px)}.not-found-decoration{position:relative;height:200px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}.not-found-decoration:before{content:"";position:absolute;width:300px;height:300px;border:3px solid rgba(255,76,51,.1);border-radius:50%;animation:rotate 20s linear infinite}.dark .not-found-decoration:before{border-color:#fb64001a}.not-found-decoration:after{content:"";position:absolute;width:400px;height:400px;border:2px dashed rgba(255,76,51,.05);border-radius:50%;animation:rotate 30s linear infinite reverse}.dark .not-found-decoration:after{border-color:#fb64000d}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.not-found-number{position:relative;z-index:1}@media(max-width:768px){.not-found-number{font-size:clamp(3rem,10vw,5rem)}.not-found-title{font-size:1.8rem}.not-found-description{font-size:1rem;margin-bottom:1.5rem}.not-found-actions{flex-direction:column;gap:.75rem}.btn{width:100%}.not-found-links{gap:1rem;font-size:.95rem}.not-found-decoration:before{width:200px;height:200px}.not-found-decoration:after{width:300px;height:300px}}@media(max-width:480px){.not-found-container{padding:1rem}.not-found-title{font-size:1.5rem}.not-found-description{font-size:.95rem;margin-bottom:1.5rem}.not-found-search{padding-top:1rem}.not-found-links{flex-direction:column;gap:.75rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}
