@import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700");
@import url("https://fonts.googleapis.com/css?family=Tinos");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #272727;
  background: none;
  font-family: "Inconsolata", "Times New Roman", "Tinos", monospace;
  font-size: 115%;
}

h1 {
  margin-bottom: 5px;
}

p {
  font-size: 1em;
  line-height: 150%;
}

a {
  color: #1a0dab;
  text-decoration: none;
}
a:visited {
  color: #1a0dab;
  text-decoration: none;
}
a:hover {
  background-color: #eee;
  text-decoration: none;
}
a:active {
  color: #1a0dab;
  text-decoration: none;
}

ul {
  list-style: none;
}
ul li {
  padding: 2px;
  padding-left: 6px;
}

ol {
  margin-left: 30px;
  padding-bottom: 1rem;
}

blockquote {
  color: #272727;
  border-left: 4px solid #272727;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}

.wrapper {
  max-width: 800px;
  margin: auto;
  padding: 60px 30px 60px 30px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 15px 10px;
  }
}

.header {
  align-items: baseline;
  padding-bottom: 0px;
  vertical-align: bottom;
}
.header table {
  padding: 0px;
  width: 100%;
  padding-right: 0px;
  margin-bottom: 30px;
  margin-right: 0px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .header table {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header table td {
    display: block;
    width: 100%;
    text-align: left !important;
  }
}
.header h1 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .header h1 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .header h1 {
    font-size: 1.2em;
  }
}
.header ul {
  margin-top: 0px;
}
.header ul li {
  padding: 0;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .header ul li {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
  }
}

.header__aleph {
  display: inline;
}
@media screen and (max-width: 600px) {
  .header__aleph {
    font-size: 0em;
  }
}

.header__subtitledesktop h2 {
  font-style: italic;
  text-align: left;
  display: block;
}
@media screen and (max-width: 600px) {
  .header__subtitledesktop {
    display: none;
  }
}

.header__subtitlemobile h2 {
  font-style: italic;
  text-align: left;
  font-size: 0.9em;
  display: none;
}
@media screen and (max-width: 600px) {
  .header__subtitlemobile {
    display: block;
  }
}

.header__title {
  word-wrap: break-word;
}

.header__zero {
  display: inline;
  color: #fff;
  margin-right: 0.5em;
}
@media screen and (max-width: 600px) {
  .header__zero {
    font-size: 0em;
    padding-right: 0.5em;
  }
}
.header__zero a {
  color: #fff;
}
.header__zero a:hover {
  background-color: #fff;
  color: #272727;
}

.logo {
  font-size: 2em;
  font-weight: 500;
}

.navigation {
  font-weight: 600;
  border-right: 2px dashed #272727;
  padding-right: 0.4em;
}
.navigation a {
  color: #272727;
}
@media screen and (max-width: 768px) {
  .navigation {
    border-right: none;
    border-top: 2px dashed #272727;
    padding-right: 0;
    padding-top: 10px;
    margin-top: 10px;
  }
}

.blog {
  margin-top: 0px;
  padding-bottom: 30px;
}
.blog h1 {
  font-size: 1.4em;
  margin-bottom: 5px;
  font-weight: 600;
}

.frontlist {
  margin-left: 1em;
}
@media screen and (max-width: 600px) {
  .frontlist {
    margin-left: 0em;
  }
}

.more {
  font-size: 85%;
  font-weight: 600;
  text-align: right;
  margin-top: 6px;
}
.more a {
  color: #272727;
}

.page__back {
  margin-bottom: 20px;
}
.page__back a {
  color: #272727;
  font-weight: 600;
}
.page__back a:hover {
  background-color: #eee;
}

.smallogo {
  font-size: 1.5em;
  font-weight: 500;
}

.page, .advisory {
  padding-bottom: 30px;
}

