@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  line-height: 1.7em;
  font-weight: 300;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  background-color: #1d2d44;
  -webkit-text-size-adjust: 100%;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote,
ul, ol, dl, figure {
  margin-bottom: 15px;
}

pre,
.highlight {
  margin: 30px 0;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 0.9625em;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.3em;
  color: #69f5ff;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.3em;
}

/**
 * Links
 */
a {
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  text-decoration: none;
}
a:hover {
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
}

/**
 * Blockquotes
 */
blockquote {
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  border-left: 4px solid hsl(213.8181818182, 24.66367713%, 106.2745098039%);
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border-radius: 3px;
  line-height: 1.5em;
}

code {
  padding: 1px 5px;
  background: #2e3440;
}

pre {
  padding: 15px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

audio {
  width: 100%;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: rgb(147.7892376682, 166.3004484305, 190.2107623318);
}

/**
 * Site header
 */
.site-header {
  min-height: 56px;
  position: relative;
  /*  background: $header-background-color; */
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
}
.site-header a.site-title {
  color: rgb(211.3677130045, 218.9013452915, 228.6322869955);
}
.site-header a.site-title:visited {
  color: rgb(211.3677130045, 218.9013452915, 228.6322869955);
}
.site-header a.site-title:hover {
  color: rgb(211.3677130045, 218.9013452915, 228.6322869955);
}
.site-header a {
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  text-decoration: none;
}
.site-header a:visited {
  color: rgb(100.1053811659, 126.8497757848, 161.3946188341);
}
.site-header a:hover {
  color: rgb(211.3677130045, 218.9013452915, 228.6322869955);
}

.site-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
  color: #69f5ff;
}

.site-title a {
  color: #69f5ff;
}
.site-title a:visited {
  color: #69f5ff;
}
.site-title a:hover {
  color: #69f5ff;
}

.site-nav {
  float: right;
  line-height: 56px;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  /*color: $text-color;*/
  line-height: 1.7em;
}
.site-nav .page-link:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 16px;
    background-color: #1d2d44;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: rgb(79.2914798206, 101.9461883408, 131.2085201794);
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
}

/**
* Pagination
*/
.pagination a:hover {
  color: rgb(227.2623318386, 232.0515695067, 238.2376681614);
}

/**
* RSS subscription
*/
.rss-subscribe a:hover {
  color: rgb(227.2623318386, 232.0515695067, 238.2376681614);
}

/**
 * Site footer
 */
.site-footer {
  padding: 30px 0;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  /*  background-color: $header-background-color; */
}
.site-footer a:hover {
  color: rgb(227.2623318386, 232.0515695067, 238.2376681614);
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 60px 0;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  /*  background: $background-color; */
}

.page-content {
  --s: 9px; /* control the size*/
  --c1: #0d1321;
  --c2: rgb(15.8826086957, 23.2130434783, 40.3173913043);
  --c:#0000,var(--c1) .5deg 119.5deg,#0000 120deg;
  --g1:conic-gradient(from 60deg at 56.25% calc(425%/6),var(--c));
  --g2:conic-gradient(from 180deg at 43.75% calc(425%/6),var(--c));
  --g3:conic-gradient(from -60deg at 50% calc(175%/12),var(--c));
  background: var(--g1), var(--g1) var(--s) calc(1.73 * var(--s)), var(--g2), var(--g2) var(--s) calc(1.73 * var(--s)), var(--g3) var(--s) 0, var(--g3) 0 calc(1.73 * var(--s)) var(--c2);
  background-size: calc(2 * var(--s)) calc(3.46 * var(--s));
  background-attachment: fixed;
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list .post-title {
  color: #69f5ff;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1.2em;
  font-family: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
}
@media screen and (max-width: 800px) {
  .post-list .post-title {
    font-size: 36px;
  }
}
.post-list > li {
  margin-bottom: 60px;
}
.post-list > li > h2 {
  margin-bottom: 12px;
}

.post-meta {
  font-size: 0.9625em;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
}
.post-meta .post-date {
  display: inline-block;
  margin-right: 4px;
}

.post-link {
  display: block;
  font-size: 1em;
  color: #69f5ff;
  font-family: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
}
.post-link:hover {
  color: rgb(232.5, 253.5, 255);
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}
.post-header .post-title {
  font-family: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
  color: #69f5ff;
}

.post-content {
  margin-bottom: 60px;
}
.post-content a {
  font-weight: bold;
}
.post-content a:hover {
  color: rgb(211.3677130045, 218.9013452915, 228.6322869955);
  text-decoration: underline;
}
.post-content h2:not(:first-child) {
  margin-top: 1.7em;
}
.post-content h2 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 22px;
  }
}
.post-content h3 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 18px;
  }
}
.post-content h4 {
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 16px;
  }
}
.post-content h2:hover > a:first-child::before {
  content: "§";
  display: inline-block;
  margin-inline-start: -1em;
  width: 1em;
  font-weight: normal;
  color: #69f5ff;
}
.post-content table {
  margin: 30px 0;
  font-size: 0.9em;
}
.post-content table th {
  background-color: #1d2d44;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  font-weight: bold;
  padding: 4px 10px;
  text-align: center;
}
.post-content table td {
  padding: 4px 10px;
}
.post-content table tr:nth-child(even) {
  background-color: rgba(147.7892376682, 166.3004484305, 190.2107623318, 0.13);
}
.post-content table tr:nth-child(odd) {
  background-color: rgba(147.7892376682, 166.3004484305, 190.2107623318, 0.08);
}
.post-content iframe, .post-content img, .post-content video {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  display: block;
  margin-bottom: 15px;
}

