/**
 * Forced light theme version
 */


:root {
  --background-body: #bbb;
  --background-alt: #f7f7f7;
  --selection: #9e9e9e;
  --text-main: #333;
  --text-bright: #222;
  --text-muted: #777;
  --links: #075;
  --focus: #075;
  --border: #666;
  --code: #244;
  --animation-duration: 0.1s;
  --button-base: #d0cfcf;
  --button-hover: #9b9b9b;
  --scrollbar-thumb: rgb(170, 170, 170);
  --scrollbar-thumb-hover: var(--button-hover);
  --form-placeholder: #949494;
  --form-text: #1d1d1d;
  --variable: #39a33c;
  --highlight: #ff0;
  --font: "Atkinson Hyperlegible Next", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
  --font-mono: "Atkinson Hyperlegible Mono", monospace;
  --font-fancy: "Sour Gummy";
}

html {
  scrollbar-color: rgb(170, 170, 170) #fff;
  scrollbar-color: var(--scrollbar-thumb) var(--background-body);
  scrollbar-width: thin;
}

body {
  font-family: var(--font);
  line-height: 2.0;
  max-width: 700px;
  margin: 20px auto;
  padding: 0 10px;
  word-wrap: break-word;
  color: var(--text-main);
  background: var(--background-body);
  text-rendering: optimizeLegibility;
  font-size: 1.2rem;
}


h1 {
  font-size: 2.2em;
  margin-top: 0;
  font-family: var(--font-fancy);

  .dot {
    color: #075;
  }

  .com {
    color: var(--text-muted);
  }

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
  margin-top: 24px;
  color: var(--text-bright);
  font-family: var(--font-fancy);

}


strong {
  color: var(--text-bright);
  font-family: var(--font-fancy);
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
  font-weight: 900;
}

q::before {
  content: none;
}

q::after {
  content: none;
}

blockquote {
  border-left: 4px solid var(--focus);
  margin: 1.5em 0;
  padding: 0.5em 1em;
  font-style: italic;
  font-family: var(--font-fancy);
}

q {
  border-left: 4px solid #0096bfab;
  border-left: 4px solid var(--focus);
  margin: 1.5em 0;
  padding: 0.5em 1em;
  font-style: italic;
}

blockquote>footer {
  font-style: normal;
  border: 0;
}


blockquote cite {
  font-style: normal;
}

address {
  font-style: normal;
}

a[href^='mailto\:']::before {
  content: '📧 ';
}

a[href^='tel\:']::before {
  content: '📞 ';
}

a[href^='sms\:']::before {
  content: '💬 ';
}

mark {
  display: inline-block;
  background-color: #0755;
  border-radius: 5px;
  padding: 0 2px 0 2px;
  font-family: var(--font-fancy)
}

a>code,
a>strong {
  color: inherit;
}

button {
  color: var(--text-main);
  background-color: var(--background-body);
  font-family: inherit;
  font-size: inherit;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  outline: none;
}



button:hover {
  background: #9b9b9b;
  background: var(--button-hover);
}

aside {
  button {
    font-family: var(--font-fancy);
    border: solid #075 0.25rem;
  }

  div {
    dt {
      font-family: var(--font-fancy);
      font-weight: bold;
    }

    dd {
      font-family: var(--font-fancy);

      ul {
        display: inline-flex;
        list-style: none;
        gap: 1rem;
        padding: 0rem;
        margin: 0rem;

        li {
          list-style: none;

        }
      }

    }

  }

}


label {
  vertical-align: middle;
  margin-bottom: 4px;
  display: inline-block;
}









