
@charset "UTF-8";body {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    line-height: 1.5;
    max-width: 800px;
    margin: 20px auto;
    padding: 0 10px;
    color: #FFF;
    background: #161616;
    text-rendering: optimizeLegibility;
    word-wrap: break-word
}


:root {
	--fg: #ffffff;
	--href: var(--fg);
	--bg: #000000 ;
	--bgcode: #000000;
}


button,input,textarea {
    transition: background-color .1s linear,border-color .1s linear,color .1s linear,box-shadow .1s linear,transform .1s ease
}

h1 {
    font-size: 2.2em;
    margin-top: 0
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 12px
}

h1,h2,h3,h4,h5,h6,strong {
    color: #FFF
}

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

blockquote {
    border-left: 4px solid rgba(0,150,191,.67);
    margin: 1.5em 0;
    padding: .5em 1em;
    font-style: italic
}

address,blockquote cite {
    font-style: normal
}

a[href^=mailto]:before {
    content: ""
}

a[href^=tel]:before {
    content: "📞 "
}

a[href^=sms]:before {
    content: "💬 "
}

button,input[type=button],input[type=checkbox],input[type=submit] {
    cursor: pointer
}

input:not([type=checkbox]):not([type=radio]),select {
    display: block
}

button,input,select,textarea {
    color: #000;
    background-color: #efefef;
    font-family: inherit;
    font-size: inherit;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 10px;
    border: none;
    border-radius: 6px;
    outline: none
}


textarea {
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    resize: vertical
}

button,input[type=button],input[type=submit] {
    padding-right: 30px;
    padding-left: 30px
}

button:hover,input[type=button]:hover,input[type=submit]:hover {
    background: #ddd
}

button:focus,input:focus,select:focus,textarea:focus {
    box-shadow: 0 0 0 2px rgba(0,150,191,.67)
}

button:active,input[type=button]:active,input[type=checkbox]:active,input[type=radio]:active,input[type=submit]:active {
    transform: translateY(2px)
}

button:disabled,input:disabled,select:disabled,textarea:disabled {
    cursor: not-allowed;
    opacity: .5
}

::-webkit-input-placeholder {
    color: #949494
}

:-ms-input-placeholder {
    color: #949494
}

::-ms-input-placeholder {
    color: #949494
}

::placeholder {
    color: #949494
}

a {
    text-decoration: none;
    color: #ffd175
}

a:hover {
    text-decoration: underline
}


pre {
  background-color: #000 !important;
  color: #e0e0e0;
  padding: 1rem;
  margin: 1.5rem 0;
  overflow-x: auto;
  font-size: 0.9rem;
  line-height: 1.5;
  font-family: "Fira Code", monospace;
  border: none !important;
  box-shadow: none !important;
}

pre code {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

code {
  background-color: #111;
  color: #ccc;
  padding: 2px 5px;
  font-size: 0.85rem;
  font-family: "Fira Code", monospace;
  border: 1px solid #333;
}

.hljs-comment,
.hljs-quote {
  color: #777;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag {
  color: #ffb86c;
}

.hljs-string,
.hljs-title,
.hljs-name {
  color: #a1e8af;
}

.hljs-number,
.hljs-literal {
  color: #6aa8ff;
}

.code-wrapper {
  position: relative;
}

.copy-button {
  position: absolute;
  top: 6px;
  right: 8px;
  background-color: #111;
  color: #ccc;
  border: 1px solid #333;
  padding: 4px 8px;
  font-size: 0.75rem;
  cursor: pointer;
  border-radius: 3px;
  opacity: 0.8;
  z-index: 1;
}

.copy-button:hover {
  background-color: #222;
  color: #fff;
  opacity: 1;
}



img {
    max-width: 100%
}


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

td,th {
    padding: 6px;
    text-align: left
}

th {
    border-bottom: 1px solid #dbdbdb
}

tbody tr:nth-child(2n) {
    background-color: #303030
}

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

::-webkit-scrollbar-track {
    background: #333;
    border-radius: 6px
}

::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 6px
}

::-webkit-scrollbar-thumb:hover {
    background: #777
}

main img {
  pointer-events: auto;
}

main img::selection {
  background: none;
}

.divider {
    width: 8px;
    display: inline-block
}

