.loginBody{
    background-image: url(/dist/img/media/bg2.jpg);
    background-size: cover;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
.max20ch{
    width: 20ch; /* 设置容器宽度为大约容纳20个字符的宽度 */
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
}
.max25ch{
    width: 25ch; /* 设置容器宽度为大约容纳25个字符的宽度 */
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
}
.max40ch{
    width: 40ch; /* 设置容器宽度为大约容纳40个字符的宽度 */
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
}
.max30ch{
    width: 30ch; /* 设置容器宽度为大约容纳30个字符的宽度 */
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
}
.max60ch{
    width: 60ch; /* 设置容器宽度为大约容纳20个字符的宽度 */
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
}

.has-success .form-control {
    border-color: var(--tblr-form-valid-border-color);
    padding-right: calc(1.4285714286em + .875rem);
    --tblr-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232fb344' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.3571428572em + .21875rem) center;
    background-size: calc(.7142857143em + .4375rem) calc(.7142857143em + .4375rem);
}
.has-success  .form-select {
    border-color: var(--tblr-form-valid-border-color);
    background-repeat: no-repeat;
    background-position: right calc(.3571428572em + .21875rem) center;
    background-size: calc(.7142857143em + .4375rem) calc(.7142857143em + .4375rem);
}

.has-danger .form-control {
    border-color: var(--tblr-form-invalid-border-color);
    padding-right: calc(1.4285714286em + .875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d63939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.3571428572em + .21875rem) center;
    background-size: calc(.7142857143em + .4375rem) calc(.7142857143em + .4375rem);
}
.has-danger .form-select {
    border-color: var(--tblr-form-invalid-border-color);
    background-repeat: no-repeat;
    background-position: right calc(.3571428572em + .21875rem) center;
    background-size: calc(.7142857143em + .4375rem) calc(.7142857143em + .4375rem);
}

.form-group .text-help {
    color: #dc1d34;
}

.pristine-error {
    display: table;
}
.sidebar .nav-sidebar .nav-sidebar-sub {
    padding-left: 1.5rem !important;
}
.max130h {
    max-height: 130px;
    width: auto;
}
.min130h {
    min-height: 130px;
    width: auto;
}
.min500h {
    min-height: 500px;
    width: auto;
}
.input-group .el-select .el-input__inner {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* ========================================
   Vue 页面加载器样式
   ======================================== */

/* Vue 编译前隐藏模板语法 */
[v-cloak] {
    display: none !important;
}

/* 页面加载器 */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
}

/* ========================================
   正方形图片样式
   ======================================== */

.square-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.square-img-container {
    aspect-ratio: 1/1;
    width: 100%;
    overflow: hidden;
    display: block;
}
@keyframes cartBounce {
    0%   { transform: scale(1); }
    30%  { transform: scale(1.4); }
    60%  { transform: scale(0.9); }
    100% { transform: scale(1); }
}

/* ========================================
   优惠券样式
   ======================================== */

.coupon-card-my { overflow: hidden; border: 1px solid #e6e8eb; border-radius: 8px; }
.coupon-card-available { overflow: hidden; border: 1px solid #e6e8eb; border-radius: 8px; }
.coupon-card-my.coupon-used, .coupon-card-my.coupon-expired { opacity: 0.55; }
.coupon-card-my.coupon-used .coupon-left, .coupon-card-my.coupon-expired .coupon-left { background: #b0b8c4; }

.coupon-left {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    min-width: 100px; padding: 16px 12px; background: #206bc4; color: #fff;
    position: relative;
}
.coupon-left::after {
    content: ''; position: absolute; right: -6px; top: 50%; transform: translateY(-50%);
    width: 12px; height: 12px; border-radius: 50%; background: #fff;
    box-shadow: 0 -28px 0 0 #fff, 0 28px 0 0 #fff;
}
.coupon-left-my { background: #206bc4; }

.coupon-icon { opacity: 0.4; margin-bottom: 4px; }
.coupon-value-text { font-size: 1.5rem; font-weight: 700; line-height: 1.2; }
.coupon-value-text small { font-size: 0.75em; }
.text-red { color: #d63939; }
.text-orange { color: #f76707; }

.coupon-right { padding: 14px 16px; }
.coupon-receive-btn { padding: 8px 20px; font-size: 15px; border-radius: 20px; font-weight: 600; }
.empty-state-icon { font-size: 48px; }
.rich-text-content img { max-width: 100%; height: auto; }

.dashboard-stat-value {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
}
.dashboard-chart {
    min-height: 280px;
}
.dashboard-chart-lg {
    min-height: 320px;
}
.dashboard-empty {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tblr-secondary);
}
.dashboard-quick-link {
    display: block;
    border: 1px solid var(--tblr-border-color);
    border-radius: var(--tblr-border-radius);
    padding: 1rem;
    color: inherit;
    text-align: center;
    text-decoration: none;
}
.dashboard-quick-link:hover {
    border-color: var(--tblr-primary);
    color: var(--tblr-primary);
    text-decoration: none;
}
.dashboard-todo-link:hover {
    background: var(--tblr-bg-surface-secondary);
}
.chart-filter-actions {
    gap: .5rem;
}
.chart-table-rank {
    width: 2.5rem;
}
.chart-date-range {
    width: 260px !important;
}

.checkout-points-input {
    width: 150px;
    margin-left: auto;
}
.checkout-points-input .form-control {
    min-width: 0;
}
.points-deduct-subtext {
    font-size: 0.75rem;
    font-weight: 400;
}

.distributor-invite-card {
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}
.distributor-invite-code {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .14em;
    color: var(--tblr-primary);
}
.distributor-invite-qrcode {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    background: #fff;
    padding: 8px;
    border: 1px solid var(--tblr-border-color);
}

.message-dropdown-card {
    min-width: 360px;
}
.message-detail-content {
    white-space: normal;
    line-height: 1.7;
}
.message-empty-icon {
    font-size: 48px;
}
.mobile-body {
    --mobile-tabbar-height: 52px;
    margin: 0;
    background: #f6f8fb;
    color: #1f2937;
}
.mobile-page {
    min-height: 100vh;
    padding-bottom: calc(var(--mobile-tabbar-height) + env(safe-area-inset-bottom));
}
.mobile-content {
    padding: 16px;
}
.mobile-distributors-page {
    padding: 16px;
}
.mobile-distributors-invite {
    border-radius: 20px;
    padding: 18px;
    color: #fff;
    background: linear-gradient(135deg, #206bc4, #4299e1);
    box-shadow: 0 14px 30px rgba(32, 107, 196, .22);
}
.mobile-distributors-invite-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.mobile-distributors-invite-top span,
.mobile-distributors-invite p {
    opacity: .82;
}
.mobile-distributors-invite-top strong {
    display: block;
    margin-top: 8px;
    font-size: 32px;
    letter-spacing: .14em;
}
.mobile-distributors-invite-top img {
    width: 86px;
    height: 86px;
    border-radius: 12px;
    padding: 6px;
    background: #fff;
}
.mobile-distributors-invite button,
.mobile-distributors-toolbar button,
.mobile-distributors-add,
.mobile-distributors-more,
.mobile-distributors-subcard button {
    border: 0;
    border-radius: 999px;
    padding: 9px 14px;
    background: #206bc4;
    color: #fff;
    font-weight: 600;
}
.mobile-distributors-invite button {
    margin-top: 14px;
    background: rgba(255, 255, 255, .18);
}
.mobile-distributors-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 14px 0;
}
.mobile-distributors-stats article,
.mobile-distributors-card,
.mobile-distributors-subcard,
.mobile-distributors-order-detail {
    border-radius: 16px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}
.mobile-distributors-stats strong {
    display: block;
    font-size: 22px;
}
.mobile-distributors-stats span,
.mobile-distributors-card-meta,
.mobile-distributors-subcard span,
.mobile-distributors-subcard p,
.mobile-distributors-order-detail p {
    color: #64748b;
    font-size: 12px;
}
.mobile-distributors-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.mobile-distributors-toolbar form {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 6px;
}
.mobile-distributors-toolbar input,
.mobile-drawer-form input,
.mobile-drawer-form select,
.mobile-drawer-form textarea {
    width: 100%;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
}
.mobile-distributors-toolbar input {
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
    -webkit-appearance: none;
}
.mobile-distributors-toolbar button,
.mobile-distributors-add {
    flex: 0 0 auto;
    height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    line-height: 40px;
    white-space: nowrap;
}
.mobile-distributors-list {
    display: grid;
    gap: 12px;
}
.mobile-distributors-card-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}
.mobile-distributors-card-head strong,
.mobile-distributors-card-head span {
    display: block;
}
.mobile-distributors-card-head em {
    align-self: flex-start;
    border-radius: 999px;
    padding: 4px 9px;
    font-style: normal;
    font-size: 12px;
}
.mobile-distributors-card-head em.approved { background: #dcfce7; color: #166534; }
.mobile-distributors-card-head em.pending { background: #fef3c7; color: #92400e; }
.mobile-distributors-card-head em.rejected { background: #fee2e2; color: #991b1b; }
.mobile-distributors-card-meta,
.mobile-distributors-actions {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
}
.mobile-distributors-actions button {
    flex: 1;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    padding: 8px;
    background: #f8fafc;
    color: #206bc4;
}
#mobileChildAddressCanvas.offcanvas-bottom,
#mobileChildOrdersCanvas.offcanvas-bottom,
#mobileChildOrderDetailCanvas.offcanvas-bottom {
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
}
#mobileChildDistributorCanvas.offcanvas-bottom,
#mobileChildAddressFormCanvas.offcanvas-bottom,
#mobileDistributorAddressCanvas.offcanvas-bottom {
    height: auto;
    max-height: 88vh;
    border-radius: 22px 22px 0 0;
}
#mobileChildDistributorCanvas .offcanvas-body,
#mobileChildAddressCanvas .offcanvas-body,
#mobileChildAddressFormCanvas .offcanvas-body,
#mobileChildOrdersCanvas .offcanvas-body,
#mobileChildOrderDetailCanvas .offcanvas-body,
#mobileDistributorAddressCanvas .offcanvas-body {
    overflow-y: auto;
}
.mobile-drawer-form {
    display: grid;
    gap: 12px;
}
.mobile-drawer-form label {
    display: grid;
    gap: 6px;
    color: #334155;
    font-size: 13px;
}
.mobile-map-picker-card {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    background: #eff6ff;
}
.mobile-map-picker-title {
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
}
.mobile-map-picker-search {
    display: flex;
    gap: 8px;
}
.mobile-map-picker-search input {
    flex: 1;
    min-width: 0;
    height: 38px;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    padding: 0 10px;
    background: #fff;
}
.mobile-map-picker-search button {
    flex: 0 0 auto;
    height: 38px;
    border: 0;
    border-radius: 10px;
    padding: 0 14px;
    background: #206bc4;
    color: #fff;
    font-weight: 700;
}
.mobile-map-picker-canvas {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: 1px solid #93c5fd;
    border-radius: 12px;
    background: #dbeafe;
}
.mobile-map-picker-coord,
.mobile-map-picker-hint {
    color: #64748b;
    font-size: 12px;
}
.mobile-distributors-panel {
    display: grid;
    gap: 12px;
}
.mobile-distributors-add-block {
    border: 1px dashed #93c5fd;
    border-radius: 14px;
    padding: 12px;
    background: #eff6ff;
    color: #206bc4;
    font-weight: 600;
}
.mobile-distributors-subcard div,
.mobile-distributors-order-detail li {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
}
.mobile-distributors-order-detail ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.mobile-distributors-more {
    width: 100%;
    margin-top: 14px;
}
.mobile-drawer-form .is-hidden {
    display: none;
}

.mobile-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    padding: 0 16px;
    background: #fff;
    border-bottom: 1px solid #edf0f4;
}
.mobile-header-title {
    flex: 1;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}
.mobile-header-side {
    width: 56px;
    min-height: 1px;
}
.mobile-header-action {
    color: #206bc4;
    font-size: 14px;
    text-decoration: none;
}
.mobile-tabbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: var(--mobile-tabbar-height);
    padding: 6px 0 env(safe-area-inset-bottom);
    background: #fff;
    border-top: 1px solid #edf0f4;
}
.mobile-tabbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #667085;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
}
.mobile-tabbar-item.active {
    color: #206bc4;
    font-weight: 700;
}
.mobile-tabbar-icon {
    font-size: 18px;
    line-height: 1;
}
.mobile-login-page {
    min-height: 100vh;
    background: linear-gradient(180deg, #edf5ff 0%, #f8fbff 56%, #ffffff 100%);
    color: #111827;
    overflow: hidden;
}
.mobile-login-hero {
    position: relative;
    min-height: 330px;
    padding: 28px 22px 96px;
    color: #fff;
    background: linear-gradient(145deg, #0b4fc4 0%, #206bc4 48%, #63a1ff 100%);
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
    overflow: hidden;
}
.mobile-login-orb {
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    pointer-events: none;
}
.mobile-login-orb-one {
    width: 190px;
    height: 190px;
    top: -42px;
    right: -54px;
}
.mobile-login-orb-two {
    width: 120px;
    height: 120px;
    right: 52px;
    bottom: 46px;
    background: rgba(255, 255, 255, .09);
}
.mobile-login-brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}
.mobile-login-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, .92);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(4, 33, 83, .22);
}
.mobile-login-logo {
    width: 34px;
    height: 34px;
}
.mobile-login-brand-label {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}
.mobile-login-brand-subtitle {
    margin-top: 3px;
    font-size: 12px;
    opacity: .78;
}
.mobile-login-hero-copy {
    position: relative;
    z-index: 1;
    margin-top: 48px;
}
.mobile-login-kicker {
    margin: 0 0 10px;
    font-size: 15px;
    opacity: .86;
}
.mobile-login-title {
    margin: 0;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.03em;
}
.mobile-login-subtitle {
    margin: 14px 0 0;
    font-size: 15px;
    opacity: .86;
}
.mobile-login-panel {
    position: relative;
    z-index: 2;
    padding: 0 18px 28px;
    margin-top: -70px;
}
.mobile-login-card {
    width: 100%;
    padding: 24px 20px 22px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(32, 107, 196, .08);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(25, 68, 130, .18);
}
.mobile-login-card-header {
    margin-bottom: 22px;
}
.mobile-login-card-header h2 {
    margin: 0;
    font-size: 21px;
    font-weight: 850;
}
.mobile-login-card-header p {
    margin: 6px 0 0;
    color: #667085;
    font-size: 14px;
}
.mobile-login-input-wrap {
    position: relative;
}
.mobile-login-input-wrap .input-group {
    background: #f4f7fb;
    border: 1px solid #edf1f6;
    border-radius: 16px;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, background-color .15s ease-in-out;
}
.mobile-login-input-wrap .input-group:focus-within {
    background: #fff;
    border-color: #7db2ff;
    box-shadow: 0 0 0 4px rgba(32, 107, 196, .11);
}
.mobile-login-input-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;
    transform: translateY(-50%);
    color: #206bc4;
    font-size: 17px;
    line-height: 1;
}
.mobile-login-input-wrap:focus-within .mobile-login-input-icon {
    color: #206bc4;
}
.mobile-login-input {
    height: 52px;
    padding-left: 46px;
    background: #f4f7fb;
    border-color: #edf1f6;
    border-radius: 16px;
    box-shadow: none;
    font-size: 15px;
}
.mobile-login-input-wrap .input-group .mobile-login-input {
    background: transparent;
    border: 0;
    border-radius: 16px 0 0 16px;
}
.mobile-login-input-wrap .input-group .input-group-text {
    background: transparent;
    border: 0;
    border-radius: 0 16px 16px 0;
}
.mobile-login-input:focus {
    background: #fff;
    border-color: #7db2ff;
    box-shadow: 0 0 0 4px rgba(32, 107, 196, .11);
}
.mobile-login-input-wrap .input-group .mobile-login-input:focus {
    background: transparent;
    box-shadow: none;
}
.mobile-login-submit {
    height: 52px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #0b57d0 0%, #206bc4 50%, #4f94ff 100%);
    box-shadow: 0 14px 28px rgba(32, 107, 196, .26);
    font-weight: 800;
}
.mobile-login-submit:disabled {
    opacity: .72;
    box-shadow: none;
}
.mobile-login-register {
    margin-top: 20px;
    color: #667085;
    font-size: 14px;
    text-align: center;
}
.mobile-login-register a {
    color: #206bc4;
    font-weight: 700;
    text-decoration: none;
}
.mobile-register-page {
    display: grid;
    gap: 16px;
    padding-bottom: 20px;
}
.mobile-register-hero {
    position: relative;
    padding: 20px;
    color: #fff;
    background: linear-gradient(145deg, #0b4fc4 0%, #206bc4 54%, #63a1ff 100%);
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(32, 107, 196, .22);
    overflow: hidden;
}
.mobile-register-hero::after {
    content: '';
    position: absolute;
    right: -42px;
    top: -48px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, .12);
    border-radius: 999px;
}
.mobile-register-eyebrow,
.mobile-register-hero h1,
.mobile-register-hero p,
.mobile-register-steps {
    position: relative;
    z-index: 1;
}
.mobile-register-eyebrow {
    margin: 0;
    font-size: 13px;
    opacity: .82;
}
.mobile-register-hero h1 {
    margin: 8px 0 0;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -.02em;
}
.mobile-register-hero p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.6;
    opacity: .86;
}
.mobile-register-steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 800;
}
.mobile-register-steps span {
    padding: 7px 10px;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
}
.mobile-register-card {
    padding: 18px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}
