body {
  background: linear-gradient(180deg, #041630 0%, #0a2342 50%, #000000 100%);
  min-height: 100vh;
  color: white;
  background-attachment: fixed;
}

body.dash-vendor-active {
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
}

.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 218, 185, 0.1);
}

.card-gradient {
  background: linear-gradient(
    to top,
    rgba(4, 22, 48, 0.95) 0%,
    rgba(4, 22, 48, 0.2) 40%,
    transparent 100%
  );
}

.like-btn-active {
  background: rgba(255, 59, 48, 0.2) !important;
  border-color: #ff3b30 !important;
  color: #ff3b30 !important;
}

main.dash-vendor-profile {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-height: 100dvh;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 0 !important;
}

@media (max-width: 1023px) {
  main.dash-vendor-profile {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
  }
}

@media (min-width: 1024px) {
  main.dash-vendor-profile {
    padding: 1.5rem 2rem 0 !important;
  }
}

main.dash-vendor-profile > header {
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}

main.dash-vendor-profile #view-vendor-profile {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

main.dash-vendor-profile #vendor-profile-embed {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 1rem;
  background: #041630;
  display: block;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.dash-vendor-active,
body.dash-vendor-active main.dash-vendor-profile {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.dash-vendor-active::-webkit-scrollbar,
body.dash-vendor-active main.dash-vendor-profile::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

html.dash-vendor-boot #view-home,
html.dash-vendor-boot #search-section,
html.dash-vendor-boot #filter-chip-section {
  display: none !important;
}

html.dash-vendor-boot #view-vendor-profile {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
}

html.dash-vendor-boot body {
  overflow: hidden;
}

html.dash-vendor-boot main {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  padding-bottom: 0 !important;
}

html.dash-vendor-boot #vendor-profile-embed {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  border: 0;
  border-radius: 1rem;
}
