@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a,
span {
  display: inline-block;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #ebebeb;
  background-color: #0f0f0f;
  overflow: hidden;
  height: 100dvh;
}

h2 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100dvh;
}

input[type=text] {
  caret-color: #ff69b4;
}

.rekad-card {
  background: #2d2d2d;
  padding: 6px;
}
.rekad-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rekad-card .ad-badge {
  padding: 1px 6px;
  border-radius: 4px;
  background: #fed879;
  font-size: 11px;
  line-height: 100%;
  color: #000;
}
.rekad-card .close-ad {
  height: 8px;
  display: flex;
}

.search-box {
  background: #2d2d2d;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px;
  position: relative;
  z-index: 100;
}
.search-box input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: #ebebeb;
  border: none;
  outline: none;
}
.search-box input::placeholder {
  color: #9e9e9e;
}
.search-box .search-btn {
  height: 14px;
}
.search-box .search-btn img {
  width: 14px;
  height: 14px;
}
.search-box .search-options {
  position: absolute;
  top: 100%;
  margin-top: 6px;
  left: 0;
  width: 100%;
  border-radius: 6px;
  background: #2d2d2d;
  display: none;
  overflow: hidden;
  flex-direction: column;
}
.search-box .search-options.show {
  display: flex;
}
.search-box .search-options .search-option {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ebebeb;
  height: 56px;
  padding: 10px 12px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.search-box .search-options .search-option:hover {
  background-color: #414141;
}
.search-box .search-options .search-option img {
  width: 24px;
  height: 24px;
}

.show-more {
  color: #ff69b4;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
}

#main {
  height: 100dvh;
  display: flex;
}

.sidebar {
  position: relative;
  min-width: 218px;
  max-width: 218px;
  height: 100%;
  overflow-y: auto;
  padding: 28px 12px 28px 24px;
  border-right: 1px solid #2d2d2d;
  display: flex;
  flex-direction: column;
}
.sidebar .sidebar-top {
  flex-grow: 1;
}
.sidebar .bottom-card {
  position: relative;
}
.sidebar .bottom-card .rekad-card {
  width: 100%;
  height: 270px;
  bottom: 28px;
  left: 0;
  position: absolute;
}
.sidebar .bottom-card .copyright-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  margin-top: 12px;
}
.sidebar__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sidebar__link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 100%;
  color: #9e9e9e;
  transition: all 0.2s linear;
}
.sidebar__link path {
  transition: all 0.2s linear;
}
.sidebar__link:hover {
  color: #ff69b4;
}
.sidebar__link:hover path {
  stroke: #ff69b4 !important;
}
.sidebar__link:active {
  color: #d7418c;
}
.sidebar__link:active path {
  stroke: #d7418c !important;
}
.sidebar__link.active {
  color: #ebebeb;
}
.sidebar__link.active path {
  stroke: #ebebeb !important;
}
.sidebar__link .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar__link .icon path {
  stroke: #9e9e9e;
}

