:root {
  --font-family-outfit: Outfit, sans-serif;
  --gradient-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  --color-white: #ffffff;
  --color-black: #000000;
  --color-blue-950: #10141e;
  --color-blue-900: #161d2f;
  --color-blue-500: #5a698f;
  --color-red-500: #fc4747;
  --spacing-0: 0;
  --spacing-100: 8px;
  --spacing-200: 16px;
  --spacing-300: 24px;
  --spacing-400: 32px;
  --spacing-500: 40px;
  --spacing-700: 56px;
  --spacing-900: 72px;
  --spacing-1000: 80px;
  --text-preset-1-size: 32px;
  --text-preset-1-weight: 300;
  --text-preset-1-line-height: 125%;
  --text-preset-1-letter-spacing: -0.5px;
  --text-preset-2-medium-size: 24px;
  --text-preset-2-medium-weight: 500;
  --text-preset-2-medium-line-height: 125%;
  --text-preset-2-medium-letter-spacing: 0;
  --text-preset-2-light-size: 24px;
  --text-preset-2-light-weight: 300;
  --text-preset-2-light-line-height: 125%;
  --text-preset-2-light-letter-spacing: 0;
  --text-preset-3-size: 18px;
  --text-preset-3-weight: 500;
  --text-preset-3-line-height: 125%;
  --text-preset-3-letter-spacing: 0;
  --text-preset-4-size: 15px;
  --text-preset-4-weight: 300;
  --text-preset-4-line-height: 125%;
  --text-preset-4-letter-spacing: 0;
  --text-preset-5-size: 13px;
  --text-preset-5-weight: 300;
  --text-preset-5-line-height: 125%;
  --text-preset-5-letter-spacing: 0;
  --text-preset-mobile-1-size: 20px;
  --text-preset-mobile-1-weight: 300;
  --text-preset-mobile-1-line-height: 125%;
  --text-preset-mobile-1-letter-spacing: -0.3px;
  --text-preset-mobile-2-size: 16px;
  --text-preset-mobile-2-weight: 300;
  --text-preset-mobile-2-line-height: 125%;
  --text-preset-mobile-2-letter-spacing: 0;
  --text-preset-mobile-3-size: 15px;
  --text-preset-mobile-3-weight: 500;
  --text-preset-mobile-3-line-height: 125%;
  --text-preset-mobile-3-letter-spacing: 0;
  --text-preset-mobile-4-size: 14px;
  --text-preset-mobile-4-weight: 500;
  --text-preset-mobile-4-line-height: 125%;
  --text-preset-mobile-4-letter-spacing: 0;
  --text-preset-mobile-5-size: 12px;
  --text-preset-mobile-5-weight: 300;
  --text-preset-mobile-5-line-height: 125%;
  --text-preset-mobile-5-letter-spacing: 0;
  --text-preset-mobile-6-size: 11px;
  --text-preset-mobile-6-weight: 300;
  --text-preset-mobile-6-line-height: 125%;
  --text-preset-mobile-6-letter-spacing: 0;
}

.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.border-white {
  border-color: #ffffff;
}

.text-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.border-black {
  border-color: #000000;
}

.text-blue-950 {
  color: #10141e;
}

.bg-blue-950 {
  background-color: #10141e;
}

.border-blue-950 {
  border-color: #10141e;
}

.text-blue-900 {
  color: #161d2f;
}

.bg-blue-900 {
  background-color: #161d2f;
}

.border-blue-900 {
  border-color: #161d2f;
}

.text-blue-500 {
  color: #5a698f;
}

.bg-blue-500 {
  background-color: #5a698f;
}

.border-blue-500 {
  border-color: #5a698f;
}

.text-red-500 {
  color: #fc4747;
}

.bg-red-500 {
  background-color: #fc4747;
}

.border-red-500 {
  border-color: #fc4747;
}

.bg-gradient-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.text-preset-1 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: -0.5px;
}

.text-preset-2-medium {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0;
}

.text-preset-2-light {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0;
}

.text-preset-3 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0;
}

.text-preset-4 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0;
}

.text-preset-5 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0;
}

.text-preset-mobile-1 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: -0.3px;
}

.text-preset-mobile-2 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0;
}

.text-preset-mobile-3 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0;
}

.text-preset-mobile-4 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0;
}

.text-preset-mobile-5 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0;
}

.text-preset-mobile-6 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0;
}

.gap-0 {
  gap: 0;
}

.p-0 {
  padding: 0;
}

.px-0 {
  padding-inline: 0;
}

