* {
  box-sizing: border-box;
}
*/ html {
  width: 100%;
  overflow-x: hidden;
}

/* Regular/Normal */
@font-face {
  font-family: "IranSans";
  src: url("/files/IRANSansWeb(FaNum).woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "IranSans";
  src: url("/files/IRANSansWeb(FaNum)_Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: "IranSans";
  src: url("/files/IRANSansWeb(FaNum)_Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "IranSans";
  src: url("/files/IRANSansWeb(FaNum)_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* UltraLight */
@font-face {
  font-family: "IranSans";
  src: url("/files/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
img {
  box-shadow: 5px 5px 15px #000;
  border-radius: 5px;
}

body {
  margin: 0;

  min-height: 100vh;

  font-family: "IranSans", Tahoma, Arial, sans-serif;

  /* background: linear-gradient(135deg, #f5f8fb, #ffffff); */
  background: #ffffff;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5 rem;
  text-align: justify;
}

.container {
  width: 100%;

  max-width: 500px;

  text-align: justify;
}

@media (min-width: 768px) {
  .container {
    max-width: 550px;
  }
}

/* Very small phones */

@media (max-width: 360px) {
  body {
    padding: 10px;
  }

  .doctor-image {
    width: 170px;
  }

  .card {
    padding: 14px;
  }
}
/* Footer Menu */
.footer-menu {
  margin-top: 40px;
  /* padding: 20px 0 10px 0; */
  border-top: 1px solid #e5e7eb;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: rgb(255 255 255);
  box-shadow: 0px 0px 6px 0px #01000061;
}
.footer-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 4px;
}

.footer-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #9ca3af;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
  min-width: 56px;
  gap: 4px;
}

.footer-link:hover {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.06);
}

.footer-link.active {
  color: #2563eb;
}

.footer-icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  flex-shrink: 0;
}

.footer-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* Optional: Active state for current page */
.footer-link[aria-current="page"] {
  color: #2563eb;
}
.next-article-card {
  margin-top: 30px;
  padding: 20px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.next-article-card:hover {
  background: #f1f5f9;
  border-color: #2563eb;
}

.next-article-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1d2939;
}

.next-article-label {
  font-size: 12px;
  color: #667085;
  display: block;
  margin-bottom: 5px;
}

.next-article-title {
  font-size: 16px;
  font-weight: bold;
  color: #1d2939;
  margin: 0;
}

.next-article-icon {
  font-size: 24px;
  color: #2563eb;
}

/* Article List Component Styles */
.article-list-container {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin: 20px 0;
}

.article-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f4f8;
}

.article-list-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1a2332;
}

.article-count {
  font-size: 14px;
  color: #6b7a8f;
  background: #f0f4f8;
  padding: 4px 12px;
  border-radius: 20px;
}

.article-list-scroll {
  max-height: 500px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.article-list-scroll::-webkit-scrollbar {
  width: 6px;
}

.article-list-scroll::-webkit-scrollbar-track {
  background: #f0f4f8;
  border-radius: 10px;
}

.article-list-scroll::-webkit-scrollbar-thumb {
  background: #c1c9d6;
  border-radius: 10px;
}

.article-list-scroll::-webkit-scrollbar-thumb:hover {
  background: #a0abb9;
}

.article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-list-item {
  border-bottom: 1px solid #f0f4f8;
  transition: background-color 0.2s ease;
}

.article-list-item:last-child {
  border-bottom: none;
}

.article-list-item:hover {
  background-color: #f8fafc;
}

.article-list-item.active {
  background-color: #eff6ff;
  border-right: 3px solid #2563eb;
}

.article-list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  text-decoration: none;
  color: #1a2332;
  transition: color 0.2s ease;
  gap: 10px;
}

.article-list-link:hover {
  color: #2563eb;
}

.article-list-link.active {
  color: #2563eb;
  font-weight: 600;
}

.article-list-id {
  font-size: 12px;
  color: #6b7a8f;
  background: #f0f4f8;
  padding: 2px 8px;
  border-radius: 12px;
  min-width: 30px;
  text-align: center;
  font-weight: 600;
}

.article-list-title {
  flex: 1;
  /* font-size: 24px; */
  line-height: 1.5;
}

.article-list-date {
  font-size: 12px;
  color: #6b7a8f;
  white-space: nowrap;
  margin-right: 10px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .article-list-container {
    padding: 15px;
    margin: 10px 0;
  }

  .article-list-header h3 {
    font-size: 16px;
  }

  .article-list-link {
    padding: 10px 12px;
    flex-wrap: wrap;
  }

  .article-list-title {
    /* font-size: 13px; */
    width: 100%;
    order: 1;
  }

  .article-list-date {
    font-size: 11px;
    margin-right: 0;
    order: 2;
  }

  .article-list-id {
    font-size: 11px;
    min-width: 25px;
    order: 0;
  }

  .article-list-scroll {
    max-height: 400px;
  }
}

@media (max-width: 480px) {
  .article-list-container {
    padding: 10px;
    border-radius: 8px;
  }

  .article-list-header h3 {
    font-size: 14px;
  }

  .article-list-scroll {
    max-height: 300px;
  }

  .article-list-link {
    padding: 8px 10px;
  }

  .article-list-title {
    font-size: 12px;
  }
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
  .article-list-container {
    background: #1a2332;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }

  .article-list-header {
    border-bottom-color: #2d3748;
  }

  .article-list-header h3 {
    color: #e2e8f0;
  }

  .article-count {
    background: #2d3748;
    color: #a0abb9;
  }

  .article-list-item {
    border-bottom-color: #2d3748;
  }

  .article-list-item:hover {
    background-color: #2d3748;
  }

  .article-list-item.active {
    background-color: #1e3a5f;
    border-right-color: #3b82f6;
  }

  .article-list-link {
    color: #e2e8f0;
  }

  .article-list-link:hover {
    color: #60a5fa;
  }

  .article-list-link.active {
    color: #60a5fa;
  }

  .article-list-id {
    background: #2d3748;
    color: #a0abb9;
  }

  .article-list-date {
    color: #a0abb9;
  }

  .article-list-scroll::-webkit-scrollbar-track {
    background: #2d3748;
  }

  .article-list-scroll::-webkit-scrollbar-thumb {
    background: #4a5568;
  }

  .article-list-scroll::-webkit-scrollbar-thumb:hover {
    background: #5a6a7e;
  }
}
#fadeOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height = 100% - 100px */
  height: calc(100% - 60px);
  background: white;
  opacity: 1;
  z-index: 9999;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
#fadeOverlay.fade-out {
  opacity: 0;
}

/* ============================================
   ARTICLE SCROLLER / SLIDER STYLES
   ============================================ */

.article-scroller-wrapper {
  position: relative;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
}

.article-scroller-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 15px 25px;
  border-bottom: 1px solid #f0f2f5;
}