.right-sidebar {
  flex: 1;
  min-width: 0;
  padding: 24px 24px 0 12px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.right-sidebar .scroll-content {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 24px;
}
.right-sidebar .scroll-content::-webkit-scrollbar {
  display: none;
}
.right-sidebar .fixed-search {
  background: #0f0f0f;
  position: relative;
  padding-bottom: 24px;
  z-index: 100;
  margin-top: -24px;
  padding-top: 24px;
}
.right-sidebar .search-box {
  max-width: 455px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 24px;
}
.right-sidebar .shorts-swiper {
  overflow: visible !important;
}
.right-sidebar .head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.right-sidebar .head-box .title a {
  color: inherit;
  text-decoration: none;
}
.right-sidebar .content-link {
  width: 100%;
  height: 100%;
  color: #ebebeb;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.right-sidebar .content-link .content-title {
  transition: all 0.2s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-sidebar .content-link:hover .content-title {
  color: #ff69b4;
}
.right-sidebar .category-box {
  display: flex;
  gap: 6px;
  overflow-x: auto;
}
.right-sidebar .category-box::-webkit-scrollbar {
  display: none;
}
.right-sidebar .category-item {
  padding: 3px 12px;
  color: #0f0f0f;
  background: #ebebeb;
  border-radius: 1000px;
  line-height: 100%;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.right-sidebar .content-boxes {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.right-sidebar .content-boxes .content-img {
  width: 100%;
  aspect-ratio: 7/11;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.right-sidebar .content-boxes .content-img .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.right-sidebar .content-boxes .content-img .rekad-card {
  width: 100%;
  height: 100%;
}
.right-sidebar .content-boxes .content-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 6px 0 2px 0;
}
.right-sidebar .content-boxes .content-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.right-sidebar .content-boxes .content-info span {
  font-size: 12px;
  line-height: 100%;
  color: #9e9e9e;
}

.feed-page .right-sidebar {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.feed-page .shorts-swiper {
  flex: 1;
  max-width: 455px;
  width: 100%;
  min-height: 0;
}
.feed-page .shorts-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 24px;
}
.feed-page .shorts {
  --header-height: 61px;
  --footer-height: 68px;
  --safe-area: env(safe-area-inset-bottom, 0px);
  --chrome-height: calc(
      var(--header-height) + var(--footer-height) + var(--safe-area)
  );
  aspect-ratio: 9/16;
  width: min(455px, 100vw - 24px);
  margin-inline: auto;
  background: #2d2d2d;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  z-index: 1;
  flex: 1;
}
.feed-page .shorts .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  border-radius: inherit;
}
.feed-page .shorts::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 332px;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
  z-index: -1;
  border-radius: inherit;
}
.feed-page .shorts .action-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d2d2d;
}
.feed-page .shorts .video-actions {
  position: absolute;
  bottom: 100px;
  right: -62px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  color: #ebebeb;
}
@media (max-width: 600px) {
  .feed-page .shorts .video-actions {
    right: 8px;
    bottom: 80px;
  }
}
.feed-page .shorts .video-actions .box {
  width: 50px;
  text-align: center;
  cursor: pointer;
  color: #ebebeb;
}
.feed-page .shorts .video-actions .like-btn.active svg path {
  stroke: #ff494c;
  fill: #ff494c;
}
.feed-page .shorts .video-actions .share-options {
  position: absolute;
  width: 69px;
  background: #2d2d2d;
  padding: 12px;
  text-align: center;
  flex-direction: column;
  gap: 24px;
  border-radius: 6px;
  right: -80px;
  bottom: 0;
  display: none;
}
@media (max-width: 600px) {
  .feed-page .shorts .video-actions .share-options {
    right: auto;
    left: -80px;
  }
}
.feed-page .shorts .video-actions .settings-btn {
  position: relative;
}
.feed-page .shorts .video-actions .settings-btn.active .share-options {
  display: flex;
}
.feed-page .shorts .video-actions .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
}
.feed-page .shorts .bottom-actions .badges {
  display: flex;
  gap: 6px;
}
.feed-page .shorts .bottom-actions .badge {
  background: rgba(232, 235, 241, 0.3019607843);
  padding: 6px 12px;
  border-radius: 1000px;
  font-size: 16px;
  color: #ebebeb;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feed-page .shorts .bottom-actions h3 {
  margin: 12px 0;
  font-weight: 400;
  font-size: 16px;
}
.feed-page .shorts .progress {
  width: 100%;
  height: 2px;
  background: #9e9e9e;
  border-radius: 100px;
  overflow: hidden;
}
.feed-page .shorts .progress .active {
  height: 100%;
  background: #ebebeb;
}

.copyright-box {
  max-width: 600px;
  padding: 0 24px;
}
.copyright-box p {
  font-weight: 400;
  font-size: 16px;
  color: #9e9e9e;
  margin-top: 12px;
  line-height: 140%;
}
.copyright-box p a {
  color: #ff69b4;
}

.categories-page .media-ad {
  width: 100%;
  height: 150px;
  margin-bottom: 24px;
}
.categories-page .all-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.categories-page .all-categories .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0f0f0f;
  background: #ebebeb;
  padding: 12px;
  border-radius: 6px;
}
.categories-page .all-categories .item:hover {
  background-color: #fff;
}
.categories-page .all-categories .item:active {
  background-color: #cdcdcd;
}
.categories-page .all-categories .item span {
  color: #9e9e9e;
  font-size: 11px;
}

.header,
.footer,
.media-ad,
.media-search {
  display: none;
}

.category-swiper .swiper-wrapper {
  align-items: center;
}

.category-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

.category-swiper {
  margin-bottom: 24px;
}

.header-copyright {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #9e9e9e;
  width: fit-content;
}