.pixel {
    image-rendering: pixelated;
    height: 42px;
    width: 42px;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.selected {
    opacity: 0.7;
    pointer-events: none;
}

a img {
    transition: opacity 0.4s;
}

a img:hover {
    opacity: 0.8;
}

.mp {
    border: 1px dashed;
    color: #888;
    height: 85px;
    width: 128px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
}


  .webpin {
    float: left;
    margin: 2px;
  }

.avatar {
  border-radius: 6px;
  border: 1px solid #444;
  float: right;
  display: block;
  margin: 0 0 1em 1em;
  max-width: 220px;
  height: auto;
  background-color: #1e1e1e;
  padding: 2px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  image-rendering: pixelated;
}


.intro-box {
  overflow: hidden; 
  margin-bottom: 2rem;
}


  .pubdate {
    font-style: italic;
  }
  
  .pubdate time {
    text-decoration: underline;
    text-decoration-style: dotted;
  }
  
  figure {
    max-width: 400px;
  }
  
  figcaption {
    font-style: italic;
  }

  #tagcloud {
    margin: auto;
    list-style: none;
    max-width: 400px;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    border: 1px var(--fg) dashed;
  }
  
  #tagcloud li {
    display: inline-block;
    padding: 10px;
  }
  
  code {
    font-size: 14px;
    font-style: monospace;
    font-weight: normal;
    padding: 0 0px;
  }
  
  .full-img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

   
  hr {
    border: 0;
    background: var(--fg);
    height: 1px;
  }
  
  pre {
    margin-left: 16px;
    margin-right: 16px;
    overflow-x: auto;
    padding: 6px;
    padding-right: 6px;
    border: 1px solid #ddddff;
    background-color: #000000;
  }
  
  ul>li {
    list-style: square;
  }
  
  .crypto {
    font-size: x-small ;
  }

  .publised_date {
    font-size: small ;
  }

  
  a {
    text-decoration: underline;
    text-decoration-style: dotted;
    color: var(--fg);
  }
  
  a:hover {
    text-decoration: none;
  }
  
  input {
    background-color: #fff;
    border-color: #b4bac0;
    color: #000000;
  }
  
  button {
    border-color: #666666;
    color: #000000;
    background-color: #efefef;
    border: 1px solid transparent;
    cursor: pointer;
  }
  
  button:hover {
    border-color: #11a3ea;
    color: #0f4987;
  }
  
  button:focus {
    border-color: #d31141;
    color: #d31141;
    background-color: #d2d2d2;
  }

  
  details {
    margin-left: auto;
  }
  
  summary {
    padding-top: 6px;
    padding-right: 16px;
    padding-left: 16px;
    color: #ddddff;
    font-size: 26px;
    font-weight: bold;
    list-style: none;
  }
  
  summary:hover {
    cursor: pointer;
  }
  