.py-0 {
  padding-block: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.m-0 {
  margin: 0;
}

.mx-0 {
  margin-inline: 0;
}

.my-0 {
  margin-block: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.gap-100 {
  gap: 8px;
}

.p-100 {
  padding: 8px;
}

.px-100 {
  padding-inline: 8px;
}

.py-100 {
  padding-block: 8px;
}

.pt-100 {
  padding-top: 8px;
}

.pr-100 {
  padding-right: 8px;
}

.pb-100 {
  padding-bottom: 8px;
}

.pl-100 {
  padding-left: 8px;
}

.m-100 {
  margin: 8px;
}

.mx-100 {
  margin-inline: 8px;
}

.my-100 {
  margin-block: 8px;
}

.mt-100 {
  margin-top: 8px;
}

.mr-100 {
  margin-right: 8px;
}

.mb-100 {
  margin-bottom: 8px;
}

.ml-100 {
  margin-left: 8px;
}

.gap-200 {
  gap: 16px;
}

.p-200 {
  padding: 16px;
}

.px-200 {
  padding-inline: 16px;
}

.py-200 {
  padding-block: 16px;
}

.pt-200 {
  padding-top: 16px;
}

.pr-200 {
  padding-right: 16px;
}

.pb-200 {
  padding-bottom: 16px;
}

.pl-200 {
  padding-left: 16px;
}

.m-200 {
  margin: 16px;
}

.mx-200 {
  margin-inline: 16px;
}

.my-200 {
  margin-block: 16px;
}

.mt-200 {
  margin-top: 16px;
}

.mr-200 {
  margin-right: 16px;
}

.mb-200 {
  margin-bottom: 16px;
}

.ml-200 {
  margin-left: 16px;
}

.gap-300 {
  gap: 24px;
}

.p-300 {
  padding: 24px;
}

.px-300 {
  padding-inline: 24px;
}

.py-300 {
  padding-block: 24px;
}

.pt-300 {
  padding-top: 24px;
}

.pr-300 {
  padding-right: 24px;
}

.pb-300 {
  padding-bottom: 24px;
}

.pl-300 {
  padding-left: 24px;
}

.m-300 {
  margin: 24px;
}

.mx-300 {
  margin-inline: 24px;
}

.my-300 {
  margin-block: 24px;
}

.mt-300 {
  margin-top: 24px;
}

.mr-300 {
  margin-right: 24px;
}

.mb-300 {
  margin-bottom: 24px;
}

.ml-300 {
  margin-left: 24px;
}

.gap-400 {
  gap: 32px;
}

.p-400 {
  padding: 32px;
}

.px-400 {
  padding-inline: 32px;
}

.py-400 {
  padding-block: 32px;
}

.pt-400 {
  padding-top: 32px;
}

.pr-400 {
  padding-right: 32px;
}

.pb-400 {
  padding-bottom: 32px;
}

.pl-400 {
  padding-left: 32px;
}

.m-400 {
  margin: 32px;
}

.mx-400 {
  margin-inline: 32px;
}

.my-400 {
  margin-block: 32px;
}

.mt-400 {
  margin-top: 32px;
}

.mr-400 {
  margin-right: 32px;
}

.mb-400 {
  margin-bottom: 32px;
}

.ml-400 {
  margin-left: 32px;
}

.gap-500 {
  gap: 40px;
}

.p-500 {
  padding: 40px;
}

.px-500 {
  padding-inline: 40px;
}

.py-500 {
  padding-block: 40px;
}

.pt-500 {
  padding-top: 40px;
}

.pr-500 {
  padding-right: 40px;
}

.pb-500 {
  padding-bottom: 40px;
}

.pl-500 {
  padding-left: 40px;
}

.m-500 {
  margin: 40px;
}

.mx-500 {
  margin-inline: 40px;
}

.my-500 {
  margin-block: 40px;
}

.mt-500 {
  margin-top: 40px;
}

.mr-500 {
  margin-right: 40px;
}

.mb-500 {
  margin-bottom: 40px;
}

.ml-500 {
  margin-left: 40px;
}

.gap-700 {
  gap: 56px;
}

.p-700 {
  padding: 56px;
}

.px-700 {
  padding-inline: 56px;
}

.py-700 {
  padding-block: 56px;
}

.pt-700 {
  padding-top: 56px;
}

.pr-700 {
  padding-right: 56px;
}

.pb-700 {
  padding-bottom: 56px;
}

.pl-700 {
  padding-left: 56px;
}

.m-700 {
  margin: 56px;
}

.mx-700 {
  margin-inline: 56px;
}

.my-700 {
  margin-block: 56px;
}

.mt-700 {
  margin-top: 56px;
}

.mr-700 {
  margin-right: 56px;
}

.mb-700 {
  margin-bottom: 56px;
}

.ml-700 {
  margin-left: 56px;
}

.gap-900 {
  gap: 72px;
}

.p-900 {
  padding: 72px;
}

.px-900 {
  padding-inline: 72px;
}

.py-900 {
  padding-block: 72px;
}

.pt-900 {
  padding-top: 72px;
}

.pr-900 {
  padding-right: 72px;
}

.pb-900 {
  padding-bottom: 72px;
}

.pl-900 {
  padding-left: 72px;
}

.m-900 {
  margin: 72px;
}

.mx-900 {
  margin-inline: 72px;
}

.my-900 {
  margin-block: 72px;
}

.mt-900 {
  margin-top: 72px;
}

.mr-900 {
  margin-right: 72px;
}

.mb-900 {
  margin-bottom: 72px;
}

.ml-900 {
  margin-left: 72px;
}

.gap-1000 {
  gap: 80px;
}

.p-1000 {
  padding: 80px;
}

.px-1000 {
  padding-inline: 80px;
}

.py-1000 {
  padding-block: 80px;
}

.pt-1000 {
  padding-top: 80px;
}

.pr-1000 {
  padding-right: 80px;
}

.pb-1000 {
  padding-bottom: 80px;
}

.pl-1000 {
  padding-left: 80px;
}

.m-1000 {
  margin: 80px;
}

.mx-1000 {
  margin-inline: 80px;
}

.my-1000 {
  margin-block: 80px;
}

.mt-1000 {
  margin-top: 80px;
}

.mr-1000 {
  margin-right: 80px;
}

.mb-1000 {
  margin-bottom: 80px;
}

.ml-1000 {
  margin-left: 80px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  background: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.app {
  background: var(--colors-blue-950, #10141e);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: white;
  font-family: outfit;
}
@media (min-width: 1200px) {
  .app {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
}

.main {
  padding-inline: 16px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  flex: 1;
}
@media (min-width: 768px) {
  .main {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .main {
    margin-top: 24px;
    gap: 40px;
    overflow-x: hidden;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  background: var(--colors-blue-900, #161d2f);
  align-items: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .header {
    margin: 16px;
    border-radius: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .header {
    flex-direction: column;
    justify-content: flex-start;
    gap: 72px;
    margin: 24px;
    margin-right: 0;
    padding: 24px;
  }
}
.header__logo {
  width: 1.5625rem;
  height: 1.25rem;
}
@media (min-width: 768px) {
  .header__logo {
    width: 2rem;
    height: 2rem;
  }
}
.header__icon {
  width: 1rem;
  height: 1rem;
  color: #5a698f;
  transition: all 0.2s;
  flex-shrink: 0;
}
.header__icon path {
  fill: currentColor;
  transition: fill 0.2s;
}
.header__icon.active {
  color: #fc4747;
}
.header__icon:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .header__icon {
    width: 1.25rem;
    height: 1.25rem;
    align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .header__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.header__user-img {
  object-fit: contain;
}
.header__user-logo {
  width: 2rem;
  height: 2rem;
  border: 1px solid white;
  border-radius: 999px;
  transition: all 0.2s;
}
.header__user-logo:hover {
  box-shadow: 0 0 0 2px #161d2f, 0 0 0 3px white;
}
@media (min-width: 768px) {
  .header__user-logo {
    width: 2rem;
    height: 2rem;
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  .header__user-logo {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: auto;
  }
}
.header__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.header__navigation button {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .header__navigation {
    flex-direction: column;
    gap: 40px;
  }
}

.form {
  display: flex;
  gap: 16px;
  color: inherit;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .form {
    margin-top: 24px;
  }
}
.form svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 1200px) {
  .form svg {
    width: 2rem;
    height: 2rem;
  }
}
.form svg path {
  fill: gray;
  transition: fill 0.2s ease;
}
.form:hover svg path {
  fill: red;
}

.search-input {
  color: var(--colors-white, #fff);
  font-feature-settings: "liga" off, "clig" off;
  /* Text Preset 2  (Mobile) - Oufit Light - 16px - 125% Line Height - 0px Line Spacing */
  font-family: Outfit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 1.25rem */
  width: 100%;
}
@media (min-width: 1200px) {
  .search-input {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .result__section p {
    font-size: 2rem;
  }
}

.trending__title {
  margin-bottom: 16px;
  font-weight: 300;
}

.trending {
  overflow-x: hidden;
}
.trending__text {
  margin-bottom: 16px;
  opacity: 0;
  visibility: hidden;
}
.trending__content {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  grid-row-gap: 24px;
  overflow-y: visible;
}
@media (min-width: 768px) {
  .trending__content {
    gap: 40px;
  }
}
.trending__ticker {
  overflow: visible;
  padding-block: 1rem;
  position: relative;
  contain: layout;
}
.trending__ticker:hover .left-btn, .trending__ticker:hover .right-btn {
  opacity: 1;
  visibility: visible;
}
.trending__item {
  width: 15rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: transform 0.4s, outline 0.2s;
  border-radius: 0.5rem;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .trending__item {
    width: 29.375rem;
  }
}
.trending__item:hover {
  transform: translateY(-10px) scale(1.05);
  outline: 2px solid #fc4747;
  outline-offset: 4px;
}
.trending__thumbnail {
  width: 100%;
  aspect-ratio: 480/280;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.trending__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.35s ease;
  will-change: transform;
}
.trending__item:hover .trending__thumbnail img, .trending__item:focus-within .trending__thumbnail img, .trending__thumbnail:hover img, .trending__thumbnail:focus-within img {
  transform: scale(1.04);
}
.trending__bookmark-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 2rem;
  height: 2rem;
  background: var(--colors-blue-950, rgba(16, 20, 30, 0.5921568627));
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  z-index: 4;
}
.trending__bookmark-btn svg path {
  fill: transparent;
  stroke: white;
  transition: fill 0.2s ease;
}
.trending__bookmark-btn.bookmarked svg path {
  fill: white;
}
.trending__bookmark-btn:hover svg path {
  fill: white;
}
.trending__expand-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 2rem;
  height: 2rem;
  background: var(--colors-blue-950, rgba(16, 20, 30, 0.5921568627));
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.trending__expand-btn svg {
  width: 1rem;
  height: 1rem;
}
.trending__info {
  display: flex;
  flex-direction: column;
  position: absolute;
  gap: 8px;
  bottom: 10px;
  left: 10px;
}
@media (min-width: 768px) {
  .trending__info {
    gap: 16px;
    bottom: 1rem;
    left: 1rem;
  }
}
.trending__details {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  opacity: 0.8;
  font-size: 0.6875rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .trending__details {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .trending__details {
    font-size: 0.8125rem;
  }
}
.trending__type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.trending__title {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .trending__title {
    font-size: 2rem;
    letter-spacing: -0.03125rem;
  }
}
.trending__name {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .trending__name {
    font-size: 1.5rem;
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.trending .left-btn {
  position: absolute;
  left: 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.trending .left-btn svg {
  width: 2.5rem;
  height: 2.5rem;
}
.trending .right-btn {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.trending .right-btn svg {
  width: 2.5rem;
  height: 2.5rem;
}

.result__text {
  margin-bottom: 16px;
  opacity: 0;
  visibility: hidden;
}
.result__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10.75rem, 1fr));
  gap: 24px 16px;
  justify-items: start;
}
@media (min-width: 768px) {
  .result__content {
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  }
}
@media (min-width: 1200px) {
  .result__content {
    grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr));
  }
}
.result__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.result__thumbnail {
  width: 100%;
  aspect-ratio: 328/220;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s, outline 0.2s;
  border-radius: 0.5rem;
  border: 1px solid transparent;
}
.result__thumbnail:hover {
  outline: 2px solid #fc4747;
  outline-offset: 3px;
}
.result__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result__bookmark-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 2rem;
  height: 2rem;
  background: var(--colors-blue-950, rgba(16, 20, 30, 0.5921568627));
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  z-index: 4;
}
.result__bookmark-btn svg path {
  fill: transparent;
  stroke: white;
  transition: fill 0.2s ease;
}
.result__bookmark-btn.bookmarked svg path {
  fill: white;
}
.result__bookmark-btn:hover svg path {
  fill: white;
}
.result__expand-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: var(--colors-blue-950, rgba(16, 20, 30, 0.5921568627));
  cursor: pointer;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.result__expand-btn svg {
  width: 1rem;
  height: 1rem;
}
.result {
  /*   &__thumbnail:hover &__expand-btn,
  &__thumbnail:focus-within &__expand-btn {
    opacity: 1;
    visibility: visible;
  } */
}
.result__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.result__details {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  opacity: 0.5;
}
.result__type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.result__title {
  margin-bottom: 16px;
  font-weight: 300;
}
.result__name {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.5em;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes card-appear {
  0% {
    opacity: 0;
    transform: scale(0.92) translateY(12px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes bookmark-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.animate-fade-in {
  animation: fade-in 0.4s ease-out;
}

.animate-card-appear {
  animation: card-appear 0.5s ease-out both;
}

.animate-bookmark-pop {
  animation: bookmark-pop 0.3s ease-out;
}

.animate-slide-up {
  animation: slide-up 0.5s ease-out;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal {
  position: fixed;
  background: rgba(16, 20, 30, 0.8);
  z-index: 50;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__box {
  width: 80%;
  max-width: 896px;
  aspect-ratio: 16/9;
  border-radius: 0.5rem;
  overflow: hidden;
}
.modal__box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

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