:root{--navy:#001f3f;--navy2:#07345f;--gray:#777;--bg:#eef2f6;--card:#fff;--text:#172033;--muted:#667085;--line:#d7dee8;--ok:#137a4b;--warn:#9a6700;--bad:#b42318;--shadow:0 10px 30px rgba(0,31,63,.10);--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit}header{background:var(--navy);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 2px 16px rgba(0,0,0,.2)}.bar{max-width:1320px;margin:auto;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px}.mark{width:42px;height:42px;border-radius:10px;background:linear-gradient(180deg,#fff 0 30%,#aeb8c6 30% 38%,#fff 38% 52%,#aeb8c6 52% 60%,#fff 60% 74%,#aeb8c6 74% 82%,#fff 82%);position:relative}.mark:before{content:'★';position:absolute;left:5px;top:3px;color:var(--navy);font-size:18px}.brand h1{font-size:17px;margin:0}.brand small{color:#cbd5e1}.role{font-size:12px;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:6px 9px}.navlinks{display:flex;gap:16px;flex-wrap:wrap}.navlinks a,.text-link,.submit-link{display:inline-flex;align-items:center;gap:5px;color:var(--navy);font-weight:750;text-decoration:none;border:0;border-bottom:1px solid rgba(0,31,63,.32);padding:2px 0;background:none;font:inherit;cursor:pointer}.navlinks a{color:#fff;border-bottom-color:rgba(255,255,255,.35)}.navlinks a:hover,.navlinks a:focus,.text-link:hover,.text-link:focus,.submit-link:hover,.submit-link:focus{color:var(--navy2);border-bottom-color:currentColor}.navlinks a:hover,.navlinks a:focus{color:#fff}.danger{color:var(--bad)!important}.muted{color:var(--muted)}main{max-width:1320px;margin:auto;padding:22px 18px 70px}.hero{display:flex;justify-content:space-between;gap:16px;align-items:end;margin:8px 0 18px}.hero h2{margin:0;color:var(--navy);font-size:30px}.hero p{margin:7px 0 0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.span12{grid-column:span 12}.span8{grid-column:span 8}.span7{grid-column:span 7}.span6{grid-column:span 6}.span5{grid-column:span 5}.span4{grid-column:span 4}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:17px}.card h3{margin:0 0 11px;color:var(--navy)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.stat{padding:12px;border:1px solid var(--line);border-radius:12px;background:#fbfcfe}.stat strong{display:block;font-size:24px;color:var(--navy)}.stat span{font-size:12px;color:var(--muted)}.tablewrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:11px;border-bottom:1px solid #e5e9ef;font-size:13px;vertical-align:top}th{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.pill{display:inline-block;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:750;background:#e8f1fb;color:#174f82}.ok{background:#e7f6ee;color:#146c43}.warn{background:#fff2cc;color:#7a5800}.bad{background:#feeceb;color:#9b1c15}.field{width:100%;padding:10px;border:1px solid #cdd6e2;border-radius:10px;background:#fff;font:inherit}.field:focus{outline:2px solid rgba(0,31,63,.25);border-color:var(--navy)}label{display:block;font-size:12px;font-weight:700;margin:10px 0 5px}.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.stack{display:grid;gap:10px}.work{border:1px solid var(--line);border-radius:13px;padding:14px;background:#fff}.work h4{margin:0 0 5px;color:var(--navy)}.meta{font-size:12px;color:var(--muted)}.callout{border-left:4px solid var(--navy);background:#f5f8fb;padding:13px 15px;border-radius:0 12px 12px 0}.callout.warning{border-left-color:var(--warn);background:#fffaf0}.checkline{display:flex;gap:9px;align-items:flex-start;margin:8px 0}.checkline input{margin-top:3px}.flash{max-width:1320px;margin:14px auto 0;padding:0 18px}.flash div{background:#fff2cc;color:#6a4b00;border:1px solid #ead38a;border-radius:12px;padding:12px}.documents{display:grid;gap:8px}.documents a{width:max-content}.photo-input{border:1px dashed #9fb0c4;border-radius:12px;padding:14px;background:#f8fafc}.footer{text-align:center;color:var(--muted);font-size:11px;padding:24px}.login-shell{max-width:520px;margin:7vh auto;padding:18px}.login-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:26px}.login-card h2{color:var(--navy);margin-top:0}.small{font-size:12px}.divider{border:0;border-top:1px solid var(--line);margin:16px 0}.mobile-nav{display:none}.signature{height:55px;border-bottom:1px solid #7f8a98;margin-top:18px}.status-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.status-item{border:1px solid var(--line);border-radius:10px;padding:10px}.status-item strong{display:block}.inline-form{display:inline}.submit-link{color:var(--navy)}@media(max-width:900px){.span8,.span7,.span6,.span5,.span4{grid-column:span 12}.stats{grid-template-columns:repeat(2,1fr)}.role{display:none}.hero{align-items:start;flex-direction:column}.navlinks{font-size:13px}.status-list{grid-template-columns:1fr}}@media(max-width:620px){main{padding:16px 12px 76px}.bar{padding:12px}.brand small{display:none}.navlinks{display:none}.hero h2{font-size:25px}.card{padding:14px}.stats{grid-template-columns:repeat(2,1fr)}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:30;justify-content:space-around;padding:9px 5px calc(9px + env(safe-area-inset-bottom))}.mobile-nav a{font-size:12px;color:var(--navy);text-decoration:none;font-weight:700}.login-shell{margin:2vh auto}}
.drop-zone{display:flex;min-height:150px;margin:12px 0;padding:22px;border:2px dashed #8aa0b8;border-radius:12px;background:#f7fafc;align-items:center;justify-content:center;flex-direction:column;gap:6px;text-align:center;cursor:pointer}.drop-zone.dragover{border-color:#001f3f;background:#eef4fa}.drop-zone input{position:absolute;left:-9999px}
.signature-pad{display:block;width:100%;height:auto;max-height:220px;border:1px solid #aab3bd;border-radius:10px;background:#fff;touch-action:none}.callout{border-left:4px solid #001F3F;padding:12px 14px;background:#f3f5f7;margin-top:16px}.callout p{margin-bottom:0}


/* =========================================================
   PIOC INTERNAL DISPLAY SYSTEM
   Revision R1.9.3
   Moderate dark theme with user-controlled spacing and size
   ========================================================= */

:root {
  --navy: #17395d;
  --navy2: #2c5f8d;
  --gray: #8e99a8;

  --bg: #161b22;
  --bg-deep: #11161c;
  --card: #202832;
  --card-alt: #252f3a;
  --text: #e7ebf0;
  --muted: #aab4c0;
  --line: #394553;

  --ok: #5fbf8f;
  --warn: #e2b45d;
  --bad: #e47c73;

  --field-bg: #19212a;
  --field-border: #465463;

  --shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  --radius: 14px;

  --ui-font-scale: 1;
  --ui-space-scale: 1;
  --ui-card-padding: 17px;
  --ui-gap: 14px;
  --ui-row-padding: 11px;
}

html {
  font-size: calc(16px * var(--ui-font-scale));
}

html[data-font-size="small"] {
  --ui-font-scale: 0.90;
}

html[data-font-size="standard"] {
  --ui-font-scale: 1;
}

html[data-font-size="large"] {
  --ui-font-scale: 1.12;
}

html[data-density="compact"] {
  --ui-space-scale: 0.78;
  --ui-card-padding: 12px;
  --ui-gap: 9px;
  --ui-row-padding: 7px;
}

html[data-density="comfortable"] {
  --ui-space-scale: 1;
  --ui-card-padding: 17px;
  --ui-gap: 14px;
  --ui-row-padding: 11px;
}

html[data-density="spacious"] {
  --ui-space-scale: 1.22;
  --ui-card-padding: 22px;
  --ui-gap: 19px;
  --ui-row-padding: 15px;
}

body {
  background: var(--bg);
  color: var(--text);
}

header {
  background: #17283a;
  border-bottom: 1px solid #31465c;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

main {
  padding-top: calc(22px * var(--ui-space-scale));
  padding-bottom: calc(70px * var(--ui-space-scale));
}

.hero {
  margin-top: calc(8px * var(--ui-space-scale));
  margin-bottom: calc(18px * var(--ui-space-scale));
}

.hero h2,
.card h3,
.work h4,
.login-card h2 {
  color: #dce8f4;
}

.hero p,
.meta,
.muted,
.small.muted,
.footer {
  color: var(--muted);
}

.grid {
  gap: var(--ui-gap);
}

.card,
.work,
.login-card {
  background: var(--card);
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.card {
  padding: var(--ui-card-padding);
}

.work {
  padding: calc(14px * var(--ui-space-scale));
}

.stat,
.status-item {
  background: var(--card-alt);
  border-color: var(--line);
}

.stat strong {
  color: #dce8f4;
}

.field,
textarea.field,
select.field,
input.field {
  background: var(--field-bg);
  color: var(--text);
  border-color: var(--field-border);
}

.field:focus {
  outline: 2px solid rgba(75, 132, 181, 0.38);
  border-color: #5f89ad;
}

.field::placeholder {
  color: #778493;
}

table {
  color: var(--text);
}

th,
td {
  border-bottom-color: var(--line);
  padding: var(--ui-row-padding);
}

th {
  color: var(--muted);
}

.divider {
  border-top-color: var(--line);
}

.callout {
  background: #1b2834;
  border-left-color: #4d7ca5;
}

.callout.warning {
  background: #332a1d;
  border-left-color: var(--warn);
}

.flash div {
  background: #332a1d;
  border-color: #6b5730;
  color: #f2d79a;
}

.pill {
  background: #233b52;
  color: #bcd9f2;
}

.pill.ok,
.ok {
  background: #173a2c;
  color: #8dd5ae;
}

.pill.warn,
.warn {
  background: #3b301c;
  color: #efca7f;
}

.pill.bad,
.bad {
  background: #462521;
  color: #f0aaa3;
}

.text-link,
.submit-link {
  color: #8fb8dc;
  border-bottom-color: rgba(143, 184, 220, 0.42);
}

.text-link:hover,
.text-link:focus,
.submit-link:hover,
.submit-link:focus {
  color: #c3ddf4;
}

.drop-zone,
.photo-input {
  background: #19212a;
  border-color: #526171;
}

.signature-pad {
  background: #f5f7fa;
  border-color: #6f7d8b;
}

.mobile-nav {
  background: #18212a;
  border-top-color: var(--line);
}

.mobile-nav a {
  color: #a9c9e4;
}

/* Header display preferences */

.display-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-left: auto;
}

.display-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.display-control label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  color: #b9c6d3;
  white-space: nowrap;
}

.display-select {
  min-width: 108px;
  padding: 5px 24px 5px 8px;
  border: 1px solid #526579;
  border-radius: 8px;
  background: #13202d;
  color: #eef3f7;
  font: inherit;
  font-size: 12px;
}

.display-select:focus {
  outline: 2px solid rgba(143, 184, 220, 0.38);
  border-color: #8fb8dc;
}

@media (max-width: 900px) {
  .display-controls {
    width: 100%;
    margin-left: 52px;
  }
}

@media (max-width: 620px) {
  .display-controls {
    margin-left: 0;
    gap: 7px;
  }

  .display-control label {
    display: none;
  }

  .display-select {
    min-width: 96px;
    font-size: 11px;
  }
}

/* =========================================================
   PIOC R1.9.3-H1 HISTORICAL BASELINE STATUS COLORS
   ========================================================= */

.revision-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.revision-status-certified {
  border-color: #3f8d65;
  background: #123c2a;
  color: #a3e2bc;
}

.revision-status-approved {
  border-color: #3d6f9e;
  background: #17314a;
  color: #a7cef0;
}

.revision-status-development {
  border-color: #8a6e2f;
  background: #3d311b;
  color: #f1ce7f;
}

.revision-status-hold {
  border-color: #91473f;
  background: #49241f;
  color: #f1aaa2;
}

.revision-status-history {
  border-color: #5c6772;
  background: #29313a;
  color: #c2cbd3;
}

.status-certified-text {
  color: #91d8af;
}

.changelog-text {
  margin: 0;
  padding: 18px;
  max-height: none;
  overflow: visible;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-deep);
  color: var(--text);
  font-family: inherit;
  font-size: 0.94rem;
  line-height: 1.58;
}

/* =========================================================
   PIOC R1.9.3-H2 ARCHIVE-RECONCILED CHANGELOG
   ========================================================= */

.revision-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.release-ladder {
  display: grid;
  gap: 8px;
}

.release-line {
  display: grid;
  grid-template-columns: minmax(140px, 210px) 1fr;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.release-line:last-child {
  border-bottom: 0;
}

.revision-status-certified {
  border-color: #3f8d65;
  background: #123c2a;
  color: #a3e2bc;
}

.revision-status-approved {
  border-color: #3d6f9e;
  background: #17314a;
  color: #a7cef0;
}

.revision-status-development {
  border-color: #8a6e2f;
  background: #3d311b;
  color: #f1ce7f;
}

.revision-status-hold {
  border-color: #91473f;
  background: #49241f;
  color: #f1aaa2;
}

.revision-status-history {
  border-color: #5c6772;
  background: #29313a;
  color: #c2cbd3;
}

.status-certified-text {
  color: #91d8af;
}

.changelog-text {
  margin: 0;
  padding: 18px;
  max-height: none;
  overflow: visible;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-deep);
  color: var(--text);
  font-family: inherit;
  font-size: 0.94rem;
  line-height: 1.58;
}

@media (max-width: 680px) {
  .release-line {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   PIOC GLOBAL REVISION IDENTIFICATION AND STATUS COLORS
   Applies to every PIOC page through base.html
   ========================================================= */

.brand-copy {
  min-width: 0;
}

.brand-heading-row {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.brand-heading-row h1 {
  margin: 0;
}

.global-revision-id {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border: 1px solid;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.global-revision-released {
  border-color: #4b9b70;
  background: #173a2c;
  color: #9de0b8;
}

.global-revision-id:hover,
.global-revision-id:focus {
  background: #1d4936;
  color: #c8f1d8;
}

.global-revision-id[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
}

.global-revision-subline {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 3px;
  color: #91a0ae;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.global-revision-subline span + span::before {
  content: "•";
  margin-right: 6px;
  color: #637180;
}

.global-release-state {
  color: #91d8af;
  font-weight: 800;
}

/* Status legend */

.revision-legend {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  gap: 10px;
}

.legend-detail {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--card-alt);
  overflow: hidden;
}

.legend-detail summary {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  cursor: pointer;
  list-style: none;
  font-weight: 850;
}

.legend-detail summary::-webkit-details-marker {
  display: none;
}

.legend-detail summary::after {
  content: "+";
  margin-left: auto;
  font-size: 15px;
  font-weight: 900;
}

.legend-detail[open] summary::after {
  content: "−";
}

.legend-definition {
  padding: 0 13px 13px 36px;
  color: var(--muted);
  line-height: 1.5;
}

.status-color-key {
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border: 2px solid;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.04);
}

.status-color-released {
  border-color: #76c998;
  background: #3f9a68;
}

.status-color-approved {
  border-color: #83b8e6;
  background: #3979af;
}

.status-color-development {
  border-color: #edc86e;
  background: #ae8030;
}

.status-color-hold {
  border-color: #ed9188;
  background: #a94a42;
}

.status-color-history {
  border-color: #abb5bf;
  background: #66717c;
}

.status-text-released {
  color: #91d8af;
}

.status-text-approved {
  color: #a7cef0;
}

.status-text-development {
  color: #f1ce7f;
}

.status-text-hold {
  color: #f1aaa2;
}

.status-text-history {
  color: #c2cbd3;
}

/* Master release ladder */

.release-entry.status-released {
  border-left: 5px solid #4c9a70;
}

.release-entry.status-approved {
  border-left: 5px solid #3979af;
}

.release-entry.status-development {
  border-left: 5px solid #b58a38;
}

.release-entry.status-hold {
  border-left: 5px solid #b65b51;
}

.release-entry.status-history {
  border-left: 5px solid #6d7782;
}

.release-entry.status-released .release-version {
  color: #91d8af;
}

.release-entry.status-approved .release-version {
  color: #a7cef0;
}

.release-entry.status-development .release-version {
  color: #f1ce7f;
}

.release-entry.status-hold .release-version {
  color: #f1aaa2;
}

.release-entry.status-history .release-version {
  color: #c2cbd3;
}

.release-entry.status-released summary {
  background:
    linear-gradient(
      90deg,
      rgba(76,154,112,0.12),
      rgba(76,154,112,0.02)
    );
}

.release-entry.status-approved summary {
  background:
    linear-gradient(
      90deg,
      rgba(57,121,175,0.12),
      rgba(57,121,175,0.02)
    );
}

.release-entry.status-development summary {
  background:
    linear-gradient(
      90deg,
      rgba(181,138,56,0.13),
      rgba(181,138,56,0.02)
    );
}

.release-entry.status-hold summary {
  background:
    linear-gradient(
      90deg,
      rgba(182,91,81,0.14),
      rgba(182,91,81,0.02)
    );
}

.release-entry.status-history summary {
  background:
    linear-gradient(
      90deg,
      rgba(109,119,130,0.13),
      rgba(109,119,130,0.02)
    );
}

.revision-status-released,
.revision-status-certified {
  border-color: #4b9b70 !important;
  background: #173a2c !important;
  color: #9de0b8 !important;
}

.revision-status-approved {
  border-color: #487fac !important;
  background: #17314a !important;
  color: #acd3f3 !important;
}

.revision-status-development {
  border-color: #987a37 !important;
  background: #3d311b !important;
  color: #f1ce7f !important;
}

.revision-status-hold {
  border-color: #9e4e46 !important;
  background: #49241f !important;
  color: #f1aaa2 !important;
}

.revision-status-history {
  border-color: #687480 !important;
  background: #29313a !important;
  color: #c2cbd3 !important;
}

@media (max-width: 720px) {
  .brand-heading-row {
    gap: 6px;
  }

  .global-revision-id {
    font-size: 9px;
  }

  .global-revision-subline {
    width: 100%;
  }
}

/* =========================================================
   PIOC PLAIN-TEXT REVISION AND RELEASE STATUS SCHEMA
   No button, pill or badge presentation.
   ========================================================= */

.global-revision-text {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.revision-text-released {
  color: #91d8af !important;
}

.revision-text-approved {
  color: #a7cef0 !important;
}

.revision-text-development {
  color: #f1ce7f !important;
}

.revision-text-hold {
  color: #f1aaa2 !important;
}

.revision-text-history {
  color: #c2cbd3 !important;
}

/* Remove prior global revision pill appearance. */

.global-revision-id,
.global-revision-released {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

/* Current independently controlled component releases. */

.component-release-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.component-release-line {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 18px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.component-release-line:last-child {
  border-bottom: 0;
}

.component-name {
  color: var(--text);
}

.component-revision {
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

/* Release legend: expandable colored text, not buttons. */

.revision-legend {
  display: grid;
  gap: 5px;
}

.legend-detail {
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.legend-detail summary {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  padding: 4px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 800;
}

.legend-detail summary::-webkit-details-marker {
  display: none;
}

.legend-detail summary::after {
  content: " +";
  margin-left: 3px;
  font-weight: 700;
  color: var(--muted);
}

.legend-detail[open] summary::after {
  content: " −";
}

.legend-definition {
  max-width: 820px;
  padding: 2px 0 8px 21px !important;
  color: var(--muted);
}

.status-color-key {
  width: 8px !important;
  height: 8px !important;
  flex: 0 0 8px !important;
  border: 0 !important;
  border-radius: 50%;
  box-shadow: none !important;
}

/* Master release ladder: expandable rows with plain status text. */

.release-entry {
  padding: 0;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.release-entry summary {
  display: grid;
  grid-template-columns: minmax(160px, 230px) 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 10px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.release-entry summary:hover,
.release-entry summary:focus {
  background: none !important;
}

.release-entry summary::after {
  content: "+";
  color: var(--muted);
  font-weight: 700;
}

.release-entry[open] summary::after {
  content: "−";
}

.release-entry .revision-status {
  display: inline;
  justify-self: start;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: 800;
}

.release-content {
  padding: 0 0 16px 22px;
  border-top: 0 !important;
}

.release-entry.status-released .release-version,
.release-entry.status-released .revision-status {
  color: #91d8af !important;
}

.release-entry.status-approved .release-version,
.release-entry.status-approved .revision-status {
  color: #a7cef0 !important;
}

.release-entry.status-development .release-version,
.release-entry.status-development .revision-status {
  color: #f1ce7f !important;
}

.release-entry.status-hold .release-version,
.release-entry.status-hold .revision-status {
  color: #f1aaa2 !important;
}

.release-entry.status-history .release-version,
.release-entry.status-history .revision-status {
  color: #c2cbd3 !important;
}

/* Override all prior revision-status badge rules. */

.revision-status,
.revision-status-released,
.revision-status-certified,
.revision-status-approved,
.revision-status-development,
.revision-status-hold,
.revision-status-history {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

@media (max-width: 720px) {
  .component-release-line {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .release-entry summary {
    grid-template-columns: 1fr auto;
  }

  .release-entry summary .revision-status {
    grid-column: 1 / -1;
  }
}


/* PIOC MASTER BACKLOG START */

.backlog-table {
  min-width: 1120px;
}

.backlog-description {
  max-width: 520px;
  margin-top: 6px;
  line-height: 1.45;
}

.backlog-priority {
  font-weight: 800;
}

.backlog-priority-critical {
  color: var(--bad);
}

.backlog-priority-high {
  color: var(--warn);
}

.backlog-priority-medium {
  color: var(--navy2);
}

.backlog-priority-low {
  color: var(--muted);
}

/* PIOC MASTER BACKLOG END */