#main {
  width: 70%;
  max-width: 1100px;
  text-align: left;
  line-height: 1.35;
  padding-top: 40px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 800px) {
  #main {
    margin-left: -10%;
    margin-right: 0%;
    width: 90%;
  }
}
  
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #e6e647;
  }
  
  h2 {
    font-size: 26px;
  }
  
  h3 {
    font-size: 23px;
  }
  

  header a {
    text-align: center;
    color: var(--fg);
    text-decoration: none;
    font-size: 24px;
    word-break: break-word;
  }

  
  h2 a {
    font-size: 26px;
  }
  
  h3 a {
    font-size: 23px;
  }
  
  a.heading {
    color: #e6e647;
    text-decoration: none;
  }
  
  a.heading:hover {
    text-decoration: underline;
  }
  
  #content img {
    max-width: 100%;
  }
  
  .link {
    color: #5cb3ff;
    text-decoration: none;
  }
  
  .link:hover {
    text-decoration: underline;
  }
  

  #content table,
  #content th,
  #content td {
    border-collapse: collapse;
    border: 1px solid #ddddff;
    padding: 4px;
  }
  
  .site-table table ul {
    margin: 4px;
    padding: 4px;
    list-style: none;
    text-align: left;
  }
  
  .table-block table {
    border-collapse: collapse;
  }
  
  .blog-heading {
    margin: 0px;
  }
  
  .feed-icon {
    padding-top: 6px;
    padding-left: 8px;
  }
  
  .h-entry {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  
  .p-name {
    margin: 0px;
    margin-left: 4px;
    margin-right: 4px;
  }
  
  .p-name a {
    font-size: 19px;
    text-decoration: none;
  }
  
  .p-name a:hover {
    text-decoration: underline;
  }
  
  .p-summary {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .p-dates {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 2px;
    padding-bottom: 1px;
  }
  
  .dt-description-published,
  .dt-description-modified {
    font-size: 16px;
    padding-right: 4px;
  }
  
  .dt-published,
  .dt-modified {
    font-size: 16px;
    color: #fafa4d;
  }
  
  .dt-separator {
    font-size: 16px;
    padding-left: 7px;
    padding-right: 7px;
  }
  
  @media only screen and (max-width: 500px) {
  
    .dt-description-modified,
    .dt-modified,
    .dt-separator {
      display: none;
    }
  
    .p-dates tr {
      display: flex;
      flex-wrap: wrap;
    }
  }
  
  .figure {
    max-width: 100%;
    margin: 8px;
  }
  
  .figure img {
    margin-top: 8px;
  }
  
  .audcaption,
  .figcaption,
  .vidcaption {
    margin-top: 0px;
  }
  
  .audcaption i,
  .figcaption i,
  .vidcaption i {
    font-size: 16px;
  }
  
  .next-article {
    float: right;
  }
  
  .article-separator {
    display: none;
  }
  
  .block-title {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  
  .note p {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  
  .note td {
    padding: 6px;
  }
  
  .note table {
    border-collapse: collapse;
    background-color: #000050;
  }
  
  blockquote {
    border-left: 4px solid #ddddff;
    border-top: 1px solid #ddddff;
    border-right: 1px solid #ddddff;
    border-bottom: 1px solid #ddddff;
    font-style: italic;
  }
  
  blockquote p {
    padding: 6px;
    padding-left: 10px;
    margin: 0px;
    font-size: 17px;
  }
  
  .spoiler {
    background-color: #000000;
    color: #000000;
  }
  
  .spoiler:hover {
    color: #ddddff;
  }
  
  @media only screen and (max-width: 500px) {
    #article-nav {
      text-align: center;
    }
  
    .article-separator {
      display: unset;
    }
  
    .next-article {
      float: unset;
      margin-top: 8px;
    }
  }
  
  sup a {
    text-decoration: none;
  }
  
  sup a:hover {
    text-decoration: underline;
  }
  
  sup span {
    color: #5cb3ff;
  }
  
  .red-text {
    color: #ff423e;
  }
  
  .orange-text {
    color: #ff892f;
  }
  
  .yellow-text {
    color: #fafa4d;
  }
  
  .green-text {
    color: #42e649;
  }
  
  .teal-text {
    color: #34de97;
  }
  
  .blue-text {
    color: #4970f9;
  }
  
  .purple-text {
    color: #bc4eff;
  }
  
  .white-text {
    color: #eeeeff;
  }
  
  .webring-group {
    text-align: center;
    font-size: 26px;
  }
  
  .link-anchor {
    padding: 4px;
    text-decoration: none;
  }
  
  .link-description {
    margin: 0px;
    text-align: center;
  }
  
  .link-container,
  .link-container-clearnet,
  .link-container-onion,
  .link-container-i2p,
  .link-container-freenet,
  .link-container-yggdrasil,
  .link-container-ipfs,
  .link-container-offline {
    width: 250px;
    min-height: 150px;
    border-radius: 4px;
    margin: 8px;
    padding: 4px;
    padding-top: 8px;
    transition-property: background-color, box-shadow;
    transition-duration: 400ms;
  }
  
  @media only screen and (max-width: 1300px) {
  
    .webring-links,
    .webring-links tr {
      display: flex;
      flex-direction: column;
    }
  
    .link-container,
    .link-container-clearnet,
    .link-container-onion,
    .link-container-i2p,
    .link-container-freenet,
    .link-container-yggdrasil,
    .link-container-ipfs,
    .link-container-offline {
      display: flex;
      flex-direction: column;
      width: 95%;
    }
  
    .link-anchor,
    .link-description {
      margin: auto;
    }
  }
  
  .link-container-clearnet {
    border: 1px solid #eeeeff;
    background-color: #eeeeff40;
    box-shadow: 0px 0px 12px #eeeeff;
  }
  
  .link-container-clearnet:hover {
    background-color: #eeeeff59;
    box-shadow: 0px 0px 20px #eeeeff;
  }
  
  .link-container-onion {
    border: 1px solid #bc4eff;
    background-color: #bc4eff40;
    box-shadow: 0px 0px 12px #bc4eff;
  }
  
  .link-container-onion:hover {
    background-color: #bc4eff59;
    box-shadow: 0px 0px 20px #bc4eff;
  }
  
  .link-container-i2p {
    border: 1px solid #ff892f;
    background-color: #ff892f40;
    box-shadow: 0px 0px 12px #ff892f;
  }
  
  .link-container-i2p:hover {
    background-color: #ff892f59;
    box-shadow: 0px 0px 20px #ff892f;
  }
  
  .link-container-freenet {
    border: 1px solid #4970f9;
    background-color: #4970f940;
    box-shadow: 0px 0px 12px #4970f9;
  }
  
  .link-container-freenet:hover {
    background-color: #4970f959;
    box-shadow: 0px 0px 20px #4970f9;
  }
  
  .link-container-yggdrasil {
    border: 1px solid #42e649;
    background-color: #42e64940;
    box-shadow: 0px 0px 12px #42e649;
  }
  
  .link-container-yggdrasil:hover {
    background-color: #42e64959;
    box-shadow: 0px 0px 20px #42e649;
  }
  
  .link-container-ipfs {
    border: 1px solid #34de97;
    background-color: #34de9740;
    box-shadow: 0px 0px 12px #34de97;
  }
  
  .link-container-ipfs:hover {
    background-color: #34de9759;
    box-shadow: 0px 0px 20px #34de97;
  }
  
  .link-container-offline {
    border: 1px solid #ff423e;
    background-color: #ff423e40;
    box-shadow: 0px 0px 12px #ff423e;
  }
  
  .link-container-offline:hover {
    background-color: #ff423e59;
    box-shadow: 0px 0px 20px #ff423e;
  }
  
  .link-clearnet {
    border: 1px solid #eeeeff;
  }
  
  .link-onion {
    border: 1px solid #bc4eff;
  }
  
  .link-i2p {
    border: 1px solid #ff892f;
  }
  
  .link-freenet {
    border: 1px solid #4970f9;
  }
  
  .link-yggdrasil {
    border: 1px solid #42e649;
  }
  
  .link-ipfs {
    border: 1px solid #34de97;
  }
  
  .link-offline {
    border: 1px solid #ff423e;
  }
  
  #not-found {
    margin-top: 200px;
  }

.neobox {
  font-size: 16px;
  line-height: 1.4;
  /* max-width: 1200px;
  max-height: 900px; */
  padding: 15px 25px 15px 35px;
  /* background: linear-gradient(to bottom right, #1c2b4242, #000050d1); */
  /* border: 1px solid #ffffff; */
  overflow: auto;
  /* box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(255, 255, 255, 0.3), inset 0px -2px 1px rgba(0, 0, 0, 0.4); */
}

.infobox {
  font-size: 16px;
  /* max-width: 1200px;
  max-height: 900px; */
  padding: 15px 25px 15px 35px;
  /* background: linear-gradient(to bottom right, #1c2b4242, #000050d1); */
  border: 1px solid #ffffff;
  overflow: auto;
  /* box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(255, 255, 255, 0.3), inset 0px -2px 1px rgba(0, 0, 0, 0.4); */
}


#subtitle {
  text-align: center;
  color: #ff0;
  text-shadow: 1px 1px 0px #000;
  position: relative;
  /* left: 300px;
  bottom: -20px; */
  -webkit-animation: subtitle 0.25s;
          animation: subtitle 0.25s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes subtitle {
  0% {
    transform: scale(0.875) rotate(-0deg);
  }
  100% {
    transform: scale(1) rotate(-4deg);
  }
}

#inlinelinker {
  font-size: x-large;
}

#buttondiv {
	text-align: center ;
}

