.amb-endorsement {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
  font-size: 0.72rem;
}
.amb-endorsement__label {
  color: #a8a29e;
  font-weight: 400;
  white-space: nowrap;
}
.amb-endorsement__name {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #57534e;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s;
}
.amb-endorsement__name:hover {
  color: #292524;
  text-decoration: underline;
}
.amb-endorsement__avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.amb-endorsement__avatar-fallback {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e7e5e4;
  box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  font-weight: 700;
  color: #78716c;
  flex-shrink: 0;
  letter-spacing: 0;
}
.amb-endorsement__avatar-fallback--ig {
  background: linear-gradient(135deg, #f09433, #dc2743, #bc1888);
  color: #fff;
  font-size: 0.6rem;
}
.amb-endorsement__sep {
  color: #a8a29e;
  font-weight: 400;
  margin: 0 0.05rem;
}

.amb-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border-radius: 100px;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 1px solid #f59e0b;
  font-size: 0.8rem;
  font-weight: 600;
  color: #92400e;
  text-decoration: none;
  transition: all 0.2s ease;
}
.amb-badge:hover {
  background: linear-gradient(135deg, #fde68a, #fcd34d);
  color: #78350f;
  text-decoration: none;
  transform: translateY(-1px);
}
.amb-badge i {
  font-size: 0.75rem;
}
.amb-badge__avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.amb-badge--review {
  background: linear-gradient(135deg, #f5f3ff, #ede9fe);
  border-color: #c4b5fd;
  color: #6d28d9;
}
.amb-badge--review:hover {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  color: #5b21b6;
}

.amb-hero {
  position: relative;
  margin-top: calc(-1 * var(--h, 64px));
  padding: calc(3rem + var(--h, 64px)) 0 2.5rem;
  overflow: hidden;
  background: linear-gradient(160deg, #0c0a09 0%, #1c1917 40%, #292524 100%);
  color: #fff;
}
.amb-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.amb-hero__bg--cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.amb-hero__bg--cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.amb-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.amb-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
}
.amb-hero__orb--1 {
  width: 400px;
  height: 400px;
  background: #f97316;
  top: -100px;
  right: -100px;
  opacity: 0.1;
}
.amb-hero__orb--2 {
  width: 300px;
  height: 300px;
  background: #fbbf24;
  bottom: -80px;
  left: -60px;
  opacity: 0.08;
}
.amb-hero__inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .amb-hero__inner {
    flex-direction: column;
    text-align: center;
  }
}
.amb-hero__avatar {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.amb-hero__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amb-hero__avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .amb-hero__avatar {
    width: 110px;
    height: 110px;
  }
}
.amb-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  border-radius: 100px;
  background: rgba(249, 115, 22, 0.2);
  color: #fdba74;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
.amb-hero__badge i {
  font-size: 0.75rem;
}
.amb-hero__name {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .amb-hero__name {
    font-size: 1.5rem;
  }
}
.amb-hero__platform {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7);
}
.amb-hero__platform i {
  font-size: 1.1rem;
}
.amb-hero__platform a {
  color: #fdba74;
  text-decoration: none;
  font-weight: 500;
}
.amb-hero__platform a:hover {
  color: #fff;
  text-decoration: underline;
}
.amb-hero__bio {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.25rem;
  max-width: 600px;
}
.amb-hero__stats {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .amb-hero__stats {
    justify-content: center;
  }
}
.amb-hero__stat {
  display: flex;
  flex-direction: column;
}
.amb-hero__stat-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f97316;
}
.amb-hero__stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.amb-venues {
  padding: 3rem 0 4rem;
  background: #f8fafc;
}
.amb-venues__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.amb-venues__title i {
  color: #ef4444;
  font-size: 1.1rem;
}
.amb-venues__grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.amb-venues__empty {
  text-align: center;
  padding: 4rem 2rem;
  color: #64748b;
}
.amb-venues__empty i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  opacity: 0.3;
}
.amb-venues__empty p {
  font-size: 1rem;
}

