#lside .sc-sidebar-story-btn:not(.sc-active) {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #545454 !important;
  text-shadow: none !important;
}

#lside .sc-sidebar-nav-item {
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#lside .sc-legacy-story-row,
#lside .row:has(.sc-sidebar-story-btn) {
  display: none !important;
}

#menuHolder .mnav-btn[data-sc-nav="works"] {
  color: #fff !important;
  font-weight: 800;
}

#menuHolder .mnav-btn[data-sc-nav="works"] .icon,
#menuHolder .mnav-btn[data-sc-nav="works"] .sc-nav-symbol,
#menuHolder .mnav-btn[data-sc-nav="works"] .text {
  color: inherit !important;
}

#menuHolder .mnav-btn.sc-active {
  color: #ec5f78;
}

#menuHolder .mnav-btn .sc-nav-symbol {
  height: 24px;
  margin-bottom: 2px;
  width: 24px;
}

#menuHolder .mnav-btn[data-sc-nav="works"] .sc-nav-symbol {
  margin-top: 3px;
}

#lside .sc-vr-device-icon {
  fill: none;
  height: 1.55rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
  width: 1.55rem;
}

@media (min-width: 992px) {
  #lside .col-12.py-4.px-3:has(> .sc-sidebar-story-btn) {
    padding-bottom: .35rem !important;
    padding-top: 1rem !important;
  }

  #lside .navigation-holder {
    padding-top: 1rem !important;
  }

  #lside .navigation ul {
    display: flex;
    flex-direction: column;
    gap: .35rem;
  }

  #lside .navigation li {
    margin: 0 !important;
  }

  #lside:hover .sc-sidebar-story-btn > .icon,
  #lside:hover .sc-sidebar-nav-item > .icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 47px;
    justify-content: center;
    margin: 0 !important;
    min-width: 47px;
    width: 47px;
  }

  #lside:hover .sc-vr-device-icon {
    height: 1.55rem;
  }
}

#lside .sc-sidebar-story-btn:hover,
#lside .sc-sidebar-nav-item:hover {
  background: #e2e2e2 !important;
  border-color: transparent !important;
  color: #545454 !important;
}

#lside .sc-sidebar-nav-item.sc-active,
#lside .sc-sidebar-story-btn.sc-active {
  background: #ec5f78 !important;
  border-color: #ec5f78 !important;
  box-shadow: 0 8px 18px rgba(236, 95, 120, .28) !important;
  color: #fff !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .16) !important;
}

#lside .sc-sidebar-nav-item.sc-active .icon,
#lside .sc-sidebar-story-btn.sc-active .icon,
#lside .sc-sidebar-nav-item.sc-active .text {
  color: inherit !important;
}

body.dark-mode #lside .sc-sidebar-story-btn:not(.sc-active) {
  color: #e2e2e2 !important;
}

body.dark-mode #lside .sc-sidebar-story-btn:hover,
body.dark-mode #lside .sc-sidebar-nav-item:hover {
  background: #545454 !important;
  color: #e2e2e2 !important;
}

.sc-desktop-top-nav {
  display: none;
}

.sc-nav-symbol {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1.12em;
  justify-content: center;
  line-height: 1;
  width: 1.12em;
}

.sc-nav-symbol svg {
  display: block;
  fill: none;
  height: 100%;
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
  width: 100%;
}

.sc-desktop-nav-item .sc-nav-symbol,
.sc-sidebar-nav-item .sc-nav-symbol,
.mnav-btn .sc-nav-symbol {
  color: currentColor;
}

