/* ==============================
   فونت‌های فارسی لوکال
   ============================== */
@font-face {
  font-family: 'Vazir';
  src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2'),
       url('../fonts/Vazirmatn-Regular.woff2') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir';
  src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2'),
       url('../fonts/Vazirmatn-Medium.woff2') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazir';
  src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2'),
       url('../fonts/Vazirmatn-Bold.woff2') format('woff');
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Shabnam';
  src: url('../fonts/Shabnam-FD-WOL.woff2') format('woff2'),
       url('../fonts/Shabnam-FD-WOL.woff2') format('woff');
  font-weight: normal;
  font-display: swap;
}

/* ==============================
   متغیرهای رنگ (تم)
   ============================== */
:root {
  --primary:       #1a73e8;
  --primary-dark:  #1557b0;
  --surface:       #ffffff;
  --surface-2:     #f8f9fa;
  --surface-3:     #f1f3f4;
  --on-surface:    #202124;
  --on-surface-2:  #5f6368;
  --border:        #e8eaed;
  --shadow-sm:     0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md:     0 4px 12px rgba(0,0,0,0.10), 0 2px 6px rgba(0,0,0,0.06);
  --shadow-lg:     0 8px 24px rgba(0,0,0,0.12), 0 4px 10px rgba(0,0,0,0.07);
  --radius-sm:     8px;
  --radius-md:     14px;
  --radius-lg:     20px;
  --transition:    0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==============================
   ریست و پایه
   ============================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Vazir', 'Shabnam', Tahoma, sans-serif;
  direction: rtl;
  background: var(--surface-2);
  color: var(--on-surface);
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-top: 56px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

html, body {
  overflow-x: hidden !important;
  width: 100%;
}


/* ==============================
   هدر
   ============================== */
.app-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 0 16px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--primary);
}

.header-logo img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.header-search {
  flex: 1;
  max-width: 320px;
  margin: 0 16px;
  position: relative;
}

.header-search input {
  width: 100%;
  padding: 8px 36px 8px 14px;
  border: 1.5px solid var(--border);
  border-radius: 24px;
  background: var(--surface-3);
  font-family: inherit;
  font-size: 0.9rem;
  color: var(--on-surface);
  outline: none;
  transition: border-color var(--transition), background var(--transition);
  direction: rtl;
}

.header-search input:focus {
  border-color: var(--primary);
  background: var(--surface);
}

.header-search .search-icon {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--on-surface-2);
  font-size: 0.95rem;
  pointer-events: none;
}

/* ==============================
   محتوای اصلی
   ============================== */
.main-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px 12px 80px;
}

/* ==============================
   اسلایدر بنر
   ============================== */
.banner-section {
  margin-bottom: 8px;
  margin-top: 8px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.banner-swiper {
  width: 100%;
  height: 160px;
  border-radius: var(--radius-lg);
}

.banner-slide {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px;
  overflow: hidden;
  height: 160px;
}

.banner-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.1) 100%);
  z-index: 1;
}

.banner-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text {
  position: relative;
  z-index: 2;
  color: white;
}

.banner-text h2 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.banner-text p {
  font-size: 0.85rem;
  opacity: 0.9;
  margin-top: 4px;
}

/* نقطه‌های pagination بنر */
.banner-pagination {
  bottom: 10px !important;
}

.banner-pagination .swiper-pagination-bullet {
  background: rgba(255,255,255,0.6);
  opacity: 1;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: white;
  width: 20px;
  border-radius: 4px;
}

/* ==============================
   سکشن دسته‌بندی
   ============================== */
.category-section {
  margin-bottom: 28px;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 0 4px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.05rem;
  font-weight: bold;
  color: var(--on-surface);
}

.section-title .cat-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: white;
}

.section-more {
  font-size: 0.82rem;
  color: var(--primary);
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 20px;
  transition: background var(--transition);
  white-space: nowrap;
}

.section-more:hover {
  background: rgba(26, 115, 232, 0.08);
}

/* ==============================
   اسلایدر اپ‌ها (افقی)
   ============================== */
.apps-swiper {
  width: 100%;
  padding: 4px 4px 14px !important;
  overflow: hidden !important;
  min-height: 170px;
  height: 100%;
  justify-content: flex-start;
}

/* ==============================
   کارت اپ
   ============================== */
