.search-page{margin:0 auto}.search-page-container{background:#fff;border-radius:8px}.search-title{color:#333;text-align:center;margin-bottom:30px;font-size:24px;font-weight:600}.search-form-container{margin-bottom:40px}.search-form{gap:10px;max-width:600px;margin:0 auto;display:flex}.search-input{border:2px solid #e0e0e0;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:16px;transition:border-color .3s}.search-input:focus{border-color:var(--primary-color)}.search-submit-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;transition:background-color .3s}.search-submit-btn:hover:not(:disabled){background:#b8000a}.search-submit-btn:disabled{cursor:not-allowed;background:#ccc}.search-results-container{margin-top:30px}.search-loading{text-align:center;padding:40px}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;width:40px;height:40px;margin:0 auto 20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-results-header{text-align:center;margin-bottom:30px}.search-results-header h2{color:#333;margin-bottom:8px;font-size:24px;font-weight:600}.search-results-header p{color:#666;font-size:14px}.search-no-results{text-align:center;min-height:500px;padding:60px 20px}.no-results-icon{margin-bottom:20px;font-size:48px}.search-no-results h2{color:#333;margin-bottom:12px;font-size:20px;font-weight:600}.search-no-results p{color:#666;margin-bottom:30px}.search-suggestions{text-align:left;max-width:400px;margin:0 auto}.search-suggestions h3{color:#333;margin-bottom:12px;font-size:16px;font-weight:600}.search-suggestions ul{padding:0;list-style:none}.search-suggestions li{color:#666;padding:8px 0 8px 20px;position:relative}.search-suggestions li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:0}@media (max-width:768px){.search-page-container{padding:0!important}.search-title{font-size:20px}.search-form{flex-direction:column}}
