:root{--hr-gold:#9a7421;--hr-gold-soft:#f7f1e3;--hr-ink:#20201d;--hr-copy:#62625d;--hr-line:#e6e5e1;--hr-surface:#fff;--hr-canvas:#f6f7f7;--hr-success:#2d7250}
#view:has(> .hr-workspace),#view:has(> .hr-business-page){max-width:1440px}
.hr-workspace,.hr-business-page{max-width:1440px;margin:0 auto;padding:30px 34px 64px;color:var(--hr-ink);font-family:var(--gc-font)}
.hr-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:28px}.hr-page-header h1{margin:2px 0 8px;font:500 clamp(28px,3vw,38px)/1.25 var(--gc-font);letter-spacing:.01em}.hr-page-header p:not(.hr-eyebrow){margin:0;color:var(--hr-copy);font-size:14px;line-height:1.65}.hr-eyebrow{margin:0 0 4px;color:var(--hr-gold);font-size:11px;font-weight:700;letter-spacing:.08em}.hr-verify-badge{flex:none;border:1px solid #dacba8;border-radius:999px;background:var(--hr-gold-soft);padding:6px 10px;color:#6f551b;font-size:11px;cursor:help}
.hr-inline-state,.hr-loading{display:flex;align-items:center;gap:10px;min-height:64px;color:var(--hr-copy);font-size:13px}.hr-inline-state.is-error{align-items:flex-start;flex-direction:column;border:1px solid #efcdc5;background:#fff7f5;padding:18px}.hr-loading span{width:16px;height:16px;border:2px solid #ddd;border-top-color:var(--hr-gold);border-radius:50%;animation:hr-spin .8s linear infinite}@keyframes hr-spin{to{transform:rotate(360deg)}}
.hr-section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin:34px 0 14px}.hr-section-heading h2,.hr-pillar-panel h2{margin:0 0 4px;font:500 20px/1.3 var(--gc-font)}.hr-section-heading p,.hr-pillar-panel p{margin:0;color:var(--hr-copy);font-size:12px}.hr-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hr-summary-card{display:flex;flex-direction:column;gap:15px;border:1px solid var(--hr-line);border-radius:8px;background:var(--hr-surface);padding:18px 20px;box-shadow:0 1px 2px rgba(0,0,0,.025)}.hr-summary-card>span{color:var(--hr-copy);font-size:12px}.hr-summary-card strong{font-size:27px;font-weight:650;line-height:1}.hr-summary-card small,.hr-metrics small{margin-left:5px;color:var(--hr-copy);font-size:11px;font-weight:400}
.hr-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hr-module-card{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:14px;min-height:110px;border:1px solid var(--hr-line);border-radius:8px;background:var(--hr-surface);padding:18px;color:var(--hr-ink);text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s}.hr-module-card:hover,.hr-module-card:focus-visible{border-color:#cdbb8e;box-shadow:0 7px 22px rgba(45,40,28,.07);transform:translateY(-1px);outline:0}.hr-module-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--hr-gold-soft);color:var(--hr-gold);font-size:10px;font-weight:700}.hr-module-card strong{font-size:14px}.hr-module-card p{margin:5px 0;color:var(--hr-copy);font-size:12px}.hr-module-card small{color:var(--hr-gold);font-size:11px}.hr-chevron{color:#9d9c97;font-size:24px}
.hr-pillar-panel{display:grid;grid-template-columns:minmax(220px,.65fr) 1.35fr;gap:34px;margin-top:34px;border-top:1px solid var(--hr-line);padding-top:24px}.hr-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hr-pillar-grid>div{display:flex;flex-direction:column;gap:6px;padding:4px 14px;border-left:2px solid #d9c798}.hr-pillar-grid strong{font-size:12px}.hr-pillar-grid span{color:var(--hr-copy);font-size:11px;line-height:1.5}
.hr-view-tabs{display:flex;gap:3px;margin:-8px 0 22px;border-bottom:1px solid var(--hr-line)}.hr-view-tabs button{position:relative;border:0;background:none;padding:11px 16px;color:var(--hr-copy);font:600 13px inherit;cursor:pointer}.hr-view-tabs button.is-active{color:var(--hr-ink)}.hr-view-tabs button.is-active:after{content:"";position:absolute;right:10px;bottom:-1px;left:10px;height:2px;background:var(--hr-gold)}.hr-view-tabs button:focus-visible{outline:2px solid var(--hr-gold);outline-offset:-2px}
.hr-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.hr-metrics article{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;min-height:74px;border:1px solid var(--hr-line);border-radius:7px;background:#fff;padding:14px 16px}.hr-metrics span{color:var(--hr-copy);font-size:11px}.hr-metrics strong{font-size:21px;font-weight:650}.hr-data-panel{overflow:hidden;border:1px solid var(--hr-line);border-radius:8px;background:#fff}.hr-toolbar{display:flex;align-items:end;gap:9px;padding:14px;border-bottom:1px solid var(--hr-line);background:#fafafa}.hr-toolbar label{display:flex;flex-direction:column;gap:5px;color:var(--hr-copy);font-size:10px}.hr-toolbar input,.hr-toolbar select{height:34px;border:1px solid #d8d8d4;border-radius:5px;background:#fff;padding:0 10px;color:var(--hr-ink);font:12px inherit}.hr-toolbar input:focus,.hr-toolbar select:focus{border-color:var(--hr-gold);box-shadow:0 0 0 2px rgba(154,116,33,.12);outline:0}.hr-search{position:relative;min-width:220px}.hr-search input{padding-right:32px}.hr-search>span:last-child{position:absolute;right:10px;bottom:8px;color:#8f8e89;font-size:18px}.hr-filter-row{display:flex;align-items:end;gap:8px}.hr-filter-row label{min-width:112px}.hr-sort{min-width:104px}.hr-text-button,.hr-export-button,.hr-empty button,.hr-load-error button,.hr-load-error a{height:34px;border-radius:5px;padding:0 12px;font:600 11px inherit;cursor:pointer}.hr-text-button{border:0;background:transparent;color:var(--hr-copy);white-space:nowrap}.hr-text-button:hover{color:var(--hr-ink);background:#eee}.hr-export-button{margin-left:auto;border:1px solid #cdbb8e;background:var(--hr-gold-soft);color:#6b5119;white-space:nowrap}.hr-export-button:hover{background:#efe3c7}.hr-result-bar{display:flex;align-items:center;min-height:38px;padding:0 15px;border-bottom:1px solid var(--hr-line);color:var(--hr-copy);font-size:11px}
.hr-table-wrap{overflow-x:auto}.hr-data-table{width:100%;border-collapse:collapse;table-layout:auto}.hr-data-table th{padding:10px 14px;background:#fafafa;color:#77766f;text-align:left;font-size:10px;font-weight:600;white-space:nowrap}.hr-data-table td{padding:13px 14px;border-top:1px solid #eeedea;color:#55544f;font-size:12px;vertical-align:middle}.hr-data-table tbody tr{cursor:pointer;transition:background .12s}.hr-data-table tbody tr:hover,.hr-data-table tbody tr:focus{background:#fbf8f1;outline:0}.hr-data-table tbody tr:focus{box-shadow:inset 3px 0 var(--hr-gold)}.hr-primary-cell{color:var(--hr-ink)!important;font-weight:600}.hr-row-action{text-align:right}.hr-row-action button{border:0;background:none;color:var(--hr-gold);font:600 11px inherit;cursor:pointer;white-space:nowrap}.hr-business-status{display:inline-flex;align-items:center;border-radius:999px;background:#eef6f1;padding:4px 8px;color:var(--hr-success);font-size:10px}.hr-empty,.hr-load-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:230px;padding:28px;text-align:center}.hr-empty strong,.hr-load-error strong{font-size:15px}.hr-empty p,.hr-load-error p{margin:8px 0 16px;color:var(--hr-copy);font-size:12px}.hr-empty button,.hr-load-error button,.hr-load-error a{display:inline-flex;align-items:center;border:1px solid #d4c398;background:var(--hr-gold-soft);color:#6a5018;text-decoration:none}
.hr-drawer-layer{position:fixed;z-index:1000;inset:0;pointer-events:none}.hr-drawer-overlay{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(26,26,24,.26);opacity:0;cursor:default;transition:opacity .18s}.hr-drawer{position:absolute;top:0;right:0;width:min(440px,92vw);height:100%;overflow:auto;background:#fff;box-shadow:-15px 0 50px rgba(0,0,0,.13);transform:translateX(102%);transition:transform .18s ease-out}.hr-drawer-layer.is-open{pointer-events:auto}.hr-drawer-layer.is-open .hr-drawer-overlay{opacity:1}.hr-drawer-layer.is-open .hr-drawer{transform:translateX(0)}.hr-drawer-layer.is-closing .hr-drawer-overlay{opacity:0}.hr-drawer-layer.is-closing .hr-drawer{transform:translateX(102%)}.hr-drawer:focus{outline:0}.hr-drawer header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:26px 26px 20px;border-bottom:1px solid var(--hr-line)}.hr-drawer header span{color:var(--hr-gold);font-size:10px;font-weight:700;letter-spacing:.08em}.hr-drawer h2{margin:5px 0 0;font:500 22px/1.3 var(--gc-font)}.hr-drawer-close{width:34px;height:34px;border:0;border-radius:50%;background:#f3f3f1;color:#65645f;font-size:22px;cursor:pointer}.hr-drawer-close:hover,.hr-drawer-close:focus-visible{background:var(--hr-gold-soft);color:var(--hr-ink);outline:2px solid var(--hr-gold)}.hr-drawer dl{margin:0;padding:12px 26px}.hr-drawer dl>div{display:grid;grid-template-columns:100px 1fr;gap:18px;padding:15px 0;border-bottom:1px solid #efeeeb}.hr-drawer dt{color:var(--hr-copy);font-size:11px}.hr-drawer dd{margin:0;color:var(--hr-ink);font-size:13px;overflow-wrap:anywhere}.hr-drawer-link{display:flex;align-items:center;justify-content:space-between;margin:12px 26px;border-radius:5px;background:var(--hr-gold-soft);padding:12px 14px;color:#684e16;font-size:12px;font-weight:600;text-decoration:none}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1050px){.hr-toolbar{flex-wrap:wrap}.hr-export-button{margin-left:0}.hr-search{flex:1;min-width:190px}.hr-module-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.hr-workspace,.hr-business-page{padding:20px 14px 48px}.hr-page-header{display:block;margin-bottom:20px}.hr-page-header h1{font-size:27px}.hr-verify-badge{display:inline-flex;margin-top:13px}.hr-summary-grid,.hr-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hr-summary-card{padding:14px}.hr-summary-card strong{font-size:22px}.hr-module-grid{grid-template-columns:1fr}.hr-pillar-panel{grid-template-columns:1fr;gap:18px}.hr-pillar-grid{grid-template-columns:1fr}.hr-toolbar{display:grid;grid-template-columns:1fr 1fr;align-items:end}.hr-search,.hr-filter-row{grid-column:1/-1}.hr-search{min-width:0}.hr-search input{width:100%}.hr-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hr-filter-row label{min-width:0}.hr-filter-row select,.hr-sort select{width:100%}.hr-export-button{width:100%}.hr-text-button{grid-row:auto}.hr-table-wrap{overflow:visible}.hr-data-table,.hr-data-table tbody{display:block}.hr-data-table thead{display:none}.hr-data-table tr{display:block;margin:10px;border:1px solid var(--hr-line);border-radius:7px;background:#fff;padding:9px 12px}.hr-data-table td{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;border:0;padding:6px 0;font-size:12px}.hr-data-table td:before{content:attr(data-label);color:var(--hr-copy);font-size:10px;font-weight:400}.hr-data-table .hr-row-action{display:block;border-top:1px solid #eee;margin-top:6px;padding-top:10px;text-align:right}.hr-row-action:before{display:none}.hr-row-action button{padding:4px 0}.hr-drawer{width:min(380px,94vw)}.hr-drawer dl{padding-right:20px;padding-left:20px}.hr-drawer header{padding-right:20px;padding-left:20px}}
@media(max-width:390px){.hr-toolbar{grid-template-columns:1fr}.hr-search,.hr-filter-row{grid-column:auto}.hr-filter-row{grid-template-columns:1fr 1fr}.hr-summary-grid,.hr-metrics{grid-template-columns:1fr 1fr}.hr-data-panel{margin-right:0;margin-left:0}.hr-module-card{padding:15px}.hr-drawer dl>div{grid-template-columns:82px 1fr}}
.hr-document-preview{margin:14px 26px;border-left:3px solid #d4c398;background:#fbfaf7;padding:14px 16px}.hr-document-preview h3{margin:0 0 9px;color:#684e16;font-size:12px}.hr-document-preview p{display:-webkit-box;overflow:hidden;margin:0;color:var(--hr-copy);font-size:12px;line-height:1.75;white-space:pre-wrap;-webkit-box-orient:vertical;-webkit-line-clamp:12}.hr-drawer-actions{margin:24px 26px;padding-top:18px;border-top:1px solid var(--hr-line)}.hr-drawer-actions h3{margin:0 0 10px;color:var(--hr-copy);font-size:11px;font-weight:600}.hr-drawer-actions>div{display:flex;flex-wrap:wrap;gap:8px}.hr-drawer-actions button{min-height:34px;border:1px solid #d4c398;border-radius:5px;background:#fff;padding:7px 11px;color:#684e16;font:600 11px inherit;cursor:pointer}.hr-drawer-actions button:hover,.hr-drawer-actions button:focus-visible{background:var(--hr-gold-soft);outline:2px solid rgba(154,116,33,.25)}
@media(prefers-reduced-motion:reduce){.hr-loading span{animation:none}.hr-module-card,.hr-drawer,.hr-drawer-overlay{transition:none!important}.hr-module-card:hover{transform:none}}

/* 招聘工作区 */
#view:has(> .hr-recruitment){max-width:1500px}.hr-recruitment{max-width:1500px;margin:0 auto;padding:30px 34px 64px;color:var(--hr-ink);font-family:var(--gc-font)}.hr-recruit-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.hr-recruit-header h1{margin:2px 0 7px;font:500 clamp(28px,3vw,38px)/1.25 var(--gc-font)}.hr-recruit-header>div>p:last-child{margin:0;color:var(--hr-copy);font-size:14px}.hr-recruit-refresh,.hr-back-button{border:1px solid var(--hr-line);border-radius:6px;background:#fff;padding:8px 13px;color:var(--hr-copy);font:600 11px inherit;cursor:pointer}.hr-recruit-refresh:hover,.hr-recruit-refresh:focus-visible,.hr-back-button:hover,.hr-back-button:focus-visible{border-color:#cdbb8e;background:var(--hr-gold-soft);color:var(--hr-ink);outline:0}.hr-recruit-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.hr-recruit-summary article{display:flex;align-items:flex-end;justify-content:space-between;min-height:78px;border:1px solid var(--hr-line);border-radius:8px;background:#fff;padding:15px 17px}.hr-recruit-summary span{color:var(--hr-copy);font-size:11px}.hr-recruit-summary strong{font-size:23px}.hr-recruit-summary small{margin-left:4px;color:var(--hr-copy);font-size:10px;font-weight:400}.hr-recruit-todos .hr-section-heading{margin-top:25px}.hr-todo-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hr-todo-item{display:grid;grid-template-columns:5px 1fr auto 16px;align-items:center;gap:12px;border:1px solid var(--hr-line);border-radius:7px;background:#fff;padding:12px;text-align:left;color:var(--hr-ink);cursor:pointer}.hr-todo-item:hover,.hr-todo-item:focus-visible{border-color:#cfbd91;background:#fdfbf7;outline:0}.hr-todo-item strong,.hr-todo-item small{display:block}.hr-todo-item strong{font-size:12px}.hr-todo-item small,.hr-todo-item time{color:var(--hr-copy);font-size:10px}.hr-todo-priority{width:4px;height:34px;border-radius:3px;background:#d8d7d2}.hr-todo-priority.high,.hr-todo-priority.urgent{background:#d96a4a}.hr-todo-priority.medium{background:#d5a43c}.hr-todo-empty{display:flex;align-items:center;gap:12px;grid-column:1/-1;border:1px solid var(--hr-line);border-radius:7px;background:#fff;padding:14px 16px}.hr-todo-empty>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#edf6f0;color:var(--hr-success)}.hr-todo-empty strong{font-size:12px}.hr-todo-empty p{margin:2px 0 0;color:var(--hr-copy);font-size:10px}.hr-recruit-tabs{display:flex;gap:4px;margin-top:26px;border-bottom:1px solid var(--hr-line)}.hr-recruit-tabs button,.hr-opening-nav button{position:relative;border:0;background:none;padding:11px 16px;color:var(--hr-copy);font:600 13px inherit;cursor:pointer}.hr-recruit-tabs button[aria-selected="true"],.hr-opening-nav button[aria-selected="true"]{color:var(--hr-ink)}.hr-recruit-tabs button[aria-selected="true"]:after,.hr-opening-nav button[aria-selected="true"]:after{content:"";position:absolute;right:9px;bottom:-1px;left:9px;height:2px;background:var(--hr-gold)}.hr-recruit-tabs button:focus-visible,.hr-opening-nav button:focus-visible{outline:2px solid var(--hr-gold);outline-offset:-2px}
.hr-opening-toolbar{display:flex;align-items:end;gap:9px;margin-top:15px;border:1px solid var(--hr-line);border-radius:8px 8px 0 0;background:#fafafa;padding:13px}.hr-opening-toolbar label{display:flex;flex-direction:column;gap:4px;color:var(--hr-copy);font-size:10px}.hr-opening-toolbar input,.hr-opening-toolbar select{height:34px;border:1px solid #d8d8d4;border-radius:5px;background:#fff;padding:0 9px;color:var(--hr-ink);font:12px inherit}.hr-opening-toolbar .hr-search{min-width:260px}.hr-opening-toolbar>button{height:34px;border:0;background:transparent;padding:0 11px;color:var(--hr-copy);font:600 11px inherit;cursor:pointer}.hr-opening-toolbar>span{margin-left:auto;color:var(--hr-copy);font-size:11px}.hr-opening-list{overflow:hidden;border:1px solid var(--hr-line);border-top:0;border-radius:0 0 8px 8px;background:#fff}.hr-opening-row{display:grid;grid-template-columns:minmax(240px,1fr) 90px 74px 86px 18px;align-items:center;gap:18px;width:100%;border:0;border-top:1px solid #eeedea;background:#fff;padding:16px;text-align:left;color:var(--hr-ink);cursor:pointer}.hr-opening-row:first-child{border-top:0}.hr-opening-row:hover,.hr-opening-row:focus-visible{background:#fbf8f1;box-shadow:inset 3px 0 var(--hr-gold);outline:0}.hr-opening-row span>small,.hr-opening-row span>strong{display:block}.hr-opening-main strong{font-size:13px}.hr-opening-main small,.hr-opening-row span>small{margin-top:4px;color:var(--hr-copy);font-size:10px}.hr-opening-row span:not(.hr-opening-main)>strong{margin-top:4px;font-size:13px}.hr-opening-status,.hr-stage-pill{display:inline-flex;align-items:center;justify-content:center;width:max-content;border-radius:999px;background:#eef6f1;padding:4px 8px;color:var(--hr-success);font-size:10px}.hr-opening-workspace{margin-top:16px}.hr-opening-workspace>.hr-back-button{margin-bottom:14px}.hr-opening-workspace>header{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;border:1px solid var(--hr-line);border-radius:8px 8px 0 0;background:#fff;padding:22px}.hr-opening-workspace>header h2{margin:9px 0 5px;font:500 24px/1.3 var(--gc-font)}.hr-opening-workspace>header p{margin:0;color:var(--hr-copy);font-size:12px}.hr-opening-owner{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.hr-opening-owner span{color:var(--hr-copy);font-size:10px}.hr-opening-owner strong{font-size:12px}.hr-opening-nav{display:flex;border-right:1px solid var(--hr-line);border-bottom:1px solid var(--hr-line);border-left:1px solid var(--hr-line);background:#fff}.hr-opening-nav button span{margin-left:4px;border-radius:9px;background:#f0efeb;padding:1px 6px;font-size:9px}.hr-opening-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:12px}.hr-opening-overview article{display:flex;align-items:flex-end;justify-content:space-between;border:1px solid var(--hr-line);border-radius:7px;background:#fff;padding:15px}.hr-opening-overview span{color:var(--hr-copy);font-size:10px}.hr-opening-overview strong{font-size:20px}.hr-opening-overview small{margin-left:3px;font-size:9px;font-weight:400}.hr-opening-brief{margin-top:10px;border:1px solid var(--hr-line);border-radius:7px;background:#fff;padding:20px}.hr-opening-brief h3,.hr-jd-document section h3,.hr-jd-document section h4{margin:0 0 10px;font-size:13px}.hr-opening-brief p,.hr-jd-document section p,.hr-jd-document li{color:#4f4f4b;font-size:12px;line-height:1.8}.hr-jd-document{max-width:860px;margin:12px auto 0;border:1px solid var(--hr-line);border-radius:8px;background:#fff;padding:36px 46px}.hr-jd-document>header{padding-bottom:24px;border-bottom:1px solid var(--hr-line)}.hr-jd-document>header p{margin:0;color:var(--hr-gold);font-size:11px;font-weight:700}.hr-jd-document>header h2{margin:8px 0 12px;font:500 28px var(--gc-font)}.hr-jd-document>header div{display:flex;flex-wrap:wrap;gap:7px}.hr-jd-document>header span{border-radius:4px;background:#f4f3ef;padding:4px 8px;color:var(--hr-copy);font-size:10px}.hr-jd-document section{padding-top:24px}.hr-jd-document ul{margin:0;padding-left:20px}.hr-opening-candidates{margin-top:12px;overflow:hidden;border:1px solid var(--hr-line);border-radius:8px;background:#fff}.hr-opening-candidates>button{display:grid;grid-template-columns:34px 1fr auto 18px;align-items:center;gap:13px;width:100%;border:0;border-top:1px solid #eeedea;background:#fff;padding:13px 15px;text-align:left;color:var(--hr-ink);cursor:pointer}.hr-opening-candidates>button:first-child{border-top:0}.hr-opening-candidates>button:hover,.hr-opening-candidates>button:focus-visible{background:#fbf8f1;outline:0}.hr-opening-candidates strong,.hr-opening-candidates small{display:block}.hr-opening-candidates strong{font-size:12px}.hr-opening-candidates small{margin-top:3px;color:var(--hr-copy);font-size:10px}.hr-candidate-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--hr-gold-soft);color:#6d5218;font-size:12px;font-weight:700}.hr-recruit-timeline{max-width:820px;margin:12px auto 0;padding:20px 30px;border:1px solid var(--hr-line);border-radius:8px;background:#fff;list-style:none}.hr-recruit-timeline li{position:relative;display:grid;grid-template-columns:120px 1fr;gap:24px;padding:0 0 24px}.hr-recruit-timeline li:before{content:"";position:absolute;top:5px;left:130px;width:7px;height:7px;border-radius:50%;background:var(--hr-gold)}.hr-recruit-timeline li:after{content:"";position:absolute;top:12px;bottom:0;left:133px;width:1px;background:var(--hr-line)}.hr-recruit-timeline time{color:var(--hr-copy);font-size:10px}.hr-recruit-timeline strong{font-size:12px}.hr-recruit-timeline p{margin:4px 0;color:var(--hr-copy);font-size:11px}.hr-recruit-timeline small{color:#96958f;font-size:10px}
.hr-pipeline-help{display:flex;justify-content:space-between;gap:14px;margin:13px 0 9px;color:var(--hr-copy);font-size:10px}.hr-pipeline-board{display:grid;grid-template-columns:repeat(6,minmax(228px,1fr));gap:9px;overflow-x:auto;padding-bottom:12px;scrollbar-width:thin;scroll-snap-type:x proximity}.hr-pipeline-column{min-height:420px;border:1px solid var(--hr-line);border-radius:8px;background:#f4f4f2;scroll-snap-align:start}.hr-pipeline-column>header{display:flex;align-items:center;justify-content:space-between;padding:12px}.hr-pipeline-column h3{margin:0;font-size:12px}.hr-pipeline-column>header span{display:grid;place-items:center;min-width:21px;height:21px;border-radius:11px;background:#fff;color:var(--hr-copy);font-size:10px}.hr-pipeline-cards{min-height:360px;padding:0 8px 8px}.hr-pipeline-card{position:relative;margin-bottom:8px;border:1px solid #deddd8;border-radius:7px;background:#fff;padding:10px;box-shadow:0 1px 2px rgba(0,0,0,.03)}.hr-drag-handle{position:absolute;top:7px;right:7px;border:0;background:none;color:#aaa;font-size:12px;cursor:grab}.hr-candidate-open{display:grid;grid-template-columns:32px 1fr;align-items:center;gap:9px;width:calc(100% - 18px);border:0;background:none;padding:0;text-align:left;color:var(--hr-ink);cursor:pointer}.hr-candidate-open:hover strong,.hr-candidate-open:focus-visible strong{color:var(--hr-gold)}.hr-candidate-open:focus-visible{outline:2px solid var(--hr-gold);outline-offset:3px}.hr-candidate-open strong,.hr-candidate-open small{display:block}.hr-candidate-open strong{font-size:12px}.hr-candidate-open small{overflow:hidden;margin-top:2px;color:var(--hr-copy);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.hr-candidate-meta{display:flex;justify-content:space-between;gap:6px;margin:9px 0;color:#888781;font-size:9px}.hr-stage-fallback{display:grid;grid-template-columns:1fr auto;gap:5px;border-top:1px solid #eeedea;padding-top:8px}.hr-stage-fallback select{width:100%;height:28px;border:1px solid #d9d8d3;border-radius:4px;background:#fff;padding:0 5px;font:10px inherit}.hr-stage-fallback button{border:1px solid #d5c49b;border-radius:4px;background:var(--hr-gold-soft);padding:0 7px;color:#684e16;font:600 10px inherit;cursor:pointer}.sortable-ghost{opacity:.4}.sortable-chosen{box-shadow:0 8px 24px rgba(0,0,0,.13)}
.hr-candidate-layer{position:fixed;z-index:1100;inset:0;pointer-events:none}.hr-candidate-layer.is-open{pointer-events:auto}.hr-candidate-overlay{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(24,24,22,.3)}.hr-candidate-panel{position:absolute;top:0;right:0;width:min(500px,94vw);height:100%;overflow:auto;background:#fff;box-shadow:-15px 0 50px rgba(0,0,0,.14)}.hr-candidate-panel:focus{outline:0}.hr-candidate-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:24px;border-bottom:1px solid var(--hr-line)}.hr-candidate-panel>header p{margin:0;color:var(--hr-gold);font-size:10px;font-weight:700;letter-spacing:.08em}.hr-candidate-panel>header h2{margin:5px 0 3px;font:500 23px var(--gc-font)}.hr-candidate-panel>header span{color:var(--hr-copy);font-size:11px}.hr-candidate-close{width:32px;height:32px;border:0;border-radius:50%;background:#f2f2ef;color:#666;font-size:20px;cursor:pointer}.hr-candidate-profile,.hr-candidate-stage,.hr-candidate-actions{padding:18px 24px;border-bottom:1px solid var(--hr-line)}.hr-candidate-profile dl{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0}.hr-candidate-profile dl>div{min-width:0}.hr-candidate-profile dt{color:var(--hr-copy);font-size:9px}.hr-candidate-profile dd{overflow-wrap:anywhere;margin:4px 0 0;font-size:12px}.hr-candidate-stage h3,.hr-candidate-actions h3{margin:0 0 10px;font-size:12px}.hr-candidate-stage>div{display:grid;grid-template-columns:1fr auto;gap:8px}.hr-candidate-stage select,.hr-candidate-stage button,.hr-action-form input,.hr-action-form select,.hr-action-form textarea,.hr-action-form button{border:1px solid #d8d7d2;border-radius:5px;background:#fff;padding:7px 9px;color:var(--hr-ink);font:11px inherit}.hr-candidate-stage button,.hr-action-form button{border-color:#cdbb8e;background:var(--hr-gold-soft);color:#684e16;font-weight:600;cursor:pointer}.hr-candidate-actions details{border-top:1px solid #eeedea;padding:10px 0}.hr-candidate-actions summary{font-size:11px;font-weight:600;cursor:pointer}.hr-action-form{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.hr-action-form label{display:flex;flex-direction:column;gap:4px;color:var(--hr-copy);font-size:9px}.hr-action-form label:has(textarea),.hr-action-form button{grid-column:1/-1}.hr-action-form textarea{resize:vertical}.hr-action-form button{min-height:34px}.hr-action-form button:disabled{opacity:.55;cursor:wait}
@media(max-width:800px){.hr-recruitment{padding:20px 14px 48px}.hr-recruit-header{display:block}.hr-recruit-refresh{margin-top:13px}.hr-recruit-summary{grid-template-columns:repeat(2,1fr)}.hr-todo-list{grid-template-columns:1fr}.hr-opening-toolbar{display:grid;grid-template-columns:1fr 1fr}.hr-opening-toolbar .hr-search{grid-column:1/-1;min-width:0}.hr-opening-toolbar .hr-search input{width:100%}.hr-opening-toolbar>span{margin-left:0;text-align:right}.hr-opening-row{grid-template-columns:1fr auto;gap:10px}.hr-opening-row>span:not(.hr-opening-main):not(.hr-opening-status){display:none}.hr-opening-row>.hr-opening-status{grid-column:2}.hr-opening-row>b{display:none}.hr-opening-workspace>header{display:block}.hr-opening-owner{align-items:flex-start;margin-top:14px}.hr-opening-nav{overflow-x:auto;white-space:nowrap}.hr-opening-nav button{flex:none}.hr-opening-overview{grid-template-columns:repeat(2,1fr)}.hr-jd-document{padding:24px 20px}.hr-pipeline-help{display:block}.hr-pipeline-help span{display:block}.hr-pipeline-board{margin-right:-14px;padding-right:14px}.hr-candidate-profile dl{grid-template-columns:1fr}.hr-recruit-timeline{padding:18px}.hr-recruit-timeline li{grid-template-columns:78px 1fr;gap:20px}.hr-recruit-timeline li:before{left:87px}.hr-recruit-timeline li:after{left:90px}}
@media(max-width:390px){.hr-recruit-summary{grid-template-columns:1fr 1fr}.hr-recruit-summary article{padding:12px}.hr-opening-toolbar{grid-template-columns:1fr}.hr-opening-toolbar .hr-search{grid-column:auto}.hr-opening-workspace>header{padding:17px}.hr-opening-overview{grid-template-columns:1fr 1fr}.hr-action-form{grid-template-columns:1fr}.hr-action-form label,.hr-action-form button{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.hr-pipeline-board{scroll-behavior:auto}.sortable-chosen{box-shadow:none}}

/* 员工工作区 */
#view:has(> .hr-people){max-width:1500px}.hr-people{max-width:1500px;margin:0 auto;padding:30px 34px 64px;color:var(--hr-ink);font-family:var(--gc-font)}.hr-people-toolbar{display:flex;align-items:end;gap:9px;margin-top:24px;border:1px solid var(--hr-line);border-radius:8px 8px 0 0;background:#fafafa;padding:13px}.hr-people-toolbar label{display:flex;flex-direction:column;gap:4px;color:var(--hr-copy);font-size:10px}.hr-people-toolbar input,.hr-people-toolbar select{height:34px;border:1px solid #d8d8d4;border-radius:5px;background:#fff;padding:0 9px;color:var(--hr-ink);font:12px inherit}.hr-people-toolbar .hr-search{min-width:250px}.hr-people-toolbar>button{height:34px;border:0;background:transparent;padding:0 10px;color:var(--hr-copy);font:600 11px inherit;cursor:pointer}.hr-people-toolbar>span{margin-left:auto;color:var(--hr-copy);font-size:11px}.hr-people-list{overflow:hidden;border:1px solid var(--hr-line);border-top:0;border-radius:0 0 8px 8px;background:#fff}.hr-person-row{display:grid;grid-template-columns:34px minmax(150px,1fr) minmax(120px,.8fr) minmax(120px,.8fr) 72px 82px 16px;align-items:center;gap:13px;width:100%;border:0;border-top:1px solid #eeedea;background:#fff;padding:14px 16px;text-align:left;color:var(--hr-ink);cursor:pointer}.hr-person-row:first-child{border-top:0}.hr-person-row:hover,.hr-person-row:focus-visible{background:#fbf8f1;box-shadow:inset 3px 0 var(--hr-gold);outline:0}.hr-person-row span>strong,.hr-person-row span>small{display:block}.hr-person-row span>small{color:var(--hr-copy);font-size:9px}.hr-person-row span>strong{overflow:hidden;margin-top:3px;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.hr-person-main>strong{margin-top:0!important;font-size:12px!important}.hr-contract-pill{display:inline-flex;align-items:center;justify-content:center;width:max-content;border-radius:999px;background:#f5f1e7;padding:4px 8px;color:#775b20;font-size:10px}.hr-person-workspace{margin-top:22px}.hr-person-topline{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hr-person-action-button{border:1px solid #bfa567;border-radius:6px;background:var(--hr-gold-soft);padding:8px 14px;color:#684e16;font:600 11px inherit;cursor:pointer}.hr-person-action-button:hover,.hr-person-action-button:focus-visible{background:#ecdfbf;outline:2px solid rgba(154,116,33,.2)}.hr-person-workspace>header{display:flex;align-items:center;gap:14px;border:1px solid var(--hr-line);border-radius:8px 8px 0 0;background:#fff;padding:20px 22px}.hr-person-workspace>header>.hr-candidate-avatar{width:48px;height:48px;font-size:17px}.hr-person-workspace>header h2{margin:5px 0 3px;font:500 23px var(--gc-font)}.hr-person-workspace>header p{margin:0;color:var(--hr-copy);font-size:11px}.hr-person-overview,.hr-contract-list,.hr-employment-history{margin-top:12px}.hr-person-overview{border:1px solid var(--hr-line);border-radius:8px;background:#fff;padding:20px}.hr-person-overview h3{margin:0 0 15px;font-size:13px}.hr-person-overview dl{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:0}.hr-person-overview dt,.hr-contract-list dt{color:var(--hr-copy);font-size:9px}.hr-person-overview dd,.hr-contract-list dd{margin:4px 0 0;font-size:12px}.hr-employment-history{padding:0;list-style:none}.hr-employment-history li{display:grid;grid-template-columns:1fr auto 78px;align-items:center;gap:18px;margin-bottom:8px;border:1px solid var(--hr-line);border-radius:7px;background:#fff;padding:15px}.hr-employment-history li.is-current{border-left:3px solid var(--hr-gold)}.hr-employment-history strong,.hr-employment-history span{display:block}.hr-employment-history strong{font-size:12px}.hr-employment-history span,.hr-employment-history time,.hr-employment-history small{color:var(--hr-copy);font-size:10px}.hr-contract-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.hr-contract-list>article{border:1px solid var(--hr-line);border-radius:7px;background:#fff;padding:16px}.hr-contract-list article>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.hr-contract-list article>header strong{font-size:12px}.hr-contract-list dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0}.hr-people-operation-layer{position:fixed;z-index:1150;inset:0;pointer-events:none}.hr-people-operation-layer.is-open{pointer-events:auto}.hr-people-operation{position:absolute;top:0;right:0;width:min(520px,94vw);height:100%;overflow:auto;background:#fff;box-shadow:-16px 0 52px rgba(0,0,0,.15)}.hr-people-operation:focus{outline:0}.hr-people-operation>header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:22px 24px;border-bottom:1px solid var(--hr-line)}.hr-people-operation>header p{margin:0;color:var(--hr-gold);font-size:10px;font-weight:700;letter-spacing:.08em}.hr-people-operation>header h2{margin:5px 0 3px;font:500 22px var(--gc-font)}.hr-people-operation>header span{color:var(--hr-copy);font-size:10px}.hr-people-operation>section{padding:18px 24px;border-bottom:1px solid var(--hr-line)}.hr-people-operation>section h3{margin:0 0 10px;font-size:12px}.hr-people-form{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hr-people-form label{display:flex;flex-direction:column;gap:4px;color:var(--hr-copy);font-size:9px}.hr-people-form input,.hr-people-form select,.hr-people-form textarea,.hr-people-form button{border:1px solid #d8d7d2;border-radius:5px;background:#fff;padding:7px 9px;color:var(--hr-ink);font:11px inherit}.hr-people-form label:has(textarea),.hr-people-form button{grid-column:1/-1}.hr-people-form textarea{resize:vertical}.hr-people-form button{min-height:34px;border-color:#cdbb8e;background:var(--hr-gold-soft);color:#684e16;font-weight:600;cursor:pointer}.hr-people-form button:disabled{opacity:.5;cursor:not-allowed}.hr-separation-section{background:#fffafa}.hr-separation-section .hr-people-form button{border-color:#dfb8ad;background:#fff1ee;color:#93432f}.hr-terminated-notice{margin:15px 24px 0;border:1px solid #e2c9c2;border-radius:6px;background:#fff5f2;padding:10px 12px;color:#8d4a38;font-size:11px}
@media(max-width:800px){.hr-people{padding:20px 14px 48px}.hr-people-toolbar{display:grid;grid-template-columns:1fr 1fr}.hr-people-toolbar .hr-search{grid-column:1/-1;min-width:0}.hr-people-toolbar .hr-search input{width:100%}.hr-people-toolbar>span{margin-left:0;text-align:right}.hr-person-row{grid-template-columns:34px 1fr auto}.hr-person-row>span:not(.hr-person-main):not(.hr-stage-pill):not(.hr-contract-pill){display:none}.hr-person-row>.hr-stage-pill{grid-column:3}.hr-person-row>.hr-contract-pill{grid-column:2/4;margin-left:47px}.hr-person-row>b{display:none}.hr-person-overview dl{grid-template-columns:repeat(2,1fr)}.hr-contract-list{grid-template-columns:1fr}.hr-employment-history li{grid-template-columns:1fr}.hr-contract-list dl{grid-template-columns:1fr 1fr}.hr-people-form{grid-template-columns:1fr}.hr-people-form label,.hr-people-form button{grid-column:auto}}
@media(max-width:390px){.hr-people-toolbar{grid-template-columns:1fr}.hr-people-toolbar .hr-search{grid-column:auto}.hr-person-topline{gap:8px}.hr-person-action-button,.hr-back-button{padding-right:9px;padding-left:9px}.hr-person-overview dl{grid-template-columns:1fr 1fr}.hr-people-operation>section,.hr-people-operation>header{padding-right:18px;padding-left:18px}}

/* 组织架构、组织地图与岗位目录 */
.hr-organization{max-width:1500px}.hr-org-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}.hr-org-overview article{border:1px solid var(--hr-line);border-radius:7px;background:#fff;padding:14px 16px}.hr-org-overview span{display:block;color:var(--hr-copy);font-size:10px}.hr-org-overview strong{display:block;margin-top:7px;font-size:24px;font-weight:600}.hr-org-overview small{margin-left:4px;color:var(--hr-copy);font-size:10px;font-weight:400}.hr-org-toolbar{display:flex;align-items:end;gap:9px;border:1px solid var(--hr-line);border-radius:8px 8px 0 0;background:#fafafa;padding:12px}.hr-org-toolbar label{display:flex;flex-direction:column;gap:4px;color:var(--hr-copy);font-size:9px}.hr-org-toolbar input,.hr-org-toolbar select{height:34px;border:1px solid #d8d8d4;border-radius:5px;background:#fff;padding:0 9px;color:var(--hr-ink);font:11px inherit}.hr-org-toolbar .hr-search{min-width:270px}.hr-org-toolbar>span{margin-left:auto;color:var(--hr-copy);font-size:10px}.hr-org-directory-list,.hr-position-list{overflow:hidden;border:1px solid var(--hr-line);border-top:0;border-radius:0 0 8px 8px;background:#fff}.hr-org-directory-row,.hr-position-row{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(140px,1fr) 90px 90px 18px;align-items:center;gap:14px;width:100%;border:0;border-top:1px solid #eeedea;background:#fff;padding:13px 16px;text-align:left;color:var(--hr-ink);cursor:pointer}.hr-position-row{grid-template-columns:minmax(220px,1.3fr) minmax(140px,1fr) 64px 64px 64px 18px}.hr-org-directory-row:first-child,.hr-position-row:first-child{border-top:0}.hr-org-directory-row:hover,.hr-org-directory-row:focus-visible,.hr-position-row:hover,.hr-position-row:focus-visible{background:#f8fafb;box-shadow:inset 3px 0 var(--hr-gold);outline:0}.hr-org-directory-row>span:first-child{padding-left:calc(var(--org-depth)*16px)}.hr-org-directory-row strong,.hr-org-directory-row small,.hr-position-row strong,.hr-position-row small{display:block}.hr-org-directory-row strong,.hr-position-row strong{font-size:11px}.hr-org-directory-row small,.hr-position-row small,.hr-org-directory-row>span:not(:first-child),.hr-position-row>span:nth-child(2){color:var(--hr-copy);font-size:9px}.hr-position-row .has-vacancy strong{color:#9a6817}.hr-org-map{border:1px solid var(--hr-line);border-radius:8px;background:#fff;overflow:hidden}.hr-org-map-toolbar{display:flex;align-items:center;gap:7px;border-bottom:1px solid var(--hr-line);background:#fafafa;padding:10px}.hr-org-map-toolbar .hr-search{min-width:280px}.hr-org-map-toolbar input{width:100%;height:34px;border:1px solid #d8d8d4;border-radius:5px;padding:0 9px;font:11px inherit}.hr-org-map-toolbar button{height:32px;border:1px solid #d8d8d4;border-radius:5px;background:#fff;padding:0 10px;color:var(--hr-ink);font:10px inherit;cursor:pointer}.hr-map-spacer{flex:1}.hr-org-map-toolbar output{min-width:42px;text-align:center;color:var(--hr-copy);font-size:9px}.hr-org-map-viewport{position:relative;height:560px;overflow:hidden;background-color:#f7f8f8;background-image:radial-gradient(#d9dddf 1px,transparent 1px);background-size:20px 20px;cursor:grab;touch-action:none}.hr-org-map-viewport.is-dragging{cursor:grabbing}.hr-org-map-stage{position:absolute;transform-origin:0 0;width:max-content;min-width:100%;padding:10px;will-change:transform}.hr-org-tree,.hr-org-tree ul{display:flex;justify-content:center;gap:16px;margin:0;padding:0;list-style:none}.hr-org-tree ul{position:relative;margin-top:28px}.hr-org-tree ul:before{content:"";position:absolute;top:-18px;left:50%;width:1px;height:18px;background:#ccd2d4}.hr-org-tree li{position:relative;display:flex;flex-direction:column;align-items:center}.hr-org-node{width:190px;border:1px solid #cfd5d7;border-top:3px solid #9b7b36;border-radius:7px;background:#fff;box-shadow:0 5px 16px rgba(27,34,38,.07);padding:10px;cursor:pointer}.hr-org-node:hover,.hr-org-node:focus-visible,.hr-org-node.is-located{border-color:#a47d28;box-shadow:0 0 0 3px rgba(164,125,40,.16);outline:0}.hr-org-node>div{display:flex;align-items:flex-start;gap:7px}.hr-org-node button{flex:0 0 20px;width:20px;height:20px;border:1px solid #d4d7d8;border-radius:4px;background:#fff;padding:0;color:#687176}.hr-org-node i{width:20px}.hr-org-node strong,.hr-org-node small{display:block}.hr-org-node strong{font-size:11px}.hr-org-node small{margin-top:2px;color:var(--hr-copy);font-size:8px}.hr-org-node footer{display:flex;gap:12px;margin-top:10px;border-top:1px solid #eee;padding-top:7px;color:var(--hr-copy);font-size:9px}.hr-org-map-status{margin:0;border-top:1px solid var(--hr-line);padding:8px 12px;color:var(--hr-copy);font-size:9px}.hr-org-drawer,.hr-position-drawer{width:min(600px,95vw)}.hr-org-drawer>section,.hr-position-drawer>section,.hr-position-edit-form{padding:16px 22px;border-bottom:1px solid var(--hr-line)}.hr-org-drawer section h3{margin:0 0 10px;font-size:12px}.hr-org-drawer-metrics,.hr-position-capacity{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hr-org-drawer-metrics article,.hr-position-capacity article{border:1px solid var(--hr-line);border-radius:6px;background:#fafafa;padding:10px}.hr-org-drawer-metrics span,.hr-position-capacity span{display:block;color:var(--hr-copy);font-size:8px}.hr-org-drawer-metrics strong,.hr-position-capacity strong{display:block;margin-top:4px;font-size:18px}.hr-org-edit-form,.hr-position-edit-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hr-position-edit-form{border:0}.hr-org-edit-form label,.hr-position-edit-form label{display:flex;flex-direction:column;gap:4px;color:var(--hr-copy);font-size:9px}.hr-org-edit-form input,.hr-org-edit-form select,.hr-position-edit-form input,.hr-position-edit-form select,.hr-position-edit-form textarea{border:1px solid #d8d8d4;border-radius:5px;background:#fff;padding:8px;color:var(--hr-ink);font:11px inherit}.hr-org-edit-form button,.hr-position-edit-form>button{grid-column:1/-1;min-height:35px;border:1px solid #bfa567;border-radius:5px;background:var(--hr-gold-soft);color:#684e16;font:600 11px inherit}.hr-wide-field,.hr-position-impact,.hr-position-sync{grid-column:1/-1}.hr-org-links,.hr-org-people{display:grid;gap:6px}.hr-org-links button,.hr-org-people a{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--hr-line);border-radius:5px;background:#fff;padding:9px 10px;text-decoration:none;color:var(--hr-ink);font:10px inherit}.hr-org-links span,.hr-org-people span{color:var(--hr-copy);font-size:8px}.hr-quality-list{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin:0}.hr-quality-list div{border:1px solid var(--hr-line);border-radius:5px;padding:8px}.hr-quality-list dt{color:var(--hr-copy);font-size:8px}.hr-quality-list dd{margin:3px 0 0;font-size:10px}.hr-position-impact{border:1px solid #dbc88f;border-radius:5px;background:#fffaf0;padding:10px;color:#6c571e;font-size:9px}.hr-position-impact p{margin:4px 0 0}.hr-position-sync{display:flex!important;flex-direction:row!important;align-items:center}.hr-position-sync input{width:auto}.hr-position-sync[hidden],.hr-position-impact[hidden]{display:none!important}
@media(max-width:800px){.hr-org-overview{grid-template-columns:repeat(2,1fr)}.hr-org-toolbar{display:grid;grid-template-columns:1fr 1fr}.hr-org-toolbar .hr-search{grid-column:1/-1;min-width:0}.hr-org-toolbar .hr-search input{width:100%}.hr-org-directory-row{grid-template-columns:1fr auto}.hr-org-directory-row>span:not(:first-child),.hr-org-directory-row>b{display:none}.hr-position-row{grid-template-columns:1fr repeat(3,48px)}.hr-position-row>span:nth-child(2),.hr-position-row>b{display:none}.hr-org-map-toolbar{flex-wrap:wrap}.hr-org-map-toolbar .hr-search{width:100%;min-width:0}.hr-map-spacer{display:none}.hr-org-map-viewport{height:500px}.hr-org-edit-form,.hr-position-edit-form{grid-template-columns:1fr}.hr-org-edit-form button,.hr-position-edit-form>button,.hr-wide-field,.hr-position-impact,.hr-position-sync{grid-column:auto}}
@media(max-width:390px){.hr-org-overview article{padding:11px}.hr-org-overview strong{font-size:20px}.hr-org-toolbar{grid-template-columns:1fr}.hr-org-toolbar .hr-search{grid-column:auto}.hr-position-row{grid-template-columns:1fr repeat(3,40px);gap:6px;padding:11px 10px}.hr-org-map-viewport{height:470px}.hr-org-drawer>section,.hr-position-drawer>section,.hr-position-edit-form{padding-right:16px;padding-left:16px}}
@media(prefers-reduced-motion:reduce){.hr-org-map-stage{will-change:auto}.hr-org-node{scroll-behavior:auto}}
.hr-org-node footer{align-items:center}.hr-org-leader{margin:7px 0 0 27px;color:#5f6b70;font-size:8px}.hr-org-preview{display:flex;margin-left:auto}.hr-org-preview i{display:grid;width:20px;height:20px;margin-left:-4px;border:1px solid #fff;border-radius:50%;background:#e8ecee;place-items:center;color:#576267;font-style:normal;font-size:8px}.hr-org-edit-form textarea{border:1px solid #d8d8d4;border-radius:5px;background:#fff;padding:8px;color:var(--hr-ink);font:11px inherit}
.modal-mask{z-index:1300}
body:has(.hr-people-operation-layer.is-open)>.modal-mask{z-index:1250}body:has(.hr-people-operation-layer.is-open)>.toast-box{z-index:1260}
.hr-people-pager{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:13px 2px;color:var(--hr-copy);font-size:11px}.hr-people-pager button{border:1px solid var(--hr-line);border-radius:5px;background:#fff;padding:7px 11px;color:var(--hr-ink);font:inherit;cursor:pointer}.hr-people-pager button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:800px){.hr-people-pager{justify-content:center}}

/* Dense object workspace overrides. */
:root{--hr-bg:#F3F5F7;--hr-surface:#FFF;--hr-ink:#18202A;--hr-copy:#667085;--hr-line:#DDE2E7;--hr-gold:#A77A16;--hr-gold-soft:#F4E8C7}
.hr-workspace,.hr-recruitment,.hr-people,.hr-business-page{max-width:1440px;padding-top:22px}.hr-page-header h1,.hr-recruit-header h1,.hr-opening-workspace h2,.hr-person-workspace h2,.hr-jd-document h2,.hr-candidate-panel h2,.hr-people-operation h2{font-family:inherit;letter-spacing:-.02em}.hr-page-header,.hr-recruit-header{margin-bottom:18px}.hr-section-heading{margin:18px 0 8px}.hr-section-heading h2{font-size:16px}.hr-section-heading p{font-size:11px}.hr-summary-grid,.hr-recruit-summary{gap:8px}.hr-summary-card,.hr-recruit-summary article,.hr-recruit-summary button,.hr-people #peopleSummary button{border:1px solid var(--hr-line);border-radius:6px;background:#fff;box-shadow:none}.hr-summary-card,.hr-recruit-summary button{position:relative;padding:14px;text-align:left;color:var(--hr-ink);cursor:pointer}.hr-summary-card:hover,.hr-recruit-summary button:hover,#peopleSummary button:hover{border-color:#B8C1CC;background:#F8FAFC;transform:translateY(-1px)}.hr-summary-card em,.hr-recruit-summary em,#peopleSummary em{display:block;margin-top:8px;color:var(--hr-gold);font-style:normal;font-size:10px}.hr-task-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.hr-task-card{display:flex;flex-direction:column;gap:6px;min-height:112px;border:1px solid var(--hr-line);border-left:3px solid var(--hr-gold);border-radius:6px;background:#fff;padding:12px;color:var(--hr-ink);text-decoration:none;transition:.18s}.hr-task-card:hover{border-color:#B8C1CC;box-shadow:0 4px 12px rgba(24,32,42,.08);transform:translateY(-1px)}.hr-task-card>span{color:var(--hr-gold);font-size:10px;font-weight:700}.hr-task-card strong{font-size:12px}.hr-task-card small{color:var(--hr-copy);font-size:10px}.hr-task-card b{margin-top:auto;color:var(--hr-gold);font-size:10px}.hr-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hr-role-card{border:1px solid var(--hr-line);background:#fff;border-radius:6px}.hr-role-card header{display:flex;gap:8px;align-items:baseline;padding:12px;border-bottom:1px solid var(--hr-line)}.hr-role-card header strong{font-size:13px}.hr-role-card header span{color:var(--hr-copy);font-size:10px}.hr-role-card a{display:flex;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #EEF1F4;color:var(--hr-ink);font-size:11px;text-decoration:none}.hr-role-card a:last-child{border-bottom:0}.hr-role-card a:hover{background:#F8FAFC;color:var(--hr-gold)}
.hr-status-band{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:8px;border:1px solid var(--hr-line);background:#F8FAFC}.hr-status-band span{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-right:1px solid var(--hr-line)}.hr-status-band span:last-child{border-right:0}.hr-status-band small{color:var(--hr-copy);font-size:9px}.hr-status-band strong{font-size:11px}.hr-opening-row,.hr-person-row{padding:11px 14px}.hr-opening-row:hover,.hr-opening-row:focus-visible,.hr-person-row:hover,.hr-person-row:focus-visible{background:#F8FAFC;box-shadow:inset 3px 0 var(--hr-gold)}.hr-opening-status,.hr-stage-pill,.hr-contract-pill{border-radius:4px}.hr-operation-choices{padding:18px 24px}.hr-operation-choice-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hr-operation-choice-list button{min-height:46px;border:1px solid var(--hr-line);border-radius:5px;background:#F8FAFC;color:var(--hr-ink);font:600 11px inherit;cursor:pointer}.hr-operation-choice-list button:hover,.hr-operation-choice-list button:focus-visible{border-color:var(--hr-gold);background:var(--hr-gold-soft);outline:0}.hr-people-operation>section:has(.hr-people-form){padding-top:18px}
button,a{transition:background-color .16s,border-color .16s,color .16s,transform .16s}.hr-recruit-summary button:active,.hr-summary-card:active,.hr-task-card:active{transform:translateY(1px)}
@media(max-width:800px){.hr-task-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-role-grid{grid-template-columns:1fr}.hr-status-band{grid-template-columns:repeat(2,1fr)}.hr-status-band span:nth-child(2){border-right:0}.hr-status-band span:nth-child(-n+2){border-bottom:1px solid var(--hr-line)}}
@media(max-width:390px){.hr-task-grid{grid-template-columns:1fr}.hr-status-band{grid-template-columns:1fr}.hr-status-band span{border-right:0;border-bottom:1px solid var(--hr-line)}.hr-status-band span:last-child{border-bottom:0}.hr-operation-choice-list{grid-template-columns:1fr}}

/* Payroll workbench: monthly operating surface */
.hr-payroll-workspace{font-size:15px}.hr-payroll-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.hr-payroll-tabs{border-bottom:1px solid var(--hr-line);padding-bottom:0}.hr-payroll-tabs button{font-size:15px;padding:13px 16px}.hr-payroll-tabs button.is-active{color:var(--hr-gold);font-weight:700;box-shadow:inset 0 -3px var(--hr-gold)}
.hr-payroll-context{display:flex;align-items:center;gap:12px;margin:18px 0 14px;padding:12px 16px;border-left:3px solid var(--hr-gold);background:#faf8f1}.hr-payroll-context span{color:var(--hr-copy)}.hr-payroll-context strong{font-size:16px}.hr-payroll-source{margin-left:auto;font-size:13px}
.hr-payroll-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.hr-payroll-metric{min-height:112px;padding:18px;border:1px solid var(--hr-line);border-radius:10px;background:var(--hr-surface)}.hr-payroll-metric span,.hr-payroll-metric small{display:block;color:var(--hr-copy);font-size:14px}.hr-payroll-metric strong{display:block;margin:12px 0 2px;font-size:25px;letter-spacing:-.03em}.hr-payroll-viz-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:16px;margin-top:16px}.hr-payroll-card,.hr-payroll-cycle-detail,.hr-payroll-connection,.hr-payroll-rule-grid article{padding:20px;border:1px solid var(--hr-line);border-radius:12px;background:var(--hr-surface)}.hr-payroll-card h2,.hr-payroll-section-head h2{margin:0;font-size:20px}.hr-payroll-card header p,.hr-payroll-section-head p{margin:4px 0 0;color:var(--hr-copy);font-size:14px}.hr-payroll-bars{display:flex;align-items:end;gap:12px;height:190px;margin-top:20px;border-bottom:1px solid var(--hr-line);padding:0 10px}.hr-payroll-bars>div{display:flex;flex:1;height:100%;flex-direction:column;justify-content:end;align-items:center;gap:8px}.hr-payroll-bars i{display:block;width:100%;max-width:48px;border-radius:5px 5px 0 0;background:linear-gradient(180deg,#c9a04b,#8d6b22)}.hr-payroll-bars small{color:var(--hr-copy);font-size:12px}.hr-payroll-composition{display:grid;gap:15px;margin-top:24px}.hr-payroll-composition div{display:grid;grid-template-columns:1fr auto;gap:8px}.hr-payroll-composition span{font-size:14px}.hr-payroll-composition i{grid-column:1/-1;height:7px;border-radius:10px;background:#edf0f2}.hr-payroll-composition b{display:block;height:100%;border-radius:inherit;background:#a77a16}.hr-payroll-empty{padding:30px 18px;text-align:left}.hr-payroll-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:20px 0 16px}.hr-card-kicker{margin:0 0 6px;color:var(--hr-gold);font-size:13px;font-weight:700;letter-spacing:.08em}.hr-payroll-primary,.hr-payroll-secondary{border:1px solid var(--hr-gold);border-radius:7px;background:var(--hr-gold);color:#fff;padding:10px 16px;font:600 14px inherit;cursor:pointer}.hr-payroll-secondary{background:#fff;color:var(--hr-gold)}.hr-cycle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hr-cycle-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:150px;padding:18px;border:1px solid var(--hr-line);border-radius:10px;background:var(--hr-surface);text-align:left;color:var(--hr-ink);cursor:pointer}.hr-cycle-card:hover,.hr-cycle-card:focus-visible,.hr-payroll-profile-row:hover,.hr-payroll-profile-row:focus-visible{border-color:var(--hr-gold);box-shadow:0 4px 14px rgba(46,40,22,.1);outline:0}.hr-cycle-card span,.hr-cycle-card small{color:var(--hr-copy);font-size:13px}.hr-cycle-card strong{font-size:19px}.hr-cycle-card b{margin-top:auto;color:var(--hr-gold);font-size:13px}.hr-payroll-cycle-detail{margin-top:16px}.hr-payroll-cycle-detail header{display:flex;justify-content:space-between}.hr-payroll-status,.hr-payroll-badge{padding:4px 9px;border-radius:20px;background:#f4e8c7;color:#745816;font-size:13px}.hr-cycle-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}.hr-cycle-facts span{padding:12px;background:#f7f8f9;color:var(--hr-copy);font-size:13px}.hr-cycle-facts strong{display:block;margin-top:5px;color:var(--hr-ink);font-size:18px}.hr-payroll-exceptions{display:grid;gap:7px;margin-bottom:16px}.hr-payroll-exceptions div{display:flex;gap:10px;padding:9px 11px;background:#fff8e9;font-size:13px}.hr-payroll-exceptions span{color:#665a43}.hr-payroll-search input{min-width:260px;padding:10px 12px;border:1px solid var(--hr-line);border-radius:7px;font:14px inherit}.hr-payroll-profile-list{display:grid;gap:8px}.hr-payroll-profile-row{display:grid;grid-template-columns:40px 1fr auto auto;align-items:center;gap:13px;padding:13px 16px;border:1px solid var(--hr-line);border-radius:9px;background:var(--hr-surface);text-align:left;color:var(--hr-ink);cursor:pointer}.hr-payroll-avatar{display:grid;width:36px;height:36px;border-radius:50%;place-items:center;background:#e9edf1;color:#5f6b75;font-weight:700}.hr-payroll-profile-row strong,.hr-payroll-profile-row small{display:block}.hr-payroll-profile-row small,.hr-payroll-profile-row i{color:var(--hr-copy);font-size:13px;font-style:normal}.hr-payroll-profile-row>b{font-size:16px}.hr-payroll-profile-row i{color:var(--hr-gold)}.hr-payroll-hourly-table{border:1px solid var(--hr-line);border-radius:10px;overflow:hidden}.hr-payroll-table-head,.hr-payroll-table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.3fr;gap:12px;align-items:center;padding:14px 16px}.hr-payroll-table-head{background:#f4f6f8;color:var(--hr-copy);font-size:13px;font-weight:700}.hr-payroll-table-row{border-top:1px solid var(--hr-line);font-size:14px}.hr-payroll-table-row button{display:block;margin-top:4px;border:0;background:transparent;color:var(--hr-gold);padding:0;font:inherit;cursor:pointer}.is-linked{color:#357052}.is-unlinked{color:#986c15}.hr-payroll-connection-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hr-payroll-connection{display:flex;align-items:flex-start;gap:12px}.hr-payroll-connection h3,.hr-payroll-rule-grid h3{margin:0;font-size:17px}.hr-payroll-connection p,.hr-payroll-rule-grid p{margin:5px 0;color:var(--hr-copy);font-size:14px;line-height:1.6}.hr-connection-dot{width:11px;height:11px;margin-top:7px;border-radius:50%;background:#c8cdd2}.hr-payroll-connection button{margin-left:auto;border:1px solid var(--hr-line);border-radius:6px;background:#f5f6f7;padding:8px 10px;color:var(--hr-copy);font:13px inherit}.hr-payroll-callout{margin-top:14px;padding:15px 18px;border:1px solid #e0c98b;border-radius:9px;background:#fff9ea;color:#6d571e}.hr-payroll-callout p{margin:5px 0 0;font-size:14px}.hr-payroll-rule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hr-payroll-rule-grid code{display:block;margin-top:14px;padding:10px;background:#f5f6f7;color:#59636d;font-size:13px;white-space:normal}.hr-rule-steps{display:grid;gap:10px}.hr-rule-steps span{display:flex;justify-content:space-between;padding:10px;background:#f7f8f9;font-size:14px}.hr-rule-steps strong{color:var(--hr-gold)}.hr-payroll-drawer{width:min(600px,95vw)}.hr-payroll-drawer>section{padding:18px 22px;border-bottom:1px solid var(--hr-line)}.hr-payroll-chain{display:flex;gap:0;margin:0;padding:16px 22px;list-style:none;border-bottom:1px solid var(--hr-line)}.hr-payroll-chain li{flex:1;color:var(--hr-copy);font-size:12px;text-align:center}.hr-payroll-chain li+li:before{content:'→';float:left;color:#c4c9ce}.hr-payroll-chain .is-active{color:var(--hr-gold);font-weight:700}.hr-payroll-dl{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0}.hr-payroll-dl div{padding:11px;background:#f7f8f9}.hr-payroll-dl dt{color:var(--hr-copy);font-size:13px}.hr-payroll-dl dd{margin:5px 0 0;font-size:17px;font-weight:700}.hr-payroll-timeline{display:grid;gap:9px;padding-left:20px}.hr-payroll-timeline li{display:grid;grid-template-columns:90px 1fr;gap:8px}.hr-payroll-timeline time,.hr-payroll-timeline small,.hr-payroll-muted{color:var(--hr-copy);font-size:13px}.hr-payroll-adjust-form{padding:18px 22px;background:#fbfaf5}.hr-payroll-adjust-form label,.hr-payroll-drawer>label{display:grid;gap:5px;margin:10px 0;color:var(--hr-copy);font-size:13px}.hr-payroll-adjust-form input,.hr-payroll-adjust-form textarea,.hr-payroll-drawer select{border:1px solid var(--hr-line);border-radius:6px;padding:9px;font:14px inherit}.hr-payroll-adjust-form textarea{min-height:70px}.hr-payroll-form-error{color:#a03e35;font-size:13px}
@media(max-width:800px){.hr-payroll-metrics{grid-template-columns:repeat(2,1fr)}.hr-payroll-viz-grid,.hr-payroll-connection-grid,.hr-payroll-rule-grid{grid-template-columns:1fr}.hr-cycle-grid{grid-template-columns:1fr 1fr}.hr-payroll-table-head{display:none}.hr-payroll-table-row{grid-template-columns:1fr 1fr;gap:8px}.hr-payroll-table-row>span:last-child{grid-column:1/-1}.hr-payroll-section-head{align-items:flex-start;flex-direction:column}.hr-payroll-section-head>button{width:100%}.hr-payroll-search input{min-width:0;width:100%}.hr-payroll-profile-row{grid-template-columns:40px 1fr auto}.hr-payroll-profile-row i{grid-column:2/-1}.hr-payroll-context{flex-wrap:wrap}.hr-payroll-source{margin-left:0;width:100%}}
@media(max-width:390px){.hr-payroll-workspace{font-size:14px}.hr-payroll-head{display:block}.hr-payroll-head .hr-recruit-refresh{margin-top:12px}.hr-payroll-tabs{gap:0}.hr-payroll-tabs button{padding:12px 11px;font-size:14px}.hr-payroll-metrics{grid-template-columns:1fr 1fr;gap:8px}.hr-payroll-metric{padding:13px;min-height:100px}.hr-payroll-metric strong{font-size:19px}.hr-cycle-grid{grid-template-columns:1fr}.hr-cycle-facts{grid-template-columns:1fr 1fr}.hr-payroll-dl{grid-template-columns:1fr}.hr-payroll-chain{padding-inline:10px}.hr-payroll-chain li{font-size:11px}.hr-payroll-drawer>section,.hr-payroll-adjust-form{padding-inline:16px}}
@media(max-width:760px){.hr-payroll-dl{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-payroll-dl div{min-width:0}.hr-payroll-dl dd{overflow-wrap:anywhere}}
@media(max-width:480px){.hr-payroll-dl{grid-template-columns:1fr}}
.hr-payroll-people-table{margin:18px 0}.hr-payroll-people-table h3{font-size:16px}.hr-payroll-people-table button{display:grid;grid-template-columns:1.5fr 1fr 1fr auto;gap:10px;width:100%;padding:11px 12px;border:0;border-top:1px solid var(--hr-line);background:transparent;text-align:left;color:var(--hr-ink);font:14px inherit;cursor:pointer}.hr-payroll-people-table button:hover,.hr-payroll-people-table button:focus-visible{background:#f7f8f9;outline:0}.hr-payroll-people-table small,.hr-payroll-people-table i{color:var(--hr-copy);font-style:normal}.hr-payroll-people-table i{color:var(--hr-gold)}

/* Organization overview: asymmetric operating dashboard */
.hr-org-dashboard{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin-top:12px}.hr-org-main-metric,.hr-org-flex,.hr-org-trend,.hr-org-ranking,.hr-org-quality{border:1px solid var(--hr-line);background:#fff;padding:18px}.hr-org-main-metric{display:flex;flex-direction:column;gap:7px;min-height:160px}.hr-org-main-metric>span,.hr-org-flex h3,.hr-org-trend h3,.hr-org-ranking h3,.hr-org-quality h3{margin:0;color:var(--hr-copy);font-size:14px}.hr-org-main-metric strong{font-size:40px;letter-spacing:-.04em}.hr-org-main-metric small,.hr-org-quality small{color:var(--hr-copy);font-size:12px}.hr-org-main-metric a,.hr-org-legend a{color:var(--hr-gold);font-size:12px;text-decoration:none}.hr-org-flex{grid-column:2;grid-row:1 / span 2}.hr-donut{display:grid;place-items:center;width:150px;height:150px;margin:14px auto;border-radius:50%;background:conic-gradient(#8190A3 0 50%,#B9C4D0 50% 78%,#D9E0E7 78% 100%);position:relative}.hr-donut:after{content:"";position:absolute;inset:28px;border-radius:50%;background:#fff}.hr-donut span{position:relative;z-index:1;font-size:28px;font-weight:700}.hr-donut small{font-size:12px;font-weight:400}.hr-org-legend{display:flex;flex-direction:column;gap:8px}.hr-org-trend{grid-column:1;min-height:190px}.hr-org-trend svg{display:block;width:100%;height:130px;margin-top:8px;overflow:visible}.hr-org-trend circle{cursor:pointer}.hr-org-trend circle:hover,.hr-org-trend button:focus-visible circle{stroke:#A77A16;stroke-width:3}.hr-trend-people{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;border-top:1px solid var(--hr-line);padding-top:8px;font-size:12px}.hr-trend-people strong{width:100%}.hr-trend-people a{color:var(--hr-gold)}.hr-org-ranking{grid-column:1}.hr-dept-bar{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:8px;width:100%;border:0;background:transparent;padding:8px 0;text-align:left;color:var(--hr-ink);cursor:pointer;font-size:14px}.hr-dept-bar i{height:8px;background:#B8C5D1;position:relative}.hr-dept-bar i:after{content:"";position:absolute;inset:0;width:var(--bar);background:#8190A3}.hr-dept-bar:hover i:after,.hr-dept-bar:focus-visible i:after{background:var(--hr-gold)}.hr-dept-bar strong{text-align:right}.hr-org-quality{grid-column:2}.hr-org-quality p{font-size:14px;line-height:1.6}@media(max-width:700px){.hr-org-dashboard{grid-template-columns:1fr}.hr-org-flex,.hr-org-trend,.hr-org-ranking,.hr-org-quality{grid-column:auto;grid-row:auto}.hr-dept-bar{grid-template-columns:100px 1fr 36px}}

/* Interaction hierarchy: metrics navigate, lists operate, status bands decide. */
.hr-summary-card{color:var(--hr-ink);text-decoration:none}.hr-summary-card:focus-visible,.hr-task-card:focus-visible,.hr-role-card a:focus-visible{outline:2px solid var(--hr-gold);outline-offset:2px}
.hr-recruit-summary button,#peopleSummary button{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;align-items:end;gap:4px 12px;min-height:82px;font:inherit}.hr-recruit-summary button>span,#peopleSummary button>span{grid-column:1;align-self:start}.hr-recruit-summary button>strong,#peopleSummary button>strong{grid-column:1}.hr-recruit-summary button>em,#peopleSummary button>em{grid-column:2;grid-row:1/3;align-self:center}.hr-recruit-summary button[aria-pressed="true"],#peopleSummary button[aria-pressed="true"]{border-color:var(--hr-gold);box-shadow:inset 0 -2px var(--hr-gold)}
.hr-task-card.is-high:first-child{grid-column:span 2;background:linear-gradient(115deg,#FFFFFF 0%,#FFFFFF 72%,#F8F1DF 100%)}
.hr-module-grid{display:flex;flex-wrap:wrap;gap:8px}.hr-module-card{flex:1 1 300px;grid-template-columns:30px 1fr auto;min-height:82px;padding:12px 14px}.hr-module-icon{width:28px;height:28px;border-radius:5px}.hr-module-card p{margin:2px 0}.hr-chevron{font-size:18px}
.hr-operation-choice-list button[aria-pressed="true"]{border-color:var(--hr-gold);background:var(--hr-gold-soft);box-shadow:inset 0 -2px var(--hr-gold)}
html[data-theme="dark"]{--hr-bg:#151A20;--hr-surface:#202833;--hr-ink:#F1F4F7;--hr-copy:#AEB8C4;--hr-line:#34404D;--hr-gold:#D3A744;--hr-gold-soft:#3A321F}.hr-workspace,.hr-recruitment,.hr-people,.hr-business-page{font-variant-numeric:tabular-nums}html[data-theme="dark"] .hr-summary-card,html[data-theme="dark"] .hr-task-card,html[data-theme="dark"] .hr-role-card,html[data-theme="dark"] .hr-recruit-summary button,html[data-theme="dark"] #peopleSummary button,html[data-theme="dark"] .hr-status-band{background:var(--hr-surface);color:var(--hr-ink)}
@media(max-width:800px){.hr-task-card.is-high:first-child{grid-column:span 1}.hr-module-card{flex-basis:100%}}

/* HR readability and organization intelligence layer */
.hr-workspace,.hr-recruitment,.hr-people,.hr-business-page{
  font-family:var(--gc-font);
  font-size:15px;
  line-height:1.55;
}
.hr-page-header h1,.hr-recruit-header h1{
  margin:.15rem 0 .55rem;
  font-size:clamp(30px,3vw,36px);
  font-weight:650;
  line-height:1.18;
  letter-spacing:-.035em;
}
.hr-page-header p:not(.hr-eyebrow),.hr-recruit-header>div>p:last-child{font-size:15px;line-height:1.65}
.hr-eyebrow{font-size:12px;letter-spacing:.08em}
.hr-view-tabs{gap:12px;margin:0 0 24px;overflow-x:auto}
.hr-view-tabs button{flex:none;padding:14px 10px;font-size:14px}
.hr-recruit-refresh,.hr-back-button{min-height:38px;padding:8px 15px;font-size:13px}

.hr-org-overview{display:block;margin:18px 0 20px}
.hr-org-context{display:flex;align-items:center;gap:18px;min-height:46px;border-block:1px solid var(--hr-line);padding:10px 2px;color:var(--hr-copy);font-size:13px}
.hr-org-context>span:first-child{color:var(--hr-gold);font-weight:650}
.hr-org-context strong{color:var(--hr-ink);font-size:14px}
.hr-org-context time{margin-left:auto;font-size:12px}

.hr-org-dashboard{
  display:grid;
  grid-template-columns:minmax(0,1.8fr) minmax(300px,.8fr);
  grid-template-areas:"main flex" "trend flex" "ranking quality";
  gap:16px;
  margin-top:0;
}
.hr-org-main-metric,.hr-org-flex,.hr-org-trend,.hr-org-ranking,.hr-org-quality{
  border:0;
  border-radius:12px;
  padding:24px;
  box-shadow:0 8px 28px rgba(41,52,64,.055);
}
.hr-org-main-metric{grid-area:main;min-height:176px;background:#E8EDF2}
.hr-org-main-metric>span{color:#556476;font-size:14px;font-weight:650}
.hr-org-main-metric>strong{display:block;margin:8px 0 3px;color:#172331;font-size:42px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}
.hr-org-main-metric>strong small,.hr-org-flex header>strong small{margin-left:5px;font-size:14px;font-weight:500}
.hr-org-main-metric p{margin:12px 0 16px;color:#556476;font-size:14px}
.hr-org-main-metric p b{color:#172331;font-size:18px}
.hr-org-main-metric a{color:#795B18;font-size:14px;font-weight:650;text-decoration:none}
.hr-org-main-metric a:hover,.hr-org-main-metric a:focus-visible{color:#4F3907;text-decoration:underline;text-underline-offset:4px}
.hr-org-flex{grid-area:flex;background:#fff}
.hr-org-flex header,.hr-org-trend header,.hr-org-ranking header,.hr-org-quality header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.hr-org-flex h3,.hr-org-trend h3,.hr-org-ranking h3,.hr-org-quality h3{margin:0;color:var(--hr-ink);font-size:17px;font-weight:650}
.hr-org-flex header p,.hr-org-trend header p,.hr-org-ranking header p{margin:4px 0 0;color:var(--hr-copy);font-size:13px}
.hr-org-flex header>strong{font-size:30px;line-height:1}
.hr-donut{position:relative;display:grid;width:172px;height:172px;margin:30px auto;border-radius:50%;background:conic-gradient(#B98A2B 0 var(--part-angle),#72859A var(--part-angle) 360deg);place-items:center}
.hr-donut:after{position:absolute;inset:30px;border-radius:50%;background:#fff;content:""}
.hr-donut>span{position:relative;z-index:1;color:var(--hr-ink);font-size:32px;font-weight:700;text-align:center}
.hr-donut>span small{display:block;margin-top:4px;color:var(--hr-copy);font-size:12px;font-weight:500}
.hr-org-legend{display:grid;gap:8px}
.hr-org-legend a{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:10px;border-radius:6px;padding:9px 10px;color:var(--hr-ink);font-size:14px;text-decoration:none}
.hr-org-legend a:hover,.hr-org-legend a:focus-visible{background:#F3F6F8;outline:2px solid rgba(167,122,22,.22)}
.hr-org-legend i{width:9px;height:9px;background:#72859A}.hr-org-legend i.is-part{background:#B98A2B}
.hr-org-legend strong{font-size:16px}
.hr-org-trend{grid-area:trend;background:#fff}
.hr-org-trend header>span,.hr-org-ranking header>span,.hr-org-quality header>span{color:var(--hr-copy);font-size:13px;white-space:nowrap}
.hr-org-trend svg{display:block;width:100%;height:auto;margin:12px 0 0;overflow:visible}
.hr-chart-axis{stroke:#D7DEE5;stroke-width:1}
.hr-chart-line{fill:none;stroke:#65798E;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}
.hr-chart-bar{fill:#D9E1E8}.hr-chart-point{fill:#fff;stroke:#A77A16;stroke-width:3}
.hr-org-trend [data-trend-index]{cursor:pointer;outline:0}
.hr-org-trend [data-trend-index]:hover .hr-chart-bar,.hr-org-trend [data-trend-index]:focus-visible .hr-chart-bar{fill:#D9BE7D}
.hr-org-trend [data-trend-index]:hover .hr-chart-point,.hr-org-trend [data-trend-index]:focus-visible .hr-chart-point{fill:#A77A16;stroke-width:5}
.hr-org-trend text{fill:#788595;font-size:11px;text-anchor:middle}
.hr-trend-people{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;border-top:1px solid var(--hr-line);padding-top:14px;font-size:14px}
.hr-trend-people[hidden]{display:none}.hr-trend-people header{grid-column:1/-1;align-items:center}.hr-trend-people header button{border:0;background:transparent;color:var(--hr-copy);font-size:20px;cursor:pointer}
.hr-trend-people a{display:flex;flex-direction:column;gap:2px;border-radius:6px;background:#F5F7F9;padding:10px;color:var(--hr-ink);text-decoration:none}.hr-trend-people a:hover{background:#E9EEF3}.hr-trend-people small{color:var(--hr-copy);font-size:12px}
.hr-org-ranking{grid-area:ranking;background:#fff}
.hr-dept-bar{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(120px,2fr) 42px;align-items:center;gap:14px;width:100%;border:0;border-bottom:1px solid #EDF0F3;background:transparent;padding:11px 2px;color:var(--hr-ink);font-size:14px;text-align:left;cursor:pointer}
.hr-dept-bar:last-child{border-bottom:0}.hr-dept-bar>span{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.hr-dept-bar>span strong{font-size:14px}.hr-dept-bar>span small{color:var(--hr-copy);font-size:12px;white-space:nowrap}
.hr-dept-bar i{position:relative;height:10px;border-radius:2px;background:#EDF1F4;overflow:hidden}.hr-dept-bar i:after{position:absolute;inset:0;width:var(--bar);background:#7A8DA0;content:"";transition:width .24s,background-color .18s}
.hr-dept-bar:hover,.hr-dept-bar:focus-visible{color:#6B4E0D;outline:0}.hr-dept-bar:hover i:after,.hr-dept-bar:focus-visible i:after{background:#B48929}.hr-dept-bar>b{text-align:right;font-size:16px}
.hr-org-quality{grid-area:quality;align-self:start;background:#EDF1F4;box-shadow:none}
.hr-org-quality>a,.hr-org-quality>button{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;border-bottom:1px solid #D6DDE3;background:transparent;padding:14px 0;color:var(--hr-ink);font:14px inherit;text-decoration:none;cursor:pointer}
.hr-org-quality>a:hover,.hr-org-quality>a:focus-visible,.hr-org-quality>button:hover,.hr-org-quality>button:focus-visible{color:#765714;outline:0}.hr-org-quality>a strong,.hr-org-quality>button strong{font-size:19px}.hr-org-quality>p{margin:16px 0 0;color:var(--hr-copy);font-size:12px;line-height:1.7}

.hr-org-toolbar{padding:14px}.hr-org-toolbar label,.hr-people-toolbar label{font-size:12px}.hr-org-toolbar input,.hr-org-toolbar select,.hr-people-toolbar input,.hr-people-toolbar select{height:38px;font-size:14px}
.hr-org-toolbar>span,.hr-people-toolbar>span{font-size:13px}
.hr-org-directory-row,.hr-position-row{padding:16px 18px;font-size:14px}
.hr-org-directory-row strong,.hr-position-row strong{font-size:14px}.hr-org-directory-row small,.hr-position-row small,.hr-org-directory-row>span:not(:first-child),.hr-position-row>span:nth-child(2){font-size:12px}
.hr-position-row{grid-template-columns:minmax(210px,1.4fr) minmax(130px,1fr) repeat(4,72px) 18px}
.hr-org-node{width:230px;padding:14px}.hr-org-node strong{font-size:14px}.hr-org-node small,.hr-org-leader,.hr-org-node footer,.hr-org-map-status{font-size:12px}.hr-org-node footer{gap:9px;flex-wrap:wrap}.hr-org-leader{margin-left:27px}.hr-org-leader.is-missing{color:#A26A2B}
.hr-org-map-toolbar input,.hr-org-map-toolbar button{height:38px;font-size:13px}.hr-org-map-toolbar output{font-size:12px}
.hr-org-drawer,.hr-position-drawer{width:min(680px,96vw)}.hr-org-drawer section h3{font-size:15px}.hr-org-drawer-metrics,.hr-position-capacity{grid-template-columns:repeat(4,1fr)}
.hr-org-drawer-metrics span,.hr-position-capacity span{font-size:12px}.hr-org-drawer-metrics strong,.hr-position-capacity strong{font-size:24px}.hr-org-drawer-metrics small{font-size:13px}
.hr-org-edit-form label,.hr-position-edit-form label,.hr-people-form label{font-size:12px}.hr-org-edit-form input,.hr-org-edit-form select,.hr-org-edit-form textarea,.hr-position-edit-form input,.hr-position-edit-form select,.hr-position-edit-form textarea,.hr-people-form input,.hr-people-form select,.hr-people-form textarea,.hr-people-form button{font-size:14px}
.hr-org-edit-form button,.hr-position-edit-form>button{min-height:42px;font-size:14px}.hr-org-links button,.hr-org-people a{padding:12px;font-size:14px}.hr-org-links span,.hr-org-people span{font-size:12px}.hr-quality-list dt{font-size:12px}.hr-quality-list dd{font-size:14px}.hr-position-impact{font-size:13px}
.hr-capacity-note{margin:0;padding:0 22px 4px;color:var(--hr-copy);font-size:12px}
.hr-person-row{grid-template-columns:38px minmax(150px,1fr) minmax(120px,.75fr) minmax(120px,.75fr) 104px 92px 72px 82px 16px;padding:15px 16px}.hr-person-row span>small{font-size:12px}.hr-person-row span>strong,.hr-person-main>strong{font-size:14px!important}.hr-employment-pill{color:#50667A;font-size:12px}.hr-contract-pill,.hr-stage-pill{font-size:12px}
.hr-people-toolbar{flex-wrap:wrap}.hr-people-toolbar>span{margin-left:auto}.hr-people-toolbar #peopleCompany{height:auto;min-height:38px;max-width:260px;padding:6px 9px}

@media(max-width:800px){
  .hr-org-dashboard{grid-template-columns:1fr;grid-template-areas:"main" "flex" "trend" "ranking" "quality"}
  .hr-org-context{flex-wrap:wrap;gap:8px 16px}.hr-org-context time{width:100%;margin-left:0}
  .hr-position-row{grid-template-columns:1fr repeat(4,52px)}
  .hr-position-row>span:nth-child(2),.hr-position-row>b{display:none}.hr-position-row>span:nth-child(4){display:none}
  .hr-org-drawer-metrics,.hr-position-capacity{grid-template-columns:repeat(2,1fr)}
  .hr-person-row{grid-template-columns:38px 1fr auto}.hr-person-row>.hr-employment-pill{display:inline-flex;grid-column:3}.hr-person-row>.hr-stage-pill{display:none}.hr-person-row>.hr-contract-pill{grid-column:2/4;margin-left:51px}
}
@media(max-width:390px){
  .hr-org-main-metric,.hr-org-flex,.hr-org-trend,.hr-org-ranking,.hr-org-quality{padding:18px;border-radius:9px}
  .hr-org-main-metric>strong{font-size:38px}.hr-org-flex header>strong{font-size:26px}.hr-donut{width:150px;height:150px}
  .hr-trend-people{grid-template-columns:1fr}.hr-dept-bar{grid-template-columns:minmax(105px,.8fr) 1fr 30px;gap:8px}.hr-dept-bar>span small{display:none}
  .hr-position-row{grid-template-columns:1fr repeat(3,44px)}.hr-position-row>span:nth-child(4){display:none}.hr-position-row>span:nth-child(6){display:none}
}
/* 完整员工档案工作页 */
.hr-person-workspace>header.hr-profile-hero{display:grid;grid-template-columns:auto 1fr minmax(190px,260px);gap:20px;align-items:center;padding:28px;background:linear-gradient(120deg,#172b32,#244b4c);color:#f7f5ee;border:0;border-radius:18px}.hr-profile-hero h2{margin:8px 0 4px;font-size:32px}.hr-person-workspace>header.hr-profile-hero p{margin:0;color:#c9d9d4}.hr-profile-completeness{padding-left:20px;border-left:1px solid #ffffff44}.hr-profile-completeness small,.hr-profile-completeness em{display:block;color:#c9d9d4;font-style:normal}.hr-profile-completeness strong{display:block;font-size:28px;margin:4px 0 8px}.hr-completeness-track{display:block;height:8px;background:#ffffff33;border-radius:8px;overflow:hidden}.hr-completeness-track i{display:block;height:100%;background:#d5ee85;border-radius:8px}.hr-business-band{margin:16px 0}.hr-person-tabs{overflow:auto;white-space:nowrap}.hr-person-tabs button{min-height:44px}.hr-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px}.hr-overview-main,.hr-overview-rail>div,.hr-profile-section,.hr-tab-section,.hr-sensitive-section{background:#fff;border:1px solid #dce5df;border-radius:14px;padding:24px}.hr-overview-main h3{font-size:22px;margin:6px 0}.hr-overview-main h3 span{color:#85a89e}.hr-reporting-line{color:#5d706b}.hr-fact-grid,.hr-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px}.hr-profile-field{padding:13px 0;border-bottom:1px solid #e7eeea}.hr-profile-field dt{font-size:13px;color:#71807b}.hr-profile-field dd{margin:5px 0 0;font-size:15px;color:#1d2e2d;font-weight:600}.hr-profile-field dd:has(+*){}.hr-risk-card strong{display:block;font-size:20px;margin:8px 0}.hr-risk-card p,.hr-todo-card p{color:#687974}.hr-todo-card{margin-top:18px}.hr-todo-card strong{display:block;margin:8px 0}.hr-todo-card ul{padding-left:20px}.hr-person-completeness{font-size:12px;color:#46645e}.hr-sensitive-heading{display:flex;justify-content:space-between;gap:20px;align-items:center}.hr-sensitive-heading h3{margin:3px 0}.hr-sensitive-heading p{margin:4px 0;color:#687974}.hr-sensitive-reveal,.hr-reveal-submit{background:#265e5a;color:white;border:0;border-radius:8px;padding:11px 16px;font-weight:700;cursor:pointer}.hr-audit-note{color:#356e55;font-weight:700}.hr-sensitive-grid{margin-top:18px}.hr-sensitive-grid .hr-profile-field dd{letter-spacing:.08em}.hr-reveal-layer{position:fixed;inset:0;z-index:1000;display:grid;place-items:center}.hr-reveal-overlay{position:absolute;inset:0;background:#11242699}.hr-reveal-dialog{position:relative;width:min(92vw,430px);background:#fff;border-radius:16px;padding:24px;box-shadow:0 20px 70px #102b2c44}.hr-reveal-dialog h3{margin-top:0}.hr-reveal-dialog label{display:block;font-weight:700;margin:16px 0 6px}.hr-reveal-dialog textarea{width:100%;box-sizing:border-box;padding:10px;border:1px solid #afc2ba;border-radius:8px;font:inherit;resize:vertical}.hr-reveal-error{min-height:20px;color:#a63d31;font-size:13px}.hr-reveal-actions{display:flex;justify-content:flex-end;gap:10px}.hr-reveal-cancel{border:1px solid #b7c7c0;background:#fff;border-radius:8px;padding:10px 16px}.hr-reveal-dialog :focus-visible,.hr-full-profile :focus-visible{outline:3px solid #b6d96c;outline-offset:3px}
@media (max-width:700px){.hr-person-workspace>header.hr-profile-hero{grid-template-columns:auto 1fr;padding:20px;gap:12px}.hr-profile-hero h2{font-size:25px}.hr-profile-completeness{grid-column:1/-1;border-left:0;border-top:1px solid #ffffff44;padding:14px 0 0}.hr-overview-grid{grid-template-columns:1fr}.hr-fact-grid,.hr-profile-grid{grid-template-columns:1fr}.hr-overview-main,.hr-overview-rail>div,.hr-profile-section,.hr-tab-section,.hr-sensitive-section{padding:17px}.hr-sensitive-heading{display:block}.hr-sensitive-reveal{margin-top:12px}.hr-business-band{display:grid!important;grid-template-columns:1fr 1fr!important}.hr-person-completeness{display:none}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
.hr-payroll-cycle-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.hr-payroll-permission{margin-top:24px;padding:28px;border:1px solid #dfb0aa;border-radius:10px;background:#fff5f3;color:#7f3028}.hr-payroll-permission strong{font-size:18px}.hr-payroll-permission p{margin:6px 0;font-size:14px}

/* 薪资人员政策、批量付款路径与飞书考勤组 */
.hr-section-actions{display:flex;flex-wrap:wrap;gap:8px}.hr-policy-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.hr-policy-summary article{min-height:110px;border-radius:20px;background:rgba(255,255,255,.92);padding:20px;box-shadow:0 8px 28px rgba(41,42,46,.055)}.hr-policy-summary span{display:block;color:#6e6e73;font-size:13px}.hr-policy-summary strong{display:block;margin-top:14px;color:#343537;font-size:28px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.hr-payment-batch{margin-bottom:16px;border-radius:20px;background:#fff;padding:20px;box-shadow:0 8px 28px rgba(41,42,46,.055)}.hr-payment-batch fieldset{display:grid;grid-template-columns:auto minmax(150px,190px) minmax(220px,1fr) 168px auto;align-items:end;gap:12px;margin:0;border:0;padding:0}.hr-payment-batch legend{grid-column:1/-1;margin-bottom:4px;padding:0;color:#343537;font-size:18px;font-weight:680;letter-spacing:-.02em}.hr-payment-batch output{align-self:center;color:#6e6e73;font-size:13px}.hr-payment-batch label,.hr-attendance-member-form label{display:grid;gap:6px;color:#6e6e73;font-size:12px}.hr-payment-batch input,.hr-payment-batch select,.hr-attendance-member-form input,.hr-attendance-member-form textarea{box-sizing:border-box;width:100%;min-height:42px;border:1px solid rgba(52,53,55,.16);border-radius:12px;background:#fff;padding:9px 12px;color:#343537;font:500 13px var(--gc-font)}.hr-payment-batch input:focus-visible,.hr-payment-batch select:focus-visible,.hr-attendance-member-form input:focus-visible,.hr-attendance-member-form textarea:focus-visible{border-color:#c9a227;box-shadow:0 0 0 3px rgba(201,162,39,.18);outline:0}.hr-person-policy-table,.hr-attendance-member-table{overflow-x:auto;border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(41,42,46,.055)}.hr-person-policy-table table,.hr-attendance-member-table table{width:100%;border-collapse:collapse}.hr-person-policy-table th,.hr-person-policy-table td,.hr-attendance-member-table th,.hr-attendance-member-table td{padding:14px 16px;border-top:1px solid rgba(52,53,55,.08);color:#343537;font-size:13px;text-align:left;vertical-align:middle}.hr-person-policy-table thead th,.hr-attendance-member-table thead th{border-top:0;background:#f2f2f5;color:#6e6e73;font-size:12px;font-weight:600;white-space:nowrap}.hr-person-policy-table tbody th strong,.hr-person-policy-table tbody th small,.hr-person-policy-table td strong,.hr-person-policy-table td small,.hr-attendance-member-table tbody th strong,.hr-attendance-member-table tbody th small{display:block}.hr-person-policy-table small,.hr-attendance-member-table small{margin-top:3px;color:#6e6e73;font-size:11px;font-weight:500}.hr-check{display:grid;min-width:40px;min-height:40px;place-items:center}.hr-check input{width:18px;height:18px;accent-color:#292a2e}.hr-attendance-group-list{display:grid;gap:16px}.hr-attendance-group{border-radius:22px;background:rgba(255,255,255,.92);padding:20px;box-shadow:0 8px 28px rgba(41,42,46,.055)}.hr-attendance-group>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hr-attendance-group h3{margin:0;color:#343537;font-size:20px;font-weight:680;line-height:1.2;letter-spacing:-.02em}.hr-attendance-group header p{margin:5px 0 0;color:#6e6e73;font-size:13px}.hr-attendance-group>dl{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0}.hr-attendance-group>dl div{border-radius:14px;background:#f5f5f7;padding:12px}.hr-attendance-group dt{color:#6e6e73;font-size:11px}.hr-attendance-group dd{margin:4px 0 0;color:#343537;font-size:13px;font-weight:600}.hr-policy-state{display:inline-flex;min-height:28px;align-items:center;border-radius:999px;background:rgba(52,199,89,.1);padding:0 10px;color:#256a3b;font-size:11px;font-weight:650}.hr-policy-state.is-warning{background:rgba(255,149,0,.12);color:#8a5100}.hr-attendance-member-form{display:grid;gap:16px;padding:22px}.hr-attendance-member-form>p{margin:0;color:#6e6e73;font-size:13px;line-height:1.6}.hr-attendance-member-form textarea{min-height:96px;resize:vertical}
.hr-payroll-form-hint{margin:12px 0 0;color:#6e6e73;font-size:12px;line-height:1.55}
@media(max-width:1040px){.hr-payment-batch fieldset{grid-template-columns:1fr 1fr}.hr-payment-batch legend{grid-column:1/-1}.hr-payment-batch output{grid-column:1/-1}.hr-policy-summary{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.hr-business-page .hr-payroll-tabs button{min-height:40px}.hr-payment-batch fieldset{grid-template-columns:1fr}.hr-payment-batch legend,.hr-payment-batch output{grid-column:auto}.hr-policy-summary{grid-template-columns:1fr 1fr}.hr-attendance-group>dl{grid-template-columns:1fr}.hr-section-actions{width:100%}.hr-section-actions button{flex:1 1 180px}.hr-person-policy-table,.hr-attendance-member-table{overflow:visible;background:transparent;box-shadow:none}.hr-person-policy-table table,.hr-person-policy-table tbody,.hr-attendance-member-table table,.hr-attendance-member-table tbody{display:block}.hr-person-policy-table thead,.hr-attendance-member-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.hr-person-policy-table tr,.hr-attendance-member-table tr{display:grid;grid-template-columns:40px minmax(0,1fr);gap:8px 12px;margin-bottom:10px;border-radius:18px;background:#fff;padding:14px;box-shadow:0 6px 22px rgba(41,42,46,.05)}.hr-person-policy-table td,.hr-person-policy-table th,.hr-attendance-member-table td,.hr-attendance-member-table th{grid-column:2;border:0;padding:3px 0}.hr-person-policy-table tr>td:first-child{grid-column:1;grid-row:1/7}.hr-person-policy-table tr>th,.hr-attendance-member-table tr>th{grid-row:1}.hr-person-policy-table tr>td:last-child,.hr-attendance-member-table tr>td:last-child{padding-top:8px}.hr-attendance-member-table tr{grid-template-columns:1fr}.hr-attendance-member-table td,.hr-attendance-member-table th{grid-column:1}.hr-attendance-group{padding:16px}}
@media(max-width:480px){.hr-policy-summary{gap:8px}.hr-policy-summary article{min-height:96px;border-radius:16px;padding:14px}.hr-policy-summary strong{font-size:22px}.hr-payment-batch{border-radius:16px;padding:16px}.hr-attendance-group>header{display:block}.hr-attendance-group>header .hr-payroll-badge{display:inline-flex;margin-top:8px}}
@media(max-width:320px){.hr-policy-summary{grid-template-columns:1fr}.hr-section-actions{display:grid}.hr-section-actions button{width:100%}.hr-person-policy-table tr{grid-template-columns:32px minmax(0,1fr);padding:12px}.hr-check{min-width:32px}.hr-payment-batch input,.hr-payment-batch select{font-size:12px}}
.hr-payroll-source-badge{padding:6px 10px;border:1px solid var(--hr-line);border-radius:999px;background:#f7f8f9;color:var(--hr-copy);font-size:12px;white-space:nowrap}.hr-evidence-card{margin-top:16px}.hr-evidence-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hr-evidence-card header h2{margin:0}.hr-evidence-table{width:100%;border-collapse:collapse;font-size:13px}.hr-evidence-table th,.hr-evidence-table td{padding:11px 12px;border-top:1px solid var(--hr-line);text-align:left;vertical-align:top}.hr-evidence-table thead th{border-top:0;background:#f7f8f9;color:var(--hr-copy);font-size:12px}.hr-evidence-table th small,.hr-evidence-table td small{display:block;margin-top:4px;color:var(--hr-copy);font-weight:400}.hr-evidence-table .is-money{white-space:nowrap;font-variant-numeric:tabular-nums}.hr-evidence-table code{font-size:11px;color:#59636d;word-break:break-all}.hr-evidence-amount{display:inline-flex;gap:5px;margin:0 8px 6px 0;padding:4px 6px;border-radius:5px;background:#f7f8f9;white-space:nowrap}.hr-evidence-amount b{font-weight:600;color:var(--hr-ink)}.hr-evidence-rules,.hr-evidence-version-list{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}.hr-evidence-rules li,.hr-evidence-version-list li{display:grid;gap:4px;padding:10px 12px;background:#f7f8f9;font-size:13px}.hr-evidence-rules strong{color:var(--hr-gold)}.hr-evidence-rules span,.hr-evidence-version-list span{color:var(--hr-copy);line-height:1.5}.hr-evidence-version-list code{font-size:11px;color:#59636d;word-break:break-all}.hr-evidence-footnote{margin:14px 0;color:var(--hr-copy);font-size:12px}.hr-evidence-footnote code{font-size:11px}.hr-evidence-table-wrap{overflow-x:auto}
@media(max-width:760px){.hr-evidence-card header{display:block}.hr-payroll-source-badge{align-self:flex-start}.hr-evidence-table{min-width:760px}}
.hr-table-wrap{overflow-x:auto}
.hr-governance-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;width:100%}.hr-governance-fields label{display:flex;flex-direction:column;gap:6px;color:var(--gc-muted);font-size:12px;font-weight:650}.hr-governance-fields input,.hr-governance-fields select{width:100%;box-sizing:border-box}.hr-governance-fields input[type=checkbox]{width:20px;min-height:20px;margin:10px 0}
.hr-person-detail-drawer .hr-status-band{grid-template-columns:repeat(5,minmax(0,1fr))}.hr-person-detail-drawer .hr-status-band em{font-size:10px;color:var(--hr-copy);font-style:normal}
@media(max-width:760px){.hr-governance-fields{grid-template-columns:1fr}}
@media(max-width:800px){.hr-person-detail-drawer .hr-status-band{grid-template-columns:repeat(2,1fr)}}
@media(max-width:390px){.hr-person-detail-drawer .hr-status-band{grid-template-columns:1fr}}
.hr-payroll-evidence-link{min-height:40px;border:1px solid var(--hr-gold);border-radius:999px;background:#fff;color:var(--hr-gold);padding:0 14px;font:600 13px inherit;cursor:pointer}.hr-payroll-evidence-link.is-active{background:var(--hr-gold);color:#fff}

/* 员工关系与花名册分流后的独立入口 */
.hr-relations-panel{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:8px;border-radius:20px;background:rgba(255,255,255,.92);padding:24px;box-shadow:0 8px 28px rgba(41,42,46,.055)}
.hr-relations-panel h2{margin:6px 0;color:var(--gc-ink);font-size:21px;font-weight:680;letter-spacing:-.02em}
.hr-relations-panel p{max-width:720px;margin:0;color:var(--gc-muted);font-size:14px;line-height:1.6}
@media(max-width:760px){.hr-relations-panel{display:block;padding:18px}.hr-relations-panel>a{display:inline-flex;margin-top:16px}}

/* 花名册：窄行目录表，人员身份字段拆列显示，不使用头像占位。 */
.hr-roster-page .hr-people-list{overflow-x:auto}
.hr-roster-page .hr-people-group-body{overflow:visible}
.hr-roster-page .hr-group-select{display:none!important}
.hr-roster-page #peopleAttendanceSource{display:none!important}
.hr-roster-page #peopleSearch::-webkit-search-cancel-button{display:none;-webkit-appearance:none;appearance:none}
.hr-roster-page label:has(>#peopleAttendanceSource){display:none!important}
.hr-roster-page .hr-person-table-head,.hr-roster-page .hr-person-row{display:grid;grid-template-columns:var(--hr-roster-cols,36px minmax(140px,1.2fr) 92px 116px 140px 96px 150px 112px 56px 56px 56px 56px);align-items:center;gap:12px;min-width:1240px}
.hr-roster-page .hr-person-table-head{position:sticky;z-index:3;top:0;padding:8px 16px;border-bottom:1px solid var(--gc-line);background:var(--gc-surface-muted);color:var(--gc-muted);font-size:11px;font-weight:650}
.hr-roster-page .hr-person-row{min-height:44px;padding:6px 16px}
.hr-roster-page .hr-person-row>span>strong{display:block;overflow:hidden;color:var(--gc-ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.hr-roster-page .hr-person-row .hr-roster-status{margin-top:2px;color:var(--gc-muted);font-size:10px;font-weight:600;line-height:1.2}
.hr-roster-page .hr-person-row.is-terminated .hr-person-main>strong{color:var(--gc-muted)}
.hr-roster-page .hr-person-row .hr-person-employee-no strong,.hr-roster-page .hr-person-row .hr-person-source strong{font-variant-numeric:tabular-nums}
.hr-roster-page .hr-person-row .hr-person-roster-no strong{font-variant-numeric:tabular-nums;color:var(--gc-muted)}
.hr-roster-page .hr-person-row .hr-employment-pill,.hr-roster-page .hr-person-row .hr-stage-pill,.hr-roster-page .hr-person-row .hr-contract-pill{justify-self:start;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hr-roster-page .hr-person-row .hr-person-completeness{color:var(--gc-ink-soft);font-size:11px;white-space:nowrap}
.hr-roster-page .hr-person-table-head>[data-roster-column]{position:relative;display:flex;min-width:0;align-items:center;justify-content:space-between;gap:4px}
.hr-roster-page .hr-person-table-head>span:first-child,.hr-roster-page .hr-person-row>.hr-person-select{position:sticky;left:16px;z-index:4;background:var(--gc-surface-muted)}
.hr-roster-page .hr-person-table-head>[data-roster-column="name"],.hr-roster-page .hr-person-row>.hr-person-main{position:sticky;left:64px;z-index:4;background:var(--gc-surface)}
.hr-roster-page .hr-person-table-head>[data-roster-column="name"]{background:var(--gc-surface-muted)}
.hr-roster-page .hr-person-row>.hr-person-main{box-shadow:8px 0 10px -10px rgba(41,42,46,.3)}
.hr-roster-page .hr-column-resizer{display:block;width:8px;height:24px;flex:0 0 8px;border-right:1px solid transparent;cursor:col-resize;user-select:none}
.hr-roster-page .hr-column-resizer:hover,.hr-roster-page .hr-column-resizer:focus-visible{border-right-color:var(--gc-gold);outline:0}
.hr-roster-page .hr-person-flag{display:flex;min-width:28px;min-height:32px;align-items:center;justify-content:center;cursor:pointer}
.hr-roster-page .hr-person-flag input{position:absolute;opacity:0}
.hr-roster-page .hr-person-flag span{display:block;width:18px;height:18px;border:1px solid var(--gc-line-strong);border-radius:5px;background:var(--gc-surface);box-shadow:inset 0 1px 1px rgba(0,0,0,.04)}
.hr-roster-page .hr-person-flag input:checked+span{border-color:var(--gc-ink);background:var(--gc-ink)}
.hr-roster-page .hr-person-flag input:checked+span::after{display:block;color:#fff;content:'✓';font-size:12px;line-height:16px;text-align:center}
.hr-roster-page .hr-person-flag input:focus-visible+span{outline:2px solid var(--gc-gold);outline-offset:2px}
@media(max-width:760px){
  .hr-roster-page .hr-person-table-head,.hr-roster-page .hr-person-row{grid-template-columns:36px minmax(130px,1fr) 88px 96px 90px 100px repeat(4,56px);min-width:800px;gap:8px;padding-inline:12px}
  .hr-roster-page .hr-person-table-head>span:first-child,.hr-roster-page .hr-person-row>.hr-person-select{left:12px}
  .hr-roster-page .hr-person-table-head>[data-roster-column="name"],.hr-roster-page .hr-person-row>.hr-person-main{left:56px}
  .hr-roster-page .hr-person-table-head span:nth-child(5),.hr-roster-page .hr-person-table-head span:nth-child(6),.hr-roster-page .hr-person-table-head span:nth-child(7),.hr-roster-page .hr-person-table-head span:nth-child(9),.hr-roster-page .hr-person-table-head span:nth-child(10),.hr-roster-page .hr-person-row>span:nth-of-type(4),.hr-roster-page .hr-person-row>span:nth-of-type(5),.hr-roster-page .hr-person-row .hr-person-completeness{display:none}
  .hr-roster-page .hr-person-row>.hr-person-employee-no,.hr-roster-page .hr-person-row>.hr-person-source{display:block!important}
  .hr-roster-page .hr-person-row>.hr-employment-pill{display:inline-flex!important;grid-column:5}
  .hr-roster-page .hr-person-row>.hr-stage-pill,.hr-roster-page .hr-person-row>.hr-contract-pill{display:none}
}
@media(max-width:480px){.hr-roster-page .hr-person-table-head,.hr-roster-page .hr-person-row{grid-template-columns:32px minmax(0,1fr) 80px 80px repeat(4,48px);min-width:574px;gap:8px}.hr-roster-page .hr-person-table-head>span:first-child,.hr-roster-page .hr-person-row>.hr-person-select{left:12px}.hr-roster-page .hr-person-table-head>[data-roster-column="name"],.hr-roster-page .hr-person-row>.hr-person-main{left:52px}.hr-roster-page .hr-person-table-head span:nth-child(5),.hr-roster-page .hr-person-table-head span:nth-child(6),.hr-roster-page .hr-person-table-head span:nth-child(7),.hr-roster-page .hr-person-table-head span:nth-child(8),.hr-roster-page .hr-person-table-head span:nth-child(9),.hr-roster-page .hr-person-table-head span:nth-child(10),.hr-roster-page .hr-person-table-head span:nth-child(11),.hr-roster-page .hr-person-row .hr-person-source,.hr-roster-page .hr-person-row>.hr-employment-pill,.hr-roster-page .hr-person-row>.hr-stage-pill,.hr-roster-page .hr-person-row>.hr-contract-pill{display:none!important}.hr-roster-page .hr-person-row>.hr-person-source{display:none!important}.hr-roster-page .hr-person-row{min-height:48px;padding-block:6px}}