.app-card {
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 10px 8px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  width: 130px;
  min-height: 160px;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.app-card:hover,
.app-card:active {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-md);
  border-color: rgba(26, 115, 232, 0.2);
}

.app-card:active {
  transform: translateY(0) scale(0.98);
}

.app-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  flex-shrink: 0;
  background: var(--surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-icon-placeholder {
  font-size: 2rem;
  color: var(--primary);
}

.app-title {
  font-size: 0.70rem;
  font-weight: bold;
  color: var(--on-surface);
  margin-bottom: 4px;
  line-height: 1.4;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.app-desc {
  font-size: 0.60rem;
  color: var(--on-surface-2);
  line-height: 1.5;
  display: -webkit-box;
  min-height: 2.4em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.app-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 0.65rem;
  font-weight: bold;
  color: white;
  padding: 2px 7px;
  border-radius: 20px;
  line-height: 1.6;
}

/* ==============================
   فوتر
   ============================== */
.app-footer {
  text-align: center;
  padding: 20px;
  color: var(--on-surface-2);
  font-size: 0.8rem;
  border-top: 1px solid var(--border);
  margin-top: 20px;
  margin-bottom: 40px;
}

/* ارتباط در بله */
.footer-contact{
  margin-bottom:12px;
}

.footer-contact a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:20px;
  background:#eef7ff;
  border:1px solid #1a73e8;
  color:#1a73e8;
  font-size:.8rem;
  font-weight:500;
  transition:all .2s;
}

.footer-contact a:hover{
  background:#1a73e8;
  color:white;
}

.footer-contact img{
  width:18px;
  height:18px;
}


/* ==============================
   نتایج جستجو
   ============================== */
.search-results {
  display: none;
  margin-bottom: 24px;
}

.search-results.active {
  display: block;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 14px;
}

.no-results {
  text-align: center;
  padding: 40px 20px;
  color: var(--on-surface-2);
}

.no-results i {
  font-size: 3rem;
  margin-bottom: 12px;
  opacity: 0.4;
}

/* ==============================
   دکمه Install (PWA)
   ============================== */
.install-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 28px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: bold;
  box-shadow: 0 4px 20px rgba(26, 115, 232, 0.45);
  cursor: pointer;
  z-index: 200;
  transition: transform var(--transition), box-shadow var(--transition);
  white-space: nowrap;
  gap: 8px;
  align-items: center;
}

.install-btn.visible {
  display: flex;
}

.install-btn:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 6px 24px rgba(26, 115, 232, 0.55);
}

/* ==============================
   اسکلتون لودینگ
   ============================== */
.skeleton {
  background: linear-gradient(90deg, var(--surface-3) 25%, #e8eaed 50%, var(--surface-3) 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.4s infinite;
  border-radius: var(--radius-sm);
}

@keyframes skeleton-loading {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ==============================
   ریسپانسیو
   ============================== */
@media (max-width: 576px) {
  .header-search {
    display: none;
  }

  .banner-swiper {
    height: 140px;
  }

  .app-card {
    width: 118px;
    min-height: 150px;
    padding: 12px 10px;
  }

  .app-icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 15px;
  }

  .main-content {
    padding: 12px 8px 70px;
  }

  .update-notice {
        font-size: 14px;
        padding: 10px 14px;
        margin: 10px 12px;
        text-align: center;
    }

    .update-notice i {
        margin-left: 6px;
    }

.fix-notice {
        font-size: 14px;
        padding: 10px 14px;
        margin: 10px 12px;
        text-align: center;
    }

    .fix-notice i {
        margin-left: 6px;
    }
    
    .footer-contact {
        justify-content: center;
        width: 100%;
    }

    .footer-contact a {
        font-size: 14px;
        padding: 8px 14px;
    }

    .footer-contact img {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 768px) {
  .banner-swiper {
    height: 200px;
  }

  .banner-text h2 {
    font-size: 1.6rem;
  }

  .app-card {
    width: 145px;
    min-height: 172px;
  }
}

/* ==============================
   انیمیشن ورود
   ============================== */
.fade-in-up {
  animation: fadeInUp 0.4s ease both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.category-section:nth-child(1) { animation-delay: 0.05s; }
.category-section:nth-child(2) { animation-delay: 0.10s; }
.category-section:nth-child(3) { animation-delay: 0.15s; }
.category-section:nth-child(4) { animation-delay: 0.20s; }



/* ==============================
   دارک مد
   ============================== */
[data-theme="dark"] {
  --surface:       #1e1e1e;
  --surface-2:     #121212;
  --surface-3:     #2a2a2a;
  --on-surface:    #e8eaed;
  --on-surface-2:  #9aa0a6;
  --border:        #3c3c3c;
  --shadow-sm:     0 1px 3px rgba(0,0,0,0.35);
  --shadow-md:     0 4px 12px rgba(0,0,0,0.45);
  --shadow-lg:     0 8px 24px rgba(0,0,0,0.55);
}

[data-theme="dark"] .app-header {
  background: #1e1e1e;
}

[data-theme="dark"] .header-search input {
  background: #2a2a2a;
  color: #e8eaed;
  border-color: #3c3c3c;
}

[data-theme="dark"] .app-card {
  background: #2a2a2a;
  border-color: #3c3c3c;
}

[data-theme="dark"] body {
  background: #121212;
}

/* دکمه تم */
.theme-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--on-surface-2);
  font-size: 1.1rem;
  transition: background var(--transition), color var(--transition);
  flex-shrink: 0;
}

.theme-btn:hover {
  background: var(--surface-3);
  color: var(--primary);
}

/* ==============================
   تب‌بار پایین
   ============================== */
.bottom-tabbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: stretch;
  z-index: 150;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}

