@font-face {
  font-family: f;
  src: url("../media/fonts/KGRedHands.ttf");
}
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #038cd0bb;
  /* Darker gray handle */
  border-radius: 6px;
  /* Rounded corners */
}

body {
  user-select: none;
  width: 100%;
  left: 0;
  top: 0;
  font-family: f;
  font-style: normal;
  padding: 0;
  margin: 0;
}

.verification-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 20px auto;
  max-width: 600px;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

header {
  width: 100%;
  height: 110px;
  background: #fff;
  position: absolute;
  z-index: 99999;
  border-bottom: 5px solid #038bd0;
  top: 0;
}
header #desktop-header {
  width: 95%;
  height: 100%;
  max-width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #desktop-header > a {
  height: 90%;
  display: flex;
  align-items: center;
}
header #desktop-header #logo {
  height: 100%;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}
header #desktop-header #logo:hover {
  transform: scale(1.03);
}
header #desktop-header #desktop-navigation ul {
  display: flex;
  list-style: none;
  padding: 0;
}
header #desktop-header #desktop-navigation ul li {
  margin: 0 1.2vw;
}
header #desktop-header #desktop-navigation ul li a {
  color: black;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 1px;
  opacity: 0.9;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
header #desktop-header #desktop-navigation ul li a:hover {
  opacity: 0.8;
  color: #038bd0;
}
header #desktop-header #desktop-navigation ul li a.active {
  color: #038bd0;
  opacity: 1;
  font-weight: bold;
}
header #desktop-header #header-btns {
  display: flex;
  align-items: center;
  gap: 1vw;
}
header #desktop-header #header-btns #join-btn {
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
header #desktop-header #header-btns #join-btn img#star-icon {
  position: absolute;
  width: 30px;
  transform: translateX(-65%) translateY(-30%);
}
header #desktop-header #header-btns #join-btn:hover {
  transform: scale(1.1);
}
header #desktop-header #header-btns #premium-icon {
  display: flex;
}
header #desktop-header #header-btns #premium-icon p {
  color: #038bd0;
  font-family: f;
  font-size: 20px;
}
header #desktop-header #header-btns #premium-icon img {
  width: 25px;
  height: 25px;
}
header #desktop-header #header-btns #settings-btn {
  position: relative;
}
header #desktop-header #header-btns #settings-btn img {
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}
header #desktop-header #header-btns #settings-btn:hover img {
  transform: scale(1.1);
}
header #desktop-header #header-btns #settings-btn #settings-dropdown {
  background: #038bd0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  color: white;
}
header #desktop-header #header-btns #settings-btn #settings-dropdown p {
  margin: 10px 0;
  font-size: 14px;
  text-wrap: nowrap;
  overflow: hidden;
}
header #desktop-header #header-btns #settings-btn #settings-dropdown p span {
  color: gold;
}
header #desktop-header #header-btns #settings-btn #settings-dropdown hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 10px 0;
}
header #desktop-header #header-btns #settings-btn #settings-dropdown button {
  background: #fff;
  color: #038bd0;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  font-family: f;
}
header #desktop-header #header-btns #settings-btn #settings-dropdown button:hover {
  background: #ffffffe0;
}
header #desktop-header #header-btns #settings-btn:hover #settings-dropdown {
  display: flex;
}
header #login-btn {
  cursor: pointer;
  background: url("../media/images/text-container-2.png");
  background-size: cover;
  width: 140px;
  height: 70px;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
header #login-btn a {
  position: relative;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 27px;
  margin-top: -5px;
}
header #login-btn:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}
header #login-btn:active {
  transform: scale(0.97);
  opacity: 0.95;
}

main {
  width: 100%;
  height: calc(100vh - 110px);
  background: url("../media/images/background-motif.png"), #fff;
  background-size: cover;
  margin: 0;
  padding: 0;
  position: relative;
  padding-top: 0px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  overflow: hidden;
  margin-top: 110px;
}
main .respo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center top;
  padding: 30px;
}
main #home-section, main #add-characters-section, main #videos-section, main #add-videos-section {
  width: 1200px;
  height: auto;
  position: absolute;
  margin-top: 0px;
  top: 0;
}
main #characters-section {
  width: 1200px;
  height: auto;
  position: relative;
  margin: 0 auto;
  top: auto;
  left: auto;
  transform: none;
}
main #home-section h1:not(.page-title):not(.characters-title), main #characters-section h1:not(.page-title):not(.characters-title), main #add-characters-section h1:not(.page-title):not(.characters-title), main #videos-section h1:not(.page-title):not(.characters-title), main #add-videos-section h1:not(.page-title):not(.characters-title) {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
main #home-section .welcome-text {
  text-align: center;
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 15px auto;
  line-height: 1.6;
  font-family: f;
}
main #home-section .welcome-text.have-fun {
  font-size: 22px;
  font-weight: bold;
  color: #038bd0;
  margin-top: 10px;
  margin-bottom: 30px;
}

#carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
  gap: 15px;
}

.carousel-arrow {
  background: #038bd0;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.carousel-arrow:hover {
  background: #026a9e;
  transform: scale(1.1);
}

#home-characters {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: 600px;
  flex-shrink: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#home-characters::-webkit-scrollbar {
  display: none;
}

.epic-text {
  text-align: center;
  font-size: 28px;
  color: #038bd0;
  font-family: f;
  margin: 20px 0 10px;
}

a.create-btn-home {
  display: block !important;
  margin: 0 auto 30px !important;
  background: #038bd0;
  color: white;
  border: none;
  padding: 15px 60px !important;
  border-radius: 10px;
  font-size: 24px;
  font-family: f;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
  border: 3px solid #026a9e;
  box-shadow: 0 4px 0 #026a9e, 0 6px 10px rgba(0,0,0,0.2);
  width: 200px !important;
  max-width: 200px !important;
}

.create-btn-home:hover {
  background: #0299e6;
  transform: translateY(-2px);
}

.create-btn-home:active {
  box-shadow: 0 2px 0 #026a9e;
  transform: translateY(2px);
}

#home-characters .home-character {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  width: 120px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#home-characters .home-character:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(3, 139, 208, 0.3);
}

#home-characters .home-character img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

#home-characters .home-character p {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #038bd0;
  font-family: f;
}

#home-characters .home-character.view-all {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#home-characters .home-character.view-all .view-all-icon {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  background: #e6f4fa;
  border: 3px dashed #038bd0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #038bd0;
  font-weight: bold;
}

main #home-section h2, main #characters-section h2, main #add-characters-section h2, main #videos-section h2, main #add-videos-section h2 {
  width: auto;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
}
main #home-section #hr, main #characters-section #hr, main #add-characters-section #hr, main #videos-section #hr, main #add-videos-section #hr {
  width: 80px;
  max-width: 80px;
  background: linear-gradient(90deg, #038bd0, #0066a0);
  margin-top: 7px;
  position: relative;
  height: 3px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}