@media (min-width: 992px) {
  #lside,
  #triggerLeft {
    display: none !important;
  }

  #header {
    padding-left: 20px !important;
  }

  html body #app #mainContainer {
    padding-left: 0 !important;
    width: 100% !important;
  }

  #header.sc-top-nav-ready > .row > :last-child {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  #header .sc-desktop-top-nav {
    align-items: center;
    display: flex !important;
    justify-content: center;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 3;
  }

  #header .sc-desktop-top-nav ul {
    align-items: center;
    display: flex;
    gap: clamp(4px, .75vw, 12px);
    justify-content: center;
  }

  #header .sc-desktop-top-nav li {
    margin: 0;
  }

  #header .sc-desktop-nav-item {
    align-items: center;
    border-radius: 999px;
    color: #545454;
    display: inline-flex;
    font-size: .94rem;
    font-weight: 700;
    gap: 7px;
    justify-content: center;
    min-height: 40px;
    padding: 0 clamp(12px, 1.25vw, 20px);
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
    white-space: nowrap;
  }

  #header .sc-desktop-nav-item .icon,
  #header .sc-desktop-nav-item .sc-nav-symbol {
    font-size: 1.05rem;
  }

  #header .sc-desktop-nav-item:hover {
    background: #f3f3f3;
    color: #ec5f78;
    transform: translateY(-1px);
  }

  #header .sc-desktop-nav-item.sc-active {
    background: #ec5f78;
    box-shadow: 0 8px 20px rgba(236, 95, 120, .24);
    color: #fff;
  }

  body.dark-mode #header .sc-desktop-nav-item {
    color: #e2e2e2;
  }

  body.dark-mode #header .sc-desktop-nav-item:hover {
    background: #454545;
    color: #fff;
  }

  body.dark-mode #header .sc-desktop-nav-item.sc-active {
    background: #ec5f78;
    color: #fff;
  }
}

@media (min-width: 992px) and (max-width: 1120px) {
  #header .sc-desktop-nav-item {
    gap: 5px;
    padding-inline: 11px;
  }

  #header .sc-desktop-nav-item .icon {
    display: none;
  }
}

.sc-header-auth {
  align-items: center;
  gap: 10px;
}

.sc-header-auth .sc-auth-login,
.sc-header-auth .sc-auth-register {
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, opacity .12s ease;
}

.sc-header-auth.sc-auth-pending .sc-auth-login,
.sc-header-auth.sc-auth-pending .sc-auth-register {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

#header .sc-header-controls {
  flex: 0 0 auto;
  margin-left: auto;
  padding-right: 10px;
  position: relative;
  transform: translateY(-7px);
  z-index: 4;
}

#header .sc-theme-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  color: #ec5f78;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 1.2rem;
  height: 38px;
  justify-content: center;
  padding: 0;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  width: 38px;
}

#header .sc-theme-toggle:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
  transform: translateY(-1px);
}

.sc-header-auth .btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  min-height: 40px;
  min-width: 86px;
  padding: 0 22px;
  text-decoration: none;
}

.sc-header-auth .sc-auth-login {
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
  color: #545454;
}

.sc-header-auth .sc-auth-login:hover {
  background: #f8f8f8;
  border-color: #e4e4e4;
  box-shadow: 0 7px 18px rgba(0, 0, 0, .1);
  color: #ec5f78;
}

.sc-header-auth .sc-auth-register {
  box-shadow: 0 10px 24px rgba(236, 95, 120, .28);
  color: #fff;
}

.sc-header-auth .sc-auth-user {
  max-width: 150px;
  overflow: hidden;
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sc-header-auth .btn:disabled,
.sc-auth-submit:disabled {
  cursor: wait;
  opacity: .68;
}

body.dark-mode .sc-header-auth .sc-auth-login {
  background: #232323;
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .22);
  color: #f8f8f8;
}

body.dark-mode .sc-header-auth .sc-auth-login:hover {
  border-color: rgba(255, 255, 255, .26);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .26);
  color: #ec5f78;
}

body.dark-mode #header .sc-theme-toggle {
  background: #303030;
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .3);
  color: #fff;
}

