/* ==========================================================================
   Generated Brief Preview - classic document viewer with contents rail
   ========================================================================== */

.gbp-shell,
.gbp-topbar,
.gbp-rail,
.gbp-body,
.gbp-page,
.gbp-page *,
.gbp-requirement-list,
.gbp-table-wrap,
.gbp-objective-bundle,
.gbp-context-note,
.gbp-timeline,
.gbp-submission-summary,
.gbp-legal-expectation,
.gbp-state,
.gbp-mobile-contents {
  --gbp-canvas: #f3f5f6;
  --gbp-canvas-deep: #e7ebee;
  --gbp-paper: #ffffff;
  --gbp-doc-ink: #171b20;
  --gbp-doc-muted: #5f6973;
  --gbp-doc-faint: #7b8791;
  --gbp-doc-line: #dce2e7;
  --gbp-doc-soft: #f6f8f9;
  --gbp-doc-accent: #0f4c5c;
  --gbp-doc-accent-soft: #e5f1f3;
  --gbp-doc-warning: #7a4f00;
  --gbp-doc-warning-soft: #fff4d6;
  --gbp-doc-critical: #a43434;
  --gbp-doc-sans: Aptos, Calibri, Arial, sans-serif;
  --gbp-doc-serif: "Times New Roman", Times, serif;
}

.gbp-shell {
  width: 100%;
  min-height: 760px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(17,20,24,0.12);
  background: var(--gbp-canvas);
  color: var(--text-primary);
  box-shadow: 0 24px 70px rgba(17,20,24,0.16);
}

.gbp-shell[role="dialog"] {
  outline: none;
}

.gbp-topbar {
  --ds-text-muted: #52606b;
  --ds-text-primary: #171b20;

  position: relative;
  z-index: 2;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(17,20,24,0.16);
  background: #ffffff;
  color: var(--gbp-doc-ink);
  font-family: var(--gbp-doc-sans);
  box-shadow: 0 10px 26px rgba(17,20,24,0.10);
}

