@charset "UTF-8";
/* Firefox'un Ermenice karakterleri yanlış fontta aramasını engellemek için */
:lang(hy) {
  font-family: "Noto Sans Armenian", sans-serif !important;
}

/* Footer ve genel linklerdeki karakterlerin render modunu değiştir */
.footer-links-link, body {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
}

/* Sadece Ermenice Unicode bloğu için fontu sabitleyelim (U+0530-058F Ermenice bloğudur) */
@font-face {
  font-family: "Noto Sans Armenian";
  src: local("Noto Sans Armenian");
  unicode-range: U+0530-058F, U+FB13-FB17, U+0020-007F; /* Ermenice + Standart Latin aralığı */
}
.inventory-section {
  padding: 80px 0 !important;
  background-color: #fff !important;
}
.inventory-section .collection-card.featured {
  position: relative !important;
  display: block !important;
  height: 480px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  text-decoration: none !important;
  -webkit-transition: -webkit-box-shadow 0.4s ease !important;
  transition: -webkit-box-shadow 0.4s ease !important;
  transition: box-shadow 0.4s ease !important;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease !important;
  cursor: pointer;
}
.inventory-section .collection-card.featured:hover {
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
}
.inventory-section .collection-card.featured:hover .card-img-wrapper img {
  -webkit-transform: scale(1.08) !important;
          transform: scale(1.08) !important;
}
.inventory-section .collection-card.featured:hover .card-img-wrapper::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.95)), color-stop(70%, transparent)) !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, transparent 70%) !important;
}
.inventory-section .collection-card.featured:hover .card-overlay {
  -webkit-transform: translateY(-8px) !important;
          transform: translateY(-8px) !important;
}
.inventory-section .collection-card.featured .card-img-wrapper {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
}
.inventory-section .collection-card.featured .card-img-wrapper img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transition: -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.inventory-section .collection-card.featured .card-img-wrapper::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(60%, transparent)) !important;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 60%) !important;
  z-index: 2 !important;
  -webkit-transition: background 0.4s ease !important;
  transition: background 0.4s ease !important;
}
.inventory-section .collection-card.featured .card-overlay {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  padding: 40px !important;
  z-index: 3 !important;
  -webkit-transition: -webkit-transform 0.4s ease !important;
  transition: -webkit-transform 0.4s ease !important;
  transition: transform 0.4s ease !important;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease !important;
}
.inventory-section .collection-card.featured .card-overlay .card-name {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin: 0 !important;
}
.inventory-section .collection-card.featured .card-overlay .card-name span {
  display: block !important;
  font-size: 1rem !important;
  color: rgba(255, 255, 255, 0.85) !important;
}
.inventory-section .dictionary-card {
  height: 480px !important;
  background: #f9f9f7 !important;
  border: 1px solid #eee !important;
  border-radius: 20px !important;
  padding: 3rem 2.5rem !important;
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  text-decoration: none !important;
  -webkit-transition: -webkit-box-shadow 0.3s ease !important;
  transition: -webkit-box-shadow 0.3s ease !important;
  transition: box-shadow 0.3s ease !important;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease !important;
}
.inventory-section .dictionary-card:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03) !important;
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03) !important;
}
.inventory-section .dictionary-card .word-initial {
  position: absolute !important;
  top: -10px !important;
  right: 0 !important;
  font-size: 10rem !important;
  opacity: 0.04 !important;
  z-index: 0 !important;
  color: #000 !important;
  font-weight: 900 !important;
}
.inventory-section .dictionary-card .word-hy {
  font-size: 2.5rem !important;
  color: #00447c !important;
  margin: 0 !important;
}
.inventory-section .dictionary-card .word-tr-sub {
  font-size: 1.2rem !important;
  color: #666 !important;
}
.inventory-section .dictionary-card .word-desc {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: #333 !important;
  margin-top: 2rem !important;
}
.inventory-section .dictionary-card .card-link {
  margin-top: auto !important;
  color: #00447c !important;
  font-weight: 700 !important;
  font-size: 0.85rem !important;
}
.inventory-section .dictionary-card .card-link:hover {
  color: #cf2e2e !important;
}

/* Kaynak Etiketi Stili */
.word-source-tag {
  background: rgba(230, 126, 34, 0.1); /* Hafif turuncu şeffaf arka plan */
  color: #d35400;
  padding: 2px 8px;
  border-radius: 12px;
  font-family: sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.word-source-tag i {
  font-size: 0.8rem;
}

/* Filigran Harf İçin Yumuşatma */
.word-initial {
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 120px;
  line-height: 1;
  font-weight: bold;
  color: #eee;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}/*# sourceMappingURL=inventory.css.map */