/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/(marketing)/sayac/[[...slug]]/sayac.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.yks-countdown-container {
  max-width: 960px;
  margin: 40px auto;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item a {
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #6b7280;
}

.result-message {
  text-align: center;
  color: #2c3e50;
  font-size: 28px;
  padding: 40px 0;
  font-weight: 600;
}

.countdown-title {
  color: #2c3e50;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 15px;
}

.countdown-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
}

.countdown-number {
  color: #3498db;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'Arial', sans-serif;
}

.countdown-label {
  color: #7f8c8d;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .countdown-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .countdown-number {
    font-size: 36px;
  }
  .countdown-title {
    font-size: 20px;
  }
}

.list-intro {
  text-align: center;
  color: #4b5563;
  margin-bottom: 16px;
}

/* Exam search */
.exam-search {
  position: relative;
  max-width: 520px;
  margin: 0 auto 20px;
}
.exam-search-input-wrapper {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 0 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.exam-search-input-wrapper:focus-within {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.exam-search-icon {
  color: #9ca3af;
  flex-shrink: 0;
  margin-right: 10px;
}
.exam-search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 0;
  font-size: 15px;
  color: #1f2937;
  background: transparent;
}
.exam-search-input::placeholder {
  color: #9ca3af;
}
.exam-search-clear {
  background: none;
  border: none;
  font-size: 22px;
  color: #9ca3af;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}
.exam-search-clear:hover {
  color: #4b5563;
}
.exam-search-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 50;
  max-height: 380px;
  overflow-y: auto;
  padding: 6px;
}
.exam-search-hint {
  padding: 8px 12px 4px;
  font-size: 11px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.exam-search-result {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.1s;
  cursor: pointer;
}
.exam-search-result:hover,
.exam-search-result--active {
  background: #f3f4f6;
  text-decoration: none;
}
.exam-search-result-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.exam-search-result-name {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
}
.exam-search-result-group {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  background: #f3f4f6;
  padding: 2px 8px;
  border-radius: 10px;
  flex-shrink: 0;
}
.exam-search-result-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.exam-search-result-date {
  font-size: 12px;
  color: #6b7280;
}
.exam-search-result-days {
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
}
.exam-search-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 20px;
  color: #9ca3af;
}
.exam-search-empty span {
  font-weight: 600;
  font-size: 14px;
}
.exam-search-empty small {
  font-size: 12px;
}

/* Category tabs */
.exam-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}
.exam-category-tab {
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
  background: #f3f4f6;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.exam-category-tab:hover {
  background: #e5e7eb;
  color: #1f2937;
  text-decoration: none;
}
.exam-category-tab--active {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}
.exam-category-tab--active:hover {
  background: #1d4ed8;
  color: #ffffff;
}

/* Hero section: nearest exams */
.exam-hero-section {
  margin-bottom: 28px;
}
.exam-hero-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}
.exam-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
.exam-hero-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-radius: 12px;
  border: 1px solid #93c5fd;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.exam-hero-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.15);
  text-decoration: none;
}
.exam-hero-name {
  font-size: 17px;
  font-weight: 700;
  color: #1e3a5f;
}
.exam-hero-date {
  font-size: 13px;
  color: #4b5563;
}
.exam-hero-days {
  font-size: 15px;
  font-weight: 700;
  color: #2563eb;
}

/* Section dividers */
.exam-section-divider {
  display: flex;
  align-items: center;
  margin: 24px 0 16px;
  gap: 12px;
}
.exam-section-divider::before,
.exam-section-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #d1d5db;
}
.exam-section-divider--past::before,
.exam-section-divider--past::after {
  background: #e5e7eb;
}
.exam-section-divider-text {
  font-size: 14px;
  font-weight: 700;
  color: #6b7280;
  white-space: nowrap;
}
.exam-section-divider--past .exam-section-divider-text {
  color: #9ca3af;
}

/* Card status badges */
.card-status-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 4px;
  width: fit-content;
}
.card-status-info {
  background: #dbeafe;
  color: #1e40af;
}
.card-status-success {
  background: #dcfce7;
  color: #166534;
}
.card-status-warning {
  background: #fef3c7;
  color: #92400e;
}
.card-status-secondary {
  background: #f3f4f6;
  color: #6b7280;
}

/* Days remaining text on cards */
.counter-card-days {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #2563eb;
  margin-top: 4px;
}

