.error-not-found-page{min-height:62vh;padding-bottom:32px;padding-top:24px}.error-not-found,.error-not-found-page{align-items:center;display:flex;justify-content:center}.error-not-found{flex-direction:column;padding:12px 0 24px;text-align:center;width:min(100%,720px)}.error-not-found__icon{background:url(../static/frontend/images/404.svg) 50%/contain no-repeat;height:240px;margin:0 auto;width:min(100%,360px)}.error-not-found__title{color:var(--text);font-size:2rem;font-weight:500;line-height:1.3;margin:20px 0}.error-not-found__search{margin:8px 0 20px;width:100%}.error-not-found__search-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:12px}.error-not-found__search-tab{background:transparent;border:1px solid var(--border,#e5e5e5);border-radius:var(--radius-pill,999px);color:var(--text-muted,#666);cursor:pointer;font-size:14px;padding:6px 14px;transition:background .15s ease,color .15s ease,border-color .15s ease}.error-not-found__search-tab.is-active,.error-not-found__search-tab:hover{background:#ff565614;border-color:var(--accent);color:var(--accent)}.error-not-found__search-form{display:flex;gap:8px;width:100%}.error-not-found__search-input{background:var(--bg,#fff);border:1px solid var(--border,#e5e5e5);border-radius:var(--radius-pill,999px);color:var(--text);flex:1;font-size:15px;min-width:0;padding:10px 14px}.error-not-found__search-input:focus{border-color:var(--accent);outline:none}.error-not-found__search-btn{background:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-pill,999px);color:#fff;cursor:pointer;flex-shrink:0;font-size:15px;font-weight:500;min-width:88px;padding:10px 18px;transition:opacity .15s ease}.error-not-found__search-btn:hover{opacity:.85}.error-not-found__tags{margin:0 0 20px;text-align:left;width:100%}.error-not-found__tags-title{color:var(--text);font-size:1rem;font-weight:500;margin:0 0 10px}.error-not-found__tag-list{display:flex;flex-wrap:wrap;gap:10px 16px;list-style:none;margin:0;padding:0}.error-not-found__tag{background:#ff565614;border-radius:999px;color:var(--accent);display:inline-block;font-size:.95rem;padding:6px 12px;text-decoration:none}.error-not-found__btn,.error-not-found__tag:hover{background:var(--accent);color:#fff}.error-not-found__btn{border:1px solid var(--accent);border-radius:var(--radius-pill);display:inline-block;font-size:15px;font-weight:500;min-width:120px;padding:10px 24px;text-decoration:none;transition:opacity .15s ease}.error-not-found__btn:hover{opacity:.85}.error-generic{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:50vh;padding:24px 16px;text-align:center}.error-generic__title{color:var(--text);font-size:1.25rem}.error-generic__message{color:var(--text-muted);font-size:14px}@media(max-width:640px){.error-not-found__search-form{flex-direction:column}.error-not-found__search-btn{width:100%}}