#buttonlist {
	padding-left: 0 ;
}

#buttonlist li {
	display: inline-block ;
	height: 150px ;
	width: 150px ;
	position: relative ;
	margin: auto ;
}

#buttonlist img {
	height: 80% ;
	width: 80% ;
	max-height: none ;
	max-width: none ;
	position: absolute ;
	left: 50% ;
	transform: translateX(-50%);
}



#linklist {
	text-align: center ;
}


#linklist {
	padding-left: 0 ;
}

#linklist li {
	display: inline-block ;
	height: 150px ;
	width: 150px ;
	position: relative ;
}

#linklist li a {
	height: 100% ;
	width: 100% ;
	display: block ;
}

#linklist img {
	height: 80% ;
	width: 80% ;
	max-height: none ;
	max-width: none ;
	position: absolute ;
	left: 50% ;
	transform: translateX(-50%);
}


#linklist .title {
	font-size: xx-large ;
	background-color: rgba(3,3,3,0.6) ;
}



.menuurl {
	color: green ;
}

.articlelist {
	font-size: 125% ;
}

.articlelist li {
	padding-bottom: .25em ;
}

#inlinelinker {
	font-size: large ;
}

#inlinelinker .desc {
	display: inline-block ;
	color: gold ;
}



#iconmenu {
	list-style: none ;
	text-align: center ;
	font-size: 48pt ;
	margin: 0 ;
}