.gbp-topbar__title-group {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.gbp-topbar__eyebrow,
.gbp-document-kicker,
.gbp-page-marker,
.gbp-meta__label,
.gbp-context-note__label,
.gbp-state__label {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.gbp-topbar__eyebrow {
  color: var(--gbp-doc-muted);
}

.gbp-topbar__title {
  margin: 0;
  color: var(--gbp-doc-ink);
  font-family: var(--gbp-doc-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.gbp-topbar__meta {
  margin: 0;
  color: var(--gbp-doc-muted);
  font-size: 13px;
  line-height: 1.35;
}

.gbp-topbar__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.gbp-layout {
  min-height: 0;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  background:
    linear-gradient(90deg, rgba(17,20,24,0.045), transparent 22%, transparent 82%, rgba(17,20,24,0.035)),
    var(--gbp-canvas);
}

.gbp-rail {
  width: 300px;
  min-height: 0;
  min-width: 0;
  overflow: auto;
  border-right: 1px solid rgba(17,20,24,0.12);
  background: #ffffff;
  color: var(--gbp-doc-ink);
  box-shadow: 12px 0 28px rgba(17,20,24,0.07);
}

.gbp-rail .ds-sidebar__nav {
  padding: 0;
}

.gbp-rail .ds-sidebar-group__trigger {
  background: #f5f7f8;
  border-left-color: rgba(15,76,92,0.24);
  color: var(--gbp-doc-ink);
}

.gbp-rail .ds-sidebar-group__trigger.is-open {
  background: linear-gradient(90deg, rgba(15,76,92,0.11), rgba(15,76,92,0.03));
  border-left-color: rgba(15,76,92,0.42);
}

.gbp-rail .ds-sidebar-group__title,
.gbp-rail .ds-sidebar-nav-item__label {
  color: inherit;
}

.gbp-rail .ds-sidebar-nav-item {
  min-height: 42px;
  color: var(--gbp-doc-muted);
  text-decoration: none;
}

.gbp-rail .ds-sidebar-nav-item.is-active {
  color: var(--gbp-doc-ink);
  border-left-color: var(--gbp-doc-accent);
  background: linear-gradient(90deg, rgba(15,76,92,0.14), rgba(15,76,92,0.04));
}

.gbp-rail .ds-sidebar-nav-item.is-unavailable {
  color: var(--gbp-doc-faint);
  background: transparent;
}

.gbp-rail .ds-sidebar-nav-item:hover,
.gbp-rail .ds-sidebar-nav-item:focus-visible {
  color: var(--gbp-doc-ink);
  background: var(--gbp-doc-accent-soft);
  outline: 2px solid rgba(15,76,92,0.28);
  outline-offset: -2px;
}

.gbp-rail__meta {
  display: block;
  margin-top: 3px;
  color: var(--gbp-doc-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.gbp-body {
  min-height: 0;
  overflow: auto;
  padding: 28px 18px 44px;
  background: var(--gbp-canvas);
  scroll-behavior: smooth;
}

.gbp-body:focus-visible {
  outline: 3px solid rgba(15,76,92,0.34);
  outline-offset: -6px;
}

.gbp-page-stack {
  width: min(794px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.gbp-page {
  min-width: 0;
  min-height: min(1123px, calc((100vw - 96px) * 1.414));
  aspect-ratio: 210 / 297;
  display: grid;
  align-content: start;
  gap: 26px;
  overflow-x: clip;
  overflow-y: visible;
  padding: clamp(24px, 4.25%, 48px);
  border: 1px solid rgba(17,20,24,0.14);
  background: var(--gbp-paper);
  color: var(--gbp-doc-ink);
  font-family: var(--gbp-doc-sans);
  box-shadow: 0 18px 42px rgba(17,20,24,0.14);
  overflow-wrap: anywhere;
}

.gbp-cover {
  align-content: space-between;
  gap: clamp(24px, 5vw, 48px);
  background:
    linear-gradient(180deg, rgba(15,76,92,0.045), transparent 44%),
    var(--gbp-paper);
}

.gbp-page--compact {
  min-height: 420px;
}

.gbp-page--state {
  min-height: 360px;
}

.gbp-page__head,
.gbp-cover__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 5px solid var(--gbp-doc-accent);
}

.gbp-page-marker {
  color: var(--gbp-doc-muted);
}

.gbp-cover__mark {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: var(--gbp-doc-accent);
  color: #ffffff;
  font-family: var(--gbp-doc-serif);
  font-size: 25px;
  line-height: 1;
}

.gbp-cover__meta {
  display: grid;
  gap: 5px;
  color: var(--gbp-doc-accent);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}

.gbp-document-title {
  max-width: 620px;
  margin: 42px 0 0;
  color: var(--gbp-doc-ink);
  font-family: var(--gbp-doc-serif);
  font-size: clamp(42px, 8vw, 74px);
  font-weight: 400;
  line-height: 0.98;
}

.gbp-document-subtitle {
  max-width: 620px;
  margin: 0;
  color: #40484f;
  font-family: var(--gbp-doc-sans);
  font-size: 16px;
  line-height: 1.62;
}

.gbp-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.gbp-meta {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid var(--gbp-doc-line);
  background: #fafbfb;
}

.gbp-meta__label {
  color: var(--gbp-doc-muted);
}

.gbp-meta__value {
  color: var(--gbp-doc-ink);
  font-family: var(--gbp-doc-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.gbp-document-kicker {
  color: var(--gbp-doc-muted);
}

.gbp-heading,
.gbp-subheading {
  margin: 0;
  font-family: var(--gbp-doc-serif);
  font-weight: 400;
  line-height: 1.15;
}

.gbp-heading {
  padding-bottom: 12px;
  border-bottom: 3px solid var(--gbp-doc-accent);
  color: var(--gbp-doc-ink);
  font-size: clamp(28px, 4vw, 40px);
}

.gbp-subheading {
  color: var(--gbp-doc-accent);
  font-size: 22px;
}

.gbp-copy {
  margin: 0;
  color: #333b42;
  font-family: var(--gbp-doc-sans);
  font-size: 15px;
  line-height: 1.65;
}

.gbp-section {
  display: grid;
  gap: 16px;
}

.gbp-section__body {
  display: grid;
  gap: 14px;
}

.gbp-toc {
  display: grid;
  gap: 10px;
}

.gbp-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: gbp-toc;
}

.gbp-toc__item {
  counter-increment: gbp-toc;
}

.gbp-toc__link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--gbp-doc-line);
  color: var(--gbp-doc-ink);
  font-family: var(--gbp-doc-sans);
  text-decoration: none;
}

.gbp-toc__link::before {
  content: counter(gbp-toc, decimal-leading-zero);
  color: var(--gbp-doc-accent);
  font-weight: 600;
}

.gbp-toc__link:hover,
.gbp-toc__link:focus-visible {
  color: var(--gbp-doc-accent);
  outline: 2px solid rgba(15,76,92,0.26);
  outline-offset: 3px;
}

.gbp-toc__label {
  display: block;
  font-weight: 600;
  line-height: 1.25;
}

.gbp-toc__meta {
  display: block;
  margin-top: 3px;
  color: var(--gbp-doc-muted);
  font-size: 12px;
  line-height: 1.35;
}

.gbp-requirement-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gbp-requirement {
  display: grid;
  gap: 9px;
  padding: 14px 16px;
  border: 1px solid var(--gbp-doc-line);
  border-top: 3px solid var(--gbp-doc-accent);
  background: #fbfcfc;
  font-family: var(--gbp-doc-sans);
}

.gbp-requirement__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.gbp-ref {
  color: var(--gbp-doc-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-transform: uppercase;
}

.gbp-requirement__body {
  display: grid;
  gap: 6px;
}

.gbp-requirement__text {
  max-width: none;
  font-weight: 400;
}

.gbp-requirement__support {
  margin: 0;
  color: var(--gbp-doc-muted);
  font-size: 13px;
  line-height: 1.5;
}

.gbp-priority {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 3px 7px;
  background: var(--gbp-doc-warning-soft);
  color: var(--gbp-doc-warning);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.gbp-priority--must {
  background: #fdeaea;
  color: var(--gbp-doc-critical);
}

.gbp-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: visible;
}

.gbp-table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: var(--gbp-doc-sans);
  font-size: 13px;
  line-height: 1.45;
}

.gbp-table th {
  padding: 11px 12px;
  background: var(--gbp-doc-accent);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: left;
  vertical-align: top;
}

.gbp-table-caption {
  padding: 0 0 8px;
  color: var(--gbp-doc-muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
}

.gbp-table td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--gbp-doc-line);
  color: #303941;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}

.gbp-table tr:nth-child(even) td {
  background: #f8fafb;
}

.gbp-requirement-table {
  table-layout: fixed;
}

.gbp-requirement-table th:first-child,
.gbp-requirement-table td:first-child {
  width: 88px;
  color: var(--gbp-doc-accent);
  font-weight: 600;
}

.gbp-requirement-table th:nth-child(2),
.gbp-requirement-table td:nth-child(2) {
  width: 112px;
}

.gbp-requirement-table td:nth-child(3) {
  font-weight: 400;
}

.gbp-evaluation-table {
  table-layout: fixed;
}

.gbp-evaluation-table th:nth-child(1),
.gbp-evaluation-table td:nth-child(1) {
  width: 28%;
  font-weight: 500;
}

.gbp-evaluation-table th:nth-child(2),
.gbp-evaluation-table td:nth-child(2) {
  width: 112px;
  color: var(--gbp-doc-accent);
  font-weight: 600;
}

.gbp-objective-bundle {
  display: grid;
  gap: 12px;
}

.gbp-objective {
  display: grid;
  gap: 12px;
  padding: 17px 18px 18px;
  border: 1px solid var(--gbp-doc-line);
  border-left: 4px solid var(--gbp-doc-accent);
  background: #fbfcfc;
  font-family: var(--gbp-doc-sans);
}

.gbp-objective__marker,
.gbp-objective__label {
  margin: 0;
  color: var(--gbp-doc-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.gbp-objective__marker {
  width: fit-content;
  color: var(--gbp-doc-accent);
}

.gbp-objective__title {
  margin: 0;
  color: var(--gbp-doc-ink);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.gbp-objective__section {
  display: grid;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid var(--gbp-doc-line);
}

.gbp-objective__section--focus {
  padding-top: 0;
  border-top: 0;
}

.gbp-objective__text {
  margin: 0;
  color: #333b42;
  font-size: 14px;
  line-height: 1.45;
}

.gbp-objective__list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
  color: #333b42;
  font-size: 14px;
  line-height: 1.5;
}

.gbp-context-note {
  display: grid;
  gap: 7px;
  padding: 14px 16px;
  border-left: 4px solid #a9b6bd;
  background: #f5f7f8;
  font-family: var(--gbp-doc-sans);
}

.gbp-context-note__label {
  color: #52606b;
}

.gbp-context-note__body {
  margin: 0;
  color: #3d4750;
  font-size: 14px;
  line-height: 1.55;
}

.gbp-timeline,
.gbp-submission-summary,
.gbp-legal-expectation,
.gbp-balanced-specimen {
  display: grid;
  gap: 14px;
}

.gbp-summary-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: #333b42;
  font-family: var(--gbp-doc-sans);
  font-size: 14px;
  line-height: 1.55;
}

.gbp-balanced-specimen {
  padding: 18px;
  border: 1px solid var(--gbp-doc-line);
  border-top: 4px solid #284b63;
  background: #fbfcfc;
  font-family: var(--gbp-doc-sans);
}

.gbp-balanced-specimen__label {
  color: #284b63;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gbp-state {
  display: grid;
  gap: 14px;
  align-content: center;
  min-height: 220px;
}

.gbp-state__label {
  color: var(--gbp-doc-muted);
}

.gbp-state__panel {
  display: grid;
  gap: 10px;
}

.gbp-loading-lines {
  display: grid;
  gap: 10px;
}

.gbp-loading-line {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eceff1, #f8fafb, #eceff1);
}

.gbp-loading-line--long {
  width: 86%;
}

.gbp-loading-line--medium {
  width: 64%;
}

.gbp-loading-line--short {
  width: 38%;
}

.gbp-mobile-contents {
  display: none;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(17,20,24,0.12);
  background: #ffffff;
  color: var(--gbp-doc-ink);
}

.gbp-mobile-contents__label {
  color: var(--gbp-doc-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gbp-mobile-contents__links {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-top: 8px;
}

.gbp-mobile-contents__link {
  flex: 0 0 auto;
  border: 1px solid var(--gbp-doc-line);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--gbp-doc-ink);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.gbp-mobile-contents__link.is-active {
  border-color: rgba(15,76,92,0.34);
  background: var(--gbp-doc-accent-soft);
  color: var(--gbp-doc-accent);
}

@media (max-width: 1180px) {
  .gbp-shell {
    min-height: 720px;
  }

  .gbp-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .gbp-topbar__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .gbp-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
  }

  .gbp-rail {
    display: none;
  }

  .gbp-mobile-contents {
    display: block;
  }

  .gbp-body {
    padding: 16px 10px 28px;
  }

  .gbp-page {
    min-height: auto;
    aspect-ratio: auto;
    padding: 26px 20px;
  }

  .gbp-page__head,
  .gbp-cover__head,
  .gbp-meta-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .gbp-cover__head {
    display: grid;
  }

  .gbp-cover__meta {
    text-align: left;
  }

  .gbp-meta-grid {
    display: grid;
  }

  .gbp-requirement {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gbp-body {
    scroll-behavior: auto;
  }

  .gbp-rail .ds-sidebar-nav-item,
  .gbp-mobile-contents__link {
    transition: none;
  }
}