@media (max-width: 991.98px) {
  #header {
    height: 44px !important;
    min-height: 44px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  #header > .row {
    height: 44px;
    min-height: 44px;
  }

  #header > .row > :first-child,
  #header > .row > :last-child {
    align-items: stretch;
    display: flex;
    justify-content: flex-end;
  }

  #header > .row > :first-child {
    justify-content: flex-start;
  }

  #header #logo {
    max-height: 36px;
  }

  #header .sc-header-controls {
    align-items: center;
    align-self: stretch;
    gap: 9px;
    height: 100%;
    margin-left: auto;
    padding: 4px 9px 4px 0;
    transform: none;
  }

  #header .sc-theme-toggle {
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(84, 84, 84, .16);
    border-radius: 0;
    box-shadow: none;
    color: #545454;
    flex-basis: 42px;
    font-size: 1.25rem;
    height: 34px;
    width: 42px;
  }

  #header .sc-theme-toggle:hover {
    box-shadow: none;
    transform: none;
  }

  .sc-header-auth .sc-auth-login {
    display: none !important;
  }

  .sc-header-auth .sc-auth-register {
    font-size: 13px;
    height: 34px;
    min-height: 34px;
    min-width: 60px;
    padding: 0 15px;
  }

  body.dark-mode #header .sc-theme-toggle {
    background: transparent;
    border-color: rgba(255, 255, 255, .14);
    box-shadow: none;
  }
}

@media (min-width: 992px) and (max-width: 1120px) {
  #header .sc-header-controls {
    gap: 7px;
    padding-right: 6px;
  }

  #header .sc-theme-toggle {
    flex-basis: 34px;
    font-size: 1.05rem;
    height: 34px;
    width: 34px;
  }

  .sc-header-auth .btn {
    font-size: 13px;
    height: 36px;
    min-height: 36px;
    min-width: 64px;
    padding-inline: 12px;
  }
}

.sc-header-login-compact {
  display: none !important;
}

body.sc-auth-open {
  overflow: hidden;
}

.sc-auth-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: clamp(18px, 4vw, 56px);
  pointer-events: none;
  position: fixed;
  transition: opacity .22s ease;
  visibility: hidden;
  z-index: 10050;
}

.sc-auth-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.sc-auth-backdrop {
  backdrop-filter: blur(9px);
  background: rgba(10, 10, 12, .78);
  inset: 0;
  position: absolute;
}

.sc-auth-dialog {
  background: #fff;
  border: 1px solid #ececf0;
  border-radius: 24px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .42);
  display: grid;
  grid-template-columns: minmax(300px, 350px) minmax(480px, 1fr);
  height: min(600px, calc(100vh - 72px));
  max-width: 980px;
  overflow: hidden;
  position: relative;
  transform: translateY(14px) scale(.985);
  transition: transform .25s ease;
  width: min(980px, calc(100vw - 64px));
  z-index: 1;
}

.sc-auth-modal.is-open .sc-auth-dialog {
  transform: translateY(0) scale(1);
}

.sc-auth-close {
  align-items: center;
  background: #f5f5f7;
  border: 1px solid #e0e0e4;
  border-radius: 50%;
  color: #4d4b50;
  display: flex;
  font-size: 22px;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: background .18s ease, transform .18s ease;
  width: 40px;
  z-index: 4;
}

.sc-auth-close:hover {
  background: #ec5f78;
  color: #fff;
  transform: rotate(5deg);
}

.sc-auth-visual {
  background: #eee9e5;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.sc-auth-photo {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 20%;
  position: absolute;
  width: 100%;
}

.sc-auth-visual-shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), transparent 30%, rgba(0, 0, 0, .22));
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.sc-auth-logo {
  background: rgba(255, 255, 255, .82);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  left: 20px;
  max-height: 52px;
  max-width: 190px;
  object-fit: contain;
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  z-index: 2;
}

body.dark-mode .sc-auth-logo {
  background: rgba(24, 24, 27, .84);
}

.sc-auth-panel {
  align-content: center;
  color: #28262b;
  display: grid;
  min-width: 0;
  overflow-y: auto;
  padding: 42px clamp(42px, 5vw, 64px) 28px;
}

.sc-auth-tabs {
  background: #f1f1f4;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto 22px;
  padding: 5px;
  width: 190px;
}

.sc-auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #77757c;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 18px;
}

.sc-auth-tabs button.is-active {
  background: #ec5f78;
  box-shadow: 0 7px 18px rgba(236, 95, 120, .28);
  color: #fff;
}

