:root {
    --np-showcase-primary: var(--tn-primary, #4f46e5);
    --np-showcase-sky: var(--tn-sky, #38bdf8);
    --np-showcase-teal: var(--tn-teal, #2dd4bf);
    --np-showcase-lime: var(--tn-lime, #a3e635);
    --np-showcase-bg: var(--tn-bg, #f8fafc);
    --np-showcase-surface: var(--tn-surface, #ffffff);
    --np-showcase-soft: var(--tn-soft, #e2e8f0);
    --np-showcase-muted-bg: #f1f5f9;
    --np-showcase-text: var(--tn-text, #334155);
    --np-showcase-muted: var(--tn-text-muted, #64748b);
    --np-showcase-border: var(--tn-border, #cbd5e1);
    --np-showcase-heading: #1e293b;
    --np-showcase-white: #ffffff;
    --np-showcase-dark: #0f172a;
    --np-showcase-danger: #dc2626;
    --np-showcase-warning: #f59e0b;
    --np-showcase-success: #16a34a;
    --np-showcase-primary-rgb: 79, 70, 229;
    --np-showcase-sky-rgb: 56, 189, 248;
    --np-showcase-teal-rgb: 45, 212, 191;
    --np-showcase-lime-rgb: 163, 230, 53;
    --np-showcase-danger-rgb: 220, 38, 38;
    --np-showcase-warning-rgb: 245, 158, 11;
    --np-showcase-success-rgb: 22, 163, 74;
    --np-showcase-text-rgb: 51, 65, 85;
    --np-showcase-gradient-primary: linear-gradient(135deg, #4f46e5 0%, #38bdf8 100%);
    --np-showcase-gradient-creative: linear-gradient(135deg, #38bdf8 0%, #2dd4bf 100%);
    --np-showcase-gradient-cta: linear-gradient(135deg, #a3e635 0%, #2dd4bf 100%);
    --np-showcase-gradient-dark: linear-gradient(135deg, #0f172a 0%, #334155 100%);
    --np-showcase-radius-sm: 10px;
    --np-showcase-radius-md: 14px;
    --np-showcase-radius-lg: 20px;
    --np-showcase-radius-xl: 28px;
    --np-showcase-radius-2xl: 36px;
    --np-showcase-pill: 999px;
    --np-showcase-shadow-xs: 0 1px 3px rgba(51, 65, 85, .08);
    --np-showcase-shadow-sm: 0 8px 24px rgba(51, 65, 85, .08);
    --np-showcase-shadow-md: 0 16px 48px rgba(51, 65, 85, .12);
    --np-showcase-shadow-lg: 0 28px 90px rgba(51, 65, 85, .16);
    --np-showcase-shadow-primary: 0 20px 70px rgba(79, 70, 229, .22);
    --np-showcase-shadow-sky: 0 20px 70px rgba(56, 189, 248, .2);
    --np-showcase-transition: 220ms ease;
    --np-showcase-font: var(--np-font-primary, "IRANYekanX", "IRANSansX", "IRANYekan", "IRANSans", "Vazirmatn", Tahoma, Arial, sans-serif);
}

.np-product-showcase,
.np-product-showcase *,
.np-product-showcase *::before,
.np-product-showcase *::after,
.np-showcase-ui,
.np-showcase-ui *,
.np-showcase-ui *::before,
.np-showcase-ui *::after {
    box-sizing: border-box;
}

.np-product-showcase,
.np-showcase-ui {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: 26px;
    width: 100%;
    color: var(--np-showcase-text);
    font-family: var(--np-showcase-font);
}

.np-product-showcase::before,
.np-showcase-ui::before {
    position: absolute;
    inset-block-start: -90px;
    inset-inline: 0;
    z-index: -1;
    height: 360px;
    content: "";
    background:
        radial-gradient(circle at 16% 10%, rgba(var(--np-showcase-lime-rgb), .18), transparent 18rem),
        radial-gradient(circle at 84% 0%, rgba(var(--np-showcase-sky-rgb), .16), transparent 22rem),
        linear-gradient(180deg, rgba(var(--np-showcase-primary-rgb), .048), transparent);
    pointer-events: none;
}

.np-product-showcase a,
.np-showcase-ui a {
    color: inherit;
    text-decoration: none;
}

.np-showcase-section {
    position: relative;
    display: grid;
    gap: 24px;
    min-width: 0;
}

.np-showcase-section-hero,
.np-showcase-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
    gap: 24px;
    align-items: center;
    min-height: 220px;
    padding: clamp(24px, 4vw, 42px);
    overflow: hidden;
    color: var(--np-showcase-white);
    background:
        radial-gradient(circle at 12% 18%, rgba(var(--np-showcase-lime-rgb), .24), transparent 16rem),
        radial-gradient(circle at 88% 10%, rgba(var(--np-showcase-sky-rgb), .32), transparent 18rem),
        var(--np-showcase-gradient-primary);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--np-showcase-radius-2xl);
    box-shadow: var(--np-showcase-shadow-primary);
}

.np-showcase-section-hero::before,
.np-showcase-hero::before {
    position: absolute;
    inset-block-start: -140px;
    inset-inline-end: -120px;
    width: 360px;
    height: 360px;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, .22), transparent 68%);
    border-radius: 50%;
    pointer-events: none;
}

.np-showcase-section-hero::after,
.np-showcase-hero::after {
    position: absolute;
    inset-block-end: -120px;
    inset-inline-start: 12%;
    width: 260px;
    height: 260px;
    content: "";
    background: radial-gradient(circle, rgba(var(--np-showcase-teal-rgb), .34), transparent 65%);
    border-radius: 50%;
    pointer-events: none;
}

.np-showcase-hero-content,
.np-showcase-hero-card {
    position: relative;
    z-index: 1;
}

.np-showcase-hero-content {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.np-showcase-kicker,
.np-showcase-badge,
.np-showcase-chip {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 30px;
    padding: 5px 11px;
    color: var(--np-showcase-primary);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.35;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: var(--np-showcase-pill);
}

.np-showcase-title {
    max-width: 880px;
    margin: 0;
    color: var(--np-showcase-white);
    font-size: clamp(30px, 5vw, 56px);
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: -.04em;
}

.np-showcase-description {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.85;
}

.np-showcase-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-block-start: 8px;
}

.np-showcase-hero-card {
    display: grid;
    gap: 14px;
    padding: 20px;
    color: var(--np-showcase-white);
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: var(--np-showcase-radius-xl);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
    backdrop-filter: blur(16px);
}

.np-showcase-hero-card strong {
    color: var(--np-showcase-white);
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 950;
    line-height: 1.1;
}

.np-showcase-hero-card span {
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.6;
}

.np-showcase-hero-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.np-showcase-hero-metric {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 12px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--np-showcase-radius-lg);
}

.np-showcase-header,
.np-showcase-section-header {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    justify-content: space-between;
    min-width: 0;
}

.np-showcase-heading,
.np-showcase-section-title {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.np-showcase-heading h2,
.np-showcase-section-title h2,
.np-showcase-heading h3,
.np-showcase-section-title h3 {
    margin: 0;
    color: var(--np-showcase-heading);
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 950;
    line-height: 1.25;
    letter-spacing: -.03em;
}

.np-showcase-heading p,
.np-showcase-section-title p {
    max-width: 720px;
    margin: 0;
    color: var(--np-showcase-muted);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.85;
}

.np-showcase-header-actions,
.np-showcase-section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.np-showcase-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 18px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(203, 213, 225, .82);
    border-radius: var(--np-showcase-radius-xl);
    box-shadow: var(--np-showcase-shadow-sm);
    backdrop-filter: blur(18px);
}

.np-showcase-toolbar-main,
.np-showcase-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    min-width: 0;
}

.np-showcase-toolbar-actions {
    justify-content: flex-end;
}

.np-showcase-search {
    position: relative;
    flex: 1 1 280px;
    min-width: 220px;
}

.np-showcase-search input {
    width: 100%;
    min-height: 46px;
    padding: 10px 14px;
    color: var(--np-showcase-text);
    font-family: var(--np-showcase-font);
    font-size: 14px;
    background: var(--np-showcase-white);
    border: 1px solid var(--np-showcase-border);
    border-radius: var(--np-showcase-pill);
    box-shadow: none;
    transition: border-color var(--np-showcase-transition), box-shadow var(--np-showcase-transition);
}

.np-showcase-search input:focus {
    border-color: var(--np-showcase-sky);
    box-shadow: 0 0 0 3px rgba(var(--np-showcase-sky-rgb), .22);
    outline: none;
}

.np-showcase-select,
.np-showcase-filter-select {
    min-height: 46px;
    padding: 10px 14px;
    color: var(--np-showcase-text);
    font-family: var(--np-showcase-font);
    font-size: 13px;
    font-weight: 850;
    background: var(--np-showcase-white);
    border: 1px solid var(--np-showcase-border);
    border-radius: var(--np-showcase-pill);
    box-shadow: none;
}

.np-showcase-tabs,
.np-showcase-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.np-showcase-tab,
.np-showcase-filter-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 14px;
    color: var(--np-showcase-muted);
    font-family: var(--np-showcase-font);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.35;
    cursor: pointer;
    background: var(--np-showcase-surface);
    border: 1px solid var(--np-showcase-soft);
    border-radius: var(--np-showcase-pill);
    box-shadow: var(--np-showcase-shadow-xs);
    transition: color var(--np-showcase-transition), background-color var(--np-showcase-transition), border-color var(--np-showcase-transition), box-shadow var(--np-showcase-transition), transform var(--np-showcase-transition);
}

.np-showcase-tab:hover,
.np-showcase-filter-tab:hover,
.np-showcase-tab:focus,
.np-showcase-filter-tab:focus,
.np-showcase-tab.is-active,
.np-showcase-filter-tab.is-active {
    color: var(--np-showcase-white);
    background: var(--np-showcase-gradient-primary);
    border-color: transparent;
    box-shadow: var(--np-showcase-shadow-primary);
    transform: translateY(-1px);
}

.np-showcase-grid,
.np-product-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.np-showcase-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.np-showcase-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.np-showcase-card,
.np-product-showcase-card,
.np-showcase-product-card {
    position: relative;
    display: grid;
    gap: 0;
    min-width: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(203, 213, 225, .82);
    border-radius: var(--np-showcase-radius-2xl);
    box-shadow: var(--np-showcase-shadow-sm);
    backdrop-filter: blur(18px);
    transition: transform var(--np-showcase-transition), box-shadow var(--np-showcase-transition), border-color var(--np-showcase-transition);
}

.np-showcase-card:hover,
.np-product-showcase-card:hover,
.np-showcase-product-card:hover,
.np-showcase-card:focus-within,
.np-product-showcase-card:focus-within,
.np-showcase-product-card:focus-within {
    border-color: rgba(var(--np-showcase-primary-rgb), .34);
    box-shadow: var(--np-showcase-shadow-md);
    transform: translateY(-6px);
}

.np-showcase-card::before,
.np-product-showcase-card::before,
.np-showcase-product-card::before {
    position: absolute;
    inset-block-start: 0;
    inset-inline: 0;
    z-index: 3;
    height: 4px;
    content: "";
    background: var(--np-showcase-gradient-primary);
    opacity: 0;
    transition: opacity var(--np-showcase-transition);
}

.np-showcase-card:hover::before,
.np-product-showcase-card:hover::before,
.np-showcase-product-card:hover::before,
.np-showcase-card:focus-within::before,
.np-product-showcase-card:focus-within::before,
.np-showcase-product-card:focus-within::before {
    opacity: 1;
}

.np-showcase-card-media,
.np-product-showcase-media,
.np-showcase-product-media {
    position: relative;
    min-height: 170px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(var(--np-showcase-sky-rgb), .16), transparent 12rem),
        var(--np-showcase-muted-bg);
}

.np-showcase-card-media a,
.np-product-showcase-media a,
.np-showcase-product-media a {
    display: block;
    height: 100%;
}

.np-showcase-card-media img,
.np-product-showcase-media img,
.np-showcase-product-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 170px;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    transition: transform var(--np-showcase-transition), filter var(--np-showcase-transition);
}

.np-showcase-card:hover .np-showcase-card-media img,
.np-product-showcase-card:hover .np-product-showcase-media img,
.np-showcase-product-card:hover .np-showcase-product-media img {
    transform: scale(1.028);
    filter: saturate(1.06);
}

.np-showcase-card-badges,
.np-product-showcase-badges,
.np-showcase-product-badges {
    position: absolute;
    inset-block-start: 14px;
    inset-inline: 14px;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: flex-start;
    justify-content: space-between;
    pointer-events: none;
}

.np-showcase-card-badges > *,
.np-product-showcase-badges > *,
.np-showcase-product-badges > * {
    pointer-events: auto;
}

.np-showcase-card-body,
.np-product-showcase-body,
.np-showcase-product-body {
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 18px;
}

.np-showcase-card-title,
.np-product-showcase-title,
.np-showcase-product-title {
    min-height: 54px;
    margin: 0;
    color: var(--np-showcase-heading);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.55;
    transition: color var(--np-showcase-transition);
}

.np-showcase-card-title a,
.np-product-showcase-title a,
.np-showcase-product-title a {
    color: inherit;
}

.np-showcase-card-title a:hover,
.np-product-showcase-title a:hover,
.np-showcase-product-title a:hover,
.np-showcase-card-title a:focus,
.np-product-showcase-title a:focus,
.np-showcase-product-title a:focus {
    color: var(--np-showcase-primary);
}

.np-showcase-card-description,
.np-product-showcase-description,
.np-showcase-product-description {
    margin: 0;
    color: var(--np-showcase-muted);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.8;
}

.np-showcase-card-meta,
.np-product-showcase-meta,
.np-showcase-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    color: var(--np-showcase-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.6;
}

.np-showcase-card-footer,
.np-product-showcase-footer,
.np-showcase-product-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 18px;
}

.np-showcase-price,
.np-product-showcase-price,
.np-showcase-product-price {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: baseline;
    color: var(--np-showcase-primary);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.35;
}

.np-showcase-price del,
.np-product-showcase-price del,
.np-showcase-product-price del {
    color: var(--np-showcase-muted);
    font-size: 12px;
    font-weight: 750;
    opacity: .72;
}

.np-showcase-price ins,
.np-product-showcase-price ins,
.np-showcase-product-price ins {
    color: var(--np-showcase-primary);
    font-weight: 950;
    text-decoration: none;
}

.np-showcase-rating {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    color: var(--np-showcase-warning);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.4;
}

.np-showcase-vendor,
.np-showcase-license,
.np-showcase-downloads,
.np-showcase-updated {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    color: var(--np-showcase-muted);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.35;
    background: var(--np-showcase-muted-bg);
    border: 1px solid var(--np-showcase-soft);
    border-radius: var(--np-showcase-pill);
}

.np-showcase-license {
    color: var(--np-showcase-primary);
    background: rgba(var(--np-showcase-primary-rgb), .08);
    border-color: rgba(var(--np-showcase-primary-rgb), .16);
}

.np-showcase-chip,
.np-showcase-tag,
.np-showcase-kind,
.np-showcase-status {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 30px;
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.35;
    border-radius: var(--np-showcase-pill);
}

.np-showcase-chip,
.np-showcase-tag {
    color: var(--np-showcase-muted);
    background: var(--np-showcase-muted-bg);
    border: 1px solid var(--np-showcase-soft);
}

.np-showcase-kind-theme,
.np-showcase-kind-plugin,
.np-showcase-kind-digital,
.np-showcase-kind-file,
.np-showcase-kind-template,
.np-showcase-kind-elementor-kit,
.np-showcase-chip-sky,
.np-showcase-tag-sky {
    color: #075985;
    background: rgba(var(--np-showcase-sky-rgb), .14);
    border: 1px solid rgba(var(--np-showcase-sky-rgb), .28);
}

.np-showcase-kind-service,
.np-showcase-chip-teal,
.np-showcase-tag-teal {
    color: #0f766e;
    background: rgba(var(--np-showcase-teal-rgb), .15);
    border: 1px solid rgba(var(--np-showcase-teal-rgb), .28);
}

.np-showcase-chip-primary,
.np-showcase-tag-primary {
    color: var(--np-showcase-primary);
    background: rgba(var(--np-showcase-primary-rgb), .08);
    border: 1px solid rgba(var(--np-showcase-primary-rgb), .16);
}

.np-showcase-chip-lime,
.np-showcase-tag-lime {
    color: #365314;
    background: rgba(var(--np-showcase-lime-rgb), .24);
    border: 1px solid rgba(var(--np-showcase-lime-rgb), .42);
}

.np-showcase-status-available,
.np-showcase-status-active,
.np-showcase-status-published {
    color: #166534;
    background: #dcfce7;
    border: 1px solid rgba(var(--np-showcase-success-rgb), .24);
}

.np-showcase-status-coming,
.np-showcase-status-pending {
    color: #92400e;
    background: #fef3c7;
    border: 1px solid rgba(var(--np-showcase-warning-rgb), .24);
}

.np-showcase-status-disabled,
.np-showcase-status-unavailable {
    color: #991b1b;
    background: #fee2e2;
    border: 1px solid rgba(var(--np-showcase-danger-rgb), .24);
}

.np-showcase-button,
.np-showcase-action,
.np-product-showcase-button,
.np-product-showcase-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 16px;
    color: var(--np-showcase-white);
    font-family: var(--np-showcase-font);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.35;
    cursor: pointer;
    background: var(--np-showcase-primary);
    border: 1px solid var(--np-showcase-primary);
    border-radius: var(--np-showcase-pill);
    box-shadow: var(--np-showcase-shadow-primary);
    transition: transform var(--np-showcase-transition), box-shadow var(--np-showcase-transition), background-color var(--np-showcase-transition), border-color var(--np-showcase-transition), opacity var(--np-showcase-transition), color var(--np-showcase-transition);
}

.np-showcase-button:hover,
.np-showcase-action:hover,
.np-product-showcase-button:hover,
.np-product-showcase-action:hover,
.np-showcase-button:focus,
.np-showcase-action:focus,
.np-product-showcase-button:focus,
.np-product-showcase-action:focus {
    color: var(--np-showcase-white);
    background: var(--np-showcase-sky);
    border-color: var(--np-showcase-sky);
    box-shadow: var(--np-showcase-shadow-sky);
    transform: translateY(-1px);
}

.np-showcase-button-primary,
.np-showcase-action-primary {
    color: var(--np-showcase-white);
    background: var(--np-showcase-gradient-primary);
    border-color: transparent;
}

.np-showcase-button-secondary,
.np-showcase-action-secondary {
    color: var(--np-showcase-primary);
    background: rgba(var(--np-showcase-primary-rgb), .08);
    border-color: rgba(var(--np-showcase-primary-rgb), .16);
    box-shadow: none;
}

.np-showcase-button-secondary:hover,
.np-showcase-action-secondary:hover,
.np-showcase-button-secondary:focus,
.np-showcase-action-secondary:focus {
    color: var(--np-showcase-white);
    background: var(--np-showcase-primary);
    border-color: var(--np-showcase-primary);
}

.np-showcase-featured {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: stretch;
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(203, 213, 225, .82);
    border-radius: var(--np-showcase-radius-2xl);
    box-shadow: var(--np-showcase-shadow-md);
    backdrop-filter: blur(18px);
}

.np-showcase-featured::before {
    position: absolute;
    inset-block-start: 0;
    inset-inline: 0;
    z-index: 2;
    height: 4px;
    content: "";
    background: var(--np-showcase-gradient-primary);
}

.np-showcase-featured-media {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(var(--np-showcase-sky-rgb), .16), transparent 16rem),
        var(--np-showcase-muted-bg);
}

.np-showcase-featured-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    transition: transform var(--np-showcase-transition), filter var(--np-showcase-transition);
}

.np-showcase-featured:hover .np-showcase-featured-media img {
    transform: scale(1.025);
    filter: saturate(1.06);
}

.np-showcase-featured-content {
    display: grid;
    gap: 16px;
    align-content: center;
    min-width: 0;
    padding: clamp(22px, 4vw, 36px);
}

.np-showcase-featured-title {
    margin: 0;
    color: var(--np-showcase-heading);
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: -.04em;
}

.np-showcase-featured-description {
    margin: 0;
    color: var(--np-showcase-muted);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.9;
}

.np-showcase-featured-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.np-showcase-featured-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.np-showcase-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.np-showcase-category-card {
    position: relative;
    display: grid;
    gap: 10px;
    min-height: 150px;
    padding: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(203, 213, 225, .82);
    border-radius: var(--np-showcase-radius-xl);
    box-shadow: var(--np-showcase-shadow-sm);
    transition: transform var(--np-showcase-transition), border-color var(--np-showcase-transition), box-shadow var(--np-showcase-transition);
}

.np-showcase-category-card::before {
    position: absolute;
    inset-block-start: -70px;
    inset-inline-end: -70px;
    width: 150px;
    height: 150px;
    content: "";
    background: radial-gradient(circle, rgba(var(--np-showcase-sky-rgb), .14), transparent 68%);
    border-radius: 50%;
    pointer-events: none;
}

.np-showcase-category-card:hover,
.np-showcase-category-card:focus-within {
    border-color: rgba(var(--np-showcase-primary-rgb), .3);
    box-shadow: var(--np-showcase-shadow-md);
    transform: translateY(-4px);
}

.np-showcase-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--np-showcase-white);
    font-size: 20px;
    background: var(--np-showcase-gradient-primary);
    border-radius: 18px;
    box-shadow: var(--np-showcase-shadow-primary);
}