/* Past card styling */
.counter-card--past {
  opacity: 0.7;
}
.counter-card--past:hover {
  opacity: 1;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.counter-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.counter-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.counter-card-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.counter-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.counter-card-date {
  font-size: 14px;
  color: #6b7280;
}

.counter-card-body {
  flex: 1;
  color: #4b5563;
  font-size: 14px;
}

.counter-card-footer {
  display: flex;
  justify-content: flex-end;
}

.counter-card-link {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.counter-card-link:hover {
  text-decoration: underline;
}

.related-countdowns-section {
  background: #f8f9fa;
}

.description {
  margin-top: 24px;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  color: #374151;
  line-height: 1.7;
}

/* Status badge */
.exam-status-badge {
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Exam Timeline */
.exam-timeline {
  margin-top: 24px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 20px 24px 24px;
}
.exam-timeline-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 20px;
}
.exam-timeline-track {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.exam-timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}
.exam-timeline-dot-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.exam-timeline-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  z-index: 1;
  transition: transform 0.2s;
}
.exam-timeline-step--completed .exam-timeline-dot {
  background: #dcfce7;
  color: #16a34a;
  border: 2px solid #86efac;
}
.exam-timeline-step--active .exam-timeline-dot {
  background: #dbeafe;
  color: #2563eb;
  border: 2px solid #93c5fd;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
  transform: scale(1.1);
}
.exam-timeline-step--active .exam-timeline-dot::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2563eb;
}
.exam-timeline-step--upcoming .exam-timeline-dot {
  background: #f3f4f6;
  color: #9ca3af;
  border: 2px solid #d1d5db;
}
.exam-timeline-line {
  width: 2px;
  height: 28px;
  background: #d1d5db;
  flex-shrink: 0;
}
.exam-timeline-line--completed {
  background: #86efac;
}
.exam-timeline-content {
  display: flex;
  flex-direction: column;
  padding: 3px 0 20px;
  min-height: 48px;
  justify-content: center;
}
.exam-timeline-label {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
}
.exam-timeline-step--upcoming .exam-timeline-label {
  color: #9ca3af;
}
.exam-timeline-date {
  font-size: 13px;
  color: #6b7280;
  margin-top: 2px;
}
.exam-timeline-step--upcoming .exam-timeline-date {
  color: #9ca3af;
}

/* Desktop: horizontal timeline */
@media (min-width: 769px) {
  .exam-timeline-track {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .exam-timeline-step {
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 10px;
  }
  .exam-timeline-dot-wrapper {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .exam-timeline-line {
    width: auto;
    height: 2px;
    flex: 1;
    position: absolute;
    top: 14px;
    left: calc(50% + 18px);
    right: calc(-50% + 18px);
  }
  .exam-timeline-step {
    position: relative;
  }
  .exam-timeline-step:last-child .exam-timeline-line {
    display: none;
  }
  .exam-timeline-content {
    text-align: center;
    padding: 0;
    min-height: auto;
  }
}

/* Results pending card */
.exam-results-pending-card {
  text-align: center;
  padding: 32px 24px;
  background: #fffbeb;
  border-radius: 12px;
  border: 1px solid #fde68a;
  margin-bottom: 24px;
}
.exam-results-pending-icon {
  font-size: 40px;
  margin-bottom: 12px;
}
.exam-results-pending-text {
  color: #92400e;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.exam-results-countdown {
  margin-top: 8px;
}
.exam-results-countdown-label {
  text-align: center;
  color: #92400e;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
  opacity: 0.85;
}

/* Completed exam card */
.exam-completed-card {
  text-align: center;
  padding: 40px 24px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  margin-bottom: 24px;
}
.exam-completed-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.exam-completed-text {
  color: #4b5563;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.exam-next-year-link {
  display: inline-block;
  padding: 10px 24px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s;
}
.exam-next-year-link:hover {
  background: #1d4ed8;
  color: #ffffff;
  text-decoration: none;
}
.exam-status-label {
  font-weight: 700;
  font-size: 16px;
}
.exam-status-detail {
  font-size: 13px;
  opacity: 0.85;
}
.exam-status-info {
  background: #dbeafe;
  color: #1e40af;
  border: 1px solid #93c5fd;
}
.exam-status-success {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}
.exam-status-warning {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fcd34d;
}
.exam-status-secondary {
  background: #f3f4f6;
  color: #4b5563;
  border: 1px solid #d1d5db;
}

/* Exam info table */
.exam-info-table-wrapper {
  margin-top: 24px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}
.exam-info-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  padding: 16px 20px 0;
  margin: 0;
}
.exam-info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}
.exam-info-table tr {
  border-bottom: 1px solid #f3f4f6;
}
.exam-info-table tr:last-child {
  border-bottom: none;
}
.exam-info-label {
  padding: 12px 20px;
  font-weight: 600;
  color: #6b7280;
  font-size: 14px;
  width: 40%;
  vertical-align: top;
}
.exam-info-value {
  padding: 12px 20px;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
}

/* FAQ section */
.exam-faq-section {
  margin-top: 24px;
}
.exam-faq-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}
.exam-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.exam-faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}
.exam-faq-question {
  padding: 14px 20px;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
  font-size: 15px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.exam-faq-question::before {
  content: '▶';
  font-size: 10px;
  color: #6b7280;
  transition: transform 0.2s;
}
.exam-faq-item[open] .exam-faq-question::before {
  transform: rotate(90deg);
}
.exam-faq-question::-webkit-details-marker {
  display: none;
}
.exam-faq-answer {
  padding: 0 20px 14px;
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .exam-info-label,
  .exam-info-value {
    padding: 10px 14px;
    font-size: 13px;
  }
  .exam-info-label {
    width: 45%;
  }
}

/* Official resource links */
.exam-official-links {
  margin-top: 24px;
}
.exam-official-links-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}
.exam-official-links-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 600px) {
  .exam-official-links-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.exam-official-link-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.exam-official-link-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
  text-decoration: none;
}
.exam-official-link-icon {
  font-size: 18px;
  color: #2563eb;
  flex-shrink: 0;
}
.exam-official-link-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.exam-official-link-label {
  font-weight: 600;
  font-size: 14px;
  color: #1f2937;
}
.exam-official-link-desc {
  font-size: 12px;
  color: #6b7280;
}

