:root {
    --np-woo-dash-primary: var(--tn-primary, #4f46e5);
    --np-woo-dash-sky: var(--tn-sky, #38bdf8);
    --np-woo-dash-teal: var(--tn-teal, #2dd4bf);
    --np-woo-dash-lime: var(--tn-lime, #a3e635);
    --np-woo-dash-bg: var(--tn-bg, #f8fafc);
    --np-woo-dash-surface: var(--tn-surface, #ffffff);
    --np-woo-dash-soft: var(--tn-soft, #e2e8f0);
    --np-woo-dash-text: var(--tn-text, #334155);
    --np-woo-dash-muted: var(--tn-text-muted, #64748b);
    --np-woo-dash-border: var(--tn-border, #cbd5e1);
    --np-woo-dash-heading: #1e293b;
    --np-woo-dash-white: #ffffff;
    --np-woo-dash-dark: #0f172a;
    --np-woo-dash-danger: #dc2626;
    --np-woo-dash-warning: #f59e0b;
    --np-woo-dash-success: #16a34a;
    --np-woo-dash-primary-rgb: 79, 70, 229;
    --np-woo-dash-sky-rgb: 56, 189, 248;
    --np-woo-dash-teal-rgb: 45, 212, 191;
    --np-woo-dash-lime-rgb: 163, 230, 53;
    --np-woo-dash-text-rgb: 51, 65, 85;
    --np-woo-dash-gradient-primary: linear-gradient(135deg, #4f46e5 0%, #38bdf8 100%);
    --np-woo-dash-gradient-creative: linear-gradient(135deg, #38bdf8 0%, #2dd4bf 100%);
    --np-woo-dash-gradient-cta: linear-gradient(135deg, #a3e635 0%, #2dd4bf 100%);
    --np-woo-dash-radius-sm: 10px;
    --np-woo-dash-radius-md: 14px;
    --np-woo-dash-radius-lg: 20px;
    --np-woo-dash-radius-xl: 28px;
    --np-woo-dash-radius-2xl: 36px;
    --np-woo-dash-pill: 999px;
    --np-woo-dash-shadow-xs: 0 1px 3px rgba(51, 65, 85, .08);
    --np-woo-dash-shadow-sm: 0 8px 24px rgba(51, 65, 85, .08);
    --np-woo-dash-shadow-md: 0 16px 48px rgba(51, 65, 85, .12);
    --np-woo-dash-shadow-lg: 0 28px 90px rgba(51, 65, 85, .16);
    --np-woo-dash-shadow-primary: 0 20px 70px rgba(79, 70, 229, .22);
    --np-woo-dash-shadow-sky: 0 20px 70px rgba(56, 189, 248, .2);
    --np-woo-dash-transition: 220ms ease;
    --np-woo-dash-font: var(--np-font-primary, "IRANYekanX", "IRANSansX", "IRANYekan", "IRANSans", "Vazirmatn", Tahoma, Arial, sans-serif);
}

.woocommerce-account .woocommerce {
    color: var(--np-woo-dash-text);
    font-family: var(--np-woo-dash-font);
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
    display: none;
}

.np-account-dashboard,
.np-account-dashboard *,
.np-account-dashboard *::before,
.np-account-dashboard *::after {
    box-sizing: border-box;
}

.np-account-dashboard {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: 28px;
    width: 100%;
    margin: 0 auto;
    color: var(--np-woo-dash-text);
    font-family: var(--np-woo-dash-font);
}

.np-account-dashboard::before {
    position: absolute;
    inset-block-start: -80px;
    inset-inline: 0;
    z-index: -1;
    height: 360px;
    content: "";
    background:
        radial-gradient(circle at 18% 20%, rgba(var(--np-woo-dash-lime-rgb), .22), transparent 18rem),
        radial-gradient(circle at 82% 10%, rgba(var(--np-woo-dash-sky-rgb), .2), transparent 22rem),
        linear-gradient(180deg, rgba(79, 70, 229, .06), transparent);
    pointer-events: none;
}

.np-account-dashboard a {
    color: inherit;
    text-decoration: none;
}

.np-account-dashboard button,
.np-account-dashboard input,
.np-account-dashboard select,
.np-account-dashboard textarea {
    font-family: inherit;
}

.np-account-dashboard [x-cloak] {
    display: none !important;
}

.np-account-dashboard-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    min-height: 220px;
    padding: clamp(22px, 3vw, 34px);
    overflow: hidden;
    color: var(--np-woo-dash-white);
    background:
        radial-gradient(circle at 10% 18%, rgba(var(--np-woo-dash-lime-rgb), .25), transparent 16rem),
        radial-gradient(circle at 88% 8%, rgba(var(--np-woo-dash-sky-rgb), .32), transparent 18rem),
        var(--np-woo-dash-gradient-primary);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: var(--np-woo-dash-radius-2xl);
    box-shadow: var(--np-woo-dash-shadow-primary);
}

.np-account-dashboard-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%;
}

.np-account-dashboard-hero::after {
    position: absolute;
    inset-block-end: -110px;
    inset-inline-start: 12%;
    width: 260px;
    height: 260px;
    content: "";
    background: radial-gradient(circle, rgba(var(--np-woo-dash-teal-rgb), .34), transparent 65%);
    border-radius: 50%;
}

.np-account-dashboard-profile,
.np-account-dashboard-hero-actions {
    position: relative;
    z-index: 1;
}

.np-account-dashboard-profile {
    display: flex;
    gap: 20px;
    align-items: center;
    min-width: 0;
}

.np-account-avatar {
    position: relative;
    flex: 0 0 auto;
    width: 92px;
    height: 92px;
    padding: 5px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .18);
    backdrop-filter: blur(16px);
}

.np-account-avatar::after {
    position: absolute;
    inset-block-end: 6px;
    inset-inline-start: 6px;
    width: 18px;
    height: 18px;
    content: "";
    background: var(--np-woo-dash-lime);
    border: 3px solid var(--np-woo-dash-white);
    border-radius: 50%;
}

.np-account-avatar-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.np-account-profile-content {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.np-account-profile-kicker,
.np-account-dashboard-section-kicker {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 28px;
    align-items: center;
    padding: 4px 11px;
    color: var(--np-woo-dash-primary);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: var(--np-woo-dash-pill);
}

.np-account-dashboard-section-kicker {
    color: var(--np-woo-dash-primary);
    background: rgba(var(--np-woo-dash-primary-rgb), .08);
    border-color: rgba(var(--np-woo-dash-primary-rgb), .14);
}

.np-account-profile-title {
    margin: 0;
    color: var(--np-woo-dash-white);
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.np-account-profile-email {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.7;
}

.np-account-profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-block-start: 4px;
}

.np-account-profile-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 12px;
    color: var(--np-woo-dash-white);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: var(--np-woo-dash-pill);
    backdrop-filter: blur(14px);
}

.np-account-profile-badge-seller-approved {
    color: #1e293b;
    background: var(--np-woo-dash-lime);
    border-color: rgba(255, 255, 255, .44);
}

.np-account-profile-badge-seller-pending {
    color: #78350f;
    background: #fef3c7;
    border-color: rgba(245, 158, 11, .3);
}

.np-account-profile-badge-seller-rejected,
.np-account-profile-badge-seller-disabled {
    color: #7f1d1d;
    background: #fee2e2;
    border-color: rgba(220, 38, 38, .28);
}

.np-account-dashboard-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    max-width: 420px;
}

.np-account-quick-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 15px;
    color: var(--np-woo-dash-white);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: var(--np-woo-dash-pill);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
    transition: transform var(--np-woo-dash-transition), background-color var(--np-woo-dash-transition), box-shadow var(--np-woo-dash-transition);
}

.np-account-quick-action:hover,
.np-account-quick-action:focus {
    color: var(--np-woo-dash-dark);
    background: var(--np-woo-dash-lime);
    box-shadow: 0 16px 38px rgba(var(--np-woo-dash-lime-rgb), .22);
    transform: translateY(-2px);
}

.np-account-dashboard-switcher {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    gap: 8px;
    padding: 8px;
    background: var(--np-woo-dash-white);
    border: 1px solid var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-pill);
    box-shadow: var(--np-woo-dash-shadow-sm);
}

.np-account-dashboard-switch {
    min-height: 42px;
    padding: 8px 18px;
    color: var(--np-woo-dash-muted);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: var(--np-woo-dash-pill);
    transition: color var(--np-woo-dash-transition), background var(--np-woo-dash-transition), box-shadow var(--np-woo-dash-transition);
}

.np-account-dashboard-switch.is-active {
    color: var(--np-woo-dash-white);
    background: var(--np-woo-dash-gradient-primary);
    box-shadow: var(--np-woo-dash-shadow-primary);
}

.np-account-dashboard-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.np-account-dashboard-sidebar {
    position: sticky;
    inset-block-start: 24px;
    z-index: 20;
}

.np-account-dashboard-mobile-toggle {
    display: none;
    width: 100%;
    min-height: 48px;
    padding: 10px 16px;
    color: var(--np-woo-dash-white);
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    background: var(--np-woo-dash-gradient-primary);
    border: 0;
    border-radius: var(--np-woo-dash-radius-lg);
    box-shadow: var(--np-woo-dash-shadow-primary);
}

.np-account-dashboard-sidebar-inner {
    display: grid;
    gap: 16px;
}

.np-account-dashboard-sidebar-card {
    position: relative;
    padding: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(203, 213, 225, .78);
    border-radius: var(--np-woo-dash-radius-xl);
    box-shadow: var(--np-woo-dash-shadow-sm);
    backdrop-filter: blur(18px);
}

.np-account-dashboard-sidebar-card::after {
    position: absolute;
    inset-block-start: -60px;
    inset-inline-end: -60px;
    width: 130px;
    height: 130px;
    content: "";
    background: radial-gradient(circle, rgba(var(--np-woo-dash-sky-rgb), .18), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.np-account-dashboard-sidebar-label {
    position: relative;
    z-index: 1;
    display: block;
    margin-block-end: 12px;
    color: var(--np-woo-dash-heading);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.45;
}

.np-account-dashboard-menu {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 7px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.np-account-dashboard-menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 10px 12px;
    color: var(--np-woo-dash-muted);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.4;
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--np-woo-dash-radius-md);
    transition: color var(--np-woo-dash-transition), background var(--np-woo-dash-transition), border-color var(--np-woo-dash-transition), transform var(--np-woo-dash-transition);
}

.np-account-dashboard-menu-item a::after {
    width: 7px;
    height: 7px;
    content: "";
    border-block-start: 2px solid currentColor;
    border-inline-end: 2px solid currentColor;
    opacity: .45;
    transform: rotate(225deg);
}

[dir="ltr"] .np-account-dashboard-menu-item a::after {
    transform: rotate(45deg);
}

.np-account-dashboard-menu-item a:hover,
.np-account-dashboard-menu-item a:focus {
    color: var(--np-woo-dash-primary);
    background: rgba(var(--np-woo-dash-primary-rgb), .07);
    border-color: rgba(var(--np-woo-dash-primary-rgb), .12);
    transform: translateX(-2px);
}

[dir="ltr"] .np-account-dashboard-menu-item a:hover,
[dir="ltr"] .np-account-dashboard-menu-item a:focus {
    transform: translateX(2px);
}

.np-account-dashboard-main {
    min-width: 0;
}

.np-account-dashboard-panel {
    display: grid;
    gap: 26px;
}

.np-account-dashboard-section {
    position: relative;
    display: grid;
    gap: 20px;
    min-width: 0;
    padding: clamp(20px, 3vw, 28px);
    overflow: hidden;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(203, 213, 225, .78);
    border-radius: var(--np-woo-dash-radius-2xl);
    box-shadow: var(--np-woo-dash-shadow-sm);
    backdrop-filter: blur(18px);
}

.np-account-dashboard-section::before {
    position: absolute;
    inset-block-start: 0;
    inset-inline: 0;
    height: 4px;
    content: "";
    background: var(--np-woo-dash-gradient-primary);
}

.np-account-dashboard-section-head {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
}

.np-account-dashboard-section-head h2 {
    margin: 8px 0 0;
    color: var(--np-woo-dash-heading);
    font-size: clamp(21px, 3vw, 30px);
    font-weight: 950;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.np-account-dashboard-section-head a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 13px;
    color: var(--np-woo-dash-primary);
    font-size: 12px;
    font-weight: 900;
    background: rgba(var(--np-woo-dash-primary-rgb), .08);
    border: 1px solid rgba(var(--np-woo-dash-primary-rgb), .14);
    border-radius: var(--np-woo-dash-pill);
}

.np-account-stat-grid {
    position: relative;
    z-index: 1;
}

.np-account-stat-col {
    min-width: 0;
}

.np-account-stat-card {
    position: relative;
    display: grid;
    gap: 10px;
    min-height: 150px;
    padding: 20px;
    overflow: hidden;
    color: var(--np-woo-dash-text);
    background:
        radial-gradient(circle at 88% 8%, rgba(var(--np-woo-dash-sky-rgb), .14), transparent 8rem),
        var(--np-woo-dash-white);
    border: 1px solid var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-radius-xl);
    box-shadow: var(--np-woo-dash-shadow-sm);
    transition: transform var(--np-woo-dash-transition), box-shadow var(--np-woo-dash-transition), border-color var(--np-woo-dash-transition);
}

.np-account-stat-card::before {
    width: 42px;
    height: 8px;
    content: "";
    background: var(--np-woo-dash-gradient-primary);
    border-radius: var(--np-woo-dash-pill);
}

.np-account-stat-card:hover,
.np-account-stat-card:focus {
    color: var(--np-woo-dash-text);
    border-color: rgba(var(--np-woo-dash-primary-rgb), .36);
    box-shadow: var(--np-woo-dash-shadow-md);
    transform: translateY(-4px);
}

.np-account-stat-label {
    color: var(--np-woo-dash-muted);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.5;
}

.np-account-stat-value {
    color: var(--np-woo-dash-heading);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.04em;
}

.np-account-stat-licenses::before {
    background: var(--np-woo-dash-gradient-creative);
}

.np-account-stat-services::before {
    background: var(--np-woo-dash-gradient-cta);
}

.np-account-stat-support::before {
    background: linear-gradient(135deg, #f59e0b 0%, #a3e635 100%);
}

.np-account-dashboard-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.np-account-dashboard-card {
    position: relative;
    min-width: 0;
    padding: 20px;
    overflow: hidden;
    background: var(--np-woo-dash-white);
    border: 1px solid var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-radius-xl);
    box-shadow: var(--np-woo-dash-shadow-sm);
}

.np-account-dashboard-card::after {
    position: absolute;
    inset-block-start: -75px;
    inset-inline-end: -75px;
    width: 150px;
    height: 150px;
    content: "";
    background: radial-gradient(circle, rgba(var(--np-woo-dash-teal-rgb), .12), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.np-account-dashboard-card-head {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-block-end: 16px;
}

.np-account-dashboard-card-head h3 {
    margin: 0;
    color: var(--np-woo-dash-heading);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.35;
}

.np-account-dashboard-card-head a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    color: var(--np-woo-dash-primary);
    font-size: 12px;
    font-weight: 900;
    background: rgba(var(--np-woo-dash-primary-rgb), .08);
    border-radius: var(--np-woo-dash-pill);
}

.np-account-order-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.np-account-order-item a {
    display: grid;
    gap: 7px;
    padding: 14px;
    color: var(--np-woo-dash-text);
    background: var(--np-woo-dash-bg);
    border: 1px solid var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-radius-lg);
    transition: transform var(--np-woo-dash-transition), border-color var(--np-woo-dash-transition), box-shadow var(--np-woo-dash-transition);
}

.np-account-order-item a:hover,
.np-account-order-item a:focus {
    border-color: rgba(var(--np-woo-dash-primary-rgb), .34);
    box-shadow: var(--np-woo-dash-shadow-sm);
    transform: translateY(-2px);
}

.np-account-order-number {
    color: var(--np-woo-dash-heading);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.45;
}

.np-account-order-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    color: var(--np-woo-dash-muted);
    font-size: 12px;
    font-weight: 750;
}

.np-account-order-meta strong {
    color: var(--np-woo-dash-primary);
    font-size: 13px;
    font-weight: 950;
}

.np-account-download-slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.np-account-download-slide {
    height: auto;
}

.np-account-download-card {
    display: grid;
    gap: 12px;
    min-height: 172px;
    padding: 18px;
    color: var(--np-woo-dash-text);
    background:
        radial-gradient(circle at top left, rgba(var(--np-woo-dash-lime-rgb), .18), transparent 8rem),
        var(--np-woo-dash-bg);
    border: 1px solid var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-radius-lg);
}

.np-account-download-label {
    display: inline-flex;
    width: max-content;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    color: #365314;
    font-size: 11px;
    font-weight: 950;
    background: rgba(var(--np-woo-dash-lime-rgb), .22);
    border: 1px solid rgba(var(--np-woo-dash-lime-rgb), .38);
    border-radius: var(--np-woo-dash-pill);
}

.np-account-download-card h4 {
    margin: 0;
    color: var(--np-woo-dash-heading);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.55;
}

.np-account-download-action {
    display: inline-flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    margin-block-start: auto;
    padding: 7px 13px;
    color: var(--np-woo-dash-white);
    font-size: 12px;
    font-weight: 900;
    background: var(--np-woo-dash-gradient-primary);
    border-radius: var(--np-woo-dash-pill);
    box-shadow: var(--np-woo-dash-shadow-primary);
}

.np-account-download-slider-controls {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-block-start: 12px;
}

.np-account-swiper-prev,
.np-account-swiper-next {
    position: relative;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: var(--np-woo-dash-white);
    border: 1px solid var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-pill);
    box-shadow: var(--np-woo-dash-shadow-xs);
}

.np-account-swiper-prev::before,
.np-account-swiper-next::before {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    width: 9px;
    height: 9px;
    content: "";
    border-block-start: 2px solid var(--np-woo-dash-primary);
    border-inline-end: 2px solid var(--np-woo-dash-primary);
}

.np-account-swiper-prev::before {
    transform: translate(-35%, -50%) rotate(45deg);
}

.np-account-swiper-next::before {
    transform: translate(-65%, -50%) rotate(225deg);
}

[dir="ltr"] .np-account-swiper-prev::before {
    transform: translate(-65%, -50%) rotate(225deg);
}

[dir="ltr"] .np-account-swiper-next::before {
    transform: translate(-35%, -50%) rotate(45deg);
}

.np-account-empty-state {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 142px;
    place-items: center;
    padding: 22px;
    color: var(--np-woo-dash-muted);
    text-align: center;
    background: var(--np-woo-dash-bg);
    border: 1px dashed var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-radius-lg);
}

.np-account-empty-state p {
    max-width: 440px;
    margin: 0;
    color: inherit;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.8;
}

.np-account-dashboard-extension-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.np-account-dashboard-extension-card {
    min-height: 140px;
    padding: 18px;
    background: var(--np-woo-dash-bg);
    border: 1px solid var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-radius-xl);
}

.np-account-dashboard-extension-card:empty {
    display: none;
}

.np-account-dashboard-seller-shell {
    background:
        radial-gradient(circle at 14% 10%, rgba(var(--np-woo-dash-lime-rgb), .16), transparent 16rem),
        radial-gradient(circle at 84% 0%, rgba(var(--np-woo-dash-teal-rgb), .14), transparent 18rem),
        rgba(255, 255, 255, .94);
}

.np-account-seller-status {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 13px;
    font-size: 12px;
    font-weight: 950;
    border-radius: var(--np-woo-dash-pill);
}

.np-account-seller-status-approved {
    color: #365314;
    background: rgba(var(--np-woo-dash-lime-rgb), .22);
    border: 1px solid rgba(var(--np-woo-dash-lime-rgb), .42);
}

.np-account-seller-status-pending {
    color: #92400e;
    background: #fef3c7;
    border: 1px solid rgba(245, 158, 11, .32);
}

.np-account-seller-status-rejected,
.np-account-seller-status-disabled {
    color: #991b1b;
    background: #fee2e2;
    border: 1px solid rgba(220, 38, 38, .26);
}

.np-account-dashboard-seller-content {
    display: grid;
    gap: 18px;
}

.np-account-dashboard-seller-content:empty::before {
    display: grid;
    min-height: 180px;
    place-items: center;
    padding: 26px;
    color: var(--np-woo-dash-muted);
    text-align: center;
    content: attr(data-empty);
    background: var(--np-woo-dash-bg);
    border: 1px dashed var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-radius-xl);
}

.np-account-dashboard .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.np-account-dashboard .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}