.np-showcase-category-title {
    margin: 0;
    color: var(--np-showcase-heading);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.45;
}

.np-showcase-category-description {
    margin: 0;
    color: var(--np-showcase-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.75;
}

.np-showcase-category-count {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 28px;
    padding: 4px 10px;
    color: var(--np-showcase-primary);
    font-size: 11px;
    font-weight: 950;
    background: rgba(var(--np-showcase-primary-rgb), .08);
    border: 1px solid rgba(var(--np-showcase-primary-rgb), .16);
    border-radius: var(--np-showcase-pill);
}

.np-showcase-carousel,
.np-product-showcase-carousel {
    position: relative;
    min-width: 0;
}

.np-showcase-carousel .swiper,
.np-product-showcase-carousel .swiper {
    width: 100%;
    padding: 4px 4px 54px;
}

.np-showcase-carousel .swiper-slide,
.np-product-showcase-carousel .swiper-slide {
    height: auto;
}

.np-showcase-swiper-controls,
.np-showcase-carousel-controls {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    margin-block-start: 12px;
}

.np-showcase-swiper-button,
.np-showcase-swiper-prev,
.np-showcase-swiper-next,
.np-showcase-carousel-prev,
.np-showcase-carousel-next {
    position: relative;
    inset: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    color: var(--np-showcase-primary);
    cursor: pointer;
    background: rgba(var(--np-showcase-primary-rgb), .08);
    border: 1px solid rgba(var(--np-showcase-primary-rgb), .16);
    border-radius: var(--np-showcase-pill);
    box-shadow: none;
    transition: color var(--np-showcase-transition), background-color var(--np-showcase-transition), border-color var(--np-showcase-transition), box-shadow var(--np-showcase-transition), transform var(--np-showcase-transition);
}

.np-showcase-swiper-button:hover,
.np-showcase-swiper-prev:hover,
.np-showcase-swiper-next:hover,
.np-showcase-carousel-prev:hover,
.np-showcase-carousel-next:hover,
.np-showcase-swiper-button:focus,
.np-showcase-swiper-prev:focus,
.np-showcase-swiper-next:focus,
.np-showcase-carousel-prev:focus,
.np-showcase-carousel-next:focus {
    color: var(--np-showcase-white);
    background: var(--np-showcase-primary);
    border-color: var(--np-showcase-primary);
    box-shadow: var(--np-showcase-shadow-primary);
    transform: translateY(-1px);
}

.np-showcase-swiper-button::before,
.np-showcase-swiper-prev::before,
.np-showcase-swiper-next::before,
.np-showcase-carousel-prev::before,
.np-showcase-carousel-next::before {
    width: 9px;
    height: 9px;
    content: "";
    border-block-start: 2px solid currentColor;
    border-inline-end: 2px solid currentColor;
}

.np-showcase-swiper-prev::before,
.np-showcase-carousel-prev::before {
    transform: rotate(45deg);
}

.np-showcase-swiper-next::before,
.np-showcase-carousel-next::before {
    transform: rotate(225deg);
}

.np-showcase-carousel .swiper-button-disabled,
.np-product-showcase-carousel .swiper-button-disabled,
.np-showcase-swiper-button.is-disabled {
    cursor: not-allowed;
    opacity: .45;
    transform: none;
}

.np-showcase-pagination,
.np-product-showcase-pagination,
.np-showcase-carousel .swiper-pagination,
.np-product-showcase-carousel .swiper-pagination {
    position: relative;
    inset: auto;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    margin-block-start: 14px;
}

.np-showcase-carousel .swiper-pagination-bullet,
.np-product-showcase-carousel .swiper-pagination-bullet,
.np-showcase-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0;
    background: var(--np-showcase-soft);
    border-radius: var(--np-showcase-pill);
    opacity: 1;
    transition: width var(--np-showcase-transition), background-color var(--np-showcase-transition);
}