.sc-auth-heading > span {
  color: #ec5f78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.sc-auth-heading h2 {
  color: #242228;
  font-size: clamp(28px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.035em;
  margin: 8px 0 8px;
}

.sc-auth-heading p {
  color: #747179;
  font-size: 15px;
  margin: 0 0 20px;
}

.sc-auth-form {
  display: grid;
  gap: 11px;
}

.sc-auth-field {
  align-items: center;
  background: #f7f7f9;
  border: 1px solid #dedee4;
  border-radius: 14px;
  display: flex;
  height: 52px;
  margin: 0;
  padding: 0 18px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.sc-auth-field:focus-within {
  background: #fff;
  border-color: #ec5f78;
  box-shadow: 0 0 0 3px rgba(236, 95, 120, .15);
}

.sc-auth-field > .icon {
  color: #ec5f78;
  flex: 0 0 26px;
  font-size: 20px;
  margin-right: 11px;
}

.sc-auth-field input {
  background: transparent;
  border: 0;
  color: #28252b;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 600;
  min-width: 0;
  outline: 0;
  padding: 0;
}

.sc-auth-field input::placeholder {
  color: #99969d;
  opacity: 1;
}

.sc-auth-password-toggle {
  background: transparent;
  border: 0;
  color: #87848b;
  font-size: 19px;
  padding: 8px;
}

.sc-auth-password-toggle:hover {
  color: #28252b;
}

.sc-auth-captcha-row {
  display: grid;
  gap: 11px;
  grid-template-columns: minmax(0, 1fr) 140px;
}

.sc-auth-captcha {
  align-items: center;
  background: rgba(236, 95, 120, .1);
  border: 1px solid rgba(236, 95, 120, .42);
  border-radius: 14px;
  color: #ff7192;
  display: flex;
  height: 52px;
  justify-content: center;
  letter-spacing: .25em;
  padding: 0 15px;
}

.sc-auth-captcha strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 20px;
}

.sc-auth-captcha .icon {
  font-size: 14px;
  margin-left: 8px;
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
}

.sc-auth-captcha:hover .icon {
  opacity: 1;
  transform: rotate(30deg);
}

.sc-auth-submit {
  background: linear-gradient(100deg, #ec5f78, #ff6599);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 13px 28px rgba(236, 95, 120, .25);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  height: 52px;
  margin-top: 3px;
  transition: box-shadow .18s ease, transform .18s ease;
}

.sc-auth-submit:hover {
  box-shadow: 0 16px 34px rgba(236, 95, 120, .36);
  transform: translateY(-1px);
}

.sc-auth-message {
  color: #7fd8ae;
  font-size: 13px;
  margin: -3px 3px -5px;
  min-height: 19px;
}

.sc-auth-message.is-error {
  color: #ff9caf;
}

.sc-auth-age {
  color: #85828a;
  font-size: 13px;
  margin: 17px 0 0;
  text-align: center;
}

.sc-auth-switch {
  background: transparent;
  border: 0;
  color: #77747c;
  font-size: 13px;
  margin: 9px auto 0;
  padding: 4px 10px;
}

.sc-auth-switch strong {
  color: #ec5f78;
  margin-left: 3px;
}

body.dark-mode .sc-auth-dialog {
  background: #202125;
  border-color: rgba(255, 255, 255, .08);
}

body.dark-mode .sc-auth-close {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
  color: #fff;
}

body.dark-mode .sc-auth-panel {
  color: #f7f7f8;
}

body.dark-mode .sc-auth-tabs {
  background: #2b2c31;
}

body.dark-mode .sc-auth-tabs button {
  color: #aeb0b7;
}

body.dark-mode .sc-auth-tabs button.is-active {
  color: #fff;
}

body.dark-mode .sc-auth-heading h2,
body.dark-mode .sc-auth-field input {
  color: #fff;
}

body.dark-mode .sc-auth-heading p,
body.dark-mode .sc-auth-field input::placeholder,
body.dark-mode .sc-auth-password-toggle,
body.dark-mode .sc-auth-switch {
  color: #aeb0b7;
}

body.dark-mode .sc-auth-password-toggle:hover {
  color: #fff;
}

body.dark-mode .sc-auth-field {
  background: #2a2b30;
  border-color: #555861;
}

body.dark-mode .sc-auth-field:focus-within {
  background: #2e2f34;
}

body.dark-mode .sc-auth-age {
  color: #999ca3;
}

@media (min-width: 821px) and (max-height: 760px) {
  .sc-auth-dialog {
    height: min(570px, calc(100vh - 36px));
  }

  .sc-auth-panel {
    padding: 26px clamp(40px, 5vw, 58px) 18px;
  }

  .sc-auth-tabs {
    margin-bottom: 18px;
  }

  .sc-auth-heading h2 {
    font-size: 34px;
  }

  .sc-auth-heading p {
    margin-bottom: 18px;
  }

  .sc-auth-field,
  .sc-auth-captcha,
  .sc-auth-submit {
    height: 56px;
  }

  .sc-auth-age {
    margin-top: 16px;
  }
}

@media (max-width: 820px) {
  .sc-auth-modal {
    align-items: center;
    padding: 6px;
  }

  .sc-auth-dialog {
    border-radius: 20px;
    grid-template-rows: clamp(84px, 16dvh, 112px) minmax(0, 1fr);
    grid-template-columns: 1fr;
    height: min(620px, calc(100dvh - 12px));
    max-height: calc(100dvh - 12px);
    width: min(100%, 560px);
  }

  .sc-auth-visual {
    min-height: 0;
  }

  .sc-auth-photo {
    object-position: 50% 24%;
  }

  .sc-auth-visual-shade {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .15) 60%, #fff 100%);
  }

  body.dark-mode .sc-auth-visual-shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(32, 33, 37, .18) 60%, #202125 100%);
  }

  .sc-auth-logo {
    left: 14px;
    max-height: 40px;
    max-width: 160px;
    padding: 6px 9px;
    top: 12px;
  }

  .sc-auth-close {
    font-size: 18px;
    height: 34px;
    right: 12px;
    top: 12px;
    width: 34px;
  }

  .sc-auth-panel {
    align-content: start;
    margin-top: -18px;
    overflow: hidden;
    padding: 8px 20px 12px;
    position: relative;
    z-index: 2;
  }

  .sc-auth-tabs {
    margin-bottom: 9px;
    padding: 4px;
    width: 176px;
  }

  .sc-auth-tabs button {
    font-size: 13px;
    padding: 6px 15px;
  }

  .sc-auth-heading > span {
    font-size: 10px;
  }

  .sc-auth-heading h2 {
    font-size: 25px;
    margin: 4px 0;
  }

  .sc-auth-heading p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 9px;
  }

  .sc-auth-form {
    gap: 7px;
  }

  .sc-auth-field,
  .sc-auth-captcha,
  .sc-auth-submit {
    height: 44px;
  }

  .sc-auth-field {
    border-radius: 12px;
    padding: 0 14px;
  }

  .sc-auth-field > .icon {
    font-size: 17px;
    margin-right: 7px;
  }

  .sc-auth-field input {
    font-size: 14px;
  }

  .sc-auth-captcha-row {
    gap: 7px;
    grid-template-columns: minmax(0, 1fr) 118px;
  }

  .sc-auth-captcha {
    border-radius: 12px;
  }

  .sc-auth-captcha strong {
    font-size: 17px;
  }

  .sc-auth-submit {
    font-size: 14px;
    margin-top: 1px;
  }

  .sc-auth-message {
    font-size: 11px;
    line-height: 1.2;
    margin: -2px 2px -4px;
    max-height: 28px;
    min-height: 14px;
    overflow: hidden;
  }

  .sc-auth-age {
    font-size: 11px;
    margin-top: 8px;
  }

  .sc-auth-switch {
    font-size: 11px;
    margin-top: 2px;
    padding-block: 2px;
  }
}

