﻿.exp-page {
  background-color: #0A0C0A;
  min-height: 100vh;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.exp-page__main {
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}

.exp-breadcrumb {
  background-color: rgba(23, 51, 32, 0.8);
  border-bottom: 1px solid rgba(218, 218, 218, 0.15);
  padding: 16px 0;
}
.exp-breadcrumb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.exp-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.exp-breadcrumb__item {
  font-size: 0.85rem;
  color: #DADADA;
}
.exp-breadcrumb__item--current {
  color: #F2F2F2;
  font-weight: 500;
}

.exp-breadcrumb__link {
  color: #DADADA;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease-in-out;
}
.exp-breadcrumb__link:hover {
  color: #6BDB90;
}
.exp-breadcrumb__link i {
  font-size: 0.9rem;
}

.exp-breadcrumb__separator {
  color: #666766;
  font-size: 0.7rem;
}

.exp-breadcrumb__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6BDB90;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: rgba(107, 219, 144, 0.1);
  transition: all 0.2s ease-in-out;
}
.exp-breadcrumb__back:hover {
  background-color: rgba(107, 219, 144, 0.2);
  color: #6BDB90;
}
@media (max-width: 480px) {
  .exp-breadcrumb__back span {
    display: none;
  }
}

.exp-header {
  padding: 32px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .exp-header {
    padding: 48px 24px;
  }
}

.exp-header__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #F2F2F2;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.exp-header__title i {
  color: #6BDB90;
}
@media (min-width: 768px) {
  .exp-header__title {
    font-size: 2.25rem;
  }
}

.exp-header__subtitle {
  font-size: 1rem;
  color: #DADADA;
  margin: 0;
}

.exp-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: rgba(107, 219, 144, 0.15);
  color: #6BDB90;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-left: 16px;
}

.exp-search {
  padding: 0 24px 32px;
  max-width: 600px;
  margin: 0 auto;
}

.exp-search__input-group {
  display: flex;
  align-items: stretch;
  background-color: #173320;
  border: 1px solid rgba(218, 218, 218, 0.15);
  border-radius: 14px;
  overflow: hidden;
}
.exp-search__input-group:focus-within {
  border-color: #6BDB90;
  box-shadow: 0 0 0 2px rgba(107, 219, 144, 0.2);
}

.exp-search__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #666766;
}
.exp-search__icon i {
  font-size: 1.1rem;
}

.exp-search__input {
  flex: 1;
  background: transparent;
  border: none;
  color: #F2F2F2;
  font-size: 1rem;
  padding: 16px 16px 16px 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.exp-search__input::placeholder {
  color: #666766;
}
.exp-search__input:focus {
  outline: none;
}

.exp-search__count {
  font-size: 0.85rem;
  color: #666766;
  text-align: center;
  margin-top: 8px;
}

.exp-info-panels {
  padding: 0 24px 32px;
  margin-bottom: 24px;
}

.exp-info-panel {
  background-color: #173320;
  border: 1px solid rgba(218, 218, 218, 0.15);
  border-radius: 18px;
  padding: 32px;
  height: 100%;
}
.exp-info-panel--app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.exp-info-panel--legend {
  display: flex;
  flex-direction: column;
}

.exp-info-panel__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #F2F2F2;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.exp-info-panel__title i {
  color: #6BDB90;
}

.exp-info-panel__text {
  font-size: 0.9rem;
  color: #DADADA;
  margin-bottom: 24px;
  line-height: 1.5;
}

.exp-info-panel__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991px) {
  .exp-info-panel__buttons {
    justify-content: center;
  }
}

.exp-info-panel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(218, 218, 218, 0.15);
  border-radius: 8px;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  flex: 1;
  min-width: 120px;
  overflow: hidden;
}
.exp-info-panel__btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #6BDB90;
  transform: translateY(-2px);
}
.exp-info-panel__btn img {
  width: 100%;
  height: auto;
  display: block;
}

