@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("IBM Plex Serif Bold"), local("IBMPlexSerif-Bold"), url("/fonts/IBMPlexSerif-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("IBM Plex Serif Bold Italic"), local("IBMPlexSerif-BoldItalic"), url("/fonts/IBMPlexSerif-BoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: "IBM Plex Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("IBM Plex Serif Italic"), local("IBMPlexSerif-Italic"), url("/fonts/IBMPlexSerif-Italic.woff2") format("woff2"); }

@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("IBM Plex Serif"), local("IBMPlexSerif"), url("/fonts/IBMPlexSerif-Regular.woff2") format("woff2"); }

.pagination {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 40px; }
  .pagination--columns {
    display: grid;
    grid-template: 50% 50%;
    grid-template-areas: "next prev"; }
    .pagination--columns > .pagination-next {
      grid-area: "next";
      text-align: left; }
      .pagination--columns > .pagination-next .icon {
        display: inline-block;
        margin-right: 16px; }
    .pagination--columns > .pagination-prev {
      grid-area: "prev";
      text-align: right; }
      .pagination--columns > .pagination-prev .icon {
        display: inline-block;
        margin-left: 16px; }

.page-item:not(:last-of-type) {
  margin-right: 16px; }
  .page-item:not(:last-of-type).active a {
    color: var(--background-color);
    font-weight: bold;
    pointer-events: none;
    background: var(--accent);
    border-radius: 50%;
    padding: 4px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-sizing: content-box; }
  .page-item:not(:last-of-type).disabled {
    display: none; }

.breadcrumb {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }
  .breadcrumb > * {
    display: flex;
    align-items: center; }
  .breadcrumb > *:not(:last-child):after {
    content: ">";
    margin: 0 6px;
    color: var(--accent);
    font-size: 0.75em;
    font-weight: 600; }
  .breadcrumb .breadcrumb-item {
    text-transform: capitalize; }
    .breadcrumb .breadcrumb-item--current {
      opacity: 0.5; }

.photos .container {
  max-width: 1024px; }

.photos .lazy__image,
.photos img {
  border-radius: 5px;
  margin-bottom: 20px; }

.photos__info p {
  margin: 0 !important; }
  .photos__info p:last-child {
    margin-bottom: 2rem !important; }

.photo img {
  border-radius: 5px;
  margin-bottom: 20px; }

.thoughts header {
  max-width: var(--width);
  margin: 0 auto; }

.thought-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0; }
  .thought-list .h-entry {
    background-color: var(--background-color-tint);
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 10px; }
    @media screen and (max-width: 600px) {
      .thought-list .h-entry {
        padding: 20px; } }
    .thought-list .h-entry p:not(:last-child):not(:only-child) {
      margin-top: 0;
      margin-bottom: 20px; }
    .thought-list .h-entry .date {
      display: block;
      margin-bottom: 20px;
      font-size: 0.8em; }
    .thought-list .h-entry .foot {
      margin-top: 20px;
      font-size: 0.8em; }
    .thought-list .h-entry img {
      width: 100%;
      border-radius: 5px; }
    .thought-list .h-entry hr {
      display: none; }

.thought {
  background-color: var(--background-color-tint);
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 10px; }
  @media screen and (max-width: 600px) {
    .thought {
      padding: 20px; } }
  .thought p:not(:last-child):not(:only-child) {
    margin-top: 0;
    margin-bottom: 20px; }
  .thought .date:not(h1) {
    display: block;
    margin-bottom: 20px;
    font-size: 0.8em; }
  .thought h1.date {
    margin-top: 0; }
  .thought .foot {
    margin-top: 20px;
    font-size: 0.8em; }
  .thought img {
    width: 100%;
    border-radius: 5px; }
  .thought hr {
    display: none; }
  .thought h1 {
    font-size: 2.4em;
    margin-bottom: 40px; }
  .thought img {
    width: 100%;
    border-radius: 5px; }

.replies:first-of-type,
.likes:first-of-type {
  margin-top: 20px; }

.replies:not(:last-child):not(:only-child),
.likes:not(:last-child):not(:only-child) {
  margin-bottom: 40px; }

.replies .reply:not(:last-child):not(:only-child),
.likes .reply:not(:last-child):not(:only-child) {
  margin-bottom: 40px; }

.replies .like,
.likes .like {
  margin-bottom: 10px; }

.likes > .list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; }

.webmentions .list {
  list-style: none;
  padding: 20px 0;
  margin: 0; }

.webmentions .author {
  display: flex;
  align-items: center; }
  .webmentions .author-avatar {
    width: 40px;
    border-radius: 50%;
    margin-right: 10px; }

.webmentions .content {
  margin: 10px 0; }

.webmentions .date {
  margin-top: 20px;
  font-size: 0.8em; }

.bookmarks {
  margin: 40px 0; }
  .bookmarks li {
    margin-bottom: 10px; }
  .bookmarks p {
    font-style: italic;
    font-size: 0.85em; }

footer {
  padding: 25px 0; }
  footer ul {
    list-style: none;
    padding: 10px 0;
    margin-top: 0; }
  footer li {
    display: inline-block; }
    footer li:not(:last-child) {
      margin-right: 5px; }
    @media screen and (max-width: 500px) {
      footer li {
        padding: 4px 0; } }
.new {
  position: relative;
  display: flex;
  align-items: center; }
  .new::after {
    content: "";
    position: relative;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff5252;
    box-shadow: 0 0 0 0 #ff5252;
    animation: pulse-red 2s infinite;
    text-decoration: none !important; }

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0); } }

.projects__list {
  list-style: none;
  margin: 1em auto;
  padding: 0; }