.article-scroller-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0b2b4a;
  margin: 0;
}

.article-scroller-header .view-all {
  color: #0b2b4a;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 15px;
  border: 2px solid #0b2b4a;
  border-radius: 20px;
  transition: all 0.2s;
}

.article-scroller-header .view-all:hover {
  background: #0b2b4a;
  color: white;
}

/* Slider */
.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.slider-slide {
  flex: 0 0 100%;
  width: 100%;
  padding: 20px 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
  box-sizing: border-box;
}

.slider-image {
  border-radius: 14px;
  overflow: hidden;
  background: #f1f5f9;
  height: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.slider-image img:hover {
  transform: scale(1.03);
}

.slider-image .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  color: #94a3b8;
  font-size: 1rem;
  font-weight: 500;
}

.slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-content .article-tag {
  display: inline-block;
  background: #dbeafe;
  color: #1e40af;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 14px;
  border-radius: 30px;
  align-self: flex-start;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.slider-content h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0b2b4a;
  margin-bottom: 12px;
  line-height: 1.4;
}

.slider-content h2 a {
  color: #0b2b4a;
  text-decoration: none;
  transition: color 0.2s;
}

.slider-content h2 a:hover {
  color: #1a4f7a;
}

.slider-content .excerpt {
  color: #4b5563;
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 16px;
  opacity: 0.9;
}

.slider-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 0.85rem;
  color: #6b7280;
}

.slider-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.slider-content .btn-read {
  background: #0b2b4a;
  color: white;
  border: none;
  padding: 10px 28px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  align-self: flex-start;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(11, 43, 74, 0.2);
  text-decoration: none;
  display: inline-block;
}

.slider-content .btn-read:hover {
  background: #1a3f64;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(11, 43, 74, 0.3);
}

/* Navigation */
.slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.slider-nav .nav-btn {
  background: transparent;
  border: 2px solid #d1d5db;
  color: #4b5563;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s;
  font-family: inherit;
}

.slider-nav .nav-btn.active {
  background: #0b2b4a;
  border-color: #0b2b4a;
  color: white;
  transform: scale(1.1);
}

.slider-nav .nav-btn:hover:not(.active) {
  background: #f3f4f6;
  border-color: #9ca3af;
}

.slider-nav .arrow-btn {
  background: transparent;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: #0b2b4a;
  padding: 0 10px;
  transition: transform 0.2s;
  font-weight: 300;
}

.slider-nav .arrow-btn:hover {
  transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
  .slider-slide {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 15px 18px;
  }

  .slider-image {
    height: 200px;
  }

  .slider-content h2 {
    font-size: 1.3rem;
  }

  .article-scroller-header {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 0 18px 12px 18px;
  }

  .article-scroller-header .view-all {
    align-self: flex-start;
  }
}