.advisory__title {
  display: block;
  margin-top: 20px;
  margin-bottom: 6px;
}
.advisory__title h1 {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 700;
  padding-right: 10px;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 3px solid #272727;
}
@media screen and (max-width: 768px) {
  .advisory__title h1 {
    font-size: 1.3em;
    border-bottom: 2px solid #272727;
  }
}
@media screen and (max-width: 480px) {
  .advisory__title h1 {
    font-size: 1.1em;
    border-bottom: 2px solid #272727;
  }
}

.advisory__subtitle {
  font-size: 1em;
  font-style: italic;
}

.advisory__meta {
  margin-top: 20px;
}
.advisory__meta h2 {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 5px;
}
.advisory__meta p {
  line-height: 1.1em;
}

.advisory__content {
  padding-top: 0;
}
.advisory__content h1 {
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}
.advisory__content h2 {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 5px;
}
.advisory__content p {
  font-size: 1em;
  line-height: 110%;
  margin-bottom: 15px;
  text-align: justify;
}
.advisory__content a {
  font-weight: 600;
}
.advisory__content a:hover {
  background-color: #eee;
  text-decoration: none;
}
.advisory__content strong {
  font-weight: 700;
}
.advisory__content em {
  font-style: italic;
}
.advisory__content ul {
  font-size: 1em;
  list-style: circle;
  margin-left: 30px;
  margin-top: -10px;
  margin-bottom: 15px;
}
.advisory__content ul li {
  padding: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 600px) {
  .advisory__content ul {
    margin-left: 10px;
  }
}
.advisory__content img {
  border-radius: 6px;
  margin: auto;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  height: auto;
  max-width: 85%;
}
@media screen and (max-width: 600px) {
  .advisory__content img {
    max-width: 100%;
    margin: auto;
  }
}
.advisory__content pre {
  word-wrap: initial;
  overflow-x: auto;
  width: 85%;
  margin: auto;
  display: block;
  padding: 1rem;
  margin-bottom: 15px;
  line-height: 1.5;
  background: #1e1e1e;
  color: #d4d4d4;
  font-family: "Inconsolata", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  border-radius: 6px;
  border: 1px solid #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .advisory__content pre {
    width: 100%;
    padding: 0.8rem;
    font-size: 0.85em;
    border-radius: 4px;
  }
}
@media screen and (max-width: 480px) {
  .advisory__content pre {
    padding: 0.6rem;
    font-size: 0.8em;
    line-height: 1.4;
  }
}
.advisory__content code {
  font-size: 0.9em;
  word-wrap: initial;
  border-radius: 4px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 0.15rem 0.4rem;
  font-size: 0.85rem;
  white-space: nowrap;
  color: #c7254e;
  font-family: "Inconsolata", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}
