/* [project]/src/config/style/pixai.css [app-client] (css) */
:root {
  --pix-purple: #8b31f4;
  --pix-pale: #f1e7ff;
  --pix-line: #e6e6e9;
  --pix-text: #101014;
  --pix-muted: #777986;
}

body {
  color: var(--pix-text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.pix-shell {
  background: #fff;
  min-height: 100vh;
}

.pix-membership {
  z-index: 70;
  color: #fff;
  background: linear-gradient(90deg, #df69ee, #9e42f7, #d260ef);
  place-items: center;
  height: 32px;
  font-size: 16px;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.pix-header {
  z-index: 60;
  border-bottom: 1px solid var(--pix-line);
  background: #fffffff5;
  align-items: center;
  height: 56px;
  padding: 0 27px;
  display: flex;
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
}

.pix-logo {
  align-items: center;
  gap: 9px;
  font-size: 24px;
  display: flex;
}

.pix-logo img {
  width: 35px;
  height: 35px;
}

.pix-logo b {
  font-weight: 500;
}

.pix-search {
  color: #8b8d97;
  border: 1px solid #dedee3;
  border-radius: 20px;
  align-items: center;
  gap: 10px;
  height: 39px;
  margin-left: 28px;
  padding: 0 13px;
  font-size: 14px;
  display: flex;
}

.pix-search svg {
  width: 18px;
}

.pix-search svg:last-child {
  margin-left: 15px;
}

.pix-header-right {
  align-items: center;
  gap: 17px;
  margin-left: auto;
  display: flex;
}

.pix-header-right [data-slot="button"] {
  color: #7930e8 !important;
  background: #fff !important;
  border: 1px solid #8b31f4 !important;
  border-radius: 22px !important;
  height: 40px !important;
  padding: 0 15px !important;
}

.pix-header-right > button {
  background: #fff;
  border: 1px solid #222;
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}

.pix-mobile-menu, .pix-mobile-nav {
  display: none;
}

.pix-sidebar {
  z-index: 55;
  border-right: 1px solid var(--pix-line);
  background: #fff;
  width: 209px;
  padding: 5px 5px 15px;
  position: fixed;
  top: 88px;
  bottom: 0;
  left: 0;
}

.pix-collapse {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  place-items: center;
  width: 26px;
  height: 26px;
  display: grid;
  position: absolute;
  top: 14px;
  right: -13px;
  box-shadow: 0 2px 6px #bbb;
}

.pix-collapse svg {
  width: 18px;
}

.pix-sidebar nav {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.pix-sidebar nav a {
  border-radius: 6px;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 14px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.pix-sidebar nav a.active {
  background: #f0e5fb;
}

.pix-sidebar svg {
  color: #555;
  width: 21px;
}

.pix-sidebar em {
  color: #fff;
  background: #df55c2;
  margin-left: auto;
  padding: 1px 3px;
  font-size: 10px;
  font-style: normal;
}

.pix-side-bottom {
  flex-direction: column;
  gap: 18px;
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 16px;
  right: 12px;
}

.pix-side-bottom a {
  align-items: center;
  gap: 11px;
  font-size: 15px;
  display: flex;
}

.pix-side-bottom svg {
  width: 21px;
}

.pix-side-bottom div {
  color: #3c3c40;
  letter-spacing: 6px;
}

.pix-content {
  padding-top: 88px;
  padding-left: 209px;
}

.pix-main {
  min-height: 100vh;
}

.pix-hero {
  text-align: center;
  padding: 46px 22px 22px;
}

.pix-hero h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
}

.pix-hero > p {
  color: #747683;
  margin-top: 10px;
  font-size: 18px;
}

.pix-banner {
  border-radius: 16px;
  max-width: 900px;
  height: 160px;
  margin: 42px auto 32px;
  overflow: hidden;
}

.pix-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pix-generator {
  text-align: left;
  background: #fff;
  border: 1px solid #e6e6e8;
  border-radius: 25px;
  max-width: 768px;
  min-height: 160px;
  margin: 0 auto;
  padding: 24px 9px 9px 23px;
  box-shadow: 0 10px 25px #25204710;
}

.pix-generator > div:first-child {
  color: #9ea1b2;
  gap: 16px;
  font-size: 16px;
  display: flex;
}

.pix-generator svg {
  color: #777;
  width: 20px;
}

.pix-generator-actions {
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
  display: flex;
}

.pix-generator-actions label {
  font-size: 12px;
}

.pix-generator-actions i {
  vertical-align: -2px;
  background: #111;
  border-radius: 10px;
  width: 22px;
  height: 12px;
  margin-right: 3px;
  display: inline-block;
}

.pix-generate {
  color: #fff;
  background: linear-gradient(120deg, #7330ec, #9b32ed);
  border: 0;
  border-radius: 16px;
  width: 132px;
  height: 49px;
  font-size: 16px;
  font-weight: 700;
}

.pix-feed {
  padding: 8px 10px 50px;
}

.pix-filters {
  z-index: 20;
  background: #fff;
  gap: 8px;
  padding: 8px 0 14px;
  display: flex;
  position: sticky;
  top: 88px;
  overflow: hidden;
}

.pix-filters button {
  white-space: nowrap;
  background: #f5f5f6;
  border: 0;
  border-radius: 12px;
  align-items: center;
  gap: 7px;
  height: 40px;
  padding: 0 14px;
  font-size: 14px;
  display: flex;
}

.pix-filters button.selected {
  color: #8634eb;
  background: #f7f0ff;
  border: 1px solid #c996ff;
}

.pix-filters button.contest {
  background: #fff;
  border: 1px solid #d9c2ff;
}

.pix-filters svg {
  width: 18px;
}

.pix-filters img {
  object-fit: cover;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.pix-masonry {
  columns: 4;
  column-gap: 10px;
}

.pix-card {
  break-inside: avoid;
  background: #fff;
  border: 1px solid #dedee2;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

.pix-card-media {
  background: #eee;
  position: relative;
  overflow: hidden;
}

.pix-card-media > img {
  object-fit: cover;
  width: 100%;
  min-height: 240px;
  max-height: 555px;
  display: block;
}

.pix-card.c0 .pix-card-media > img, .pix-card.c3 .pix-card-media > img {
  aspect-ratio: 1;
}

.pix-card.c1 .pix-card-media > img {
  aspect-ratio: 3 / 4;
}

.pix-card.c2 .pix-card-media > img {
  aspect-ratio: 4 / 3;
}

.pix-card-media > button {
  color: #fff;
  background: #242426b8;
  border: 0;
  border-radius: 9px;
  place-items: center;
  width: 29px;
  height: 29px;
  display: grid;
  position: absolute;
  top: 7px;
  right: 7px;
}

.pix-card-media > button svg {
  width: 18px;
}

.pix-animated {
  color: #fff;
  background: #852bdc;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 12px;
  position: absolute;
  top: 7px;
  left: 7px;
}

.pix-card-copy {
  flex-direction: column;
  min-height: 58px;
  padding: 10px 12px;
  display: flex;
  position: relative;
}

.pix-card-copy strong {
  font-size: 14px;
}

.pix-card-copy small {
  color: #555;
  margin-top: 4px;
  font-size: 12px;
}

.pix-card-copy > span {
  color: #666;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  display: flex;
  position: absolute;
  bottom: 14px;
  right: 11px;
}

.pix-card-copy > span svg {
  fill: #aaa;
  color: #aaa;
  width: 18px;
}

.pix-footer {
  border-top: 1px solid var(--pix-line);
  background: #fafafa;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  padding: 65px 38px 30px;
  display: grid;
}

.pix-footer > div {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.pix-footer h3 {
  margin-bottom: 5px;
  font-size: 15px;
}

.pix-footer a {
  color: #60616a;
  font-size: 13px;
}

.pix-footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  flex-direction: row !important;
  grid-column: 1 / -1 !important;
}

.pix-footer-bottom span {
  margin-right: auto;
}

.pix-login-hero {
  display: none;
}

@media (max-width: 900px) {
  .pix-membership {
    height: 29px;
    font-size: 13px;
  }

  .pix-header {
    height: 57px;
    padding: 0 15px;
    top: 29px;
  }

  .pix-search, .pix-header-right {
    display: none;
  }

  .pix-mobile-menu {
    background: none;
    border: 0;
    margin-left: auto;
    display: block;
  }

  .pix-mobile-nav {
    z-index: 59;
    background: #fff;
    border-bottom: 1px solid #ddd;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    display: flex;
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
  }

  .pix-mobile-nav a, .pix-mobile-nav button {
    text-align: left;
    background: #f6f2fb;
    border: 0;
    border-radius: 8px;
    padding: 12px;
  }

  .pix-sidebar {
    display: none;
  }

  .pix-content {
    padding: 86px 0 0;
  }

  .pix-hero {
    padding: 35px 12px 12px;
  }

  .pix-hero h1 {
    font-size: 28px;
  }

  .pix-hero > p {
    font-size: 15px;
  }

  .pix-banner {
    height: 110px;
    margin: 28px 0 20px;
  }

  .pix-generator {
    border-radius: 19px;
    min-height: 140px;
  }

  .pix-generator-actions {
    margin-top: 25px;
  }

  .pix-feed {
    padding: 5px;
  }

  .pix-filters {
    top: 86px;
  }

  .pix-masonry {
    columns: 2;
    column-gap: 6px;
  }

  .pix-card {
    border-radius: 8px;
    margin-bottom: 6px;
  }

  .pix-card-media > img {
    min-height: 160px;
  }

  .pix-card-copy {
    min-height: 54px;
    padding: 8px;
  }

  .pix-card-copy strong {
    font-size: 12px;
  }

  .pix-card-copy > span {
    font-size: 10px;
  }

  .pix-footer {
    grid-template-columns: repeat(2, 1fr);
    padding: 45px 20px;
  }

  .pix-footer-bottom {
    flex-direction: column !important;
  }

  .pix-logo {
    font-size: 21px;
  }
}

.pix-sign-modal {
  color: #111 !important;
  background: #fff !important;
}

.pix-sign-top {
  color: #fff;
  background: linear-gradient(145deg, #922aff, #cc6af0);
  min-height: 223px;
  padding: 64px 24px 20px;
  position: relative;
  overflow: hidden;
}

.pix-sign-top:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  height: 38px;
  position: absolute;
  bottom: -22px;
  left: -8%;
  right: -8%;
}

.pix-sign-top > button {
  z-index: 3;
  color: #fff;
  background: none;
  border: 0;
  position: absolute;
  top: 18px;
  right: 18px;
}

.pix-sign-top > button svg {
  width: 19px;
}

.pix-sign-top h2 {
  font-size: 25px;
  font-weight: 800;
}

.pix-sign-top p {
  max-width: 255px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.35;
}

.pix-sign-top span {
  background: #ffffff28;
  border-radius: 15px;
  margin-top: 10px;
  padding: 4px 10px;
  font-size: 12px;
  display: inline-block;
}

.pix-sign-top img {
  z-index: 2;
  object-fit: contain;
  width: 105px;
  height: 105px;
  position: absolute;
  bottom: 2px;
  right: 14px;
}

.pix-sign-body {
  padding: 14px 24px 28px;
  position: relative;
}

.pix-sign-body .pix-recommended {
  z-index: 3;
  color: #fff;
  background: linear-gradient(90deg, #7b24e9, #00a99d);
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 11px;
  position: absolute;
  top: 4px;
  right: 35px;
}

.pix-sign-body [data-slot="button"] {
  color: #222 !important;
  background: #fff !important;
  border: 1px solid #dedee3 !important;
  border-radius: 13px !important;
  height: 56px !important;
  font-size: 14px !important;
  box-shadow: 0 1px 2px #bbb5 !important;
}

.pix-sign-body [data-slot="button"] svg {
  color: #4285f4 !important;
}

.pix-sign-body > div:not(.pix-recommended) {
  width: 100% !important;
  max-width: none !important;
}

.pix-sign-body > p {
  color: #9a9ba4;
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
  line-height: 1.6;
}

.pix-sign-body > p a {
  color: #777;
}

/*# sourceMappingURL=src_config_style_pixai_c8ffb5e8.css.map*/