main {
    min-height: 90vh;
    width: 100%;
}

.customer-app {
    background-color: #fffaf5;
    color: #1f2937;
}

.customer-app main {
    display: block;
}

.nav,
.search-area,
footer,
.header {
    background-color: #f47216;
}

.marketplace-navbar {
    min-height: 72px;
    padding-block: 8px;
    box-shadow: 0 8px 24px rgba(124, 45, 18, .14);
}

.marketplace-navbar .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px !important;
    border-radius: 12px;
    color: rgba(255, 255, 255, .86) !important;
    font-weight: 700;
}

.marketplace-navbar .nav-link:hover,
.marketplace-navbar .nav-link.active {
    color: #fff !important;
    background: rgba(255, 255, 255, .16);
}

.marketplace-account-trigger {
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .1);
}

.account-hub-modal .modal-content {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(67, 31, 10, .28);
}

.account-hub-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    color: #fff;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
}

.account-hub-hero {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px;
    color: #fff;
    background: radial-gradient(circle at top right, rgba(255, 224, 180, .42), transparent 36%), linear-gradient(135deg, #d95d00, #f58a1f);
}

.account-hub-avatar {
    display: inline-grid;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    place-items: center;
    color: #d95d00;
    background: #fff;
    border-radius: 18px;
    font-size: 24px;
    font-weight: 900;
}

.account-hub-hero small,
.account-hub-hero h2,
.account-hub-hero p {
    display: block;
    margin: 0;
}

.account-hub-hero small {
    color: rgba(255, 255, 255, .7);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.account-hub-hero h2 {
    margin-top: 4px;
    font-size: 1.35rem;
    font-weight: 850;
}

.account-hub-hero p {
    margin-top: 5px;
    color: rgba(255, 255, 255, .78);
    font-size: .82rem;
}

.account-hub-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 20px;
}

.account-hub-grid a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    color: #374151;
    background: #fffaf5;
    border: 1px solid rgba(244, 114, 22, .13);
    border-radius: 16px;
    text-decoration: none;
}

.account-hub-grid a:hover {
    color: #9a3412;
    background: #fff3e8;
    transform: translateY(-1px);
}

.account-hub-grid i {
    display: inline-grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    color: #ea580c;
    background: #fff;
    border-radius: 11px;
}

.account-hub-grid span,
.account-hub-grid strong,
.account-hub-grid small {
    display: block;
}

.account-hub-grid strong {
    font-size: .82rem;
}

.account-hub-grid small {
    margin-top: 3px;
    color: #8a94a4;
    font-size: .65rem;
}

.account-hub-logout {
    padding: 0 20px 20px;
}

.account-hub-logout button {
    width: 100%;
    padding: 11px;
    color: #9a3412;
    background: #fff;
    border: 1px solid rgba(244, 114, 22, .2);
    border-radius: 12px;
    font-weight: 800;
}

.account-hub-guest-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px;
}

.seller-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 7px;
    color: #9a3412;
    background: #fff1df;
    border: 1px solid rgba(244, 114, 22, .2);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 850;
    white-space: nowrap;
}

.search-area,
.header {
    min-height: 25vh;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: white;
}

/* .btn {
    border-radius: 0px;
} */

.logo {
    border-radius: 5px;
    height: 50px;
    width: 50px;
}

.logo-sm {
    border-radius: 10px;
    height: 40px;
    width: 40px;
}

.search-input {
    border-radius: 20px;
    background-color: white;
    padding: 3px;
    margin: 0px;
    color: black;
    cursor: pointer;
    text-decoration: none;
}

.search-input input,
.search-input span {
    width: 90px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
}

/*
.category-name {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: small;
}

.category-name i {
    font-size: smaller;
}

.category-name::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0));
} */

.side-categories-container {
    margin-top: -90px;
    padding-top: 120px;
}

.side-categories {
    height: 85vh;
    border: 1px solid orangered;
    border-radius: 14px;
    background-color: #fff;
    scrollbar-width: none;
    overflow: auto;
    top: 80px;
    z-index: 0;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.side-categories-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}

/* .header {} */

