.espw-search-container{max-width:100%;margin:0 auto;font-family:'Segoe UI','Tahoma','Arial',sans-serif;background:#fff;border-radius:16px;padding:30px;box-shadow:0 2px 20px rgb(0 0 0 / .06)}.espw-search-form{display:flex;flex-direction:column;gap:20px;margin-bottom:9px!important}.espw-search-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.espw-search-row-full{grid-column:1 / -1}.espw-form-group{display:flex;flex-direction:column;gap:8px}.espw-form-group label{font-size:14px;font-weight:600;color:#1a1a2e;letter-spacing:.3px;display:flex;align-items:center;gap:8px}.espw-form-group label .espw-label-icon{font-size:16px}.espw-search-input,.espw-category-select{width:100%;padding:14px 18px;border:2px solid #e8ecf1;border-radius:12px;font-size:15px;color:#1a1a2e;background-color:#f8fafc;transition:all 0.3s ease;text-align:right;direction:rtl;font-family:inherit}.espw-search-input::placeholder{color:#a0aec0;font-weight:400}.espw-search-input:focus,.espw-category-select:focus{outline:none;border-color:#4f46e5;background-color:#fff;box-shadow:0 0 0 4px rgb(79 70 229 / .08)}.espw-search-input:hover,.espw-category-select:hover{border-color:#b8c4d0}.espw-category-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a5568' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 16px center;padding-left:40px;cursor:pointer}.espw-category-select option{padding:10px;background:#fff;color:#1a1a2e}.espw-button-wrapper{grid-column:1 / -1;display:flex;justify-content:center}.espw-search-button{padding:14px 50px;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;letter-spacing:.5px;min-width:200px;position:relative;overflow:hidden;box-shadow:0 4px 15px rgb(79 70 229 / .3)}.espw-search-button::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#24422a 0%,#1cba92 100%)!important;opacity:0;transition:opacity 0.3s ease}.espw-search-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgb(79 70 229 / .4)}.espw-search-button:hover::before{opacity:1}.espw-search-button span{position:relative;z-index:1;display:flex;align-items:center;gap:10px;justify-content:center}.espw-search-button .espw-button-icon{font-size:18px}.espw-search-button:active{transform:translateY(0)}.espw-loader{text-align:center;padding:30px;font-size:16px;color:#4a5568;background:#f8fafc;border-radius:12px}.espw-spinner{display:inline-block;width:24px;height:24px;border:3px solid #e2e8f0;border-top:3px solid #4f46e5;border-radius:50%;animation:espw-spin 0.8s linear infinite;margin-left:12px;vertical-align:middle}@keyframes espw-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.espw-results{margin-top:30px;min-height:60px;border-radius:12px;background:#fafbfc}.espw-default-message,.espw-no-results{padding:40px 20px;text-align:center;color:#a0aec0;margin:0;font-size:15px}.espw-result-item{display:flex;gap:20px;padding:20px;background:#fff;border-radius:12px;margin-bottom:12px;transition:all 0.3s ease;border:1px solid #edf2f7;cursor:pointer;direction:rtl}.espw-result-item:last-child{margin-bottom:0}.espw-result-item:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgb(0 0 0 / .08);border-color:#e2e8f0}.espw-result-image{flex-shrink:0;width:120px;height:120px;border-radius:12px;overflow:hidden;position:relative;background:#f1f4f9}.espw-result-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.espw-result-item:hover .espw-result-image img{transform:scale(1.05)}.espw-result-image .espw-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);color:#64748b;font-size:13px;font-weight:500}.espw-result-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.espw-result-title{font-size:18px;font-weight:700;color:#1a1a2e;text-decoration:none;transition:color 0.2s ease;line-height:1.4;text-align:right;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.espw-result-title:hover{color:#4f46e5}.espw-result-excerpt{color:#4a5568;font-size:14px;line-height:1.7;margin:0;text-align:right;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.espw-result-meta{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:4px;align-items:center}.espw-result-meta span{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:13px;background:#f8fafc;padding:4px 12px;border-radius:20px;transition:background 0.2s ease}.espw-result-meta span:hover{background:#f1f5f9}.espw-meta-icon{font-size:14px;line-height:1}.espw-category-badge{display:inline-block;background:linear-gradient(135deg,#eef2ff 0%,#e0e7ff 100%);color:#4f46e5;padding:2px 14px;border-radius:20px;font-size:12px;font-weight:600}@media (max-width:992px){.espw-search-row{grid-template-columns:1fr}.espw-search-container{padding:20px}}@media (max-width:768px){.espw-search-container{padding:16px;border-radius:12px}.espw-result-item{flex-direction:column;align-items:center;text-align:center;padding:16px}.espw-result-image{width:160px;height:160px;margin-bottom:8px}.espw-result-title{text-align:center;font-size:17px}.espw-result-excerpt{text-align:center;font-size:13px}.espw-result-meta{justify-content:center}.espw-search-button{width:100%;padding:14px 20px;min-width:unset}.espw-form-group label{font-size:13px}}@media (max-width:480px){.espw-search-container{padding:12px}.espw-result-image{width:130px;height:130px}.espw-search-input,.espw-category-select{padding:12px 14px;font-size:14px}.espw-search-button{font-size:15px;padding:12px 20px}}.espw-result-item{animation:espw-slideUp 0.4s ease forwards;opacity:0}@keyframes espw-slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.espw-result-item:nth-child(1){animation-delay:0.05s}.espw-result-item:nth-child(2){animation-delay:0.1s}.espw-result-item:nth-child(3){animation-delay:0.15s}.espw-result-item:nth-child(4){animation-delay:0.2s}.espw-result-item:nth-child(5){animation-delay:0.25s}.espw-result-item:nth-child(6){animation-delay:0.3s}.espw-result-item:nth-child(7){animation-delay:0.35s}.espw-result-item:nth-child(8){animation-delay:0.4s}.espw-result-item:nth-child(9){animation-delay:0.45s}.espw-result-item:nth-child(10){animation-delay:0.5s}.espw-results::-webkit-scrollbar{width:6px}.espw-results::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.espw-results::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px;transition:background 0.3s ease}.espw-results::-webkit-scrollbar-thumb:hover{background:#94a3b8}.espw-search-button.loading{position:relative;color:#fff0;pointer-events:none}.espw-search-button.loading::after{content:'';position:absolute;width:24px;height:24px;top:50%;left:50%;margin-left:-12px;margin-top:-12px;border:3px solid rgb(255 255 255 / .3);border-top:3px solid #fff;border-radius:50%;animation:espw-spin 0.8s linear infinite;z-index:2}[dir="rtl"] .espw-category-select{background-position:left 16px center;padding-left:40px;padding-right:18px}[dir="rtl"] .espw-search-button.loading::after{left:auto;right:50%;margin-left:0;margin-right:-12px}[dir="rtl"] .espw-spinner{margin-left:0;margin-right:12px}@media (prefers-color-scheme:dark){.espw-search-container{background:#1a1a2e;box-shadow:0 2px 20px rgb(0 0 0 / .3)}.espw-form-group label{color:#e2e8f0}.espw-search-input,.espw-category-select{background-color:#2d2d44;border-color:#3d3d5a;color:#e2e8f0}.espw-search-input::placeholder{color:#718096}.espw-search-input:focus,.espw-category-select:focus{background-color:#2d2d44;border-color:#4f46e5;box-shadow:0 0 0 4px rgb(79 70 229 / .15)}.espw-results{background:#16162a}.espw-result-item{background:#1a1a2e;border-color:#2d2d44}.espw-result-item:hover{border-color:#3d3d5a;box-shadow:0 8px 30px rgb(0 0 0 / .4)}.espw-result-title{color:#e2e8f0}.espw-result-excerpt{color:#a0aec0}.espw-result-meta span{background:#2d2d44;color:#a0aec0}.espw-result-meta span:hover{background:#3d3d5a}.espw-default-message,.espw-no-results{color:#718096}.espw-result-image .espw-no-image{background:linear-gradient(135deg,#2d2d44 0%,#3d3d5a 100%);color:#a0aec0}.espw-category-badge{background:linear-gradient(135deg,#2d2d44 0%,#3d3d5a 100%);color:#818cf8}}.espw-results{margin-top:30px;min-height:auto;border-radius:12px;background:#fafbfc;display:none}.espw-results:not(:empty){display:block}.espw-result-counter{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#1F2E58;border-radius:10px;margin-bottom:15px;border:1px solid #edf2f7}.espw-result-counter .espw-counter-text{font-size:14px;color:#4a5568;font-weight:500}.espw-result-counter .espw-counter-number{font-weight:700;color:#1cba92;font-size:16px}.espw-result-counter .espw-counter-category{font-size:13px;color:#64748b}.espw-default-message{display:none}.espw-no-results{padding:40px 20px;text-align:center;color:#a0aec0;margin:0;font-size:15px}@media (prefers-color-scheme:dark){.espw-result-counter{background:#1F2E58;border-color:#3d3d5a}.espw-result-counter .espw-counter-text{color:#a0aec0}.espw-result-counter .espw-counter-number{color:#1cba92}.espw-result-counter .espw-counter-category{color:#718096}}