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