.advisory__content pre code {
  color: #d4d4d4;
  background: none;
  border: none;
  white-space: pre;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.advisory__content .p {
  color: #d4d4d4;
}
.advisory__content { /* Punctuation: { } [ ] , : */ }
.advisory__content .nl {
  color: #9cdcfe;
}
.advisory__content { /* Name.Label: JSON keys */ }
.advisory__content .s, .advisory__content .s2 {
  color: #ce9178;
}
.advisory__content { /* Strings */ }
.advisory__content .se {
  color: #d7ba7d;
}
.advisory__content { /* String.Escape: \n, \u, etc. */ }
.advisory__content .w {
  color: #d4d4d4;
}
.advisory__content { /* Whitespace */ }
.advisory__content .c, .advisory__content .cm, .advisory__content .cp, .advisory__content .c1, .advisory__content .cs {
  color: #6a9955;
  font-style: italic;
}
.advisory__content { /* Comments */ }
.advisory__content .k, .advisory__content .kc, .advisory__content .kd, .advisory__content .kn, .advisory__content .kp, .advisory__content .kr, .advisory__content .kt {
  color: #569cd6;
}
.advisory__content { /* Keywords */ }
.advisory__content .sb, .advisory__content .sc, .advisory__content .sd, .advisory__content .sh, .advisory__content .si, .advisory__content .sx, .advisory__content .s1 {
  color: #ce9178;
}
.advisory__content { /* Strings */ }
.advisory__content .m, .advisory__content .mf, .advisory__content .mh, .advisory__content .mi, .advisory__content .mo {
  color: #b5cea8;
}
.advisory__content { /* Numbers */ }
.advisory__content .na, .advisory__content .nb, .advisory__content .nc, .advisory__content .nd, .advisory__content .ne, .advisory__content .nf, .advisory__content .nn, .advisory__content .nx {
  color: #9cdcfe;
}
.advisory__content { /* Names */ }
.advisory__content .o, .advisory__content .ow {
  color: #d4d4d4;
}
.advisory__content { /* Operators */ }
.advisory__content .err {
  color: #f44747;
}
.advisory__content { /* Error */ }

.page__content {
  padding-top: 30px;
}
.page__content h1 {
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}
.page__content h2 {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 5px;
}
.page__content p {
  font-size: 1em;
  line-height: 110%;
  margin-bottom: 15px;
  text-align: justify;
}

.list ul, .numberedlist ul {
  width: 85%;
  counter-reset: list;
  padding-top: 5px;
}
@media screen and (max-width: 600px) {
  .list ul, .numberedlist ul {
    width: 100%;
  }
}
.list ul li, .numberedlist ul li {
  padding: 1px;
  padding-left: 10px;
  line-height: 100%;
}
.list li:nth-child(odd), .numberedlist li:nth-child(odd) {
  background: #eee;
}
.list a:hover, .numberedlist a:hover {
  text-decoration: underline;
}

.list__date {
  display: inline;
  margin-top: 3px;
}
.list__date span {
  white-space: nowrap;
  font-size: 0.9em;
  font-style: italic;
  padding-bottom: 0;
  margin-top: 3px;
}
.list__date p {
  line-height: 1.1em;
}

.advisorylist, .advisorylist__narrow {
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .advisorylist, .advisorylist__narrow {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.85em;
  }
}
.advisorylist__narrow, .advisorylist__narrow__narrow {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .advisorylist__narrow, .advisorylist__narrow__narrow {
    width: 100%;
  }
}
.advisorylist a, .advisorylist__narrow a {
  color: #272727;
}
.advisorylist a:hover, .advisorylist__narrow a:hover {
  text-decoration: underline;
}
.advisorylist li, .advisorylist__narrow li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .advisorylist li, .advisorylist__narrow li {
    width: 100%;
    padding-left: 2px;
  }
}
@media screen and (max-width: 480px) {
  .advisorylist li, .advisorylist__narrow li {
    white-space: normal;
    padding: 5px 2px;
  }
}
@media screen and (max-width: 600px) {
  .advisorylist li, .advisorylist__narrow li {
    text-overflow: none;
    padding-left: 0;
  }
}
.advisorylist li:nth-child(odd), .advisorylist__narrow li:nth-child(odd) {
  background: #eee;
}
.advisorylist li:hover, .advisorylist__narrow li:hover {
  border-right: 4px solid #272727;
}
.advisorylist li a:hover, .advisorylist__narrow li a:hover {
  background: none;
  text-decoration: underline;
}

.advisorylist__date {
  display: inline;
  font-size: 0.8em;
  font-style: normal;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .advisorylist__date {
    font-size: 0;
  }
}

