@charset "UTF-8";
/*-----------------------------*/
/*   ogólne (całostronicowe)   */
/*-----------------------------*/

:root {
  color-scheme: dark only;
}

@font-face {
  font-family: "Kogucikowe_Alatsi";
  src: url("Kogucikowe_Alatsi.woff2") format("woff2"),
    url("Kogucikowe_Alatsi.woff") format("woff"),
    url("Kogucikowe_Alatsi.ttf") format("truetype");
}

html,
body {
  height: 100%;
}

html {
  scrollbar-gutter: stable;
  font-size: 62.5%;
  cursor: default;
}

body {
  display: flex;
  flex-direction: column;
  font-family: Kogucikowe_Alatsi;
  margin: 0;
  padding: 0;
  background-color: #0e0e0e;
  color: #f4cccc;
}

.fullbody {
  flex: 1 0 auto;
  max-width: 1500px;
  width: 95%;
  margin: auto;
}

a {
  color: #1b86ff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease, text-shadow 0.3s ease, background-size 0.3s ease;
  background-image: linear-gradient(to right, #ff6600 0%, #ff6600 100%);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
}

a:hover {
  color: #ff6600;
  text-shadow: 0px 0px 8px rgba(255, 102, 0, 0.6);
  background-size: 100% 2px;
}

.dropall a,
.dropall a:hover,
.social-container a:hover,
.page-number a:hover,
.button-container a:hover,
.op-img a:hover,
.latest-tiles a:has(img):hover,
table.top-hundred-rules tbody td a:has(img):hover,
table.top-hundred tbody td a:has(img):hover,
table.gear tbody td a:has(img):hover {
  color: #f4cccc;
  text-shadow: none;
  background-size: 0;
  text-decoration: none;
}

.dropall a,
.page-number a,
.button-container a {
  text-decoration: none;
}

.latest-tiles-wrapper a,
.tooltip a,
table.top-hundred-rules tbody td a,
table.top-hundred tbody td a,
table.gear tbody td a,
a.main-text,
a.sec-text {
  color: #f4cccc;
}

.latest-tiles-wrapper a:hover,
.tooltip a:hover
table.top-hundred-rules tbody td a:hover,
table.top-hundred tbody td a:hover,
table.gear tbody td a:hover {
  color: #ff6600;
}

br {
  user-select: none;
}

br.select {
  user-select: initial;
}

.changelog a::before,
footer a::before,
.link::before {
  content: "🔗";
  font-size: 0.7em;
  vertical-align: 5%;
}

/*-----------------------------*/
/*           header            */
/*-----------------------------*/

.header-rooster {
  width: 65%;
  margin: auto;
}

.header-rooster img {
  display: block;
  margin: 0 auto;
  padding: 20px;
}

.dropall {
  background-color: rgba(14, 14, 14, 0.95);
  padding-top: 15px;
  box-shadow: 0px 0px 5px 20px rgba(14, 14, 14, 0.95);
  max-width: 1500px;
  width: 100%;
  position: sticky;
  top: 0;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
  cursor: default;
  z-index: 3;
  transition: top 0.3s ease-in-out;
}

.dropbtn {
  background-color: transparent;
  color: #f4cccc;
  padding: 12px 0;
  font-size: 1.6rem;
  font-family: Kogucikowe_Alatsi;
  border: none;
  cursor: pointer;
  min-width: 165px;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
}

.droppedbtn {
  background-color: transparent;
  color: #f4cccc;
  padding: 0px;
  font-size: 1.6rem;
  font-family: Kogucikowe_Alatsi;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
}

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(14, 14, 14, 0.95);
  width: 165px;
  font-family: Kogucikowe_Alatsi;
  box-shadow: 0px 8px 16px 0px rgba(14, 14, 14, 0.2);
  z-index: 4;
  cursor: pointer;
  text-align: left;
  border: 2px solid;
  border-color: #52504f;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease;
}

