/* AdsSpaceHub Sprint 3-11 Marketplace público */
.ash-market-hero{position:relative;overflow:hidden;border-radius:34px;background:radial-gradient(circle at 78% 18%,rgba(124,58,237,.28),transparent 28%),linear-gradient(135deg,#070b1f 0%,#172554 48%,#6d3df4 100%);color:#fff;padding:48px 34px;box-shadow:0 28px 80px rgba(15,23,42,.22)}
.ash-market-hero:after{content:"";position:absolute;right:-80px;bottom:-120px;width:430px;height:430px;border-radius:50%;background:rgba(255,255,255,.10)}
.ash-market-hero h1{font-size:clamp(2.2rem,4vw,4.6rem);letter-spacing:-.055em;line-height:.95;font-weight:800}.ash-market-hero p{color:rgba(255,255,255,.78);font-size:1.1rem;max-width:720px}.ash-hero-search{position:relative;z-index:2;background:#fff;color:#111827;border-radius:24px;padding:18px;box-shadow:0 24px 70px rgba(2,6,23,.26)}
.ash-filter-panel{background:#fff;border:1px solid rgba(148,163,184,.22);border-radius:24px;padding:20px;box-shadow:0 14px 48px rgba(15,23,42,.08);position:sticky;top:90px}.ash-filter-panel .form-label{font-size:.78rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.ash-market-layout{display:grid;grid-template-columns:minmax(280px,340px) 1fr minmax(320px,42vw);gap:20px;align-items:start}.ash-results-list{display:grid;gap:16px}.ash-market-map{height:calc(100vh - 120px);min-height:560px;border-radius:28px;overflow:hidden;border:1px solid rgba(148,163,184,.24);box-shadow:0 18px 54px rgba(15,23,42,.13);position:sticky;top:88px;background:#eef2ff}
.ash-result-card{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:24px;overflow:hidden;box-shadow:0 16px 42px rgba(15,23,42,.08);transition:.18s ease;display:grid;grid-template-columns:180px 1fr}.ash-result-card:hover{transform:translateY(-2px);box-shadow:0 22px 65px rgba(15,23,42,.13)}.ash-result-img{min-height:170px;background:linear-gradient(135deg,#ede9fe,#dbeafe);position:relative;overflow:hidden}.ash-result-img img{width:100%;height:100%;object-fit:cover}.ash-result-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:#6d3df4;font-size:3rem}.ash-result-body{padding:18px}.ash-result-title{font-size:1.12rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.ash-result-meta{color:#64748b;font-size:.9rem}.ash-result-price{font-weight:800;color:#111827}.ash-badge-pack,.ash-badge-dooh,.ash-badge-ooh{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:.28rem .65rem;font-size:.75rem;font-weight:800}.ash-badge-pack{background:#111827;color:#fff}.ash-badge-dooh{background:#ede9fe;color:#5b21b6}.ash-badge-ooh{background:#dbeafe;color:#1d4ed8}.ash-save-btn{border:1px solid rgba(148,163,184,.35);background:#fff;border-radius:999px;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;color:#6d3df4}.ash-save-btn:hover{background:#f5f3ff}.ash-quick-tags{display:flex;flex-wrap:wrap;gap:8px}.ash-quick-tags a,.ash-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#fff;border:1px solid rgba(148,163,184,.24);padding:.52rem .82rem;color:#334155;text-decoration:none;font-weight:600}.ash-chip.active,.ash-quick-tags a:hover{background:#ede9fe;color:#5b21b6;border-color:#c4b5fd}.ash-detail-gallery{display:grid;grid-template-columns:2fr 1fr;gap:12px}.ash-detail-photo{height:360px;border-radius:26px;background:linear-gradient(135deg,#ede9fe,#dbeafe);overflow:hidden}.ash-detail-photo.small{height:174px}.ash-detail-photo img{width:100%;height:100%;object-fit:cover}.ash-detail-panel{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:26px;box-shadow:0 22px 65px rgba(15,23,42,.10);padding:24px}.ash-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ash-feature{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.ash-feature b{display:block;color:#111827}.ash-package-media{border:1px solid rgba(148,163,184,.25);border-radius:20px;padding:16px;background:#fff}.ash-package-media + .ash-package-media{margin-top:12px}.ash-rule-box{border-radius:16px;background:linear-gradient(135deg,#f5f3ff,#eff6ff);border:1px solid rgba(109,61,244,.16);padding:12px;color:#1e293b}.ash-map-popup{min-width:210px}.ash-map-popup b{display:block;font-size:1rem}.ash-map-popup a{display:inline-block;margin-top:8px;text-decoration:none;color:#6d3df4;font-weight:800}.ash-compare-bar{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);z-index:9999;background:#111827;color:#fff;border-radius:999px;padding:10px 14px;box-shadow:0 20px 60px rgba(0,0,0,.24);display:none}.ash-compare-bar.show{display:flex;align-items:center;gap:12px}.ash-empty-state{border:1px dashed #cbd5e1;border-radius:24px;background:#fff;padding:42px;text-align:center;color:#64748b}
@media (max-width:1199px){.ash-market-layout{grid-template-columns:300px 1fr}.ash-market-map{grid-column:1/-1;height:420px;position:relative;top:auto}.ash-filter-panel{position:relative;top:auto}}@media (max-width:767px){.ash-market-hero{padding:34px 20px;border-radius:24px}.ash-market-layout{grid-template-columns:1fr}.ash-filter-panel,.ash-market-map{position:relative;top:auto}.ash-result-card{grid-template-columns:1fr}.ash-result-img{height:210px}.ash-detail-gallery{grid-template-columns:1fr}.ash-detail-photo,.ash-detail-photo.small{height:230px}.ash-feature-grid{grid-template-columns:1fr}}
