.not-found-page{text-align:center;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem 1rem;display:flex}.not-found-content{flex-direction:column;align-items:center;width:100%;max-width:600px;display:flex}.not-found-header{margin-bottom:2.5rem}.not-found-title{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.not-found-subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.not-found-search-container{z-index:50;width:100%;margin-bottom:1.5rem;position:relative}.search-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.search-icon{color:var(--text-secondary);position:absolute;left:1rem}.not-found-search-input{width:100%;color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:1.2rem 3rem;font-size:1rem;transition:all .3s}.not-found-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.2);background:#ffffff0d;outline:none}.loading-spinner{color:var(--primary);position:absolute;right:1rem}.search-dropdown{text-align:left;border-radius:12px;width:100%;max-height:350px;padding:.5rem;position:absolute;top:calc(100% + .5rem);left:0;overflow-y:auto;box-shadow:0 10px 30px #00000080}.search-results-list{flex-direction:column;gap:.25rem;display:flex}.search-result-item{color:var(--text-primary);border-radius:8px;align-items:center;gap:1rem;padding:.75rem;text-decoration:none;transition:background .2s;display:flex}.search-result-item:hover{background:#ffffff0d}.search-result-image{background:#ffffff0d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.search-result-image img{object-fit:cover;width:100%;height:100%}.search-result-info{flex-direction:column;display:flex;overflow:hidden}.search-result-category{color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.2rem;font-size:.7rem}.search-result-title{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.search-no-results{text-align:center;color:var(--text-secondary);padding:1.5rem;font-size:.9rem}.not-found-cta{width:100%;margin-bottom:3rem}.not-found-cta .btn-primary{letter-spacing:.5px;border-radius:12px;justify-content:center;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:700;display:flex}.not-found-news-section{text-align:left;width:100%;margin-bottom:3rem}.not-found-news-header{color:var(--text-primary);border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:600}.not-found-news-list{flex-direction:column;gap:1rem;display:flex}.not-found-news-item{color:var(--text-primary);background:#ffffff05;border:1px solid #0000;border-radius:8px;align-items:center;gap:1rem;padding:.5rem;text-decoration:none;transition:transform .2s,opacity .2s;display:flex}.not-found-news-item:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translate(5px)}.not-found-news-thumb{background:#ffffff0d;border-radius:4px;flex-shrink:0;width:60px;height:45px;overflow:hidden}.not-found-news-thumb img{object-fit:cover;width:100%;height:100%}.not-found-news-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.not-found-socials{justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.not-found-social-link{color:var(--text-secondary);background:#ffffff08;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:color .2s,transform .2s;display:flex}.not-found-social-link:hover{color:var(--primary);background:#ffffff14;transform:translateY(-3px)}@media (min-width:768px){.not-found-title{font-size:4rem}.not-found-subtitle{font-size:1.25rem}.not-found-news-thumb{width:80px;height:60px}.not-found-news-title{font-size:1.05rem}}
