.store-shell,
.storefront-shell {
    min-height: calc(100vh - 76px);
    background:
        radial-gradient(1100px 420px at 4% -10%, rgba(36, 128, 226, 0.16), transparent 60%),
        radial-gradient(900px 450px at 96% 0%, rgba(41, 173, 146, 0.15), transparent 60%),
        #0d1324;
}

.storefront-logo {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(173, 188, 230, 0.25);
}

.storefront-banner {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    border: 1px solid rgba(173, 188, 230, 0.25);
}

.store-shell .form-control,
.store-shell .form-select,
.store-shell textarea {
    background: rgba(12, 18, 34, 0.86);
    border: 1px solid rgba(145, 162, 207, 0.3);
    color: #e9f0ff;
}

.store-shell .form-control:focus,
.store-shell .form-select:focus,
.store-shell textarea:focus {
    background: rgba(12, 18, 34, 0.96);
    color: #fff;
}

.maker-chat-root {
    min-height: 72vh;
    border-radius: 16px;
    border: 1px solid rgba(173, 188, 230, 0.24);
    background: rgba(8, 12, 24, 0.7);
    backdrop-filter: blur(6px);
    overflow: hidden;
}

.maker-chat-stage {
    position: relative;
}

.maker-drop-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 16px;
    border: 2px dashed rgba(143, 236, 216, 0.9);
    background: rgba(7, 17, 35, 0.78);
    color: #e9f7ff;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.99);
    transition: opacity 140ms ease, transform 140ms ease;
}

.maker-chat-stage.is-drop-active .maker-drop-overlay {
    opacity: 1;
    transform: scale(1);
}

.maker-drop-title {
    font-size: 1.2rem;
    font-weight: 700;
}

.maker-drop-subtitle {
    font-size: 0.95rem;
    color: #b7d1e0;
}

.storefront-variant-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(173, 188, 230, 0.35);
    border-radius: 999px;
    padding: 0.25rem 0.7rem;
    color: #d7e7ff;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.storefront-variant-modern .card,
.storefront-variant-editorial .card {
    border-color: rgba(173, 188, 230, 0.2);
    background: rgba(10, 16, 31, 0.84);
}

.storefront-editorial-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(173, 188, 230, 0.25);
    flex-shrink: 0;
}

.store-dashboard-link-card {
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.store-dashboard-link-card:hover,
.store-dashboard-link-card:focus {
    transform: translateY(-2px);
}

.accounts-shell .btn-store-publish {
    background: #198754;
    border-color: #198754;
    color: #fff;
}

.accounts-shell .btn-store-publish:hover,
.accounts-shell .btn-store-publish:focus {
    background: #157347;
    border-color: #157347;
    color: #fff;
}

.store-management-section + .store-management-section {
    margin-top: 1rem;
}

.store-management-section__label {
    margin-bottom: 0.6rem;
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.store-checklist-toggle {
    gap: 0.4rem;
}

.store-checklist-toggle .bi {
    transition: transform 140ms ease;
}

.store-checklist-toggle__label--collapsed {
    display: none;
}

.store-checklist-toggle[aria-expanded="true"] .bi {
    transform: rotate(0deg);
}

.store-checklist-toggle[aria-expanded="false"] .bi {
    transform: rotate(-90deg);
}

.store-checklist-toggle[aria-expanded="false"] .store-checklist-toggle__label--expanded {
    display: none;
}

.store-checklist-toggle[aria-expanded="false"] .store-checklist-toggle__label--collapsed {
    display: inline;
}

.store-share-modal {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-cta);
    overflow: hidden;
}

.store-share-modal__tips {
    padding-left: 1.1rem;
}

.store-share-modal__tips li + li {
    margin-top: 0.45rem;
}

.store-share-link-box {
    padding: 1rem;
    border: 1px solid rgba(33, 36, 56, 0.08);
    border-radius: 18px;
    background: rgba(222, 222, 226, 0.28);
}

.store-readiness-dismiss {
    border-top: 1px solid rgba(33, 36, 56, 0.08);
}

.store-readiness-dismiss__form {
    max-width: 34rem;
    margin: 0 auto;
}

.store-dashboard-faq {
    --bs-accordion-border-color: rgba(33, 36, 56, 0.08);
    --bs-accordion-border-radius: 18px;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-inner-border-radius: 18px;
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-active-bg: rgba(222, 222, 226, 0.24);
    --bs-accordion-active-color: #212438;
}

.store-dashboard-faq .accordion-item {
    border: 1px solid rgba(33, 36, 56, 0.08);
    border-radius: 18px;
    overflow: hidden;
}

.store-dashboard-faq .accordion-item + .accordion-item {
    margin-top: 0.85rem;
}

.store-dashboard-faq .accordion-button {
    color: #212438;
    font-weight: 600;
}

.store-dashboard-faq .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.store-dashboard-faq .accordion-body {
    color: #4a5568;
    line-height: 1.6;
}

.business-intro-modal {
    background: #232643;
    border: 0;
    border-radius: var(--radius-cta);
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.34);
    color: #fff;
}

.business-intro-modal__eyebrow {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.business-intro-modal__title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.04;
    margin: 0.4rem 0 0.75rem;
}

.business-intro-modal__lead {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    max-width: 36rem;
}

.business-intro-modal__steps {
    display: grid;
    gap: 1rem;
}

.business-intro-modal__step {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: auto 1fr;
    padding: 1rem 1.1rem;
}

.business-intro-modal__number {
    color: #fff;
    font-size: clamp(2rem, 8vw, 3rem);
    font-weight: 800;
    line-height: 1;
    min-width: 2.4rem;
}

.business-intro-modal__step-title {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.business-intro-modal__step-copy {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
}

.accounts-shell .btn.business-intro-modal__cta {
    background: #fff;
    border-color: #fff;
    color: #232643;
    font-size: 1rem;
    font-weight: 700;
    min-height: 3.25rem;
    padding-inline: 1.5rem;
}

.accounts-shell .btn.business-intro-modal__cta:hover,
.accounts-shell .btn.business-intro-modal__cta:focus {
    background: #f1f3f8;
    border-color: #f1f3f8;
    color: #232643;
}

@media (min-width: 992px) {
    .store-readiness-item {
        justify-content: space-between;
    }

    .store-readiness-item__content {
        flex: 1 1 auto;
        min-width: 0;
    }

    .store-readiness-item__action {
        flex: 0 0 13rem;
        width: 13rem;
        display: flex;
        justify-content: flex-end;
        align-self: flex-start;
    }

    .store-readiness-item__action .btn,
    .store-readiness-item__action form {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .business-intro-modal__step {
        gap: 0.65rem;
        padding: 0.95rem 1rem;
    }

    .business-intro-modal__number {
        min-width: 2rem;
    }

    .accounts-shell .btn.business-intro-modal__cta {
        width: 100%;
    }

    .storefront-editorial-image {
        width: 100%;
        height: 220px;
    }
}
