@media (min-width: 769px) {
  .workspace-dock [data-vendor-panel-workspace-bar] .vendor-panel-modal__workspace-copy,
  .workspace-dock [data-catalog-panel-workspace-bar] .vendor-panel-modal__workspace-copy {
    gap: 3px;
  }

  .workspace-dock [data-vendor-panel-workspace-bar] .vendor-panel-modal__workspace-text,
  .workspace-dock [data-catalog-panel-workspace-bar] .vendor-panel-modal__workspace-text {
    display: block !important;
    color: rgba(232, 236, 242, 0.88);
    font-size: 0.78rem;
    line-height: 1.3;
    max-width: 52ch;
  }
}

@media (max-width: 768px) {
  .access-directory.nova-root {
    display: block;
  }

  .access-directory__body {
    display: block;
  }

  .access-directory__sidebar {
    display: none;
  }

  .access-directory__content {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    isolation: auto;
  }

  .access-directory__content::before {
    display: none;
  }

  .access-directory__type-rail {
    display: none;
  }

  .access-directory__mobile-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 10px;
  }

  .access-directory__search--mobile-tools {
    display: flex;
  }

  .access-directory__mobile-filter-trigger {
    display: inline-flex;
  }

  .access-directory__mobile-panel:not([hidden]) {
    display: grid;
  }

  .access-directory__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .access-directory {
    gap: 14px;
  }

  .access-directory__content {
    gap: 12px;
  }

  .access-directory__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .access-directory__mobile-filter-trigger {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .access-directory__metric {
    min-width: 0;
    padding: 9px 9px 8px;
  }

  .access-directory__metric span {
    font-size: 0.54rem;
  }

  .access-directory__metric strong {
    font-size: 0.9rem;
  }

  .access-directory__filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
  }

  .access-directory__filter-row::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .access-directory__filter-row--mobile-type {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  .access-directory__filter {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0.5rem 0.78rem;
    border-radius: 999px;
    font-size: 0.74rem;
    line-height: 1;
  }

  .access-card {
    padding: 6px;
    gap: 4px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
  }

  .access-card__head {
    align-items: center;
    gap: 6px;
    min-height: 56px;
  }

  .access-card__asset {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .access-card__head-row {
    align-items: center;
    gap: 6px;
  }

  .access-card__title {
    font-size: 0.79rem;
  }

  .access-card__copy {
    font-size: 0.63rem;
  }

  .access-card__meta {
    font-size: 0.56rem;
  }

  .access-card__action {
    min-height: 20px;
    padding: 0 7px;
    font-size: 0.52rem;
  }

  .access-card.is-compact {
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bottom-menu.is-ready .tab-highlight,
  .tab-btn.is-active .tab-icon,
  .profile-state-pill.is-success {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nova-card,
  .nova-card__media,
  .nova-card__mark,
  .nova-card__status,
  .nova-card__eyebrow,
  .nova-card__wordmark,
  .nova-card__serial,
  .nova-card__motif,
  .nova-sheet,
  .nova-sheet__hero,
  .nova-sheet__hero-asset,
  .nova-sheet__body,
  .nova-sheet__hero-chip,
  .nova-sheet__hero-note,
  .nova-sheet__hero-wordmark,
  .nova-sheet__hero-code,
  .nova-sheet__hero-mark,
  .nova-sheet__head,
  .nova-sheet__panel,
  .nova-card__media-grid,
  .nova-sheet__hero-grid,
  .nova-card__media-orb,
  .nova-sheet__hero-orb,
  .nova-card__media-sheen,
  .nova-sheet__hero-sheen {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 860px) {
  .span-8,
  .span-7,
  .span-6,
  .span-5,
  .span-4 {
    grid-column: span 6;
  }

  .profile-shell__body {
    grid-template-columns: 1fr;
  }

  .access-map {
    --access-row-gap: 16px;
    --access-col-gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "core core"
      "telegram signal"
      "locked locked";
  }

  .access-core {
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .access-core__stats {
    grid-column: 1 / -1;
    min-width: 0;
  }

  .access-cluster--locked {
    width: min(420px, 100%);
    justify-self: center;
  }

  .access-cluster--locked .access-route {
    min-height: 0;
  }

  .access-cluster--telegram,
  .access-cluster--signal {
    padding-top: 0;
  }

  .access-guide {
    display: none;
  }

  .nova-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .nova-desktop-sort {
    gap: 9px;
  }

  .nova-desktop-sort .nova-desktop-filters__section-title {
    color: rgba(226, 232, 240, 0.68);
    font-size: 0.82rem;
    font-weight: 560;
  }

  .nova-desktop-sort__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 136px), 1fr));
    gap: 7px;
  }

  .nova-desktop-sort__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    min-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.028);
    color: rgba(226, 232, 240, 0.64);
    padding: 0 8px;
    font: inherit;
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition:
      border-color 160ms ease,
      background 160ms ease,
      color 160ms ease,
      box-shadow 160ms ease;
  }

  .nova-desktop-sort__button:hover,
  .nova-desktop-sort__button:focus-visible {
    border-color: rgba(180, 208, 255, 0.16);
    background: rgba(180, 208, 255, 0.055);
    color: rgba(238, 243, 249, 0.82);
    outline: none;
  }

  .nova-desktop-sort__button.is-active {
    border-color: rgba(151, 205, 255, 0.16);
    background:
      linear-gradient(180deg, rgba(174, 215, 255, 0.075), rgba(91, 145, 198, 0.042)),
      rgba(255, 255, 255, 0.044);
    color: rgba(238, 244, 250, 0.84);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 7px 16px rgba(69, 124, 190, 0.04);
  }

  .nova-desktop-sort__icon {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    color: currentColor;
    opacity: 0.58;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .nova-desktop-sort__button.is-active .nova-desktop-sort__icon {
    opacity: 0.72;
  }

  .nova-sheet-wrap.is-visible {
    pointer-events: none;
  }

  .nova-sheet__backdrop {
    display: none;
  }

  .nova-sheet {
    top: 74px;
    bottom: 22px;
    left: calc(50% + (var(--app-max) / 2) + 20px);
    right: 20px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    gap: 12px;
    grid-template-rows: minmax(188px, 220px) minmax(0, 1fr);
    pointer-events: auto;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__hero {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
  }

  .nova-sheet__body {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(13, 15, 20, 0.92), rgba(9, 10, 14, 0.94));
  }

  .nova-sheet__close {
    top: 10px;
    right: 10px;
  }

  .nova-desktop-filters {
    display: block;
  }

  .nova-filter-rail {
    display: none;
  }
}

