.notfound{text-align:center;background-color:var(--color-bg-primary);z-index:2;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden;box-shadow:none!important}.notfound__inner{z-index:1;flex-direction:column;align-items:center;gap:16px;display:flex;position:relative}.notfound__logo-img{filter:drop-shadow(4px 4px #000);width:120px;height:120px;animation:3s ease-in-out infinite notfoundBounce}@keyframes notfoundBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.notfound__code{gap:8px;line-height:1;display:flex}.notfound__4{font-family:var(--font-heading);color:#5c2884;-webkit-text-stroke:3px #000;text-shadow:8px 8px #000;font-size:180px}.notfound__0-icon{width:160px;height:160px;animation:4s ease-in-out infinite notfoundSpin}@keyframes notfoundSpin{0%{transform:rotate(0)}40%{transform:rotate(180deg)}to{transform:rotate(180deg)}}.notfound__subtitle{color:var(--color-text-light);letter-spacing:3px;font-family:Bebas Neue,sans-serif;font-size:36px;font-weight:300}.notfound__card{background:var(--color-text-light);border:var(--border-thick);border-radius:var(--radius-card);box-shadow:var(--shadow-md);max-width:550px;padding:20px 32px}.notfound__text{font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-body);color:var(--color-text-primary)}.notfound__actions{gap:16px;margin-top:16px;display:flex}.notfound__btn--contact{color:#fff!important;background-color:#764695!important}.notfound__doodles{pointer-events:none;position:absolute;inset:0}.notfound__doodle{opacity:.5;font-size:2rem;animation:6s ease-in-out infinite notfoundFloat;position:absolute}.notfound__doodle--1{color:var(--color-brand-tertiary);animation-delay:0s;top:8%;left:10%}.notfound__doodle--2{color:var(--color-brand-secondary);font-size:2.5rem;animation-delay:1s;top:15%;right:12%}.notfound__doodle--3{color:#764695;font-size:1.5rem;animation-delay:2s;bottom:20%;left:8%}.notfound__doodle--4{color:var(--color-brand-tertiary);animation-delay:3s;bottom:12%;right:15%}.notfound__doodle--5{color:var(--color-brand-secondary);font-size:1.8rem;animation-delay:4s;top:50%;right:5%}@keyframes notfoundFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(15deg)}}@media (max-width:768px){.notfound__4{text-shadow:4px 4px 0px var(--color-black);font-size:100px}.notfound__0-icon{width:90px;height:90px}.notfound__subtitle{font-size:24px}.notfound__actions{flex-direction:column}.notfound__logo-img{width:80px;height:80px}.notfound__doodle{font-size:1.2rem}}
