/* =========================================================
   NEXTGEN SARKARI — SYLLABUS LISTING TABLE
   Desktop/tablet: lined comparison table similar to Jobs.
   Mobile: compact priority rows with full-row navigation.
   ========================================================= */

.syllabus-index-page .container {
  width: min(1120px, calc(100% - 32px));
}

.syllabus-index-page .syllabus-index-hero {
  margin-bottom: 20px;
}

.syllabus-index-page .syllabus-filter-card {
  margin-bottom: 30px;
}

.syllabus-index-page .syllabus-list-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 14px;
}

.syllabus-index-page .syllabus-list-heading h2 {
  position: relative;
  margin: 0;
  padding-left: 17px;
  color: #0f172a;
  font-size: clamp(1.75rem, 3.2vw, 2.3rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.syllabus-index-page .syllabus-list-heading h2::before {
  content: '';
  position: absolute;
  top: 0.16em;
  bottom: 0.12em;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #06b6d4, #10b981 58%, #f59e0b);
}

.syllabus-index-page .syllabus-count-text {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 650;
}

.syllabus-index-page .syllabus-table-area,
.syllabus-index-page .syllabus-table-shell {
  display: block;
  width: 100%;
}

.syllabus-index-page .syllabus-desktop-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #dce5eb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.055);
  -webkit-overflow-scrolling: touch;
}

.syllabus-index-page .syllabus-desktop-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  table-layout: fixed;
}

.syllabus-index-page .syllabus-desktop-table col:nth-child(1) { width: 24%; }
.syllabus-index-page .syllabus-desktop-table col:nth-child(2) { width: 17%; }
.syllabus-index-page .syllabus-desktop-table col:nth-child(3) { width: 15%; }
.syllabus-index-page .syllabus-desktop-table col:nth-child(4) { width: 12%; }
.syllabus-index-page .syllabus-desktop-table col:nth-child(5) { width: 21%; }
.syllabus-index-page .syllabus-desktop-table col:nth-child(6) { width: 11%; }

.syllabus-index-page .syllabus-desktop-table thead {
  background: #f3f8fb;
}