.np-account-dashboard .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.np-account-dashboard .woocommerce-MyAccount-navigation-link a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    color: var(--np-woo-dash-muted);
    font-size: 13px;
    font-weight: 850;
    background: transparent;
    border-radius: var(--np-woo-dash-radius-md);
}

.np-account-dashboard .woocommerce-MyAccount-navigation-link.is-active a,
.np-account-dashboard .woocommerce-MyAccount-navigation-link a:hover {
    color: var(--np-woo-dash-primary);
    background: rgba(var(--np-woo-dash-primary-rgb), .08);
}

.np-account-dashboard .woocommerce-info,
.np-account-dashboard .woocommerce-message,
.np-account-dashboard .woocommerce-error {
    padding: 16px 18px;
    margin: 0 0 18px;
    color: var(--np-woo-dash-text);
    background: var(--np-woo-dash-white);
    border: 1px solid var(--np-woo-dash-border);
    border-inline-start: 4px solid var(--np-woo-dash-primary);
    border-radius: var(--np-woo-dash-radius-lg);
    box-shadow: var(--np-woo-dash-shadow-sm);
}

.np-account-dashboard .woocommerce-error {
    border-inline-start-color: var(--np-woo-dash-danger);
}

.np-account-dashboard .woocommerce-message {
    border-inline-start-color: var(--np-woo-dash-success);
}