#iconmenu li {
	display: inline ;
	padding: .1em ;
	margin: .1em ;
}

ul input[type="checkbox"]:not(:checked) {
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  vertical-align: middle;
}

ul input[type="checkbox"]:checked {
  width: 20px;
  height: 20px;
  border: 2px solid green;
  border-radius: 4px;
  background-color: green;
  cursor: pointer;
  
  vertical-align: middle;
}

ul li {
  list-style-type: none;
  padding-left: 0px;
}

ul li label {
  cursor: pointer;
  font-size: 16px;
}

ul li:hover {
  background-color: #8a3b3b;
}


#quote1 {
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

#quote2 {
  font-family: 'Times New Roman', serif;
  font-size: 18px;
  color: #0066cc;
  font-style: italic;
}

#quote3 {
  font-family: 'Courier New', monospace;
  font-size: 22px;
  color: #ff4500;
  text-align: center;
}

.morning-quote {
  font-family: 'Verdana', sans-serif;
  font-size: 18px;
  color: #ff6347;
}

.christmas-quote {
  font-family: 'Comic Sans MS', cursive, sans-serif;
  font-size: 24px;
  color: #32cd32;
}

@keyframes colorChange {
  0% { color: red; }
  25% { color: blue; }
  50% { color: green; }
  75% { color: orange; }
  100% { color: purple; }
}

.multicolor-text span {
  display: inline-block;
  animation: colorChange 1s infinite;
  font-size: 22px;
}

.controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}

.photo-card img {
  width: 100%;
  height: auto;
  /* border-radius: 1px; */
}

.caption {
  padding: 0.5rem 0;
}

.pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.pagination a {
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
}

.pagination strong {
  padding: 4px 10px;
  border-radius: 5px;
  background: #444;
  color: #fff;
}


.tags-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5em;
  gap: 0.5em;
}

.tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
  color: #ddd;
  background-color: #2a2a2a;
  border: 1px solid #555;
  transition: background 0.2s ease, border 0.2s ease;
}

.tag:hover {
  background-color: #3a3a3a;
}