.mobile-register-card-header {
    margin-bottom: 16px;
}
.mobile-register-card-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 850;
}
.mobile-register-card-header p {
    margin: 6px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}
.mobile-register-field {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
}
.mobile-register-field span {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}
.mobile-register-field .form-control {
    min-height: 46px;
    background: #f8fafc;
    border-color: #edf1f6;
    border-radius: 14px;
    font-size: 15px;
}
.mobile-register-field .form-control:focus {
    background: #fff;
    border-color: #7db2ff;
    box-shadow: 0 0 0 4px rgba(32, 107, 196, .1);
}
.mobile-register-field .input-group .form-control {
    background: transparent;
    border: 0;
    box-shadow: none;
}
.mobile-register-field .input-group {
    background: #f8fafc;
    border: 1px solid #edf1f6;
    border-radius: 14px;
}
.mobile-register-field .input-group:focus-within {
    background: #fff;
    border-color: #7db2ff;
    box-shadow: 0 0 0 4px rgba(32, 107, 196, .1);
}
.mobile-register-field .input-group-text {
    background: transparent;
    border: 0;
}
.mobile-register-agreement {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 4px 0 16px;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}
.mobile-register-agreement a {
    color: #206bc4;
    font-weight: 800;
}
.mobile-register-submit {
    width: 100%;
    height: 50px;
    color: #fff;
    background: linear-gradient(135deg, #0b57d0 0%, #206bc4 50%, #4f94ff 100%);
    border: 0;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(32, 107, 196, .24);
    font-weight: 850;
}
.mobile-register-submit:disabled {
    opacity: .72;
    box-shadow: none;
}
.mobile-register-login-link {
    margin-top: 16px;
    color: #667085;
    font-size: 14px;
    text-align: center;
}
.mobile-register-login-link a {
    color: #206bc4;
    font-weight: 800;
}
.mobile-section {
    margin-bottom: 16px;
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.mobile-section-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
}
.mobile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.mobile-quick-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: inherit;
    font-size: 13px;
    text-decoration: none;
}
.mobile-quick-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #206bc4;
    background: #edf5ff;
    border-radius: 14px;
    font-weight: 700;
}
.mobile-empty {
    padding: 36px 16px;
    color: #667085;
    text-align: center;
}
.mobile-shell-actions {
    display: grid;
    gap: 10px;
}
.mobile-profile-name {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}
.mobile-profile-meta {
    margin: 6px 0 0;
    color: #667085;
}
.mobile-profile-page {
    display: grid;
    gap: 14px;
    padding-bottom: 16px;
}
.mobile-profile-hero {
    position: relative;
    padding: 22px 20px;
    color: #fff;
    background: linear-gradient(145deg, #102a56 0%, #206bc4 58%, #6ba5ff 100%);
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(32, 107, 196, .22);
    overflow: hidden;
}
.mobile-profile-hero::before,
.mobile-profile-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}
.mobile-profile-hero::before {
    right: -40px;
    top: -48px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, .12);
}
.mobile-profile-hero::after {
    right: 48px;
    bottom: -54px;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(255, 255, 255, .22);
}
.mobile-profile-eyebrow,
.mobile-profile-title,
.mobile-profile-subtitle,
.mobile-profile-status {
    position: relative;
    z-index: 1;
}
.mobile-profile-eyebrow {
    margin: 0;
    font-size: 13px;
    opacity: .8;
}
.mobile-profile-title {
    margin: 8px 0 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.02em;
}
.mobile-profile-subtitle {
    min-height: 18px;
    margin: 6px 0 0;
    font-size: 13px;
    opacity: .82;
}
.mobile-profile-status {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
}
.mobile-profile-status.is-warning {
    color: #713f12;
    background: #fef3c7;
    border-color: rgba(254, 243, 199, .84);
}
.mobile-profile-status.is-normal {
    color: #ecfdf3;
}
.mobile-profile-assets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.mobile-profile-asset-card {
    min-width: 0;
    padding: 14px 10px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
}
.mobile-profile-asset-card span {
    display: block;
    color: #667085;
    font-size: 12px;
}
.mobile-profile-asset-card strong {
    display: block;
    margin-top: 8px;
    overflow: hidden;
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-profile-menu {
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.mobile-profile-menu-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}
.mobile-profile-menu-header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 850;
}
.mobile-profile-menu-header span {
    color: #98a2b3;
    font-size: 12px;
}
.mobile-profile-menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    color: inherit;
    border-bottom: 1px solid #edf0f4;
    text-decoration: none;
}
.mobile-profile-menu-item:last-child {
    border-bottom: 0;
}
.mobile-profile-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    color: #206bc4;
    background: #edf5ff;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 900;
}
.mobile-profile-menu-text {
    flex: 1;
    font-size: 14px;
    font-weight: 750;
}
.mobile-profile-menu-arrow {
    color: #98a2b3;
    font-size: 22px;
    line-height: 1;
}
.mobile-profile-logout {
    width: 100%;
    height: 48px;
    color: #b42318;
    background: #fff;
    border: 1px solid #ffd1cc;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(180, 35, 24, .05);
    font-weight: 850;
}
.mobile-dashboard-hero {
    position: relative;
    margin-bottom: 14px;
    padding: 20px;
    color: #fff;
    background: linear-gradient(135deg, #0b4fc4 0%, #206bc4 52%, #5d9dff 100%);
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(32, 107, 196, .24);
    overflow: hidden;
}
.mobile-dashboard-hero::after {
    content: '';
    position: absolute;
    right: -42px;
    top: -46px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, .12);
    border-radius: 999px;
}
.mobile-dashboard-eyebrow {
    margin: 0;
    font-size: 13px;
    opacity: .82;
}
.mobile-dashboard-balance {
    margin-top: 8px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -.03em;
}
.mobile-dashboard-meta {
    margin: 8px 0 0;
    font-size: 13px;
    opacity: .84;
}
.mobile-dashboard-points {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
}
.mobile-dashboard-points span {
    font-size: 12px;
    opacity: .78;
}
.mobile-dashboard-points strong {
    font-size: 15px;
}
.mobile-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 14px;
}
.mobile-stat-card {
    padding: 16px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.mobile-stat-card span {
    display: block;
    color: #667085;
    font-size: 12px;
}
.mobile-stat-card strong {
    display: block;
    margin-top: 8px;
    color: #111827;
    font-size: 21px;
    font-weight: 900;
}
.mobile-dashboard-section {
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.mobile-dashboard-monthly-card {
    padding-bottom: 8px;
    overflow: hidden;
}
.mobile-dashboard-monthly-header {
    align-items: flex-start;
}
.mobile-dashboard-monthly-total {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    padding: 8px 10px;
    text-align: right;
    background: #f4f8ff;
    border-radius: 14px;
}
.mobile-dashboard-monthly-total span {
    color: #667085;
    font-size: 11px;
}
.mobile-dashboard-monthly-total strong {
    color: #206bc4;
    font-size: 16px;
    font-weight: 900;
}
.mobile-dashboard-monthly-chart {
    min-height: 240px;
    margin: 0 -8px;
}
.mobile-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.mobile-section-subtitle {
    color: #98a2b3;
    font-size: 12px;
}
.mobile-section-link {
    color: #206bc4;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.mobile-trend-bars {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    min-height: 148px;
}
.mobile-trend-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}
.mobile-trend-bar-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 96px;
    padding: 6px 0;
    background: #f4f7fb;
    border-radius: 999px;
}
.mobile-trend-bar {
    width: 12px;
    min-height: 12px;
    background: linear-gradient(180deg, #4f94ff 0%, #206bc4 100%);
    border-radius: 999px;
}
.mobile-trend-amount {
    color: #206bc4;
    font-size: 11px;
    font-weight: 800;
}
.mobile-trend-count {
    color: #667085;
    font-size: 11px;
}
.mobile-trend-date {
    color: #98a2b3;
    font-size: 10px;
}
.mobile-todo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.mobile-todo-card {
    padding: 14px;
    color: inherit;
    background: #f7f9fc;
    border-radius: 16px;
    text-decoration: none;
}
.mobile-todo-card strong {
    display: block;
    color: #206bc4;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}
.mobile-todo-card span {
    display: block;
    margin-top: 8px;
    color: #667085;
    font-size: 12px;
}
.mobile-order-list {
    display: grid;
    gap: 10px;
}
.mobile-order-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0;
    color: inherit;
    border-bottom: 1px solid #edf0f4;
    text-decoration: none;
}
.mobile-order-card:last-child {
    border-bottom: 0;
}
.mobile-order-card strong,
.mobile-order-card span {
    display: block;
}
.mobile-order-card strong {
    font-size: 14px;
}
.mobile-order-card span {
    margin-top: 4px;
    color: #98a2b3;
    font-size: 11px;
}
.mobile-order-side {
    flex: 0 0 auto;
    text-align: right;
}
.mobile-status {
    display: inline-block !important;
    margin-top: 6px !important;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px !important;
    font-weight: 700;
}
.mobile-status-warning { color: #b54708 !important; background: #fff4e5; }
.mobile-status-primary { color: #175cd3 !important; background: #eaf3ff; }
.mobile-status-danger { color: #b42318 !important; background: #fee4e2; }
.mobile-status-info { color: #026aa2 !important; background: #e0f2fe; }
.mobile-status-success { color: #027a48 !important; background: #dcfae6; }
.mobile-status-muted { color: #667085 !important; background: #f2f4f7; }
.mobile-product-detail {
    padding-bottom: calc(var(--mobile-tabbar-height) + 66px + env(safe-area-inset-bottom));
}
.mobile-product-hero {
    overflow: hidden;
    color: #fff;
    background: linear-gradient(145deg, #0f172a 0%, #174ea6 54%, #2563eb 100%);
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .18);
}
.mobile-product-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    background: rgba(255, 255, 255, .1);
}
.mobile-product-image {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
}
.mobile-product-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    color: rgba(255, 255, 255, .74);
    background: rgba(255, 255, 255, .12);
    border: 1px dashed rgba(255, 255, 255, .35);
    border-radius: 28px;
}
.mobile-product-hero-content {
    padding: 16px;
}
.mobile-product-title-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.mobile-product-title {
    flex: 1;
    margin: 0;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.35;
}
.mobile-product-favorite-btn {
    flex: 0 0 auto;
    padding: 6px 10px;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 999px;
}
.mobile-product-favorite-btn.active {
    color: #fef3c7;
    background: rgba(245, 158, 11, .22);
    border-color: rgba(251, 191, 36, .46);
}
.mobile-product-price {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.03em;
}
.mobile-product-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.mobile-product-meta-row span {
    padding: 4px 8px;
    font-size: 12px;
    background: rgba(255, 255, 255, .14);
    border-radius: 999px;
}
.mobile-product-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}
.mobile-product-info-card {
    min-width: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 16px;
}
.mobile-product-info-card span {
    display: block;
    margin-bottom: 5px;
    color: #667085;
    font-size: 12px;
}
.mobile-product-info-card strong {
    display: block;
    overflow: hidden;
    color: #111827;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-product-detail-section {
    margin-top: 12px;
}
.mobile-product-rich-text {
    overflow: hidden;
    line-height: 1.7;
    word-break: break-word;
}
.mobile-product-rich-text img,
.mobile-product-rich-text video {
    max-width: 100%;
    height: auto;
}
.mobile-product-action-bar {
    position: fixed;
    right: 0;
    bottom: var(--mobile-tabbar-height);
    left: 0;
    z-index: 29;
    display: flex;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid #edf0f4;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, .08);
    backdrop-filter: blur(12px);
}
.mobile-product-secondary-btn,
.mobile-product-cart-btn {
    height: 44px;
    border-radius: 14px;
    font-weight: 800;
}
.mobile-product-secondary-btn {
    flex: 0 0 104px;
    color: #206bc4;
    background: #fff;
    border: 1px solid #bfdbfe;
}
.mobile-product-secondary-btn.active {
    color: #b45309;
    background: #fffbeb;
    border-color: #fde68a;
}
.mobile-product-cart-btn {
    flex: 1;
    color: #fff;
    background: #206bc4;
    border: 0;
}
.mobile-product-cart-btn:disabled {
    background: #9ca3af;
}
.mobile-auth-page {
    display: grid;
    gap: 14px;
}
.mobile-auth-status-card,
.mobile-form-card {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}
.mobile-auth-status-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    background: linear-gradient(145deg, #ffffff 0%, #f1f7ff 100%);
}
.mobile-auth-kicker {
    margin: 0 0 8px;
    color: #667085;
    font-size: 12px;
    font-weight: 700;
}
.mobile-auth-status-title {
    margin: 0;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.03em;
}
.mobile-auth-status-desc {
    margin: 8px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}
.mobile-auth-status-badge {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}
.mobile-auth-status-badge.is-success {
    color: #027a48;
    background: #dcfae6;
}
.mobile-auth-status-badge.is-pending {
    color: #b54708;
    background: #fff4e5;
}
.mobile-auth-status-badge.is-failed {
    color: #b42318;
    background: #fee4e2;
}
.mobile-auth-status-badge.is-empty {
    color: #175cd3;
    background: #eaf3ff;
}
.mobile-form-card {
    padding: 16px;
}
.mobile-auth-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.mobile-auth-card-head h3,
.mobile-auth-form-title h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 850;
}
.mobile-auth-card-head p,
.mobile-auth-form-title p {
    margin: 5px 0 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.5;
}
.mobile-auth-type-switch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.mobile-auth-type-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    margin: 0;
    color: #344054;
    background: #f7f9fc;
    border: 1px solid #edf0f4;
    border-radius: 16px;
    font-weight: 800;
}
.mobile-auth-type-option.active {
    color: #206bc4;
    background: #edf5ff;
    border-color: #9ec5fe;
}
.mobile-auth-type-option.disabled {
    opacity: .72;
}
.mobile-auth-type-option input {
    margin: 0;
}
.mobile-auth-form-title {
    margin-bottom: 16px;
}
.mobile-auth-field {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}
.mobile-auth-field > span {
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}
.mobile-auth-field .form-control {
    min-height: 46px;
    border-color: #e4e7ec;
    border-radius: 14px;
}
.mobile-auth-field .form-control:disabled {
    color: #667085;
    background: #f2f4f7;
}
.mobile-auth-long-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #667085;
    font-size: 13px;
}
.mobile-auth-upload-row {
    display: grid;
    gap: 10px;
}
.mobile-auth-image-preview {
    display: block;
    width: 92px;
    height: 92px;
    padding: 4px;
    background: #f8fafc;
    border: 1px solid #edf0f4;
    border-radius: 18px;
}
.mobile-auth-image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.mobile-primary-action {
    display: block;
    width: 100%;
    height: 48px;
    color: #fff;
    background: #206bc4;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(32, 107, 196, .22);
    font-weight: 850;
}
.mobile-primary-action:disabled {
    background: #9ca3af;
    box-shadow: none;
}
.mobile-products-page {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
}
.mobile-products-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding: 12px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.mobile-products-search-form {
    display: flex;
    flex: 1;
    min-width: 0;
    gap: 8px;
}
.mobile-products-search-input {
    flex: 1;
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    background: #f4f7fb;
    border: 1px solid #edf1f6;
    border-radius: 14px;
    outline: none;
}
.mobile-products-search-input:focus {
    background: #fff;
    border-color: #7db2ff;
    box-shadow: 0 0 0 4px rgba(32, 107, 196, .11);
}
.mobile-products-search-submit,
.mobile-products-favorite-toggle,
.mobile-products-top-category,
.mobile-products-side-category,
.mobile-products-fav-btn,
.mobile-products-cart-btn,
.mobile-products-load-more,
.mobile-products-checkout-bar {
    border: 0;
    font-weight: 800;
}
.mobile-products-search-submit {
    flex: 0 0 58px;
    height: 42px;
    color: #fff;
    background: #206bc4;
    border-radius: 14px;
}
.mobile-products-search-submit:disabled,
.mobile-products-favorite-toggle:disabled,
.mobile-products-top-category:disabled,
.mobile-products-side-category:disabled,
.mobile-products-load-more:disabled {
    opacity: .58;
    cursor: not-allowed;
    box-shadow: none;
}
.mobile-products-favorite-toggle {
    flex: 0 0 auto;
    height: 42px;
    padding: 0 12px;
    color: #206bc4;
    background: #edf5ff;
    border-radius: 14px;
}
.mobile-products-favorite-toggle.active {
    color: #b45309;
    background: #fffbeb;
}
.mobile-products-filter-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}
.mobile-products-filter-list {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 8px;
    min-width: 0;
    max-height: 36px;
    overflow: hidden;
}
.mobile-products-filter-list.expanded {
    flex-wrap: wrap;
    max-height: none;
}
.mobile-products-brand-tab,
.mobile-products-top-category {
    flex: 0 0 auto;
    height: 36px;
    padding: 0 14px;
    color: #667085;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.mobile-products-brand-tab.active,
.mobile-products-top-category.active {
    color: #206bc4;
    background: #edf5ff;
    border-color: #bfdbfe;
}
.mobile-products-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #206bc4;
    background: #edf5ff;
    border: 0;
    border-radius: 14px;
    outline: none;
}
.mobile-products-filter-toggle:focus-visible {
    box-shadow: 0 0 0 4px rgba(32, 107, 196, .11);
}
.mobile-products-filter-toggle-icon {
    width: 17px;
    height: 17px;
    transition: transform .2s ease;
}
.mobile-products-filter-toggle-icon.expanded {
    transform: rotate(180deg);
}
.mobile-products-state {
    padding: 0;
}
.mobile-products-shop-layout {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    overflow: hidden;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.mobile-products-side-categories {
    background: #f6f8fb;
}
.mobile-products-side-category {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 10px 6px;
    color: #667085;
    background: transparent;
    border-left: 3px solid transparent;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}
.mobile-products-side-category.active {
    color: #206bc4;
    background: #fff;
    border-left-color: #206bc4;
}
.mobile-products-list-panel {
    min-width: 0;
    padding: 12px;
}
.mobile-products-row {
    display: flex;
    gap: 12px;
    min-width: 0;
    padding-bottom: 12px;
    margin-bottom: 12px;
    color: inherit;
    background: #fff;
    border-bottom: 1px solid #edf0f4;
}
.mobile-products-row:last-of-type {
    border-bottom: 0;
}
.mobile-products-image-wrap,
.mobile-products-main-link {
    color: inherit;
    text-decoration: none;
}
.mobile-products-image-wrap {
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    overflow: hidden;
    background: #f4f7fb;
    border-radius: 16px;
}
.mobile-products-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-products-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #98a2b3;
    font-size: 12px;
}
.mobile-products-info {
    flex: 1;
    min-width: 0;
}
.mobile-products-name {
    overflow: hidden;
    color: #111827;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-products-brand {
    display: inline-flex;
    align-items: center;
    max-width: 5.5em;
    margin-right: 4px;
    overflow: hidden;
    padding: 2px 6px;
    color: #206bc4;
    background: #edf5ff;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-products-subtitle {
    margin-top: 6px;
    overflow: hidden;
    color: #667085;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-products-row-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
}
.mobile-products-price-wrap {
    min-width: 0;
}
.mobile-products-price {
    color: #d92d20;
    line-height: 1;
}
.mobile-products-price small {
    margin-right: 1px;
    font-size: 12px;
}
.mobile-products-stock {
    margin-top: 5px;
    overflow: hidden;
    color: #98a2b3;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-products-actions {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
}
.mobile-products-fav-btn,
.mobile-products-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 13px;
}
.mobile-products-fav-btn {
    color: #206bc4;
    background: #edf5ff;
}
.mobile-products-fav-btn.active {
    color: #b45309;
    background: #fffbeb;
}
.mobile-products-cart-btn {
    color: #fff;
    background: #206bc4;
}
.mobile-products-cart-btn:disabled {
    color: #fff;
    background: #9ca3af;
}
.mobile-products-cart-icon {
    width: 17px;
    height: 17px;
}
.mobile-products-empty-section {
    margin: 0;
    background: #fff;
}
.mobile-products-load-more {
    width: 100%;
    height: 42px;
    color: #206bc4;
    background: #fff;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
}
.mobile-products-no-more {
    padding: 10px 0 4px;
    color: #98a2b3;
    font-size: 12px;
    text-align: center;
}
.mobile-products-checkout-bar {
    position: fixed;
    right: 16px;
    bottom: calc(var(--mobile-tabbar-height) + 16px + env(safe-area-inset-bottom));
    left: 16px;
    z-index: 29;
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 8px 0 12px;
    color: #1f2937;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
}
.mobile-products-checkout-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #206bc4;
    background: #edf5ff;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
}
.mobile-products-checkout-total {
    flex: 1;
    min-width: 0;
    margin-left: 10px;
    overflow: hidden;
    color: #d92d20;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-products-checkout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    color: #fff;
    background: #206bc4;
    border-radius: 14px;
    white-space: nowrap;
}
@media (max-width: 360px) {
    .mobile-products-shop-layout {
        grid-template-columns: 76px minmax(0, 1fr);
    }
    .mobile-products-list-panel {
        padding: 10px 8px;
    }
    .mobile-products-row {
        gap: 8px;
    }
    .mobile-products-image-wrap {
        flex-basis: 78px;
        width: 78px;
        height: 78px;
    }
    .mobile-products-checkout-button {
        padding: 0 12px;
    }
}
.mobile-cart-page {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
}
.mobile-cart-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.mobile-check-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #344054;
    font-size: 14px;
    font-weight: 800;
}
.mobile-check-row input,
.mobile .mobile-check-row input {
    width: 18px;
    height: 18px;
    accent-color: #206bc4;
}
.mobile-link-btn {
    color: #d92d20;
    background: transparent;
    border: 0;
    font-size: 13px;
    font-weight: 800;
}
.mobile-link-btn:disabled {
    color: #98a2b3;
}
.mobile-cart-list {
    display: grid;
    gap: 12px;
}
.mobile-cart-card {
    position: relative;
    display: grid;
    grid-template-columns: 24px 82px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.mobile-cart-check {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding-top: 28px;
}
.mobile-cart-check input {
    width: 18px;
    height: 18px;
    accent-color: #206bc4;
}
.mobile-cart-image-wrap {
    width: 82px;
    height: 82px;
    overflow: hidden;
    background: #f2f4f7;
    border-radius: 14px;
}
.mobile-cart-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-cart-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #98a2b3;
    font-size: 12px;
}
.mobile-cart-info {
    min-width: 0;
    padding-right: 24px;
}
.mobile-cart-name {
    display: -webkit-box;
    overflow: hidden;
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 850;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mobile-cart-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin-top: 6px;
}
.mobile-cart-meta span {
    max-width: 100%;
    padding: 2px 6px;
    overflow: hidden;
    color: #667085;
    background: #f2f4f7;
    border-radius: 999px;
    font-size: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mobile-cart-stock {
    margin-top: 6px;
    color: #98a2b3;
    font-size: 11px;
}
.mobile-cart-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
}
.mobile-cart-price {
    color: #d92d20;
    font-size: 17px;
    font-weight: 900;
}
.mobile-cart-origin-price {
    margin-top: 2px;
    color: #98a2b3;
    font-size: 11px;
    text-decoration: line-through;
}
.mobile-quantity-stepper {
    display: inline-flex;
    align-items: center;
    height: 32px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #edf0f4;
    border-radius: 999px;
}
.mobile-quantity-stepper button {
    width: 32px;
    height: 32px;
    color: #344054;
    background: transparent;
    border: 0;
    font-size: 18px;
    font-weight: 800;
}
.mobile-quantity-stepper input {
    width: 42px;
    height: 32px;
    color: #111827;
    background: #fff;
    border: 0;
    border-right: 1px solid #edf0f4;
    border-left: 1px solid #edf0f4;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
}
.mobile-cart-delete {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: #fff0f0;
    border: 0;
    border-radius: 999px;
}
.mobile-cart-delete::before,
.mobile-cart-delete::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 8px;
    width: 12px;
    height: 2px;
    background: #d92d20;
    border-radius: 999px;
}
.mobile-cart-delete::before {
    transform: rotate(45deg);
}
.mobile-cart-delete::after {
    transform: rotate(-45deg);
}
.mobile-cart-settle-bar {
    position: fixed;
    right: 0;
    bottom: var(--mobile-tabbar-height);
    left: 0;
    z-index: 29;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid #edf0f4;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, .08);
    backdrop-filter: blur(12px);
}
.mobile-cart-total {
    flex: 1;
    min-width: 0;
    text-align: right;
}
.mobile-cart-total span,
.mobile-cart-total strong {
    display: block;
}
.mobile-cart-total span {
    color: #667085;
    font-size: 11px;
}
.mobile-cart-total strong {
    color: #d92d20;
    font-size: 18px;
    font-weight: 900;
}
.mobile-cart-settle-btn {
    flex: 0 0 96px;
    height: 44px;
    color: #fff;
    background: #206bc4;
    border: 0;
    border-radius: 14px;
    font-weight: 800;
}
.mobile-cart-settle-btn:disabled {
    background: #9ca3af;
}
.mobile-checkout-page {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
}
.mobile-checkout-section {
    margin-bottom: 12px;
    padding: 14px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.mobile-checkout-mode-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 12px;
    padding: 4px;
    background: #f4f7fb;
    border-radius: 14px;
}
.mobile-checkout-mode-btn {
    height: 38px;
    color: #667085;
    background: transparent;
    border: 0;
    border-radius: 11px;
    font-weight: 800;
}
.mobile-checkout-mode-btn.active {
    color: #206bc4;
    background: #fff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
}
.mobile-address-list {
    display: grid;
    gap: 9px;
}
.mobile-address-card {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 12px;
    background: #f8fafc;
    border: 1px solid #edf0f4;
    border-radius: 15px;
}
.mobile-address-card.active {
    background: #edf5ff;
    border-color: #91c3ff;
}
.mobile-address-card input {
    flex: 0 0 auto;
    margin-top: 3px;
    accent-color: #206bc4;
}
.mobile-address-name {
    color: #111827;
    font-size: 14px;
    font-weight: 850;
}
.mobile-address-name span {
    margin-left: 6px;
    color: #667085;
    font-size: 12px;
    font-weight: 600;
}
.mobile-address-detail {
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
    line-height: 1.5;
}
.mobile-manual-address-form {
    display: grid;
    gap: 10px;
}
.mobile-address-paste {
    width: 100%;
    padding: 10px 12px;
    background: #f8fafc;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    outline: none;
    resize: vertical;
}
.mobile-address-paste:focus {
    background: #fff;
    border-color: #7db2ff;
    box-shadow: 0 0 0 4px rgba(32, 107, 196, .11);
}
.mobile-address-parse-btn {
    height: 38px;
    color: #206bc4;
    background: #edf5ff;
    border: 0;
    border-radius: 12px;
    font-weight: 800;
}
.mobile-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
#manualRegionContainer .region-cascade {
    display: grid !important;
    gap: 8px;
}
#manualRegionContainer .mobile-region-select-row {
    width: 100%;
}
#manualRegionContainer .input-group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
#manualRegionContainer .input-group-text {
    flex: 0 0 auto;
}
#manualRegionContainer .el-select {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
}
.mobile-checkout-items {
    display: grid;
    gap: 10px;
}
.mobile-checkout-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf0f4;
}
.mobile-checkout-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.mobile-checkout-item-info {
    min-width: 0;
}
.mobile-checkout-item-info strong,
.mobile-checkout-item-info span,
.mobile-checkout-item-side strong,
.mobile-checkout-item-side span {
    display: block;
}
.mobile-checkout-item-info strong {
    display: -webkit-box;
    overflow: hidden;
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mobile-checkout-item-info span,
.mobile-checkout-item-side span {
    margin-top: 4px;
    color: #98a2b3;
    font-size: 11px;
}
.mobile-checkout-item-side {
    flex: 0 0 auto;
    text-align: right;
}
.mobile-checkout-item-side strong {
    color: #d92d20;
    font-size: 14px;
}
.mobile-checkout-origin-price {
    text-decoration: line-through;
}
.mobile-checkout-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #edf0f4;
}
.mobile-checkout-summary span {
    color: #667085;
    font-size: 13px;
}
.mobile-checkout-summary strong {
    color: #d92d20;
    font-size: 18px;
    font-weight: 900;
}
.mobile-checkout-submit-bar {
    position: fixed;
    right: 0;
    bottom: var(--mobile-tabbar-height);
    left: 0;
    z-index: 29;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid #edf0f4;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, .08);
    backdrop-filter: blur(12px);
}
.mobile-checkout-total {
    flex: 1;
    min-width: 0;
}
.mobile-checkout-total span,
.mobile-checkout-total strong {
    display: block;
}
.mobile-checkout-total span {
    color: #667085;
    font-size: 11px;
}
.mobile-checkout-total strong {
    color: #d92d20;
    font-size: 20px;
    font-weight: 900;
}
.mobile-checkout-submit-btn {
    flex: 0 0 118px;
    height: 44px;
    color: #fff;
    background: #206bc4;
    border: 0;
    border-radius: 14px;
    font-weight: 800;
}
.mobile-checkout-submit-btn:disabled {
    background: #9ca3af;
}
.mobile-orders-page {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
}
.mobile-orders-summary,
.mobile-orders-card,
.mobile-orders-filter,
.mobile-orders-scope-tabs,
.mobile-orders-detail-hero,
.mobile-orders-detail-section {
    background: #fff;
    border: 1px solid #edf0f4;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.mobile-orders-scope-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
    padding: 6px;
    border-radius: 18px;
}
.mobile-orders-scope-tab {
    height: 40px;
    color: #667085;
    background: transparent;
    border: 0;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
}
.mobile-orders-scope-tab.active {
    color: #fff;
    background: #206bc4;
    box-shadow: 0 8px 18px rgba(32, 107, 196, .22);
}
.mobile-orders-summary {
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 20px;
}
.mobile-orders-summary-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.mobile-orders-summary-label,
.mobile-orders-summary-note,
.mobile-orders-summary-chip span,
.mobile-orders-summary-item span,
.mobile-orders-time,
.mobile-orders-meta,
.mobile-orders-more,
.mobile-orders-detail-sub,
.mobile-orders-log-time {
    color: #667085;
}
.mobile-orders-summary-label {
    font-size: 13px;
}
.mobile-orders-summary-number {
    margin-top: 4px;
    color: #111827;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
}
.mobile-orders-summary-note {
    margin-top: 5px;
    font-size: 12px;
}
.mobile-orders-summary-chip {
    padding: 8px 10px;
    color: #206bc4;
    background: #edf5ff;
    border-radius: 14px;
    text-align: right;
}
.mobile-orders-summary-chip strong,
.mobile-orders-summary-chip span,
.mobile-orders-summary-item strong,
.mobile-orders-summary-item span {
    display: block;
}
.mobile-orders-summary-chip strong {
    font-size: 19px;
    line-height: 1;
}
.mobile-orders-summary-chip span {
    margin-top: 4px;
    font-size: 11px;
}
.mobile-orders-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 15px;
}
.mobile-orders-summary-item {
    padding: 10px 8px;
    background: #f8fafc;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    text-align: left;
}
.mobile-orders-summary-item strong {
    color: #111827;
    font-size: 18px;
    line-height: 1;
}
.mobile-orders-summary-item span {
    margin-top: 6px;
    font-size: 11px;
}
.mobile-orders-filter {
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 18px;
}
.mobile-orders-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
}
.mobile-orders-tabs::-webkit-scrollbar {
    display: none;
}
.mobile-orders-tab {
    flex: 0 0 auto;
    height: 36px;
    padding: 0 14px;
    color: #667085;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}
.mobile-orders-tab.active {
    color: #fff;
    background: #206bc4;
    border-color: #206bc4;
    box-shadow: 0 8px 18px rgba(32, 107, 196, .22);
}
.mobile-orders-search {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.mobile-orders-search-field {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #e6ecf4;
    border-radius: 14px;
    box-sizing: border-box;
}
.mobile-orders-search-field span {
    flex: 0 0 auto;
    color: #206bc4;
    font-size: 12px;
    font-weight: 900;
}
.mobile-orders-search input {
    flex: 1;
    min-width: 0;
    height: 40px;
    color: #111827;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 14px;
}
.mobile-orders-distributor-select {
    position: relative;
    width: 100%;
}
.mobile-orders-clear-filter {
    flex: 0 0 auto;
    color: #206bc4;
    background: #edf5ff;
}
.mobile-orders-distributor-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 20;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9e6f5;
    border-radius: 16px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, .16);
}
.mobile-orders-distributor-menu button {
    display: block;
    width: 100%;
    min-height: 58px;
    padding: 10px 14px;
    color: #111827;
    background: #fff;
    border-radius: 0;
    text-align: left;
}
.mobile-orders-distributor-menu button + button {
    border-top: 1px solid #edf0f4;
}
.mobile-orders-distributor-menu strong,
.mobile-orders-distributor-menu span {
    display: block;
}
.mobile-orders-distributor-menu strong {
    font-size: 14px;
}
.mobile-orders-distributor-menu span {
    margin-top: 3px;
    color: #667085;
    font-size: 12px;
}
.mobile-orders-search button,
.mobile-orders-action,
.mobile-orders-detail-footer-btn {
    border: 0;
    font-weight: 800;
}
.mobile-orders-clear-filter {
    height: 34px;
    padding: 0 12px;
    border-radius: 12px;
}
.mobile-orders-detail-footer-btn:disabled {
    opacity: .55;
}
.mobile-orders-list {
    display: grid;
    gap: 12px;
}
.mobile-orders-card {
    padding: 15px;
    border-radius: 18px;
}
.mobile-orders-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.mobile-orders-no,
.mobile-orders-detail-no {
    color: #111827;
    font-weight: 900;
    letter-spacing: -.01em;
}
.mobile-orders-no {
    font-size: 15px;
}
.mobile-orders-time {
    margin-top: 4px;
    font-size: 12px;
}
.mobile-orders-badge {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
}
.mobile-orders-badge-pay {
    color: #b34b00;
    background: #fff1e8;
}
.mobile-orders-badge-review {
    color: #9a6200;
    background: #fff7e6;
}
.mobile-orders-badge-ready {
    color: #155bb5;
    background: #edf5ff;
}
.mobile-orders-badge-rejected {
    color: #b42318;
    background: #fff0f0;
}
.mobile-orders-badge-shipped {
    color: #087886;
    background: #e7f8fb;
}
.mobile-orders-badge-finished {
    color: #1f7d32;
    background: #eaf8ee;
}
.mobile-orders-badge-cancelled {
    color: #667085;
    background: #eef1f5;
}
.mobile-orders-items {
    margin: 14px 0 12px;
    padding: 12px;
    background: #f8fafc;
    border: 1px solid #edf0f4;
    border-radius: 14px;
}
.mobile-orders-item-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #243047;
    font-size: 13px;
    line-height: 1.45;
}
.mobile-orders-item-line + .mobile-orders-item-line {
    margin-top: 7px;
}
.mobile-orders-item-line span {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mobile-orders-item-line strong {
    flex: 0 0 auto;
    color: #667085;
    font-weight: 800;
}
.mobile-orders-more {
    margin-top: 8px;
    font-size: 12px;
}
.mobile-orders-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    font-size: 12px;
}
.mobile-orders-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed #edf0f4;
}
.mobile-orders-amount {
    color: #d92d20;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.03em;
}
.mobile-orders-actions {
    display: flex;
    gap: 8px;
}
.mobile-orders-action {
    min-width: 58px;
    height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
}
.mobile-orders-action-detail {
    color: #206bc4;
    background: #edf5ff;
}
.mobile-orders-action-danger {
    color: #d92d20;
    background: #fff0f0;
}
.mobile-orders-action-success {
    color: #1f7d32;
    background: #eaf8ee;
}
.mobile-orders-auto-more {
    padding: 8px 0;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}