main #home-section #home-videos, main #characters-section #home-videos, main #add-characters-section #home-videos, main #videos-section #home-videos, main #add-videos-section #home-videos {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
main #home-section #home-videos #home-videos-arrow-left, main #home-section #home-videos #home-videos-arrow-right, main #characters-section #home-videos #home-videos-arrow-left, main #characters-section #home-videos #home-videos-arrow-right, main #add-characters-section #home-videos #home-videos-arrow-left, main #add-characters-section #home-videos #home-videos-arrow-right, main #videos-section #home-videos #home-videos-arrow-left, main #videos-section #home-videos #home-videos-arrow-right, main #add-videos-section #home-videos #home-videos-arrow-left, main #add-videos-section #home-videos #home-videos-arrow-right {
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  transform: translate(-50%, -50%) rotateY(180deg);
  cursor: pointer;
}
main #home-section #home-videos #home-videos-arrow-left img, main #home-section #home-videos #home-videos-arrow-right img, main #characters-section #home-videos #home-videos-arrow-left img, main #characters-section #home-videos #home-videos-arrow-right img, main #add-characters-section #home-videos #home-videos-arrow-left img, main #add-characters-section #home-videos #home-videos-arrow-right img, main #videos-section #home-videos #home-videos-arrow-left img, main #videos-section #home-videos #home-videos-arrow-right img, main #add-videos-section #home-videos #home-videos-arrow-left img, main #add-videos-section #home-videos #home-videos-arrow-right img {
  width: 100%;
  border-radius: 100px;
  transition: 0.5s;
}
main #home-section #home-videos #home-videos-arrow-left:hover img, main #home-section #home-videos #home-videos-arrow-right:hover img, main #characters-section #home-videos #home-videos-arrow-left:hover img, main #characters-section #home-videos #home-videos-arrow-right:hover img, main #add-characters-section #home-videos #home-videos-arrow-left:hover img, main #add-characters-section #home-videos #home-videos-arrow-right:hover img, main #videos-section #home-videos #home-videos-arrow-left:hover img, main #videos-section #home-videos #home-videos-arrow-right:hover img, main #add-videos-section #home-videos #home-videos-arrow-left:hover img, main #add-videos-section #home-videos #home-videos-arrow-right:hover img {
  background: #038cd01f;
  transform: rotate(360deg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.219);
}
main #home-section #home-videos #home-videos-arrow-right, main #characters-section #home-videos #home-videos-arrow-right, main #add-characters-section #home-videos #home-videos-arrow-right, main #videos-section #home-videos #home-videos-arrow-right, main #add-videos-section #home-videos #home-videos-arrow-right {
  transform: translate(-50%, -50%);
  left: 100%;
}
main #home-section #home-videos #home-video-list, main #characters-section #home-videos #home-video-list, main #add-characters-section #home-videos #home-video-list, main #videos-section #home-videos #home-video-list, main #add-videos-section #home-videos #home-video-list {
  display: flex;
  width: 95%;
  margin-left: 2.5%;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: center;
}
main #home-section #home-videos .home-video, main #characters-section #home-videos .home-video, main #add-characters-section #home-videos .home-video, main #videos-section #home-videos .home-video, main #add-videos-section #home-videos .home-video {
  margin: 15px;
  min-width: 350px;
  width: 350px;
  position: relative;
  cursor: pointer;
}
main #home-section #home-videos .home-video div, main #characters-section #home-videos .home-video div, main #add-characters-section #home-videos .home-video div, main #videos-section #home-videos .home-video div, main #add-videos-section #home-videos .home-video div {
  width: 190px;
  height: 100px;
  background: url("../media/images/play-video-button.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
main #home-section #home-videos .home-video img, main #characters-section #home-videos .home-video img, main #add-characters-section #home-videos .home-video img, main #videos-section #home-videos .home-video img, main #add-videos-section #home-videos .home-video img {
  width: 100%;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.199);
  transition: 0.2s;
}
main #home-section #home-videos .home-video:hover img, main #characters-section #home-videos .home-video:hover img, main #add-characters-section #home-videos .home-video:hover img, main #videos-section #home-videos .home-video:hover img, main #add-videos-section #home-videos .home-video:hover img {
  background: rgba(0, 0, 0, 0.76);
}
main #home-section #home-videos .home-video:hover div, main #characters-section #home-videos .home-video:hover div, main #add-characters-section #home-videos .home-video:hover div, main #videos-section #home-videos .home-video:hover div, main #add-videos-section #home-videos .home-video:hover div {
  transform: translate(-50%, -50%) scale(1.05);
}
main #home-section #categories, main #characters-section #categories, main #add-characters-section #categories, main #videos-section #categories, main #add-videos-section #categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 30px;
}
main #home-section #categories .character, main #characters-section #categories .character, main #add-characters-section #categories .character, main #videos-section #categories .character, main #add-videos-section #categories .character {
  margin: 20px;
  width: 200px;
  height: 250px;
  cursor: pointer;
}
main #home-section #categories .character img, main #characters-section #categories .character img, main #add-characters-section #categories .character img, main #videos-section #categories .character img, main #add-videos-section #categories .character img {
  max-width: 100%;
  max-height: 100%;
  background: #038bd0;
  border: 3px solid #038cd06e;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.199);
  transition: 0.2s;
}
main #home-section #categories .character p, main #characters-section #categories .character p, main #add-characters-section #categories .character p, main #videos-section #categories .character p, main #add-videos-section #categories .character p {
  text-align: center;
  margin: 0;
  margin-top: 10px;
  font-family: f;
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
  text-wrap: nowrap;
  overflow: hidden;
}
main #home-section #categories .character:hover img, main #characters-section #categories .character:hover img, main #add-characters-section #categories .character:hover img, main #videos-section #categories .character:hover img, main #add-videos-section #categories .character:hover img {
  background: #000;
}
main #home-section #categories .category, main #characters-section #categories .category, main #add-characters-section #categories .category, main #videos-section #categories .category, main #add-videos-section #categories .category {
  margin: 10px 25px;
  width: 150px;
  height: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
}
main #home-section #categories .category img, main #characters-section #categories .category img, main #add-characters-section #categories .category img, main #videos-section #categories .category img, main #add-videos-section #categories .category img {
  width: 100%;
  transition: 0.2s;
}
main #home-section #categories .category p, main #characters-section #categories .category p, main #add-characters-section #categories .category p, main #videos-section #categories .category p, main #add-videos-section #categories .category p {
  text-align: center;
  margin: 0;
  margin-top: 10px;
  transition: 0.2s;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding: 0;
  letter-spacing: 0.5px;
  height: 32px;
  overflow: hidden;
  /* Hides content that overflows */
  display: -webkit-box;
  /* Enables the use of the line-clamp property */
  -webkit-line-clamp: 2;
  /* Limits the text to 2 lines */
  -webkit-box-orient: vertical;
  /* Specifies vertical box orientation for line-clamp */
  text-overflow: ellipsis;
  /* Adds the ellipsis (...) at the end of the visible text */
}
main #home-section #categories .category div, main #characters-section #categories .category div, main #add-characters-section #categories .category div, main #videos-section #categories .category div, main #add-videos-section #categories .category div {
  border-top-left-radius: 35% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom-right-radius: 50% 60%;
  border-bottom-left-radius: 45% 60%;
  width: 70px;
  height: 74px;
  transform: scale(0.95);
  position: absolute;
  left: 20%;
  top: 18%;
}
main #home-section #categories .category:hover img:nth-child(1), main #characters-section #categories .category:hover img:nth-child(1), main #add-characters-section #categories .category:hover img:nth-child(1), main #videos-section #categories .category:hover img:nth-child(1), main #add-videos-section #categories .category:hover img:nth-child(1) {
  transform: scale(0.98);
  opacity: 0.9;
}
main #home-section #categories #show-more-videos, main #characters-section #categories #show-more-videos, main #add-characters-section #categories #show-more-videos, main #videos-section #categories #show-more-videos, main #add-videos-section #categories #show-more-videos {
  width: 100px;
  height: 100px;
}

h1.page-title,
h1.characters-title {
  text-align: center;
  font-size: 28px !important;
  font-weight: bold !important;
  font-style: normal !important;
  color: #038bd0 !important;
  font-family: f !important;
  margin: 20px 0 5px !important;
  min-height: auto;
  display: block !important;
  position: static !important;
  left: auto !important;
  transform: none !important;
}

h1.page-title #hr,
h1.characters-title #hr {
  width: 80px !important;
  max-width: 80px !important;
  height: 3px !important;
  background: linear-gradient(90deg, #038bd0, #0066a0) !important;
  margin: 8px auto 0 !important;
  border-radius: 2px;
  position: static !important;
  left: auto !important;
  transform: none !important;
}

#characters-section.respo-content {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  padding-top: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

main:has(#characters-section) {
  overflow: visible;
  height: auto;
  min-height: calc(100vh - 110px);
}

.characters-subtitle {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin: 0 auto 20px;
  max-width: 600px;
  font-family: f;
}

#characters-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 20px 0;
  max-width: 100%;
}

#characters-grid .character-card {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#characters-grid .character-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(3, 139, 208, 0.3);
}

#characters-grid .character-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-height: 280px;
  object-fit: cover;
  background: linear-gradient(135deg, #e6f4fa 0%, #cce9f6 100%);
  min-height: 150px;
}

#characters-grid .character-card p {
  margin: 12px 0 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #038bd0;
  font-family: f;
}

@media screen and (max-width: 768px) {
  #characters-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    padding: 15px 5px;
  }
  
  #characters-grid .character-card {
    padding: 10px;
  }
  
  #characters-grid .character-card img {
    max-height: 200px;
  }
  
  #characters-grid .character-card p {
    font-size: 18px;
  }
}

