/*
 * 智慧云信统一 SaaS UI · Production Bundle
 * Aesthetic direction: calm enterprise utility
 * Generated from component modules. All member and auth pages load only this file.
 */

/* ========================================================================== */
/* 01 · Design tokens and shared standards */
/* ========================================================================== */
/*
 * 智慧云信 SaaS Design System
 * Direction: calm enterprise utility
 * 该文件只定义全局令牌与跨页面组件标准，由 saas_ui.css 统一打包上线。
 */
:root {
    --ui-canvas: #f4f7fa;
    --ui-surface: #ffffff;
    --ui-surface-soft: #f8fafc;
    --ui-ink: #172b3d;
    --ui-text: #405263;
    --ui-muted: #91a0ad;
    --ui-line: #e5ebf1;
    --ui-primary: #2d5bff;
    --ui-primary-hover: #234bd8;
    --ui-primary-soft: #edf2ff;
    --ui-success: #1b9a78;
    --ui-success-soft: #eaf8f3;
    --ui-danger: #d94b54;
    --ui-warning: #d98b2b;
    --ui-radius-sm: 7px;
    --ui-radius-md: 10px;
    --ui-radius-lg: 14px;
    --ui-shadow-card: 0 10px 28px rgba(23, 43, 61, .055);
    --ui-shadow-float: 0 18px 50px rgba(23, 43, 61, .12);
    --ui-focus: 0 0 0 4px rgba(45, 91, 255, .11);
    --ui-duration: .18s;

    /* 兼容现有组件变量，所有页面实际指向同一套令牌。 */
    --saas-ink: var(--ui-ink);
    --saas-text: var(--ui-text);
    --saas-muted: var(--ui-muted);
    --saas-line: var(--ui-line);
    --saas-canvas: var(--ui-canvas);
    --saas-card: var(--ui-surface);
    --saas-blue: var(--ui-primary);
    --saas-blue-soft: var(--ui-primary-soft);
    --saas-teal: var(--ui-success);
    --saas-teal-soft: var(--ui-success-soft);
    --saas-danger: var(--ui-danger);
    --saas-radius: var(--ui-radius-md);
    --saas-shadow: var(--ui-shadow-card);
    --auth-ink: var(--ui-ink);
    --auth-text: var(--ui-text);
    --auth-muted: var(--ui-muted);
    --auth-line: var(--ui-line);
    --auth-canvas: var(--ui-canvas);
    --auth-blue: var(--ui-primary);
    --auth-blue-dark: var(--ui-primary-hover);
    --auth-soft: var(--ui-surface-soft);
}

html {
    color-scheme: light;
    background: var(--ui-canvas);
}

body {
    margin: 0;
    color: var(--ui-text);
    background: var(--ui-canvas);
    font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

::selection {
    color: #fff;
    background: var(--ui-primary);
}

a,
button,
input,
select,
textarea {
    font-family: inherit;
}

button,
input[type="button"],
input[type="submit"] {
    -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 0;
    box-shadow: var(--ui-focus);
}

button:disabled,
input:disabled,
.is-disabled {
    cursor: not-allowed;
}

.saas-surface {
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius-md);
    background: var(--ui-surface);
    box-shadow: var(--ui-shadow-card);
}

.saas-pill {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 99px;
    background: var(--ui-primary-soft);
    color: var(--ui-primary);
    font-size: 11px;
    font-weight: 700;
}

.saas-empty-state {
    display: grid;
    min-height: 230px;
    place-items: center;
    padding: 30px;
    color: var(--ui-muted);
    text-align: center;
}