.syllabus-index-page .syllabus-desktop-table th {
  padding: 14px 15px;
  border-bottom: 1px solid #d8e3e9;
  color: #26364a;
  font-size: 12.5px;
  line-height: 1.3;
  font-weight: 800;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.syllabus-index-page .syllabus-desktop-table tbody tr {
  border-bottom: 1px solid #e7edf1;
  background: #ffffff;
  transition: background-color 0.16s ease;
}

.syllabus-index-page .syllabus-desktop-table tbody tr:nth-child(even) {
  background: #fbfdfe;
}

.syllabus-index-page .syllabus-desktop-table tbody tr:last-child {
  border-bottom: 0;
}

.syllabus-index-page .syllabus-desktop-table tbody tr:hover {
  background: #f5fafc;
}

.syllabus-index-page .syllabus-desktop-table td {
  padding: 16px 15px;
  color: #334155;
  font-size: 13.5px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

.syllabus-index-page .syllabus-title-link {
  display: inline;
  color: #0f172a;
  font-size: 14.5px;
  line-height: 1.43;
  font-weight: 800;
  text-decoration: none;
}

.syllabus-index-page .syllabus-title-link:hover,
.syllabus-index-page .syllabus-view-link:hover {
  color: #0369a1;
}

.syllabus-index-page .syllabus-row-description {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 7px;
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.syllabus-index-page .syllabus-organization,
.syllabus-index-page .syllabus-exam-name {
  color: #334155;
  font-weight: 700;
}

.syllabus-index-page .syllabus-type-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 11px;
  line-height: 1.18;
  font-weight: 800;
  text-align: center;
}

.syllabus-index-page .syllabus-subject-summary {
  display: -webkit-box;
  overflow: hidden;
  color: #475569;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.syllabus-index-page .syllabus-view-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0369a1;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.syllabus-index-page .syllabus-view-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.syllabus-index-page .syllabus-view-link span {
  font-size: 19px;
  line-height: 1;
}

.syllabus-index-page .syllabus-title-link:focus-visible,
.syllabus-index-page .syllabus-view-link:focus-visible,
.syllabus-index-page .syllabus-mobile-row:focus-visible {
  outline: 3px solid rgba(14, 165, 233, 0.32);
  outline-offset: 3px;
  border-radius: 6px;
}

.syllabus-index-page .syllabus-mobile-table {
  display: none;
}

.syllabus-index-page .syllabus-empty-card {
  padding: 28px;
  border: 1px solid #dce5eb;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
}

@media (max-width: 768px) {
  .syllabus-index-page .container {
    width: min(100% - 20px, 1120px);
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .syllabus-index-page .syllabus-index-hero {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .syllabus-index-page .syllabus-index-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.25rem);
  }

  .syllabus-index-page .syllabus-filter-card {
    margin-bottom: 24px;
  }

  .syllabus-index-page .syllabus-list-heading h2 {
    font-size: clamp(1.65rem, 7.4vw, 2rem);
  }

  .syllabus-index-page .syllabus-count-text {
    font-size: 0.86rem;
  }

  .syllabus-index-page .syllabus-desktop-table-wrap {
    display: none;
  }

  .syllabus-index-page .syllabus-mobile-table {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dce6eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 7px 22px rgba(15, 23, 42, 0.055);
  }

  .syllabus-index-page .syllabus-mobile-head,
  .syllabus-index-page .syllabus-mobile-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 94px 34px;
  }

  .syllabus-index-page .syllabus-mobile-head {
    border-bottom: 1px solid #dbe7ec;
    background: #f0f7fa;
    color: #52627a;
    font-size: 10.5px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }

  .syllabus-index-page .syllabus-mobile-head span {
    padding: 12px 10px;
  }

  .syllabus-index-page .syllabus-mobile-head span:nth-child(2) {
    padding-left: 7px;
    padding-right: 5px;
    text-align: center;
  }

  .syllabus-index-page .syllabus-mobile-row {
    min-height: 106px;
    border-bottom: 1px solid #e1e9ed;
    background: #ffffff;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease;
    -webkit-tap-highlight-color: rgba(14, 165, 233, 0.12);
  }

  .syllabus-index-page .syllabus-mobile-row:nth-child(odd) {
    background: #fbfdfe;
  }

  .syllabus-index-page .syllabus-mobile-row:last-child {
    border-bottom: 0;
  }

  .syllabus-index-page .syllabus-mobile-row:active {
    background: #edf8ff;
    transform: scale(0.997);
  }

  .syllabus-index-page .syllabus-mobile-main,
  .syllabus-index-page .syllabus-mobile-type {
    min-width: 0;
    padding: 14px 10px;
    border-right: 1px solid #e5edf1;
  }

  .syllabus-index-page .syllabus-mobile-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .syllabus-index-page .syllabus-mobile-title {
    display: -webkit-box;
    overflow: hidden;
    color: #10213b;
    font-size: 15px;
    line-height: 1.34;
    font-weight: 700;
    text-decoration: none;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .syllabus-index-page .syllabus-mobile-org,
  .syllabus-index-page .syllabus-mobile-exam {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .syllabus-index-page .syllabus-mobile-exam {
    margin-top: 3px;
    color: #334155;
  }

  .syllabus-index-page .syllabus-mobile-type {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .syllabus-index-page .syllabus-mobile-type span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 10.5px;
    line-height: 1.25;
    font-weight: 700;
  }

  .syllabus-index-page .syllabus-mobile-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0284c7;
    font-size: 27px;
    line-height: 1;
  }

  .syllabus-index-page .syllabus-index-guide {
    margin-top: 24px;
  }
}

@media (max-width: 430px) {
  .syllabus-index-page .syllabus-mobile-head,
  .syllabus-index-page .syllabus-mobile-row {
    grid-template-columns: minmax(0, 1fr) 82px 30px;
  }

  .syllabus-index-page .syllabus-mobile-main {
    padding-left: 9px;
    padding-right: 8px;
  }

  .syllabus-index-page .syllabus-mobile-type {
    padding-left: 5px;
    padding-right: 5px;
  }
}

body.modern-dark.syllabus-index-page .syllabus-list-heading h2,
body.modern-dark.syllabus-index-page .syllabus-title-link,
body.modern-dark.syllabus-index-page .syllabus-mobile-title {
  color: #f8fafc;
}

body.modern-dark.syllabus-index-page .syllabus-count-text,
body.modern-dark.syllabus-index-page .syllabus-row-description,
body.modern-dark.syllabus-index-page .syllabus-subject-summary,
body.modern-dark.syllabus-index-page .syllabus-mobile-org {
  color: #aebdd0;
}

body.modern-dark.syllabus-index-page .syllabus-desktop-table-wrap,
body.modern-dark.syllabus-index-page .syllabus-mobile-table,
body.modern-dark.syllabus-index-page .syllabus-empty-card {
  border-color: #2b3a4f;
  background: #111827;
  box-shadow: none;
}

body.modern-dark.syllabus-index-page .syllabus-desktop-table thead,
body.modern-dark.syllabus-index-page .syllabus-mobile-head {
  background: #172033;
}

body.modern-dark.syllabus-index-page .syllabus-desktop-table th,
body.modern-dark.syllabus-index-page .syllabus-mobile-head {
  border-color: #2b3a4f;
  color: #cbd5e1;
}

body.modern-dark.syllabus-index-page .syllabus-desktop-table tbody tr,
body.modern-dark.syllabus-index-page .syllabus-mobile-row {
  border-color: #2b3a4f;
  background: #111827;
}

body.modern-dark.syllabus-index-page .syllabus-desktop-table tbody tr:nth-child(even),
body.modern-dark.syllabus-index-page .syllabus-mobile-row:nth-child(odd) {
  background: #131d2e;
}

body.modern-dark.syllabus-index-page .syllabus-desktop-table td,
body.modern-dark.syllabus-index-page .syllabus-organization,
body.modern-dark.syllabus-index-page .syllabus-exam-name,
body.modern-dark.syllabus-index-page .syllabus-mobile-exam {
  color: #d8e2ef;
}

body.modern-dark.syllabus-index-page .syllabus-mobile-main,
body.modern-dark.syllabus-index-page .syllabus-mobile-type {
  border-color: #2b3a4f;
}
