*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #f8fafc;
}

body,
button,
input,
select,
textarea {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.min-h-screen {
    min-height: 100vh;
}

button,
input,
select,
textarea {
    appearance: none;
    border-style: solid;
    box-shadow: none;
    font: inherit;
}

.awspc-walkthrough {
    --duration: 86.3s;
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 1rem;
    width: 100%;
    height: 100%;
    padding: 1rem;
    overflow: hidden;
    color: #0f172a;
    background:
        radial-gradient(circle at 18% 14%, rgba(186, 230, 253, 0.26), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.awspc-walkthrough__player {
    position: relative;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(191, 219, 254, 0.85);
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at 18% 14%, rgba(186, 230, 253, 0.26), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow:
        0 24px 54px -34px rgba(15, 23, 42, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.awspc-walkthrough--idle *,
.awspc-walkthrough--idle *::before,
.awspc-walkthrough--idle *::after {
    animation-play-state: paused !important;
}

.awspc-walkthrough:not(.awspc-walkthrough--playing) .awspc-walkthrough__cursor {
    opacity: 0;
}

.awspc-walkthrough--playing .awspc-walkthrough__overlay {
    opacity: 0;
    pointer-events: none;
}

.awspc-walkthrough__progress {
    position: absolute;
    inset: 0 auto auto 0;
    z-index: 30;
    width: 100%;
    height: 3px;
    background: #0284c7;
    transform: scaleX(0);
    transform-origin: left center;
    animation: awspc-progress var(--duration) linear infinite;
}

.awspc-walkthrough__overlay {
    position: absolute;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.18), rgba(248, 250, 252, 0.72)),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.2), rgba(248, 250, 252, 0.86));
    backdrop-filter: blur(10px);
    transition: opacity 220ms ease;
}

.awspc-walkthrough__dock {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    border: 1px solid rgba(186, 230, 253, 0.95);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.94);
    padding: 1rem 1.1rem;
    box-shadow: 0 24px 54px -34px rgba(15, 23, 42, 0.32);
    backdrop-filter: blur(12px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.awspc-walkthrough__dock-copy {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.awspc-walkthrough__dock-step {
    color: #0284c7;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.awspc-walkthrough__dock-title {
    color: #0f172a;
    font-size: 1.18rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.awspc-walkthrough__dock-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 0 0 auto;
}

.awspc-walkthrough__control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    min-width: 0;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    padding: 0;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.awspc-walkthrough__control-icon {
    position: relative;
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
}

.awspc-walkthrough__control-icon--back::before,
.awspc-walkthrough__control-icon--next::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.82rem;
    height: 2px;
    background: currentColor;
    transform: translateY(-50%);
}

.awspc-walkthrough__control-icon--back::before {
    right: 0.08rem;
}

.awspc-walkthrough__control-icon--next::before {
    left: 0.08rem;
}

.awspc-walkthrough__control-icon--back::after,
.awspc-walkthrough__control-icon--next::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    transform: translateY(-50%) rotate(45deg);
}

.awspc-walkthrough__control-icon--back::after {
    left: 0.06rem;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
}

.awspc-walkthrough__control-icon--next::after {
    right: 0.06rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.awspc-walkthrough__control--toggle .awspc-walkthrough__control-icon::before,
.awspc-walkthrough__control--toggle .awspc-walkthrough__control-icon::after {
    content: "";
    position: absolute;
}

.awspc-walkthrough__control--toggle[data-state="play"] .awspc-walkthrough__control-icon::before {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 0.44rem solid transparent;
    border-bottom: 0.44rem solid transparent;
    border-left: 0.68rem solid currentColor;
    transform: translate(-28%, -50%);
}

.awspc-walkthrough__control--toggle[data-state="play"] .awspc-walkthrough__control-icon::after {
    display: none;
}

.awspc-walkthrough__control--toggle[data-state="pause"] .awspc-walkthrough__control-icon::before,
.awspc-walkthrough__control--toggle[data-state="pause"] .awspc-walkthrough__control-icon::after {
    top: 0.08rem;
    width: 0.22rem;
    height: 0.98rem;
    border-radius: 999px;
    background: currentColor;
}

.awspc-walkthrough__control--toggle[data-state="pause"] .awspc-walkthrough__control-icon::before {
    left: 0.24rem;
}

.awspc-walkthrough__control--toggle[data-state="pause"] .awspc-walkthrough__control-icon::after {
    right: 0.24rem;
}

.awspc-walkthrough__control--expand .awspc-walkthrough__control-icon::before,
.awspc-walkthrough__control--expand .awspc-walkthrough__control-icon::after {
    content: "";
    position: absolute;
    width: 0.52rem;
    height: 0.52rem;
}

.awspc-walkthrough__control--expand[data-state="expand"] .awspc-walkthrough__control-icon::before {
    top: 0.08rem;
    right: 0.08rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.awspc-walkthrough__control--expand[data-state="expand"] .awspc-walkthrough__control-icon::after {
    bottom: 0.08rem;
    left: 0.08rem;
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
}

.awspc-walkthrough__control--expand[data-state="collapse"] .awspc-walkthrough__control-icon::before {
    top: 0.14rem;
    left: 0.14rem;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
}

.awspc-walkthrough__control--expand[data-state="collapse"] .awspc-walkthrough__control-icon::after {
    right: 0.14rem;
    bottom: 0.14rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.awspc-walkthrough__control:hover:not(:disabled) {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #1d4ed8;
}

.awspc-walkthrough__control--toggle {
    border-color: transparent;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: #ffffff;
}

.awspc-walkthrough__control--toggle:hover:not(:disabled) {
    border-color: transparent;
    background: linear-gradient(135deg, #0284c7, #1d4ed8);
    color: #ffffff;
}

.awspc-walkthrough__control:disabled {
    opacity: 0.42;
    cursor: default;
}

.awspc-walkthrough--expanded {
    padding: 1.25rem;
    gap: 1.25rem;
    background:
        radial-gradient(circle at 12% 10%, rgba(186, 230, 253, 0.3), transparent 30rem),
        linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.awspc-walkthrough--expanded .awspc-walkthrough__player {
    border-radius: 1.75rem;
    box-shadow:
        0 32px 80px -42px rgba(15, 23, 42, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.awspc-walkthrough--expanded .awspc-walkthrough__dock {
    border-color: rgba(147, 197, 253, 0.95);
    box-shadow: 0 30px 80px -46px rgba(15, 23, 42, 0.34);
}

.awspc-walkthrough:fullscreen,
.awspc-walkthrough:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
}

.awspc-walkthrough--manual .awspc-walkthrough__progress,
.awspc-walkthrough--manual .awspc-walkthrough__admin,
.awspc-walkthrough--manual .awspc-walkthrough__store,
.awspc-walkthrough--manual .awspc-editor-panel,
.awspc-walkthrough--manual .awspc-store-mode,
.awspc-walkthrough--manual .awspc-nav-button,
.awspc-walkthrough--manual .awspc-nav-button__icon {
    animation: none !important;
}

.awspc-nav-button.is-manual-current {
    background: #0284c7;
    color: #ffffff;
    box-shadow: none;
}

.awspc-nav-button.is-manual-current .awspc-nav-button__icon {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    box-shadow: none;
}

.awspc-nav-button.is-manual-current .awspc-nav-button__body small {
    opacity: 0.82;
}

.awspc-walkthrough__play {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(186, 230, 253, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    padding: 1rem 1.3rem 1rem 1rem;
    box-shadow: 0 18px 48px -28px rgba(15, 23, 42, 0.28);
    cursor: pointer;
}

.awspc-walkthrough__play-icon {
    position: relative;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    flex: 0 0 3.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.awspc-walkthrough__play-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 0.45rem solid transparent;
    border-bottom: 0.45rem solid transparent;
    border-left: 0.7rem solid #ffffff;
    transform: translate(-35%, -50%);
}

.awspc-walkthrough__play-copy {
    display: grid;
    gap: 0.18rem;
    text-align: left;
}

.awspc-walkthrough__play-copy strong {
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
}

.awspc-walkthrough__play-copy small {
    color: #475569;
    font-size: 0.82rem;
    line-height: 1.4;
}

.awspc-walkthrough__admin,
.awspc-walkthrough__store {
    position: absolute;
    inset: 0;
}

.awspc-walkthrough__admin {
    z-index: 5;
    animation: awspc-admin-shell var(--duration) linear infinite;
}

.awspc-walkthrough__store {
    z-index: 6;
    opacity: 0;
    animation: awspc-store-shell var(--duration) linear infinite;
}

.awspc-walkthrough__viewport {
    --awspc-scene-scale: 0.7;
    width: calc(100% / var(--awspc-scene-scale));
    min-height: calc(100% / var(--awspc-scene-scale));
    transform: scale(var(--awspc-scene-scale));
    transform-origin: top left;
}

.awspc-admin-shell,
.awspc-store-shell {
    min-height: 100vh;
}

.awspc-admin-shell__inner,
.awspc-store-shell {
    width: min(100%, 118rem);
    margin: 0 auto;
    padding: 1.4rem;
}

.awspc-top-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.awspc-top-tabs__button {
    border: 1px solid transparent;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #334155;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    box-shadow: 0 0 0 1px #e2e8f0;
}

.awspc-top-tabs__button--active {
    background: #0284c7;
    color: #ffffff;
    box-shadow: none;
}

.awspc-walkthrough__callouts {
    display: none;
}

.awspc-walkthrough__callout {
    position: absolute;
    inset: 0 0 auto auto;
    max-width: 100%;
    border: 1px solid rgba(186, 230, 253, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #0369a1;
    padding: 0.75rem 1rem;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    box-shadow: 0 10px 30px -24px rgba(2, 132, 199, 0.25);
    opacity: 0;
    transform: translateY(0.45rem);
}

.awspc-walkthrough__callout--base { animation: awspc-callout-base var(--duration) linear infinite; }
.awspc-walkthrough__callout--fields { animation: awspc-callout-fields var(--duration) linear infinite; }
.awspc-walkthrough__callout--mapping { animation: awspc-callout-mapping var(--duration) linear infinite; }
.awspc-walkthrough__callout--products { animation: awspc-callout-products var(--duration) linear infinite; }
.awspc-walkthrough__callout--preview { animation: awspc-callout-preview var(--duration) linear infinite; }
.awspc-walkthrough__callout--product { animation: awspc-callout-product var(--duration) linear infinite; }
.awspc-walkthrough__callout--checkout { animation: awspc-callout-checkout var(--duration) linear infinite; }

.yps-card {
    border-radius: 0.75rem;
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 0 0 1px #e2e8f0, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.yps-card-compact {
    border-radius: 0.75rem;
    background: #ffffff;
    padding: 1.25rem;
    box-shadow: 0 0 0 1px #e2e8f0, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.yps-panel {
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: rgba(248, 250, 252, 0.72);
    padding: 1.25rem;
}

.yps-nav-card {
    display: block;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    text-align: left;
}

.yps-input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    background: #ffffff;
    color: #0f172a;
    padding: 0 1rem;
    line-height: 1.5rem;
}

textarea.yps-input {
    min-height: 7rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.yps-btn-primary,
.yps-btn-dark,
.yps-btn-secondary,
.yps-btn-danger-sm,
.awspc-theme-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.yps-btn-primary,
.awspc-theme-primary-button {
    border-color: transparent;
    background: #0284c7;
    color: #ffffff;
}

.yps-btn-dark {
    border-color: transparent;
    background: #0f172a;
    color: #ffffff;
}

.yps-btn-secondary {
    border-color: #cbd5e1;
    background: #f1f5f9;
    color: #334155;
}

.yps-btn-danger-sm {
    border-color: #fda4af;
    background: #ffffff;
    color: #be123c;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.awspc-eyebrow {
    margin: 0 0 0.25rem;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.awspc-muted {
    margin: 0.35rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
}

.awspc-workspace-card {
    margin-bottom: 1.5rem;
}

.awspc-workspace-card__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.awspc-workspace-card h2,
.awspc-storefront h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.awspc-workspace-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.awspc-editor-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
}

.awspc-editor-nav nav {
    display: grid;
    gap: 0.5rem;
}

.awspc-nav-button {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #f8fafc;
    color: #334155;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.awspc-nav-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    background: #ffffff;
    color: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
}

.awspc-nav-button__icon-svg {
    width: 1.25rem;
    height: 1.25rem;
    overflow: visible;
}

.awspc-nav-button__body {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.awspc-nav-button__body strong {
    color: inherit;
    font-size: 0.92rem;
}

.awspc-nav-button__body small {
    color: currentColor;
    font-size: 0.78rem;
    line-height: 1.45;
    opacity: 0.72;
}

.awspc-nav-button--base { animation: awspc-nav-base var(--duration) linear infinite; }
.awspc-nav-button--fields { animation: awspc-nav-fields var(--duration) linear infinite; }
.awspc-nav-button--mapping { animation: awspc-nav-mapping var(--duration) linear infinite; }
.awspc-nav-button--products { animation: awspc-nav-products var(--duration) linear infinite; }
.awspc-nav-button--preview { animation: awspc-nav-preview var(--duration) linear infinite; }

.awspc-nav-button--base .awspc-nav-button__icon { animation: awspc-nav-base-icon var(--duration) linear infinite; }
.awspc-nav-button--fields .awspc-nav-button__icon { animation: awspc-nav-fields-icon var(--duration) linear infinite; }
.awspc-nav-button--mapping .awspc-nav-button__icon { animation: awspc-nav-mapping-icon var(--duration) linear infinite; }
.awspc-nav-button--products .awspc-nav-button__icon { animation: awspc-nav-products-icon var(--duration) linear infinite; }
.awspc-nav-button--preview .awspc-nav-button__icon { animation: awspc-nav-preview-icon var(--duration) linear infinite; }

.awspc-editor-main {
    position: relative;
    min-height: 42rem;
}

.awspc-editor-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: none;
    animation-duration: var(--duration);
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity;
}

.awspc-editor-panel--base { animation-name: awspc-panel-base; }
.awspc-editor-panel--fields { animation-name: awspc-panel-fields; }
.awspc-editor-panel--mapping { animation-name: awspc-panel-mapping; }
.awspc-editor-panel--products { animation-name: awspc-panel-products; }
.awspc-editor-panel--preview { animation-name: awspc-panel-preview; }

.awspc-panel-head,
.awspc-preview-sidebar__head,
.awspc-workspace-card__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.awspc-panel-head h3,
.awspc-subpanel-head h4,
.awspc-preview-sidebar__head h4 {
    margin: 0;
    color: #0f172a;
    font-size: 1.25rem;
    line-height: 1.2;
}

.awspc-panel-head p,
.awspc-subpanel-head p,
.awspc-preview-sidebar__head p {
    margin: 0.35rem 0 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.55;
}

.awspc-form-grid,
.awspc-subpanel-stack,
.awspc-preview-fields,
.awspc-checkout-stack {
    display: grid;
    gap: 1rem;
}

.awspc-form-grid,
.awspc-preview-fields {
    margin-top: 1.25rem;
}

.awspc-form-field {
    display: grid;
    gap: 0.35rem;
}

.awspc-form-field span,
.awspc-mapping-meta span,
.awspc-price-label,
.awspc-preview-selected span {
    color: #475569;
    font-size: 0.78rem;
    font-weight: 600;
}

.awspc-form-field--inline {
    width: min(100%, 15rem);
}

.awspc-alert {
    margin-top: 1rem;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
}

.awspc-alert--warning {
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
}

.awspc-fields-empty.is-hidden,
.awspc-mapping-empty.is-hidden {
    display: none;
}

.awspc-field-row {
    display: none;
    opacity: 0;
    transform: translateY(0.35rem);
}

.awspc-field-row.is-visible {
    display: table-row;
    animation: awspc-fade-row 360ms ease forwards;
}

.awspc-field-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.awspc-field-modal {
    position: absolute;
    inset: 0;
    z-index: 14;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.awspc-field-modal.is-open {
    display: flex;
}

.awspc-field-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.55);
    backdrop-filter: blur(6px);
}

.awspc-field-modal__dialog {
    position: relative;
    width: min(100%, 54rem);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 25px 60px -24px rgba(15, 23, 42, 0.35);
    overflow: hidden;
}

.awspc-field-modal__header,
.awspc-field-modal__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
}

.awspc-field-modal__header {
    border-bottom: 1px solid #e2e8f0;
}

.awspc-field-modal__footer {
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #e2e8f0;
}

.awspc-field-modal__header h4 {
    margin: 0;
    color: #0f172a;
    font-size: 1.2rem;
}

.awspc-field-modal__header p {
    margin: 0.35rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.awspc-field-modal__body {
    padding: 1.35rem 1.5rem;
}

.awspc-field-modal__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.awspc-field-modal__field--description {
    grid-column: 1 / -1;
}

.awspc-field-modal__close {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    background: #f8fafc;
    color: #475569;
}

.awspc-field-modal__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.9rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.awspc-field-modal__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.awspc-field-modal__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.awspc-field-modal__input {
    pointer-events: none;
}

.awspc-file-picker {
    position: absolute;
    inset: 0;
    z-index: 13;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.awspc-file-picker.is-open {
    display: flex;
}

.awspc-file-picker__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.46);
    backdrop-filter: blur(5px);
}

.awspc-file-picker__dialog {
    position: relative;
    width: min(100%, 58rem);
    border-radius: 1.1rem;
    background: #ffffff;
    box-shadow: 0 28px 60px -28px rgba(15, 23, 42, 0.42);
    overflow: hidden;
}

.awspc-file-picker__header,
.awspc-file-picker__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
}

.awspc-file-picker__header {
    border-bottom: 1px solid #e2e8f0;
}

.awspc-file-picker__header h4 {
    margin: 0;
    color: #0f172a;
    font-size: 1.02rem;
    font-weight: 700;
}

.awspc-file-picker__header p {
    margin: 0.25rem 0 0;
    color: #64748b;
    font-size: 0.82rem;
}

.awspc-file-picker__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    padding: 0.35rem 0.7rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.awspc-file-picker__body {
    display: grid;
    grid-template-columns: 13rem minmax(0, 1fr);
    min-height: 19rem;
}

.awspc-file-picker__sidebar {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    border-right: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 1rem 0.75rem;
}

.awspc-file-picker__sidebar-item {
    border-radius: 0.55rem;
    color: #475569;
    padding: 0.55rem 0.7rem;
    font-size: 0.84rem;
    font-weight: 500;
}

.awspc-file-picker__sidebar-item--active {
    background: #e0f2fe;
    color: #0369a1;
}

.awspc-file-picker__content {
    display: grid;
    align-content: start;
}

.awspc-file-picker__columns,
.awspc-file-picker__row {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) 8rem 8rem;
    gap: 1rem;
    align-items: center;
    padding: 0.8rem 1rem;
}

.awspc-file-picker__columns {
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.awspc-file-picker__rows {
    display: grid;
}

.awspc-file-picker__row {
    color: #475569;
    border-bottom: 1px solid #eef2f7;
    font-size: 0.82rem;
}

.awspc-file-picker__row strong {
    display: block;
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 600;
}

.awspc-file-picker__row span {
    display: block;
}

.awspc-file-picker__row > div span {
    margin-top: 0.18rem;
    color: #64748b;
}

.awspc-file-picker__row.is-selected {
    background: #eff6ff;
    box-shadow: inset 0 0 0 1px #bfdbfe;
}

.awspc-file-picker__footer {
    border-top: 1px solid #e2e8f0;
}

.awspc-file-picker__selection {
    color: #334155;
    font-size: 0.86rem;
    font-weight: 500;
}

.awspc-file-picker__actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.awspc-table-card,
.awspc-list-card,
.awspc-sheet-card {
    margin-top: 1rem;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #ffffff;
}

.awspc-table,
.awspc-sheet-grid {
    width: 100%;
    border-collapse: collapse;
}

.awspc-table thead th,
.awspc-sheet-grid thead th,
.awspc-table tbody td,
.awspc-table tbody th,
.awspc-sheet-grid tbody td,
.awspc-sheet-grid tbody th {
    border-bottom: 1px solid #e2e8f0;
    padding: 0.9rem 1rem;
    text-align: left;
    font-size: 0.84rem;
}

.awspc-table thead th,
.awspc-sheet-grid thead th,
.awspc-table tbody th,
.awspc-sheet-grid tbody th {
    background: #f8fafc;
    color: #64748b;
    font-weight: 500;
}

.awspc-table tbody td strong,
.awspc-list-row strong,
.awspc-selected-card strong,
.awspc-cart-row strong,
.awspc-preview-selected strong {
    color: #0f172a;
    font-size: 0.92rem;
}

.awspc-table code {
    display: inline-flex;
    border-radius: 0.35rem;
    background: #f1f5f9;
    padding: 0.28rem 0.45rem;
    font-size: 0.74rem;
}

.awspc-mapping-layout,
.awspc-products-layout,
.awspc-preview-layout {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.awspc-mapping-layout {
    grid-template-columns: minmax(0, 1fr) 22rem;
}

.awspc-mapping-layout--hidden,
.awspc-mapping-excel--hidden {
    display: none;
}

.awspc-products-layout,
.awspc-preview-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.awspc-mapping-main {
    display: grid;
    gap: 1rem;
}

.awspc-mapping-toolbar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 1rem;
}

.awspc-mapping-meta {
    display: grid;
    gap: 0.2rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    padding: 0.7rem 0.9rem;
}

.awspc-mapping-meta strong {
    color: #0f172a;
    font-size: 0.9rem;
}

.awspc-mapping-worksheet-placeholder {
    display: flex;
    min-height: 44px;
    align-items: center;
    color: #64748b;
    font-size: 0.9rem;
}

.awspc-mapping-worksheet-placeholder.is-hidden,
.awspc-mapping-worksheet-select--hidden {
    display: none;
}

.awspc-mapping-worksheet-select {
    position: relative;
    display: flex;
    min-height: 44px;
    align-items: center;
    padding-right: 2.5rem;
    color: #0f172a;
}

.awspc-mapping-worksheet-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.45rem;
    height: 0.45rem;
    border-right: 1.5px solid #475569;
    border-bottom: 1.5px solid #475569;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}

.awspc-sheet-grid__selected {
    background: #f0f9ff;
}

.awspc-sheet-grid__success {
    background: #ecfdf5;
    color: #047857;
}

.awspc-sheet-badge {
    margin-top: 0.35rem;
    color: #0369a1;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.awspc-sheet-cell {
    position: relative;
    display: grid;
    gap: 0.35rem;
    min-height: 1.2rem;
    border-radius: 0.65rem;
    padding: 0.15rem;
    transition: background-color 180ms ease, color 180ms ease;
}

.awspc-sheet-cell__tag {
    display: none;
    width: fit-content;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.18rem 0.45rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.awspc-sheet-cell.is-mapped {
    padding: 0.35rem 0.45rem;
}

.awspc-sheet-cell.is-mapped .awspc-sheet-cell__tag {
    display: inline-flex;
}

.awspc-sheet-cell.is-input {
    background: #ecfdf5;
    color: #047857;
}

.awspc-sheet-cell.is-output {
    background: #fffbeb;
    color: #b45309;
}

.awspc-mapping-side,
.awspc-preview-sidebar {
    display: grid;
    gap: 1rem;
}

.awspc-mapping-selection {
    display: none;
}

.awspc-mapping-selection.is-active {
    display: grid;
}

.awspc-list-row,
.awspc-selected-card,
.awspc-cart-row,
.awspc-preview-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
}

.awspc-list-row span,
.awspc-selected-card span,
.awspc-cart-row span,
.awspc-preview-selected small {
    display: block;
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.8rem;
}

.awspc-inline-pill {
    border: 0;
    border-radius: 0.5rem;
    background: #f1f5f9;
    color: #475569;
    padding: 0.45rem 0.75rem;
    font-size: 0.76rem;
    font-weight: 600;
}

.awspc-selected-block {
    margin-top: 1rem;
}

.awspc-selected-block--hidden {
    display: none;
}

.awspc-selected-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.awspc-selected-head h5 {
    margin: 0;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.awspc-selected-head span {
    color: #64748b;
    font-size: 0.76rem;
}

.awspc-mapped-fields {
    display: grid;
    gap: 0.7rem;
    margin-top: 1rem;
}

.awspc-mapped-fields__row {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #ffffff;
    padding: 0.85rem 1rem;
    opacity: 0;
    transform: translateY(0.35rem);
}

.awspc-mapped-fields__row.is-visible {
    display: flex;
    animation: awspc-fade-row 360ms ease forwards;
}

.awspc-mapped-fields__row span {
    display: block;
    margin-top: 0.22rem;
    color: #64748b;
    font-size: 0.78rem;
}

.awspc-mapped-fields__row code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.9rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    padding: 0.35rem 0.6rem;
    font-size: 0.74rem;
    font-weight: 700;
}

.awspc-empty-state {
    border: 1px dashed #cbd5e1;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #64748b;
    padding: 1.5rem 1rem;
    font-size: 0.9rem;
}

.awspc-empty-state.is-hidden {
    display: none;
}

.awspc-preview-product {
    display: grid;
    align-content: start;
}

.awspc-price-panel {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e2e8f0;
}

.awspc-price-label {
    margin-bottom: 0.4rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.awspc-price-value {
    color: #0f172a;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1;
}

.awspc-preview-actions {
    padding-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.awspc-preview-selected {
    margin: 1rem 0;
    border: 1px solid #bae6fd;
    border-radius: 0.75rem;
    background: #f0f9ff;
}

.awspc-preview-selected span {
    margin: 0;
    color: #0369a1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.awspc-store-shell {
    position: relative;
}

.awspc-store-mode {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: none;
    animation-duration: var(--duration);
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity;
}

.awspc-store-mode--product { animation-name: awspc-store-product; }
.awspc-store-mode--checkout { animation-name: awspc-store-checkout; }

.awspc-storefront {
    display: grid;
    gap: 2rem;
    width: min(100%, 72rem);
    margin: 4rem auto 0;
}

.awspc-storefront--product {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    align-items: center;
}

.awspc-storefront--checkout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
}

.awspc-storefront__image {
    min-height: 25rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background:
        linear-gradient(135deg, rgba(2, 132, 199, 0.11), rgba(255, 255, 255, 0.2)),
        #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.awspc-storefront__summary {
    display: grid;
    gap: 1rem;
    align-content: center;
}

.awspc-store-price-card {
    display: grid;
}

.awspc-checkout-box {
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #f8fafc;
    color: #64748b;
    padding: 1rem;
    font-size: 0.92rem;
}

.awspc-order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.awspc-order-total span {
    color: #334155;
    font-size: 1rem;
    font-weight: 500;
}

.awspc-order-total strong,
.awspc-cart-row em {
    color: #0f172a;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
}

.awspc-typed-height,
.awspc-typed-width {
    color: transparent;
}

.awspc-typed-height {
    animation: awspc-type-height var(--duration) linear infinite;
}

.awspc-typed-width {
    animation: awspc-type-width var(--duration) linear infinite;
}

.awspc-target {
    position: relative;
}

.awspc-target--save { animation: awspc-target-save var(--duration) linear infinite; }
.awspc-target--fields-table { animation: awspc-target-fields var(--duration) linear infinite; }
.awspc-target--cell { animation: awspc-target-cell var(--duration) linear infinite; }
.awspc-target--apply { animation: awspc-target-apply var(--duration) linear infinite; }
.awspc-target--select-product { animation: awspc-target-product var(--duration) linear infinite; }
.awspc-target--preview-product { animation: awspc-target-preview-product var(--duration) linear infinite; }
.awspc-target--preview-cart { animation: awspc-target-preview-cart var(--duration) linear infinite; }
.awspc-target--height-input { animation: awspc-target-height var(--duration) linear infinite; }
.awspc-target--width-input { animation: awspc-target-width var(--duration) linear infinite; }
.awspc-target--product-cart { animation: awspc-target-product-cart var(--duration) linear infinite; }
.awspc-target--checkout-button { animation: awspc-target-checkout var(--duration) linear infinite; }
.awspc-target--order-total { animation: awspc-target-total var(--duration) linear infinite; }

.awspc-target::after {
    content: "";
    position: absolute;
    inset: -0.35rem;
    border-radius: 0.9rem;
    box-shadow: 0 0 0 0 rgba(2, 132, 199, 0);
    opacity: 0;
}

.awspc-target--save::after { animation: awspc-ring-save var(--duration) linear infinite; }
.awspc-target--fields-table::after { animation: awspc-ring-fields var(--duration) linear infinite; }
.awspc-target--cell::after { animation: awspc-ring-cell var(--duration) linear infinite; }
.awspc-target--apply::after { animation: awspc-ring-apply var(--duration) linear infinite; }
.awspc-target--select-product::after { animation: awspc-ring-product var(--duration) linear infinite; }
.awspc-target--preview-product::after { animation: awspc-ring-preview-product var(--duration) linear infinite; }
.awspc-target--preview-cart::after { animation: awspc-ring-preview-cart var(--duration) linear infinite; }
.awspc-target--height-input::after { animation: awspc-ring-height var(--duration) linear infinite; }
.awspc-target--width-input::after { animation: awspc-ring-width var(--duration) linear infinite; }
.awspc-target--product-cart::after { animation: awspc-ring-product-cart var(--duration) linear infinite; }
.awspc-target--checkout-button::after { animation: awspc-ring-checkout var(--duration) linear infinite; }
.awspc-target--order-total::after { animation: awspc-ring-total var(--duration) linear infinite; }

.awspc-walkthrough__cursor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    width: 1.6rem;
    height: 1.6rem;
    pointer-events: none;
    animation: awspc-cursor-path var(--duration) linear infinite;
}

.awspc-walkthrough__cursor::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0f172a;
    clip-path: polygon(4% 4%, 4% 96%, 34% 72%, 49% 100%, 63% 92%, 47% 64%, 100% 64%);
    filter: drop-shadow(0 2px 6px rgba(15, 23, 42, 0.18));
}

.awspc-walkthrough__cursor::after {
    content: "";
    position: absolute;
    top: 0.65rem;
    left: 0.72rem;
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid rgba(2, 132, 199, 0.55);
    border-radius: 999px;
    transform: scale(0);
    opacity: 0;
    animation: awspc-cursor-click var(--duration) linear infinite;
}

.awspc-walkthrough--scripted .awspc-target {
    animation: none !important;
    transition: transform 180ms ease;
}

.awspc-walkthrough--scripted .awspc-target::after {
    animation: none !important;
    transition: opacity 180ms ease, box-shadow 180ms ease;
}

.awspc-walkthrough--scripted .awspc-target.is-active {
    z-index: 2;
    transform: scale(1.01);
}

.awspc-walkthrough--scripted .awspc-target.is-active::after {
    opacity: 1;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.18);
}

.awspc-walkthrough--scripted .awspc-typed-height,
.awspc-walkthrough--scripted .awspc-typed-width,
.awspc-walkthrough--manual .awspc-typed-height,
.awspc-walkthrough--manual .awspc-typed-width {
    animation: none !important;
    color: #0f172a;
}

.awspc-walkthrough--scripted .awspc-walkthrough__cursor {
    animation: none;
    transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.awspc-walkthrough--scripted .awspc-walkthrough__cursor::after {
    animation: none;
}

.awspc-walkthrough--scripted .awspc-walkthrough__cursor.is-clicking::after {
    animation: awspc-cursor-click-scripted 320ms ease-out;
}

@keyframes awspc-progress {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes awspc-fade-row {
    0% {
        opacity: 0;
        transform: translateY(0.35rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes awspc-admin-shell {
    0%, 80% { opacity: 1; }
    83%, 100% { opacity: 0; }
}

@keyframes awspc-store-shell {
    0%, 81% { opacity: 0; }
    84%, 100% { opacity: 1; }
}

@keyframes awspc-panel-base {
    0%, 8% { opacity: 1; transform: none; }
    10%, 100% { opacity: 0; transform: none; }
}

@keyframes awspc-panel-fields {
    0%, 10% { opacity: 0; transform: none; }
    14%, 28% { opacity: 1; transform: none; }
    30%, 100% { opacity: 0; transform: none; }
}

@keyframes awspc-panel-mapping {
    0%, 30% { opacity: 0; transform: none; }
    32%, 57% { opacity: 1; transform: none; }
    59%, 100% { opacity: 0; transform: none; }
}

@keyframes awspc-panel-products {
    0%, 59% { opacity: 0; transform: none; }
    61%, 68% { opacity: 1; transform: none; }
    70%, 100% { opacity: 0; transform: none; }
}

@keyframes awspc-panel-preview {
    0%, 70% { opacity: 0; transform: none; }
    72%, 79% { opacity: 1; transform: none; }
    81%, 100% { opacity: 0; transform: none; }
}

@keyframes awspc-store-product {
    0%, 81% { opacity: 0; transform: none; }
    83%, 94% { opacity: 1; transform: none; }
    96%, 100% { opacity: 0; transform: none; }
}

@keyframes awspc-store-checkout {
    0%, 95% { opacity: 0; transform: none; }
    97%, 100% { opacity: 1; transform: none; }
}

@keyframes awspc-callout-base {
    0%, 8% { opacity: 1; transform: translateY(0); }
    10%, 100% { opacity: 0; transform: translateY(0.2rem); }
}

@keyframes awspc-callout-fields {
    0%, 10% { opacity: 0; transform: translateY(0.2rem); }
    14%, 28% { opacity: 1; transform: translateY(0); }
    30%, 100% { opacity: 0; transform: translateY(0.2rem); }
}

@keyframes awspc-callout-mapping {
    0%, 30% { opacity: 0; transform: translateY(0.2rem); }
    32%, 57% { opacity: 1; transform: translateY(0); }
    59%, 100% { opacity: 0; transform: translateY(0.2rem); }
}

@keyframes awspc-callout-products {
    0%, 59% { opacity: 0; transform: translateY(0.2rem); }
    61%, 68% { opacity: 1; transform: translateY(0); }
    70%, 100% { opacity: 0; transform: translateY(0.2rem); }
}

@keyframes awspc-callout-preview {
    0%, 70% { opacity: 0; transform: translateY(0.2rem); }
    72%, 79% { opacity: 1; transform: translateY(0); }
    81%, 100% { opacity: 0; transform: translateY(0.2rem); }
}

@keyframes awspc-callout-product {
    0%, 81% { opacity: 0; transform: translateY(0.2rem); }
    83%, 94% { opacity: 1; transform: translateY(0); }
    96%, 100% { opacity: 0; transform: translateY(0.2rem); }
}

@keyframes awspc-callout-checkout {
    0%, 95% { opacity: 0; transform: translateY(0.2rem); }
    97%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes awspc-nav-base {
    0%, 8% { background: #0284c7; color: #ffffff; box-shadow: none; }
    10%, 100% { background: #f8fafc; color: #334155; box-shadow: inset 0 0 0 1px #e2e8f0; }
}

@keyframes awspc-nav-fields {
    0%, 10% { background: #f8fafc; color: #334155; box-shadow: inset 0 0 0 1px #e2e8f0; }
    14%, 28% { background: #0284c7; color: #ffffff; box-shadow: none; }
    30%, 100% { background: #f8fafc; color: #334155; box-shadow: inset 0 0 0 1px #e2e8f0; }
}

@keyframes awspc-nav-mapping {
    0%, 30% { background: #f8fafc; color: #334155; box-shadow: inset 0 0 0 1px #e2e8f0; }
    32%, 57% { background: #0284c7; color: #ffffff; box-shadow: none; }
    59%, 100% { background: #f8fafc; color: #334155; box-shadow: inset 0 0 0 1px #e2e8f0; }
}

@keyframes awspc-nav-products {
    0%, 59% { background: #f8fafc; color: #334155; box-shadow: inset 0 0 0 1px #e2e8f0; }
    61%, 68% { background: #0284c7; color: #ffffff; box-shadow: none; }
    70%, 100% { background: #f8fafc; color: #334155; box-shadow: inset 0 0 0 1px #e2e8f0; }
}

@keyframes awspc-nav-preview {
    0%, 70% { background: #f8fafc; color: #334155; box-shadow: inset 0 0 0 1px #e2e8f0; }
    72%, 79% { background: #0284c7; color: #ffffff; box-shadow: none; }
    81%, 100% { background: #f8fafc; color: #334155; box-shadow: inset 0 0 0 1px #e2e8f0; }
}

@keyframes awspc-nav-base-icon {
    0%, 8% { background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.22); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
    10%, 100% { background: #ffffff; border-color: #e2e8f0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0); }
}

@keyframes awspc-nav-fields-icon {
    0%, 10% { background: #ffffff; border-color: #e2e8f0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0); }
    14%, 28% { background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.22); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
    30%, 100% { background: #ffffff; border-color: #e2e8f0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0); }
}

@keyframes awspc-nav-mapping-icon {
    0%, 30% { background: #ffffff; border-color: #e2e8f0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0); }
    32%, 57% { background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.22); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
    59%, 100% { background: #ffffff; border-color: #e2e8f0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0); }
}

@keyframes awspc-nav-products-icon {
    0%, 59% { background: #ffffff; border-color: #e2e8f0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0); }
    61%, 68% { background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.22); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
    70%, 100% { background: #ffffff; border-color: #e2e8f0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0); }
}

@keyframes awspc-nav-preview-icon {
    0%, 70% { background: #ffffff; border-color: #e2e8f0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0); }
    72%, 79% { background: rgba(255, 255, 255, 0.16); border-color: rgba(255, 255, 255, 0.22); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
    81%, 100% { background: #ffffff; border-color: #e2e8f0; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0); }
}

@keyframes awspc-target-save {
    0%, 6%, 11%, 100% { transform: none; }
    7%, 10% { transform: scale(1.01); }
}

@keyframes awspc-target-fields {
    0%, 18%, 24%, 100% { transform: none; }
    19%, 23% { transform: scale(1.005); }
}

@keyframes awspc-target-cell {
    0%, 33%, 39%, 100% { transform: none; }
    34%, 38% { transform: scale(1.01); }
}

@keyframes awspc-target-apply {
    0%, 40%, 44%, 100% { transform: none; }
    41%, 43% { transform: scale(1.02); }
}

@keyframes awspc-target-product {
    0%, 51%, 57%, 100% { transform: none; }
    52%, 56% { transform: scale(1.01); }
}

@keyframes awspc-target-preview-product {
    0%, 64%, 69%, 100% { transform: none; }
    65%, 68% { transform: scale(1.01); }
}

@keyframes awspc-target-preview-cart {
    0%, 69%, 73%, 100% { transform: none; }
    70%, 72% { transform: scale(1.02); }
}

@keyframes awspc-target-height {
    0%, 77%, 80%, 100% { transform: none; }
    78%, 79.5% { transform: scale(1.01); }
}

@keyframes awspc-target-width {
    0%, 81%, 84%, 100% { transform: none; }
    82%, 83.5% { transform: scale(1.01); }
}

@keyframes awspc-target-product-cart {
    0%, 85%, 88%, 100% { transform: none; }
    86%, 87.5% { transform: scale(1.02); }
}

@keyframes awspc-target-checkout {
    0%, 92%, 95%, 100% { transform: none; }
    93%, 94.5% { transform: scale(1.02); }
}

@keyframes awspc-target-total {
    0%, 96%, 100% { transform: none; }
    97%, 99.5% { transform: scale(1.01); }
}

@keyframes awspc-cursor-path {
    0%, 4% { transform: translate(34vw, 26vh); }
    6%, 11% { transform: translate(67vw, 27vh); }
    14%, 18% { transform: translate(20vw, 46vh); }
    20%, 26% { transform: translate(54vw, 55vh); }
    29%, 33% { transform: translate(20vw, 54vh); }
    35%, 39% { transform: translate(44vw, 58vh); }
    40%, 44% { transform: translate(79vw, 66vh); }
    47%, 50% { transform: translate(20vw, 58vh); }
    52%, 58% { transform: translate(64vw, 60vh); }
    61%, 64% { transform: translate(20vw, 64vh); }
    65%, 69% { transform: translate(77vw, 41vh); }
    70%, 73% { transform: translate(58vw, 72vh); }
    76%, 79% { transform: translate(57vw, 50vh); }
    81%, 84% { transform: translate(57vw, 59vh); }
    85%, 88% { transform: translate(62vw, 74vh); }
    91%, 95% { transform: translate(31vw, 61vh); }
    96%, 100% { transform: translate(74vw, 69vh); }
}

@keyframes awspc-cursor-click {
    0%, 5%, 11.5%, 18.5%, 26.5%, 33.5%, 39.5%, 44.5%, 50.5%, 58.5%, 64.5%, 69.5%, 73.5%, 79.5%, 84.5%, 88.5%, 95.5%, 100% {
        transform: scale(0);
        opacity: 0;
    }
    6%, 19%, 34%, 41%, 52%, 65%, 70%, 78%, 82%, 86%, 93%, 97% {
        transform: scale(0.2);
        opacity: 0.75;
    }
    7%, 20%, 35%, 42%, 53%, 66%, 71%, 79%, 83%, 87%, 94%, 98% {
        transform: scale(2.1);
        opacity: 0;
    }
}

@keyframes awspc-cursor-click-scripted {
    0% {
        transform: scale(0.2);
        opacity: 0.75;
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

@keyframes awspc-type-height {
    0%, 82% { color: transparent; }
    83%, 100% { color: #0f172a; }
}

@keyframes awspc-type-width {
    0%, 84% { color: transparent; }
    85%, 100% { color: #0f172a; }
}

@keyframes awspc-ring-save {
    0%, 6%, 11%, 100% {
        opacity: 0;
        box-shadow: 0 0 0 0 rgba(2, 132, 199, 0);
    }
    7%, 10% {
        opacity: 1;
        box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.18);
    }
}

@keyframes awspc-ring-fields {
    0%, 18%, 24%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    19%, 23% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.16); }
}

@keyframes awspc-ring-cell {
    0%, 33%, 39%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    34%, 38% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.18); }
}

@keyframes awspc-ring-apply {
    0%, 40%, 44%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    41%, 43% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.18); }
}

@keyframes awspc-ring-product {
    0%, 51%, 57%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    52%, 56% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.16); }
}

@keyframes awspc-ring-preview-product {
    0%, 64%, 69%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    65%, 68% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.18); }
}

@keyframes awspc-ring-preview-cart {
    0%, 69%, 73%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    70%, 72% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.18); }
}

@keyframes awspc-ring-height {
    0%, 77%, 80%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    78%, 79.5% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.16); }
}

@keyframes awspc-ring-width {
    0%, 81%, 84%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    82%, 83.5% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.16); }
}

@keyframes awspc-ring-product-cart {
    0%, 85%, 88%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    86%, 87.5% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.18); }
}

@keyframes awspc-ring-checkout {
    0%, 92%, 95%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    93%, 94.5% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.18); }
}

@keyframes awspc-ring-total {
    0%, 96%, 100% { opacity: 0; box-shadow: 0 0 0 0 rgba(2, 132, 199, 0); }
    97%, 99.5% { opacity: 1; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.16); }
}

@media (max-width: 820px) {
    .awspc-walkthrough {
        gap: 0.75rem;
        padding: 0.75rem;
    }

    .awspc-walkthrough__player {
        border-radius: 1.15rem;
    }

    .awspc-walkthrough__dock {
        flex-direction: column;
        align-items: stretch;
        gap: 0.9rem;
        padding: 0.9rem;
    }

    .awspc-walkthrough__dock-title {
        font-size: 1rem;
    }

    .awspc-walkthrough__dock-actions {
        justify-content: space-between;
    }
}

@media (prefers-reduced-motion: reduce) {
    .awspc-walkthrough *,
    .awspc-walkthrough *::before,
    .awspc-walkthrough *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .awspc-walkthrough__admin {
        opacity: 1 !important;
    }

    .awspc-walkthrough__store,
    .awspc-editor-panel,
    .awspc-store-mode,
    .awspc-walkthrough__callout {
        opacity: 0 !important;
    }

    .awspc-editor-panel--preview,
    .awspc-walkthrough__callout--preview {
        opacity: 1 !important;
        transform: none !important;
    }

    .awspc-walkthrough__cursor {
        display: none !important;
    }

    .awspc-typed-height,
    .awspc-typed-width {
        color: #0f172a !important;
    }
}
