* {
    box-sizing: border-box;
}

.client-status-wrap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.client-status-flow-btn {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #eef5ff;
    color: #1858cf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.client-status-flow-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-status-flow-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.54);
}

.client-status-flow-card {
    width: min(420px, 100%);
    max-height: 82vh;
    overflow: auto;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
}

.client-status-flow-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.client-status-flow-head strong,
.client-status-flow-head span {
    display: block;
}

.client-status-flow-head strong {
    color: #111827;
    font-size: 18px;
}

.client-status-flow-head span {
    margin-top: 4px;
    color: #6b7280;
    font-size: 12px;
}

.client-status-flow-head button {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    font-size: 18px;
    cursor: pointer;
}

.client-status-flow-list {
    display: grid;
    gap: 10px;
}

.client-status-flow-step {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 12px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e5ebf5;
}

.client-status-flow-step > span {
    width: 14px;
    height: 14px;
    margin-top: 4px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    background: #ffffff;
}

.client-status-flow-step.active > span {
    border-color: #1fb76a;
    background: #1fb76a;
}

.client-status-flow-step strong,
.client-status-flow-step em {
    display: block;
}

.client-status-flow-step strong {
    color: #111827;
    font-size: 14px;
}

.client-status-flow-step em {
    margin-top: 3px;
    color: #6b7280;
    font-size: 12px;
    font-style: normal;
}

body {
    margin: 0;
    font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
    background: #f6f8fc;
    color: #111827;
}

a {
    color: inherit;
    text-decoration: none;
}

.client-shell {
    min-height: 100vh;
    padding: 28px 16px 40px;
    background:
        radial-gradient(circle at top left, rgba(30, 92, 214, 0.08), transparent 32%),
        linear-gradient(180deg, #fbfcff 0%, #f4f7fc 100%);
}

.client-card {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #dde5f2;
    border-radius: 24px;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.client-head {
    padding: 26px 28px 18px;
    border-bottom: 1px solid #e5eaf3;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
}

.client-title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}

.client-subtitle {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.client-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #e8f0ff;
    color: #1858cf;
    font-size: 13px;
    font-weight: 700;
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 22px 28px 28px;
}

.client-module {
    padding: 18px;
    border: 1px solid #e5eaf3;
    border-radius: 18px;
    background: #f9fbff;
}

.client-module h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.client-module p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}

.client-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0 28px 28px;
}

.client-btn {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid #cfd9eb;
    background: #ffffff;
    color: #1f2937;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.client-btn.primary {
    background: #1858cf;
    border-color: #1858cf;
    color: #ffffff;
}

@media (max-width: 900px) {
    .client-grid {
        grid-template-columns: 1fr;
    }
}

.client-home-body {
    background: #edf2fb;
    font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
    color: #1f2a44;
    overflow-x: hidden;
}

.merchant-error-body {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.96), rgba(242, 243, 248, 0.92) 45%, #ececf2 100%);
    font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
    color: #1f2937;
}

.merchant-error-shell {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 10px;
}

.merchant-error-card {
    width: 100%;
    max-width: 430px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 22px;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
    padding: 24px 22px 20px;
    text-align: center;
}

.merchant-error-illustration {
    position: relative;
    width: 124px;
    height: 124px;
    margin: 0 auto 18px;
}

.merchant-error-circle {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f0f1f6 0%, #e7e8ee 100%);
    color: #a5a9b4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.merchant-error-circle svg,
.merchant-error-badge svg {
    width: 44px;
    height: 44px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.merchant-error-badge {
    position: absolute;
    right: 2px;
    bottom: 4px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffd7d2;
    color: #ef5b4d;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 16px rgba(239, 91, 77, 0.18);
}

.merchant-error-badge svg {
    width: 16px;
    height: 16px;
}

.merchant-error-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    color: #151b28;
}

.merchant-error-subtitle {
    margin: 0 auto 18px;
    max-width: 310px;
    font-size: 15px;
    line-height: 1.7;
    color: #5f6778;
}

.merchant-error-reason-card {
    border-radius: 16px;
    background: linear-gradient(180deg, #f5f6fb 0%, #efeff6 100%);
    padding: 16px 16px 12px;
    text-align: left;
}

.merchant-error-reason-title {
    font-size: 13px;
    font-weight: 800;
    color: #4d5566;
    margin-bottom: 10px;
}

.merchant-error-reason-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.merchant-error-reason-list li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.7;
    color: #5d6678;
}

.merchant-error-reason-list li + li {
    margin-top: 6px;
}

.merchant-error-reason-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7b879b;
    box-shadow: 0 0 0 3px rgba(123, 135, 155, 0.14);
}

.merchant-error-code {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.6;
    color: #7c8494;
}

.merchant-error-code strong {
    color: #42516a;
    font-weight: 800;
}

.merchant-error-actions {
    margin-top: 18px;
    display: flex;
    gap: 10px;
}

.merchant-error-btn {
    min-height: 44px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.merchant-error-btn.primary {
    background: #1e5ece;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(30, 94, 206, 0.2);
}

.merchant-error-btn.secondary {
    background: #ffffff;
    color: #4b5b75;
    border: 1px solid #dbe3ef;
}

.client-home-shell {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 0;
    overflow-x: hidden;
}

.client-home-screen {
    width: 100%;
    max-width: 430px;
    min-height: 100vh;
    background: #ffffff;
    position: relative;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.home-header {
    height: 74px;
    padding: 16px 18px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #edf1f8;
}

.home-lang {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #4e7ed3;
    white-space: nowrap;
}

.home-lang-dropdown {
    position: relative;
    flex: 0 0 auto;
}

.home-lang-dropdown-hidden {
    visibility: hidden;
    pointer-events: none;
}

.home-lang-dropdown:not(.is-closed):hover .home-lang-menu,
.home-lang-dropdown:not(.is-closed):focus-within .home-lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.home-lang-icon,
.home-icon-btn,
.home-search-icon,
.home-category-icon,
.home-cart-btn,
.home-bottom-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-lang-icon svg,
.home-icon-btn svg,
.home-search-icon svg,
.home-category-icon svg,
.home-cart-btn svg,
.home-bottom-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-lang-icon {
    width: 20px;
    height: 20px;
}

.home-brand {
    margin: 0;
    flex: 1;
    text-align: center;
    font-size: 25px;
    line-height: 1;
    font-weight: 800;
    color: #4f78bf;
    letter-spacing: -0.04em;
}

.home-lang-caret {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-lang-caret svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-lang-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 128px;
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e4ebf5;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.18s ease;
    z-index: 20;
}

html[dir="rtl"] .home-lang-menu {
    left: auto;
    right: 0;
}

.home-lang-option {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #42526d;
}

.home-lang-option + .home-lang-option {
    margin-top: 4px;
}

.home-lang-option.active,
.home-lang-option:hover {
    background: #edf4ff;
    color: #205fd3;
}

.home-icon-btn {
    width: 24px;
    height: 24px;
    color: #6b7b95;
}

.home-main {
    padding: 16px 0 122px;
}

.home-debug-banner {
    margin: 0 16px 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-debug-pill {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 14px;
    background: #eef4ff;
    border: 1px dashed #bdd1f3;
    color: #2956ad;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
}

.home-search-panel,
.home-section,
.home-hero-card {
    margin-left: 16px;
    margin-right: 16px;
}

.home-search-box {
    height: 50px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #edf1f7;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 10px;
}

.home-search-icon {
    width: 20px;
    height: 20px;
    color: #56657f;
    flex: 0 0 auto;
}

.home-search-input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    color: #324159;
    background: transparent;
}

.home-search-submit {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #edf4ff;
    color: #295fc3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
}

.home-search-submit svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-search-input::placeholder {
    color: #8e99ae;
}

.home-hero-card {
    position: relative;
    margin-top: 18px;
    min-height: 157px;
    border-radius: 23px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(252, 205, 62, 0.96) 0%, rgba(250, 218, 102, 0.85) 31%, rgba(20, 73, 164, 0.86) 72%, rgba(34, 92, 181, 0.98) 100%);
    box-shadow: 0 18px 34px rgba(31, 62, 115, 0.18);
}

.home-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)), radial-gradient(circle at 35% 82%, rgba(255, 255, 255, 0.18), transparent 35%);
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    padding: 18px 20px;
    max-width: 60%;
}

.home-hero-tag {
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.92);
}

.home-hero-copy h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 800;
    color: #ffffff;
}

.home-hero-btn {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 13px;
    background: #ffffff;
    color: #3760b4;
    font-size: 15px;
    font-weight: 700;
}

.home-hero-arrow {
    font-size: 18px;
    line-height: 1;
}

.home-hero-pattern {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-orb,
.hero-line {
    position: absolute;
    display: block;
}

.hero-orb-one {
    width: 170px;
    height: 170px;
    right: -18px;
    bottom: -42px;
    border-radius: 46px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-orb-two {
    width: 116px;
    height: 116px;
    right: 45px;
    top: 18px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-line {
    background: rgba(255, 255, 255, 0.16);
    transform: rotate(-38deg);
}

.hero-line-one {
    width: 210px;
    height: 1px;
    left: -10px;
    top: 34px;
}

.hero-line-two {
    width: 240px;
    height: 1px;
    left: 58px;
    top: 92px;
}

.hero-line-three {
    width: 190px;
    height: 1px;
    left: 112px;
    top: 42px;
}

.home-section {
    margin-top: 18px;
}

.home-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 12px;
    margin-bottom: 12px;
}

.home-section-head h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #1f2937;
    letter-spacing: -0.02em;
}

.home-link {
    margin-left: auto;
    display: inline-flex;
    justify-content: flex-end;
    text-align: right;
    font-size: 13px;
    font-weight: 700;
    color: #3b6fc3;
}

.home-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.home-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.home-category-icon {
    width: 66px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f3f5fb 0%, #eceff6 100%);
    color: #2659b5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.home-category-icon svg {
    width: 24px;
    height: 24px;
}

.home-category-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.home-category-placeholder {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background: rgba(38, 89, 181, 0.16);
    display: block;
}

.home-category-name {
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    color: #3f4a60;
    font-weight: 600;
    min-height: 31px;
    max-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}

.home-featured-section {
    margin-top: 24px;
}

.home-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.home-product-card {
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
    overflow: hidden;
}

.home-product-link,
.home-product-title-link {
    display: block;
}

.home-product-media {
    position: relative;
    height: 136px;
    overflow: hidden;
}

.home-product-photo-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f7f9fd 0%, #eef2f8 100%);
}

.home-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-product-image-empty {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    background: linear-gradient(180deg, #205dc4 0%, #153d8a 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
    box-shadow: 0 14px 24px rgba(32, 93, 196, 0.22);
}

.coffee-machine {
    background: radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.9), transparent 32%), linear-gradient(180deg, #fdfdfd 0%, #eceff5 100%);
}

.building-material {
    background: radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.6), transparent 25%), linear-gradient(180deg, #c9cac6 0%, #9fa29d 100%);
}