.dropdown-content a {
  color: #f4cccc;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.dropdown-content a:hover {
  background-color: #52504f;
}

.dropdown:hover .dropdown-content {
  display: block;
  cursor: pointer;
}

.dropdown:hover .dropbtn {
  background-color: #52504f;
  cursor: pointer;
}

.nav-img {
  filter: invert(45%);
  width: 25px;
  cursor: pointer;
}

.flagpl {
  position: relative;
  display: inline-block;
  background-color: transparent;
  align-items: middle;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.flagpl img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  cursor: pointer;
}

.flagen {
  position: relative;
  display: inline-block;
  background-color: transparent;
  align-items: middle;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.flagen img {
  width: 50px;
  height: auto;
  vertical-align: middle;
  cursor: pointer;
}

button > img,
button > span {
  vertical-align: middle;
}

/*-----------------------------*/
/*     autorskie przyciski     */
/*-----------------------------*/

.button-container {
  text-align: center;
  max-width: 1500px;
  width: 100%;
  cursor: default;
}

.cover {
  background-color: #232324;
  display: inline-block;
  border-radius: 15px;
  width: 14%;
  position: relative;
  margin: 0.2vw;
  text-align: center;
  flex-grow: 1;
  padding: 10px;
  cursor: pointer;
}

.icon-img {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 0px;
  height: 100%;
  width: 100%;
  filter: invert(45%);
  cursor: pointer;
}

.cover:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 15px;
}

.cover:hover::after {
  content: attr(data-tooltip);
  white-space: nowrap;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #48484a;
  color: #f4cccc;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: Kogucikowe_Alatsi;
  font-size: clamp(1rem, 2vw, 2.5rem);
  z-index: 2;
}

.cover img {
  z-index: 2;
}

/*-----------------------------*/
/*      rozwijalna sekcja      */
/*-----------------------------*/

.expandable-container {
  border: 2px solid #f4cccc;
  margin: auto;
  max-width: 1200px;
  border-radius: 5px;
  overflow: hidden;
}

.expandable-section {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  text-align: left;
  font-family: Kogucikowe_Alatsi;
  font-size: 1.8rem;
  margin: auto;
}

.expand-toggle-btn {
  background-color: transparent;
  color: #f4cccc;
  padding: 2%;
  font-family: Kogucikowe_Alatsi;
  font-size: clamp(1.33rem, 2vw, 2.5rem);
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  margin: auto;
  user-select: none;
}

.expand-toggle-btn:hover {
  background-color: #343434;
}

.expand-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out;
  filter: invert(45%);
}

.rotated {
  transform: translateY(-50%) rotate(180deg);
}

.expanded {
  max-height: 1000px;
}

.expandable-items {
  display: flex;
  flex-wrap: nowrap;
}

.op-img {
  flex: 22.2%;
  margin: 20px;
}

.expandable-text {
  flex: 77.8%;
  text-align: center;
  margin: auto;
  padding-right: 2%;
}

.expandable-top-100 {
  font-size: clamp(1.2rem, 1.5vw, 2rem);
  padding: 0 2%;
  padding-bottom: 2%;
}

/*-----------------------------*/
/*        social media         */
/*-----------------------------*/

.category {
  text-align: left;
  font-family: Kogucikowe_Alatsi;
  font-size: 2.5rem;
  width: 92%;
  margin: auto;
  line-height: 2.8rem;
}

.social-container {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  margin: auto;
}

.social-cover {
  background-color: #232324;
  display: inline-block;
  border-radius: 15px;
  position: relative;
  max-width: 100px;
  aspect-ratio: 1;
  margin: 5px;
  text-align: center;
  padding: 10px;
}

.social-cover:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 15px;
}

.social-cover:hover::after {
  content: attr(data-tooltip);
  white-space: nowrap;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #48484a;
  color: #f4cccc;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: Kogucikowe_Alatsi;
  font-size: 1.6rem;
  z-index: 2;
}

