body {
  background-color: #050313;
}
.themes-hero {
  position: relative;
}
.themes-intro-header {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}
.themes-intro-header h2 {
  margin-top: var(--space-4);
}
.themes-showcase-grid {
  margin-top: var(--space-10);
  align-items: flex-start;
}
.themes-card-main {
  height: 100%;
}
.themes-card-main-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.themes-card-main-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-2);
}
.themes-callouts {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.themes-callout-title {
  margin-bottom: var(--space-3);
}
.themes-callout-actions {
  margin-top: var(--space-3);
}
.themes-casino {
  position: relative;
}
.themes-casino-layout {
  display: grid;
  gap: var(--space-8);
}
.themes-casino-text {
  max-width: 640px;
}
.themes-casino-text h2 {
  margin-top: var(--space-4);
}
.themes-casino-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.themes-casino-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
}
.themes-casino-media {
  max-width: 520px;
  margin-inline: auto;
}
.themes-casino-frame {
  padding: var(--space-1);
}
.themes-casino-image {
  border-radius: calc(var(--radius-xl) - 4px);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.themes-sequence-grid {
  align-items: flex-start;
}
.themes-sequence-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.themes-sequence-steps {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-left: 0;
}
.themes-sequence-steps li {
  list-style: none;
}
.themes-sequence-steps h3 {
  margin-bottom: var(--space-2);
}
.themes-sequence-side {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.themes-vaporwave-card,
.themes-business-card,
.themes-science-card,
.themes-team-card {
  padding: var(--space-5);
}
.themes-sequence-actions {
  margin-top: var(--space-3);
}
.themes-compact-header {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}
.themes-compact-header h2 {
  margin-top: var(--space-4);
}
.themes-compact-grid {
  margin-top: var(--space-8);
}
.themes-compact-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.themes-compact-actions {
  margin-top: auto;
}
.themes-tables-grid {
  align-items: flex-start;
}
.themes-tables-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.themes-tables-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-3);
}
.themes-tables-side {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.themes-tables-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-3);
}
.themes-private-layout {
  display: grid;
  gap: var(--space-8);
  align-items: center;
}
.themes-private-media {
  max-width: 520px;
  margin-inline: auto;
}
.themes-private-frame {
  padding: var(--space-1);
}
.themes-private-image {
  border-radius: calc(var(--radius-xl) - 4px);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.themes-private-text {
  max-width: 640px;
}
.themes-private-text h2 {
  margin-top: var(--space-4);
}
.themes-private-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
}
.themes-gallery-header {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}
.themes-gallery-header h2 {
  margin-top: var(--space-4);
}
.themes-gallery-frame {
  margin-top: var(--space-8);
  padding: var(--space-2);
}
.themes-gallery-grid {
  padding: var(--space-2);
}
.themes-gallery-footer {
  margin-top: var(--space-6);
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}
.themes-gallery-actions {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
}
@media (min-width: 768px) {
  .themes-casino-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    align-items: center;
  }
}
@media (min-width: 960px) {
  .themes-private-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  }
}
@media (max-width: 767.98px) {
  .themes-card-main {
    margin-bottom: var(--space-4);
  }
  .themes-casino-media,
  .themes-private-media {
    max-width: 100%;
  }
}