.np-account-dashboard table.shop_table,
.woocommerce-account table.shop_table {
    overflow: hidden;
    background: var(--np-woo-dash-white);
    border: 1px solid var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-radius-xl);
    box-shadow: var(--np-woo-dash-shadow-sm);
}

.np-account-dashboard table.shop_table th,
.woocommerce-account table.shop_table th {
    color: var(--np-woo-dash-heading);
    font-weight: 950;
    background: var(--np-woo-dash-bg);
}

.np-account-dashboard table.shop_table td,
.np-account-dashboard table.shop_table th,
.woocommerce-account table.shop_table td,
.woocommerce-account table.shop_table th {
    padding: 14px 16px;
    border-color: var(--np-woo-dash-soft);
}

.np-account-dashboard .button,
.woocommerce-account .woocommerce-MyAccount-content .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 15px;
    color: var(--np-woo-dash-white);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    background: var(--np-woo-dash-primary);
    border: 1px solid var(--np-woo-dash-primary);
    border-radius: var(--np-woo-dash-pill);
    box-shadow: var(--np-woo-dash-shadow-primary);
    transition: transform var(--np-woo-dash-transition), background-color var(--np-woo-dash-transition), border-color var(--np-woo-dash-transition), box-shadow var(--np-woo-dash-transition);
}