.featured-image {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.masonry {
    column-count: 4;
    column-gap: .25rem;
}

.i-5 {
    column-count: 5;
}

.i-6 {
    column-count: 6;
}

.masonry .card {
    display: inline-block;
    width: 100%;
    margin-bottom: .25rem;
}

@media (max-width: 768px) {
    .masonry {
        column-count: 2;
    }
}


.price {
    color: #f47216;
}

.item-card {
    background-color: #fff;
    border: 1px solid rgba(244, 114, 22, 0.14);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
    transition: transform .18s ease, box-shadow .18s ease;
}

.item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.item-card .card-body {
    padding: 0.85rem;
}

.item-card .card-img-top {
    background-color: #fff7ed;
}

.item-card-location {
    color: #6b7280;
}

.link {
    text-decoration: none;
    color: inherit;
}

.item-carousel-image {
    height: 70vh;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: #f47216 0px -10px;
}

.item-carousel-indicator-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    border: #f47216 1px;
}

.carousel-indicators-custom {
    height: 100px;
    position: relative;
    top: -100px;
    z-index: 1000;

}

.border-none {
    border: none;
}

@media (max-width: 768px) {
    .side-categories {
        height: auto;
    }

    .item-card .card-body {
        padding: 0.75rem;
    }
}

@media (max-width: 575px) {
    .account-hub-modal .modal-dialog {
        margin: 12px;
    }

    .account-hub-grid {
        grid-template-columns: 1fr;
    }
}

.account-hero {
    padding: 56px 0 42px;
    background:
        radial-gradient(circle at top left, rgba(255, 237, 213, 0.45), transparent 28%),
        linear-gradient(135deg, #f47216 0%, #ea580c 100%);
    color: #fff;
}

.account-hero__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.account-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.account-hero h1 {
    margin: 8px 0 10px;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
}

.account-hero p {
    margin: 0;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.88);
}

.account-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.account-eyebrow--orange {
    color: #c2410c;
}

.account-card,
.account-form-shell {
    border: 1px solid rgba(244, 114, 22, 0.14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.account-card {
    padding: 24px;
}

.account-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.account-card__header h2 {
    margin: 8px 0 0;
    font-size: 1.5rem;
    font-weight: 800;
}

.auth-shell {
    max-width: 760px;
    margin: 0 auto;
}

.account-auth-page {
    background:
        linear-gradient(180deg, #fff7ed 0%, #fffaf5 40%, #ffffff 100%);
}

.account-auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 470px);
    gap: 24px;
    align-items: stretch;
}

.account-auth-side,
.account-auth-card {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.account-auth-side {
    padding: 42px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 30%),
        linear-gradient(135deg, #f97316 0%, #ea580c 60%, #c2410c 100%);
    color: #fff;
}

.account-auth-side h1 {
    margin: 10px 0 14px;
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.account-auth-side p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.88);
}

.account-auth-points {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.account-auth-points > div {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.account-auth-points strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.02rem;
}

.account-auth-points span {
    color: rgba(255, 255, 255, 0.82);
}

.account-auth-points--compact {
    margin-top: 0;
}

.account-auth-card {
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(244, 114, 22, 0.14);
}

.account-auth-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.account-auth-card__header h2 {
    margin: 8px 0 0;
    font-size: 1.9rem;
    font-weight: 800;
}

.account-auth-kicker {
    color: #c2410c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.account-auth-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.auth-card {
    padding: 28px;
}

.auth-form {
    display: grid;
    gap: 18px;
}

.auth-divider {
    position: relative;
    margin: 22px 0;
    text-align: center;
}

.auth-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(244, 114, 22, 0.18);
}

.auth-divider span {
    position: relative;
    padding: 0 14px;
    background: #fff;
    color: #9ca3af;
}

.google-signin-host {
    display: flex;
    width: 100%;
    justify-content: center;
}

.account-social-stack {
    display: grid;
    gap: 12px;
    justify-items: center;
}

.account-social-button {
    display: inline-flex;
    width: min(320px, 100%);
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #111827;
    border-radius: 12px;
    color: #fff;
    background: #111827;
    font-weight: 800;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.account-social-button i,
.account-social-button svg {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.account-social-button:hover {
    color: #fff;
    background: #000;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.18);
    transform: translateY(-1px);
}

.auth-footer-copy {
    margin: 18px 0 0;
    text-align: center;
    color: #6b7280;
}

.account-form-shell {
    padding: 26px;
}

.account-form-grid {
    display: grid;
    gap: 22px;
}

.account-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #374151;
}

.account-form-group .form-control,
.account-form-group .form-select {
    min-height: 48px;
    border-radius: 14px;
    border-color: rgba(244, 114, 22, 0.16);
    box-shadow: none;
}

.account-form-group textarea.form-control {
    min-height: 140px;
}

.account-form-group .form-control:focus,
.account-form-group .form-select:focus {
    border-color: #f47216;
    box-shadow: 0 0 0 0.2rem rgba(244, 114, 22, 0.12);
}

.account-input-control {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    min-height: 50px;
    overflow: hidden;
    border: 1px solid rgba(244, 114, 22, 0.16);
    border-radius: 14px;
    background: #fff;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.account-input-control:focus-within {
    border-color: #f47216;
    box-shadow: 0 0 0 0.2rem rgba(244, 114, 22, 0.12);
}

.account-input-control .form-control {
    min-height: 50px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.account-input-control .form-control:focus {
    box-shadow: none;
}

.account-input-icon {
    display: grid;
    width: 46px;
    min-height: 50px;
    place-items: center;
    color: #9a3412;
    background: #fff7ed;
}

.account-input-icon i,
.account-input-icon svg {
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.account-toggle-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.account-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-weight: 700;
}

.account-toggle--light {
    background: #fff7ed;
}

.account-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}

.account-image-grid img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 14px;
}

.account-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 22px;
}