.mobile-orders-no-more {
    padding: 8px 0;
    color: #98a2b3;
    font-size: 12px;
    text-align: center;
}
.mobile-orders-skeleton-line,
.mobile-orders-skeleton-box {
    overflow: hidden;
    background: linear-gradient(90deg, #edf0f4 0%, #f8fafc 45%, #edf0f4 100%);
    background-size: 200% 100%;
    animation: mobileOrdersSkeleton 1.2s ease-in-out infinite;
}
.mobile-orders-skeleton-line {
    height: 13px;
    border-radius: 999px;
}
.mobile-orders-skeleton-line + .mobile-orders-skeleton-line {
    margin-top: 10px;
}
.mobile-orders-skeleton-line.w-45 { width: 45%; }
.mobile-orders-skeleton-line.w-70 { width: 70%; }
.mobile-orders-skeleton-line.w-90 { width: 90%; }
.mobile-orders-skeleton-box {
    height: 68px;
    margin: 14px 0;
    border-radius: 14px;
}
@keyframes mobileOrdersSkeleton {
    from { background-position: 200% 0; }
    to { background-position: -200% 0; }
}
.mobile-orders-detail-hero {
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 18px;
}
.mobile-orders-detail-no {
    font-size: 16px;
}
.mobile-orders-detail-amount {
    margin-top: 16px;
}
.mobile-orders-detail-amount span,
.mobile-orders-pay-split div {
    color: #667085;
    font-size: 12px;
}
.mobile-orders-detail-amount strong {
    display: block;
    margin-top: 3px;
    color: #d92d20;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.05em;
}
.mobile-orders-pay-split {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}
.mobile-orders-pay-split div {
    padding: 9px 8px;
    background: #f8fafc;
    border-radius: 13px;
}
.mobile-orders-pay-split strong {
    display: block;
    margin-top: 5px;
    color: #111827;
    font-size: 13px;
}
.mobile-orders-detail-title {
    margin: 17px 4px 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 900;
}
.mobile-orders-detail-section {
    padding: 14px;
    border-radius: 18px;
}
.mobile-orders-detail-main {
    color: #111827;
    font-size: 14px;
    font-weight: 850;
}
.mobile-orders-detail-sub {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.55;
}
.mobile-orders-detail-product + .mobile-orders-detail-product {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px dashed #edf0f4;
}
.mobile-orders-detail-product-name {
    color: #111827;
    font-size: 14px;
    font-weight: 850;
}
.mobile-orders-detail-product-meta {
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
}
.mobile-orders-detail-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
    color: #111827;
    font-size: 13px;
}
.mobile-orders-logs {
    display: grid;
    gap: 12px;
}
.mobile-orders-log-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    font-size: 12px;
}
.mobile-orders-log-content {
    color: #344054;
    line-height: 1.5;
}
.mobile-orders-detail-footer-btn {
    flex: 1;
    height: 44px;
    border-radius: 14px;
}
.mobile-orders-detail-footer-danger {
    color: #fff;
    background: #d92d20;
}
.mobile-orders-detail-footer-success {
    color: #fff;
    background: #2fb344;
}
.mobile-orders-cancel-form label {
    display: block;
    margin-bottom: 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 850;
}
.mobile-orders-cancel-form textarea {
    width: 100%;
    padding: 12px;
    color: #111827;
    background: #f8fafc;
    border: 1px solid #edf0f4;
    border-radius: 14px;
    outline: 0;
    resize: vertical;
}
.mobile-orders-cancel-form textarea:focus {
    background: #fff;
    border-color: #7db2ff;
    box-shadow: 0 0 0 4px rgba(32, 107, 196, .11);
}