/**
 * Syntax highlighting styles - Nord Theme
 */
.highlight {
  background: #2e3440;
  color: #d8dee9;
  /* .err   { color: #bf616a; background-color: #3b4252 } // Error */
}
.highlight .c {
  color: #616e88;
}
.highlight .k {
  color: #81a1c1;
}
.highlight .o {
  color: #81a1c1;
}
.highlight .cm {
  color: #616e88;
}
.highlight .cp {
  color: #5e81ac;
}
.highlight .c1 {
  color: #616e88;
}
.highlight .cs {
  color: #616e88;
}
.highlight .gd {
  color: #bf616a;
  background-color: #3b4252;
}
.highlight .gd .x {
  color: #bf616a;
  background-color: #434c5e;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #bf616a;
}
.highlight .gh {
  color: #616e88;
}
.highlight .gi {
  color: #a3be8c;
  background-color: #3b4252;
}
.highlight .gi .x {
  color: #a3be8c;
  background-color: #434c5e;
}
.highlight .go {
  color: #4c566a;
}
.highlight .gp {
  color: #616e88;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #616e88;
}
.highlight .gt {
  color: #bf616a;
}
.highlight .kc {
  color: #81a1c1;
}
.highlight .kd {
  color: #81a1c1;
}
.highlight .kp {
  color: #81a1c1;
}
.highlight .kr {
  color: #81a1c1;
}
.highlight .kt {
  color: #81a1c1;
}
.highlight .m {
  color: #b48ead;
}
.highlight .s {
  color: #a3be8c;
}
.highlight .na {
  color: #8fbcbb;
}
.highlight .nb {
  color: #8fbcbb;
}
.highlight .nc {
  color: #8fbcbb;
}
.highlight .no {
  color: #d08770;
}
.highlight .ni {
  color: #d08770;
}
.highlight .ne {
  color: #bf616a;
}
.highlight .nf {
  color: #88c0d0;
}
.highlight .nn {
  color: #8fbcbb;
}
.highlight .nt {
  color: #81a1c1;
}
.highlight .nv {
  color: #d08770;
}
.highlight .ow {
  color: #81a1c1;
}
.highlight .w {
  color: #4c566a;
}
.highlight .mf {
  color: #b48ead;
}
.highlight .mh {
  color: #b48ead;
}
.highlight .mi {
  color: #b48ead;
}
.highlight .mo {
  color: #b48ead;
}
.highlight .sb {
  color: #a3be8c;
}
.highlight .sc {
  color: #a3be8c;
}
.highlight .sd {
  color: #a3be8c;
}
.highlight .s2 {
  color: #a3be8c;
}
.highlight .se {
  color: #ebcb8b;
}
.highlight .sh {
  color: #a3be8c;
}
.highlight .si {
  color: #a3be8c;
}
.highlight .sx {
  color: #a3be8c;
}
.highlight .sr {
  color: #a3be8c;
}
.highlight .s1 {
  color: #a3be8c;
}
.highlight .ss {
  color: #b48ead;
}
.highlight .bp {
  color: #8fbcbb;
}
.highlight .vc {
  color: #d08770;
}
.highlight .vg {
  color: #d08770;
}
.highlight .vi {
  color: #d08770;
}
.highlight .il {
  color: #b48ead;
}
.highlight .p {
  color: #88c0d0;
}

@font-face {
  font-family: "zx-spectrumregular";
  src: url("../fonts/ZXSpectrum.woff2") format("woff2"), url("../fonts/ZXSpectrum.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.flash {
  padding-left: 2px;
  margin-left: -2px;
  padding-top: 2px;
  margin-top: -2px;
  animation: flash 0.64s step-end infinite;
}

@keyframes flash {
  0% {
    background: rgb(211.3677130045, 218.9013452915, 228.6322869955);
    color: #1d2d44;
  }
  50% {
    background: #1d2d44;
    color: rgb(211.3677130045, 218.9013452915, 228.6322869955);
  }
}
.spec-font {
  font-family: "zx-spectrumregular";
  font-size: 11pt;
  color: rgb(211.3677130045, 218.9013452915, 228.6322869955);
}

.post-tag {
  display: inline-block;
  background: #1d2d44;
  padding: 0 0.5rem;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
  color: rgb(147.7892376682, 166.3004484305, 190.2107623318);
  font-family: "Roboto", sans-serif;
  font-size: 90%;
  font-weight: normal;
}
@media (min-width: 38em) {
  .post-tag {
    font-size: 0.9rem;
  }
}
.post-tag:before {
  content: "\f02b";
  font-family: FontAwesome;
  padding-right: 0.5em;
}
.post-tag:hover {
  text-decoration: none;
  color: rgb(211.3677130045, 218.9013452915, 228.6322869955);
}

a.post-tag {
  font-weight: normal;
}

.tags-expo :target:before {
  content: "";
  display: block;
  height: 72px; /* fixed header height*/
  margin: -72px 0 0; /* negative fixed header height */
}
.tags-expo .tags-expo-list {
  margin-bottom: 30px;
}
.tags-expo .tags-expo-section ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
.tags-expo .tags-expo-section a {
  text-decoration: none;
  margin-bottom: 4px;
}
.tags-expo .tags-expo-section .post-date {
  display: inline-block;
  font-size: 80%;
  margin: 0;
  padding: 0;
}

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