.social-cover img {
  z-index: 2;
}

.social-icon-img {
  filter: invert(45%);
  height: 100%;
  top: 0px;
}

/*-----------------------------*/
/*           popupy            */
/*-----------------------------*/

.popup-window {
  position: fixed;
  width: 60%;
  max-width: 600px;
  height: 400px;
  background: #1c1c1d;
  border: 5px solid black;
  border-radius: 15px;
  padding: 10px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  transition: width 0.5s;
}

.closed-button {
  background-color: #222;
  border-radius: 4px;
  border-style: none;
  box-sizing: border-box;
  color: #f4cccc;
  cursor: pointer;
  display: inline-block;
  font-family: Kogucikowe_Alatsi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  min-height: 44px;
  min-width: 10px;
  outline: none;
  overflow: hidden;
  padding: 9px 20px 8px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.closed-button:hover,
.closed-button:focus {
  opacity: 0.75;
}

.popup-center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  padding: 10px;
}

.popup-center h1 {
  font-size: min(6.5vw, 65px);
  text-align: center;
}

.popup-center span {
  font-size: min(4.5vw, 40px);
  text-align: center;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 5;
}

/*-----------------------------*/
/*          zakładki           */
/*-----------------------------*/

.taball {
  width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.tablink {
  background-color: transparent;
  color: #f4cccc;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 2rem;
  font-family: Kogucikowe_Alatsi;
  width: 25%;
}

.tablink:hover {
  background-color: #343434;
  cursor: pointer;
}

.tablink:focus,
.tablink.active {
  border-bottom: 2px solid #f4cccc;
  cursor: pointer;
}

.tabcontent {
  color: #f4cccc;
  font-family: Kogucikowe_Alatsi;
  font-size: 2rem;
  display: none;
  cursor: default;
  padding: 40px 20px;
  height: 100%;
  text-align: left;
}

/*-----------------------------*/
/*       tabelka top 100       */
/*-----------------------------*/

table.top-hundred {
  font-family: Kogucikowe_Alatsi, sans-serif;
  background-color: #0e0e0e;
  margin: auto;
  text-align: center;
  border-collapse: collapse;
}

table.top-hundred td,
table.top-hundred th {
  border-top: 2px solid #555555;
  border-bottom: 2px solid #555555;
  border-left: 0px;
  border-right: 0px;
  padding: 5px 2px;
}

table.top-hundred tbody td {
  font-size: min(3vw, 4rem);
  color: #f4cccc;
  vertical-align: middle;
}

table.top-hundred span {
  font-size: min(2vw, 1.8rem);
}

table.top-hundred tbody tr {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(30px);
}

table.top-hundred tbody tr.visible {
  opacity: 1;
  transform: translateY(0);
}

table.top-hundred td:nth-child(1) {
  width: 10%;
}

table.top-hundred td:nth-child(2) {
  width: 12.5%;
  font-size: 1.8rem;
}

table.top-hundred td:nth-child(3) {
  white-space: nowrap;
  text-align: right;
}

table.top-hundred td:nth-child(4) {
  text-align: left;
  padding-left: 0.5%;
}

.top-hundred-img {
  width: 100%;
  min-width: 75px;
  height: auto;
  border-radius: clamp(5px, 1vw, 15px);
  vertical-align: middle;
}

table.top-hundred-rules {
  font-family: Kogucikowe_Alatsi, sans-serif;
  background-color: #0e0e0e;
  width: 100%;
  margin: auto;
  text-align: center;
  border-collapse: collapse;
}

table.top-hundred-rules td,
table.top-hundred-rules th {
  border-top: 2px solid #555555;
  border-bottom: 2px solid #555555;
  border-left: 0px;
  border-right: 0px;
  padding: 5px 2px;
}

table.top-hundred-rules tbody td {
  font-size: min(3.2vw, 4rem);
  color: #f4cccc;
  vertical-align: middle;
}

/*-----------------------------*/
/*        tabelka gear         */
/*-----------------------------*/

table.gear {
  font-family: Kogucikowe_Alatsi, sans-serif;
  background-color: #0e0e0e;
  margin: auto;
  text-align: center;
  border-collapse: collapse;
}

table.gear td,
table.gear th {
  border-top: 2px solid #555555;
  border-bottom: 2px solid #555555;
  border-left: 0px;
  border-right: 0px;
  padding: 5px 2px;
}

table.gear tbody td {
  font-size: min(3vw, 4rem);
  white-space: nowrap;
  color: #f4cccc;
  vertical-align: middle;
}

table.gear span {
  font-size: min(2vw, 1.8rem);
}

table.gear tbody tr {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(30px);
}

table.gear tbody tr.visible {
  opacity: 1;
  transform: translateY(0);
}

table.gear td:nth-child(1) {
  width: 25%;
  min-width: 10%;
}

table.gear td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}