.mobile-account-page {
    display: grid;
    gap: 14px;
    padding-bottom: 16px;
}
.mobile-account-summary {
    position: relative;
    padding: 18px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #123c7c 0%, #206bc4 58%, #68b4ff 100%);
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(32, 107, 196, .22);
}
.mobile-account-summary::after {
    content: '';
    position: absolute;
    right: -46px;
    top: -54px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, .12);
    border-radius: 999px;
}
.mobile-account-summary-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.mobile-account-eyebrow {
    margin: 0;
    font-size: 12px;
    letter-spacing: .08em;
    opacity: .82;
}
.mobile-account-title {
    margin: 6px 0 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.03em;
}
.mobile-account-refresh {
    flex: 0 0 auto;
    height: 32px;
    padding: 0 12px;
    color: #0b4fc4;
    background: rgba(255, 255, 255, .92);
    border: 0;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}
.mobile-account-refresh:disabled {
    opacity: .62;
}
.mobile-account-assets {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}
.mobile-account-asset-card {
    min-width: 0;
    padding: 12px 10px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    backdrop-filter: blur(10px);
}
.mobile-account-asset-card span,
.mobile-account-asset-card strong {
    display: block;
}
.mobile-account-asset-card span {
    font-size: 11px;
    opacity: .82;
}
.mobile-account-asset-card strong {
    margin-top: 6px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-account-filter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 6px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.mobile-account-filter-btn {
    height: 38px;
    color: #667085;
    background: transparent;
    border: 0;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 850;
}
.mobile-account-filter-btn.active {
    color: #206bc4;
    background: #edf5ff;
    box-shadow: inset 0 0 0 1px rgba(32, 107, 196, .08);
}
.mobile-account-list {
    display: grid;
    gap: 12px;
}
.mobile-account-log-card {
    padding: 14px;
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.mobile-account-log-head,
.mobile-account-balance-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mobile-account-type {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    color: #206bc4;
    background: #edf5ff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 850;
}
.mobile-account-type.is-credit {
    color: #7c3aed;
    background: #f3e8ff;
}
.mobile-account-type.is-balance {
    color: #206bc4;
    background: #edf5ff;
}
.mobile-account-type.is-points {
    color: #b45309;
    background: #fffbeb;
}
.mobile-account-amount {
    color: #344054;
    font-size: 20px;
    font-weight: 950;
    line-height: 1;
}
.mobile-account-amount.is-plus {
    color: #039855;
}
.mobile-account-amount.is-minus {
    color: #d92d20;
}
.mobile-account-log-type {
    margin-top: 10px;
    color: #111827;
    font-size: 15px;
    font-weight: 850;
}
.mobile-account-log-time {
    margin-top: 4px;
    color: #98a2b3;
    font-size: 12px;
}
.mobile-account-balance-row {
    margin-top: 12px;
    padding: 10px;
    color: #667085;
    background: #f6f8fb;
    border-radius: 14px;
    font-size: 12px;
}
.mobile-account-balance-row span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-account-remark {
    margin: 10px 0 0;
    color: #475467;
    font-size: 13px;
    line-height: 1.55;
}
.mobile-account-load-more {
    height: 44px;
    color: #206bc4;
    background: #fff;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    font-weight: 850;
}
.mobile-account-load-more:disabled {
    color: #98a2b3;
    border-color: #edf0f4;
}
.mobile-account-no-more {
    padding: 10px 0 4px;
    color: #98a2b3;
    font-size: 12px;
    text-align: center;
}
.mobile-account-skeleton {
    overflow: hidden;
}
.mobile-account-skeleton-line,
.mobile-account-skeleton-block {
    background: linear-gradient(90deg, #f2f4f7 0%, #e9eef5 50%, #f2f4f7 100%);
    background-size: 200% 100%;
    animation: mobileAccountSkeleton 1.1s linear infinite;
    border-radius: 999px;
}
.mobile-account-skeleton-line {
    height: 14px;
    margin-bottom: 10px;
}
.mobile-account-skeleton-line.w-60 {
    width: 60%;
}
.mobile-account-skeleton-line.w-35 {
    width: 35%;
}
.mobile-account-skeleton-block {
    height: 44px;
    border-radius: 14px;
}
@keyframes mobileAccountSkeleton {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}
.mobile-password-page {
    display: grid;
    gap: 14px;
}


.mobile-address-page {
    display: grid;
    gap: 14px;
    padding-bottom: 18px;
}
.mobile-address-toolbar,
.mobile-address-manage-card {
    background: #fff;
    border: 1px solid #edf0f4;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.mobile-address-toolbar {
    padding: 14px;
}
.mobile-address-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}
.mobile-address-filter {
    padding: 10px 8px;
    color: #475467;
    background: #f4f7fb;
    border: 0;
    border-radius: 14px;
    text-align: left;
}
.mobile-address-filter.active {
    color: #fff;
    background: linear-gradient(135deg, #123b7a 0%, #206bc4 100%);
}
.mobile-address-filter span,
.mobile-address-filter strong {
    display: block;
}
.mobile-address-filter span {
    font-size: 12px;
}
.mobile-address-filter strong {
    margin-top: 3px;
    font-size: 20px;
    line-height: 1;
}
.mobile-address-search-row {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.mobile-address-search {
    min-width: 0;
    border-radius: 14px;
}
.mobile-address-add-btn {
    flex: 0 0 72px;
    color: #fff;
    background: #206bc4;
    border: 0;
    border-radius: 14px;
    font-weight: 800;
}
.mobile-address-list-section {
    display: grid;
    gap: 12px;
}
.mobile-address-manage-card {
    padding: 15px;
}
.mobile-address-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.mobile-address-card-head h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
}
.mobile-address-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}
.mobile-address-type,
.mobile-address-default {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}
.mobile-address-type.is-physical {
    color: #175cd3;
    background: #eff8ff;
}
.mobile-address-type.is-online {
    color: #9a3412;
    background: #fff7ed;
}
.mobile-distributor-addresses-toolbar {
    display: grid;
    gap: 12px;
    padding: 12px;
}
.mobile-distributor-addresses-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.mobile-distributor-addresses-summary article {
    position: relative;
    overflow: hidden;
    min-height: 72px;
    padding: 12px;
    color: #fff;
    background: linear-gradient(145deg, #1554a6 0%, #2675d7 100%);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(32, 107, 196, .2);
}
.mobile-distributor-addresses-summary article::after {
    content: '';
    position: absolute;
    right: -18px;
    bottom: -26px;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, .14);
    border-radius: 50%;
}
.mobile-distributor-addresses-summary span,
.mobile-distributor-addresses-summary strong {
    position: relative;
    z-index: 1;
    display: block;
}
.mobile-distributor-addresses-summary span {
    font-size: 12px;
    font-weight: 700;
    opacity: .9;
}
.mobile-distributor-addresses-summary strong {
    margin-top: 5px;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -.03em;
}
.mobile-distributor-addresses-search {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 64px;
    gap: 8px;
    align-items: center;
}
.mobile-distributor-addresses-search .form-select,
.mobile-distributor-addresses-search .form-control,
.mobile-distributor-addresses-search .mobile-address-add-btn {
    height: 40px;
    min-height: 40px;
    border-radius: 14px;
}
.mobile-distributor-addresses-search .form-select {
    padding-left: 12px;
    padding-right: 28px;
    color: #344054;
    background-color: #f8fafc;
    border-color: #d9e2ef;
    font-size: 13px;
    font-weight: 800;
}
.mobile-distributor-addresses-search .mobile-address-add-btn {
    flex: none;
    width: 64px;
    box-shadow: 0 8px 18px rgba(32, 107, 196, .2);
}
.mobile-distributor-address-owner {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    color: #344054;
    background: #f2f4f7;
    font-size: 11px;
    font-weight: 800;
}
.mobile-address-default {
    color: #027a48;
    background: #ecfdf3;
}
.mobile-address-card-body {
    margin-top: 12px;
    color: #667085;
    font-size: 13px;
    line-height: 1.55;
}
.mobile-address-card-body p {
    margin: 0 0 4px;
}
.mobile-address-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
}
.mobile-address-card-actions button {
    flex: 1;
    padding: 9px 10px;
    color: #206bc4;
    background: #edf5ff;
    border: 0;
    border-radius: 12px;
    font-weight: 800;
}
.mobile-address-card-actions button.danger {
    color: #b42318;
    background: #fff1f0;
}
.mobile-address-protected {
    flex: 1;
    color: #98a2b3;
    font-size: 12px;
    text-align: center;
}
.mobile-address-form {
    display: grid;
    gap: 10px;
}
.mobile-address-form-label {
    margin: 4px 0 -4px;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}
.mobile-address-form-label.required::after {
    content: '*';
    margin-left: 3px;
    color: #d92d20;
}
.mobile-address-form-tabs,
.mobile-address-form-footer,
.mobile-address-form-grid {
    display: grid;
    gap: 8px;
}
.mobile-address-form-tabs,
.mobile-address-form-footer,
.mobile-address-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mobile-address-form-tabs button {
    padding: 10px;
    color: #475467;
    background: #f4f7fb;
    border: 0;
    border-radius: 13px;
    font-weight: 800;
}
.mobile-address-form-tabs button.active {
    color: #fff;
    background: #206bc4;
}
.mobile-address-online-fields {
    display: grid;
    gap: 10px;
    padding: 12px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 16px;
}
.mobile-address-online-fields.is-hidden {
    display: none;
}
.mobile-address-default-check {
    margin-top: 4px;
}
#mobileStoreRegion .region-cascade,
#mobileChildStoreRegion .region-cascade,
#mobileDistributorStoreRegion .region-cascade {
    display: grid !important;
    gap: 8px;
}
#mobileStoreRegion .mobile-region-select-row,
#mobileChildStoreRegion .mobile-region-select-row,
#mobileDistributorStoreRegion .mobile-region-select-row {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
#mobileStoreRegion .input-group,
#mobileChildStoreRegion .input-group,
#mobileDistributorStoreRegion .input-group {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
#mobileStoreRegion .input-group-text,
#mobileChildStoreRegion .input-group-text,
#mobileDistributorStoreRegion .input-group-text {
    flex: 0 0 auto;
    min-width: 42px;
}
#mobileStoreRegion .el-select,
#mobileChildStoreRegion .el-select,
#mobileDistributorStoreRegion .el-select {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
}
.mobile-address-form-footer {
    width: 100%;
}
#mobileAddressOffCanvas.offcanvas-bottom {
    height: auto;
    max-height: 88vh;
    border-radius: 22px 22px 0 0;
}
#mobileAddressOffCanvas .offcanvas-body {
    overflow-y: auto;
}
.mobile-workorders-page {
    padding: 0 1rem 5rem;
}
.mobile-workorders-hero {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
    padding: 1.2rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #0f62fe, #19a7ce);
    color: #fff;
    box-shadow: 0 16px 36px rgba(15, 98, 254, .22);
}
.mobile-workorders-eyebrow {
    margin: 0 0 .25rem;
    font-size: .78rem;
    opacity: .78;
}
.mobile-workorders-hero h1 {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 800;
}
.mobile-workorders-hero p:last-child {
    margin: .35rem 0 0;
    font-size: .86rem;
    opacity: .86;
}
.mobile-workorders-create-btn,
.mobile-workorders-footer-btn {
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #0f62fe;
    font-weight: 700;
    padding: .75rem 1rem;
    white-space: nowrap;
}
.mobile-workorders-footer-btn {
    width: 100%;
    background: #0f62fe;
    color: #fff;
}
.mobile-workorders-footer-success {
    background: #2fb344;
}
.mobile-workorders-footer-warning {
    background: #f76707;
}
.mobile-workorders-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    margin-bottom: 1rem;
}
.mobile-workorders-summary-card {
    border: 0;
    border-radius: 1rem;
    background: #fff;
    padding: .9rem .75rem;
    text-align: left;
    box-shadow: 0 10px 24px rgba(30, 41, 59, .08);
}
.mobile-workorders-summary-card span {
    display: block;
    color: #64748b;
    font-size: .78rem;
}
.mobile-workorders-summary-card strong {
    display: block;
    margin-top: .3rem;
    color: #0f172a;
    font-size: 1.35rem;
}
.mobile-workorders-filter {
    display: grid;
    gap: .75rem;
    margin-bottom: 1rem;
    padding: .85rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 24px rgba(30, 41, 59, .06);
}
.mobile-workorders-filter-group {
    display: grid;
    gap: .45rem;
}
.mobile-workorders-filter-label {
    color: #64748b;
    font-size: .78rem;
    font-weight: 700;
}
.mobile-workorders-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.mobile-workorders-category-tabs {
    margin-top: 0;
}
.mobile-workorders-tab {
    flex: 0 0 auto;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    padding: .45rem .8rem;
    font-size: .82rem;
}
.mobile-workorders-tab.active {
    border-color: #0f62fe;
    background: #eaf2ff;
    color: #0f62fe;
    font-weight: 700;
}
.mobile-workorders-search {
    display: flex;
    gap: .5rem;
    margin-top: .5rem;
}
.mobile-workorders-search input {
    flex: 1;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    padding: .75rem .9rem;
    background: #fff;
}
.mobile-workorders-search button {
    border: 0;
    border-radius: .9rem;
    background: #0f62fe;
    color: #fff;
    font-weight: 700;
    padding: 0 1rem;
}
.mobile-workorders-list {
    display: grid;
    gap: .85rem;
}
.mobile-workorders-card {
    border-radius: 1.1rem;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}
