/* [project]/src/modules/site/HeroBg.module.css [app-client] (css) */
.HeroBg-module__Lqc-2G__bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.HeroBg-module__Lqc-2G__bg:before, .HeroBg-module__Lqc-2G__bg:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  filter: blur(180px);
  border-radius: 50%;
  width: 320px;
  height: 320px;
  position: absolute;
  top: 0;
  left: 50%;
}

.HeroBg-module__Lqc-2G__bg:before {
  background: var(--hero-bg-left);
  transform: translateX(-100%)translateY(-40%);
}

.HeroBg-module__Lqc-2G__bg:after {
  background: var(--hero-bg-right);
  transform: translateY(-40%);
}

/* [project]/src/modules/templates/TemplatesHero.module.css [app-client] (css) */
.TemplatesHero-module__1FBycW__hero {
  color: var(--ant-color-text);
  padding: calc(var(--site-header-height) + var(--ant-padding-xxl)) var(--ant-padding-lg) 0;
  text-align: center;
  position: relative;
}

.TemplatesHero-module__1FBycW__heroContent {
  z-index: 2;
  text-align: center;
  gap: var(--ant-margin-lg);
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.TemplatesHero-module__1FBycW__heroTitle {
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

@media (min-width: 768px) {
  .TemplatesHero-module__1FBycW__hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .TemplatesHero-module__1FBycW__heroTitle {
    font-size: 3rem;
  }
}

.TemplatesHero-module__1FBycW__heroSubtitle {
  font-size: 1rem;
}

.TemplatesHero-module__1FBycW__stickySearch {
  top: calc(var(--site-header-height) + 12px);
  z-index: 10;
  padding: 0 var(--ant-padding-lg);
  margin-top: var(--ant-margin-lg);
  margin-bottom: var(--ant-margin-xxl);
  justify-content: center;
  display: flex;
  position: sticky;
}

.TemplatesHero-module__1FBycW__stickySearch .TemplatesHero-module__1FBycW__searchInput {
  transition: box-shadow .2s;
}

.TemplatesHero-module__1FBycW__stuck .TemplatesHero-module__1FBycW__searchInput {
  box-shadow: 0 8px 24px #0000001f, 0 4px 8px #0000000f !important;
}

.TemplatesHero-module__1FBycW__searchWrapper {
  width: 100%;
  max-width: 36rem;
  position: relative;
}

.TemplatesHero-module__1FBycW__searchIcon {
  color: var(--muted-foreground);
}

.TemplatesHero-module__1FBycW__searchInput {
  height: 3rem;
  box-shadow: 0 2px 4px #0000000a;
  border-radius: 12px !important;
}

.TemplatesHero-module__1FBycW__searchInput::placeholder {
  color: var(--muted-foreground);
}

.TemplatesHero-module__1FBycW__heroActions {
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

@media (min-width: 640px) {
  .TemplatesHero-module__1FBycW__heroActions {
    flex-direction: row;
  }
}

/* [project]/src/modules/templates/sidebar/AIGenerateCard.module.css [app-client] (css) */
.AIGenerateCard-module__lOz4FG__card {
  border-radius: var(--ant-border-radius-lg);
  margin-bottom: var(--ant-margin-lg);
  background: #0766ee0d;
  border: 1px solid #0766ee33;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  display: flex;
}

.AIGenerateCard-module__lOz4FG__iconWrapper {
  border-radius: var(--ant-border-radius-lg);
  background: #dbeafe;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
  display: flex;
}

.AIGenerateCard-module__lOz4FG__textContent {
  flex-direction: column;
  display: flex;
}

.AIGenerateCard-module__lOz4FG__title {
  font-size: var(--ant-font-size);
  font-weight: 600;
}

.AIGenerateCard-module__lOz4FG__subtitle {
  font-size: var(--ant-font-size-sm);
  color: var(--ant-color-text-description);
}

/* [project]/src/modules/templates/sidebar/CategoryFilter.module.css [app-client] (css) */
.CategoryFilter-module__xloEdW__filterSection {
  margin-bottom: .5rem;
}

.CategoryFilter-module__xloEdW__filterSection.css-var-antd.ant-collapse {
  --ant-collapse-header-padding: var(--ant-padding-xs) var(--ant-padding-sm);
  --ant-collapse-content-padding: var(--ant-padding-xs) 0;
}

.CategoryFilter-module__xloEdW__filterSection .ant-collapse-body {
  padding-top: var(--ant-padding-xs) !important;
  padding-bottom: var(--ant-padding-xs) !important;
}

.CategoryFilter-module__xloEdW__filterTitle {
  color: var(--ant-color-text);
  font-size: 1rem;
  font-weight: 600;
}

.CategoryFilter-module__xloEdW__filterTitle:hover {
  color: var(--ant-color-primary);
}

.CategoryFilter-module__xloEdW__filterList {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.CategoryFilter-module__xloEdW__filterItem {
  color: var(--ant-color-text-description);
  padding: var(--ant-padding-xs) var(--ant-padding-sm);
  cursor: pointer;
  font: inherit;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 6px;
  align-items: center;
  gap: .75rem;
  width: 100%;
  text-decoration: none;
  transition: background .2s, color .2s;
  display: flex;
}

.CategoryFilter-module__xloEdW__filterItem:hover {
  color: var(--ant-color-text);
  background: var(--ant-color-fill-secondary);
}

.CategoryFilter-module__xloEdW__filterItemSelected {
  background: var(--ant-color-fill-secondary);
  font-weight: 500;
}

.CategoryFilter-module__xloEdW__filterItemSelected .CategoryFilter-module__xloEdW__filterLabel {
  color: var(--ant-color-primary);
}

.CategoryFilter-module__xloEdW__filterIcon {
  color: var(--ant-color-text-description);
  flex-shrink: 0;
}

.CategoryFilter-module__xloEdW__filterLabel {
  text-transform: capitalize;
  flex: 1;
  font-size: .9rem;
}

.CategoryFilter-module__xloEdW__filterCount {
  color: var(--ant-color-text-description);
  text-align: right;
  min-width: 1.5rem;
  font-size: .75rem;
}

/* [project]/src/modules/templates/TemplatesSidebar.module.css [app-client] (css) */
.TemplatesSidebar-module__jG1Tha__sidebar {
  background: #fff;
  flex-shrink: 0;
  width: 100%;
  height: fit-content;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .TemplatesSidebar-module__jG1Tha__sidebar {
    width: calc(256px + var(--ant-padding));
    max-height: calc(100vh - 70px);
    padding-right: var(--ant-padding);
    position: sticky;
    top: 70px;
  }
}

/* [project]/src/modules/templates/TemplateCard.module.css [app-client] (css) */
.TemplateCard-module__sVaV2G__card {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.TemplateCard-module__sVaV2G__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px #0000001a;
}

.TemplateCard-module__sVaV2G__imageContainer {
  aspect-ratio: 1;
  background: #f5f5f5;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.TemplateCard-module__sVaV2G__imageContainer:after {
  content: "";
  background-color: var(--foreground);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

@supports (color: color-mix(in lab, red, red)) {
  .TemplateCard-module__sVaV2G__imageContainer:after {
    background-color: color-mix(in oklab, var(--foreground) 60%, transparent);
  }
}

.TemplateCard-module__sVaV2G__card:hover .TemplateCard-module__sVaV2G__imageContainer:after {
  opacity: 1;
}

.TemplateCard-module__sVaV2G__image {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.TemplateCard-module__sVaV2G__viewTemplateButton {
  z-index: 1;
  opacity: 0;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.TemplateCard-module__sVaV2G__card:hover .TemplateCard-module__sVaV2G__viewTemplateButton {
  opacity: 1;
}

.TemplateCard-module__sVaV2G__viewTemplateButton:hover {
  border-color: var(--ant-btn-border-color) !important;
  color: var(--ant-btn-text-color) !important;
  background-color: #ffffffe6 !important;
}

.TemplateCard-module__sVaV2G__content {
  padding: var(--ant-padding);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.TemplateCard-module__sVaV2G__tags {
  gap: var(--ant-padding-xs);
  margin-bottom: var(--ant-padding-xs);
  flex-wrap: wrap;
  display: flex;
}

.TemplateCard-module__sVaV2G__tag {
  text-transform: capitalize;
  font-size: var(--ant-size-sm) !important;
}

.TemplateCard-module__sVaV2G__title {
  color: var(--ant-color-text);
  margin-bottom: .5rem;
  font-weight: 600;
}

.TemplateCard-module__sVaV2G__card:hover .TemplateCard-module__sVaV2G__title {
  color: var(--ant-color-primary);
}

.TemplateCard-module__sVaV2G__description {
  font-size: var(--ant-font-size);
  color: var(--ant-color-text-tertiary);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
}

.TemplateCard-module__sVaV2G__footer {
  border-top: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.TemplateCard-module__sVaV2G__usageCount {
  color: #737373;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  display: flex;
}

.TemplateCard-module__sVaV2G__usageIcon {
  width: 16px;
  height: 16px;
}

.TemplateCard-module__sVaV2G__useButton {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 6px;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: background .2s;
}

.TemplateCard-module__sVaV2G__useButton:hover {
  background: #1d4ed8;
}

@media (max-width: 768px) {
  .TemplateCard-module__sVaV2G__content {
    padding: 1rem;
  }

  .TemplateCard-module__sVaV2G__title {
    font-size: 1.125rem;
  }

  .TemplateCard-module__sVaV2G__description {
    font-size: .9rem;
  }
}

/* [project]/src/modules/templates/TemplatesGrid.module.css [app-client] (css) */
.TemplatesGrid-module__eBna8G__header {
  scroll-margin-top: calc(var(--site-header-height) + 12px + 3rem + var(--ant-padding-lg));
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.TemplatesGrid-module__eBna8G__title {
  color: var(--ant-color-text);
  font-size: 1.75rem;
  font-weight: 600;
}

.TemplatesGrid-module__eBna8G__subtitle {
  color: var(--ant-color-text-description);
  margin-top: .25rem;
  font-size: .95rem;
}

.TemplatesGrid-module__eBna8G__controls {
  align-items: center;
  gap: 1rem;
  width: 140px;
  display: flex;
}

.TemplatesGrid-module__eBna8G__sortSelect {
  width: 100%;
}

.TemplatesGrid-module__eBna8G__grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.TemplatesGrid-module__eBna8G__loading {
  grid-column: 1 / -1;
  justify-content: center;
  padding: 1.5rem 0;
  display: flex;
}

.TemplatesGrid-module__eBna8G__empty {
  text-align: center;
  color: var(--ant-color-text-description);
  padding: 3rem 1rem;
}

.TemplatesGrid-module__eBna8G__emptyIcon {
  margin-bottom: 1rem;
  font-size: 3rem;
}

.TemplatesGrid-module__eBna8G__emptyTitle {
  color: var(--ant-color-text);
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.TemplatesGrid-module__eBna8G__emptyText {
  color: var(--ant-color-text-description);
  font-size: .95rem;
}

@media (max-width: 768px) {
  .TemplatesGrid-module__eBna8G__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .TemplatesGrid-module__eBna8G__controls {
    flex-direction: column;
    width: 100%;
  }

  .TemplatesGrid-module__eBna8G__sortSelect {
    width: 100%;
  }

  .TemplatesGrid-module__eBna8G__grid {
    grid-template-columns: 1fr;
  }
}

/* [project]/src/views/templates/TemplatesPage.module.css [app-client] (css) */
.TemplatesPage-module__ruFNdq__container {
  min-height: 100vh;
  margin-top: calc(var(--site-header-height) * -1);
  background: #fff;
}

.TemplatesPage-module__ruFNdq__content {
  gap: var(--ant-padding);
  padding: var(--ant-padding-xxl) var(--ant-padding-lg);
  margin: 0 auto;
  display: flex;
}

.TemplatesPage-module__ruFNdq__main {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1024px) {
  .TemplatesPage-module__ruFNdq__content {
    gap: var(--ant-padding);
    flex-direction: column;
  }
}

/*# sourceMappingURL=src_1l17z-t._.css.map*/