.btn-pill-dropdown,
.btn-quick-filter {
  font-weight: 600;
  align-items: center;
  cursor: pointer
}

.premium-desc {
  -webkit-box-orient: vertical
}

:root {
  --premium-bg: var(--color-slate-50);
  --premium-card-bg: var(--color-white);
  --premium-accent: var(--color-blue-600);
  --premium-accent-hover: var(--color-blue-700);
  --premium-text-main: var(--color-slate-900);
  --premium-text-muted: var(--color-slate-500);
  --premium-border: rgba(15, 23, 42, 0.06);
  --premium-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.03);
  --premium-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.08);
  --premium-radius: 16px;
  --ent-text: var(--color-slate-900);
  --ent-muted: var(--color-slate-500);
  --ent-accent: var(--color-indigo-900);
  --ent-border: var(--color-border-light);
  --ent-bg: var(--color-white);
  --ent-card: var(--color-white);
  --ent-pill: var(--color-slate-50)
}

body.dark-theme {
  --premium-bg: var(--color-slate-900);
  --premium-card-bg: var(--color-slate-800);
  --premium-accent: var(--color-blue-500);
  --premium-accent-hover: var(--color-blue-400);
  --premium-text-main: var(--color-slate-50);
  --premium-text-muted: var(--color-slate-400);
  --premium-border: rgba(255, 255, 255, 0.1);
  --premium-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.3);
  --premium-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.5);
  --ent-text: var(--color-slate-50);
  --ent-muted: var(--color-slate-400);
  --ent-accent: var(--color-blue-400);
  --ent-border: rgba(255, 255, 255, 0.1);
  --ent-bg: var(--color-slate-900);
  --ent-card: var(--color-slate-800);
  --ent-pill: var(--color-slate-700)
}

body.catalog-page {
  background-color: var(--premium-bg);
  background-color: var(--ent-bg) !important
}

.text-gradient {
  background: linear-gradient(135deg, var(--color-blue-500), var(--color-indigo-500));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block
}

.btn-pill-dropdown {
  background: 0 0;
  border: none;
  color: var(--color-slate-700);
  font-size: 1rem;
  padding: 8px;
  display: flex
}

.btn-pill-dropdown:hover {
  color: var(--color-text-main)
}

.btn-pill-dropdown::after,
.btn-quick-filter::after {
  margin-left: 8px
}

.btn-quick-filter {
  background: rgba(255, 255, 255, .6);
  border: 1px solid rgba(15, 23, 42, .05);
  color: var(--color-slate-600);
  padding: 8px 16px;
  font-size: .9rem;
  transition: .3s;
  display: inline-flex;
  text-decoration: none;
  backdrop-filter: blur(10px)
}

.premium-logo-fallback,
body.dark-theme .btn-pill-dropdown {
  color: var(--color-slate-300)
}

.btn-quick-filter.active,
.btn-quick-filter:hover {
  background: var(--color-white);
  color: var(--color-text-main);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
  border-color: rgba(15, 23, 42, .1)
}

body.dark-theme .btn-pill-dropdown:hover {
  color: var(--color-white)
}

body.dark-theme .btn-quick-filter {
  background: rgba(15, 23, 42, .6);
  border-color: rgba(255, 255, 255, .1);
  color: var(--color-slate-300)
}

body.dark-theme .btn-quick-filter.active,
body.dark-theme .btn-quick-filter:hover {
  background: #1e293b;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, .2)
}

.lnd-premium-grid {
  display: grid;
  gap: 32px;
  width: 100%
}

.lnd-premium-card:hover {
  box-shadow: var(--premium-shadow-hover);
  border-color: rgba(37, 99, 235, .15)
}

.premium-card-header {
  position: relative;
  background: var(--color-slate-100)
}

.premium-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.premium-logo-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  background: var(--color-bg-main)
}

.premium-category-tag,
.premium-title {
  color: var(--premium-text-main);
  font-weight: 800
}

body.dark-theme .premium-logo-fallback {
  background: var(--color-bg-elevated);
  color: var(--color-slate-600)
}

.premium-logo-fallback img {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
  transition: transform .5s
}

