@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-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__grab {
    display: block;
    top: 0;
  }

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

  .nova-sheet__hero {
    min-height: 0;
    height: calc(132px * var(--nova-sheet-peek-reveal, 1));
    max-height: calc(132px * var(--nova-sheet-peek-reveal, 1));
    padding: calc(42px * var(--nova-sheet-peek-reveal, 1)) 14px calc(14px * var(--nova-sheet-peek-reveal, 1));
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, calc(0.08 * 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-peek-reveal, 1)));
  }

  .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: 8px;
    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: 8px;
  }

  .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-radius: 30px 30px 0 0;
  }

  .tab-stage::before {
    left: 10px;
    right: 10px;
  }

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

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

  .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 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));
  }
}

@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 (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;
  }

  .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-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-peek-reveal, 0));
    min-height: 0;
    max-height: calc(132px * var(--nova-sheet-peek-reveal, 0));
    padding-top: calc(42px * var(--nova-sheet-peek-reveal, 0));
    padding-bottom: calc(14px * var(--nova-sheet-peek-reveal, 0));
    border-bottom-color: rgba(255, 255, 255, calc(0.08 * var(--nova-sheet-peek-reveal, 0)));
    opacity: calc(0.02 + (0.98 * 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 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;
  }
}