.np-account-dashboard .button:hover,
.np-account-dashboard .button:focus,
.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:focus {
    color: var(--np-woo-dash-white);
    background: var(--np-woo-dash-sky);
    border-color: var(--np-woo-dash-sky);
    box-shadow: var(--np-woo-dash-shadow-sky);
    transform: translateY(-1px);
}

.np-account-dashboard input[type="text"],
.np-account-dashboard input[type="email"],
.np-account-dashboard input[type="password"],
.np-account-dashboard input[type="tel"],
.np-account-dashboard input[type="number"],
.np-account-dashboard input[type="url"],
.np-account-dashboard select,
.np-account-dashboard textarea,
.woocommerce-account .woocommerce-MyAccount-content input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content input[type="tel"],
.woocommerce-account .woocommerce-MyAccount-content input[type="number"],
.woocommerce-account .woocommerce-MyAccount-content input[type="url"],
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .woocommerce-MyAccount-content textarea {
    width: 100%;
    min-height: 44px;
    color: var(--np-woo-dash-text);
    font-family: var(--np-woo-dash-font);
    background: var(--np-woo-dash-white);
    border: 1px solid var(--np-woo-dash-border);
    border-radius: var(--np-woo-dash-radius-md);
    box-shadow: none;
}

.np-account-dashboard input:focus,
.np-account-dashboard select:focus,
.np-account-dashboard textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content input:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus {
    border-color: var(--np-woo-dash-sky);
    box-shadow: 0 0 0 3px rgba(var(--np-woo-dash-sky-rgb), .22);
    outline: none;
}