@media (max-width: 480px) {
  .sc-auth-dialog {
    grid-template-rows: clamp(76px, 14dvh, 96px) minmax(0, 1fr);
    height: min(590px, calc(100dvh - 10px));
    max-height: calc(100dvh - 10px);
  }

  .sc-auth-panel {
    padding: 7px 14px 10px;
  }

  .sc-auth-heading h2 {
    font-size: 23px;
  }

  .sc-auth-heading p {
    font-size: 11px;
  }

  .sc-auth-field,
  .sc-auth-captcha,
  .sc-auth-submit {
    height: 42px;
  }

  .sc-auth-captcha-row {
    grid-template-columns: minmax(0, 1fr) 108px;
  }

  .sc-auth-captcha strong {
    font-size: 16px;
  }
}

@media (max-width: 820px) and (max-height: 560px) {
  .sc-auth-dialog {
    grid-template-rows: 58px minmax(0, 1fr);
    height: calc(100dvh - 8px);
    max-height: calc(100dvh - 8px);
  }

  .sc-auth-logo {
    max-height: 32px;
    top: 8px;
  }

  .sc-auth-close {
    height: 30px;
    right: 9px;
    top: 8px;
    width: 30px;
  }

  .sc-auth-panel {
    margin-top: -10px;
    padding: 4px 12px 7px;
  }

  .sc-auth-tabs {
    margin-bottom: 4px;
  }

  .sc-auth-heading > span,
  .sc-auth-heading p {
    display: none;
  }

  .sc-auth-heading h2 {
    font-size: 20px;
    margin: 0 0 4px;
  }

  .sc-auth-form {
    gap: 5px;
  }

  .sc-auth-field,
  .sc-auth-captcha,
  .sc-auth-submit {
    height: 36px;
  }

  .sc-auth-message {
    min-height: 11px;
  }

  .sc-auth-age {
    margin-top: 4px;
  }

  .sc-auth-switch {
    margin-top: 0;
  }
}