.home-stock-pill {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #ffcf40;
    color: #866100;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
}

.home-stock-pill.out {
    background: rgba(31, 41, 55, 0.82);
    color: #ffffff;
}

.home-product-art {
    position: absolute;
    inset: 0;
}

.art-machine .machine-body {
    position: absolute;
    left: 27px;
    bottom: 18px;
    width: 86px;
    height: 74px;
    border-radius: 8px 8px 10px 10px;
    background: linear-gradient(180deg, #fefefe 0%, #b4b8bf 45%, #f4f5f7 100%);
    border: 2px solid rgba(132, 137, 147, 0.45);
    box-shadow: 0 10px 18px rgba(96, 104, 118, 0.18);
}

.art-machine .machine-top {
    position: absolute;
    left: 33px;
    bottom: 74px;
    width: 78px;
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(180deg, #d5d8dd 0%, #8a8f99 100%);
}

.art-machine .machine-tray {
    position: absolute;
    left: 38px;
    bottom: 14px;
    width: 70px;
    height: 8px;
    border-radius: 6px;
    background: linear-gradient(180deg, #6e7682 0%, #a0a6af 100%);
}

.art-machine .machine-knob {
    position: absolute;
    left: 49px;
    bottom: 70px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #ffffff 0%, #aeb4bd 58%, #727882 100%);
    box-shadow: 26px 0 0 0 #d5d8de;
}

.art-panel .panel-stack {
    position: absolute;
    left: 25px;
    bottom: 32px;
    width: 96px;
    height: 46px;
    border-radius: 2px;
    background: linear-gradient(180deg, #f3f0ea 0%, #d0cdc5 100%);
    box-shadow: 0 10px 18px rgba(66, 64, 60, 0.18);
}

.art-panel .panel-shadow {
    position: absolute;
    left: 18px;
    bottom: 27px;
    width: 110px;
    height: 8px;
    background: rgba(80, 75, 70, 0.18);
    filter: blur(7px);
}

.art-panel .panel-base {
    position: absolute;
    left: 20px;
    bottom: 22px;
    width: 108px;
    height: 12px;
    background: linear-gradient(90deg, #866744 0 12%, transparent 12% 16%, #866744 16% 28%, transparent 28% 32%, #866744 32% 44%, transparent 44% 48%, #866744 48% 60%, transparent 60% 64%, #866744 64% 76%, transparent 76% 80%, #866744 80% 92%, transparent 92% 100%), linear-gradient(180deg, #b18a57 0%, #7d5d37 100%);
    border-radius: 2px;
}

.home-product-body {
    padding: 12px 12px 14px;
}

.home-product-category {
    min-height: 32px;
    font-size: 12px;
    line-height: 1.35;
    color: #5d677a;
    font-weight: 700;
}

.home-product-body h4 {
    margin: 4px 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #2d3546;
    font-weight: 700;
    min-height: 42px;
}

.home-product-meta {
    min-height: 18px;
    margin-bottom: 8px;
    color: #738197;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.home-product-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.home-price-box {
    min-width: 0;
}

.home-price {
    font-size: 18px;
    font-weight: 800;
    color: #1451ba;
    letter-spacing: -0.02em;
}

.home-unit {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 700;
    color: #748196;
}

.home-cart-btn {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #1451ba;
    color: #ffffff;
    flex: 0 0 auto;
    box-shadow: 0 10px 18px rgba(20, 81, 186, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
}

.home-cart-btn:hover {
    transform: translateY(-1px);
}

.home-cart-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

.home-cart-btn.disabled {
    background: #d7deea;
    box-shadow: none;
    cursor: not-allowed;
}

.home-cart-btn svg {
    width: 18px;
    height: 18px;
}

.home-load-more-wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
}

.home-load-more-btn {
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid #d9e2f0;
    background: #ffffff;
    color: #2459bd;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.05);
}

.home-load-more-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

.home-empty-state {
    grid-column: 1 / -1;
    min-height: 150px;
    padding: 18px 16px;
    border-radius: 20px;
    border: 1px dashed #cbd7ea;
    background: linear-gradient(180deg, #fbfcff 0%, #f4f7fc 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.home-empty-state strong {
    color: #1e2b43;
    font-size: 15px;
}

.home-empty-state span {
    color: #6d7a90;
    font-size: 12px;
    line-height: 1.6;
}

.client-empty-card {
    padding: 18px 16px;
}

.home-bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 430px;
    height: 72px;
    background: #ffffff;
    border-top: 1px solid #e8edf6;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 8px 10px 10px;
    box-shadow: 0 -10px 20px rgba(15, 23, 42, 0.05);
    z-index: 30;
}

.home-bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #55637c;
    font-size: 11px;
    font-weight: 600;
    position: relative;
}

.home-bottom-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.home-bottom-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
}

.home-bottom-item.active {
    color: #d29b00;
}

.home-bottom-item.active .home-bottom-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: transparent;
    color: #7f6200;
}

.home-cart-entry {
    position: relative;
}

.home-cart-count-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ff7a00;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 14px rgba(255, 122, 0, 0.28);
    pointer-events: none;
    transform: none;
}

.home-toast {
    position: fixed;
    left: 50%;
    bottom: 92px;
    transform: translateX(-50%) translateY(14px);
    width: calc(100% - 48px);
    max-width: 360px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 14px;
    background: rgba(17, 24, 39, 0.92);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 50;
    box-shadow: 0 14px 24px rgba(15, 23, 42, 0.22);
}

.home-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.home-toast.error {
    background: rgba(185, 28, 28, 0.92);
}

.checkout-toast {
    top: 84px;
    bottom: auto;
    transform: translateX(-50%) translateY(-14px);
}

.checkout-toast.show {
    transform: translateX(-50%) translateY(0);
}

.client-expired-login-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(15, 23, 42, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.client-expired-login-modal.show {
    opacity: 1;
    visibility: visible;
}

.client-expired-login-card {
    width: min(390px, 100%);
    padding: 24px;
    border-radius: 28px;
    background: #fffaf0;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.28);
    transform: translateY(14px) scale(0.98);
    transition: transform 0.2s ease;
}

.client-expired-login-modal.show .client-expired-login-card {
    transform: translateY(0) scale(1);
}

.client-expired-login-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f59e0b, #f97316);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 28px rgba(249, 115, 22, 0.28);
}

.client-expired-login-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-expired-login-card h3 {
    margin: 16px 0 8px;
    color: #111827;
    font-size: 22px;
}

.client-expired-login-card p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.65;
}

.client-expired-login-card p strong {
    color: #111827;
}

.client-expired-login-points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 20px;
}

.client-expired-login-points span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.13);
    color: #92400e;
    font-size: 11px;
    font-weight: 800;
}

.client-expired-login-actions {
    display: grid;
    gap: 10px;
}

.client-expired-login-actions button {
    width: 100%;
    min-height: 46px;
    border: 0;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.client-expired-login-primary {
    background: #111827;
    color: #ffffff;
}

.client-expired-login-secondary {
    background: #ffffff;
    color: #92400e;
    box-shadow: inset 0 0 0 1px rgba(146, 64, 14, 0.18);
}

.orders-toast {
    top: 84px;
    bottom: auto;
    transform: translateX(-50%) translateY(-14px);
}

.orders-toast.show {
    transform: translateX(-50%) translateY(0);
}

@media (max-width: 430px) {
    .client-home-screen {
        max-width: none;
        box-shadow: none;
    }

    .home-cart-count-badge {
        top: -4px;
        right: -9px;
    }
}

.client-page-screen {
    overflow: hidden;
}

.client-page-topbar,
.client-brand-topbar,
.client-detail-topbar,
.client-center-topbar,
.client-page-simple-topbar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #edf1f8;
    background: #ffffff;
}

.client-page-topbar,
.client-brand-topbar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.client-page-icon-btn,
.client-page-icon-placeholder {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #5b6a83;
    cursor: pointer;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
}

.client-page-icon-btn svg,
.client-page-search-icon svg,
.client-card-title-icon svg,
.client-info-icon svg,
.client-detail-actions svg,
.client-trash-btn svg,
.client-primary-cta svg,
.client-green-cta svg,
.client-list-add-btn svg,
.client-support-card svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-page-icon-btn.ghost {
    color: #c19a16;
}

.client-page-searchbar {
    flex: 1;
    min-width: 0;
    height: 44px;
    border-radius: 15px;
    background: #f6f8fd;
    border: 1px solid #e6ebf5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
}

.client-page-search-icon {
    width: 18px;
    height: 18px;
    color: #697891;
    flex: 0 0 auto;
}

.client-page-searchbar input {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    border: 0;
    outline: none;
    background: transparent;
    color: #2b3851;
    font-size: 15px;
}