.project {
  background: var(--background-color-tint);
  border-radius: 10px;
  margin: 40px auto;
  padding: 40px; }
  .project:last-child {
    margin-bottom: 0; }
  .project h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
  .project img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--semi); }
  .project__link {
    display: inline-block;
    font-size: 2rem;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 15px; }
  .project div {
    display: block;
    margin-top: 20px; }
  .project ul {
    list-style: initial;
    padding: 0;
    margin-top: 0; }
    .project ul li {
      margin: 0;
      margin-left: 20px;
      padding: 0; }
    .project ul .dont-break {
      white-space: nowrap; }

@media screen and (max-width: 760px) {
  .projects__lists {
    padding: 0; }
  .project {
    padding: 20px; } }

@media screen and (max-width: 500px) {
  .project {
    padding: 20px !important; }
  .project h2 {
    flex-direction: column; }
  .project h2 .project__link {
    font-size: 0.6em;
    font-weight: normal;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 10px; } }

.support {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-info);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 50px; }
  .support h4 {
    margin: 0;
    margin-right: 40px;
    line-height: 1.4; }
  .support .button {
    background: var(--accent);
    color: var(--background-color);
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 40px;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    cursor: pointer; }
  @media screen and (max-width: 760px) {
    .support h4 {
      margin: 0;
      margin-bottom: 20px; }
    .support .button {
      width: 100%;
      white-space: initial; } }
  @media screen and (max-width: 500px) {
    .support {
      flex-direction: column;
      padding: 20px; } }
.play {
  --opacity: 0.85;
  display: flex;
  flex-direction: column;
  position: relative; }
  .play__cover {
    display: flex; }
    .play__cover img {
      border-bottom-left-radius: 0 !important;
      border-bottom-right-radius: 0 !important; }
  .play__link {
    line-height: 0; }
  .play__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    opacity: var(--opacity);
    transition: transform 0.12s ease-in; }
    .play__icon:hover {
      transform: scale(1.05); }
  .play__info {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
    padding: 10px;
    opacity: var(--opacity);
    z-index: 1; }
    .play__info a {
      color: inherit; }

:root {
  --background-color: #f4f1ee;
  --color: #2b2b2b;
  --accent: #4a1dd5;
  --semi: hsla(0, 0%, 0%, 20%);
  --background-color-tint: white;
  --background-info: #e0dfdd;
  --width: 840px;
  --font: 2rem/1.63 "IBM Plex Serif", "Georgia", serif;
  --spacing: 20px;
  --transition: 1.25s all ease; }

.dark {
  --background-color: #111;
  --color: #ccbeaf;
  --accent: #fb9904;
  --semi: hsla(0, 0%, 100%, 20%);
  --background-color-tint: #24201b;
  --background-info: #443625; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  font: var(--font);
  text-rendering: optimizeLegibility;
  background: var(--background-color);
  color: var(--color);
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  animation: fade 0.6s ease-in forwards 0.3s; }

.container {
  position: relative;
  max-width: var(--width);
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px; }

.content {
  margin: 0 0 30px; }

header + .content {
  margin-top: 30px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  line-height: 1.2; }
  h1 .anchor,
  h2 .anchor,
  h3 .anchor,
  h4 .anchor,
  h5 .anchor,
  h6 .anchor {
    color: inherit;
    text-decoration-style: dotted !important;
    text-decoration-thickness: 3px !important; }

h1 {
  font-size: 3.2em;
  margin: 3.5rem 0 2rem; }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 2.2em;
      margin: 20px 0 10px; } }
a {
  color: var(--accent);
  word-break: break-word;
  text-decoration: none;
  text-underline-offset: 0.15em; }

a:hover {
  text-decoration: underline; }

a[href^="https://www.radoslawkoziel.pl"]:hover,
a[href^="https://radoslawkoziel.pl"]:hover,
a[href^="http://localhost"]:hover,
a[href^="/"]:hover {
  text-decoration-style: dashed; }

p {
  margin: 0 auto; }

p:not(:last-child):not(:only-child) {
  margin: 1em auto; }

ul,
ol {
  margin-bottom: 20px; }

header,
footer,
section {
  padding: 30px 0; }

header {
  padding-top: 0 !important; }

footer {
  padding-bottom: 0 !important; }

.about {
  font-size: 2.7rem; }

.separator {
  border-top: 1px dashed var(--semi); }

.separator-bottom {
  border-bottom: 1px dashed var(--semi); }

.no-underline,
.no-underline:hover {
  text-decoration: none; }

code {
  font-family: Monaco, menlo, inconsolata, monospace;
  font-size: calc(1em - 2px);
  color: var(--color);
  background-color: var(--background-info);
  padding: 0.2em 0.4em;
  border-radius: 2px; }

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

figure {
  padding: 0;
  margin: 0;
  margin-bottom: 40px; }

.lazy__image {
  overflow: hidden; }
  .lazy__image img {
    filter: none;
    transform: scale(1);
    transition: all 0.5s ease-in-out; }
    .lazy__image img.placeholder {
      filter: blur(10px);
      transform: scale(1.05); }

blockquote {
  border-left: 4px solid var(--accent);
  margin: 30px 0;
  padding-left: 20px; }

@media screen and (max-width: 600px) {
  :root {
    --font: 1.6rem/1.63 "IBM Plex Serif", "Georgia", serif; }
  .about {
    font-size: 2rem; }
  header,
  footer,
  section {
    padding: 25px 0; }
  .container {
    padding: 25px 20px; } }

@keyframes fade {
  from {
    opacity: 0;
    transform: translate3d(0, 5px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