@media (max-width: 480px) {
  .slider-image {
    height: 160px;
  }

  .slider-content h2 {
    font-size: 1.1rem;
  }

  .slider-content .excerpt {
    font-size: 0.85rem;
  }
}
/* ========================================== */
/* BASE STYLES                               */
/* ========================================== */

.group-article-scroller {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow-x: hidden;
}

.scroller-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f4f8;
}

.scroller-header h3 {
  margin: 0;
  font-size: 18px;
  color: #1a2332;
}

.view-all {
  color: #2563eb;
  text-decoration: none;
  font-size: 14px;
}
.view-all:hover {
  text-decoration: underline;
}

.article-count {
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  margin-top: 12px;
}

.empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #6b7280;
  width: 100%;
}

/* ========================================== */
/* HORIZONTAL SKIN (Default)                  */
/* ========================================== */

.skin-a .article-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 10px 2px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transition: opacity 0.3s ease;
}

.skin-a .article-grid::-webkit-scrollbar {
  display: none;
}

.skin-a .article-card {
  flex: 0 0 auto;
  width: 160px;
  background: #f8fafc;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  text-align: right;
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.5);
}

.skin-a .article-card:hover {
  transform: translateY(-4px);
  box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
  border-color: #2563eb;
}

.skin-a .card-image {
  width: 100%;
  height: 110px;
  background: #f1f5f9;
  overflow: hidden;
}

.skin-a .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skin-a .card-content {
  padding: 10px 12px;
}

.skin-a .card-title {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #1a2332;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Horizontal navigation */
.skin-a .scroll-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 5px 0 10px 0;
}

.skin-a .scroll-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.skin-a .scroll-btn:hover:not(:disabled) {
  background: #f1f5f9;
  border-color: #2563eb;
  color: #2563eb;
}

.skin-a .scroll-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.skin-a .scroll-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.skin-a .scroll-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.3s ease;
}

.skin-a .scroll-dot.active {
  background: #2563eb;
  width: 20px;
  border-radius: 4px;
}

/* ========================================== */
/* VERTICAL SKIN                             */
/* ========================================== */

.skin-vertical .article-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.skin-vertical .article-card {
  display: flex;
  flex-direction: row;
  background: #f8fafc;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  text-align: right;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  min-height: 80px;
}

.skin-vertical .article-card:hover {
  transform: translateX(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #2563eb;
}

.skin-vertical .card-link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.skin-vertical .card-image {
  flex: 0 0 80px;
  height: 80px;
  background: #f1f5f9;
  overflow: hidden;
}

.skin-vertical .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skin-vertical .no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #9ca3af;
}

.skin-vertical .card-content {
  flex: 1;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.skin-vertical .card-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1a2332;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.skin-vertical .card-excerpt {
  margin: 4px 0 0 0;
  font-size: 12px;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========================================== */
/* PAGINATION - Shared                       */
/* ========================================== */

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f0f4f8;
}

.page-btn {
  padding: 6px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: white;
  cursor: pointer;
  font-size: 14px;
  min-width: 36px;
  transition: all 0.2s;
}

.page-btn:hover:not(:disabled) {
  background: #f1f5f9;
  border-color: #2563eb;
}

.page-btn.active {
  background: #2563eb;
  border-color: #2563eb;
}

.page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* ========================================== */
/* LOADING SPINNER                           */
/* ========================================== */

.scroller-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  padding: 20px 30px;
  border-radius: 12px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

.spinner {
  display: flex;
  gap: 8px;
  align-items: center;
}

.spinner-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2563eb;
  animation: bounce 1.4s infinite ease-in-out both;
}
.spinner-dot:nth-child(1) {
  animation-delay: -0.32s;
}
.spinner-dot:nth-child(2) {
  animation-delay: -0.16s;
}
.spinner-dot:nth-child(3) {
  animation-delay: 0;
}

@keyframes bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.scroller-loading span {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
}

/* ========================================== */
/* RESPONSIVE                                */
/* ========================================== */