@media (max-width: 780px) {
  .settings-shell__pair {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .settings-shell__pair--list {
    gap: 0;
  }

  .nova-sheet__backdrop {
    background: rgba(5, 7, 10, 0.82);
    backdrop-filter: blur(16px);
  }

  .nova-shell {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .nova-shell::before {
    display: none;
  }

  .nova-root .tab-header {
    margin-bottom: 8px;
    align-items: flex-start;
  }

  .nova-root .tab-header p,
  .nova-root .header-badge {
    display: none;
  }

  .nova-mobile-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nova-filter-rail {
    display: none;
  }

  .nova-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .nova-card__partner-description {
    font-size: 0.74rem;
    min-height: 3.1em;
  }

  .nova-card__partner-cta {
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.68rem;
  }

  .nova-sheet {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100dvh - max(12px, calc(env(safe-area-inset-top) + 12px)));
    max-height: calc(100dvh - max(12px, calc(env(safe-area-inset-top) + 12px)));
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    transform: translate3d(0, calc(100% + 24px), 0);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
    border-radius: 26px 26px 0 0;
    background: linear-gradient(180deg, rgba(11, 13, 17, 0.995), rgba(7, 9, 13, 0.995));
    box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.42);
    transition:
      opacity 180ms ease,
      transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
    isolation: isolate;
  }

  .nova-sheet-wrap.is-visible .nova-sheet__backdrop {
    opacity: var(--nova-sheet-backdrop-opacity, 0.82);
  }

  .nova-sheet-wrap.is-visible.is-peek {
    pointer-events: none;
  }

  .nova-sheet-wrap.is-visible.is-half {
    pointer-events: none;
  }

  .nova-sheet-wrap.is-visible.is-peek .nova-sheet {
    pointer-events: auto;
    touch-action: none;
    overscroll-behavior: none;
  }

  .nova-sheet-wrap.is-visible.is-half .nova-sheet {
    pointer-events: auto;
    background: linear-gradient(180deg, rgb(11, 13, 17), rgb(7, 9, 13));
  }

  .nova-sheet-wrap.is-visible.is-peek .nova-sheet__body,
  .nova-sheet-wrap.is-visible.is-peek .nova-sheet__hero,
  .nova-sheet-wrap.is-visible.is-peek .nova-sheet__head {
    overscroll-behavior: none;
    touch-action: none;
  }

  .nova-sheet-wrap.is-visible.is-peek .nova-sheet__backdrop {
    pointer-events: none;
    opacity: 0.04;
    background: rgba(5, 7, 10, 0.04);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nova-sheet-wrap.is-visible.is-half .nova-sheet__backdrop {
    pointer-events: none;
    opacity: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nova-sheet-wrap.is-visible .nova-sheet {
    transform: translate3d(0, var(--nova-sheet-mobile-offset, 0px), 0);
  }

  .nova-sheet-wrap.is-hiding .nova-sheet {
    transform: translate3d(0, calc(100% + 24px), 0);
  }

  .nova-sheet-wrap.is-dragging .nova-sheet {
    transition: none;
  }

  .nova-sheet-wrap.is-dragging .nova-sheet__backdrop {
    transition: none;
  }

  .nova-sheet-wrap.is-preview-hero-stage.is-dragging .nova-sheet:not(.is-partner) .nova-sheet__hero,
  .nova-sheet-wrap.is-preview-hero-stage.is-dragging .nova-sheet:not(.is-partner) .nova-sheet__hero-stage {
    transition: none;
  }

  .nova-sheet__grab {
    display: block;
    top: 0;
  }

  .nova-sheet::before {
    display: none;
  }

  .nova-sheet__hero {
    min-height: 0;
    height: calc(132px * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 1))));
    max-height: calc(132px * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 1))));
    padding: calc(42px * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 1)))) 14px calc(14px * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 1))));
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, calc(0.08 * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 1)))));
    border-radius: 26px 26px 0 0;
    background: rgb(9, 11, 15);
    isolation: isolate;
    overflow: hidden;
    opacity: calc(0.02 + (0.98 * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 1)))));
  }

  .nova-sheet__hero-stage {
    position: relative;
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
    opacity: var(--nova-sheet-hero-stage-reveal, var(--nova-sheet-hero-shell-reveal, 1));
    transform: translate3d(0, calc(14px * (1 - var(--nova-sheet-hero-stage-reveal, var(--nova-sheet-hero-shell-reveal, 1)))), 0)
      scale(calc(0.986 + (0.014 * var(--nova-sheet-hero-stage-reveal, var(--nova-sheet-hero-shell-reveal, 1)))));
    transform-origin: 50% 18%;
    will-change: transform, opacity;
    transition:
      transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 140ms ease;
  }

  .nova-sheet__close {
    top: 10px;
    right: 14px;
  }

  .nova-sheet__grab span {
    margin-top: 2px;
  }

  .nova-sheet__swipe-hint {
    display: none;
  }

  .nova-sheet__hero-asset {
    opacity: 0.72;
    filter: saturate(0.86) contrast(1.04) brightness(0.76);
    transform: scale(1.04);
  }

  .nova-sheet__hero-grid,
  .nova-sheet__hero-sheen,
  .nova-sheet__hero-orb,
  .nova-sheet__hero-motif,
  .nova-sheet__hero-chip,
  .nova-sheet__hero-note,
  .nova-sheet__hero-code,
  .nova-sheet__hero-wordmark {
    display: none;
  }

  .nova-sheet__hero-mark {
    right: 10px;
    bottom: 7px;
    left: auto;
    font-size: clamp(1.25rem, 8vw, 1.9rem);
    opacity: 0.38;
    color: rgba(255, 255, 255, 0.94);
    text-shadow: 0 8px 14px rgba(0, 0, 0, 0.22);
  }

  .nova-sheet.is-partner .nova-sheet__hero {
    min-height: 68px;
    max-height: 68px;
    height: 68px;
    padding: 8px 10px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(17, 20, 26, 0.96), rgba(11, 14, 19, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .nova-sheet.is-partner .nova-sheet__body {
    display: grid;
    min-height: auto;
    gap: 10px;
  }

  .nova-sheet.is-partner .nova-sheet__panel-stack {
    flex: none;
    min-height: auto;
    gap: 10px;
  }

  .nova-sheet.is-partner .nova-sheet__primary {
    margin-top: 0;
  }

  .nova-sheet.is-partner [data-nova-sheet-media] {
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    overflow: hidden;
    background: transparent;
  }

  .nova-sheet.is-partner img.nova-sheet__hero-asset {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 0.98;
    filter: none;
    transform: none;
    border-radius: 0;
  }

  .nova-sheet.is-partner [data-nova-sheet-media]::after,
  .nova-sheet.is-partner .nova-sheet__hero::before,
  .nova-sheet.is-partner .nova-sheet__hero-grid,
  .nova-sheet.is-partner .nova-sheet__hero-sheen,
  .nova-sheet.is-partner .nova-sheet__hero-orb,
  .nova-sheet.is-partner .nova-sheet__hero-motif,
  .nova-sheet.is-partner .nova-sheet__hero-chip,
  .nova-sheet.is-partner .nova-sheet__hero-note,
  .nova-sheet.is-partner .nova-sheet__hero-wordmark,
  .nova-sheet.is-partner .nova-sheet__hero-code,
  .nova-sheet.is-partner .nova-sheet__hero-mark {
    display: none !important;
  }

  .nova-sheet__body {
    padding: 14px 14px calc(var(--safe-bottom) + 20px);
    gap: 12px;
    border: 0;
    border-radius: 0;
    background: rgb(9, 11, 15);
    overflow-y: hidden;
    isolation: isolate;
  }

  .nova-sheet-wrap.is-full .nova-sheet__body {
    overflow-y: auto;
  }

  .nova-sheet__head {
    gap: 6px;
  }

  .nova-sheet__identity {
    gap: clamp(5px, 1.4vw, 7px);
    align-items: start;
  }

  .nova-sheet__identity-copy {
    gap: 7px;
  }

  .nova-sheet__title-row {
    gap: 10px;
    align-items: flex-start;
    padding-right: 154px;
  }

  .nova-sheet__meta-row {
    gap: clamp(5px, 1.4vw, 7px);
  }

  .nova-sheet__title {
    font-size: 1.34rem;
  }

  .nova-sheet__partner-mark {
    min-height: 28px;
    margin-left: 10px;
    padding: 0 10px 0 9px;
    gap: 7px;
    font-size: 0.64rem;
    letter-spacing: 0.1em;
  }

  .nova-sheet__partner-mark-icon {
    width: 8px;
    height: 8px;
  }

  .nova-sheet__meta {
    font-size: 0.72rem;
    color: var(--ink-2);
  }

  .nova-sheet.is-partner .nova-sheet__title {
    font-size: 1.34rem;
    line-height: 0.98;
  }

  .nova-sheet.is-partner .nova-sheet__meta {
    font-size: 0.72rem;
    letter-spacing: 0.02em;
  }

  .nova-sheet__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .nova-sheet__payments {
    gap: 8px;
  }

  .nova-sheet__payments-label {
    font-size: 0.56rem;
  }

  .nova-sheet__payments-list {
    gap: 7px;
  }

  .nova-payment-chip {
    min-height: 31px;
    gap: 6px;
    padding: 0.42rem 0.64rem 0.42rem 0.52rem;
  }

  .nova-payment-chip__icon {
    width: 17px;
    height: 17px;
  }

  .nova-payment-chip__icon::before {
    font-size: 0.56rem;
  }

  .nova-payment-chip__text {
    font-size: 0.62rem;
  }

  .nova-sheet__stat {
    padding: 2px 0 0;
    gap: 4px;
  }

  .nova-sheet__stat-value {
    font-size: 0.92rem;
  }

  .nova-sheet__loyalty-gauge {
    width: 52px;
    height: 52px;
  }

  .nova-sheet__loyalty-shell {
    width: 52px;
    height: 52px;
  }

  .nova-sheet__loyalty-value {
    font-size: 0.68rem;
  }

  .nova-sheet__rate {
    gap: 5px;
    padding-top: 8px;
  }

  .nova-sheet__rate-value {
    font-size: 0.94rem;
  }

  .nova-sheet__success {
    gap: 7px;
  }

  .nova-sheet__success-segment {
    width: 10px;
    height: 5px;
  }

  .nova-sheet__success-value {
    font-size: 0.92rem;
  }

  .nova-sheet__primary-cta {
    min-height: 52px;
    border-radius: 16px;
  }

  .nova-sheet__support-cta {
    min-height: 40px;
    border-radius: 14px;
  }

  .nova-sheet__panel-head {
    display: flex;
  }

  .nova-sheet__primary {
    grid-template-columns: 1fr;
  }

  .nova-action--partner-sheet {
    min-height: 52px;
    border-radius: 16px;
    font-size: 0.84rem;
  }

  .nova-sheet__panel--products {
    padding: 14px;
    border-radius: 20px;
  }

  .nova-sheet__panel--about {
    border: 1px solid rgba(208, 230, 255, 0.14);
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(210, 232, 255, 0.065), rgba(255, 255, 255, 0.022)),
      rgba(255, 255, 255, 0.02);
    padding: 14px;
  }

  .nova-sheet__description {
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .nova-sheet__flags {
    gap: 6px;
  }

  .nova-products {
    grid-template-columns: 1fr;
  }

  .nova-card {
    border-radius: 18px;
    padding: 8px;
    gap: 8px;
  }

  .nova-card__media {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }

  .nova-card--image-media .nova-card__asset--image {
    object-fit: cover;
    object-position: center center;
    transform: none;
    padding: 0;
    box-sizing: border-box;
    background: none;
  }

  .nova-card--contain-fit .nova-card__asset--image {
    object-fit: contain;
    padding: 10px;
    box-sizing: border-box;
    background: radial-gradient(circle at 50% 30%, rgba(26, 31, 44, 0.88), rgba(11, 14, 20, 0.96));
  }

  .nova-card__mark {
    left: 10px;
    bottom: 10px;
    font-size: clamp(1.7rem, 9vw, 2.2rem);
  }

  .nova-card__status {
    top: 10px;
    right: 10px;
  }

  .nova-card__eyebrow {
    top: 12px;
    left: 10px;
    right: 82px;
    font-size: 0.5rem;
  }

  .nova-card__wordmark {
    left: 10px;
    right: 12px;
    bottom: 44px;
    max-width: 74%;
    font-size: 0.62rem;
  }

  .nova-card__serial {
    right: 10px;
    bottom: 10px;
    font-size: 0.48rem;
  }

  .nova-card__title {
    font-size: 0.98rem;
  }

  .nova-card__meta-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
    font-size: 0.66rem;
    flex-wrap: nowrap;
    min-width: 0;
  }

  .nova-card__mini-rating {
    min-width: 0;
    max-width: 100%;
    gap: 3px;
  }

  .nova-card__mini-rating-value,
  .nova-card__mini-rating-votes {
    font-size: 0.72rem;
  }

  .nova-card__mini-rating-votes {
    margin-left: 0;
  }

  .nova-card__mini-rating .nova-rate__score-stars {
    font-size: 0.76rem;
    letter-spacing: 0;
  }

  .nova-card__meta-line .nova-like {
    grid-column: 2;
    justify-self: end;
    width: auto;
    max-width: max-content;
    flex: 0 0 auto;
    min-height: 22px;
    min-width: auto;
    padding: 0 7px;
    gap: 3px;
    font-size: 0.64rem;
  }

  .nova-pill {
    min-height: 22px;
    padding: 0.26rem 0.44rem;
    font-size: 0.52rem;
  }

  .nova-sheet-wrap.is-peek .nova-sheet__panel--about {
    display: none;
  }

  .nova-sheet-wrap.is-peek .nova-products .nova-product:nth-child(n + 3) {
    display: none;
  }

  .access-shell {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 4px 0 0;
    overflow: visible;
  }

  .access-shell::before {
    display: none;
  }

  .access-shell.is-inactive {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: calc(var(--radius-lg) + 4px);
    background:
      radial-gradient(circle at 84% 12%, rgba(212, 224, 237, 0.075), transparent 28%),
      radial-gradient(circle at 10% 100%, rgba(110, 136, 161, 0.065), transparent 34%),
      linear-gradient(180deg, rgba(22, 25, 30, 0.92), rgba(15, 17, 21, 0.9));
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 16px;
    overflow: hidden;
  }

  .access-shell.is-inactive::before {
    display: block;
  }

  .access-shell.is-inactive::after {
    display: block;
  }

  .access-inactive {
    min-height: 0;
    max-width: none;
    padding: 0;
  }

  .access-map {
    --access-connector-span: 18px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "core"
      "telegram"
      "signal"
      "locked";
    gap: 14px;
    align-items: start;
    padding: 0 0 8px;
  }

  .access-core,
  .access-cluster,
  .access-cluster--locked {
    width: auto;
    justify-self: stretch;
    align-self: start;
    margin-left: 0;
    padding-top: 0;
  }

  .access-core {
    text-align: left;
    width: auto;
    max-width: none;
    margin-left: var(--access-mobile-rail-offset);
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .access-core::before {
    content: "";
    position: absolute;
    top: var(--access-anchor-y);
    left: calc(var(--access-connector-span) * -1);
    width: var(--access-connector-span);
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(190, 203, 223, 0.38));
    pointer-events: none;
  }

  .access-core::after {
    content: "";
    position: absolute;
    top: var(--access-node-top);
    left: calc(var(--access-node-offset) * -1);
    width: var(--access-node-size);
    height: var(--access-node-size);
    border-radius: 999px;
    background: #d8e4fb;
    box-shadow: 0 0 0 var(--access-node-ring) rgba(216, 228, 251, 0.14);
    pointer-events: none;
  }

  .access-cluster {
    margin-left: var(--access-mobile-rail-offset);
  }

  .access-cluster--locked {
    margin-left: var(--access-mobile-rail-offset);
  }

  .access-core__stats {
    grid-column: auto;
    min-width: 0;
  }

  .access-cluster--locked .access-route {
    min-height: 0;
  }

  .access-cluster--locked::before {
    display: none;
  }

  .access-cluster--telegram::before,
  .access-cluster--signal::before {
    display: none;
  }

  .access-graph--cross {
    display: none;
  }

  .access-graph--axis {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    transform: none;
    margin-left: calc(var(--access-mobile-rail-offset) - var(--access-node-offset) + (var(--access-node-size) / 2));
    margin-top: var(--access-axis-top);
    margin-bottom: var(--access-axis-bottom);
    background: linear-gradient(180deg, rgba(190, 203, 223, 0.42), rgba(190, 203, 223, 0.14) 60%, rgba(255, 255, 255, 0));
  }

  .access-route::before {
    top: var(--access-anchor-y);
    left: calc(var(--access-connector-span) * -1);
    right: auto;
    width: var(--access-connector-span);
  }

  .access-route::after {
    top: var(--access-node-top);
    left: calc(var(--access-node-offset) * -1);
    right: auto;
  }

  .access-cluster--telegram .access-route::before {
    left: calc(var(--access-connector-span) * -1);
    right: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(190, 203, 223, 0.32));
  }

  .access-cluster--telegram .access-route::after {
    left: calc(var(--access-node-offset) * -1);
    right: auto;
  }

  .access-cluster--telegram .access-route::before,
  .access-cluster--telegram .access-route::after,
  .access-cluster--locked .access-route::before,
  .access-cluster--locked .access-route::after {
    display: block;
  }
}

