:root {
    --mp-bg: #f2f5fb;
    --mp-surface: #ffffff;
    --mp-border: #d7dfef;
    --mp-text: #1a263d;
    --mp-muted: #61718d;
    --mp-primary: #0d7059;
    --mp-danger: #a52a39;
    --mp-warning: #965f03;
    --mp-admin: #0f2a60;
    --mp-shadow: 0 14px 34px rgba(12, 24, 47, 0.08);

    --store-bg: #f7f9fd;
    --store-ink: #0f1a30;
    --store-ink-soft: #223554;
    --store-brand-900: #0d1729;
    --store-brand-800: #172944;
    --store-brand-700: #223a61;
    --store-accent: #e7b25d;
    --store-accent-ink: #382700;
    --store-calm: #2f9a95;
    --store-border: #dbe3f2;
    --store-card-shadow: 0 16px 38px rgba(13, 27, 51, 0.09);
}

.seller-plan-card {
    border: 1px solid #d5deef;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.seller-plan-card:hover {
    border-color: #9eb2d7;
    box-shadow: 0 10px 24px rgba(18, 43, 84, 0.08);
    transform: translateY(-1px);
}

.seller-plan-radio:checked + .seller-plan-card {
    border-color: #1f3f75;
    box-shadow: 0 12px 28px rgba(23, 47, 92, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

.seller-plan-diff-list {
    margin: 0;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.seller-plan-diff-list li {
    color: #40516f;
    font-size: 0.82rem;
    line-height: 1.35;
}

.seller-cover-upload .seller-cover-input {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.seller-cover-preview {
    width: 100%;
    min-height: 132px;
    max-height: 132px;
    overflow: hidden;
}

.seller-cover-preview-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.mp-table-cover-thumb {
    width: 64px;
    height: 44px;
    border: 1px solid #d4deef;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    background: #eef4ff;
}

.mp-table-cover-placeholder {
    width: 64px;
    height: 44px;
    border: 1px dashed #c7d4eb;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fbff;
    color: #687d9f;
    font-size: 0.63rem;
    font-weight: 700;
    text-transform: uppercase;
}

.mp-detail-cover-thumb {
    width: min(100%, 280px);
    aspect-ratio: 16 / 10;
    border: 1px solid #d4deef;
    border-radius: 12px;
    object-fit: cover;
    display: block;
    background: #eef4ff;
}

@media (max-width: 767.98px) {
    .seller-cover-preview {
        min-height: 112px;
        max-height: 112px;
    }

    .mp-detail-cover-thumb {
        width: min(100%, 220px);
    }
}

html,
body {
    min-height: 100%;
}

body {
    background: radial-gradient(circle at top right, #e7efff 0%, transparent 42%), var(--mp-bg);
    color: var(--mp-text);
    font-family: "Plus Jakarta Sans", "Segoe UI", Tahoma, sans-serif;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: "Outfit", "Plus Jakarta Sans", "Segoe UI", Tahoma, sans-serif;
    letter-spacing: -0.01em;
}

a {
    color: #1c4d96;
}

a:hover {
    color: #12376b;
}

:focus-visible {
    outline: 3px solid rgba(37, 95, 180, 0.3);
    outline-offset: 2px;
}

.mp-shell {
    min-height: 100vh;
}

.mp-topbar {
    background: linear-gradient(110deg, var(--store-brand-900) 0%, var(--store-brand-800) 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mp-card {
    background: var(--mp-surface);
    border: 1px solid var(--mp-border);
    border-radius: 14px;
    box-shadow: var(--mp-shadow);
}

.mp-muted {
    color: var(--mp-muted);
}

.mp-sidebar {
    background: #fff;
    border-right: 1px solid var(--mp-border);
    min-height: calc(100vh - 56px);
}

.mp-sidebar .nav-link {
    color: #2c3750;
    border-radius: 10px;
    margin-bottom: 4px;
}

.mp-sidebar .nav-link.active,
.mp-sidebar .nav-link:hover {
    background: #e9efff;
    color: #133a73;
}

/* User panel aligned to storefront conversion */
.mp-panel-body {
    background:
        radial-gradient(80% 60% at 8% -5%, rgba(34, 76, 151, 0.12), rgba(34, 76, 151, 0) 72%),
        radial-gradient(65% 52% at 92% 0%, rgba(231, 178, 93, 0.12), rgba(231, 178, 93, 0) 74%),
        var(--store-bg);
}

.panel-market-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: linear-gradient(135deg, #0a1428 0%, #102041 62%, #1a325f 100%);
    box-shadow: 0 18px 34px rgba(7, 16, 32, 0.35);
}

.panel-market-grid {
    min-height: 84px;
    display: grid;
    grid-template-columns: auto minmax(320px, 1fr) auto;
    align-items: center;
    gap: 0.95rem;
}

.panel-market-search {
    display: flex;
    gap: 0.55rem;
}

.panel-market-search .form-control {
    border-radius: 999px;
    border: 1px solid #3b5178;
    background: #eff3fb;
}

.panel-market-actions {
    display: flex;
    align-items: center;
    gap: 0.42rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.panel-action-link {
    border: 1px solid rgba(255, 255, 255, 0.36);
    color: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    font-weight: 650;
}

.panel-action-link:hover,
.panel-action-link:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.1);
}

.panel-notify-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.panel-notify-test {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.panel-market-sub {
    min-height: 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.38rem 0 0.55rem;
}

.panel-market-sub a {
    color: rgba(226, 236, 252, 0.94);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 650;
}

.panel-market-sub a:hover {
    text-decoration: underline;
}

.panel-market-meta {
    margin-left: auto;
    color: rgba(209, 223, 246, 0.8);
    font-size: 0.76rem;
}

.panel-shell {
    position: relative;
    z-index: 1;
}

.panel-conversion-card {
    border-color: #d8e2f3;
    box-shadow: 0 12px 28px rgba(11, 24, 44, 0.06);
}

.panel-conversion-card-primary {
    background:
        radial-gradient(circle at 88% 0%, rgba(231, 178, 93, 0.28), rgba(231, 178, 93, 0) 46%),
        linear-gradient(130deg, #0f1e36 0%, #1b3358 100%);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.08);
}

.panel-conversion-card-primary h2,
.panel-conversion-card-primary p {
    color: #fff;
}

.panel-conversion-card .btn-link {
    text-decoration: none;
    color: #204175;
    font-weight: 650;
}

.panel-conversion-card .btn-link:hover {
    text-decoration: underline;
}

.mp-sidebar {
    border: 1px solid var(--store-border);
    border-radius: 14px;
    min-height: auto;
    box-shadow: 0 14px 32px rgba(12, 25, 46, 0.07);
}

.panel-sidebar-head {
    border-bottom: 1px dashed #d4dfef;
    padding-bottom: 0.7rem;
}

.panel-sidebar-title {
    font-size: 1rem;
    font-weight: 760;
    color: #13284a;
}

.panel-sidebar-subtitle {
    color: #5b6c87;
    font-size: 0.8rem;
}

.panel-sidebar-menu .nav-link {
    border: 1px solid transparent;
    font-weight: 620;
    transition: 0.18s ease;
}

.panel-sidebar-menu .nav-link.active,
.panel-sidebar-menu .nav-link:hover {
    border-color: #c8d7ef;
    background: #edf3ff;
}

.panel-main > h1:first-child {
    margin-top: 0.2rem;
}

.mp-stat {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--mp-border);
    background: #fff;
}

.mp-stat .value {
    font-size: 1.5rem;
    font-weight: 700;
}

.mp-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.mp-badge.ok {
    background: #d8f6e8;
    color: #0d6d4b;
}

.mp-badge.warn {
    background: #fff1d8;
    color: #8a5600;
}

.mp-badge.danger {
    background: #ffe1e6;
    color: #8d2230;
}

.mp-table thead th {
    background: #f2f5fc;
    color: #33425f;
    font-size: 0.85rem;
}

.mp-footer {
    color: #5e6b84;
    border-top: 1px solid var(--mp-border);
}

/* Public storefront */
.mp-public-body {
    background:
        radial-gradient(70% 56% at 15% 0%, rgba(36, 77, 149, 0.08), transparent 68%),
        radial-gradient(45% 42% at 88% 8%, rgba(231, 178, 93, 0.12), transparent 76%),
        var(--store-bg);
    color: var(--store-ink);
}

.mp-public-shell {
    position: relative;
}

.store-main {
    padding-top: 1.35rem;
}

.store-nav {
    box-shadow: 0 14px 32px rgba(10, 22, 39, 0.26);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.store-nav-wrap {
    gap: 0.65rem;
}

.store-brand {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
}

.store-brand:hover {
    color: #fff;
}

.store-brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 800;
    color: #1d2e4c;
    background: linear-gradient(140deg, #f0c475 0%, #deaa4f 100%);
}

.store-brand-logo-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.store-brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store-header .store-brand-with-logo {
    gap: 0.46rem;
}

.store-header .store-brand-with-logo .store-brand-logo-wrap {
    width: clamp(84px, 7.2vw, 112px);
    height: 44px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.store-header .store-brand-with-logo .store-brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
    transform-origin: center;
}

.store-header .store-brand-with-logo .store-brand-copy {
    display: none;
}

.store-brand-copy {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    transform: translateY(1px);
}

.store-brand-copy strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.store-brand-copy small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

.store-nav-links .nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
    border-radius: 999px;
    padding: 0.44rem 0.82rem;
    transition: 0.2s ease;
}

.store-nav-links {
    list-style: none;
    padding-left: 0;
}

.store-nav-links .nav-link:hover,
.store-nav-links .nav-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.store-nav-toggler {
    border: 1px solid rgba(255, 255, 255, 0.36);
}

.store-nav-toggler .navbar-toggler-icon {
    filter: invert(1);
}

.store-nav-actions .btn {
    white-space: nowrap;
}

.store-btn-solid {
    background: linear-gradient(145deg, #efc57c 0%, #e1ad56 100%);
    color: var(--store-accent-ink);
    border: 1px solid rgba(0, 0, 0, 0.13);
    font-weight: 700;
}

.store-btn-solid:hover,
.store-btn-solid:focus {
    color: #2f2201;
    background: linear-gradient(145deg, #f3cf8d 0%, #e6b865 100%);
}

.store-btn-ghost {
    border-color: rgba(255, 255, 255, 0.44);
    color: #fff;
    font-weight: 700;
}

.store-btn-ghost:hover,
.store-btn-ghost:focus {
    border-color: rgba(255, 255, 255, 0.75);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.store-btn-secondary {
    border-color: #1f3458;
    color: #1f3458;
    font-weight: 650;
}

.store-btn-secondary:hover,
.store-btn-secondary:focus {
    background: #1f3458;
    color: #fff;
}

.store-hero {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(128deg, var(--store-brand-900) 0%, var(--store-brand-800) 52%, var(--store-brand-700) 100%);
    color: #fff;
    overflow: hidden;
    position: relative;
}

.store-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -180px;
    right: -150px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(231, 178, 93, 0.3) 0%, rgba(231, 178, 93, 0) 72%);
}

.store-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: #f7dfb0;
}

.store-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--store-accent);
}

.store-hero-title {
    font-size: clamp(1.85rem, 3vw, 2.9rem);
    line-height: 1.08;
    max-width: 840px;
    margin: 0;
}

.store-hero-subtitle {
    color: rgba(255, 255, 255, 0.86);
    max-width: 700px;
}

.store-hero-actions .btn {
    min-width: 180px;
}

.store-trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.store-trust-bar span {
    font-size: 0.79rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.07);
    border-radius: 999px;
    padding: 0.3rem 0.78rem;
}

.store-risk-panel {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(6, 15, 29, 0.38);
    padding: 1rem;
    position: relative;
    z-index: 1;
}

.store-risk-panel h2 {
    color: #fff;
}

.store-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
}

.store-info-list li {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 0.7rem;
    display: grid;
    gap: 0.16rem;
}

.store-info-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.store-info-list strong {
    color: #fff;
    font-size: 0.92rem;
}

.store-info-list span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.82rem;
}

.store-request-code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.72rem;
    word-break: break-all;
}

.store-section-head h2,
.store-page-title {
    margin: 0;
    color: var(--store-ink);
}

.store-section-head p,
.store-page-subtitle {
    color: var(--mp-muted);
}

.store-page-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.store-page-title {
    font-size: clamp(1.45rem, 2.3vw, 1.95rem);
}

.store-page-subtitle {
    margin-top: 0.25rem;
}

.store-inline-search {
    min-width: min(100%, 440px);
    display: flex;
    gap: 0.5rem;
}

.store-inline-search .form-control,
.store-filter-panel .form-control,
.store-filter-panel .form-select,
.store-auth-shell .form-control,
.store-auth-shell .form-select {
    border-radius: 11px;
    border-color: #c6d2e8;
}

.store-filter-panel {
    border-color: #d8e1f0;
    background: #fff;
}

.store-result-meta {
    color: #4f5f7c;
    font-size: 0.88rem;
}

.store-pillar-card,
.store-step-card {
    border-color: var(--store-border);
    box-shadow: 0 10px 24px rgba(11, 24, 46, 0.05);
}

.store-step-card {
    padding: 1rem;
    border-radius: 12px;
    background: #fff;
    height: 100%;
}

.store-step-card .step {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(132deg, #153058 0%, #2a4a77 100%);
    margin-bottom: 0.65rem;
}

.store-list-clean {
    list-style: none;
    margin: 0;
    padding: 0;
}

.store-list-clean li {
    border-bottom: 1px dashed #d8e0ef;
    padding: 0.45rem 0;
}

.store-list-clean li:last-child {
    border-bottom: 0;
}

.store-product-card {
    border-color: #d8e2f2;
    box-shadow: 0 14px 32px rgba(12, 25, 46, 0.06);
    padding: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-product-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--store-card-shadow);
}

.store-product-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
}