.np-showcase-carousel .swiper-pagination-bullet-active,
.np-product-showcase-carousel .swiper-pagination-bullet-active,
.np-showcase-pagination-bullet.is-active {
    width: 28px;
    background: var(--np-showcase-primary);
}

.np-showcase-empty {
    display: grid;
    min-height: 240px;
    place-items: center;
    padding: 34px;
    color: var(--np-showcase-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.8;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(var(--np-showcase-sky-rgb), .14), transparent 14rem),
        var(--np-showcase-surface);
    border: 1px dashed var(--np-showcase-border);
    border-radius: var(--np-showcase-radius-2xl);
    box-shadow: var(--np-showcase-shadow-sm);
}

.np-showcase-loading {
    cursor: progress;
}

.np-showcase-loading .np-showcase-card,
.np-showcase-loading .np-product-showcase-card,
.np-showcase-loading .np-showcase-product-card {
    pointer-events: none;
    opacity: .72;
}

.np-showcase-skeleton {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    background: var(--np-showcase-muted-bg);
    border: 1px solid var(--np-showcase-soft);
    border-radius: var(--np-showcase-radius-2xl);
}

.np-showcase-skeleton::after {
    position: absolute;
    inset-block: 0;
    inset-inline-start: -45%;
    width: 45%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .62), transparent);
    animation: npShowcaseSkeleton 1200ms ease-in-out infinite;
}