.cve, .cve-noseverity, .cve-info, .cve-low, .cve-moderate, .cve-high, .cve-critical {
  display: inline;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 0.8em;
  background: #0069d2;
  padding: 1px;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 3px;
  white-space: nowrap;
}
.cve span, .cve-noseverity span, .cve-info span, .cve-low span, .cve-moderate span, .cve-high span, .cve-critical span {
  white-space: nowrap;
}
.cve a, .cve-noseverity a, .cve-info a, .cve-low a, .cve-moderate a, .cve-high a, .cve-critical a {
  font-style: normal;
  color: #fff;
  border-bottom: 0;
  padding-bottom: 0;
}
.cve a:visited, .cve-noseverity a:visited, .cve-info a:visited, .cve-low a:visited, .cve-moderate a:visited, .cve-high a:visited, .cve-critical a:visited {
  color: #fff;
  text-decoration: none;
  background: #0069d2;
  border-bottom: 0;
}
.cve a:hover, .cve-noseverity a:hover, .cve-info a:hover, .cve-low a:hover, .cve-moderate a:hover, .cve-high a:hover, .cve-critical a:hover {
  background: #0069d2;
  border-bottom: 0;
  text-decoration: underline;
}
.cve a:active, .cve-noseverity a:active, .cve-info a:active, .cve-low a:active, .cve-moderate a:active, .cve-high a:active, .cve-critical a:active {
  color: #fff;
  text-decoration: none;
  background: #0069d2;
}

.cve-critical {
  background: #272727;
}
.cve-critical a:visited {
  background: #272727;
}
.cve-critical a:hover {
  background: #272727;
  text-decoration: underline;
}
.cve-critical a:active {
  background: #272727;
}
.cve-critical span a:visited {
  background: #272727;
}
.cve-critical span a:hover {
  background: #272727;
  text-decoration: underline;
}
.cve-critical span a:active {
  background: #272727;
}

.cve-high {
  background: maroon;
}
.cve-high a:visited {
  background: maroon;
}
.cve-high a:hover {
  background: maroon;
  text-decoration: underline;
}
.cve-high a:active {
  background: maroon;
}
.cve-high span a:visited {
  background: maroon;
}
.cve-high span a:hover {
  background: maroon;
  text-decoration: underline;
}
.cve-high span a:active {
  background: maroon;
}

.cve-moderate, .cve-medium {
  background: #e67300;
}
.cve-moderate a:visited, .cve-medium a:visited {
  background: #e67300;
}
.cve-moderate a:hover, .cve-medium a:hover {
  background: #e67300;
  text-decoration: underline;
}
.cve-moderate a:active, .cve-medium a:active {
  background: #e67300;
}
.cve-moderate span a:visited, .cve-medium span a:visited {
  background-color: #e67300;
}
.cve-moderate span a:hover, .cve-medium span a:hover {
  background-color: #e67300;
  text-decoration: underline;
}
.cve-moderate span a:active, .cve-medium span a:active {
  background-color: #e67300;
}

.cve-low {
  background: #00773c;
}
.cve-low a:visited {
  background: #00773c;
}
.cve-low a:hover {
  background: #00773c;
  text-decoration: underline;
}
.cve-low a:active {
  background: #00773c;
}
.cve-low span a:visited {
  background-color: #00773c;
}
.cve-low span a:hover {
  background-color: #00773c;
  text-decoration: underline;
}
.cve-low span a:active {
  background-color: #00773c;
}

.cve-info {
  background: #0069d2;
}
.cve-info a:visited {
  background: #0069d2;
}
.cve-info a:hover {
  background: #0069d2;
  text-decoration: underline;
}
.cve-info a:active {
  background: #0069d2;
}
.cve-info span a:visited {
  background-color: #0069d2;
}
.cve-info span a:hover {
  background-color: #0069d2;
  text-decoration: underline;
}
.cve-info span a:active {
  background-color: #0069d2;
}

.cve-noseverity {
  background: #686868;
}
.cve-noseverity a:visited {
  background: #686868;
}
.cve-noseverity a:hover {
  background: #686868;
  text-decoration: underline;
}
.cve-noseverity a:active {
  background: #686868;
}
.cve-noseverity span a:visited {
  background-color: #686868;
}
.cve-noseverity span a:hover {
  background-color: #686868;
  text-decoration: underline;
}
.cve-noseverity span a:active {
  background-color: #686868;
}

