.notfound-container{background-color:var(--background,#0f0f11);min-height:85vh;color:var(--foreground,#fff);justify-content:center;align-items:center;padding:80px 24px;display:flex;position:relative;overflow:hidden}.notfound-container:before{content:"";opacity:.6;pointer-events:none;z-index:1;background:radial-gradient(#0070f30a 1.5px,#0000 1.5px) 0 0/24px 24px;position:absolute;inset:0}.notfound-container:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#5e00f414 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.notfound-content{text-align:center;z-index:10;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:600px;animation:1s cubic-bezier(.16,1,.3,1) fadeInUp;display:flex}.notfound-illustration{justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;display:inline-flex;position:relative}.notfound-number{letter-spacing:-.05em;background:linear-gradient(135deg,#ffffff26 0%,#ffffff05 100%);-webkit-text-fill-color:transparent;-webkit-user-select:none;user-select:none;font-size:clamp(8rem,18vw,12rem);font-weight:900;line-height:1;font-family:var(--font-outfit), "Outfit", sans-serif;text-shadow:0 10px 40px #0003;-webkit-background-clip:text}.notfound-icon-glow{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:24px;justify-content:center;align-items:center;width:90px;height:90px;animation:6s ease-in-out infinite float-badge-404;display:flex;position:absolute;box-shadow:0 15px 35px #5e00f426,inset 0 0 15px #ffffff0d}.notfound-title{color:var(--foreground);letter-spacing:-.02em;margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.notfound-description{color:var(--text-gray,#6b7280);max-width:480px;margin:0 0 1rem;font-size:1.125rem;line-height:1.6}.notfound-actions{justify-content:center;align-items:center;gap:1.25rem;width:100%;display:flex}.btn-notfound-home,.btn-notfound-about{cursor:pointer;border-radius:100px;justify-content:center;align-items:center;gap:.75rem;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-notfound-home{background:var(--accent,#f40027);border:1px solid #0000;box-shadow:0 4px 15px #f4002733;color:#fff!important}.btn-notfound-home:hover{background:var(--accent2,#5e00f4);box-shadow:0 6px 20px var(--accent2-shadow,#5e00f466);transform:translateY(-2px)}.btn-notfound-about{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff26;color:#fff!important}.btn-notfound-about:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.bg-watermark{color:#ffffff04;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0;font-size:20vw;font-weight:900;line-height:1;position:absolute}.watermark-onmedia{top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes float-badge-404{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(4deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.notfound-actions{flex-direction:column;gap:1rem}.btn-notfound-home,.btn-notfound-about{width:100%}}