.store-chip {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 0.73rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.44rem 0.68rem;
}

.store-chip-category {
    background: #1b3052;
    color: #fff;
}

.store-chip-plan {
    background: #fff3d1;
    color: #7f4b00;
}

.store-chip-plan-max {
    background: #111f3a;
    color: #fff;
}

.store-chip-risk {
    background: #ffe7bf;
    color: #7c5005;
}

.store-chip-attr {
    background: #edf2fb;
    color: #293c5a;
}

.store-product-title {
    font-size: 1.04rem;
    line-height: 1.3;
    margin-bottom: 0.45rem;
}

.store-product-title a {
    color: #11233f;
    text-decoration: none;
}

.store-product-title a:hover {
    text-decoration: underline;
}

.store-product-seller {
    color: #60718d;
    font-size: 0.87rem;
    margin-bottom: 1rem;
}

.store-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.72rem;
}

.store-product-price {
    color: #11233f;
    font-size: 1.2rem;
    font-weight: 800;
}

.store-category-card {
    border-color: #dae3f2;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.store-category-card:hover {
    border-color: #bdcae2;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(12, 25, 46, 0.08);
}

.store-category-grid-card {
    overflow: hidden;
}

.store-category-grid-media {
    position: relative;
    display: block;
    height: 220px;
}

.store-category-grid-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-category-grid-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 9, 18, 0.1) 25%, rgba(4, 9, 18, 0.66) 100%);
}

.store-category-grid-media .store-chip {
    position: absolute;
    left: 0.7rem;
    bottom: 0.7rem;
    z-index: 2;
}

.store-category-catalog-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 0.6rem;
}

.store-category-catalog-card {
    width: 100%;
}

.store-category-grid-body {
    display: block;
    padding: 0.95rem 1rem 1.05rem;
}

.store-empty {
    color: #5e6f8b;
}

.store-pagination .btn {
    min-width: 132px;
}

.store-price-xl {
    font-size: 2rem;
    line-height: 1;
    color: #10223b;
    font-weight: 800;
}

.store-sticky {
    position: sticky;
    top: 86px;
}

.store-gallery-list {
    display: grid;
    gap: 0.5rem;
}

.store-gallery-item {
    display: block;
    text-decoration: none;
    color: #233858;
    background: #f8fbff;
    border: 1px solid #d8e2f2;
    border-radius: 10px;
    padding: 0.58rem 0.72rem;
    font-size: 0.86rem;
}

.store-gallery-item:hover {
    background: #edf4ff;
}

/* Auth */
.store-auth-shell {
    border-color: #d8e1f0;
}

.store-auth-side {
    background:
        radial-gradient(circle at 86% 8%, rgba(231, 178, 93, 0.22), transparent 46%),
        linear-gradient(138deg, #0f1a30 0%, #1f3458 100%);
    color: #fff;
}

.store-auth-side p {
    color: rgba(255, 255, 255, 0.82);
}

.store-auth-benefits {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.store-auth-benefits li {
    position: relative;
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
}

.store-auth-benefits li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--store-accent);
    position: absolute;
    left: 0;
    top: 0.48rem;
}