.exp-legend__item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: #DADADA;
}
.exp-legend__item:last-child {
  margin-bottom: 0;
}

.exp-legend__icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}
.exp-legend__icon--featured {
  background-color: rgba(107, 219, 144, 0.2);
  color: #6BDB90;
}
.exp-legend__icon--posts {
  background-color: rgba(69, 183, 209, 0.2);
  color: #45B7D1;
}
.exp-legend__icon--basic {
  background-color: rgba(102, 103, 102, 0.2);
  color: #666766;
}

.exp-grid {
  padding: 0 24px 48px;
}

.exp-card {
  display: block;
  text-decoration: none;
  background-color: #173320;
  border: 1px solid rgba(218, 218, 218, 0.15);
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.exp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  border-color: rgba(107, 219, 144, 0.3);
  text-decoration: none;
}
.exp-card--featured {
  border-color: rgba(107, 219, 144, 0.8);
}
.exp-card--posts {
  border-color: rgba(69, 183, 209, 0.5);
}

.exp-card__inner {
  position: relative;
  padding: 24px;
}

.exp-card__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.exp-card__icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 8px;
  background-color: rgba(107, 219, 144, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6BDB90;
  font-size: 1.25rem;
}
.exp-card__icon--flag {
  background-color: transparent;
  border: 1px solid rgba(218, 218, 218, 0.15);
  padding: 0;
  overflow: hidden;
}
.exp-card__icon--flag .fi {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.exp-card__icon--coat-of-arms {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(218, 218, 218, 0.15);
  padding: 4px;
  overflow: hidden;
}
.exp-card__icon--coat-of-arms img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.exp-card__icon--letter {
  border: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.exp-card__icon--letter span {
  line-height: 1;
  position: relative;
  z-index: 2;
}
.exp-card__icon--letter::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.exp-card__logo {
  width: 48px;
  height: 48px;
  min-width: 48px;
  max-width: 48px;
  max-height: 48px;
  border-radius: 8px;
  object-fit: contain;
  background-color: #FFFFFF;
  border: 1px solid rgba(218, 218, 218, 0.15);
  padding: 4px;
}

.exp-card__title-wrap {
  flex: 1;
  min-width: 0;
}

.exp-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #F2F2F2;
  margin: 0 0 4px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.exp-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: rgba(107, 219, 144, 0.15);
  color: #6BDB90;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 500;
}
.exp-card__badge i {
  font-size: 0.65rem;
}
.exp-card__badge--posts {
  background-color: rgba(69, 183, 209, 0.15);
  color: #45B7D1;
}

.exp-card__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(107, 219, 144, 0.15);
  color: #6BDB90;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 4px;
}

.exp-card__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.exp-card__meta {
  font-size: 0.85rem;
  color: #DADADA;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.4;
}
.exp-card__meta i {
  color: #666766;
  margin-top: 2px;
  flex-shrink: 0;
}
.exp-card__meta--accent {
  color: #6BDB90;
}
.exp-card__meta span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.exp-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 24px;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(218, 218, 218, 0.15);
}

.exp-card__cta {
  font-size: 0.85rem;
  color: #6BDB90;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.exp-card__cta i {
  transition: transform 0.2s ease-in-out;
}
.exp-card:hover .exp-card__cta i {
  transform: translateX(4px);
}

.exp-mobile-apps {
  padding: 32px 24px;
  text-align: center;
  background-color: rgba(23, 51, 32, 0.5);
  margin-top: 32px;
}

.exp-mobile-apps__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #F2F2F2;
  margin-bottom: 24px;
}

.exp-mobile-apps__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.exp-mobile-apps__btn {
  padding: 8px 16px;
  border: 1px solid rgba(218, 218, 218, 0.15);
  border-radius: 8px;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.exp-mobile-apps__btn:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #6BDB90;
}
.exp-mobile-apps__btn img {
  height: 28px;
  width: auto;
}
