.notFoundContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.notFoundLogo{margin-bottom:32px}.notFoundLogo img{width:auto;height:28px}.notFoundContent{background:var(--white);border-radius:16px;width:100%;max-width:480px;padding:48px 32px;box-shadow:0 2px 8px #0003}.notFoundIcon{background-color:#cddc4b1a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;display:inline-flex}.notFoundIcon svg{width:34px;height:34px;color:var(--primary)}.notFoundCode{letter-spacing:2px;color:var(--primary);margin-bottom:12px;font-size:64px;font-weight:600;line-height:1}.notFoundTitle{color:var(--secondary);margin-bottom:10px;font-size:22px;font-weight:600}.notFoundDescription{margin-bottom:32px;font-size:14px;font-weight:300;line-height:1.6}.notFoundActions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.notFoundActions a,.notFoundActions button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-width:150px;height:44px;padding:0 22px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.notFoundActions .notFoundPrimaryBtn{background-color:var(--primary);color:var(--white);border:0}.notFoundActions .notFoundPrimaryBtn:hover,.notFoundActions .notFoundPrimaryBtn:focus{background-color:#b7c459}.notFoundActions .notFoundSecondaryBtn{color:var(--scondary-btn-border);border:1px solid var(--scondary-btn-border);background:0 0}.notFoundActions .notFoundSecondaryBtn:hover,.notFoundActions .notFoundSecondaryBtn:focus{color:var(--secondary);border-color:var(--scondary-btn-border);background-color:#9ea3ae20}@media (max-width:480px){.notFoundContent{padding:36px 20px}.notFoundCode{font-size:48px}.notFoundTitle{font-size:19px}.notFoundActions a,.notFoundActions button{width:100%}}