/* Footer */
.store-footer {
    border-top: 1px solid #d9e1f0;
    background: #eef3fb;
}

.store-footer-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    color: #445571;
}

.store-footer-title {
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: #213858;
}

.store-footer-links {
    display: grid;
    gap: 0.2rem;
}

.store-footer-links a {
    color: #1f4d92;
    text-decoration: none;
}

.store-footer-links a:hover {
    text-decoration: underline;
}

/* Motion */
[data-reveal] {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.34s ease, transform 0.34s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        transition: none !important;
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1199.98px) {
    .store-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-home-compact .store-netflix-row {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .mp-sidebar {
        min-height: auto;
    }

    .panel-market-grid {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        padding-top: 0.68rem;
        padding-bottom: 0.2rem;
    }

    .panel-market-actions {
        justify-content: flex-start;
    }

    .panel-market-sub {
        gap: 0.7rem;
        padding-top: 0.25rem;
    }

    .panel-market-meta {
        width: 100%;
        margin-left: 0;
    }

    .store-nav {
        position: static;
    }

    .store-main {
        padding-top: 1rem;
    }

    .store-hero-title {
        font-size: clamp(1.6rem, 7vw, 2.15rem);
    }

    .store-inline-search {
        width: 100%;
    }

    .store-sticky {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .store-brand-copy small {
        display: none;
    }

    .store-hero-actions .btn {
        min-width: 0;
        width: 100%;
    }

    .store-footer-grid {
        grid-template-columns: 1fr;
    }
}

/* Storefront Premium Layout */
.store-header {
    position: sticky;
    top: 0;
    z-index: 1045;
}

.store-header-main {
    background: linear-gradient(135deg, #0a1428 0%, #102041 62%, #1a325f 100%);
    box-shadow: 0 18px 34px rgba(7, 16, 32, 0.35);
}

.store-header-grid {
    min-height: 84px;
    display: grid;
    grid-template-columns: auto minmax(320px, 1fr) auto;
    gap: 0.9rem;
    align-items: center;
}

.store-header-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.store-link-btn {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 0.65rem;
    border-radius: 10px;
}

.store-link-btn:hover,
.store-link-btn:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.store-announce-btn {
    border-radius: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.store-notify-toggle-btn {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 999px;
    height: 42px;
    padding: 0 0.82rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    font-weight: 650;
}

.store-notify-toggle-btn:hover,
.store-notify-toggle-btn:focus {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.store-notify-test-btn {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(238, 244, 255, 0.95);
    border-radius: 999px;
    height: 42px;
    padding: 0 0.72rem;
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    font-size: 0.75rem;
    font-weight: 620;
}

.store-notify-test-btn:hover,
.store-notify-test-btn:focus {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.store-icon-btn {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
}

.store-icon-btn:hover,
.store-icon-btn:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.15);
}

.store-icon-glyph {
    font-size: 1rem;
    line-height: 1;
}

.store-icon-svg {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -0.125em;
    fill: currentColor;
}

.store-icon-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #ff5a72;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 0 0.32rem;
}

.store-account-toggle {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 999px;
    height: 42px;
    padding: 0 0.45rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.store-account-toggle::after {
    display: none;
}

.store-hamburger {
    font-size: 0.95rem;
    line-height: 1;
}

.store-avatar-mini,
.store-avatar-lg {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.store-avatar-mini {
    width: 28px;
    height: 28px;
    background: #ebf0fa;
    color: #243a60;
}

.store-avatar-lg {
    width: 54px;
    height: 54px;
    background: linear-gradient(145deg, #10254a 0%, #234b88 100%);
    color: #fff;
    margin: 0 auto 0.6rem;
}

.store-account-menu {
    min-width: 260px;
    border-radius: 14px;
    border-color: #d6dff0;
    padding: 0;
    overflow: hidden;
}

.store-account-head {
    background: #f2f6ff;
    padding: 1rem;
    text-align: center;
}

.store-account-head small {
    display: block;
    color: #647696;
    margin-bottom: 0.1rem;
}

.store-categories-menu {
    min-width: 280px;
    border-radius: 14px;
    border-color: #d7e1f3;
    padding: 0.4rem;
}

.store-categories-menu .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    border-radius: 10px;
    padding: 0.45rem 0.6rem;
}

.store-categories-menu .dropdown-item small {
    color: #667997;
}

.store-search-wrap {
    position: relative;
}

.store-search-form {
    display: flex;
    gap: 0.45rem;
}

.store-search-form .form-control {
    border-radius: 12px;
    border-color: #b9c9e6;
    min-height: 44px;
}

.store-search-dropdown {
    position: absolute;
    z-index: 1060;
    top: calc(100% + 10px);
    left: 0;
    width: min(740px, 100%);
    background: #fff;
    border: 1px solid #d7e1f2;
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(13, 24, 44, 0.18);
    padding: 0.8rem;
}

.store-search-meta {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.82rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px dashed #d7e1f2;
}

.store-search-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 0.8rem;
}

.store-search-title {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5f7292;
    margin-bottom: 0.45rem;
}

.store-search-item {
    display: block;
    text-decoration: none;
    color: #132744;
    border: 1px solid #e4ecf9;
    border-radius: 10px;
    padding: 0.5rem 0.65rem;
    margin-bottom: 0.45rem;
}

.store-search-item:hover {
    border-color: #c7d6ef;
    background: #f5f9ff;
}

.store-search-item strong {
    display: block;
    font-size: 0.84rem;
    margin-bottom: 0.1rem;
}

.store-search-item small {
    color: #60728f;
    font-size: 0.74rem;
}

.store-header-sub {
    background: #f3f7ff;
    border-bottom: 1px solid #d4dff1;
}

.store-sub-grid {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.store-sub-grid a {
    color: #1d3559;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 650;
}

.store-sub-grid a:hover {
    text-decoration: underline;
}

.store-theme-toggle {
    margin-left: auto;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #1d3559;
    font-size: 0.86rem;
    font-weight: 650;
}

.store-theme-icon {
    font-size: 0.92rem;
}

.store-cart-panel .offcanvas-header,
.store-support-panel .offcanvas-header {
    border-bottom: 1px solid #e1e7f3;
}

.store-cart-items {
    min-height: 280px;
}

.store-cart-empty {
    border: 1px dashed #cfd9ec;
    border-radius: 12px;
    padding: 1.1rem;
    text-align: center;
    color: #60728f;
}

.store-cart-row {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 0.6rem;
    align-items: center;
    border: 1px solid #dde6f5;
    border-radius: 10px;
    padding: 0.55rem;
    margin-bottom: 0.55rem;
}

.store-cart-row-media {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(145deg, #dfe8fb 0%, #cfdcf5 100%);
}

.store-cart-row-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-cart-row-title {
    display: block;
    font-size: 0.86rem;
    line-height: 1.25;
    margin-bottom: 0.12rem;
}

.store-cart-row-price {
    font-size: 0.82rem;
    color: #4f6385;
}

.store-cart-row-remove {
    border: 0;
    background: transparent;
    color: #8b2044;
    font-size: 0.76rem;
    font-weight: 700;
}

.store-cart-footer {
    border-top: 1px dashed #d8e1f2;
    padding-top: 0.9rem;
}

.store-main {
    padding-top: 1.2rem;
}

.store-home-hero {
    background:
        radial-gradient(circle at 88% 10%, rgba(234, 193, 110, 0.3), rgba(234, 193, 110, 0) 45%),
        linear-gradient(135deg, #0a1428 0%, #102043 60%, #1a3a70 100%);
    border: 0;
    color: #fff;
}

.store-home-hero-inner {
    padding: 2.8rem 1.2rem;
}

.store-home-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f6dca5;
}

.store-home-hero h1 {
    margin: 0.55rem 0 0.35rem;
    font-size: clamp(2rem, 4vw, 3.3rem);
    color: #fff;
}

.store-home-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.04rem;
}

.store-home-hero-actions {
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.store-section {
    margin-bottom: 0.5rem;
}

.store-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.65rem;
}

.store-section-head h2,
.store-section-head h1 {
    margin: 0;
    color: #142a4a;
    font-size: 1.33rem;
}

.store-section-head a {
    color: #1f4b90;
    text-decoration: none;
    font-weight: 650;
    font-size: 0.84rem;
}

.store-section-head a:hover {
    text-decoration: underline;
}

.store-scroll-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    gap: 0.65rem;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scrollbar-width: thin;
}

.store-scroll-item {
    min-width: 260px;
}

.store-netflix-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.8rem;
    overflow: visible;
    padding: 0.15rem 0.1rem 0.75rem;
}

.store-category-rail-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3 / 4;
    padding: 0;
    border: 1px solid #d5dff0;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: end;
    transform-origin: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.store-category-rail-card:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: #adc0e0;
    box-shadow: 0 16px 28px rgba(8, 22, 44, 0.22);
}

.store-category-rail-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.store-category-rail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-category-rail-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.18), transparent 40%),
        linear-gradient(130deg, #0d2144 0%, #1c3c71 58%, #3767ad 100%);
    z-index: 0;
}

