/* ═══════════════════════════════════════════
   Raporlar – ASAŞ
   Type6 = Type3 (EDP belgeleri) ile aynı DOM yapısı (.rapor-*)
   Frame 61030: kart 330×593px; satır aralığı 30px (4 sütun → max 1410px)
═══════════════════════════════════════════ */

:root {
  --asas-gutter: 48px;
  --rapor-card-w: 330px;
  --rapor-card-h: 593px;
  --rapor-gap: 11.1px;
  --rapor-row-gap: 30px;
  --rapor-border-b: 0.92px;
}
@media (max-width: 1199.98px) { :root { --asas-gutter: 32px; } }
@media (max-width: 991.98px) { :root { --asas-gutter: 24px; } }
@media (max-width: 767.98px) { :root { --asas-gutter: 16px; } }

/* Breadcrumb */
.bc-wrapper {
  width: 100%;
  padding-left: 123px;
  padding-right: 123px;
  padding-top: 30px;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .bc-wrapper { padding-left: 48px; padding-right: 48px; }
}
@media (max-width: 767.98px) {
  .bc-wrapper { padding-left: 24px; padding-right: 24px; }
}
.slide-breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: 25px;
  width: auto;
}
.bc-item {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.bc-item:hover { text-decoration: underline; }
.bc-current {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
.bc-arrow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.bc-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 24px;
  height: 24px;
  background: #6D7175;
  border-radius: 35px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.bc-more:hover { background: #555; }

.rapor-page {
  width: 100%;
  background: #FFFFFF;
}

.rapor-grid {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 130px var(--asas-gutter, 48px) 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
}

@media (max-width: 767.98px) {
  .rapor-grid {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.rapor-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: var(--rapor-row-gap);
  width: 100%;
  max-width: calc(4 * var(--rapor-card-w) + 3 * var(--rapor-row-gap));
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

.rapor-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  padding: 0;
  gap: var(--rapor-gap);
  width: var(--rapor-card-w);
  height: var(--rapor-card-h);
  flex: 0 0 var(--rapor-card-w);
  max-width: 100%;
  background: #FFFFFF;
  border-bottom: var(--rapor-border-b) solid #E6E7E9;
}

.rapor-card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22.2px var(--rapor-gap) 0;
  gap: 19.42px;
  width: 100%;
  flex: 1 1 0;
  min-height: 0;
  background: #FFFFFF;
}

.rapor-cover {
  width: 100%;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rapor-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.rapor-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.7px;
  width: 100%;
  min-height: 50px;
}

.rapor-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16.65px;
  line-height: 28px;
  color: #000000;
  margin: 0;
}

.rapor-footer {
  width: 100%;
  height: 58.27px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 var(--rapor-gap) 0 var(--rapor-gap);
  box-sizing: border-box;
}

.rapor-size {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14.8px;
  line-height: 18px;
  color: #828282;
  margin: 0;
  white-space: nowrap;
}

.rapor-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}

.rapor-btn {
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  background: #DADADA;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
  color: inherit;
}

a.rapor-btn {
  text-decoration: none;
}

.rapor-btn:hover {
  background: #c5c5c5;
}

.rapor-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.rapor-btn svg {
  width: 16px;
  height: 16px;
}

.rapor-pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
  gap: 20px;
  width: 100%;
  max-width: calc(4 * var(--rapor-card-w) + 3 * var(--rapor-row-gap));
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #EAECF0;
  flex-wrap: wrap;
}

.rapor-pagination-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}

.rapor-pagination a,
.rapor-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  text-decoration: none;
  border-radius: 8px;
}

.rapor-pagination a:hover { background: #f5f5f5; }

.rapor-pagination .active {
  background: rgba(209, 0, 15, 0.2);
  color: #D1000F;
}

.rapor-pagination .arrow { width: 20px; height: 20px; color: #667085; }

@media (max-width: 1199.98px) {
  .rapor-row {
    max-width: calc(3 * var(--rapor-card-w) + 2 * var(--rapor-row-gap));
  }
  .rapor-pagination {
    max-width: calc(3 * var(--rapor-card-w) + 2 * var(--rapor-row-gap));
  }
  .rapor-card {
    width: calc((100% - 2 * var(--rapor-row-gap)) / 3);
    flex: 0 0 calc((100% - 2 * var(--rapor-row-gap)) / 3);
    height: auto;
    min-height: 520px;
  }
  .rapor-cover {
    flex: none;
    height: 380px;
  }
}

@media (max-width: 991.98px) {
  .rapor-row {
    gap: var(--rapor-row-gap);
    max-width: calc(2 * var(--rapor-card-w) + 1 * var(--rapor-row-gap));
  }
  .rapor-pagination {
    max-width: calc(2 * var(--rapor-card-w) + 1 * var(--rapor-row-gap));
  }
  .rapor-card {
    width: calc((100% - var(--rapor-row-gap)) / 2);
    flex: 0 0 calc((100% - var(--rapor-row-gap)) / 2);
    min-height: 480px;
  }
  .rapor-cover {
    height: 340px;
  }
}

@media (max-width: 767.98px) {
  .rapor-row {
    flex-direction: column;
    align-items: stretch;
    gap: var(--rapor-row-gap);
    max-width: min(var(--rapor-card-w), 100%);
  }
  .rapor-pagination {
    max-width: 100%;
  }
  .rapor-card {
    width: 100%;
    max-width: min(var(--rapor-card-w), 100%);
    flex: 0 0 auto;
    margin: 0 auto;
    min-height: 0;
  }
  .rapor-cover {
    height: 280px;
  }
  .rapor-footer {
    height: auto;
    padding: 12px var(--rapor-gap);
  }
}