.account-alert {
    border-radius: 16px;
}

.account-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.account-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.8fr);
    gap: 24px;
    align-items: start;
}

.account-dashboard-page {
    background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.seller-dashboard-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 32px;
    margin-bottom: 24px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(251, 191, 36, 0.22), transparent 26%),
        linear-gradient(135deg, #fff7ed 0%, #ffedd5 62%, #ffffff 100%);
    border: 1px solid rgba(244, 114, 22, 0.14);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.seller-dashboard-hero__copy h1 {
    margin: 8px 0 10px;
    color: #7c2d12;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.seller-dashboard-hero__copy p {
    margin: 0;
    max-width: 700px;
    color: #7c2d12;
}

.seller-dashboard-hero__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.seller-dashboard-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.74fr);
    gap: 24px;
    align-items: start;
}

.seller-dashboard-main,
.seller-dashboard-sidebar {
    display: grid;
    gap: 24px;
}

.seller-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.seller-metric-card {
    padding: 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(244, 114, 22, 0.14);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.seller-metric-card span {
    display: block;
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.seller-metric-card strong {
    display: block;
    margin-top: 10px;
    color: #7c2d12;
    font-size: 2rem;
    font-weight: 900;
}

.seller-metric-card small {
    display: block;
    margin-top: 10px;
    color: #6b7280;
    font-size: 0.92rem;
}

.seller-dashboard-panel {
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(244, 114, 22, 0.14);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.seller-dashboard-panel--soft {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}

.seller-dashboard-panel--accent {
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.18), transparent 26%),
        linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%);
}

.seller-dashboard-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.seller-dashboard-panel__header h2,
.seller-dashboard-panel h2 {
    margin: 8px 0 8px;
    font-size: 1.65rem;
    font-weight: 900;
    color: #111827;
}

.seller-dashboard-panel__header p,
.seller-dashboard-panel p {
    margin: 0;
    color: #6b7280;
}

.seller-dashboard-inline-actions,
.seller-dashboard-stack-actions,
.seller-dashboard-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.seller-dashboard-stack-actions {
    flex-direction: column;
    margin-top: 18px;
}

.seller-list-table {
    border: 1px solid rgba(244, 114, 22, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.seller-dashboard-table {
    margin-bottom: 0;
}

.seller-dashboard-table thead th {
    background: #fff7ed;
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(244, 114, 22, 0.12);
}

.seller-dashboard-table tbody td {
    vertical-align: middle;
    border-top: 1px solid rgba(244, 114, 22, 0.08);
}

.seller-dashboard-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.seller-dashboard-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 14px;
    background: #fff7ed;
}

.seller-dashboard-item strong {
    display: block;
    font-weight: 800;
}

.seller-dashboard-muted {
    color: #6b7280;
    font-size: 0.92rem;
}

.seller-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #ffedd5;
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
}