.store-category-rail-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 9, 18, 0.08) 30%, rgba(4, 9, 18, 0.75) 100%);
    z-index: 1;
}

.store-category-rail-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0.9rem;
}

.store-category-rail-content strong,
.store-category-rail-content small {
    display: block;
}

.store-category-rail-content strong {
    font-size: 0.96rem;
    line-height: 1.2;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.store-category-rail-content small {
    font-size: 0.74rem;
    opacity: 0.92;
    margin-top: 0.2rem;
}

.store-category-poster-card {
    border: 1px solid #d5deee;
    background: #fff;
    box-shadow: 0 10px 22px rgba(10, 24, 47, 0.1);
}

.store-category-poster-card .store-category-rail-overlay,
.store-category-poster-card .store-category-rail-content {
    display: none;
}

.store-category-poster-fallback {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 1;
    padding: 0.6rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(3, 8, 16, 0) 8%, rgba(3, 8, 16, 0.82) 100%);
}

.store-inline-link {
    margin-top: 0.75rem;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #1f4b90;
    font-weight: 650;
    position: relative;
    font-size: 0.87rem;
}

.store-inline-link::before,
.store-inline-link::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 80px);
    height: 1px;
    background: #cfd9ec;
}

.store-inline-link::before {
    left: 0;
}

.store-inline-link::after {
    right: 0;
}

.store-product-card {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    padding: 0.8rem;
}

.store-product-cover {
    display: block;
    width: 100%;
    height: 164px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.7rem;
    background: #e4ebf9;
}

.store-product-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-product-cover-placeholder {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #2a4b7d;
    background: linear-gradient(145deg, #dae6fb 0%, #c8d9f4 100%);
}

.store-product-seller span {
    color: #7a8da9;
}

.store-category-product-card {
    padding: 0;
    border: 1px solid #d4e0f1;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.store-category-product-card:hover {
    transform: translateY(-3px);
    border-color: #b8cae7;
    box-shadow: 0 14px 28px rgba(9, 24, 47, 0.14);
}

.store-category-product-cover {
    position: relative;
    display: block;
    height: 170px;
    overflow: hidden;
    background: #dfe9fa;
}

.store-category-product-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.store-category-product-card:hover .store-category-product-cover img {
    transform: scale(1.06);
}

.store-category-product-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 9, 18, 0.16) 20%, rgba(4, 9, 18, 0.72) 100%);
}

.store-category-product-top {
    position: absolute;
    top: 0.55rem;
    left: 0.55rem;
    right: 0.55rem;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.4rem;
}

.store-category-product-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.34rem 0.55rem;
    font-size: 0.68rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.92);
    color: #17345f;
}

.store-category-product-body {
    padding: 0.76rem 0.82rem 0.86rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-height: 206px;
}

.store-category-product-title {
    margin: 0;
    font-size: 0.99rem;
    line-height: 1.3;
}

.store-category-product-title a {
    color: #11233f;
    text-decoration: none;
}

.store-category-product-title a:hover {
    text-decoration: underline;
}

.store-category-product-desc {
    margin: 0;
    color: #5c6f8a;
    font-size: 0.8rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.15em;
}

.store-category-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
}

.store-category-product-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    font-size: 0.74rem;
    color: #36557f;
}

.store-category-product-meta .store-icon-svg {
    width: 0.78rem;
    height: 0.78rem;
    color: #1f4b90;
}

.store-category-product-seller {
    margin: 0;
    font-size: 0.79rem;
    color: #60728d;
}

.store-category-product-seller strong {
    color: #17345f;
}

.store-category-product-seller small {
    color: #7890af;
    margin-left: 0.3rem;
}

.store-category-product-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
}

.store-category-product-price {
    color: #11233f;
    font-weight: 800;
    font-size: 1.17rem;
    line-height: 1;
}

.store-review-card {
    padding: 1rem;
    text-align: center;
}

.store-review-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 0 auto 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #16305b 0%, #2a4f89 100%);
    color: #fff;
    font-weight: 700;
}

.store-review-head {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    align-items: center;
    margin-bottom: 0.4rem;
}

.store-review-sentiment {
    border-radius: 999px;
    padding: 0.15rem 0.52rem;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.store-review-sentiment.positivo {
    background: #d8f6e8;
    color: #0b6d48;
}

.store-review-sentiment.neutro {
    background: #eaf0fb;
    color: #294c7e;
}

.store-review-sentiment.negativo {
    background: #ffe2e8;
    color: #8f2441;
}

.store-review-body p {
    font-size: 0.84rem;
    color: #3f5579;
    min-height: 62px;
}

.store-review-body a {
    font-size: 0.8rem;
    text-decoration: none;
}

.store-blog-card {
    overflow: hidden;
}

.store-blog-image {
    height: 126px;
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.3), transparent 44%),
        linear-gradient(140deg, #17305b 0%, #294c82 70%, #3f78bf 100%);
}

.store-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-blog-body {
    padding: 0.95rem;
}

.store-blog-body h3,
.store-blog-body h2 {
    font-size: 1rem;
    margin: 0 0 0.35rem;
}

.store-blog-body h3 a,
.store-blog-body h2 a {
    text-decoration: none;
    color: #12223f;
}

.store-blog-body p {
    color: #5a6d89;
    font-size: 0.84rem;
    min-height: 70px;
}

.store-blog-body small {
    color: #6a7c99;
}

.store-benefit-box {
    padding: 1.2rem;
    border-left: 4px solid #1f4b90;
}

.store-benefit-box h3 {
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.store-benefit-box p {
    margin: 0;
    color: #536784;
}

.store-how-grid {
    padding: 1.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.store-how-grid h2 {
    margin: 0 0 0.35rem;
}

.store-how-grid p {
    margin: 0;
    color: #536784;
}

.store-how-grid ol {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.45rem;
    color: #1f365b;
}

/* Home compact density: reduce card sizes proportionally without impacting other pages */
.store-home-compact .store-home-hero-inner {
    padding: 2.35rem 1rem;
}

.store-home-compact .store-home-hero h1 {
    font-size: clamp(1.85rem, 3.4vw, 2.9rem);
}

.store-home-compact .store-home-hero p {
    font-size: 0.96rem;
}

.store-home-compact .store-section {
    margin-bottom: 0.35rem;
}

.store-home-compact .store-section-head {
    margin-bottom: 0.5rem;
}

.store-home-compact .store-section-head h2 {
    font-size: 1.18rem;
}

.store-home-compact .store-netflix-row {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: initial;
    gap: 0.72rem;
    overflow-x: clip;
    padding: 0.08rem 0.03rem 0.4rem;
}

.store-home-compact .store-category-rail-card {
    border-radius: 10px;
    aspect-ratio: 2 / 3;
    box-shadow: 0 12px 26px rgba(8, 22, 44, 0.14);
}

.store-home-compact .store-category-rail-card:hover {
    transform: translateY(-2px) scale(1.015);
    box-shadow: 0 16px 28px rgba(8, 22, 44, 0.2);
}

.store-home-compact .store-category-rail-content {
    padding: 0.5rem;
}

.store-home-compact .store-category-rail-content strong {
    font-size: 0.74rem;
}

.store-home-compact .store-category-rail-content small {
    font-size: 0.64rem;
}

.store-home-compact .store-inline-link {
    margin-top: 0.8rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.store-home-compact .store-inline-link::before,
.store-home-compact .store-inline-link::after {
    width: calc(50% - 124px);
}

.store-home-compact .store-product-card {
    padding: 0.68rem;
    border-radius: 12px;
}

.store-home-compact .store-product-cover {
    height: 146px;
    margin-bottom: 0.55rem;
    border-radius: 10px;
}

.store-home-compact .store-product-head {
    gap: 0.34rem;
    margin-bottom: 0.55rem;
}

.store-home-compact .store-chip {
    font-size: 0.65rem;
    padding: 0.32rem 0.52rem;
}

.store-home-compact .store-product-title {
    font-size: 0.94rem;
    margin-bottom: 0.3rem;
}

.store-home-compact .store-product-seller {
    font-size: 0.79rem;
    margin-bottom: 0.66rem;
}

.store-home-compact .store-product-price {
    font-size: 1.06rem;
}

.store-home-compact .store-product-footer {
    gap: 0.45rem;
}

.store-home-compact .store-product-footer .btn {
    padding: 0.28rem 0.56rem;
    font-size: 0.74rem;
}

.store-home-compact .store-review-card {
    padding: 0.82rem;
}

.store-home-compact .store-review-avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 0.42rem;
}

.store-home-compact .store-review-body p {
    font-size: 0.79rem;
    min-height: 52px;
    margin-bottom: 0.4rem;
}

.store-home-compact .store-review-body a {
    font-size: 0.76rem;
}

.store-home-compact .store-blog-image {
    height: 112px;
}

.store-home-compact .store-blog-body {
    padding: 0.82rem;
}

.store-home-compact .store-blog-body h3,
.store-home-compact .store-blog-body h2 {
    font-size: 0.94rem;
    margin-bottom: 0.28rem;
}

.store-home-compact .store-blog-body p {
    font-size: 0.8rem;
    min-height: 60px;
}

.store-home-compact .store-benefit-box {
    padding: 1rem;
}

.store-home-compact .store-how-grid {
    padding: 1.15rem;
    gap: 0.85rem;
}

.store-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.84rem;
    color: #4d6284;
    margin-bottom: 0.9rem;
}

.store-breadcrumb a {
    color: #1f4b90;
    text-decoration: none;
}

.store-breadcrumb a:hover {
    text-decoration: underline;
}

.store-category-banner {
    display: grid;
    grid-template-columns: 196px 1fr;
    align-items: center;
    gap: 0.75rem;
    padding: 0.72rem;
    border: 1px solid #d2deee;
    color: #fff;
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.12), transparent 45%),
        linear-gradient(130deg, #102043 0%, #1d3f74 100%);
    overflow: hidden;
}

