*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Arial,"Microsoft YaHei",sans-serif;color:#1f2937;background:#f4f7fb}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.admin-body{min-height:100vh;background:#f4f7fb}.admin-top{height:64px;background:#13213c;color:#fff;display:flex;align-items:center;padding:0 22px;position:fixed;left:0;right:0;top:0;z-index:30;box-shadow:0 2px 12px rgba(0,0,0,.14)}.admin-brand{font-size:21px;font-weight:800;letter-spacing:1px}.admin-user{margin-left:auto;font-size:14px;color:#dbe7ff}.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:24px;margin-right:12px}.admin-shell{display:flex;padding-top:64px;min-height:100vh}.sidebar{width:238px;background:#172642;color:#d9e5f8;position:fixed;left:0;top:64px;bottom:0;overflow-y:auto;padding:18px 12px;z-index:25}.side-nav{display:flex;flex-direction:column;gap:5px}.side-link,.side-parent{width:100%;display:flex;align-items:center;gap:11px;padding:12px 14px;border-radius:9px;color:#d9e5f8;border:0;background:transparent;text-align:left;cursor:pointer;font-size:15px}.side-link:hover,.side-parent:hover,.side-link.active{background:#263b61;color:#fff}.side-parent b{margin-left:auto}.side-sub{display:none;padding:4px 0 8px 37px}.side-group.open .side-sub{display:flex;flex-direction:column}.side-sub a{padding:9px 10px;color:#afc2df;border-left:2px solid #334c75}.side-sub a:hover{color:#fff;border-left-color:#6da2ff}.side-link.danger{margin-top:12px;color:#ffb5b5}.admin-content{margin-left:238px;width:calc(100% - 238px);min-height:calc(100vh - 64px)}.content-wrap{padding:28px;max-width:1500px;margin:auto}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.page-head h1{font-size:27px;margin:0 0 6px}.page-head p{margin:0;color:#6b7280}.panel{background:#fff;border:1px solid #e5eaf2;border-radius:14px;padding:22px;box-shadow:0 7px 24px rgba(28,47,78,.06);margin-bottom:22px}.panel.narrow{max-width:650px}.panel-title{font-size:18px;font-weight:800;margin-bottom:18px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:22px}.stat-card{background:#fff;border:1px solid #e5eaf2;border-radius:14px;padding:22px;box-shadow:0 7px 24px rgba(28,47,78,.06)}.stat-card span{color:#6b7280}.stat-card strong{display:block;font-size:38px;margin-top:10px;color:#1967d2}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7deea;background:#fff;color:#344054;border-radius:8px;padding:10px 15px;cursor:pointer;font-weight:700;white-space:nowrap}.btn:hover{background:#f4f7fb}.btn.primary{background:#1769db;border-color:#1769db;color:#fff}.btn.primary:hover{background:#0e58bd}.btn.danger{color:#c62828;border-color:#f2b8b5;background:#fff7f7}.btn.small{padding:7px 10px;font-size:13px}.btn.large{padding:13px 20px;font-size:16px}.btn.full{width:100%}.button-row,.actions,.admin-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.form-group{margin-bottom:17px}.form-group label{display:block;font-weight:700;margin-bottom:7px}.input{width:100%;border:1px solid #ccd5e3;border-radius:9px;padding:11px 12px;background:#fff;outline:none}.input:focus,.number-input:focus{border-color:#2979e7;box-shadow:0 0 0 3px rgba(41,121,231,.12)}.input.compact{width:190px;padding:8px 10px}.inline-form{display:flex;gap:8px;align-items:center}.alert{padding:13px 16px;border-radius:9px;margin-bottom:18px}.alert.success{background:#ebf8ef;color:#17713a;border:1px solid #bce4c7}.alert.error{background:#fff0f0;color:#a52222;border:1px solid #f3c2c2}.alert.info{background:#edf6ff;color:#175a92;border:1px solid #bfdcff}.table-scroll{overflow-x:auto}.data-table{width:100%;border-collapse:separate;border-spacing:0;min-width:700px}.data-table th,.data-table td{padding:13px;border-bottom:1px solid #e8edf4;text-align:left}.data-table thead th{background:#f6f8fc;color:#4b5563;font-size:14px}.data-table tbody tr:hover{background:#fbfcfe}.data-table .empty{text-align:center;color:#8a94a5;padding:35px}.input-table th,.input-table td{text-align:center}.zodiac-cell{font-size:18px;color:#163f78;background:#f8faff}.number-input{width:100%;min-width:86px;text-align:center;padding:11px 7px;border:1px solid #ccd5e3;border-radius:8px;font-size:16px;outline:none}.sticky-save{position:sticky;bottom:0;background:rgba(255,255,255,.94);padding-top:18px}.setting-row{display:flex;justify-content:space-between;gap:25px;padding:14px 0;border-bottom:1px solid #edf0f5}.setting-row:last-child{border-bottom:0}.modal{display:none;position:fixed;inset:0;background:rgba(18,31,52,.55);z-index:60;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal-box{background:#fff;width:100%;max-width:480px;border-radius:14px;padding:24px;position:relative}.modal-close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:26px;cursor:pointer}.sidebar-mask{display:none}.login-body{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:22px;background:linear-gradient(135deg,#eef4ff,#f8f3ff)}.login-card{width:100%;max-width:430px;background:#fff;padding:34px;border-radius:18px;box-shadow:0 20px 55px rgba(26,46,79,.13)}.login-logo{text-align:center;font-size:26px;font-weight:900;color:#15365f}.login-card>p{text-align:center;color:#768198;margin:8px 0 25px}.back-front{display:block;text-align:center;margin-top:17px;color:#5c6f8e}.front-body{background:#f3f6fb}.front-container{max-width:1120px;margin:auto;padding:0 20px}.front-hero{background:linear-gradient(135deg,#123c7a,#6b36cf);color:#fff;padding:58px 0}.front-hero h1{font-size:38px;margin:8px 0}.front-hero p{margin:0;color:#e2eaff}.eyebrow{font-size:12px;letter-spacing:2px;color:#bcd2ff}.front-main{padding-top:28px;padding-bottom:45px}.query-card,.front-table-card{background:#fff;border:1px solid #e3e8f0;border-radius:16px;box-shadow:0 10px 32px rgba(26,44,78,.07)}.query-card{padding:22px;margin-top:-58px;position:relative}.query-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:15px;align-items:end}.large-input{padding:13px 14px}.query-btn{height:48px}.dashboard-head{display:flex;justify-content:space-between;align-items:center;margin:30px 0 14px}.dashboard-head span{font-size:13px;color:#7b8799}.dashboard-head h2{margin:4px 0 0}.period-chip{background:#eaf2ff;color:#165eb9;padding:9px 14px;border-radius:999px;font-weight:800}.front-table-card{overflow:hidden}.front-table{width:100%;border-collapse:collapse;min-width:650px}.front-table th,.front-table td{text-align:center;padding:14px;border-bottom:1px solid #edf0f5}.front-table thead th{background:#173a68;color:#fff}.front-table tbody tr:nth-child(even){background:#f8faff}.zodiac-badge{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#e9f1ff;color:#164f9e;font-size:18px;font-weight:900}.value-box{display:inline-flex;min-width:66px;height:42px;align-items:center;justify-content:center;border-radius:9px;background:#f0f4fa;font-size:18px;font-weight:900;color:#273b58}.front-footer{text-align:center;margin-top:28px}.front-footer a{color:#68758a}.sidebar-mask{position:fixed;inset:64px 0 0 0;background:rgba(0,0,0,.4);z-index:20}
@media(max-width:900px){.menu-toggle{display:block}.sidebar{transform:translateX(-100%);transition:.25s}.admin-content{margin-left:0;width:100%}.sidebar-open .sidebar{transform:translateX(0)}.sidebar-open .sidebar-mask{display:block}.content-wrap{padding:20px}.stat-grid{grid-template-columns:1fr}.query-grid{grid-template-columns:1fr}.query-btn{width:100%}.admin-user{display:none}}
@media(max-width:600px){.admin-top{padding:0 14px}.admin-brand{font-size:18px}.content-wrap{padding:15px}.page-head{align-items:flex-start;flex-direction:column}.page-head .btn{width:100%}.panel{padding:15px}.front-hero{padding:42px 0 72px}.front-hero h1{font-size:29px}.query-card{margin-top:-52px}.dashboard-head{align-items:flex-start;gap:15px}.value-box{min-width:55px}.inline-form{flex-direction:column;align-items:stretch}.input.compact{width:100%}}

