/* [project]/src/app/(public)/gallery/gallery-theme.css [app-client] (css) */
.gal-stats {
  font-family: var(--mono);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--ink-soft);
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 38px;
  margin: 34px auto 0;
  font-size: 11px;
  display: flex;
}

.gal-stats span {
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.gal-stats .ic {
  width: 19px;
  height: 19px;
  color: var(--gold-deep);
}

.gal-tools {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 32px;
  margin-bottom: clamp(36px, 5vh, 56px);
  display: flex;
}

.gal-tools .search-bar {
  flex: 280px;
  max-width: 420px;
}

.gal-tools .search-bar .ic {
  width: 20px;
  height: 20px;
}

.gal-tools .chip {
  white-space: nowrap;
}

.gal-tools .chip .ic {
  width: 16px;
  height: 16px;
}

.gal-tools .chip .n {
  opacity: .6;
  margin-left: 7px;
  font-size: .9em;
}

.alb-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  gap: clamp(20px, 2.6vw, 30px);
  display: grid;
}

.alb-card {
  border: 1px solid var(--ink-faint);
  cursor: pointer;
  transition: transform .45s var(--ease-out), border-color .3s, box-shadow .45s var(--ease-out);
  background: #fff;
  border-radius: 22px;
  display: block;
  overflow: hidden;
}

.alb-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -28px #1d1d1d47;
}

.alb-card:focus-visible {
  outline: 2px solid var(--gold-deep);
  outline-offset: 3px;
}

.alb-cover {
  aspect-ratio: 4 / 3;
  background: var(--green-deep);
  position: relative;
  overflow: hidden;
}

.alb-cover .alb-art {
  transition: transform .8s var(--ease-out);
  place-items: center;
  display: grid;
  position: absolute;
  inset: -12%;
}

.alb-cover .alb-art svg {
  width: 78%;
  height: 78%;
  animation: 160s linear infinite spin;
}

.alb-card:hover .alb-cover .alb-art {
  transform: scale(1.07)rotate(4deg);
}

.alb-cover:after {
  content: "";
  background: linear-gradient(#0000 55%, #0e38288c);
  position: absolute;
  inset: 0;
}

.alb-count {
  z-index: 2;
  font-family: var(--mono);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink);
  background: #f8f7e5eb;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  font-size: 10.5px;
  display: inline-flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.alb-count .ic {
  width: 16px;
  height: 16px;
}

.alb-open {
  z-index: 2;
  font-family: var(--mono);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cream-on-dark);
  opacity: 0;
  transition: opacity .35s var(--ease-out), transform .35s var(--ease-out);
  align-items: center;
  gap: 9px;
  font-size: 10.5px;
  display: inline-flex;
  position: absolute;
  bottom: 16px;
  left: 16px;
  transform: translateY(8px);
}

.alb-open .ic {
  width: 17px;
  height: 17px;
  color: var(--gold);
}

.alb-card:hover .alb-open, .alb-card:focus-visible .alb-open {
  opacity: 1;
  transform: none;
}

.alb-info {
  padding: 24px 26px 26px;
}

.alb-info h3 {
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 400;
}

.alb-meta {
  font-family: var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 12px;
  font-size: 10.5px;
  display: flex;
}

.alb-meta span {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.alb-meta .ic {
  width: 15px;
  height: 15px;
  color: var(--gold-deep);
}

.alb-card.soon {
  cursor: default;
  background: var(--cream-2);
  border-style: dashed;
}

.alb-card.soon:hover {
  box-shadow: none;
  border-color: var(--gold);
  transform: none;
}

.soon-in {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  padding: clamp(30px, 4vw, 42px);
  display: flex;
}

.soon-ic {
  border: 1px solid var(--ink-faint);
  width: 64px;
  height: 64px;
  color: var(--gold-deep);
  background: #fff;
  border-radius: 50%;
  flex: none;
  place-items: center;
  display: grid;
}

.soon-ic .ic {
  width: 28px;
  height: 28px;
}

.alb-card.soon h3 {
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 26px);
  font-weight: 400;
}