table.gear td:nth-child(3) {
  text-align: left;
}

.gear-img {
  width: 60%;
  min-width: 39px;
  height: auto;
  vertical-align: middle;
  border-radius: clamp(5px, 1vw, 15px);
}

.image-map {
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}

.image-map img {
  width: 100%;
  text-align: center;
}

/*-----------------------------*/
/*      tabelka one piece      */
/*-----------------------------*/

table.one-piece-stats {
  font-family: Kogucikowe_Alatsi, sans-serif;
  background-color: #0e0e0e;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: center;
  border-collapse: collapse;
}

table.one-piece-stats td,
table.one-piece-stats th {
  border-top: 2px solid #555555;
  border-bottom: 2px solid #555555;
  border-left: 0px;
  border-right: 0px;
  padding: 5px 2px;
}

table.one-piece-stats tbody td {
  font-size: 45px;
  color: #f4cccc;
  vertical-align: middle;
  margin-left: 15px;
}

table.one-piece-stats td:nth-child(1) {
  text-align: left;
  font-size: 2.7rem;
}

table.one-piece-stats td:nth-child(2) {
  text-align: center;
  font-size: 5rem;
}

table.one-piece-stats td:nth-child(3) {
  text-align: right;
  font-size: 2rem;
}

/*-----------------------------*/
/*           stopka            */
/*-----------------------------*/

footer {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  bottom: 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
  height: 100px;
  width: 100%;
  user-select: none;
}

/*-----------------------------*/
/*       powrót na górę        */
/*-----------------------------*/

.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s, visibility 0.6s, transform 0.6s;
  display: flex;
  justify-content: center;
}

.back-to-top img {
  width: 50px;
  height: 50px;
  filter: invert(45%);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  object-fit: cover;
}

/*-----------------------------*/
/*         ciasteczka          */
/*-----------------------------*/

.cookie-notification {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 2rem;
  background-color: #484848;
  box-shadow: 0 0 3px 3px #484848;
  color: #f4cccc;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1000;
}

.cookie-notification button {
  background-color: #1c1c1d;
  color: #f4cccc;
  border: none;
  font-family: Kogucikowe_Alatsi;
  font-size: 2rem;
  padding: 5px 10px;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.cookie-notification button:hover {
  background-color: #2b2b2c;
}

/*-----------------------------*/
/*    Kafelki anime i gier     */
/*-----------------------------*/

.latest-tiles-container {
  display: flex;
  justify-content: center;
  aspect-ratio: 7.73 / 1.47;
  flex-wrap: nowrap;
}

.latest-tiles {
  position: relative;
  width: 20%;
  aspect-ratio: 1 / 1.47;
  padding: 0.3%;
  border: 3px solid #0e0e0e;
  border-radius: 8px;
  background-color: #484848;
  transition: width 0.5s ease, aspect-ratio 0.5s ease;
  overflow: hidden;
  display: flex;
}

.anime-tiles-ongoing {
  position: relative;
  width: 100%;
  min-height: 112px;
  padding: 0.3%;
  border: 3px solid #0e0e0e;
  border-radius: 8px;
  background-color: #484848;
  transition: width 0.5s ease, aspect-ratio 0.5s ease;
  overflow: hidden;
  display: flex;
}

.latest-tiles-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(2rem, 2vw, 2.5rem);
  flex-grow: 1;
  opacity: 0;
  white-space: nowrap;
  transition: font-size 0.5s ease, opacity 0.3s ease;
}