.store-category-banner-media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 156px;
    background:
        radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.2), transparent 44%),
        linear-gradient(140deg, #102043 0%, #244a86 100%);
}

.store-category-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.store-category-banner-media-fallback {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 156px;
    background:
        radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.18), transparent 45%),
        linear-gradient(140deg, #18325f 0%, #3262a4 100%);
}

.store-category-banner-content {
    position: relative;
    z-index: 0;
}

.store-category-banner h1 {
    margin: 0;
    color: #fff;
    font-size: 1.38rem;
}

.store-category-banner p {
    margin: 0.25rem 0 0;
    color: rgba(255, 255, 255, 0.84);
}

.store-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.3rem;
}

.store-sidebar-list a {
    display: block;
    border-radius: 10px;
    padding: 0.42rem 0.55rem;
    text-decoration: none;
    color: #19345a;
    border: 1px solid #dee6f5;
}

.store-sidebar-list a:hover,
.store-sidebar-list a.active {
    border-color: #c4d3eb;
    background: #edf4ff;
}

.store-product-layout {
    border-radius: 16px;
}

.store-product-media {
    border-radius: 14px;
    overflow: hidden;
    background: #e4ebfa;
    min-height: 300px;
}

.store-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-product-media-empty {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5f7190;
}

.store-favorite-btn {
    border: 1px solid #d2dcf0;
    background: #fff;
    color: #7c2140;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1;
}

.store-favorite-btn.is-favorite {
    background: #ffe7ed;
    border-color: #f8bfd0;
    color: #9a2b4d;
}

.store-product-status,
.store-product-reward {
    font-size: 0.88rem;
    color: #4f627f;
}

.store-meta-row {
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.store-share-row {
    display: flex;
    gap: 0.45rem;
}

.store-share-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 30px;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid #d5deef;
    color: #1c365f;
    font-size: 0.75rem;
}

.store-share-row a .store-icon-svg {
    width: 0.92rem;
    height: 0.92rem;
}

.store-verification-list li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.store-verification-list li.verified {
    color: #0d6f4a;
}

.store-verification-list li.not-verified {
    color: #8a2643;
}

.store-question-list {
    display: grid;
    gap: 0.45rem;
}

.store-question-item {
    border: 1px solid #d9e2f2;
    border-radius: 11px;
    padding: 0.65rem;
    font-size: 0.85rem;
}

.store-seller-card {
    display: grid;
    gap: 0.28rem;
    text-align: center;
}

.store-seller-card small {
    color: #60728f;
}

.store-modal-product {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 0.65rem;
    align-items: center;
}

.store-modal-product-media {
    width: 82px;
    height: 82px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(145deg, #dce7fa 0%, #c9daf4 100%);
}

.store-modal-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-modal-qty {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.store-modal-qty input {
    width: 56px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #d2dced;
    text-align: center;
    font-weight: 700;
}

.store-checkout-item {
    border: 1px solid #dce5f3;
    border-radius: 12px;
    padding: 0.65rem;
    display: grid;
    grid-template-columns: 86px 1fr auto;
    gap: 0.65rem;
    align-items: center;
}

.store-checkout-media {
    width: 86px;
    height: 86px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #dbe6fa 0%, #c8d8f4 100%);
    color: #27497b;
    font-size: 1.7rem;
    font-weight: 700;
}

.store-checkout-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-checkout-info {
    display: grid;
    gap: 0.1rem;
}

.store-checkout-info small {
    color: #60728f;
}

.store-checkout-price {
    font-size: 1.05rem;
    font-weight: 800;
    color: #12233e;
}

.store-plan-option,
.store-payment-option {
    width: 100%;
    border: 1px solid #d6e0f1;
    border-radius: 11px;
    padding: 0.7rem;
    display: flex;
    gap: 0.55rem;
    align-items: start;
    cursor: pointer;
    background: #fff;
}

.store-plan-option input,
.store-payment-option input {
    margin-top: 0.18rem;
}

.store-plan-option span {
    display: grid;
    gap: 0.15rem;
}

.store-plan-option small {
    color: #617490;
}

.store-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.store-payment-option.active {
    border-color: #9cb9e8;
    background: #f4f8ff;
}

.store-payment-option.disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.store-pix-box {
    border: 1px solid #d6e0f1;
    border-radius: 11px;
    background: #f7faff;
    padding: 0.8rem;
}

.store-pix-box code {
    display: block;
    margin-top: 0.45rem;
    white-space: normal;
    word-break: break-all;
}

.store-footer {
    background: #eaf0fa;
    border-top: 1px solid #cfdaed;
}

.store-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.9fr);
    gap: 1.2rem;
}

.store-footer-brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.store-footer-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f1f3c;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
}

.store-footer-brand-logo-wrap {
    width: clamp(84px, 7.2vw, 112px);
    height: 44px;
    border-radius: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    padding: 0;
}

.store-footer-brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: none;
    transform-origin: center;
}

.store-footer-brand-copy {
    display: grid;
    line-height: 1.1;
}

.store-footer-brand-copy small {
    color: #5d6f8c;
}

.store-footer-menu-block {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.store-footer-social {
    display: flex;
    gap: 0.45rem;
}

.store-footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #c5d1e6;
    color: #17335b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
}

.store-footer-social a .store-icon-svg {
    width: 0.95rem;
    height: 0.95rem;
}

.store-footer-bottom {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid #d2ddef;
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
    color: #60718d;
}