main #preview-videos-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  height: auto;
  width: 900px;
  margin-top: 40px;
  padding-bottom: 40px;
}
main #preview-videos-section #preview-video {
  height: 500px;
  position: relative;
  overflow: hidden;
  border: 3px solid #038bd0;
  border-radius: 15px;
  background: #038bd0;
}
main #preview-videos-section #preview-video video {
  height: 100%;
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.144);
}
main #preview-videos-section #preview-video #play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999999;
  cursor: pointer;
  transition: 0.2s;
}
main #preview-videos-section #preview-video #play-btn img {
  animation: simpleScale 1.5s infinite;
}
main #preview-videos-section #preview-video #play-btn:hover {
  filter: brightness(1.06);
}
main #preview-videos-section #preview-video #text-placement {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
main #preview-videos-section #preview-video #text-placement p {
  margin: 0;
  overflow: hidden;
  text-wrap: wrap;
  display: inline-block;
  text-shadow: 2px 2px 0 white, -2px -2px 0 white, -2px 2px 0 white, 2px -2px 0 white;
}
main #preview-videos-section #video-info {
  width: 50%;
  height: auto;
}
main #preview-videos-section #video-info #video-description {
  width: 100%;
  height: auto;
  min-height: 80px;
  background: white;
  border: 4px solid #038bd0;
  border-radius: 30px;
  background-size: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-bottom: 8px solid #038bd0;
  padding: 15px;
  margin-top: 15px;
  overflow: hidden;
}
main #preview-videos-section #video-info #video-link {
  width: 100%;
  text-align: center;
  padding: 0 20px;
  color: #038bd0;
  user-select: text;
  font-size: 15px;
}
main #preview-videos-section #video-info div {
  margin-top: 15px;
  margin-left: 40px;
  position: relative;
}
main #preview-videos-section #video-info div p {
  position: absolute;
  margin-top: -10px;
  width: 100%;
  text-align: center;
  color: #038bd0;
}
main #preview-videos-section #video-info div hr {
  width: 100%;
}
main #preview-videos-section #video-info button {
  width: 220px;
  height: 55px;
  background: url("../media/images/text-container-3.png");
  background-size: cover;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  border: none;
  outline: none;
  color: #038bd0;
  font-size: 22px;
  letter-spacing: 1px;
  font-family: f;
  text-transform: uppercase;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 15px auto;
  position: relative;
}
main #preview-videos-section #video-info button:hover {
  transform: scale(0.98);
  opacity: 0.9;
}
main #characters-section #categories {
  justify-content: left;
  padding-left: 5px;
  max-height: 700px;
  min-height: 500px;
  overflow: hidden;
  overflow-y: scroll;
  width: 1220px;
}
main #characters-section #categories .category {
  width: 150px;
  margin: 30px 24px;
  margin-bottom: 0;
  cursor: default;
  height: 200px;
}
main #characters-section #categories .category svg {
  position: absolute;
  color: darkred;
  width: 25px;
  height: 25px;
  left: 100%;
  transform: translateX(-100%);
  margin: -10px 10px;
  cursor: pointer;
}
main #characters-section #categories .category svg:hover {
  opacity: 0.8;
}
main #characters-section #categories .new-face {
  cursor: pointer;
}
main #characters-section #categories .new-face img {
  height: 150px;
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
main #characters-section #categories-arrow {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  margin-top: 20px;
  cursor: pointer;
}
main #characters-section #categories-arrow img {
  width: 100%;
  transform: rotate(90deg);
  transition: 0.5s;
  border-radius: 100px;
}
main #characters-section #categories-arrow:hover img {
  background: #038cd01f;
  transform: rotate(-270deg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.219);
}
main #add-characters-section {
  padding-bottom: 50px;
}
main #add-characters-section #new-characters {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 50px;
}
main #add-characters-section #new-characters #preview-character {
  width: 30%;
  height: 570px;
  background: url("../media/images/characters/preview.png");
  background-size: cover;
}
main #add-characters-section #new-characters #preview-character #face-placement {
  width: 45%;
  height: 31%;
  background: #e00c0cbd;
  position: relative;
  left: 50%;
  top: 29%;
  transform: translateX(-50%);
  border-top-left-radius: 40% 40%;
  border-top-right-radius: 50% 45%;
  border-bottom-right-radius: 50% 60%;
  border-bottom-left-radius: 45%;
  background: #333333;
  overflow: hidden;
}
main #add-characters-section #new-characters #preview-character #face-placement div {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
main #add-characters-section #new-characters #preview-character #face-placement img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
}
main #add-characters-section #new-characters #add-faces {
  width: 50%;
  margin-top: -10px;
}
main #add-characters-section #new-characters #add-faces h2 {
  color: #038bd0;
  font-size: 30px;
  letter-spacing: 2px;
}
main #add-characters-section #new-characters #add-faces h2 #hr {
  background: #038bd0;
}
main #add-characters-section #new-characters #add-faces #faces-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main #add-characters-section #new-characters #add-faces #faces-list .face {
  width: 130px;
  height: 150px;
  background: url("../media/images/new-face.png");
  background-size: cover;
  margin: 20px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
main #add-characters-section #new-characters #add-faces #faces-list .face input {
  width: 90%;
  font-size: 15px;
  padding: 3px 5px;
  position: absolute;
  top: 100%;
  transform: translateY(-120%);
  outline: none;
  border: 1px solid #038bd0;
  border-radius: 5px;
  text-align: center;
}
main #add-characters-section #new-characters #add-faces #faces-list .face #face-preview {
  width: 100%;
  height: 100%;
  border-top-left-radius: 45% 40%;
  border-top-right-radius: 45% 40%;
  border-bottom-right-radius: 55% 80%;
  border-bottom-left-radius: 55% 80%;
}
main #add-characters-section #new-characters #add-faces #faces-list .face .delete-face {
  width: 20px;
  height: 20px;
  position: absolute;
  margin: -3px;
  color: #038bd0;
}
main #add-characters-section #new-characters #add-faces #faces-list .face:hover {
  filter: brightness(1.1);
}
main #add-characters-section #new-characters #add-faces #faces-list .added #face-preview {
  border: 2px solid #038bd0;
}
main #add-characters-section #new-characters #add-faces #faces-list .added:hover {
  filter: none;
}
main #add-characters-section #new-characters #add-faces #save-btn {
  width: 250px;
  height: 67px;
  background: url("../media/images/text-container-3.png");
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 25px;
}
main #add-characters-section #new-characters #add-faces #save-btn p {
  color: #038bd0;
  font-size: 28px;
  letter-spacing: 2px;
}
main #add-characters-section #new-characters #add-faces #save-btn:hover {
  transform: translateX(-50%) scale(0.98);
  opacity: 0.9;
}
main #add-videos-section #faces-list-area {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999999;
  backdrop-filter: blur(5px);
  display: none;
}
main #add-videos-section #faces-list-area #face-list-no-overflow {
  background: #000;
  height: 500px;
  width: 700px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  position: absolute;
}
main #add-videos-section #faces-list-area #face-list-no-overflow #close-btn {
  width: 60px;
  left: 100%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.2s;
  z-index: 2;
}
main #add-videos-section #faces-list-area #face-list-no-overflow #close-btn:hover {
  filter: brightness(1.2);
}
main #add-videos-section #faces-list-area #face-list-no-overflow #close-btn:active {
  transform: translate(-30%, -70%) scale(0.95);
  opacity: 0.95;
}
main #add-videos-section #faces-list-area #faces-list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 0px;
  position: absolute;
  background: white;
  border: 8px solid #038bd0;
  border-radius: 50px;
  background-size: cover;
  box-shadow: 0 0 30px black;
  border-bottom: 20px solid #038bd0;
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 20px;
  width: 700px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main #add-videos-section #faces-list-area #faces-list .category {
  margin: 10px;
  width: 150px;
  height: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
}
main #add-videos-section #faces-list-area #faces-list .category img {
  width: 100%;
  transition: 0.2s;
}
main #add-videos-section #faces-list-area #faces-list .category p {
  text-align: center;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
