@charset "UTF-8";:root{--legacy-topbar-height: 44px;--legacy-sidebar-width: 180px;--wine: #aa2b3a;--wine-deep: #8e2230;--wine-soft: #fdecea;--nav: #28314e;--bg: #f1e6d8;--surface: #fff;--surface-soft: #f8f2ec;--line: #e8d9c8;--text: #2c3550;--muted: #8a96ae;--subtle: #9aa4b8;--green: #2e7d32;--orange: #d2771e;--blue: #1e5fad;--red: #aa2b3a;--shadow: 0 10px 28px rgba(40, 49, 78, .12);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text);background:var(--bg)}.protected-operation,.location-workbench{margin:10px 0;padding:12px 14px;border:1px solid #e5d8ca;border-radius:5px;background:#fff}.protected-operation>header,.location-workbench>header,.location-workbench>header>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.protected-operation header div,.location-workbench header div:first-child{display:grid;gap:3px}.protected-operation header span,.location-workbench header span{color:#7b6d73;font-size:12px;font-weight:400}.protected-operation>p,.location-workbench>p{margin:10px 0 0;color:#765829;font-size:12px}.operation-summary{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.operation-summary span{padding:4px 8px;border-radius:3px;background:#f7f2f4;font-size:12px}.operation-summary .success{color:#276349;background:#eef9f4}.operation-summary .danger{color:#9e2940;background:#fff1f3}.protected-operation ul{display:grid;gap:5px;max-height:190px;margin:8px 0;padding:0;overflow:auto;list-style:none}.protected-operation li{display:grid;grid-template-columns:minmax(210px,auto) 1fr auto;gap:10px;padding:7px 9px;border:1px solid #eee5e8;border-radius:3px;font-size:12px}.protected-operation li code{color:#7d2b41}.protected-operation li em{color:#806d2e;font-style:normal}.protected-operation footer{display:flex;justify-content:flex-end}.location-scroll{margin-top:10px;overflow:auto;border:1px solid #eee5e8}.location-workbench table{min-width:1540px}.location-workbench td{padding:6px}.location-workbench td input,.location-workbench td select{width:150px;min-height:30px;box-sizing:border-box;border:1px solid #d9cdd2;border-radius:3px}.location-workbench td:nth-child(3) input,.location-workbench td:nth-child(8) input,.location-workbench td:nth-child(9) input{width:220px}.location-actions{display:flex;gap:5px}.location-actions button{padding:0 7px}.location-actions .danger{color:#a52b43}@media(max-width:760px){.protected-operation>header,.location-workbench>header{align-items:stretch;flex-direction:column}.protected-operation li{grid-template-columns:1fr}}.review-workbench{margin:14px 16px 0;padding:12px 14px;border:1px solid var(--line);border-radius:5px;background:var(--surface)}.review-workbench>header,.review-form,.approval-attachments,.integrity-summary{display:flex;align-items:center;justify-content:space-between;gap:10px}.review-workbench header div{display:grid;gap:3px}.review-workbench header span,.review-workbench label,.review-workbench>p{color:var(--muted);font-size:10px}.review-form{justify-content:flex-start;flex-wrap:wrap;margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}.review-form label{display:grid;gap:4px}.review-form .comment{flex:1;min-width:260px}.review-workbench input,.review-workbench select,.review-workbench button{height:30px;box-sizing:border-box;padding:0 9px;border:1px solid var(--line);border-radius:3px;background:#fff;font-size:10px}.review-workbench .primary{border-color:var(--wine);color:#fff;background:var(--wine)}.review-workbench button:disabled{opacity:.45}.approval-attachments{justify-content:flex-start;flex-wrap:wrap;margin-top:9px}.approval-attachments span{display:flex;align-items:center;gap:5px;padding:4px 6px;border:1px solid var(--line);border-radius:3px;font-size:10px}.approval-attachments button{height:24px}.integrity-summary{justify-content:flex-start;flex-wrap:wrap;margin-top:9px}.integrity-summary span{padding:4px 8px;border-radius:3px;background:#f7f2f4;font-size:10px}.integrity-issues{display:grid;gap:4px;max-height:210px;margin:8px 0 0;padding:0;overflow:auto;list-style:none}.integrity-issues li{display:grid;grid-template-columns:1fr 130px auto;align-items:center;gap:8px;padding:6px 8px;border-top:1px solid var(--line);font-size:10px}@media(max-width:760px){.review-workbench>header{align-items:stretch;flex-direction:column}.integrity-issues li{grid-template-columns:1fr}}:root[data-theme=dark]{--bg:#141d30;--surface:#28314e;--surface-soft:#1e2a40;--line:#3a4e6e;--text:#e8ddd0;--muted:#7a8eaa;--subtle:#5a6a88;--nav:#0e1626;--shadow:0 12px 32px rgba(0,0,0,.28)}*{box-sizing:border-box}html,body{margin:0;min-width:1080px;min-height:100%;background:var(--bg)}body{min-height:100vh}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{display:flex;flex-direction:column;height:100vh;min-height:100vh;overflow:hidden}.topbar{display:flex;align-items:center;height:var(--legacy-topbar-height);min-height:var(--legacy-topbar-height);color:#fff;background:var(--nav);z-index:20;border-bottom:1px solid rgba(255,255,255,.08)}.brand{width:200px;min-width:200px;height:var(--legacy-topbar-height);display:flex;align-items:center;gap:8px;padding:0 16px;color:#fff;text-decoration:none;border-right:1px solid rgba(255,255,255,.08)}.brand-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;background:linear-gradient(135deg,#aa2b3a,#c94d5a);font-size:12px;font-weight:700}.brand-text{font-weight:600;font-size:14px;white-space:nowrap}.top-tabs{display:flex;align-items:stretch;height:100%;flex:1;overflow:hidden}.top-tabs a{position:relative;display:flex;align-items:center;padding:0 14px;color:#d0c5b5;text-decoration:none;font-size:13px;white-space:nowrap;transition:.18s ease}.top-tabs a:hover{color:#fff;background:#ffffff0a}.top-tabs a.active{color:#fff;font-weight:600;border-bottom:2px solid #aa2b3a}.top-actions{position:relative;display:flex;align-items:center;gap:4px;padding:0 16px 0 8px}.theme-button{width:28px;height:28px;border:0;border-radius:4px;color:#d0c5b5;background:#ffffff1a;cursor:pointer}.account-button{margin-left:8px;padding:2px 8px;border:0;border-radius:4px;background:#ffffff1a;color:#d0c5b5;display:flex;align-items:center;gap:6px;cursor:pointer;font-size:12px}.avatar{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;color:#fff;background:#aa2b3a;font-size:10px;font-weight:600}.account-caret{font-size:10px}.account-menu{position:absolute;right:16px;top:40px;width:240px;display:flex;flex-direction:column;gap:7px;padding:14px;border:1px solid var(--line);border-radius:6px;color:var(--text);background:var(--surface);box-shadow:var(--shadow);z-index:30}.account-menu span{color:var(--muted);font-size:12px}.account-menu button{border:0;border-radius:7px;padding:8px;cursor:pointer;color:var(--wine);background:var(--wine-soft)}.account-login-form{display:grid;gap:8px;margin-top:2px}.account-login-form label{display:grid;gap:4px}.account-login-form label span{font-size:10px}.account-login-form input{width:100%;height:32px;padding:0 9px;border:1px solid var(--line);border-radius:4px;color:var(--text);background:var(--surface)}.account-login-form button{color:#fff;background:var(--wine)}.account-login-form button:disabled{opacity:.55}.account-login-error{margin:0;color:var(--wine);font-size:11px;line-height:1.5}.rule-center-page .release-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px}.rule-center-page .release-grid article,.rule-center-page .empty-block,.rule-center-page .import-panel{padding:15px;border:1px solid var(--line);border-radius:6px}.rule-center-page .release-grid article.current{border-color:var(--wine)}.rule-center-page .release-grid header{display:flex;justify-content:space-between;align-items:center}.rule-center-page .release-grid header strong{font-size:16px;font-weight:700;line-height:1.5}.rule-center-page .release-grid header span{color:#26704f;font-size:14px}.rule-center-page .release-grid p{margin:9px 0;color:var(--muted);font-size:16px;line-height:1.45}.rule-center-page .release-grid small{color:#26704f;font-size:12px;line-height:1.5}.rule-center-page .empty-block{grid-column:1/-1;color:var(--muted)}.rule-center-page .import-panel{margin:14px;border-style:dashed}.rule-center-page .import-panel p{color:var(--muted);line-height:1.7}.rule-center-page .import-panel span{color:#8b651c;font-size:10px}@media(max-width:1400px){.rule-center-page .department-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}}.shell-body{display:flex;flex:1;min-height:0;overflow:hidden}.content-column{display:flex;flex:1;min-width:0;flex-direction:column;overflow:hidden}.workspace{display:flex;flex:1;min-height:0;flex-direction:column;overflow:auto;background:var(--bg)}.module-sidebar{width:var(--legacy-sidebar-width);min-width:var(--legacy-sidebar-width);height:100%;overflow-y:auto;color:#d4c9b8;background:var(--nav);border-right:1px solid rgba(255,255,255,.08);scrollbar-width:thin}.organization-sidebar{width:146px;min-width:146px}.module-sidebar nav{display:flex;flex-direction:column}.module-title{display:flex;align-items:center;gap:8px;height:42px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.06);font-size:13px}.module-title strong{flex:1;font-weight:500}.module-arrow{color:#8a9ab8}.module-sidebar a,.nav-parent{width:100%;display:flex;align-items:center;gap:8px;min-height:36px;padding:8px 14px;border:0;border-left:3px solid transparent;color:#d4c9b8;background:transparent;text-decoration:none;text-align:left;cursor:pointer;font-size:13px}.module-sidebar a:hover,.nav-parent:hover{background:#f1e6d814}.module-sidebar a.active,.nav-parent.active{color:#fff;background:#aa2b3a;border-left-color:#fff6}.nav-parent.active-parent{color:#fff;background:#aa2b3a26;border-left-color:#aa2b3a}.nav-icon{display:grid;place-items:center;width:16px;min-width:16px;opacity:.8}.nav-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-caret{margin-left:auto;color:#8a9ab8;transition:transform .2s}.nav-caret.expanded{transform:rotate(90deg)}.nav-children{background:#00000026}.nav-children a{min-height:32px;padding:7px 14px 7px 36px;font-size:12px;color:#8a9ab8}.nav-children a.active{color:#fff;background:#aa2b3a}.connection-dot{width:8px;height:8px;border-radius:50%;background:#dc9b3c;box-shadow:0 0 0 3px #dc9b3c1a}.connection-dot.online{background:#19c774;box-shadow:0 0 8px #19c774bf}.connection-dot.offline{background:#d95a64}.page{padding:24px 28px 38px;max-width:1600px;margin:0 auto}.preview-notice{display:flex;align-items:center;gap:8px;padding:9px 12px;margin-bottom:18px;border:1px solid #eddcae;border-radius:9px;color:#735820;background:#fffaec;font-size:11px}.preview-notice>span{display:grid;place-items:center;width:17px;height:17px;border-radius:50%;color:#fff;background:#c79630;font-weight:700}:root[data-theme=dark] .preview-notice{color:#e0c98b;background:#352f21;border-color:#54492c}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.page-header.compact{align-items:center}.eyebrow{display:block;margin-bottom:5px;color:var(--wine);font-size:11px;font-weight:750;letter-spacing:.08em}.page-header h1{margin:0 0 7px;font-family:Georgia,Songti SC,serif;font-size:28px;font-weight:650;letter-spacing:-.02em}.page-header p{margin:0;color:var(--muted);font-size:12px}.period-switch{display:flex;padding:3px;border:1px solid var(--line);border-radius:9px;background:var(--surface)}.period-switch button{min-width:58px;padding:7px 10px;border:0;border-radius:6px;color:var(--muted);background:transparent;cursor:pointer;font-size:11px}.period-switch button.active{color:#fff;background:var(--wine);box-shadow:0 3px 9px #a72f4333}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.metric-card{display:flex;align-items:center;gap:14px;min-height:108px;padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 3px 15px #2d192106}.metric-card>div{display:grid;grid-template-columns:auto auto;align-items:baseline;column-gap:10px}.metric-card small{grid-column:1/-1;color:var(--muted);font-size:11px}.metric-card strong{font-family:Georgia,serif;font-size:27px;margin-top:4px}.trend{font-size:10px;color:var(--subtle)}.trend.up{color:var(--green)}.trend.warn{color:var(--orange)}.metric-icon{display:grid;place-items:center;width:40px;height:40px;min-width:40px;border-radius:11px;font-weight:750}.metric-icon.wine{color:var(--wine);background:var(--wine-soft)}.metric-icon.green{color:var(--green);background:#e8f6f0}.metric-icon.orange{color:var(--orange);background:#fff2e3}.metric-icon.blue{color:var(--blue);background:#eaf2fd}.dashboard-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:16px}.panel{padding:19px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 3px 15px #2d192106}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-head h2{margin:0 0 4px;font-size:14px}.panel-head p{margin:0;color:var(--muted);font-size:10px}.panel-head a{color:var(--wine);text-decoration:none;font-size:10px}.soft-tag{padding:5px 8px;border-radius:6px;color:var(--muted);background:var(--surface-soft);font-size:10px}.ring-layout{display:flex;align-items:center;justify-content:center;gap:52px;min-height:220px}.donut{display:grid;place-items:center;width:158px;height:158px;border-radius:50%;background:conic-gradient(var(--green) 0 94.9%,var(--orange) 94.9% 97%,var(--red) 97% 98.8%,var(--blue) 98.8%);position:relative}.donut:after{content:"";position:absolute;inset:20px;border-radius:50%;background:var(--surface)}.donut div{z-index:1;text-align:center}.donut strong{display:block;font-family:Georgia,serif;font-size:30px}.donut span{color:var(--muted);font-size:10px}.legend-list{min-width:200px}.legend-list div{display:grid;grid-template-columns:12px 1fr 35px 42px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line);font-size:10px}.legend-list i{width:7px;height:7px;border-radius:50%}.legend-list strong{text-align:right}.legend-list em{text-align:right;color:var(--subtle);font-style:normal}.green-dot{background:var(--green)}.orange-dot{background:var(--orange)}.red-dot{background:var(--red)}.blue-dot{background:var(--blue)}.bar-chart{height:220px;display:flex;align-items:flex-end;gap:13px;padding:25px 6px 0;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to bottom,transparent 0,transparent 49px,var(--line) 50px)}.bar-column{height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:5px}.bar-column span{font-size:9px;color:var(--subtle)}.bar-column i{width:min(28px,60%);min-height:20px;border-radius:5px 5px 0 0;background:linear-gradient(180deg,#c04b60,var(--wine));opacity:.88}.bar-column small{margin-bottom:-20px;color:var(--muted);font-size:9px}.trend-panel{padding-bottom:37px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.quick-grid a{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:15px;border:1px solid var(--line);border-radius:10px;color:var(--text);text-decoration:none;background:var(--surface-soft);transition:.16s}.quick-grid a:hover{transform:translateY(-2px);border-color:#d8a8b1;box-shadow:var(--shadow)}.quick-grid b{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;color:var(--wine);background:var(--wine-soft)}.quick-grid span{font-size:11px;font-weight:650}.quick-grid small{color:var(--muted);font-size:9px}.notice-list{display:flex;flex-direction:column}.notice-row{display:grid;grid-template-columns:25px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.notice-level{display:grid;place-items:center;width:23px;height:23px;border-radius:7px;font-size:9px;font-weight:700}.level-\9ad8 {color:var(--red);background:#fae9eb}.level-\4e2d {color:var(--orange);background:#fff2e3}.level-\4f4e {color:var(--blue);background:#eaf2fd}.notice-row strong{font-size:10px}.notice-row p{margin:3px 0 0;color:var(--muted);font-size:9px}.notice-row time{color:var(--subtle);font-size:9px}.primary-button,.secondary-button{height:34px;padding:0 14px;border-radius:8px;cursor:pointer;font-size:11px}.primary-button{border:1px solid var(--wine);color:#fff;background:linear-gradient(180deg,#b73c52,#96283b);box-shadow:0 4px 12px #a72f432e}.primary-button span{font-size:15px;margin-right:4px}.secondary-button{border:1px solid var(--line);color:var(--text);background:var(--surface)}.mini-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:15px}.mini-metric-grid article{display:flex;align-items:center;gap:12px;padding:15px 17px;border:1px solid var(--line);border-radius:11px;background:var(--surface)}.mini-metric-grid article>div{display:grid;grid-template-columns:auto auto;column-gap:10px;align-items:baseline}.mini-metric-grid small{grid-column:1/-1;color:var(--muted);font-size:10px}.mini-metric-grid strong{font-family:Georgia,serif;font-size:24px}.mini-metric-grid p{margin:0;color:var(--subtle);font-size:9px}.table-panel{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden;box-shadow:0 3px 15px #2d192106}.table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 15px;border-bottom:1px solid var(--line)}.filter-tabs{display:flex;align-items:center;gap:4px}.filter-tabs button{padding:7px 10px;border:0;border-radius:7px;color:var(--muted);background:transparent;cursor:pointer;font-size:10px}.filter-tabs button.active{color:var(--wine);background:var(--wine-soft);font-weight:650}.toolbar-actions{display:flex;align-items:center;gap:7px}.search-box{display:flex;align-items:center;gap:6px;width:230px;height:34px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.search-box span{color:var(--subtle)}.search-box input{width:100%;border:0;outline:0;color:var(--text);background:transparent;font-size:10px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:900px}th{padding:11px 16px;text-align:left;color:var(--muted);background:var(--surface-soft);border-bottom:1px solid var(--line);font-size:9px;font-weight:650}td{padding:12px 16px;border-bottom:1px solid var(--line);color:var(--muted);font-size:10px}tbody tr{cursor:pointer;transition:.12s}tbody tr:hover{background:color-mix(in srgb,var(--wine-soft) 45%,var(--surface))}.identity-cell{display:flex;align-items:center;gap:9px}.table-avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:var(--wine);background:var(--wine-soft);font-weight:700}.identity-cell strong{display:block;color:var(--text);font-size:10px}.identity-cell small{display:block;margin-top:3px;color:var(--subtle);font-size:8px}.cell-main{color:var(--text);font-weight:550}.status{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;font-size:9px}.status-\6b63\5e38 ,.status-\5df2\5b8c\6210 {color:var(--green);background:#e8f6f0}.status-\5f85\5904\7406 {color:var(--orange);background:#fff2e3}.status-\5ba1\6279\4e2d {color:var(--blue);background:#eaf2fd}.status-\505c\7528 {color:var(--muted);background:var(--surface-soft)}.updated{display:block;margin-top:4px;color:var(--subtle);font-size:8px}.row-action{border:0;color:var(--wine);background:transparent;cursor:pointer;font-size:10px}.empty-state{text-align:center;padding:50px;color:var(--subtle)}.table-footer{display:flex;align-items:center;justify-content:space-between;padding:11px 15px;color:var(--muted);font-size:9px}.table-footer div{display:flex;gap:4px}.table-footer button{width:26px;height:25px;border:1px solid var(--line);border-radius:6px;color:var(--muted);background:var(--surface)}.table-footer button.active{color:#fff;background:var(--wine);border-color:var(--wine)}.settings-page .toolbar.shift-toolbar{align-items:stretch;flex-direction:column;padding-top:0}.settings-page .shift-filters,.settings-page .shift-filters label,.settings-page .shift-actions{display:flex;align-items:center;gap:10px}.settings-page .shift-filters{min-height:42px}.settings-page .toolbar.shift-toolbar>.shift-filters,.settings-page .toolbar.shift-toolbar>.shift-actions{justify-content:flex-start}.settings-page .shift-filters label{color:#3c3440;font-size:12px}.settings-page .shift-filters select{min-width:160px;padding:0 10px;color:#6d6470}.settings-page .shift-actions{padding-top:8px;border-top:1px solid #eee4da}.settings-page .action-link{min-height:auto!important;padding:0 4px!important;border:0;background:transparent;color:#b52e45}.settings-page .action-link:hover:not(:disabled){text-decoration:underline}.settings-page .color-value{display:inline-flex;align-items:center;gap:7px;color:#8490a7}.settings-page .color-swatch{width:16px;height:16px;flex:0 0 16px;border:1px solid rgba(0,0,0,.0588235294);border-radius:3px}.settings-page .semantic-pill{display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:10px;background:#f1edf0;color:#665c64;line-height:20px}.settings-page .semantic-pill.success{background:#e7f6ec;color:#23804c}.settings-page .semantic-pill.warning{background:#fff3d7;color:#9a6412}.settings-page .semantic-pill.danger{background:#fdebed;color:#b52e45}.settings-page .semantic-pill.neutral{background:#f1edf0;color:#665c64}.settings-page .muted-value{color:#a9b1c1}.drawer-mask{position:fixed;inset:56px 0 0;background:#160f1440;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:30}.detail-drawer{position:fixed;top:56px;right:0;bottom:0;width:390px;display:flex;flex-direction:column;padding:22px;background:var(--surface);box-shadow:-12px 0 35px #1e121826;z-index:31;animation:drawer-in .18s ease}.detail-drawer header{display:flex;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.detail-drawer h2{margin:0 0 5px;font-size:19px}.detail-drawer header p{margin:0;color:var(--muted);font-size:10px}.detail-drawer header button{width:30px;height:30px;border:0;border-radius:8px;color:var(--muted);background:var(--surface-soft);cursor:pointer;font-size:20px}.drawer-section{padding:19px 0;border-bottom:1px solid var(--line)}.drawer-section h3{margin:0 0 14px;font-size:12px}.drawer-section dl{margin:0}.drawer-section dl div{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.drawer-section dt{color:var(--muted);font-size:10px}.drawer-section dd{margin:0;text-align:right;font-size:10px}.drawer-note{margin:0;padding:12px;border-radius:8px;color:var(--muted);background:var(--surface-soft);font-size:10px;line-height:1.7}.detail-drawer footer{display:flex;justify-content:flex-end;gap:8px;margin-top:auto}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%);padding:10px 17px;border-radius:9px;color:#fff;background:#2e282d;box-shadow:var(--shadow);z-index:50;font-size:11px}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:none}}@media(max-width:1200px){.top-tabs a{padding:0 10px}.dashboard-grid{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,1fr)}}.attendance-home .quick-links{grid-template-columns:repeat(4,minmax(0,1fr))!important}.rule-center-page,.rule-drawer{font-family:Microsoft YaHei,\5fae\8f6f\96c5\9ed1,PingFang SC,Noto Sans SC,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.5}.rule-center-page button,.rule-center-page input,.rule-center-page select,.rule-drawer button,.rule-drawer input{font-family:inherit;letter-spacing:normal}.drawer-backdrop{position:fixed;inset:0;z-index:90;display:flex;justify-content:flex-end;background:#10182861}.rule-drawer{display:grid;grid-template-rows:auto 1fr auto;width:min(1040px,96vw);height:100%;overflow:hidden;background:var(--surface);box-shadow:-14px 0 32px #10182833;font-size:14px}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 20px;border-bottom:1px solid var(--line);background:var(--surface)}.drawer-header h2{margin:0;font-size:21px}.drawer-header p{margin:5px 0 0;color:var(--muted);font-size:13px}.drawer-header>button{width:38px;height:38px;border:1px solid var(--line);border-radius:6px;color:var(--text);background:var(--surface);font-size:25px;line-height:1;cursor:pointer}.drawer-content{overflow:auto;padding:18px}.drawer-state,.history-empty{padding:30px;text-align:center;color:var(--muted)}.drawer-alert{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:11px 13px;border-radius:6px}.drawer-alert.error{border:1px solid #efc5cc;color:#9e2940;background:#fff4f5}.drawer-alert.success{border:1px solid #b9e0ca;color:#26704f;background:#f3fbf7}.drawer-alert button{border:0;color:#fff;background:var(--wine)}.rule-facts{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:11px}.rule-facts article{padding:14px;border:1px solid var(--line);border-radius:7px}.rule-facts span{display:block;color:var(--muted);font-size:12px}.rule-facts strong{display:block;margin-top:7px;font-size:15px}.drawer-guard{margin-top:13px;padding:11px 13px;border-radius:6px;color:#8a5a00;background:#fff8e6;font-size:13px}.batch-section{margin-top:18px}.batch-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.batch-heading h3,.revert-section h3{margin:0;font-size:16px}.batch-heading p,.revert-section p{margin:5px 0 0;color:var(--muted);font-size:13px}.drawer-search{display:flex;align-items:center;gap:7px;width:260px;height:38px;padding:0 11px;border:1px solid var(--line);border-radius:6px}.drawer-search input{width:100%;border:0;outline:0;background:transparent;font-size:14px}.batch-summary{margin:12px 0 9px;color:var(--muted);font-size:13px}.drawer-table-scroll{max-height:48vh;overflow:auto;border:1px solid var(--line);border-radius:7px}.drawer-table{min-width:800px}.drawer-table thead{position:sticky;top:0;z-index:2}.drawer-table th,.drawer-table td{padding:9px 11px;font-size:13px}.drawer-table tr.dirty{background:#fffbeb}.drawer-table .rule-value{box-sizing:border-box;width:120px;height:34px;padding:0 8px;border:1px solid var(--line);border-radius:5px;background:var(--surface);font-size:14px}.drawer-table tr.dirty .rule-value{border-color:#f59e0b}.drawer-table .amount{font-weight:750;white-space:nowrap}.drawer-table .pending{color:#b45309}.revert-section{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.batch-history{margin-top:11px;padding:12px 14px;border:1px solid var(--line);border-radius:7px}.batch-history summary{font-weight:750;cursor:pointer}.batch-history summary span{margin-left:8px;color:var(--muted);font-weight:400}.batch-history>small{display:block;margin-top:9px;color:var(--muted)}.revert-employees{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px;margin-top:11px}.revert-employees label{display:flex;align-items:center;gap:8px;padding:9px;border:1px solid var(--line);border-radius:6px;cursor:pointer}.revert-employees label.disabled{opacity:.55;cursor:not-allowed}.revert-employees small{display:block;margin-top:3px;color:var(--muted)}.revert-button{margin-top:11px}.drawer-footer{padding:13px 18px;border-top:1px solid var(--line);background:var(--surface)}.footer-actions{display:flex;justify-content:flex-end;gap:10px}.drawer-footer button,.revert-button,.confirm-strip button{min-height:38px;padding:0 15px;border:1px solid var(--line);border-radius:6px;color:var(--text);background:var(--surface);font-size:14px;cursor:pointer}.drawer-footer button:disabled,.revert-button:disabled{opacity:.48;cursor:not-allowed}.drawer-footer .primary,.confirm-strip .primary{border-color:var(--wine);color:#fff;background:var(--wine)}.confirm-strip{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:11px;padding:11px;border:1px solid #f3bf66;border-radius:6px;background:#fffbeb}.confirm-strip span{margin-right:auto}.confirm-strip.danger{border-color:#f1a7a0;background:#fff4f2}.confirm-strip .danger-button{border-color:#b42318;color:#fff;background:#b42318}@media(max-width:1100px){.rule-center-page .summary-grid{grid-template-columns:repeat(2,1fr)}.rule-center-page .department-grid{grid-template-columns:repeat(3,minmax(160px,1fr))}.rule-facts{grid-template-columns:1fr}}@media(max-width:700px){.rule-center-page .rule-center-heading,.rule-center-page .table-tools,.batch-heading{align-items:stretch;flex-direction:column}.rule-center-page .heading-actions{align-items:stretch}.rule-center-page .summary-grid,.rule-center-page .department-grid{grid-template-columns:1fr}.rule-center-page .scope-row{align-items:flex-start;flex-wrap:wrap}.rule-drawer{width:100vw}.drawer-search{box-sizing:border-box;width:100%}.footer-actions,.confirm-strip{align-items:stretch;flex-direction:column}.confirm-strip span{margin-right:0}}