.store-support-fab {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1080;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(145deg, #f1c97d 0%, #dfa84d 100%);
    color: #392500;
    font-weight: 700;
    padding: 0.7rem 1.15rem;
    box-shadow: 0 16px 30px rgba(17, 30, 53, 0.28);
}

body.store-theme-night {
    background:
        radial-gradient(68% 55% at 10% 0%, rgba(68, 92, 136, 0.28), transparent 65%),
        #0a1322;
    color: #dbe5f7;
}

body.store-theme-night .mp-card,
body.store-theme-night .store-cart-panel .offcanvas-body,
body.store-theme-night .store-support-panel .offcanvas-body,
body.store-theme-night .dropdown-menu {
    background: #111d32;
    border-color: #243a62;
    color: #dbe5f7;
}

body.store-theme-night .store-section-head h2,
body.store-theme-night .store-page-title,
body.store-theme-night .store-product-title a,
body.store-theme-night h1,
body.store-theme-night h2,
body.store-theme-night h3 {
    color: #ecf2ff;
}

body.store-theme-night a {
    color: #9cc0ff;
}

/* Order detail pages (buyer/seller) */
.order-page-breadcrumb {
    font-size: 0.82rem;
}

.order-hero-card {
    border: 1px solid #d6e1f2;
    background:
        radial-gradient(circle at 84% 0%, rgba(231, 178, 93, 0.15), rgba(231, 178, 93, 0) 42%),
        linear-gradient(134deg, #f8fbff 0%, #eff4fd 100%);
}

.order-hero-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.order-hero-subtitle {
    color: #5d6f8b;
    font-size: 0.88rem;
}

.order-action-row {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.order-delivery-form {
    display: flex;
    gap: 0.45rem;
    align-items: center;
    flex-wrap: wrap;
}

.order-delivery-form .form-control {
    min-width: 260px;
}

.order-kv-list {
    margin: 0;
    display: grid;
    gap: 0.45rem;
}

.order-kv-list div {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    border-bottom: 1px dashed #dbe4f2;
    padding-bottom: 0.32rem;
}

.order-kv-list div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.order-kv-list dt {
    margin: 0;
    font-size: 0.82rem;
    color: #61738f;
    font-weight: 600;
}

.order-kv-list dd {
    margin: 0;
    font-size: 0.84rem;
    color: #182f52;
    text-align: right;
    font-weight: 700;
}

.order-line-card {
    border: 1px solid #dce5f3;
    border-radius: 13px;
    padding: 0.7rem;
    display: grid;
    grid-template-columns: 84px 1fr auto;
    gap: 0.7rem;
    align-items: center;
    background: #fff;
}

.order-line-media {
    width: 84px;
    height: 84px;
    border-radius: 11px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #dce8fb 0%, #c9daf5 100%);
    color: #24487a;
    font-weight: 800;
}

.order-line-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-line-content p {
    color: #60718d;
}

.order-line-side {
    display: grid;
    gap: 0.45rem;
    justify-items: end;
}

.order-line-price {
    font-size: 1.05rem;
    font-weight: 800;
    color: #152a4b;
}

.order-mini-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.55rem;
}

.order-mini-list li {
    border: 1px solid #dde6f4;
    border-radius: 10px;
    padding: 0.55rem 0.65rem;
    background: #f9fbff;
}

.order-timeline-list {
    margin: 0;
    padding-left: 1rem;
    display: grid;
    gap: 0.8rem;
}

.order-timeline-list li {
    padding-left: 0.15rem;
}

.order-timeline-title {
    font-weight: 700;
    color: #17345f;
}

.order-review-box {
    border: 1px solid #dce5f3;
    border-radius: 12px;
    padding: 0.8rem;
    background: #f8fbff;
}

.order-chat-card {
    border: 1px solid #d8e2f2;
    overflow: hidden;
}

.order-chat-head {
    border-bottom: 1px solid #dbe4f3;
    padding: 0.95rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.8rem;
    flex-wrap: wrap;
    background: #f6f9ff;
}

.order-chat-subtitle {
    color: #60728e;
    font-size: 0.84rem;
}

.order-chat-body {
    padding: 0.95rem;
}

.order-chat-guideline {
    border: 1px solid #d4e0f2;
    border-radius: 10px;
    background: #f8fbff;
    color: #4d6284;
    padding: 0.55rem 0.65rem;
}

.order-chat-thread {
    border: 1px solid #d8e2f1;
    border-radius: 12px;
    max-height: 420px;
    overflow-y: auto;
    background: #fff;
}

.order-chat-messages .order-chat-message {
    border: 0;
    border-bottom: 1px solid #e3ebf8;
    padding: 0.65rem 0.72rem;
    background: #fff;
}

.order-chat-messages .order-chat-message:last-child {
    border-bottom: 0;
}

.order-chat-messages .order-chat-message.is-mine {
    background: #f4f8ff;
}

.order-chat-message-text {
    white-space: pre-wrap;
    color: #152b4f;
    font-size: 0.86rem;
}

.order-chat-form {
    border: 1px solid #dbe5f3;
    border-radius: 12px;
    padding: 0.7rem;
    background: #f9fbff;
}

/* Admin premium shell */
.mp-admin-body,
.admin-body {
    background:
        radial-gradient(62% 54% at 8% 0%, rgba(22, 74, 173, 0.14), rgba(22, 74, 173, 0) 72%),
        radial-gradient(45% 38% at 95% 8%, rgba(236, 184, 89, 0.16), rgba(236, 184, 89, 0) 80%),
        #eef3fb;
}

.mp-admin-body .mp-shell {
    background: transparent;
}

.admin-topbar {
    position: sticky;
    top: 0;
    z-index: 1050;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(132deg, #08152d 0%, #10274f 58%, #173b73 100%);
    box-shadow: 0 16px 32px rgba(6, 16, 34, 0.38);
}

.admin-topbar-row {
    min-height: 82px;
    display: grid;
    grid-template-columns: auto minmax(320px, 1fr) auto;
    align-items: center;
    gap: 1rem;
}

.admin-topbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    color: #fff;
}

.admin-topbar-brand:hover,
.admin-topbar-brand:focus {
    color: #fff;
}

.admin-topbar-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2c2202;
    font-size: 0.8rem;
    font-weight: 800;
    background: linear-gradient(145deg, #f2ca84 0%, #e0ad56 100%);
}

.admin-topbar-brand-copy {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.admin-topbar-brand-copy strong {
    color: #fff;
    font-size: 1.01rem;
    font-weight: 760;
}

.admin-topbar-brand-copy small {
    margin-top: 0.3rem;
    color: rgba(219, 231, 252, 0.8);
    font-size: 0.7rem;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.admin-topbar-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.admin-topbar-links a {
    text-decoration: none;
    color: rgba(233, 242, 255, 0.9);
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.34rem 0.78rem;
    font-size: 0.82rem;
    font-weight: 680;
    transition: 0.18s ease;
}

.admin-topbar-links a:hover,
.admin-topbar-links a:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.09);
}

.admin-topbar-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.admin-topbar-actions .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.46);
    color: #fff;
}

.admin-topbar-actions .btn-outline-light:hover,
.admin-topbar-actions .btn-outline-light:focus {
    border-color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.admin-topbar-user {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 0.2rem 0.55rem 0.2rem 0.24rem;
    background: rgba(255, 255, 255, 0.08);
}

.admin-topbar-user strong {
    display: block;
    color: #fff;
    font-size: 0.76rem;
    line-height: 1.1;
}

.admin-topbar-user small {
    color: rgba(217, 231, 255, 0.78);
    font-size: 0.64rem;
    line-height: 1.1;
}

.admin-topbar-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    color: #17274b;
    background: linear-gradient(150deg, #c8dcff 0%, #a6c4f4 100%);
}

.admin-shell {
    padding: 1rem 0.75rem 1.35rem;
}

.admin-layout {
    display: grid;
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    gap: 0.95rem;
    align-items: start;
}

.admin-sidebar-wrap {
    border: 1px solid #d2ddf0;
    border-radius: 15px;
    background:
        radial-gradient(130% 82% at 2% -14%, rgba(59, 113, 205, 0.16), rgba(59, 113, 205, 0) 58%),
        #fff;
    box-shadow: 0 14px 34px rgba(11, 23, 45, 0.08);
    padding: 0.85rem;
    position: sticky;
    top: 96px;
    max-height: calc(100vh - 108px);
    overflow: auto;
}

.admin-main {
    min-width: 0;
}

.admin-main > *:last-child {
    margin-bottom: 0;
}

.admin-side-head {
    border-bottom: 1px dashed #c8d6ed;
    padding-bottom: 0.72rem;
    margin-bottom: 0.78rem;
}

.admin-side-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.62rem;
}

.admin-side-brand strong {
    display: block;
    color: #13294f;
    font-size: 0.94rem;
}

.admin-side-brand small {
    color: #5a6f92;
    font-size: 0.73rem;
}

.admin-side-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #223a66;
    font-size: 0.76rem;
    font-weight: 800;
    background: linear-gradient(145deg, #ecf2ff 0%, #d7e5fb 100%);
}

.admin-side-shortcuts {
    margin-top: 0.62rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
}

.admin-side-chip {
    text-decoration: none;
    border: 1px solid #c9d6ec;
    border-radius: 999px;
    padding: 0.2rem 0.62rem;
    color: #1b3868;
    font-size: 0.72rem;
    font-weight: 700;
}

.admin-side-chip:hover,
.admin-side-chip:focus {
    color: #10284f;
    background: #edf3ff;
}

