.dcprl-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1.25rem 1.2rem 4rem;
  color: #123733;
}

.dcprl-hero {
  padding: 1rem 1.2rem;
  border: 1px solid rgba(31,91,95,.18);
  border-radius: 18px;
  background: linear-gradient(135deg,rgba(220,233,234,.86),rgba(255,255,255,.96));
  box-shadow: 0 12px 32px rgba(13,46,48,.06);
}

.dcprl-kicker,
.dcprl-label,
.dcprl-mini-kicker {
  color: #1f5b5f;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.dcprl-hero h1 {
  margin: .15rem 0 .55rem;
  font-size: clamp(2.15rem, 4.4vw, 3.5rem);
  line-height: .95;
  color: #123733;
}

.dcprl-hero p {
  margin: 0;
  max-width: 980px;
  color: #405c58;
  font-weight: 600;
}

.dcprl-tool-link,
.dcprl-open-full {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: #123733;
  color: #fff;
  font-weight: 850;
  padding: .68rem 1rem;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.dcprl-layout {
  display: grid;
  grid-template-columns: 270px minmax(0,1fr);
  gap: 1.6rem;
  margin-top: 1rem;
}

.dcprl-side {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.dcprl-card {
  padding: 1rem;
  border: 1px solid rgba(31,91,95,.18);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(13,46,48,.05);
}

.dcprl-card h2 {
  margin: .35rem 0 .6rem;
  font-size: 2rem;
  color: #123733;
}

.dcprl-card p {
  margin: .35rem 0;
  color: #405c58;
}

.dcprl-card .dcprl-tool-link {
  width: 100%;
  margin-top: .55rem;
}

.dcprl-reload {
  background: #eaf3f1;
  color: #123733;
}

.dcprl-main {
  min-width: 0;
}

.dcprl-source-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .75rem;
}

.dcprl-source-subtitle {
  margin: .2rem 0 0;
  color: #405c58;
  font-weight: 700;
}

.dcprl-pdf-box {
  height: 86vh;
  width: 100%;
  border: 1px solid rgba(31,91,95,.22);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 38px rgba(13,46,48,.08);
}

.dcprl-pdf-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.dcprl-floating-button {
  position: fixed;
  right: 1rem;
  bottom: 5.2rem;
  z-index: 99999;
}

.dcprl-floating-button a {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 54px;
  padding: .65rem .85rem;
  border-radius: 999px;
  background: #123733;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(13,46,48,.22);
}

.dcprl-floating-button small {
  font-size: .7rem;
  opacity: .9;
}

.dcprl-title-tight {
  font-size: clamp(2.2rem, 5.2vw, 4.15rem) !important;
  line-height: .98 !important;
}

.dcprl-small-card {
  margin: 1rem 0;
  padding: .9rem 1rem;
  border: 1px solid rgba(31,91,95,.22);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(13,46,48,.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dcprl-small-card strong {
  display: block;
  color: #123733;
  font-size: 1.1rem;
}

.dcprl-small-card span {
  display: block;
  color: #405c58;
  font-weight: 700;
  margin-top: .15rem;
}

.dcprl-mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
}

.dcprl-mini-actions a {
  display: inline-flex;
  border-radius: 999px;
  padding: .62rem .9rem;
  background: #123733;
  color: #fff;
  text-decoration: none;
  font-weight: 850;
}

.dcprl-mini-actions a:last-child {
  background: #eaf3f1;
  color: #123733;
}

.dcprl-locator-page {
  display: block;
  margin-top: .45rem;
  font-weight: 900;
  color: #123733;
}

@media(max-width:900px) {
  .dcprl-layout {
    grid-template-columns: 1fr;
  }

  .dcprl-source-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .dcprl-open-full {
    width: 100%;
  }

  .dcprl-pdf-box {
    height: 78vh;
  }

  .dcprl-title-tight {
    font-size: clamp(2rem, 10vw, 3.15rem) !important;
  }

  .dcprl-small-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .dcprl-mini-actions,
  .dcprl-mini-actions a {
    width: 100%;
  }

  .dcprl-floating-button {
    right: .75rem;
    bottom: 4.7rem;
  }
}
