﻿ .search-results-header { background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); padding: 30px 20px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); } .search-breadcrumb { margin-bottom: 15px; font-size: 14px; color: #ccc; } .search-breadcrumb a { color: #ff5e62; text-decoration: none; transition: color 0.3s; } .search-breadcrumb a:hover { color: #fff; } .search-results-title h1 { font-size: 28px; margin: 0 0 15px 0; color: #fff; font-weight: 600; } .search-results-stats { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; } .results-count { background: #ff5e62; color: #000; padding: 8px 16px; border-radius: 20px; font-weight: bold; font-size: 14px; } .search-time { color: #999; font-size: 14px; font-style: italic; } .videoPost { transition: transform 0.3s ease, box-shadow 0.3s ease; border-radius: 8px; overflow: hidden; background: #1a1a1a; margin-bottom: 20px; } .videoPost:hover { box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); } .videoPost .thlink { position: relative; display: block; overflow: hidden; } .videoPost .thlink:hover .image-overlay { opacity: 1; } .image-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(142, 177, 230, 0.8), rgba(255, 255, 255, 0.1)); opacity: 0; transition: opacity 0.3s ease; display: flex; align-items: center; justify-content: center; z-index: 2; } .image-overlay i { font-size: 48px; color: #fff; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } .search-highlight { background: #ff5e62; color: #000; padding: 2px 4px; border-radius: 3px; font-weight: bold; } body.search main#main { min-height: 0; padding-bottom: 0; align-items: stretch; justify-content: flex-start; } body.search #wrap { min-height: 0; margin-bottom: 0; width: 100%; } body.search #search-container-shell, body.search #search-results-target, body.search #search-pagination-target:empty { min-height: 0; } body.search #search-pagination-target:empty { display: none; margin: 0; padding: 0; } body.search .video-posts-grid { padding-bottom: 0; } body.search .search-results-header { margin-bottom: 16px !important; } body.search #wrap { overflow-x: hidden; } body.search .search-recommended-section { flex-basis: 100%; width: 100%; clear: both; margin-top: 20px; } body.search .search-recommended-header { width: 100%; margin-bottom: 10px; } body.search .search-recommended-grid { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .search-results-header { padding: 20px 15px; margin-bottom: 15px; } .search-results-title h1 { font-size: 24px; line-height: 1.2; } .search-results-title h1 span { display: block; margin-left: 0 !important; margin-top: 5px; } .search-results-stats { flex-direction: column; align-items: flex-start; gap: 10px; } .videoPost { margin-bottom: 15px; } } .search-loading { text-align: center; padding: 40px 20px; color: #999; } .search-loading i { font-size: 24px; margin-right: 10px; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .search-results-header { background: linear-gradient(135deg, #1e1e24 0%, #16161a 100%); padding: 40px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); position: relative; overflow: hidden; } .search-results-header::before { content: ''; position: absolute; top: -50%; right: -10%; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255, 94, 98, 0.05) 0%, transparent 70%); pointer-events: none; } .search-results-title h1 { margin: 0; font-size: 32px; font-weight: 700; color: #fff; letter-spacing: -0.5px; } .search-results-title h1 span.new-font2 { color: #ff5e62; text-transform: uppercase; font-weight: 900; text-shadow: 0 0 20px rgba(255, 94, 98, 0.3); } .results-count { display: inline-flex; align-items: center; background: rgba(255, 255, 255, 0.05) !important; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); color: #999 !important; padding: 8px 20px !important; border-radius: 30px !important; font-size: 13px !important; transition: all 0.3s ease; } .results-count i { color: #ff5e62; } .search-empty-layout { display: grid; grid-template-columns: 320px 1fr; gap: 30px; margin-top: 30px; } @media (max-width: 992px) { .search-empty-layout { grid-template-columns: 1fr; } } .no-results-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 16px; padding: 40px 25px; text-align: center; position: sticky; top: 20px; } .no-results-icon { width: 80px; height: 80px; background: rgba(255, 94, 98, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; } .no-results-icon i { width: 36px; height: 36px; color: #ff5e62; } .no-results-card h3 { font-size: 20px; color: #fff; margin-bottom: 15px; line-height: 1.4; } .no-results-card h3 span { color: #ff5e62; font-style: italic; } .no-results-card p { color: #888; font-size: 14px; margin-bottom: 30px; } .search-suggestions-box { text-align: left; border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 25px; } .search-suggestions-box h4 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: #ff5e62; margin-bottom: 20px; } .suggestion-tags { display: flex; flex-wrap: wrap; gap: 10px; } .suggestion-tag { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); color: #aaa; padding: 8px 16px; border-radius: 8px; font-size: 13px; transition: all 0.2s ease; } .suggestion-tag:hover { background: #ff5e62; color: #fff; border-color: #ff5e62; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255, 94, 98, 0.3); } .recommended-section { background: rgba(255, 255, 255, 0.01); border-radius: 16px; padding: 30px; } .search-no-recommendations { color: #999; font-size: 15px; line-height: 1.5; margin: 0; padding: 20px 0; } .section-header { display: flex; align-items: center; margin-bottom: 25px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding-bottom: 15px; } .section-header h3 { font-size: 18px; color: #fff; margin: 0; display: flex; align-items: center; gap: 10px; } .section-header h3 i { color: #ff5e62; } .search-highlight { background: rgba(255, 94, 98, 0.2); color: #ff5e62; padding: 0 2px; border-radius: 2px; } .assp-suggestion-wrapper { background: rgba(255, 94, 98, 0.05); border: 1px solid rgba(255, 94, 98, 0.1); border-left: 4px solid #ff5e62; padding: 20px 30px; border-radius: 12px; color: #ccc; font-size: 16px; margin-bottom: 30px; display: flex; align-items: center; gap: 15px; backdrop-filter: blur(10px); } .assp-suggestion-wrapper::before { content: "\1F4A1"; font-size: 20px; } .assp-suggestion-wrapper a { color: #ff5e62; font-weight: 700; text-decoration: none; padding: 0 5px; position: relative; transition: all 0.3s ease; } .assp-suggestion-wrapper a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: #ff5e62; transition: width 0.3s ease; } .assp-suggestion-wrapper a:hover::after { width: 100%; }