/*<--[ ROOT ]-->*/

:root {
  --root: 255, 15, 0;
  --root-XCB: 0, 0, 0;
  --root-XCW: 255, 255, 255;
  --root-S: 10px;
  --root-XS: 15px;
  --root-FS: 12px;
  --root-FN: 13.8px;
  --root-FB: 14px;
  --root-FM: 16px;
  --root-FWS: 400;
  --root-FWN: 500;
  --root-FWB: 600;
  --root-FWM: 700;
  
  --root-T: 255, 255, 255;
  --root-OL: 77, 77, 77;
  --root-SG: 51, 51, 51;
  --root-FG: 26, 26, 26;
  --root-BG: 0, 0, 0;
}

* {
  margin: 0;
  padding: 0;
  color: rgb(var(--root-T));
  font-family: 'Roboto Flex', sans-serif;
  box-sizing: border-box;
  image-rendering: smooth;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::placeholder {
  color: rgba(var(--root-T), 0.65);
}

body {
  overflow: auto;
  min-width: 330px;
  background: rgb(var(--root-BG));
}

a {
  text-decoration: none
}

/*<--[ HEADER ]-->*/

header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(var(--root-FG));
}

.AH10000000 {
  width: 100%;
  max-width: 1380px;
  padding: var(--root-S);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AH10000000 .AH11000000 {
  border: 0;
  outline: 0;
  width: 40px;
  height: 40px;
  background: none;
}

.AH10000000 .AH11000000 svg {
  width: 24px;
  height: 24px;
}

.AH10000000 .AH12000000 {
  width: auto;
  height: 40px;
}

.AH10000000 .AH12000000 svg {
  width: auto;
  height: 100%;
  transition: transform 0.3s ease;
}

.AH10000000 .AH12000000 svg:hover {
  transform: scale(1.05);
}

.AH10000000 .AH13000000 {
  border: 0;
  outline: 0;
  width: 40px;
  height: 40px;
  background: none;
}

.AH10000000 .AH13000000 svg {
  width: 24px;
  height: 24px;
}

/*<--[ MAIN ]-->*/

main {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.AM10000000 {
  padding: var(--root-S);
  width: 100%;
  max-width: 1380px;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

/*<--[ SECTION ]-->*/

section {
  margin-bottom: var(--root-S);
}

section:last-child {
  margin-bottom: 0;
}


/*<--[ AOLD ]-->*/

.AO10000000 {
  border: 0;
  outline: 0;
}

.AO10000000 .AO11000000 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--root-S);
}

.AO10000000 .AO11000000 .AO11100000 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.AO10000000 .AO11000000 .AO11100000 svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.AO10000000 .AO11000000 .AO11100000 svg path {
  color: rgb(var(--root-XCW));
}

.AO10000000 .AO11000000 .AO11100000 h1 {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  color: rgb(var(--root-T));
}

.AO10000000 .AO11000000 .AO11200000 {
  display: flex;
  align-items: center;
}

.AO10000000 .AO11000000 .AO11200000 svg {
  width: 24px;
  height: 24px;
}

.AO10000000 .AO11000000 .AO11200000 svg path {
  color: rgb(var(--root-T));
}

.AO10000000 .AO12000000 {
  display: grid;
  grid-gap: var(--root-S);
  grid-row-gap: var(--root-S);
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  animation: 150ms AO12000000;
}

@keyframes AO12000000 {
  0% {
    opacity: 0;
    transform: translateY(-(var(--root-S)));
  }
  
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.AO10000000 .AO12000000 .AO12100000 {
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  transition: transform 250ms, opacity 250ms
}

.AO10000000 .AO12000000 .AO12100000 .AO12110000 {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  padding-bottom: 56.25%;
  /*    border: 1px solid rgb(var(--root-OL));*/
}

.AO10000000 .AO12000000 .AO12100000 .AO12110000 img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.AO10000000 .AO12000000 .AO12100000 .AO12110000 img.blur {
  filter: blur(10px)
}

br {
  display: none;
}

.AO10000000 .AO12000000 .AO12100000 .AO12110000 .AO12111000 {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  margin: 10px;
  padding: 5px;
  border-radius: 3px;
  color: rgb(var(--root-T));
  background: rgba(0, 0, 0, .75);
  bottom: 0;
  right: 0
}

.AO10000000 .AO12000000 .AO12100000 .AO12120000 {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: rgba(var(--root-T))
}

.AO10000000 .AO12000000 .AO12100000 .AO12130000 {
  display: flex
}

.AO10000000 .AO12000000 .AO12100000 .AO12130000 .AO12131000 {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  border-radius: 50%;
}

.AO10000000 .AO12000000 .AO12100000 .AO12130000 .AO12131000 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.AO10000000 .AO12000000 .AO12100000 .AO12130000 .AO12132000 {
  overflow-x: auto;
}

.AO10000000 .AO12000000 .AO12100000 .AO12130000 .AO12132000 .AO12132100 {
  overflow: hidden;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(var(--root));
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.AO10000000 .AO12000000 .AO12100000 .AO12130000 .AO12132000 .AO12132200 {
  font-size: 12px;
  font-weight: 500;
  color: rgb(var(--root-T))
}

.abbreviate {
  color: inherit;
  display: inline-block
}

time {
  color: inherit
}

/*<--[ WATCH ]-->*/

.AW10000000 {
  outline: 0;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  /*border: 1px solid rgb(var(--root-OL));*/
  background: rgb(var(--root-FG));
}

.AW10000000 .AW11000000 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
  border-radius: 5px;
  /*border-bottom: 1px solid rgb(var(--root-OL));*/
  background: rgb(var(--root-BG));
}

.AW10000000 .AW11000000 iframe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(var(--root-BG));
}

.AW20000000 {
  outline: 0;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  padding: var(--root-S);
  /* border: 1px solid rgb(var(--root-OL));*/
  background: rgb(var(--root-FG));
}

.AW20000000 .AW21000000 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--root-S);
  font-size: var(--root-FB);
  font-weight: var(--root-FWB);
  color: rgb(var(--root));
  text-transform: uppercase;
}