a {
  text-decoration-color: #075;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.15rem;
  transition: all 0.2s;
  background: linear-gradient(#0750, #0750);
  display: inline-block;
  border-radius: 5px;
}

a:hover {
  transition: all 0.2s;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.25rem;
  background: linear-gradient(#0750, #0752, #0752);
}

a {
  color: var(---text-main)
}


code {
  background: var(--background);
  color: var(--code);
  padding: 2.5px 5px;
  border-radius: 6px;
  font-size: 1em;
}

samp {
  background: #efefef;
  background: var(--background);
  color: #000;
  color: var(--code);
  padding: 2.5px 5px;
  border-radius: 6px;
  font-size: 1em;
}

time {
  background: #efefef;
  background: var(--background);
  color: #000;
  color: var(--code);
  padding: 2.5px 5px;
  border-radius: 6px;
  font-size: 1em;
}

pre>code {
  padding: 10px;
  display: block;
  overflow-x: auto;
}

var {
  color: #39a33c;
  color: var(--variable);
  font-style: normal;
  font-family: monospace;
}

kbd {
  background: #efefef;
  background: var(--background);
  border: 1px solid #dbdbdb;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: #363636;
  color: var(--text-main);
  padding: 2px 4px 2px 4px;
}

img,
video {
  max-width: 100%;
  height: auto;
}

hr {
  border-top: 1px solid var(--border);
}

table {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  table-layout: fixed;
}

table caption {
  text-align: left;
}

td,
th {
  padding: 6px;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
}

thead {
  border-bottom: 1px solid #dbdbdb;
  border-bottom: 1px solid var(--border);
}

tfoot {
  border-top: 1px solid #dbdbdb;
  border-top: 1px solid var(--border);
}

tbody tr:nth-child(even) {
  background-color: #efefef;
  background-color: var(--background);
}

tbody tr:nth-child(even) button {
  background-color: #f7f7f7;
  background-color: var(--background-alt);
}

tbody tr:nth-child(even) button:hover {
  background-color: #fff;
  background-color: var(--background-body);
}

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #efefef;
  background: var(--background);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgb(170, 170, 170);
  background: var(--scrollbar-thumb);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #9b9b9b;
  background: var(--scrollbar-thumb-hover);
}

::-moz-selection {
  background-color: #9e9e9e;
  background-color: var(--selection);
  color: #000;
  color: var(--text-bright);
}

::selection {
  background-color: #9e9e9e;
  background-color: var(--selection);
  color: #000;
  color: var(--text-bright);
}

details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f7f7f7;
  background-color: var(--background-alt);
  padding: 10px 10px 0;
  margin: 1em 0;
  border-radius: 6px;
  overflow: hidden;
}

details[open] {
  padding: 10px;
}

details> :last-child {
  margin-bottom: 0;
}

details[open] summary {
  margin-bottom: 10px;
}

summary {
  display: list-item;
  background-color: #efefef;
  background-color: var(--background);
  padding: 10px;
  margin: -10px -10px 0;
  cursor: pointer;
  outline: none;
}

summary:hover,
summary:focus {
  text-decoration: underline;
}

details> :not(summary) {
  margin-top: 0;
}

summary::-webkit-details-marker {
  color: #363636;
  color: var(--text-main);
}

dialog {
  background-color: #f7f7f7;
  background-color: var(--background-alt);
  color: #363636;
  color: var(--text-main);
  border: none;
  border-radius: 6px;
  border-color: #dbdbdb;
  border-color: var(--border);
  padding: 10px 30px;
}

dialog>header:first-child {
  background-color: #efefef;
  background-color: var(--background);
  border-radius: 6px 6px 0 0;
  margin: -10px -30px 10px;
  padding: 10px;
  text-align: center;
}

dialog::-webkit-backdrop {
  background: #0000009c;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

dialog::backdrop {
  background: #0000009c;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}



hgroup {
  padding-left: 0.5rem;


  h2 {
    font-weight: black;
    font-family: var(--font)
  }

  p {
    padding-left: 1rem;
  }

}

.entry-list-home {
  display: flex;
  flex-direction: column;
  font-family: var(--font-fancy);

  button {
    font-family: var(--font-fancy);
    background: transparent;
    box-shadow: -0.1rem 0.1rem 0.3rem #999, 0.1rem 0.1rem 0.3rem #999;

    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: max-width;
    font-weight: light;
    transition: all 0.1s ease-in-out;

  }

  button:hover {
    box-shadow: -0.4rem 0.4rem 0.3rem #999, 0.1rem 0.1rem 0.3rem #999;
    transition: all 0.1s ease-in-out;
  }

  margin-bottom: 2rem;

}

ul:has(.entry-item-in-list) {

  display: flex;
  flex-direction: column;

  @media (max-width: 700px) {
    gap: 3rem;

  }


  .entry-item-in-list {
    display: flex;
    margin-right: 2rem;


    @media (min-width: 700px) {
      flex-direction: row;
      justify-content: space-between;
      align-content: center;
      align-items: center;
      min-height: 4rem;

      hr {
        flex-grow: 4;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
      }

    }

    @media (max-width: 700px) {
      border-left: solid 0.2rem #075;
      padding-left: 0.5rem;
      flex-direction: column;

      hr {
        display: none;
      }

      time {
        display: none;

      }

    }
  }


}

body {
  footer {
    border-top: solid 0.15rem #075;
    margin-top: 4rem;

    nav {
      ul {
        padding: 0;
        margin: none;
        list-style: none;
        display: inline-flex;
        flex-wrap: wrap;
        gap: 2rem;


        li {
          list-style: none;
          font-family: var(--font-fancy);
        }
      }
    }
  }
}

header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 1rem;

  #logo {
    height: 100px;
    width: 100px;
  }
}