main #add-videos-section #faces-list-area #faces-list .category div {
  border-top-left-radius: 35% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom-right-radius: 50% 60%;
  border-bottom-left-radius: 45% 60%;
  width: 70px;
  height: 74px;
  transform: scale(0.95);
  position: absolute;
  left: 20%;
  top: 18%;
}
main #add-videos-section #faces-list-area #faces-list .category:hover img:nth-child(1) {
  transform: scale(0.98);
  opacity: 0.9;
}
main #add-videos-section #faces-list-area #faces-list #no-faces {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  margin: 0;
  opacity: 0.6;
  width: 100%;
}
main #add-videos-section #add-videos-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 520px;
  margin-top: 15px;
  width: 100%;
  position: relative;
}
main #add-videos-section #add-videos-content #character-switch {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 100%;
  transform: translateY(-100%);
  padding: 10px 0;
  background: #038cd0d7;
  border-top: 3px solid white;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.342);
  z-index: 99;
}
main #add-videos-section #add-videos-content #character-switch .character-btn {
  width: 79px;
  height: 50px;
  cursor: pointer;
  margin: 0 5px;
}
main #add-videos-section #add-videos-content #character-switch .character-btn img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
}
main #add-videos-section #add-videos-content #character-switch .character-btn:hover {
  transform: scale(0.95);
}
main #add-videos-section #add-videos-content #preview-video {
  height: 520px;
  position: relative;
  overflow: hidden;
  border: 3px solid #038bd0;
  border-radius: 15px;
  background: #fff;
  width: 290px;
  min-width: 250px;
}
main #add-videos-section #add-videos-content #preview-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.144);
}
main #add-videos-section #add-videos-content #preview-video #intro-video {
  transform: scale(1.15);
  object-fit: cover;
}
main #add-videos-section #add-videos-content #preview-video #text-placement {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  text-align: center;
  pointer-events: none;
  z-index: 100;
}
main #add-videos-section #add-videos-content #preview-video #text-placement p,
main #add-videos-section #add-videos-content #preview-video #text-placement #custom-text {
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.2;
  text-shadow: 3px 3px 0 white, -3px -3px 0 white, -3px 3px 0 white, 3px -3px 0 white;
}
main #add-videos-section #add-videos-content #preview-video #mouse-updates {
  z-index: 999999;
  position: absolute;
  border: 1px dashed #038bd0;
  pointer-events: none;
  /* We'll turn on pointer events for children so the corners & move handle can be grabbed */
  /* corners */
  /* middle drag handle */
}
main #add-videos-section #add-videos-content #preview-video #mouse-updates div[id^=corner] {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  pointer-events: auto;
}
main #add-videos-section #add-videos-content #preview-video #mouse-updates #corner-top-left {
  top: -5px;
  left: -5px;
  cursor: nwse-resize;
}
main #add-videos-section #add-videos-content #preview-video #mouse-updates #corner-top-right {
  top: -5px;
  right: -5px;
  cursor: nesw-resize;
}
main #add-videos-section #add-videos-content #preview-video #mouse-updates #corner-bottom-left {
  bottom: -5px;
  left: -5px;
  cursor: nesw-resize;
}
main #add-videos-section #add-videos-content #preview-video #mouse-updates #corner-bottom-right {
  bottom: -5px;
  right: -5px;
  cursor: nwse-resize;
}
main #add-videos-section #add-videos-content #preview-video #mouse-updates #middle-div-for-move {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: move;
  pointer-events: auto;
}
main #add-videos-section #add-videos-content #video-settings {
  width: 68%;
  align-items: center;
  position: relative;
}
main #add-videos-section #add-videos-content #video-settings #video-text {
  width: 100%;
  height: 180px;
  position: relative;
  margin-top: 5px;
}
main #add-videos-section #add-videos-content #video-settings #video-text textarea {
  width: 93%;
  height: 100%;
  outline: none;
  border: 3px solid #038bd0;
  border-radius: 10px;
  resize: none;
  padding: 10px;
  font-size: 24px;
  font-family: f;
}
main #add-videos-section #add-videos-content #video-settings #video-text #video-text {
  position: relative;
  display: inline-block;
}
main #add-videos-section #add-videos-content #video-settings #video-text #char-count {
  position: absolute;
  right: 40px;
  bottom: -15px;
  font-size: 0.8rem;
  color: #777;
  opacity: 0.8;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs {
  margin-top: 20px;
  width: 100%;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs #chosen-face-preview {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 100%;
  transform: translateX(-100%);
  margin-left: -27px;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.2s;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs #chosen-face-preview img {
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs #chosen-face-preview p {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs #chosen-face-preview #add-face-preview {
  width: 100%;
  height: 100%;
  background: url("../media/images/category-icon.png");
  background-size: cover;
  z-index: 99;
  position: absolute;
  margin: 0;
  transform: scale(1.05);
}
main #add-videos-section #add-videos-content #video-settings #video-inputs #chosen-face-preview #add-face-preview img {
  display: none;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs #chosen-face-preview #add-face-preview div {
  border-top-left-radius: 35% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom-right-radius: 50% 60%;
  border-bottom-left-radius: 45% 60%;
  width: 70px;
  height: 74px;
  transform: scale(0.95);
  position: absolute;
  left: 20%;
  top: 18%;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs #chosen-face-preview:hover img {
  filter: brightness(1.1);
}
main #add-videos-section #add-videos-content #video-settings #video-inputs div {
  display: flex;
  margin: 10px 0;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs div input {
  font-size: 20px;
  padding: 0 10px;
  height: 30px;
  width: 100px;
  margin: 0 10px;
  outline: none;
  border: 1px solid #038bd0;
  border-radius: 3px;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs div #video-name {
  width: 200px;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs div p, main #add-videos-section #add-videos-content #video-settings #video-inputs div label {
  text-transform: capitalize;
  margin: 10px 0;
  font-size: 20px;
  margin-top: 0px;
}
main #add-videos-section #add-videos-content #video-settings #video-inputs div label {
  color: #038bd0;
  font-size: 25px;
}
main #add-videos-section #add-videos-content #video-settings #character-carousel {
  margin-top: 20px;
  width: calc(100% + 40px);
  margin-left: -40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
main #add-videos-section #add-videos-content #video-settings #character-carousel .carousel-arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #038bd0;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
main #add-videos-section #add-videos-content #video-settings #character-carousel .carousel-arrow:hover {
  background: #026a9e;
  transform: scale(1.1);
}
main #add-videos-section #add-videos-content #video-settings #character-carousel #carousel-viewport {
  flex: 1;
  overflow: hidden;
  min-width: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
main #add-videos-section #add-videos-content #video-settings #character-carousel #character-options {
  display: flex;
  transition: transform 0.3s ease;
  gap: 10px;
}
main #add-videos-section #add-videos-content #video-settings #character-carousel .character-option {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 6px;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, border-color 0.2s;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 120px;
  min-width: 120px;
}
main #add-videos-section #add-videos-content #video-settings #character-carousel .character-option:hover {
  transform: scale(1.03);
}
main #add-videos-section #add-videos-content #video-settings #character-carousel .character-option.selected,
.character-option.selected {
  background: #e6f4fa !important;
  border-color: #038bd0 !important;
  border: 3px solid #038bd0 !important;
  transform: scale(1.1) !important;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(3, 139, 208, 0.25) !important;
}
main #add-videos-section #add-videos-content #video-settings #character-carousel .character-option img {
  width: 100%;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}
main #add-videos-section #add-videos-content #video-settings #character-carousel .character-option p {
  margin: 6px 0 0 0;
  font-size: 13px;
  color: #333;
  font-family: f;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main #add-videos-section #action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}
main #add-videos-section #action-buttons button {
  width: 180px;
  height: 55px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  border: 3px solid #038bd0;
  outline: none;
  border-radius: 30px;
  color: #038bd0;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: f;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(3, 139, 208, 0.2);
}
main #add-videos-section #action-buttons button:hover {
  transform: scale(0.98);
  background: #e6f4fa;
}
main #add-videos-section #action-buttons button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
main #videos-section {
  height: 690px;
}
main #videos-section #no-videos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -20px;
}
main #videos-section #no-videos p {
  font-size: 20px;
}
main #videos-section #no-videos button {
  background: #038bd0;
  border: none;
  margin-bottom: 0px;
  color: white;
  font-family: f;
  font-size: 20px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
  padding: 10px 0;
  width: 70%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #038bd0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
main #videos-section #no-videos button:hover {
  background: white;
  color: #038bd0;
}
main #videos-section #videos-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 25px;
  overflow: visible;
}

main #videos-section #videos-list .video-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(3, 139, 208, 0.15);
}

main #videos-section #videos-list .video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(3, 139, 208, 0.25);
}

main #videos-section #videos-list .video-card.new-video-card {
  background: linear-gradient(135deg, #e8f4fc, #d0ebf7);
  border: 2px dashed #038bd0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  cursor: pointer;
}

main #videos-section #videos-list .video-card.new-video-card .plus-icon {
  width: 40px;
  height: 40px;
  background: #038bd0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

main #videos-section #videos-list .video-card.new-video-card .plus-icon span {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

main #videos-section #videos-list .video-card.new-video-card p {
  font-family: f;
  font-size: 12px;
  color: #038bd0;
  margin: 0;
}

main #videos-section #videos-list .video-card .video-thumbnail {
  position: relative;
  height: 90px;
  cursor: pointer;
  margin: 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #f0f8fc;
  box-shadow: inset 0 0 0 1px rgba(3, 139, 208, 0.2);
}

main #videos-section #videos-list .video-card .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

main #videos-section #videos-list .video-card .video-thumbnail .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: rgba(3, 139, 208, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

main #videos-section #videos-list .video-card .video-thumbnail .play-btn span {
  color: white;
  font-size: 14px;
  margin-left: 2px;
}

main #videos-section #videos-list .video-card .video-info {
  padding: 6px 10px 10px;
}

main #videos-section #videos-list .video-card .video-info .video-message {
  font-family: f;
  font-size: 11px;
  color: #333;
  margin: 0 0 4px 0;
  line-height: 1.3;
  max-height: 28px;
  overflow: hidden;
}