.admin-side-section {
    margin-bottom: 0.82rem;
}

.admin-side-section:last-child {
    margin-bottom: 0;
}

.admin-side-section-title {
    margin-bottom: 0.42rem;
    color: #64799b;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 760;
}

.admin-side-link {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0.42rem 0.55rem;
    color: #20365d;
    font-size: 0.85rem;
    font-weight: 620;
    transition: 0.18s ease;
}

.admin-side-link:hover,
.admin-side-link:focus {
    color: #152f57;
    border-color: #cad8ee;
    background: #eef4ff;
}

.admin-side-link.active {
    color: #fff;
    border-color: rgba(25, 70, 140, 0.45);
    background: linear-gradient(132deg, #193a72 0%, #255293 100%);
    box-shadow: 0 8px 20px rgba(20, 56, 112, 0.24);
}

.admin-dashboard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.admin-hero-card {
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    background:
        radial-gradient(circle at 90% 0%, rgba(239, 191, 108, 0.24), rgba(239, 191, 108, 0) 46%),
        linear-gradient(136deg, #0c1c36 0%, #14315d 100%);
}

.admin-hero-card h2,
.admin-hero-card p,
.admin-hero-card strong {
    color: #fff;
}

.admin-hero-card .text-muted {
    color: rgba(225, 235, 250, 0.88) !important;
}

.admin-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.34rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 760;
    font-size: 0.69rem;
    color: #f5dca9;
    margin-bottom: 0.45rem;
}

.admin-hero-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e7b25d;
}

.admin-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.admin-hero-link {
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: rgba(255, 255, 255, 0.94);
    border-radius: 11px;
    padding: 0.56rem 0.64rem;
    font-size: 0.83rem;
    font-weight: 680;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    transition: 0.18s ease;
}

.admin-hero-link:hover,
.admin-hero-link:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.13);
}

.admin-kpi-card {
    border-color: #d4def0;
}

.admin-kpi-card .kpi-label {
    color: #5f7395;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.69rem;
    font-weight: 760;
}

.admin-kpi-card .kpi-value {
    margin-top: 0.22rem;
    font-size: 1.52rem;
    line-height: 1.06;
    color: #10274f;
    font-weight: 800;
}

.admin-kpi-card .kpi-meta {
    margin-top: 0.2rem;
    color: #64799b;
    font-size: 0.76rem;
}

.admin-progress {
    height: 7px;
    border-radius: 999px;
    background: #e4ebf8;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.admin-progress-bar {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(132deg, #1a4889 0%, #3272c4 100%);
}

.mp-rich-editor {
    border: 1px solid #d2deef;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.mp-rich-editor-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.36rem;
    padding: 0.5rem;
    border-bottom: 1px solid #dbe5f4;
    background: #f5f8ff;
}

.mp-rich-editor-toolbar .btn {
    padding: 0.2rem 0.48rem;
    font-size: 0.74rem;
    font-weight: 640;
}

.mp-rich-editor-emoji-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.44rem 0.55rem;
    border-bottom: 1px solid #dbe5f4;
    background: #fff9ed;
}

.mp-rich-editor-emoji-panel[hidden] {
    display: none !important;
}

.mp-rich-editor-emoji-btn {
    border: 1px solid #d6dfef;
    border-radius: 9px;
    background: #fff;
    width: 2.05rem;
    height: 2.05rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.12rem;
    line-height: 1;
    cursor: pointer;
}

.mp-rich-editor-emoji-btn:hover,
.mp-rich-editor-emoji-btn:focus {
    border-color: #8aa8d6;
    background: #f1f7ff;
}

.mp-rich-editor-surface {
    min-height: 340px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0.8rem 0.9rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.mp-rich-editor-surface:focus {
    box-shadow: inset 0 0 0 2px rgba(35, 94, 183, 0.15);
}

.mp-rich-editor-surface p,
.public-rich-content p,
.cms-rich-output p {
    margin: 0 0 0.8rem;
}

.mp-rich-editor-surface ul,
.mp-rich-editor-surface ol,
.public-rich-content ul,
.public-rich-content ol,
.cms-rich-output ul,
.cms-rich-output ol {
    margin-bottom: 0.8rem;
    padding-left: 1.2rem;
}

.public-rich-content,
.cms-rich-output {
    line-height: 1.55;
    color: #1c2c45;
}

.public-rich-content h2,
.cms-rich-output h2 {
    font-size: 1.36rem;
    margin: 0 0 0.72rem;
}

.public-rich-content h3,
.cms-rich-output h3 {
    font-size: 1.18rem;
    margin: 0 0 0.68rem;
}

.public-rich-content a,
.cms-rich-output a {
    text-decoration: underline;
}

.public-rich-content blockquote,
.cms-rich-output blockquote {
    border-left: 4px solid #d4e0f4;
    margin: 0 0 0.85rem;
    padding: 0.35rem 0 0.35rem 0.75rem;
    color: #486186;
    background: #f7faff;
}

.admin-settings-hero {
    border: 1px solid #d4dfef;
    background:
        radial-gradient(62% 58% at 95% 0%, rgba(232, 184, 97, 0.16), rgba(232, 184, 97, 0) 60%),
        #fff;
}

.admin-settings-hero-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.admin-settings-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.admin-settings-stat {
    border: 1px solid #d8e2f1;
    border-radius: 12px;
    padding: 0.58rem 0.72rem;
    background: #f8fbff;
}

.admin-settings-stat small {
    display: block;
    color: #5e7294;
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 760;
}

.admin-settings-stat strong {
    display: block;
    margin-top: 0.2rem;
    color: #102b54;
    font-size: 1.22rem;
    line-height: 1;
}

.admin-settings-chipbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.admin-settings-chip {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #ccdaee;
    border-radius: 999px;
    padding: 0.3rem 0.62rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #183460;
    background: #fff;
}

.admin-settings-chip:hover,
.admin-settings-chip:focus {
    color: #102a4f;
    background: #edf4ff;
}

.admin-settings-chip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    border-radius: 999px;
    background: #dce8fb;
    font-size: 0.7rem;
    color: #193964;
}

.admin-settings-group {
    border: 1px solid #d6e0f0;
    border-radius: 14px;
    background: #f9fbff;
    padding: 0.72rem;
}

.admin-settings-group-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding: 0.28rem 0.2rem 0.6rem;
}

.admin-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.admin-setting-card {
    border-color: #d5dff0;
    box-shadow: 0 10px 22px rgba(13, 27, 52, 0.05);
}

.admin-storefront-logo-preview {
    width: 100%;
    min-height: 56px;
    max-height: 56px;
    border: 1px solid #d6e0f0;
    border-radius: 10px;
    background: linear-gradient(145deg, #f8fbff 0%, #edf4ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.45rem;
    overflow: hidden;
}

.admin-storefront-logo-thumb {
    display: block;
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 40px;
    object-fit: contain;
}

.admin-storefront-logo-caption {
    margin-top: 0.25rem;
    font-size: 0.68rem;
    color: #667a99;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 760;
}

.admin-storefront-logo-empty {
    border: 1px dashed #d4deef;
    border-radius: 10px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a7e9d;
    font-size: 0.75rem;
    background: #f9fbff;
    text-align: center;
    padding: 0.35rem 0.5rem;
}

/* Admin categories */
.admin-categories-hero {
    border: 1px solid #d4deef;
    background:
        radial-gradient(circle at 90% 0%, rgba(231, 178, 93, 0.18), rgba(231, 178, 93, 0) 48%),
        linear-gradient(142deg, #0f2241 0%, #1a3d72 100%);
    color: #fff;
}

.admin-categories-hero h1,
.admin-categories-hero p {
    color: #fff;
}

.admin-categories-hero .text-muted {
    color: rgba(220, 233, 255, 0.86) !important;
}

.admin-categories-hero-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.admin-categories-hero-actions {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.admin-categories-hero-actions .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.admin-categories-hero-actions .btn-outline-light:hover,
.admin-categories-hero-actions .btn-outline-light:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.12);
}

.admin-categories-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
}

.admin-categories-kpi {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    padding: 0.58rem 0.72rem;
    background: rgba(255, 255, 255, 0.08);
}

.admin-categories-kpi small {
    display: block;
    color: rgba(235, 242, 255, 0.82);
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 760;
}

.admin-categories-kpi strong {
    display: block;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
}

.admin-categories-kpi span {
    display: block;
    margin-top: 0.18rem;
    color: rgba(228, 239, 255, 0.85);
    font-size: 0.74rem;
}

