* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1em;
}
h1 > span {
  font-size: 1.4em;
}

h2 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1em;
}
h2 > span {
  font-size: 1.4em;
}

h3 {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #a871d8;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

b {
  font-weight: 600;
}

.clamp {
  position: relative;
  grid-row: span 2;
  width: 1em;
  margin-top: 0.7em;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%0D%0A%3Cpath%20fill%3D%22%23a100ff%22%20stroke-width%3D%220%22%20d%3D%22M1%2C12.42C1%2C6.12%2C7.27%2C1%2C14.98%2C1V0C6.72%2C0%2C0%2C5.57%2C0%2C12.42v2.58h1v-2.58Z%22%2F%3E%0D%0A%3C%2Fsvg%3E"), url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%0D%0A%3Cpath%20fill%3D%22%23a100ff%22%20stroke-width%3D%220%22%20d%3D%22M1%2C2.58c0%2C6.3%2C6.27%2C11.42%2C13.98%2C11.42v1C6.72%2C15%2C0%2C9.43%2C0%2C2.58V0h1v2.58Z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: 1em 1em;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
}
.clamp::after {
  content: "";
  position: absolute;
  inset: 1em 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%0D%0A%3Crect%20fill%3D%22%23a100ff%22%20stroke-width%3D%220%22%20width%3D%221%22%20height%3D%2215%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 1em;
}

body {
  background: linear-gradient(135deg, rgb(72, 7, 112) 14%, rgb(60, 12, 90) 37%, rgb(47, 19, 65) 70%, rgb(43, 22, 56) 90%);
  background-repeat: no-repeat;
  background-size: 100vw max(100%, 100vh);
  font-family: Graphik, Arial;
  padding: 1em;
}

body > * {
  width: 100%;
  max-width: 100em;
  margin: 0 auto;
}

body > :first-child {
  color: #fff;
  background: black;
  box-shadow: 0 -100vmax 0 100vmax black;
}

body > :is(nav, header) {
  container: bq-nav/inline-size;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em 4.5em;
  padding: 0.8em 3.5em 1.3em;
  font-family: Graphik;
}
body > :is(nav, header) > * {
  font-size: clamp(0.8em, 1.35cqi, 1.1em);
}
body > :is(nav, header) > :first-child {
  font-weight: 600;
}
body > :is(nav, header) div {
  display: flex;
  align-items: center;
  gap: 1em;
}
body > :is(nav, header) a {
  color: white;
  text-decoration: none;
}
body > :is(nav, header) a span {
  padding: 0.3em 0;
  border-top: 0.15em solid transparent;
  border-bottom: 0.15em solid transparent;
}
body > :is(nav, header) a.self span {
  border-bottom-color: #8300e0;
}
body > :is(nav, header) img {
  height: 1.7em;
}

body > section {
  container-type: inline-size;
  display: grid;
  justify-content: start;
  align-items: start;
  grid-template-columns: auto 1fr;
  gap: 1.5em 2.5em;
  padding: 2em;
  color: white;
}
body > section > nav {
  display: grid;
  justify-content: start;
  grid-template-columns: auto auto;
}
body > section > nav h1 {
  margin-bottom: 1em;
  padding-left: 1em;
  color: #a871d8;
}
body > section > nav ul {
  display: flex;
  flex-direction: column;
  list-style: none;
}
body > section > nav li {
  display: flex;
  flex-flow: row;
  width: 16em;
  height: 5em;
  gap: 0.8em;
  margin-bottom: 1em;
  padding: 1em;
  color: #fff;
  border: 0.1em solid #8300e0;
  border-radius: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
body > section > nav li img {
  width: 100%;
  max-width: 2em;
}
body > section > nav li span {
  margin: auto 0;
  line-height: 1.2em;
}
body > section > nav li.active {
  background: linear-gradient(135deg, rgb(161, 0, 255) 0%, rgb(121, 0, 193) 25%, rgb(89, 0, 143) 50%, rgb(70, 0, 115) 75%);
  background-repeat: no-repeat;
  border-color: transparent;
}
body > section > nav li:hover {
  border-color: white;
}
body > section > section {
  grid-column: 2;
}
body > section > section:not(.active) {
  display: none !important;
}
@container (max-width: 75em) {
  body > section > nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 1em;
  }
  body > section > nav li img {
    width: 1.8em;
  }
  body > section > section {
    grid-column: 1;
    font-size: 0.95em;
  }
}

.item > p .agency-sentiment {
  color: #dcafff;
}

section.content {
  display: grid;
  grid-template-columns: auto 1fr;
}
section.content h1 {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
section.content h1 img {
  max-width: 3em;
}
section.content .content-items {
  padding-left: 2em;
}
section.content .content-item {
  display: grid;
  grid-template-columns: 1fr 8fr;
  gap: 3em;
  margin-bottom: 3em;
}
section.content .content-item .polygon-logo img {
  max-width: 100%;
  margin-bottom: 1em;
}
section.content .content-item .polygon-logo p {
  text-align: center;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.3em;
}
section.content .content-item .content-card {
  padding: 2em;
  border: 0.1em solid #8300e0;
  border-radius: 1em;
}
section.content .content-item .content-card > p {
  margin-bottom: 1.5em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
}
section.content .content-item .content-card details summary {
  width: 10em;
  margin: 0em 0;
  padding: 0.8em 1em;
  font-weight: 600;
  background: linear-gradient(135deg, rgb(161, 0, 255) 0%, rgb(121, 0, 193) 25%, rgb(89, 0, 143) 50%, rgb(70, 0, 115) 75%);
  color: #fff;
  background-repeat: no-repeat;
  border-color: transparent;
  border-radius: 0.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
section.content .content-item .content-card details summary::marker {
  font-size: 1.1em;
  color: #668df6;
}
section.content .content-item .content-card .collapsable-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 2em 2em 0 0;
}
section.content .content-item .content-card .collapsable-content > * + * {
  border-left: 0.1em solid #8300e0;
}
section.content .content-item .content-card .collapsable-content .pie-chart {
  padding: 1em;
  text-align: center;
}
section.content .content-item .content-card .collapsable-content .pie-chart bq-svg {
  max-width: 9em;
  margin: 0 auto 1.5em;
}
section.content .content-item .content-card .collapsable-content .pie-chart ul {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
}
section.content .content-item .content-card .collapsable-content .pie-chart ul li {
  display: flex;
  margin: 0 0.5em 0.8em 0.5em;
  align-content: center;
  font-size: 0.65em;
}
section.content .content-item .content-card .collapsable-content .pie-chart ul li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #a100ff;
}
section.content .content-item .content-card .collapsable-content .pie-chart ul li.colored-box1::before {
  background-color: #a100ff;
}
section.content .content-item .content-card .collapsable-content .pie-chart ul li.colored-box2::before {
  background-color: #dcafff;
}
section.content .content-item .content-card .collapsable-content .pie-chart ul li.colored-box3::before {
  background-color: #ffa04c;
}
section.content .content-item .content-card .collapsable-content .pie-chart ul li.colored-box4::before {
  background-color: #668df6;
}
section.content .content-item .content-card .collapsable-content .pie-chart ul li.colored-box5::before {
  background-color: #a100ff;
}
section.content .content-item .content-card .collapsable-content .pie-chart ul li.colored-box6::before {
  background-color: #a100ff;
}
section.content .content-item .content-card .collapsable-content .pie-chart ul li.colored-box7::before {
  background-color: #e6e6dc;
}
section.content .content-item .content-card .collapsable-content p {
  padding: 1em;
}
section.content .content-item .content-card .collapsable-content p.agency-sentiment-card {
  background: #dcafff;
  color: #000;
}
section.content .content-item .content-card .collapsable-content p.agency-sentiment-card span {
  color: #8300e0;
}
section.content .content-item .content-card .collapsable-content p span {
  color: #668df6;
  display: block;
  margin-bottom: 0.7em;
  font-size: 3em;
  font-weight: bold;
}
section.content .content-item .content-card .collapsable-content p span.n-a {
  color: #8300e0;
  opacity: 0.3;
}

section#overview {
  display: block;
}
section#overview h1 {
  margin-bottom: 4em;
}
section#overview > div {
  container-type: inline-size;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
}
section#overview bq-svg {
  flex: 1000 0 27em;
  margin: 0 2em;
}
section#overview bq-svg [data-target] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
section#overview .text {
  flex: 1 0 20em;
  padding: 1em;
  font-size: clamp(1.1em, 1.7cqw, 1.3em);
  font-weight: 300;
  line-height: 1.1em;
  border: solid 1px #8300e0;
  border-radius: 1em;
}
section#overview .text p {
  margin-bottom: 2em;
}
section#overview .text strong {
  color: #668df6;
  font-weight: bold;
}
section#overview .text ul {
  padding-left: 0.5em;
}
section#overview .text ul li {
  margin-bottom: 1em;
  padding-left: 0em;
  list-style-type: square;
}
section#overview .text ul li::marker {
  color: #668df6;
}/*# sourceMappingURL=dealer-district.css.map */