[aria-busy="true"] {
    cursor: progress;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ========================================================================== */
/* 02 · Member shell and shared components */
/* ========================================================================== */
/*
 * 会员中心统一 SaaS 视觉层
 * 方向：enterprise data-tool / calm utility
 * 说明：该文件在 users_header.htm 中加载，覆盖 EyouCMS 会员页面的旧式橙色、硬边框和零散卡片。
 */
:root {
    --saas-ink: #172b3d;
    --saas-text: #405263;
    --saas-muted: #91a0ad;
    --saas-line: #e5ebf1;
    --saas-canvas: #f4f7fa;
    --saas-card: #ffffff;
    --saas-blue: #2d5bff;
    --saas-blue-soft: #edf2ff;
    --saas-teal: #1b9a78;
    --saas-teal-soft: #eaf8f3;
    --saas-danger: #d94b54;
    --saas-radius: 10px;
    --saas-shadow: 0 10px 28px rgba(23, 43, 61, .055);
}

html { background: var(--saas-canvas); }
body,
body.centre,
body.shop,
body.pay,
body.empty-check-page,
body.number-tools-page {
    background: var(--saas-canvas);
    color: var(--saas-text);
    font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

a { color: var(--saas-blue); transition: color .18s ease, background .18s ease, border-color .18s ease; }
a:hover { color: #234bd8; }

.ey-header {
    position: relative;
    z-index: 20;
    height: 68px;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--saas-line);
    box-shadow: 0 2px 12px rgba(23, 43, 61, .035);
}
.ey-header .ey-header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1226px;
    height: 68px;
}
.ey-header .ey-logo,
.ey-header .ey-logo a { display: flex; align-items: center; height: 68px; }
.ey-header .ey-logo img { max-width: 190px; max-height: 38px; object-fit: contain; }
.ey-header .ey-header-r { display: flex; align-items: center; height: 68px; }
.ey-header .right-item { height: 68px; }
.ey-header .right-item.user-news { padding: 0 13px; }
.ey-header .right-item.user-news a { color: #647687; }
.ey-header .right-item.user-news .icon { font-size: 18px; }
.ey-header .right-item.user-news .num { top: 15px; right: 2px; background: var(--saas-blue); border: 2px solid #fff; font-size: 10px; }
.ey-header .right-item.user-photo { padding: 0 0 0 15px; }
.ey-header .right-item.user-photo { cursor: pointer; outline: none; }
.ey-header .right-item.user-photo img { width: 34px; height: 34px; border: 2px solid #fff; box-shadow: 0 0 0 1px #dce5ec, 0 3px 8px rgba(23,43,61,.1); }
.ey-header .right-item.user-photo:focus-visible img { box-shadow: 0 0 0 3px rgba(45,91,255,.2), 0 0 0 1px var(--saas-blue); }
.ey-header .right-item.user-photo .user-drop { display: none; top: 61px; right: 0; left: auto; width: 148px; padding: 7px; background: #fff; border: 1px solid var(--saas-line); border-radius: 9px; box-shadow: 0 14px 34px rgba(23,43,61,.14); }
.ey-header .right-item.user-photo.is-open .user-drop { display: block; }
.ey-header .right-item.user-photo .user-drop::after { right: 14px; border-bottom-color: #fff; }
.ey-header .right-item.user-photo .user-drop li { height: 35px; padding: 0; border-radius: 6px; }
.ey-header .right-item.user-photo .user-drop li:hover { background: var(--saas-blue-soft); }
.ey-header .right-item.user-photo .user-drop li a { height: 35px; line-height: 35px; color: var(--saas-text); font-size: 12px; }
.ey-header .right-item.user-photo .user-drop li:hover a { color: var(--saas-blue); }

.breadcrumbs { height: 18px; background: transparent; }
.ey-body-bg { background: var(--saas-canvas); }
.ey-body { padding-bottom: 42px; overflow: visible; }
.ey-container.w1226 { display: flex; align-items: flex-start; gap: 20px; width: 1226px; }
.ey-container .ey-nav { float: none; flex: 0 0 212px; width: 212px; min-height: 650px; background: transparent; }
.ey-container .ey-con { float: none; flex: 1 1 auto; width: auto; min-width: 0; }

/* 让旧页面的主容器统一成卡片，避免空白块、直角和多重边框混杂。 */
.ey-container .main-bg,
.ey-container .xin_mian,
.ey-container .user-info-con,
.ey-container .mi-uc-box,
.ey-container .ey-main,
.ey-container .uc-main-box {
    background: var(--saas-card);
    border: 1px solid var(--saas-line);
    border-radius: var(--saas-radius);
    box-shadow: var(--saas-shadow);
}
.ey-container .main-bg { margin-bottom: 18px; }
.ey-container .xin_mian,
.ey-container .user-info-con { min-height: 650px; padding: 28px; }
.ey-container .mi-uc-box { overflow: hidden; }
.ey-container .ey-con-inside { margin-top: 22px; }

/* 标题层级 */
.ey-container .column-title,
.ey-container .column-title2,
.ey-container .user-info-title,
.ey-container .mi-uc-box .box-hd,
.ey-container .shop-oper:first-child {
    min-height: 44px;
    line-height: 1.4;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--saas-line);
}
.ey-container .column-title .title,
.ey-container .column-title2 .column-name2,
.ey-container .user-info-title h1,
.ey-container .mi-uc-box .box-hd .title,
.ey-container .shop-oper .title {
    margin: 0;
    color: var(--saas-ink);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.2px;
}
.ey-container .column-title .column-name,
.ey-container .mi-uc-box .box-hd .more,
.ey-container .mi-uc-box .box-hd small a { color: var(--saas-blue); }
.ey-container .ey-con .title small { color: var(--saas-muted); }

/* 旧侧栏兜底：统一入口中的导航模块负责新侧栏，这里保证旧菜单也不突兀。 */
.ey-container .ey-nav:not(.saas-nav) { overflow: hidden; background: #fff; border: 1px solid var(--saas-line); border-radius: var(--saas-radius); box-shadow: var(--saas-shadow); }
.ey-container .ey-nav:not(.saas-nav) ul { padding: 14px 16px; border-bottom: 1px solid #edf1f4; }
.ey-container .ey-nav:not(.saas-nav) ul li .title { color: var(--saas-ink); font-size: 14px; font-weight: 700; }
.ey-container .ey-nav:not(.saas-nav) ul li a { padding: 7px 10px; border-radius: 6px; color: #6b7b89; font-size: 13px; }
.ey-container .ey-nav:not(.saas-nav) ul .active a,
.ey-container .ey-nav:not(.saas-nav) ul li a:hover { background: var(--saas-blue-soft); color: var(--saas-blue); }

/* 表单：统一高度、圆角和 focus 状态。 */
.ey-container input.el-input__inner,
.ey-container .el-input__inner,
.ey-container textarea,
.ey-container select,
.ey-container .el-input input {
    min-height: 40px;
    box-sizing: border-box;
    border: 1px solid #dbe4eb;
    border-radius: 6px;
    background: #fbfcfd;
    color: var(--saas-ink);
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.ey-container input.el-input__inner:focus,
.ey-container .el-input__inner:focus,
.ey-container textarea:focus,
.ey-container select:focus,
.ey-container .el-input input:focus { border-color: #6b86ff; background: #fff; box-shadow: 0 0 0 3px rgba(45,91,255,.1); }
.ey-container .item-from-row { min-height: 58px; box-sizing: border-box; border-bottom: 1px solid #eef2f5; }
.ey-container .item-from-row:last-child { border-bottom: 0; }
.ey-container .item-from-row .from-row-l { color: #657686; font-size: 13px; font-weight: 600; }
.ey-container .item-from-row .from-row-r { color: var(--saas-text); }
.ey-container .item-from-row .notic,
.ey-container .item-from-row p.notic { color: var(--saas-muted); }

/* 按钮和标签 */
.ey-container .el-button,
.ey-container .el-button-xin,
.ey-container .button1,
.ey-container .button2,
.ey-container .button3,
.ey-container .user-info-button,
.ey-container .btn-primary,
.ey-container .btn-small,
.ey-container .btn-line-gray {
    border-radius: 6px;
    font-weight: 600;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.ey-container .el-button--primary,
.ey-container .button2.el-button--primary,
.ey-container .button3.el-button--primary,
.ey-container .user-info-button,
.ey-container .btn-primary { background: var(--saas-blue); border-color: var(--saas-blue); color: #fff; }
.ey-container .el-button--primary:hover,
.ey-container .button2.el-button--primary:hover,
.ey-container .button3.el-button--primary:hover,
.ey-container .user-info-button:hover,
.ey-container .btn-primary:hover { background: #234bd8; border-color: #234bd8; color: #fff; transform: translateY(-1px); }
.ey-container .el-button--default,
.ey-container .el-button-xin.el-button--default,
.ey-container .btn-line-gray { border-color: #dbe4eb; background: #fff; color: #5b6d7c; }
.ey-container .el-button--default:hover,
.ey-container .el-button-xin.el-button--default:hover,
.ey-container .el-button-xin.active { border-color: #b9c8ff; background: var(--saas-blue-soft); color: var(--saas-blue); }
.ey-container .red { color: var(--saas-danger) !important; }
.ey-container .green { color: var(--saas-teal) !important; }

/* 余额、积分、订单和通用数据表 */
.ey-container .el-table,
.ey-container table.pay_details,
.ey-container .goods-con .order-list,
.ey-container .order-detail-table {
    border: 1px solid var(--saas-line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.ey-container .el-table table,
.ey-container table.pay_details { width: 100%; }
.ey-container .el-table th,
.ey-container table.pay_details th,
.ey-container .order-detail-table th {
    height: 44px;
    background: #f7f9fb;
    border-bottom: 1px solid var(--saas-line);
    color: #687987;
    font-size: 12px;
    font-weight: 700;
}
.ey-container .el-table td,
.ey-container table.pay_details td,
.ey-container .order-detail-table td { height: 52px; border-bottom: 1px solid #eef2f5; color: #536574; font-size: 13px; }
.ey-container .el-table tr:last-child td,
.ey-container table.pay_details tr:last-child td { border-bottom: 0; }
.ey-container .el-table tbody tr:hover td,
.ey-container table.pay_details tbody tr:hover td { background: #fbfcff; }
.ey-container .fytotal { color: var(--saas-muted); font-size: 12px; }
.ey-container .page a,
.ey-container .page span,
.ey-container .pagination a,
.ey-container .pagination span { display: inline-block; min-width: 28px; height: 28px; box-sizing: border-box; margin: 0 3px; padding: 0 8px; border: 1px solid #e0e7ed; border-radius: 5px; background: #fff; color: #71808d; line-height: 28px; text-align: center; }
.ey-container .page .current,
.ey-container .pagination .current { border-color: var(--saas-blue); background: var(--saas-blue); color: #fff; }

/* 首页和个人资料 */
.ey-container .user-box { overflow: hidden; }
.ey-container .portal-content-box { background: transparent; }
.ey-container .portal-main { padding: 30px; }
.ey-container .portal-content-box .user-card { border-radius: 9px; background: var(--saas-ink); color: #fff; }
.ey-container .portal-content-box .user-card .username { color: #fff; font-weight: 700; }
.ey-container .portal-content-box .user-card .tip { color: rgba(255,255,255,.68); }
.ey-container .portal-content-box .user-card .link { color: #75e0c2; }
.ey-container .portal-content-box .user-card .avatar { border: 3px solid rgba(255,255,255,.25); }
.ey-container .portal-data { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 18px; border: 1px solid var(--saas-line); border-radius: 9px; background: #fff; box-shadow: var(--saas-shadow); }
.ey-container .portal-data .portal-data-item { min-height: 86px; box-sizing: border-box; border-right: 1px solid #edf1f4; }
.ey-container .portal-data .portal-data-item:last-child { border-right: 0; }
.ey-container .portal-data .portal-data-item span:first-child { color: var(--saas-ink); font-size: 22px; font-weight: 700; }
.ey-container .portal-data .portal-data-item span:last-child { color: var(--saas-muted); font-size: 12px; }
.ey-container .portal-sub { margin-top: 18px; border: 1px solid var(--saas-line); border-radius: 9px; background: #fff; }

/* 登录首页：围绕两个检测额度组织信息，保留轻量的账户状态和快捷入口。 */
.saas-dashboard { padding: 30px; }
.saas-dashboard-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 25px; border-bottom: 1px solid var(--saas-line); }
.saas-dashboard-kicker { margin-bottom: 9px; color: var(--saas-blue); font-size: 11px; font-weight: 800; letter-spacing: 1.5px; }
.saas-dashboard-hero h1 { margin: 0; color: var(--saas-ink); font-size: 27px; line-height: 1.25; letter-spacing: -.6px; }
.saas-dashboard-hero p { margin: 9px 0 0; color: var(--saas-muted); font-size: 13px; }
.saas-dashboard-profile { flex: 0 0 auto; padding: 9px 14px; border: 1px solid #dbe4eb; border-radius: 7px; color: var(--saas-text); font-size: 12px; }
.saas-dashboard-profile:hover { border-color: #b9c8ff; background: var(--saas-blue-soft); color: var(--saas-blue); }
.saas-quota-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.saas-quota-card { position: relative; min-height: 168px; box-sizing: border-box; padding: 22px 24px; border: 1px solid var(--saas-line); border-radius: 9px; background: #fff; box-shadow: var(--saas-shadow); overflow: hidden; }
.saas-quota-card::after { position: absolute; right: -28px; bottom: -42px; width: 130px; height: 130px; border: 24px solid var(--saas-blue-soft); border-radius: 50%; content: ""; opacity: .75; }
.saas-quota-card.is-muted::after { border-color: #eff3f5; }
.saas-quota-label { position: relative; z-index: 1; color: var(--saas-text); font-size: 14px; font-weight: 700; }
.saas-quota-note { position: relative; z-index: 1; margin-top: 5px; color: var(--saas-muted); font-size: 12px; }
.saas-quota-value { position: relative; z-index: 1; display: flex; align-items: baseline; gap: 7px; margin-top: 24px; }
.saas-quota-value strong { color: var(--saas-ink); font-size: 34px; line-height: 1; letter-spacing: -1px; }
.saas-quota-value span { color: var(--saas-muted); font-size: 12px; }
.saas-quota-link { position: relative; z-index: 1; display: inline-block; margin-top: 17px; color: var(--saas-blue); font-size: 12px; font-weight: 600; }
.saas-quota-card.is-muted .saas-quota-value strong { color: #9aa7b3; }
.saas-quota-status { position: absolute; z-index: 2; top: 22px; right: 24px; padding: 4px 8px; border-radius: 99px; background: #f2f4f6; color: #8a98a4; font-size: 10px; }
.saas-dashboard-section { margin-top: 30px; }
.saas-dashboard-section-title { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--saas-line); }
.saas-dashboard-section-title h2 { margin: 0; color: var(--saas-ink); font-size: 16px; }
.saas-dashboard-section-title span { color: var(--saas-muted); font-size: 11px; }
.saas-dashboard-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.saas-dashboard-action { display: block; padding: 15px 16px; border: 1px solid #edf1f4; border-radius: 7px; background: #fbfcfd; }
.saas-dashboard-action:hover { border-color: #c9d4ff; background: var(--saas-blue-soft); }
.saas-dashboard-action b { display: block; color: var(--saas-ink); font-size: 13px; }
.saas-dashboard-action span { display: block; margin-top: 5px; color: var(--saas-muted); font-size: 11px; }
.saas-dashboard-footnote { margin-top: 22px; padding: 13px 15px; border-left: 3px solid #b9c8ff; background: #f8faff; color: #748391; font-size: 12px; line-height: 1.7; }

/* 状态、空状态、提示 */
.ey-container .empty,
.ey-container .el-table .empty,
.ey-container .ey-con-inside .bgfff { border-radius: 8px; color: var(--saas-muted); }
.ey-container .el-alert { border-radius: 7px; }
.ey-container .err a { color: var(--saas-blue); }
.ey-container .fc9,
.ey-container .gray { color: var(--saas-muted) !important; }

.ey-footer { margin-top: 0; border-top: 1px solid var(--saas-line); background: #fff; }
.ey-footer p { color: #9aa7b3; font-size: 12px; }

@media (max-width: 1280px) {
    .ey-header .ey-header-nav,
    .ey-container.w1226 { width: calc(100% - 32px); }
}
@media (max-width: 900px) {
    .ey-header .ey-header-nav,
    .ey-container.w1226 { width: calc(100% - 24px); }
    .ey-container.w1226 { display: block; }
    .ey-container .ey-nav { width: 100%; min-height: 0; margin-bottom: 15px; }
    .ey-container .ey-con { width: 100%; }
    .ey-container .xin_mian,
    .ey-container .user-info-con { min-height: 0; padding: 20px; }
    .ey-container .portal-data { grid-template-columns: repeat(2, 1fr); }
    .ey-container .portal-data .portal-data-item:nth-child(2) { border-right: 0; }
    .ey-container .portal-data .portal-data-item:nth-child(-n+2) { border-bottom: 1px solid #edf1f4; }
}
@media (max-width: 600px) {
    .ey-header { height: 58px; }
    .ey-header .ey-header-nav,
    .ey-header .ey-logo,
    .ey-header .ey-logo a { height: 58px; }
    .ey-header .ey-logo img { max-width: 145px; max-height: 31px; }
    .ey-header .right-item.user-photo { padding-left: 8px; }
    .ey-container .xin_mian,
    .ey-container .user-info-con { padding: 16px; }
    .ey-container .column-title,
    .ey-container .column-title2,
    .ey-container .user-info-title,
    .ey-container .mi-uc-box .box-hd,
    .ey-container .shop-oper:first-child { display: block; padding-bottom: 13px; }
    .ey-container .item-from-row { display: block; padding: 13px 0; }
    .ey-container .item-from-row .from-row-l { width: auto; margin-bottom: 8px; }
    .ey-container .shop-oper-bottom { display: block; }
    .ey-container .shop-oper-r { margin-top: 13px; }
    .ey-container .portal-main { padding: 18px; }
    .ey-container .portal-data .portal-data-item { min-height: 74px; }
    .ey-container .portal-data .portal-data-item span:first-child { font-size: 19px; }
    .ey-container .el-table,
    .ey-container table.pay_details { overflow-x: auto; }
    .saas-dashboard { padding: 18px; }
    .saas-dashboard-hero { display: block; }
    .saas-dashboard-profile { display: inline-block; margin-top: 16px; }
    .saas-quota-grid,
    .saas-dashboard-actions { grid-template-columns: 1fr; }
}

/* 会员中心通用页面标题：个人资料、收藏、充值和余额记录共用。 */
.saas-page-heading {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between;
    gap: 24px;
    min-height: 0 !important;
    padding: 0 0 22px !important;
    border-bottom: 1px solid var(--saas-line) !important;
}

.saas-page-kicker {
    display: block;
    margin-bottom: 9px;
    color: var(--saas-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.saas-page-heading h1,
.saas-page-heading .title {
    margin: 0 !important;
    color: var(--saas-ink) !important;
    font-size: 25px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
    letter-spacing: -.45px;
}

.saas-page-heading p {
    margin: 8px 0 0;
    color: var(--saas-muted);
    font-size: 12px;
    line-height: 1.65;
}

.saas-page-status,
.saas-heading-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid #dce5ec;
    border-radius: 7px;
    background: #fff;
    color: #6d7f8f;
    font-size: 11px;
    font-weight: 650;
}

.saas-heading-link:hover {
    border-color: #bfccff;
    background: var(--saas-blue-soft);
    color: var(--saas-blue);
}

/* 个人资料 */
.saas-profile-page .user-info-con {
    padding: 30px 34px;
}

.saas-profile-page .user-info-box,
.saas-profile-page .user-info,
.saas-profile-page .user-info .info {
    width: 100%;
    box-sizing: border-box;
}

.saas-profile-page .saas-profile-form {
    margin-top: 26px;
    padding: 0 22px;
    border: 1px solid var(--saas-line);
    border-radius: 10px;
    background: #fff;
}

.saas-profile-page .item-from-row {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    align-items: center;
    min-height: 66px;
    padding: 10px 0;
}

.saas-profile-page .item-from-row .from-row-l {
    float: none;
    width: auto;
    padding: 0 20px 0 0;
    line-height: 1.45;
    text-align: left;
}

.saas-profile-page .item-from-row .from-row-r {
    float: none;
    width: auto;
    min-width: 0;
    line-height: 1.55;
}

.saas-profile-page .saas-profile-avatar-row {
    min-height: 112px;
}

.saas-profile-page .user-info-pic .face {
    position: relative;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d9e4ec, 0 8px 20px rgba(23,43,61,.10);
    overflow: hidden;
}

.saas-profile-page .user-info-pic .face img {
    width: 76px;
    height: 76px;
    border: 0;
    border-radius: 50%;
    object-fit: cover;
}

.saas-profile-page .user-info-pic .face .el-icon-edit-outline {
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--saas-blue);
    color: #fff;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(45,91,255,.28);
}

.saas-profile-page .w310,
.saas-profile-page input.w310,
.saas-profile-page textarea.w310 {
    width: min(100%, 440px) !important;
}

.saas-profile-page .user-info-button {
    min-width: 128px;
    height: 42px;
    padding: 0 22px;
    border: 1px solid var(--saas-blue);
    cursor: pointer;
}

.saas-profile-page .relate-box {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 440px;
    padding: 13px 15px;
    border: 1px solid var(--saas-line);
    border-radius: 8px;
    background: #fbfcfd;
}

/* 收藏 */
.saas-collection-page .uc-main-box {
    min-height: 650px;
    padding: 30px 34px;
    box-sizing: border-box;
}

.saas-collection-page .uc-content-box,
.saas-collection-page .uc-context {
    width: 100%;
}

.saas-collection-page .ey-con-inside {
    margin-top: 24px;
}

.saas-collection-page .arc-name {
    display: flex;
    align-items: center;
    gap: 12px;
}

.saas-collection-page .arc-pic {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 7px;
    overflow: hidden;
}

.saas-collection-page .arc-pic img {
    width: 44px;
    height: 44px;
    object-fit: cover;
}

.saas-collection-page .arc-title {
    min-width: 0;
    color: var(--saas-ink);
    font-weight: 600;
}

.saas-collection-page .pt100,
.saas-finance-page .pt100 {
    padding: 68px 0 !important;
}

.saas-collection-page .pt100 img,
.saas-finance-page .pt100 img {
    width: 96px;
    opacity: .72;
}

/* 财务中心 */
.saas-finance-page .user-pay-con {
    padding: 30px 34px;
}

.saas-finance-page .user-pay-box {
    width: 100%;
}

.saas-finance-page .saas-rmb-recharge {
    margin-top: 24px;
    padding: 6px 22px 22px;
    border: 1px solid var(--saas-line);
    border-radius: 10px;
    background: #fff;
}

.saas-finance-page .saas-rmb-recharge .item-from-row {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    align-items: center;
    min-height: 68px;
}

.saas-finance-page .saas-rmb-recharge .from-row-l {
    float: none;
    width: auto;
    color: #687b8b;
    text-align: left;
}

.saas-finance-page .saas-rmb-recharge .from-row-r {
    float: none;
    width: auto;
}

.saas-finance-page input[name="money"] {
    width: 180px !important;
    height: 42px;
    margin-right: 8px;
    padding: 0 12px;
    font-size: 15px;
}

.saas-finance-page #pay_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 42px;
    margin-left: 140px;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 7px;
    line-height: 42px;
}

.saas-finance-page .pay-type-item {
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #dfe7ee;
    border-radius: 7px;
    background: #fff;
}

.saas-finance-page .pay-type-item.active {
    border-color: var(--saas-blue);
    box-shadow: 0 0 0 3px rgba(45,91,255,.08);
}

.saas-balance-page .shop-oper.mt20 {
    margin-top: 22px;
    padding: 14px 16px;
    border: 1px solid var(--saas-line);
    border-radius: 8px;
    background: #f8fafc;
}

.saas-balance-page .shop-oper-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.saas-balance-page .users-money {
    color: #687b8b;
    font-size: 12px;
}

.saas-balance-page .users-money .red {
    color: var(--saas-ink) !important;
    font-size: 17px;
}

@media (max-width: 700px) {
    .saas-page-heading {
        display: block !important;
    }

    .saas-page-status,
    .saas-heading-link {
        margin-top: 15px;
    }

    .saas-profile-page .user-info-con,
    .saas-collection-page .uc-main-box,
    .saas-finance-page .user-pay-con {
        padding: 22px 18px;
    }

    .saas-profile-page .saas-profile-form {
        padding: 0 16px;
    }

    .saas-profile-page .item-from-row,
    .saas-finance-page .saas-rmb-recharge .item-from-row {
        display: block;
        padding: 15px 0;
    }

    .saas-profile-page .item-from-row .from-row-l,
    .saas-finance-page .saas-rmb-recharge .from-row-l {
        margin-bottom: 8px;
        padding: 0;
    }

    .saas-finance-page #pay_btn {
        width: 100%;
        margin-left: 0;
    }

    .saas-balance-page .shop-oper-bottom {
        display: block;
    }
}

/* 消息通知 */
.saas-notice-page .message-list {
    margin-top: 24px !important;
    border: 1px solid var(--saas-line);
    border-radius: 10px;
    overflow: hidden;
}

.saas-notice-page .services-list {
    margin: 0;
    padding: 0;
}

.saas-notice-page .services-list li.con {
    border-bottom: 1px solid #edf1f5;
    background: #fff;
}

.saas-notice-page .services-list li.con:last-child {
    border-bottom: 0;
}

.saas-notice-page .services-list li.weidu {
    background: #f8faff;
}

.saas-notice-page .title_n {
    min-height: 58px;
    padding: 0 16px;
}

.saas-notice-page .title_n > a {
    color: var(--saas-ink);
    font-size: 13px;
    font-weight: 650;
}

.saas-notice-page .time_n {
    color: var(--saas-muted);
    font-size: 11px;
}

.saas-notice-page .service-content {
    border-top: 1px solid #edf1f5;
    background: #fbfcfd;
}

.saas-notice-page .service-info-text {
    padding: 18px 48px;
    color: #637686;
    line-height: 1.8;
}

.saas-notice-page .message-footer {
    padding: 13px 16px;
    border-top: 1px solid var(--saas-line);
    background: #f8fafc;
}

/* 支付结果 */
.saas-payment-result-page {
    min-height: 100vh;
    background: var(--saas-canvas);
}

.saas-payment-result {
    width: min(520px, calc(100% - 36px));
    margin: 80px auto;
    box-sizing: border-box;
    padding: 48px 42px;
    border: 1px solid var(--saas-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--saas-shadow);
    text-align: center;
}

.saas-result-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: var(--saas-teal-soft);
    color: var(--saas-teal);
}

.saas-payment-result-page.is-error .saas-result-icon {
    background: #fff0f1;
    color: var(--saas-danger);
}

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

.saas-payment-result h1 {
    margin: 8px 0 10px;
    color: var(--saas-ink);
    font-size: 27px;
}

.saas-payment-result p {
    margin: 0 auto;
    color: #758594;
    font-size: 13px;
    line-height: 1.8;
}

.saas-result-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 43px;
    margin-top: 26px;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 7px;
    background: var(--saas-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.saas-result-button:hover {
    background: #234bd8;
    color: #fff;
}

@media (max-width: 600px) {
    .saas-payment-result {
        margin: 42px auto;
        padding: 38px 22px;
    }
}

/* ========================================================================== */
/* 03 · Navigation */
/* ========================================================================== */
/* 会员中心侧栏：与首页保持同一套克制、清晰的 SaaS 视觉。 */
.ey-container .ey-nav.saas-nav {
    width: 226px;
    min-height: 640px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5ebf1;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(23, 43, 61, .055);
}
.ey-container .ey-nav.saas-nav .sidebar-box { padding: 12px 10px 20px; }
.ey-container .ey-nav.saas-nav ul { padding: 12px 0; }

.saas-nav-home {
    display: flex !important;
    align-items: center;
    gap: 12px;
    height: 50px;
    margin: 3px 4px 18px;
    padding: 0 16px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #405263 !important;
    font-size: 15px !important;
    font-weight: 700;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.saas-nav-home:hover,
.saas-nav-home.is-active {
    background: #edf2ff !important;
    color: #2d5bff !important;
}
.saas-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    color: #7b8b99;
    font-size: 18px;
    font-weight: 600;
}
.saas-nav-icon svg,
.saas-nav-group-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.saas-nav-home.is-active .saas-nav-icon { color: #2d5bff; }

.saas-nav-group {
    margin: 0 4px 22px;
    padding: 0;
    border: 0;
}
.saas-nav-group-title {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 29px;
    padding: 0 12px 7px;
}
.saas-nav-group-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 7px;
    background: #f0f4ff;
    color: #2d5bff;
    font-size: 14px;
    line-height: 23px;
}
.saas-nav-group-icon svg { width: 14px; height: 14px; }
.saas-nav-group-title b { color: #172b3d; font-size: 14px; font-weight: 700; }
.saas-nav-subnav { padding: 0 !important; }
.ey-container .ey-nav.saas-nav .saas-nav-subnav a {
    position: relative;
    display: flex;
    align-items: center;
    height: 37px;
    margin: 2px 0;
    padding: 0 12px 0 45px;
    border-radius: 8px;
    color: #7c8d9c;
    font-size: 13px;
    transition: background .18s ease, color .18s ease, padding .18s ease;
}
.saas-nav-subnav a i {
    position: absolute;
    left: 25px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #bdc8d2;
}
.ey-container .ey-nav.saas-nav .saas-nav-subnav a:hover,
.ey-container .ey-nav.saas-nav .saas-nav-subnav a.is-active {
    padding-left: 49px;
    background: #f4f6ff;
    color: #2d5bff;
    font-weight: 600;
}
.saas-nav-subnav a.is-active i { background: #2d5bff; }
.ey-container .ey-nav.saas-nav .saas-nav-subnav a.is-disabled { color: #b8c2ca; cursor: not-allowed; }
.saas-nav-subnav a.is-disabled:hover { padding-left: 45px; background: transparent; color: #b8c2ca; }
.saas-nav-subnav a.is-disabled span { margin-left: auto; color: #b8c2ca; font-size: 10px; }

/* 当前侧栏不显示传统商城、投稿菜单；相关代码仍保留，可按需恢复。 */
.ey-container .ey-nav.saas-nav .sidebar-box > ul { display: none; }

@media (max-width: 900px) {
    .ey-container .ey-nav.saas-nav { width: 100%; min-height: 0; margin-bottom: 15px; }
    .ey-container .ey-nav.saas-nav .sidebar-box { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 14px; }
    .saas-nav-home { grid-column: 1 / -1; }
    .saas-nav-group { margin-bottom: 10px; }
}

/* ========================================================================== */
/* 04 · Dashboard */
/* ========================================================================== */
/* 会员中心首页独立样式，避免被 EyouCMS 旧模板缓存覆盖。 */
.saas-dashboard { padding: 30px; }
.saas-dashboard-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 25px; border-bottom: 1px solid #e5ebf1; }
.saas-dashboard-kicker { margin-bottom: 9px; color: #2d5bff; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; }
.saas-dashboard-hero h1 { margin: 0; color: #172b3d; font-size: 27px; line-height: 1.25; letter-spacing: -.6px; }
.saas-dashboard-hero p { margin: 9px 0 0; color: #91a0ad; font-size: 13px; }
.saas-dashboard-profile { flex: 0 0 auto; padding: 9px 14px; border: 1px solid #dbe4eb; border-radius: 7px; color: #405263; font-size: 12px; }
.saas-dashboard-profile:hover { border-color: #b9c8ff; background: #edf2ff; color: #2d5bff; }
.saas-quota-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.saas-quota-card { position: relative; min-height: 168px; box-sizing: border-box; padding: 22px 24px; border: 1px solid #e5ebf1; border-radius: 9px; background: #fff; box-shadow: 0 10px 28px rgba(23,43,61,.055); overflow: hidden; }
.saas-quota-card::after { position: absolute; right: -28px; bottom: -42px; width: 130px; height: 130px; border: 24px solid #edf2ff; border-radius: 50%; content: ""; opacity: .75; }
.saas-quota-card.is-muted::after { border-color: #eff3f5; }
.saas-quota-label { position: relative; z-index: 1; color: #405263; font-size: 14px; font-weight: 700; }
.saas-quota-note { position: relative; z-index: 1; margin-top: 5px; color: #91a0ad; font-size: 12px; }
.saas-quota-value { position: relative; z-index: 1; display: flex; align-items: baseline; gap: 7px; margin-top: 24px; }
.saas-quota-value strong { color: #172b3d; font-size: 34px; line-height: 1; letter-spacing: -1px; }
.saas-quota-value span { color: #91a0ad; font-size: 12px; }
.saas-quota-link { position: relative; z-index: 1; display: inline-block; margin-top: 17px; color: #2d5bff; font-size: 12px; font-weight: 600; }
.saas-quota-card.is-muted .saas-quota-value strong { color: #9aa7b3; }
.saas-quota-status { position: absolute; z-index: 2; top: 22px; right: 24px; padding: 4px 8px; border-radius: 99px; background: #f2f4f6; color: #8a98a4; font-size: 10px; }
.saas-dashboard-section { margin-top: 30px; }
.saas-dashboard-section-title { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid #e5ebf1; }
.saas-dashboard-section-title h2 { margin: 0; color: #172b3d; font-size: 16px; }
.saas-dashboard-section-title span { color: #91a0ad; font-size: 11px; }
.saas-dashboard-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.saas-dashboard-action { display: block; padding: 15px 16px; border: 1px solid #edf1f4; border-radius: 7px; background: #fbfcfd; }
.saas-dashboard-action:hover { border-color: #c9d4ff; background: #edf2ff; }
.saas-dashboard-action b { display: block; color: #172b3d; font-size: 13px; }
.saas-dashboard-action span { display: block; margin-top: 5px; color: #91a0ad; font-size: 11px; }
.saas-dashboard-footnote { margin-top: 22px; padding: 13px 15px; border-left: 3px solid #b9c8ff; background: #f8faff; color: #748391; font-size: 12px; line-height: 1.7; }

@media (max-width: 900px) {
    .saas-dashboard { padding: 20px; }
    .saas-quota-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .saas-dashboard { padding: 18px; }
    .saas-dashboard-hero { display: block; }
    .saas-dashboard-profile { display: inline-block; margin-top: 16px; }
    .saas-dashboard-actions { grid-template-columns: 1fr; }
}

/* ========================================================================== */
/* 05 · Detection workflow and pricing */
/* ========================================================================== */
.empty-check-page{background:#f4f7fb;color:#1c2a39}
.empty-check-main{padding:26px 0 60px}
.empty-check-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:30px 34px;background:#102436;color:#fff;border-radius:4px;box-shadow:0 14px 30px rgba(26,49,70,.12);position:relative;overflow:hidden}
.empty-check-hero:after{content:"";position:absolute;right:-70px;top:-80px;width:270px;height:270px;border:1px solid rgba(93,224,187,.25);border-radius:50%;box-shadow:0 0 0 25px rgba(93,224,187,.04),0 0 0 50px rgba(93,224,187,.025)}
.empty-check-kicker,.empty-check-eyebrow{display:block;color:#5de0bb;font-size:11px;letter-spacing:1.8px;font-weight:700;text-transform:uppercase}
.empty-check-hero h1{margin:8px 0 8px;font-size:30px;line-height:1.1;font-weight:600;letter-spacing:1px}
.empty-check-hero p{margin:0;color:#b9c8d4;font-size:14px}
.empty-check-balance{position:relative;z-index:1;min-width:220px;padding-left:25px;border-left:1px solid rgba(255,255,255,.18)}
.empty-check-balance span{display:block;color:#b9c8d4;font-size:13px}
.empty-check-balance strong{display:inline-block;margin-top:7px;color:#fff;font-size:31px;line-height:1;font-weight:600;letter-spacing:1px}
.empty-check-balance em{font-style:normal;color:#5de0bb;margin-left:5px}
.empty-check-balance a{display:block;margin-top:13px;color:#fff;font-size:13px;text-decoration:none}
.empty-check-balance small{display:block;margin-top:9px;color:#b9c8d4;font-size:12px}
.empty-check-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.8fr);gap:18px;margin-top:18px}
.empty-check-panel{background:#fff;border:1px solid #e4eaf0;border-radius:4px;box-shadow:0 8px 22px rgba(25,53,76,.045)}
.empty-check-create,.empty-check-guide,.empty-check-history{padding:25px 28px}
.empty-check-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:23px}
.empty-check-panel h2{margin:7px 0 0;font-size:21px;font-weight:600;color:#1d2b3b}
.empty-check-doc,.empty-check-back{color:#2d5bff;font-size:13px;text-decoration:none;border:1px solid #c9d6ff;padding:8px 12px;border-radius:2px;white-space:nowrap}
.empty-check-doc:hover,.empty-check-back:hover{background:#f0f4ff}
.empty-check-field{margin-bottom:18px}.empty-check-field label{display:block;color:#667485;font-size:13px;margin-bottom:8px}.empty-check-field small{color:#a6b0bb;margin-left:5px}
.empty-check-field input{width:100%;height:40px;border:1px solid #dfe5eb;border-radius:2px;padding:0 12px;box-sizing:border-box;color:#263748;outline:0}.empty-check-field input:focus,.empty-check-tabs button:focus,textarea:focus{border-color:#2d5bff;box-shadow:0 0 0 2px rgba(45,91,255,.08)}
.empty-check-tabs{display:flex;border-bottom:1px solid #e7edf2;margin-bottom:15px}.empty-check-tabs button{border:0;border-bottom:2px solid transparent;background:transparent;padding:0 0 11px;margin-right:24px;color:#8995a2;cursor:pointer;font-size:14px}.empty-check-tabs button.is-active{border-color:#2d5bff;color:#2d5bff;font-weight:600}
.empty-check-input-mode{display:none}.empty-check-input-mode.is-active{display:block}
.empty-check-input-mode textarea{display:block;width:100%;height:165px;resize:vertical;box-sizing:border-box;border:1px solid #dfe5eb;border-radius:2px;padding:14px 15px;line-height:1.8;color:#263748;font-size:14px;outline:0}
.empty-check-hint{margin:8px 0 0;color:#98a3ad;font-size:12px}.empty-check-upload{height:165px;border:1px dashed #cbd5df;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#738292;background:#fbfcfd}.empty-check-upload:hover{border-color:#2d5bff;background:#f7f9ff}.empty-check-upload input{display:none}.empty-check-upload span{font-size:28px;color:#2d5bff;margin-bottom:10px}.empty-check-upload strong{font-size:14px;font-weight:500}.empty-check-upload small{margin-top:7px;font-size:12px;color:#a3adb7}.empty-check-file-name{height:17px;margin:8px 0 0;color:#738292;font-size:12px}
.empty-check-submit-row{display:flex;align-items:center;gap:14px;margin-top:21px}.empty-check-primary,.empty-check-buy{border:0;border-radius:2px;background:#2d5bff;color:#fff;cursor:pointer;font-weight:600;transition:transform .18s,background .18s,box-shadow .18s}.empty-check-primary{padding:12px 25px;font-size:15px}.empty-check-primary:hover,.empty-check-buy:hover{background:#2145d5;box-shadow:0 8px 16px rgba(45,91,255,.18);transform:translateY(-1px)}.empty-check-primary:disabled,.empty-check-buy:disabled{opacity:.55;cursor:wait;transform:none}.empty-check-progress-text{color:#2d5bff;font-size:13px}
.empty-check-guide{background:#172d40;color:#fff;border-color:#172d40}.empty-check-guide h2{color:#fff;margin-bottom:28px}.empty-check-guide ol{list-style:none;margin:0;padding:0}.empty-check-guide li{display:flex;align-items:center;gap:14px;padding:15px 0;border-top:1px solid rgba(255,255,255,.12)}.empty-check-guide li:last-child{border-bottom:1px solid rgba(255,255,255,.12)}.empty-check-guide b{color:#5de0bb;font-size:12px;letter-spacing:1px}.empty-check-guide span{font-size:14px;color:#f0f4f6}.empty-check-guide small{display:block;color:#9db0be;font-size:12px;margin-top:4px}.empty-check-guide-note{margin-top:22px;padding:12px 13px;background:rgba(93,224,187,.08);color:#bde9dc;font-size:12px;line-height:1.7}
.empty-check-history{margin-top:18px}.history-head{margin-bottom:18px}.empty-check-retention-note{margin-top:7px;color:#a17d2c;font-size:11px;line-height:1.5}.empty-check-filter{display:flex;align-items:center;gap:7px}.empty-check-filter input{width:115px;height:34px;border:1px solid #dfe5eb;padding:0 8px;box-sizing:border-box;outline:0;color:#596777}.empty-check-filter i{font-style:normal;color:#a2acb6}.empty-check-filter button{height:34px;border:0;background:#eff3f8;color:#596777;padding:0 14px;cursor:pointer}.empty-check-table-wrap{overflow:auto}.empty-check-table{width:100%;border-collapse:collapse;min-width:880px;font-size:13px}.empty-check-table th{height:42px;background:#f6f8fa;color:#697888;text-align:left;font-weight:600;border-top:1px solid #e9edf1;border-bottom:1px solid #e9edf1}.empty-check-table td{height:57px;border-bottom:1px solid #edf0f3;color:#627181}.empty-check-table th,.empty-check-table td{padding:0 9px}.empty-check-table .task-name{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2d3d4d}.number-blue{color:#2d5bff!important;font-weight:600}.number-red{color:#e64a4a!important;font-weight:600}.number-orange{color:#d98a1f!important;font-weight:600}.number-purple{color:#8054c7!important;font-weight:600}.empty-check-status{display:inline-block;padding:4px 8px;font-size:12px;border-radius:2px}.empty-check-status.pending{background:#f0f3f6;color:#778594}.empty-check-status.running{background:#eaf0ff;color:#2d5bff}.empty-check-status.success{background:#e8f7f1;color:#13835f}.empty-check-status.failed{background:#fff0f0;color:#d64747}.empty-check-download{color:#2d5bff;text-decoration:none;white-space:nowrap}.empty-check-error{color:#d64747;cursor:help}.empty-check-muted{color:#a7b0b8}.empty-check-empty{text-align:center!important;color:#a0abb6!important;height:110px!important}.empty-check-pagination{padding-top:18px;color:#8995a2}.empty-check-pagination a,.empty-check-pagination span{display:inline-block;margin-right:8px;padding:4px 8px;color:#647383;text-decoration:none}.empty-check-pagination .current{background:#2d5bff;color:#fff}
.package-main{padding-top:26px}.package-hero{align-items:center}.package-panel{margin-top:18px;padding:28px}.empty-check-package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.empty-check-package-card{position:relative;border:1px solid #e2e8ee;padding:22px 20px 20px;background:#fff;min-height:190px;transition:border-color .18s,box-shadow .18s}.empty-check-package-card:hover{border-color:#aebfff;box-shadow:0 8px 18px rgba(45,91,255,.08)}.empty-check-package-card.featured{border:2px solid #2d5bff;padding:21px 19px 19px}.package-badge{position:absolute;right:0;top:0;padding:5px 10px;background:#2d5bff;color:#fff;font-size:11px}.package-label{color:#8c99a5;font-size:12px;letter-spacing:1px}.empty-check-package-card h3{margin:10px 0 7px;font-size:22px;color:#1e2d3c}.package-price{color:#2d5bff}.package-price b{font-size:30px;font-weight:600}.package-price span{font-size:13px;margin-left:4px}.empty-check-package-card p{margin:8px 0 18px;color:#98a3ad;font-size:12px}.empty-check-buy{width:100%;height:38px}.empty-check-package-foot{display:flex;align-items:center;gap:20px;margin-top:22px;padding-top:18px;border-top:1px solid #edf0f3;color:#7a8794;font-size:12px}.empty-check-package-foot a{color:#2d5bff;text-decoration:none}.empty-check-package-foot em{margin-left:auto;font-style:normal;color:#a6afb8}.empty-check-back{margin-top:2px}
@media (max-width:900px){.empty-check-grid{grid-template-columns:1fr}.empty-check-package-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.empty-check-main{padding:14px 10px 35px}.empty-check-hero{display:block;padding:23px 20px}.empty-check-balance{margin-top:22px;padding:15px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.18)}.empty-check-create,.empty-check-guide,.empty-check-history,.package-panel{padding:19px 16px}.empty-check-panel-head,.history-head{display:block}.empty-check-doc,.empty-check-back{display:inline-block;margin-top:14px}.empty-check-filter{margin-top:15px}.empty-check-filter input{width:100px}.empty-check-package-grid{grid-template-columns:1fr}.empty-check-package-foot{display:block}.empty-check-package-foot a,.empty-check-package-foot em{display:block;margin:10px 0 0}}

/*
 * 在线检测页面重做
 * 方向：calm enterprise utility。保持会员中心的蓝色操作色、深海军蓝信息层，
 * 用更大的留白、圆角和轻阴影替代旧式直角表单，避免影响同文件中的套餐页面。
 */
body.empty-check-page .empty-check-main {
    padding: 32px 0 64px;
}

body.empty-check-page .empty-check-hero {
    min-height: 164px;
    box-sizing: border-box;
    align-items: center;
    padding: 34px 38px;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 14px;
    background:
        radial-gradient(circle at 88% 45%, rgba(45,91,255,.18), transparent 28%),
        linear-gradient(112deg, #122a3d 0%, #102436 68%, #102a3a 100%);
    box-shadow: 0 16px 34px rgba(23,43,61,.13);
}

body.empty-check-page .empty-check-hero:after {
    right: -64px;
    top: -108px;
    width: 310px;
    height: 310px;
    border-color: rgba(93,224,187,.22);
    box-shadow: 0 0 0 25px rgba(93,224,187,.035), 0 0 0 54px rgba(93,224,187,.018);
}

body.empty-check-page .empty-check-kicker,
body.empty-check-page .empty-check-eyebrow {
    color: #5de0bb;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 2px;
}

body.empty-check-page .empty-check-hero h1 {
    margin: 12px 0 9px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.5px;
}

body.empty-check-page .empty-check-hero p {
    max-width: 650px;
    color: #b9c8d4;
    font-size: 14px;
    line-height: 1.7;
}

body.empty-check-page .empty-check-balance {
    min-width: 245px;
    padding-left: 30px;
    border-left-color: rgba(255,255,255,.2);
}

body.empty-check-page .empty-check-balance span {
    color: #b9c8d4;
    font-size: 13px;
    font-weight: 600;
}

body.empty-check-page .empty-check-balance strong {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
}

body.empty-check-page .empty-check-balance em {
    font-size: 15px;
    font-weight: 700;
}

body.empty-check-page .empty-check-balance a {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

body.empty-check-page .empty-check-balance a:hover {
    color: #5de0bb;
}

body.empty-check-page .empty-check-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(292px, .78fr);
    gap: 20px;
    margin-top: 20px;
}

body.empty-check-page .empty-check-panel {
    border: 1px solid var(--saas-line);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(23,43,61,.055);
}

body.empty-check-page .empty-check-create,
body.empty-check-page .empty-check-guide,
body.empty-check-page .empty-check-history {
    padding: 30px;
}

body.empty-check-page .empty-check-panel-head {
    align-items: flex-start;
    margin-bottom: 28px;
}

body.empty-check-page .empty-check-panel h2 {
    margin: 10px 0 0;
    color: var(--saas-ink);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.4px;
}

body.empty-check-page .empty-check-doc,
body.empty-check-page .empty-check-back {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #cbd7ff;
    border-radius: 8px;
    color: var(--saas-blue);
    background: #fff;
    font-size: 13px;
    font-weight: 600;
}

body.empty-check-page .empty-check-doc:hover,
body.empty-check-page .empty-check-back:hover {
    border-color: #aabaff;
    background: var(--saas-blue-soft);
}

body.empty-check-page .empty-check-field {
    margin-bottom: 23px;
}

body.empty-check-page .empty-check-field label {
    margin-bottom: 9px;
    color: var(--saas-ink);
    font-size: 13px;
    font-weight: 700;
}

body.empty-check-page .empty-check-field small {
    color: var(--saas-muted);
    font-weight: 400;
}

body.empty-check-page .empty-check-field input {
    height: 48px;
    border: 1px solid #dbe4ec;
    border-radius: 9px;
    padding: 0 15px;
    color: var(--saas-ink);
    background: #fff;
    font-size: 14px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

body.empty-check-page .empty-check-field input::placeholder,
body.empty-check-page .empty-check-input-mode textarea::placeholder {
    color: #a8b5c1;
}

body.empty-check-page .empty-check-field input:focus,
body.empty-check-page .empty-check-tabs button:focus-visible,
body.empty-check-page .empty-check-input-mode textarea:focus {
    border-color: var(--saas-blue);
    box-shadow: 0 0 0 4px rgba(45,91,255,.11);
}

body.empty-check-page .empty-check-tabs {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: 0 0 16px;
    padding: 4px;
    border: 1px solid #e4ebf2;
    border-radius: 9px;
    background: #f6f8fb;
}

body.empty-check-page .empty-check-tabs button {
    min-width: 84px;
    height: 34px;
    margin: 0;
    padding: 0 13px;
    border: 0;
    border-radius: 6px;
    color: #8998a7;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

body.empty-check-page .empty-check-tabs button:hover {
    color: var(--saas-blue);
}

body.empty-check-page .empty-check-tabs button.is-active {
    border: 0;
    color: var(--saas-blue);
    background: #fff;
    box-shadow: 0 2px 7px rgba(23,43,61,.08);
}

body.empty-check-page .empty-check-input-mode textarea {
    min-height: 190px;
    height: 190px;
    border: 1px solid #dbe4ec;
    border-radius: 9px;
    padding: 16px 17px;
    color: var(--saas-ink);
    background: #fbfcfe;
    font-size: 14px;
    line-height: 1.85;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body.empty-check-page .empty-check-input-mode textarea:focus {
    background: #fff;
}

body.empty-check-page .empty-check-hint {
    margin-top: 10px;
    color: var(--saas-muted);
    font-size: 12px;
    line-height: 1.7;
}

body.empty-check-page .empty-check-upload {
    min-height: 190px;
    height: auto;
    box-sizing: border-box;
    border: 1px dashed #c7d3df;
    border-radius: 9px;
    background: #fbfcfe;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

body.empty-check-page .empty-check-upload:hover {
    border-color: var(--saas-blue);
    background: #f7f9ff;
    box-shadow: inset 0 0 0 1px rgba(45,91,255,.08);
}

body.empty-check-page .empty-check-upload span {
    margin-bottom: 12px;
    color: var(--saas-blue);
    font-size: 28px;
}

body.empty-check-page .empty-check-upload strong {
    color: var(--saas-ink);
    font-size: 14px;
    font-weight: 700;
}

body.empty-check-page .empty-check-upload small {
    margin-top: 8px;
    color: var(--saas-muted);
}

body.empty-check-page .empty-check-file-name {
    margin-top: 10px;
    color: var(--saas-muted);
}

body.empty-check-page .empty-check-submit-row {
    margin-top: 25px;
    gap: 16px;
}

body.empty-check-page .empty-check-primary {
    min-width: 132px;
    height: 46px;
    padding: 0 24px;
    border-radius: 8px;
    background: var(--saas-blue);
    font-size: 14px;
    box-shadow: 0 7px 15px rgba(45,91,255,.16);
}

body.empty-check-page .empty-check-primary:hover {
    background: #234bd8;
    box-shadow: 0 10px 19px rgba(45,91,255,.22);
}

body.empty-check-page .empty-check-primary:focus-visible,
body.empty-check-page .empty-check-filter button:focus-visible,
body.empty-check-page .empty-check-download:focus-visible {
    outline: 3px solid rgba(45,91,255,.22);
    outline-offset: 2px;
}

body.empty-check-page .empty-check-progress-text {
    color: var(--saas-blue);
    font-size: 12px;
}

body.empty-check-page .empty-check-guide {
    min-height: 100%;
    box-sizing: border-box;
    background:
        radial-gradient(circle at 92% 7%, rgba(45,91,255,.22), transparent 27%),
        #172d40;
    border-color: #172d40;
    box-shadow: 0 14px 30px rgba(23,43,61,.11);
}

body.empty-check-page .empty-check-guide h2 {
    margin: 10px 0 31px;
    color: #fff;
    font-size: 23px;
    letter-spacing: -.3px;
}

body.empty-check-page .empty-check-guide li {
    min-height: 76px;
    box-sizing: border-box;
    align-items: flex-start;
    gap: 17px;
    padding: 19px 0;
    border-top-color: rgba(255,255,255,.13);
}

body.empty-check-page .empty-check-guide b {
    flex: 0 0 28px;
    color: #5de0bb;
    font-size: 12px;
    line-height: 1.8;
}

body.empty-check-page .empty-check-guide span {
    color: #f3f7fa;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

body.empty-check-page .empty-check-guide small {
    color: #9db0be;
    font-size: 12px;
    line-height: 1.7;
}

body.empty-check-page .empty-check-guide-note {
    margin-top: 25px;
    padding: 14px 15px;
    border: 1px solid rgba(93,224,187,.12);
    border-radius: 8px;
    background: rgba(93,224,187,.09);
    color: #bde9dc;
    font-size: 12px;
    line-height: 1.75;
}

body.empty-check-page .empty-check-history {
    margin-top: 20px;
}

body.empty-check-page .empty-check-history .history-head {
    margin-bottom: 22px;
}

body.empty-check-page .empty-check-filter input,
body.empty-check-page .empty-check-filter button {
    height: 36px;
    border-radius: 7px;
}

body.empty-check-page .empty-check-filter input {
    border-color: #dbe4ec;
    padding: 0 10px;
}

body.empty-check-page .empty-check-filter button {
    color: var(--saas-text);
    background: #f2f5f8;
    font-weight: 600;
}

body.empty-check-page .empty-check-filter button:hover {
    color: var(--saas-blue);
    background: var(--saas-blue-soft);
}

body.empty-check-page .empty-check-table {
    min-width: 880px;
    font-size: 13px;
}

body.empty-check-page .empty-check-table th {
    height: 44px;
    color: #718090;
    background: #f7f9fb;
    border-top: 1px solid #e9eff4;
    border-bottom: 1px solid #e9eff4;
}

body.empty-check-page .empty-check-table td {
    height: 61px;
    color: #617181;
    border-bottom-color: #eef2f5;
}

body.empty-check-page .empty-check-table tbody tr:hover td {
    background: #fbfcff;
}

body.empty-check-page .empty-check-status {
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

body.empty-check-page .empty-check-pagination .current {
    border-radius: 6px;
}

@media (max-width: 1080px) {
    body.empty-check-page .empty-check-hero {
        padding: 30px;
    }

    body.empty-check-page .empty-check-grid {
        grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr);
    }

    body.empty-check-page .empty-check-create,
    body.empty-check-page .empty-check-guide,
    body.empty-check-page .empty-check-history {
        padding: 25px;
    }
}

@media (max-width: 900px) {
    body.empty-check-page .empty-check-grid {
        grid-template-columns: 1fr;
    }

    body.empty-check-page .empty-check-guide {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    body.empty-check-page .empty-check-main {
        padding: 20px 10px 40px;
    }

    body.empty-check-page .empty-check-hero {
        display: block;
        min-height: 0;
        padding: 25px 22px;
        border-radius: 12px;
    }

    body.empty-check-page .empty-check-hero h1 {
        font-size: 30px;
    }

    body.empty-check-page .empty-check-balance {
        min-width: 0;
        margin-top: 25px;
        padding: 18px 0 0;
        border-top: 1px solid rgba(255,255,255,.18);
        border-left: 0;
    }

    body.empty-check-page .empty-check-create,
    body.empty-check-page .empty-check-guide,
    body.empty-check-page .empty-check-history {
        padding: 22px 18px;
        border-radius: 11px;
    }

    body.empty-check-page .empty-check-panel-head,
    body.empty-check-page .history-head {
        display: block;
    }

    body.empty-check-page .empty-check-doc,
    body.empty-check-page .empty-check-back {
        margin-top: 16px;
    }

    body.empty-check-page .empty-check-tabs {
        display: flex;
    }

    body.empty-check-page .empty-check-tabs button {
        flex: 1;
    }

    body.empty-check-page .empty-check-submit-row {
        align-items: flex-start;
        flex-direction: column;
    }

    body.empty-check-page .empty-check-primary {
        width: 100%;
    }

    body.empty-check-page .empty-check-filter {
        align-items: stretch;
        flex-wrap: wrap;
        margin-top: 16px;
    }

    body.empty-check-page .empty-check-filter input {
        flex: 1 1 108px;
    }
}

/* 第二版构图：与首页保持同一套白卡片工作台，不再使用深色双面板。 */
body.empty-check-page .empty-check-main { padding-top: 28px; }
body.empty-check-page .empty-check-hero {
    min-height: 174px;
    align-items: stretch;
    padding: 28px 30px;
    color: var(--saas-ink);
    border: 1px solid var(--saas-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--saas-shadow);
}
body.empty-check-page .empty-check-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    bottom: 28px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, var(--saas-blue), #6d83ff);
}
body.empty-check-page .empty-check-hero::after {
    right: -105px;
    top: -150px;
    width: 345px;
    height: 345px;
    border-color: rgba(45,91,255,.08);
    box-shadow: 0 0 0 28px rgba(45,91,255,.025), 0 0 0 58px rgba(45,91,255,.018);
}
body.empty-check-page .empty-check-hero > div:first-child {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 9px;
}
body.empty-check-page .empty-check-kicker,
body.empty-check-page .empty-check-eyebrow { color: var(--saas-blue); letter-spacing: 2.2px; }
body.empty-check-page .empty-check-hero h1 {
    margin: 10px 0 8px;
    color: var(--saas-ink);
    font-size: 34px;
    letter-spacing: -.8px;
}
body.empty-check-page .empty-check-hero p { color: var(--saas-muted); font-size: 14px; }
body.empty-check-page .empty-check-balance {
    display: flex;
    position: relative;
    z-index: 1;
    min-width: 260px;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px 23px;
    border: 1px solid #e0e8ff;
    border-radius: 12px;
    background: linear-gradient(135deg, #f7f9ff 0%, #eef3ff 100%);
}
body.empty-check-page .empty-check-balance span { color: #71809b; font-size: 12px; }
body.empty-check-page .empty-check-balance strong { margin-top: 9px; color: var(--saas-blue); font-size: 38px; line-height: 1; }
body.empty-check-page .empty-check-balance em { color: #71809b; font-size: 13px; font-weight: 600; }
body.empty-check-page .empty-check-balance a { margin-top: 14px; color: var(--saas-blue); font-size: 12px; }
body.empty-check-page .empty-check-balance a:hover { color: #234bd8; }
body.empty-check-page .empty-check-grid { grid-template-columns: minmax(0, 1.48fr) minmax(280px, .82fr); gap: 20px; }
body.empty-check-page .empty-check-create,
body.empty-check-page .empty-check-guide,
body.empty-check-page .empty-check-history { padding: 29px 30px; background: #fff; }
body.empty-check-page .empty-check-create { min-width: 0; }
body.empty-check-page .empty-check-guide {
    min-height: 0;
    color: var(--saas-text);
    border-color: var(--saas-line);
    background: #fff;
    box-shadow: var(--saas-shadow);
}
body.empty-check-page .empty-check-guide h2 {
    position: relative;
    margin: 5px 0 27px;
    padding-bottom: 20px;
    color: var(--saas-ink);
    font-size: 21px;
    letter-spacing: -.3px;
}
body.empty-check-page .empty-check-guide h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    border-radius: 3px;
    background: var(--saas-blue);
}
body.empty-check-page .empty-check-guide li {
    min-height: 0;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-top: 1px solid #edf1f5;
}
body.empty-check-page .empty-check-guide li:last-child { border-bottom: 1px solid #edf1f5; }
body.empty-check-page .empty-check-guide b {
    display: inline-flex;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 9px;
    color: var(--saas-blue);
    background: var(--saas-blue-soft);
    font-size: 11px;
    letter-spacing: 0;
}
body.empty-check-page .empty-check-guide span { color: var(--saas-ink); font-size: 14px; font-weight: 700; }
body.empty-check-page .empty-check-guide small { color: var(--saas-muted); font-size: 12px; }
body.empty-check-page .empty-check-guide-note {
    margin-top: 21px;
    border: 1px solid #dff2eb;
    border-radius: 9px;
    background: var(--saas-teal-soft);
    color: #39866f;
    line-height: 1.75;
}
body.empty-check-page .empty-check-history { box-shadow: var(--saas-shadow); }
@media (max-width: 640px) {
    body.empty-check-page .empty-check-hero { padding: 24px 21px; }
    body.empty-check-page .empty-check-hero::before { top: 24px; bottom: 24px; }
    body.empty-check-page .empty-check-hero > div:first-child { padding-left: 5px; }
    body.empty-check-page .empty-check-hero h1 { font-size: 30px; }
    body.empty-check-page .empty-check-balance { min-width: 0; margin-top: 22px; padding: 17px 18px; }
}

/* 套餐页：价格卡使用与工作台一致的轻量层级。 */
body.empty-check-page .package-panel {
    margin-top: 20px;
    padding: 30px;
    border: 1px solid var(--saas-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--saas-shadow);
}

body.empty-check-page .empty-check-package-grid {
    gap: 16px;
}

body.empty-check-page .empty-check-package-card {
    display: flex;
    min-height: 220px;
    flex-direction: column;
    box-sizing: border-box;
    padding: 23px 22px 21px;
    border: 1px solid #e2e9f0;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(23,43,61,.035);
}

body.empty-check-page .empty-check-package-card:hover {
    border-color: #b8c6ff;
    box-shadow: 0 12px 28px rgba(45,91,255,.09);
    transform: translateY(-2px);
}

body.empty-check-page .empty-check-package-card.featured {
    padding: 22px 21px 20px;
    border: 2px solid var(--saas-blue);
    background: linear-gradient(180deg, #fff 0%, #f8faff 100%);
}

body.empty-check-page .package-badge {
    top: 12px;
    right: 12px;
    padding: 5px 9px;
    border-radius: 99px;
    font-size: 10px;
}

body.empty-check-page .empty-check-package-card h3 {
    margin: 12px 0 8px;
    color: var(--saas-ink);
    font-size: 21px;
}

body.empty-check-page .package-price b {
    color: var(--saas-blue);
    font-size: 32px;
    font-weight: 750;
}

body.empty-check-page .empty-check-package-card p {
    margin: 9px 0 20px;
    color: var(--saas-muted);
}

body.empty-check-page .empty-check-buy {
    height: 41px;
    margin-top: auto;
    border: 1px solid #c7d3ff;
    border-radius: 7px;
    background: #f3f6ff;
    color: var(--saas-blue);
    cursor: pointer;
    font-weight: 700;
}

body.empty-check-page .empty-check-buy:hover,
body.empty-check-page .featured .empty-check-buy {
    border-color: var(--saas-blue);
    background: var(--saas-blue);
    color: #fff;
}

@media (max-width: 640px) {
    body.empty-check-page .package-panel { padding: 22px 18px; }
}

/* ========================================================================== */
/* 06 · Number tools */
/* ========================================================================== */
/* 号码工具：克制、清晰的工作台视觉，和 SaaS 侧栏共用海军蓝 / 青绿色点缀。 */
.number-tools-page { background: #f5f7fa; color: #223344; }
.number-tools-page .ey-body-bg { background: #f5f7fa; }
.number-tools-main { min-height: 690px; padding: 0 0 42px 22px; }
.tools-hero { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 148px; margin-bottom: 18px; padding: 28px 36px; box-sizing: border-box; overflow: hidden; background: #122b40; color: #fff; border-radius: 10px; }
.tools-hero:after { content: ''; position: absolute; right: -50px; top: -85px; width: 310px; height: 310px; border: 1px solid rgba(99,223,189,.28); border-radius: 50%; box-shadow: 0 0 0 24px rgba(99,223,189,.04), 0 0 0 48px rgba(99,223,189,.03); }
.tools-kicker, .tools-eyebrow { display: block; color: #63dfbd; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; }
.tools-hero h1 { margin: 10px 0 7px; color: #fff; font-size: 30px; font-weight: 700; letter-spacing: 1px; }
.tools-hero p { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.tools-hero-mark { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; color: #63dfbd; }
.tools-hero-mark span { font-size: 54px; font-weight: 800; letter-spacing: -4px; line-height: 1; }
.tools-hero-mark b { padding-left: 10px; border-left: 1px solid rgba(99,223,189,.45); color: rgba(255,255,255,.8); font-size: 10px; line-height: 1.5; letter-spacing: 1.5px; }
.tools-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(265px, .75fr); gap: 18px; align-items: stretch; }
.tools-panel { box-sizing: border-box; background: #fff; border: 1px solid #e5ebf1; border-radius: 10px; box-shadow: 0 9px 26px rgba(23,43,61,.05); }
.tools-form-panel { padding: 29px 32px 31px; }
.tools-panel-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 27px; }
.tools-panel-head h2, .tools-note-panel h2 { margin-top: 7px; color: #1f3345; font-size: 22px; font-weight: 700; }
.tools-panel-number { color: #cbd5de; font-size: 24px; font-weight: 800; letter-spacing: 1px; }
.tools-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.tools-field { display: block; margin-bottom: 20px; }
.tools-field > span { display: block; margin-bottom: 9px; color: #455767; font-size: 13px; font-weight: 700; }
.tools-field em { margin-left: 5px; color: #a1acb6; font-size: 11px; font-weight: 400; font-style: normal; }
.tools-field input, .tools-field select, .tools-clean-mode textarea { width: 100%; box-sizing: border-box; border: 1px solid #dbe3ea; border-radius: 6px; background: #fbfcfd; color: #273b4d; outline: none; transition: border .18s, box-shadow .18s, background .18s; }
.tools-field input, .tools-field select { height: 44px; padding: 0 13px; }
.tools-field input:focus, .tools-field select:focus, .tools-clean-mode textarea:focus { border-color: #5c77ff; background: #fff; box-shadow: 0 0 0 3px rgba(45,91,255,.1); }
.tools-field small, .tools-clean-mode > small { display: block; margin-top: 7px; color: #9aa7b3; font-size: 11px; line-height: 1.6; }
.tools-input-suffix { position: relative; }
.tools-input-suffix input { padding-right: 40px; }
.tools-input-suffix b { position: absolute; right: 14px; top: 13px; color: #8795a1; font-size: 12px; font-weight: 400; }
.tools-form-actions { display: flex; align-items: center; gap: 15px; margin-top: 27px; }
.tools-primary { display: inline-flex; align-items: center; gap: 20px; min-width: 142px; height: 46px; padding: 0 16px 0 20px; border: 0; border-radius: 6px; background: #2d5bff; color: #fff; cursor: pointer; font-size: 14px; font-weight: 700; box-shadow: 0 8px 17px rgba(45,91,255,.18); transition: transform .18s, background .18s, opacity .18s; }
.tools-primary i { margin-left: auto; color: #b9c7ff; font-size: 21px; font-style: normal; font-weight: 400; }
.tools-primary:hover { background: #234ce2; transform: translateY(-1px); }
.tools-primary:disabled { opacity: .62; cursor: wait; transform: none; }
.tools-status { color: #82919e; font-size: 12px; }
.tools-note-panel { padding: 29px 27px; background: #f9fbfc; }
.tools-note-panel h2 { margin-bottom: 24px; }
.tools-note-list li { display: flex; gap: 14px; padding: 15px 0; border-top: 1px solid #e5ebf0; }
.tools-note-list li:first-child { border-top: 0; padding-top: 0; }
.tools-note-list b { flex: 0 0 auto; color: #2d5bff; font-size: 11px; font-weight: 800; letter-spacing: .5px; }
.tools-note-list span { color: #687988; font-size: 12px; line-height: 1.7; }
.tools-note-list strong { color: #1f3345; font-weight: 700; }
.tools-note-tip { margin-top: 20px; padding: 13px 14px; border-left: 3px solid #63dfbd; background: #eef8f5; color: #59766f; font-size: 11px; line-height: 1.7; }
.tools-result { display: flex; align-items: center; gap: 18px; margin-top: 18px; padding: 18px 22px; border: 1px solid #cfe9e0; border-radius: 8px; background: #f2fbf8; color: #40635a; font-size: 13px; }
.tools-result[hidden] { display: none; }
.tools-result strong { color: #176a56; font-size: 20px; }
.tools-result a { margin-left: auto; padding: 9px 14px; border-radius: 5px; background: #19795f; color: #fff; font-size: 12px; }
.tools-tabs { display: flex; gap: 25px; margin: -4px 0 17px; border-bottom: 1px solid #e7edf2; }
.tools-tabs button { position: relative; padding: 0 0 12px; border: 0; background: none; color: #97a3ad; cursor: pointer; font-size: 13px; }
.tools-tabs button.is-active { color: #2d5bff; font-weight: 700; }
.tools-tabs button.is-active:after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: #2d5bff; }
.tools-clean-mode { display: none; }
.tools-clean-mode.is-active { display: block; }
.tools-clean-mode textarea { display: block; min-height: 224px; padding: 14px; resize: vertical; line-height: 1.8; }
.tools-upload { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 224px; border: 1px dashed #b8c6d2; border-radius: 7px; background: #fbfcfd; cursor: pointer; text-align: center; transition: border .18s, background .18s; }
.tools-upload:hover { border-color: #5c77ff; background: #f7f9ff; }
.tools-upload input { display: none; }
.tools-upload span { margin-bottom: 10px; color: #2d5bff; font-size: 31px; line-height: 1; }
.tools-upload strong { color: #536574; font-size: 14px; }
.tools-upload small { margin-top: 8px; color: #9aa7b3; font-size: 11px; }
@media (max-width: 1100px) { .number-tools-main { padding-left: 15px; } .tools-layout { grid-template-columns: 1fr; } .tools-note-panel { min-height: auto; } }
@media (max-width: 900px) { .number-tools-main { padding: 0 0 25px; } }
@media (max-width: 600px) { .tools-hero { min-height: 132px; padding: 22px; } .tools-hero h1 { font-size: 25px; } .tools-hero-mark { display: none; } .tools-form-panel, .tools-note-panel { padding: 23px 18px; } .tools-form-grid { grid-template-columns: 1fr; gap: 0; } .tools-result { align-items: flex-start; flex-wrap: wrap; } .tools-result a { margin-left: 0; } }

/* 第二版：去除深色大横幅，和会员首页、检测页统一为白色工作台。 */
.number-tools-main { padding-top: 28px; padding-left: 0; }
.tools-hero {
    min-height: 174px;
    padding: 28px 30px 28px 39px;
    border: 1px solid #e5ebf1;
    border-radius: 14px;
    background: #fff;
    color: #172b3d;
    box-shadow: 0 10px 28px rgba(23,43,61,.055);
}
.tools-hero::before {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 0;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, #2d5bff, #6d83ff);
    content: "";
}
.tools-hero::after {
    right: -100px;
    top: -145px;
    width: 345px;
    height: 345px;
    border-color: rgba(45,91,255,.08);
    box-shadow: 0 0 0 28px rgba(45,91,255,.025), 0 0 0 58px rgba(45,91,255,.018);
}
.tools-kicker,
.tools-eyebrow { color: #2d5bff; }
.tools-hero h1 {
    margin: 10px 0 8px;
    color: #172b3d;
    font-size: 34px;
    letter-spacing: -.8px;
}
.tools-hero p { color: #91a0ad; font-size: 14px; }
.tools-hero-mark {
    position: relative;
    min-width: 190px;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px 22px;
    border: 1px solid #e0e8ff;
    border-radius: 12px;
    background: linear-gradient(135deg, #f7f9ff 0%, #eef3ff 100%);
    color: #2d5bff;
}
.tools-hero-mark span { color: #2d5bff; font-size: 46px; }
.tools-hero-mark b {
    border-left-color: #cad6ff;
    color: #71809b;
}
.tools-layout { gap: 20px; }
.tools-panel {
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(23,43,61,.055);
}
.tools-form-panel { padding: 30px; }
.tools-note-panel {
    padding: 30px 28px;
    border-color: #e5ebf1;
    background: #fff;
}
.tools-note-panel h2 {
    position: relative;
    margin-bottom: 27px;
    padding-bottom: 19px;
    font-size: 21px;
}
.tools-note-panel h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 3px;
    border-radius: 3px;
    background: #2d5bff;
    content: "";
}
.tools-note-list b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #edf2ff;
    color: #2d5bff;
}
.tools-note-list li { align-items: flex-start; }
.tools-note-tip {
    border: 1px solid #dff2eb;
    border-left-width: 3px;
    border-radius: 9px;
}
@media (max-width: 900px) {
    .number-tools-main { padding-top: 18px; }
}
@media (max-width: 600px) {
    .tools-hero { padding: 24px 21px 24px 28px; }
    .tools-hero::before { top: 24px; bottom: 24px; }
    .tools-hero h1 { font-size: 30px; }
    .tools-form-panel,
    .tools-note-panel { padding: 22px 18px; }
}

/* ========================================================================== */
/* 07 · Billing and USDT */
/* ========================================================================== */
.usdt-recharge-box{margin-top:24px;padding:28px 32px;border:1px solid #e6edf5;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(24,54,86,.04)}
.usdt-recharge-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.usdt-recharge-head h2{margin:0;color:#16283b;font-size:22px;font-weight:700}.usdt-recharge-head p{margin:8px 0 0;color:#91a2b4;font-size:14px}.usdt-network-tag{padding:7px 12px;border-radius:20px;background:#ecfdf5;color:#059669;font-size:13px;font-weight:600;white-space:nowrap}.usdt-recharge-rule{margin-top:22px;padding:13px 16px;border-radius:8px;background:#f7faff;color:#72869a;font-size:14px}.usdt-recharge-rule strong{color:#1f65ff;font-weight:700}.usdt-presets{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.usdt-amount-preset{min-width:108px;padding:10px 18px;border:1px solid #dce5f0;border-radius:8px;background:#fff;color:#40566d;font-size:15px;cursor:pointer;transition:all .2s}.usdt-amount-preset:hover,.usdt-amount-preset.active{border-color:#3972ff;background:#f1f5ff;color:#2e64ef}.usdt-input-row{display:flex;align-items:center;margin-top:18px;width:360px;max-width:100%;height:46px;border:1px solid #dce5f0;border-radius:8px;background:#fff}.usdt-input-row:focus-within{border-color:#3972ff;box-shadow:0 0 0 3px rgba(57,114,255,.08)}.usdt-amount-input{flex:1;width:100%;height:44px;padding:0 14px;border:0;outline:0;background:transparent;color:#1d3248;font-size:16px}.usdt-input-row>span{padding-right:14px;color:#91a2b4;font-size:14px}.usdt-rmb-preview{margin-top:12px;color:#526b84;font-size:14px}.usdt-submit{margin-top:18px;padding:11px 24px;border:0;border-radius:8px;background:#3972ff;color:#fff;font-size:15px;cursor:pointer;transition:background .2s}.usdt-submit:hover{background:#285de4}.usdt-submit:disabled{opacity:.6;cursor:not-allowed}.usdt-notice{margin:15px 0 0;color:#a0afbd;font-size:12px}.usdt-disabled{padding:28px 0 8px;color:#9aaaba;font-size:14px}@media (max-width:640px){.usdt-recharge-box{padding:22px 18px}.usdt-recharge-head{display:block}.usdt-network-tag{display:inline-block;margin-top:14px}.usdt-input-row{width:100%}}

/* ========================================================================== */
/* 08 · Authentication */
/* ========================================================================== */
/* 登录 / 注册 / 找回密码统一 SaaS 入口样式 */
:root {
    --auth-ink: #172b3d;
    --auth-text: #536574;
    --auth-muted: #98a6b2;
    --auth-line: #dce5ec;
    --auth-canvas: #f4f7fa;
    --auth-blue: #2d5bff;
    --auth-blue-dark: #234bd8;
    --auth-soft: #f8fafc;
}

body.reg,
body.reg.login,
body.reg.regi,
body.reg.retrieve {
    min-height: 100vh;
    margin: 0;
    background: var(--auth-canvas);
    color: var(--auth-text);
    font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
body.reg::before {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--auth-blue);
    content: "";
}
body.reg::after {
    position: fixed;
    z-index: 0;
    right: -160px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(45,91,255,.12);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(45,91,255,.035), 0 0 0 56px rgba(45,91,255,.022);
    content: "";
    pointer-events: none;
}
.register_index {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 44px 20px;
}
body.reg.regi .register_index { align-items: flex-start; padding-top: 34px; }
.register_index .container {
    width: 100%;
    max-width: 500px;
    margin: 0;
    padding: 0;
}
.register_index .form-register.panel-body,
.register_index > .container > .form-register.panel-body {
    box-sizing: border-box;
    width: 100%;
    padding: 38px 44px 32px;
    border: 1px solid #e2e9ef;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(23,43,61,.09);
}
.mip-reg-logo { margin: 0 0 30px; text-align: center; }
.mip-reg-logo .ey-logo { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; }
.mip-reg-logo img { display: block; max-width: 208px; max-height: 54px; object-fit: contain; }
.mip-reg-heading { margin-bottom: 26px; text-align: center; }
.mip-reg-heading .auth-subtitle { margin: -5px 0 0; color: var(--auth-muted); font-size: 12px; line-height: 20px; }
.mip-reg-heading .tab_list ul { display: flex; justify-content: center; gap: 34px; margin: 0; padding: 0; border-bottom: 1px solid #edf1f4; }
.mip-reg-heading .tab_list li,
.mip-reg-heading .nav-item {
    position: relative;
    display: inline-block;
    height: 46px;
    padding: 0;
    color: #8997a3;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    line-height: 38px;
    text-decoration: none;
}
.mip-reg-heading .tab_list li.current,
.mip-reg-heading .nav-item { color: var(--auth-ink); }
.mip-reg-heading .tab_list li.current::after,
.mip-reg-heading .nav-item::after {
    position: absolute;
    right: 5px;
    bottom: -1px;
    left: 5px;
    height: 3px;
    border-radius: 3px;
    background: var(--auth-blue);
    content: "";
}
.tab_con .item { box-sizing: border-box; }
.form-register .form-group,
.form-register .group_z { position: relative; margin: 0 0 14px; }
.form-register .form-control,
.form-register input.form-control,
.form-register select.form-control {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 0 14px;
    border: 1px solid var(--auth-line);
    border-radius: 7px;
    outline: none;
    background: var(--auth-soft);
    color: var(--auth-ink);
    font-size: 14px;
    line-height: 48px;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.form-register .form-control:focus { border-color: #6e88ff; background: #fff; box-shadow: 0 0 0 3px rgba(45,91,255,.1); }
.form-register .form-control::placeholder { color: #a7b2bc; }
.form-register .input-group,
.form-register .input-group-icon,
.form-register .formText { width: 100%; }
.form-register .formText { position: relative; display: flex; align-items: center; }
.form-register .formText .form-control { flex: 1; }
.form-register .chicuele { flex: 0 0 auto; width: 96px; height: 38px; margin-left: 8px; border: 1px solid var(--auth-line); border-radius: 5px; cursor: pointer; object-fit: cover; }
.form-register .input-group.btn-direction { display: flex; gap: 8px; }
.form-register .input-group.btn-direction .formText { flex: 1; }
.form-register .form-group > .sento { position: absolute; top: 0; right: 0; }
.form-register .form-group > .formText .form-control { padding-right: 108px; }
.form-register .sento { flex: 0 0 96px; height: 48px; padding: 0 9px; border: 1px solid #b9c7ff; border-radius: 7px; background: var(--auth-blue-soft, #edf2ff); color: var(--auth-blue); font-size: 12px; }
.form-register .sento:hover { background: #e2e9ff; }
.form-register .btn.btn-primary,
.register_index .btn.btn-primary {
    height: 48px;
    border: 1px solid var(--auth-blue);
    border-radius: 7px;
    background: var(--auth-blue);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 46px;
    transition: background .18s ease, border-color .18s ease, transform .18s ease, opacity .18s ease;
}
.form-register .btn.btn-primary:hover,
.register_index .btn.btn-primary:hover { border-color: var(--auth-blue-dark); background: var(--auth-blue-dark); transform: translateY(-1px); }
.form-register .btn.disabled-button,
.form-register .btn[disabled] { opacity: .48; cursor: not-allowed; transform: none; }
.form-register .login-link { margin-top: 16px; color: var(--auth-muted); font-size: 12px; line-height: 24px; }
.form-register .login-link a { color: #7c8b98; text-decoration: none; }
.form-register .login-link a:hover { color: var(--auth-blue); }
.form-register .login-link .login-link-reg { color: var(--auth-blue); }
.form-register .paw-on-off { top: 13px; right: 14px; color: #97a5b0; cursor: pointer; }
.form-register .qrcode-title { display: flex; align-items: center; gap: 12px; margin: 24px 0 13px; color: #a0acb6; font-size: 11px; }
.form-register .qrcode-title::before,
.form-register .qrcode-title::after { flex: 1; height: 1px; background: #edf1f4; content: ""; }
.form-register .login_type ul { display: flex; justify-content: center; gap: 17px; margin: 0; padding: 0; }
.form-register .login_type li { width: 34px; height: 34px; margin: 0; }
.form-register .login_type li img { width: 34px; height: 34px; object-fit: contain; opacity: .82; transition: opacity .18s ease, transform .18s ease; }
.form-register .login_type li img:hover { opacity: 1; transform: translateY(-2px); }
.form-register .clause-box { display: flex; align-items: center; gap: 7px; margin: 5px 0 15px; color: #8d9aa5; font-size: 12px; }
.form-register .clause-box a { color: #7c8b98; }
.form-register .clause-box a:hover { color: var(--auth-blue); }
.register_index > .container > .btn.btn-primary { margin-bottom: 12px; }
.register_index > .container > a { display: block; color: #fff !important; text-decoration: none; }
.register_index > .container > a .btn { width: 100%; }
.auth-select .register_index .container { box-sizing: border-box; max-width: 430px; padding: 34px 38px; border: 1px solid #e2e9ef; border-radius: 15px; background: #fff; box-shadow: 0 18px 45px rgba(23,43,61,.09); }
.register_index .ey-popup { padding: 0; }
body.reg.retrieve .register_index .container { max-width: 500px; }
body.reg.retrieve .form-register.panel-body { padding-top: 34px; }
body.reg.retrieve .login-link { text-align: right; }

@media (max-width: 560px) {
    .register_index { align-items: flex-start; padding: 26px 14px; }
    body.reg.regi .register_index { padding-top: 20px; }
    .register_index .form-register.panel-body,
    .register_index > .container > .form-register.panel-body { padding: 28px 20px 24px; border-radius: 12px; }
    .mip-reg-logo { margin-bottom: 22px; }
    .mip-reg-logo img { max-width: 175px; max-height: 47px; }
    .mip-reg-heading { margin-bottom: 21px; }
    .mip-reg-heading .tab_list { overflow-x: auto; }
    .mip-reg-heading .tab_list ul { gap: 24px; min-width: max-content; }
    .mip-reg-heading .tab_list li,
    .mip-reg-heading .nav-item { font-size: 16px; }
}

/* 邮箱登录页最终覆盖层：隔离 EyouCMS 旧版登录规则 */
body.email-auth-page {
    background:
        radial-gradient(circle at 12% 18%, rgba(45, 91, 255, .07), transparent 26%),
        radial-gradient(circle at 88% 82%, rgba(117, 207, 194, .08), transparent 24%),
        #f5f8fc;
}

body.email-auth-page::before {
    height: 4px;
    background: #2d5bff;
}

body.email-auth-page .register_index {
    padding: 58px 20px;
}

body.email-auth-page .register_index .container {
    max-width: 520px;
}

body.email-auth-page .register_index .form-register.panel-body {
    padding: 48px 52px 40px;
    border: 1px solid #e1e9f2;
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(23, 43, 61, .10);
}

/* 注册、找回和重置密码：与登录页使用同一套双栏 SaaS 入口。 */
.saas-auth-action-shell {
    min-height: min(760px, calc(100vh - 72px));
}

.saas-auth-action-shell .saas-login-brand {
    position: relative;
    align-self: stretch;
    min-height: 100%;
}

.saas-auth-action-shell .saas-auth-form-side {
    align-items: flex-start;
    min-height: 100vh;
    padding-top: clamp(52px, 8vh, 92px);
    padding-bottom: clamp(52px, 8vh, 92px);
}

.saas-auth-form-box {
    width: min(100%, 520px);
}

.saas-auth-form {
    margin-top: 0;
}

.saas-auth-field,
.saas-auth-dynamic-fields > .form-group {
    margin: 0 0 18px;
}

.saas-auth-field > label,
.saas-auth-code-field > label {
    display: block;
    margin: 0 0 8px;
    color: #31475a;
    font-size: 13px;
    font-weight: 700;
}

.saas-auth-form .form-control,
.saas-auth-form input.form-control,
.saas-auth-form select.form-control,
.saas-auth-form textarea.form-control {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #d9e3ec;
    border-radius: 9px;
    outline: 0;
    background: #f9fbfd;
    color: #172b3d;
    font-size: 14px;
    line-height: 50px;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.saas-auth-form textarea.form-control {
    min-height: 112px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.65;
    resize: vertical;
}

.saas-auth-form .form-control:focus {
    border-color: #5c78ff;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(45, 91, 255, .10);
}

.saas-auth-form .form-control::placeholder {
    color: #a7b3bf;
}

.saas-auth-form .form-control.is-readonly,
.saas-auth-form .form-control:disabled {
    background: #f2f5f8;
    color: #718291;
    cursor: not-allowed;
}

.saas-auth-dynamic-fields > .form-group {
    position: relative;
}

.saas-auth-dynamic-fields > .form-group:first-child::before {
    display: block;
    margin: 0 0 8px;
    color: #31475a;
    content: "注册邮箱";
    font-size: 13px;
    font-weight: 700;
}

.saas-auth-dynamic-fields .input-group.btn-direction,
.saas-auth-code-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 10px;
}

.saas-auth-form .sento {
    position: static !important;
    width: 112px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #c9d5ff;
    border-radius: 9px;
    background: #f1f4ff;
    color: #2d5bff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.saas-auth-form .sento:hover {
    border-color: #aebeff;
    background: #e8edff;
}

.saas-auth-form .sento:disabled {
    opacity: .58;
    cursor: not-allowed;
}

.saas-auth-form .formText {
    display: flex;
    align-items: center;
}

.saas-auth-form .chicuele {
    flex: 0 0 106px;
    width: 106px;
    height: 42px;
    margin-left: 10px;
    border: 1px solid #d9e3ec;
    border-radius: 7px;
    object-fit: cover;
}

.saas-auth-form .saas-auth-agreement {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    min-height: 24px;
    margin: 4px 0 20px;
    color: #697b8c;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
    user-select: none;
}

.saas-auth-agreement .checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.saas-auth-agreement-box {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 1px solid #d2dce5;
    border-radius: 5px;
    background: #fff;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.saas-auth-agreement .checkbox:checked + .saas-auth-agreement-box {
    border-color: #2d5bff;
    background: #2d5bff;
}

.saas-auth-agreement .checkbox:checked + .saas-auth-agreement-box::after {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
}

.saas-auth-agreement .checkbox:focus-visible + .saas-auth-agreement-box {
    box-shadow: 0 0 0 4px rgba(45, 91, 255, .12);
}

.saas-auth-agreement:hover .saas-auth-agreement-box {
    border-color: #9eb0ff;
}

.saas-auth-agreement-text {
    display: block;
}

.saas-auth-submit {
    width: 100%;
    height: 50px;
    margin-top: 4px;
    border: 0;
    border-radius: 9px;
    background: #2d5bff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    box-shadow: 0 10px 22px rgba(45, 91, 255, .20);
}

.saas-auth-submit:hover {
    background: #234bd8;
    transform: translateY(-1px);
}

.saas-auth-links {
    justify-content: flex-start;
    margin-top: 20px;
}

.saas-auth-links a {
    font-weight: 700;
}

.saas-auth-form fieldset {
    margin: 0;
    padding: 13px 15px;
    border: 1px solid #d9e3ec;
    border-radius: 9px;
    background: #f9fbfd;
}

.saas-auth-form fieldset legend {
    padding: 0 5px;
    color: #52677a;
    font-size: 12px;
}

@media (max-width: 900px) {
    .saas-auth-action-shell .saas-login-brand {
        position: relative;
        display: none;
        min-height: 0;
    }

    .saas-auth-action-shell .saas-auth-form-side {
        min-height: 100vh;
        padding: 42px 22px;
    }

    .saas-auth-action-shell .saas-login-mobile-logo {
        display: inline-flex;
    }
}

@media (max-width: 560px) {
    .saas-auth-action-shell .saas-auth-form-side {
        padding: 28px 18px 38px;
    }

    .saas-auth-form {
        margin-top: 28px;
    }

    .saas-auth-dynamic-fields .input-group.btn-direction,
    .saas-auth-code-row {
        grid-template-columns: minmax(0, 1fr) 104px;
        gap: 8px;
    }

    .saas-auth-form .sento {
        width: 104px;
    }
}

body.email-auth-page .mip-reg-logo {
    margin-bottom: 36px;
}

body.email-auth-page .mip-reg-logo .ey-logo {
    min-height: 64px;
}

body.email-auth-page .mip-reg-logo img {
    width: 260px;
    max-width: 260px;
    max-height: 70px;
}

body.email-auth-page .mip-reg-heading {
    margin-bottom: 30px;
}

body.email-auth-page .mip-reg-heading .tab_list ul {
    border-bottom: 1px solid #e7edf4;
}

body.email-auth-page .mip-reg-heading .tab_list li {
    height: 48px;
    color: #172b3d;
    font-size: 21px;
    font-weight: 700;
    line-height: 40px;
}

body.email-auth-page .mip-reg-heading .tab_list li::before {
    display: none;
}

body.email-auth-page .mip-reg-heading .tab_list li.current::after {
    right: 50%;
    bottom: -1px;
    left: 50%;
    width: 116px;
    height: 4px;
    border-radius: 4px;
    background: #2d5bff;
    transform: translateX(-50%);
}

body.email-auth-page .mip-reg-heading .auth-subtitle {
    margin-top: 14px;
    color: #8c9baa;
    font-size: 13px;
    line-height: 22px;
}

body.email-auth-page .form-register .form-group,
body.email-auth-page .form-register .group_z {
    margin-bottom: 16px;
}

body.email-auth-page .form-register .form-control,
body.email-auth-page .form-register input.form-control {
    height: 52px;
    padding: 0 17px;
    border: 1px solid #d9e3ed;
    border-radius: 10px;
    background: #f8fafc;
    color: #172b3d;
    font-size: 15px;
    line-height: 52px;
}

body.email-auth-page .form-register .form-control:focus,
body.email-auth-page .form-register input.form-control:focus {
    border-color: #6d89ff;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(45, 91, 255, .10);
}

body.email-auth-page .form-register .password-field .form-control {
    padding-right: 58px;
}

body.email-auth-page .form-register .paw-on-off {
    top: 50%;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    color: #91a0ae;
    line-height: 1;
}

body.email-auth-page .form-register .paw-on-off i {
    display: block;
    width: 22px;
    height: 22px;
    color: inherit;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
}

body.email-auth-page .form-register .paw-on-off:hover {
    color: #2d5bff;
}

body.email-auth-page .form-register .btn.btn-primary,
body.email-auth-page .register_index .btn.btn-primary {
    height: 52px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 50px;
}

body.email-auth-page .form-register .btn.disabled-button,
body.email-auth-page .form-register .btn[disabled] {
    border-color: #b9c7ff !important;
    background: #b9c7ff !important;
    color: #fff !important;
    opacity: 1;
}

body.email-auth-page .form-register .btn.enabled-button {
    border-color: #2d5bff !important;
    background: #2d5bff !important;
}

body.email-auth-page .form-register .login-link {
    margin-top: 19px;
    font-size: 13px;
}

body.email-auth-page .form-register .login-link a {
    font-size: 13px;
}

@media (max-width: 560px) {
    body.email-auth-page .register_index {
        padding: 28px 14px;
    }

    body.email-auth-page .register_index .form-register.panel-body {
        padding: 34px 22px 28px;
        border-radius: 16px;
    }

    body.email-auth-page .mip-reg-logo {
        margin-bottom: 28px;
    }

    body.email-auth-page .mip-reg-logo img {
        width: 220px;
        max-width: 220px;
        max-height: 60px;
    }
}

/*
 * 邮箱登录页 2026 重构
 * 方向：calm enterprise utility，与会员中心使用同一套海军蓝、科技蓝和薄荷绿。
 * 此区域由 users_login.htm 专用，放在 EyouCMS 动态主题色之后加载。
 */
body.email-auth-page {
    display: flex;
    min-width: 0;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 36px;
    overflow-x: hidden;
    background:
        linear-gradient(rgba(244,247,250,.88), rgba(244,247,250,.88)),
        radial-gradient(circle at 10% 12%, rgba(45,91,255,.14), transparent 26%),
        radial-gradient(circle at 90% 86%, rgba(27,154,120,.12), transparent 24%),
        #f4f7fa;
}
body.email-auth-page::before { display: none !important; }
body.email-auth-page::after {
    right: -180px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border-color: rgba(45,91,255,.08);
    box-shadow: 0 0 0 34px rgba(45,91,255,.025), 0 0 0 68px rgba(45,91,255,.014);
}

.saas-login-shell {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1120px, calc(100vw - 72px));
    min-height: 670px;
    grid-template-columns: 44% 56%;
    overflow: hidden;
    border: 1px solid #dfe7ee;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(23,43,61,.14);
}

.saas-login-brand {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    box-sizing: border-box;
    padding: 44px 44px 38px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 90% 12%, rgba(93,224,187,.14), transparent 25%),
        linear-gradient(150deg, #102a3d 0%, #122436 55%, #152f43 100%);
}
.saas-login-brand::before,
.saas-login-brand::after {
    position: absolute;
    border: 1px solid rgba(93,224,187,.13);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}
.saas-login-brand::before {
    top: -145px;
    right: -165px;
    width: 420px;
    height: 420px;
    box-shadow: 0 0 0 32px rgba(93,224,187,.025), 0 0 0 64px rgba(93,224,187,.015);
}
.saas-login-brand::after {
    right: 46px;
    bottom: 83px;
    width: 7px;
    height: 7px;
    border: 0;
    background: #5de0bb;
    box-shadow: 22px 12px 0 rgba(93,224,187,.35), 44px 24px 0 rgba(93,224,187,.16);
}
.saas-login-brand-logo {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    align-items: center;
    box-sizing: border-box;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
}
.saas-login-brand-logo img {
    display: block;
    width: auto;
    max-width: 210px;
    height: 40px;
    object-fit: contain;
}
.saas-login-brand-copy {
    position: relative;
    z-index: 1;
    margin-top: 86px;
}
.saas-login-overline {
    display: block;
    margin-bottom: 17px;
    color: #5de0bb;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2.1px;
}
.saas-login-brand-copy h1 {
    margin: 0;
    color: #fff;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -1.2px;
}
.saas-login-brand-copy p {
    max-width: 355px;
    margin: 19px 0 0;
    color: #b5c4cf;
    font-size: 14px;
    line-height: 1.8;
}
.saas-login-features {
    position: relative;
    z-index: 1;
    display: grid;
    margin-top: 44px;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,.12);
}
.saas-login-feature {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.saas-login-feature > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(93,224,187,.28);
    border-radius: 9px;
    color: #5de0bb;
    background: rgba(93,224,187,.07);
    font-size: 10px;
    font-weight: 800;
}
.saas-login-feature strong,
.saas-login-feature small { display: block; }
.saas-login-feature strong {
    color: #f4f8fb;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}
.saas-login-feature small {
    margin-top: 4px;
    color: #8fa4b3;
    font-size: 11px;
    line-height: 1.55;
}
.saas-login-brand-foot {
    position: relative;
    z-index: 1;
    margin: auto 0 0;
    color: #718b9c;
    font-size: 10px;
    letter-spacing: .7px;
}

.saas-login-form-side {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 58px 70px;
    background: #fff;
}
.saas-login-form-box {
    width: 100%;
    max-width: 430px;
}
.saas-login-mobile-logo { display: none; }
.saas-login-form-head { margin-bottom: 38px; }
.saas-login-form-head > span {
    display: block;
    margin-bottom: 12px;
    color: var(--auth-blue);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2.1px;
}
.saas-login-form-head h2 {
    margin: 0;
    color: var(--auth-ink);
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.8px;
}
.saas-login-form-head p {
    margin: 12px 0 0;
    color: #8b9aa7;
    font-size: 13px;
    line-height: 1.7;
}
.saas-login-form { width: 100%; }
.saas-login-error[hidden] { display: none !important; }
.saas-login-error {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 64px;
    grid-template-columns: 22px minmax(0, 1fr) 28px;
    align-items: start;
    box-sizing: border-box;
    margin: -10px 0 22px;
    padding: 13px 12px 13px 14px;
    gap: 11px;
    border: 1px solid #efc4c8;
    border-left: 3px solid #d94955;
    border-radius: 10px;
    outline: 0;
    background: #fff6f7;
    color: #8d2832;
    box-shadow: 0 7px 20px rgba(142,40,50,.06);
}
.saas-login-error:focus-visible {
    box-shadow: 0 0 0 3px rgba(217,73,85,.12), 0 7px 20px rgba(142,40,50,.06);
}
.saas-login-error-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}
.saas-login-error-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #d94955;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.saas-login-error-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
    overflow-wrap: anywhere;
}
.saas-login-error-copy strong {
    color: #76232b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}
.saas-login-error-copy > span {
    color: #9e3a44;
    font-size: 12px;
    line-height: 1.55;
}
.saas-login-error-close {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin: -3px -3px 0 0;
    padding: 0;
    border: 0;
    border-radius: 7px;
    outline: 0;
    background: transparent;
    color: #b76870;
    font: 400 20px/1 Arial, sans-serif;
    cursor: pointer;
}
.saas-login-error-close:hover,
.saas-login-error-close:focus-visible {
    background: #f9e5e7;
    color: #842b34;
}
.saas-login-field { margin-bottom: 21px; }
.saas-login-field label {
    display: block;
    margin-bottom: 9px;
    color: #304557;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}
.saas-login-input {
    position: relative;
    display: flex;
    height: 54px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #dbe4ec;
    border-radius: 10px;
    background: #f8fafc;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.saas-login-input:focus-within {
    border-color: #6d89ff;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(45,91,255,.10);
}
.saas-login-input > svg {
    position: absolute;
    left: 16px;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: #91a1af;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}
.saas-login-input input,
.saas-login-captcha input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--auth-ink);
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
}
.saas-login-input input { padding: 0 48px 0 47px; }
.saas-login-input input::placeholder,
.saas-login-captcha input::placeholder { color: #a9b5bf; }
.saas-password-toggle {
    position: absolute !important;
    z-index: 2;
    top: 50% !important;
    right: 9px !important;
    display: inline-flex !important;
    width: 38px !important;
    height: 38px !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
    transform: translateY(-50%);
    border: 0;
    border-radius: 8px;
    outline: 0;
    background: transparent;
    color: #8e9ca8;
    cursor: pointer;
    transition: color .18s ease, background .18s ease;
}
.saas-password-toggle:hover {
    color: var(--auth-blue);
    background: var(--auth-blue-soft, #edf2ff);
}
.saas-password-toggle:focus-visible {
    color: var(--auth-blue);
    box-shadow: 0 0 0 3px rgba(45,91,255,.14);
}
.saas-password-toggle svg {
    position: static !important;
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.saas-password-toggle .saas-eye-closed { display: none; }
.saas-password-toggle.is-visible .saas-eye-open { display: none; }
.saas-password-toggle.is-visible .saas-eye-closed { display: block; }

.saas-login-captcha {
    display: grid;
    height: 54px;
    grid-template-columns: 1fr 116px;
    gap: 9px;
}
.saas-login-captcha input {
    padding: 0 15px;
    border: 1px solid #dbe4ec;
    border-radius: 10px;
    background: #f8fafc;
}
.saas-login-captcha input:focus {
    border-color: #6d89ff;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(45,91,255,.10);
}
.saas-login-captcha img {
    width: 116px;
    height: 54px;
    box-sizing: border-box;
    border: 1px solid #dbe4ec;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}
.saas-login-submit {
    display: flex;
    width: 100%;
    height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    padding: 0 20px;
    border: 1px solid var(--auth-blue) !important;
    border-radius: 10px;
    outline: 0;
    background: var(--auth-blue) !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 9px 20px rgba(45,91,255,.20);
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.saas-login-submit svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .18s ease;
}
.saas-login-submit:not(:disabled):hover {
    border-color: var(--auth-blue-dark) !important;
    background: var(--auth-blue-dark) !important;
    box-shadow: 0 12px 25px rgba(45,91,255,.25);
    transform: translateY(-1px);
}
.saas-login-submit:not(:disabled):hover svg { transform: translateX(3px); }
.saas-login-submit:focus-visible { box-shadow: 0 0 0 4px rgba(45,91,255,.18), 0 9px 20px rgba(45,91,255,.20); }
.saas-login-submit:disabled,
.saas-login-submit.disabled-button {
    border-color: #c8d4ed !important;
    background: #c8d4ed !important;
    color: #fff !important;
    box-shadow: none;
    cursor: not-allowed;
}
.saas-login-submit.enabled-button {
    border-color: var(--auth-blue) !important;
    background: var(--auth-blue) !important;
}
.saas-login-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    color: #8d9aa6;
    font-size: 12px;
    line-height: 1.7;
}
.saas-login-links a {
    color: #6b7c8b;
    text-decoration: none;
}
.saas-login-links span a {
    margin-left: 4px;
    color: var(--auth-blue);
    font-weight: 700;
}
.saas-login-links a:hover { color: var(--auth-blue); }
.saas-login-other { margin-top: 30px; }
.saas-login-other p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 15px;
    color: #a1acb6;
    font-size: 10px;
    text-align: center;
}
.saas-login-other p::before,
.saas-login-other p::after {
    height: 1px;
    flex: 1;
    background: #edf1f4;
    content: "";
}
.saas-login-other ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.saas-login-other li { width: 34px; height: 34px; }
.saas-login-other img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
    opacity: .82;
    transition: opacity .18s ease, transform .18s ease;
}
.saas-login-other a:hover img { opacity: 1; transform: translateY(-2px); }

@media (max-width: 980px) {
    .saas-login-shell { grid-template-columns: 40% 60%; }
    .saas-login-brand { padding: 38px 32px 32px; }
    .saas-login-brand-copy { margin-top: 78px; }
    .saas-login-brand-copy h1 { font-size: 33px; }
    .saas-login-form-side { padding: 50px 48px; }
}

@media (max-width: 760px) {
    body.email-auth-page {
        align-items: flex-start;
        padding: 22px 14px;
    }
    .saas-login-shell {
        width: min(520px, 100%);
        min-height: 0;
        grid-template-columns: 1fr;
        border-radius: 18px;
    }
    .saas-login-brand { display: none; }
    .saas-login-form-side { padding: 36px 30px 32px; }
    .saas-login-mobile-logo {
        display: inline-flex;
        margin-bottom: 37px;
    }
    .saas-login-mobile-logo img {
        display: block;
        max-width: 210px;
        max-height: 54px;
        object-fit: contain;
    }
    .saas-login-form-head { margin-bottom: 31px; }
}

@media (max-width: 420px) {
    html,
    body.email-auth-page {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }
    body.email-auth-page { padding: 0; background: #fff; }
    .saas-login-shell {
        width: 100%;
        max-width: 100vw;
        min-height: 100vh;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .saas-login-form-side {
        width: 100%;
        min-width: 0;
        align-items: flex-start;
        padding: 31px 21px 28px;
    }
    .saas-login-form-box,
    .saas-auth-form,
    .saas-auth-dynamic-fields,
    .saas-auth-dynamic-fields .form-group,
    .saas-auth-code-row,
    .saas-auth-dynamic-fields .input-group.btn-direction {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .saas-auth-code-row > *,
    .saas-auth-dynamic-fields .input-group.btn-direction > * {
        min-width: 0;
    }
    .saas-login-mobile-logo { margin-bottom: 33px; }
    .saas-login-mobile-logo img { max-width: 190px; max-height: 48px; }
    .saas-login-form-head h2 { font-size: 27px; }
    .saas-login-links { align-items: flex-start; flex-direction: column; gap: 5px; }
}

/*
 * 空号检测工作台 v3
 * 合并在线检测与检测记录；压缩页头，把创建任务、流程说明和最近任务组织为单列工作流。
 */
body.empty-check-page .empty-check-main {
    padding: 22px 0 56px;
}

body.empty-check-page .empty-check-hero {
    min-height: 118px;
    align-items: center;
    gap: 24px;
    padding: 21px 25px 21px 29px;
    border-radius: 13px;
}

body.empty-check-page .empty-check-hero::before {
    top: 22px;
    bottom: 22px;
}

body.empty-check-page .empty-check-hero::after {
    right: -112px;
    top: -165px;
    width: 330px;
    height: 330px;
    opacity: .8;
}

body.empty-check-page .empty-check-hero-copy {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-left: 7px;
}

body.empty-check-page .empty-check-hero h1 {
    margin: 7px 0 5px;
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: -.55px;
}

body.empty-check-page .empty-check-hero p {
    max-width: 600px;
    font-size: 13px;
    line-height: 1.65;
}

body.empty-check-page .empty-check-hero-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
}

body.empty-check-page .empty-check-quota-inline {
    display: grid;
    min-width: 134px;
    height: 58px;
    grid-template-columns: auto auto;
    grid-template-rows: 18px 25px;
    align-content: center;
    align-items: end;
    box-sizing: border-box;
    padding: 7px 14px;
    border: 1px solid #e0e8ff;
    border-radius: 10px;
    background: #f7f9ff;
}

body.empty-check-page .empty-check-quota-inline span {
    grid-column: 1 / -1;
    color: #75839a;
    font-size: 11px;
    line-height: 18px;
}

body.empty-check-page .empty-check-quota-inline strong {
    overflow: hidden;
    color: var(--saas-blue);
    font-size: 24px;
    font-weight: 750;
    line-height: 25px;
    text-overflow: ellipsis;
}

body.empty-check-page .empty-check-quota-inline em {
    margin: 0 0 2px 5px;
    color: #74839a;
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
}

body.empty-check-page .empty-check-package-link,
body.empty-check-page .empty-check-hero-doc {
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

body.empty-check-page .empty-check-package-link {
    border: 1px solid var(--saas-blue);
    background: var(--saas-blue);
    color: #fff;
}

body.empty-check-page .empty-check-package-link:hover {
    border-color: #234bd8;
    background: #234bd8;
    color: #fff;
    transform: translateY(-1px);
}

body.empty-check-page .empty-check-hero-doc {
    border: 1px solid #dce4ec;
    background: #fff;
    color: #68788a;
}

body.empty-check-page .empty-check-hero-doc:hover {
    border-color: #b8c6ff;
    color: var(--saas-blue);
    background: #f7f9ff;
}

body.empty-check-page .empty-check-workbench {
    margin-top: 16px;
    padding: 25px 28px 24px;
    background: #fff;
    box-shadow: var(--saas-shadow);
}

body.empty-check-page .empty-check-workbench .empty-check-panel-head {
    margin-bottom: 19px;
}

body.empty-check-page .empty-check-workbench .empty-check-panel-head p {
    margin: 7px 0 0;
    color: var(--saas-muted);
    font-size: 12px;
    line-height: 1.65;
}

body.empty-check-page .empty-check-workbench .empty-check-panel-head h2,
body.empty-check-page .empty-check-history .empty-check-panel-head h2 {
    margin-top: 7px;
    font-size: 21px;
}

body.empty-check-page .empty-check-workbench .empty-check-field {
    margin-bottom: 17px;
}

body.empty-check-page .empty-check-workbench .empty-check-field input {
    height: 44px;
}

body.empty-check-page .empty-check-workbench .empty-check-input-mode textarea {
    min-height: 148px;
    height: 148px;
}

body.empty-check-page .empty-check-workbench .empty-check-upload {
    min-height: 148px;
    height: 148px;
}

body.empty-check-page .empty-check-workbench .empty-check-submit-row {
    margin-top: 17px;
}

body.empty-check-page .empty-check-workbench .empty-check-primary {
    min-width: 126px;
    height: 42px;
    padding: 0 22px;
    border-radius: 8px;
}

body.empty-check-page .empty-check-process-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 23px;
    padding-top: 18px;
    border-top: 1px solid #e8edf3;
}

body.empty-check-page .empty-check-process-step {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    padding: 2px 18px;
    border-right: 1px solid #e8edf3;
}

body.empty-check-page .empty-check-process-step:first-child {
    padding-left: 0;
}

body.empty-check-page .empty-check-process-step:nth-child(3) {
    padding-right: 0;
    border-right: 0;
}

body.empty-check-page .empty-check-process-step > b {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--saas-blue-soft);
    color: var(--saas-blue);
    font-size: 10px;
    letter-spacing: .3px;
}

body.empty-check-page .empty-check-process-step span {
    display: block;
    min-width: 0;
}

body.empty-check-page .empty-check-process-step strong,
body.empty-check-page .empty-check-process-step small {
    display: block;
}

body.empty-check-page .empty-check-process-step strong {
    color: var(--saas-ink);
    font-size: 12px;
    line-height: 1.45;
}

body.empty-check-page .empty-check-process-step small {
    margin-top: 2px;
    overflow: hidden;
    color: var(--saas-muted);
    font-size: 11px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.empty-check-page .empty-check-process-note {
    grid-column: 1 / -1;
    margin: 15px 0 0;
    padding: 9px 12px;
    border: 1px solid #dff1ea;
    border-radius: 8px;
    background: #f4fbf8;
    color: #43816e;
    font-size: 11px;
    line-height: 1.55;
}

body.empty-check-page .empty-check-history {
    margin-top: 16px;
    padding: 25px 28px 26px;
}

body.empty-check-page .empty-check-retention-note {
    margin-top: 6px;
    color: #8997a6;
}

body.empty-check-page .empty-check-filter input,
body.empty-check-page .empty-check-filter button {
    border-radius: 7px;
}

body.empty-check-page .empty-check-filter input:focus {
    border-color: var(--saas-blue);
    box-shadow: 0 0 0 3px rgba(45,91,255,.09);
}

body.empty-check-page .empty-check-filter button:hover {
    color: var(--saas-blue);
    background: var(--saas-blue-soft);
}

body.empty-check-page .empty-check-package-link:focus-visible,
body.empty-check-page .empty-check-hero-doc:focus-visible,
body.empty-check-page .empty-check-primary:focus-visible,
body.empty-check-page .empty-check-filter button:focus-visible {
    outline: 3px solid rgba(45,91,255,.18);
    outline-offset: 2px;
}

@media (max-width: 980px) {
    body.empty-check-page .empty-check-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    body.empty-check-page .empty-check-hero-actions {
        width: 100%;
    }
}

@media (max-width: 700px) {
    body.empty-check-page .empty-check-main {
        padding: 14px 10px 38px;
    }

    body.empty-check-page .empty-check-hero {
        min-height: 0;
        padding: 21px 19px;
    }

    body.empty-check-page .empty-check-hero::before {
        top: 21px;
        bottom: 21px;
    }

    body.empty-check-page .empty-check-hero h1 {
        font-size: 25px;
    }

    body.empty-check-page .empty-check-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.empty-check-page .empty-check-quota-inline {
        width: 100%;
        min-width: 0;
        grid-column: 1 / -1;
    }

    body.empty-check-page .empty-check-package-link,
    body.empty-check-page .empty-check-hero-doc {
        width: 100%;
        min-width: 0;
    }

    body.empty-check-page .empty-check-workbench,
    body.empty-check-page .empty-check-history {
        padding: 21px 18px;
    }

    body.empty-check-page .empty-check-process-strip {
        grid-template-columns: 1fr;
        gap: 0;
    }

    body.empty-check-page .empty-check-process-step,
    body.empty-check-page .empty-check-process-step:first-child,
    body.empty-check-page .empty-check-process-step:nth-child(3) {
        padding: 12px 0;
        border-right: 0;
        border-bottom: 1px solid #edf1f5;
    }

    body.empty-check-page .empty-check-process-step small {
        white-space: normal;
    }

    body.empty-check-page .empty-check-process-note {
        margin-top: 12px;
    }
}

@media (max-width: 440px) {
    body.empty-check-page .empty-check-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.empty-check-page .empty-check-package-link,
    body.empty-check-page .empty-check-hero-doc {
        width: 100%;
        min-width: 0;
    }

    body.empty-check-page .empty-check-quota-inline {
        width: 100%;
        min-width: 0;
        grid-column: 1 / -1;
    }
}

/* SaaS 工作区 v4：移除装饰性大横幅，内容从真实任务开始。 */
body.empty-check-page .empty-check-main,
body.number-tools-page .number-tools-main {
    padding-top: 20px;
}

body.empty-check-page .empty-check-workbench {
    margin-top: 0;
    padding: 27px 29px 25px;
}

body.empty-check-page .empty-check-workbench > .empty-check-panel-head {
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8edf3;
}

body.empty-check-page .empty-check-workbench-title {
    min-width: 0;
}

body.empty-check-page .empty-check-workbench-title h1 {
    margin: 7px 0 5px;
    color: var(--saas-ink);
    font-size: 27px;
    font-weight: 760;
    line-height: 1.2;
    letter-spacing: -.55px;
}

body.empty-check-page .empty-check-workbench-title p {
    margin: 0;
    color: var(--saas-muted);
    font-size: 12px;
    line-height: 1.65;
}

body.empty-check-page .empty-check-workbench-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}

body.empty-check-page .empty-check-quota-compact {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid #dfe7ef;
    border-radius: 8px;
    background: #f8fafc;
    white-space: nowrap;
}

body.empty-check-page .empty-check-quota-compact span {
    margin-right: 8px;
    color: #7b8997;
    font-size: 11px;
    line-height: 1;
}

body.empty-check-page .empty-check-quota-compact strong {
    color: var(--saas-ink);
    font-size: 16px;
    font-weight: 760;
    line-height: 1;
}

body.empty-check-page .empty-check-quota-compact em {
    margin-left: 4px;
    color: #7b8997;
    font-size: 11px;
    font-style: normal;
    line-height: 1;
}

body.empty-check-page .empty-check-workbench-actions .empty-check-package-link,
body.empty-check-page .empty-check-workbench-actions .empty-check-hero-doc {
    height: 40px;
}

body.empty-check-page .package-main {
    padding-top: 20px;
}

body.empty-check-page .package-panel {
    margin-top: 0;
}

body.empty-check-page .package-workbench-head {
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8edf3;
}

body.empty-check-page .package-workbench-head h1 {
    margin: 7px 0 5px;
    color: var(--saas-ink);
    font-size: 27px;
    font-weight: 760;
    line-height: 1.2;
    letter-spacing: -.55px;
}

body.empty-check-page .package-workbench-head p {
    margin: 0;
    color: var(--saas-muted);
    font-size: 12px;
    line-height: 1.65;
}

body.empty-check-page .package-head-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
}

body.empty-check-page .package-account-summary {
    display: flex;
    height: 40px;
    align-items: center;
    gap: 15px;
    box-sizing: border-box;
    padding: 0 13px;
    border: 1px solid #dfe7ef;
    border-radius: 8px;
    background: #f8fafc;
    color: #7a8997;
    font-size: 11px;
    white-space: nowrap;
}

body.empty-check-page .package-account-summary strong {
    margin-left: 3px;
    color: var(--saas-ink);
    font-size: 13px;
}

body.empty-check-page .package-head-actions .empty-check-back {
    height: 40px;
    margin: 0;
}

body.number-tools-page .tools-layout {
    gap: 16px;
}

body.number-tools-page .tools-form-panel,
body.number-tools-page .tools-note-panel {
    padding: 27px 29px;
}

body.number-tools-page .tools-workbench-head {
    align-items: center;
    margin-bottom: 23px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8edf3;
}

body.number-tools-page .tools-workbench-head h1 {
    margin: 7px 0 5px;
    color: #172b3d;
    font-size: 27px;
    font-weight: 760;
    line-height: 1.2;
    letter-spacing: -.55px;
}

body.number-tools-page .tools-panel-intro {
    max-width: 650px;
    margin: 0;
    color: #8b99a7;
    font-size: 12px;
    line-height: 1.65;
}

body.number-tools-page .tools-panel-number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #edf2ff;
    color: #2d5bff;
    font-size: 13px;
}

body.number-tools-page .tools-note-panel h2 {
    margin-top: 7px;
}

/* 在线充值：紧凑双通道支付工作台。 */
body.saas-recharge-page .user-pay-con {
    padding: 24px 26px 28px;
}

.saas-recharge-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--saas-line);
}

.saas-recharge-topbar h1 {
    margin: 0;
    color: var(--saas-ink);
    font-size: 25px;
    font-weight: 760;
    line-height: 1.25;
    letter-spacing: -.45px;
}

.saas-recharge-topbar p {
    margin: 7px 0 0;
    color: var(--saas-muted);
    font-size: 12px;
}

.saas-recharge-balance {
    display: grid;
    min-width: 210px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2px 18px;
    padding: 11px 14px;
    border: 1px solid #dfe7ef;
    border-radius: 9px;
    background: #f8fafc;
}

.saas-recharge-balance > span {
    color: #7d8b99;
    font-size: 11px;
}

.saas-recharge-balance strong {
    grid-row: 1 / 3;
    grid-column: 2;
    color: var(--saas-ink);
    font-size: 20px;
    font-weight: 760;
}

.saas-recharge-balance strong em {
    margin-right: 3px;
    color: #8c99a6;
    font-size: 12px;
    font-style: normal;
}

.saas-recharge-balance a {
    color: var(--saas-blue);
    font-size: 11px;
    text-decoration: none;
}

.saas-recharge-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
    margin-top: 18px;
}

body.saas-recharge-page .saas-payment-card {
    min-width: 0;
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid var(--saas-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(23,43,61,.035);
}

.saas-payment-card-head,
.saas-payment-card-head > div,
.saas-usdt-title {
    display: flex;
    align-items: center;
}

.saas-payment-card-head {
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 19px;
    border-bottom: 1px solid #edf1f4;
}

.saas-payment-card-head > div,
.saas-usdt-title {
    min-width: 0;
    gap: 12px;
}

.saas-payment-card-head h2,
.saas-usdt-title h2 {
    margin: 0;
    color: var(--saas-ink);
    font-size: 18px;
    font-weight: 730;
}

.saas-payment-card-head p,
.saas-usdt-title p {
    margin: 4px 0 0;
    color: var(--saas-muted);
    font-size: 11px;
    line-height: 1.45;
}

.saas-payment-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eaf4ff;
    color: #1677ff;
    font-size: 19px;
    font-weight: 800;
}

.saas-payment-icon.usdt-icon {
    background: #eaf9f5;
    color: #1ba27a;
}

.saas-payment-status,
.usdt-network-tag {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 99px;
    background: #eef8f4;
    color: #28816a;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

body.saas-recharge-page .saas-rmb-recharge {
    display: flex;
    min-height: 295px;
    flex-direction: column;
    margin: 0;
    padding: 21px 0 0;
    border: 0;
    border-radius: 0;
}

.saas-recharge-field {
    display: block;
    margin-bottom: 20px;
}

.saas-recharge-field > span {
    display: block;
    margin-bottom: 8px;
    color: #536575;
    font-size: 12px;
    font-weight: 700;
}

.saas-money-input {
    display: grid;
    height: 46px;
    grid-template-columns: 30px minmax(0, 1fr) 28px;
    align-items: center;
    border: 1px solid #dbe4ec;
    border-radius: 8px;
    background: #fbfcfd;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.saas-money-input:focus-within {
    border-color: var(--saas-blue);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(45,91,255,.09);
}

.saas-money-input em,
.saas-money-input b {
    color: #8b98a5;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

body.saas-recharge-page .saas-money-input input[name="money"] {
    width: 100% !important;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--saas-ink);
    box-shadow: none;
}

.saas-payment-method-field {
    min-height: 0 !important;
    line-height: normal !important;
}

.saas-payment-methods {
    display: flex;
    min-height: 48px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

body.saas-recharge-page .pay-type-item {
    display: inline-flex;
    width: auto;
    min-width: 124px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px 12px;
}

body.saas-recharge-page .pay-type-item img {
    display: block;
    max-width: 112px;
    max-height: 34px;
    object-fit: contain;
}

body.saas-recharge-page #pay_btn {
    display: inline-flex;
    width: 100%;
    min-width: 0;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin: auto 0 0;
    border: 1px solid var(--saas-blue);
    border-radius: 8px;
    background: var(--saas-blue);
    color: #fff;
    line-height: 44px;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(45,91,255,.15);
    transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.saas-recharge-page #pay_btn:hover {
    border-color: #234bd8;
    background: #234bd8;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(45,91,255,.2);
}

body.saas-recharge-page .usdt-recharge-box {
    display: flex;
    min-height: 0;
    flex-direction: column;
    margin: 0;
}

body.saas-recharge-page .usdt-recharge-head {
    min-height: 39px;
    align-items: center;
    padding-bottom: 19px;
    border-bottom: 1px solid #edf1f4;
}

body.saas-recharge-page .usdt-recharge-rule {
    margin-top: 21px;
    padding: 10px 12px;
    font-size: 11px;
}

body.saas-recharge-page .usdt-presets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
}

body.saas-recharge-page .usdt-amount-preset {
    min-width: 0;
    padding: 9px 8px;
    font-size: 12px;
}

body.saas-recharge-page .usdt-input-row {
    width: 100%;
    height: 46px;
    margin-top: 14px;
}

body.saas-recharge-page .usdt-submit {
    width: 100%;
    height: 44px;
    margin-top: 16px;
    border-radius: 8px;
}

body.saas-recharge-page .usdt-notice {
    margin-top: 12px;
    line-height: 1.55;
}

@media (max-width: 1080px) {
    .saas-recharge-grid {
        grid-template-columns: 1fr;
    }

    body.saas-recharge-page .saas-rmb-recharge {
        min-height: 0;
    }

    body.saas-recharge-page #pay_btn {
        margin-top: 8px;
    }
}

@media (max-width: 760px) {
    body.empty-check-page .empty-check-workbench > .empty-check-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    body.empty-check-page .empty-check-workbench-actions {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.empty-check-page .package-workbench-head,
    body.empty-check-page .package-head-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    body.empty-check-page .package-head-actions {
        width: 100%;
    }

    body.empty-check-page .package-account-summary {
        width: 100%;
        justify-content: space-between;
    }

    body.number-tools-page .tools-workbench-head {
        align-items: flex-start;
    }

    .saas-recharge-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .saas-recharge-balance {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 520px) {
    body.empty-check-page .empty-check-workbench,
    body.number-tools-page .tools-form-panel,
    body.number-tools-page .tools-note-panel,
    body.saas-recharge-page .saas-payment-card {
        padding: 20px 17px;
    }

    body.empty-check-page .empty-check-workbench-title h1,
    body.number-tools-page .tools-workbench-head h1 {
        font-size: 24px;
    }

    body.saas-recharge-page .user-pay-con {
        padding: 20px 16px;
    }

    .saas-payment-status,
    .usdt-network-tag {
        display: none;
    }
}

/* 桌面端侧栏内容超过视口时独立滚动，避免底部“工具”等栏目被裁掉。 */
@media (min-width: 901px) {
    .ey-container .ey-nav.saas-nav {
        position: sticky;
        top: 86px;
        align-self: flex-start;
        min-height: 0;
        max-height: calc(100vh - 104px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: #d9e1e8 transparent;
    }

    .ey-container .ey-nav.saas-nav::-webkit-scrollbar {
        width: 5px;
    }

    .ey-container .ey-nav.saas-nav::-webkit-scrollbar-track {
        background: transparent;
    }

    .ey-container .ey-nav.saas-nav::-webkit-scrollbar-thumb {
        border-radius: 99px;
        background: #d9e1e8;
    }

    .ey-container .ey-nav.saas-nav .sidebar-box {
        min-height: max-content;
    }
}

/* ========================================================================== */
/* 11 · Empty-check list workspace and create-task dialog                    */
/* ========================================================================== */
body.empty-check-page.empty-check-modal-open {
    overflow: hidden;
}

body.empty-check-page .empty-check-list-page {
    padding-top: 22px;
}

body.empty-check-page .empty-check-list-workbench {
    min-height: 620px;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(23,43,61,.055);
}

body.empty-check-page .empty-check-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 27px 30px 24px;
    border-bottom: 1px solid #e8edf3;
}

body.empty-check-page .empty-check-list-heading {
    min-width: 0;
}

body.empty-check-page .empty-check-list-heading h1 {
    margin: 6px 0 5px;
    color: var(--saas-ink);
    font-size: 27px;
    font-weight: 760;
    line-height: 1.2;
    letter-spacing: -.55px;
}

body.empty-check-page .empty-check-list-heading p {
    margin: 0;
    color: var(--saas-muted);
    font-size: 12px;
    line-height: 1.65;
}

body.empty-check-page .empty-check-list-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
}

body.empty-check-page .empty-check-list-actions .empty-check-quota-compact,
body.empty-check-page .empty-check-list-actions .empty-check-package-link,
body.empty-check-page .empty-check-new-button {
    height: 42px;
}

body.empty-check-page .empty-check-new-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 112px;
    box-sizing: border-box;
    padding: 0 17px;
    border: 1px solid var(--saas-blue);
    border-radius: 8px;
    background: var(--saas-blue);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 7px 16px rgba(45,91,255,.16);
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.empty-check-page .empty-check-new-button span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

body.empty-check-page .empty-check-new-button:hover {
    border-color: #234bd8;
    background: #234bd8;
    box-shadow: 0 10px 20px rgba(45,91,255,.2);
    transform: translateY(-1px);
}

body.empty-check-page .empty-check-new-button:focus-visible {
    outline: 3px solid rgba(45,91,255,.22);
    outline-offset: 2px;
}

body.empty-check-page .empty-check-list-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 70px;
    box-sizing: border-box;
    padding: 15px 30px;
    border-bottom: 1px solid #e9eef3;
    background: #fbfcfe;
}

body.empty-check-page .empty-check-list-toolbar .empty-check-filter {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
}

body.empty-check-page .empty-check-list-toolbar .empty-check-filter > label {
    margin-right: 3px;
    color: #526273;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

body.empty-check-page .empty-check-date-range {
    display: flex;
    align-items: center;
    gap: 7px;
}

body.empty-check-page .empty-check-date-range i {
    color: #9aa7b3;
    font-size: 11px;
    font-style: normal;
}

body.empty-check-page .empty-check-list-toolbar .empty-check-filter input {
    width: 136px;
    height: 38px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #dbe4ec;
    border-radius: 7px;
    background: #fff;
    color: #526273;
    font-size: 12px;
    outline: 0;
    transition: border-color .18s ease, box-shadow .18s ease;
}

body.empty-check-page .empty-check-list-toolbar .empty-check-filter input:focus {
    border-color: var(--saas-blue);
    box-shadow: 0 0 0 3px rgba(45,91,255,.1);
}

body.empty-check-page .empty-check-list-toolbar .empty-check-filter button {
    height: 38px;
    min-width: 62px;
    padding: 0 15px;
    border: 1px solid #dbe4ec;
    border-radius: 7px;
    background: #fff;
    color: #405263;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

body.empty-check-page .empty-check-list-toolbar .empty-check-filter button:hover {
    border-color: #b9c8ff;
    background: #f4f6ff;
    color: var(--saas-blue);
}

body.empty-check-page .empty-check-list-toolbar .empty-check-retention-note {
    margin: 0;
    color: #8a98a6;
    font-size: 11px;
    line-height: 1.5;
    white-space: nowrap;
}

body.empty-check-page .empty-check-list-workbench .empty-check-table-wrap {
    padding: 0 30px;
}

body.empty-check-page .empty-check-list-workbench .empty-check-table {
    min-width: 970px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
}

body.empty-check-page .empty-check-list-workbench .empty-check-table th {
    height: 46px;
    padding: 0 10px;
    border-top: 0;
    background: #fff;
    color: #7a8997;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

body.empty-check-page .empty-check-list-workbench .empty-check-table td {
    height: 62px;
    padding: 0 10px;
    color: #596a7a;
    white-space: nowrap;
}

body.empty-check-page .empty-check-list-workbench .empty-check-table tbody tr:last-child td {
    border-bottom: 0;
}

body.empty-check-page .empty-check-list-workbench .empty-check-table .task-name {
    width: 180px;
    max-width: 180px;
    color: #263a4c;
    font-weight: 650;
}

body.empty-check-page .empty-check-list-workbench .empty-check-table .task-time {
    color: #84929f;
    font-size: 11px;
}

body.empty-check-page .empty-check-list-workbench .empty-check-table .number-total {
    color: #34495b;
    font-weight: 700;
}

body.empty-check-page .empty-check-list-workbench .empty-check-download {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 6px;
    background: #edf2ff;
    color: var(--saas-blue);
    font-size: 11px;
    font-weight: 700;
}

body.empty-check-page .empty-check-list-workbench .empty-check-download:hover {
    background: var(--saas-blue);
    color: #fff;
}

body.empty-check-page .empty-check-list-workbench .empty-check-pagination {
    padding: 18px 30px 24px;
    border-top: 1px solid #f0f3f6;
}

body.empty-check-page .empty-check-empty {
    height: 300px !important;
}

body.empty-check-page .empty-check-empty-state {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
}

body.empty-check-page .empty-check-empty-state > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 13px;
    border-radius: 50%;
    background: #edf2ff;
    color: var(--saas-blue);
    font-size: 21px;
}

body.empty-check-page .empty-check-empty-state strong {
    color: #34495b;
    font-size: 14px;
}

body.empty-check-page .empty-check-empty-state p {
    margin: 7px 0 15px;
    color: #93a0ac;
    font-size: 12px;
}

body.empty-check-page .empty-check-empty-state button {
    height: 34px;
    padding: 0 14px;
    border: 1px solid #cbd7ff;
    border-radius: 7px;
    background: #fff;
    color: var(--saas-blue);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

body.empty-check-page .empty-check-modal {
    position: fixed;
    z-index: 12000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

body.empty-check-page .empty-check-modal.is-open {
    display: flex;
}

body.empty-check-page .empty-check-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(18,31,43,.55);
    backdrop-filter: blur(3px);
    animation: emptyCheckBackdropIn .18s ease both;
}

body.empty-check-page .empty-check-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    overflow: hidden;
    border: 1px solid rgba(219,228,236,.9);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(16,32,46,.24);
    outline: 0;
    animation: emptyCheckDialogIn .22s cubic-bezier(.2,.78,.28,1) both;
}

body.empty-check-page .empty-check-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px 19px;
    border-bottom: 1px solid #e8edf3;
}

body.empty-check-page .empty-check-modal-head h2 {
    margin: 5px 0 3px;
    color: var(--saas-ink);
    font-size: 22px;
    line-height: 1.25;
}

body.empty-check-page .empty-check-modal-head p {
    margin: 0;
    color: var(--saas-muted);
    font-size: 11px;
}

body.empty-check-page .empty-check-modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: #f4f6f8;
    color: #738291;
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition: color .18s ease, background .18s ease;
}

body.empty-check-page .empty-check-modal-close:hover {
    background: #edf2ff;
    color: var(--saas-blue);
}

body.empty-check-page .empty-check-modal #emptyCheckForm {
    display: flex;
    max-height: calc(100vh - 159px);
    flex-direction: column;
}

body.empty-check-page .empty-check-modal-body {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 22px 26px 20px;
}

body.empty-check-page .empty-check-modal .empty-check-field {
    margin-bottom: 18px;
}

body.empty-check-page .empty-check-modal .empty-check-field input {
    height: 44px;
}

body.empty-check-page .empty-check-modal .empty-check-input-mode textarea {
    min-height: 190px;
    height: 190px;
}

body.empty-check-page .empty-check-modal .empty-check-upload {
    min-height: 190px;
}

body.empty-check-page .empty-check-modal-note {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
}

body.empty-check-page .empty-check-modal-note span {
    position: relative;
    padding: 10px 10px 10px 22px;
    border: 1px solid #e8edf3;
    border-radius: 7px;
    background: #f8fafc;
    color: #71808e;
    font-size: 10px;
    line-height: 1.55;
}

body.empty-check-page .empty-check-modal-note span::before {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #5b7bff;
    content: "";
}

body.empty-check-page .empty-check-modal-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 74px;
    box-sizing: border-box;
    padding: 13px 26px;
    border-top: 1px solid #e8edf3;
    background: #fbfcfe;
}

body.empty-check-page .empty-check-modal-foot > div {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: auto;
}

body.empty-check-page .empty-check-modal-cancel {
    height: 42px;
    min-width: 78px;
    padding: 0 16px;
    border: 1px solid #dbe4ec;
    border-radius: 8px;
    background: #fff;
    color: #5e6e7d;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

body.empty-check-page .empty-check-modal .empty-check-primary {
    width: auto;
    min-width: 112px;
    height: 42px;
    padding: 0 19px;
    box-shadow: none;
}

body.empty-check-page .empty-check-modal .empty-check-primary:disabled {
    cursor: wait;
    opacity: .62;
}

body.empty-check-page .empty-check-modal .empty-check-progress-text {
    min-width: 0;
    line-height: 1.5;
}

body.empty-check-page .empty-check-modal-close:focus-visible,
body.empty-check-page .empty-check-modal-cancel:focus-visible,
body.empty-check-page .empty-check-empty-state button:focus-visible {
    outline: 3px solid rgba(45,91,255,.2);
    outline-offset: 2px;
}

@keyframes emptyCheckBackdropIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes emptyCheckDialogIn {
    from { opacity: 0; transform: translateY(12px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    body.empty-check-page .empty-check-modal-backdrop,
    body.empty-check-page .empty-check-modal-dialog {
        animation: none;
    }
}

@media (max-width: 860px) {
    body.empty-check-page .empty-check-list-head {
        align-items: flex-start;
        flex-direction: column;
    }

    body.empty-check-page .empty-check-list-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    body.empty-check-page .empty-check-list-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    body.empty-check-page .empty-check-list-toolbar .empty-check-retention-note {
        white-space: normal;
    }
}

@media (max-width: 600px) {
    body.empty-check-page .empty-check-list-page {
        padding: 12px 8px 34px;
    }

    body.empty-check-page .empty-check-list-head {
        gap: 19px;
        padding: 22px 18px 19px;
    }

    body.empty-check-page .empty-check-list-heading h1 {
        font-size: 24px;
    }

    body.empty-check-page .empty-check-list-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    body.empty-check-page .empty-check-list-actions .empty-check-package-link,
    body.empty-check-page .empty-check-new-button {
        width: 100%;
    }

    body.empty-check-page .empty-check-list-toolbar {
        padding: 15px 18px;
    }

    body.empty-check-page .empty-check-list-toolbar .empty-check-filter {
        width: 100%;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    body.empty-check-page .empty-check-list-toolbar .empty-check-filter > label {
        width: 100%;
    }

    body.empty-check-page .empty-check-date-range {
        display: grid;
        flex: 1 1 100%;
        grid-template-columns: 1fr auto 1fr;
    }

    body.empty-check-page .empty-check-list-toolbar .empty-check-filter input {
        width: 100%;
    }

    body.empty-check-page .empty-check-list-toolbar .empty-check-filter button {
        width: 100%;
    }

    body.empty-check-page .empty-check-list-workbench .empty-check-table-wrap {
        padding: 0 18px;
    }

    body.empty-check-page .empty-check-modal {
        align-items: flex-end;
        padding: 0;
    }

    body.empty-check-page .empty-check-modal-dialog {
        width: 100%;
        max-height: 94dvh;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 14px 14px 0 0;
    }

    body.empty-check-page .empty-check-modal #emptyCheckForm {
        max-height: calc(94dvh - 80px);
    }

    body.empty-check-page .empty-check-modal-head {
        padding: 19px 18px 16px;
    }

    body.empty-check-page .empty-check-modal-body {
        padding: 18px;
    }

    body.empty-check-page .empty-check-modal-note {
        grid-template-columns: 1fr;
    }

    body.empty-check-page .empty-check-modal-foot {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
        padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    }

    body.empty-check-page .empty-check-modal-foot > div {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1.35fr;
    }

    body.empty-check-page .empty-check-modal-cancel,
    body.empty-check-page .empty-check-modal .empty-check-primary {
        width: 100%;
    }
}
