:root {
  --lw-bp-desktop: 1024px;
  --lw-bp-tablet: 768px;
  --lw-bp-phone: 480px;
  --lw-page-gutter: clamp(12px, 4.2vw, 24px);
  --lw-touch-target: 44px;
  --lw-safe-top: env(safe-area-inset-top, 0px);
  --lw-safe-right: env(safe-area-inset-right, 0px);
  --lw-safe-bottom: env(safe-area-inset-bottom, 0px);
  --lw-safe-left: env(safe-area-inset-left, 0px);
}
@media (max-width: 1023px) {
  .landing-wrap {
    width: calc(100% - var(--lw-page-gutter) * 2);
    padding-top: calc(10px + var(--lw-safe-top));
  }
  .main-shell {
    padding-bottom: calc(var(--lw-section-y) + var(--lw-safe-bottom));
  }
  .section-card {
    padding: clamp(16px, 4vw, 22px) clamp(14px, 3.5vw, 20px);
  }
  img:not(.lw-deposit-paymark__img),
  video,
  iframe,
  svg:not(.lw-deposit-paymark__img) {
    max-width: 100%;
    height: auto;
  }
  .lw-deposit-footer__payments .lw-deposit-paymark__img {
    max-width: none;
    width: auto;
    object-fit: contain;
  }
  .lw-btn,
  .hero-btn,
  .lw-account-btn,
  .nav-btn,
  button.lw-btn,
  button.hero-btn {
    min-height: var(--lw-touch-target);
  }
  .lw-topups-table-wrap,
  .lw-admin-revenue-panel__table {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
  .lw-topups-table-wrap {
    margin-left: calc(-1 * clamp(14px, 3.5vw, 20px));
    margin-right: calc(-1 * clamp(14px, 3.5vw, 20px));
    padding-left: clamp(14px, 3.5vw, 20px);
    padding-right: clamp(14px, 3.5vw, 20px);
  }
  .lw-account-card--admin .lw-admin-revenue-panel__table.lw-topups-table-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lw-topups-table.lw-admin-revenue-table,
  .lw-topups-table.lw-admin-tier-table {
    table-layout: auto;
    width: max-content;
    min-width: 100%;
  }
  .lw-admin-revenue-table {
    min-width: 460px;
  }
  .lw-admin-tier-table {
    min-width: 600px;
  }
  .lw-topups-table.lw-admin-revenue-table th,
  .lw-topups-table.lw-admin-revenue-table td,
  .lw-topups-table.lw-admin-tier-table th,
  .lw-topups-table.lw-admin-tier-table td {
    white-space: normal;
    word-break: break-word;
  }
  .lw-topups-table.lw-admin-revenue-table th:nth-child(1),
  .lw-topups-table.lw-admin-revenue-table td:nth-child(1) {
    min-width: 120px;
    max-width: 200px;
  }
  .lw-topups-table.lw-admin-revenue-table th:nth-child(2),
  .lw-topups-table.lw-admin-revenue-table th:nth-child(3),
  .lw-topups-table.lw-admin-revenue-table td:nth-child(2),
  .lw-topups-table.lw-admin-revenue-table td:nth-child(3) {
    min-width: 108px;
    width: auto;
    white-space: nowrap;
  }
  .lw-topups-table.lw-admin-revenue-table th:nth-child(2),
  .lw-topups-table.lw-admin-revenue-table th:nth-child(3) {
    white-space: normal;
    line-height: 1.25;
    font-size: 10px;
    letter-spacing: 0.03em;
    vertical-align: bottom;
  }
  .lw-topups-table.lw-admin-tier-table th:nth-child(1),
  .lw-topups-table.lw-admin-tier-table td:nth-child(1) {
    min-width: 110px;
    max-width: 180px;
  }
  .lw-topups-table.lw-admin-tier-table th:nth-child(n + 2),
  .lw-topups-table.lw-admin-tier-table td:nth-child(n + 2) {
    min-width: 56px;
    width: auto;
  }
  .lw-topups-table.lw-admin-tier-table td:nth-child(n + 2):not(:last-child) {
    white-space: nowrap;
    text-align: center;
  }
  .lw-topups-table.lw-admin-tier-table th:nth-child(n + 2):not(:last-child) {
    font-size: 9px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    vertical-align: bottom;
  }
  .lw-topups-table.lw-admin-tier-table th:last-child,
  .lw-topups-table.lw-admin-tier-table td:last-child {
    min-width: 88px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .lw-nav-toggle {
    display: none;
  }
  .lw-topbar-nav-wrap {
    display: contents;
  }
  .topbar-inner {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
  .brand {
    grid-column: 1;
    margin: 0;
    justify-self: start;
  }
  .nav--primary {
    grid-column: 2;
    justify-self: center;
  }
  .nav--end {
    grid-column: 3;
    justify-self: end;
    flex-wrap: nowrap;
    max-width: 100%;
    min-width: 0;
  }
  .nav--end .lw-header-session {
    flex-shrink: 0;
    max-width: 100%;
  }
  .nav--end .lw-header-session__username {
    max-width: min(120px, 28vw);
  }
}
@media (max-width: 1023px) {
  .topbar {
    top: calc(8px + var(--lw-safe-top));
    padding: 8px 10px;
    border-radius: var(--lw-radius-lg);
    z-index: 230;
    background: var(--lw-surface);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .topbar-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand toggle";
    align-items: center;
    gap: 10px 12px;
    min-height: 0;
  }
  .brand {
    grid-area: brand;
    justify-self: start;
    margin: 0;
    max-width: 100%;
    font-size: 15px;
  }
  .brand-tag {
    display: none;
  }
  .lw-nav-toggle {
    grid-area: toggle;
    justify-self: end;
    position: relative;
    z-index: 231;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--lw-touch-target);
    height: var(--lw-touch-target);
    padding: 0;
    border: 1px solid var(--lw-border);
    border-radius: var(--lw-radius-sm);
    background: var(--lw-surface-2);
    color: var(--lw-text);
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
  }
  .lw-nav-toggle:hover {
    border-color: var(--lw-border-hover);
    background: var(--lw-elevated);
  }
  .lw-nav-toggle:focus-visible {
    outline: 2px solid rgba(248, 250, 252, 0.35);
    outline-offset: 2px;
  }
  .lw-nav-toggle__icon {
    display: block;
    width: 20px;
    height: 20px;
  }
  .lw-nav-toggle__icon--close {
    display: none;
  }
  .lw-nav-toggle[aria-expanded="true"] .lw-nav-toggle__icon--open,
  body.lw-nav-open .lw-nav-toggle .lw-nav-toggle__icon--open,
  .lw-nav-toggle.is-open .lw-nav-toggle__icon--open {
    display: none;
  }
  .lw-nav-toggle[aria-expanded="true"] .lw-nav-toggle__icon--close,
  body.lw-nav-open .lw-nav-toggle .lw-nav-toggle__icon--close,
  .lw-nav-toggle.is-open .lw-nav-toggle__icon--close {
    display: block;
  }
  body.lw-nav-open .topbar {
    z-index: 245;
  }
  body.lw-nav-open .lw-nav-toggle {
    z-index: 246;
  }
  .lw-topbar-nav-wrap {
    display: none;
    position: fixed;
    z-index: 240;
    top: calc(54px + var(--lw-safe-top));
    right: max(10px, var(--lw-safe-right));
    left: auto;
    width: min(300px, calc(100vw - 20px - var(--lw-safe-left) - var(--lw-safe-right)));
    max-height: min(72dvh, calc(100dvh - 64px - var(--lw-safe-top) - var(--lw-safe-bottom)));
    height: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px;
    border-radius: 12px;
    border: 1px solid var(--lw-border);
    background: var(--lw-surface);
    box-shadow: var(--lw-shadow-md);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }
  .lw-topbar-nav-wrap.is-open {
    display: flex;
  }
  .lw-topbar-nav-wrap .nav-btn,
  .lw-topbar-nav-wrap .lw-header-session__balance,
  .lw-topbar-nav-wrap .lw-header-session__user,
  .lw-topbar-nav-wrap .lw-header-session__logout,
  .lw-topbar-nav-wrap button.nav-btn {
    min-height: 40px;
  }
  .nav--primary,
  .nav--end {
    justify-self: stretch;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0;
    gap: 4px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .nav--primary .nav-btn {
    width: 100%;
    max-width: none;
    min-height: 40px;
    justify-content: flex-start;
    text-align: left;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
  }
  .nav--primary .nav-btn.is-active {
    background: var(--lw-elevated);
    border-color: var(--lw-border);
    width: 100%;
  }
  .nav--end {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--lw-border);
    gap: 6px;
  }
  .nav--end--session {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--lw-border);
  }
  .lw-header-session {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: 0;
    border-radius: var(--lw-radius-md);
    overflow: hidden;
    box-sizing: border-box;
  }
  .lw-header-session__divider {
    display: none;
  }
  .lw-header-session__balance,
  .lw-header-session__user,
  .lw-header-session__logout {
    width: 100%;
    min-height: 42px;
    justify-content: flex-start;
    border-left: none;
    border-top: 1px solid var(--lw-border);
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
  }
  .lw-header-session__balance {
    padding: 0 14px;
    border-top: none;
    background: transparent;
    color: var(--lw-text);
  }
  .lw-header-session__user {
    padding: 0 14px;
    background: transparent;
  }
  .lw-header-session__username {
    max-width: none;
    flex: 1 1 auto;
  }
  .lw-header-session__logout-form {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    align-self: stretch;
  }
  .lw-header-session__logout {
    width: 100%;
    padding: 0 14px;
    justify-content: flex-start;
    gap: 10px;
    color: var(--destructive);
    border-left: none;
    border-radius: 0;
  }
  .nav--end .nav-btn {
    width: 100%;
    max-width: none;
    min-height: 40px;
    justify-content: center;
    border-radius: 8px;
  }
  .nav-btn--external {
    white-space: nowrap;
    text-align: left;
  }
  .nav-btn--external::after {
    margin-left: 4px;
  }
  body.lw-nav-open {
    overflow: hidden;
  }
  body.lw-nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 235;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: auto;
  }
}
@media (max-width: 1023px) {
  .hero.landing-section--hero {
    padding-top: clamp(28px, 8vw, 48px);
    padding-bottom: clamp(28px, 8vw, 56px);
  }
  .hero.landing-section--hero h1 {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .hero-actions .hero-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lw-grid.cols-4,
  .lw-grid.cols-3,
  .lw-grid.lw-grid--popular,
  .lw-grid--games,
  .lw-grid--catalog-products {
    grid-template-columns: 1fr;
  }
  .lw-page--home .landing-section--home-popular .lw-grid--popular {
    grid-template-columns: minmax(0, 1fr);
  }
  .lw-grid.lw-grid--popular > article {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .lw-page--products .landing-section--catalog .section-title,
  .lw-page--products .landing-section--catalog .section-title--catalog {
    text-align: left;
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
  }
  .lw-page--products .section-lead--catalog,
  .lw-page--products .lw-catalog-products-lead {
    text-align: left;
    margin-inline: 0;
    font-size: 14px;
    line-height: 1.55;
  }
  .lw-page--products .lw-catalog-crumb {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .lw-page--products .lw-grid--games,
  .lw-page--products .lw-grid--catalog-products {
    gap: 12px;
  }
  .lw-page--products .lw-catalog-section-title {
    font-size: 1.05rem;
    margin-bottom: 12px;
  }
  .lw-page--products .lw-catalog-product__name {
    font-size: 1.05rem;
  }
  .lw-page--products .lw-catalog-product__desc {
    -webkit-line-clamp: 4;
  }
  .lw-page--products .lw-catalog-product__price-row {
    flex-wrap: wrap;
    gap: 4px 12px;
  }
  .lw-catalog-view--category .lw-grid--catalog-products,
  .lw-catalog-view--category .lw-grid.lw-grid--popular {
    grid-template-columns: 1fr;
  }
  .lw-catalog-view--category .lw-catalog-product {
    max-width: none;
  }
  .lw-catalog-view--category .lw-catalog-product__visual {
    max-height: 200px;
  }
  .lw-page--home .landing-section--popular .section-title {
    font-size: clamp(1.25rem, 5vw, 1.6rem);
  }
  .lw-page--home .section-lead--center {
    font-size: 14px;
    line-height: 1.55;
  }
  .lw-page--legal .lw-legal-section {
    padding: clamp(14px, 4vw, 20px);
  }
  .lw-page--legal .section-title {
    font-size: clamp(1.2rem, 4.8vw, 1.55rem);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .lw-page--products .lw-grid--games,
  .lw-page--products .lw-grid--catalog-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .lw-page--products .lw-grid--games,
  .lw-page--products .lw-grid--catalog-products {
    grid-template-columns: 1fr;
  }
  .lw-page--products .lw-game-card__meta {
    flex-wrap: wrap;
  }
  .lw-page--products .lw-catalog-product__visual .lw-pill--on-video {
    top: 8px;
    right: 8px;
    font-size: 10px;
    padding: 4px 8px;
  }
  .lw-page--products .lw-yt-facade-play {
    width: 52px;
    height: 52px;
  }
  .lw-page--products .lw-yt-facade-play svg {
    width: 52px;
    height: 52px;
  }
  .lw-page--home .lw-grid.lw-grid--popular > article {
    padding: 14px 16px;
  }
}
@media (max-width: 1023px) {
  .lw-page--faq .landing-section--faq .section-title {
    text-align: left;
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
  }
  .lw-page--faq .lw-faq-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 16px;
    padding: 6px;
    border-radius: 16px;
    gap: 4px;
  }
  .lw-page--faq .lw-faq-tab {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    min-height: 42px;
    border-radius: 12px;
  }
  .lw-page--faq .lw-faq-panels.section-card {
    padding: clamp(16px, 4vw, 22px);
  }
  .lw-page--faq .lw-faq-panel__intro {
    font-size: 14px;
    line-height: 1.55;
  }
  .lw-page--faq .lw-download-list {
    gap: 0;
    margin-top: 0;
  }
  .lw-page--faq .lw-download-list .lw-download-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 13px 14px;
  }
  .lw-page--faq .lw-faq-dl-btn {
    width: 100%;
    min-height: 36px;
  }
  .lw-page--faq .lw-faq-list {
    margin-top: 16px;
  }
  .lw-page--faq .lw-faq-item summary {
    font-size: 14px;
    padding: 14px;
    line-height: 1.4;
  }
  .lw-page--faq .lw-faq-item__a {
    padding: 0 14px 14px;
    font-size: 13px;
  }
  .lw-page--faq .lw-sysreq-dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px;
  }
}
@media (max-width: 1023px) {
  .lw-product-title {
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
  }
  .lw-product-block--main .lw-product-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lw-product-block--main .lw-product-top,
  .lw-product-block--main .lw-product-desc-req {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .lw-product-desc-req {
    grid-template-columns: 1fr;
  }
  .lw-price-table-row--select .lw-tier-option-main,
  .lw-price-table-row--display .lw-tier-option-main {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;
    width: 100%;
    min-width: 0;
  }
  .lw-price-table-row--display .lw-tier-option-main {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .lw-tier-radio-cell {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: center;
  }
  .lw-tier-option-text {
    grid-column: 2;
    grid-row: 1 / -1;
    min-width: 0;
    align-self: center;
  }
  .lw-price-table-label {
    min-width: 0;
    line-height: 1.4;
  }
  .lw-price-table-stock {
    white-space: normal;
  }
  .lw-tier-popular-badge {
    font-size: 9px;
    padding: 2px 7px;
    letter-spacing: 0.03em;
  }
  .lw-price-table-aside,
  .lw-tier-sold-out-badge {
    grid-column: 3;
    grid-row: 1 / -1;
    align-self: center;
    margin-left: 0;
    flex-shrink: 0;
  }
  .lw-price-table-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
  }
  .lw-price-table-prices {
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }
  .lw-price-table-prices:not(.lw-price-table-prices--discounted) {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }
  .lw-price-table-value,
  .lw-price-table-value--was,
  .lw-price-table-value--sale {
    white-space: nowrap;
  }
  .lw-deposit-presets {
    flex-wrap: wrap;
  }
  .lw-deposit-preset {
    flex: 1 1 calc(50% - 4px);
    min-width: calc(50% - 4px);
  }
}
@media (max-width: 479px) {
  .lw-price-tier-fieldset .lw-price-table-row--select {
    padding: 10px 12px;
  }
  .lw-price-table-row--select .lw-tier-option-main,
  .lw-price-table-row--display .lw-tier-option-main {
    column-gap: 8px;
  }
  .lw-price-table-aside {
    max-width: 42%;
  }
}
@media (max-width: 767px) {
  .lw-page--auth .landing-wrap {
    width: calc(100% - var(--lw-page-gutter) * 2);
  }
  .lw-page--auth .section-card--center {
    padding: clamp(20px, 5vw, 28px) clamp(16px, 4vw, 22px);
  }
  .lw-otp {
    gap: 8px;
  }
  .lw-otp__cell {
    width: 42px;
    height: 48px;
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .lw-otp__cell {
    width: 36px;
    height: 44px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .landing-wrap,
  .main-shell-inner,
  .landing-section,
  .lw-account-page,
  .lw-account-pane,
  .lw-account-layout,
  .lw-account-shell__body,
  .lw-account-nav,
  .lw-account-card,
  .lw-admin-dashboard {
    min-width: 0;
    max-width: 100%;
  }
  .lw-account-page {
    overflow-x: clip;
  }
  .lw-account-page .section-title {
    font-size: clamp(1.35rem, 5.5vw, 1.75rem);
    margin-bottom: 12px;
  }
  .lw-account-main__title {
    font-size: clamp(1.3rem, 5.2vw, 1.7rem);
  }
  .lw-account-main__lead {
    font-size: 14px;
  }
  .lw-account-sidebar__text {
    white-space: normal;
    line-height: 1.2;
  }
  .lw-account-sidebar {
    width: 100%;
    max-width: 100%;
  }
  .lw-account-sidebar__nav {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .lw-account-settings-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "overview"
      "side"
      "right"
      "security";
  }
  .lw-account-settings-grid > .lw-account-card--overview {
    grid-area: overview;
  }
  .lw-account-settings-tools__stack {
    grid-area: side;
  }
  .lw-account-settings-right {
    grid-area: right;
  }
  .lw-account-settings-grid > .section-card {
    padding: 12px 14px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .lw-account-card--security .lw-form .row {
    margin-bottom: 10px;
  }
  .lw-account-email-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .lw-account-email-actions .lw-account-chip-btn {
    width: 100%;
    justify-content: center;
  }
  .lw-login-history-card__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .lw-login-history-pager {
    margin-left: 0;
    width: 100%;
  }
  .lw-login-history-pager__inner {
    width: 100%;
    justify-content: center;
  }
  .lw-account-page .lw-topups-table-wrap,
  .lw-account-page .lw-admin-revenue-panel__table {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .lw-account-card--admin,
  .lw-account-card--promo-admin,
  .lw-account-card--admin-users,
  .lw-account-card--products-admin {
    max-width: 100%;
  }
  .lw-admin-deposits-all-table {
    min-width: 480px;
  }
  .lw-account-card--topups,
  .lw-account-card--admin,
  .lw-account-card--promo,
  .lw-account-card--promo-admin,
  .lw-account-card--products-admin,
  .lw-account-card--admin-users {
    max-width: none;
  }
  .lw-admin-revenue-summary {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .lw-admin-revenue-stat__value {
    font-size: 1.2rem;
  }
  .lw-admin-revenue-stat {
    min-height: 80px;
    padding: 16px 18px;
  }
  .lw-admin-revenue-stat__value {
    font-size: 1.35rem;
    white-space: nowrap;
  }
  .lw-admin-revenue-panel {
    padding: 12px 10px;
  }
  .lw-admin-product-card__stats,
  .lw-admin-product-card__metrics {
    gap: 4px 10px;
  }
  .lw-admin-product-stat--keys {
    flex: 1 1 100%;
  }
  .lw-admin-product-card__purchase-form {
    margin-left: 0;
  }
  .lw-admin-site-controls {
    grid-template-columns: 1fr;
  }
  .lw-admin-site-prices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lw-email-dialog__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .lw-email-dialog__actions .hero-btn,
  .lw-email-dialog__actions .lw-account-btn {
    width: 100%;
  }
  .lw-product-purchase-dialog__actions {
    flex-direction: column;
  }
  .lw-product-purchase-dialog__cancel,
  .lw-product-purchase-dialog__submit {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .landing-bg__mesh {
    animation-duration: 52s;
  }
  .lw-admin-reviews-item__meta {
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }
  .lw-admin-reviews-item__head {
    flex-direction: column;
  }
  .home-trust-stats {
    grid-template-columns: 1fr;
  }
  .home-reviews__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .home-reviews__all {
    white-space: normal;
  }
  .hero__layout {
    text-align: center;
  }
  .hero-intro {
    text-align: center;
  }
  .hero-actions {
    justify-content: center;
  }
  .home-howto-flow {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
  .home-howto-flow__arrow {
    display: none;
  }
  .home-howto-card__btn {
    width: 100%;
    justify-content: center;
  }
  .home-howto-steps {
    grid-template-columns: 1fr;
  }
  .lw-page--home .landing-section--home-popular .lw-grid--popular {
    width: 100%;
    margin-inline: 0;
  }
  .lw-catalog-toolbar {
    gap: 10px;
    margin-top: 14px;
  }
  .lw-catalog-toolbar__search {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .lw-catalog-toolbar__input {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0 14px;
    box-sizing: border-box;
    line-height: 1.25;
  }
  .lw-catalog-toolbar__search .hero-btn {
    width: 100%;
    flex: 0 0 auto;
    margin: 0;
  }
  .lw-account-layout,
  .lw-account-shell__body {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lw-profile-card__balance {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .lw-profile-card__balance-hint {
    text-align: left;
  }
  .lw-account-forms .row {
    margin-bottom: 12px;
  }
  .lw-admin-users-toolbar {
    flex-direction: column;
  }
  .lw-admin-users-toolbar__btn {
    width: 100%;
  }
  .lw-admin-users-open__label {
    display: none;
  }
  .lw-admin-users-open {
    min-width: 28px;
    padding: 4px 0;
  }
  .lw-admin-users-table__action,
  .lw-admin-users-table__action-head {
    width: 52px;
    min-width: 52px;
    max-width: 52px;
  }
  .lw-admin-users-col--action {
    width: 52px;
  }
  .lw-admin-user-card--hero .lw-admin-user-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lw-admin-promo-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .lw-promo-admin-create-open {
    width: 100%;
    justify-content: center;
    min-height: var(--lw-touch-target, 44px);
  }
  .lw-admin-promo-table {
    min-width: 880px;
  }
  .lw-admin-user-card--hero .lw-admin-user-stats {
    grid-template-columns: 1fr;
  }
  .lw-admin-user-card--actions .lw-admin-user-actions-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .lw-admin-site-prices {
    grid-template-columns: 1fr;
  }
  .lw-admin-product-limits__grid {
    grid-template-columns: 1fr;
  }
  .lw-admin-product-card__body {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "thumb main"
      "menu menu";
  }
  .lw-admin-product-card__thumb {
    grid-area: thumb;
  }
  .lw-admin-product-card__main {
    grid-area: main;
  }
  .lw-admin-product-card__menu {
    grid-area: menu;
    justify-self: end;
  }
  .lw-admin-product-card__title-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .lw-admin-product-card__actions {
    justify-content: flex-start;
  }
  .lw-admin-product-card__purchase-form {
    margin-left: auto;
  }
  .lw-admin-product-card__stats,
  .lw-admin-product-card__metrics {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .lw-admin-product-stat {
    width: 100%;
    justify-content: space-between;
  }
  .lw-purchases-table {
    min-width: 720px;
  }
}
@media (max-width: 1023px) {
  .lw-email-dialog.lw-deposit-dialog,
  .lw-email-dialog.lw-admin-product-site-dialog {
    width: calc(100vw - 16px);
    max-width: calc(100vw - 8px);
  }
  .lw-email-dialog__panel:not(.lw-admin-product-site-dialog__panel) {
    max-height: min(90dvh, calc(100dvh - var(--lw-safe-top) - var(--lw-safe-bottom) - 24px));
    overflow-y: auto;
  }
  .lw-admin-product-site-dialog__panel {
    max-height: min(90dvh, calc(100dvh - var(--lw-safe-top) - var(--lw-safe-bottom) - 24px));
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .lw-toast-stack {
    top: calc(72px + var(--lw-safe-top));
    right: max(10px, var(--lw-safe-right));
    left: max(10px, var(--lw-safe-left));
    max-width: none;
  }
  .lw-toast.lw-glass-notice {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer.footer {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .lw-support-stats {
    grid-template-columns: 1fr;
  }
  .lw-support-features {
    grid-template-columns: 1fr;
  }
  .lw-support-tabs {
    width: 100%;
    justify-content: stretch;
  }
  .lw-support-tab {
    flex: 1 1 auto;
    text-align: center;
    padding-inline: 10px;
  }
  .lw-support-driver-row {
    align-items: flex-start;
  }
}