.lnd-premium-card:hover .premium-logo-fallback img {
  transform: scale(1.1)
}

.premium-category-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 14px;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  z-index: 2
}

.premium-card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.premium-title {
  margin-bottom: 16px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 8px
}

.meta-item,
.premium-desc {
  color: var(--premium-text-muted)
}

.live-dot {
  width: 8px;
  height: 8px;
  background-color: var(--color-red-500);
  box-shadow: 0 0 0 rgba(239, 68, 68, .2)
}

.premium-meta-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 20px
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  min-width: 0;
}

.meta-item span.text-truncate {
  flex: 1;
  min-width: 0;
}

.meta-item i {
  color: var(--color-text-muted);
  font-size: 1rem
}

.meta-item.rating i {
  color: var(--color-amber-500)
}

.meta-item.rating strong {
  color: var(--premium-text-main);
  font-weight: 800
}

.premium-desc {
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2
}

.premium-card-footer {
  display: flex;
  gap: 12px
}

.btn-premium-primary,
.btn-premium-secondary {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: .3s
}

.btn-premium-primary {
  background: var(--premium-accent);
  color: var(--color-white) !important;
  border: 1px solid var(--premium-accent)
}

.btn-premium-primary:hover {
  background: var(--premium-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(37, 99, 235, .25)
}

.btn-premium-secondary {
  background: var(--color-bg-main);
  color: var(--premium-text-main) !important;
  border: 1px solid var(--color-border-light)
}

.btn-premium-secondary:hover {
  background: var(--color-slate-100);
  border-color: var(--color-border-light);
  transform: translateY(-2px)
}

body.dark-theme .btn-premium-secondary {
  background: var(--color-bg-elevated);
  border-color: rgba(255, 255, 255, .1)
}

body.dark-theme .btn-premium-secondary:hover {
  background: var(--color-slate-700);
  border-color: rgba(255, 255, 255, .2)
}

.btn-premium-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-main);
  color: var(--premium-text-main) !important;
  border: 1px solid var(--color-border-light);
  transition: .3s;
  font-size: 1.1rem;
}

.btn-premium-icon:hover {
  background: var(--color-slate-100);
  border-color: var(--color-border-light);
  transform: translateY(-2px);
}

body.dark-theme .btn-premium-icon {
  background: var(--color-bg-elevated);
  border-color: rgba(255, 255, 255, .1)
}

body.dark-theme .btn-premium-icon:hover {
  background: var(--color-slate-700);
  border-color: rgba(255, 255, 255, .2)
}

.catalog-empty-state {
  background: var(--premium-card-bg);
  border: 1px solid var(--premium-border);
  padding: 80px 40px;
  text-align: center;
  box-shadow: var(--premium-shadow-soft);
  max-width: 700px;
  margin: 40px auto
}

.empty-icon-wrapper {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(37, 99, 235, .1), rgba(96, 165, 250, .1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  color: var(--premium-accent);
  font-size: 2.5rem
}

.btn-empty-primary,
.btn-fancy-search {
  align-items: center;
  gap: 12px;
  display: inline-flex
}

.empty-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--premium-text-main);
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  letter-spacing: -.5px
}

.empty-desc {
  color: var(--premium-text-muted);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px
}

.btn-empty-primary {
  background: var(--premium-accent);
  color: var(--color-white) !important;
  padding: 14px 32px;
  font-weight: 800;
  text-decoration: none;
  transition: .3s;
  box-shadow: 0 4px 10px rgba(37, 99, 235, .2)
}

.btn-empty-primary:hover {
  background: var(--premium-accent-hover);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, .3)
}

.btn-fancy-search {
  background: linear-gradient(135deg, var(--color-blue-500) 0, var(--color-blue-600) 100%);
  color: #fff;
  border: none;
  padding: 16px 40px;
  font-size: 1.15rem;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(37, 99, 235, .3);
  transition: max-height .4s cubic-bezier(.16, 1, .3, 1), opacity .3s, margin-bottom .4s, padding .4s, transform .3s;
  overflow: hidden;
  max-height: 120px
}