.seller-status-badge--muted {
    background: #eceff3;
    color: #4b5563;
}

.seller-summary-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.seller-summary-list > div {
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff7ed;
}

.seller-summary-list span {
    display: block;
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.seller-summary-list strong {
    display: block;
    margin-top: 7px;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 800;
}

.seller-empty-block {
    display: grid;
    place-items: center;
    text-align: center;
    gap: 8px;
    padding: 20px;
}

.seller-empty-block h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 900;
}

.seller-empty-block p {
    margin: 0 0 10px;
    color: #6b7280;
}

.seller-dashboard-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr);
    gap: 24px;
    align-items: start;
}

.seller-dashboard-main,
.seller-dashboard-side {
    display: grid;
    gap: 24px;
}

.seller-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.seller-kpi-card {
    padding: 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(244, 114, 22, 0.14);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.seller-kpi-card span {
    display: block;
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.seller-kpi-card strong {
    display: block;
    margin-top: 10px;
    color: #7c2d12;
    font-size: 2rem;
    font-weight: 900;
}

.seller-kpi-card p {
    margin: 10px 0 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.seller-kpi-card--accent {
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.22), transparent 28%),
        linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
}

.seller-feature-card {
    background:
        radial-gradient(circle at top left, rgba(251, 191, 36, 0.18), transparent 28%),
        linear-gradient(135deg, #fff7ed 0%, #ffffff 70%);
}

.seller-feature-card__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.seller-feature-card__content h2 {
    margin: 8px 0;
    font-size: 1.9rem;
    font-weight: 900;
}

.seller-feature-card__content p {
    margin: 0;
    color: #7c2d12;
}

.seller-feature-card__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.seller-item-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.seller-item-card {
    overflow: hidden;
    border: 1px solid rgba(244, 114, 22, 0.12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.seller-item-card__image {
    position: relative;
    background: #fff7ed;
}

.seller-item-card__image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.seller-item-pill {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
}

.seller-item-pill--muted {
    color: #4b5563;
}

.seller-item-card__body {
    padding: 18px;
}

.seller-item-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.seller-item-card__top h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.35;
}

.seller-item-price {
    color: #c2410c;
    font-weight: 900;
    white-space: nowrap;
}

.seller-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.seller-item-meta span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 12px;
    font-weight: 700;
}

.seller-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.seller-item-actions form {
    margin: 0;
}

.seller-empty-state {
    display: grid;
    place-items: center;
    text-align: center;
    min-height: 280px;
    padding: 28px;
    border-radius: 20px;
    border: 1px dashed rgba(244, 114, 22, 0.3);
    background: #fff7ed;
}

.seller-empty-state h3 {
    margin-bottom: 8px;
    font-weight: 800;
}

.seller-empty-state p {
    color: #6b7280;
    margin-bottom: 18px;
}

.seller-side-card h2 {
    margin: 8px 0 18px;
    font-size: 1.55rem;
    font-weight: 900;
}

.seller-side-list {
    display: grid;
    gap: 12px;
}

.seller-side-list > div {
    padding: 14px;
    border-radius: 16px;
    background: #fff7ed;
}

.seller-side-list span {
    display: block;
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.seller-side-list strong {
    display: block;
    margin-top: 7px;
    color: #7c2d12;
    font-size: 1.1rem;
}

.seller-side-card--accent {
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.2), transparent 28%),
        linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%);
}

.seller-side-card--accent p {
    color: #7c2d12;
}

.seller-side-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.account-overview-main,
.account-overview-side {
    display: grid;
    gap: 24px;
}

.account-stat-card {
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(244, 114, 22, 0.14);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.account-stat-card span,
.account-summary-list span {
    display: block;
    color: #9a3412;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.account-stat-card strong {
    display: block;
    margin-top: 8px;
    font-size: 2rem;
    color: #7c2d12;
}

.account-summary-list {
    display: grid;
    gap: 12px;
}

.account-summary-list > div {
    padding: 14px;
    border-radius: 14px;
    background: #fff7ed;
}

.account-summary-list strong {
    display: block;
    margin-top: 8px;
    color: #7c2d12;
    font-size: 1.1rem;
}

.account-cta-card {
    background:
        linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%);
}

