.search-autocomplete{position:fixed !important;z-index:100001 !important;background:white;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 8px 25px rgba(0,160,176,0.15),0 4px 12px rgba(0,0,0,0.1);max-height:420px;overflow-y:auto;display:none;min-width:320px;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif}.search-autocomplete-item{padding:12px 16px;border-bottom:1px solid #f5f5f5;cursor:pointer;transition:all 0.2s ease;position:relative}.search-autocomplete-item:hover,.search-autocomplete-item.active{background:linear-gradient(135deg,rgba(0,160,176,0.05) 0%,rgba(0,160,176,0.02) 100%);border-left:3px solid #00A0B0;padding-left:13px}.search-autocomplete-item:last-child{border-bottom:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.search-autocomplete-item:first-of-type{border-top-left-radius:12px;border-top-right-radius:12px}.search-autocomplete-item a{text-decoration:none;color:#2d3748;display:flex;align-items:center;font-size:14px;font-weight:500;line-height:1.4}.search-autocomplete-category{font-weight:600;color:#00A0B0;padding:10px 16px 6px 16px;background:linear-gradient(135deg,#f8fbfc 0%,#f1f8f9 100%);border-bottom:1px solid #e7f3f4;font-size:11px;text-transform:uppercase;letter-spacing:0.5px;position:sticky;top:0;z-index:10}.search-autocomplete-category:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.search-highlight{background:linear-gradient(135deg,rgba(0,160,176,0.2) 0%,rgba(0,160,176,0.1) 100%);color:#00A0B0;font-weight:600;padding:1px 3px;border-radius:3px}.search-autocomplete-item .text-muted{font-size:12px !important;color:#718096 !important;font-weight:400 !important}.search-autocomplete::-webkit-scrollbar{width:6px}.search-autocomplete::-webkit-scrollbar-track{background:#f7f7f7;border-radius:10px}.search-autocomplete::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.search-autocomplete::-webkit-scrollbar-thumb:hover{background:#00A0B0}.search-no-results{padding:20px;text-align:center;color:#718096;font-style:italic}.search-form-container .form-control{border:1px solid #e2e8f0;border-radius:8px;transition:all 0.2s ease;padding:8px 12px;font-size:14px}.search-form-container .form-control:focus{border-color:#00A0B0;box-shadow:0 0 0 3px rgba(0,160,176,0.1);outline:none}.search-form-container .input-group-text{border-color:#e2e8f0;background-color:#f7fafc;color:#718096;font-size:12px;border-radius:8px 0 0 8px}@media (max-width:768px){.search-autocomplete{left:10px !important;right:10px !important;width:auto !important;min-width:auto !important}}