.tag.red     { border-color: #e57373; }
.tag.green   { border-color: #81c784; }
.tag.blue    { border-color: #64b5f6; }
.tag.orange  { border-color: #ffb74d; }
.tag.purple  { border-color: #ba68c8; }
.tag.yellow  { border-color: #fff176; }


.share-button {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.share-button:hover {
    background-color: #d5d5d5;
}

.share-status {
    display: none;
    font-size: 0.75rem;
    color: green;
    margin-left: 8px;
}


.neobox2 {
  font-size: 16px;
  line-height: 1.4;
  /* max-width: 1200px;
  max-height: 900px; */
  padding: 15px 25px 15px 35px;
  background: linear-gradient(to bottom right, #1c2b4242, #000050d1);
  border: 1px solid #ffffff;
  overflow: auto;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(255, 255, 255, 0.3), inset 0px -2px 1px rgba(0, 0, 0, 0.4);
  font-size: 16px;
}

.neobox-small {
  max-height: 800px;
  max-width: 600px;
  background: linear-gradient(to bottom right, #1c2b42, #000050);
  border: px solid #afeeee;
  overflow: auto;
  font-size: 18px;
}

  .cell {
    padding: 1px;
  }
  
  .cell img {
    width: 30px;
    height: 30px;
  }
  
  .cell p {
    margin: 1px;
  }
  
  .cell h3 {
    margin-left: 4px;
  }
  
  @media only screen and (max-width: 800px) {
  
    #home,
    #home .home-row {
      display: flex;
      flex-wrap: wrap;
    }
  
    #home .home-cell {
      text-align: left;
    }
  
    .cell {
      padding: 1px;   
    }

  }

.elements {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.5em;
  align-items: center;
}

.element {
  display: flex;
  align-items: center;
  background-color: #2a2a2a;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.8rem;
  color: #ddd;
  transition: background 0.2s ease, border 0.2s ease;
}

.element:hover {
  background-color: #3a3a3a;
}

.element-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  object-fit: contain;
  filter: brightness(0.85);
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.element.red     { border-color: #e57373; }
.element.green   { border-color: #81c784; }
.element.blue    { border-color: #64b5f6; }
.element.orange  { border-color: #ffb74d; }
.element.purple  { border-color: #ba68c8; }
.element.yellow  { border-color: #fff176; }


.photo-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0;
    font-size: 0.9rem;
    flex-wrap: wrap;
}

.meta-left {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}

.photo-type {
    font-style: italic;
    color: #666;
}

.meta-right .author-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0077cc;
    text-decoration: none;
    font-weight: 500;
}

.meta-right .author-link:hover {
    text-decoration: underline;
}

.author-avatar {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 4px; 
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 66.25%; 
  height: 0;
  overflow: hidden;
  margin: 1em 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.slide-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 6px;
}

.glider-contain {
  margin: 1em 0;
}

.glider-prev,
.glider-next {
  background-color: #eee;
  border: none;
  padding: 0.5em 1em;
  margin: 0 0.5em;
  cursor: pointer;
}

.dots {
  text-align: center;
  margin-top: 0.5em;
}

.author-meta {
  text-align: right;
  margin-top: 0.5em;
}

.author-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0077cc;
  text-decoration: none;
  font-weight: 500;
}

.author-link:hover {
  text-decoration: underline;
}

.author-avatar {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 4px;
}

.photo-page-container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.photo-main {
  flex: 1 1 600px;
  max-width: 100%;
}

.photo-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.photo-sidebar {
  flex: 0 0 300px;
  max-width: 300px;
  position: relative;
}

.accordion {
  background-color: #1e1e1e;
  border: 1px solid #444;
  border-radius: 6px;
  color: #ddd;
  font-family: "Inter", "Helvetica Neue", sans-serif;
  transition: border 0.3s ease;
}


.accordion.red     { border-color: #e57373; }
.accordion.green   { border-color: #81c784; }
.accordion.blue    { border-color: #64b5f6; }
.accordion.orange  { border-color: #ffb74d; }
.accordion.purple  { border-color: #ba68c8; }
.accordion.yellow  { border-color: #fff176; }

.accordion-toggle {
  background: none;
  border: none;
  color: #aaa;
  width: 100%;
  padding: 0.5rem 0.9rem;
  font-size: 0.85rem;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, color 0.2s ease;
}

.accordion-toggle:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 0.9rem;
  font-size: 0.8rem;
  color: #bbb;
  transition: max-height 0.3s ease;
}

.accordion-content div {
  padding: 0.15rem 0;
}

.accordion-content span {
  display: inline-block;
  width: 90px;
  color: #888;
}

.accordion.open .accordion-content {
  max-height: 400px;
  padding-bottom: 0.75rem;
}

@media (max-width: 768px) {
  .photo-page-container {
    flex-direction: column;
  }

  .photo-sidebar {
    margin-top: 1rem;
    width: 100%;
  }
}

.download-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
  background-color: #2a2a2a;
  color: #ddd;
  border: 1px solid #444;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.download-button:hover {
  background-color: #3c3c3c;
  color: #fff;
  border-color: #555;
}

.photo-location-button {
  display: inline-flex;
  align-items: center;
  background-color: #2a2a2a;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #ddd;
  transition: background 0.2s ease, border 0.2s ease, color 0.2s ease;
  cursor: default;
  margin-bottom: 1rem;
}

.photo-location-button:hover {
  background-color: #3a3a3a;
}

.photo-location-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  object-fit: contain;
  filter: brightness(0.85);
}

.photo-location-button.red    { border-color: #e57373; }
.photo-location-button.green  { border-color: #81c784; }
.photo-location-button.blue   { border-color: #64b5f6; }
.photo-location-button.orange { border-color: #ffb74d; }
.photo-location-button.purple { border-color: #ba68c8; }

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 1em 0;
  border-radius: 6px;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.latest-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.latest-card {
  display: flex;
  gap: 1rem;
  background-color: #1e1e1e;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 1rem;
  text-decoration: none;
  color: #ddd;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.latest-card:hover {
  background-color: #2a2a2a;
  border-color: #555;
}

.latest-thumb {
  width: 120px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.latest-text {
  flex: 1;
}

.latest-date {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.2rem;
}

.latest-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 0.4rem 0;
  color: #fff;
}

.latest-resume {
  font-size: 0.9rem;
  color: #bbb;
}

.latest-tag {
  background-color: #2a2a2a;
  color: #ccc;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: default; 
}

.latest-tag:hover {
  background-color: #3a3a3a;
  color: #fff;
}

.latest-tag:active {
  background-color: #444;
  color: #fff;
}


.main-nav {
  display: flex;
  justify-content: left;
  gap: 12px;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #333;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  text-decoration: none;
  outline: none;
}

.main-nav a img.pixel {
  width: 42px;
  height: 42px;
  image-rendering: pixelated;
  filter: grayscale(0.1) brightness(0.95);
  transition: transform 0.1s ease, filter 0.2s ease;
}

.main-nav a:hover img {
  transform: scale(1.1);
  filter: brightness(1.4);
}

.main-nav a:focus-visible img {
  outline: 2px dashed #66ccff;
  outline-offset: 4px;
}

@media (max-width: 600px) {
  .main-nav {
    flex-wrap: wrap;
    gap: 10px;
  }

  .main-nav a img.pixel {
    width: 28px;
    height: 28px;
  }
}

.tooltip {
  position: relative;
}

.tooltip::after {
  content: attr(data-label);
  position: absolute;
  bottom: -2.2em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #ccc;
  font-size: 0.75rem;
  padding: 3px 6px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 10;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.tooltip:hover::after {
  opacity: 1;
}

.link-showcase {
  text-align: center;
  margin-top: 2rem;
}

.link-showcase h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: normal;
  color: #fff;
}

.link-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
}

.link-card {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1rem;
  background-color: #1f1f1f;
  border: 1px solid #333;
  border-radius: 6px;
  text-decoration: none;
  color: #ccc;
  transition: background-color 0.2s ease, transform 0.1s ease;
  max-width: 260px;
}

.link-card:hover {
  background-color: #2a2a2a;
  transform: scale(1.03);
  color: #fff;
}

.link-card img {
  width: 32px;
  height: 32px;
  image-rendering: pixelated;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.link-card span {
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}

.site-footer {
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: #888;
  background-color: transparent;
}

.footer-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.footer-icons a {
  transition: transform 0.2s ease, fill 0.2s ease;
}

.footer-icons a:hover svg {
  transform: scale(1.2);
  fill: #fff;
}

.footer-text p {
  margin: 0.4rem 0;
}

.footer-link {
  color: #aaa;
  text-decoration: underline dotted;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.post-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.post-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #333;
  border-radius: 6px;
  background-color: #1e1e1e;
  text-decoration: none;
  color: #ccc;
  transition: border 0.2s ease;
}

.post-list-item:hover {
  border-color: #555;
}

.post-thumb {
  width: 150px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.post-content {
  flex: 1;
}

.post-title {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #fff;
}

.post-date {
  font-size: 0.8rem;
  color: #aaa;
  margin-bottom: 0.5rem;
}

.post-resume {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}

.tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tag {
  background-color: #333;
  color: #ccc;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
  border: 1px solid #555;
}

.post-meta {
  font-size: 0.85rem;
  color: #aaa;
  margin-bottom: 1rem;
}

img.lightboxable {
  cursor: zoom-in;
  transition: filter 0.2s ease;
}

img.lightboxable:hover {
  filter: brightness(0.7);
}

.project-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.project-thumb {
  width: 220px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.project-text {
  flex: 1;
}

.projects-year {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.25rem;
}

.projects-year-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.project-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.project-thumb {
  width: 220px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.project-text {
  flex: 1;
}

.project-tags {
  margin-top: 0.5rem;
}

.project-tag {
  background: #f0f0f0;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  margin-right: 0.25rem;
  font-size: 0.85rem;
}

.photo-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.project-socials,
.project-links {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.project-socials {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.social-button {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #111;
  border: 1px solid #333;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  cursor: pointer;
  text-decoration: none;
  color: #f1f1f1;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.social-button:hover {
  background-color: #222;
  border-color: #555;
  transform: translateY(-1px);
}

.social-icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  opacity: 0.9;
  transition: opacity 0.2s ease; 
}

.social-button:hover .social-icon {
  opacity: 1;
}

.site-title-link {
    font-size: 1.2em;
    margin-top: 0
}