:root {
  --brand: #6d36f3;
  --brand-dark: #4c20c8;
  --coral: #ff4f91;
  --aqua: #21d4c2;
  --ink: #21133f;
  --paper: #f8f7fd;
  --line: #e7e2f5;
  --muted: #716986;
}

html { scroll-behavior: smooth; }
body { background: radial-gradient(circle at 10% 5%, #f3efff 0, transparent 25%), var(--paper); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); border-bottom-color: rgba(226,219,244,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.18rem; letter-spacing: -.025em; }
.brand-logo { width: 36px; height: 36px; display: block; }
.button { background: linear-gradient(135deg,var(--coral),var(--brand)); box-shadow: 0 10px 24px rgba(91,43,242,.2); }
.button:hover { background: linear-gradient(135deg,#ef377c,var(--brand-dark)); transform: translateY(-1px); }
.button.secondary { background: #eee9ff; color: #5527d9; box-shadow: none; }
.eyebrow { color: var(--brand); }
.dashboard-site-link { color: #fff!important; background: linear-gradient(135deg,var(--coral),var(--brand))!important; }
.metrics>.metric-card { display:block; padding:18px; border:1px solid var(--line); border-radius:14px; background:#fff; color:var(--ink); }
.metrics>.metric-link { position:relative; overflow:hidden; transition:transform .18s,box-shadow .18s,border-color .18s; }
.metrics>.metric-link::after { content:""; position:absolute; width:70px; height:70px; right:-28px; top:-28px; border-radius:50%; background:linear-gradient(135deg,rgba(255,79,145,.15),rgba(109,54,243,.18)); }
.metrics>.metric-link:hover { transform:translateY(-3px); border-color:#d5c9f7; box-shadow:0 14px 30px rgba(67,37,132,.12); text-decoration:none; }
.metrics>.metric-link i { display:block; margin-top:8px; color:var(--brand); font-size:.7rem; font-style:normal; font-weight:800; }

.marketplace-hero {
  position: relative;
  min-height: 560px;
  margin: 12px 0 34px;
  padding: clamp(34px,6vw,72px);
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  background-color: #140b2d;
  background-image: linear-gradient(135deg,#140b2d 0%,#25104a 52%,#4c20c8 100%);
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 70px rgba(34,14,80,.25);
}
.marketplace-hero::before { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(145deg,rgba(255,255,255,.08),transparent 35%); border:1px solid rgba(255,255,255,.12); border-radius:inherit; }
.hero-copy { position: relative; z-index: 2; width: min(600px,58%); color: #fff; }
.hero-badge { display: inline-flex; align-items:center; gap:9px; max-width:100%; padding:8px 12px; border:1px solid rgba(255,255,255,.18); border-radius:999px; background:rgba(255,255,255,.08); color:#e7ddff; font-size:.82rem; font-weight:650; line-height:1.35; backdrop-filter:blur(10px); }
.hero-badge i { width:7px; height:7px; border-radius:50%; background:var(--aqua); box-shadow:0 0 14px var(--aqua); }
.hero-badge strong { color:#fff; font-weight:850; }
.hero-copy h1 { margin:18px 0 16px; max-width:580px; font-size:clamp(2.45rem,5.2vw,4.6rem); line-height:.98; letter-spacing:-.055em; }
.hero-copy h1 span { color:#fff; background:linear-gradient(100deg,#ff7cac,#b99bff 52%,#6ef2e4); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.hero-copy>p { max-width:550px; margin:0 0 23px; color:#cbc1df; font-size:1.05rem; }
.hero-search { display:flex; align-items:center; gap:10px; max-width:570px; padding:7px 7px 7px 17px; border:1px solid rgba(255,255,255,.2); border-radius:16px; background:rgba(255,255,255,.96); box-shadow:0 16px 36px rgba(0,0,0,.24); }
.hero-search>span { color:#725a99; font-size:1.4rem; }
.hero-search input { flex:1; min-width:0; border:0; outline:0; padding:11px 4px; color:#26173f; background:transparent; font:inherit; }
.hero-search button { min-height:45px; padding:0 22px; border:0; border-radius:11px; color:#fff; background:linear-gradient(135deg,var(--coral),var(--brand)); font:inherit; font-weight:800; cursor:pointer; }
.hero-actions { display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:20px; }
.hero-primary { display:inline-flex; gap:12px; align-items:center; color:#fff; font-weight:800; }
.hero-primary span { display:grid; place-items:center; width:28px; height:28px; border-radius:50%; background:rgba(255,255,255,.12); }
.hero-secondary { color:#cfc3e8; font-weight:700; font-size:.92rem; text-decoration:underline; text-underline-offset:4px; }
.hero-ai-button { display:inline-flex; align-items:center; justify-content:center; min-height:44px; max-width:330px; padding:10px 15px; border:1px solid rgba(255,255,255,.35); border-radius:12px; color:#fff; background:linear-gradient(135deg,#ff4d8d,#6a32fa); font-size:.84rem; font-weight:850; line-height:1.25; text-align:center; box-shadow:0 12px 28px rgba(81,36,161,.32); }
.hero-ai-button:hover { color:#fff; text-decoration:none; filter:brightness(1.06); }
.hero-proof { display:flex; gap:15px; flex-wrap:wrap; margin-top:28px; color:#a99cc6; font-size:.78rem; }
.hero-glow { position:absolute; z-index:1; width:280px; height:280px; right:18%; bottom:-180px; border-radius:50%; background:var(--aqua); opacity:.12; filter:blur(70px); }

.category-section { padding:28px; border:1px solid var(--line); border-radius:24px; background:rgba(255,255,255,.88); box-shadow:0 20px 55px rgba(68,40,126,.07); }
.category-section .section-heading { margin:0 0 20px; }
.category-section h2,.marketplace-heading h2 { margin:0; font-size:clamp(1.45rem,3vw,2rem); letter-spacing:-.035em; }
.section-link { font-weight:800; }
.category-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; }
.category-menu-item { position:relative; z-index:1; }
.category-menu-item::after { content:""; position:absolute; top:100%; left:0; width:min(390px,calc(92vw - 36px)); height:12px; }
.category-menu-item:hover,.category-menu-item:focus-within { z-index:8; }
.category-card { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:11px; min-height:82px; padding:14px; border:1px solid #ece8f8; border-radius:16px; background:linear-gradient(145deg,#fff,#fbfaff); color:#30204f; font-weight:750; transition:transform .2s,box-shadow .2s,border-color .2s; }
.category-card:hover { transform:translateY(-3px); border-color:#d9cff8; box-shadow:0 14px 28px rgba(83,48,182,.11); text-decoration:none; }
.category-card b { color:#a091bd; font-size:1.2rem; }
.category-icon { display:grid; place-items:center; width:42px; height:42px; border-radius:13px; color:var(--brand); background:linear-gradient(145deg,#f3efff,#e9e1ff); font-size:1.25rem; }
.category-card strong,.category-card small { display:block; }
.category-card small { margin-top:4px; color:#887ba0; font-size:.68rem; font-weight:650; }
.category-submenu { position:absolute; z-index:20; top:calc(100% + 8px); left:0; display:none; width:min(390px,calc(92vw - 36px)); padding:16px; border:1px solid #ddd3f6; border-radius:16px; background:rgba(255,255,255,.98); box-shadow:0 22px 44px rgba(49,25,106,.2); }
.category-menu-item:hover .category-submenu,.category-menu-item:focus-within .category-submenu { display:block; animation:category-menu-enter .16s ease-out both; }
.category-submenu-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:0 2px 10px; border-bottom:1px solid #ece8f8; color:#281744; font-size:.84rem; }
.category-submenu-heading a { color:var(--brand); font-size:.73rem; font-weight:800; white-space:nowrap; }
.category-submenu-links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:4px; padding-top:10px; }
.category-submenu-links a { padding:8px 9px; border-radius:9px; color:#4b3a69; font-size:.78rem; font-weight:700; line-height:1.25; }
.category-submenu-links a:hover,.category-submenu-links a:focus { color:#4d20c8; background:#f0ebff; text-decoration:none; outline:none; }
@keyframes category-menu-enter { from { opacity:0; transform:translateY(-5px); } to { opacity:1; transform:translateY(0); } }

.venue-showcase{margin-top:30px;padding:30px;border:1px solid #dcd4f3;border-radius:26px;background:linear-gradient(135deg,#fff 0%,#f5f0ff 100%);box-shadow:0 20px 55px rgba(68,40,126,.08)}.venue-showcase .section-heading{margin:0 0 22px}.venue-showcase .muted{margin:5px 0 0}.venue-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.venue-showcase-group{padding:19px;border-radius:20px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9)}.venue-showcase-hospitality{box-shadow:inset 0 3px 0 #35bca8}.venue-showcase-restaurant{box-shadow:inset 0 3px 0 #ff6d91}.venue-group-heading{display:flex;align-items:center;gap:11px;margin-bottom:14px}.venue-group-heading p{margin:0;color:#807095;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.venue-group-heading h3{margin:2px 0 0;color:#2c1c4b;font-size:1.15rem}.venue-group-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e7fbf7;color:#127b6b;font-size:1.3rem}.venue-showcase-restaurant .venue-group-icon{background:#fff0f5;color:#cf4370}.venue-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.venue-preview-card{overflow:hidden;border:1px solid #e5e0ef;border-radius:13px;background:#fff;color:#2c1c4b}.venue-preview-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(54,33,105,.13);text-decoration:none}.venue-preview-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#ece9f3}.venue-preview-card span,.venue-preview-card b{display:block;padding:0 10px}.venue-preview-card span{padding-top:10px;overflow:hidden;font-size:.82rem;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.venue-preview-card b{padding-bottom:10px;margin-top:4px;color:#6d36f3;font-size:.72rem}.venue-empty{grid-column:1/-1;margin:0;padding:22px 10px;color:#786d88;font-size:.9rem}.venues-page-header{max-width:740px;padding:42px 0 18px}.venues-page-header h1{margin:0;font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.05em}.venues-page-header p:not(.eyebrow){color:#716986;font-size:1.05rem}.venues-page-section{margin:28px 0 42px}.venues-page-section .section-heading{margin-bottom:16px}.venues-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.venue-directory-card{overflow:hidden;border:1px solid #e3dcf2;border-radius:18px;background:#fff;color:#2c1c4b;box-shadow:0 12px 32px rgba(61,35,124,.07);transition:transform .2s,box-shadow .2s}.venue-directory-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(61,35,124,.15);text-decoration:none}.venue-directory-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#ece9f3}.venue-directory-card div{padding:15px}.venue-directory-card span{color:#81708f;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.venue-directory-card h3{margin:5px 0 12px;font-size:1.08rem}.venue-directory-card b{color:#6d36f3;font-size:.82rem}
.venue-showcase-group+.venue-showcase-group{margin-top:16px}.venue-carousel-actions{display:flex;gap:7px;margin-left:auto}.venue-carousel-actions button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid #ddd5ee;border-radius:50%;background:#fff;color:#6d36f3;font:inherit;font-weight:900;cursor:pointer}.venue-carousel-actions button:hover{border-color:#6d36f3;background:#f3efff}.venue-carousel-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.venue-carousel-viewport::-webkit-scrollbar{display:none}.venue-carousel-track{display:flex;gap:10px;padding:1px}.venue-carousel-track .venue-preview-card{flex:0 0 clamp(138px,16vw,174px);scroll-snap-align:start}.venue-carousel-track .venue-preview-card img{aspect-ratio:16/9}.venue-carousel-track .venue-preview-card span{padding-top:8px;font-size:.78rem}.venue-carousel-track .venue-preview-card b{padding-bottom:8px;font-size:.68rem}.venues-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.venue-directory-card{display:grid;grid-template-columns:138px minmax(0,1fr);align-items:stretch}.venue-directory-card img{height:100%;min-height:94px;aspect-ratio:auto}.venue-directory-card div{display:grid;align-content:center;padding:12px}.venue-directory-card h3{margin:4px 0 8px;font-size:1rem}

.marketplace-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:26px; margin-top:34px; align-items:start; }
.marketplace-heading { display:flex; justify-content:space-between; align-items:end; gap:24px; padding:25px 0 20px; }
.marketplace-heading .eyebrow,.marketplace-heading .muted { margin:0 0 4px; }
.marketplace-search { display:flex; gap:8px; min-width:360px; }
.marketplace-search input { min-height:46px; width:100%; border:1px solid #d8d0eb; border-radius:12px; padding:10px 13px; background:#fff; font:inherit; }
.marketplace-listings { grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; }
.listing-card { padding:0; border:1px solid #e8e3f3; border-radius:18px; overflow:hidden; background:#fff; box-shadow:0 8px 24px rgba(49,30,90,.06); transition:transform .2s,box-shadow .2s; }
.listing-card:hover { transform:translateY(-4px); box-shadow:0 18px 38px rgba(49,30,90,.13); }
.listing-visual { position:relative; display:block; aspect-ratio:1/1; overflow:hidden; background:#f0edf7; }
.listing-visual img { width:100%; height:100%; object-fit:cover; transition:transform .35s; }
.listing-card:hover .listing-visual img { transform:scale(1.04); }
.listing-badge { position:absolute; left:11px; top:11px; padding:5px 9px; border-radius:999px; color:#fff; background:rgba(27,15,59,.78); backdrop-filter:blur(8px); font-size:.7rem; font-weight:800; }
.listing-card-body { padding:15px; }
.listing-category { color:var(--brand); font-size:.72rem; font-weight:800; }
.listing-card h3 { margin:5px 0 10px; font-size:1rem; line-height:1.3; }
.listing-card h3 a { color:var(--ink); }
.listing-price { display:block; margin-bottom:14px; color:#1e1238; font-size:1.25rem; }
.listing-price small { font-size:.75rem; color:var(--muted); }
.store-row { display:grid; grid-template-columns:auto 1fr; grid-template-rows:auto auto; column-gap:8px; align-items:center; padding-top:12px; border-top:1px solid #eeeaf6; color:#3b2b57; }
.store-row:hover { text-decoration:none; }
.store-row>img,.store-row>span { grid-row:1/3; width:30px; height:30px; border-radius:9px; object-fit:cover; }
.store-row>span { display:grid; place-items:center; color:#fff; background:linear-gradient(135deg,var(--coral),var(--brand)); font-size:.78rem; font-weight:900; }
.store-row b { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:.75rem; }
.store-row i { color:#8a7ca4; font-size:.65rem; font-style:normal; }
.empty-state { grid-column:1/-1; padding:50px; text-align:center; }
.empty-state>span { font-size:2rem; color:var(--brand); }

.business-cta { position:sticky; top:92px; overflow:hidden; padding:28px; border-radius:24px; color:#fff; background:radial-gradient(circle at 90% 5%,rgba(33,212,194,.24),transparent 27%),linear-gradient(150deg,#1b0d3a,#5522ce 72%,#7c36ef); box-shadow:0 25px 55px rgba(45,20,105,.22); }
.business-cta .eyebrow { color:#aef5eb; }
.business-cta h2 { margin:8px 0 12px; font-size:1.65rem; line-height:1.08; letter-spacing:-.035em; }
.business-cta p:not(.eyebrow) { color:#d7ccec; }
.business-cta ul { display:grid; gap:8px; padding:0; list-style:none; color:#efeaff; font-size:.88rem; }
.business-cta li::before { content:"✓"; margin-right:8px; color:#72f0df; }
.business-cta .button { width:100%; margin-top:10px; background:#fff; color:#4f21c7; box-shadow:none; }
.cta-orbit { position:absolute; right:-15px; top:-20px; display:grid; place-items:center; width:90px; height:90px; border:1px solid rgba(255,255,255,.15); border-radius:50%; color:#ffd2e3; font-size:1.5rem; }
.site-footer { margin-top:auto; }

@media(max-width:1000px) {
  .marketplace-hero { min-height:520px; background-position:60% center; }
  .hero-copy { width:68%; }
  .marketplace-layout { grid-template-columns:1fr; }
  .business-cta { position:static; }
  .marketplace-listings { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media(max-width:760px) {
  .site-header { padding-block:9px; }
  .brand span { display:none; }
  .brand-logo { width:38px; height:38px; }
  .marketplace-hero { min-height:680px; margin-top:0; padding:28px 22px; align-items:flex-start; background-image:linear-gradient(180deg,#140b2d 0%,#25104a 52%,#4c20c8 100%); background-position:66% center; }
  .hero-copy { width:100%; }
  .hero-copy h1 { font-size:clamp(2.35rem,12vw,3.4rem); }
  .hero-search { padding-left:12px; }
  .hero-search button { padding:0 15px; }
  .hero-proof { gap:8px 12px; }
  .category-section { padding:18px; }
  .category-grid { grid-template-columns:1fr 1fr; gap:9px; }
  .category-card { min-height:70px; padding:10px; font-size:.82rem; }
  .category-icon { width:34px; height:34px; font-size:1rem; }
  .category-submenu { position:static; width:auto; margin-top:8px; box-shadow:none; }
  .category-submenu-links { grid-template-columns:1fr; }
  .venue-showcase{padding:20px}.venue-showcase-grid{grid-template-columns:1fr}.venues-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .marketplace-heading { align-items:stretch; flex-direction:column; }
  .marketplace-search { width:100%; min-width:0; }
  .marketplace-listings { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .listing-card-body { padding:12px; }
  .store-row i { display:none; }
}
@media(max-width:430px) {
  .marketplace-hero { min-height:700px; border-radius:22px; }
  .hero-badge { align-items:flex-start; border-radius:16px; }
  .hero-badge i { flex:0 0 auto; margin-top:.35em; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:12px; }
  .category-grid { grid-template-columns:1fr; }
  .venue-preview-grid,.venues-directory-grid{grid-template-columns:1fr}
  .marketplace-listings { grid-template-columns:1fr 1fr; }
  .listing-card h3 { font-size:.9rem; }
  .listing-price { font-size:1.05rem; }
  .store-row b { font-size:.68rem; }
}
.venue-no-cover{display:block;width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#e9e1ff,#f3efff)}.venue-directory-card>.venue-no-cover{height:100%;min-height:94px;aspect-ratio:auto}