#logo,
#logoLS {
  height: auto;
  max-height: 54px;
  object-fit: contain;
  width: auto;
}

@media (max-width: 575.98px) {
  #logo,
  #logoLS {
    max-height: 40px;
  }
}

@media (min-width: 992px) {
  #lside:not(:hover) .sc-sidebar-story-btn {
    align-items: center;
    border-radius: 999px;
    display: flex;
    font-size: 0;
    height: 47px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 47px !important;
  }

  #lside:not(:hover) .sc-sidebar-story-btn .icon {
    font-size: 1.45rem;
    margin: 0;
  }

  #lside:hover .sc-sidebar-story-btn {
    gap: 0;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (min-width: 700px) {
  html body.layout-2 #app #lside,
  html body.layout-2 #app #triggerLeft {
    display: none !important;
    visibility: hidden !important;
  }

  html body.layout-2 #app #header {
    min-height: 72px !important;
    padding-left: 20px !important;
  }

  html body.layout-2 #app #header.sc-top-nav-ready > .row > :last-child {
    align-items: center !important;
    display: flex !important;
    justify-content: flex-end !important;
    position: static !important;
  }

  html body.layout-2 #app #header .sc-desktop-top-nav {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: max-content !important;
    z-index: 4 !important;
  }

  html body.layout-2 #app #header .sc-desktop-top-nav ul {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    gap: clamp(4px, .75vw, 12px) !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: max-content !important;
  }

  html body.layout-2 #app #header .sc-desktop-top-nav li {
    display: block !important;
    margin: 0 !important;
  }

  html body.layout-2 #app #header .sc-desktop-nav-item {
    align-items: center !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    gap: 7px !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 0 clamp(12px, 1.25vw, 20px) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  html body.layout-2 #app #mainContainer {
    left: auto !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    top: auto !important;
    width: 100% !important;
  }
}

