@layer pages{.shopify-app{display:flex;flex-direction:column;min-height:100dvh}.shopify-app__main{flex:1 1;width:100%;max-width:var(--content-max);margin-inline:auto;padding:var(--space-6) var(--page-gutter) var(--space-12)}.shopify-nav{border-bottom:1px solid var(--border);background:var(--surface)}.shopify-nav__list{max-width:var(--content-max);margin-inline:auto;padding:var(--space-2) var(--page-gutter);overflow-x:auto;overscroll-behavior-x:contain}.shopify-nav__item{flex:0 0 auto}.shopify-nav__link{position:relative;display:flex;align-items:center;min-height:var(--space-10);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-base);font-weight:var(--weight-medium);line-height:var(--leading-base);text-decoration:none;white-space:nowrap;transition:color var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out)}.shopify-nav__link:hover{background:var(--surface-hover);color:var(--text)}.shopify-nav__link:active{background:var(--canvas-inset)}.shopify-nav__link[aria-current=page]{background:var(--accent-subtle);color:var(--accent-text);font-weight:var(--weight-semibold)}.shopify-nav__link[aria-current=page]:after{content:"";position:absolute;inset-inline:var(--space-3);bottom:calc(var(--space-1) / 2);height:calc(var(--space-1) / 2);border-radius:var(--radius-full);background:var(--accent)}.shopify-nav__link:focus-visible{outline:none;box-shadow:var(--focus-ring)}@media (pointer:coarse){.shopify-nav__link{min-height:calc(var(--space-10) + var(--space-1))}}.shopify-section>*+*{margin-top:var(--space-4)}.shopify-subtitle+.shopify-lead,.shopify-title+.shopify-lead{margin-top:var(--space-2)}.shopify-subtitle,.shopify-title{overflow-wrap:anywhere}.shopify-lead{color:var(--text-secondary);font-size:var(--text-base)}.shopify-card>p,.shopify-section>p{max-width:var(--prose-max);color:var(--text-secondary)}.shopify-facts__row dt{color:var(--text-secondary);font-size:var(--text-base)}.shopify-facts__row dd{margin:0}.shopify-card p+p,.shopify-card__head+p{margin-top:var(--space-3)}.shopify-card__pair dt{color:var(--text-secondary);font-size:var(--text-xs);line-height:var(--leading-xs);font-weight:var(--weight-medium);letter-spacing:var(--tracking-wide);text-transform:uppercase}.shopify-card__pair dd{margin:0}.shopify-checklist{counter-reset:shopify-step;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.shopify-checklist__item{counter-increment:shopify-step;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface)}.shopify-checklist__item+.shopify-checklist__item{border-top:1px solid var(--border)}.shopify-checklist__marker{display:inline-flex;align-items:center;justify-content:center;width:var(--space-6);height:var(--space-6);border:1px solid var(--border-strong);border-radius:var(--radius-full);background:var(--surface);color:var(--text-tertiary);font-size:var(--text-xs);line-height:var(--leading-xs);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.shopify-checklist__marker:before{content:counter(shopify-step)}.shopify-checklist__marker svg{width:var(--space-4);height:var(--space-4)}.shopify-checklist__item[data-complete] .shopify-checklist__marker{border-color:var(--success-border);background:var(--success-subtle);color:var(--success-text)}.shopify-checklist__item[data-complete] .shopify-checklist__marker:before{content:none}.shopify-checklist__step{color:var(--text);overflow-wrap:anywhere}.shopify-checklist__state{color:var(--text-tertiary);font-size:var(--text-xs);line-height:var(--leading-xs);font-weight:var(--weight-medium);white-space:nowrap}.shopify-checklist__item[data-complete] .shopify-checklist__state{color:var(--success-text)}@media (max-width:639px){.shopify-checklist__item{grid-template-columns:auto 1fr}.shopify-checklist__state{grid-column:2}}.shopify-events{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.shopify-events__row{padding:var(--space-3) var(--space-4);background:var(--surface)}.shopify-events__row+.shopify-events__row{border-top:1px solid var(--border)}.shopify-events__summary{color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.shopify-events__time{color:var(--text-tertiary);font-size:var(--text-xs);line-height:var(--leading-xs);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.shopify-skeleton__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,calc(var(--space-24) * 2)),1fr));gap:var(--space-4)}.shopify-page:not(:defined),.shopify-section:not(:defined){display:block}.shopify-section:not(:defined)+.shopify-section:not(:defined){margin-top:var(--space-8)}.shopify-grid:not(:defined){display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,calc(var(--space-24) * 2)),1fr));gap:var(--space-4)}.shopify-card:not(:defined){display:block;padding:var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-xs)}.shopify-card--state:not(:defined){padding:var(--space-4)}.shopify-banner:not(:defined){display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--info-border);border-radius:var(--radius-lg);background:var(--info-subtle)}.shopify-banner:not(:defined) p{color:var(--info-text)}.shopify-banner:not(:defined)[tone=success]{border-color:var(--success-border);background:var(--success-subtle)}.shopify-banner:not(:defined)[tone=success] p{color:var(--success-text)}.shopify-banner:not(:defined)[tone=critical]{border-color:var(--danger-border);background:var(--danger-subtle)}.shopify-banner:not(:defined)[tone=critical] p{color:var(--danger-text)}.shopify-status:not(:defined){display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border:1px solid var(--neutral-border);border-radius:var(--radius-full);background:var(--neutral-subtle);color:var(--neutral-text);font-size:var(--text-xs);line-height:var(--leading-xs);font-weight:var(--weight-medium)}.shopify-status:not(:defined):before{content:"";width:var(--space-2);height:var(--space-2);border-radius:var(--radius-full);background:var(--neutral-solid)}.shopify-status:not(:defined)[tone=success]{border-color:var(--success-border);background:var(--success-subtle);color:var(--success-text)}.shopify-status:not(:defined)[tone=success]:before{background:var(--success-solid)}.shopify-status:not(:defined)[tone=info]{border-color:var(--info-border);background:var(--info-subtle);color:var(--info-text)}.shopify-status:not(:defined)[tone=info]:before{background:var(--info-solid)}.shopify-status:not(:defined)[tone=attention]{border-color:var(--warning-border);background:var(--warning-subtle);color:var(--warning-text)}.shopify-status:not(:defined)[tone=attention]:before{background:var(--warning-solid)}.shopify-status:not(:defined)[tone=critical]{border-color:var(--danger-border);background:var(--danger-subtle);color:var(--danger-text)}.shopify-status:not(:defined)[tone=critical]:before{background:var(--danger-solid)}}@layer utilities{.u-prose{max-width:var(--prose-max)}.u-measure{max-width:var(--content-max)}.u-scroll-x{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}.u-scroll-y{overflow-y:auto;overscroll-behavior-y:contain}.u-wrap-anywhere{overflow-wrap:anywhere;word-break:normal}.u-truncate{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.u-tabular{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}}@layer tokens, base, primitives, shell, pages, utilities;