.account-cta-card p {
    color: #7c2d12;
}

.account-listing-table {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(244, 114, 22, 0.1);
}

.account-table {
    margin-bottom: 0;
}

.account-table thead th {
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.account-item-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.account-item-cell img {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    object-fit: cover;
}

.account-badge {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffedd5;
    color: #9a3412;
    font-size: 12px;
    font-weight: 700;
}

.account-badge--muted {
    background: #e5e7eb;
    color: #4b5563;
}

.account-table-actions {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.account-table-actions form {
    margin: 0;
}

.seller-entry-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.45fr);
    gap: 24px;
    align-items: start;
}

.seller-entry-side {
    position: sticky;
    top: 96px;
}

.seller-entry-guide h2,
.seller-entry-header h2 {
    margin: 8px 0 0;
    font-size: 1.8rem;
    font-weight: 800;
}

.seller-entry-form {
    padding: 0;
    overflow: hidden;
}

.seller-entry-header {
    padding: 28px 28px 8px;
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.2), transparent 24%),
        linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(244, 114, 22, 0.08);
}

.seller-entry-form .account-form-grid {
    padding: 22px;
}

.seller-entry-form .account-form-actions {
    padding: 0 22px 22px;
}

@media (max-width: 991px) {
    .account-hero__content,
    .account-stat-grid {
        grid-template-columns: 1fr;
        display: grid;
    }

    .account-auth-layout,
    .account-overview-grid,
    .seller-entry-layout,
    .seller-dashboard-shell,
    .seller-kpi-grid,
    .seller-item-grid,
    .seller-dashboard-layout,
    .seller-dashboard-metrics {
        grid-template-columns: 1fr;
    }

    .seller-entry-side {
        position: static;
    }
}

@media (max-width: 767px) {
    .account-card,
    .account-form-shell,
    .auth-card {
        padding: 18px;
        border-radius: 18px;
    }

    .account-form-actions,
    .account-card__header,
    .account-hero__content,
    .account-auth-card__header,
    .seller-feature-card__content,
    .seller-dashboard-panel__header,
    .seller-dashboard-hero {
        flex-direction: column;
        align-items: stretch;
    }

    .account-stat-grid {
        grid-template-columns: 1fr;
    }

    .account-auth-side,
    .account-auth-card {
        padding: 20px;
        border-radius: 20px;
    }

    .seller-entry-header,
    .seller-entry-form .account-form-grid,
    .seller-entry-form .account-form-actions {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.how-sell-dashboard-page .seller-dashboard-hero__copy h1 {
    font-size: clamp(2.1rem, 4vw, 3rem);
}

.how-sell-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.how-sell-info-card {
    padding: 22px;
    border: 1px solid rgba(244, 114, 22, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}

.how-sell-info-card__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 12px;
    background: #fff7ed;
    color: #ea580c;
}

.how-sell-info-card h3,
.how-sell-timeline__item h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 800;
}

.how-sell-info-card p,
.how-sell-timeline__item p,
.how-sell-safety-stack p {
    margin: 0;
    color: #6b7280;
}

.how-sell-timeline {
    display: grid;
    gap: 14px;
}

.how-sell-timeline__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 1px solid rgba(244, 114, 22, 0.1);
    border-radius: 18px;
    background: #fff;
}

.how-sell-timeline__number {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f97316;
    color: #fff;
    font-weight: 800;
}