@media (max-width: 640px) {
  .span-8,
  .span-7,
  .span-6,
  .span-5,
  .span-4 {
    grid-column: 1 / -1;
  }

  .app {
    width: 100%;
    padding-inline: 0;
    padding-top: 8px;
  }

  .topbar {
    border-radius: 24px;
    margin-inline: 10px;
  }

  .tab-stage {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-color: rgba(255, 255, 255, 0.028);
    border-radius: 30px 30px 0 0;
    background:
      linear-gradient(180deg, rgba(15, 16, 20, 0.5), rgba(15, 16, 20, 0.34) 42%, rgba(12, 13, 16, 0.22)),
      rgba(255, 255, 255, 0.004);
    box-shadow:
      0 -10px 26px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.01);
  }

  .tab-stage::before {
    left: 10px;
    right: 10px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
    opacity: 0.5;
  }

  .nf-kicker {
    font-size: 0.6rem;
    padding-inline: 0.5rem;
  }

  .nf-lang__trigger {
    min-height: 30px;
    min-width: 50px;
    padding: 0.24rem 0.52rem;
  }

  .nf-actions {
    gap: 7px;
  }

  .nf-render-mode {
    width: 92px;
    min-height: 28px;
    padding: 3px;
  }

  .nf-render-mode__button {
    font-size: 0.56rem;
  }

  .tab-pane {
    padding: 12px 8px 18px;
  }

  .tab-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .nova-card {
    border-radius: 16px;
    padding: 7px;
  }

  .nova-card__media {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
  }

  .nova-card--contain-fit .nova-card__asset--image {
    padding: 8px;
  }

  .nova-sheet__body {
    padding: 14px 12px 12px;
  }

  .nova-sheet__hero {
    min-height: 68px;
    max-height: 68px;
    padding: 8px 10px;
  }

  .nova-sheet.is-partner .nova-sheet__hero {
    min-height: 160px;
    max-height: 160px;
  }

  .nova-sheet__hero-note {
    top: 58px;
    left: 12px;
    right: 82px;
    font-size: 0.52rem;
  }

  .nova-sheet__hero-wordmark {
    left: 12px;
    right: 110px;
    bottom: 38px;
    max-width: 64%;
    font-size: 0.92rem;
  }

  .nova-sheet__hero-code {
    left: 12px;
    bottom: 12px;
    font-size: 0.52rem;
  }

  .nova-sheet__hero-chip {
    top: 14px;
    left: 12px;
    right: 56px;
    gap: 6px;
  }

  .nova-sheet__hero-chip span {
    min-height: 24px;
    padding: 0.28rem 0.52rem;
    font-size: 0.56rem;
  }

  .nova-sheet__hero-mark {
    font-size: clamp(1rem, 6vw, 1.35rem);
  }

  .nova-sheet__title {
    font-size: 1.46rem;
  }

  .nova-sheet__description {
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .nova-sheet.is-partner .nova-sheet__head {
    gap: 6px;
  }

  .nova-sheet.is-partner .nova-sheet__identity,
  .nova-sheet.is-partner .nova-sheet__identity-copy {
    gap: 5px;
  }

  .nova-sheet-wrap.is-peek .nova-sheet.is-partner .nova-sheet__hero {
    height: 0;
    min-height: 0;
    max-height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    border-bottom-color: transparent;
  }

  .nova-sheet-wrap.is-peek .nova-sheet.is-partner .nova-sheet__body {
    gap: 4px;
    padding-top: 14px;
    padding-bottom: calc(var(--safe-bottom) + 8px);
  }

  .nova-sheet-wrap.is-peek .nova-sheet.is-partner .nova-sheet__head {
    gap: 2px;
  }

  .nova-sheet-wrap.is-peek .nova-sheet.is-partner .nova-sheet__identity,
  .nova-sheet-wrap.is-peek .nova-sheet.is-partner .nova-sheet__identity-copy {
    gap: 2px;
  }

  .nova-sheet-wrap.is-peek .nova-sheet.is-partner [data-nova-sheet-about-panel] {
    display: none !important;
  }

  .nova-sheet-wrap.is-peek .nova-sheet.is-partner .nova-sheet__meta {
    display: none !important;
  }

  .nova-sheet-wrap.is-peek .nova-sheet.is-partner [data-nova-sheet-shop-panel] {
    gap: 0 !important;
  }

  .nova-sheet-wrap.is-peek .nova-sheet.is-partner [data-nova-sheet-shop-panel] > :not(.nova-sheet__primary) {
    display: none !important;
  }

  .nova-sheet-wrap.is-peek .nova-sheet.is-partner .nova-sheet__primary {
    margin-top: 0;
  }

  .nova-sheet__panel {
    padding: 12px;
    border-radius: 18px;
  }

  .nova-products {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cards {
    gap: 10px;
  }

  .settings-shell__pair {
    gap: 8px;
  }

  .settings-shell__pair--list {
    gap: 0;
  }

  .settings-row {
    padding: 12px 13px;
    align-items: flex-start;
    flex-direction: column;
  }

  .settings-row__meta {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-items: stretch;
  }

  .settings-row__mode {
    justify-self: start;
  }

  .settings-row__badges {
    justify-content: flex-start;
  }

  .settings-row--list {
    padding: 14px 10px;
    gap: 10px;
    flex-direction: row;
    align-items: center;
  }

  .settings-row--list .settings-row__meta {
    width: auto;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin-left: auto;
  }

  .settings-row--list .settings-row__action {
    justify-self: start;
  }

  .settings-card--half .settings-row {
    min-height: 122px;
    padding: 12px;
  }

  .settings-card--half .settings-row__title {
    font-size: 0.88rem;
  }

  .settings-card--half .settings-row__mode,
  .settings-card--half .settings-row__action {
    min-height: 28px;
    padding-inline: 10px;
    font-size: 0.68rem;
  }

  .settings-card--half .settings-row--actionable .settings-row__meta {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
  }

  .settings-card--half .settings-row--actionable [data-render-mode-current] {
    width: 100%;
    min-height: 34px;
    padding-block: 6px;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.18;
    white-space: normal;
  }

  .settings-card--half .settings-row--actionable .settings-row__action {
    justify-self: start;
  }

  .settings-render-modal,
  .nova-auth-modal,
  .vendor-panel-modal {
    padding: 0;
    align-items: end;
  }

  .nova-auth-modal__dialog,
  .settings-render-modal__dialog {
    width: 100%;
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 22px 16px 18px;
    transform: translateY(26px);
  }

  .vendor-panel-modal__dialog {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 18px 14px calc(16px + env(safe-area-inset-bottom, 0px));
    transform: translateY(26px);
  }

  .settings-vendor-workspace__bar {
    position: sticky;
    top: calc(8px + env(safe-area-inset-top, 0px));
    z-index: 12;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 13px;
  }

  .settings-vendor-workspace__back {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .settings-vendor-workspace__head,
  .settings-vendor-workspace__context {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .settings-vendor-workspace__head {
    grid-row: 2;
  }

  .settings-vendor-workspace__context {
    grid-row: 3;
    display: flex;
    flex-wrap: wrap;
  }

  .settings-vendor-workspace__media-slot {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    width: 72px;
  }

  .settings-vendor-workspace__media-card {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }

  .settings-vendor-workspace__media-note {
    display: block;
    font-size: 0.68rem;
    text-align: left;
  }

  .settings-vendor-workspace__meta {
    max-width: none;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .settings-vendor-workspace.is-condensed .settings-vendor-workspace__bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px 10px;
    padding: 10px 11px;
    border-color: rgba(191, 200, 219, 0.1);
    background: linear-gradient(180deg, rgba(12, 15, 21, 0.985), rgba(9, 11, 16, 0.99));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.025),
      0 10px 18px rgba(0, 0, 0, 0.18);
  }

  .settings-vendor-workspace.is-condensed .settings-vendor-workspace__back {
    grid-column: 1;
    grid-row: 1;
    min-height: 34px;
    padding: 0 clamp(10px, 2.4vw, 12px);
  }

  .settings-vendor-workspace.is-condensed .settings-vendor-workspace__head {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    gap: 2px;
  }

  .settings-vendor-workspace.is-condensed .settings-vendor-workspace__kicker,
  .settings-vendor-workspace.is-condensed .settings-vendor-workspace__copy,
  .settings-vendor-workspace.is-condensed .settings-vendor-workspace__context {
    display: none !important;
  }

  .settings-vendor-workspace.is-condensed .settings-vendor-workspace__title {
    font-size: 1.02rem;
    line-height: 1.05;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .settings-vendor-workspace.is-condensed .settings-vendor-workspace__media-slot {
    grid-column: 3;
    grid-row: 1;
    width: 52px;
    gap: 0;
    align-self: center;
  }

  .settings-vendor-workspace.is-condensed .settings-vendor-workspace__media-card {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .vendor-panel-modal__stage-head {
    align-items: start;
  }

  .vendor-panel-modal__chooser-item {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .vendor-panel-modal__chooser-action {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .vendor-panel-modal__hero {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
  }

  .vendor-panel-modal__asset {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }

  .vendor-panel-modal__hero-badges {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .vendor-panel-modal__grid,
  .vendor-panel-modal__fields {
    grid-template-columns: 1fr;
  }

  .vendor-panel-modal__catalog-template,
  .vendor-panel-modal__catalog-item-head {
    grid-template-columns: 1fr;
  }

  .vendor-panel-modal__catalog-item-head {
    align-items: stretch;
  }

  .vendor-panel-modal__catalog-item-side {
    width: 100%;
    justify-content: flex-start;
  }

  .vendor-panel-modal__catalog-gateway-actions,
  .vendor-panel-modal__catalog-workspace-head,
  .vendor-panel-modal__catalog-editor-head {
    align-items: stretch;
  }

  .vendor-panel-modal__catalog-toolbar {
    align-items: stretch;
  }

  .vendor-panel-modal__catalog-toolbar-actions {
    width: 100%;
    display: grid;
  }

  .vendor-panel-modal__catalog-tiers {
    grid-template-columns: 1fr;
  }

  .vendor-panel-modal__form-grid {
    grid-template-columns: 1fr;
  }

  .vendor-panel-modal__link-summary {
    grid-template-columns: 1fr;
  }

  .vendor-panel-modal__form-footer,
  .vendor-panel-modal__form-actions {
    grid-template-columns: 1fr;
  }

  .vendor-panel-modal__form-footer {
    display: grid;
  }

  .vendor-panel-modal__form-actions {
    display: grid;
    width: 100%;
  }

  .vendor-panel-modal__action {
    width: 100%;
    justify-content: center;
  }

  .vendor-panel-modal__workspace-bar {
    display: grid;
  }

  .vendor-panel-modal__workspace-copy,
  .vendor-panel-modal__form-actions {
    width: 100%;
  }

  .workspace-dock [data-vendor-panel-workspace-bar],
  .workspace-dock [data-catalog-panel-workspace-bar] {
    padding: 8px;
  }

  .workspace-dock [data-vendor-panel-workspace-bar] .vendor-panel-modal__form-actions,
  .workspace-dock [data-catalog-panel-workspace-bar] .vendor-panel-modal__form-actions {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workspace-dock [data-vendor-panel-workspace-bar] .vendor-panel-modal__action,
  .workspace-dock [data-catalog-panel-workspace-bar] .vendor-panel-modal__action {
    min-width: 0;
    width: 100%;
  }

  .nova-auth-modal__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .profile-shell {
    padding: 12px;
    border-radius: 24px;
    min-height: 0;
  }

  .access-shell {
    padding-top: 2px;
  }

  .access-shell.is-inactive {
    padding: 14px 12px;
  }

  .access-map {
    --access-mobile-rail-offset: 24px;
    --access-connector-span: 13px;
    --access-node-size: 9px;
    --access-axis-top: 24px;
    --access-axis-bottom: 18px;
  }

  .access-core,
  .access-cluster,
  .access-cluster--locked {
    margin-left: var(--access-mobile-rail-offset);
  }

  .access-core__stats {
    gap: 6px;
  }

  .access-core__eyebrow,
  .access-core__title {
    display: none;
  }

  .access-core {
    gap: 8px;
    padding-top: 12px;
  }

  .access-core__metric {
    padding: 8px 7px;
  }

  .access-route {
    min-height: 0;
    padding: 12px 13px;
    border-radius: 20px;
  }

  .access-core::before {
    left: calc(var(--access-connector-span) * -1);
    width: var(--access-connector-span);
  }

  .access-core::after,
  .access-route::after {
    width: var(--access-node-size);
    height: var(--access-node-size);
  }

  .access-route::before {
    left: calc(var(--access-connector-span) * -1);
    width: var(--access-connector-span);
  }

  .access-graph--axis {
    transform: none;
  }

  .access-route__meta {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 7px;
  }

  .access-route__text {
    text-align: left;
  }

  .access-inactive {
    gap: 12px;
  }

  .access-inactive__actions {
    width: auto;
  }

  .profile-shell__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-shell__footer {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .profile-footer-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .profile-shell__body {
    grid-template-columns: 1fr;
    padding: 2px 0 0;
  }

  .profile-state-pill {
    min-height: 38px;
    padding-inline: 12px;
  }

  .profile-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .profile-row dd {
    justify-self: start;
    text-align: left;
  }

  .header-badge {
    font-size: 0.61rem;
  }

  .span-8,
  .span-7,
  .span-6,
  .span-5,
  .span-4 {
    grid-column: span 12;
  }

  .bottom-menu {
    width: calc(100% - 16px);
    border-radius: 24px;
    padding: 6px 10px;
  }

  .bottom-menu__rail {
    gap: 10px;
  }

  .tab-btn {
    min-height: 60px;
    border-radius: 16px;
    gap: 3px;
    padding: 0 10px;
  }

  .tab-icon,
  .tab-icon svg {
    width: 18px;
    height: 18px;
  }

  .tab-label {
    font-size: 0.57rem;
  }

  .tab-highlight {
    border-radius: 16px;
  }

  .boot-screen {
    padding: 18px;
  }

  .boot-screen__core {
    width: min(60vw, 188px);
  }

  .boot-screen__mark::before,
  .boot-screen__mark::after {
    border-radius: 28px;
  }

  .boot-screen__caption {
    top: calc(50% + min(34vw, 132px));
    font-size: 0.72rem;
    letter-spacing: 0.12rem;
  }

}

@media (min-width: 1440px) {
  .nova-sheet__hero,
  .nova-sheet__body {
    border-color: rgba(255, 255, 255, 0.09);
  }

  .nova-sheet__body {
    background: linear-gradient(180deg, rgba(13, 15, 20, 0.9), rgba(9, 10, 14, 0.92));
  }
}

.nf-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex: 0 0 auto;
  min-width: 0;
}

.nf-render-mode {
  --render-thumb-x: 0%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  width: 102px;
  min-height: 30px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(18, 20, 25, 0.86), rgba(8, 10, 13, 0.8)),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -10px 22px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  isolation: isolate;
  touch-action: manipulation;
}

html[data-render-mode="lite"] .nf-render-mode {
  --render-thumb-x: 100%;
}

.nf-render-mode__thumb {
  position: absolute;
  z-index: 0;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: calc((100% - 6px) / 2);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.205), rgba(255, 255, 255, 0.095)),
    rgba(170, 205, 255, 0.075);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 4px 16px rgba(110, 170, 230, 0.12);
  transform: translateX(var(--render-thumb-x));
  transition: transform 170ms cubic-bezier(0.22, 1, 0.36, 1), background 170ms ease, box-shadow 170ms ease;
  pointer-events: none;
}

.nf-render-mode__button {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(176, 188, 203, 0.5);
  padding: 0 8px;
  font: inherit;
  font-size: 0.61rem;
  font-weight: 680;
  line-height: 1;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: color 150ms ease, text-shadow 150ms ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.nf-render-mode__button.is-active {
  color: rgba(255, 255, 255, 0.99);
  text-shadow: 0 0 14px rgba(178, 215, 255, 0.16);
}

.nf-render-mode__button:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.58);
  outline-offset: -2px;
}

@media (max-width: 390px) {
  .nova-card__title {
    font-size: 0.82rem;
  }

  .nova-card__meta-line {
    gap: 5px;
    font-size: 0.58rem;
  }

  .nova-card__mini-rating-value,
  .nova-card__mini-rating-votes {
    font-size: 0.6rem;
  }

  .nova-card__mini-rating .nova-rate__score-stars {
    font-size: 0.62rem;
  }

  .nova-card__meta-line .nova-like {
    grid-column: 2;
    justify-self: end;
    width: auto;
    max-width: max-content;
    flex: 0 0 auto;
    min-height: 18px;
    padding: 0 5px;
    font-size: 0.56rem;
  }
}

@media (max-width: 780px) {
  .nova-sheet__backdrop {
    background: rgba(5, 7, 10, 0.78);
    backdrop-filter: blur(10px);
  }

  .nova-sheet {
    background: linear-gradient(180deg, rgba(11, 13, 17, 0.985), rgba(8, 10, 14, 0.985));
  }

  .nova-sheet__hero {
    border-bottom-color: rgba(255, 255, 255, 0.06);
  }

  .access-shell.is-inactive {
    border-color: rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(21, 24, 29, 0.94), rgba(14, 16, 20, 0.94));
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
  }

  .bottom-menu {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
}

@media (min-width: 1440px) {
  .nova-sheet {
    grid-template-rows: minmax(148px, 176px) minmax(0, 1fr);
  }
}

@media (max-width: 1439px) {
  .nova-sheet {
    grid-template-rows: 118px minmax(0, 1fr);
  }

  .nova-sheet__hero {
    height: 118px;
    min-height: 118px;
    max-height: 118px;
    padding: 0;
  }
}

@media (min-width: 781px) and (max-width: 1439px) {
  .nova-mobile-sort {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 0;
    margin: 0 auto 2px;
    padding: 0 4px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nova-mobile-sort::-webkit-scrollbar {
    display: none;
  }

  .nova-mobile-sort__chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 0 0 auto;
    min-height: 38px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(221, 229, 240, 0.54);
    padding: 0 12px;
    font: inherit;
    font-size: 0.68rem;
    font-weight: 540;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    scroll-snap-align: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition:
      border-color 150ms ease,
      color 150ms ease,
      box-shadow 150ms ease;
  }

  .nova-mobile-sort__chip::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    right: 0;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.048);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(15, 17, 22, 0.56), rgba(7, 9, 13, 0.54)),
      rgba(255, 255, 255, 0.006);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.012);
    transform: translateY(-50%);
    pointer-events: none;
    transition:
      border-color 150ms ease,
      background 150ms ease,
      box-shadow 150ms ease;
  }

  .nova-mobile-sort__chip > span,
  .nova-mobile-sort__icon {
    position: relative;
    z-index: 1;
  }

  .nova-mobile-sort__icon {
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
    color: currentColor;
    opacity: 0.46;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .nova-mobile-sort__chip:focus-visible {
    box-shadow: 0 0 0 2px rgba(190, 215, 246, 0.2);
    outline: none;
  }

  .nova-mobile-sort__chip.is-active {
    color: rgba(239, 246, 252, 0.76);
  }

  .nova-mobile-sort__chip.is-active::before {
    border-color: rgba(151, 205, 255, 0.11);
    background:
      linear-gradient(180deg, rgba(174, 215, 255, 0.055), rgba(91, 145, 198, 0.028)),
      rgba(255, 255, 255, 0.028);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.03),
      0 4px 10px rgba(69, 124, 190, 0.018);
  }

  .nova-mobile-sort__chip.is-active .nova-mobile-sort__icon {
    opacity: 0.64;
  }

  .nova-filter-rail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: start;
    gap: 10px;
  }

  .nova-filter-rail .nova-filter-dropdown {
    width: 100%;
    min-width: 0;
  }

  .nova-filter-rail .nova-filter-dropdown__summary,
  .nova-filter-rail .nova-filter-dropdown__trigger {
    width: 100%;
  }

  .nova-sheet-wrap {
    display: grid;
    place-items: center;
    padding: 20px;
  }

  .nova-sheet__backdrop {
    background: rgba(5, 7, 10, 0.58);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .nova-sheet {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(760px, calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    height: min(calc(100dvh - 40px), 920px);
    max-height: calc(100dvh - 40px);
    margin: 0 auto;
    transform: translate3d(0, 18px, 0) scale(0.992);
  }

  .nova-sheet-wrap.is-visible .nova-sheet {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .nova-sheet-wrap.is-hiding .nova-sheet {
    transform: translate3d(0, 14px, 0) scale(0.992);
  }
}

@media (max-width: 780px) {
  .nova-sheet.is-partner {
    grid-template-rows: auto minmax(0, 1fr);
  }

  .nova-card {
    padding: 7px;
  }

  .nova-card__media {
    margin: -7px -7px 0;
    aspect-ratio: 4 / 4.2;
  }

  html.is-preview-lite-motion,
  html.is-preview-lite-motion body,
  html.is-preview-lite-motion .nova-root,
  html.is-preview-lite-motion .nova-root *,
  html.is-preview-lite-motion .nova-root *::before,
  html.is-preview-lite-motion .nova-root *::after,
  html.is-preview-lite-motion .nova-sheet-wrap,
  html.is-preview-lite-motion .nova-sheet-wrap *,
  html.is-preview-lite-motion .nova-sheet-wrap *::before,
  html.is-preview-lite-motion .nova-sheet-wrap *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  html.is-preview-lite-motion .nova-sheet:not(.is-partner) .nova-sheet__hero {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
  }

  html.is-preview-lite-motion .nova-sheet:not(.is-partner) .nova-sheet__body {
    gap: 6px;
    padding-top: 24px;
    padding-bottom: calc(var(--safe-bottom) + 10px);
  }

  html.is-preview-lite-motion .nova-sheet:not(.is-partner) {
    --nova-sheet-title-top-offset: 18px;
  }

  html.is-preview-lite-motion .nova-sheet:not(.is-partner) .nova-sheet__head {
    gap: 0;
  }

  html.is-preview-lite-motion .nova-sheet:not(.is-partner) .nova-sheet__identity,
  html.is-preview-lite-motion .nova-sheet:not(.is-partner) .nova-sheet__identity-copy {
    gap: 2px;
  }

  html.is-preview-lite-motion .nova-sheet:not(.is-partner) .nova-sheet__peek-actions {
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .nova-sheet:not(.is-partner) {
    grid-template-rows: auto minmax(0, 1fr);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__hero {
    height: 68px;
    min-height: 68px;
    max-height: 68px;
    padding: 8px 10px;
    overflow: hidden;
    transition:
      min-height 180ms cubic-bezier(0.22, 1, 0.36, 1),
      max-height 180ms cubic-bezier(0.22, 1, 0.36, 1),
      height 180ms cubic-bezier(0.22, 1, 0.36, 1),
      padding 180ms cubic-bezier(0.22, 1, 0.36, 1),
      border-color 180ms ease,
      opacity 160ms ease;
  }

  .nova-sheet__hero-asset {
    opacity: 0.72;
    filter: saturate(0.88) contrast(1) brightness(0.78);
  }
}

@media (max-width: 780px) {
  .nova-sheet:not(.is-partner) {
    --nova-sheet-peek-reveal: 1;
    --nova-sheet-hero-reveal: var(--nova-sheet-peek-reveal, 1);
    --nova-sheet-hero-shell-reveal: var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 1));
    --nova-sheet-hero-stage-reveal: var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 1)));
    --nova-sheet-title-top-offset: 14px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__body {
    gap: 10px;
    padding: 12px 14px calc(var(--safe-bottom) + 16px);
  }

  .nova-sheet__peek-actions {
    display: none;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-top: 5px;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .nova-sheet__peek-actions::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .nova-sheet__peek-actions.is-single {
    display: flex;
  }

  .nova-sheet__peek-actions:not([hidden]) {
    display: flex !important;
    opacity: 1;
    visibility: visible;
  }

  .nova-sheet__peek-actions .nova-action--peek {
    width: auto;
    flex: 0 0 auto;
    min-height: 31px;
    border-radius: 999px;
    padding: 0.34rem 0.6rem;
    justify-content: center;
    font-size: 0.66rem;
    gap: 0.34rem;
    color: rgba(244, 248, 252, 0.96);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 8px 18px rgba(7, 11, 18, 0.18);
  }

  .nova-sheet__peek-actions .nova-action--peek .nova-button__content {
    gap: 0.34rem;
  }

  .nova-sheet__peek-actions .nova-action--peek .nova-button__icon {
    color: rgba(193, 224, 255, 0.96);
  }

  .nova-sheet__peek-actions .nova-action--peek .nova-button__label {
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .nova-sheet__peek-actions .nova-action--peek-light {
    border-color: rgba(161, 214, 255, 0.3);
    background:
      linear-gradient(180deg, rgba(98, 140, 192, 0.3), rgba(60, 89, 130, 0.18)),
      rgba(255, 255, 255, 0.08);
    color: rgba(244, 248, 252, 0.98);
  }

  .nova-sheet__peek-actions .nova-action--peek-light .nova-button__icon {
    color: rgba(216, 235, 255, 0.98);
  }

  .nova-sheet__peek-actions .nova-action--peek-like {
    border-color: rgba(236, 124, 149, 0.34);
    background:
      linear-gradient(180deg, rgba(140, 65, 86, 0.32), rgba(92, 38, 54, 0.22)),
      rgba(255, 255, 255, 0.06);
    color: rgba(255, 240, 245, 0.99);
  }

  .nova-sheet__peek-actions .nova-action--peek-like .nova-button__icon {
    color: rgba(255, 178, 196, 0.98);
  }

  .nova-sheet__peek-actions .nova-action--peek-like.is-liked {
    border-color: rgba(255, 196, 214, 0.92);
    background:
      linear-gradient(180deg, rgba(255, 108, 154, 0.98), rgba(201, 48, 99, 0.9)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06));
    color: rgba(255, 250, 252, 1);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      inset 0 -1px 0 rgba(120, 18, 52, 0.34),
      0 0 0 1px rgba(255, 112, 156, 0.3),
      0 12px 28px rgba(183, 45, 95, 0.5);
  }

  .nova-sheet__peek-actions .nova-action--peek-like.is-liked .nova-button__icon {
    color: rgba(255, 242, 246, 1);
  }

  .nova-sheet__peek-actions .nova-action--peek-like.is-liked .nova-button__label {
    color: rgba(255, 248, 250, 1);
    text-shadow: 0 1px 0 rgba(90, 18, 43, 0.24);
  }

  .nova-sheet__peek-actions .nova-action--peek-like.is-liked.is-disabled,
  .nova-sheet__peek-actions .nova-action--peek-like.is-liked:disabled,
  .nova-sheet__peek-actions .nova-action--peek-like.is-liked[aria-disabled="true"] {
    opacity: 1;
    color: rgba(255, 250, 252, 1);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      inset 0 -1px 0 rgba(120, 18, 52, 0.34),
      0 0 0 1px rgba(255, 112, 156, 0.3),
      0 12px 28px rgba(183, 45, 95, 0.5);
  }

  .nova-sheet__peek-actions .nova-action--peek-like.is-liked.is-disabled .nova-button__icon,
  .nova-sheet__peek-actions .nova-action--peek-like.is-liked:disabled .nova-button__icon,
  .nova-sheet__peek-actions .nova-action--peek-like.is-liked[aria-disabled="true"] .nova-button__icon {
    color: rgba(255, 242, 246, 1);
  }

  .nova-sheet__peek-actions .nova-action--peek-dark {
    border-color: rgba(116, 182, 255, 0.44);
    background:
      linear-gradient(180deg, rgba(74, 103, 145, 0.98), rgba(42, 61, 92, 0.98)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    color: rgba(247, 250, 253, 0.99);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.13),
      0 0 0 1px rgba(95, 159, 229, 0.08),
      0 10px 22px rgba(8, 12, 18, 0.22);
  }

  .nova-sheet__peek-actions .nova-action--peek-dark:active {
    background:
      linear-gradient(180deg, rgba(67, 95, 133, 0.98), rgba(38, 56, 83, 0.98)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  }

  .nova-sheet__peek-actions [data-nova-link="nova_link_contact"] {
    border-color: rgba(120, 192, 255, 0.48);
    background:
      linear-gradient(180deg, rgba(86, 118, 163, 0.98), rgba(49, 72, 110, 0.98)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 0 0 1px rgba(109, 182, 255, 0.1),
      0 10px 22px rgba(8, 12, 18, 0.22);
  }

  .nova-sheet__peek-actions [data-nova-link="nova_link_contact"] .nova-button__icon {
    color: rgba(214, 236, 255, 0.98);
  }

  .nova-sheet__peek-actions [data-nova-link="nova_link_bot"] {
    border-color: rgba(111, 154, 232, 0.44);
    background:
      linear-gradient(180deg, rgba(65, 93, 138, 0.98), rgba(39, 56, 91, 0.98)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 0 0 1px rgba(91, 140, 220, 0.08),
      0 10px 22px rgba(8, 12, 18, 0.22);
  }

  .nova-sheet__peek-actions [data-nova-link="nova_link_bot"] .nova-button__icon {
    color: rgba(201, 222, 255, 0.96);
  }

  .nova-sheet__peek-actions .nova-action--peek.is-disabled:not(.is-liked) {
    opacity: 0.5;
    box-shadow: none;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__head {
    gap: 4px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__identity,
  .nova-sheet:not(.is-partner) .nova-sheet__identity-copy {
    gap: 5px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__title-row {
    order: 1;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__mini-rate {
    order: 2;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__peek-actions {
    order: 3;
    margin-bottom: 8px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__meta {
    order: 4;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__title {
    font-size: 1.18rem;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__meta {
    font-size: 0.68rem;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__mini-rate {
    gap: 6px;
    font-size: 0.78rem;
    max-height: calc(28px * var(--nova-sheet-peek-reveal, 1));
    overflow: hidden;
    opacity: calc(0.02 + (0.98 * var(--nova-sheet-peek-reveal, 1)));
    transform: translateY(calc(8px * (1 - var(--nova-sheet-peek-reveal, 1))));
    transition:
      max-height 180ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 140ms ease,
      transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__mini-rate-stars .nova-rate__score-stars {
    font-size: 0.66rem;
    letter-spacing: 0.05em;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__mini-rate-votes {
    font-size: 0.72rem;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__title-row {
    gap: 8px;
    padding-right: 54px;
  }

  .nova-sheet:not(.is-partner) .nova-like--sheet-inline {
    display: none;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__title-actions {
    display: none;
  }

  .nova-sheet__desktop-cta {
    display: none !important;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__close {
    width: 34px;
    height: 34px;
    font-size: 1.1rem;
    line-height: 1;
    top: max(17px, calc(env(safe-area-inset-top) + 17px));
    right: 14px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(14, 18, 24, 0.82);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__close > span {
    display: block;
    font-size: 1.55rem;
    line-height: 0.82;
    font-weight: 400;
    transform: translateY(-1px);
  }

  .nova-sheet-wrap.is-peek .nova-sheet:not(.is-partner) .nova-sheet__hero {
    height: calc(132px * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 0))));
    min-height: 0;
    max-height: calc(132px * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 0))));
    padding-top: calc(42px * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 0))));
    padding-bottom: calc(14px * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 0))));
    border-bottom-color: rgba(255, 255, 255, calc(0.08 * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 0)))));
    opacity: calc(0.02 + (0.98 * var(--nova-sheet-hero-shell-reveal, var(--nova-sheet-hero-reveal, var(--nova-sheet-peek-reveal, 0)))));
  }

  .nova-sheet-wrap.is-peek .nova-sheet:not(.is-partner) .nova-sheet__body {
    gap: 6px;
    padding-top: 24px;
    padding-bottom: calc(var(--safe-bottom) + 10px);
  }

  .nova-sheet-wrap.is-peek .nova-sheet:not(.is-partner) {
    --nova-sheet-title-top-offset: 18px;
  }

  .nova-sheet-wrap.is-peek .nova-sheet:not(.is-partner) .nova-sheet__head {
    gap: 0;
  }

  .nova-sheet-wrap.is-peek .nova-sheet:not(.is-partner) .nova-sheet__identity,
  .nova-sheet-wrap.is-peek .nova-sheet:not(.is-partner) .nova-sheet__identity-copy {
    gap: 2px;
  }

  .nova-sheet-wrap.is-peek .nova-sheet:not(.is-partner) .nova-sheet__peek-actions {
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__tabs {
    margin-top: 6px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__meta,
  .nova-sheet:not(.is-partner) .nova-sheet__tabs,
  .nova-sheet:not(.is-partner) [data-nova-sheet-shop-panel],
  .nova-sheet:not(.is-partner) [data-nova-sheet-about-panel],
  .nova-sheet:not(.is-partner) [data-nova-sheet-rate-panel],
  .nova-sheet:not(.is-partner) .nova-sheet__footer {
    opacity: calc(0.02 + (0.98 * var(--nova-sheet-peek-reveal, 1)));
    transform: translateY(calc(10px * (1 - var(--nova-sheet-peek-reveal, 1))));
    transition:
      opacity 140ms ease,
      transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__meta {
    max-height: calc(18px * var(--nova-sheet-peek-reveal, 1));
    overflow: hidden;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__peek-actions:not([hidden]) {
    display: flex;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__gate [data-nova-sheet-gate-connect] {
    display: none;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__primary.is-summary {
    border-radius: 14px;
    border: 0;
    gap: 6px;
    padding: 6px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-row {
    min-height: 42px;
    padding: 0 clamp(10px, 2.4vw, 12px);
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.072);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.045),
      0 1px 0 rgba(255, 255, 255, 0.015);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-row-main {
    color: rgba(243, 247, 252, 0.99);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-row-side {
    color: rgba(220, 229, 239, 0.88);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-row-icon {
    color: rgba(223, 235, 247, 0.88);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-row-label {
    font-size: 0.79rem;
    color: rgba(245, 248, 252, 0.99);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-row-value {
    font-size: 0.72rem;
    color: rgba(221, 230, 240, 0.92);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-row-chevron {
    color: rgba(214, 224, 235, 0.76);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-expand {
    margin-top: -1px;
    padding: 0 12px 0 34px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-expand.is-open {
    padding-bottom: 8px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-chips {
    gap: 6px;
    padding-top: 8px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-copy {
    gap: 6px;
    padding-top: 7px;
    color: rgba(214, 225, 237, 0.84);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-copy-item {
    font-size: 0.7rem;
    color: rgba(214, 225, 237, 0.84);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-action {
    min-height: 28px;
    padding: 0 11px;
    font-size: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.052);
    color: rgba(238, 244, 250, 0.96);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__overview-chip {
    min-height: 28px;
    padding: 0 11px;
    font-size: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.052);
    color: rgba(232, 239, 246, 0.92);
  }

  .nova-sheet:not(.is-partner) .nova-sheet__stats {
    display: none;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__stat {
    gap: 3px;
    padding: 0;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__stat-label {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__stat-value {
    font-size: 0.82rem;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__loyalty-shell,
  .nova-sheet:not(.is-partner) .nova-sheet__loyalty-gauge {
    width: 44px;
    height: 44px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__loyalty-value {
    font-size: 0.6rem;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__rate {
    gap: 4px;
    padding-top: 6px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__rate-value,
  .nova-sheet:not(.is-partner) .nova-sheet__success-value {
    font-size: 0.82rem;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__success {
    gap: 5px;
    padding-top: 4px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__success-segment {
    width: 8px;
    height: 4px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__payments {
    gap: 6px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__payments-label {
    display: none;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__payments-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
    justify-content: flex-start;
    padding-bottom: 2px;
    scrollbar-width: thin;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__payments-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .nova-sheet:not(.is-partner) .nova-payment-chip {
    min-height: 28px;
    padding: 0.34rem 0.54rem 0.34rem 0.44rem;
  }

  .nova-sheet:not(.is-partner) .nova-payment-chip__icon {
    width: 15px;
    height: 15px;
  }

  .nova-sheet:not(.is-partner) .nova-payment-chip__text {
    font-size: 0.58rem;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__tabs {
    gap: 8px;
    margin-top: 0;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__tab {
    min-height: 34px;
    padding-bottom: 8px;
    font-size: 0.82rem;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__primary:not(.is-locked) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__primary:not(.is-locked) > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__primary:not(.is-locked) > :not(.nova-action--escrow-sheet):nth-last-child(2):nth-child(odd) {
    grid-column: 1 / -1;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__primary.is-summary {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nova-sheet:not(.is-partner) .nova-sheet__primary-cta,
  .nova-sheet:not(.is-partner) .nova-action,
  .nova-sheet:not(.is-partner) .nova-sheet__support-cta {
    min-height: 42px;
    border-radius: 13px;
    padding: 0.58rem 0.7rem;
    gap: 0.52rem;
    font-size: 0.76rem;
  }

  .nova-sheet:not(.is-partner) .nova-action.nova-action--escrow-sheet {
    min-height: 40px;
  }
}
html .nova-card__score-debug {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 50px;
  z-index: 5;
  display: grid;
  gap: 6px;
  padding: 8px 9px;
  border: 1px solid rgba(128, 214, 229, 0.42);
  border-radius: 14px;
  background: rgba(6, 10, 16, 0.88);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  color: rgba(229, 247, 252, 0.9);
  font-size: 10px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  pointer-events: none;
  backdrop-filter: blur(12px);
}

html .nova-card__score-debug-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

html .nova-card__score-debug-head strong {
  color: #9ee9f5;
  font-size: 12px;
  font-weight: 800;
}

html .nova-card__score-debug-head em {
  border: 1px solid rgba(255, 204, 109, 0.34);
  border-radius: 999px;
  padding: 2px 6px;
  background: rgba(255, 204, 109, 0.12);
  color: rgba(255, 225, 157, 0.92);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

html .nova-card__score-debug-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 8px;
}

html .nova-card__score-debug-grid span {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  color: rgba(229, 247, 252, 0.7);
}

html .nova-card__score-debug-grid b {
  color: rgba(229, 247, 252, 0.92);
  font-weight: 700;
}

html .nova-lab-score {
  position: fixed;
  right: 16px;
  bottom: 104px;
  z-index: 2147483000;
  color: rgba(235, 247, 250, 0.94);
  font-family: inherit;
  pointer-events: none;
  isolation: isolate;
}

html .nova-lab-score__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid rgba(128, 214, 229, 0.42);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(8, 13, 20, 0.9);
  color: rgba(235, 247, 250, 0.95);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

html .nova-lab-score__toggle span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html .nova-lab-score__toggle b {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: rgba(128, 214, 229, 0.16);
  color: #9ee9f5;
  font-size: 11px;
}

html .nova-lab-score__panel {
  position: fixed;
  right: 16px;
  bottom: 154px;
  display: grid;
  width: min(1160px, calc(100vw - 32px));
  max-height: min(72vh, 720px);
  overflow: hidden;
  border: 1px solid rgba(128, 214, 229, 0.28);
  border-radius: 22px;
  background: rgba(7, 11, 17, 0.48);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.28);
  backdrop-filter: none;
  pointer-events: auto;
}

html .nova-lab-score__panel[hidden] {
  display: none !important;
  pointer-events: none;
}

html .nova-lab-score__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px 10px;
}

html .nova-lab-score__header div {
  display: grid;
  gap: 4px;
}

html .nova-lab-score__header strong {
  font-size: 16px;
  font-weight: 900;
}

html .nova-lab-score__header span,
html .nova-lab-score__hint {
  color: rgba(235, 247, 250, 0.58);
  font-size: 12px;
  line-height: 1.35;
}

html .nova-lab-score__header button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(235, 247, 250, 0.9);
  font-size: 22px;
  cursor: pointer;
  pointer-events: auto;
}

html .nova-lab-score__hint {
  padding: 0 18px 12px;
}

html .nova-lab-score__columns,
html .nova-lab-score__row {
  display: grid;
  grid-template-columns: minmax(180px, 1.4fr) repeat(7, minmax(82px, 0.66fr));
  gap: 8px;
  align-items: center;
}

html .nova-lab-score__columns {
  padding: 9px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(235, 247, 250, 0.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html .nova-lab-score__body {
  display: grid;
  gap: 8px;
  max-height: min(48vh, 500px);
  overflow: auto;
  padding: 12px 18px;
}

html .nova-lab-score__row {
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.01);
}

html .nova-lab-score__shop {
  display: grid;
  gap: 4px;
  min-width: 0;
}

html .nova-lab-score__shop strong {
  overflow: hidden;
  color: rgba(246, 251, 252, 0.96);
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html .nova-lab-score__shop small {
  overflow: hidden;
  color: rgba(235, 247, 250, 0.42);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html .nova-lab-score__row label {
  display: grid;
  gap: 4px;
}

html .nova-lab-score__row label span {
  display: none;
  color: rgba(235, 247, 250, 0.5);
  font-size: 10px;
  font-weight: 750;
}

html .nova-lab-score__row input {
  width: 100%;
  min-width: 0;
  height: 34px;
  border: 1px solid rgba(128, 214, 229, 0.22);
  border-radius: 11px;
  background: rgba(3, 7, 12, 0.38);
  color: rgba(246, 251, 252, 0.96);
  font-size: 13px;
  font-weight: 800;
  outline: none;
  padding: 0 9px;
}

html .nova-lab-score__row input:focus {
  border-color: rgba(128, 214, 229, 0.7);
  box-shadow: 0 0 0 3px rgba(128, 214, 229, 0.13);
}

html .nova-lab-score__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 18px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

html .nova-lab-score__footer button {
  min-height: 38px;
  border-radius: 13px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  pointer-events: auto;
}

html .nova-lab-score__apply {
  border: 1px solid rgba(128, 214, 229, 0.4);
  background: rgba(71, 177, 197, 0.22);
  color: #c9f6ff;
}

html .nova-lab-score__reset {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(235, 247, 250, 0.72);
}

html .nova-lab-score__empty {
  padding: 18px;
  color: rgba(235, 247, 250, 0.62);
  font-size: 13px;
}

html .nova-rank-monitor {
  position: fixed;
  left: 16px;
  bottom: 104px;
  z-index: 2147483001;
  color: rgba(235, 247, 250, 0.94);
  font-family: inherit;
  pointer-events: none;
  isolation: isolate;
}

html .nova-rank-monitor__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid rgba(255, 204, 109, 0.34);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(8, 13, 20, 0.9);
  color: rgba(235, 247, 250, 0.95);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  pointer-events: auto;
}

html .nova-rank-monitor__toggle span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html .nova-rank-monitor__toggle b {
  display: inline-grid;
  min-width: 24px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 204, 109, 0.14);
  color: rgba(255, 225, 157, 0.95);
  font-size: 10px;
}

html .nova-rank-monitor__panel {
  position: fixed;
  left: 16px;
  bottom: 154px;
  display: grid;
  width: min(760px, calc(100vw - 32px));
  max-height: min(72vh, 720px);
  overflow: hidden;
  border: 1px solid rgba(255, 204, 109, 0.22);
  border-radius: 22px;
  background: rgba(7, 11, 17, 0.88);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42);
  pointer-events: auto;
}

html .nova-rank-monitor__panel[hidden] {
  display: none !important;
  pointer-events: none;
}

html .nova-rank-monitor__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px 10px;
}

html .nova-rank-monitor__header div {
  display: grid;
  gap: 4px;
}

html .nova-rank-monitor__header strong {
  font-size: 16px;
  font-weight: 900;
}

html .nova-rank-monitor__header span {
  color: rgba(235, 247, 250, 0.58);
  font-size: 12px;
  line-height: 1.35;
}

html .nova-rank-monitor__header button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(235, 247, 250, 0.9);
  font-size: 22px;
  cursor: pointer;
  pointer-events: auto;
}

html .nova-rank-monitor__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 0 18px 10px;
}

html .nova-rank-monitor__actions button {
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(235, 247, 250, 0.75);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  pointer-events: auto;
}

html .nova-rank-monitor__status {
  min-height: 18px;
  padding: 0 18px 9px;
  color: rgba(235, 247, 250, 0.48);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

html .nova-rank-monitor__status:empty {
  display: none;
}

html .nova-rank-monitor__status[data-tone="success"] {
  color: rgba(105, 225, 169, 0.92);
}

html .nova-rank-monitor__status[data-tone="warn"] {
  color: rgba(255, 204, 109, 0.92);
}

html .nova-rank-monitor__body {
  display: grid;
  gap: 7px;
  max-height: min(52vh, 520px);
  overflow: auto;
  padding: 0 18px 16px;
}

html .nova-rank-monitor__row {
  display: grid;
  grid-template-columns: 42px 44px minmax(0, 1fr) 72px;
  gap: 8px;
  align-items: center;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

html .nova-rank-monitor__rank,
html .nova-rank-monitor__delta,
html .nova-rank-monitor__score {
  color: rgba(235, 247, 250, 0.72);
  font-size: 12px;
  font-weight: 850;
}

html .nova-rank-monitor__delta.is-up {
  color: rgba(105, 225, 169, 0.95);
}

html .nova-rank-monitor__delta.is-down {
  color: rgba(255, 128, 148, 0.92);
}

html .nova-rank-monitor__main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

html .nova-rank-monitor__main strong {
  overflow: hidden;
  color: rgba(246, 251, 252, 0.96);
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html .nova-rank-monitor__main small {
  overflow: hidden;
  color: rgba(235, 247, 250, 0.54);
  font-size: 10px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html .nova-rank-monitor__main small.nova-rank-monitor__diff {
  color: rgba(105, 225, 169, 0.78);
}

html .nova-rank-monitor__main small.nova-rank-monitor__clicks {
  color: rgba(191, 219, 226, 0.66);
}

html .nova-rank-monitor__score {
  display: grid;
  gap: 2px;
  justify-items: end;
  justify-self: end;
  color: rgba(255, 225, 157, 0.94);
}

html .nova-rank-monitor__score b {
  color: rgba(255, 225, 157, 0.96);
  font-size: 13px;
  font-weight: 900;
}

html .nova-rank-monitor__score em {
  color: rgba(235, 247, 250, 0.44);
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}

html .nova-rank-monitor__score em.is-up {
  color: rgba(105, 225, 169, 0.95);
}

html .nova-rank-monitor__score em.is-down {
  color: rgba(255, 128, 148, 0.92);
}

@media (max-width: 760px) {
  html .nova-lab-score {
    right: 10px;
    bottom: 94px;
  }

  html .nova-lab-score__panel {
    right: 10px;
    bottom: 142px;
    width: calc(100vw - 20px);
    max-height: 74vh;
  }

  html .nova-lab-score__columns {
    display: none;
  }

  html .nova-lab-score__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html .nova-lab-score__shop {
    grid-column: 1 / -1;
  }

  html .nova-lab-score__row label span {
    display: block;
  }

  html .nova-rank-monitor {
    left: 10px;
    bottom: 144px;
  }

  html .nova-rank-monitor__panel {
    left: 10px;
    bottom: 192px;
    width: calc(100vw - 20px);
    max-height: 70vh;
  }

  html .nova-rank-monitor__row {
    grid-template-columns: 38px 40px minmax(0, 1fr) 64px;
  }
}

@media (max-width: 640px) {
  .nf-actions {
    gap: 6px;
  }

  .nf-render-mode {
    width: 92px;
    min-height: 28px;
    padding: 3px;
  }

  .nf-render-mode__button {
    font-size: 0.56rem;
    padding-inline: 6px;
  }
}

/* Header hierarchy polish: logo/brand lead, utility controls recede. */
.tab-stage {
  border-color: rgba(255, 255, 255, 0.055);
  border-top-color: rgba(255, 255, 255, 0.032);
  background:
    linear-gradient(180deg, rgba(16, 17, 20, 0.58), rgba(14, 15, 18, 0.48) 44%, rgba(12, 13, 16, 0.42)),
    rgba(255, 255, 255, 0.006);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.012);
}

.tab-stage::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.07), transparent);
  opacity: 0.48;
}

.topbar {
  border-color: rgba(255, 255, 255, 0.052);
  background:
    linear-gradient(170deg, rgba(12, 13, 16, 0.74), rgba(12, 13, 16, 0.74)),
    rgba(255, 255, 255, 0.008);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.018),
    inset 0 1px 0 rgba(255, 255, 255, 0.024);
}

.topbar::before {
  left: 36px;
  right: 36px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.105), transparent);
  opacity: 0.72;
}

.nf-logo {
  border-color: rgba(255, 255, 255, 0.145);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.018);
  box-shadow:
    0 5px 15px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.058);
}

.nf-kicker {
  padding: 0.19rem 0.52rem;
  border-color: rgba(255, 255, 255, 0.042);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0.004)),
    rgba(255, 255, 255, 0.004);
  color: rgba(216, 224, 236, 0.62);
  font-size: 0.62rem;
  font-weight: 540;
  letter-spacing: 0.075em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.014);
}

.nf-actions {
  gap: 6px;
}

.nf-render-mode {
  border-color: rgba(255, 255, 255, 0.058);
  background:
    linear-gradient(180deg, rgba(13, 15, 19, 0.72), rgba(7, 8, 11, 0.68)),
    rgba(255, 255, 255, 0.006);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.026),
    inset 0 -7px 16px rgba(0, 0, 0, 0.11);
}

.nf-render-mode__thumb {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.05)),
    rgba(140, 180, 225, 0.032);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 2px 10px rgba(110, 170, 230, 0.04);
}

.nf-render-mode__button {
  color: rgba(176, 188, 203, 0.34);
  font-weight: 555;
}

.nf-render-mode__button.is-active {
  color: rgba(238, 244, 250, 0.78);
  text-shadow: none;
}

.nf-lang__trigger {
  min-width: 48px;
  border-color: rgba(255, 255, 255, 0.052);
  background:
    linear-gradient(180deg, rgba(13, 15, 18, 0.58), rgba(7, 8, 10, 0.56)),
    rgba(255, 255, 255, 0.004);
  color: rgba(222, 230, 240, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
}

.nf-lang__trigger:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(16, 18, 22, 0.7), rgba(8, 9, 12, 0.66)),
    rgba(255, 255, 255, 0.008);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.nf-lang__trigger span {
  color: rgba(222, 230, 240, 0.64);
  font-weight: 540;
  letter-spacing: 0.075em;
}

.nf-lang__trigger i {
  border-color: rgba(222, 230, 240, 0.36);
  opacity: 0.52;
}

@media (max-width: 640px) {
  .tab-stage {
    border-top-color: rgba(255, 255, 255, 0.028);
    background:
      linear-gradient(180deg, rgba(15, 16, 20, 0.5), rgba(15, 16, 20, 0.34) 42%, rgba(12, 13, 16, 0.22)),
      rgba(255, 255, 255, 0.004);
    box-shadow:
      0 -10px 26px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.01);
  }

  .tab-stage::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
    opacity: 0.5;
  }

  .topbar {
    padding: 8px 11px;
  }

  .nf-brand {
    gap: 8px;
  }

  .nf-kicker {
    padding-inline: 0.46rem;
    font-size: 0.58rem;
  }

  .nf-render-mode {
    width: 90px;
  }

  .nf-lang__trigger {
    min-width: 46px;
    padding-inline: 0.46rem;
  }
}

@media (max-width: 780px) {
  .nova-toolbar {
    gap: 7px;
    margin-top: -2px;
  }

  .nova-mobile-tools {
    gap: 8px;
  }

  .nova-mobile-search,
  .nova-mobile-filter-trigger {
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.045);
    background:
      linear-gradient(180deg, rgba(18, 21, 28, 0.72), rgba(8, 10, 15, 0.82)),
      rgba(255, 255, 255, 0.01);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.026),
      inset 0 -12px 22px rgba(0, 0, 0, 0.08),
      0 6px 16px rgba(0, 0, 0, 0.08);
    overflow: visible;
  }

  .nova-mobile-search {
    border-color: rgba(255, 255, 255, 0.035);
    background:
      linear-gradient(180deg, rgba(19, 22, 29, 0.66), rgba(8, 10, 15, 0.76)),
      rgba(255, 255, 255, 0.008);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.028),
      inset 0 -14px 24px rgba(0, 0, 0, 0.075),
      0 7px 18px rgba(0, 0, 0, 0.07);
  }

  .nova-mobile-search {
    border-radius: 18px;
    padding-inline: 14px;
  }

  .nova-mobile-filter-trigger {
    width: 48px;
    min-width: 48px;
    border-radius: 18px;
  }

  .nova-mobile-search__icon,
  .nova-mobile-filter-trigger svg {
    color: rgba(216, 219, 224, 0.48);
  }

  .nova-mobile-search__input::placeholder {
    color: rgba(216, 219, 224, 0.44);
  }

  .nova-mobile-filter-trigger__count[hidden] {
    display: none !important;
  }

  .nova-mobile-filter-trigger__count {
    top: 7px;
    right: 7px;
    min-width: 15px;
    height: 15px;
    padding: 0 4px;
    border-color: rgba(172, 205, 255, 0.16);
    background: rgba(172, 205, 255, 0.105);
    color: rgba(229, 239, 255, 0.74);
    font-size: 0.5rem;
    font-weight: 620;
    letter-spacing: 0.03em;
  }
}

.nova-mobile-sort {
  display: none;
}

@media (min-width: 781px) and (max-width: 1439px) {
  .nova-mobile-sort {
    display: flex;
  }
}

@media (max-width: 780px) {
  .nova-mobile-sort {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    gap: clamp(5px, 1.4vw, 7px);
    min-width: 0;
    margin: 6px 0 0;
    padding: 0 0 1px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nova-mobile-sort::-webkit-scrollbar {
    display: none;
  }

  .nova-mobile-sort__chip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 0 0 auto;
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(221, 229, 240, 0.52);
    padding: 0 clamp(10px, 2.4vw, 12px);
    font: inherit;
    font-size: 0.68rem;
    font-weight: 560;
    letter-spacing: 0.005em;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    scroll-snap-align: start;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition:
      border-color 150ms ease,
      color 150ms ease,
      box-shadow 150ms ease;
  }

  .nova-mobile-sort__chip::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    right: 0;
    height: 31px;
    border: 1px solid rgba(255, 255, 255, 0.042);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(15, 17, 22, 0.58), rgba(7, 9, 13, 0.56)),
      rgba(255, 255, 255, 0.006);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.012);
    transform: translateY(-50%);
    pointer-events: none;
    transition:
      border-color 150ms ease,
      background 150ms ease,
      box-shadow 150ms ease;
  }

  .nova-mobile-sort__chip > span,
  .nova-mobile-sort__icon {
    position: relative;
    z-index: 1;
  }

  .nova-mobile-sort__icon {
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
    color: currentColor;
    opacity: 0.44;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .nova-mobile-sort__chip:focus-visible {
    box-shadow: 0 0 0 2px rgba(190, 215, 246, 0.22);
    outline: none;
  }

  .nova-mobile-sort__chip.is-active {
    color: rgba(239, 246, 252, 0.74);
  }

  .nova-mobile-sort__chip.is-active::before {
    border-color: rgba(151, 205, 255, 0.105);
    background:
      linear-gradient(180deg, rgba(174, 215, 255, 0.052), rgba(91, 145, 198, 0.026)),
      rgba(255, 255, 255, 0.026);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.028),
      0 4px 10px rgba(69, 124, 190, 0.018);
  }

  .nova-mobile-sort__chip.is-active .nova-mobile-sort__icon {
    opacity: 0.62;
  }

  .nova-sort-label--mobile {
    display: none;
  }
}

.nova-sort-label--mobile {
  display: none;
}

@media (max-width: 780px) {
  .nova-mobile-sort .nova-sort-label--desktop {
    display: none;
  }

  .nova-mobile-sort .nova-sort-label--mobile {
    display: inline;
  }
}