@media (max-width: 700px) {
  header {
    gap: 0.2rem;


    h1 {
      font-size: 1.5rem;
    }
  }
}

.entry-list-search {
  ul {
    padding: 1.5rem;
    list-style: none;

    .entry-item-in-list-search {
      div {
        padding-left: 1rem;
      }

    }
  }


}

form#search {
  display: flex;
  flex-direction: row;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  gap: 1.5rem;

  input[type="search"] {
    background: #0750;
    border-radius: 0.2rem;
    padding: 1rem;
    border: none;
    color: var(--text-bright);
    width: 90%;
    font-family: var(--font-fancy);
    font-size: 1.2rem;
    box-shadow: -0.1rem 0.1rem 0.3rem #999, 0.1rem 0.1rem 0.3rem #999;
  }

  input[type="search"]:focus {
    background: #0753;
    border: none;
    outline: none;
  }

  button {
    font-family: var(--font-fancy);
    background: transparent;
    box-shadow: -0.1rem 0.1rem 0.3rem #999, 0.1rem 0.1rem 0.3rem #999;

    width: max-width;
    font-weight: light;
    transition: all 0.1s ease-in-out;
  }

  button:hover {
    box-shadow: -0.4rem 0.4rem 0.3rem #999, 0.1rem 0.1rem 0.3rem #999;
    transition: all 0.1s ease-in-out;
  }


}


@media print {

  body,
  pre,
  code,
  summary,
  details {
    background-color: #fff;
  }

  button {
    border: 1px solid #000;
  }

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  button,
  footer,
  summary,
  strong {
    color: #000;
  }

  summary::marker {
    color: #000;
  }

  summary::-webkit-details-marker {
    color: #000;
  }

  tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  a {
    color: #00f;
    text-decoration: underline;
  }
}




.photo {
  border-radius: 0.2rem;
  min-width: 0px;
  min-height: 0px;
  max-width: 100%;
  /* background: var(--text-main); */
  padding: 0.2rem;
  display: flex;
  flex-direction: column;

  img {
    max-height: 90vh;
    outline: 0.2rem solid black;
    border: 0.2rem solid black;

  }

  figure {
    display: block;

    figcaption {
      display: block;

    }
  }
}

.photo-details {
  list-style: none;
  margin: 0;
  padding: 0;

  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;


  .photo-detail {
    display: block;
    padding: 0.2rem;
    text-justify: newspaper;
    /* background: var(--text-bright); */
    /* color: var(--background-body); */
    border: var(--text-main) solid 0.2rem;
    width: max-content;
    font-size: 0.9rem;
  }

  margin-bottom: 1rem;
}

.article-text {
  display: block;
}


nav:has(.previous-button),
nav:has(.next-button) {
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-items: stretch;
  justify-content: space-between;
  row-gap: 1rem;


  a {
    width: 100%;
  }

  .next-button {
    text-align: right;
  }

  .previous-button {
    text-align: left;

  }

}

.photofeed {
  list-style: none;
  padding: 0;
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;


  .photo-item {
    background: var(--text-main);
    background: #0001;

    display: flex;
    align-items: center;
    justify-content: center;

    a {
      line-height: 0;
      width: 100%;

      display: flex;
      flex-direction: column;
      border: var(--text-main) 0.2rem solid;
    }
  }
}