@media (max-width: 768px) {
  .skin-a .article-card {
    width: 140px;
  }
  .skin-a .card-image {
    height: 100px;
  }
  .group-article-scroller {
    padding: 15px;
  }
  .scroller-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .scroller-header h3 {
    font-size: 16px;
  }

  .skin-vertical .card-title {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .skin-a .article-card {
    width: 120px;
  }
  .skin-a .card-image {
    height: 85px;
  }
  .group-article-scroller {
    padding: 10px;
  }
  .skin-a .card-title {
    font-size: 11px;
  }
  .skin-a .scroll-btn {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .page-btn {
    padding: 4px 10px;
    font-size: 12px;
    min-width: 28px;
  }

  .skin-vertical .card-title {
    font-size: 12px;
  }
  .skin-vertical .card-excerpt {
    font-size: 11px;
  }
}

/* ========================================== */
/* DARK MODE                                 */
/* ========================================== */

@media (prefers-color-scheme: dark) {
  .group-article-scroller {
    background: #1a2332;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  }
  .scroller-header {
    border-bottom-color: #2d3748;
  }
  .scroller-header h3 {
    color: #e2e8f0;
  }
  .skin-a .article-card {
    background: #2d3748;
    border-color: #374151;
  }
  .skin-a .card-title {
    color: #e2e8f0;
  }
  .skin-a .scroll-btn {
    background: #2d3748;
    border-color: #374151;
    color: #cbd5e1;
  }
  .skin-a .scroll-btn:hover:not(:disabled) {
    background: #374151;
    border-color: #3b82f6;
    color: #60a5fa;
  }
  .skin-a .scroll-dot {
    background: #4a5568;
  }
  .skin-a .scroll-dot.active {
    background: #3b82f6;
  }
  .skin-vertical .article-card {
    background: #2d3748;
    border-color: #374151;
  }
  .skin-vertical .card-title {
    color: #e2e8f0;
  }
  .skin-vertical .card-excerpt {
    color: #a0abb9;
  }
  .page-btn {
    background: #2d3748;
    border-color: #374151;
    color: #cbd5e1;
  }
  .page-btn.active {
    background: #2563eb;
  }
  .article-count {
    color: #a0abb9;
  }
  .view-all {
    color: #60a5fa;
  }
  .scroller-loading {
    background: rgba(26, 35, 50, 0.95);
  }
  .scroller-loading span {
    color: #e2e8f0;
  }
  .spinner-dot {
    background: #60a5fa;
  }
}

.skin-vertical .article-card {
  opacity: 0;
  animation: fadeInVertical 0.5s ease forwards;
  transform: translateX(-15px);
}

.skin-vertical .article-card:nth-child(1) {
  animation-delay: 0.05s;
}
.skin-vertical .article-card:nth-child(2) {
  animation-delay: 0.1s;
}
.skin-vertical .article-card:nth-child(3) {
  animation-delay: 0.15s;
}
.skin-vertical .article-card:nth-child(4) {
  animation-delay: 0.2s;
}
.skin-vertical .article-card:nth-child(5) {
  animation-delay: 0.25s;
}
.skin-vertical .article-card:nth-child(6) {
  animation-delay: 0.3s;
}
.skin-vertical .article-card:nth-child(7) {
  animation-delay: 0.35s;
}
.skin-vertical .article-card:nth-child(8) {
  animation-delay: 0.4s;
}
.skin-vertical .article-card:nth-child(9) {
  animation-delay: 0.45s;
}
.skin-vertical .article-card:nth-child(10) {
  animation-delay: 0.5s;
}

@keyframes fadeInVertical {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Horizontal skin fade-in */
.skin-a .article-card {
  opacity: 0;
  animation: fadeInHorizontal 0.6s ease forwards;
  transform: scale(0.95) translateY(15px);
}

.skin-a .article-card:nth-child(1) {
  animation-delay: 0.05s;
}
.skin-a .article-card:nth-child(2) {
  animation-delay: 0.1s;
}
.skin-a .article-card:nth-child(3) {
  animation-delay: 0.15s;
}
.skin-a .article-card:nth-child(4) {
  animation-delay: 0.2s;
}
.skin-a .article-card:nth-child(5) {
  animation-delay: 0.25s;
}
.skin-a .article-card:nth-child(6) {
  animation-delay: 0.3s;
}
.skin-a .article-card:nth-child(7) {
  animation-delay: 0.35s;
}
.skin-a .article-card:nth-child(8) {
  animation-delay: 0.4s;
}
.skin-a .article-card:nth-child(9) {
  animation-delay: 0.45s;
}
.skin-a .article-card:nth-child(10) {
  animation-delay: 0.5s;
}
.skin-a .article-card:nth-child(11) {
  animation-delay: 0.55s;
}
.skin-a .article-card:nth-child(12) {
  animation-delay: 0.6s;
}
.skin-a .article-card:nth-child(13) {
  animation-delay: 0.65s;
}
.skin-a .article-card:nth-child(14) {
  animation-delay: 0.7s;
}
.skin-a .article-card:nth-child(15) {
  animation-delay: 0.75s;
}

@keyframes fadeInHorizontal {
  0% {
    opacity: 0;
    transform: scale(0.95) translateY(15px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Also handle hover states */
.skin-vertical .article-card:hover {
  transform: translateX(-4px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #2563eb;
}

.skin-a .article-card:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 3px 3px 12px 2px rgba(0, 0, 0, 0.5);
  border-color: #2563eb;
}