main #videos-section #videos-list .video-card .video-info .video-character {
  font-family: f;
  font-size: 10px;
  color: #038bd0;
  margin: 0;
  font-weight: 600;
}

main #videos-section #videos-list .video-card .delete-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: #e74c3c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

main #videos-section #videos-list .video-card .delete-btn svg {
  width: 10px;
  height: 10px;
}

main #videos-section #videos-list .video-card .delete-btn:hover {
  background: rgba(192, 57, 43, 1);
  transform: scale(1.1);
}
main #videos-section #videos-list .video {
  height: auto;
  width: 170px;
  height: 172px;
  margin: 10px;
  cursor: pointer;
  background: white;
  position: relative;
  flex-shrink: 0;
}
main #videos-section #videos-list .video:hover #video-cover {
  transform: scale(0.98);
}
main #videos-section #videos-list .video:hover p {
  color: #038bd0;
}
main #videos-section #videos-list .video svg {
  position: absolute;
  color: darkred;
  width: 20px;
  height: 20px;
  left: 100%;
  transform: translateX(-100%);
  margin: 10px -10px;
  top: 0;
  cursor: pointer;
}
main #videos-section #videos-list .video svg:hover {
  opacity: 0.8;
}
main #videos-section #videos-list .video #video-cover {
  width: auto;
  transition: 0.2s;
  margin-bottom: -10px;
}
main #videos-section #videos-list .video #video-cover img {
  width: 170px;
}
main #videos-section #videos-list .video #video-cover #video-cover-face {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  border-top-left-radius: 35% 35%;
  border-top-right-radius: 50% 35%;
  border-bottom-right-radius: 50% 60%;
  border-bottom-left-radius: 45% 60%;
  width: 70px;
  height: 74px;
  transform: translate(12px, 15px) scale(0.45);
  position: absolute;
  left: 20%;
  top: 0;
}
main #videos-section #videos-list .video #video-name {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0px;
  transition: 0.2s;
}
main #videos-section #videos-list .video #video-description {
  transition: 0.2s;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding: 0;
  letter-spacing: 0.5px;
  height: 32px;
  overflow: hidden;
  /* Hides content that overflows */
  display: -webkit-box;
  /* Enables the use of the line-clamp property */
  -webkit-line-clamp: 2;
  /* Limits the text to 2 lines */
  -webkit-box-orient: vertical;
  /* Specifies vertical box orientation for line-clamp */
  text-overflow: ellipsis;
  /* Adds the ellipsis (...) at the end of the visible text */
}
main #videos-section #videos-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: 60px;
  margin-top: -2px;
  top: 100%;
  cursor: pointer;
  display: none;
}
main #videos-section #videos-arrow img {
  width: 100%;
  transform: rotate(90deg);
  transition: 0.5s;
  border-radius: 100px;
}
main #videos-section #videos-arrow:hover img {
  background: #038cd01f;
  transform: rotate(-270deg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.219);
}

#preview-mode {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 115px);
  background: url("../media/images/background-motif.png"), #fff;
  background-size: cover;
  margin: 0;
  padding: 0;
  z-index: 99;
  top: 0;
  left: 0;
  margin-top: 30px;
  overflow: hidden;
}
#preview-mode #lottie-container {
  position: absolute;
  width: 100vw;
  height: 250vh;
  left: 0;
  top: -100vh;
}
#preview-mode #lottie-container-2 {
  position: absolute;
  width: 20%;
  height: auto;
  left: 0;
  top: 100%;
  transform: translateY(-100%);
  margin-top: 10px;
  left: 7%;
}
#preview-mode #lottie-container-3 {
  position: absolute;
  width: 20%;
  height: auto;
  left: 0;
  top: 100%;
  transform: translateY(-100%);
  margin-top: 10px;
  left: 73%;
}
#preview-mode #preview-logo {
  width: 300px;
  max-width: 70%;
  margin: 20px;
  cursor: pointer;
  position: absolute;
}
#preview-mode #preview-logo img {
  width: 100%;
}
#preview-mode #preview-video {
  height: 640px;
  width: 362px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.192);
  cursor: pointer;
}
#preview-mode #preview-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  color: white;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%) scale(1.5);
  transition: 0.2s;
  color: #038bd0;
}
#preview-mode #preview-video video {
  height: 100%;
  width: 100%;
  border-radius: 0px;
  transform: scale(1.01);
}
#preview-mode #preview-video #play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 9999999999;
  transition: 0.2s;
}
#preview-mode #preview-video #play-btn img {
  animation: simpleScale 1.5s infinite;
}
#preview-mode #preview-video #play-btn:hover {
  filter: brightness(1.06);
}
#preview-mode #preview-video #text-placement {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
#preview-mode #preview-video #text-placement p {
  margin: 0;
  overflow: hidden;
  text-wrap: wrap;
  display: inline-block;
  text-shadow: 2px 2px 0 white, -2px -2px 0 white, -2px 2px 0 white, 2px -2px 0 white;
}
#preview-mode #preview-video #preview-btns {
  width: 100%;
  height: 55px;
  position: absolute;
  z-index: 999;
  top: 100%;
  transform: translateY(-100%);
  display: flex;
  justify-content: space-around;
}
#preview-mode #preview-video #preview-btns div {
  width: 43%;
  background: rgba(255, 255, 255, 0.811);
  color: #038bd0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 2px solid #038bd0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.219);
  font-size: 20px;
  transition: 0.3s ease-out;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}
#preview-mode #preview-video #preview-btns div:hover {
  background: #038bd0;
  color: white;
  border: 2px solid white;
}
#preview-mode #preview-video #preview-btns #video-link {
  display: none;
}

#preview-mode.pmode2up {
  height: 640px;
  width: 362px;
  position: relative;
  background: url("../media/images/background-motif.png"), #fff;
  background-size: cover;
  margin: 0;
  padding: 0;
  z-index: 999999999999;
  top: 0px;
  background: #038bd0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #038bd0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.123);
}
#preview-mode.pmode2up #lottie-container {
  display: none;
  visibility: hidden;
}
#preview-mode.pmode2up #lottie-container-2 {
  display: none;
  visibility: hidden;
}
#preview-mode.pmode2up #lottie-container-3 {
  display: none;
  visibility: hidden;
}
#preview-mode.pmode2up #preview-video {
  height: 640px;
  width: 362px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.192);
  cursor: pointer;
}

footer #loader {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.521);
  margin-top: 110px;
  height: calc(100vh - 110px);
  backdrop-filter: blur(10px);
}
footer #loader .loader-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  transform: translate(-50%, -50%) scale(1);
  margin: 0;
  height: 230px;
  width: 400px;
  margin-top: -20px;
}
footer #loader .loader-content #loader-icons-animation {
  margin: 0;
  display: flex;
  justify-content: center;
}
footer #loader .loader-content #loader-icons-animation svg {
  color: white;
  width: 100px;
  height: 100px;
  position: absolute;
  animation: rotateAnim 6s infinite linear;
}
footer #loader .loader-content #loader-icons-animation svg:nth-child(1) {
  width: 80px;
}
footer #loader .loader-content #loader-icons-animation svg:nth-child(2) {
  top: 95px;
  left: 105px;
}
footer #loader .loader-content #loader-icons-animation svg:nth-child(3) {
  top: 80px;
  left: 220px;
  width: 70px;
}
footer #loader .loader-content p {
  color: white;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.308);
  animation: pulse 3s infinite;
  letter-spacing: 1px;
}
#preview-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  transition: opacity 1s ease-out;
}

#preview-text-overlay p {
  color: #038bd0;
  font-size: 36px;
  font-family: f;
  text-align: center;
  padding: 20px;
  width: 95%;
  max-width: 95%;
  word-wrap: break-word;
  white-space: normal;
}

#preview-text-overlay.fade-out {
  opacity: 0;
}

#preview-video {
  cursor: pointer;
}

