.not-found-body{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center;background-color:var(--theme-not-found-bg);box-sizing:border-box}.not-found-icon{width:120px;height:120px;margin-bottom:24px;animation:bounce 2s ease infinite}@media(width < 768px){.not-found-icon{width:80px;height:80px;margin-bottom:16px}}.not-found-title{font-size:36px;font-weight:600;color:var(--theme-not-found-title);margin-bottom:16px}@media(width < 768px){.not-found-title{font-size:24px;margin-bottom:12px}}.not-found-text{font-size:18px;color:var(--theme-not-found-text);margin-bottom:32px;width:60%}@media(width < 1280px){.not-found-text{width:80%}}@media(width < 768px){.not-found-text{width:90%;font-size:14px;margin-bottom:20px}}.not-found-button{display:inline-block;padding:12px 32px;background-color:var(--theme-not-found-button-bg);color:var(--theme-not-found-button-fg);text-decoration:none;border-radius:24px;font-size:16px;font-weight:500;transition:all .3s ease;box-sizing:border-box;cursor:pointer}.not-found-button:hover{background-color:var(--theme-not-found-button-bg-hover);transform:translateY(-2px);box-shadow:var(--theme-not-found-button-shadow)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.error-contact{max-width:800px;text-align:center;font-size:18px;margin-bottom:36px;cursor:pointer;color:var(--theme-bg-deep);text-decoration:underline}@media(width < 768px){.error-contact{font-size:14px;margin-bottom:20px}}.error-actions{display:flex;justify-content:center;gap:14px;width:100%}.error-actions .error-button-secondary{background-color:var(--theme-bg-deep);color:#fff}.error-actions .error-button-secondary:hover{opacity:.8;transform:translateY(-2px);box-shadow:none}