.not-found-container{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.not-found-content{text-align:center;max-width:600px}.not-found-content h1{font-size:120px;font-weight:700;color:#d4af37;margin:0;line-height:1;text-shadow:0 4px 20px rgba(212,175,55,.3)}.not-found-content h2{font-size:28px;color:#fff;margin:10px 0 20px}.not-found-content p{color:#aaa;font-size:16px;line-height:1.6;margin-bottom:30px}.not-found-actions{display:flex;gap:15px;justify-content:center;margin-bottom:30px;flex-wrap:wrap}.not-found-actions a{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:6px;font-weight:500;text-decoration:none;transition:all .2s}.not-found-actions .btn-primary{background:linear-gradient(135deg,#d4af37,#b8942e);color:#000;font-weight:600;box-shadow:0 2px 10px rgba(212,175,55,.3)}.not-found-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(212,175,55,.5)}.not-found-search{background:rgba(255,255,255,.05);border-radius:10px;padding:25px;border:1px solid rgba(255,255,255,.1);margin-bottom:20px}.not-found-search h3{color:#fff;font-size:16px;margin:0 0 6px}.not-found-search-hint{color:#888;font-size:13px;margin:0 0 15px}.not-found-search-input-wrapper{position:relative;display:flex;align-items:center}.not-found-search-icon{position:absolute;left:12px;color:#888;font-size:14px;pointer-events:none}.not-found-search-input{width:100%;padding:10px 36px;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#fff;font-size:14px;outline:none;transition:border-color .2s}.not-found-search-input:focus{border-color:#d4af37}.not-found-search-input::placeholder{color:#666}.not-found-search-clear{position:absolute;right:8px;background:none;border:none;color:#888;cursor:pointer;padding:4px 6px;font-size:14px;line-height:1}.not-found-search-clear:hover{color:#fff}.not-found-search-empty,.not-found-search-loading{color:#888;font-size:13px;margin-top:12px}.not-found-search-results{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.not-found-search-result-item{display:flex;flex-direction:column;align-items:center;background:rgba(0,0,0,.3);border:solid rgba(255,255,255,.1);border-width:1px 1px 3px;border-radius:6px;padding:10px 6px 8px;text-decoration:none;transition:all .2s}.not-found-search-result-item:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}.not-found-search-result-img{width:80px;height:60px;object-fit:contain;margin-bottom:6px}.not-found-search-result-name{color:#ccc;font-size:11px;line-height:1.3;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.not-found-view-all{display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:#d4af37;text-decoration:none;font-size:13px;font-weight:500;transition:color .2s}.not-found-view-all:hover{color:#e8c84a}.not-found-suggestions{background:rgba(255,255,255,.05);border-radius:10px;padding:25px;border:1px solid rgba(255,255,255,.1)}.not-found-suggestions h3{color:#fff;font-size:16px;margin:0 0 15px}.suggestion-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.suggestion-links a{color:#5e97d8;text-decoration:none;padding:6px 12px;background:rgba(94,151,216,.15);border:1px solid rgba(94,151,216,.2);border-radius:4px;font-size:14px;transition:all .2s}.suggestion-links a:hover{background:rgba(94,151,216,.2);color:#fff}@media (max-width:480px){.not-found-content h1{font-size:80px}.not-found-content h2{font-size:22px}.not-found-search-results{grid-template-columns:repeat(2,1fr)}}