.mh-search-empty{align-items:center;background:linear-gradient(180deg,rgba(var(--primary-color-rgb,92,165,66),.03) 0,transparent 100%);display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:3rem 0 4rem;position:relative;text-align:center;z-index:1}.search-no-results__content{margin:0 auto;max-width:600px;padding:0 1rem}.search-no-results__illustration{margin:0 auto 2rem;max-width:320px;width:100%}.search-illustration{display:block;height:auto;width:100%}.floating-card{animation:float 6s ease-in-out infinite;transform-origin:center}.floating-card--1{animation-delay:0s}.floating-card--2{animation-delay:-1.5s}.floating-card--3{animation-delay:-3s}.floating-card--4{animation-delay:-4.5s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-8px) rotate(1deg)}50%{transform:translateY(-4px) rotate(0deg)}75%{transform:translateY(-10px) rotate(-1deg)}}.magnifying-glass{animation:search-pulse 3s ease-in-out infinite;transform-origin:center}@keyframes search-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.dot{animation:twinkle 4s ease-in-out infinite}.dot--1{animation-delay:0s}.dot--2{animation-delay:-1s}.dot--3{animation-delay:-2s}.dot--4{animation-delay:-3s}@keyframes twinkle{0%,to{opacity:.25;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.search-no-results__message{margin-bottom:2rem}.search-no-results__title{color:var(--black-800);font-family:Quicksand,sans-serif;font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.search-no-results__title:after{background-color:var(--primary-color);border-radius:2px;content:"";display:block;height:.25rem;margin:.75rem auto 0;width:4rem}.search-no-results__description{color:var(--gray--500);font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:480px}.search-no-results__search{margin-bottom:2.5rem}.search-no-results__form{border-radius:2rem;box-shadow:0 4px 20px rgba(0,0,0,.08);display:flex;gap:0;margin:0 auto;max-width:460px;overflow:hidden;transition:box-shadow .3s ease}.search-no-results__form:focus-within{box-shadow:0 4px 24px rgba(var(--primary-color-rgb,92,165,66),.2)}.search-no-results__input{background-color:#fff;border:2px solid #e9e9e9;border-radius:2rem 0 0 2rem;border-right:none;color:var(--black-800);flex:1;font-family:Quicksand,sans-serif;font-size:1rem;min-height:52px;padding:1rem 1.5rem;transition:border-color .3s ease}.search-no-results__input:focus{border-color:var(--primary-color);outline:none}.search-no-results__input::placeholder{color:#999}.search-no-results__button{background-color:var(--primary-color);border:none;border-radius:0 2rem 2rem 0;color:#fff;cursor:pointer;font-family:Quicksand,sans-serif;font-size:1rem;font-weight:700;min-height:52px;padding:1rem 2rem;transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.search-no-results__button:hover{background-color:var(--primary-color);opacity:.9;transform:translateX(2px)}.search-no-results__button:focus{outline:2px solid var(--primary-color);outline-offset:2px}.search-no-results__suggestions{background-color:#fff;border-left:4px solid var(--primary-color);border-radius:1rem;box-shadow:0 2px 12px rgba(0,0,0,.05);margin:0 auto 2rem;max-width:400px;padding:1.5rem;text-align:left}.search-no-results__suggestions-title{color:var(--black-800);font-family:Quicksand,sans-serif;font-size:1rem;font-weight:700;margin:0 0 .75rem}.search-no-results__suggestions-title:after{display:none}.search-no-results__tips{list-style:none;margin:0;padding:0}.search-no-results__tips li{color:var(--gray--500);font-size:.95rem;line-height:1.5;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.search-no-results__tips li:last-child{margin-bottom:0}.search-no-results__tips li:before{color:var(--primary-color);content:"✓";font-weight:700;left:0;position:absolute}.search-no-results__explore{border-top:1px solid #e9e9e9;margin:0 auto;max-width:800px;padding:2rem 1rem 0;width:100%}.search-no-results__explore-title{color:var(--black-800);font-family:Quicksand,sans-serif;font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;text-align:center}.search-no-results__explore-title:after{display:none}.search-no-results__categories{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:2rem}.search-no-results__category-card{align-items:center;background-color:#fff;border:1px solid #e9e9e9;border-radius:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:44px;padding:1.25rem 1rem;text-decoration:none;transition:all .3s ease}.search-no-results__category-card:hover{border-color:var(--primary-color);box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-4px)}.search-no-results__category-card:focus{outline:2px solid var(--primary-color);outline-offset:2px}.search-no-results__category-icon{align-items:center;background-color:rgba(var(--primary-color-rgb,92,165,66),.1);border-radius:50%;color:var(--primary-color);display:flex;height:48px;justify-content:center;transition:background-color .3s ease;width:48px}.search-no-results__category-card:hover .search-no-results__category-icon{background-color:var(--primary-color);color:#fff}.search-no-results__category-icon svg{height:24px;width:24px}.search-no-results__category-name{color:var(--black-800);font-family:Quicksand,sans-serif;font-size:.95rem;font-weight:600;line-height:1.3;text-align:center}.search-no-results__category-card:hover .search-no-results__category-name{color:var(--primary-color)}.search-no-results__actions{text-align:center}.search-no-results__home-btn{align-items:center;background-color:transparent;border:2px solid var(--primary-color);border-radius:2rem;color:var(--primary-color);display:inline-flex;font-family:Quicksand,sans-serif;font-size:1rem;font-weight:700;justify-content:center;min-height:44px;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.search-no-results__home-btn:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px)}.search-no-results__home-btn:focus{outline:2px solid var(--primary-color);outline-offset:2px}@media screen and (max-width:768px){.mh-search-empty{min-height:auto;padding:2rem 0 3rem}.search-no-results__illustration{margin-bottom:1.5rem;max-width:260px}.search-no-results__title{font-size:1.6rem}.search-no-results__description{font-size:1rem}.search-no-results__form{border-radius:1rem;box-shadow:none;flex-direction:column;gap:.75rem}.search-no-results__input{border-radius:2rem;border-right:2px solid #e9e9e9;text-align:center}.search-no-results__button{border-radius:2rem;width:100%}.search-no-results__suggestions{padding:1.25rem}.search-no-results__categories{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.search-no-results__title{font-size:1.4rem}.search-no-results__categories{gap:.75rem;grid-template-columns:1fr 1fr}.search-no-results__category-card{padding:1rem .75rem}.search-no-results__category-icon{height:40px;width:40px}.search-no-results__category-icon svg{height:20px;width:20px}.search-no-results__category-name{font-size:.85rem}}@media (prefers-reduced-motion:reduce){.dot,.floating-card,.magnifying-glass{animation:none}.search-no-results__button:hover,.search-no-results__category-card:hover,.search-no-results__home-btn:hover{transform:none}}