@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{color:#1a1a2e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5fa;font-family:Nunito,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}[wire\:loading]{opacity:.5;pointer-events:none;transition:opacity .15s}.flash-success{color:#22c55e;background:#ecfdf5;border:1px solid #94ecb4;border-radius:.75rem;padding:.5rem 1rem;font-size:.875rem}.flash-error{color:#ef4444;background:#fef2f2;border:1px solid #fbd1d1;border-radius:.75rem;padding:.5rem 1rem;font-size:.875rem}.container{width:100%;max-width:1500px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem}.site-header{z-index:100;background:#fff;width:100%;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}.site-header__topbar{border-bottom:1px solid #e8e8f0}.site-header__topbar-inner{justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:1500px;height:5rem;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;display:flex}.site-header__logo{flex-shrink:0}.site-header__logo-text{letter-spacing:-.02em;font-size:1.5rem;font-weight:900}.site-header__logo-text .highlight{color:#6c3fc5}.site-header__logo-text .normal{color:#1a1a2e}.site-header__partners{flex:1;margin:0 1.5rem;position:relative;overflow:hidden}.site-header__partners:before,.site-header__partners:after{content:"";z-index:1;pointer-events:none;width:3rem;position:absolute;top:0;bottom:0}.site-header__partners:before{background:linear-gradient(90deg,#fff,#0000);left:0}.site-header__partners:after{background:linear-gradient(270deg,#fff,#0000);right:0}.site-header__nav-inner{justify-content:space-between;align-items:center;width:100%;max-width:1500px;height:2.75rem;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem;display:flex}.site-header__menu{justify-content:flex-start;align-items:center;gap:.25rem;display:flex}.site-header__menu-item a{color:#4a4a68;border-radius:.375rem;padding:.375rem .75rem;font-size:1.25rem;font-weight:600;transition:all .15s;display:block}.site-header__menu-item a.active{color:#6c3fc5;background:#f3effe;font-weight:700}.site-header__auth{justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.site-header__login{color:#4a4a68;border-radius:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:600;transition:all .15s}.site-header__login:hover{color:#6c3fc5;background:#fafafd}.site-header__register{padding:.375rem 1rem;font-size:.875rem}.partner-slider-wrapper{align-items:center;gap:5rem;width:100%;display:flex}.partner-slider__btn{color:#4a4a68;cursor:pointer;z-index:2;background:#fff;border:1px solid #d1d1e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:.7rem;transition:all .15s;display:flex}.partner-slider__btn:hover{color:#fff;background:#6c3fc5;border-color:#6c3fc5}.partner-slider__viewport{flex:1;overflow:hidden}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.partner-slider__item{background:#fff;border:1px solid #d1d1e0;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;height:36px;padding:0 .5rem;text-decoration:none;transition:box-shadow .15s;display:flex}.partner-slider__item:hover{box-shadow:0 1px 2px #0000000d}.partner-slider__item img{object-fit:contain;width:auto;max-width:120px;height:24px}.site-header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:space-between;width:28px;height:20px;padding:0;display:none}.site-header__hamburger span{background:#1a1a2e;border-radius:2px;height:2px;transition:all .15s;display:block}.site-header__hamburger.is-open span:first-child{transform:translateY(9px)rotate(45deg)}.site-header__hamburger.is-open span:nth-child(2){opacity:0}.site-header__hamburger.is-open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}@media (width<=1024px){.site-header__hamburger{display:flex}}.site-header__mobile-overlay{z-index:199;background:#00000080;display:none;position:fixed;inset:0}@media (width<=1024px){.site-header__mobile-overlay{display:block}}.site-header__mobile-menu{z-index:200;background:#fff;flex-direction:column;width:280px;display:none;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:0 20px 25px #0000001a,0 10px 10px #0000000a}@media (width<=1024px){.site-header__mobile-menu{display:flex}}.site-header__mobile-header{border-bottom:1px solid #d1d1e0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.site-header__mobile-close{color:#8e8ea9;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem}.site-header__mobile-close:hover{color:#1a1a2e}.site-header__mobile-nav{flex:1;padding:1rem 0;list-style:none}.site-header__mobile-nav li a{color:#1a1a2e;border-left:3px solid #0000;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.site-header__mobile-nav li a i{text-align:center;color:#8e8ea9;width:20px}.site-header__mobile-nav li a:hover i,.site-header__mobile-nav li a.active i{color:#6c3fc5}.site-header__mobile-auth{border-top:1px solid #d1d1e0;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}@media (width<=1024px){.site-header__partners,.site-header__advertise-btn,.site-header__nav{display:none}}.btn--full{text-align:center;justify-content:center;width:100%}.partner-slider__viewport{width:100%;overflow:hidden}.partner-slider__track{gap:1rem;width:max-content;animation:30s linear infinite partnerScroll;display:flex}.partner-slider__item{flex-shrink:0;justify-content:center;align-items:center;height:44px;padding:0 .5rem;display:flex}.partner-slider__item img{object-fit:contain;filter:grayscale(30%);opacity:.85;width:auto;max-width:120px;height:36px;transition:all .15s}.partner-slider__item img:hover{filter:grayscale(0%);opacity:1}@keyframes partnerScroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.site-header__auth .site-header__login{color:#1a1a2e;cursor:pointer;background:0 0;border:2px solid #1a1a2e;border-radius:9999px;padding:.375rem 1.1rem;font-family:Nunito,sans-serif;font-size:.875rem;font-weight:700;transition:all .15s}.site-header__auth .site-header__login:hover{color:#fff;background:#1a1a2e;transform:translateY(-1px);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.site-header__auth .btn--primary.btn--sm,.site-header__auth .btn--sm.site-header__register{color:#fff;cursor:pointer;background:#1a1a2e;border:2px solid #1a1a2e;border-radius:9999px;padding:.375rem 1.1rem;font-family:Nunito,sans-serif;font-size:.875rem;font-weight:700;transition:all .15s}.site-header__auth .btn--primary.btn--sm:hover,.site-header__auth .btn--sm.site-header__register:hover{background:#2d2d4e;border-color:#2d2d4e;transform:translateY(-1px);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.partner-slider__track{animation:400s linear infinite partnerScroll!important}.partner-slider__track.paused{animation-play-state:paused!important}.site-header__logo img{width:auto!important;height:4.5rem!important}.partner-slider__item{height:56px!important;padding:0 1rem!important}.partner-slider__item img{object-fit:contain!important;max-width:160px!important;height:44px!important}.site-header__auth{align-items:center!important;gap:.5rem!important;display:flex!important}.site-header__auth .site-header__login{color:#dc2626!important;cursor:pointer!important;background:0 0!important;border:2.5px solid #dc2626!important;border-radius:9999px!important;padding:.4rem 1.1rem!important;font-size:.875rem!important;font-weight:700!important}.site-header__auth .site-header__login:hover{color:#fff!important;background:#dc2626!important}.site-header__auth .btn--primary.btn--sm,.site-header__auth .btn--sm.site-header__register{color:#fff!important;cursor:pointer!important;background:#16a34a!important;border:2.5px solid #16a34a!important;border-radius:9999px!important;padding:.4rem 1.1rem!important;font-size:.875rem!important;font-weight:700!important}.site-header__auth .btn--primary.btn--sm:hover,.site-header__auth .btn--sm.site-header__register:hover{background:#15803d!important;border-color:#15803d!important}.site-header__menu-item a{font-size:.9rem!important;font-weight:500!important}.site-header__menu-item a:hover{color:#1a1a2e!important;background:#0064c81a!important}.site-header__menu-item a.active{color:#fff!important;background:#dc2626!important;border-radius:9999px!important;font-weight:700!important}.site-header__menu-item a.active:hover{color:#fff!important;background:#b91c1c!important}@media (width<=1024px){.site-header{padding-top:env(safe-area-inset-top)}.site-header__topbar-inner{flex-wrap:wrap;gap:.5rem;height:auto;padding:.75rem 1rem}.site-header__logo img{height:1.75rem}.site-header__partners{border-top:1px solid #e8e8f0;order:3;width:100%;margin:0;padding:.5rem 0;display:block!important}.site-header__advertise-btn{display:none!important}.site-header__nav{display:none}.site-header__hamburger{display:flex}}@media (width<=640px){.site-header__topbar-inner{padding:.6rem 1rem}.site-header__logo img{height:1.5rem}}.site-header__mobile-partners{border-top:1px solid #e8e8f0;padding:.25rem 0;display:none;overflow:hidden}@media (width<=1024px){.site-header__mobile-partners{display:block}.site-header__mobile-partners .partner-slider__item{height:28px;padding:0 .5rem}.site-header__mobile-partners .partner-slider__item img{max-width:80px;height:20px}.desktop-partners{display:none!important}}.site-header__mobile-auth .btn--primary,.site-header__mobile-auth .site-header__register{background:#16a34a!important;border-color:#16a34a!important}.site-header__mobile-auth .btn--primary:hover,.site-header__mobile-auth .site-header__register:hover{background:#15803d!important}.site-header__mobile-auth .btn--outline{color:#16a34a!important;border-color:#16a34a!important}.site-header__mobile-auth .btn--outline:hover{background:#f0fdf4!important}.site-header__mobile-auth a.btn--primary,.site-header__mobile-auth a.site-header__register{color:#fff!important;background:#16a34a!important}.site-header__mobile-auth a.btn--primary:hover,.site-header__mobile-auth a.site-header__register:hover{background:#15803d!important}.site-header__mobile-nav li a i{color:#16a34a!important}.site-header__mobile-nav li a:hover,.site-header__mobile-nav li a.active{color:#16a34a!important;background:#f0fdf4!important;border-left-color:#16a34a!important}.site-footer{color:#c8c8d8;background:#1a1a2e;margin-top:4rem}.site-footer__main{grid-template-columns:1fr;gap:2rem;width:100%;max-width:1500px;margin-left:auto;margin-right:auto;padding:3rem;display:grid}@media (width>=768px){.site-footer__main{grid-template-columns:repeat(3,1fr)}}.site-footer__logo-text{margin-bottom:1rem;font-size:1.25rem;font-weight:900}.site-footer__logo-text .highlight{color:#a78bdb}.site-footer__logo-text .normal{color:#fff}.site-footer__contact{flex-direction:column;gap:.5rem;font-size:.875rem;display:flex}.site-footer__contact-item{align-items:flex-start;gap:.5rem;display:flex}.site-footer__col-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.75rem;font-weight:700}.site-footer__links{flex-direction:column;gap:.5rem;display:flex}.site-footer__links a{color:#c8c8d8;font-size:.875rem;transition:color .15s}.site-footer__links a:hover{color:#fff}.site-footer__social{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.site-footer__social-link{color:#fff;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:700;transition:transform .15s;display:flex}.site-footer__social-link:hover{transform:scale(1.15)}.site-footer__legal{flex-direction:column;gap:.25rem;display:flex}.site-footer__legal a{color:#6b7280;font-size:.75rem;transition:color .15s}.site-footer__legal a:hover{color:#9ca3af}.site-footer__bottom{border-top:1px solid #ffffff14}.site-footer__bottom-inner{color:#6b7280;justify-content:space-between;align-items:center;width:100%;max-width:1500px;margin-left:auto;margin-right:auto;padding:1rem 3rem;font-size:.75rem;display:flex}.site-footer{background:#0a3d1f!important}.site-footer__col-title{color:#4ade80!important}.site-footer__links a,.site-footer__contact-item,.site-footer__legal a{color:#bbf7d0!important}.site-footer__bottom{background:#052010!important;border-top:1px solid #4ade8033!important}.site-footer__bottom-inner{color:#86efac!important}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:.75rem;justify-content:center;align-items:center;font-family:Nunito,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.btn:focus-visible{outline-offset:2px;outline:2px solid #6c3fc5}.btn:disabled{opacity:.5;cursor:not-allowed}.btn{padding:.5rem 1.25rem}.btn--primary,.site-header__register{color:#fff;background:#6c3fc5}.btn--primary:hover,.site-header__register:hover{background:#5530a0;transform:translateY(-1px);box-shadow:0 4px 14px #6c3fc559}.btn--primary:active,.site-header__register:active{transform:translateY(0)}.btn--outline{color:#6c3fc5;background:0 0;border:2px solid #6c3fc5}.btn--outline:hover{background:#f3effe}.btn--ghost{color:#4a4a68;background:0 0}.btn--ghost:hover{color:#6c3fc5;background:#fafafd}.btn--white{color:#6c3fc5;background:#fff}.btn--white:hover{background:#f3effe}.btn--sm{padding:.375rem .875rem;font-size:.75rem}.btn--lg{padding:.75rem 1.75rem;font-size:1rem}.btn--advertise{cursor:pointer;white-space:nowrap;border:none;border-radius:.75rem;justify-content:center;align-items:center;font-family:Nunito,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.btn--advertise:focus-visible{outline-offset:2px;outline:2px solid #6c3fc5}.btn--advertise:disabled{opacity:.5;cursor:not-allowed}.btn--advertise{color:#fff;background:#6c3fc5;border-radius:.75rem;padding:.5rem 1.25rem;font-size:.875rem}.btn--advertise:hover{background:#5530a0;box-shadow:0 4px 14px #6c3fc559}.btn--advertise{color:#fff!important;background:#dc2626!important}.btn--advertise:hover{background:#b91c1c!important}.categories-slider{background:#fff;border-radius:1rem;width:100%;margin-bottom:2rem;padding:1.5rem 2rem;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.categories-slider__label{color:#1a1a2e;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.categories-slider__outer{align-items:center;gap:.5rem;width:100%;display:flex}.categories-slider__track{flex:1;min-width:0}.categories-slider__btn{color:#6c3fc5;cursor:pointer;background:#fff;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.categories-slider__btn:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.categories-slider__dots{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.categories-slider__dot{cursor:pointer;background:#d1d1e0;border:none;border-radius:9999px;width:8px;height:8px;padding:0;transition:all .15s}.categories-slider__dot--active{background:#6c3fc5;width:24px}.categories-slider__dot:hover{background:#a78bdb}.categories-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}@media (width<=768px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.categories-grid{grid-template-columns:repeat(2,1fr)}}.categories-slider__track{position:relative;overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-40px)}}@media (width<=1024px){.categories-slider{box-shadow:none;border-bottom:1px solid #d1d1e0;border-radius:0;padding:1rem}.categories-slider__label{margin-bottom:.5rem;font-size:1rem}.categories-slider__outer{gap:0}.categories-slider__btn{display:none}.categories-slider__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.categories-slider__track::-webkit-scrollbar{display:none}.categories-slider__dots{display:none}.categories-grid{flex-wrap:nowrap;gap:.5rem;width:max-content;padding-bottom:.5rem;display:flex!important}.category-card{scroll-snap-align:start;flex-shrink:0;width:80px;padding:.5rem}.category-card__icon{width:40px;height:40px}.category-card__icon img{width:32px;height:32px}.category-card__name{font-size:.65rem}}@media (width<=768px){.category-card{width:72px}.category-card__icon{width:36px;height:36px}}.categories-slider__outer{align-items:center!important;gap:.5rem!important;display:flex!important}.categories-slider__btn{background:#dc2626!important;border:none!important;flex-shrink:0!important;justify-content:center!important;align-self:center!important;align-items:center!important;width:40px!important;height:40px!important;margin-top:0!important;display:flex!important;position:static!important;transform:none!important;box-shadow:0 4px 8px #dc262659!important}.categories-slider__btn i{color:#fff!important;font-size:.85rem!important}.categories-slider{padding:1.5rem!important;overflow:hidden!important}.categories-slider__track{width:100%!important;overflow:hidden!important}.categories-grid{grid-template-columns:repeat(4,1fr)!important;gap:.75rem!important;width:100%!important;display:grid!important}.category-card{width:100%!important;min-width:0!important}.categories-slider{padding-top:4rem!important;padding-bottom:4rem!important;overflow:visible!important}.categories-slider__track{padding:.5rem!important;overflow:visible!important}.categories-slider__btn{cursor:pointer!important;background:#dc2626!important;border:none!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;display:flex!important;box-shadow:0 4px 8px #dc262659!important}.categories-slider__btn i,.categories-slider__btn svg,.categories-slider__btn *{color:#fff!important;fill:#fff!important;font-size:.85rem!important}.categories-slider__btn:hover{background:#b91c1c!important}.categories-slider__btn:disabled{box-shadow:none!important;opacity:.6!important;cursor:not-allowed!important;background:#d1d1e0!important}.categories-slider__track{overflow:hidden!important}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.categories-slider{min-height:420px!important}.categories-grid{align-content:start!important;min-height:320px!important}.category-card{cursor:pointer;background:#fff;border:1.5px solid #d1d1e0;border-radius:1rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:1rem;width:200px;min-height:200px;padding:1.5rem 1rem;transition:all .25s;display:flex}.category-card:hover{background:#f3effe;border-color:#a78bdb;transform:translateY(-4px);box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.category-card:hover .category-card__icon{border-color:#a78bdb;transform:scale(1.08);box-shadow:0 4px 14px #6c3fc559}.category-card:hover .category-card__name{color:#6c3fc5}.category-card--active{background:#f3effe;border-color:#6c3fc5;transform:translateY(-4px);box-shadow:0 4px 14px #6c3fc559}.category-card--active .category-card__icon{border-color:#6c3fc5;box-shadow:0 4px 14px #6c3fc559}.category-card--active .category-card__name{color:#6c3fc5;font-weight:700}.category-card__icon{background:#f5f5fa;border:1.5px solid #e8e8f0;border-radius:1.25rem;justify-content:center;align-items:center;width:72px;height:72px;transition:all .25s;display:flex}.category-card__icon img{object-fit:contain;width:48px;height:48px}.category-card__name{text-align:center;color:#4a4a68;max-width:130px;font-size:.75rem;font-weight:600;line-height:1.25;transition:color .15s}.category-card{gap:.5rem!important;min-height:140px!important;padding:1rem .5rem!important}.category-card__icon{width:56px!important;height:56px!important}.category-card__icon img{width:40px!important;height:40px!important}.category-card__name{color:#1a1a2e!important;font-size:.875rem!important;font-weight:700!important}.search-results{flex-direction:column;gap:.5rem;max-width:900px;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:flex}.search-results__count{color:#8e8ea9;margin-bottom:1rem;font-size:.875rem}.search-results__count strong{color:#1a1a2e}.search-results__empty{text-align:center;color:#8e8ea9;padding:4rem}.search-results__empty i{margin-bottom:1rem;font-size:2.25rem;display:block}.result-card{cursor:pointer;background:#fff;border:1px solid #e8e8f0;border-radius:1rem;flex-direction:row;height:230px;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000d}.result-card:hover{border-color:#a78bdb;transform:translateY(-2px);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.result-card__logo{background:#fff;border-right:1px solid #e8e8f0;justify-content:center;align-items:center;width:220px;min-width:220px;padding:1rem;display:flex}.result-card__logo img{object-fit:contain;width:auto;max-width:180px;height:auto;max-height:110px}@media (width<=768px){.result-card__logo{width:160px;min-width:160px}}@media (width<=640px){.result-card__logo{width:100px;min-width:100px;padding:.5rem}}.result-card__logo-placeholder{color:#6c3fc5;background:#f3effe;border-radius:9999px;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;display:flex}.result-card__body{flex-direction:column;flex:1;justify-content:center;gap:.25rem;min-width:0;padding:1rem 1.5rem;display:flex}.result-card__badges{flex-wrap:wrap;gap:.25rem;display:flex}.result-card__name{color:#1a1a2e;font-size:1rem;font-weight:700;line-height:1.25}.result-card__meta{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.result-card__rating{color:#1a1a2e;align-items:center;gap:.25rem;font-size:.875rem;font-weight:700;display:flex}.result-card__rating i{color:#f59e0b}.result-card__reviews{color:#8e8ea9;font-size:.75rem;font-weight:400}.result-card__location{color:#8e8ea9;align-items:center;gap:.25rem;font-size:.875rem;display:flex}.result-card__location i{color:#6c3fc5}.result-card__description{color:#4a4a68;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.result-card__tags{flex-wrap:wrap;gap:.25rem;display:flex}.result-card__tag{color:#f59e0b;background:#fffbeb;border-radius:9999px;align-items:center;gap:4px;padding:2px .5rem;font-size:.75rem;font-weight:700;display:flex}.result-card__action{border-left:1px solid #e8e8f0;justify-content:center;align-items:flex-start;min-width:140px;padding:1.5rem 1rem 1rem;display:flex}@media (width<=768px){.result-card__action{min-width:120px}}.result-card__action a{white-space:nowrap;color:#fff;background:#6c3fc5;border-radius:.75rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .15s;box-shadow:0 4px 14px #6c3fc559}.result-card__action a:hover{background:#5530a0}@media (width<=640px){.result-card{flex-wrap:wrap;height:auto}.result-card__action{width:100%;min-width:unset;border-top:1px solid #e8e8f0;border-left:none;justify-content:flex-end;padding:.5rem 1rem}}.badge{border-radius:9999px;padding:2px .5rem;font-size:.75rem;font-weight:600}.badge--type{color:#6c3fc5;background:#f3effe;font-weight:700}.badge--barter{color:#b8860b;background:#fff8e1}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.pagination__btn{color:#4a4a68;cursor:pointer;background:#fff;border:1px solid #d1d1e0;border-radius:.75rem;justify-content:center;align-items:center;width:36px;height:36px;font-family:Nunito,sans-serif;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.pagination__btn:hover:not(:disabled){color:#6c3fc5;border-color:#6c3fc5}.pagination__btn--active{color:#fff;background:#6c3fc5;border-color:#6c3fc5}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.blog-section__title{color:#1a1a2e;margin-bottom:2rem;font-size:1.875rem;font-weight:800}.blog-section__filters{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.blog-section__filters-wrap{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.blog-section .blog-filter-select{color:#1a1a2e;cursor:pointer;background:#fff;border:1px solid #d1d1e0;border-radius:.75rem;min-width:220px;padding:.25rem 1.5rem;font-size:.875rem;font-weight:600;transition:border-color .15s}.blog-section .blog-filter-select:focus{border-color:#6c3fc5;outline:none}.blog-section__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1024px){.blog-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.blog-section__grid{grid-template-columns:1fr}}.blog-section__more{justify-content:center;margin-top:3rem;display:flex}.blog-card{color:#1a1a2e;background:#fff;border:1px solid #d1d1e0;border-radius:1rem;flex-direction:column;text-decoration:none;transition:box-shadow .25s,transform .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.blog-card__image{width:100%;height:200px;overflow:hidden}.blog-card__body{flex-direction:column;flex:1;gap:.25rem;padding:1.5rem;display:flex}.blog-card__meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.blog-card__author{color:#6c3fc5;font-size:.75rem;font-weight:700}.blog-card__date{color:#8e8ea9;font-size:.75rem}.blog-card__title{color:#1a1a2e;margin:.25rem 0;font-size:1.125rem;font-weight:700;line-height:1.25}.blog-card__desc{color:#4a4a68;flex:1;font-size:.875rem;line-height:1.5}.blog-card__arrow{color:#6c3fc5;opacity:0;font-size:1.125rem;transition:opacity .15s;position:absolute;top:1rem;right:1rem}.blog-card:hover .blog-card__arrow{opacity:1}.blog-single{background:#fff;padding:4rem 0}.blog-single .container{max-width:780px;margin:0 auto;padding:0 2rem}.blog-single__breadcrumb{color:#8e8ea9;align-items:center;gap:.25rem;margin-bottom:2rem;font-size:.875rem;display:flex}.blog-single__breadcrumb a{color:#6c3fc5;text-decoration:none}.blog-single__breadcrumb a:hover{text-decoration:underline}.blog-single__header{margin-bottom:2rem}.blog-single__title{color:#1a1a2e;margin-bottom:1.5rem;font-size:2.25rem;font-weight:900;line-height:1.25}@media (width<=768px){.blog-single__title{font-size:1.875rem}}.blog-single__meta{border-bottom:1px solid #d1d1e0;flex-wrap:wrap;align-items:center;gap:1rem;padding-bottom:1.5rem;display:flex}.blog-single__author{color:#6c3fc5;font-size:.875rem;font-weight:700}.blog-single__date,.blog-single__reading-time{color:#8e8ea9;font-size:.875rem}.blog-single__reading-time:before{content:"·";margin-right:.25rem}.blog-single__cover{border-radius:1rem;width:100%;margin-bottom:3rem;overflow:hidden}.blog-single__cover img{object-fit:cover;width:100%;height:420px}@media (width<=768px){.blog-single__cover img{height:240px}}.blog-single__content{color:#1a1a2e;font-size:1.125rem;line-height:1.75}.blog-single__content h1,.blog-single__content h2,.blog-single__content h3,.blog-single__content h4{color:#1a1a2e;margin-top:3rem;margin-bottom:1rem;font-weight:800;line-height:1.25}.blog-single__content h1{font-size:1.875rem}.blog-single__content h2{font-size:1.5rem}.blog-single__content h3{font-size:1.25rem}.blog-single__content p{margin-bottom:1.5rem}.blog-single__content a{color:#6c3fc5;text-decoration:underline}.blog-single__content a:hover{color:#5530a0}.blog-single__content img{border-radius:.75rem;width:100%;margin:2rem 0}.blog-single__content blockquote{color:#1a1a2e;background:#f3effe;border-left:4px solid #6c3fc5;border-radius:0 .75rem .75rem 0;margin:2rem 0;padding:1rem 2rem;font-size:1.25rem;font-style:italic}.blog-single__content ul,.blog-single__content ol{margin:1.5rem 0;padding-left:2rem}.blog-single__content ul li,.blog-single__content ol li{margin-bottom:.5rem}.blog-single__content strong{font-weight:700}.blog-single__back{border-top:1px solid #d1d1e0;margin-top:4rem;padding-top:2rem}.blog-filter-btn{color:#4a4a68;cursor:pointer;background:#fff;border:1px solid #d1d1e0;border-radius:9999px;padding:.25rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .15s}.blog-filter-btn:hover,.blog-filter-btn.active{color:#fff;background:#6c3fc5;border-color:#6c3fc5}.btn-more{color:#fff;background:#6c3fc5;border-radius:9999px;padding:.5rem 3rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-block}.btn-more:hover{background:#5530a0;transform:translateY(-2px)}.blog-card__image{background:#fafafd;width:100%;height:180px;overflow:hidden}.blog-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.blog-card:hover .blog-card__image img{transform:scale(1.05)}.blog-card__body{flex-direction:column;flex:1;padding:1rem;display:flex}.blog-card__meta{color:#8e8ea9;justify-content:space-between;margin-bottom:.5rem;font-size:.75rem;display:flex}.blog-card__title{color:#1a1a2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.blog-card__excerpt{color:#4a4a68;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.875rem;line-height:1.75;display:-webkit-box;overflow:hidden}@media (width<=768px){.blog-card{flex-direction:column;height:auto}.blog-card__image{flex-shrink:0;width:120px;height:120px}.blog-card__body{padding:.5rem}.blog-card__excerpt{display:none}}@keyframes blogFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blog-section__grid .blog-card{opacity:0;animation:.4s forwards blogFadeIn}.blog-section__grid .blog-card:first-child{animation-delay:50ms}.blog-section__grid .blog-card:nth-child(2){animation-delay:.1s}.blog-section__grid .blog-card:nth-child(3){animation-delay:.15s}.blog-section__grid .blog-card:nth-child(4){animation-delay:.2s}.blog-section__grid .blog-card:nth-child(5){animation-delay:.25s}.blog-section__grid .blog-card:nth-child(6){animation-delay:.3s}.blog-loading{color:#8e8ea9;flex-direction:column;align-items:center;gap:1rem;padding:3rem;display:flex}.blog-loading i{color:#6c3fc5;font-size:2rem}.blog-section__grid{grid-template-columns:repeat(4,1fr)!important;gap:1rem!important}@media (width<=1024px){.blog-section__grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=640px){.blog-section__grid{grid-template-columns:1fr!important}}.blog-card__image{height:140px!important}.blog-card__body{padding:.75rem!important}.blog-card__title{-webkit-line-clamp:2!important;font-size:.875rem!important}.blog-card__desc{-webkit-line-clamp:2!important;font-size:.75rem!important}.blog-card__meta{font-size:.7rem!important}@media (width<=768px){.blog-card__image{flex-shrink:0!important;width:100%!important;height:200px!important}.blog-card__image img{object-fit:cover!important;width:100%!important;height:100%!important}}.auth-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-modal{background:#fff;border-radius:1.25rem;width:100%;max-width:440px;overflow:hidden;box-shadow:0 20px 25px #0000001a,0 10px 10px #0000000a}.auth-modal__header{border-bottom:1px solid #d1d1e0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.auth-modal__tabs{gap:.5rem;display:flex}.auth-modal__tab{color:#8e8ea9;cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.25rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s}.auth-modal__tab.active{color:#6c3fc5;background:#f3effe;font-weight:700}.auth-modal__close{color:#8e8ea9;cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.25rem;font-size:1.125rem;transition:color .15s}.auth-modal__close:hover{color:#1a1a2e}.auth-modal__body{flex-direction:column;gap:1rem;padding:2rem;display:flex}.auth-modal__desc{color:#4a4a68;font-size:.875rem;line-height:1.5}.auth-modal__field{flex-direction:column;gap:.25rem;display:flex}.auth-modal__field label{color:#1a1a2e;font-size:.875rem;font-weight:600}.auth-modal__input{color:#1a1a2e;border:1px solid #d1d1e0;border-radius:.75rem;width:100%;padding:.5rem 1rem;font-size:1rem;transition:border-color .15s}.auth-modal__input:focus{border-color:#6c3fc5;outline:none}.auth-modal__field-error{color:#ef4444;font-size:.75rem}.auth-modal__btn{color:#fff;cursor:pointer;background:#6c3fc5;border:none;border-radius:.75rem;width:100%;padding:.5rem 2rem;font-size:1rem;font-weight:700;transition:background .15s}.auth-modal__btn:hover{background:#5530a0}.auth-modal__footer{text-align:center}.auth-modal__link{color:#6c3fc5;cursor:pointer;background:0 0;border:none;font-size:.875rem;text-decoration:underline}.auth-modal__link:hover{color:#5530a0}.auth-modal__error{color:#ef4444;background:#fef2f2;border:1px solid #ef4444;border-radius:.75rem;margin:0 2rem;padding:.5rem 1rem;font-size:.875rem}.auth-modal__success{color:#22c55e;background:#ecfdf5;border:1px solid #22c55e;border-radius:.75rem;margin:0 2rem;padding:.5rem 1rem;font-size:.875rem}.hero-wrapper{position:relative;overflow:hidden}.hero{z-index:1;text-align:center;background:0 0;padding:4rem 1rem 2rem;position:relative}.categories-section{z-index:1;background:0 0;padding:2rem 0 3rem;position:relative}.hero{text-align:center;background:0 0;padding:4rem 1rem 2rem}.hero__title{color:#fff;max-width:700px;margin:0 auto;font-family:Nunito,sans-serif;font-size:1.875rem;font-weight:800;line-height:1.25}.categories-section{background:0 0;padding:2rem 0 3rem}.free-section{background:#fff;padding:3rem 0}.free-section__inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1280px;margin:0 auto;padding:0 1rem;display:grid}@media (width<=768px){.free-section__inner{grid-template-columns:1fr}}.free-section__title{color:#1a1a2e;margin-bottom:1rem;font-family:Nunito,sans-serif;font-size:1.5rem;font-weight:700}.free-section__text{color:#4a4a68;margin-bottom:1rem;font-size:1rem;line-height:1.75}.free-section__features{flex-direction:column;gap:1rem;display:flex}.free-section__feature{border-radius:1rem;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex}.free-section__feature:hover{transform:translate(4px);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.free-section__feature--primary{color:#fff;background:#6c3fc5}.premium-section{background:#f5f5fa;padding:3rem 0}.premium-section__header{max-width:1280px;margin:0 auto 2rem;padding:0 1rem}.premium-section__title{color:#1a1a2e;font-family:Nunito,sans-serif;font-size:1.5rem;font-weight:700}.premium-section__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1280px;margin:0 auto;padding:0 1rem;display:grid}@media (width<=1024px){.premium-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.premium-section__grid{grid-template-columns:1fr}}.premium-section__more{text-align:center;margin-top:2rem}.blog-section{background:#fff;padding:3rem 0}.blog-section__header{max-width:1280px;margin:0 auto 2rem;padding:0 1rem}.blog-section__title{color:#1a1a2e;font-family:Nunito,sans-serif;font-size:1.5rem;font-weight:700}.blog-section__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1280px;margin:0 auto;padding:0 1rem;display:grid}@media (width<=1024px){.blog-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.blog-section__grid{grid-template-columns:1fr}}.blog-section__more{text-align:center;margin-top:2rem}.cat-enter{transition:opacity .25s,transform .25s}.cat-enter-start{opacity:0;transform:translate(20px)}.cat-enter-end{opacity:1;transform:translate(0)}.cat-leave{transition:opacity .2s,transform .2s}.cat-leave-start{opacity:1;transform:translate(0)}.cat-leave-end{opacity:0;transform:translate(-20px)}.categories-grid{animation:.25s catFadeIn}@keyframes catFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.categories-section .container{max-width:1200px!important;margin:0 auto!important}.hero-wrapper{flex-direction:column!important;min-height:600px!important;display:flex!important}.hero-wrapper__bg{object-fit:cover!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.categories-section{flex:1!important}.hero-wrapper{min-height:620px!important;position:relative!important}.hero-wrapper__bg{object-fit:cover!important;z-index:0!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important}.hero,.categories-section{z-index:1!important;position:relative!important}.free-section__feature{color:#fff!important;border-radius:12px!important;align-items:center!important;gap:1rem!important;padding:1.25rem 1.5rem!important;font-size:1rem!important;font-weight:700!important;text-decoration:none!important;display:flex!important}.free-section__feature--primary{color:#fff!important;background:#6c3fc5!important;border:none!important}.free-section__feature--secondary{color:#fff!important;background:#f59e0b!important;border:none!important}.free-section__feature--tertiary{color:#fff!important;background:#ef4444!important;border:none!important}.btn-more{color:#fff!important;background:#16a34a!important;border:2.5px solid #fff!important;border-radius:9999px!important;padding:.6rem 2rem!important;font-size:1rem!important;font-weight:700!important;text-decoration:none!important;transition:all .2s!important;display:inline-block!important;box-shadow:0 4px 14px #16a34a4d!important}.btn-more:hover{background:#15803d!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #16a34a66!important}.desktop-only{display:block}@media (width<=1024px){.desktop-only{display:none!important}}.mobile-only{display:none}@media (width<=1024px){.mobile-only{display:block!important}}.mobile-search-section{z-index:1;padding:0 1rem 2rem;position:relative}.mobile-search-box{background:#fff;border-radius:20px;max-width:480px;margin:0 auto;padding:1.5rem;box-shadow:0 8px 32px #00000026}@media (width<=1024px){.free-section>div{grid-template-columns:1fr!important;padding:2rem 1rem!important}.cameleon-desktop{display:none!important}.cameleon-mobile{display:flex!important}.cameleon-desktop-title{display:none!important}.hero__title{margin-top:0!important;padding:.1rem 2.9rem 2rem!important;font-size:1.4rem!important}}.dashboard-body{background:#f5f5fa;min-height:100vh;display:flex}.dashboard-sidebar{z-index:100;background:#6c3fc5;flex-direction:column;width:260px;min-height:100vh;display:flex;position:fixed;top:0;bottom:0;left:0}.dashboard-sidebar__logo{border-bottom:1px solid #ffffff1a;padding:2rem}.dashboard-sidebar__logo a{align-items:center;gap:.5rem;text-decoration:none;display:flex}.dashboard-sidebar__logo img{filter:brightness(0)invert();height:32px}.dashboard-sidebar__logo-text{color:#fff;font-size:1.25rem;font-weight:900}.dashboard-sidebar__logo-text span{color:#ffffffb3}.dashboard-sidebar__company{border-bottom:1px solid #ffffff1a;align-items:center;gap:1rem;padding:2rem;display:flex}.dashboard-sidebar__avatar{color:#fff;background:#fff3;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:900;display:flex}.dashboard-sidebar__company-name{color:#fff;font-size:.875rem;font-weight:700}.dashboard-sidebar__company-role{color:#fff9;font-size:.75rem}.dashboard-sidebar__nav{flex-direction:column;flex:1;gap:.25rem;padding:1.5rem 0;display:flex}.dashboard-sidebar__link{color:#ffffffb3;border-left:3px solid #0000;align-items:center;gap:1rem;padding:.5rem 2rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.dashboard-sidebar__link i{text-align:center;width:20px}.dashboard-sidebar__link:hover{color:#fff;background:#ffffff1a}.dashboard-sidebar__link.active{color:#fff;background:#ffffff26;border-left-color:#fff;font-weight:700}.dashboard-sidebar__footer{border-top:1px solid #ffffff1a;padding:2rem}.dashboard-sidebar__logout{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:.75rem;align-items:center;gap:1rem;width:100%;padding:.5rem 1.5rem;font-size:.875rem;transition:all .15s;display:flex}.dashboard-sidebar__logout:hover{color:#fff;background:#ffffff1a}.dashboard-main{flex:1;min-height:100vh;margin-left:260px;padding:3rem}.dashboard-stats{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}@media (width<=1024px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}}.stat-card{background:#fff;border:1px solid #d1d1e0;border-radius:1rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.stat-card__icon{border-radius:.75rem;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;font-size:1.25rem;display:flex}.stat-card__icon--primary{color:#6c3fc5;background:#f3effe}.stat-card__icon--success{color:#22c55e;background:#ecfdf5}.stat-card__icon--warning{color:#f59e0b;background:#fffbeb}.stat-card__icon--info{color:#3b82f6;background:#eff6ff}.stat-card__value{color:#1a1a2e;font-size:1.875rem;font-weight:900}.stat-card__label{color:#8e8ea9;margin-top:.25rem;font-size:.875rem}.dashboard-header{margin-bottom:3rem}.dashboard-header h1{color:#1a1a2e;font-size:1.5rem;font-weight:800}.dashboard-header p{color:#8e8ea9;margin-top:.25rem;font-size:.875rem}.activate-page{align-items:center;min-height:60vh;padding:4rem 0;display:flex}.activate-card{text-align:center;background:#fff;border-radius:1.25rem;max-width:480px;margin:0 auto;padding:4rem;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.activate-card__icon{margin-bottom:1.5rem;font-size:4rem}.activate-card__title{color:#1a1a2e;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.activate-card__text{color:#4a4a68;margin-bottom:2rem;font-size:1rem;line-height:1.75}.activate-card__btn{color:#fff;cursor:pointer;background:#6c3fc5;border:none;border-radius:9999px;padding:.5rem 3rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-block}.activate-card__btn:hover{background:#5530a0}.activate-card__btn--secondary{color:#1a1a2e;background:#fafafd}.activate-card__btn--secondary:hover{background:#d1d1e0}.listing-cards{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.listing-card{background:#fff;border:1px solid #f0f0f0;border-radius:1rem;padding:1.5rem;transition:box-shadow .2s;box-shadow:0 1px 4px #0000001a}.listing-card:hover{box-shadow:0 4px 16px #6c3fc51a}.listing-card__header{align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.listing-card__logo{object-fit:cover;border:1px solid #ede9f8;border-radius:.75rem;width:56px;height:56px}.listing-card__logo-placeholder{color:#b3a0d8;background:#f3f0fb;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.listing-card__header-info{flex:1;min-width:0}.listing-card__name{color:#1a1a2e;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:1.1rem;font-weight:700;overflow:hidden}.listing-card__status{border-radius:999px;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:inline-block}.listing-card__status--active{color:#16a34a;background:#dcfce7}.listing-card__status--inactive{color:#b45309;background:#fef9c3}.listing-card__desc{color:#6b7280;margin:0 0 .75rem;font-size:.9rem;line-height:1.5}.listing-card__meta{flex-direction:column;gap:.35rem;margin-bottom:.75rem;display:flex}.listing-card__meta-item{color:#4b5563;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.listing-card__meta-item i{color:#6c3fc5;text-align:center;flex-shrink:0;width:16px}.listing-card__meta-item a{color:#6c3fc5;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;overflow:hidden}.listing-card__meta-item a:hover{text-decoration:underline}.listing-card__social{gap:.5rem;margin-bottom:.75rem;display:flex}.listing-card__social-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;text-decoration:none;transition:opacity .2s;display:flex}.listing-card__social-icon:hover{opacity:.85}.listing-card__social-icon--fb{background:#1877f2}.listing-card__social-icon--ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.listing-card__social-icon--yt{background:red}.listing-card__gallery-preview{align-items:center;gap:.4rem;margin-bottom:.75rem;display:flex}.listing-card__gallery-thumb{object-fit:cover;border:1px solid #ede9f8;border-radius:.5rem;width:52px;height:52px}.listing-card__gallery-more{color:#6c3fc5;background:#f3f0fb;border-radius:.5rem;justify-content:center;align-items:center;width:52px;height:52px;font-size:.85rem;font-weight:700;display:flex}.listing-card__actions{border-top:1px solid #f3f0fb;flex-wrap:wrap;gap:.75rem;padding-top:.75rem;display:flex}.listing-card__btn{cursor:pointer;border:none;border-radius:.6rem;align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-size:.88rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.listing-card__btn--edit{color:#fff;background:#6c3fc5}.listing-card__btn--edit:hover{background:#5a32a3}.listing-card__btn--cancel{color:#6b7280;background:#f3f4f6}.listing-card__btn--cancel:hover{color:#374151;background:#e5e7eb}.listing-empty{text-align:center;background:#fff;border:2px dashed #ede9f8;border-radius:1rem;padding:3rem 2rem;box-shadow:0 1px 3px #00000014}.listing-empty__icon{margin-bottom:1rem;font-size:3rem}.listing-empty__title{color:#1a1a2e;margin:0 0 .5rem;font-size:1.2rem;font-weight:700}.listing-empty__desc{color:#6b7280;margin:0 0 1.5rem;font-size:.9rem}.category-filter{background:#6c3fc5;padding:1.5rem 1rem}.category-filter__breadcrumb{color:#fffc;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.category-filter__breadcrumb a{color:#fffc;text-decoration:none}.category-filter__breadcrumb a:hover{color:#fff}.category-filter__breadcrumb span{color:#fff;font-weight:700}.category-filter__breadcrumb i{color:#fff9;font-size:.625rem}.category-filter__row{align-items:center;gap:1rem;display:flex}@media (width<=768px){.category-filter__row{flex-direction:column}}.category-filter__autocomplete{flex:2;position:relative}.category-filter__input-wrap{background:#fff;border-radius:.75rem;flex:1;align-items:center;padding:0 1rem;display:flex;position:relative}.category-filter__input-wrap i{color:#8e8ea9;flex-shrink:0;margin-right:.5rem}.category-filter__input{color:#1a1a2e;background:0 0;border:none;outline:none;width:100%;padding:.5rem 0;font-family:Nunito,sans-serif;font-size:1rem}.category-filter__input::placeholder{color:#8e8ea9}.category-filter__dropdown{z-index:100;background:#fff;border:1px solid #d1d1e0;border-radius:1rem;animation:.2s fadeSlideIn;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 20px 25px #0000001a,0 10px 10px #0000000a}.category-filter__dropdown-grid{grid-template-columns:repeat(4,1fr);gap:.25rem;max-height:320px;padding:1rem;display:grid;overflow-y:auto}@media (width<=768px){.category-filter__dropdown-grid{grid-template-columns:repeat(3,1fr)}}.category-filter__dropdown-card{cursor:pointer;text-align:center;background:#fff;border:1px solid #d1d1e0;border-radius:.75rem;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;transition:all .15s;display:flex}.category-filter__dropdown-card:hover{background:#f3effe;border-color:#6c3fc5}.category-filter__dropdown-card-icon{justify-content:center;align-items:center;width:36px;height:36px;display:flex}.category-filter__dropdown-card-icon img{object-fit:contain;width:100%;height:100%}.category-filter__dropdown-card-name{color:#4a4a68;font-size:.75rem;font-weight:600;line-height:1.25}.category-filter__btn{color:#6c3fc5;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:.75rem;padding:.5rem 2rem;font-family:Nunito,sans-serif;font-size:1rem;font-weight:700;transition:all .15s}.category-filter__btn i{margin-right:.25rem}.category-filter__btn:hover{background:#f3effe}.subcategory-icons{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;padding:3rem 0;display:grid}@media (width<=640px){.subcategory-icons{grid-template-columns:repeat(3,1fr)}}.subcategory-icon-card{cursor:pointer;text-align:center;background:#fff;border:1px solid #d1d1e0;border-radius:1rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;transition:all .15s;display:flex}.subcategory-icon-card:hover{border-color:#6c3fc5;transform:translateY(-2px);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.subcategory-icon-card__icon{justify-content:center;align-items:center;width:48px;height:48px;display:flex}.subcategory-icon-card__icon img{object-fit:contain;width:100%;height:100%}.subcategory-icon-card__name{color:#4a4a68;font-size:.75rem;font-weight:600;line-height:1.25}.profile-edit__tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.profile-edit__tab{color:#4a4a68;cursor:pointer;background:#fff;border:1px solid #d1d1e0;border-radius:9999px;align-items:center;gap:.25rem;padding:.5rem 1.5rem;font-family:Nunito,sans-serif;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.profile-edit__tab.active{color:#fff;background:#6c3fc5;border-color:#6c3fc5;box-shadow:0 4px 14px #6c3fc559}.profile-edit__tab:hover:not(.active){color:#6c3fc5;border-color:#6c3fc5}.profile-edit__section{background:#fff;border:1px solid #d1d1e0;border-radius:1rem;margin-bottom:2rem;padding:2rem;box-shadow:0 1px 2px #0000000d}.profile-edit__section-title{color:#1a1a2e;border-bottom:1px solid #e8e8f0;align-items:center;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.profile-edit__badge{color:#8e8ea9;background:#fafafd;border-radius:9999px;padding:2px 10px;font-size:.75rem;font-weight:600}.profile-edit__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=768px){.profile-edit__grid{grid-template-columns:1fr}}.profile-edit__grid--narrow{grid-template-columns:1fr;max-width:480px}.profile-edit__field{flex-direction:column;gap:.25rem;display:flex}.profile-edit__field--full{grid-column:1/-1}.profile-edit__field label{color:#1a1a2e;font-size:.875rem;font-weight:600}.profile-edit__hint{color:#8e8ea9;font-size:.75rem;font-weight:400}.profile-edit__input{color:#1a1a2e;background:#fff;border:1px solid #d1d1e0;border-radius:.75rem;width:100%;padding:.5rem 1rem;font-family:Nunito,sans-serif;font-size:1rem;transition:border-color .15s,box-shadow .15s}.profile-edit__input:focus{border-color:#6c3fc5;outline:none;box-shadow:0 0 0 3px #6c3fc51a}.profile-edit__input--disabled{color:#8e8ea9;cursor:not-allowed;background:#fafafd;border-color:#e8e8f0}.profile-edit__textarea{resize:vertical;min-height:80px;line-height:1.5}.profile-edit__counter{color:#8e8ea9;text-align:right;margin-top:2px;font-size:.75rem}.profile-edit__field-error{color:#ef4444;font-size:.75rem}.profile-edit__password-wrap{align-items:center;display:flex;position:relative}.profile-edit__password-wrap .profile-edit__input{padding-right:2.5rem}.profile-edit__eye{color:#8e8ea9;cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;transition:color .15s;position:absolute;right:1rem}.profile-edit__eye:hover{color:#6c3fc5}.profile-edit__actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.profile-edit__btn{color:#fff;cursor:pointer;background:#6c3fc5;border:none;border-radius:.75rem;padding:.5rem 3rem;font-family:Nunito,sans-serif;font-size:1rem;font-weight:700;transition:background .15s,transform .15s}.profile-edit__btn:hover{background:#5530a0;transform:translateY(-1px)}.profile-edit__btn:active{transform:translateY(0)}.profile-edit__success{color:#22c55e;background:#ecfdf5;border:1px solid #22c55e;border-radius:.75rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.profile-edit__error{color:#ef4444;background:#fef2f2;border:1px solid #ef4444;border-radius:.75rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.listing-edit__tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.listing-edit__tab{color:#4a4a68;cursor:pointer;background:#fff;border:1px solid #d1d1e0;border-radius:9999px;align-items:center;gap:.25rem;padding:.5rem 1.5rem;font-family:Nunito,sans-serif;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.listing-edit__tab.active{color:#fff;background:#6c3fc5;border-color:#6c3fc5}.listing-edit__tab:hover:not(.active){color:#6c3fc5;border-color:#6c3fc5}.listing-edit__logo-wrap{flex-wrap:wrap;align-items:center;gap:2rem;display:flex}.listing-edit__logo-preview{border:1px solid #d1d1e0;border-radius:1rem;width:120px;height:120px;overflow:hidden}.listing-edit__logo-preview img{object-fit:contain;width:100%;height:100%}.listing-edit__logo-placeholder{color:#8e8ea9;border:2px dashed #d1d1e0;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:120px;height:120px;font-size:.875rem;display:flex}.listing-edit__logo-placeholder i{font-size:1.5rem}.listing-edit__upload-btn{color:#6c3fc5;cursor:pointer;background:#f3effe;border-radius:.75rem;align-items:center;gap:.25rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .15s;display:inline-flex}.listing-edit__upload-btn:hover{color:#fff;background:#6c3fc5}.listing-edit__gallery{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}@media (width<=768px){.listing-edit__gallery{grid-template-columns:repeat(3,1fr)}}.listing-edit__gallery-item{aspect-ratio:1;border:1px solid #d1d1e0;border-radius:.75rem;position:relative;overflow:hidden}.listing-edit__gallery-item img{object-fit:cover;width:100%;height:100%}.listing-edit__gallery-delete{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:9999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;transition:transform .15s;display:flex;position:absolute;top:.25rem;right:.25rem}.listing-edit__gallery-delete:hover{transform:scale(1.1)}.listing-edit__gallery-add{aspect-ratio:1;color:#8e8ea9;cursor:pointer;border:2px dashed #d1d1e0;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.875rem;transition:all .15s;display:flex}.listing-edit__gallery-add i{font-size:1.5rem}.listing-edit__gallery-add:hover{color:#6c3fc5;background:#f3effe;border-color:#6c3fc5}.about-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#6c3fc5,#5530a0);padding:4rem 0}.about-hero__title{margin-bottom:1rem;font-size:2.25rem;font-weight:900}@media (width<=768px){.about-hero__title{font-size:1.875rem}}.about-hero__subtitle{opacity:.9;font-size:1.25rem;font-weight:600}@media (width<=768px){.about-hero__subtitle{font-size:1.125rem}}.about-section{background:#f5f5fa;padding:4rem 0}.about-container{max-width:860px;margin:0 auto}.about-intro{background:#fff;border:1px solid #e8e8f0;border-radius:1rem;margin-bottom:2rem;padding:3rem;box-shadow:0 1px 2px #0000000d}.about-intro p{color:#4a4a68;margin-bottom:1rem;font-size:1rem;line-height:1.75}.about-intro p:last-child{margin-bottom:0}.about-block{background:#fff;border:1px solid #e8e8f0;border-radius:1rem;margin-bottom:2rem;padding:3rem;box-shadow:0 1px 2px #0000000d}.about-block__title{color:#6c3fc5;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.about-block__text{color:#4a4a68;margin-bottom:1rem;font-size:1rem;line-height:1.75}.about-block__text:last-child{margin-bottom:0}.about-block__text strong{color:#1a1a2e}.about-features{margin-bottom:2rem}.about-features__title{color:#1a1a2e;text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.about-features__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=768px){.about-features__grid{grid-template-columns:1fr}}.about-feature-card{text-align:center;background:#fff;border:1px solid #e8e8f0;border-radius:1rem;padding:2rem;transition:transform .25s,box-shadow .25s;box-shadow:0 1px 2px #0000000d}.about-feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.about-feature-card__icon{color:#6c3fc5;background:#f3effe;border-radius:9999px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;font-size:1.5rem;display:flex}.about-feature-card__title{color:#1a1a2e;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.about-feature-card__text{color:#4a4a68;font-size:.875rem;line-height:1.5}.about-mission{color:#fff;background:linear-gradient(135deg,#6c3fc5,#5530a0);border-radius:1rem;align-items:flex-start;gap:2rem;padding:3rem;display:flex}@media (width<=768px){.about-mission{text-align:center;flex-direction:column;align-items:center}}.about-mission__icon{background:#fff3;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;display:flex}.about-mission__title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.about-mission__text{opacity:.9;margin-bottom:1rem;font-size:1rem;line-height:1.75}.about-mission__signature{opacity:.7;font-size:.875rem;font-style:italic}@media (width<=768px){.about-hero-grid{grid-template-columns:1fr!important}.about-hero-grid .about-hero-text{order:-1}.about-features-grid{grid-template-columns:1fr!important}}