@media (min-width: 700px) {
  html body.layout-2 #app #header {
    position: sticky !important;
  }

  html body.layout-2 #app #header > .row {
    align-items: center !important;
    min-height: 72px !important;
    position: relative !important;
  }

  html body.layout-2 #app #header > .sc-desktop-top-nav,
  html body.layout-2 #app #header .sc-desktop-top-nav {
    left: 50% !important;
    margin: 0 !important;
    max-width: calc(100vw - 420px) !important;
    position: absolute !important;
    right: auto !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  html body.layout-2 #app #header .sc-header-controls {
    margin-left: auto !important;
    position: relative !important;
    z-index: 6 !important;
  }
}

/* sc-popular-sites:start */
.sc-popular-sites{left:var(--sc-popular-trigger-left,230px);position:absolute;top:50%;transform:translateY(-50%);z-index:12}
.sc-popular-sites-trigger{align-items:center;background:#ec5f78;border:0;border-radius:999px;box-shadow:0 8px 20px rgba(236,95,120,.24);color:#fff;display:inline-flex;font-size:13px;font-weight:800;gap:7px;height:36px;justify-content:center;line-height:1;padding:0 12px;white-space:nowrap}
.sc-popular-sites-trigger:hover,.sc-popular-sites.is-open .sc-popular-sites-trigger{background:#e84f6b;color:#fff}
.sc-popular-sites-trigger i{border-bottom:2px solid currentColor;border-right:2px solid currentColor;display:block;height:7px;margin-top:-4px;transform:rotate(45deg);transition:margin .18s ease,transform .18s ease;width:7px}
.sc-popular-sites.is-open .sc-popular-sites-trigger i{margin-top:4px;transform:rotate(225deg)}
.sc-popular-sites-menu{background:rgba(255,255,255,.98);border:1px solid rgba(84,84,84,.12);border-radius:22px;box-shadow:0 22px 60px rgba(35,35,35,.2);display:none;left:0;margin-top:14px;overflow:hidden;padding:16px;position:absolute;top:100%;width:440px}
.sc-popular-sites.is-open .sc-popular-sites-menu{display:block}
.sc-popular-sites-heading{align-items:flex-end;display:flex;justify-content:space-between;margin:0 4px 12px}
.sc-popular-sites-heading strong{color:#2f2b2c;font-size:16px}
.sc-popular-sites-heading span{color:#ec5f78;font-size:9px;font-weight:800;letter-spacing:.14em}
.sc-popular-sites-grid{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));max-height:min(520px,calc(100dvh - 120px));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.sc-popular-site-card{align-items:center;border-radius:15px;color:#3d383a;display:flex;gap:10px;min-width:0;padding:8px;text-decoration:none;transition:background-color .16s ease,color .16s ease,transform .16s ease}
.sc-popular-site-card:hover{background:rgba(236,95,120,.09);color:#ec5f78;transform:translateY(-1px)}
.sc-popular-site-icon{align-items:center;background:#fff;border:1px solid rgba(84,84,84,.1);border-radius:50%;display:inline-flex;flex:0 0 44px;height:44px;justify-content:center;overflow:hidden;width:44px}
.sc-popular-site-icon img{display:block;height:44px;object-fit:cover;width:44px}
.sc-popular-site-copy{display:flex;flex:1 1 auto;flex-direction:column;min-width:0}
.sc-popular-site-copy strong{font-size:14px;line-height:1.3}
.sc-popular-site-copy small{color:#9a9093;font-size:9px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sc-popular-site-arrow{border-right:1.5px solid currentColor;border-top:1.5px solid currentColor;flex:0 0 7px;height:7px;margin-right:3px;opacity:.42;transform:rotate(45deg);width:7px}
body.dark-mode .sc-popular-sites-trigger{background:#ec5f78;color:#fff}
body.dark-mode .sc-popular-sites-trigger:hover,body.dark-mode .sc-popular-sites.is-open .sc-popular-sites-trigger{background:#e84f6b;color:#fff}
body.dark-mode .sc-popular-sites-menu{background:rgba(35,35,35,.985);border-color:rgba(255,255,255,.12);box-shadow:0 24px 64px rgba(0,0,0,.48)}
body.dark-mode .sc-popular-sites-heading strong,body.dark-mode .sc-popular-site-card{color:#f8f8f8}
body.dark-mode .sc-popular-site-card:hover{background:rgba(236,95,120,.16);color:#fff}
body.dark-mode .sc-popular-site-icon{background:#fff;border-color:rgba(255,255,255,.16)}
@media(min-width:992px){
  #header .sc-desktop-top-nav .sc-popular-sites-slot{margin:0}
  #header .sc-desktop-top-nav .sc-popular-sites{left:auto;position:relative;top:auto;transform:none}
  #header .sc-desktop-top-nav .sc-popular-sites-trigger{font-size:.94rem;min-height:40px;padding:0 clamp(12px,1vw,18px)}
  #header .sc-desktop-top-nav .sc-popular-sites-menu{left:auto;right:0}
}
@media(max-width:991.98px){
  #header .sc-popular-sites-host{min-width:0;position:relative}
  .sc-popular-sites{align-items:center;align-self:stretch;display:flex;flex:0 0 auto;left:auto;margin-left:auto;margin-right:clamp(8px,1.5vw,12px);position:relative;right:auto;top:auto;transform:none}
  #header .sc-popular-sites+.sc-header-controls{margin-left:0!important}
  .sc-popular-sites-trigger{border-radius:9999px;box-shadow:none;font-size:11px;gap:5px;height:32px;padding:0 7px;transform:none}
  .sc-popular-sites-trigger i{height:6px;width:6px}
  .sc-popular-sites-menu{border-radius:18px;left:8px;margin:0;max-height:calc(100dvh - var(--sc-popular-menu-top,52px) - 8px);overflow-y:auto;padding:13px;position:fixed;right:8px;top:var(--sc-popular-menu-top,52px);width:auto}
  .sc-popular-sites-heading{margin-bottom:9px}
  .sc-popular-sites-grid{gap:6px;max-height:none;overflow:visible}
  .sc-popular-site-card{gap:8px;padding:7px 5px}
  .sc-popular-site-icon,.sc-popular-site-icon img{height:38px;width:38px}
  .sc-popular-site-icon{flex-basis:38px}
  .sc-popular-site-copy strong{font-size:13px}
  .sc-popular-site-copy small{font-size:8px}
}
@media(max-width:575.98px){.sc-popular-sites-trigger{font-size:10.5px;gap:4px;padding-inline:5px}}
@media(max-width:359.98px){.sc-popular-sites-trigger{font-size:9.5px;letter-spacing:-.04em;padding-inline:3px}.sc-popular-sites-grid{grid-template-columns:1fr}}
/* sc-popular-sites:end */

/* sc-mobile-logo-align-v1:start */
@media (max-width: 991.98px) {
  #header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #header > .row {
    flex-wrap: nowrap !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    width: auto !important;
  }

  #header > .row > .sc-popular-sites-host {
    flex: 1 1 auto !important;
    max-width: none !important;
    min-width: 0 !important;
    width: auto !important;
  }

  #header > .row > .sc-popular-sites-host > a {
    justify-content: flex-start !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #header > .row > :last-child,
  #header > .row > .sc-header-main {
    flex: 0 0 211px !important;
    max-width: 211px !important;
    min-width: 211px !important;
    width: 211px !important;
  }

  #header .sc-popular-sites {
    margin-left: 0 !important;
    margin-right: 8px !important;
  }

  #header #logo {
    max-width: 100% !important;
    transform-origin: left center !important;
  }
}

@media (max-width: 359.98px) {
  #header > .row > :last-child,
  #header > .row > .sc-header-main {
    flex-basis: 203px !important;
    max-width: 203px !important;
    min-width: 203px !important;
    width: 203px !important;
  }

  #header .sc-popular-sites {
    margin-right: 0 !important;
  }

  #header #logo {
    max-width: 100% !important;
    transform: none !important;
    width: auto !important;
  }
}
/* sc-mobile-logo-align-v1:end */

/* sc-mobile-logo-align-v2-clearance:start */
@media (max-width: 991.98px) {
  #header #logo {
    max-width: calc(100% - 8px) !important;
  }
}
/* sc-mobile-logo-align-v2-clearance:end */