.AW20000000 .AW22000000 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--root-FB);
  font-weight: var(--root-FWB);
  color: rgb(var(--root-T));
  text-transform: uppercase;
  margin-bottom: var(--root-S);
}

.AW20000000 .AW23000000 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--root-S);
}

.AW20000000 .AW23000000 .AW23100000 {
  outline: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: rgb(var(--root-T));
  background: rgb(var(--root-SG));
  /*border: 1px solid rgb(var(--root-OL));*/
}

.AW20000000 .AW23000000 .AW23100000 svg {
  width: 16px;
  height: 16px;
}

.AW20000000 .AW23000000 .AW23100000 svg path {
  color: rgb(var(--root-T));
}

/*<--[ FOOTER ]-->*/

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(var(--root-FG));
  border-top: 1px solid rgba(var(--root-OL));
}

.AF10000000 {
  width: 100%;
  max-width: 1380px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--root-S);
  padding: var(--root-S);
}

.AF10000000 .AF11000000 {
  width: auto;
  height: 40px;
  transition: transform var(--transition);
}

.AF10000000 .AF11000000 svg {
  width: auto;
  height: 40px;
  transition: transform var(--transition);
}

.AF10000000 .AF11000000 svg:hover {
  transform: scale(1.05);
}

.AF10000000 .AF12000000 p {
  font-size: 0.85rem;
  margin: var(--root-S) 0;
  color: rgba(var(--root-T));
}

.AF10000000 .AF13000000 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--root-S);
}

.AF10000000 .AF13000000 a {
  color: var(--gray-text);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color var(--transition);
}

.AF10000000 .AF13000000 a:hover {
  color: var(--white);
}

:root {
  --red: #d32f2f;
  --dark-red: #b71c1c;
  --dark-bg: #1f1f1f;
  --surface-bg: #2a2a2a;
  --white: #ffffff;
  --gray-text: #aaa;
  --light-text: #f1f1f1;
  --color-accent: var(--red);
  --color-accent-hover: var(--dark-red);
  --color-bg: var(--dark-bg);
  --color-surface: var(--surface-bg);
  --color-text: var(--light-text);
  --color-muted: var(--gray-text);
  --radius: 10px;
  --transition: 0.3s ease;
}

.age-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.age-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.age-modal {
  background: #1e1e1e;
  color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  transform: translateY(-20px);
  opacity: 0;
  animation: modalFadeIn 0.5s forwards;
}

.age-image {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
}


@keyframes modalFadeIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.age-modal h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #d32f2f;
}

.age-modal p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.age-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.age-buttons .btn {
  flex: 1 1 120px;
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.back-btn {
  background: #444;
  color: #fff;
}

.back-btn:hover {
  background: #222;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.confirm-btn {
  background: #d32f2f;
  color: #fff;
}

.confirm-btn:hover {
  background: #b71c1c;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* MOBILE-FIRST RESPONSIVE */
@media (max-width: 480px) {
  .age-modal h2 {
    font-size: 1.3rem;
  }
  
  .age-modal p {
    font-size: 0.95rem;
  }
}


/* AZProgress */
.azprogress-busy {
  cursor: wait !important;
}

/* Make clicks pass-through */
#azprogress {
  pointer-events: none;
}

#azprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#azprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#azprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#azprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: azprogress-spinner 400ms linear infinite;
  animation: azprogress-spinner 400ms linear infinite;
}

.azprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.azprogress-custom-parent #azprogress .spinner,
.azprogress-custom-parent #azprogress .bar {
  position: absolute;
}

@-webkit-keyframes azprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes azprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

/* Prebuilt Transitions */

/* Fade In */
.AZ-FADE-IN {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

/* Fade Out */
.AZ-FADE-OUT {
  animation: fadeOut 0.5s ease-in-out;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  
  to {
    opacity: 0;
  }
}

/* Slide In Bottom */
.AZ-SLIDE-IN-BOTTOM {
  animation: slideInBottom 0.5s ease-in-out;
}

@keyframes slideInBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Slide Out Top */
.AZ-SLIDE-OUT-TOP {
  animation: slideOutTop 0.5s ease-in-out;
}

@keyframes slideOutTop {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}