.not-found-module__HS70Aa__container{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:clamp(1.5rem,4vw,3rem);display:flex;position:relative;overflow:hidden}.not-found-module__HS70Aa__content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:2.5rem;width:100%;max-width:680px;display:flex;position:relative}.not-found-module__HS70Aa__illustration{justify-content:center;align-items:center;width:100%;max-width:400px;height:280px;margin-bottom:1rem;display:flex;position:relative}.not-found-module__HS70Aa__errorCode{font-family:var(--font-display);color:var(--accent);letter-spacing:-.05em;z-index:1;justify-content:center;align-items:center;font-size:clamp(80px,15vw,140px);font-weight:800;line-height:1;display:flex;position:relative}.not-found-module__HS70Aa__four,.not-found-module__HS70Aa__zero{animation:3s ease-in-out infinite not-found-module__HS70Aa__float;display:inline-block}.not-found-module__HS70Aa__four:first-child{animation-delay:0s}.not-found-module__HS70Aa__zero{color:var(--highlight);animation-delay:.5s}.not-found-module__HS70Aa__four:last-child{animation-delay:1s}@keyframes not-found-module__HS70Aa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.not-found-module__HS70Aa__iconWrapper{background:var(--gradient-soft);z-index:0;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;animation:2s ease-in-out infinite not-found-module__HS70Aa__pulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.not-found-module__HS70Aa__icon{width:60px;height:60px;color:var(--accent);opacity:.6;animation:8s linear infinite not-found-module__HS70Aa__rotate}@keyframes not-found-module__HS70Aa__pulse{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.1)}}@keyframes not-found-module__HS70Aa__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.not-found-module__HS70Aa__textContent{flex-direction:column;gap:1rem;max-width:560px;display:flex}.not-found-module__HS70Aa__title{font-family:var(--font-display);color:var(--ink);letter-spacing:-.025em;margin:0;font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.2}.not-found-module__HS70Aa__description{color:var(--muted);margin:0;font-size:clamp(16px,2vw,18px);line-height:1.6}.not-found-module__HS70Aa__actions{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;max-width:600px;display:flex}.not-found-module__HS70Aa__primaryButton,.not-found-module__HS70Aa__secondaryButton,.not-found-module__HS70Aa__tertiaryButton{transition:all var(--transition-normal);cursor:pointer;font-size:15px;font-weight:600;font-family:var(--font-body);white-space:nowrap;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1.75rem;text-decoration:none;display:inline-flex}.not-found-module__HS70Aa__primaryButton{background:var(--accent);color:#fff;box-shadow:0 4px 12px #1976d24d}.not-found-module__HS70Aa__primaryButton:hover{background:var(--accent-strong);transform:translateY(-2px);box-shadow:0 6px 20px #1976d266}.not-found-module__HS70Aa__primaryButton:active{transform:translateY(0)}.not-found-module__HS70Aa__secondaryButton{background:var(--card);color:var(--accent);border:2px solid var(--accent);box-shadow:0 2px 8px #0000000d}.not-found-module__HS70Aa__secondaryButton:hover{background:var(--accent-light);color:#fff;border-color:var(--accent-light);transform:translateY(-2px);box-shadow:0 4px 12px #1976d233}.not-found-module__HS70Aa__tertiaryButton{color:var(--muted);border:2px solid var(--border-light);background:0 0}.not-found-module__HS70Aa__tertiaryButton:hover{color:var(--ink);border-color:var(--muted);background:var(--bg-strong);transform:translateY(-2px)}.not-found-module__HS70Aa__helpfulLinks{border-top:1px solid var(--border-light);width:100%;margin-top:1rem;padding-top:2.5rem}.not-found-module__HS70Aa__helpfulLinksTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;font-size:13px;font-weight:600}.not-found-module__HS70Aa__linksGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;max-width:500px;margin:0 auto;display:grid}.not-found-module__HS70Aa__linkItem{color:var(--ink);background:var(--card);border:1px solid var(--border-light);transition:all var(--transition-fast);border-radius:8px;padding:.625rem 1rem;font-size:14px;font-weight:500;text-decoration:none}.not-found-module__HS70Aa__linkItem:hover{background:var(--bg-strong);border-color:var(--accent);color:var(--accent);transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.not-found-module__HS70Aa__backgroundDecoration{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.not-found-module__HS70Aa__circle{background:var(--gradient-soft);opacity:.3;border-radius:50%;animation:20s ease-in-out infinite not-found-module__HS70Aa__drift;position:absolute}.not-found-module__HS70Aa__circle:first-child{width:300px;height:300px;animation-delay:0s;top:-100px;left:-100px}.not-found-module__HS70Aa__circle:nth-child(2){background:linear-gradient(135deg,#4caf501a,#1976d214);width:200px;height:200px;animation-delay:5s;bottom:-50px;right:-50px}.not-found-module__HS70Aa__circle:nth-child(3){background:linear-gradient(135deg,#1976d21a,#4caf5014);width:150px;height:150px;animation-delay:10s;top:50%;right:10%}@keyframes not-found-module__HS70Aa__drift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}@media (max-width:768px){.not-found-module__HS70Aa__content{gap:2rem}.not-found-module__HS70Aa__illustration{height:220px}.not-found-module__HS70Aa__errorCode{font-size:clamp(60px,20vw,100px)}.not-found-module__HS70Aa__iconWrapper{width:100px;height:100px}.not-found-module__HS70Aa__icon{width:50px;height:50px}.not-found-module__HS70Aa__actions{flex-direction:column}.not-found-module__HS70Aa__primaryButton,.not-found-module__HS70Aa__secondaryButton,.not-found-module__HS70Aa__tertiaryButton{justify-content:center;width:100%}.not-found-module__HS70Aa__linksGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.not-found-module__HS70Aa__container{padding:1.5rem 1rem}.not-found-module__HS70Aa__content{gap:1.5rem}.not-found-module__HS70Aa__illustration{height:180px;margin-bottom:.5rem}.not-found-module__HS70Aa__helpfulLinks{padding-top:2rem}}@media (prefers-reduced-motion:reduce){.not-found-module__HS70Aa__four,.not-found-module__HS70Aa__zero,.not-found-module__HS70Aa__iconWrapper,.not-found-module__HS70Aa__icon,.not-found-module__HS70Aa__circle{animation:none}.not-found-module__HS70Aa__primaryButton:hover,.not-found-module__HS70Aa__secondaryButton:hover,.not-found-module__HS70Aa__tertiaryButton:hover,.not-found-module__HS70Aa__linkItem:hover{transform:none}}