.anime-tiles-wrapper-ongoing {
  display: block;
  padding: 2%;
  font-size: clamp(2rem, 2.5vw, 4rem);
  opacity: 1;
  text-align: left;
  transition: none;
}

#anime-tiles-first .latest-tiles-wrapper,
#games-tiles-first .latest-tiles-wrapper {
  opacity: 1;
}

.latest-tiles-wrapper span {
  text-align: right;
  font-size: 0.7em;
}

.anime-tiles-wrapper-ongoing span {
  text-align: right;
  font-size: 0.7em;
}

.latest-tiles-date {
  position: absolute;
  bottom: 1.5%;
  right: 2%;
}

.anime-tiles-wrapper-ongoing .latest-tiles-date {
  text-align: right;
  position: absolute;
  font-size: 0.5em;
  bottom: 1.5%;
  right: 2%;
}

.latest-tiles img {
  height: 100%;
  border-radius: 5px;
}

.anime-tiles-ongoing img {
  height: 100%;
  border-radius: 5px;
}

.latest-tiles-container:not(:hover) #anime-tiles-first,
.latest-tiles-container:not(:hover) #games-tiles-first {
  width: 75%;
  aspect-ratio: 3 / 1.47;
}

.latest-tiles:hover {
  width: 75%;
  aspect-ratio: 3 / 1.47;
  z-index: 1;
}

.latest-tiles:hover .latest-tiles-wrapper {
  opacity: 1;
}

.latest-tiles-container:hover
  #anime-tiles-first:not(:hover)
  .latest-tiles-wrapper,
.latest-tiles-container:hover
  #games-tiles-first:not(:hover)
  .latest-tiles-wrapper {
  opacity: 0;
}

.tooltip {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .latest-tiles-container {
    position: relative;
    display: flex;
    justify-content: center;
    aspect-ratio: 5 / 1.44;
    flex-wrap: nowrap;
    overflow: initial;
  }

  #anime-tiles-container-ongoing {
    display: flex;
    justify-content: center;
    aspect-ratio: 7.73 / 1.47;
    flex-wrap: nowrap;
  }

  .latest-tiles {
    position: relative;
    flex-grow: 1;
    width: 20%;
    aspect-ratio: 1 / 1.47;
    transition: width 0.5s ease, aspect-ratio 0.5s ease;
    overflow: initial;
    z-index: 2;
  }

  #anime-tiles-first,
  #games-tiles-first {
    width: 20%;
  }

  .tooltip {
    position: absolute;
    pointer-events: auto;
    top: calc(115% + 13px);
    left: 50%;
    width: 90%;
    font-size: 3rem;
    transform: translate(-50%, -50%);
    background-color: #484848;
    padding: 10px;
    border-radius: 5px;
    z-index: 2;
    display: none;
  }

  .tooltip span {
    text-align: right;
    font-size: 0.7em;
  }

  .latest-tiles-date {
    position: absolute;
    bottom: 1.5%;
    right: 2%;
  }

  .latest-tiles img {
    height: 100%;
    border-radius: 5px;
  }

  .latest-tiles:hover + .tooltip {
    display: flex;
  }

  .latest-tiles-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 75%;
    margin: 0;
    top: calc(-75% - 15px);
    left: 0;
    background-color: #484848;
    font-size: clamp(0.6rem, 1.5vw, 2rem);
    border-radius: 3px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease;
  }

  .latest-tiles-container:not(:hover) #anime-tiles-first,
  .latest-tiles-container:not(:hover) #games-tiles-first {
    width: 20%;
    aspect-ratio: 1 / 1.47;
  }

  .latest-tiles:hover {
    width: 20%;
    aspect-ratio: 1 / 1.47;
  }

  .latest-tiles:hover .latest-tiles-wrapper {
    opacity: 1;
    transition: opacity 0.5s ease;
  }

  #anime-tiles-first .latest-tiles-wrapper,
  #games-tiles-first .latest-tiles-wrapper {
    opacity: 0;
  }

  #anime-tiles-first:hover .latest-tiles-wrapper,
  #games-tiles-first:hover .latest-tiles-wrapper {
    opacity: 1;
  }

  .tooltip.show-tooltip {
    display: flex;
  }

  #anime-tiles-ongoing .latest-tiles-wrapper,
  #games-tiles-ongoing .latest-tiles-wrapper {
    display: block;
    opacity: 1;
  }

  .mobile-link {
    pointer-events: none;
    cursor: pointer;
  }
}