@media (max-width: 1199px) {
    .np-account-dashboard-layout {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 22px;
    }

    .np-account-dashboard-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .np-account-dashboard-hero-actions {
        justify-content: flex-start;
        max-width: none;
    }

    .np-account-dashboard-extension-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .np-account-dashboard-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .np-account-dashboard-sidebar {
        position: relative;
        inset-block-start: auto;
    }

    .np-account-dashboard-mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .np-account-dashboard-sidebar-inner {
        display: none;
        margin-block-start: 12px;
    }

    .np-account-dashboard-sidebar-inner.is-open {
        display: grid;
    }

    .np-account-dashboard-two-columns {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .np-account-dashboard {
        gap: 20px;
    }

    .np-account-dashboard-hero {
        min-height: auto;
        padding: 22px;
        border-radius: var(--np-woo-dash-radius-xl);
    }

    .np-account-dashboard-profile {
        align-items: flex-start;
        flex-direction: column;
    }

    .np-account-avatar {
        width: 78px;
        height: 78px;
        border-radius: 24px;
    }

    .np-account-avatar-image {
        border-radius: 18px;
    }

    .np-account-dashboard-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .np-account-quick-action {
        width: 100%;
    }

    .np-account-dashboard-switcher {
        display: grid;
        width: 100%;
        border-radius: var(--np-woo-dash-radius-xl);
    }

    .np-account-dashboard-switch {
        width: 100%;
    }

    .np-account-dashboard-section {
        padding: 18px;
        border-radius: var(--np-woo-dash-radius-xl);
    }

    .np-account-dashboard-section-head {
        flex-direction: column;
    }

    .np-account-dashboard-extension-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .np-account-order-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .np-account-profile-title {
        font-size: 25px;
    }

    .np-account-dashboard-section-head h2 {
        font-size: 21px;
    }

    .np-account-stat-card,
    .np-account-dashboard-card,
    .np-account-dashboard-sidebar-card {
        border-radius: var(--np-woo-dash-radius-lg);
    }

    .np-account-profile-badges {
        align-items: stretch;
        flex-direction: column;
    }

    .np-account-profile-badge {
        justify-content: center;
        width: 100%;
    }

    .np-account-dashboard-card-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .np-account-dashboard *,
    .np-account-dashboard *::before,
    .np-account-dashboard *::after {
        animation-duration: 1ms !important;
        animation-delay: 0ms !important;
        transition-duration: 1ms !important;
        transition-delay: 0ms !important;
        scroll-behavior: auto !important;
    }

    .np-account-quick-action:hover,
    .np-account-stat-card:hover,
    .np-account-order-item a:hover,
    .np-account-dashboard .button:hover {
        transform: none;
    }
}