.alb-card.soon p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

.soon-tag {
  font-family: var(--mono);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-deep);
  align-items: center;
  gap: 9px;
  margin-top: auto;
  font-size: 10.5px;
  display: inline-flex;
}

.soon-tag .ic {
  width: 16px;
  height: 16px;
}

.alb-card.soon.linky {
  cursor: pointer;
}

.alb-card.soon.linky:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -28px #1d1d1d47;
}

.alb-card.soon.linky .soon-tag {
  transition: gap .3s;
}

.alb-card.soon.linky:hover .soon-tag {
  gap: 14px;
}

.gal-none {
  text-align: center;
  color: var(--ink-soft);
  padding: clamp(40px, 7vh, 70px) 20px;
  display: none;
}

.gal-none .ic {
  width: 34px;
  height: 34px;
  color: var(--gold-deep);
  margin-bottom: 14px;
}

.gal-none p {
  font-family: var(--serif);
  color: var(--ink);
  font-size: 22px;
}

.lb {
  z-index: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s var(--ease-out);
  background: #14140ff0;
  place-items: center;
  padding: clamp(16px, 4vw, 48px);
  display: grid;
  position: fixed;
  inset: 0;
}

.lb.open {
  opacity: 1;
  pointer-events: auto;
}

.lb-stage {
  text-align: center;
  width: 100%;
  max-width: min(880px, 100%);
}

.lb-art {
  aspect-ratio: 4 / 3;
  background: var(--green-deep);
  max-height: 64vh;
  transition: transform .5s var(--ease-out);
  border-radius: 22px;
  place-items: center;
  margin: 0 auto;
  display: grid;
  position: relative;
  overflow: hidden;
  transform: scale(.94);
}

.lb.open .lb-art {
  transform: none;
}

.lb-art svg {
  width: 72%;
  height: 72%;
  animation: 160s linear infinite spin;
}

.lb-cap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 26px;
  margin-top: 22px;
  display: flex;
}

.lb-title {
  font-family: var(--serif);
  color: var(--cream-on-dark);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 300;
}

.lb-count {
  font-family: var(--mono);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  align-items: center;
  gap: 9px;
  font-size: 11px;
  display: inline-flex;
}

.lb-count .ic {
  width: 16px;
  height: 16px;
}

.lb-btn {
  width: 52px;
  height: 52px;
  color: var(--cream-on-dark);
  border: 1px solid #f8f7e54d;
  border-radius: 50%;
  place-items: center;
  transition: all .3s;
  display: grid;
  position: absolute;
}

.lb-btn .ic {
  width: 22px;
  height: 22px;
}

.lb-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: scale(1.06);
}

.lb-close {
  top: clamp(16px, 3vw, 32px);
  right: clamp(16px, 3vw, 32px);
}

.lb-prev {
  margin-top: -26px;
  top: 50%;
  left: clamp(12px, 3vw, 40px);
}

.lb-next {
  margin-top: -26px;
  top: 50%;
  right: clamp(12px, 3vw, 40px);
}

.lb-btn[disabled] {
  opacity: .25;
  pointer-events: none;
}

.lb-hint {
  font-family: var(--mono);
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #f8f7e573;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: clamp(14px, 3vh, 28px);
  left: 50%;
  transform: translateX(-50%);
}

.lb-hint .ic {
  width: 14px;
  height: 14px;
}

@media (max-width: 720px) {
  .gal-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .gal-tools .search-bar {
    max-width: none;
  }

  .gal-tools .chip-row {
    justify-content: center;
  }

  .alb-info {
    padding: 20px 22px 22px;
  }

  .lb-prev {
    left: 10px;
  }

  .lb-next {
    right: 10px;
  }

  .lb-btn {
    width: 44px;
    height: 44px;
  }

  .lb-hint {
    display: none;
  }
}

/*# sourceMappingURL=src_app_%28public%29_gallery_gallery-theme_1_f34c2.css.map*/