.dpe-body {
  background: #f4f7fa;
}

.dpe-page,
.dpe-page * {
  box-sizing: border-box;
}

.dpe-page {
  min-height: 64vh;
  color: #17212b;
}

.dpe-hero {
  padding: 28px 0 42px;
  background: #ffffff;
  border-bottom: 1px solid #dbe3ea;
}

.dpe-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #8292a3;
  font-size: 13px;
  font-weight: 700;
}

.dpe-breadcrumb a {
  color: #60758a;
  text-decoration: none;
}

.dpe-breadcrumb a:hover {
  color: #102a43;
}

.dpe-breadcrumb strong {
  color: #273b4f;
}

.dpe-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  min-height: 340px;
  overflow: hidden;
  border: 1px solid #c9d4de;
  border-top: 5px solid #efb701;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(30, 52, 73, .09);
}

.dpe-hero-copy {
  padding: 54px 56px;
}

.dpe-eyebrow,
.dpe-section-head > div > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  background: #efb701;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.dpe-hero h1 {
  max-width: 760px;
  margin: 20px 0 0;
  color: #152334;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -.055em;
  word-break: keep-all;
}

.dpe-hero-copy > p {
  max-width: 720px;
  margin: 20px 0 0;
  color: #526476;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: -.02em;
  word-break: keep-all;
}

.dpe-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 28px;
  padding: 0 22px;
  background: #1e3449;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease;
}

.dpe-hero-button:hover {
  transform: translateY(-2px);
  background: #102a43;
  color: #ffffff;
}

.dpe-hero-stats {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  border-left: 1px solid #d4dde5;
  background: #f7f9fb;
}

.dpe-hero-stats > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 34px;
}

.dpe-hero-stats > div + div {
  border-top: 1px solid #d4dde5;
}

.dpe-hero-stats strong {
  color: #1e3449;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.dpe-hero-stats span {
  margin-top: 8px;
  color: #718396;
  font-size: 13px;
  font-weight: 750;
}

.dpe-content {
  padding: 64px 0 78px;
}

.dpe-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.dpe-section-head h2 {
  margin: 12px 0 0;
  color: #152334;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.25;
  letter-spacing: -.045em;
}

.dpe-section-head > p {
  max-width: 480px;
  margin: 0;
  color: #67798b;
  text-align: right;
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.dpe-year-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dpe-year-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 258px;
  padding: 25px 24px 22px;
  overflow: hidden;
  border: 1px solid #d4dde5;
  background: #ffffff;
  color: #17212b;
  text-decoration: none;
  box-shadow: 0 9px 26px rgba(30, 52, 73, .055);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.dpe-year-card:hover {
  transform: translateY(-4px);
  border-color: #9eafbe;
  box-shadow: 0 17px 38px rgba(30, 52, 73, .11);
  color: #17212b;
}

.dpe-year-card.is-latest {
  border-top: 4px solid #efb701;
  padding-top: 22px;
}

.dpe-latest-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 10px;
  background: #efb701;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.dpe-year-top {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.dpe-year-top strong {
  color: #1e3449;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.05em;
}

.dpe-year-top > span {
  color: #526476;
  font-size: 15px;
  font-weight: 800;
}

.dpe-year-card > p {
  margin: 16px 0 18px;
  color: #526476;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.dpe-round-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dpe-round-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  padding: 0 9px;
  border: 1px solid #d4dde5;
  background: #f7f9fb;
  color: #40566b;
  font-size: 12px;
  font-weight: 850;
}

.dpe-card-link {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  color: #1e3449;
  font-size: 13px;
  font-weight: 900;
}

.dpe-card-link i {
  font-style: normal;
  font-size: 18px;
  transition: transform .2s ease;
}

.dpe-year-card:hover .dpe-card-link i {
  transform: translateX(4px);
}

.dpe-notice {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 4px solid #efb701;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(30, 52, 73, .05);
}

.dpe-notice strong {
  color: #1e3449;
  font-size: 14px;
  font-weight: 900;
}

.dpe-notice p {
  margin: 0;
  color: #65778a;
  font-size: 13px;
  line-height: 1.7;
  word-break: keep-all;
}

.dpe-section-head-year {
  align-items: center;
}

.dpe-all-years-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #1e3449;
  background: #ffffff;
  color: #1e3449;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
}

.dpe-all-years-link:hover {
  background: #1e3449;
  color: #ffffff;
}

.dpe-download-list {
  display: grid;
  gap: 14px;
}

.dpe-download-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 132px;
  padding: 24px 26px;
  border: 1px solid #d4dde5;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(30, 52, 73, .06);
}

.dpe-pdf-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid #e1e7ec;
  background: #f7f9fb;
}

.dpe-pdf-icon img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.dpe-file-copy {
  min-width: 0;
}

