/* Data placeholders follow the page silhouette; never expose invented listings. */
.bb-loading-content{display:none!important}
.bb-skeleton{max-width:1200px;margin:40px auto 80px;padding:0 28px;min-height:65vh}
.bb-skeleton__label{display:block;color:var(--bb-ink-soft,#606b80);font-size:13px;margin-bottom:22px}
.bb-skeleton__blocks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.bb-skeleton__shape{height:200px;border-radius:16px;background:linear-gradient(100deg,#edf0f6 20%,#f7f8fb 45%,#edf0f6 70%);background-size:240% 100%;animation:bb-loading 1.6s ease-in-out infinite}
.bb-skeleton__shape:first-child{grid-column:1/-1;height:44px;max-width:440px;width:70%}
.bb-skeleton--venue .bb-skeleton__shape:nth-child(2),.bb-skeleton--home .bb-skeleton__shape:nth-child(2){grid-column:1/-1;height:300px}
.bb-skeleton--reserve .bb-skeleton__blocks,.bb-skeleton--my-bookings .bb-skeleton__blocks{grid-template-columns:2fr 1fr}
.bb-skeleton--error{padding-top:70px;text-align:center}
@keyframes bb-loading{to{background-position:-240% 0}}
@media(prefers-reduced-motion:reduce){.bb-skeleton__shape{animation:none}}

.bb-skeleton--search .bb-skeleton__blocks{grid-template-columns:220px minmax(0,1fr)}
.bb-skeleton--search .bb-skeleton__shape:nth-child(2){grid-column:1;grid-row:2/span 5;height:600px}
.bb-skeleton--search .bb-skeleton__shape:nth-child(n+3){grid-column:2;height:140px}
.bb-skeleton__shape{position:relative;overflow:hidden}
.bb-skeleton__shape:not(:first-child)::after{content:"";position:absolute;left:20px;right:32%;bottom:25px;height:9px;border-radius:4px;background:rgba(255,255,255,.7);box-shadow:0 -20px 0 rgba(255,255,255,.7)}