.tab-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
  border: none;
  background: none;
  color: var(--on-surface-2);
  font-family: inherit;
  font-size: 0.7rem;
  transition: color var(--transition), background var(--transition);
  padding: 6px 4px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.tab-item i {
  font-size: 1.25rem;
  transition: transform var(--transition);
}

.tab-item.active {
  color: var(--primary);
}

.tab-item.active i {
  transform: translateY(-1px);
}

.tab-item.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 2.5px;
  background: var(--primary);
  border-radius: 0 0 4px 4px;
}

/* ==============================
   محتوای تب‌ها
   ============================== */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* ==============================
   لیست جدیدترین‌ها / آپدیت‌ها
   ============================== */
.list-view-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.list-app-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.list-app-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.list-app-card:active {
  transform: scale(0.99);
}

.list-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--surface-3);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.list-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-app-info {
  flex: 1;
  min-width: 0;
}

.list-app-title {
  font-weight: bold;
  font-size: 0.95rem;
  color: var(--on-surface);
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-app-desc {
  font-size: 0.8rem;
  color: var(--on-surface-2);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-app-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
}

.list-app-version {
  font-size: 0.72rem;
  color: var(--on-surface-2);
}

.list-app-date {
  font-size: 0.7rem;
  color: var(--on-surface-2);
  margin-right: auto;
}

/* ==============================
   بنر کلیک‌پذیر (cursor)
   ============================== */
.banner-slide {
  cursor: pointer;
}

/* ==============================
   دیالوگ پیام نصب PWA
   ============================== */
.install-dialog {
  display: none;
  position: fixed;
  bottom: 70px;
  left: 12px;
  right: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 18px 16px;
  z-index: 300;
  animation: slideUpDialog 0.3s ease;
}

.install-dialog.visible {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

@keyframes slideUpDialog {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

.install-dialog-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.install-dialog-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.install-dialog-body {
  flex: 1;
  min-width: 0;
}

.install-dialog-title {
  font-weight: bold;
  font-size: 0.95rem;
  margin-bottom: 3px;
  color: var(--on-surface);
}

.install-dialog-desc {
  font-size: 0.8rem;
  color: var(--on-surface-2);
  line-height: 1.5;
}

.install-dialog-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.btn-install-confirm {
  flex: 1;
  background: var(--primary);
  color: white;
  border: none;
  padding: 9px 14px;
  border-radius: 20px;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: bold;
  cursor: pointer;
  transition: background var(--transition);
}

.btn-install-confirm:hover {
  background: var(--primary-dark);
}

.btn-install-dismiss {
  background: var(--surface-3);
  color: var(--on-surface-2);
  border: none;
  padding: 9px 14px;
  border-radius: 20px;
  font-family: inherit;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background var(--transition);
}

.btn-install-dismiss:hover {
  background: var(--border);
}

/* بنر ios راهنما */
.ios-install-hint {
  display: none;
  position: fixed;
  bottom: 70px;
  left: 12px;
  right: 12px;
  background: #333;
  color: white;
  border-radius: var(--radius-md);
  padding: 14px 16px;
  font-size: 0.85rem;
  line-height: 1.6;
  z-index: 300;
  text-align: center;
  box-shadow: var(--shadow-lg);
  animation: slideUpDialog 0.3s ease;
}

.ios-install-hint.visible {
  display: block;
}

.ios-install-hint .close-hint {
  position: absolute;
  top: 8px;
  left: 10px;
  background: none;
  border: none;
  color: white;
  font-size: 1.1rem;
  cursor: pointer;
  line-height: 1;
}

/* تنظیم padding پایین صفحه بخاطر تب‌بار */
.main-content {
  padding-bottom: 30px !important;
}



/* کادر جستجوی موبایل */
.mobile-search-box {
  display: none;
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  padding: 10px 16px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  z-index: 150;
  animation: fadeDown 0.2s ease;
}


@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* دارک مد — همگام با index.php */
[data-theme="dark"] body {
  background: var(--bg-dark, #0f1117) !important;
  color: var(--text-dark, #e8eaf0) !important;
}

[data-theme="dark"] .app-header {
  background: var(--surface-dark, #1a1d27) !important;
  border-color: var(--border-dark, #2a2f45) !important;
}

[data-theme="dark"] .app-card {
  background: var(--surface-dark, #1a1d27) !important;
  border-color: var(--border-dark, #2a2f45) !important;
  color: var(--text-dark, #e8eaf0) !important;
}

[data-theme="dark"] .app-desc {
  color: #9098b1 !important;
}

[data-theme="dark"] .main-content {
  background: var(--bg-dark, #0f1117) !important;
}




/* پیام بروزرسانی سایت */
.update-notice{
  margin:10px 0 18px;
  padding:10px 14px;
  border-radius:12px;
  background:#e8f0fe;
  border:1px solid #1a73e8;
  color:#1a73e8;
  font-size:.85rem;
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:center;
  font-weight:500;
}

.update-notice i{
  font-size:.9rem;
}

/* پیام درحال تعمیر سایت */
.fix-notice{
  margin:10px 0 18px;
  padding:10px 14px;
  border-radius:12px;
  background:#fff7e0;
  border:1px solid #f5a623;
  color:#b85c00;
  font-size:.85rem;
  display:flex;
  align-items:center;
  gap:8px;
  justify-content:center;
  font-weight:500;
}

.fix-notice i{
  font-size:.9rem;
}

/* ────────────────────────────────────────────────────
   ردیف‌های اضافی در بلاک باستانی
──────────────────────────────────────────────────── */

/* ردیف ماه جاری */
.anc-month-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background: linear-gradient(135deg, #fdf4ff 0%, #f5f3ff 100%);
  border-radius: 10px;
  border: 1px solid rgba(124,58,237,0.12);
}

.anc-month-row-icon {
  font-size: 1rem;
  flex-shrink: 0;
}

.anc-month-row-texts {
  flex: 1;
  min-width: 0;
}

.anc-month-row-name {
  font-size: 0.72rem;
  font-weight: 800;
  color: #7c3aed;
  line-height: 1.2;
}

.anc-month-row-desc {
  font-size: 0.6rem;
  color: #aaa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1px;
}

/* ردیف سیاره/عنصر */
.anc-meta-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.anc-meta-badge {
  font-size: 0.62rem;
  font-weight: 700;
  border-radius: 20px;
  padding: 3px 10px;
  border: 1px solid;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.anc-meta-badge--planet {
  color: #1d4ed8;
  background: rgba(29,78,216,0.07);
  border-color: rgba(29,78,216,0.20);
}

.anc-meta-badge--zodiac {
  color: #7c3aed;
  background: rgba(124,58,237,0.07);
  border-color: rgba(124,58,237,0.20);
}

.anc-meta-badge--animal {
  color: #15803d;
  background: rgba(21,128,61,0.07);
  border-color: rgba(21,128,61,0.20);
}

.anc-meta-badge--color {
  color: #92400e;
  background: rgba(146,64,14,0.07);
  border-color: rgba(146,64,14,0.20);
}