@media (max-width: 1024px) {
  .feed-page .shorts-swiper .swiper-slide {
    padding-bottom: 0;
  }
  .feed-page .shorts-swiper {
    max-width: 100%;
    min-height: 500px;
  }
  .feed-page .shorts .bg-video {
    object-fit: cover;
  }
  .search-page .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .header {
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .shorts-swiper {
    max-width: 100%;
    width: 100%;
  }
  .feed-page .shorts {
    width: auto;
    max-width: fit-content !important;
  }
  .header-copyright {
    display: block;
  }
  .fixed-search {
    display: none;
  }
  .media-search {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: calc(100dvh - 99px);
    display: flex;
    flex-direction: column-reverse;
    top: 0;
    left: 0;
    background: #0f0f0f;
    padding: 12px;
  }
  .media-search .results {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
  }
  .media-search .results::-webkit-scrollbar {
    display: none;
  }
  .media-search .result {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ebebeb;
  }
  .media-search .search-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0;
  }
  .media-search .search-container .search-box {
    width: 100%;
    transition: all 0.2s linear;
  }
  .media-search .search-container .back {
    width: 24px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .header {
    display: block;
    border-bottom: 1px solid #2d2d2d;
    padding: 12px;
  }
  .header__logo {
    width: 167px;
    height: 36px;
  }
  .header__logo img {
    width: 100%;
    height: 100%;
  }
  .wrapper {
    display: block;
  }
  .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #2d2d2d;
    background: #0f0f0f;
    flex-shrink: 0;
    padding: 12px 12px 80px 12px;
  }
  .footer__link {
    max-width: 177px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #9e9e9e;
    text-align: center;
  }
  .footer__link.active {
    color: #ebebeb;
  }
  .footer__link.active path {
    stroke: #ebebeb !important;
  }
  .footer__link .icon {
    margin-inline: auto;
    width: 24px;
    height: 24px;
  }
  .footer__link .icon svg {
    width: 100%;
    height: 100%;
  }
  .footer__link .icon path {
    stroke: #9e9e9e;
  }
  .sidebar {
    display: none;
  }
  .right-sidebar .search-box {
    display: none;
  }
  .right-sidebar {
    padding: 0 12px 0 12px;
  }
  #main {
    height: calc(100dvh - 95px - 70px);
    padding-top: 12px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #main::-webkit-scrollbar {
    display: none;
  }
  .right-sidebar .scroll-content {
    height: unset;
    overflow: visible;
  }
  .right-sidebar .category-box {
    width: calc(100% + 12px);
    margin-right: -12px;
  }
  .right-sidebar .head-box {
    padding-right: 12px;
  }
  .right-sidebar .media-ad {
    display: block;
    height: 100px;
    width: calc(100% - 12px);
    margin-bottom: 24px;
  }
  .categories-page .all-categories {
    padding-right: 12px;
  }
  .feed-page .shorts {
    max-width: 512px;
    height: 100%;
  }
  .feed-page .shorts .video-actions {
    right: 12px;
  }
  .feed-page .shorts::before {
    height: 447px;
  }
  .wrapper.feed-page {
    display: flex;
    flex-direction: column;
    height: 100dvh;
  }
  .wrapper.home-page {
    display: flex;
    padding-bottom: 68px;
  }
  main#main {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    height: calc(100dvh - 61px - 68px);
  }
  .right-sidebar {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
  .shorts-swiper,
  .swiper-wrapper,
  .swiper-slide {
    height: 100% !important;
  }
  .shorts {
    height: 100%;
    aspect-ratio: 9/16;
    max-width: 455px;
    margin-inline: auto;
  }
  .wrapper.feed-page {
    height: 100dvh;
    display: flex;
    flex-direction: column;
  }
  .wrapper.feed-page #main {
    padding-bottom: 0 !important;
  }
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #2d2d2d;
    background: #0f0f0f;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 34px)) 12px;
    z-index: 100;
  }
  .wrapper.feed-page {
    height: 100dvh;
    display: block;
    flex-direction: column;
  }
  .wrapper.feed-page #main {
    padding-top: 0;
    height: calc(100dvh - 68px - 67px);
  }
  .feed-page .shorts .video-actions .share-options {
    right: 55px;
  }
  .feed-body {
    overflow: hidden;
    height: 100dvh;
  }
  .feed-body {
    overflow: hidden;
    height: 100dvh;
  }
  .feed-body #main {
    padding-top: 0 !important;
  }
  .feed-body .shorts {
    max-width: 512px;
    padding-inline: 20px !important;
  }
}
@media (max-width: 768px) {
  .feed-body {
    overflow: hidden;
    height: 100dvh;
  }
  .feed-body .shorts {
    max-width: fit-content !important;
    padding-inline: 12px !important;
  }
  .media-search {
    height: calc(100dvh - 73px);
  }
  .categories-body,
  .search-body {
    overflow: hidden;
    height: 100dvh;
  }
  .categories-body .categories-page,
  .categories-body .search-page,
  .search-body .categories-page,
  .search-body .search-page {
    overflow: hidden;
    height: 100%;
  }
  .categories-body #main,
  .search-body #main {
    height: 100%;
    overflow-y: auto;
  }
  .footer {
    padding-bottom: 20px !important;
  }
  #main {
    height: calc(100vh - 70px - 70px);
  }
  body {
    padding-bottom: 0 !important;
  }
  .feed-body {
    overflow: hidden;
    height: 100%;
  }
  .wrapper.feed-page {
    min-height: unset;
  }
  .wrapper.feed-page #main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .wrapper.feed-page #main .swiper,
  .wrapper.feed-page #main .right-sidebar {
    padding-bottom: 0 !important;
  }
  .wrapper.feed-page .shorts-swiper .swiper-slide {
    margin-bottom: 0 !important;
  }
  .footer {
    padding: 12px;
  }
  .feed-page .right-sidebar {
    margin-right: 0;
    padding: 0;
  }
  .feed-page .shorts-swiper .swiper-slide {
    padding-bottom: 0;
  }
  .copyright-box {
    padding: 12px;
    max-width: 100%;
  }
  .feed-page .shorts .video-actions .share-options {
    right: 55px;
  }
}
@media (max-width: 500px) {
  .categories-page .all-categories {
    grid-template-columns: 1fr 1fr;
  }
  .feed-page .shorts {
    border-radius: 0;
  }
  .feed-page #main {
    padding-top: 0;
  }
  .footer__link {
    font-size: 12px;
  }
  .media-search {
    padding-bottom: 0;
  }
  .media-search {
    height: calc(100% - 69px);
  }
  .feed-page .shorts {
    aspect-ratio: 9/14;
  }
  .feed-page #main {
    height: calc(100vh - 70px - 60px);
  }
  .feed-page .shorts::before {
    width: calc(100% + 1px);
    left: -1px;
  }
  .feed-page .shorts {
    width: 100%;
    max-width: 100% !important;
    height: 100%;
  }
  .feed-page .shorts {
    background: #000;
    padding: 0 !important;
  }
  .feed-page .shorts .bottom-actions {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
  }
  .feed-page .shorts .bg-video {
    object-fit: cover;
    position: relative;
    object-position: center;
  }
}
/* ─── ACTION BTN SCALE ANIMATION ─── */
.action-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d2d2d;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
}
@keyframes btn-grow {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.action-btn.show {
  animation: btn-grow 250ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  pointer-events: auto;
}

/* ─── LIKE BUTTON ─── */
.like-btn {
  position: relative;
  transition: transform 0.15s ease;
}

.like-btn.liked svg path {
  fill: #ff4757;
  stroke: #ff4757;
}

.like-btn:active {
  transform: scale(0.85);
}

/* ─── FLOATING HEART ─── */
.like-pop {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  pointer-events: none;
  animation: floatHeart 0.8s ease forwards;
}

@keyframes floatHeart {
  0% {
    opacity: 1;
    transform: translateX(-50%) scale(0.5) translateY(0);
  }
  60% {
    opacity: 1;
    transform: translateX(-50%) scale(1.3) translateY(-24px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(1) translateY(-40px);
  }
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
.posts-grid__item .content-img {
  width: 100%;
  aspect-ratio: 7/9;
  border-radius: 6px;
  overflow: hidden;
}
.posts-grid__item .content-img .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.posts-grid__item .content-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 6px 0 2px 0;
}

.flex-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 343px) {
  .header {
    gap: 3px;
  }
  .header__logo {
    width: 147px;
    height: 36px;
  }
}
.salom {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/shorts-aCI_mc8.png");
  background-repeat: no-repeat;
}

.share-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  display: none;
}
.share-modal.active {
  display: flex;
}
.share-modal .content {
  max-width: 404px;
  background: #2d2d2d;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
}
.share-modal .content .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.share-modal .content .head h3 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.share-modal .content .body {
  display: flex;
  gap: 6px;
}
.share-modal .content .body input {
  width: 100%;
  height: 44px;
  border: 1px solid #ebebeb;
  padding: 12px;
  border-radius: 6px;
  background: #2d2d2d;
  color: #ebebeb;
  outline: none;
}
.share-modal .content .body button {
  background: #ff69b4;
  color: #fff;
  width: 61px;
  height: 44px;
  border: none;
  border-radius: 6px;
}

.history-empty {
  padding: 48px 0;
  text-align: center;
  color: #9e9e9e;
  font-size: 16px;
  line-height: 1.5;
}
.history-empty a {
  color: #ff69b4;
}
.history-empty a:hover {
  text-decoration: underline;
}

@media (max-height: 948px) {
  .feed-page .shorts {
    max-width: 512px;
    height: 100%;
  }
}

/*# sourceMappingURL=app.output.css.map */