/* 前台表格紧凑显示 */
.front-table th,.front-table td{padding:10px 8px}.front-table{min-width:520px}.value-box{min-width:48px;height:36px;font-size:16px}.red-value{color:#e53935!important;background:#fff0f0!important}

/* v5 前台首页优化 */
.front-table th,
.front-table td{
    padding: 8px 6px;
}

.front-table thead th{
    font-size: 24px;
    font-weight: 900;
}

.front-table tbody td .value-box{
    min-width: 58px;
    height: 48px;
    font-size: 24px;
    font-weight: 900;
    border-radius: 50%;
}

/* 红色数字圆圈 */
.front-table tbody td .value-box.red-value{
    background:#e60012 !important;
    color:#fff !important;
    border-radius:50%;
}

/* 手机端紧凑 */
@media(max-width:600px){
    .front-table th,
    .front-table td{
        padding: 4px 5px;
    }

    .front-table thead th{
        font-size:18px;
    }

    .front-table tbody td .value-box{
        min-width:42px;
        width:42px;
        height:42px;
        font-size:19px;
    }
}

/* v7：前台720px、手机列间距、期数批量管理、Excel页 */
.front-container{width:100%;max-width:720px;margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}
.front-table{width:100%;min-width:0;table-layout:fixed}
.front-table th:first-child{width:76px}
.front-table th,.front-table td{padding:5px 7px}
.front-table thead th{font-size:24px}
.front-table tbody td .value-box{width:46px;min-width:46px;height:46px;font-size:23px}
.panel-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.panel-toolbar .panel-title{margin:0}.check-col{width:64px}.check-label{font-weight:700;display:inline-flex;align-items:center;gap:6px}.help-text{display:block;color:#758198;margin-top:7px}.tabs{display:flex;gap:8px;margin-bottom:18px}.tab{padding:10px 16px;background:#eaf0f8;border-radius:9px;font-weight:800;color:#52637b}.tab.active{background:#1769db;color:#fff}
@media(max-width:600px){
 .front-container{max-width:100%;padding-left:6px;padding-right:6px}
 .front-table{min-width:350px}
 .front-table th,.front-table td{padding-top:3px;padding-bottom:3px;padding-left:5px;padding-right:5px}
 .front-table thead th{font-size:20px}
 .front-table th:first-child{width:52px}
 .zodiac-badge{width:36px;height:36px;font-size:17px}
 .front-table tbody td .value-box{width:40px;min-width:40px;height:40px;font-size:20px}
 .panel-toolbar{align-items:flex-start;flex-direction:column}
}


/* v8：期数列表分页 */
.pagination{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding-top:18px;justify-content:flex-end}
.page-btn{display:inline-flex;min-width:38px;height:38px;padding:0 11px;align-items:center;justify-content:center;border:1px solid #d7deea;border-radius:8px;background:#fff;color:#344054;font-weight:800}
.page-btn:hover{background:#eef4ff;border-color:#9cbcf0;color:#155fc2}
.page-btn.active{background:#1769db;border-color:#1769db;color:#fff}
.page-btn.disabled{pointer-events:none;opacity:.45}
.page-ellipsis{color:#8190a5;padding:0 2px}
.page-summary{color:#6b7280;font-size:14px;margin-left:6px}
@media(max-width:600px){.pagination{justify-content:center}.page-summary{width:100%;text-align:center;margin-left:0}}

/* v9 前台查询按钮与输入框对齐、生肖字体放大 */
.query-action{margin-bottom:17px}
.query-action-label{visibility:hidden}
.query-action .query-btn{width:100%;height:48px}
.zodiac-badge{font-size:23px;width:46px;height:46px}
@media(max-width:900px){
  .query-action{margin-bottom:0}
  .query-action-label{display:none}
}
@media(max-width:600px){
  .zodiac-badge{font-size:20px;width:38px;height:38px}
}

/* v10 会员系统 */
.front-member-bar{display:flex;justify-content:flex-end;margin-bottom:14px}
.member-welcome{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:8px 12px;border-radius:999px;font-size:14px;color:#fff}
.member-welcome b{background:#fff;color:#214e91;padding:4px 9px;border-radius:999px}
.member-welcome a{color:#fff;text-decoration:underline;font-weight:800}
.member-welcome.guest{justify-content:space-between}
.member-login-link{background:#fff;color:#1b4c91!important;text-decoration:none!important;padding:6px 12px;border-radius:999px}
.permission-notice{margin:0 0 14px;padding:10px 13px;border-radius:10px;background:#fff8e8;border:1px solid #f3d991;color:#75580b;font-size:14px}
.masked-value{background:#eef1f5!important;color:#7f8997!important}
.level-guide{display:grid;gap:10px}.level-guide>div{display:flex;justify-content:space-between;gap:20px;padding:12px 14px;border-radius:10px;background:#f6f8fc;border:1px solid #e5eaf2}.level-guide span{color:#657289}
.level-badge,.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;font-size:13px;font-weight:900;white-space:nowrap}.level-badge{background:#eaf2ff;color:#175eb7}.level-5{background:#fff0da;color:#a65a00}.status-badge.on{background:#e8f7ed;color:#18733d}.status-badge.off{background:#f2f3f5;color:#7a8491}
.member-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.member-select{width:92px;padding:8px}.member-table{min-width:1050px}
@media(max-width:600px){.front-member-bar{justify-content:stretch}.member-welcome{width:100%;border-radius:12px}.level-guide>div{flex-direction:column;gap:5px}.member-actions,.member-actions .inline-form{width:100%}.member-select{width:100%}}
.stat-grid.four{grid-template-columns:repeat(4,1fr)}
@media(max-width:1100px){.stat-grid.four{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.stat-grid.four{grid-template-columns:1fr}}

/* ============================================================
   v11 前台简洁风格：参考用户提供的720px蓝白界面
   仅调整前台首页，不采用手机三列网格
   ============================================================ */
.simple-front-body{
    min-height:100vh;
    display:block;
    background:#fff;
    color:#25313f;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"Microsoft YaHei",sans-serif;
}
.front-app{
    width:100%;
    max-width:100%;
    min-height:100vh;
    margin:0 auto;
    background:#fff;
}
.front-sticky-top{
    position:sticky;
    top:0;
    z-index:100;
    background:#fff;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
}
.simple-header-wrapper{
    width:100%;
    background:#023b95;
    padding:0 5px;
}
.simple-header{
    width:100%;
    max-width:720px;
    height:38px;
    margin:0 auto;
    padding:0 10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
}
.simple-brand{
    display:flex;
    align-items:center;
    color:#fff;
    font-size:18px;
    font-weight:900;
    letter-spacing:.5px;
}
.simple-nav{
    display:flex;
    align-items:center;
    gap:14px;
    font-size:15px;
    font-weight:800;
}
.simple-nav a{color:#fff;opacity:.92}
.simple-nav a:hover{opacity:1;text-decoration:underline}
.simple-member-level{
    color:#023b95;
    background:#fff;
    border-radius:999px;
    padding:3px 8px;
    font-size:12px;
}
.simple-query-wrap{
    width:100%;
    max-width:720px;
    margin:0 auto;
    padding:8px 10px 9px;
    background:#fff;
}
.simple-query-form{
    display:grid;
    grid-template-columns:minmax(0,1fr) 82px;
    align-items:end;
    gap:8px;
}
.simple-field label{
    display:block;
    margin:0 0 4px;
    color:#4f6070;
    font-size:13px;
    font-weight:800;
}
.simple-input{
    width:100%;
    height:40px;
    border:1px solid #cad5e3;
    border-radius:7px;
    padding:0 10px;
    color:#273746;
    background:#fff;
    outline:none;
}
.simple-input:focus{
    border-color:#023b95;
    box-shadow:0 0 0 3px rgba(2,59,149,.10);
}
.simple-view-btn{
    width:82px;
    height:40px;
    border:0;
    border-radius:7px;
    color:#fff;
    background:#023b95;
    font-size:16px;
    font-weight:900;
    cursor:pointer;
}
.simple-view-btn:hover{background:#012e75}
.simple-main{
    width:100%;
    max-width:720px;
    margin:0 auto;
    padding:10px 10px 24px;
}
.simple-status-bar{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px 14px;
    margin-bottom:8px;
    padding:8px 10px;
    border-radius:7px;
    background:#f8f9f8;
    color:#596979;
    font-size:13px;
}
.simple-status-bar strong{color:#023b95}
.simple-status-bar a{margin-left:auto;color:#c62828;font-weight:800}
.simple-dashboard{
    border:1px solid #e2e7ec;
    border-radius:9px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 3px 12px rgba(0,0,0,.05);
}
.simple-dashboard-title{
    min-height:60px;
    padding:8px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    background:#f8f9f8;
    border-bottom:1px solid #e4e8ec;
}
.simple-dashboard-title span{
    color:#7b8997;
    font-size:12px;
}
.simple-dashboard-title h1{
    margin:2px 0 0;
    color:#023b95;
    font-size:23px;
    line-height:1.15;
}
.simple-dashboard-title b{
    padding:6px 10px;
    border-radius:999px;
    color:#fff;
    background:#023b95;
    font-size:13px;
    white-space:nowrap;
}
.simple-table-wrap{width:100%;overflow-x:auto}
.simple-data-table{
    width:100%;
    min-width:520px;
    border-collapse:collapse;
    table-layout:fixed;
}
.simple-data-table th,
.simple-data-table td{
    padding:5px 7px;
    border-bottom:1px solid #edf0f2;
    text-align:center;
}
.simple-data-table thead th{
    color:#fff;
    background:#023b95;
    font-size:21px;
    font-weight:900;
}
.simple-data-table thead th:first-child{width:78px}
.simple-data-table tbody tr:nth-child(even){background:#fbfcfb}
.simple-data-table tbody tr:hover{background:#f1f6ff}
.simple-zodiac{
    display:inline-flex;
    width:42px;
    height:42px;
    align-items:center;
    justify-content:center;
    color:#023b95;
    background:#edf3fb;
    border-radius:50%;
    font-size:22px;
    font-weight:900;
}
.simple-value{
    display:inline-flex;
    width:44px;
    height:44px;
    align-items:center;
    justify-content:center;
    color:#26384b;
    background:#f1f4f6;
    border-radius:50%;
    font-size:22px;
    font-weight:900;
}
.simple-value.is-red{
    color:#fff;
    background:#e60012;
}
.simple-value.is-masked{
    color:#647180;
    background:#eef1f3;
}
.simple-alert{
    margin-bottom:10px;
    padding:10px 12px;
    border-radius:7px;
    font-size:14px;
}
.simple-alert.error{color:#a52222;background:#fff0f0;border:1px solid #f3c2c2}
.simple-alert.info{color:#175a92;background:#edf6ff;border:1px solid #bfdcff}
.simple-footer{
    margin-top:14px;
    padding-top:11px;
    border-top:1px solid #e8ece8;
    color:#8a9a8a;
    font-size:12px;
    text-align:center;
}
@media(max-width:640px){
    .simple-header{height:36px;padding:0 6px}
    .simple-brand{font-size:17px}
    .simple-nav{gap:9px;font-size:14px}
    .simple-member-level{display:none}
    .simple-query-wrap{padding:7px 7px 8px}
    .simple-query-form{
        grid-template-columns:1fr;
        gap:6px;
    }
    .simple-field label{font-size:12px;margin-bottom:3px}
    .simple-input{height:38px}
    .simple-view-btn{width:100%;height:38px}
    .simple-main{padding:8px 6px 20px}
    .simple-status-bar{padding:7px 8px;gap:5px 10px}
    .simple-status-bar a{margin-left:0}
    .simple-dashboard-title{min-height:54px;padding:7px 9px}
    .simple-dashboard-title h1{font-size:21px}
    .simple-data-table{min-width:390px}
    .simple-data-table th,
    .simple-data-table td{padding:3px 5px}
    .simple-data-table thead th{font-size:18px}
    .simple-data-table thead th:first-child{width:55px}
    .simple-zodiac{width:36px;height:36px;font-size:19px}
    .simple-value{width:38px;height:38px;font-size:19px}
}


/* v12 前台期数位置与会员信息调整 */
.simple-member-name{
    color:#fff;
    font-weight:900;
    max-width:120px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.simple-query-form{
    grid-template-columns:minmax(0,1fr) 82px;
    align-items:center;
}
.simple-period-input-field{
    margin:0;
}
.simple-period-select{
    min-width:112px;
    height:36px;
    padding:0 30px 0 10px;
    border:1px solid #023b95;
    border-radius:7px;
    color:#fff;
    background-color:#023b95;
    font-size:14px;
    font-weight:900;
    outline:none;
    cursor:pointer;
}
.simple-period-select option{
    color:#25313f;
    background:#fff;
}
@media(max-width:640px){
    .simple-member-name{max-width:82px;font-size:13px}
    .simple-member-level{display:inline-flex;font-size:11px;padding:2px 6px}
    .simple-query-form{grid-template-columns:minmax(0,1fr) 72px;gap:6px}
    .simple-view-btn{width:72px}
    .simple-period-select{min-width:100px;height:34px;font-size:13px}
}

/* 项目与生肖文本统计录入 */
.stat-grid.five{grid-template-columns:repeat(5,1fr)}
.required-mark{color:#d62828;font-style:normal}
.textarea-input{resize:vertical;min-height:130px;line-height:1.65}
.content-preview{max-width:360px;white-space:normal;word-break:break-word;color:#5f6b7a;line-height:1.55}
.locked-text{display:inline-flex;align-items:center;color:#9a6700;background:#fff5d6;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}
.option-badge{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#efeaff;color:#6345a5;font-size:13px;font-weight:900}
.option-select-row{max-width:620px}
.text-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}
.text-entry-card{border:1px solid #e2e8f2;border-radius:12px;background:#f9fbfe;padding:15px}
.text-entry-card label{display:flex;align-items:center;gap:9px;font-size:16px;font-weight:900;margin-bottom:9px;color:#263c5b}
.text-entry-card small{display:block;color:#718096;line-height:1.55;margin-top:7px}
.column-letter{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;background:#1769db;color:#fff;font-weight:900}
.zodiac-textarea{resize:vertical;min-height:150px;line-height:1.75;font-size:16px}
.entry-actions{margin-top:20px}
.count-preview-table th,.count-preview-table td{text-align:center}
.count-preview-table td{font-size:19px;font-weight:900;color:#1d4f91}
.preview-help{margin:-8px 0 15px}
@media(max-width:1100px){.stat-grid.five{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.text-entry-grid{grid-template-columns:1fr}.stat-grid.five{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.stat-grid.five{grid-template-columns:1fr}.zodiac-textarea{min-height:125px}.text-entry-card{padding:12px}}

/* ============================================================
   动态项目与多组生肖内容
   ============================================================ */
.scheme-selector-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;
    gap:16px;
    align-items:end;
}
.selector-button{margin-bottom:0}
.scheme-entry-list{display:grid;gap:10px}
.scheme-entry-item{
    display:grid;
    grid-template-columns:minmax(130px,180px) minmax(0,1fr) auto;
    gap:14px;
    align-items:center;
    padding:12px 14px;
    border:1px solid #e3e9f2;
    border-radius:11px;
    background:#fbfcfe;
}
.scheme-entry-title{display:flex;align-items:baseline;justify-content:center;gap:2px;color:#023b95;text-align:center}
.scheme-entry-title strong{font-size:21px;font-weight:900}
.scheme-entry-title small{font-size:12px;color:#8a95a3;font-weight:800}
.scheme-entry-meta{color:#657286;font-size:13px}
.dynamic-zodiac-rows{display:grid;gap:12px;margin-top:16px}
.dynamic-zodiac-row{
    display:grid;
    grid-template-columns:118px minmax(0,1fr) 38px;
    gap:10px;
    align-items:start;
    padding:12px;
    border:1px solid #dfe7f2;
    border-radius:12px;
    background:#f9fbfe;
}
.dynamic-row-label{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:78px;
    padding:8px;
    border-radius:9px;
    color:#fff;
    background:#1769db;
    font-size:15px;
    font-weight:900;
}
.dynamic-zodiac-text{min-height:78px;resize:vertical;line-height:1.65;font-size:16px}
.row-remove{
    width:34px;height:34px;border:0;border-radius:50%;background:#fff0f0;color:#c62828;font-size:22px;font-weight:900;cursor:pointer
}
.row-valid-preview{grid-column:2/4;color:#718096;font-size:12px;min-height:18px}
.scheme-guide{grid-template-columns:repeat(5,1fr)}
.scheme-guide>div{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}
.dynamic-scheme-table{table-layout:auto}
.dynamic-scheme-table th,.dynamic-scheme-table td{min-width:104px}
.dynamic-scheme-table thead th{
    background:#f7f9fc;
    color:#023b95;
    border-bottom:2px solid #023b95;
}
.dynamic-scheme-table thead th:first-child{background:#023b95;color:#fff;min-width:78px}
.scheme-header{text-align:center!important;vertical-align:middle}
.scheme-title-main{display:block;font-size:20px;font-weight:900;line-height:1.05}
.scheme-title-meta{display:block;margin-top:4px;color:#8a95a3;font-size:11px;font-weight:800;line-height:1.1}
.no-scheme-data{margin:12px}
@media(max-width:900px){
    .scheme-guide{grid-template-columns:repeat(3,1fr)}
    .scheme-selector-grid{grid-template-columns:1fr 1fr}
    .selector-button{grid-column:1/-1}
    .selector-button .btn{width:100%}
}
@media(max-width:640px){
    .scheme-guide{grid-template-columns:1fr 1fr}
    .scheme-selector-grid{grid-template-columns:1fr;gap:8px}
    .selector-button{grid-column:auto}
    .scheme-entry-item{grid-template-columns:1fr;gap:7px;text-align:center}
    .scheme-entry-item .actions{justify-content:center}
    .dynamic-zodiac-row{grid-template-columns:86px minmax(0,1fr) 32px;padding:8px;gap:7px}
    .dynamic-row-label{min-height:70px;font-size:13px}
    .dynamic-zodiac-text{min-height:70px;font-size:15px}
    .row-remove{width:30px;height:30px;font-size:19px}
    .row-valid-preview{grid-column:1/-1;padding-left:2px}
    .dynamic-scheme-table th,.dynamic-scheme-table td{min-width:92px}
    .scheme-title-main{font-size:17px}
    .scheme-title-meta{font-size:10px}
}

/* v14 Excel 页面标签 */
.tab-links{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.tab-links a{display:inline-flex;align-items:center;justify-content:center;padding:9px 15px;border-radius:9px;background:#eaf0f8;color:#52637b;font-weight:800}
.tab-links a.active{background:#1769db;color:#fff}

/* ============================================================
   v15 项目多级会员权限与单行生肖输入
   ============================================================ */
.permission-box{
    padding:12px;
    border:1px solid #dfe7f2;
    border-radius:10px;
    background:#f8fafc;
}
.permission-all{
    display:flex;
    align-items:center;
    gap:8px;
    padding:9px 11px;
    border-radius:8px;
    background:#eaf2ff;
    color:#174f99;
    font-weight:900;
    cursor:pointer;
}
.permission-level-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px;
    margin-top:10px;
}
.permission-level-grid label{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:38px;
    padding:7px 5px;
    border:1px solid #dfe6ef;
    border-radius:8px;
    background:#fff;
    color:#3d4b60;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
}
.permission-level-grid input:disabled{opacity:.65}
.permission-summary{color:#174f99;font-weight:800;line-height:1.5}

.dynamic-zodiac-rows{gap:8px;margin-top:14px}
.dynamic-zodiac-row{
    grid-template-columns:118px minmax(0,1fr) 38px;
    gap:8px;
    align-items:center;
    padding:8px;
    border-radius:9px;
}
.dynamic-row-label{
    min-height:40px;
    height:40px;
    padding:5px 8px;
    border-radius:7px;
    font-size:14px;
}
.dynamic-zodiac-text{
    min-height:40px;
    height:40px;
    resize:none;
    line-height:40px;
    padding-top:0;
    padding-bottom:0;
    font-size:15px;
}
.row-remove{
    width:34px;
    height:34px;
    align-self:center;
}
.row-valid-preview{display:none!important}
.entry-actions-stack{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:9px;
    margin-top:16px;
}
.entry-actions-stack .btn{min-width:180px}

@media(max-width:760px){
    .permission-level-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
    .dynamic-zodiac-row{grid-template-columns:86px minmax(0,1fr) 32px;padding:6px;gap:6px}
    .dynamic-row-label{min-height:38px;height:38px;font-size:12px;padding:4px}
    .dynamic-zodiac-text{min-height:38px;height:38px;line-height:38px;font-size:14px}
    .row-remove{width:30px;height:30px}
    .entry-actions-stack{align-items:stretch}
    .entry-actions-stack .btn{width:100%;min-width:0}
}


/* ============================================================
   v24 项目自定义红/黄圈与手机六列分组
   ============================================================ */
.circle-rule-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.rule-dot{
    display:inline-block;
    width:13px;
    height:13px;
    margin-right:5px;
    border-radius:50%;
    vertical-align:-1px;
}
.rule-dot.red{background:#e60012}
.rule-dot.yellow{background:#f4c400;border:1px solid #d6a900}
.circle-rule-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:58px;
    padding:5px 9px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
}
.circle-rule-badge.red{background:#fff0f1;color:#c40012}
.circle-rule-badge.yellow{background:#fff9d9;color:#836500}
.simple-value.is-yellow{
    color:#4e3b00;
    background:#f4c400;
}
.mobile-scheme-groups{display:none}
.mobile-scheme-group{width:100%;overflow:hidden}
.mobile-scheme-group+.mobile-scheme-group{margin-top:10px;border-top:3px solid #023b95;padding-top:8px}
.mobile-group-label{
    padding:5px 8px;
    text-align:center;
    color:#506277;
    background:#f4f6f8;
    border:1px solid #e3e8ed;
    border-bottom:0;
    border-radius:7px 7px 0 0;
    font-size:12px;
    font-weight:900;
}
@media(max-width:760px){
    .circle-rule-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
    .desktop-scheme-wrap{display:none}
    .mobile-scheme-groups{display:block;width:100%}
    .simple-table-wrap{overflow-x:hidden}
    .mobile-scheme-table{
        width:100%;
        min-width:0!important;
        table-layout:fixed;
    }
    .mobile-scheme-table th,
    .mobile-scheme-table td{
        min-width:0!important;
        padding:3px 1px;
    }
    .mobile-scheme-table thead th:first-child{
        width:40px;
        min-width:40px!important;
    }
    .mobile-scheme-table .scheme-title-main{
        font-size:12px;
        line-height:1.12;
        white-space:normal;
        word-break:break-all;
    }
    .mobile-scheme-table .scheme-title-meta{
        margin-top:2px;
        font-size:8px;
        line-height:1.1;
        white-space:normal;
        word-break:break-all;
    }
    .mobile-scheme-table .simple-zodiac{
        width:30px;
        height:30px;
        font-size:16px;
    }
    .mobile-scheme-table .simple-value{
        width:30px;
        height:30px;
        font-size:16px;
    }
}
@media(min-width:641px){
    .desktop-scheme-wrap{display:block}
}

/* ============================================================
   v19 wlcs.php 综合分析仪表盘
   ============================================================ */
.wlcs-body{background:#f3f6f9}
.wlcs-app{max-width:100%;background:#f3f6f9}
.wlcs-main{max-width:1120px;padding:16px 14px 30px}
.wlcs-query-form{max-width:560px}
.wlcs-period-select{appearance:auto;cursor:pointer}
.wlcs-heading{
    display:flex;align-items:center;justify-content:space-between;gap:16px;
    padding:18px 20px;margin-bottom:14px;background:#fff;border:1px solid #e1e8ef;border-radius:12px;
    box-shadow:0 4px 18px rgba(2,59,149,.06)
}
.wlcs-eyebrow{display:block;color:#698096;font-size:12px;font-weight:800;margin-bottom:4px}
.wlcs-heading h1{font-size:26px;line-height:1.15;color:#023b95;margin:0}
.wlcs-heading p{margin:7px 0 0;color:#6b7d90;font-size:13px}
.wlcs-method-chip{flex:0 0 auto;padding:8px 12px;border-radius:999px;background:#edf4ff;color:#023b95;font-size:12px;font-weight:900}
.wlcs-login-panel{max-width:620px;margin:48px auto;padding:36px 24px;text-align:center;background:#fff;border:1px solid #e1e8ef;border-radius:14px;box-shadow:0 8px 28px rgba(2,59,149,.08)}
.wlcs-login-icon{font-size:34px;margin-bottom:10px}
.wlcs-login-panel h1{font-size:22px;color:#17324d}
.wlcs-login-panel p{margin:10px 0 20px;color:#708398;font-size:14px}
.wlcs-primary-link{display:inline-flex;align-items:center;justify-content:center;min-width:130px;height:40px;border-radius:8px;background:#023b95;color:#fff;text-decoration:none;font-weight:900}
.wlcs-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}
.wlcs-summary-card{position:relative;overflow:hidden;min-height:118px;padding:16px;border-radius:12px;background:#fff;border:1px solid #e1e8ef;box-shadow:0 4px 18px rgba(20,48,76,.05)}
.wlcs-summary-card:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%}
.wlcs-summary-card.best:before{background:#16885f}.wlcs-summary-card.support:before{background:#1677c8}.wlcs-summary-card.hot:before{background:#eb9b18}.wlcs-summary-card.danger:before{background:#d83838}
.wlcs-summary-card>span{display:block;color:#718297;font-size:12px;font-weight:900;margin-bottom:9px}
.wlcs-summary-card strong{display:block;color:#18334f;font-size:17px;line-height:1.6;word-break:break-word}
.wlcs-summary-card small{display:block;color:#8291a1;font-size:11px;line-height:1.45;margin-top:6px}
.wlcs-panel{background:#fff;border:1px solid #e1e8ef;border-radius:12px;padding:16px;box-shadow:0 4px 18px rgba(20,48,76,.05)}
.wlcs-panel-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:0 2px 13px;border-bottom:1px solid #edf1f4}
.wlcs-panel-title h2,.wlcs-guide h2{margin:0;color:#17324d;font-size:19px}
.wlcs-panel-title p{margin:5px 0 0;color:#7b8b9c;font-size:12px}
.wlcs-legend{display:flex;flex-wrap:wrap;gap:10px;color:#718297;font-size:11px;font-weight:800}
.wlcs-legend span{display:flex;align-items:center;gap:4px}.wlcs-legend .dot{width:8px;height:8px;border-radius:50%}.wlcs-legend .support{background:#2489d8}.wlcs-legend .hot{background:#f1a623}.wlcs-legend .danger{background:#df4545}
.wlcs-rank-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}
.wlcs-zodiac-card{padding:14px;border:1px solid #e1e7ed;border-radius:11px;background:#fbfcfd;transition:.2s}
.wlcs-zodiac-card:hover{transform:translateY(-1px);box-shadow:0 7px 20px rgba(20,48,76,.08)}
.wlcs-zodiac-card.status-best{border-top:3px solid #16885f}.wlcs-zodiac-card.status-good{border-top:3px solid #2d7fc2}.wlcs-zodiac-card.status-hot{border-top:3px solid #e39a20}.wlcs-zodiac-card.status-danger{border-top:3px solid #d83838}.wlcs-zodiac-card.status-normal{border-top:3px solid #8b9aaa}.wlcs-zodiac-card.status-weak{border-top:3px solid #a8b2bc}
.wlcs-zodiac-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}
.wlcs-zodiac-name{display:flex;align-items:center;gap:9px}.wlcs-zodiac-name em{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background:#e9eff5;color:#60758a;font-size:11px;font-style:normal;font-weight:900}.wlcs-zodiac-name strong{font-size:25px;color:#17324d}
.wlcs-score{text-align:right}.wlcs-score b{display:block;color:#023b95;font-size:27px;line-height:1}.wlcs-score small{color:#8695a5;font-size:10px}
.wlcs-status-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:9px 0 11px;color:#6d7f91;font-size:11px;font-weight:800}
.wlcs-status-badge{padding:4px 8px;border-radius:999px;background:#edf2f6;color:#50677e}
.status-best .wlcs-status-badge{background:#e7f6f0;color:#08724d}.status-good .wlcs-status-badge{background:#e8f2fb;color:#1468a8}.status-hot .wlcs-status-badge{background:#fff3d8;color:#9a6200}.status-danger .wlcs-status-badge{background:#ffe8e8;color:#b72020}
.wlcs-metric{margin-top:8px}.wlcs-metric>div:first-child{display:flex;align-items:center;justify-content:space-between;color:#728396;font-size:11px}.wlcs-metric b{color:#445c73}
.wlcs-bar{height:6px;margin-top:4px;border-radius:999px;background:#e9eef3;overflow:hidden}.wlcs-bar i{display:block;height:100%;border-radius:999px}.bar-support{background:#2489d8}.bar-hot{background:#f1a623}.bar-danger{background:#df4545}
.wlcs-details{margin-top:12px;border-top:1px dashed #dce4eb;padding-top:9px}.wlcs-details summary{cursor:pointer;color:#506d88;font-size:11px;font-weight:900;list-style-position:inside}.wlcs-detail-list{margin-top:7px}.wlcs-detail-list>div{display:flex;justify-content:space-between;gap:7px;padding:5px 0;border-bottom:1px solid #edf1f4;color:#6d7f90;font-size:10px}.wlcs-detail-list>div:last-child{border-bottom:0}.wlcs-detail-list b{white-space:nowrap}.wlcs-detail-list b.positive{color:#1677c8}.wlcs-detail-list b.kill{color:#cf3434}
.wlcs-guide{margin-top:14px;padding:17px;background:#fff;border:1px solid #e1e8ef;border-radius:12px;box-shadow:0 4px 18px rgba(20,48,76,.05)}
.wlcs-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:13px}.wlcs-guide-grid>div{position:relative;padding:12px 10px 12px 40px;border-radius:9px;background:#f6f8fa}.wlcs-guide-grid b{position:absolute;left:10px;top:11px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#023b95;color:#fff;font-size:11px}.wlcs-guide-grid strong{display:block;color:#304b65;font-size:13px}.wlcs-guide-grid span{display:block;margin-top:5px;color:#76889a;font-size:11px;line-height:1.55}.wlcs-note{margin:13px 0 0;color:#91a0ae;font-size:11px;text-align:center}
@media(max-width:900px){.wlcs-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wlcs-rank-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wlcs-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){
    .wlcs-main{padding:10px 8px 24px}.wlcs-heading{align-items:flex-start;padding:13px;flex-direction:column}.wlcs-heading h1{font-size:22px}.wlcs-method-chip{font-size:10px;padding:6px 9px}
    .wlcs-summary-grid{grid-template-columns:1fr 1fr;gap:7px}.wlcs-summary-card{padding:11px;min-height:112px}.wlcs-summary-card strong{font-size:14px}.wlcs-summary-card small{font-size:9px}
    .wlcs-panel{padding:9px}.wlcs-panel-title{align-items:flex-start;flex-direction:column}.wlcs-rank-grid{grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}.wlcs-zodiac-card{padding:9px 8px}.wlcs-zodiac-name{gap:5px}.wlcs-zodiac-name em{width:20px;height:20px;font-size:9px}.wlcs-zodiac-name strong{font-size:21px}.wlcs-score b{font-size:22px}.wlcs-status-row{font-size:9px}.wlcs-status-badge{padding:3px 5px}.wlcs-metric>div:first-child{font-size:9px}.wlcs-details summary{font-size:10px}.wlcs-detail-list>div{display:block;font-size:9px}.wlcs-detail-list b{display:block;margin-top:2px}
    .wlcs-guide{padding:12px}.wlcs-guide-grid{grid-template-columns:1fr;gap:7px}.wlcs-query-form{display:grid;grid-template-columns:minmax(0,1fr) 70px;gap:6px}.wlcs-period-select{width:100%}
}

/* 后台首页开奖与热肖卡片 */
.home-focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 18px}
.home-focus-card{min-height:150px;padding:17px;border:1px solid #e4eaf2;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(25,55,95,.07)}
.home-focus-card.lottery-card{background:linear-gradient(145deg,#f1fff6,#fff)}
.home-focus-card.previous-card{background:linear-gradient(145deg,#f4f7ff,#fff)}
.home-focus-card.current-card{background:linear-gradient(145deg,#fff8ec,#fff)}
.home-focus-label{font-size:14px;font-weight:900;color:#526079;margin-bottom:15px}
.home-focus-value{display:flex;align-items:center;min-height:60px}
.home-zodiac-ball{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;font-size:27px;font-weight:950;color:#fff;box-shadow:0 8px 18px rgba(24,169,87,.23)}
.home-zodiac-ball.special{background:#18a957}
.home-hot-list{display:flex;align-items:center;gap:10px;min-height:60px;flex-wrap:wrap}
.home-hot-list span{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;background:#f1f5fb;color:#17325d}
.home-hot-list b{font-size:20px}.home-hot-list small{font-size:12px;font-weight:900;color:#6a7890}
.home-focus-meta{margin-top:12px;color:#7b8798;font-size:12px;line-height:1.5}
.home-focus-empty{display:flex;align-items:center;min-height:60px;color:#929dac;font-size:14px}
@media(max-width:900px){.home-focus-grid{grid-template-columns:1fr}.home-focus-card{min-height:125px}}

/* v36 后台菜单编码与会员期限 */
.menu-icon{width:17px;height:17px;flex:0 0 17px;border:2px solid currentColor;border-radius:5px;opacity:.9;position:relative}
.menu-icon.home-icon{border-radius:4px 4px 7px 7px}
.menu-icon.user-icon,.menu-icon.admin-icon,.menu-icon.people-icon{border-radius:50% 50% 6px 6px}
.menu-icon.setting-icon{border-radius:50%}
.menu-icon.front-icon{border-radius:50%}
.menu-icon.logout-icon{border-radius:3px;border-right-width:0}
.side-caret{margin-left:auto;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s}
.side-group.open .side-caret{transform:rotate(225deg)}
.side-parent span+span{min-width:0}
.expiry-text{white-space:nowrap;color:#46536a}.expiry-text.expired{color:#c62828;font-weight:800}
.member-actions.stacked{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.member-update-form{flex-wrap:wrap}.member-expiry-input{width:185px;padding:8px 9px}.member-expiry-table{min-width:1120px}
@media(max-width:760px){.member-update-form{align-items:stretch}.member-expiry-input{width:100%}.member-actions.stacked{min-width:250px}}

/* ===== v41 账号头像、个人资料、后台左对齐 ===== */
textarea{font:inherit}
.admin-content{overflow-x:hidden}
.content-wrap{max-width:none;margin:0;padding:10px;text-align:left}
@media(max-width:900px){.content-wrap{padding:10px}}
@media(max-width:600px){.content-wrap{padding:10px}}

.account-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:900;box-shadow:0 0 0 2px rgba(255,255,255,.9);vertical-align:middle}
.account-avatar img{display:block;width:100%;height:100%;object-fit:cover}
.avatar-xs{width:28px;height:28px;font-size:12px}.avatar-sm{width:38px;height:38px;font-size:15px}.avatar-md{width:50px;height:50px;font-size:20px}.avatar-xl{width:104px;height:104px;font-size:40px;box-shadow:0 0 0 4px #fff,0 10px 30px rgba(24,52,94,.16)}
.admin-profile-link{display:flex;align-items:center;gap:9px;color:#dbe7ff}.admin-profile-link:hover{color:#fff}.admin-profile-link .account-avatar{box-shadow:0 0 0 2px rgba(255,255,255,.2)}
.account-list-identity{display:flex;align-items:center;gap:10px;min-width:165px}.account-list-identity strong,.account-list-identity small{display:block}.account-list-identity small{margin-top:2px;color:#7a8698;font-size:12px}.account-list-identity .current-admin-mark{display:inline-block;color:#1769db;margin-left:0}
.simple-account-link{display:inline-flex!important;align-items:center;gap:6px;padding:3px 7px!important;border-radius:999px;background:#eef4ff!important;color:#174f94!important;font-weight:800}.simple-account-link:hover{background:#dceaff!important}.simple-account-link .account-avatar{box-shadow:none}

.profile-body{min-height:100vh;background:#f3f6fb}.profile-page{padding:28px 12px 50px}.profile-shell{width:min(920px,100%);margin:0 auto}.profile-summary-card{display:flex;align-items:center;gap:22px;padding:25px;margin-bottom:18px;border:1px solid #e2e8f0;border-radius:18px;background:linear-gradient(135deg,#fff,#f5f8ff);box-shadow:0 10px 32px rgba(27,49,83,.07)}.profile-summary-text h1{margin:0;font-size:28px;color:#172b4d}.profile-summary-text p{margin:5px 0 12px;color:#748196}.profile-badges{display:flex;gap:7px;flex-wrap:wrap}.profile-badges span{padding:5px 9px;border-radius:999px;background:#eaf2ff;color:#175eb7;font-size:12px;font-weight:800}.profile-tabs{display:flex;gap:8px;margin-bottom:12px}.profile-tabs a{padding:10px 16px;border-radius:10px;background:#e8edf5;color:#536279;font-weight:800}.profile-tabs a.active{background:#1769db;color:#fff}.profile-card{padding:24px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(27,49,83,.06)}.profile-form{max-width:760px}.avatar-editor{display:flex;align-items:center;gap:22px;padding:18px;margin-bottom:22px;border:1px dashed #cfd9e8;border-radius:14px;background:#f8faff}.avatar-editor .help-text{margin:8px 0}.remove-avatar-check{display:flex;align-items:center;gap:7px;color:#a12d2d;font-size:13px}.profile-avatar-large{display:inline-flex}.profile-card textarea.input{resize:vertical;min-height:110px}
@media(max-width:640px){.profile-page{padding:14px 8px 30px}.profile-summary-card{align-items:flex-start;padding:18px;gap:14px}.profile-summary-card .avatar-xl{width:72px;height:72px;font-size:28px}.profile-summary-text h1{font-size:22px}.profile-card{padding:16px}.avatar-editor{align-items:flex-start;flex-direction:column}.simple-account-link span{display:none}}


/* ============================================================
   v46 公共页面1018px、Logo、页脚、移动端与后台布局
   ============================================================ */
.simple-header,.simple-query-wrap,.simple-main,.profile-shell{width:100%;max-width:1018px!important;margin-left:auto!important;margin-right:auto!important}
.simple-header-wrapper{padding:0 10px}.simple-header{height:52px;padding:0 10px;gap:14px}.simple-brand{flex:0 0 auto;min-width:0}.site-logo-img{display:block;width:auto;height:31px;max-width:158px}.simple-nav{min-width:0;gap:12px}.simple-account-link{display:inline-flex;align-items:center;gap:6px;min-width:0}.simple-account-link>span:last-child{max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simple-query-wrap{padding:8px 10px}.simple-main{padding-left:10px;padding-right:10px}.site-footer{display:flex;align-items:center;justify-content:center;min-height:54px;margin:18px auto 0;padding:12px 8px;border-top:1px solid #e6ebf1;text-align:center}.site-footer img{display:block;max-width:46px;max-height:34px;width:auto;height:auto}.login-body{flex-direction:column}.login-site-footer{border:0;margin-top:8px;width:100%}.admin-site-footer{width:100%;margin-top:auto}.admin-content{display:flex;flex-direction:column}.content-wrap{width:calc(100% - 40px);max-width:1500px;margin:0!important;padding:28px 28px 28px 40px!important;flex:1}.admin-site-footer{width:calc(100% - 68px);margin-left:40px;margin-right:28px}.auto-table-search{display:flex;align-items:center;gap:8px;justify-content:flex-end;margin:0 0 10px}.auto-table-search .input{max-width:260px}.auto-search-count{color:#768198;font-size:12px}.admin-search-form{display:flex;align-items:center;gap:7px}.kim-scroll-hint{display:none;color:#6f7c8f;font-size:11px;padding:6px 8px;background:#f7f9fc;border:1px solid #e7ecf2;border-bottom:0}.kim-single-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.kim-full-scheme-table{width:100%;min-width:max(520px,calc(62px + var(--scheme-count,1) * 92px))}.mobile-scheme-groups{display:none!important}.desktop-scheme-wrap{display:block!important}
@media(max-width:900px){.content-wrap{width:100%;padding:16px 12px!important}.admin-site-footer{width:calc(100% - 24px);margin-left:12px;margin-right:12px}.simple-header-wrapper{padding:0}.simple-header{height:48px;padding:0 8px}.site-logo-img{height:27px;max-width:132px}.simple-nav{gap:9px;font-size:13px}.simple-account-link>span:last-child{display:none}.simple-member-level{display:none}.simple-main{padding-left:7px;padding-right:7px}.simple-query-wrap{padding-left:7px;padding-right:7px}.kim-scroll-hint{display:block}.kim-full-scheme-table{table-layout:auto!important;min-width:calc(52px + var(--scheme-count,1) * 46px)!important}.kim-full-scheme-table th,.kim-full-scheme-table td{min-width:46px!important;padding:4px 5px!important}.kim-full-scheme-table .scheme-header{max-width:58px;white-space:normal;word-break:break-all}.kim-full-scheme-table thead th:first-child,.kim-full-scheme-table tbody th{min-width:44px!important;width:44px!important;padding-left:5px!important;padding-right:5px!important;position:sticky;left:0;z-index:3;background:#fff}.kim-full-scheme-table thead th:first-child{z-index:5;background:#023b95}.kim-full-scheme-table .scheme-title-main{font-size:12px;line-height:1.12}.kim-full-scheme-table .scheme-title-meta{font-size:8px;line-height:1.1;margin-top:2px}.kim-full-scheme-table .simple-zodiac{width:34px;height:34px;font-size:18px}.kim-full-scheme-table .simple-value{width:36px;height:36px;font-size:18px}.auto-table-search{justify-content:stretch}.auto-table-search .input{max-width:none;flex:1}.site-footer{min-height:46px;margin-top:12px;padding:8px}.site-footer img{max-width:40px;max-height:29px}}
@media(max-width:560px){.simple-header{height:auto;min-height:48px;align-items:center;flex-wrap:nowrap}.site-logo-img{height:25px;max-width:116px}.simple-nav{margin-left:auto;gap:8px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.simple-nav::-webkit-scrollbar{display:none}.simple-nav a{font-size:12px}.simple-account-link .account-avatar{width:26px;height:26px;min-width:26px}.simple-query-form{grid-template-columns:minmax(0,1fr) 68px!important}.simple-view-btn{width:68px!important}.simple-dashboard-title{align-items:flex-start}.simple-dashboard-title h1{font-size:20px}.period-mini-nav{flex-wrap:wrap}.front-app{overflow-x:hidden}.profile-page{padding-left:7px!important;padding-right:7px!important}.profile-shell{max-width:100%!important}}

/* v48 KIM 手机版：数据圆点之间保留10px间距（左右各5px） */