.client-page-search-submit {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(180deg, #1f66dc 0%, #1451ba 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(20, 81, 186, .18);
}

.client-page-search-submit svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-header-cart-link {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #f6f8fd;
    border: 1px solid #e6ebf5;
    color: #2456b8;
}

.client-header-cart-link svg {
    width: 19px;
    height: 19px;
}

.client-header-cart-badge {
    position: absolute;
    top: -4px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ff7a00;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 14px rgba(255, 122, 0, 0.28);
}

.client-page-main {
    padding: 14px 14px 28px;
}

.client-page-main.with-bottom-nav {
    padding-bottom: 92px;
}

.client-page-main.no-bottom-nav {
    padding-bottom: 24px;
}

.client-chip-scroller {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    margin-bottom: 14px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.client-chip-scroller::-webkit-scrollbar {
    display: none;
}

.client-filter-chip {
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid #dce3ef;
    background: #ffffff;
    color: #34445f;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.client-filter-chip.active {
    background: #1556c8;
    border-color: #1556c8;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(21, 86, 200, 0.22);
}

.client-product-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.client-list-card {
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e3e9f3;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.client-list-card-media {
    position: relative;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    overflow: hidden;
}

.client-list-card-media.dark {
    background: radial-gradient(circle at center, #30353b 0%, #11151a 72%);
}

.client-list-card-media.light {
    background: linear-gradient(180deg, #fbfcff 0%, #eef2f9 100%);
}

.client-list-card-media.soft {
    background: linear-gradient(180deg, #fcfdff 0%, #f1f5fb 100%);
}

.client-list-card-media.white,
.client-list-card-media.pale {
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fc 100%);
}

.client-list-product-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
}

.client-list-image-fallback {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    background: linear-gradient(180deg, #205dc4 0%, #153d8a 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    box-shadow: 0 14px 24px rgba(32, 93, 196, 0.18);
}

.client-stock-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    min-height: 26px;
    padding: 0 12px;
    border-radius: 999px;
    background: #ffd44f;
    color: #7b5f00;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.client-stock-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    display: block;
}

.client-stock-badge.muted {
    background: #eceef4;
    color: #717986;
}

.client-list-card-body {
    padding: 10px 12px 12px;
}

.client-list-card-body h3 {
    margin: 0 0 6px;
    min-height: 40px;
    font-size: 13px;
    line-height: 1.4;
    color: #1e293b;
    font-weight: 700;
}

.client-list-media-link,
.client-list-title-link,
.client-cart-title-link {
    display: block;
}

.client-list-meta {
    margin-bottom: 6px;
    color: #343f56;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.client-list-submeta {
    min-height: 28px;
    margin-bottom: 8px;
    color: #738197;
    font-size: 11px;
    line-height: 1.4;
}

.client-list-price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
}

.client-list-price-stack {
    min-width: 0;
    flex: 1 1 auto;
    padding-right: 4px;
}

.client-list-price {
    color: #1556c8;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -0.01em;
}

.client-list-unit {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.2;
    color: #748196;
    font-weight: 700;
}

.client-list-add-btn {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #1556c8;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 18px rgba(21, 86, 200, 0.24);
    flex: 0 0 auto;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.client-list-add-btn svg {
    width: 17px;
    height: 17px;
}

.client-list-add-btn.disabled,
.client-list-add-btn[disabled] {
    background: #d7deea;
    box-shadow: none;
    color: #7a8698;
    cursor: not-allowed;
}

.client-list-add-btn.loading {
    opacity: .72;
    pointer-events: none;
    transform: scale(.96);
}

.client-page-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.client-page-titlebar.compact {
    align-items: center;
}

.client-page-titlebar h1 {
    margin: 0;
    font-size: 30px;
    line-height: 1.08;
    color: #1e293b;
    font-weight: 800;
}

.client-page-kicker {
    margin-bottom: 6px;
    color: #74839b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.client-small-pill {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f1f4fa;
    color: #516179;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

.client-mini-link {
    color: #1556c8;
    font-size: 13px;
    font-weight: 700;
}

.client-banner-strip {
    margin-bottom: 14px;
    padding: 16px 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, #edf4ff 0%, #fff8dd 100%);
    border: 1px solid #e2e8f3;
}

.client-banner-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.client-banner-copy strong {
    font-size: 15px;
    color: #1e293b;
}

.client-banner-copy span {
    font-size: 13px;
    line-height: 1.6;
    color: #5b667d;
}

.client-brand-topbar {
    justify-content: space-between;
}

.topbar-brand {
    flex: 1;
    text-align: center;
    font-size: 20px;
}

.client-lang-small {
    width: 28px;
    text-align: right;
    color: #436db9;
    font-size: 12px;
    font-weight: 800;
}

.client-cart-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.client-cart-card {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) 22px;
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid #e1e7f2;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    align-items: center;
}

.client-cart-info,
.client-cart-title-link {
    min-width: 0;
}

.client-cart-thumb {
    width: 80px;
    height: 80px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f9fbff 0%, #eef3fb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.client-cart-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.client-cart-image-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1e57bf 0%, #143f90 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
}

.client-cart-info h3 {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 1.55;
    color: #202c40;
    overflow-wrap: anywhere;
}

.client-cart-price-stack {
    margin-bottom: 10px;
}

.client-qty-box {
    width: 112px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #dbe2ee;
    background: #f7f9fc;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
}

.client-qty-box.wide {
    width: 140px;
    height: 50px;
    border-radius: 14px;
    background: #ffffff;
}

.client-qty-box button {
    border: 0;
    background: transparent;
    color: #36445e;
    font-size: 26px;
    line-height: 1;
    width: 24px;
    cursor: pointer;
}

.client-qty-box button.loading,
.client-trash-btn.loading {
    opacity: 0.45;
    pointer-events: none;
}

.client-qty-box span {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
}

.client-qty-input {
    width: 34px;
    min-width: 0;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    outline: none;
    line-height: 30px;
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.client-qty-input::-webkit-outer-spin-button,
.client-qty-input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.client-qty-input[type="number"] {
    -moz-appearance: textfield;
}

.client-trash-btn {
    border: 0;
    background: transparent;
    color: #6b7280;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
}

.client-trash-btn.loading svg {
    animation: client-spin 0.8s linear infinite;
}

@keyframes client-spin {
    to {
        transform: rotate(360deg);
    }
}

.client-total-card,
.client-order-card,
.client-checkout-card,
.client-detail-card,
.client-spec-card,
.client-whatsapp-card {
    margin-top: 14px;
    border-radius: 22px;
    border: 1px solid #e3e9f3;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.client-total-card {
    padding: 18px 16px;
}

.client-total-row,
.client-breakdown-row,
.client-spec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #64748b;
    font-size: 14px;
    padding: 6px 0;
}

.client-total-row strong,
.client-breakdown-row strong,
.client-spec-row strong {
    color: #334155;
    font-weight: 800;
}

.client-total-row.large,
.client-breakdown-row.total {
    color: #1f2937;
    font-size: 18px;
    font-weight: 800;
}

.client-total-row.large strong,
.client-breakdown-row.total strong {
    color: #1556c8;
    font-size: 20px;
}

.client-total-divider {
    height: 1px;
    background: #e7edf6;
    margin: 10px 0;
}

.client-primary-cta,
.client-green-cta,
.client-gold-cta {
    min-height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}

.client-primary-cta {
    background: linear-gradient(180deg, #195acd 0%, #134caf 100%);
    color: #ffffff;
    padding: 0 20px;
    box-shadow: 0 14px 22px rgba(21, 86, 200, 0.24);
}

.client-primary-cta.wide,
.client-green-cta,
.client-gold-cta {
    width: 100%;
}

.client-primary-cta svg,
.client-green-cta svg,
.client-gold-cta svg {
    width: 18px;
    height: 18px;
}

.client-page-simple-topbar {
    justify-content: flex-start;
    padding-top: 16px;
    padding-bottom: 10px;
    border-bottom: 0;
}

.client-page-simple-title {
    font-size: 20px;
    font-weight: 800;
    color: #6b7280;
}

.client-order-header {
    padding: 6px 2px 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.client-order-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.client-order-number {
    margin: 0;
    color: #1f2d45;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.client-order-date {
    margin-bottom: 0;
    color: #7c889b;
    font-size: 13px;
}

.client-status-pill {
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
}

.client-status-pill::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.client-status-pill.confirmed {
    background: #dfe9ff;
    color: #1f4faf;
}

.client-status-pill.pending {
    background: #fff3de;
    color: #cf8400;
}

.client-status-pill.delivering {
    background: #e9f0ff;
    color: #2857c5;
}

.client-status-pill.completed {
    background: #e7f7ee;
    color: #15915c;
}

.client-status-pill.cancelled {
    background: #f1f5f9;
    color: #64748b;
}

.client-order-card {
    padding: 18px 16px;
}

.client-order-card h2,
.client-whatsapp-card h3 {
    margin: 0 0 14px;
    font-size: 17px;
    color: #38404f;
}

.client-order-line,
.client-order-mini-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.client-order-line + .client-order-line,
.client-order-mini-item + .client-order-mini-item {
    margin-top: 14px;
}

.client-order-thumb,
.client-order-mini-thumb {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: linear-gradient(180deg, #f8faff 0%, #edf3fb 100%);
    overflow: hidden;
}

.client-order-mini-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.client-order-mini-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.client-order-mini-toggle {
    width: 100%;
    min-height: 40px;
    margin-top: 14px;
    border: 0;
    border-radius: 12px;
    background: #f3f7ff;
    color: #1b56bf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.client-order-mini-toggle svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.client-order-mini-toggle.expanded svg {
    transform: rotate(180deg);
}

.client-checkout-note {
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8fbff;
    color: #5b6780;
    font-size: 13px;
    line-height: 1.6;
}

.client-shipping-rule-note {
    background: #fffaf0;
    color: #7a5417;
}

.client-message-card {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #dfe6f2;
    background: #f8fbff;
    color: #1f2d45;
    font-size: 14px;
    font-weight: 700;
}

.client-message-card.success {
    background: #e7f7ee;
    border-color: #c4ebd7;
    color: #16784d;
}

.client-message-card.error {
    background: #fff2f2;
    border-color: #f1c2c2;
    color: #b42318;
}

.client-order-line-info strong,
.client-order-mini-info strong {
    display: block;
    margin-bottom: 4px;
    color: #3a4352;
    font-size: 14px;
    line-height: 1.4;
}

.client-order-line-info span,
.client-order-mini-info span,
.client-order-line-side span,
.client-order-mini-side span {
    color: #8a94a6;
    font-size: 12px;
}

.client-order-line-side,
.client-order-mini-side {
    text-align: right;
}

.client-order-line-side strong,
.client-order-mini-side strong {
    display: block;
    margin-bottom: 4px;
    color: #1556c8;
    font-size: 15px;
    font-weight: 800;
}

.client-whatsapp-card {
    padding: 18px 16px;
}

.client-whatsapp-card p {
    margin: 0 0 16px;
    color: #7c8798;
    font-size: 13px;
    line-height: 1.6;
}

.client-green-cta {
    background: linear-gradient(180deg, #31db6c 0%, #22c55e 100%);
    color: #ffffff;
    padding: 0 16px;
}

.client-info-line {
    display: flex;
    gap: 12px;
}

.client-info-line + .client-info-line {
    margin-top: 18px;
}

.client-info-icon {
    width: 20px;
    height: 20px;
    color: #4b77d1;
    flex: 0 0 auto;
    margin-top: 2px;
}

.client-info-line strong {
    display: block;
    margin-bottom: 6px;
    color: #4a5568;
    font-size: 15px;
}

.client-info-line p {
    margin: 0;
    color: #7d8797;
    font-size: 13px;
    line-height: 1.7;
}

.client-center-topbar {
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 10px;
}

.client-center-topbar-copy {
    text-align: center;
    flex: 1;
}

.client-center-topbar-copy h1 {
    margin: 0;
    font-size: 28px;
    color: #7fa2e5;
    font-weight: 800;
}

.client-center-topbar-copy span {
    display: block;
    margin-top: 2px;
    color: #4c5568;
    font-size: 12px;
}

.client-checkout-card {
    padding: 16px;
}

.client-checkout-card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
}

.client-checkout-card-title small {
    color: #44566f;
    font-size: 14px;
    font-weight: 600;
}

.client-delivery-method-block {
    margin-bottom: 16px;
}

.client-delivery-method-label {
    display: block;
    margin-bottom: 8px;
    color: #2e3b52;
    font-size: 13px;
    font-weight: 800;
}

.client-delivery-method-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 5px;
    border-radius: 13px;
    background: #f1f3f8;
}

.client-delivery-single-chip {
    min-height: 46px;
    padding: 0 14px;
    border-radius: 15px;
    background: linear-gradient(135deg, #f8fafc, #eef5ff);
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.1);
}

.client-delivery-single-chip strong {
    font-size: 14px;
    font-weight: 900;
}

.client-delivery-tab {
    min-height: 38px;
    border-radius: 10px;
    color: #152238;
    font-size: 13px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.client-delivery-tab::before,
.client-orders-delivery-filter .client-filter-chip::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
}

.client-delivery-tab[data-delivery-tab="delivery"]::before,
.client-orders-delivery-filter .client-filter-chip[data-method-icon="delivery"]::before {
    content: "\1F69A";
    background: #dcfce7;
    color: #15803d;
}

.client-delivery-tab[data-delivery-tab="pickup"]::before,
.client-orders-delivery-filter .client-filter-chip[data-method-icon="pickup"]::before {
    content: "\1F3E2";
    background: #edf3fb;
    color: #2563eb;
}

.client-delivery-tab input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.client-delivery-tab.active {
    background: #ffffff;
    color: #0f4db6;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.09);
}

.client-card-title-icon {
    width: 22px;
    height: 22px;
    color: #1658c9;
    flex: 0 0 auto;
}

.client-field-group + .client-field-group {
    margin-top: 14px;
}

.client-field-group label {
    display: block;
    margin-bottom: 8px;
    color: #2e3b52;
    font-size: 13px;
    font-weight: 700;
}

.client-checkout-grid {
    display: grid;
    gap: 14px;
}

.client-checkout-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-checkout-remark-grid {
    margin-top: 14px;
}

.client-pickup-panel {
    gap: 14px;
}

.client-pickup-warehouse-card {
    padding: 14px;
    border: 1px solid #dfe8f6;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff 0%, #fff8e8 100%);
}

.client-pickup-warehouse-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.client-pickup-warehouse-title strong {
    color: #14213d;
    font-size: 13px;
    font-weight: 900;
}

.client-pickup-warehouse-title > strong > span {
    max-width: 50%;
    color: #174ea6;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
}

.client-pickup-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 0 0 auto;
    height: 28px;
    min-width: 68px;
    padding: 0 12px;
    border: 1px solid rgba(23, 78, 166, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    color: #174ea6;
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}

.client-pickup-copy-btn span {
    display: inline;
    max-width: none;
    white-space: nowrap;
    text-align: left;
}

.client-pickup-copy-btn svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.client-pickup-copy-btn:active {
    transform: translateY(1px);
}

.client-pickup-warehouse-name {
    margin: -4px 0 12px;
    color: #174ea6;
    font-size: 13px;
    font-weight: 900;
}

.client-pickup-warehouse-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.client-pickup-warehouse-grid label {
    display: block;
    margin-bottom: 6px;
    color: #68758c;
    font-size: 11px;
    font-weight: 800;
}

.client-pickup-warehouse-text {
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
    word-break: break-word;
}

.client-checkout-user-address {
    display: block;
}

.client-checkout-address-list {
    display: grid;
    gap: 10px;
}

.client-checkout-address-option {
    position: relative;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px;
    border: 1px solid #dfe6f2;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.client-checkout-address-option:hover,
.client-checkout-address-option.selected {
    border-color: #2c63c7;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(44, 99, 199, .12);
}

.client-checkout-address-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.client-checkout-address-dot {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 2px solid #b8c4d6;
    border-radius: 999px;
    background: #ffffff;
}

.client-checkout-address-option.selected .client-checkout-address-dot {
    border: 5px solid #1658c9;
}

.client-checkout-address-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.client-checkout-address-copy strong {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #101828;
    font-size: 15px;
    font-weight: 800;
}

.client-checkout-address-copy strong em {
    padding: 4px 8px;
    border-radius: 999px;
    background: #e7f7ed;
    color: #118243;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.client-checkout-address-copy b {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.client-checkout-address-copy small {
    color: #667085;
    font-size: 12px;
    line-height: 1.55;
}

.client-checkout-address-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 14px;
    background: #eef4ff;
    color: #1556c8;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.client-checkout-address-empty {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px dashed #c8d4e6;
    border-radius: 18px;
    background: #f8fbff;
    text-align: center;
}

.client-checkout-address-empty strong {
    color: #101828;
    font-size: 16px;
}

.client-checkout-address-empty span {
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.client-field-group.full {
    grid-column: 1 / -1;
}

.client-checkout-input,
.client-checkout-textarea {
    width: 100%;
    border: 1px solid #dfe6f2;
    border-radius: 12px;
    background: #f7f9fd;
    color: #1f2a44;
    font-size: 14px;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.client-checkout-input {
    min-height: 46px;
    padding: 0 14px;
}

.client-checkout-phone-field {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 46px;
    border: 1px solid #dfe6f2;
    border-radius: 12px;
    background: #f7f9fd;
    overflow: hidden;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.client-checkout-phone-field:focus-within {
    border-color: #2c63c7;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(44, 99, 199, 0.12);
}

.client-checkout-country-select {
    flex: 0 0 96px;
    width: 96px;
    height: 46px;
    align-self: stretch;
    border: 0;
    border-right: 1px solid #dfe6f2;
    outline: none;
    background: transparent;
    color: #1f2a44;
    font-size: 13px;
    font-weight: 800;
    padding: 0 8px 0 10px;
    margin: 0;
    border-radius: 0;
    appearance: auto;
    -webkit-appearance: menulist;
}

.client-checkout-phone-field .client-checkout-phone-input {
    width: auto;
    height: 46px;
    min-height: 46px;
    border: 0;
    border-radius: 0;
    background: transparent;
    min-width: 0;
    flex: 1 1 auto;
    padding: 0 14px;
    box-shadow: none;
}

.client-checkout-phone-field .client-checkout-phone-input:focus {
    border: 0;
    box-shadow: none;
    background: transparent;
}

.client-checkout-textarea {
    min-height: 92px;
    padding: 12px 14px;
    line-height: 1.6;
    resize: vertical;
}

.client-checkout-input:focus,
.client-checkout-textarea:focus {
    border-color: #2c63c7;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(44, 99, 199, 0.12);
}

.client-pickup-time-field {
    position: relative;
}

.client-pickup-time-input {
    padding-right: 52px;
    cursor: pointer;
}

.client-pickup-time-open {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #1f2a44;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-pickup-time-open svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-picker-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    background: rgba(15, 23, 42, .42);
}

.client-picker-modal.show {
    display: flex;
}

.client-picker-sheet {
    width: min(100%, 430px);
    max-height: 86vh;
    overflow: hidden;
    border-radius: 24px 24px 18px 18px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .25);
    display: flex;
    flex-direction: column;
}

.client-picker-head,
.client-picker-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #edf1f7;
}

.client-picker-head strong {
    color: #0f172a;
    font-size: 16px;
    font-weight: 900;
}

.client-picker-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f2f5fa;
    color: #475569;
    font-size: 22px;
    line-height: 1;
}

.client-picker-section {
    flex: 0 0 auto;
    min-height: 0;
    padding: 12px 16px;
}

.client-picker-section:last-of-type {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.client-picker-section > span {
    display: block;
    margin-bottom: 10px;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
}

.client-picker-date-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 118px;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.client-picker-date-list button,
.client-picker-time-list button {
    width: auto;
    border: 1px solid #dfe6f2;
    border-radius: 14px;
    background: #f8fbff;
    color: #1f2a44;
    cursor: pointer;
    font-weight: 800;
}

.client-picker-date-list button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 62px;
    padding: 10px;
    text-align: left;
}

.client-picker-date-list strong,
.client-picker-date-list span {
    display: block;
    white-space: nowrap;
}

.client-picker-date-list strong {
    font-size: 13px;
}

.client-picker-date-list span {
    margin-top: 5px;
    color: #64748b;
    font-size: 11px;
}

.client-picker-time-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-content: start;
    gap: 8px;
    flex: 1 1 auto;
    max-height: 208px;
    overflow-y: auto;
    padding-right: 2px;
}

.client-picker-time-list button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    font-size: 13px;
    white-space: nowrap;
}

.client-picker-date-list button.active,
.client-picker-time-list button.active {
    border-color: #1559d6;
    background: #1559d6;
    color: #fff;
    box-shadow: 0 10px 18px rgba(21, 89, 214, .22);
}

.client-picker-date-list button.active span {
    color: rgba(255,255,255,.78);
}

.client-picker-actions {
    border-top: 1px solid #edf1f7;
    border-bottom: 0;
}

.client-picker-secondary,
.client-picker-primary {
    flex: 1 1 0;
    height: 42px;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
}

.client-picker-secondary {
    background: #f2f5fa;
    color: #475569;
}

.client-picker-primary {
    background: #1559d6;
    color: #fff;
}

.client-static-field {
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f2f4f9;
    color: #8a94a8;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.client-static-field.pickup {
    color: #111827;
    font-weight: 800;
    line-height: 1.5;
    align-items: flex-start;
    min-height: 44px;
}

.client-static-field.multi {
    min-height: 90px;
    align-items: flex-start;
}

.client-submit-bar {
    margin-top: 14px;
}

.client-submit-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #46556d;
    font-size: 18px;
    font-weight: 700;
}

.client-submit-total strong {
    color: #1556c8;
    font-size: 28px;
    font-weight: 800;
}

.client-gold-cta {
    background: linear-gradient(180deg, #ffd966 0%, #ffcb4d 100%);
    color: #7a5a00;
    box-shadow: 0 12px 22px rgba(255, 205, 84, 0.28);
}

.client-gold-cta.disabled,
.client-gold-cta:disabled {
    cursor: not-allowed;
    opacity: .58;
    box-shadow: none;
}

.client-detail-topbar {
    justify-content: space-between;
    border-bottom: 0;
}

.client-detail-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.client-detail-hero {
    padding-top: 2px;
}

.client-detail-image-frame {
    border-radius: 22px;
    border: 1px solid #e4eaf3;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
    padding: 14px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.client-detail-copy h1 {
    margin: 16px 0 14px;
    font-size: 24px;
    line-height: 1.3;
    color: #111827;
}

.client-detail-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.client-stock-inline,
.client-sku-tag {
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
}

.client-stock-inline {
    background: #e2ebff;
    color: #1f4faf;
}

.client-sku-tag {
    background: #f1f3f7;
    color: #6b7280;
}

.client-price-panel {
    margin-top: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf1f7;
}

.client-detail-price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    color: #1d4ed8;
}

.client-detail-price span {
    font-size: 24px;
    line-height: 1;
}

.client-detail-price strong {
    font-size: 56px;
    line-height: .9;
    font-weight: 800;
}

.client-detail-price em {
    color: #5a6880;
    font-size: 18px;
    font-style: normal;
    padding-bottom: 6px;
}

.client-detail-note {
    margin-top: 8px;
    color: #778195;
    font-size: 13px;
}

.client-terms-row {
    display: flex;
    gap: 10px;
}

.client-terms-row strong {
    display: block;
    margin-bottom: 4px;
    color: #1f2937;
    font-size: 14px;
}

.client-terms-row p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
}

.client-detail-options {
    margin-top: 18px;
}

.client-option-label {
    margin-bottom: 10px;
    color: #4d5a71;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.client-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.client-option-grid-inline {
    grid-template-columns: 1fr;
}

.client-option-pill {
    min-height: 46px;
    border-radius: 12px;
    border: 1px solid #d8dfeb;
    background: #ffffff;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
}

.client-option-pill.active {
    border-color: #1f4faf;
    box-shadow: inset 0 0 0 1px #1f4faf;
    color: #1f4faf;
}

.client-detail-actions-panel {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 12px;
    margin-top: 16px;
}

.client-detail-add-btn {
    border: 0;
    cursor: pointer;
}

.client-whatsapp-outline {
    margin-top: 12px;
    min-height: 48px;
    border-radius: 14px;
    border: 1.5px solid #f0c44f;
    background: #fffdf5;
    color: #d39b00;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 700;
}

.client-share-mask {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 18px;
    background: rgba(15, 23, 42, 0.48);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
}

.client-share-mask.show {
    opacity: 1;
    visibility: visible;
}

.client-share-sheet {
    width: min(396px, 100%);
    padding: 10px 16px 18px;
    border-radius: 26px 26px 22px 22px;
    background: #ffffff;
    box-shadow: 0 -18px 50px rgba(15, 23, 42, 0.22);
    transform: translateY(18px);
    transition: transform .2s ease;
}

.client-share-mask.show .client-share-sheet {
    transform: translateY(0);
}

.client-share-grabber {
    width: 42px;
    height: 4px;
    margin: 0 auto 14px;
    border-radius: 999px;
    background: #dbe2ee;
}

.client-share-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.client-share-head h3 {
    margin: 0 0 5px;
    color: #0f172a;
    font-size: 19px;
}

.client-share-head p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.client-share-close {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    font-weight: 800;
    cursor: pointer;
}

.client-share-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.client-share-option {
    min-height: 86px;
    border: 1px solid #e5ebf5;
    border-radius: 18px;
    background: #fbfdff;
    color: #334155;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 6px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.client-share-option-icon {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-share-option-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-share-option-icon.blue {
    background: #e7f0ff;
    color: #2360c9;
}

.client-share-option-icon.green {
    background: #d7f8e6;
    color: #0ea86b;
}

.client-share-option-icon.sky {
    background: #e0f2fe;
    color: #0284c7;
}

.client-share-option-icon.gray {
    background: #eef2f7;
    color: #64748b;
}

.client-support-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    color: #6b7280;
    font-size: 12px;
}

.client-tabs {
    display: flex;
    gap: 28px;
    margin-top: 24px;
    border-bottom: 1px solid #edf1f7;
}

.client-tab {
    padding: 0 0 12px;
    color: #222f45;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.client-tab.active {
    color: #1f4faf;
}

.client-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    border-radius: 999px;
    background: #1f4faf;
}

.client-detail-description {
    padding-top: 18px;
}

.client-detail-description p {
    margin: 0 0 16px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.client-spec-card {
    padding: 14px 16px;
}

.client-spec-empty,
.client-inline-empty {
    color: #7a8598;
    font-size: 13px;
    line-height: 1.6;
}

.client-spec-row + .client-spec-row {
    border-top: 1px solid #edf1f7;
}

.profile-page {
    padding-top: 8px;
}

.client-profile-hero {
    position: relative;
    padding: 18px 16px 20px;
    border-radius: 28px;
    background: linear-gradient(135deg, #edf5ff 0%, #fff3ce 100%);
    border: 1px solid #e5ebf5;
    text-align: center;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.client-profile-edit-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2452ba;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(219, 227, 239, 0.95);
    box-shadow: 0 10px 22px rgba(36, 82, 186, 0.12);
    text-decoration: none;
}

.client-profile-edit-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-profile-edit-icon:active {
    transform: translateY(1px);
    box-shadow: 0 6px 14px rgba(36, 82, 186, 0.12);
}

.client-profile-avatar {
    width: 92px;
    height: 92px;
    margin: 0 auto 14px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2452ba;
    background: radial-gradient(circle at 35% 30%, #ffffff 0%, #eef4ff 44%, #dfe9ff 100%);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.16);
}

.client-profile-avatar svg {
    width: 50px;
    height: 50px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-profile-avatar.has-photo {
    overflow: hidden;
    padding: 0;
    background: #ffffff;
}

.client-profile-avatar.has-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.client-profile-hero h1 {
    margin: 0;
    color: #111827;
    font-size: 22px;
    font-weight: 800;
}

.client-profile-tier {
    margin-top: 8px;
    color: #5f6f86;
    font-size: 13px;
    font-weight: 600;
}

.client-profile-hero-actions {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.client-soft-btn {
    min-height: 40px;
    min-width: 186px;
    border-radius: 999px;
    border: 1px solid #dbe3ef;
    background: rgba(255, 255, 255, 0.86);
    color: #31415d;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.client-profile-credit-card {
    margin-top: 16px;
    padding: 14px;
    border-radius: 20px;
    border: 1px solid rgba(219, 227, 239, 0.92);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 12px 24px rgba(53, 69, 103, 0.08);
    text-align: left;
}

.client-profile-credit-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.client-profile-credit-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2452ba;
    background: linear-gradient(135deg, #e6eeff 0%, #f0f6ff 100%);
}

.client-profile-credit-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-profile-credit-head strong {
    display: block;
    color: #162033;
    font-size: 14px;
    font-weight: 800;
}

.client-profile-credit-head small {
    display: block;
    margin-top: 2px;
    color: #6b7890;
    font-size: 11px;
    font-weight: 600;
}

.client-profile-credit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.client-profile-credit-grid > div {
    padding: 10px;
    border-radius: 15px;
    background: rgba(248, 251, 255, 0.94);
    border: 1px solid rgba(230, 236, 246, 0.92);
}

.client-profile-credit-grid span {
    display: block;
    color: #7b8798;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.client-profile-credit-grid strong {
    display: block;
    margin-top: 5px;
    color: #111827;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
    word-break: break-word;
}

.client-profile-menu {
    margin-top: 16px;
    border-radius: 24px;
    border: 1px solid #e4eaf4;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.client-profile-menu-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 14px;
    gap: 12px;
    align-items: center;
    padding: 16px;
    border-top: 1px solid #edf1f7;
}

.client-profile-menu-item:first-child {
    border-top: 0;
}

.client-menu-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-menu-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-menu-icon.blue {
    background: #e4ecff;
    color: #2452ba;
}

.client-menu-icon.gold {
    background: #fff1c8;
    color: #bb8500;
}

.client-menu-icon.sky {
    background: #e8f1ff;
    color: #3767c3;
}

.client-menu-icon.gray,
.client-menu-icon.pale {
    background: #f1f4f8;
    color: #59677e;
}

.client-menu-icon.green {
    background: #d7f8e6;
    color: #0ea86b;
}

.client-menu-copy strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 15px;
}

.client-menu-copy small {
    color: #6b7280;
    font-size: 12px;
}

.client-menu-arrow,
.client-support-link {
    color: #a0a8b7;
    font-size: 20px;
    text-align: right;
}

.client-support-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-support-card {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 18px;
    padding: 18px 16px;
    border-radius: 24px;
    border: 1px solid #e5ebf5;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
    color: inherit;
    text-decoration: none;
}

.client-support-card.whatsapp {
    background: linear-gradient(180deg, #e8fff1 0%, #d7f6e8 100%);
    border-color: #bfe7d0;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.client-support-card.whatsapp:hover,
.client-support-card.whatsapp:focus {
    border-color: #8dd9af;
    box-shadow: 0 16px 30px rgba(14, 168, 107, 0.14);
    color: inherit;
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.client-support-card.whatsapp:active {
    transform: translateY(0);
}

.home-whatsapp-support-card {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 16px 0;
    padding: 13px 14px;
    border-radius: 18px;
    border: 1px solid #caefd9;
    background: linear-gradient(135deg, #effdf4 0%, #f8fffb 100%);
    box-shadow: 0 8px 18px rgba(16, 185, 129, 0.08);
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-whatsapp-support-card:hover,
.home-whatsapp-support-card:focus {
    border-color: #9fe3bb;
    box-shadow: 0 12px 22px rgba(16, 185, 129, 0.14);
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.home-whatsapp-support-card:active {
    transform: translateY(0);
}

.home-whatsapp-support-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #d9fae8;
    color: #0ea86b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.home-whatsapp-support-icon svg,
.home-whatsapp-support-arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-whatsapp-support-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.home-whatsapp-support-copy strong {
    display: block;
    margin-bottom: 3px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
}

.home-whatsapp-support-copy small {
    display: block;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
}

.home-whatsapp-support-arrow {
    color: #84a09a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.profile-whatsapp-support-card {
    margin: 18px 0 0;
}

.client-support-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.client-support-card h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 18px;
}

.client-support-card p {
    margin: 0;
    color: #657388;
    font-size: 13px;
    line-height: 1.6;
}

.client-support-card,
.client-support-card h3,
.client-support-card p {
    text-decoration: none;
}

.client-signout-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0 0;
    color: #d93025;
    font-size: 14px;
    font-weight: 700;
}

.client-address-page,
.client-history-page {
    padding-top: 14px;
}

.client-inline-alert {
    margin-bottom: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #eaf8ef;
    color: #136b37;
    font-size: 13px;
    font-weight: 800;
}

.client-inline-alert.error {
    background: #fff1f0;
    color: #b42318;
}

.client-address-list,
.client-list-stack {
    display: grid;
    gap: 12px;
}

.client-address-card,
.client-address-form-card {
    padding: 16px;
    border: 1px solid #e5ebf5;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .045);
}

.client-address-card-head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.client-address-icon {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: #eef4ff;
    color: #1e56c5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.client-address-card-head strong,
.client-address-body b {
    display: block;
    color: #111827;
    font-size: 15px;
}

.client-address-card-head small,
.client-address-body span,
.client-address-body em {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
}

.client-address-default {
    padding: 5px 9px;
    border-radius: 999px;
    background: #e7f7ed;
    color: #118243;
    font-size: 11px;
    font-weight: 900;
}

.client-address-body {
    margin-top: 14px;
    padding: 14px;
    border-radius: 16px;
    background: #f7f9fc;
}

.client-address-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
}

.client-address-actions a,
.client-address-actions input,
.client-address-actions button {
    border: 0;
    background: transparent;
    color: #1556c8;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.client-form-section-title {
    margin: 4px 0 12px;
    color: #111827;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.client-form-field {
    display: block;
    margin-bottom: 14px;
}

.client-form-field span {
    display: block;
    margin-bottom: 7px;
    color: #4b5563;
    font-size: 12px;
    font-weight: 800;
}

.client-form-input {
    width: 100%;
    min-height: 46px;
    padding: 12px 13px;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    background: #f9fbff;
    color: #111827;
    font-size: 14px;
    outline: none;
}

.client-form-select {
    appearance: auto;
    -webkit-appearance: menulist;
}

.client-area-manual-input {
    margin-top: 9px;
}

.client-form-textarea {
    min-height: 96px;
    resize: vertical;
}

.client-check-row {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 12px 0;
    color: #374151;
    font-size: 13px;
    font-weight: 800;
}

.client-address-label-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 4px 0 14px;
}

.client-address-label-list label {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #e3eaf5;
    background: linear-gradient(180deg, #ffffff 0%, #f3f6fb 100%);
    color: #344054;
    font-size: 12px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    transition: background .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.client-address-label-list input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.client-address-label-list label:has(input:checked),
.client-address-label-list label.selected {
    border-color: #1451ba;
    background: linear-gradient(180deg, #1f66dc 0%, #1451ba 100%);
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(20, 81, 186, .22);
}

.client-address-label-list input:checked + label {
    border-color: #1451ba;
    background: linear-gradient(180deg, #1f66dc 0%, #1451ba 100%);
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(20, 81, 186, .22);
}

.client-location-btn {
    width: 100%;
    min-height: 44px;
    border: 1px dashed #a8b8d6;
    border-radius: 14px;
    background: #f6f9ff;
    color: #1556c8;
    font-size: 13px;
    font-weight: 900;
}

.client-form-submit {
    margin-top: 16px;
}

.client-browse-group {
    margin-bottom: 20px;
}

.client-browse-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.client-browse-group h2 {
    margin: 0;
    color: #111827;
    font-size: 16px;
}

.client-browse-count {
    color: #7b8798;
    font-size: 13px;
    font-weight: 800;
}

.client-browse-clear-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #e5ebf4;
    border-radius: 10px;
    background: #ffffff;
    color: #7a8799;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
    cursor: pointer;
}

.client-browse-clear-btn svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-browse-clear-btn:hover {
    color: #c2410c;
    border-color: #fed7aa;
    background: #fff7ed;
}

.client-browse-clear-btn.loading {
    opacity: .58;
    pointer-events: none;
}

.client-browse-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.client-browse-card {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
}

.client-browse-card .client-list-card-media {
    min-height: 136px;
}

.client-browse-card .client-list-card-body {
    padding: 12px;
}

.client-browse-card .client-list-price-row {
    align-items: flex-end;
    margin-top: 10px;
}

.client-browse-card .client-list-card-body h3 {
    min-height: 38px;
    font-size: 13px;
    line-height: 1.35;
}

.client-browse-card .client-list-price {
    font-size: 16px;
}

.client-cart-min-order {
    margin-top: 6px;
    margin-bottom: 8px;
    color: #738197;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.home-recent-viewed-section {
    padding: 14px 14px 14px;
    border: 0;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 76%, #ffffff 100%);
    box-shadow: 0 18px 32px rgba(15, 23, 42, .035);
    overflow: hidden;
}

.home-recent-viewed-section .home-section-head {
    margin-left: -14px;
    margin-right: -14px;
}

.home-recent-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 46%;
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    border-radius: 22px;
    background: #ffffff;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.home-recent-grid .home-product-card {
    min-width: 0;
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .055);
    scroll-snap-align: start;
}

.home-recent-grid .home-product-body {
    min-height: 174px;
    border-radius: 0 0 22px 22px;
    background: #ffffff;
}

.home-recent-grid .home-product-media {
    border-radius: 22px 22px 0 0;
}

.home-recent-grid::-webkit-scrollbar {
    display: none;
}

.visual-headphones {
    width: 112px;
    height: 112px;
    position: relative;
}

.visual-headphones .headband {
    position: absolute;
    left: 18px;
    top: 6px;
    width: 76px;
    height: 72px;
    border: 5px solid #4b4f55;
    border-bottom: 0;
    border-radius: 50px 50px 0 0;
}

.visual-headphones .cup {
    position: absolute;
    top: 48px;
    width: 34px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(180deg, #40444a 0%, #0f1217 100%);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.08);
}

.visual-headphones .cup.left {
    left: 8px;
    transform: rotate(16deg);
}

.visual-headphones .cup.right {
    right: 8px;
    transform: rotate(-16deg);
}

.visual-steel {
    width: 118px;
    height: 90px;
    position: relative;
}

.visual-steel .beam {
    position: absolute;
    width: 90px;
    height: 12px;
    background: linear-gradient(180deg, #6c727b 0%, #2b3138 100%);
    border-radius: 2px;
    box-shadow: 0 6px 10px rgba(49, 57, 68, 0.16);
}

.visual-steel .beam.one { left: 10px; top: 14px; transform: rotate(-10deg); }
.visual-steel .beam.two { left: 16px; top: 30px; transform: rotate(-10deg); }
.visual-steel .beam.three { left: 24px; top: 46px; transform: rotate(-10deg); }
.visual-steel .beam.four { left: 30px; top: 62px; transform: rotate(-10deg); }

.visual-chair {
    width: 106px;
    height: 106px;
    position: relative;
}

.visual-chair .seat {
    position: absolute;
    left: 26px;
    top: 48px;
    width: 44px;
    height: 22px;
    border-radius: 10px;
    background: #86d1e7;
}

.visual-chair .back {
    position: absolute;
    left: 34px;
    top: 20px;
    width: 32px;
    height: 38px;
    border-radius: 14px 14px 10px 10px;
    background: #7fd0ea;
}

.visual-chair .pole {
    position: absolute;
    left: 47px;
    top: 68px;
    width: 4px;
    height: 18px;
    background: #7b8798;
}

.visual-chair .legs {
    position: absolute;
    left: 30px;
    top: 84px;
    width: 38px;
    height: 2px;
    background: #7b8798;
    box-shadow: -14px 8px 0 0 #7b8798, 14px 8px 0 0 #7b8798;
}

.visual-towels {
    width: 112px;
    height: 86px;
    position: relative;
}

.visual-towels .towel {
    position: absolute;
    left: 20px;
    width: 72px;
    height: 14px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #e6ebf2 100%);
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.06);
}

.visual-towels .one { top: 12px; }
.visual-towels .two { top: 28px; left: 24px; }
.visual-towels .three { top: 44px; left: 28px; }
.visual-towels .four { top: 60px; left: 32px; }

.visual-machine {
    width: 150px;
    height: 150px;
    position: relative;
}

.visual-machine.compact {
    width: 64px;
    height: 64px;
}

.visual-machine.xl {
    width: 238px;
    height: 238px;
    margin: 0 auto;
}

.visual-machine .machine-body {
    position: absolute;
    left: 26%;
    top: 26%;
    width: 48%;
    height: 42%;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #c8cdd6 50%, #f8f9fb 100%);
    border: 2px solid rgba(121, 128, 139, 0.34);
    box-shadow: 0 14px 24px rgba(80, 88, 99, 0.14);
}

.visual-machine .machine-head {
    position: absolute;
    left: 29%;
    top: 19%;
    width: 42%;
    height: 12%;
    border-radius: 7px;
    background: linear-gradient(180deg, #d5d9df 0%, #8b919b 100%);
}

.visual-machine .machine-feet {
    position: absolute;
    left: 34%;
    top: 67%;
    width: 32%;
    height: 4%;
    background: #4d535d;
    border-radius: 999px;
}

.visual-speaker {
    width: 96px;
    height: 116px;
    position: relative;
}

.visual-speaker .speaker-box {
    position: absolute;
    inset: 10px 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #3b4149 0%, #13161b 100%);
}

.visual-speaker .speaker-circle {
    position: absolute;
    left: 31px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 4px solid #59616d;
    background: radial-gradient(circle, #0f1319 0%, #252c35 70%);
}

.visual-speaker .speaker-circle.top { top: 22px; }
.visual-speaker .speaker-circle.bottom { top: 62px; }

.visual-panels {
    width: 84px;
    height: 84px;
    position: relative;
}

.visual-panels .panel {
    position: absolute;
    border-radius: 6px;
    background: linear-gradient(180deg, #e7ebf1 0%, #c8ced8 100%);
}

.visual-panels .panel.big {
    left: 12px;
    top: 22px;
    width: 54px;
    height: 38px;
}

.visual-panels .panel.small {
    left: 22px;
    top: 34px;
    width: 44px;
    height: 28px;
}

.dates,
.saffron,
.bag {
    background: linear-gradient(180deg, #1f2937 0%, #0f172a 100%);
}

.client-page-main.no-bottom-nav.client-checkout-page {
    padding-bottom: 184px;
}

.product-detail-topbar {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 66px;
    align-items: center;
}

.client-product-page {
    padding-top: 6px;
}

.client-detail-hero-refined {
    padding-top: 0;
}

.client-detail-photo-stage {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
    border-radius: 0;
    border: 0;
    background: #ffffff;
    box-shadow: none;
    padding: 14px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.client-detail-product-image {
    width: 100%;
    max-width: 360px;
    display: block;
    height: auto;
    object-fit: contain;
}

.client-detail-image-fallback {
    width: 286px;
    aspect-ratio: 5 / 6;
    background: linear-gradient(180deg, #205dc4 0%, #153d8a 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    font-weight: 800;
}

.client-detail-machine-photo {
    width: min(100%, 286px);
    max-width: 286px;
    height: auto;
    aspect-ratio: 5 / 6;
    margin: 0 auto;
    position: relative;
}

.client-detail-machine-photo span {
    position: absolute;
    display: block;
}

.machine-frame-top {
    left: 58px;
    top: 16px;
    width: 124px;
    height: 18px;
    border: 3px solid #8a9099;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.machine-panel {
    left: 40px;
    top: 42px;
    width: 160px;
    height: 176px;
    border-radius: 10px 10px 16px 16px;
    border: 3px solid rgba(120, 127, 138, 0.52);
    background:
        radial-gradient(circle at 50% 62%, rgba(120, 128, 138, 0.18), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #d5dae3 46%, #f6f8fb 100%);
    box-shadow: 0 16px 24px rgba(86, 94, 107, 0.16);
}

.machine-rail {
    left: 60px;
    top: 58px;
    width: 120px;
    height: 20px;
    border-radius: 6px;
    background: linear-gradient(180deg, #d2d7e0 0%, #8d949f 100%);
}

.machine-knob {
    top: 78px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #ffffff 0%, #ced4dd 32%, #1b2028 33%, #151a22 100%);
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.16);
}

.machine-knob-left {
    left: 52px;
}

.machine-knob-right {
    right: 52px;
}

.machine-center-group {
    left: 105px;
    top: 74px;
    width: 30px;
    height: 66px;
    border-radius: 12px;
    border: 2px solid rgba(130, 138, 149, 0.36);
    background: linear-gradient(180deg, #fbfcfe 0%, #c2c9d3 48%, #eef2f7 100%);
    box-shadow: 0 8px 16px rgba(91, 98, 111, 0.16);
}

.machine-center-group::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 34px;
    width: 50px;
    height: 18px;
    border-radius: 10px;
    background: linear-gradient(180deg, #c8ced7 0%, #939aa7 100%);
}

.machine-center-group::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 44px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #ffffff 0%, #cad1db 46%, #232830 47%, #161b22 100%);
}

.machine-nozzle {
    top: 148px;
    width: 4px;
    height: 48px;
    border-radius: 999px;
    background: linear-gradient(180deg, #77808b 0%, #525a65 100%);
}

.machine-nozzle-left {
    left: 84px;
    transform: rotate(18deg);
}

.machine-nozzle-right {
    right: 84px;
    transform: rotate(-18deg);
}

.machine-steam {
    top: 112px;
    width: 4px;
    height: 92px;
    border-radius: 999px;
    background: linear-gradient(180deg, #878f9b 0%, #5a626d 100%);
}

.machine-steam-left {
    left: 46px;
    transform: rotate(8deg);
}

.machine-steam-right {
    right: 46px;
    transform: rotate(-8deg);
}

.machine-base {
    left: 42px;
    bottom: 34px;
    width: 156px;
    height: 28px;
    border-radius: 6px;
    border: 2px solid rgba(120, 127, 138, 0.5);
    background: linear-gradient(180deg, #dde2e8 0%, #939aa6 100%);
}

.machine-leg {
    bottom: 22px;
    width: 18px;
    height: 12px;
    border-radius: 0 0 6px 6px;
    background: #232832;
}

.machine-leg-left {
    left: 58px;
}

.machine-leg-right {
    right: 58px;
}

.client-product-copy-block {
    margin-top: 18px;
}

.client-product-copy-block h1 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.34;
    color: #20283a;
    font-weight: 800;
}

.client-price-panel-compact {
    margin-top: 18px;
}

.client-detail-card-soft {
    background: #fffdfa;
}

.client-terms-row-highlight {
    align-items: flex-start;
}

.client-terms-row-highlight .client-card-title-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 8px;
    background: #fff2c8;
    color: #d39b00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-product-page .client-option-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.client-variant-panel {
    margin-top: 18px;
}

.client-variant-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.client-variant-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid #d7dfef;
    border-radius: 20px;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.client-variant-card:active,
.client-variant-card:hover {
    border-color: #9eb7ea;
    box-shadow: 0 16px 32px rgba(24, 88, 207, 0.12);
    transform: translateY(-1px);
}

.client-variant-card.active {
    border-color: #1956bf;
    background: linear-gradient(180deg, #f9fbff 0%, #eef4ff 100%);
    box-shadow: 0 16px 34px rgba(24, 88, 207, 0.16);
}

.client-variant-thumb {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    overflow: hidden;
    background: #f4f6fb;
    border: 1px solid #e4eaf4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-variant-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-variant-fallback {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #eff3fa 0%, #dfe7f3 100%);
    color: #60708a;
    font-size: 16px;
    font-weight: 800;
}

.client-variant-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.client-variant-copy strong {
    color: #1f2937;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 800;
}

.client-variant-copy em {
    color: #53627a;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
}

.client-variant-copy small {
    color: #7a879c;
    font-size: 12px;
    line-height: 1.4;
}

.option-pill-light {
    color: #1956bf;
}

.option-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

.option-dot-silver {
    background: linear-gradient(180deg, #f0f3f8 0%, #c8d0da 100%);
    border: 1px solid #bcc5d1;
}

.option-dot-black {
    background: #111111;
}

.client-support-row-icons span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.client-support-row-icons i {
    width: 14px;
    height: 14px;
    color: #8b94a4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-support-row-icons i svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-submit-bar-sticky {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 430px;
    padding: 12px 12px 14px;
    border-radius: 22px 22px 0 0;
    border: 1px solid #e4eaf4;
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.10);
    z-index: 25;
}

.client-submit-bar-sticky .client-submit-total {
    margin-bottom: 10px;
    padding: 0 4px;
    color: #526176;
    font-size: 15px;
}

.client-submit-bar-sticky .client-submit-total strong {
    font-size: 18px;
    color: #1556c8;
}

.client-submit-bar-sticky .client-gold-cta {
    width: 100%;
    min-height: 56px;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 800;
}

.client-submit-bar-sticky .client-gold-cta svg {
    width: 18px;
    height: 18px;
}

.client-cart-page {
    padding-bottom: 92px;
}

.client-cart-floating-total {
    position: fixed;
    left: 50%;
    bottom: 72px;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    max-width: 402px;
    padding: 14px 14px 12px;
    border-radius: 22px 22px 0 0;
    border: 1px solid #e4eaf4;
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -12px 26px rgba(15, 23, 42, 0.12);
    z-index: 29;
}

.client-cart-floating-total .client-total-row.large {
    padding: 0 0 8px;
    font-size: 20px;
}

.client-cart-floating-total .client-total-row.large strong {
    color: #1556c8;
    font-size: 20px;
}

.client-cart-floating-total .client-primary-cta {
    min-height: 54px;
    border-radius: 14px;
}

.client-cart-bottom-spacer {
    height: 196px;
}


.client-orders-topbar {
    justify-content: space-between;
}

.client-orders-topbar .orders-copy {
    flex: 1;
    text-align: center;
}

.client-orders-topbar .orders-copy h1 {
    margin: 0;
    color: #1f56b6;
    font-size: 18px;
    font-weight: 800;
}

.client-orders-page {
    padding-top: 10px;
}

.client-orders-filter {
    margin-bottom: 14px;
}

.client-orders-delivery-filter {
    align-items: center;
    gap: 8px;
    padding: 6px;
    margin-bottom: 8px;
    border-radius: 18px;
    background: #eef4ff;
}

.client-filter-label {
    flex: 0 0 auto;
    padding: 0 4px 0 8px;
    color: #56729f;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.client-orders-delivery-filter .client-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    min-width: 78px;
    border-color: transparent;
    box-shadow: none;
}

.client-orders-filter .client-filter-chip {
    min-height: 34px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 800;
}

.client-history-card {
    margin-top: 14px;
    padding: 14px 14px 12px;
    border-radius: 18px;
    border: 1px solid #e4eaf4;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.client-history-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.client-history-label {
    color: #7b879b;
    font-size: 12px;
    font-weight: 700;
}

.client-order-method-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.client-order-method-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
}

.client-order-method-icon.delivery {
    background: #dcfce7;
    color: #15803d;
}

.client-order-method-icon.pickup {
    background: #edf3fb;
    color: #2563eb;
}

.client-history-head h2 {
    margin: 4px 0 6px;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.client-history-time {
    color: #7d8798;
    font-size: 12px;
}

.client-history-status {
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.client-history-status.delivering {
    background: #e9f0ff;
    color: #2857c5;
}

.client-history-status.completed {
    background: #e7f7ee;
    color: #15915c;
}

.client-history-status.pending {
    background: #fff3de;
    color: #cf8400;
}

.client-history-status.cancelled {
    background: #f1f5f9;
    color: #64748b;
}

.client-history-items {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #edf1f7;
}

.client-history-order-item {
    grid-template-columns: 52px minmax(0, 1fr) auto;
}

.client-history-order-item .client-order-mini-thumb {
    width: 52px;
    height: 52px;
}

.client-history-more-toggle {
    margin-top: 12px;
}

.client-history-item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.client-history-item + .client-history-item {
    margin-top: 12px;
}

.client-history-thumb {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(180deg, #f6f8fc 0%, #e9eef6 100%);
    position: relative;
    overflow: hidden;
}

.client-history-thumb.dark {
    background: radial-gradient(circle at 50% 38%, #4c545f 0%, #11161e 72%);
}

.client-history-thumb.dark::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 4px solid #707987;
    box-sizing: border-box;
}

.client-history-thumb.valve::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 16px;
    width: 24px;
    height: 10px;
    border-radius: 8px;
    background: linear-gradient(180deg, #8c949f 0%, #606873 100%);
}

.client-history-thumb.valve::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 7px;
    width: 10px;
    height: 24px;
    border-radius: 6px;
    background: linear-gradient(180deg, #d6dbe2 0%, #828a96 100%);
}

.client-history-thumb.copper {
    background: linear-gradient(180deg, #ffeddb 0%, #f2d2b2 100%);
}

.client-history-thumb.copper::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 5px solid #af5e24;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 3px #dd995e;
}

.client-history-thumb.bulb::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ffffff 0%, #dce2ea 100%);
    border: 1px solid #cbd3de;
}

.client-history-thumb.bulb::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 22px;
    width: 8px;
    height: 10px;
    border-radius: 0 0 4px 4px;
    background: #8f98a6;
}

.client-history-copy strong {
    display: block;
    color: #202a3a;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.client-history-copy span {
    display: block;
    margin-top: 3px;
    color: #7f8899;
    font-size: 12px;
}

.client-history-foot {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #edf1f7;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.client-history-total span {
    display: block;
    color: #6f7b8e;
    font-size: 12px;
    font-weight: 700;
}

.client-history-total strong {
    display: block;
    margin-top: 4px;
    color: #1556c8;
    font-size: 18px;
    font-weight: 800;
}

.client-history-link {
    min-width: 92px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid #dfe6f2;
    background: #ffffff;
    color: #1b56bf;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.04);
}

.client-history-cancel {
    width: 100%;
    min-height: 40px;
    margin-top: 12px;
    border: 1px solid #ffd7d7;
    border-radius: 12px;
    background: #fff5f5;
    color: #b42318;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.18s ease;
}

.client-history-cancel:disabled,
.client-history-cancel.loading {
    cursor: wait;
    opacity: 0.68;
}

.guest-profile-page {
    padding-top: 10px;
}

.client-guest-hero-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 18px 16px;
    border-radius: 24px;
    border: 1px solid #e7edf6;
    background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
    text-decoration: none;
}

.client-guest-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(180deg, #eaf1ff 0%, #dce8ff 100%);
    color: #4d5970;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-guest-avatar svg,
.client-auth-field-icon svg,
.client-auth-eye-btn svg,
.client-guest-login-btn svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-guest-hero-copy h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
}

.client-guest-hero-copy p {
    margin: 0;
    color: #69758a;
    font-size: 12px;
    line-height: 1.5;
}

.client-guest-hero-arrow {
    color: #a0a8b7;
    font-size: 24px;
    line-height: 1;
}

.client-guest-login-btn {
    width: 100%;
    min-height: 42px;
    margin-top: 18px;
    border-radius: 14px;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
}

.client-guest-menu {
    margin-top: 18px;
}

.client-guest-menu .client-profile-menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.client-auth-screen {
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.96), rgba(245, 248, 254, 0.94) 56%, #eef3fb 100%);
}

.client-auth-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px;
    padding-bottom: 34px;
}

.client-auth-copy {
    padding: 6px 8px 0;
    text-align: center;
}

.client-auth-copy h1 {
    margin: 0 0 8px;
    color: #083f9e;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.client-auth-copy p {
    margin: 0;
    color: #4f5d75;
    font-size: 14px;
    line-height: 1.55;
}

.client-auth-copy.register h1 {
    color: #111827;
}

.client-auth-card {
    padding: 18px 18px 16px;
    border-radius: 24px;
    border: 1px solid #e7edf6;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.05);
}

.client-auth-card > .client-auth-field + .client-auth-field {
    margin-top: 12px;
}

.client-register-card {
    padding-top: 16px;
}

.client-auth-label {
    display: block;
    margin-bottom: 6px;
    color: #243655;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
}

.client-auth-label + .client-auth-field,
.client-auth-label + .client-auth-verify-row {
    margin-bottom: 12px;
}

.client-auth-field {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid #cfd8ea;
    background: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.client-auth-field.compact {
    min-width: 0;
    flex: 1 1 auto;
}

.client-auth-field.with-icon {
    padding-left: 12px;
}

.client-auth-field input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: #243655;
    font-size: 15px;
    padding: 0 14px;
}

.client-auth-field input::placeholder {
    color: #a0aec4;
}

.client-auth-field-icon {
    width: 18px;
    height: 18px;
    color: #6a7890;
    flex: 0 0 auto;
}

.client-auth-phone-prefix {
    min-width: 96px;
    height: 100%;
    padding: 0 10px 0 12px;
    border-right: 1px solid #d7deeb;
    color: #13294b;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.client-auth-country-select {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    background: transparent;
    color: #13294b;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.client-auth-password-field {
    padding-right: 12px;
}

.client-auth-password-field input {
    padding-right: 10px;
}

.client-auth-eye-btn {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #65748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
}

.client-auth-helper-row {
    margin: 8px 2px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.client-auth-helper-row a {
    color: #234fb4;
    font-size: 11px;
    font-weight: 700;
}

.client-auth-verify-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 12px;
}

.client-auth-code-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    border: 1px solid #c9d9f5;
    border-radius: 14px;
    background: linear-gradient(180deg, #ddebff 0%, #cfe0ff 100%);
    color: #4364b1;
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.26em;
    cursor: pointer;
    text-decoration: none;
}

.client-auth-submit {
    width: 100%;
    min-height: 44px;
    margin-top: 6px;
    border-radius: 14px;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
}

.client-profile-edit-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 34px;
}

.client-profile-edit-card {
    padding: 18px;
    border-radius: 24px;
    border: 1px solid #e7edf6;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.05);
}

.client-profile-edit-card .client-auth-field {
    margin-bottom: 12px;
}

.client-profile-edit-avatar-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.client-profile-edit-avatar-wrap .client-profile-avatar {
    width: 76px;
    height: 76px;
    margin: 0;
    flex: 0 0 76px;
}

.client-profile-edit-avatar-wrap strong {
    display: block;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
}

.client-profile-edit-avatar-wrap span {
    display: block;
    margin-top: 4px;
    color: #6b778d;
    font-size: 12px;
    line-height: 1.45;
}

.client-avatar-upload-btn {
    position: relative;
    display: flex;
    margin: 0 0 8px;
    cursor: pointer;
}

.client-avatar-upload-btn input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.client-avatar-upload-btn span {
    width: 100%;
    min-height: 44px;
    border-radius: 16px;
    border: 1px dashed #b9c9e6;
    background: linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
    color: #2452ba;
    font-size: 13px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.client-avatar-upload-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-avatar-upload-note {
    margin: 0 0 14px;
    color: #7b8798;
    font-size: 11px;
    line-height: 1.45;
}

.client-profile-avatar.avatar-blue {
    background: linear-gradient(145deg, #dbeafe 0%, #1556c8 100%);
    color: #ffffff;
}

.client-profile-avatar.avatar-green {
    background: linear-gradient(145deg, #dff8ed 0%, #0f9f62 100%);
    color: #ffffff;
}

.client-profile-avatar.avatar-gold {
    background: linear-gradient(145deg, #fff2c6 0%, #d99016 100%);
    color: #ffffff;
}

.client-profile-avatar.avatar-rose {
    background: linear-gradient(145deg, #ffe1e8 0%, #dc4777 100%);
    color: #ffffff;
}

.client-auth-field.readonly {
    background: #f6f8fc;
}

.client-auth-field.readonly input {
    color: #6b778d;
    font-weight: 800;
}

.client-profile-edit-section-title {
    margin-bottom: 14px;
}

.client-profile-edit-section-title h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.client-profile-edit-section-title p {
    margin: 0;
    color: #69758a;
    font-size: 12px;
    line-height: 1.5;
}

.client-profile-password-btn {
    margin-top: 6px;
}

.client-settings-tip-card {
    padding: 14px;
    border-radius: 20px;
    border: 1px solid #dfe8f6;
    background: linear-gradient(135deg, rgba(239, 246, 255, .96), rgba(255, 250, 235, .94));
    color: #53627a;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.client-settings-tip-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 700;
}

.client-settings-tip-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: #ffffff;
    color: #2452ba;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: 0 10px 18px rgba(36, 82, 186, 0.11);
}

.client-settings-tip-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-auth-switch {
    padding-top: 6px;
    text-align: center;
    color: #495870;
    font-size: 14px;
    line-height: 1.6;
}

.client-auth-switch.stacked {
    padding-top: 16px;
}

.client-auth-switch a {
    color: #0f4bb2;
    font-weight: 800;
}

.client-auth-terms {
    margin-top: 8px;
    text-align: center;
    color: #6c788d;
    font-size: 11px;
    line-height: 1.6;
}

.client-auth-terms a {
    color: #4a5e87;
    text-decoration: underline;
}

.client-billing-page { padding-top: 14px; }

.client-balance-hero {
    margin: 8px 0 14px;
    padding: 22px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1559d6 0%, #0750d8 100%);
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-shadow: 0 18px 34px rgba(21, 89, 214, .24);
}

.client-balance-hero span,
.client-billing-metrics span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.client-balance-hero strong {
    display: block;
    margin-top: 16px;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.04em;
}

.client-balance-hero svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: rgba(255,255,255,.72);
    stroke-width: 1.8;
}

.client-billing-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}

.client-billing-metrics > div {
    min-height: 76px;
    padding: 12px;
    border-radius: 10px;
    background: #eef2f7;
}

.client-billing-metrics .remain,
.client-billing-metrics .overdue {
    background: #ffe0dd;
    color: #a10000;
}

.client-billing-metrics strong {
    display: block;
    margin-top: 14px;
    font-size: 15px;
}

.client-billing-section { margin-top: 20px; }

.client-billing-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.client-billing-section-head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 16px;
}

.client-billing-section-head a {
    color: #1556c8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}

.client-billing-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid #edf1f7;
    border-radius: 14px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}

.client-billing-order strong,
.client-billing-order span,
.client-billing-order em {
    display: block;
}

.client-billing-order strong {
    color: #111827;
    font-size: 13px;
}

.client-billing-order span {
    margin-top: 2px;
    color: #475569;
    font-size: 11px;
}

.client-billing-order em {
    margin-top: 8px;
    color: #111827;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.client-billing-order-main {
    flex: 1 1 auto;
    min-width: 0;
}

.client-billing-order small {
    white-space: nowrap;
}

.client-billing-order-money {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 10px;
    margin-top: 8px;
}

.client-billing-order-money em {
    margin-top: 0;
    font-size: 11px;
    white-space: nowrap;
}

.client-billing-order-money em span {
    display: inline;
    margin-top: 0;
    white-space: nowrap;
}

.client-billing-order em.danger { color: #c00000; }

.client-billing-order b {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background: #f2f5fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1556c8;
}

.client-payment-list {
    border-radius: 14px;
    background: #fff;
    border: 1px solid #edf1f7;
    overflow: hidden;
}

.client-payment-line {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    border-bottom: 1px solid #edf1f7;
}

.client-payment-line:last-child { border-bottom: 0; }

.client-payment-line strong,
.client-payment-line span { display: block; }

.client-payment-line strong {
    color: #111827;
    font-size: 13px;
}

.client-payment-line span {
    margin-top: 4px;
    color: #6b7280;
    font-size: 12px;
}

.client-payment-line b {
    color: #1556c8;
    font-size: 14px;
}

.client-balance-hero small {
    display: block;
    max-width: 240px;
    margin-top: 10px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    line-height: 1.45;
}

.client-billing-snapshot {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 20px;
}

.client-billing-snapshot > div {
    min-height: 74px;
    padding: 13px;
    border: 1px solid #edf1f7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.client-billing-snapshot span {
    display: block;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.client-billing-snapshot strong {
    display: block;
    margin-top: 12px;
    color: #0f172a;
    font-size: 15px;
}

.client-billing-order-main {
    flex: 1 1 auto;
    min-width: 0;
}

.client-billing-order small {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.client-billing-order small span {
    display: inline;
    margin-top: 0;
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
}

.client-billing-order-money {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 10px;
    margin-top: 8px;
}

.client-billing-order-money em {
    margin-top: 0;
    font-size: 11px;
    white-space: nowrap;
}

.client-billing-order-money em span {
    display: inline;
    margin-top: 0;
    white-space: nowrap;
}

.client-aging-list {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #edf1f7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.client-aging-line > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
}

.client-aging-line span {
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}

.client-aging-line strong {
    color: #0f172a;
    font-size: 12px;
}

.client-aging-line i {
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #eef2f7;
}

.client-aging-line em {
    display: block;
    height: 100%;
    min-width: 4px;
    border-radius: inherit;
    background: linear-gradient(90deg, #1559d6, #16a34a);
}

.client-billing-trend {
    padding: 14px;
    border: 1px solid #edf1f7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .04);
}

.client-trend-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
}

.client-trend-row span,
.client-trend-row strong {
    color: #475569;
    font-size: 11px;
    font-weight: 800;
}

.client-trend-row strong {
    color: #0f172a;
    white-space: nowrap;
}

.client-trend-row div {
    position: relative;
    height: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #eef2f7;
}

.client-trend-row i {
    position: absolute;
    left: 0;
    height: 8px;
    border-radius: 999px;
}

.client-trend-row i.total {
    top: 2px;
    background: #1559d6;
}

.client-trend-row i.paid {
    bottom: 2px;
    background: #16a34a;
}

.client-billing-trend p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 4px 0 0;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

.client-billing-trend p span {
    white-space: nowrap;
}

.client-billing-trend p span[data-i18n] {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
}

.client-billing-trend p span:not([data-i18n]) {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1559d6;
}

.client-billing-trend p span.paid-dot {
    margin-left: 8px;
    background: #16a34a;
}

@media (max-width: 430px) {
    .client-product-list-grid {
        gap: 12px;
    }

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

    .client-detail-price strong {
        font-size: 48px;
    }

    .client-detail-machine-photo {
        width: min(100%, 270px);
    }

    .client-submit-bar-sticky {
        bottom: 0;
        width: 100%;
    }

    .client-pickup-warehouse-grid,
    .client-checkout-grid.two {
        grid-template-columns: 1fr;
    }

    .client-page-main.no-bottom-nav.client-checkout-page {
        padding-bottom: 176px;
    }

    .client-auth-card {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.home-lang-dropdown.is-closing .home-lang-menu,
.home-lang-dropdown.is-closed .home-lang-menu {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(6px) !important;
    pointer-events: none !important;
}
