@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.hamburger-menu{position:fixed;top:0;right:0;z-index:45;width:min(320px,86vw);height:100vh;padding:1rem;border-radius:0;transform:translate(102%);transition:transform .22s ease;box-shadow:-24px 0 60px -38px #0f172a66;overflow-y:auto}.hamburger-menu--open{transform:translate(0)}.hamburger-menu__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-top:.25rem}.hamburger-menu__close{width:42px;height:42px;border-radius:50%;color:var(--color-primary-dark);background:#6d28d914;font-weight:900}.hamburger-menu__nav{display:grid;gap:.55rem}.hamburger-menu__nav a,.hamburger-menu__nav button{display:flex;align-items:center;justify-content:flex-start;min-height:52px;padding:.9rem 1rem;border-radius:18px;color:var(--color-text);font-weight:700;background:#6d28d90f}.hamburger-menu__nav a.active{background:var(--color-primary-tint);color:var(--color-primary-dark)}.hamburger-menu__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:44;background:#0f172a2e;opacity:0;pointer-events:none;transition:opacity .22s ease}.hamburger-menu__backdrop--open{opacity:1;pointer-events:auto}@media (min-width: 1024px){.hamburger-menu__backdrop{display:none}}.navbar{position:sticky;top:0;z-index:40;padding:.8rem 0;background:#f9f7ffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(109,40,217,.08);transition:padding .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.navbar--scrolled{padding:.5rem 0;background:#f9f7ffc2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom-color:#6d28d91f;box-shadow:0 16px 26px -24px #5b21b642}.navbar__inner{position:relative;display:grid;grid-template-columns:auto auto;gap:.85rem;align-items:center}.navbar__brand{display:inline-flex;align-items:center;gap:.8rem;min-width:0}.navbar__brand strong{display:block;font-size:1rem;letter-spacing:.04em}.navbar__brand small{display:block;color:var(--color-text-muted);font-size:.78rem}.navbar__logo{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;color:#fff;font-weight:900;background:linear-gradient(135deg,#8b5cf6,#5b21b6);box-shadow:0 18px 26px -18px #5b21b6e6}.navbar__search{grid-column:1 / -1;display:grid;grid-template-columns:1fr auto;gap:.55rem}.navbar__search input{min-height:48px;padding:.8rem .95rem;border-radius:16px;border:1px solid rgba(109,40,217,.12);background:#fff}.navbar__search button{min-width:86px;min-height:48px;padding:.8rem 1rem;border-radius:16px;color:#fff;background:var(--color-primary-dark);font-weight:800}.navbar__menu-wrap{position:relative;justify-self:end}.navbar__menu-button{display:inline-grid;gap:.28rem;padding:.85rem .8rem;border-radius:18px;background:#fff;border:1px solid rgba(109,40,217,.12)}.navbar__menu-button span{width:20px;height:2px;background:var(--color-primary-dark);border-radius:999px}.navbar__menu-button.active{background:var(--color-primary-tint)}@media (min-width: 768px){.navbar__inner{grid-template-columns:auto minmax(280px,1fr) auto}.navbar__search{grid-column:auto}}.footer{padding:2.4rem 0;border-top:1px solid rgba(109,40,217,.08);background:#ffffff8c}.footer__inner{display:grid;gap:1rem}.footer p{margin:.4rem 0 0;color:var(--color-text-muted)}.footer__links{display:flex;flex-wrap:wrap;gap:1rem;color:var(--color-text-muted)}.footer__logout{padding:0;color:var(--color-text-muted);background:transparent}@media (min-width: 768px){.footer__inner{grid-template-columns:1fr auto;align-items:center}}.site-layout{min-height:100vh}.site-layout__content{padding-bottom:3rem}.auth-split-brand{display:grid;gap:.85rem;padding:1.2rem 1.3rem;justify-items:center;text-align:center;background:radial-gradient(circle at top,rgba(124,58,237,.14),transparent 58%),linear-gradient(180deg,#fffffff5,#f8f4fff5)}.auth-split-brand__brand{display:inline-flex;align-items:center;gap:.75rem}.auth-split-brand__logo{display:grid;place-items:center;width:46px;height:46px;border-radius:18px;color:#fff;font-weight:900;background:linear-gradient(135deg,#8b5cf6,#5b21b6)}.auth-split-brand p{margin:0;color:var(--color-text-muted);max-width:28rem}.auth-layout{min-height:100vh;display:grid;align-items:center;padding:2rem 0}.auth-layout__inner{display:grid;gap:1.1rem;max-width:520px}.auth-layout__form-shell{display:grid}.dashboard-sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:min(82vw,290px);display:grid;grid-template-rows:auto 1fr auto;gap:1.2rem;padding:1.25rem;background:#fffffffa;border-right:1px solid var(--color-border);transform:translate(-100%);transition:transform .25s ease}.dashboard-sidebar--open{transform:translate(0)}.dashboard-sidebar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#24104f47}.dashboard-sidebar__brand{display:flex;align-items:center;gap:.75rem}.dashboard-sidebar__brand small{display:block;color:var(--color-text-muted)}.dashboard-sidebar__logo{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;color:#fff;font-weight:900;background:linear-gradient(135deg,#8b5cf6,#5b21b6)}.dashboard-sidebar__nav{display:grid;gap:.45rem}.dashboard-sidebar__nav a{padding:.88rem .95rem;border-radius:16px;color:var(--color-text-muted);font-weight:700}.dashboard-sidebar__nav a.active{color:var(--color-primary-dark);background:var(--color-primary-tint)}.dashboard-sidebar__logout{width:100%}.dashboard-sidebar__utilities{display:grid;gap:.65rem}.dashboard-sidebar__home,.dashboard-sidebar__logout{width:100%}@media (min-width: 1024px){.dashboard-sidebar{position:sticky;top:0;height:100vh;width:280px;transform:none}.dashboard-sidebar__backdrop{display:none}}.dashboard-mobile-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.dashboard-mobile-nav small{display:block;color:var(--color-text-muted)}.dashboard-mobile-nav__menu{display:inline-flex;flex-direction:column;justify-content:center;gap:.22rem;width:46px;height:46px;padding:.8rem;border-radius:14px;background:#fff;border:1px solid rgba(109,40,217,.12)}.dashboard-mobile-nav__menu span{display:block;width:100%;height:2px;border-radius:999px;background:var(--color-primary-dark)}@media (min-width: 1024px){.dashboard-mobile-nav{display:none}}.file-upload-field{padding:.9rem 1rem}.file-upload-field__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.file-upload-field__content{display:flex;align-items:center;justify-content:space-between;gap:.9rem}.file-upload-field__copy{display:grid;gap:.3rem;min-width:0}.file-upload-field__copy strong,.file-upload-field__copy span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-upload-field__copy span{color:var(--color-text-muted);font-size:.9rem}.file-upload-field__button{flex:0 0 auto}@media (max-width: 640px){.file-upload-field__content{flex-direction:column;align-items:stretch}.file-upload-field__button{width:100%}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a33}.modal__panel{position:relative;z-index:1;width:min(100% - 1.5rem,560px);margin:5vh auto 0;padding:1.1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.modal__panel--wide{width:min(100% - 1.5rem,820px)}.modal__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal__head h2{margin:0}.modal__close{color:var(--color-text-muted);background:transparent}.modal__body{margin-top:1rem}.modal__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1rem}.modal--image .modal__backdrop{background:#020617db;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal__panel--image{width:min(100% - 1rem,960px);margin:2vh auto 0;padding:1rem;background:transparent;box-shadow:none}.modal--image .modal__head{margin-bottom:.75rem}.modal--image .modal__head h2{color:#fff}.modal--image .modal__close{min-width:44px;min-height:44px;border-radius:999px;color:#fff;background:#ffffff1f}.modal--image .modal__body{margin-top:0}.dashboard-header{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.dashboard-header h1{margin:0;font-size:clamp(1.9rem,3vw,2.8rem)}.dashboard-header p{margin:.5rem 0 0;color:var(--color-text-muted)}.dashboard-header__user{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;min-width:min(100%,320px)}.dashboard-header__user-copy{display:grid;gap:.25rem}.dashboard-header__user span,.dashboard-header__profile small,.dashboard-header__modal-copy p{color:var(--color-text-muted);font-size:.92rem}.dashboard-header__profile{display:grid;justify-items:center;gap:.5rem;text-align:center}.dashboard-header__avatar{display:inline-flex;align-items:center;justify-content:center;width:76px;height:76px;padding:0;overflow:hidden;border-radius:999px;border:2px solid rgba(109,40,217,.12);background:linear-gradient(180deg,#f7f2fffa,#efe7ffeb);box-shadow:0 18px 32px -26px #5b21b673}.dashboard-header__avatar img{width:100%;height:100%;object-fit:cover}.dashboard-header__avatar--placeholder{color:var(--color-primary-dark);font-weight:800;font-size:1.15rem}.dashboard-header__upload-field{width:min(220px,100%);padding:.65rem .75rem}.dashboard-header__modal-copy{display:grid;gap:.9rem}.dashboard-header__modal-copy p{margin:0}@media (max-width: 767px){.dashboard-header{flex-direction:column}.dashboard-header__user{min-width:0}}.dashboard-layout{min-height:100vh}.dashboard-layout__main{padding:0 0 2rem}.dashboard-layout__content{padding-top:.25rem}@media (min-width: 1024px){.dashboard-layout{display:grid;grid-template-columns:280px 1fr}.dashboard-layout__main{padding:2rem 0 3rem}.dashboard-header{display:flex}}.admin-sidebar{position:fixed;inset:0 auto 0 0;z-index:50;width:min(300px,84vw);padding:1.2rem;background:#fffffffa;border-right:1px solid var(--color-border);transform:translate(-102%);transition:transform .22s ease;overflow-y:auto}.admin-sidebar--open{transform:translate(0)}.admin-sidebar__brand{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.admin-sidebar__logo{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;color:#fff;font-weight:900;background:linear-gradient(135deg,#7c3aed,#4c1d95)}.admin-sidebar__brand small{color:var(--color-text-muted)}.admin-sidebar__nav,.admin-sidebar__utilities{display:grid;gap:.5rem}.admin-sidebar__nav a{display:flex;align-items:center;min-height:48px;padding:.85rem .95rem;border-radius:16px;color:var(--color-text-muted);font-weight:700}.admin-sidebar__nav a.active{background:var(--color-primary-tint);color:var(--color-primary-dark)}.admin-sidebar__utilities{margin-top:1rem}.admin-sidebar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;background:#0f172a2e}@media (min-width: 1100px){.admin-sidebar{transform:translate(0);width:280px}.admin-sidebar__backdrop{display:none}}.admin-header{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;margin-bottom:1rem}.admin-header h1{margin:0;font-size:clamp(1.8rem,3vw,2.8rem)}.admin-header p{margin:.4rem 0 0;color:var(--color-text-muted)}.admin-header__menu{display:inline-grid;gap:.28rem;padding:.85rem .8rem;border-radius:18px;background:#fff;border:1px solid rgba(109,40,217,.12)}.admin-header__menu span{width:20px;height:2px;border-radius:999px;background:var(--color-primary-dark)}.admin-header__user{display:none;gap:.25rem;padding:.9rem 1rem}.admin-header__user span{color:var(--color-text-muted)}@media (min-width: 900px){.admin-header{grid-template-columns:auto 1fr auto;align-items:center}.admin-header__user{display:grid}}@media (min-width: 1100px){.admin-header__menu{display:none}}.admin-layout{min-height:100vh;background:radial-gradient(circle at top,rgba(168,85,247,.14),transparent 28%),linear-gradient(180deg,#f9f7ff,#fff 52%,#f6f1ff)}.admin-layout__main{padding:1rem 0 2rem}.admin-layout__content{display:grid;gap:1rem}@media (min-width: 1100px){.admin-layout__main{margin-left:280px;padding:1.25rem 0 2.5rem}}.category-card{display:grid;align-content:center;gap:.2rem;min-height:70px;padding:.75rem .8rem;border-radius:22px;background:radial-gradient(circle at top right,rgba(167,139,250,.22),transparent 52%),linear-gradient(180deg,#fffffffa,#f5f3fffa);box-shadow:0 16px 28px -24px #5b21b629;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.category-card span{font-weight:800;font-size:.95rem;color:inherit}.category-card strong{color:var(--color-primary-dark);font-size:.95rem}.category-card:hover,.category-card:focus-visible{transform:translateY(-3px);border-color:#6d28d938;box-shadow:0 22px 36px -26px #5b21b63d}.category-card.category-card--view-all{display:grid;align-items:center;justify-content:center;background:radial-gradient(circle at top right,rgba(167,139,250,.18),transparent 54%),linear-gradient(180deg,#fffffffa,#f5f3fffa);border:1px dashed rgba(109,40,217,.28);box-shadow:0 16px 28px -26px #4c1d9547;color:var(--color-primary-dark);text-align:center}.category-card__view-all-kicker{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);opacity:1}.category-card__view-all-title{font-size:1rem;font-weight:900;line-height:1.1;color:var(--color-primary-dark)}.category-card.category-card--view-all span,.category-card.category-card--view-all strong{color:inherit}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}@media (min-width: 768px){.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.section-header h2{margin:.75rem 0 0;font-size:clamp(1.45rem,2vw,2.1rem)}.section-header p{margin:.5rem 0 0;color:var(--color-text-muted);line-height:1.6}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:.2rem .65rem;border-radius:999px;background:#5b21b6eb;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.02em}.rating-stars{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-text-muted);font-size:.9rem}.rating-stars__icons{color:#f59e0b;letter-spacing:.06em}.rating-stars--compact{font-size:.82rem}.business-card{overflow:hidden;display:flex;flex-direction:column;height:100%;cursor:pointer}.business-card__image-wrap{position:relative;overflow:hidden}.business-card__badge{position:absolute;top:.75rem;left:.75rem}.business-card__image-wrap img{width:100%;height:150px;object-fit:cover;transition:transform .35s ease}.business-card__image-wrap:after{content:"";position:absolute;inset:auto 0 0;height:58%;background:linear-gradient(180deg,#24104f00,#24104f24);pointer-events:none}.business-card__body{display:grid;gap:.65rem;padding:.8rem;flex:1;align-content:start}.business-card__location,.business-card__meta{display:flex;flex-wrap:wrap;gap:.45rem .55rem;color:var(--color-text-muted);font-size:.9rem}.business-card h3{margin:0;font-size:1rem}.business-card__title{display:block;min-width:0}.business-card__actions{margin-top:auto}.business-card:hover,.business-card:focus-visible{transform:translateY(-4px) scale(1.01);border-color:#6d28d93d;box-shadow:0 26px 46px -28px #4c1d9547}.business-card:hover .business-card__image-wrap img,.business-card:focus-visible .business-card__image-wrap img{transform:scale(1.035)}.business-card:focus-visible{outline:2px solid rgba(124,58,237,.35);outline-offset:2px}.business-card__meta span{padding:.3rem .55rem;border-radius:999px;background:var(--color-primary-tint);font-size:.72rem;font-weight:700}.business-card--spotlight .business-card__image-wrap img{height:220px}.business-card--spotlight .business-card__body{gap:.5rem}.business-card--spotlight .business-card__meta span:first-child{background:#5b21b61f}.business-card--top-pick .business-card__image-wrap img{height:160px}.business-card--top-pick .business-card__body{gap:.55rem;background:linear-gradient(180deg,#fffffffa,#faf6fffa)}.business-card--top-pick .business-card__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-card--top-pick .business-card__location{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.business-card--top-pick .business-card__meta{min-height:1.9rem;overflow:hidden}.business-card--top-pick .business-card__meta span{white-space:nowrap;background:#6d28d91a}.business-card--top-pick .button-secondary{width:100%;background:linear-gradient(135deg,#fff,#f6f0ff);border-color:#6d28d92e}.business-card--compact .business-card__image-wrap img{height:130px}@media (min-width: 768px){.business-card__image-wrap img{height:190px}.business-card--compact .business-card__image-wrap img{height:150px}.business-card--spotlight .business-card__image-wrap img{height:250px}.business-card--top-pick .business-card__image-wrap img{height:180px}.business-card__body{padding:1rem}.business-card h3{font-size:1.1rem}}@media (min-width: 1200px){.business-card__image-wrap img{height:210px}}.banner-ads-rail{display:grid;gap:1rem;padding:1rem}.banner-ads-rail__header h3{margin:.7rem 0 0}.banner-ads-rail__list{display:grid;gap:.85rem}.banner-ads-rail__card{padding:1rem;border-radius:20px;background:linear-gradient(135deg,#7c3aed1f,#fffffff2),#fffffff2}.banner-ads-rail__card strong,.banner-ads-rail__card p,.banner-ads-rail__card span{display:block}.banner-ads-rail__card p{margin:.45rem 0 .75rem;color:var(--color-text-muted);line-height:1.5}.banner-ads-rail__card span{color:var(--color-primary-dark);font-weight:800}.spotlight-carousel__controls{display:flex;gap:.5rem}.spotlight-carousel__controls button{width:44px;height:44px;border-radius:50%;color:var(--color-primary-dark);background:#fff;border:1px solid rgba(109,40,217,.12);font-size:1.4rem;line-height:1}.spotlight-carousel__viewport{overflow:hidden;padding-bottom:.35rem;scrollbar-width:none}.spotlight-carousel__layout{display:grid;gap:1rem}.spotlight-carousel__viewport::-webkit-scrollbar{display:none}.spotlight-carousel__track{display:flex;gap:1rem;width:max-content;padding-right:1rem}.spotlight-carousel__track--animated{animation-duration:22s;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform}.spotlight-carousel__track--left{animation-name:spotlight-carousel-scroll-left}.spotlight-carousel__track--right{animation-name:spotlight-carousel-scroll-right}.spotlight-carousel__viewport:hover .spotlight-carousel__track--animated,.spotlight-carousel__viewport:focus-within .spotlight-carousel__track--animated{animation-play-state:paused}.spotlight-carousel__slide{flex:0 0 min(84vw,340px)}@keyframes spotlight-carousel-scroll-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - .5rem))}}@keyframes spotlight-carousel-scroll-right{0%{transform:translate(calc(-50% - .5rem))}to{transform:translate(0)}}@media (prefers-reduced-motion: reduce){.spotlight-carousel__track--animated{animation:none}}@media (min-width: 768px){.spotlight-carousel__slide{flex-basis:360px}}@media (min-width: 1100px){.spotlight-carousel__layout--with-banner{grid-template-columns:minmax(0,1.4fr) minmax(280px,.7fr);align-items:start}}.tab-switcher{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem;padding:.35rem;background:linear-gradient(180deg,#f7f2fffa,#efe7fff0);border-radius:999px;border:1px solid rgba(109,40,217,.1);box-shadow:0 18px 34px -24px #5b21b633;isolation:isolate}.tab-switcher__indicator{position:absolute;top:.35rem;bottom:.35rem;left:.35rem;width:calc(50% - .275rem);border-radius:999px;background:linear-gradient(135deg,#8b5cf6,#6d28d9 55%,#4c1d95);box-shadow:0 16px 28px -18px #5b21b6bf;transition:transform .25s ease;z-index:0}.tab-switcher--service .tab-switcher__indicator{transform:translate(100%)}.tab-switcher__button{position:relative;z-index:1;min-height:44px;border-radius:999px;background:transparent;color:var(--color-text-muted);font-weight:800;transition:color .22s ease,transform .22s ease}.tab-switcher__button.active{color:#fff}.tab-switcher__button:hover{transform:translateY(-1px)}.tab-switcher__tooltip{position:absolute;left:50%;top:calc(100% + .8rem);transform:translate(-50%);width:min(240px,calc(100vw - 2rem));padding:.8rem .95rem;border-radius:18px;background:#24104ff5;color:#fff;font-size:.82rem;font-weight:700;line-height:1.45;text-align:center;box-shadow:0 20px 34px -24px #0f172a7a;animation:tab-switcher-tooltip-in .24s ease;z-index:2}.tab-switcher__tooltip:after{content:"";position:absolute;left:50%;bottom:calc(100% - 2px);width:14px;height:14px;background:inherit;transform:translate(-50%) rotate(45deg)}@keyframes tab-switcher-tooltip-in{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.top-picks-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}@media (min-width: 768px){.top-picks-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-page__switch-section{padding-bottom:0}.business-gallery{display:grid;gap:.8rem}.business-gallery__item{position:relative;padding:0;overflow:hidden;border-radius:22px;background:transparent}.business-gallery img{width:100%;min-height:220px;border-radius:22px;object-fit:cover;transition:transform .28s ease}.business-gallery__item:after{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(180deg,#02061700,#02061733);pointer-events:none}.business-gallery__expand{position:absolute;right:.8rem;bottom:.8rem;padding:.45rem .7rem;border-radius:999px;background:#ffffffe0;color:var(--color-primary-dark);font-size:.74rem;font-weight:800}.business-gallery__item:hover img,.business-gallery__item:focus-visible img{transform:scale(1.03)}.business-gallery__preview{display:grid;place-items:center}.business-gallery__preview img{width:100%;max-height:calc(100vh - 8rem);min-height:auto;border-radius:28px;object-fit:contain}@media (min-width: 768px){.business-gallery{grid-template-columns:1.3fr 1fr 1fr}.business-gallery img:first-child{min-height:100%}}.empty-state{padding:2rem 1.25rem;text-align:center}.empty-state h3{margin:0}.empty-state p{margin:.75rem 0 0;color:var(--color-text-muted)}.empty-state>:last-child:not(p){margin-top:1rem}.business-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}@media (min-width: 768px){.business-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1200px){.business-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.review-list{display:grid;gap:1rem}.review-list__item{padding:1rem}.review-list__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.review-list__top span{display:block;margin-top:.2rem;color:var(--color-text-muted);font-size:.88rem}.review-list__item p{margin:.85rem 0 0;color:var(--color-text-muted);line-height:1.6}.whatsapp-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.8rem 1rem;border-radius:999px;color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);font-weight:800}.whatsapp-button--full{width:100%}.business-detail-page__back{width:fit-content;display:inline-flex;align-items:center;gap:.55rem;min-height:46px;padding:.75rem 1rem;border-radius:999px;background:#fffffff0;border:1px solid var(--color-border);box-shadow:0 16px 28px -24px #5b21b638;font-weight:800}.business-detail-page__topbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.business-detail-page__home{min-height:46px}.business-detail-page__profile-image{width:72px;height:72px;padding:0;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.94);background:linear-gradient(135deg,#7c3aed24,#4c1d9533);box-shadow:0 18px 32px -22px #4c1d9552;flex-shrink:0}.business-detail-page__profile-image img,.business-detail-page__profile-placeholder{width:100%;height:100%;object-fit:cover}.business-detail-page__profile-image span,.business-detail-page__profile-placeholder span{display:grid;place-items:center;width:100%;height:100%;color:var(--color-primary-dark);font-size:1.2rem;font-weight:900}.business-detail-page__panel{display:grid;gap:1.2rem;padding:1.3rem}.business-detail-page__summary h1{margin:.85rem 0 .7rem;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em}.business-detail-page__summary p{margin:0;color:var(--color-text-muted);line-height:1.7}.business-detail-page__meta{display:grid;gap:1rem}.business-detail-page__meta div{display:grid;gap:.2rem;padding:1rem;border-radius:18px;background:var(--color-primary-tint)}.business-detail-page__meta strong{font-size:.85rem}.business-detail-page__actions{display:flex;flex-wrap:wrap;gap:.75rem}.business-detail-page__profile-preview{display:grid;place-items:center}.business-detail-page__profile-preview img,.business-detail-page__profile-placeholder{width:min(100%,360px);aspect-ratio:1;border-radius:32px;object-fit:cover}.business-detail-page__profile-placeholder{background:linear-gradient(135deg,#7c3aed24,#4c1d9533)}.business-detail-page__report-field{display:grid;gap:.6rem}.business-detail-page__report-field span{font-weight:700;color:var(--color-text-muted)}.business-detail-page__report-field textarea{width:100%;min-height:140px;padding:.95rem 1rem;border:1px solid var(--color-border);border-radius:18px;background:#fff;resize:vertical}.business-detail-page__review-form{display:grid;gap:1rem}.business-detail-page__rating-row{display:flex;flex-wrap:wrap;gap:.55rem}.business-detail-page__star{min-width:48px;min-height:48px;border-radius:16px;background:#6d28d914;color:#b8a8da;font-size:1.35rem}.business-detail-page__star--active{background:#f59e0b29;color:#f59e0b}.business-detail-page__auth-copy{margin:0;color:var(--color-text-muted);line-height:1.6}@media (min-width: 768px){.business-detail-page__profile-image{width:84px;height:84px}.business-detail-page__meta{grid-template-columns:repeat(3,minmax(0,1fr))}}.accordion-item{overflow:hidden;border-radius:22px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.accordion-item__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:64px;padding:1rem 1.05rem;font-size:1rem;font-weight:800;text-align:left;background:linear-gradient(180deg,#fffffff0,#faf6fff0)}.accordion-item__trigger strong{color:var(--color-primary-dark);font-size:1.4rem;line-height:1;transition:transform .22s ease}.accordion-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s ease}.accordion-item--open .accordion-item__content{grid-template-rows:1fr}.accordion-item--open{border-color:#6d28d933;box-shadow:0 24px 36px -30px #5b21b63d}.accordion-item--open .accordion-item__trigger strong{transform:rotate(180deg)}.accordion-item__inner{overflow:hidden;display:grid;gap:.7rem;padding:0 1.05rem 1rem}.accordion-item__link{display:inline-flex;align-items:center;min-height:46px;padding:.75rem .9rem;border-radius:16px;background:linear-gradient(180deg,#6d28d914,#6d28d90a);font-weight:700;transition:transform .2s ease,background .2s ease}.accordion-item__link:hover,.accordion-item__link:focus-visible{transform:translate(4px);background:linear-gradient(180deg,#6d28d91f,#6d28d90f)}.accordion{display:grid;gap:.8rem}.categories-page{width:100%}.categories-page .stack{gap:1.25rem}.custom-select{position:relative}.custom-select__trigger{width:100%;min-height:50px;padding:.9rem 3rem .9rem 1rem;border-radius:18px;border:1px solid rgba(109,40,217,.12);background:linear-gradient(180deg,#fff,#faf7ff);color:var(--color-text);box-shadow:inset 0 1px #ffffff8c,0 10px 22px -24px #5b21b642;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;text-align:left}.custom-select__trigger:focus-visible,.custom-select__trigger--open{outline:none;border-color:#6d28d961;box-shadow:0 0 0 4px #7c3aed1f,0 16px 30px -24px #5b21b657}.custom-select__trigger:disabled{opacity:.65;cursor:not-allowed}.custom-select__placeholder{color:#6d6290d1}.custom-select__value,.custom-select__placeholder{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select__arrow{position:absolute;top:50%;right:1.15rem;width:10px;height:10px;border-right:2px solid rgba(109,40,217,.82);border-bottom:2px solid rgba(109,40,217,.82);transform:translateY(-60%) rotate(45deg);transition:transform .18s ease}.custom-select__trigger--open .custom-select__arrow{transform:translateY(-25%) rotate(-135deg)}.custom-select__menu{position:absolute;top:calc(100% + .45rem);left:0;right:0;z-index:30;padding:.45rem;border-radius:20px;max-height:min(22rem,calc(100vh - 7rem));overflow:hidden}.custom-select__list{display:grid;gap:.3rem;margin:0;padding:0;list-style:none;max-height:min(21rem,calc(100vh - 8rem));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.custom-select__option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:44px;padding:.8rem .9rem;border-radius:14px;background:transparent;color:var(--color-text);text-align:left}.custom-select__option--highlighted{background:#6d28d914}.custom-select__option--selected{background:linear-gradient(180deg,#f7f2fffa,#efe7ffeb);color:var(--color-primary-dark);font-weight:700}.custom-select__check{color:var(--color-primary-dark);font-weight:800}.location-selector{display:grid;gap:1rem}.location-selector label{display:grid;gap:.45rem}.location-selector__manual{grid-column:1 / -1}.filter-page__layout{display:grid;gap:1rem}.filter-page__panel{padding:1rem}.filter-page__grid{display:grid;gap:.9rem}.filter-page__location{grid-column:1 / -1}.filter-page__grid label{display:grid;gap:.45rem;color:var(--color-text-muted)}.filter-page__grid input,.filter-page__grid select{min-height:50px;padding:.85rem .95rem;border-radius:16px;border:1px solid rgba(109,40,217,.12);background:#fff}.filter-page__sort{display:grid;gap:.4rem;min-width:min(100%,220px)}@media (min-width: 1024px){.filter-page__layout{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);align-items:start}}.category-filter-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;pointer-events:none}.category-filter-panel__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a2e;opacity:0;transition:opacity .22s ease}.category-filter-panel__backdrop--open{opacity:1;pointer-events:auto}.category-filter-panel__sheet{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-rows:auto 1fr auto;max-height:min(88vh,760px);padding:1rem;border-radius:28px 28px 0 0;transform:translateY(102%);transition:transform .22s ease}.category-filter-panel__sheet--open{transform:translateY(0);pointer-events:auto}.category-filter-panel__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.85rem}.category-filter-panel__head strong{display:block;font-size:1.15rem}.category-filter-panel__head span{color:var(--color-text-muted);font-size:.9rem}.category-filter-panel__close{width:42px;height:42px;border-radius:50%;background:#6d28d914;font-size:1.7rem;line-height:1}.category-filter-panel__body{overflow-y:auto;display:grid;gap:.95rem;padding-bottom:1rem}.category-filter-panel__body label{display:grid;gap:.45rem}.category-filter-panel__body span{color:var(--color-text-muted);font-weight:700}.category-filter-panel__body select{min-height:50px;padding:.85rem .95rem;border-radius:16px;border:1px solid rgba(109,40,217,.12);background:#fff}.category-filter-panel__footer{position:sticky;bottom:0;display:grid;gap:.65rem;padding-top:.8rem;background:#fff}.category-filter-panel__footer small{color:var(--color-text-muted);text-align:center}@media (min-width: 1024px){.category-filter-panel__sheet{top:0;bottom:0;left:auto;width:min(400px,100vw);max-height:none;border-radius:28px 0 0 28px;transform:translate(102%)}.category-filter-panel__sheet--open{transform:translate(0)}}.typed-category-page__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.typed-category-page__controls{display:flex;align-items:end;gap:.85rem;flex-wrap:wrap;width:100%}.typed-category-page__sort{display:grid;gap:.4rem;min-width:min(100%,220px);flex:1 1 220px}.typed-category-page__filter-button{display:inline-flex;align-items:center;gap:.55rem;min-height:46px;padding:.75rem .95rem;border-radius:18px;background:#fff;border:1px solid rgba(109,40,217,.12);font-weight:800}.typed-category-page__filter-icon{font-size:1.1rem;line-height:1}.typed-category-page__filter-button strong{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .35rem;border-radius:999px;background:#5b21b6eb;color:#fff;font-size:.72rem}@media (max-width: 767px){.typed-category-page__controls{display:grid;width:100%}.typed-category-page__filter-button{width:100%}}.business-form{display:grid;gap:1rem;padding:1.2rem;overflow:hidden}.business-form__grid{display:grid;gap:.9rem}.business-form__modes{margin:0;padding:0;border:none;min-width:0}.business-form__modes legend{margin-bottom:.65rem;color:var(--color-text-muted);font-weight:700}.business-form__mode-options{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.business-form__mode-option{display:flex;align-items:center;gap:.65rem;min-height:52px;padding:.85rem .95rem;border:1px solid rgba(109,40,217,.12);border-radius:18px;background:#fff;color:var(--color-text)}.business-form__mode-option input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;min-height:20px;margin:0;padding:0;border-radius:6px;border:1px solid rgba(109,40,217,.18);background:#fff;box-shadow:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.business-form__mode-option input:checked{border-color:#6d28d95c;background:radial-gradient(circle at center,#ffffff 0 28%,transparent 29%),linear-gradient(135deg,#8b5cf6,#6d28d9 52%,#4c1d95);box-shadow:0 0 0 4px #7c3aed14}.business-form__block,.business-form__grid label{display:grid;gap:.45rem;color:var(--color-text-muted)}.business-form__location{display:grid;gap:.55rem;grid-column:1 / -1}.business-form__error{margin:0;color:#dc2626;font-size:.92rem}.business-form__block small,.business-form__helper{margin:0;color:var(--color-text-muted);line-height:1.6}.business-form__socials{display:grid;gap:.9rem}.business-form__socials .section-heading{margin-bottom:0;align-items:center}.business-form__social-list{display:grid;gap:.85rem}.business-form__social-row{display:grid;gap:.85rem;padding:.9rem;border-radius:20px;background:var(--color-primary-tint)}.business-form__social-row label{display:grid;gap:.45rem}.business-form__remove-social{width:100%}@media (min-width: 768px){.business-form{padding:1.8rem}.business-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-form__mode-options{grid-template-columns:repeat(4,minmax(0,1fr))}.business-form__social-row{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr) auto;align-items:end}.business-form__remove-social{width:auto}}.cta-section__panel{display:grid;gap:1rem;padding:1.4rem;background:linear-gradient(135deg,#7c3aed1a,#fffffff5),#fffffff2}.cta-section__panel h2{margin:.9rem 0 .6rem}.cta-section__panel p{margin:0;color:var(--color-text-muted);line-height:1.7}@media (min-width: 768px){.cta-section__panel{grid-template-columns:1fr auto;align-items:center;padding:2rem}}.list-your-business-page__layout{display:grid;gap:1rem}.list-your-business-page__aside{padding:1.3rem}.list-your-business-page__aside h3{margin-top:0}.list-your-business-page__aside ul{margin:0;padding-left:1.15rem;color:var(--color-text-muted);line-height:1.8}@media (min-width: 1000px){.list-your-business-page__layout{grid-template-columns:.75fr 1.25fr;align-items:start}.list-your-business-page__layout .page-header,.list-your-business-page__layout .list-your-business-page__aside{grid-column:1}.list-your-business-page__layout .business-form{grid-column:2;grid-row:1 / span 2}}.auth-form{display:grid;gap:1rem;padding:1.4rem}.auth-form__header h1{margin:0;font-size:clamp(1.7rem,4vw,2.6rem);letter-spacing:-.04em}.auth-form__header p{margin:.55rem 0 0;color:var(--color-text-muted)}.auth-form__fields{display:grid;gap:.85rem}.auth-form__extra{display:grid;gap:.75rem}.auth-form__submit{width:100%}.auth-form__footer{margin:0;color:var(--color-text-muted)}.auth-form__footer a{color:var(--color-primary-dark);font-weight:800}.signup-page__error{margin:0;color:#dc2626;font-weight:700}.login-page__extras{display:flex;align-items:center;justify-content:space-between;gap:1rem}.login-page__remember{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-text-muted)}.login-page__forgot{padding:0;color:var(--color-primary-dark);background:transparent;font-weight:800}.welcome-card{display:grid;gap:.7rem;padding:1.25rem;background:linear-gradient(145deg,#7c3aed1f,#fffffffa),#fffffff5}.welcome-card h2{margin:0;font-size:clamp(1.8rem,3vw,2.6rem)}.welcome-card p{margin:0;color:var(--color-text-muted)}.quick-action-card{display:grid;gap:.4rem;padding:1rem;min-height:124px}.quick-action-card strong{font-size:1rem}.quick-action-card span{color:var(--color-text-muted);line-height:1.5}.stats-card{display:grid;gap:.35rem;padding:1rem;min-height:124px}.stats-card strong{font-size:clamp(1.5rem,3vw,2.1rem)}.stats-card span{color:var(--color-text-muted)}.status-badge{display:inline-flex;align-items:center;padding:.38rem .68rem;border-radius:999px;font-size:.78rem;font-weight:800;background:var(--color-primary-tint);color:var(--color-primary-dark)}.status-badge--active{background:#16a34a1f;color:var(--color-success)}.status-badge--expiring-soon{background:#f59e0b24;color:var(--color-warning)}.status-badge--expired{background:#ef44441f;color:#dc2626}.status-badge--not-active{background:#6d28d91a;color:var(--color-primary-dark)}.status-badge--not-listed{background:#6b72801f;color:#4b5563}.status-badge--pending,.status-badge--draft{background:#f59e0b24;color:var(--color-warning)}.status-badge--approved{background:#16a34a1f;color:var(--color-success)}.status-badge--rejected,.status-badge--banned{background:#ef44441f;color:#dc2626}.status-badge--hidden,.status-badge--inactive{background:#6b72801f;color:#4b5563}.countdown-timer{display:inline-flex;align-items:center;padding:.38rem .68rem;border-radius:999px;background:#6d28d914;color:var(--color-primary-dark);font-size:.8rem;font-weight:800}.dashboard-business-card{overflow:hidden}.dashboard-business-card img{width:100%;height:180px;object-fit:cover}.dashboard-business-card__body{display:grid;gap:.75rem;padding:1rem}.dashboard-business-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.dashboard-business-card__top h3{margin:0;font-size:1.05rem}.dashboard-business-card__location,.dashboard-business-card__meta{display:flex;flex-wrap:wrap;gap:.4rem .9rem;color:var(--color-text-muted);font-size:.9rem}.dashboard-business-card__message{color:var(--color-text-muted);font-size:.88rem}.dashboard-business-card__edits{display:grid;gap:.18rem;padding:.8rem .9rem;border-radius:18px;background:var(--color-primary-tint)}.dashboard-business-card__edits strong{font-size:.92rem}.dashboard-business-card__edits span{color:var(--color-text-muted);font-size:.84rem}.dashboard-business-card__status,.dashboard-business-card__actions{display:flex;flex-wrap:wrap;gap:.6rem}.dashboard-business-card__actions a,.dashboard-business-card__actions button{flex:1 1 150px}.dashboard-business-card__subaction{min-height:42px;padding:.72rem 1rem;background:linear-gradient(180deg,#f7f2fff5,#efe7ffe6);border-color:#6d28d924;box-shadow:none}.business-list{display:grid;gap:1rem}@media (min-width: 900px){.business-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard-page__section{gap:.8rem}.dashboard-page__quick-actions,.dashboard-page__stats{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 1180px){.dashboard-page__quick-actions,.dashboard-page__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.payment-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}.payment-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#24104f5c}.payment-modal__panel{position:absolute;right:0;top:0;bottom:0;width:min(100%,460px);border-radius:28px 0 0 28px;padding:1.2rem;overflow-y:auto;background:#fffffffa}.payment-modal__close{display:inline-flex;margin-left:auto;padding:.6rem .8rem;border-radius:999px;background:var(--color-primary-tint);color:var(--color-primary-dark);font-weight:700}.payment-modal__content{display:grid;gap:1rem;margin-top:1rem}.payment-modal__content h2,.payment-modal__content p{margin:0}.payment-modal__content p{color:var(--color-text-muted);line-height:1.6}.payment-modal__rows{display:grid;gap:.7rem}.payment-modal__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:18px;background:var(--color-primary-tint)}.listing-plan-card{display:grid;gap:.75rem;padding:1rem}.listing-plan-card h3,.listing-plan-card p,.listing-plan-card strong{margin:0}.listing-plan-card strong{font-size:2rem}.listing-plan-card p{color:var(--color-text-muted)}.listing-plan-card--selected{border-color:#6d28d94d;box-shadow:0 20px 36px -26px #5b21b673}.plan-selector{display:grid;gap:1rem}@media (min-width: 768px){.plan-selector{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard-business-new-page__plans{gap:.8rem}.dashboard-business-management-page__panel{display:grid;gap:1rem;padding:1.25rem}.dashboard-business-management-page__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dashboard-business-management-page__head h2,.dashboard-business-management-page__description{margin:0}.dashboard-business-management-page__badges,.dashboard-business-management-page__links,.dashboard-business-management-page__actions{display:flex;flex-wrap:wrap;gap:.65rem}.dashboard-business-management-page__meta{display:grid;gap:.9rem}.dashboard-business-management-page__meta div{display:grid;gap:.2rem;padding:.95rem;border-radius:18px;background:var(--color-primary-tint)}.dashboard-business-management-page__meta span,.dashboard-business-management-page__description{color:var(--color-text-muted);line-height:1.6}.dashboard-business-management-page__notice{margin:0;padding:.9rem 1rem;border-radius:16px;background:#6d28d914;color:var(--color-primary-dark);font-weight:700}.dashboard-business-management-page__notice--edits{background:var(--color-primary-tint)}.dashboard-business-management-page__subaction{min-height:42px;padding:.72rem 1rem}@media (min-width: 768px){.dashboard-business-management-page__meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1180px){.dashboard-business-management-page__meta{grid-template-columns:repeat(3,minmax(0,1fr))}}.spotlight-card{overflow:hidden}.spotlight-card img{width:100%;height:220px;object-fit:cover}.spotlight-card__body{display:grid;gap:.75rem;padding:1rem}.spotlight-card__top,.spotlight-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.spotlight-card__top h3,.spotlight-card__body p{margin:0}.spotlight-card__body p,.spotlight-card__meta{color:var(--color-text-muted)}.dashboard-subscriptions-page__tabs{display:flex;flex-wrap:wrap;gap:.75rem}.dashboard-subscriptions-page__tab{min-height:54px;padding:.9rem 1.35rem;border-radius:999px;background:linear-gradient(180deg,#fffffffa,#f8f4fff5);border:1px solid rgba(109,40,217,.12);color:var(--color-text-muted);font-weight:800;box-shadow:0 18px 30px -28px #5b21b657}.dashboard-subscriptions-page__tab.active{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6d28d9 52%,#4c1d95)}.dashboard-subscriptions-page__tab:disabled{opacity:.55;cursor:not-allowed}.dashboard-subscriptions-page__table,.dashboard-subscriptions-page__drafts{display:grid;gap:.85rem}.dashboard-subscriptions-page__row,.dashboard-subscriptions-page__draft,.dashboard-subscriptions-page__coming-soon{display:grid;gap:.8rem;padding:1rem}.dashboard-subscriptions-page__row strong,.dashboard-subscriptions-page__draft strong{display:block}.dashboard-subscriptions-page__row span,.dashboard-subscriptions-page__draft p,.dashboard-subscriptions-page__coming-soon p{margin:.2rem 0 0;color:var(--color-text-muted)}.dashboard-subscriptions-page__select{display:grid;gap:.45rem;color:var(--color-text-muted)}.dashboard-subscriptions-page__cta-row{display:grid;gap:1rem}.dashboard-subscriptions-page__subaction{min-height:42px;padding:.72rem 1rem;background:linear-gradient(180deg,#f7f2fffa,#efe7ffeb);border-color:#6d28d926;box-shadow:none}.dashboard-subscriptions-page__tabs--sub{gap:.55rem;padding:.35rem;border-radius:999px;background:#6d28d90f}.dashboard-subscriptions-page__tabs--sub .dashboard-subscriptions-page__tab{min-height:42px;padding:.65rem .95rem;background:transparent;box-shadow:none;font-size:.92rem}.dashboard-subscriptions-page__tabs--sub .dashboard-subscriptions-page__tab.active{color:var(--color-primary-dark);background:#fffffff5;border-color:#6d28d92e}@media (min-width: 960px){.dashboard-subscriptions-page__row{grid-template-columns:minmax(0,1.2fr) auto auto auto auto;align-items:center}.dashboard-subscriptions-page__draft{grid-template-columns:1fr auto;align-items:center}.dashboard-subscriptions-page__cta-row{grid-template-columns:1fr auto;align-items:end}}.image-upgrade-card{display:grid;gap:1rem;padding:1rem}.image-upgrade-card__head{display:grid;gap:1rem}.image-upgrade-card h3,.image-upgrade-card p,.image-upgrade-card strong{margin:0}.image-upgrade-card p{margin-top:.45rem;color:var(--color-text-muted)}.image-upgrade-card__controls{display:grid;gap:1rem}.image-upgrade-card__summary{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.image-upgrade-card__summary div,.image-upgrade-card__controls label{display:grid;gap:.45rem}.image-upgrade-card__summary div{padding:.95rem;border-radius:18px;background:var(--color-primary-tint)}.image-upgrade-card__summary span,.image-upgrade-card__controls label{color:var(--color-text-muted)}.image-upgrade-card__total{padding:1rem;border-radius:18px;background:var(--color-primary-tint)}.image-upgrade-card__total span{display:block;margin-top:.3rem;color:var(--color-text-muted)}@media (min-width: 768px){.image-upgrade-card__head,.image-upgrade-card__controls{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start}}.dashboard-images-page__select{display:grid;gap:.45rem;color:var(--color-text-muted)}.dashboard-images-page__select select{min-height:50px;padding:.85rem .95rem;border-radius:16px;border:1px solid rgba(109,40,217,.12);background:#fff}.dashboard-images-page__button{width:fit-content}.filter-bar{display:grid;gap:.8rem;padding:1rem}.filter-bar input,.filter-bar select{width:100%;min-height:48px;padding:.8rem .95rem;border-radius:16px;border:1px solid var(--color-border);background:#fff}.filter-bar label{display:grid;gap:.35rem}.filter-bar span{color:var(--color-text-muted);font-size:.86rem;font-weight:700}@media (min-width: 900px){.filter-bar{grid-template-columns:minmax(220px,1.2fr) repeat(2,minmax(160px,.6fr));align-items:end}}.table{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fffffff0}.table table{width:100%;min-width:760px;border-collapse:collapse}.table th,.table td{padding:.95rem 1rem;text-align:left;border-bottom:1px solid rgba(109,40,217,.08);vertical-align:top}.table th{color:var(--color-text-muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.table tr:last-child td{border-bottom:none}.user-table__actions{display:flex;flex-wrap:wrap;gap:.6rem}.admin-users-page__details p{margin:0 0 .65rem}.tabs{display:flex;flex-wrap:wrap;gap:.55rem}.tabs__button{min-height:44px;padding:.75rem 1rem;border-radius:999px;color:var(--color-text-muted);background:#6d28d914;font-weight:800}.tabs__button.active{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21b6)}.admin-businesses-page{width:100%}.approval-panel{display:grid;gap:1rem;padding:1rem}.approval-panel p{margin-bottom:0;color:var(--color-text-muted)}.approval-panel__actions{display:flex;flex-wrap:wrap;gap:.75rem}.business-card-admin{overflow:hidden}.business-card-admin img{width:100%;height:220px;object-fit:cover}.business-card-admin__body{display:grid;gap:.8rem;padding:1rem}.business-card-admin__head{display:flex;justify-content:space-between;gap:1rem}.business-card-admin__head h3,.business-card-admin__head p{margin:0}.business-card-admin__head p,.business-card-admin__meta{color:var(--color-text-muted)}.business-card-admin__meta{display:flex;flex-wrap:wrap;gap:.6rem 1rem}.admin-business-detail-page__back{width:fit-content}.admin-business-detail-page__grid{display:grid;gap:1rem}.admin-business-detail-page__panel{padding:1rem}.admin-business-detail-page__meta{display:grid;gap:.55rem}.admin-business-detail-page__meta p,.admin-business-detail-page__links a{margin:0}.admin-business-detail-page__images{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-business-detail-page__images img{width:100%;height:120px;object-fit:cover;border-radius:16px}.admin-business-detail-page__links{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.admin-business-detail-page__actions{display:flex;flex-wrap:wrap;gap:.75rem}@media (min-width: 980px){.admin-business-detail-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.category-manager{display:grid;gap:1rem}.category-manager__create,.category-manager__group{padding:1rem}.category-manager__create-form{display:grid;gap:.9rem}.category-manager__create-form label{display:grid;gap:.45rem}.category-manager__create-form input,.category-manager__create-form select{min-height:48px;padding:.8rem .95rem;border-radius:16px;border:1px solid var(--color-border)}.category-manager__list{display:grid;gap:.85rem;margin-top:1rem}.category-manager__item{padding:1rem;border-radius:20px;background:var(--color-primary-tint)}.category-manager__row,.category-manager__subcategory{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.category-manager__subcategories{display:grid;gap:.55rem;margin-top:.8rem}.category-manager__subcategory{padding:.75rem .9rem;border-radius:16px;background:#fff}.category-manager__buttons{display:flex;flex-wrap:wrap;gap:.45rem}.category-manager__buttons button{padding:.4rem .65rem;border-radius:999px;background:#6d28d914;color:var(--color-primary-dark);font-weight:700}.category-manager__modal-field{display:grid;gap:.4rem}.category-manager__modal-field input{min-height:48px;padding:.8rem .95rem;border-radius:16px;border:1px solid var(--color-border)}@media (min-width: 768px){.category-manager__create-form{grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr) auto;align-items:end}}.admin-categories-page{width:100%}.admin-subscriptions-page__actions,.admin-spotlight-page__actions{display:flex;flex-wrap:wrap;gap:.55rem}.admin-spotlight-page{width:100%}.admin-reports-page__empty{padding:1rem}.admin-reports-page__detail{display:grid;gap:.85rem}.admin-reports-page__detail p{margin:0}.admin-reports-page__message{display:grid;gap:.45rem;padding:1rem;border-radius:18px;background:var(--color-primary-tint)}.admin-reports-page__message p{color:var(--color-text-muted);line-height:1.65}.admin-reviews-page__empty{padding:1rem}.admin-analytics-page__stats{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-analytics-page__lists{display:grid;gap:1rem}.admin-analytics-page__panel{padding:1rem}.admin-analytics-page__panel h3{margin-top:0}.admin-analytics-page__rankings{display:grid;gap:.85rem}.admin-analytics-page__rankings div{display:grid;gap:.2rem}.admin-analytics-page__rankings span{color:var(--color-text-muted)}@media (min-width: 980px){.admin-analytics-page__lists{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-settings-page__grid{display:grid;gap:1rem}.admin-settings-page__card{padding:1rem}.admin-settings-page__card p{color:var(--color-text-muted)}@media (min-width: 980px){.admin-settings-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-page__stats{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-page__quick-actions{display:flex;flex-wrap:wrap;gap:.8rem;padding:1rem}@media (min-width: 1200px){.admin-page__stats{grid-template-columns:repeat(4,minmax(0,1fr))}}:root{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#24104f;background:radial-gradient(circle at top,rgba(168,85,247,.16),transparent 28%),linear-gradient(180deg,#f9f7ff,#fff 52%,#f6f1ff);--color-primary: #6d28d9;--color-primary-dark: #4c1d95;--color-primary-soft: #efe7ff;--color-primary-tint: #f7f2ff;--color-text: #24104f;--color-text-muted: #6d6290;--color-surface: #ffffff;--color-surface-alt: #f8f5ff;--color-border: rgba(109, 40, 217, .14);--color-shadow: rgba(76, 29, 149, .13);--color-glow: rgba(124, 58, 237, .18);--color-success: #16a34a;--color-warning: #f59e0b;--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--container-width: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--color-text);overflow-x:hidden}body.modal-open{overflow:hidden}body,button,input,select,textarea{font:inherit}input,select,textarea{width:100%;min-height:50px;padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(109,40,217,.12);background:linear-gradient(180deg,#fff,#faf7ff);color:var(--color-text);box-shadow:inset 0 1px #ffffff8c,0 10px 22px -24px #5b21b642;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:3rem;background-image:linear-gradient(45deg,transparent 50%,rgba(109,40,217,.78) 50%),linear-gradient(135deg,rgba(109,40,217,.78) 50%,transparent 50%),linear-gradient(180deg,#fff,#faf7ff);background-position:calc(100% - 1.2rem) calc(50% - 2px),calc(100% - .9rem) calc(50% - 2px),0 0;background-size:9px 9px,9px 9px,100% 100%;background-repeat:no-repeat}input[type=file]{padding:.6rem .75rem}input[type=file]::file-selector-button{margin-right:.85rem;min-height:40px;padding:.7rem 1rem;border:none;border-radius:999px;color:#fff;background:linear-gradient(135deg,#8b5cf6,#6d28d9 52%,#4c1d95);font-weight:700;cursor:pointer}textarea{min-height:140px;resize:vertical}input::placeholder,textarea::placeholder{color:#6d6290d1}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-text);-webkit-box-shadow:0 0 0 1000px rgba(250,247,255,1) inset;transition:background-color 9999s ease-in-out 0s}input:focus,select:focus,textarea:focus{outline:none;border-color:#6d28d961;box-shadow:0 0 0 4px #7c3aed1f,0 16px 30px -24px #5b21b657}input:disabled,select:disabled,textarea:disabled{opacity:.65;cursor:not-allowed;background:linear-gradient(180deg,#f4f1fa,#eeeaf5)}label{display:grid;gap:.45rem;color:var(--color-text-muted)}.form-error,.signup-page__error{margin:0;color:#dc2626;font-weight:700}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none}img{display:block;max-width:100%}#root{min-height:100vh;overflow-x:hidden}.page-shell{width:min(100% - 1.5rem,var(--container-width));margin:0 auto}.section-block{padding:2rem 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-heading h2,.section-heading h3{margin:0;font-size:clamp(1.4rem,2vw,2rem)}.section-heading p{margin:.45rem 0 0;color:var(--color-text-muted)}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary-dark);font-size:.85rem;font-weight:700}.card-surface{background:#fffffff0;border:1px solid var(--color-border);box-shadow:0 18px 40px -28px var(--color-shadow);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.button-primary,.button-secondary,.button-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.82rem 1.2rem;border-radius:999px;font-weight:700;letter-spacing:-.01em;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.button-primary{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6d28d9 52%,#4c1d95);box-shadow:0 18px 30px -18px #5b21b6d1}.button-secondary{color:var(--color-primary-dark);background:linear-gradient(180deg,#fff,#faf7ff);border:1px solid var(--color-border);box-shadow:0 14px 26px -24px #5b21b642}.button-ghost{color:var(--color-primary-dark);background:linear-gradient(180deg,#f7f2fff2,#efe7fff2)}.button-primary:hover,.button-secondary:hover,.button-ghost:hover{transform:translateY(-2px);box-shadow:0 18px 34px -22px #5b21b661}.button-primary:active,.button-secondary:active,.button-ghost:active{transform:translateY(0) scale(.985)}.page-header{padding:2rem 0 1rem}.page-header h1{margin:0;font-size:clamp(2rem,4vw,3.4rem)}.page-header p{max-width:680px;margin:.8rem 0 0;color:var(--color-text-muted);line-height:1.6}.stack{display:grid;gap:1rem}@media (min-width: 768px){.section-block{padding:3.5rem 0}.page-shell{width:min(100% - 2rem,var(--container-width))}}