@keyframes npShowcaseSkeleton {
    to {
        inset-inline-start: 100%;
    }
}

.np-showcase-button.is-loading::after,
.np-showcase-action.is-loading::after,
.np-product-showcase-button.is-loading::after,
.np-product-showcase-action.is-loading::after {
    display: inline-flex;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-inline-start: 8px;
    content: "";
    border: 2px solid rgba(255, 255, 255, .45);
    border-block-start-color: var(--np-showcase-white);
    border-radius: 50%;
    animation: npShowcaseSpin 760ms linear infinite;
}

@keyframes npShowcaseSpin {
    to {
        transform: rotate(360deg);
    }
}

html[dir="rtl"] .np-product-showcase,
html[dir="rtl"] .np-showcase-ui,
body.rtl .np-product-showcase,
body.rtl .np-showcase-ui {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .np-showcase-section-hero::before,
html[dir="rtl"] .np-showcase-hero::before,
body.rtl .np-showcase-section-hero::before,
body.rtl .np-showcase-hero::before {
    inset-inline-start: -120px;
    inset-inline-end: auto;
}

html[dir="rtl"] .np-showcase-section-hero::after,
html[dir="rtl"] .np-showcase-hero::after,
body.rtl .np-showcase-section-hero::after,
body.rtl .np-showcase-hero::after {
    inset-inline-start: auto;
    inset-inline-end: 12%;
}

html[dir="rtl"] .np-showcase-toolbar-actions,
html[dir="rtl"] .np-showcase-header-actions,
html[dir="rtl"] .np-showcase-section-actions,
body.rtl .np-showcase-toolbar-actions,
body.rtl .np-showcase-header-actions,
body.rtl .np-showcase-section-actions {
    justify-content: flex-start;
}

html[dir="rtl"] .np-showcase-category-card::before,
body.rtl .np-showcase-category-card::before {
    inset-inline-start: -70px;
    inset-inline-end: auto;
}

html[dir="rtl"] .np-showcase-swiper-prev::before,
html[dir="rtl"] .np-showcase-carousel-prev::before,
body.rtl .np-showcase-swiper-prev::before,
body.rtl .np-showcase-carousel-prev::before {
    transform: rotate(225deg);
}

html[dir="rtl"] .np-showcase-swiper-next::before,
html[dir="rtl"] .np-showcase-carousel-next::before,
body.rtl .np-showcase-swiper-next::before,
body.rtl .np-showcase-carousel-next::before {
    transform: rotate(45deg);
}

html[dir="rtl"] .np-showcase-button.is-loading::after,
html[dir="rtl"] .np-showcase-action.is-loading::after,
html[dir="rtl"] .np-product-showcase-button.is-loading::after,
html[dir="rtl"] .np-product-showcase-action.is-loading::after,
body.rtl .np-showcase-button.is-loading::after,
body.rtl .np-showcase-action.is-loading::after,
body.rtl .np-product-showcase-button.is-loading::after,
body.rtl .np-product-showcase-action.is-loading::after {
    margin-inline-start: 8px;
    margin-inline-end: 0;
}

@media (max-width: 1399px) {
    .np-showcase-grid,
    .np-product-showcase-grid,
    .np-showcase-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .np-showcase-grid-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .np-showcase-section-hero,
    .np-showcase-hero,
    .np-showcase-featured {
        grid-template-columns: minmax(0, 1fr);
    }

    .np-showcase-featured-media,
    .np-showcase-featured-media img {
        min-height: 280px;
    }

    .np-showcase-grid,
    .np-product-showcase-grid,
    .np-showcase-grid-3,
    .np-showcase-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .np-showcase-header,
    .np-showcase-section-header,
    .np-showcase-toolbar {
        grid-template-columns: minmax(0, 1fr);
    }

    .np-showcase-header,
    .np-showcase-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .np-showcase-header-actions,
    .np-showcase-section-actions,
    .np-showcase-toolbar-actions {
        justify-content: flex-start;
    }

    .np-showcase-section-hero,
    .np-showcase-hero,
    .np-showcase-card,
    .np-product-showcase-card,
    .np-showcase-product-card,
    .np-showcase-featured,
    .np-showcase-empty,
    .np-showcase-skeleton {
        border-radius: var(--np-showcase-radius-xl);
    }
}

@media (max-width: 767px) {
    .np-product-showcase,
    .np-showcase-ui {
        gap: 20px;
    }

    .np-showcase-section-hero,
    .np-showcase-hero {
        min-height: auto;
        padding: 22px;
        border-radius: var(--np-showcase-radius-xl);
    }

    .np-showcase-title {
        font-size: clamp(25px, 8vw, 38px);
    }

    .np-showcase-grid,
    .np-product-showcase-grid,
    .np-showcase-grid-2,
    .np-showcase-grid-3,
    .np-showcase-grid-4,
    .np-showcase-category-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .np-showcase-toolbar-main,
    .np-showcase-toolbar-actions,
    .np-showcase-hero-actions,
    .np-showcase-featured-actions,
    .np-showcase-card-footer,
    .np-product-showcase-footer,
    .np-showcase-product-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .np-showcase-search {
        flex-basis: auto;
        min-width: 0;
        width: 100%;
    }

    .np-showcase-select,
    .np-showcase-filter-select,
    .np-showcase-button,
    .np-showcase-action,
    .np-product-showcase-button,
    .np-product-showcase-action {
        width: 100%;
    }

    .np-showcase-featured-content {
        padding: 22px;
    }

    .np-showcase-featured-media,
    .np-showcase-featured-media img {
        min-height: 230px;
    }

    .np-showcase-swiper-controls,
    .np-showcase-carousel-controls {
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .np-showcase-section-hero,
    .np-showcase-hero,
    .np-showcase-card,
    .np-product-showcase-card,
    .np-showcase-product-card,
    .np-showcase-featured,
    .np-showcase-category-card,
    .np-showcase-empty,
    .np-showcase-skeleton {
        border-radius: var(--np-showcase-radius-lg);
    }

    .np-showcase-hero-metrics {
        grid-template-columns: minmax(0, 1fr);
    }

    .np-showcase-tabs,
    .np-showcase-filter-tabs,
    .np-showcase-card-meta,
    .np-product-showcase-meta,
    .np-showcase-product-meta,
    .np-showcase-featured-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .np-showcase-chip,
    .np-showcase-tag,
    .np-showcase-kind,
    .np-showcase-status,
    .np-showcase-vendor,
    .np-showcase-license,
    .np-showcase-downloads,
    .np-showcase-updated {
        width: max-content;
        max-width: 100%;
    }

    .np-showcase-card-title,
    .np-product-showcase-title,
    .np-showcase-product-title {
        min-height: auto;
    }

    .np-showcase-card-media,
    .np-product-showcase-media,
    .np-showcase-product-media,
    .np-showcase-card-media img,
    .np-product-showcase-media img,
    .np-showcase-product-media img {
        min-height: 210px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .np-product-showcase *,
    .np-product-showcase *::before,
    .np-product-showcase *::after,
    .np-showcase-ui *,
    .np-showcase-ui *::before,
    .np-showcase-ui *::after {
        animation-duration: 1ms !important;
        animation-delay: 0ms !important;
        transition-duration: 1ms !important;
        transition-delay: 1ms !important;
        scroll-behavior: auto !important;
    }

    .np-showcase-card:hover,
    .np-product-showcase-card:hover,
    .np-showcase-product-card:hover,
    .np-showcase-featured:hover .np-showcase-featured-media img,
    .np-showcase-card:hover .np-showcase-card-media img,
    .np-product-showcase-card:hover .np-product-showcase-media img,
    .np-showcase-product-card:hover .np-showcase-product-media img,
    .np-showcase-category-card:hover,
    .np-showcase-button:hover,
    .np-showcase-action:hover {
        transform: none;
    }
}