.mobile-workorders-card-head,
.mobile-workorders-card-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}
.mobile-workorders-no {
    color: #0f172a;
    font-weight: 800;
}
.mobile-workorders-time {
    margin-top: .2rem;
    color: #94a3b8;
    font-size: .78rem;
}
.mobile-workorders-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 1.45rem;
    border-radius: 999px;
    padding: .28rem .58rem;
    font-size: .74rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.mobile-workorders-badge-pending {
    background: #fff7ed;
    color: #c2410c;
}
.mobile-workorders-badge-processing {
    background: #eff6ff;
    color: #1d4ed8;
}
.mobile-workorders-badge-confirm {
    background: #fef3c7;
    color: #b45309;
}
.mobile-workorders-badge-finished {
    background: #dcfce7;
    color: #15803d;
}
.mobile-workorders-badge-closed {
    background: #f1f5f9;
    color: #64748b;
}
.mobile-workorders-title {
    margin: .8rem 0 .65rem;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}
.mobile-workorders-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    color: #64748b;
    font-size: .82rem;
}
.mobile-workorders-card-bottom {
    margin-top: .8rem;
    color: #64748b;
    font-size: .82rem;
}
.mobile-workorders-link {
    color: #0f62fe;
    font-weight: 700;
}
.mobile-workorders-auto-more,
.mobile-workorders-no-more {
    padding: 1rem 0;
    color: #94a3b8;
    text-align: center;
    font-size: .85rem;
}
.mobile-workorders-skeleton-line,
.mobile-workorders-skeleton-box {
    border-radius: 999px;
    background: linear-gradient(90deg, #eef2f7, #f8fafc, #eef2f7);
    background-size: 200% 100%;
    animation: mobileWorkordersSkeleton 1.2s infinite linear;
}
.mobile-workorders-skeleton-line {
    height: .8rem;
    margin-bottom: .75rem;
}
.mobile-workorders-skeleton-line.w-70 {
    width: 70%;
}
.mobile-workorders-skeleton-line.w-45 {
    width: 45%;
}
.mobile-workorders-skeleton-box {
    height: 3rem;
    border-radius: .9rem;
}
@keyframes mobileWorkordersSkeleton {
    from { background-position: 200% 0; }
    to { background-position: -200% 0; }
}
.mobile-workorders-form {
    display: grid;
    gap: 1rem;
}
.mobile-workorders-form-group label {
    display: block;
    margin-bottom: .45rem;
    color: #334155;
    font-weight: 700;
}
.mobile-workorders-form-group label.required::after {
    content: '*';
    margin-left: .2rem;
    color: #dc2626;
}
.mobile-workorders-form-group input,
.mobile-workorders-form-group select,
.mobile-workorders-form-group textarea {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: .9rem;
    padding: .75rem .9rem;
    background: #fff;
}
.mobile-workorders-form-hint,
.mobile-workorders-muted {
    color: #94a3b8;
    font-size: .82rem;
}
.mobile-workorders-order-options {
    display: grid;
    gap: .5rem;
    margin-top: .55rem;
}
.mobile-workorders-order-option {
    border: 1px solid #e2e8f0;
    border-radius: .85rem;
    background: #fff;
    padding: .7rem .85rem;
    text-align: left;
}
.mobile-workorders-order-option strong,
.mobile-workorders-order-option span {
    display: block;
}
.mobile-workorders-order-option span,
.mobile-workorders-order-empty {
    margin-top: .2rem;
    color: #94a3b8;
    font-size: .78rem;
}
.mobile-workorders-file-picker {
    border: 1px dashed #cbd5e1;
    border-radius: .9rem;
    padding: .75rem;
    background: #f8fafc;
}
.mobile-workorders-file-input {
    display: none;
}
.mobile-workorders-file-empty {
    color: #0f62fe;
    font-weight: 700;
    text-align: center;
}
.mobile-workorders-file-selected {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    align-items: center;
}
.mobile-workorders-file-selected button {
    border: 0;
    background: transparent;
    color: #dc2626;
}
.mobile-workorders-detail-hero,
.mobile-workorders-detail-section {
    margin-bottom: .9rem;
    border-radius: 1rem;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}
.mobile-workorders-detail-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
}
.mobile-workorders-detail-hero h2 {
    margin: .3rem 0 0;
    font-size: 1.1rem;
    font-weight: 800;
}
.mobile-workorders-detail-no {
    color: #64748b;
    font-size: .82rem;
}
.mobile-workorders-detail-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .55rem 0;
    border-bottom: 1px solid #f1f5f9;
}
.mobile-workorders-detail-row:last-child {
    border-bottom: 0;
}
.mobile-workorders-detail-row span {
    color: #94a3b8;
}
.mobile-workorders-detail-row strong {
    color: #0f172a;
    text-align: right;
}
.mobile-workorders-detail-title {
    margin: 1rem .2rem .45rem;
    color: #334155;
    font-weight: 800;
}
.mobile-workorders-attachment {
    display: inline-block;
    margin: 0 .35rem .35rem 0;
    border-radius: 999px;
    background: #eaf2ff;
    color: #0f62fe;
    padding: .35rem .65rem;
    font-size: .8rem;
}
.mobile-workorders-timeline {
    display: grid;
    gap: .75rem;
}
.mobile-workorders-timeline-item {
    border-left: 3px solid #0f62fe;
    padding: .65rem .75rem;
    background: #f8fafc;
    border-radius: .8rem;
}
.mobile-workorders-timeline-admin {
    border-left-color: #7c3aed;
    background: #f5f3ff;
}
.mobile-workorders-timeline-distributor {
    border-left-color: #0f62fe;
    background: #eff6ff;
}
.mobile-workorders-timeline-system {
    border-left-color: #94a3b8;
    background: #f8fafc;
}
.mobile-workorders-timeline-head {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    color: #0f172a;
}
.mobile-workorders-timeline-head span,
.mobile-workorders-timeline-time {
    color: #94a3b8;
    font-size: .78rem;
}
.mobile-workorders-timeline-content {
    margin-top: .35rem;
    color: #334155;
}
.mobile-workorders-timeline-files {
    margin-top: .45rem;
}