.color-picker-section {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.color-picker-section label {
  color: #038bd0;
  font-family: f;
  font-size: 18px;
  margin: 0;
  white-space: nowrap;
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.color-swatch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 2px solid transparent;
}

.color-swatch:hover {
  transform: scale(1.15);
}

.color-swatch.selected {
  border: 3px solid #333;
  box-shadow: 0 0 0 2px #fff, 0 0 8px rgba(0,0,0,0.3);
  transform: scale(1.1);
}

footer #login-container, footer #upsell-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  display: none;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
footer #login-section, footer #register-section {
  width: 650px;
  max-width: 90vw;
  height: auto;
  position: relative;
  z-index: 99;
  background: white;
  border: 8px solid #038bd0;
  border-radius: 50px;
  background-size: cover;
  box-shadow: 0 0 30px black;
  border-bottom: 20px solid #038bd0;
}
footer #login-section #logo, footer #register-section #logo {
  width: 70%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: -30px;
}
footer #login-section #close-btn, footer #register-section #close-btn {
  display: none !important;
}
footer #login-section #close-btn:hover, footer #register-section #close-btn:hover {
  filter: brightness(1.2);
}
footer #login-section #close-btn:active, footer #register-section #close-btn:active {
  transform: translate(-60%, -40%) scale(0.95);
  opacity: 0.95;
}
footer #login-section h1, footer #register-section h1 {
  color: #038bd0;
  font-size: 50px;
  text-align: center;
}
footer #login-section form, footer #register-section form {
  width: 80%;
  max-width: 400px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: 30px;
  margin-bottom: 50px;
}
footer #login-section form label, footer #register-section form label {
  color: #038bd0;
  margin-bottom: 10px;
  font-size: 20px;
}
footer #login-section form input, footer #login-section form button, footer #register-section form input, footer #register-section form button {
  font-size: 22px;
  padding: 5px 10px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  outline: none;
  padding: 0;
  border: 1px solid #038bd0;
  padding: 7px 5px;
  margin-top: 5px;
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
footer #login-section form button, footer #register-section form button {
  background: #038bd0;
  border: none;
  margin-bottom: 0px;
  color: white;
  font-family: f;
  font-size: 30px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  transition: 0.2s;
}
footer #login-section form button:hover, footer #register-section form button:hover {
  filter: brightness(1.1);
}
footer #login-section p, footer #register-section p {
  text-align: center;
  text-align: left;
}
footer #login-section p a, footer #register-section p a {
  color: #038bd0;
  cursor: pointer;
}
footer #login-section p a:hover, footer #register-section p a:hover {
  text-decoration: underline;
}
.social-login {
  width: 80%;
  margin: 15px auto 0;
  text-align: center;
}
.social-login p {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}
.social-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: 2px solid #ddd;
  cursor: pointer;
  transition: all 0.2s;
}
.social-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.social-btn svg {
  width: 24px;
  height: 24px;
}
.google-btn:hover {
  border-color: #4285F4;
}
.apple-btn:hover {
  border-color: #000;
}
.twitter-btn:hover {
  border-color: #000;
}
footer #register-section {
  position: absolute;
  z-index: 99;
  top: 0;
}
footer #register-section #logo {
  width: 65%;
}
footer #register-section form input {
  margin-bottom: 10px;
}
footer #upsell, footer #purchase-success, footer #purchase-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
}
footer #upsell.show, footer #purchase-success.show, footer #purchase-popup.show {
  display: flex !important;
}
footer #upsell .content, footer #purchase-success .content, footer #purchase-popup .content {
  width: 730px;
  height: 600px;
  position: relative;
  background: url("../media/images/upsell-container.png");
  background-size: cover;
}
footer #upsell .content .upsell-c2, footer #upsell .content .success-c2, footer #purchase-success .content .upsell-c2, footer #purchase-success .content .success-c2, footer #purchase-popup .content .upsell-c2, footer #purchase-popup .content .success-c2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
}
footer #upsell .content #upsell-close-btn, footer #upsell .content #success-close-btn, footer #purchase-success .content #upsell-close-btn, footer #purchase-success .content #success-close-btn, footer #purchase-popup .content #upsell-close-btn, footer #purchase-popup .content #success-close-btn {
  width: 80px;
  left: 100%;
  position: absolute;
  top: 0;
  transform: translate(-100%, -10%);
  cursor: pointer;
  transition: 0.2s;
  z-index: 2;
}
footer #upsell .content #upsell-close-btn:hover, footer #upsell .content #success-close-btn:hover, footer #purchase-success .content #upsell-close-btn:hover, footer #purchase-success .content #success-close-btn:hover, footer #purchase-popup .content #upsell-close-btn:hover, footer #purchase-popup .content #success-close-btn:hover {
  filter: brightness(1.2);
}
footer #upsell .content #upsell-close-btn:active, footer #upsell .content #success-close-btn:active, footer #purchase-success .content #upsell-close-btn:active, footer #purchase-success .content #success-close-btn:active, footer #purchase-popup .content #upsell-close-btn:active, footer #purchase-popup .content #success-close-btn:active {
  transform: translate(-100%, -10%) scale(0.95);
  opacity: 0.95;
}
footer #upsell .content #upsell-price, footer #purchase-success .content #upsell-price, footer #purchase-popup .content #upsell-price {
  width: 400px;
  height: 140px;
  background: url("../media/images/text-container-1.png");
  background-size: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
footer #upsell .content #upsell-price p, footer #purchase-success .content #upsell-price p, footer #purchase-popup .content #upsell-price p {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 35px;
  letter-spacing: 1px;
}
footer #upsell .content #upsell-logo, footer #purchase-success .content #upsell-logo, footer #purchase-popup .content #upsell-logo {
  width: 75%;
  margin-left: 12.5%;
}
footer #upsell .content #success-anim, footer #purchase-success .content #success-anim, footer #purchase-popup .content #success-anim {
  animation: scale 2s infinite;
}
footer #upsell .content #success-img, footer #purchase-success .content #success-img, footer #purchase-popup .content #success-img {
  max-width: 70%;
  max-height: 50%;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  position: relative;
}
footer #upsell .content #upsell-text, footer #purchase-success .content #upsell-text, footer #purchase-popup .content #upsell-text {
  text-align: center;
  width: 100%;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 2px;
  margin-bottom: 100px;
}
footer #upsell .content #upsell-btns, footer #purchase-success .content #upsell-btns, footer #purchase-popup .content #upsell-btns {
  display: flex;
  justify-content: center;
  position: relative;
  top: 104%;
  transform: translateY(-100%);
}
footer #upsell .content #upsell-btns #upsell-yes, footer #upsell .content #upsell-btns #upsell-no, footer #upsell .content #upsell-btns #upsell-ok, footer #purchase-success .content #upsell-btns #upsell-yes, footer #purchase-success .content #upsell-btns #upsell-no, footer #purchase-success .content #upsell-btns #upsell-ok, footer #purchase-popup .content #upsell-btns #upsell-yes, footer #purchase-popup .content #upsell-btns #upsell-no, footer #purchase-popup .content #upsell-btns #upsell-ok {
  width: 230px;
  height: 110px;
  background: url("../media/images/text-container-2.png");
  background-size: cover;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.2s;
  z-index: 2;
}
footer #upsell .content #upsell-btns #upsell-yes p, footer #upsell .content #upsell-btns #upsell-no p, footer #upsell .content #upsell-btns #upsell-ok p, footer #purchase-success .content #upsell-btns #upsell-yes p, footer #purchase-success .content #upsell-btns #upsell-no p, footer #purchase-success .content #upsell-btns #upsell-ok p, footer #purchase-popup .content #upsell-btns #upsell-yes p, footer #purchase-popup .content #upsell-btns #upsell-no p, footer #purchase-popup .content #upsell-btns #upsell-ok p {
  color: white;
  font-size: 40px;
  text-align: center;
  position: relative;
  top: 50%;
  margin: 0;
  letter-spacing: 2px;
  transform: translateY(-50%);
}
footer #upsell .content #upsell-btns #upsell-yes:hover, footer #upsell .content #upsell-btns #upsell-no:hover, footer #upsell .content #upsell-btns #upsell-ok:hover, footer #purchase-success .content #upsell-btns #upsell-yes:hover, footer #purchase-success .content #upsell-btns #upsell-no:hover, footer #purchase-success .content #upsell-btns #upsell-ok:hover, footer #purchase-popup .content #upsell-btns #upsell-yes:hover, footer #purchase-popup .content #upsell-btns #upsell-no:hover, footer #purchase-popup .content #upsell-btns #upsell-ok:hover {
  filter: brightness(1.2);
}
footer #upsell .content #upsell-btns #upsell-yes:active, footer #upsell .content #upsell-btns #upsell-no:active, footer #upsell .content #upsell-btns #upsell-ok:active, footer #purchase-success .content #upsell-btns #upsell-yes:active, footer #purchase-success .content #upsell-btns #upsell-no:active, footer #purchase-success .content #upsell-btns #upsell-ok:active, footer #purchase-popup .content #upsell-btns #upsell-yes:active, footer #purchase-popup .content #upsell-btns #upsell-no:active, footer #purchase-popup .content #upsell-btns #upsell-ok:active {
  transform: scale(0.95);
  opacity: 0.95;
}
footer #purchase-popup .content h2 {
  text-align: center;
  color: #038bd0;
  font-size: 40px;
}
footer #purchase-popup .content p {
  text-align: center;
  font-size: 20px;
}
footer #purchase-popup .content #upsell-price {
  transform: translateX(-50%) scale(0.8);
  margin-top: -40px;
}
footer #purchase-popup .content #upsell-logo {
  width: 50%;
  margin-left: 25%;
  margin-top: -50px;
}
footer #purchase-popup .content form {
  margin-top: 50px;
  width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