/*-----------------------------*/
/*         Scrollbary          */
/*-----------------------------*/

/* WebKit (Chrome, Safari, Opera) */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #4c4c4c;
  border-radius: 4px;
}

/* Mozilla Firefox */
::-moz-scrollbar {
  width: 8px;
}

::-moz-scrollbar-track {
  background-color: transparent;
}

::-moz-scrollbar-thumb {
  background-color: #4c4c4c;
  border-radius: 4px;
}

/* Microsoft Edge i Internet Explorer */
::-ms-scrollbar {
  width: 8px;
}

::-ms-scrollbar-track {
  background-color: transparent;
}

::-ms-scrollbar-thumb {
  background-color: #4c4c4c;
  border-radius: 4px;
}

/*-----------------------------*/
/*          Changelog          */
/*-----------------------------*/

.changelog {
  padding: 0 20px;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.changelog-date {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1.7em;
  line-height: 2em;
}

/*-----------------------------*/
/*      strony openingów       */
/*-----------------------------*/

.page-number {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 1000px;
  width: 100%;
  font-size: clamp(2rem, 2vw, 3rem);
  margin: auto;
  margin-bottom: 20px;
}

.page-number-btn {
  all: unset;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  width: 8vw;
  height: 8vw;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  font-family: Kogucikowe_Alatsi;
  color: #f4cccc;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.page-number-btn:hover {
  background-color: #48484a;
}

.active-btn {
  background-color: #48484a;
}

/*-----------------------------*/
/*   szkieletowy placeholder   */
/*-----------------------------*/

.loading-container {
  display: block;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.loading-line {
  height: 9px;
  background-color: #333;
  /* Kolor tła linii */
  margin-bottom: min(20px, 3%);
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  animation: changeColor 4s infinite alternate;
  /* Dodajemy animację zmiany koloru tła */
}

.shine-bar {
  position: absolute;
  top: 0;
  left: -50%;
  width: calc(10% + 50px);
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0)
  );
  animation: moveShine 2s infinite;
}

.loading-line-1 {
  width: 75%;
}

.loading-line-2 {
  width: 100%;
}

.loading-line-3 {
  width: 85%;
}

.loading-spacer {
  height: 11px;
}

@keyframes moveShine {
  0% {
    left: -50%;
  }

  50% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

.expand-medal {
  position: absolute;
  top: 50%;
  right: 50px;
  height: 75%;
  transform: translateY(-50%);
  transition: transform 0.5s ease-in-out;
}

.op-artist {
  font-size: 0.6em;
}

@keyframes changeColor {
  0% {
    background-color: #333;
    /* Początkowy kolor tła */
  }

  50% {
    background-color: #666;
    /* Połowiczny kolor tła */
  }

  100% {
    background-color: #333;
    /* Powrót do początkowego koloru tła */
  }
}