.how-sell-table-shell {
    border: 1px solid rgba(244, 114, 22, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.how-sell-table {
    margin-bottom: 0;
}

.how-sell-table tbody td {
    vertical-align: middle;
}

.how-sell-sidebar-list {
    display: grid;
    gap: 14px;
}

.how-sell-sidebar-list div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(244, 114, 22, 0.08);
}

.how-sell-sidebar-list span {
    color: #4b5563;
}

.how-sell-sidebar-list strong {
    color: #9a3412;
    font-size: 0.95rem;
    font-weight: 800;
}

.how-sell-safety-stack {
    display: grid;
    gap: 14px;
}

.how-sell-safety-stack div {
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(244, 114, 22, 0.1);
}

.how-sell-safety-stack strong {
    display: block;
    margin-bottom: 6px;
    color: #9a3412;
}

@media (max-width: 991px) {
    .how-sell-card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .how-sell-timeline__item,
    .how-sell-sidebar-list div {
        grid-template-columns: 1fr;
    }
}
/* Deep-orange account command panel */
.customer-app .btn-success,
.customer-app .btn-warning {
    color: #fff;
    background: #c2410c;
    border-color: #c2410c;
}
.customer-app .btn-success:hover,
.customer-app .btn-warning:hover { color: #fff; background: #9a3412; border-color: #9a3412; }
.customer-app .account-hub-modal { padding: 16px !important; }
.customer-app .account-hub-modal .modal-dialog { width: min(880px, calc(100vw - 24px)); max-width: 880px; margin-inline: auto; }
.customer-app .account-hub-modal .modal-content { position: relative; overflow: hidden; padding: 0; background: #fff; border: 1px solid rgba(154,52,18,.14); border-radius: 28px; box-shadow: 0 30px 90px rgba(67,31,10,.34); }
.customer-app .account-hub-modal.show { display: grid !important; place-items: center; }
.customer-app .account-hub-hero { padding: 30px 32px 26px; background: radial-gradient(circle at top right, rgba(255,224,180,.34), transparent 38%), linear-gradient(135deg, #7c2d12, #c2410c 58%, #ea580c); }
.account-hub-identity { min-width: 0; flex: 1; }
.account-hub-sell { display: inline-flex; align-items: center; gap: 7px; padding: 10px 13px; color: #7c2d12; background: #fff; border-radius: 12px; text-decoration: none; font-size: .76rem; font-weight: 850; white-space: nowrap; }
.account-hub-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0,.55fr)) minmax(220px,1.5fr); gap: 1px; margin: -1px 20px 0; overflow: hidden; background: #f4d8c7; border: 1px solid #f4d8c7; border-radius: 0 0 18px 18px; }
.account-hub-stats > div { padding: 14px 16px; background: #fff8f3; }
.account-hub-stats span, .account-hub-stats strong, .account-hub-stats small { display: block; }
.account-hub-stats span { color: #9a6c55; font-size: .62rem; font-weight: 800; }
.account-hub-stats strong { margin-top: 4px; color: #7c2d12; font-size: 1rem; font-weight: 900; }
.account-hub-stats small { margin-top: 3px; color: #a18272; font-size: .58rem; }
.account-hub-plan strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.customer-app .account-hub-grid { padding: 20px 20px 14px; }
.customer-app .account-hub-grid a { box-shadow: 0 8px 20px rgba(124,45,18,.04); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.customer-app .account-hub-grid a:hover { box-shadow: 0 12px 24px rgba(124,45,18,.1); }
.account-hub-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 20px 20px; border-top: 1px solid #f4e4da; }
.account-hub-footer > a { color: #9a3412; text-decoration: none; font-size: .72rem; font-weight: 800; }
.account-hub-footer .account-hub-logout { padding: 0; margin: 0; }
.account-hub-footer .account-hub-logout button { width: auto; padding: 9px 13px; }
.seller-package-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 14px 0; }
.seller-package-stats > div:not(.seller-package-progress) { padding: 10px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; }
.seller-package-stats span, .seller-package-stats strong { display: block; }
.seller-package-stats span { font-size: .62rem; opacity: .72; }
.seller-package-stats strong { margin-top: 4px; font-size: .82rem; }
.seller-package-progress { grid-column: 1 / -1; height: 6px; overflow: hidden; background: rgba(255,255,255,.18); border-radius: 999px; }
.seller-package-progress span { height: 100%; background: #fff; border-radius: inherit; }
@media (max-width: 650px) {
    .customer-app .account-hub-modal { padding: 8px !important; }
    .customer-app .account-hub-hero { align-items: flex-start; padding: 24px 20px 20px; }
    .account-hub-sell { display: none; }
    .account-hub-stats { grid-template-columns: repeat(3,1fr); margin-inline: 10px; }
    .account-hub-plan { grid-column: 1 / -1; }
    .customer-app .account-hub-grid { grid-template-columns: 1fr; padding-inline: 10px; }
    .account-hub-footer { padding-inline: 12px; }
    .seller-package-stats { grid-template-columns: 1fr; }
}