footer #purchase-popup .content form label {
  color: #038bd0;
}
footer #purchase-popup .content form #card-element {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
}
footer #purchase-popup .content form button {
  font-size: 20px;
  color: white;
  background: #038bd0;
  border: none;
  padding: 10px 30px;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}
footer #purchase-popup .content form button:hover {
  filter: brightness(1.1);
}
footer #alert {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: #00000085;
  margin-top: 110px;
  height: calc(100vh - 110px);
  backdrop-filter: blur(5px);
  display: none;
}
footer #alert #alert-content {
  width: 800px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: url("../media/images/alert.png") #038bd0;
  background-size: cover;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.205);
  border: 3px solid white;
  border-bottom: 8px solid white;
  border-radius: 60px;
  overflow: visible;
}
footer #alert #alert-content #alert-text {
  position: absolute;
  width: 90%;
  margin-left: 5%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  color: #038bd0;
  text-align: center;
  font-size: 48px;
  margin-top: -20px;
  justify-content: center;
}
footer #alert #alert-content #alert-text span {
  color: gold;
  text-shadow: 2px 2px 0px #53b0df;
}
footer #alert #alert-content #alert-btns {
  display: flex;
  justify-content: center;
  position: relative;
  top: 115%;
  transform: translateY(-100%);
}
footer #alert #alert-content #alert-btns #alert-yes, footer #alert #alert-content #alert-btns #alert-no, footer #alert #alert-content #alert-btns #alert-ok {
  width: 230px;
  height: 110px;
  background: url("../media/images/text-container-2.png");
  background-size: cover;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.2s;
  z-index: 2;
}
footer #alert #alert-content #alert-btns #alert-yes p, footer #alert #alert-content #alert-btns #alert-no p, footer #alert #alert-content #alert-btns #alert-ok p {
  color: white;
  font-size: 46px;
  text-align: center;
  position: relative;
  top: 50%;
  margin: 0;
  letter-spacing: 2px;
  transform: translateY(-50%);
}
footer #alert #alert-content #alert-btns #alert-yes:hover, footer #alert #alert-content #alert-btns #alert-no:hover, footer #alert #alert-content #alert-btns #alert-ok:hover {
  filter: brightness(1.2);
}
footer #alert #alert-content #alert-btns #alert-yes:active, footer #alert #alert-content #alert-btns #alert-no:active, footer #alert #alert-content #alert-btns #alert-ok:active {
  transform: scale(0.95);
  opacity: 0.95;
}

@keyframes scale {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(0.95) rotate(3deg);
    opacity: 0.85;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes simpleScale {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(0.95) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes rotateAnim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mouse-updates,
#middle-div-for-move,
#corner-top-left,
#corner-top-right,
#corner-bottom-left,
#corner-bottom-right {
  touch-action: none;
}

#intro-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#intro-video-overlay video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#intro-video-overlay #skip-intro-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: rgba(255,255,255,0.9);
  color: #038bd0;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-family: f;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s;
}
#intro-video-overlay #skip-intro-btn:hover {
  background: #038bd0;
  color: white;
}

#social-login-btns {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 15px;
  padding: 0 10px;
  box-sizing: border-box;
}
.social-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(135deg, #4285f4, #34a853, #fbbc05, #ea4335);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  cursor: pointer;
}
.social-login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.social-login-btn span {
  font-family: f;
  letter-spacing: 0.5px;
}
.login-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 15px 0;
  color: #666;
}
.login-divider::before,
.login-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ddd;
}
.login-divider span {
  padding: 0 15px;
  font-size: 14px;
  color: #999;
}

#mobile-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 100;
}
#mobile-menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #038bd0;
  border-radius: 3px;
  transition: 0.3s;
}
#mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
#mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}
#mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
#mobile-navigation {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: 3px solid #038bd0;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  z-index: 999;
}
#mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-navigation ul li {
  border-bottom: 1px solid #eee;
}
#mobile-navigation ul li a {
  display: block;
  padding: 15px 20px;
  color: black;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
}
#mobile-navigation ul li a:hover {
  background: #f5f5f5;
  color: #038bd0;
}
#mobile-navigation ul li a.active {
  color: #038bd0;
  font-weight: bold;
}
#mobile-navigation.active {
  display: block;
}

