.nalua-account-auth,
.nalua-account-auth *,
.nalua-account-auth *::before,
.nalua-account-auth *::after { box-sizing: border-box; }

.nalua-account-auth {
  --ink: #1f2522;
  --moss: #52604e;
  --sage: #aab584;
  --ivory: #f5f0e4;
  --paper: #fbf8f1;
  --wash: #ede7da;
  --line: rgba(31, 37, 34, .18);
  --naa-motion-exit: 120ms;
  --naa-motion-micro: 180ms;
  --naa-motion-standard: 420ms;
  --naa-motion-editorial: 520ms;
  --naa-motion-stagger: 300ms;
  --naa-motion-offset: 8px;
  --naa-motion-opacity-start: .22;
  --naa-motion-auth-gap: 300ms;
  --naa-ease-enter: cubic-bezier(.16, 1, .3, 1);
  --naa-ease-exit: cubic-bezier(.4, 0, 1, 1);
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Highway Gothic Expanded", "Highway Gothic", Arial, sans-serif;
}

.nalua-account-auth__ambient { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.nalua-account-auth__ambient-contours { position: absolute; top: 80px; right: 7%; width: min(38vw, 560px); height: 300px; color: #52604e2b; }
.nalua-account-auth__header, .nalua-account-auth__layout { position: relative; z-index: 1; }
.nalua-account-auth__header { display: flex; width: min(1340px, calc(100% - 64px)); height: 80px; align-items: center; justify-content: space-between; gap: 40px; margin: auto; padding: 12px 0; }
.nalua-account-auth__eyebrow, .nalua-account-auth__label { --naa-account-p-margin: 0 0 13px; margin: 0 0 13px; color: #66715f; font-size: 10px; line-height: 1.25; letter-spacing: .27em; text-transform: uppercase; }
.nalua-account-auth__header .nalua-account-auth__eyebrow { color: #9a5a40 !important; }
.nalua-account-auth__title { max-width: 100%; margin: 0; color: #111514; font: 300 clamp(36px, 3.2vw, 44px)/.95 "PP Fragment Glare", Georgia, serif; letter-spacing: -.035em; overflow-wrap: normal; text-wrap: balance; }
.nalua-account-auth__greeting { position: relative; max-width: 430px; margin: 0; padding-left: 32px; color: #252a27; font: 300 14px/1.25 "PP Fragment Glare", Georgia, serif; }
.nalua-account-auth__greeting::before { position: absolute; top: 50%; left: 0; width: 1px; height: 28px; background: #23222124; content: ""; transform: translateY(-50%); }
.nalua-account-auth__greeting strong { display: inline; margin-right: .28em; font-size: 1em; font-weight: 300; }
.nalua-account-auth__greeting span { display: inline; }
.nalua-account-auth__layout { display: grid; grid-template-columns: 244px minmax(0, 1fr); gap: 24px; width: min(1340px, calc(100% - 64px)); margin: 16px auto 0; padding-bottom: clamp(48px, 6vw, 80px); }
.nalua-account-auth__nav { min-width: 0; padding: 12px 24px 0 0; border-right: 1px solid var(--line); }
.nalua-account-auth .woocommerce-MyAccount-navigation { float: none; width: 100%; margin: 0; padding: 0 !important; }
.nalua-account-auth .woocommerce-MyAccount-navigation ul { display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none; }
.nalua-account-auth .woocommerce-MyAccount-navigation li { margin: 0; padding: 0; border: 0; }
.nalua-account-auth .woocommerce-MyAccount-navigation-link--customer-logout { margin-top: 34px !important; border-top: 1px solid var(--line) !important; }
.nalua-account-auth .woocommerce-MyAccount-navigation a { display: flex; min-height: 60px; align-items: center; gap: 15px; padding: 12px 17px; border: 1px solid transparent; border-radius: 14px; color: var(--ink) !important; background: none !important; box-shadow: none !important; font: 400 14px/1.2 "Highway Gothic Expanded", "Arial Narrow", Arial, sans-serif !important; letter-spacing: .045em; text-decoration: none !important; }
.nalua-account-auth .woocommerce-MyAccount-navigation a:hover { background: #52604e14 !important; }
.nalua-account-auth .woocommerce-MyAccount-navigation li.is-active > a { border-color: #ffffff1f !important; color: #f4efdf !important; background: var(--moss) !important; }
.nalua-account-auth .woocommerce-MyAccount-navigation li.is-active > a * { color: #f4efdf !important; stroke: currentColor !important; }
.nalua-account-auth .woocommerce-MyAccount-navigation-link--customer-logout a { min-height: 48px; color: #1f2522ba !important; font-size: 10px !important; letter-spacing: .15em; text-transform: uppercase; }
.nalua-account-auth__nav-icon { display: inline-flex; width: 22px; height: 22px; flex: 0 0 22px; }
.nalua-account-auth__nav-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.45; }

.nalua-account-auth__content, .nalua-account-auth__content > .woocommerce-MyAccount-content { float: none; width: 100%; min-width: 0; margin: 0; }
.nalua-account-auth__native-dashboard { display: none !important; }
.nalua-account-auth :is(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #314d3b7a; outline-offset: 3px; }
.nalua-account-auth__button, .nalua-account-auth .button, .nalua-account-auth button[type=submit] { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 18px; margin: 0; padding: 12px 25px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: transparent; box-shadow: none; font: 400 10px/1.2 "Highway Gothic Expanded", Arial, sans-serif; letter-spacing: .16em; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.nalua-account-auth__button--dark { border-color: transparent; color: #fff; background: #1b221fe0; }
.nalua-account-auth__button-arrow { font: 300 22px/.7 Georgia, serif; }
.nalua-account-auth__panel { border: 1px solid #ffffff70; border-radius: 22px; background: #fbf8f1d1; }

.nalua-account-dashboard { display: grid; grid-template-columns: 1.05fr .95fr; gap: 14px; }
.nalua-account-dashboard__membership { --plan-ink: #fffaf0; position: relative; min-height: 246px; padding: 34px 36px; overflow: hidden; border-radius: 22px; color: #fff; background: #52604e; }
.nalua-account-dashboard__membership[data-naa-plan=essential] { background: radial-gradient(circle at 100% 100%, #e4d5b0 0, #a6b380 35%, #6e8360 64%, #171913 100%); }
.nalua-account-dashboard__membership[data-naa-plan=signature] { --plan-ink: #2b251d; background: linear-gradient(180deg, #c66e4c, #f0c585 52%, #e3934b); }
.nalua-account-dashboard__membership[data-naa-plan=infinite] { background: radial-gradient(circle at 100% 0%, #f5ecd8 0, #d8cdbb 7%, transparent 28%), linear-gradient(145deg, #463933, #6f5362 58%, #b17ab3); }
.nalua-account-dashboard__membership .nalua-account-auth__label { color: var(--plan-ink); opacity: .88; }
.nalua-account-dashboard__membership h2 { margin: 0; color: var(--plan-ink) !important; font: 300 clamp(45px, 4vw, 61px)/.92 "PP Fragment Glare", Georgia, serif !important; letter-spacing: -.035em; text-transform: none !important; }
.nalua-account-dashboard__membership-copy { --naa-account-p-margin: 6px 0 20px; margin: 6px 0 20px; color: var(--plan-ink); font: 300 20px/1.25 "PP Fragment Glare", Georgia, serif; }
.nalua-account-dashboard__membership-renewal { --naa-account-p-margin: 0 0 20px; margin: 0 0 20px; color: var(--plan-ink); opacity: .84; font: 300 14px/1.35 "PP Fragment Glare", Georgia, serif; }
.nalua-account-auth__card-contours { position: absolute; inset: -12px -40px -18px auto; width: 245px; height: calc(100% + 30px); color: #ffffff70; pointer-events: none; }
.nalua-account-dashboard__membership > *:not(svg) { position: relative; z-index: 1; }
.nalua-account-dashboard__credits { min-height: 246px; padding: 30px 35px; }
.nalua-account-dashboard__credit-numbers { display: grid; grid-template-columns: 1fr 1fr; margin-top: 22px; }
.nalua-account-dashboard__credit-numbers > div + div { padding-left: 42px; border-left: 1px solid var(--line); }
.nalua-account-dashboard__credit-numbers strong { display: block; font: 300 52px/.8 "PP Fragment Glare", Georgia, serif; }
.nalua-account-dashboard__credit-numbers span { display: block; margin-top: 8px; font: 300 16px/1.1 "PP Fragment Glare", Georgia, serif; }
.nalua-account-dashboard__progress-row { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.nalua-account-dashboard__progress { height: 17px; flex: 1; overflow: hidden; border-radius: 999px; background: #e6e0d4; }
.nalua-account-dashboard__progress span { display: block; width: var(--naa-progress, 0%); height: 100%; border-radius: inherit; background: var(--sage); }
.nalua-account-dashboard__progress-copy { margin: 0; font: 300 14px/1.2 "PP Fragment Glare", Georgia, serif; white-space: nowrap; }
.nalua-account-dashboard__booking { display: grid; grid-column: 1/-1; grid-template-columns: 1fr auto; min-height: 142px; align-items: center; gap: 24px; padding: 26px 36px; background: var(--wash); }
.nalua-account-dashboard__booking-content { min-width: 0; }
.nalua-account-dashboard__booking-region { min-height: 63px; }
.nalua-account-dashboard__booking h2 { margin: 2px 0 1px; font: 300 clamp(27px, 2.8vw, 40px)/1 "PP Fragment Glare", Georgia, serif; }
.nalua-account-dashboard__booking-meta { margin: 0; font: 300 16px/1.35 "PP Fragment Glare", Georgia, serif; }
.nalua-account-dashboard__booking-meta > span { display: block; }
.nalua-account-dashboard__booking-region.is-entering { animation: nalua-account-booking-in var(--naa-motion-micro) var(--naa-ease-enter) both; }
.nalua-account-dashboard__booking-skeleton { display: grid; gap: 7px; width: min(100%, 520px); padding-top: 2px; }
.nalua-account-dashboard__booking-skeleton span { display: block; width: 42%; height: 10px; border-radius: 999px; background: #d8d2c5; animation: nalua-account-booking-pulse 1.15s ease-in-out infinite alternate; }
.nalua-account-dashboard__booking-skeleton .is-title { width: min(72%, 360px); height: 30px; margin-bottom: 2px; }
.nalua-account-dashboard__booking-skeleton span:nth-child(3) { width: 34%; }
.nalua-account-dashboard__booking-skeleton span:nth-child(4) { width: 56%; }
.nalua-account-dashboard__secondary { display: contents; }
.nalua-account-dashboard__profile, .nalua-account-dashboard__orders { min-height: 104px; padding: 22px 27px; }
.nalua-account-dashboard__profile { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.nalua-account-dashboard__orders { position: relative; padding-right: 50px; }
.nalua-account-dashboard__secondary-title { margin: 0; font: 300 19px/1.22 "PP Fragment Glare", Georgia, serif; }
.nalua-account-dashboard__secondary-copy { --naa-account-p-margin: 2px 0 0; margin: 2px 0 0; color: #4c565f; font: 300 14px/1.25 "PP Fragment Glare", Georgia, serif; }
.nalua-account-dashboard__orders-link { position: absolute; inset: 0; border-radius: inherit; }
.nalua-account-dashboard__orders-arrow { position: absolute; top: 50%; right: 24px; transform: translateY(-50%); font-size: 25px; }

.nalua-account-auth :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 18px; padding: 15px 18px 15px 44px; border: 1px solid #52604e4d; border-radius: 13px; background: #eef0e5; }
.nalua-account-auth .woocommerce-error { border-color: #8f3f494d; background: #f5e9e3; }
.nalua-account-auth__content :is(h2, h3) { color: var(--ink); font-family: "PP Fragment Glare", Georgia, serif; font-weight: 300; overflow-wrap: normal; text-wrap: balance; }
.nalua-account-auth__content :is(input[type=text], input[type=email], input[type=password], input[type=tel], select, textarea) { width: 100%; min-height: 52px; margin: 0; padding: 12px 16px; border: 1px solid #26374647; border-radius: 13px; color: var(--ink); background: #fffdfa; box-shadow: none; font: 400 15px/1.35 "Highway Gothic", Arial, sans-serif; }
.nalua-account-auth__content label { color: #44505a; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.nalua-account-auth__content fieldset { margin: 24px 0; padding: 24px; border: 1px solid var(--line); border-radius: 18px; }
.nalua-account-auth :is(.woocommerce-EditAccountForm, .woocommerce-Addresses, .woocommerce-orders-table, .woocommerce-order-details) { width: 100%; margin: 0; padding: clamp(24px, 4vw, 42px); border: 1px solid #ffffff80; border-radius: 22px; background: #fbf8f1d6; }
.nalua-account-auth[data-nalua-account-view="view-order"] > .nalua-account-auth__layout > .nalua-account-auth__content > p > mark:is(.order-number, .order-date, .order-status) { padding: .08em .32em; border-radius: .25em; color: inherit; background: rgba(157, 170, 125, .26); font-weight: inherit; }
.nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-table--order-details { table-layout: fixed; }
.nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-table--order-details :is(th, td).product-name { width: 72%; }
.nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-table--order-details :is(th, td).product-total { width: 28%; padding-inline-start: 18px; text-align: left; }
.nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table__line-item.order_item > :is(.woocommerce-table__product-name.product-name, .woocommerce-table__product-total.product-total) { vertical-align: top; }
.nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table__line-item.order_item > .woocommerce-table__product-name.product-name { min-width: 0; overflow-wrap: anywhere; }
.nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-product-heading { display: flex; min-width: 0; flex-wrap: wrap; align-items: baseline; gap: 5px 9px; }
.nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-product-label { display: none; }
.nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-product-name { min-width: 0; font-weight: 600; overflow-wrap: anywhere; }
.nalua-account-auth[data-nalua-account-view="view-order"] .product-quantity { flex: 0 0 auto; color: #44505a; font-weight: 400; }
.nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table__product-name.product-name > ul.nalua-account-order-meta { display: grid; gap: 9px; margin: 14px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); list-style: none; }
.nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-meta__row { display: grid; grid-template-columns: minmax(132px, .52fr) minmax(0, 1fr); gap: 12px; min-width: 0; margin: 0; padding: 0; list-style: none; align-items: baseline; }
.nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-meta__label { color: var(--ink); font: 400 10px/1.35 "Highway Gothic Expanded", Arial, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-meta__value { min-width: 0; color: #44505a; font: 300 17px/1.35 "PP Fragment Glare", "PP Fragment", Georgia, serif; overflow-wrap: anywhere; }
.nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table__line-item.order_item > .woocommerce-table__product-total.product-total { color: var(--ink); white-space: nowrap; }
.nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-price-label { display: none; }
.nalua-account-auth[data-nalua-account-view="view-order"] .order-actions--heading + td { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.nalua-account-auth[data-nalua-account-view="view-order"] .order-actions--heading + td .order-actions-button { min-height: 46px; margin: 0; }
.nalua-account-auth .woocommerce-orders-table { overflow: hidden; border-collapse: separate; border-spacing: 0; }
.nalua-account-auth .woocommerce-orders-table :is(th, td) { padding: 15px 12px; border: 0; border-bottom: 1px solid var(--line); text-align: left; }
.nalua-account-auth .woocommerce-orders-table th { font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }

.nalua-account-auth__content { position: relative; min-height: 310px; }
.nalua-account-auth__transition { position: relative; z-index: 4; display: grid; align-content: start; width: 100%; pointer-events: none; }
.nalua-account-auth__transition[hidden] { display: none; }
.nalua-account-skeleton { width: 100%; color: #ded7c9; }
.nalua-account-skeleton :is(span, div, section) { box-sizing: border-box; }
.nalua-account-skeleton__surface, .naa-skeleton-notice { border: 1px solid #ffffff80; border-radius: 16px; background: #fbf8f1d6; }
.nalua-account-skeleton :is(.naa-skeleton-line, .naa-skeleton-pill, .naa-skeleton-numbers span, .naa-skeleton-progress, .naa-skeleton-badge, .naa-skeleton-figure, .naa-skeleton-rule, .naa-skeleton-rows span, .naa-skeleton-strip, .naa-skeleton-field-label, .naa-skeleton-field, .naa-skeleton-legend, .naa-skeleton-table__head span, .naa-skeleton-table__row > span, .naa-skeleton-chip, .naa-skeleton-notice, .naa-skeleton-total span) { display: block; border-radius: 999px; background: currentColor; animation: nalua-account-skeleton-pulse 1150ms ease-in-out infinite alternate; }
.naa-skeleton-line { height: 10px; }
.naa-skeleton-line--label { width: 28%; height: 8px; }
.naa-skeleton-line--display { width: min(76%, 320px); height: 48px; margin-top: 22px; }
.naa-skeleton-line--title { width: min(70%, 360px); height: 28px; margin-top: 16px; }
.naa-skeleton-line--body { width: 58%; margin-top: 12px; }
.naa-skeleton-line--short { width: 34%; margin-top: 9px; }
.naa-skeleton-pill { width: 142px; height: 46px; margin-top: auto; }
.naa-skeleton-pill--small { width: 104px; height: 36px; }
.nalua-account-skeleton--dashboard { display: grid; grid-template-columns: 1.05fr .95fr; gap: 14px; }
.nalua-account-skeleton--dashboard .nalua-account-skeleton__surface { padding: 30px 34px; }
.nalua-account-skeleton__surface--membership { display: flex; min-height: 246px; flex-direction: column; color: #ccc4b6; background: #687565; }
.nalua-account-skeleton__surface--credits { min-height: 246px; }
.naa-skeleton-numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 27px; }
.naa-skeleton-numbers span { height: 52px; }
.naa-skeleton-progress { width: 62%; height: 17px; margin-top: 28px; }
.nalua-account-skeleton__surface--booking { display: flex; grid-column: 1 / -1; min-height: 142px; align-items: center; justify-content: space-between; gap: 24px; background: var(--wash); }
.nalua-account-skeleton__surface--profile, .nalua-account-skeleton__surface--orders { position: relative; min-height: 104px; }
.nalua-account-skeleton__surface--profile { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nalua-account-skeleton__surface--profile .naa-skeleton-pill { margin: 0; }
.naa-skeleton-affordance { position: absolute; top: 50%; right: 26px; width: 16px; height: 16px; border: solid currentColor; border-width: 0 1px 1px 0; transform: translateY(-50%) rotate(-45deg); }
.nalua-account-skeleton--summary-detail { display: grid; grid-template-columns: 1.5fr .7fr; gap: 16px; }
.nalua-account-skeleton--summary-detail .nalua-account-skeleton__surface { padding: 30px 34px; }
.naa-skeleton-plan { display: flex; min-height: 220px; flex-direction: column; }
.naa-skeleton-badge { width: 72px; height: 21px; margin-top: 14px; }
.naa-skeleton-credits { min-height: 220px; }
.naa-skeleton-figure { width: 42%; height: 64px; margin-top: 38px; }
.naa-skeleton-detail { display: grid; grid-column: 1 / -1; gap: 18px; }
.naa-skeleton-detail .naa-skeleton-line { margin: 0; }
.naa-skeleton-rule { width: 100%; height: 1px; }
.naa-skeleton-rows { display: grid; gap: 15px; }
.naa-skeleton-rows span { height: 16px; }
.naa-skeleton-rows span:nth-child(2n) { width: 78%; }
.naa-skeleton-strip { width: 100%; height: 34px; }
.nalua-account-skeleton--form .nalua-account-skeleton__surface { display: grid; gap: 11px; padding: clamp(24px, 4vw, 42px); }
.naa-skeleton-fields { display: grid; gap: 18px; }
.naa-skeleton-fields--pair { grid-template-columns: 1fr 1fr; }
.naa-skeleton-fields--pair span { height: 8px; }
.naa-skeleton-field-label { width: 26%; height: 8px; margin-top: 5px; }
.naa-skeleton-field { width: 100%; height: 52px; }
.naa-skeleton-password { display: grid; gap: 11px; margin: 15px 0; padding: 22px; border: 1px solid var(--line); border-radius: 16px; }
.naa-skeleton-legend { width: 24%; height: 10px; margin-bottom: 6px; }
.nalua-account-skeleton--collection, .nalua-account-skeleton--detail { display: grid; gap: 18px; }
.naa-skeleton-notice { width: 100%; height: 52px; }
.naa-skeleton-table, .naa-skeleton-order { padding: clamp(24px, 4vw, 42px); }
.naa-skeleton-table__head, .naa-skeleton-table__row { display: grid; grid-template-columns: 1.15fr 1fr .9fr .8fr .9fr; align-items: center; gap: 16px; }
.naa-skeleton-table__head { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.naa-skeleton-table__head span { height: 8px; }
.naa-skeleton-table__row { min-height: 66px; border-bottom: 1px solid var(--line); }
.naa-skeleton-table__row > span { height: 11px; }
.naa-skeleton-table__row .naa-skeleton-pill { margin: 0; }
.naa-skeleton-chip { width: 72%; height: 25px !important; }
.nalua-account-skeleton--detail > .naa-skeleton-line { width: 44%; }
.naa-skeleton-order { display: grid; gap: 18px; }
.naa-skeleton-order .naa-skeleton-table__head { grid-template-columns: 1fr .35fr; }
.naa-skeleton-order__item { display: grid; grid-template-columns: 1fr .35fr; gap: 16px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.naa-skeleton-order__item .naa-skeleton-line { margin: 0; }
.naa-skeleton-order__item .naa-skeleton-line--short { justify-self: end; width: 70%; }
.naa-skeleton-total { display: grid; grid-template-columns: 1fr .35fr; gap: 16px; }
.naa-skeleton-total span { height: 17px; }
.naa-skeleton-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.naa-skeleton-actions .naa-skeleton-pill { margin: 0; }
.nalua-account-auth.is-navigation-error .nalua-account-auth__transition { pointer-events: auto; }
.nalua-account-navigation-error { display: grid; max-width: 620px; align-content: center; justify-items: start; min-height: 220px; margin: auto; }
.nalua-account-navigation-error h2 { margin: 0; font: 300 clamp(30px, 3vw, 44px)/1 "PP Fragment Glare", Georgia, serif; }
.nalua-account-navigation-error p { --naa-account-p-margin: 10px 0 24px; margin: 10px 0 24px; font: 300 17px/1.4 "PP Fragment Glare", Georgia, serif; }
.nalua-account-navigation-error__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.nalua-account-auth.is-navigating .nalua-account-auth__content > :not(.nalua-account-auth__transition) { position: absolute; visibility: hidden; pointer-events: none; }
.nalua-account-auth.is-content-entering:not([data-nalua-account-has-motion-groups]) .nalua-account-auth__content > :not(.nalua-account-auth__transition) { animation: nalua-account-content-in var(--naa-motion-standard) var(--naa-ease-enter) both; }
.nalua-account-auth[data-nalua-account-motion-profile="grouped"].is-content-entering:not([data-nalua-account-has-motion-groups]) .nalua-account-auth__content > :not(.nalua-account-auth__transition) { animation-duration: var(--naa-motion-editorial); }
.nalua-account-auth[data-nalua-account-has-motion-groups].is-content-entering [data-nalua-account-motion-group] { animation: nalua-account-content-in var(--naa-motion-editorial) var(--naa-ease-enter) both; animation-delay: calc(var(--naa-motion-order, 0) * var(--naa-motion-stagger)); }
@keyframes nalua-account-content-in { from { opacity: var(--naa-motion-opacity-start); transform: translateY(var(--naa-motion-offset)); } to { opacity: 1; transform: translateY(0); } }
@keyframes nalua-account-booking-in { from { opacity: .35; } to { opacity: 1; } }
@keyframes nalua-account-booking-pulse { from { opacity: .48; } to { opacity: .92; } }
@keyframes nalua-account-skeleton-pulse { from { opacity: .50; } to { opacity: .88; } }

.nalua-account-guest {
  --naa-motion-exit: 120ms;
  --naa-motion-standard: 420ms;
  --naa-motion-editorial: 520ms;
  --naa-motion-stagger: 300ms;
  --naa-motion-offset: 8px;
  --naa-motion-opacity-start: .22;
  --naa-motion-auth-gap: 300ms;
  --naa-ease-enter: cubic-bezier(.16, 1, .3, 1);
  --naa-ease-exit: cubic-bezier(.4, 0, 1, 1);
}
.nalua-account-guest.is-auth-entering .nalua-account-guest__intro { animation: nalua-account-auth-intro-in var(--naa-motion-editorial) var(--naa-ease-enter) both; }
.nalua-account-guest.is-auth-entering .nalua-account-guest__panel { animation: nalua-account-auth-panel-in var(--naa-motion-editorial) var(--naa-ease-enter) var(--naa-motion-auth-gap) both; }
.nalua-account-guest [data-nalua-auth-panel].is-auth-panel-leaving { animation: nalua-account-auth-out var(--naa-motion-exit) var(--naa-ease-exit) both; }
.nalua-account-guest [data-nalua-auth-panel].is-auth-panel-entering { animation: nalua-account-auth-in var(--naa-motion-standard) var(--naa-ease-enter) both; }
@keyframes nalua-account-auth-intro-in { from { opacity: 0; transform: translateX(-14px); } to { opacity: 1; transform: translateX(0); } }
@keyframes nalua-account-auth-panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nalua-account-auth-in { from { opacity: var(--naa-motion-opacity-start); transform: translateY(var(--naa-motion-offset)); } to { opacity: 1; transform: translateY(0); } }
@keyframes nalua-account-auth-out { from { opacity: 1; transform: translateY(0); } to { opacity: 0; transform: translateY(calc(var(--naa-motion-offset) * -1)); } }

@media (max-width: 1024px) {
  .nalua-account-auth__header { width: min(976px, calc(100% - 48px)); }
  .nalua-account-auth__layout { grid-template-columns: 210px minmax(0, 1fr); width: min(976px, calc(100% - 48px)); }
  .nalua-account-auth__nav { padding-right: 18px; }
  .nalua-account-auth .woocommerce-MyAccount-navigation a { padding-inline: 12px; font-size: 13px !important; }
}

@media (max-width: 900px) {
  .nalua-account-auth__ambient-contours { top: 72px; right: -18%; width: 68vw; height: 250px; }
  .nalua-account-auth__header { width: 100%; height: 72px; padding: 10px 30px; }
  .nalua-account-auth__title { font-size: clamp(34px, 5.8vw, 40px); line-height: .95; }
  .nalua-account-auth__greeting { max-width: 360px; font-size: 13px; }
  .nalua-account-auth__layout { display: block; width: 100%; padding: 0 30px 50px; }
  .nalua-account-auth__nav { position: relative; max-width: 100%; padding: 0 0 20px; border: 0; overflow: hidden; }
  .nalua-account-auth__nav::before, .nalua-account-auth__nav::after { position: absolute; z-index: 2; top: 0; bottom: 20px; width: 28px; opacity: 0; pointer-events: none; content: ""; transition: opacity 160ms ease; }
  .nalua-account-auth__nav::before { left: 0; background: linear-gradient(90deg, var(--ivory), transparent); }
  .nalua-account-auth__nav::after { right: 0; background: linear-gradient(270deg, var(--ivory), transparent); }
  .nalua-account-auth__nav[data-overflow-start]::before, .nalua-account-auth__nav[data-overflow-end]::after { opacity: 1; }
  .nalua-account-auth .woocommerce-MyAccount-navigation { min-width: 0; max-width: 100%; padding: 0 !important; border: 0; overflow: hidden; }
  .nalua-account-auth .woocommerce-MyAccount-navigation ul { width: 100%; max-width: 100%; flex-flow: row nowrap; gap: 8px; overflow-x: auto; overflow-y: hidden; padding-inline: 4px !important; scroll-padding-inline: 24px; scroll-snap-type: inline proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .nalua-account-auth .woocommerce-MyAccount-navigation ul::-webkit-scrollbar { display: none; }
  .nalua-account-auth .woocommerce-MyAccount-navigation li, .nalua-account-auth .woocommerce-MyAccount-navigation-link--customer-logout { width: max-content; flex: 0 0 auto; margin: 0 !important; border: 0 !important; background: none !important; scroll-snap-align: center; }
  .nalua-account-auth .woocommerce-MyAccount-navigation a { width: max-content; min-height: 54px; justify-content: center; gap: 9px; padding: 10px 15px; border-radius: 999px; font-size: 13px !important; white-space: nowrap; }
  .nalua-account-dashboard { grid-template-columns: 1fr; }
  .nalua-account-dashboard__membership, .nalua-account-dashboard__credits, .nalua-account-dashboard__booking { grid-column: 1; }
  .nalua-account-dashboard__membership { min-height: 300px; }
  .nalua-account-dashboard__credits { min-height: 220px; }
  .nalua-account-dashboard__secondary { display: grid; gap: 12px; }
  .nalua-account-skeleton--dashboard, .nalua-account-skeleton--summary-detail { grid-template-columns: minmax(0, 1fr); }
  .nalua-account-skeleton__surface--membership { min-height: 300px; }
  .nalua-account-skeleton__surface--credits { min-height: 220px; }
}

@media (max-width: 600px) {
  .nalua-account-auth__ambient-contours { top: 72px; right: -42%; width: 96vw; height: 230px; }
  .nalua-account-auth__header { position: relative; display: flex; box-sizing: border-box; height: 80px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; padding: 8px 20px; }
  .nalua-account-auth__header::after { position: absolute; bottom: 0; left: 20px; width: 48px; height: 1px; background: #23222124; content: ""; }
  .nalua-account-auth__title { font-size: clamp(28px, 8vw, 32px); line-height: .9; letter-spacing: -.03em; white-space: nowrap; }
  .nalua-account-auth[data-nalua-account-view="membresia"] .nalua-account-auth__title,
  .nalua-account-auth[data-nalua-account-view="edit-account"] .nalua-account-auth__title { font-size: clamp(27px, 7.6vw, 30px); white-space: nowrap; }
  .nalua-account-auth__greeting { min-width: 0; max-width: 100%; padding-left: 0; font-size: 12px; line-height: 1.15; }
  .nalua-account-auth__greeting::before { display: none; }
  .nalua-account-auth__layout { margin-top: 14px; padding: 0 20px 38px; }
  .nalua-account-auth .woocommerce-MyAccount-navigation a { min-height: 52px; padding-inline: 14px; font-size: 12px !important; }
  .nalua-account-auth__nav-icon { width: 20px; height: 20px; flex-basis: 20px; }
  .nalua-account-dashboard { gap: 12px; }
  .nalua-account-dashboard__membership { min-height: 286px; padding: 29px 24px; }
  .nalua-account-dashboard__membership h2 { font-size: clamp(42px, 13vw, 58px); }
  .nalua-account-dashboard__credits { min-height: 214px; padding: 27px 24px; }
  .nalua-account-dashboard__credit-numbers > div + div { padding-left: 24px; }
  .nalua-account-dashboard__credit-numbers strong { font-size: 46px; }
  .nalua-account-dashboard__progress-row { gap: 12px; }
  .nalua-account-dashboard__booking { display: block; min-height: 252px; padding: 28px 24px; }
  .nalua-account-dashboard__booking-region { min-height: 112px; }
  .nalua-account-dashboard__booking .nalua-account-auth__button { width: 100%; margin-top: 24px; }
  .nalua-account-dashboard__profile { padding: 21px 20px; }
  .nalua-account-dashboard__orders { padding: 21px 48px 21px 20px; }
  .nalua-account-auth :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) { display: flex; flex-direction: column; align-items: stretch; padding: 18px; }
  .nalua-account-auth :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) .button { width: 100%; order: 2; }
  .nalua-account-auth .woocommerce-orders-table thead { display: none; }
  .nalua-account-auth .woocommerce-orders-table, .nalua-account-auth .woocommerce-orders-table tbody, .nalua-account-auth .woocommerce-orders-table tr, .nalua-account-auth .woocommerce-orders-table td { display: block; width: 100%; }
  .nalua-account-auth .woocommerce-orders-table tr { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nalua-account-auth .woocommerce-orders-table td { display: grid; grid-template-columns: minmax(92px, 38%) minmax(0, 1fr); gap: 12px; padding: 8px 0; border: 0; overflow-wrap: break-word; }
  .nalua-account-auth .woocommerce-orders-table td::before { content: attr(data-title); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table--order-details { display: block; table-layout: auto; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table--order-details > thead { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table--order-details > tbody { display: block; width: 100%; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table--order-details > tfoot { display: block; width: 100%; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table--order-details > tfoot > tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; width: 100%; align-items: center; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table--order-details > tfoot > tr > :is(th, td) { width: auto !important; min-width: 0; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table__line-item.order_item { display: block; width: 100% !important; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table__line-item.order_item > :is(.woocommerce-table__product-name.product-name, .woocommerce-table__product-total.product-total) { display: block; width: 100% !important; max-width: none; min-width: 0; padding-inline: 0; text-align: left; white-space: normal; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-order-details .woocommerce-table__line-item.order_item > .woocommerce-table__product-total.product-total { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); text-align: right; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-product-label { display: block; flex: 0 0 100%; color: #44505a; font: 700 15px/1.35 Lato, Arial, sans-serif; letter-spacing: 0; text-transform: uppercase; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-price-label { display: block; color: #44505a; font: 700 15px/1.35 Lato, Arial, sans-serif; letter-spacing: 0; text-align: left; text-transform: uppercase; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-price-value { flex: 0 0 auto; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .nalua-account-order-meta__row { grid-template-columns: minmax(0, 1fr); gap: 3px; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .woocommerce-table--order-details > tfoot > tr:has(> .order-actions--heading) { display: block; width: 100% !important; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .order-actions--heading, .nalua-account-auth[data-nalua-account-view="view-order"] .order-actions--heading + td { display: flex; width: 100% !important; padding-inline: 0; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .order-actions--heading { padding-top: 18px; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .order-actions--heading + td { flex-direction: column; align-items: stretch; gap: 8px; }
  .nalua-account-auth[data-nalua-account-view="view-order"] .order-actions--heading + td .order-actions-button { display: flex; width: 100%; min-height: 46px; margin: 0; }
  .nalua-account-skeleton--dashboard .nalua-account-skeleton__surface { padding: 27px 24px; }
  .nalua-account-skeleton__surface--membership { min-height: 286px; }
  .nalua-account-skeleton__surface--credits { min-height: 214px; }
  .nalua-account-skeleton__surface--booking { display: block; min-height: 252px; }
  .nalua-account-skeleton__surface--booking .naa-skeleton-pill { width: 100%; margin-top: 24px; }
  .nalua-account-skeleton--summary-detail .nalua-account-skeleton__surface { padding: 24px; }
  .naa-skeleton-plan { min-height: 238px; }
  .naa-skeleton-fields--pair { grid-template-columns: 1fr; }
  .naa-skeleton-table__head { display: none; }
  .naa-skeleton-table__row { grid-template-columns: minmax(92px, 38%) minmax(0, 1fr); gap: 12px; padding: 14px 0; }
  .naa-skeleton-table__row > :nth-child(odd) { width: 68%; }
  .naa-skeleton-table__row .naa-skeleton-pill { grid-column: 1 / -1; width: 100%; }
  .naa-skeleton-order .naa-skeleton-table__head { display: none; }
  .naa-skeleton-order__item, .naa-skeleton-total { grid-template-columns: 1fr; }
  .naa-skeleton-order__item .naa-skeleton-line--short { justify-self: start; width: 34%; }
  .naa-skeleton-actions .naa-skeleton-pill { width: 100%; }
  .nalua-account-navigation-error__actions, .nalua-account-navigation-error__actions .nalua-account-auth__button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .nalua-account-auth *, .nalua-account-auth *::before, .nalua-account-auth *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .nalua-account-skeleton__block { background: #e5dfd2; animation: none !important; }
  .nalua-account-dashboard__booking-skeleton span, .nalua-account-dashboard__booking-region.is-entering { animation: none !important; }
  .nalua-account-auth.is-content-entering .nalua-account-auth__content > :not(.nalua-account-auth__transition), .nalua-account-auth.is-content-entering [data-nalua-account-motion-group] { animation: none !important; }
  .nalua-account-guest.is-auth-entering :is(.nalua-account-guest__intro, .nalua-account-guest__panel), .nalua-account-guest [data-nalua-auth-panel]:is(.is-auth-panel-leaving, .is-auth-panel-entering) { animation: none !important; }
}