.amb-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  border: 1px solid #f1f5f9;
  cursor: pointer;
}
.amb-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  border-color: #e2e8f0;
}
.amb-card--highlighted {
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15), 0 8px 28px rgba(249, 115, 22, 0.1);
  animation: amb-card-pulse 2s ease-in-out;
}
@keyframes amb-card-pulse {
  0% {
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.3), 0 8px 28px rgba(249, 115, 22, 0.15);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.1), 0 8px 28px rgba(249, 115, 22, 0.08);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15), 0 8px 28px rgba(249, 115, 22, 0.1);
  }
}
@media (max-width: 640px) {
  .amb-card {
    grid-template-columns: 1fr;
  }
}
.amb-card__image {
  position: relative;
  overflow: hidden;
  background: #e2e8f0;
  min-height: 220px;
}
.amb-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.amb-card:hover .amb-card__image img {
  transform: scale(1.05);
}
@media (max-width: 640px) {
  .amb-card__image {
    min-height: 180px;
    max-height: 200px;
  }
}
.amb-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #fdf6ec 0%, #fbe9c8 55%, #f5d49a 100%);
  color: #c2410c;
}
.amb-card__placeholder-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(194, 65, 12, 0.18);
}
.amb-card__placeholder-icon i {
  font-size: 20px;
  color: #c2410c;
}
.amb-card__placeholder-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #c2410c;
  opacity: 0.8;
  letter-spacing: 0.02em;
}
.amb-card__type {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.amb-card__body {
  padding: 1.25rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.amb-card__name {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 0.35rem;
  letter-spacing: -0.01em;
}
.amb-card__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
  flex-wrap: wrap;
}
.amb-card__address {
  font-size: 0.82rem;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.amb-card__address i {
  color: #f97316;
  font-size: 0.75rem;
  flex-shrink: 0;
}
.amb-card__date {
  font-size: 0.75rem;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.amb-card__date i {
  font-size: 0.65rem;
  color: #cbd5e1;
}
.amb-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}
.amb-card__tag {
  padding: 0.25rem 0.65rem;
  border-radius: 8px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 0.72rem;
  font-weight: 600;
  border: 1px solid rgba(249, 115, 22, 0.12);
}
.amb-card__desc {
  font-size: 0.84rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  flex: 1;
}
.amb-card__note {
  font-size: 0.84rem;
  color: #475569;
  line-height: 1.65;
  margin-bottom: 0.75rem;
  flex: 1;
  padding: 0.65rem 0.85rem;
  background: #fffbf5;
  border-radius: 10px;
  border-left: 3px solid #f97316;
}
.amb-card__footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.5rem;
  border-top: 1px solid #f1f5f9;
}
.amb-card__cta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #f97316;
}
.amb-card__cta i {
  font-size: 0.72rem;
  transition: transform 0.2s ease;
}
.amb-card:hover .amb-card__cta i {
  transform: translateX(4px);
}
.amb-card__review {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.73rem;
  font-weight: 600;
  color: #7c3aed;
  text-decoration: none;
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  background: #f5f3ff;
  border: 1px solid #e9e5ff;
  transition: all 0.2s ease;
  z-index: 2;
  position: relative;
  margin-left: auto;
}
.amb-card__review:hover {
  background: #ede9fe;
  color: #6d28d9;
  transform: translateY(-1px);
}
.amb-card__review i {
  font-size: 0.7rem;
}

.amb-cta {
  padding: 3rem 0;
}
.amb-cta__card {
  text-align: center;
  padding: 3rem 2rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #0c0a09, #1c1917);
  color: #fff;
}
.amb-cta__card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.amb-cta__card p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}
.amb-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  border-radius: 100px;
  background: #f97316;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}
.amb-cta__btn:hover {
  background: #ea580c;
  color: #fff;
  transform: translateY(-2px);
}