@media screen and (max-width: 768px) {
  #mobile-menu-btn {
    display: flex;
  }
  header {
    height: 70px;
  }
  header #desktop-header {
    width: 95%;
  }
  header #desktop-header #logo {
    height: 60px;
  }
  header #desktop-header #desktop-navigation {
    display: none;
  }
  header #desktop-header #header-btns {
    gap: 10px;
  }
  header #desktop-header #header-btns #join-btn img:not(#star-icon) {
    width: 80px;
  }
  header #desktop-header #header-btns #join-btn img#star-icon {
    width: 20px;
  }
  header #desktop-header #header-btns #settings-btn img {
    width: 35px;
  }
  header #login-btn {
    width: 100px;
    height: 50px;
  }
  header #login-btn a {
    font-size: 20px;
  }

  main {
    height: calc(100vh - 70px);
    margin-top: 70px;
    overflow-y: auto;
  }
  main .respo-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  main #home-section,
  main #characters-section,
  main #add-characters-section,
  main #videos-section,
  main #add-videos-section {
    width: 100%;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
  }
  main #home-section h1,
  main #characters-section h1,
  main #add-characters-section h1,
  main #videos-section h1,
  main #add-videos-section h1 {
    font-size: 16px;
  }
  main #home-section #home-videos,
  main #characters-section #home-videos {
    margin-top: 15px;
  }
  main #home-section #home-videos #home-videos-arrow-left,
  main #home-section #home-videos #home-videos-arrow-right {
    display: none;
  }
  main #home-section #home-videos #home-video-list {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
  main #home-section #home-videos .home-video {
    min-width: 280px;
    width: 100%;
    max-width: 350px;
    margin: 10px 0;
  }
  main #home-section #categories {
    padding: 10px 0;
    margin-top: 15px;
  }
  main #home-section #categories .category {
    width: 100px;
    margin: 8px 10px;
  }
  main #home-section #categories .category div {
    width: 45px;
    height: 48px;
  }
  main #home-section #categories .category p {
    font-size: 10px;
    height: 28px;
  }
  main #home-section #categories .character {
    width: 120px;
    height: 160px;
    margin: 10px;
  }
  main #home-section #categories .character p {
    font-size: 14px;
  }

  main #preview-videos-section {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
  }
  main #preview-videos-section #preview-video {
    height: auto;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  main #preview-videos-section #preview-video video {
    width: 100%;
    height: auto;
  }
  main #preview-videos-section #video-info {
    width: 100%;
    margin-top: 20px;
  }
  main #preview-videos-section #video-info #video-description {
    border-radius: 25px;
    padding: 15px;
    margin-top: 15px;
  }
  main #preview-videos-section #video-info div {
    margin-left: 0;
  }
  main #preview-videos-section #video-info button {
    width: 200px;
    height: 55px;
    font-size: 22px;
  }

  main #characters-section #categories {
    width: 100%;
    padding: 5px;
    max-height: none;
    min-height: auto;
  }
  main #characters-section #categories .category {
    width: 100px;
    margin: 15px 10px;
    height: 140px;
  }
  main #characters-section #categories .new-face img {
    height: 100px;
  }

  main #add-characters-section #new-characters {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  main #add-characters-section #new-characters #preview-character {
    width: 80%;
    max-width: 280px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  main #add-characters-section #new-characters #add-faces {
    width: 100%;
    margin-top: 20px;
  }
  main #add-characters-section #new-characters #add-faces h2 {
    font-size: 22px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  main #add-characters-section #new-characters #add-faces #faces-list .face {
    width: 90px;
    height: 105px;
    margin: 10px;
  }

  main #add-videos-section #add-videos-content {
    flex-direction: column;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  main #add-videos-section #add-videos-content #video-preview {
    width: 100%;
    max-width: none;
    height: 55vh;
    margin: 0 auto 20px;
  }
  main #add-videos-section #add-videos-content #video-preview #video-preview-thumbnails {
    bottom: 10px;
  }
  main #add-videos-section #add-videos-content #video-preview #video-preview-thumbnails img {
    width: 45px;
    height: 45px;
  }
  main #add-videos-section #add-videos-content #video-settings {
    width: 100%;
  }
  main #add-videos-section #add-videos-content #video-settings h1 {
    font-size: 18px;
    text-align: center;
  }
  main #add-videos-section #add-videos-content #video-settings #video-inputs {
    width: 100%;
  }
  main #add-videos-section #add-videos-content #video-settings #video-inputs #user-message {
    width: 100%;
    min-height: 100px;
  }
  main #add-videos-section #add-videos-content #video-settings #video-inputs div {
    flex-direction: column;
    align-items: flex-start;
  }
  main #add-videos-section #add-videos-content #video-settings #video-inputs div input {
    width: 100%;
    margin: 5px 0;
  }
  main #add-videos-section #add-videos-content #video-settings #video-inputs div #video-name {
    width: 100%;
  }
  main #add-videos-section #go-preview-btn {
    position: relative;
    left: 50%;
    top: auto;
    transform: translateX(-50%) scale(0.9);
    margin: 20px 0;
  }

  main #videos-section {
    height: auto;
    min-height: calc(100vh - 150px);
  }
  main #videos-section #videos-list {
    width: 100%;
    max-height: none;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  main #videos-section #videos-list .video {
    width: 140px;
    height: auto;
    margin: 8px;
  }
  main #videos-section #videos-list .video #video-cover img {
    width: 140px;
  }

  #preview-mode {
    height: calc(100vh - 75px);
  }
  #preview-mode #preview-logo {
    width: 150px;
    margin: 10px;
  }
  #preview-mode #preview-video {
    height: auto;
    width: 90%;
    max-width: 320px;
    max-height: 80vh;
  }
  #preview-mode #lottie-container-2,
  #preview-mode #lottie-container-3 {
    display: none;
  }

  footer #loader .loader-content {
    width: 90%;
    max-width: 300px;
    height: auto;
  }
  footer #loader .loader-content #loader-icons-animation svg {
    width: 60px;
    height: 60px;
  }
  footer #loader .loader-content #loader-icons-animation svg:nth-child(1) {
    width: 50px;
  }
  footer #loader .loader-content #loader-icons-animation svg:nth-child(2) {
    top: 60px;
    left: 70px;
  }
  footer #loader .loader-content #loader-icons-animation svg:nth-child(3) {
    top: 50px;
    left: 150px;
    width: 45px;
  }
  footer #loader .loader-content p {
    font-size: 16px;
  }

  footer #login-container,
  footer #upsell-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    overflow: hidden;
    z-index: 100000;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer #login-section,
  footer #register-section {
    width: 75vw;
    max-width: 320px;
    max-height: 80vh;
    border-radius: 35px;
    border: 6px solid #038bd0;
    border-bottom: 14px solid #038bd0;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 20px;
    background: white;
  }
  footer #login-section #close-btn,
  footer #register-section #close-btn {
    display: none !important;
  }
  footer #login-section #logo,
  footer #register-section #logo {
    width: 70%;
    max-width: 280px;
    margin-top: 10px;
  }
  footer #login-section h1,
  footer #register-section h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  footer #login-section form,
  footer #register-section form {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  footer #login-section form input,
  footer #login-section form button,
  footer #register-section form input,
  footer #register-section form button {
    font-size: 18px;
  }
  footer #login-section form button,
  footer #register-section form button {
    font-size: 24px;
  }
  footer #login-section form p,
  footer #register-section form p {
    white-space: nowrap;
    font-size: 14px;
  }

  footer #upsell .content,
  footer #purchase-success .content,
  footer #purchase-popup .content {
    width: 95%;
    max-width: 400px;
    height: auto;
    min-height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    box-sizing: border-box;
  }
  footer #upsell .content #upsell-price,
  footer #purchase-success .content #upsell-price,
  footer #purchase-popup .content #upsell-price {
    width: 80%;
    max-width: 280px;
    height: 100px;
  }
  footer #upsell .content #upsell-price p,
  footer #purchase-success .content #upsell-price p,
  footer #purchase-popup .content #upsell-price p {
    font-size: 24px;
  }
  footer #upsell .content #upsell-text,
  footer #purchase-success .content #upsell-text,
  footer #purchase-popup .content #upsell-text {
    font-size: 22px;
    line-height: 35px;
  }
  footer #upsell .content #upsell-btns,
  footer #purchase-success .content #upsell-btns,
  footer #purchase-popup .content #upsell-btns {
    flex-direction: column;
    align-items: center;
    position: relative;
    top: auto;
    transform: none;
    margin-top: 20px;
  }
  footer #upsell .content #upsell-btns #upsell-yes,
  footer #upsell .content #upsell-btns #upsell-no,
  footer #upsell .content #upsell-btns #upsell-ok,
  footer #purchase-success .content #upsell-btns #upsell-yes,
  footer #purchase-success .content #upsell-btns #upsell-no,
  footer #purchase-success .content #upsell-btns #upsell-ok,
  footer #purchase-popup .content #upsell-btns #upsell-yes,
  footer #purchase-popup .content #upsell-btns #upsell-no,
  footer #purchase-popup .content #upsell-btns #upsell-ok {
    width: 180px;
    height: 80px;
    margin: 5px 0;
  }
  footer #upsell .content #upsell-btns #upsell-yes p,
  footer #upsell .content #upsell-btns #upsell-no p,
  footer #upsell .content #upsell-btns #upsell-ok p,
  footer #purchase-success .content #upsell-btns #upsell-yes p,
  footer #purchase-success .content #upsell-btns #upsell-no p,
  footer #purchase-success .content #upsell-btns #upsell-ok p,
  footer #purchase-popup .content #upsell-btns #upsell-yes p,
  footer #purchase-popup .content #upsell-btns #upsell-no p,
  footer #purchase-popup .content #upsell-btns #upsell-ok p {
    font-size: 28px;
  }

  footer #alert #alert-content {
    width: 95%;
    max-width: 400px;
    height: auto;
    min-height: 200px;
    border-radius: 30px;
    overflow: visible;
  }
}

@media screen and (max-width: 480px) {
  header #desktop-header #logo {
    height: 50px;
  }
  header #desktop-header #header-btns #join-btn img:not(#star-icon) {
    width: 70px;
  }
  header #desktop-header #header-btns #settings-btn img {
    width: 30px;
  }
  header #login-btn {
    display: none;
  }

  main #home-section #categories .category {
    width: 80px;
    margin: 5px 8px;
  }
  main #home-section #categories .category div {
    width: 38px;
    height: 40px;
  }
  main #home-section #categories .category p {
    font-size: 9px;
  }

  main #add-videos-section #add-videos-content #video-preview {
    max-width: 240px;
  }

  footer #login-section h1,
  footer #register-section h1 {
    font-size: 28px;
  }

  #carousel-container {
    width: 100%;
  }

  #home-characters .home-character {
    min-width: 100px;
    width: 100px;
  }

  .epic-text {
    font-size: 20px;
  }

  .create-btn-home {
    padding: 12px 40px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #carousel-container {
    width: 95%;
  }

  #home-characters .home-character {
    min-width: 110px;
    width: 110px;
  }

  .epic-text {
    font-size: 24px;
  }

  main #add-videos-section #add-videos-content {
    flex-direction: column;
    height: auto;
    align-items: center;
  }

  main #add-videos-section #add-videos-content #preview-video {
    width: 100%;
    max-width: 320px;
    min-width: auto;
    height: auto;
    aspect-ratio: 9/16;
  }

  main #add-videos-section #add-videos-content #video-settings {
    width: 100%;
  }
}

/* Site Footer */
#site-footer {
  width: 100%;
  background: #ffffff;
  margin-top: 40px;
}

#site-footer .footer-line {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #038bd0 0%, #0aabf0 50%, #038bd0 100%);
}

#site-footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 30px;
  flex-wrap: wrap;
  gap: 15px;
}

#site-footer .footer-left {
  font-size: 15px;
  color: #333;
  font-family: 'Baloo 2', cursive;
}

#site-footer .footer-left a {
  color: #038bd0;
  text-decoration: none;
  font-weight: 600;
}

#site-footer .footer-left a:hover {
  text-decoration: underline;
}

#site-footer .footer-right {
  display: flex;
  gap: 30px;
}

#site-footer .footer-right a {
  font-size: 15px;
  font-weight: 700;
  color: #038bd0;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: 'Baloo 2', cursive;
}

#site-footer .footer-right a:hover {
  text-decoration: underline;
}

/* Legal Content Pages */
.legal-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1.7;
  color: #444;
}

.legal-content .last-updated {
  font-style: italic;
  color: #777;
  margin-bottom: 30px;
}

.legal-content h2 {
  color: #038bd0;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.legal-content h3 {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.legal-content p {
  margin-bottom: 15px;
}

.legal-content ul {
  margin: 15px 0 15px 30px;
}

.legal-content li {
  margin-bottom: 8px;
}

.legal-content a {
  color: #038bd0;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  #site-footer .footer-content {
    flex-direction: column;
    text-align: center;
  }
  
  #site-footer .footer-right {
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */
