/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wzz56fr41a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wzz56fr41a] {
    flex: 1;
}

.sidebar[b-wzz56fr41a] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wzz56fr41a] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wzz56fr41a]  a, .top-row[b-wzz56fr41a]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wzz56fr41a]  a:hover, .top-row[b-wzz56fr41a]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wzz56fr41a]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wzz56fr41a] {
        justify-content: space-between;
    }

    .top-row[b-wzz56fr41a]  a, .top-row[b-wzz56fr41a]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wzz56fr41a] {
        flex-direction: row;
    }

    .sidebar[b-wzz56fr41a] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wzz56fr41a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wzz56fr41a]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wzz56fr41a], article[b-wzz56fr41a] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wzz56fr41a] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wzz56fr41a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-u8m9v1npth],
.components-reconnect-repeated-attempt-visible[b-u8m9v1npth],
.components-reconnect-failed-visible[b-u8m9v1npth],
.components-pause-visible[b-u8m9v1npth],
.components-resume-failed-visible[b-u8m9v1npth],
.components-rejoining-animation[b-u8m9v1npth] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-u8m9v1npth],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-u8m9v1npth],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-u8m9v1npth],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-u8m9v1npth],
#components-reconnect-modal.components-reconnect-retrying[b-u8m9v1npth],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-u8m9v1npth],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-u8m9v1npth],
#components-reconnect-modal.components-reconnect-failed[b-u8m9v1npth],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-u8m9v1npth] {
    display: block;
}


#components-reconnect-modal[b-u8m9v1npth] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-u8m9v1npth 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-u8m9v1npth 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-u8m9v1npth 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-u8m9v1npth]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-u8m9v1npth 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-u8m9v1npth {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-u8m9v1npth {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-u8m9v1npth {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-u8m9v1npth] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-u8m9v1npth] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-u8m9v1npth] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-u8m9v1npth] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-u8m9v1npth] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-u8m9v1npth] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-u8m9v1npth] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-u8m9v1npth 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-u8m9v1npth] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-u8m9v1npth {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/NewComponents/NewMultiSelect.razor.rz.scp.css */
[b-pllqads4pm] .multi-select {
    --bb-multi-select-min-height: 35px;
    --bb-multi-select-max-height: 65px;
    --bb-multi-select-button-bg-color: rgba(var(--bs-body-color-rgb), .15);
    --bb-multi-select-button-hover-bg-color: rgba(var(--bs-body-color-rgb), .3);
    --bb-multi-select-item-margin-x: 3px;
    --bb-multi-select-item-margin-y: 3px;
    --bb-multi-select-item-max-width: 130px;
    --bb-multi-select-item-padding: 2px 6px;
    width: 100%;
    position: relative;

    .dropdown-toggle {
        border: 1px solid var(--bs-border-color);
        border-radius: var(--bs-border-radius);
        min-height: var(--bb-multi-select-min-height);
        max-height: var(--bb-multi-select-max-height);
        overflow: auto;
        cursor: pointer;
        transition: border 0.15s ease-in-out;

        &.is-fixed {
            --bb-multi-select-max-height: var(--bb-multi-select-min-height);
        }

        &.is-single-line[b-pllqads4pm] {
            height: var(--bb-multi-select-min-height);
            overflow-y: hidden;
            overflow-x: hidden;

            &:hover {
                overflow-x: auto;
            }

            .multi-select-items[b-pllqads4pm] {
                display: flex;
                flex-wrap: nowrap;
                width: fit-content;
            }
        }

        &:not(.disabled):hover[b-pllqads4pm] {
            border: 1px solid var(--bb-border-hover-color);
        }

        &.disabled[b-pllqads4pm] {
            background-color: var(--bs-secondary-bg);
        }
    }

    .multi-select-item-group[b-pllqads4pm] {
        margin-inline-end: var(--bb-multi-select-item-margin-x);
        margin-block-end: var(--bb-multi-select-item-margin-y);
    }

    .multi-select-items[b-pllqads4pm] {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding-top: var(--bb-multi-select-item-margin-y);
        padding-left: var(--bb-multi-select-item-margin-x);
        width: calc(100% - var(--bb-select-append-width));

        span {
            border: solid 1px var(--bs-border-color);
            border-radius: var(--bs-border-radius);
            padding: var(--bb-multi-select-item-padding);
            background-color: var(--bb-multi-select-button-bg-color);
        }

        .multi-select-item[b-pllqads4pm] {
            display: inline-block;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            max-width: var(--bb-multi-select-item-max-width);
        }

        .multi-select-item-group[b-pllqads4pm] {
            display: inline-flex;
            position: relative;

            + .multi-select-input {
                padding: 3px 6px;
            }
        }

        .multi-select-close[b-pllqads4pm] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            margin-inline-end: -1px;
            transition: color .3s linear, background-color .3s linear;
        }
    }

    :not(.disabled) .multi-select-items .multi-select-close:hover[b-pllqads4pm] {
        background-color: var(--bb-multi-select-button-hover-bg-color);
    }

    .multi-select-ph[b-pllqads4pm] {
        padding: 0 1rem;
        color: #c0c4cc;
        line-height: var(--bb-height);
        position: absolute;
    }

    .multi-select-input[b-pllqads4pm] {
        border: none;
        outline: none;
        appearance: none;
        padding: 3px 12px;
        background-color: transparent;
        flex: 1;
        width: 1%;
        min-width: 1rem;
        margin-block-end: var(--bb-multi-select-item-margin-y);
    }
}

[b-pllqads4pm] .dropdown-menu {
    min-width: 500px;

    &.is-fixed-toolbar {
        --bb-dropdown-max-height: 330px;
        --bb-dropdown-toolbar-height: 38px;

        .dropdown-menu-body {
            max-height: calc(var(--bb-dropdown-max-height) - var(--bb-dropdown-toolbar-height));
        }
    }

    &.is-fixed-search.is-fixed-toolbar[b-pllqads4pm] {
        .dropdown-menu-body {
            max-height: calc(var(--bb-dropdown-max-height) - var(--bb-select-search-height) - var(--bb-dropdown-toolbar-height));
        }
    }

    .toolbar[b-pllqads4pm] {
        --bb-multi-select-toolbar-padding: 0 16px 8px 16px;
        --bb-multi-select-toolbar-button-padding: 3px 10px;
        padding: var(--bb-multi-select-toolbar-padding);
        white-space: nowrap;
        border-block-end: var(--bs-border-width) solid var(--bb-select-search-border-color);
        margin-block-end: var(--bb-select-search-margin-bottom);

        .btn {
            padding: var(--bb-multi-select-toolbar-button-padding);
            border: 1px solid var(--bs-border-color);
            transition: border-color .3s linear, color .3s linear;

            &:hover {
                border: 1px solid var(--bb-border-hover-color);
                color: var(--bs-primary);
            }

            &:not(:last-child)[b-pllqads4pm] {
                margin-inline-end: .5rem;
            }
        }
    }
}

[b-pllqads4pm] .dropdown-item .multi-select-item {
    display: flex;
    align-items: center;

    > span {
        margin-left: 0.75rem;
    }
}
/* /Components/Pages/Dialogs/AddFollowNote.razor.rz.scp.css */
*[b-kl67r5aye0] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-kl67r5aye0] {
    background: rgba(0, 0, 0, 0.2); /* 模拟弹窗背景遮罩 */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    padding: 20px;
}

/* 主体内容区域：左右两栏 */
.modal-body[b-kl67r5aye0] {
    display: flex;
    gap: 32px;
}

/* 左侧：跟进内容 */
.left-section[b-kl67r5aye0] {
    flex: 1.2;
}

.section-label[b-kl67r5aye0] {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #3a618d;
    margin-bottom: 12px;
}

.follow-input-area[b-kl67r5aye0] {
    background: #f8f9fa69;
    border-radius: 24px;
    border: 1px solid #deeaf5;
    padding: 18px 16px;
}

    .field-row label[b-kl67r5aye0] {
        display: block;
        font-size: 0.85rem;
        font-weight: 500;
        color: #4a6c8c;
        margin-bottom: 6px;
    }

.left-tips[b-kl67r5aye0] {
    text-align: right;
    font-size: 0.75rem;
    color: #7f99b5;
    margin-top: 6px;
}


/* 右侧：可修改的客户属性 */
.right-section[b-kl67r5aye0] {
    flex: 1.5;
}

.attr-grid[b-kl67r5aye0] {
    display: grid;
    background: #f8f9fa69;
    border-radius: 24px;
    padding: 18px 20px;
    border: 1px solid #deeaf5;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 18px;
    margin-top: 6px;
}

.attr-item[b-kl67r5aye0] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .attr-item label[b-kl67r5aye0] {
        font-size: 0.8rem;
        font-weight: 600;
        color: #365e86;
        letter-spacing: 0.2px;
    }

/* 按钮区域 */
.modal-actions[b-kl67r5aye0] {
    padding: 0 10px 10px 10px;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    border-top: 1px solid #eaf1f9;
    margin-top: 8px;
    padding-top: 10px;
}

.attr-grid[b-kl67r5aye0] {
    gap: 20px 18px;
}
/* /Components/Pages/Dialogs/CustomerDetail.razor.rz.scp.css */
/* 仅用于演示抽屉内容区域 — 样式完全独立，不依赖外部抽屉 */
*[b-9sya1xzfpf] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 真正的内容区域 — 紧凑设计的核心 */
.customer-compact[b-9sya1xzfpf] {
    padding: 18px 20px 20px 20px;
    background: #ffffff;
    max-height: 95vh; /* 限制最大高度，但内容已压缩几乎不滚动 */
    overflow-y: auto;
    scrollbar-width: thin;
    color: #1e293b;
}

    /* 自定义细滚动条 (几乎不需要滚动，但保留) */
    .customer-compact[b-9sya1xzfpf]::-webkit-scrollbar {
        width: 4px;
    }

    .customer-compact[b-9sya1xzfpf]::-webkit-scrollbar-track {
        background: #f0f4fa;
    }

    .customer-compact[b-9sya1xzfpf]::-webkit-scrollbar-thumb {
        background: #b9c7da;
        border-radius: 12px;
    }

.floating-btn[b-9sya1xzfpf] {
    position: absolute;
    top: 15px;
    right: 24px;
    transition: all 0.15s;
}

/* 紧凑网格：四列布局 (标签, 值, 标签, 值) */
.compact-grid[b-9sya1xzfpf] {
    display: grid;
    grid-template-columns: auto minmax(90px, 1fr) auto minmax(90px, 1fr);
    gap: 4px 12px; /* 垂直间隙压缩到4px，水平12px */
    align-items: baseline; /* 保证文本基线对齐 */
}

/* 分组标题 — 跨四列，加小间距 */
.section-title[b-9sya1xzfpf] {
    grid-column: 1 / -1;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #4a5b79;
    background: #f2f6fc;
    padding: 5px 8px 4px 8px;
    margin-top: 8px;
    border-radius: 5px;
    border-left: 4px solid #8196b3;
}

.section-title-img[b-9sya1xzfpf] {
    height: 22px;
    width: 22px;
}

.section-title:first-of-type[b-9sya1xzfpf] {
    margin-top: 0;
}

.section-history[b-9sya1xzfpf] {
    grid-column: 1 / -1;
    margin-top: 10px;
}

/* 标签样式 — 紧凑、灰调、不换行 */
.c-label[b-9sya1xzfpf] {
    font-size: 0.82rem;
    font-weight: 500;
    color: #617388;
    white-space: nowrap;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.01em;
    padding: 2px 0;
}

/* 值样式 — 稍大、半粗、可换行 */
.c-value[b-9sya1xzfpf] {
    font-weight: 530;
    color: #409eff;
    line-height: 1.5;
    word-break: break-word;
    padding: 2px 0;
}

.c-value-small[b-9sya1xzfpf] {
    font-size: 0.75rem;
    font-weight: 530;
    color: #409eff;
    line-height: 1.5;
    word-break: break-word;
    padding: 2px 0;
}

/* 特殊展示：颜色小点 */
.color-dot[b-9sya1xzfpf] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.6);
}
/* 星级 */
.star-rating[b-9sya1xzfpf] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #f6b83e;
    font-size: 0.85rem;
}

    .star-rating span[b-9sya1xzfpf] {
        color: #546e85;
        font-size: 0.7rem;
        margin-left: 4px;
        font-weight: 400;
    }

/* 标签徽章（用于客户标签、ID类） */
.badge-tag[b-9sya1xzfpf] {
    background: #e6edf6;
    color: #25456a;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 30px;
    display: inline-block;
    margin-right: 4px;
    white-space: nowrap;
}

.badge-id[b-9sya1xzfpf] {
    background: #dde5f0;
    color: #2b3f5e;
    font-size: 0.7rem;
    padding: 1px 6px;
    border-radius: 30px;
}

/* 辅助分隔细线 (可选，增加可读性) */
.field-separator[b-9sya1xzfpf] {
    grid-column: 1/-1;
    height: 1px;
    background: #e9f0f5;
    margin: 2px 0;
}

/* 头部紧凑标识 */
.compact-header[b-9sya1xzfpf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    height: 45px;
}

    .compact-header h3[b-9sya1xzfpf] {
        font-size: 1.2rem;
        font-weight: 600;
        color: #17212d;
        letter-spacing: -0.2px;
    }

    .compact-header .type-badge[b-9sya1xzfpf] {
        background: #dfe8f2;
        border-radius: 30px;
        padding: 4px 12px;
        font-size: 0.7rem;
        font-weight: 600;
        color: #2b4970;
    }
/* /Components/Pages/Login.razor.rz.scp.css */
*[b-vml1dhr2c7] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page[b-vml1dhr2c7] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    padding: 20px;
    overflow-x: hidden;
}

.container[b-vml1dhr2c7] {
    display: flex;
    width: 100%;
    max-width: 1100px;
    height: auto;
    min-height: 680px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.left-section[b-vml1dhr2c7] {
    flex: 1;
    background: linear-gradient(135deg, rgba(74, 108, 247, 0.05) 0%, rgba(255, 255, 255, 0.95) 100%);
    background-size: cover;
    background-position: center;
    color: #333;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

    .left-section[b-vml1dhr2c7]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 30%, rgba(74, 108, 247, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 107, 107, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(74, 222, 128, 0.05) 0%, transparent 50%);
        z-index: 0;
    }

.logo[b-vml1dhr2c7] {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #4a6cf7;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

    .logo i[b-vml1dhr2c7] {
        font-size: 24px;
        color: #4a6cf7;
        background: rgba(74, 108, 247, 0.1);
        width: 50px;
        height: 50px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.welcome-text[b-vml1dhr2c7] {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

    .welcome-text h1[b-vml1dhr2c7] {
        font-size: 38px;
        margin-bottom: 15px;
        font-weight: 500;
        color: #333;
        line-height: 1.2;
    }

    .welcome-text p[b-vml1dhr2c7] {
        font-size: 16px;
        line-height: 1.6;
        color: #666;
        max-width: 400px;
    }

.features[b-vml1dhr2c7] {
    list-style: none;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

    .features li[b-vml1dhr2c7] {
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #555;
    }

    .features i[b-vml1dhr2c7] {
        margin-right: 12px;
        color: #4a6cf7;
        background-color: rgba(74, 108, 247, 0.1);
        width: 36px;
        height: 36px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.copyright[b-vml1dhr2c7] {
    font-size: 14px;
    color: #888;
    position: relative;
    z-index: 1;
}

.right-section[b-vml1dhr2c7] {
    flex: 1;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}

.login-header[b-vml1dhr2c7] {
    text-align: center;
    margin-bottom: 30px;
}

    .login-header h2[b-vml1dhr2c7] {
        font-size: 34px;
        color: #333;
        margin-bottom: 10px;
    }

    .login-header p[b-vml1dhr2c7] {
        color: #666;
        font-size: 16px;
    }

.system-info[b-vml1dhr2c7] {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    color: #777;
    font-size: 14px;
}

    .system-info p[b-vml1dhr2c7] {
        margin-bottom: 8px;
    }

    .system-info i[b-vml1dhr2c7] {
        color: #4a6cf7;
        margin-right: 8px;
    }

.geometric-shape[b-vml1dhr2c7] {
    position: absolute;
    background: rgba(74, 108, 247, 0.05);
    border: 1px solid rgba(74, 108, 247, 0.1);
    border-radius: 20px;
    z-index: 0;
}

.shape-1[b-vml1dhr2c7] {
    width: 120px;
    height: 120px;
    top: 10%;
    right: 15%;
    animation: float-b-vml1dhr2c7 8s ease-in-out infinite;
    background: linear-gradient(135deg, rgba(74, 108, 247, 0.05), rgba(255, 255, 255, 0.1));
}

.shape-2[b-vml1dhr2c7] {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 10%;
    animation: float-b-vml1dhr2c7 10s ease-in-out infinite reverse;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.05), rgba(255, 255, 255, 0.1));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.shape-3[b-vml1dhr2c7] {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20%;
    animation: float-b-vml1dhr2c7 12s ease-in-out infinite;
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.05), rgba(255, 255, 255, 0.1));
    border-radius: 50%;
}

@keyframes float-b-vml1dhr2c7 {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@media (max-width: 900px) {
    .container[b-vml1dhr2c7] {
        flex-direction: column;
        max-width: 500px;
    }

    .left-section[b-vml1dhr2c7] {
        padding: 40px 30px;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .right-section[b-vml1dhr2c7] {
        padding: 40px 30px;
    }

    .geometric-shape[b-vml1dhr2c7] {
        display: none;
    }
}

@media (max-width: 480px) {
    .container[b-vml1dhr2c7] {
        border-radius: 16px;
    }

    .left-section[b-vml1dhr2c7], .right-section[b-vml1dhr2c7] {
        padding: 30px 20px;
    }

    .login-header h2[b-vml1dhr2c7] {
        font-size: 28px;
    }

    .welcome-text h1[b-vml1dhr2c7] {
        font-size: 32px;
    }
}

@keyframes slideIn-b-vml1dhr2c7 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut-b-vml1dhr2c7 {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* 响应式调整 */
@media (max-width: 768px) {
    .login-header-icon[b-vml1dhr2c7] {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }
}