.btn-fancy-search:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, .4);
  color: #fff
}

.btn-fancy-search.hide {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-width: 0 !important
}

.btn-mega-search {
  background: var(--color-blue-500);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 14px 32px;
  border: none;
  cursor: pointer;
  transition: .3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 20px rgba(59, 130, 246, .2)
}

.remove-filter-btn,
body.dark-theme .remove-filter-btn {
  color: var(--color-text-muted)
}

.btn-mega-search:hover {
  background: var(--color-blue-600);
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(59, 130, 246, .3)
}

.ent-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem
}

.ent-sidebar {
  width: 100%
}

@media (min-width:992px) {
  .ent-layout {
    flex-direction: row;
    gap: 2.5rem
  }

  .ent-sidebar {
    width: 280px;
    flex-shrink: 0
  }
}

.ent-main {
  flex: 1;
  min-width: 0
}

.ent-sticky {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding-right: 10px
}

.ent-sticky::-webkit-scrollbar {
  width: 6px
}

.ent-sticky::-webkit-scrollbar-thumb {
  background-color: var(--color-slate-300);
  border-radius: 10px
}

.remove-filter-btn {
  transition: color .2s;
  cursor: pointer
}

.remove-filter-btn:hover {
  color: var(--color-red-500) !important
}

@keyframes ent-skeleton-pulse {

  0%,
  100% {
    opacity: .5
  }

  50% {
    opacity: 1
  }
}

.ent-skeleton {
  background-color: var(--color-slate-300);
  animation: 1.5s ease-in-out infinite ent-skeleton-pulse
}

.lnd-premium-card {
  font-size: .92rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  border: 1px solid var(--color-slate-100)
}

.lnd-premium-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .08) !important;
  border-color: var(--color-border-light)
}

.premium-card-header {
  height: 160px !important;
  overflow: hidden
}

.premium-hero-img {
  transition: transform .4s
}

.lnd-premium-card:hover .premium-hero-img {
  transform: scale(1.05)
}

.premium-card-body {
  padding: 1.25rem !important;
  flex-grow: 1;
  display: flex;
  flex-direction: column
}

.premium-title {
  font-size: 1.1rem !important
}

.premium-desc {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0 !important;
  font-size: .85rem
}

.premium-meta-grid {
  gap: .5rem !important;
  margin-bottom: .75rem !important
}

.premium-card-footer {
  padding: 1rem 1.25rem !important;
  flex-wrap: wrap;
  gap: .5rem !important
}

.btn-premium-primary,
.btn-premium-secondary {
  padding: .5rem .75rem !important;
  font-size: .8rem !important;
  flex: 1;
  text-align: center;
  justify-content: center
}

@media screen and (min-width:768px) {
  .lnd-premium-grid {
    grid-template-columns: repeat(2, 1fr) !important
  }
}

@media screen and (min-width:1200px) {
  .lnd-premium-grid {
    grid-template-columns: repeat(3, 1fr) !important
  }
}

@media screen and (min-width:764px) {
  .container.pb-5.catalog {
    padding-top: 100px
  }
}

@media screen and (max-width:764px) {
  .container.pb-5.catalog {
    padding-top: 50px
  }
}

body.dark-theme .ent-skeleton::-webkit-scrollbar-thumb {
  background-color: var(--color-slate-600)
}

body.dark-theme .ent-skeleton {
  background-color: var(--color-slate-700)
}

body.dark-theme .lnd-premium-card {
  border-color: rgba(255, 255, 255, .05)
}

body.dark-theme .lnd-premium-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, .5) !important;
  border-color: rgba(255, 255, 255, .1)
}

body.dark-theme .premium-category-tag {
  background: rgba(15, 23, 42, .95)
}

.lnd-premium-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .lnd-premium-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1200px) {
  .lnd-premium-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.lnd-premium-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-surface);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.lnd-premium-card:hover {
  transform: translate3d(0, -6px, 0) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08) !important;
}

/* FIXED: Replaced custom broken syntax definitions */
.btn-empty-primary:hover {
  background: var(--color-primary-dark);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
}

.btn-fancy-search:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.4);
}