.amb-stats {
  padding: 2.5rem 0 4rem;
  background: #f8fafc;
  min-height: 80vh;
}
.amb-stats__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.amb-stats__header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.amb-stats__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}
.amb-stats__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amb-stats__avatar span {
  font-size: 1.25rem;
  font-weight: 800;
  color: #92400e;
}
.amb-stats__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
  line-height: 1.2;
}
.amb-stats__subtitle {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0.15rem 0 0;
}
.amb-stats__handle {
  color: #a78bfa;
  font-weight: 600;
}
.amb-stats__profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #f97316;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid rgba(249, 115, 22, 0.15);
  transition: all 0.15s ease;
}
.amb-stats__profile-link:hover {
  background: #fed7aa;
  color: #c2410c;
}
.amb-stats__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .amb-stats__kpis {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .amb-stats__kpis {
    grid-template-columns: 1fr;
  }
}
.amb-stats__kpi {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8edf4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: box-shadow 0.15s, transform 0.15s;
}
.amb-stats__kpi:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}
.amb-stats__kpi-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.amb-stats__kpi-icon--blue {
  background: #dbeafe;
  color: #2563eb;
}
.amb-stats__kpi-icon--indigo {
  background: #e0e7ff;
  color: #4f46e5;
}
.amb-stats__kpi-icon--orange {
  background: #fff7ed;
  color: #ea580c;
}
.amb-stats__kpi-icon--green {
  background: #dcfce7;
  color: #16a34a;
}
.amb-stats__kpi-icon--purple {
  background: #f3e8ff;
  color: #7c3aed;
}
.amb-stats__kpi-icon--amber {
  background: #fef3c7;
  color: #b45309;
}
.amb-stats__kpi-value {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1;
}
.amb-stats__kpi-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0.2rem;
}
.amb-stats__table-wrap {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8edf4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-bottom: 2rem;
}
.amb-stats__table-header {
  padding: 1rem 1.5rem;
  border-bottom: 2px solid #e8edf4;
  background: #f8fafc;
}
.amb-stats__table-header h2 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #334155;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.amb-stats__table-header h2 i {
  color: #f97316;
  font-size: 0.9rem;
}
.amb-stats__table {
  width: 100%;
  border-collapse: collapse;
}
.amb-stats__table thead tr {
  background: #f8fafc;
  border-bottom: 1px solid #e8edf4;
}
.amb-stats__table thead th {
  padding: 0.7rem 1.25rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  border: none;
}
.amb-stats__table tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.12s;
}
.amb-stats__table tbody tr:last-child {
  border-bottom: none;
}
.amb-stats__table tbody tr:hover {
  background: #fafbff;
}
.amb-stats__table tbody td {
  padding: 0.875rem 1.25rem;
  font-size: 0.84rem;
  color: #334155;
  vertical-align: middle;
  border: none;
}
.amb-stats__clicks {
  font-weight: 700;
  color: #1e293b;
  font-size: 0.9rem;
}
.amb-stats__city {
  color: #64748b;
  font-size: 0.82rem;
}
.amb-stats__date {
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 600;
}
.amb-stats__review-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #7c3aed;
  text-decoration: none;
}
.amb-stats__review-link:hover {
  color: #6d28d9;
  text-decoration: underline;
}
.amb-stats__review-link i {
  font-size: 0.72rem;
}
.amb-stats__empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #94a3b8;
}
.amb-stats__empty i {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.75rem;
  opacity: 0.3;
}
.amb-stats__empty p {
  font-size: 0.9rem;
  margin: 0;
}
.amb-stats__footer {
  text-align: center;
}
.amb-stats__footer p {
  font-size: 0.78rem;
  color: #94a3b8;
  margin: 0;
}
.amb-stats__footer p i {
  margin-right: 0.3rem;
}

/*# sourceMappingURL=ambassador.output.css.map */