.dpe-file-copy > span {
  display: block;
  margin-bottom: 7px;
  color: #8a6a00;
  font-size: 12px;
  font-weight: 900;
}

.dpe-file-copy h3 {
  margin: 0;
  overflow-wrap: anywhere;
  color: #1c3044;
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: -.025em;
}

.dpe-file-copy p {
  margin: 7px 0 0;
  color: #7a8998;
  font-size: 12px;
  font-weight: 700;
}

.dpe-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 160px;
  min-height: 50px;
  padding: 0 18px;
  background: #efb701;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}

.dpe-download-button:hover {
  transform: translateY(-2px);
  background: #d6a400;
  color: #ffffff;
}

.dpe-download-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dpe-year-switch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  margin-top: 26px;
}

.dpe-year-switch > div > a,
.dpe-year-switch-center {
  display: flex;
  min-height: 72px;
  border: 1px solid #d4dde5;
  background: #ffffff;
  color: #1e3449;
  text-decoration: none;
}

.dpe-year-switch > div:first-child > a {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
}

.dpe-year-switch > div:last-child > a {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0 20px;
}

.dpe-year-switch > div > a:hover,
.dpe-year-switch-center:hover {
  border-color: #9eafbe;
  background: #f9fafb;
  color: #102a43;
}

.dpe-year-switch span {
  color: #8796a5;
  font-size: 11px;
  font-weight: 800;
}

.dpe-year-switch strong {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 900;
}

.dpe-year-switch-center {
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 900;
}

.dpe-year-switch .is-empty {
  display: block;
  min-height: 72px;
}

.dpe-year-quick-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid #d8e0e7;
  background: #ffffff;
}

.dpe-year-quick-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dbe2e8;
  background: #f7f9fb;
  color: #4e6377;
  text-decoration: none;
  font-size: 12px;
  font-weight: 850;
}

.dpe-year-quick-list a:hover,
.dpe-year-quick-list a.is-current {
  border-color: #1e3449;
  background: #1e3449;
  color: #ffffff;
}

@media (max-width: 1080px) {
  .dpe-year-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .dpe-hero {
    padding: 18px 0 30px;
  }

  .dpe-hero-panel {
    grid-template-columns: 1fr;
  }

  .dpe-hero-copy {
    padding: 38px 30px;
  }

  .dpe-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
    border-top: 1px solid #d4dde5;
    border-left: 0;
  }

  .dpe-hero-stats > div {
    padding: 22px 18px;
  }

  .dpe-hero-stats > div + div {
    border-top: 0;
    border-left: 1px solid #d4dde5;
  }

  .dpe-hero-stats strong {
    font-size: 25px;
  }

  .dpe-content {
    padding: 48px 0 60px;
  }

  .dpe-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .dpe-section-head > p {
    max-width: none;
    text-align: left;
  }

  .dpe-section-head-year {
    flex-direction: row;
    align-items: center;
  }

  .dpe-year-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dpe-download-card {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .dpe-pdf-icon {
    width: 62px;
    height: 62px;
  }

  .dpe-download-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .dpe-breadcrumb {
    margin-bottom: 12px;
  }

  .dpe-hero-copy {
    padding: 32px 22px 34px;
  }

  .dpe-hero h1 {
    font-size: 34px;
  }

  .dpe-hero-copy > p {
    font-size: 15px;
  }

  .dpe-hero-button {
    width: 100%;
  }

  .dpe-hero-stats {
    grid-template-columns: 1fr;
  }

  .dpe-hero-stats > div {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
  }

  .dpe-hero-stats > div + div {
    border-top: 1px solid #d4dde5;
    border-left: 0;
  }

  .dpe-hero-stats span {
    margin-top: 0;
  }

  .dpe-section-head-year {
    align-items: flex-start;
    flex-direction: column;
  }

  .dpe-all-years-link {
    width: 100%;
  }

  .dpe-year-grid {
    grid-template-columns: 1fr;
  }

  .dpe-year-card {
    min-height: 230px;
  }

  .dpe-notice {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dpe-download-card {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 18px;
  }

  .dpe-pdf-icon {
    width: 52px;
    height: 52px;
  }

  .dpe-pdf-icon img {
    width: 42px;
    height: 42px;
  }

  .dpe-file-copy h3 {
    font-size: 16px;
  }

  .dpe-year-switch {
    grid-template-columns: 1fr 1fr;
  }

  .dpe-year-switch-center {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 52px;
  }

  .dpe-year-switch > div > a {
    min-height: 68px;
  }

  .dpe-year-switch .is-empty {
    min-height: 68px;
  }

  .dpe-year-quick-list {
    justify-content: flex-start;
    padding: 16px;
  }

  .dpe-year-quick-list a {
    flex: 1 0 62px;
  }
}