.admin-categories-filter {
    border: 1px solid #d6e0f0;
    background:
        radial-gradient(120% 64% at 0% -15%, rgba(46, 102, 193, 0.09), rgba(46, 102, 193, 0) 58%),
        #f9fbff;
}

.admin-categories-filter .form-control,
.admin-categories-filter .form-select {
    border-color: #c9d7ee;
}

.admin-categories-table-wrap {
    border: 1px solid #d5dff0;
}

.admin-categories-table thead th {
    background: #eff4fd;
    color: #274069;
    font-size: 0.76rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-bottom: 1px solid #d7e1f1;
}

.admin-categories-row-inactive > td {
    background: #f7f9fd;
}

.admin-cat-name-wrap {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 250px;
}

.admin-cat-cover {
    width: 62px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #d4deef;
    overflow: hidden;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #edf4ff 0%, #dce9fb 100%);
}

.admin-cat-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.admin-cat-cover-fallback {
    color: #214276;
    font-size: 1rem;
    font-weight: 800;
}

.admin-cat-name-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.admin-cat-name-row strong {
    color: #13284f;
    font-size: 0.9rem;
}

.admin-cat-id {
    color: #6a7e9f;
    font-size: 0.74rem;
    font-weight: 700;
}

.admin-cat-meta {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.admin-cat-parent {
    color: #567094;
    font-size: 0.72rem;
    font-weight: 620;
}

.admin-cat-route {
    display: grid;
    gap: 0.35rem;
    min-width: 220px;
}

.admin-cat-route small {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6d809f;
    font-size: 0.63rem;
    font-weight: 760;
}

.admin-cat-route code {
    display: inline-block;
    max-width: 100%;
    padding: 0.14rem 0.38rem;
    border-radius: 8px;
    border: 1px solid #d5dff0;
    background: #f8fbff;
    color: #1b3a68;
    font-size: 0.71rem;
    word-break: break-all;
}

.admin-cat-state-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem 0.55rem;
    min-width: 206px;
}

.admin-cat-state-item small {
    display: block;
    color: #6e829f;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 760;
}

.admin-cat-state-item strong {
    color: #1a345d;
    font-size: 0.88rem;
    font-weight: 760;
}

.admin-cat-actions {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.32rem;
    flex-wrap: wrap;
}

.admin-cat-actions form {
    margin: 0;
}

.admin-cat-actions .btn {
    min-width: 78px;
}

.admin-category-cover-preview {
    width: 100%;
    max-width: 187px;
    min-height: 250px;
    max-height: 250px;
    border: 1px solid #d4deef;
    border-radius: 10px;
    background: linear-gradient(145deg, #f4f8ff 0%, #e8f0ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.admin-category-cover-preview-image {
    display: block;
    width: 187px;
    height: 250px;
    object-fit: cover;
}

.admin-category-cover-preview-empty {
    padding: 0 0.55rem;
    text-align: center;
}

@media (max-width: 1399.98px) {
    .store-header-grid {
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "brand actions"
            "search search";
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }

    .store-brand {
        grid-area: brand;
    }

    .store-header-actions {
        grid-area: actions;
        justify-self: end;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .store-search-wrap {
        grid-area: search;
    }

    .store-footer-top {
        grid-template-columns: 1fr;
    }

    .order-line-card {
        grid-template-columns: 76px 1fr;
    }

    .order-line-side {
        grid-column: 1 / -1;
        justify-items: start;
    }

}

@media (max-width: 991.98px) {
    .admin-settings-grid {
        grid-template-columns: 1fr;
    }

    .admin-settings-stat strong {
        font-size: 1.1rem;
    }

    .admin-topbar-row {
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "brand actions"
            "links links";
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
        gap: 0.62rem;
    }

    .admin-topbar-brand {
        grid-area: brand;
    }

    .admin-topbar-links {
        grid-area: links;
        justify-content: flex-start;
    }

    .admin-topbar-actions {
        grid-area: actions;
    }

    .admin-layout {
        grid-template-columns: 1fr;
    }

    .admin-categories-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-sidebar-wrap {
        position: static;
        top: auto;
        max-height: none;
    }

    .store-header {
        position: static;
    }

    .store-search-dropdown {
        width: 100%;
    }

    .store-search-grid {
        grid-template-columns: 1fr;
    }

    .store-sub-grid {
        flex-wrap: wrap;
        min-height: auto;
        padding: 0.5rem 0;
    }

    .store-sub-grid .store-theme-toggle {
        margin-left: 0;
    }

    .store-how-grid {
        grid-template-columns: 1fr;
    }

    .store-footer-menu-block {
        grid-template-columns: 1fr;
    }

    .store-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-netflix-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .store-home-compact .store-netflix-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .store-category-banner {
        grid-template-columns: 166px 1fr;
    }

    .store-category-banner-media,
    .store-category-banner-media-fallback {
        min-height: 136px;
    }

    .order-delivery-form .form-control {
        min-width: 0;
        width: 100%;
    }

}

@media (max-width: 767.98px) {
    .store-brand-logo-wrap {
        width: 38px;
        height: 38px;
    }

    .store-header .store-brand-with-logo .store-brand-logo-wrap {
        width: 78px;
        height: 38px;
        border-radius: 0;
        padding: 0;
    }

    .store-header .store-brand-with-logo .store-brand-logo {
        transform: none;
    }

    .store-footer-brand-logo-wrap {
        width: 78px;
        height: 38px;
        border-radius: 0;
        padding: 0;
    }

    .store-footer-brand-logo {
        transform: none;
    }

    .admin-settings-stats {
        grid-template-columns: 1fr;
    }

    .admin-shell {
        padding-left: 0.42rem;
        padding-right: 0.42rem;
    }

    .admin-topbar-links a {
        font-size: 0.78rem;
        padding: 0.3rem 0.62rem;
    }

    .admin-topbar-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .admin-topbar-user small {
        display: none;
    }

    .admin-hero-grid {
        grid-template-columns: 1fr;
    }

    .admin-categories-kpis {
        grid-template-columns: 1fr;
    }

    .admin-cat-state-grid {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .admin-cat-name-wrap {
        min-width: 0;
    }

    .admin-cat-actions {
        justify-content: flex-start;
    }

    .admin-category-cover-preview {
        max-width: 100%;
        margin-inline: auto;
    }

    .store-brand-copy small {
        display: none;
    }

    .store-header-actions {
        gap: 0.32rem;
    }

    .store-link-btn,
    .store-announce-btn {
        font-size: 0.8rem;
    }

    .store-home-hero-inner {
        padding: 2rem 0.9rem;
    }

    .store-home-compact .store-home-hero-inner {
        padding: 1.7rem 0.78rem;
    }

    .store-product-cover {
        height: 140px;
    }

    .store-home-compact .store-product-cover {
        height: 128px;
    }

    .store-category-product-cover {
        height: 152px;
    }

    .store-category-product-body {
        min-height: 0;
    }

    .store-checkout-item {
        grid-template-columns: 1fr;
    }

    .store-checkout-price {
        justify-self: start;
    }

    .store-payment-grid {
        grid-template-columns: 1fr;
    }

    .store-inline-link::before,
    .store-inline-link::after {
        width: calc(50% - 64px);
    }

    .store-netflix-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.55rem;
        padding-bottom: 0.35rem;
    }

    .store-home-compact .store-netflix-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.4rem;
    }

    .store-netflix-row .store-category-rail-card:nth-child(n+4) {
        display: none;
    }

    .store-category-rail-card {
        border-radius: 12px;
    }

    .store-category-catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .store-category-banner {
        grid-template-columns: 88px 1fr;
        gap: 0.5rem;
        padding: 0.58rem;
    }

    .store-category-banner-media,
    .store-category-banner-media-fallback {
        height: 112px;
        min-height: 112px;
        max-height: 112px;
    }

    .store-category-banner h1 {
        font-size: 1.06rem;
    }

    .store-category-banner p {
        font-size: 0.84rem;
    }

    .order-hero-row {
        align-items: stretch;
    }

    .order-kv-list div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.12rem;
    }

    .order-kv-list dd {
        text-align: left;
    }

    .order-chat-head {
        padding: 0.82rem;
    }

    .order-chat-body {
        padding: 0.75rem;
    }

    .order-chat-thread {
        max-height: 360px;
    }

    .store-category-rail-content {
        padding: 0.72rem;
    }

    .store-category-rail-content strong {
        font-size: 0.88rem;
    }

    .store-home-compact .store-blog-image {
        height: 96px;
    }
}