.pagelist, .pagelist__narrow {
  width: 100%;
  font-weight: 600;
}
.pagelist__narrow, .pagelist__narrow__narrow {
  width: 85%;
}
@media screen and (max-width: 600px) {
  .pagelist__narrow, .pagelist__narrow__narrow {
    width: 100%;
  }
}
.pagelist ul, .pagelist__narrow ul {
  counter-reset: list;
  line-height: 80%;
}
.pagelist ul li, .pagelist__narrow ul li {
  cursor: pointer;
  background-color: #eee;
  margin-bottom: 8px;
  line-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
  position: relative;
}
.pagelist ul li:hover, .pagelist__narrow ul li:hover {
  border-right: 4px solid #272727;
}
.pagelist ul li:before, .pagelist__narrow ul li:before {
  background-color: #eee;
  content: "";
  position: absolute;
  left: -0.6em;
}
.pagelist ul a:hover, .pagelist__narrow ul a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.pagelist__subtitle {
  font-size: 0.9em;
  font-weight: 400;
  padding-top: 3px;
}
.pagelist__subtitle a {
  color: #272727;
}
.pagelist__subtitle a:hover {
  text-decoration: underline;
}

.pagelist__date {
  display: inline;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 85%;
}
@media screen and (max-width: 600px) {
  .timeline {
    width: 100%;
  }
}
.timeline li {
  padding: 1px;
  padding-left: 10px;
  line-height: 100%;
}
.timeline li:nth-child(odd) {
  background: #eee;
}

credit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
credit-list li {
  padding: 2px;
  padding-left: 6px;
}

.vuln-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 85%;
}
@media screen and (max-width: 600px) {
  .vuln-list {
    width: 100%;
  }
}
.vuln-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  cursor: pointer;
  line-height: 1.5em;
}
.vuln-list li:nth-child(odd) {
  background: #eee;
}
.vuln-list li:hover {
  border-right: 4px solid #272727;
}
.vuln-list .vuln-date {
  display: inline;
  font-size: 0.8em;
  font-style: normal;
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .vuln-list .vuln-date {
    font-size: 0;
  }
}
.vuln-list a {
  color: #272727;
}
.vuln-list a:hover {
  text-decoration: underline;
  background: none;
}

.vuln-blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.vuln-block {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.vuln-block:hover {
  border-color: #272727;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.vuln-block__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.vuln-block__date {
  font-size: 0.85em;
  color: #666;
  font-style: italic;
}
.vuln-block__cve {
  display: flex;
  gap: 0.5rem;
}
.vuln-block__title {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.vuln-block__title a {
  color: #272727;
}
.vuln-block__title a:hover {
  text-decoration: underline;
  background: none;
}
.vuln-block__credit {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 0.3rem;
}
.vuln-block__product {
  font-size: 0.85em;
  color: #666;
}
@media screen and (max-width: 768px) {
  .vuln-block {
    padding: 0.8rem;
  }
  .vuln-block__title {
    font-size: 1em;
  }
  .vuln-block__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .vuln-block {
    padding: 0.6rem;
  }
  .vuln-block__title {
    font-size: 0.95em;
  }
  .vuln-block__credit, .vuln-block__product {
    font-size: 0.8em;
  }
}

::-webkit-scrollbar {
  width: 0.4em;
  height: 0.4em;
}

::-webkit-scrollbar-button:horizontal {
  background: #686868;
}

::-webkit-scrollbar-track-piece:horizontal {
  background: #eee;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #e67300;
}

::-webkit-scrollbar:vertical {
  width: 0.6em;
}

::-webkit-scrollbar-button:vertical {
  background: #686868;
}

::-webkit-scrollbar-track-piece:vertical {
  background: #eee;
}

::-webkit-scrollbar-thumb:vertical {
  background: #686868;
}

@media screen and (max-width: 600px) {
  ::-webkit-scrollbar:horizontal {
    height: 0.3em;
  }
}

/*# sourceMappingURL=style.css.map */