.kepro-search-container,.kepro-search-container *{--kepro-primary:#2563eb;--kepro-primary-hover:#1d4ed8;--kepro-background:#ffffff;--kepro-background-hover:#f8fafc;--kepro-border:#e2e8f0;--kepro-text:#1e293b;--kepro-text-muted:#64748b;--kepro-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--kepro-shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--kepro-radius:8px;--kepro-transition:all 0.2s ease}.kepro-search-container{position:relative;width:100%;max-width:640px;margin:0 auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.kepro-search-container.kepro-compact{max-width:280px}.kepro-search-container.kepro-compact .kepro-search-input{padding:10px 40px 10px 38px;font-size:14px;border-radius:6px}.kepro-search-container.kepro-compact .kepro-search-icon{left:12px;width:16px;height:16px}.kepro-search-container.kepro-compact .kepro-search-loading{right:12px;width:16px;height:16px}.kepro-search-container.kepro-compact .kepro-search-results{min-width:320px;right:auto}.kepro-search-input-wrapper{position:relative;display:flex;align-items:center}.kepro-search-icon{position:absolute;left:14px;width:18px;height:18px;color:#64748b;pointer-events:none;z-index:2}.kepro-search-input{width:100%;padding:12px 44px 12px 44px;font-size:15px;color:#1e293b;background-color:#fff;border:1px solid #e2e8f0;border-radius:var(--kepro-radius);outline:none;transition:var(--kepro-transition);box-shadow:0 1px 3px rgb(0 0 0 / .08)}.kepro-search-input::placeholder{color:#94a3b8}.kepro-search-input:hover{border-color:#cbd5e1}.kepro-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 235 / .12)}.kepro-search-loading{position:absolute;right:14px;display:none;width:18px;height:18px;color:#2563eb}.kepro-search-loading.active{display:flex;align-items:center;justify-content:center}.kepro-spinner{width:100%;height:100%;animation:kepro-spin 0.8s linear infinite}@keyframes kepro-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.kepro-search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:380px;overflow-y:auto;background-color:#fff;border:1px solid #e2e8f0;border-radius:var(--kepro-radius);box-shadow:0 10px 40px rgb(0 0 0 / .12);z-index:99999;display:none}.kepro-search-results.active{display:block;animation:kepro-fade-in 0.15s ease}@keyframes kepro-fade-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.kepro-result-item{display:flex;flex-direction:column;gap:4px;padding:12px 16px;text-decoration:none;color:#1e293b;background-color:#fff;border-bottom:1px solid #f1f5f9;transition:background-color 0.15s ease}.kepro-result-item:last-child{border-bottom:none}.kepro-result-item:hover,.kepro-result-item.active{background-color:#f8fafc}.kepro-result-item:focus{outline:none;background-color:#f8fafc}.kepro-result-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.kepro-result-title{font-size:14px;font-weight:600;color:#1e293b;margin:0;line-height:1.4}.kepro-result-title mark{background-color:#fef08a;color:inherit;padding:0 2px;border-radius:2px}.kepro-result-item:hover .kepro-result-title{color:#2563eb}.kepro-result-type{display:inline-flex;align-items:center;padding:2px 6px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:3px;flex-shrink:0}.kepro-result-type--post{background-color:#dbeafe;color:#1e40af}.kepro-result-type--page{background-color:#f3e8ff;color:#7c3aed}.kepro-result-type--event,.kepro-result-type--events{background-color:#fef3c7;color:#b45309}.kepro-result-type--resource{background-color:#d1fae5;color:#047857}.kepro-result-type--news,.kepro-result-type--news-detail{background-color:#fee2e2;color:#b91c1c}.kepro-result-excerpt{font-size:12px;color:#64748b;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kepro-no-results{padding:24px 16px;text-align:center;background-color:#fff}.kepro-no-results-icon{width:40px;height:40px;margin:0 auto 10px;color:#94a3b8}.kepro-no-results-title{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 4px}.kepro-no-results-text{font-size:12px;color:#64748b;margin:0}.kepro-min-chars{padding:16px;text-align:center;font-size:13px;color:#64748b;background-color:#fff}.kepro-search-results::-webkit-scrollbar{width:6px}.kepro-search-results::-webkit-scrollbar-track{background:#f8fafc}.kepro-search-results::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}.kepro-search-results::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}@media (max-width:640px){.kepro-search-container{max-width:100%}.kepro-search-container.kepro-compact{max-width:100%}.kepro-search-input{font-size:16px;padding:12px 42px}.kepro-search-results{position:fixed;top:auto;left:12px;right:12px;bottom:12px;max-height:60vh}.kepro-search-container.kepro-compact .kepro-search-results{min-width:auto;left:12px;right:12px}.kepro-result-item{padding:10px 14px}.kepro-result-title{font-size:13px}}@media (prefers-reduced-motion:reduce){.kepro-search-input,.kepro-result-item,.kepro-search-results{transition:none}.kepro-spinner{animation:none}.kepro-search-results.active{animation:none}}.kepro-topbar{position:fixed;inset:0 0 auto 0;z-index:1001;background:#00B04F;height:45px;transition:transform .3s ease,opacity .3s ease;will-change:transform;overflow:visible}.kepro-topbar.hidden{transform:translateY(-100%)}.kepro-topbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.kepro-topbar-contact{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600}.kepro-topbar-contact-link{color:#fff;text-decoration:none;font-size:.95rem;line-height:1;font-family:'Inter',sans-serif;font-weight:500;transition:opacity 0.2s ease}.kepro-topbar-contact-link:hover{text-decoration:underline;opacity:.9}.kepro-topbar-sep{opacity:.8;margin:0 .25rem;color:#fff}.kepro-topbar-right{display:flex;align-items:center;gap:0;height:100%}.kepro-topbar-nav{display:flex;align-items:center}.kepro-topbar-menu{display:flex;list-style:none;margin:0;padding:0}.kepro-topbar-item{margin:0;padding:0}.kepro-topbar-link{display:block;padding:0 1.25rem;color:#fff;font-size:.85rem;font-weight:600;line-height:45px;border-right:1px solid rgb(255 255 255 / .2);font-family:'Montserrat','Inter',sans-serif;text-decoration:none;transition:background-color 0.2s ease}.kepro-topbar-item:last-child .kepro-topbar-link{border-right:none}.kepro-topbar-link:hover{background:rgb(255 255 255 / .10)}.kepro-topbar-search{position:relative;display:flex;align-items:center;height:100%}.kepro-topbar-search-trigger{display:flex;align-items:center;justify-content:center;width:45px;height:45px;padding:0;margin:0;border:none;background:#fff0;color:#fff;cursor:pointer;transition:background-color 0.2s ease}.kepro-topbar-search-trigger:hover{background:rgb(255 255 255 / .10)}.kepro-topbar-search-trigger svg{width:18px;height:18px}.kepro-topbar-search.expanded .kepro-topbar-search-trigger{display:none}.kepro-topbar-search-form{display:none;align-items:center;height:45px;padding:0 8px}.kepro-topbar-search.expanded .kepro-topbar-search-form{display:flex}.kepro-topbar-right:has(.kepro-topbar-search.expanded) .kepro-topbar-nav{display:none}.kepro-topbar-search-input-wrap{position:relative;display:flex;align-items:center;background:#fff;border-radius:4px;height:32px;width:280px}.kepro-topbar-search-icon{display:none}.kepro-topbar-search-input{width:100%;height:100%;padding:0 32px 0 12px;font-size:14px;color:#1e293b;background:#fff0;border:none;border-radius:4px;outline:none;font-family:'Inter',sans-serif}.kepro-topbar-search-input::-webkit-search-cancel-button,.kepro-topbar-search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}.kepro-topbar-search-input::placeholder{color:#94a3b8}.kepro-topbar-search-close{position:absolute;right:2px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;margin:0;border:none;background:#fff0;color:#64748b;cursor:pointer;border-radius:4px;transition:background-color 0.2s ease,color 0.2s ease}.kepro-topbar-search-close:hover{background:#f1f5f9;color:#1e293b}.kepro-topbar-search-results{position:fixed;top:45px;right:20px;width:380px;max-height:400px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 40px rgb(0 0 0 / .15);z-index:99999;display:none}.kepro-topbar-search-results.active{display:block;animation:kepro-fade-in 0.15s ease}.kepro-topbar-search-results .kepro-result-item{display:flex;flex-direction:column;gap:4px;padding:12px 16px;text-decoration:none;color:#1e293b;background-color:#fff;border-bottom:1px solid #f1f5f9;transition:background-color 0.15s ease}.kepro-topbar-search-results .kepro-result-item:last-child{border-bottom:none}.kepro-topbar-search-results .kepro-result-item:hover{background-color:#f8fafc}.kepro-topbar-search-results .kepro-result-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.kepro-topbar-search-results .kepro-result-title{font-size:14px;font-weight:600;color:#1e293b;margin:0;line-height:1.4}.kepro-topbar-search-results .kepro-result-item:hover .kepro-result-title{color:#2563eb}.kepro-topbar-search-results .kepro-result-excerpt{font-size:12px;color:#64748b;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kepro-topbar-search-results .kepro-no-results,.kepro-topbar-search-results .kepro-min-chars{padding:20px 16px;text-align:center;font-size:13px;color:#64748b}.kepro-mobile-band{display:none;position:fixed;top:0;left:0;right:0;z-index:1002;background:#00B04F;height:42px;font-family:'Inter',sans-serif;transition:transform .3s ease,opacity .3s ease;will-change:transform}.kepro-mobile-band.hidden{transform:translateY(-100%)}.kepro-mobile-band .inner{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.kepro-mobile-contact{display:flex;align-items:center;gap:.4rem;color:#fff;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.kepro-mobile-contact-link{color:#fff;text-decoration:none;font-size:.85rem;line-height:1;white-space:nowrap;font-family:'Inter',sans-serif;font-weight:500}.kepro-mobile-contact-link:hover{text-decoration:underline}.kepro-mobile-sep{opacity:.8;margin:0 .2rem;color:#fff}.kepro-mobile-search{flex-shrink:0;margin-left:auto;height:100%}.kepro-mobile-search .kepro-topbar-search-trigger{width:42px;height:42px}.kepro-mobile-search .kepro-topbar-search-form{height:42px;padding:0 4px}.kepro-mobile-search .kepro-topbar-search-input-wrap{width:100%;height:32px;flex:1}.kepro-mobile-band .inner:has(.kepro-mobile-search.expanded) .kepro-mobile-contact{display:none}.kepro-mobile-search.expanded{flex:1;margin-left:0}.kepro-mobile-search.expanded .kepro-topbar-search-form{display:flex;flex:1}.kepro-mobile-search.expanded .kepro-topbar-search-input-wrap{width:100%}.kepro-mobile-search .kepro-topbar-search-results{position:fixed;top:46px;left:8px;right:8px;width:auto;max-height:60vh}@media (max-width:768px){.kepro-topbar{display:none}.kepro-mobile-band{display:block}}@media (max-width:480px){.kepro-mobile-contact-link{font-size:.8rem}}@supports not selector(:has(*)){.kepro-topbar-search.expanded~.kepro-topbar-nav{display:none}.kepro-mobile-search.expanded~.kepro-mobile-contact{display:none}}