.mydistributor-addresses-layout {
    min-height: calc(100vh - 200px);
}
.mydistributor-addresses-map-wrap {
    position: relative;
}
.mydistributor-addresses-map {
    width: 100%;
    height: calc(100vh - 200px);
    min-height: 500px;
}
.mydistributor-addresses-map-legend {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, .92);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    z-index: 999;
}
.mydistributor-addresses-legend-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 6px;
}
.mydistributor-addresses-legend-dot.is-physical {
    background: #f44336;
}
.mydistributor-addresses-legend-dot.is-online {
    background: #2196f3;
}
.mydistributor-addresses-list-wrap {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}
.mydistributor-addresses-list-wrap .badge {
    cursor: pointer;
}
.mydistributor-empty-icon {
    font-size: 48px;
}
.mydistributor-addresses-active-card {
    box-shadow: 0 0 0 2px #1896d1;
}
.mydistributor-addresses-more {
    cursor: pointer;
    font-size: 18px;
}
.mydistributor-addresses-meta {
    font-size: 12px;
}
.mydistributor-addresses-coord {
    font-size: 11px;
}
.mydistributor-pickmap-box {
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
}
.mydistributor-pickmap-title {
    font-size: 13px;
}
.mydistributor-pickmap {
    width: 100%;
    height: 200px;
    border-radius: 6px;
    border: 1px solid #a5d6a7;
}
.mydistributor-online-box {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
}
.mydistributor-map-window {
    padding: 8px;
    font-size: 13px;
    min-width: 180px;
}
.mydistributor-map-window span {
    color: #666;
}
.mydistributor-map-window small {
    color: #888;
}
.mydistributor-orders-products {
    max-width: 320px;
}
.mydistributor-orders-thumb {
    width: 36px;
    height: 36px;
    object-fit: cover;
    flex-shrink: 0;
}
.mydistributor-search-distributor {
    min-width: 220px;
}
.mydistributor-search-shoptype {
    min-width: 140px;
}
.mydistributor-addresses-works-layout {
    min-height: calc(100vh - 200px);
}
.mydistributor-addresses-works-list {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}
