/* Final Apple / GIRLCULT visual layer. Loaded after legacy business styles. */
:root{
  --hr-bg:var(--gc-canvas);
  --hr-canvas:var(--gc-canvas);
  --hr-surface:var(--gc-surface);
  --hr-ink:var(--gc-ink);
  --hr-copy:var(--gc-muted);
  --hr-line:var(--gc-line);
  --hr-gold:var(--gc-gold);
  --hr-gold-soft:var(--gc-gold-wash);
  --hr-success:var(--gc-success);
}

#view:has(> .hr-workspace),#view:has(> .hr-business-page),#view:has(> .hr-recruitment),#view:has(> .hr-people),#view:has(> .hr-management-dashboard){width:100%;max-width:1240px;padding:0}
.hr-workspace,.hr-business-page,.hr-recruitment,.hr-people,.hr-management-dashboard{width:100%;max-width:1240px;margin:0 auto;padding:32px 0 64px;color:var(--gc-ink);font-family:var(--gc-font);font-size:14px;font-weight:400;line-height:1.55;font-variant-numeric:tabular-nums}
.hr-workspace *,.hr-business-page *,.hr-recruitment *,.hr-people *,.hr-management-dashboard *{font-family:inherit}
.hr-page-header,.hr-recruit-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}
.hr-page-header h1,.hr-recruit-header h1{margin:0 0 8px;color:var(--gc-ink);font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.04;letter-spacing:-.035em;text-wrap:balance}
.hr-page-header p:not(.hr-eyebrow),.hr-recruit-header>div>p:last-child{max-width:720px;margin:0;color:var(--gc-muted);font-size:15px;line-height:1.65}
.hr-eyebrow{margin:0 0 8px;color:var(--gc-gold-deep);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hr-verify-badge{display:inline-flex;min-height:36px;flex:none;align-items:center;border:1px solid rgba(201,162,39,.26);border-radius:999px;background:var(--gc-gold-wash);padding:6px 12px;color:var(--gc-gold-deep);font-size:11px;cursor:help}

.hr-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:40px 0 16px}
.hr-section-heading h2,.hr-pillar-panel h2{margin:0 0 4px;color:var(--gc-ink);font-size:clamp(17px,2vw,23px);font-weight:680;line-height:1.2;letter-spacing:-.02em}
.hr-section-heading p,.hr-pillar-panel p{margin:0;color:var(--gc-muted);font-size:13px}
.hr-inline-state,.hr-loading{display:flex;min-height:72px;align-items:center;gap:12px;color:var(--gc-muted);font-size:13px}
.hr-inline-state.is-error{align-items:flex-start;flex-direction:column;border:1px solid rgba(255,59,48,.16);border-radius:16px;background:rgba(255,59,48,.055);padding:20px}
.hr-loading span{width:18px;height:18px;border:2px solid var(--gc-line);border-top-color:var(--gc-gold);border-radius:50%;animation:hr-spin .8s linear infinite}

/* KPI cards and navigation cards. */
.hr-summary-grid,.hr-metrics,.hr-recruit-summary,.hr-opening-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hr-summary-card,.hr-metrics article,.hr-recruit-summary article,.hr-recruit-summary button,#peopleSummary button,.hr-opening-overview article{min-height:128px;border:1px solid var(--gc-line);border-radius:var(--gc-radius-card);background:var(--gc-surface);padding:20px 24px;color:var(--gc-ink);box-shadow:var(--gc-shadow-card)}
.hr-summary-card{display:flex;justify-content:center;flex-direction:column;gap:12px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s}
.hr-summary-card:hover,.hr-summary-card:focus-visible{transform:translateY(-2px);border-color:rgba(201,162,39,.34);box-shadow:0 18px 42px rgba(41,42,46,.09);outline:0}
.hr-summary-card>span,.hr-metrics span,.hr-recruit-summary span,.hr-opening-overview span{color:var(--gc-muted);font-size:12px;font-weight:600}
.hr-summary-card strong,.hr-metrics strong,.hr-recruit-summary strong,.hr-opening-overview strong{color:var(--gc-ink);font-size:clamp(31px,3vw,38px);font-weight:720;line-height:1;letter-spacing:-.04em;font-variant-numeric:tabular-nums}
.hr-summary-card small,.hr-metrics small,.hr-recruit-summary small,.hr-opening-overview small{margin-left:4px;color:var(--gc-muted);font-size:12px;font-weight:500}
.hr-task-card.is-high:first-child{background:var(--gc-surface)}

.hr-module-grid,.hr-task-grid,.hr-role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.hr-module-card,.hr-task-card,.hr-role-card{border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface);box-shadow:var(--gc-shadow-card)}
.hr-module-card{display:grid;min-height:104px;flex:1 1 320px;grid-template-columns:40px 1fr auto;align-items:center;gap:16px;padding:20px;color:var(--gc-ink);text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s}
.hr-module-card:hover,.hr-module-card:focus-visible{transform:translateY(-2px);border-color:rgba(201,162,39,.35);box-shadow:0 18px 42px rgba(41,42,46,.09);outline:0}
.hr-module-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:14px;background:var(--gc-gold-wash);color:var(--gc-gold-deep);font-size:11px;font-weight:760}
.hr-module-card strong{font-size:14px}.hr-module-card p{margin:3px 0;color:var(--gc-muted);font-size:12px}.hr-module-card small{color:var(--gc-gold-deep);font-size:11px}.hr-chevron{color:var(--gc-faint);font-size:20px}
.hr-pillar-panel{display:grid;grid-template-columns:minmax(220px,.65fr) 1.35fr;gap:32px;margin-top:40px;border-top:1px solid var(--gc-line);padding-top:24px}.hr-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hr-pillar-grid>div{display:flex;flex-direction:column;gap:8px;border:0;border-radius:16px;background:var(--gc-surface);padding:16px;box-shadow:var(--gc-shadow-card)}

/* Segmented navigation, toolbars, forms. */
.hr-view-tabs,.hr-recruit-tabs,.hr-opening-nav,.hr-person-tabs,.hr-payroll-tabs{display:flex;gap:3px;overflow-x:auto;border:0;border-radius:12px;background:rgba(118,118,128,.12);padding:3px;box-shadow:none;white-space:nowrap}
.hr-view-tabs{margin:0 0 24px}.hr-recruit-tabs{margin-top:28px}.hr-view-tabs button,.hr-recruit-tabs button,.hr-opening-nav button,.hr-person-tabs button,.hr-payroll-tabs button{position:relative;min-height:36px;flex:none;border:0;border-radius:9px;background:transparent;padding:0 17px;color:var(--gc-muted);font-size:13px;font-weight:650;cursor:pointer}
.hr-view-tabs button::after,.hr-recruit-tabs button::after,.hr-opening-nav button::after{display:none!important}
.hr-view-tabs button.is-active,.hr-recruit-tabs button[aria-selected="true"],.hr-opening-nav button[aria-selected="true"],.hr-person-tabs button[aria-selected="true"],.hr-payroll-tabs button[aria-selected="true"]{background:rgba(255,255,255,.94);color:#343537;box-shadow:0 1px 3px rgba(41,42,46,.12),0 4px 10px rgba(41,42,46,.06)}
.hr-toolbar,.hr-opening-toolbar,.hr-org-toolbar,.hr-people-toolbar,.hr-org-map-toolbar{display:flex;align-items:flex-end;gap:12px;border:0;border-radius:20px 20px 0 0;background:var(--gc-surface-muted);padding:16px}
.hr-toolbar label,.hr-opening-toolbar label,.hr-org-toolbar label,.hr-people-toolbar label,.hr-org-map-toolbar label,.hr-action-form label,.hr-org-edit-form label,.hr-position-edit-form label,.hr-people-form label{display:flex;flex-direction:column;gap:6px;color:var(--gc-muted);font-size:12px;font-weight:600}
.hr-toolbar input,.hr-toolbar select,.hr-opening-toolbar input,.hr-opening-toolbar select,.hr-org-toolbar input,.hr-org-toolbar select,.hr-people-toolbar input,.hr-people-toolbar select,.hr-org-map-toolbar input,.hr-org-map-toolbar select,.hr-action-form input,.hr-action-form select,.hr-action-form textarea,.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-reveal-dialog textarea,.hr-stage-select{min-height:40px;border:1px solid var(--gc-line-strong);border-radius:12px;outline:0;background:var(--gc-surface);padding:8px 12px;color:var(--gc-ink);font-size:14px}
.hr-toolbar input:focus,.hr-toolbar select:focus,.hr-opening-toolbar input:focus,.hr-opening-toolbar select:focus,.hr-org-toolbar input:focus,.hr-org-toolbar select:focus,.hr-people-toolbar input:focus,.hr-people-toolbar select:focus,.hr-action-form input:focus,.hr-action-form select:focus,.hr-action-form textarea:focus,.hr-org-edit-form input:focus,.hr-position-edit-form input:focus,.hr-people-form input:focus,.hr-reveal-dialog textarea:focus{border-color:var(--gc-gold);box-shadow:0 0 0 4px rgba(201,162,39,.13)}
.hr-search{min-width:240px}.hr-text-button,.hr-export-button,.hr-recruit-refresh,.hr-back-button,.hr-person-action-button,.hr-stage-move,.hr-payroll-secondary{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--gc-line);border-radius:12px;background:var(--gc-surface);padding:8px 14px;color:var(--gc-ink);font-size:12px;font-weight:650;text-decoration:none;white-space:nowrap}
.hr-export-button{margin-left:auto;border-color:#292A2E;background:#292A2E;color:#FFF}.hr-text-button:hover,.hr-recruit-refresh:hover,.hr-back-button:hover,.hr-person-action-button:hover,.hr-payroll-secondary:hover{border-color:rgba(201,162,39,.45);background:var(--gc-gold-wash)}
.hr-export-button:hover{background:#3A3B3F}

/* Data panels and tables. */
.hr-data-panel,.hr-opening-list,.hr-org-directory,.hr-position-directory,.hr-people-list{overflow:hidden;border:1px solid var(--gc-line);border-radius:var(--gc-radius-card);background:var(--gc-surface);box-shadow:var(--gc-shadow-card)}
.hr-result-bar{display:flex;min-height:44px;align-items:center;border-bottom:1px solid var(--gc-line);padding:0 16px;color:var(--gc-muted);font-size:12px}
.hr-table-wrap{overflow-x:auto}.hr-data-table{width:100%;border-collapse:separate;border-spacing:0;font-variant-numeric:tabular-nums}.hr-data-table th{border-bottom:1px solid var(--gc-line);background:var(--gc-surface-muted);padding:12px 16px;color:var(--gc-muted);font-size:11px;font-weight:650;text-align:left;white-space:nowrap}.hr-data-table td{border-top:0;border-bottom:1px solid var(--gc-line);background:var(--gc-surface);padding:14px 16px;color:var(--gc-ink-soft);font-size:13px}.hr-data-table tr:last-child td{border-bottom:0}.hr-data-table tbody tr{cursor:pointer;transition:background-color .16s,box-shadow .16s}.hr-data-table tbody tr:hover td,.hr-data-table tbody tr:focus td{background:#FAFAFB}.hr-data-table tbody tr:focus{box-shadow:inset 3px 0 var(--gc-gold);outline:0}.hr-primary-cell{color:var(--gc-ink)!important;font-weight:680}.hr-row-action button{min-height:40px;border:0;background:transparent;color:var(--gc-gold-deep);font-weight:650}
.hr-opening-row,.hr-org-directory-row,.hr-position-row,.hr-person-row,.hr-payroll-table-row,.hr-payroll-profile-row{border-color:var(--gc-line)!important;background:var(--gc-surface)!important;color:var(--gc-ink)!important;transition:background-color .16s,box-shadow .16s}
.hr-opening-row{padding:18px}.hr-opening-row:hover,.hr-opening-row:focus-visible,.hr-org-directory-row:hover,.hr-position-row:hover,.hr-person-row:hover{background:#FAFAFB!important;box-shadow:inset 3px 0 var(--gc-gold);outline:0}
.hr-empty,.hr-load-error,.hr-payroll-empty{display:flex;min-height:240px;align-items:center;justify-content:center;flex-direction:column;padding:32px;color:var(--gc-muted);text-align:center}.hr-empty strong,.hr-load-error strong{color:var(--gc-ink);font-size:16px}.hr-empty p,.hr-load-error p{margin:8px 0 20px;color:var(--gc-muted)}
.hr-business-status,.hr-opening-status,.hr-stage-pill,.hr-contract-pill,.hr-employment-pill,.hr-payroll-status,.hr-payroll-badge{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;background:rgba(52,199,89,.10);padding:3px 9px;color:#248A3D;font-size:11px;font-weight:650}

/* Drawers, secondary panels, and dialogs use restrained Liquid Glass. */
.hr-drawer-layer,.hr-candidate-layer,.hr-people-operation-layer,.hr-reveal-layer{position:fixed;inset:0;z-index:1200;overscroll-behavior:contain}
.hr-drawer-overlay,.hr-candidate-overlay,.hr-reveal-overlay{position:absolute;inset:0;border:0;background:rgba(41,42,46,.36);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.hr-drawer,.hr-candidate-panel,.hr-people-operation,.hr-reveal-dialog,.hr-payroll-drawer{border:1px solid rgba(255,255,255,.64);background:var(--gc-surface-glass);box-shadow:var(--gc-shadow-float);backdrop-filter:blur(26px) saturate(130%);-webkit-backdrop-filter:blur(26px) saturate(130%)}
.hr-drawer,.hr-candidate-panel,.hr-payroll-drawer{width:min(680px,94vw);border-radius:28px 0 0 28px}
.hr-drawer header,.hr-candidate-panel>header{border-bottom:1px solid var(--gc-line);padding:24px 28px}.hr-drawer h2,.hr-candidate-panel h2{margin:4px 0 0;color:var(--gc-ink);font-size:23px;font-weight:700;line-height:1.2;letter-spacing:-.02em}.hr-drawer header span,.hr-candidate-panel header p{color:var(--gc-gold-deep)}
.hr-drawer-close,.hr-candidate-close{display:inline-grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;background:var(--gc-surface-muted);color:var(--gc-muted);font-size:22px}.hr-drawer-close:hover,.hr-candidate-close:hover{background:var(--gc-gold-wash);color:var(--gc-ink)}
.hr-drawer dl{padding:12px 28px}.hr-drawer dl>div{border-bottom:1px solid var(--gc-line);padding:16px 0}.hr-drawer dt{color:var(--gc-muted);font-size:12px}.hr-drawer dd{color:var(--gc-ink);font-size:14px}.hr-drawer-link,.hr-document-preview{border:0;border-radius:16px;background:var(--gc-surface-muted);color:var(--gc-ink)}
.hr-reveal-dialog{position:relative;width:min(440px,92vw);border-radius:28px;padding:24px}.hr-reveal-submit,.hr-sensitive-reveal,.hr-payroll-primary,.hr-action-form button,.hr-people-form button,.hr-org-edit-form button,.hr-position-edit-form>button{min-height:42px;border:0;border-radius:12px;background:#292A2E;padding:9px 16px;color:#FFF;font-weight:680}.hr-reveal-cancel{min-height:42px;border:1px solid var(--gc-line);border-radius:12px;background:var(--gc-surface);padding:9px 16px;color:var(--gc-ink)}

/* Recruitment and organization workspaces. */
.hr-todo-list{gap:12px}.hr-todo-item,.hr-todo-empty,.hr-pipeline-column,.hr-pipeline-card,.hr-opening-workspace>header,.hr-opening-brief,.hr-jd-document,.hr-role-card,.hr-task-card,.hr-status-band,.hr-operation-choice-list button{border:1px solid var(--gc-line);border-radius:18px;background:var(--gc-surface);box-shadow:var(--gc-shadow-card)}
.hr-todo-item{min-height:72px;padding:16px}.hr-todo-item:hover,.hr-todo-item:focus-visible{border-color:rgba(201,162,39,.35);background:#FAFAFB;outline:0}.hr-todo-priority{background:var(--gc-neutral)}.hr-todo-priority.high,.hr-todo-priority.urgent{background:var(--gc-danger)}.hr-todo-priority.medium{background:var(--gc-warning)}
.hr-opening-workspace>header{padding:24px}.hr-opening-workspace>header h2,.hr-jd-document>header h2{font-family:inherit;font-weight:720;letter-spacing:-.03em}.hr-opening-nav{border:0}.hr-opening-brief{padding:24px}.hr-jd-document{max-width:880px;padding:40px 48px}.hr-pipeline-column{padding:16px}.hr-pipeline-card{padding:16px}
.hr-org-map-viewport,.hr-org-map-stage{background:var(--gc-canvas)!important}.hr-org-node{border:1px solid var(--gc-line)!important;border-radius:18px!important;background:var(--gc-surface)!important;box-shadow:var(--gc-shadow-card)!important}.hr-org-leader{color:var(--gc-muted)}

/* BI system: KPI, combination trend, donut and ranking bars. */
.hr-org-overview{margin:20px 0 24px}.hr-org-context{display:flex;min-height:48px;align-items:center;gap:20px;border:0;border-radius:16px;background:var(--gc-surface);padding:12px 16px;color:var(--gc-muted);font-size:13px;box-shadow:var(--gc-shadow-card)}.hr-org-context>span:first-child{color:var(--gc-gold-deep);font-weight:680}.hr-org-context strong{color:var(--gc-ink)}.hr-org-context time{margin-left:auto}
.hr-org-dashboard{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.85fr);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:1px solid var(--gc-line);border-radius:var(--gc-radius-card);background:var(--gc-surface);padding:24px;box-shadow:var(--gc-shadow-card)}
.hr-org-main-metric{grid-area:main;display:flex;min-height:160px;justify-content:center;flex-direction:column}.hr-org-main-metric>span{color:var(--gc-muted);font-size:13px;font-weight:650}.hr-org-main-metric>strong{display:block;margin:8px 0 4px;color:var(--gc-ink);font-size:40px;font-weight:740;line-height:1;letter-spacing:-.04em}.hr-org-main-metric p{margin:8px 0 12px;color:var(--gc-muted);font-size:13px}.hr-org-main-metric p b{color:var(--gc-ink);font-size:16px}.hr-org-main-metric a{color:var(--gc-gold-deep);font-size:13px;font-weight:680;text-decoration:none}
.hr-org-flex{grid-area:flex}.hr-org-trend{grid-area:trend;min-height:320px}.hr-org-ranking{grid-area:ranking}.hr-org-quality{grid-area:quality;align-self:start;background:var(--gc-surface-muted);box-shadow:none}
.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(--gc-ink);font-size:17px;font-weight:700}.hr-org-flex header p,.hr-org-trend header p,.hr-org-ranking header p{margin:4px 0 0;color:var(--gc-muted);font-size:12px}.hr-org-flex header>strong{font-size:32px}.hr-org-trend header>span,.hr-org-ranking header>span,.hr-org-quality header>span{color:var(--gc-muted);font-size:12px;white-space:nowrap}
.hr-donut{position:relative;display:grid;width:176px;height:176px;margin:28px auto;border-radius:50%;background:conic-gradient(var(--first-color) 0 var(--first-angle),var(--gc-canvas) var(--first-angle) calc(var(--first-angle) + 3deg),var(--second-color) calc(var(--first-angle) + 3deg) 357deg,var(--gc-canvas) 357deg 360deg);place-items:center}.hr-donut::after{position:absolute;inset:34px;border-radius:50%;background:var(--gc-surface);content:""}.hr-donut>span{position:relative;z-index:1;color:var(--gc-ink);font-size:32px;font-weight:740;text-align:center}.hr-donut>span small{display:block;margin-top:4px;color:var(--gc-muted);font-size:11px;font-weight:550}.hr-org-legend{display:grid;gap:8px}.hr-org-legend a{display:grid;min-height:40px;grid-template-columns:10px 1fr auto;align-items:center;gap:10px;border-radius:12px;padding:8px 10px;color:var(--gc-ink);font-size:13px;text-decoration:none}.hr-org-legend a:hover,.hr-org-legend a:focus-visible{background:var(--gc-canvas);outline:2px solid rgba(201,162,39,.28)}.hr-org-legend i{width:10px;height:10px;border-radius:3px;background:var(--gc-chart-2)}.hr-org-legend i.is-part{background:var(--gc-chart-1)}
.hr-org-trend{position:relative;min-height:430px;overflow-x:auto}.hr-split-trend svg,.hr-org-trend svg{display:block;width:100%;min-width:640px;height:300px;margin:16px 0 0;overflow:visible}.hr-chart-grid{stroke:rgba(52,53,55,.10);stroke-width:1;vector-effect:non-scaling-stroke}.hr-chart-line{fill:none;stroke:#343537;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;vector-effect:non-scaling-stroke}.hr-chart-period-bar{fill:#C9A227}.hr-chart-hit{fill:transparent}.hr-chart-marker{fill:#FFF;stroke:#343537;stroke-width:2.25;opacity:0;transition:opacity .16s ease,fill .16s ease;vector-effect:non-scaling-stroke}.hr-chart-marker.is-persistent,.hr-split-trend [data-trend-index]:hover .hr-chart-marker,.hr-split-trend [data-trend-index]:focus-visible .hr-chart-marker,.hr-split-trend [data-trend-index].is-selected .hr-chart-marker{opacity:1}.hr-split-trend [data-trend-index].is-selected .hr-chart-marker{fill:#E8C766}.hr-split-trend [data-trend-index]{cursor:pointer;outline:0}.hr-split-trend [data-trend-index]:focus-visible .hr-chart-hit{stroke:rgba(201,162,39,.65);stroke-width:2}.hr-chart-axis-label{fill:#6E6E73;font-size:10px;text-anchor:end}.hr-chart-panel-label{fill:#6E6E73;font-size:11px;font-weight:680;text-anchor:start}.hr-chart-month-label{fill:#86868B;font-size:10px;text-anchor:middle}.hr-split-trend text{font-variant-numeric:tabular-nums}.hr-chart-tooltip{position:fixed;z-index:30;min-width:180px;max-width:240px;transform:translate(-50%,-100%);border:1px solid rgba(255,255,255,.72);border-radius:14px;background:var(--gc-surface-glass);padding:12px;color:var(--gc-ink);box-shadow:0 14px 36px rgba(41,42,46,.14);font-size:12px;line-height:1.55;pointer-events:none;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.hr-chart-tooltip[hidden]{display:none}.hr-chart-tooltip strong{display:block;margin-bottom:4px}.hr-chart-tooltip span{display:block;color:var(--gc-muted);font-variant-numeric:tabular-nums}
.hr-workforce-scale,.hr-dept-bar,.hr-management-bars>a{display:grid;grid-template-columns:minmax(176px,.95fr) minmax(180px,1.35fr);gap:16px}.hr-workforce-scale{align-items:end;margin:8px 2px 0;color:#6E6E73;font-size:10px;font-variant-numeric:tabular-nums}.hr-workforce-scale>span:last-child{display:flex;justify-content:space-between}.hr-workforce-scale b{font-weight:500}.hr-workforce-rows,.hr-management-bars{display:grid;gap:0}.hr-dept-bar,.hr-management-bars>a{min-height:64px;align-items:center;width:100%;border:0;border-bottom:1px solid var(--gc-line);background:transparent;padding:10px 2px;color:var(--gc-ink);font-size:13px;text-align:left;text-decoration:none}.hr-workforce-label{display:flex;min-width:0;flex-direction:column;gap:3px}.hr-workforce-label strong{overflow:hidden;font-size:13px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.hr-workforce-label small{color:var(--gc-muted);font-size:11px;font-weight:500;font-variant-numeric:tabular-nums}.hr-workforce-plot{position:relative;display:block;height:14px;background:rgba(118,118,128,.08)}.hr-workforce-stack{display:flex;gap:0;width:var(--total);height:14px;overflow:visible;background:transparent}.hr-workforce-segment{display:block;min-width:0;width:var(--segment);height:100%;container-type:inline-size}.hr-workforce-segment b{display:block;width:100%;height:100%;border-radius:0}.hr-workforce-segment.is-full b{background:#C9A227}.hr-workforce-segment.is-flex b{background:#343537}.hr-workforce-segment.is-final b{border-radius:0 5px 5px 0}.hr-dept-bar:hover,.hr-dept-bar:focus-visible,.hr-management-bars>a:hover,.hr-management-bars>a:focus-visible{border-radius:10px;background:var(--gc-canvas);outline:3px solid rgba(201,162,39,.24);outline-offset:1px}
@container (max-width:11.99px){.hr-workforce-segment.is-final b{border-radius:0 2px 2px 0}}
.hr-org-quality>a,.hr-org-quality>button{display:flex;min-height:48px;align-items:center;justify-content:space-between;width:100%;border:0;border-bottom:1px solid var(--gc-line);background:transparent;padding:12px 0;color:var(--gc-ink);font-size:13px;text-decoration:none}.hr-org-quality>a strong,.hr-org-quality>button strong{font-size:18px}

/* Management cockpit: real HR aggregates, explicit data states and drill-downs. */
.hr-management-controls{display:flex;align-items:flex-end;gap:12px;margin-bottom:16px;border-radius:20px;background:var(--gc-surface-muted);padding:16px}
.hr-management-controls>label{display:grid;min-width:200px;gap:6px;color:var(--gc-muted);font-size:12px;font-weight:600}.hr-management-controls>label:first-child{min-width:260px}.hr-management-controls fieldset{margin:0 0 0 auto;border:0;padding:0}.hr-management-controls legend{margin-bottom:6px;color:var(--gc-muted);font-size:12px;font-weight:600}
.hr-management-controls .apple-segmented button{border:0;background:transparent;color:var(--gc-muted);font-size:13px;font-weight:650}.hr-management-controls .apple-segmented button.is-active,.hr-management-controls .apple-segmented button[aria-pressed="true"]{background:rgba(255,255,255,.96);color:var(--gc-ink);box-shadow:0 1px 3px rgba(41,42,46,.12),0 4px 10px rgba(41,42,46,.06)}
.hr-management-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin:16px 0}
.hr-management-kpi{display:flex;min-height:136px;justify-content:center;flex-direction:column;border:1px solid var(--gc-line);border-radius:var(--gc-radius-card);background:var(--gc-surface);padding:20px;color:var(--gc-ink);text-decoration:none;box-shadow:var(--gc-shadow-card);transition:transform .18s,box-shadow .18s,border-color .18s}
.hr-management-kpi:hover,.hr-management-kpi:focus-visible{transform:translateY(-2px);border-color:rgba(201,162,39,.35);outline:0;box-shadow:0 18px 42px rgba(41,42,46,.09)}.hr-management-kpi>span{color:var(--gc-muted);font-size:12px;font-weight:650}.hr-management-kpi>strong{margin:8px 0 6px;font-size:36px;font-weight:720;line-height:1;letter-spacing:-.04em}.hr-management-kpi>strong small{margin-left:4px;color:var(--gc-muted);font-size:12px;font-weight:500}.hr-management-kpi p{min-height:38px;margin:0;color:var(--gc-muted);font-size:12px}.hr-management-kpi em{margin-top:8px;color:var(--gc-ink-soft);font-size:12px;font-style:normal;font-weight:650}
.hr-management-primary{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.85fr);align-items:start;gap:16px;margin-top:16px}.hr-management-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;margin-top:16px}
.hr-management-card{min-width:0;border:1px solid var(--gc-line);border-radius:var(--gc-radius-card);background:var(--gc-surface);padding:24px;box-shadow:var(--gc-shadow-card)}.hr-management-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.hr-management-card h2{margin:0;color:var(--gc-ink);font-size:20px;font-weight:680;line-height:1.2;letter-spacing:-.02em}.hr-management-card header p{margin:4px 0 0;color:var(--gc-muted);font-size:12px}.hr-management-card header>span{color:var(--gc-muted);font-size:12px;white-space:nowrap}
.hr-management-trend{position:relative;min-height:430px;overflow-x:auto}.hr-management-trend svg{display:block;width:100%;min-width:640px;height:300px}.hr-management-trend [data-management-trend]{cursor:pointer;outline:0}
.hr-management-risks{display:grid}.hr-management-risks>a{display:flex;min-height:52px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--gc-line);color:var(--gc-ink);text-decoration:none}.hr-management-risks>a>span{display:flex;align-items:center;gap:10px}.hr-management-risks i{width:9px;height:9px;border-radius:50%;background:var(--gc-neutral)}.hr-management-risks .is-critical i{background:var(--gc-danger)}.hr-management-risks .is-warning i{background:var(--gc-warning)}.hr-management-risks .is-data i{border:2px solid var(--gc-gold-deep);background:transparent}.hr-management-risks strong{font-size:13px}.hr-management-risks b{font-size:20px}.hr-management-risks b small{margin-left:3px;color:var(--gc-muted);font-size:11px;font-weight:500}.hr-management-risks>a:hover,.hr-management-risks>a:focus-visible{padding-inline:8px;border-radius:10px;background:var(--gc-canvas);outline:0}
.hr-management-quality dl,.hr-management-payroll-facts,.hr-management-recruit-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.hr-management-quality dl>div,.hr-management-payroll-facts>div,.hr-management-recruit-facts>div{border-radius:14px;background:var(--gc-canvas);padding:14px}.hr-management-quality dt,.hr-management-payroll-facts dt,.hr-management-recruit-facts dt{color:var(--gc-muted);font-size:11px}.hr-management-quality dd,.hr-management-payroll-facts dd,.hr-management-recruit-facts dd{margin:5px 0 0;color:var(--gc-ink);font-size:22px;font-weight:700}.hr-management-quality>p{margin:16px 0 0;color:var(--gc-muted);font-size:12px}
.hr-management-state{display:flex;min-height:170px;align-items:center;justify-content:center;flex-direction:column;border-radius:16px;background:var(--gc-canvas);padding:24px;text-align:center}.hr-management-state strong{font-size:15px}.hr-management-state p{max-width:420px;margin:6px 0 14px;color:var(--gc-muted);font-size:12px}.hr-management-state a,.hr-management-card-link{display:inline-flex;min-height:40px;align-items:center;color:var(--gc-ink);font-size:12px;font-weight:650;text-decoration:none}.hr-management-state.is-permission{background:rgba(118,118,128,.08)}.hr-management-state.is-error{background:rgba(255,59,48,.055)}.hr-management-card-link{margin-top:12px}

/* Full profile and payroll. */
.hr-person-workspace>header.hr-profile-hero{display:grid;grid-template-columns:auto 1fr minmax(190px,260px);gap:24px;align-items:center;border:0;border-radius:28px;background:linear-gradient(135deg,#3A3B3F,#292A2E);padding:28px;color:#FFF;box-shadow:0 22px 52px rgba(41,42,46,.18)}.hr-profile-hero h2{margin:8px 0 4px;color:#FFF;font-size:23px;font-weight:700;line-height:1.2;letter-spacing:-.02em}.hr-person-workspace>header.hr-profile-hero p,.hr-profile-completeness small,.hr-profile-completeness em{color:#D1D1D6}.hr-profile-completeness{border-left-color:rgba(255,255,255,.18)}.hr-completeness-track{background:rgba(255,255,255,.18)}.hr-completeness-track i{background:linear-gradient(90deg,#8C6D1F,#C9A227,#F7E7AD)}
.hr-overview-main,.hr-overview-rail>div,.hr-profile-section,.hr-tab-section,.hr-sensitive-section,.hr-payroll-card,.hr-payroll-metric,.hr-cycle-card,.hr-payroll-callout,.hr-payroll-section-head,.hr-payroll-composition,.hr-payroll-source,.hr-payroll-chain{border:1px solid var(--gc-line)!important;border-radius:20px!important;background:var(--gc-surface)!important;color:var(--gc-ink)!important;box-shadow:var(--gc-shadow-card)}
.hr-profile-field{border-bottom-color:var(--gc-line)}.hr-profile-field dt{color:var(--gc-muted)}.hr-profile-field dd{color:var(--gc-ink)}.hr-reporting-line,.hr-risk-card p,.hr-todo-card p,.hr-sensitive-heading p,.hr-payroll-muted{color:var(--gc-muted)}.hr-payroll-permission{border:1px solid rgba(255,59,48,.18);border-radius:18px;background:rgba(255,59,48,.06);color:#B42318;padding:24px}

/* Custom date and datetime picker — prevents native blue browser panels. */
.gc-date-field{position:relative;display:flex;width:100%}.gc-date-field>input{padding-right:44px!important;cursor:text}.gc-date-trigger{position:absolute;right:4px;bottom:4px;display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:9px;background:transparent;color:var(--gc-gold-deep);font-size:0}.gc-date-trigger::before{width:16px;height:16px;border:1.5px solid currentColor;border-radius:4px;background:linear-gradient(currentColor,currentColor) 0 4px/100% 1.5px no-repeat;content:""}.gc-date-trigger:hover{background:var(--gc-gold-wash)}
.gc-date-popover{position:fixed;z-index:3000;width:min(336px,calc(100vw - 24px));border:1px solid rgba(255,255,255,.72);border-radius:20px;background:var(--gc-surface-glass);padding:16px;box-shadow:var(--gc-shadow-float);backdrop-filter:blur(26px) saturate(130%);-webkit-backdrop-filter:blur(26px) saturate(130%)}.gc-date-head{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:8px;margin-bottom:12px}.gc-date-head strong{text-align:center}.gc-date-head button,.gc-date-actions button{min-height:40px;border:0;border-radius:11px;background:var(--gc-surface-muted);color:var(--gc-ink);font-weight:650}.gc-date-week,.gc-date-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.gc-date-week span{padding:4px 0;color:var(--gc-faint);font-size:11px;text-align:center}.gc-date-grid button{display:grid;min-width:0;height:40px;place-items:center;border:0;border-radius:11px;background:transparent;color:var(--gc-ink);font-size:12px;font-variant-numeric:tabular-nums}.gc-date-grid button:hover{background:var(--gc-gold-wash)}.gc-date-grid button.is-outside{color:var(--gc-faint)}.gc-date-grid button.is-today{box-shadow:inset 0 0 0 1px var(--gc-gold)}.gc-date-grid button.is-selected{background:#292A2E;color:#FFF}.gc-date-time{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--gc-line)}.gc-date-time label{display:flex;align-items:center;gap:8px;color:var(--gc-muted);font-size:12px}.gc-date-time select{min-height:40px;flex:1;border:1px solid var(--gc-line);border-radius:10px;background:var(--gc-surface);padding:6px;color:var(--gc-ink)}.gc-date-actions{display:flex;justify-content:space-between;gap:8px;margin-top:12px}.gc-date-actions button{padding:8px 12px}.gc-date-actions .is-primary{background:#292A2E;color:#FFF}

html[data-theme="dark"] .hr-view-tabs,html[data-theme="dark"] .hr-recruit-tabs,html[data-theme="dark"] .hr-opening-nav,html[data-theme="dark"] .hr-person-tabs,html[data-theme="dark"] .hr-payroll-tabs{background:rgba(118,118,128,.24)}
html[data-theme="dark"] .hr-data-table tbody tr:hover td,html[data-theme="dark"] .hr-data-table tbody tr:focus td,html[data-theme="dark"] .hr-opening-row:hover,html[data-theme="dark"] .hr-person-row:hover{background:#343537!important}
html[data-theme="dark"] .hr-view-tabs button.is-active,html[data-theme="dark"] .hr-recruit-tabs button[aria-selected="true"],html[data-theme="dark"] .hr-opening-nav button[aria-selected="true"],html[data-theme="dark"] .hr-person-tabs button[aria-selected="true"],html[data-theme="dark"] .hr-payroll-tabs button[aria-selected="true"]{background:#F5F5F7;color:#292A2E}

@media(max-width:1040px){
  .hr-workspace,.hr-business-page,.hr-recruitment,.hr-people,.hr-management-dashboard{padding-top:24px}.hr-summary-grid,.hr-metrics,.hr-recruit-summary,.hr-opening-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-module-grid,.hr-task-grid,.hr-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-toolbar,.hr-opening-toolbar,.hr-people-toolbar{flex-wrap:wrap}.hr-org-dashboard{grid-template-columns:1fr;grid-template-areas:"main" "flex" "trend" "ranking" "quality"}.hr-org-trend{min-height:430px}.hr-export-button{margin-left:0}.hr-management-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.hr-management-primary{grid-template-columns:1fr}.hr-management-trend{min-height:430px}
}
@media(max-width:760px){
  .hr-workspace,.hr-business-page,.hr-recruitment,.hr-people,.hr-management-dashboard{padding:20px 0 48px}.hr-page-header,.hr-recruit-header{display:block;margin-bottom:20px}.hr-page-header h1,.hr-recruit-header h1{font-size:32px}.hr-verify-badge,.hr-recruit-refresh{margin-top:16px}.hr-summary-grid,.hr-metrics,.hr-recruit-summary,.hr-opening-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hr-summary-card,.hr-metrics article,.hr-recruit-summary article,.hr-recruit-summary button,#peopleSummary button,.hr-opening-overview article{min-height:124px;padding:16px}.hr-module-grid,.hr-task-grid,.hr-role-grid{grid-template-columns:1fr}.hr-pillar-panel{grid-template-columns:1fr;gap:20px}.hr-pillar-grid{grid-template-columns:1fr}.hr-toolbar,.hr-opening-toolbar,.hr-people-toolbar{display:grid;grid-template-columns:1fr 1fr}.hr-search,.hr-filter-row{grid-column:1/-1}.hr-export-button{width:100%}.hr-pipeline-board{max-width:100%;margin-right:0;padding-right:0}.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:12px;border:1px solid var(--gc-line);border-radius:16px;overflow:hidden;background:var(--gc-surface);padding:10px 14px}.hr-data-table td{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;border:0;padding:7px 0}.hr-data-table td::before{color:var(--gc-muted);font-size:11px;content:attr(data-label)}.hr-data-table .hr-row-action{display:block;border-top:1px solid var(--gc-line);margin-top:8px;padding-top:10px;text-align:right}.hr-row-action::before{display:none}.hr-drawer,.hr-candidate-panel,.hr-payroll-drawer{width:96vw;border-radius:24px 0 0 24px}.hr-person-workspace>header.hr-profile-hero{grid-template-columns:auto 1fr;border-radius:24px;padding:20px}.hr-profile-completeness{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.18);border-left:0;padding:16px 0 0}.hr-overview-grid{grid-template-columns:1fr}.hr-fact-grid,.hr-profile-grid{grid-template-columns:1fr}.hr-jd-document{padding:24px 20px}.hr-org-context{align-items:flex-start;flex-wrap:wrap}.hr-org-context time{width:100%;margin-left:0}.hr-org-main-metric,.hr-org-flex,.hr-org-trend,.hr-org-ranking,.hr-org-quality{padding:20px}.hr-org-trend{min-height:430px}.hr-management-controls{display:grid;grid-template-columns:1fr 1fr}.hr-management-controls>label,.hr-management-controls>label:first-child{min-width:0}.hr-management-controls fieldset{grid-column:1/-1;margin:0}.hr-management-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hr-management-secondary{grid-template-columns:1fr}.hr-management-card{padding:20px}.hr-management-kpi{min-height:128px;padding:16px}.hr-management-trend{min-height:430px}.hr-workforce-scale,.hr-dept-bar,.hr-management-bars>a{grid-template-columns:minmax(148px,.9fr) minmax(180px,1.35fr);gap:12px}
}
@media(max-width:480px){.hr-summary-grid,.hr-metrics,.hr-recruit-summary,.hr-opening-overview{grid-template-columns:1fr}.hr-toolbar,.hr-opening-toolbar,.hr-people-toolbar{grid-template-columns:1fr}.hr-search,.hr-filter-row{grid-column:auto}.hr-page-header h1,.hr-recruit-header h1{font-size:32px}.hr-org-main-metric>strong{font-size:36px}.hr-donut{width:160px;height:160px}.gc-date-popover{padding:12px}.hr-management-controls{grid-template-columns:1fr}.hr-management-controls fieldset{grid-column:auto}.hr-management-kpis{grid-template-columns:1fr}.hr-management-kpi{min-height:126px}.hr-management-quality dl,.hr-management-payroll-facts,.hr-management-recruit-facts{grid-template-columns:1fr 1fr}.hr-workforce-scale,.hr-dept-bar,.hr-management-bars>a{grid-template-columns:1fr;gap:8px}.hr-workforce-scale>span:first-child{display:none}.hr-dept-bar,.hr-management-bars>a{min-height:72px}.hr-workforce-label small{display:block}.hr-workforce-plot{width:100%}}
@media(prefers-reduced-motion:reduce){.hr-loading span{animation:none}.hr-summary-card,.hr-module-card,.hr-drawer,.hr-drawer-overlay,.hr-chart-marker,.hr-management-kpi{transition:none!important}.hr-summary-card:hover,.hr-module-card:hover,.hr-management-kpi:hover{transform:none}}
@media(prefers-reduced-transparency:reduce){.hr-drawer,.hr-candidate-panel,.hr-people-operation,.hr-reveal-dialog,.hr-payroll-drawer,.gc-date-popover,.hr-chart-tooltip{background:var(--gc-surface);backdrop-filter:none;-webkit-backdrop-filter:none}.hr-drawer-overlay,.hr-candidate-overlay,.hr-reveal-overlay{backdrop-filter:none;-webkit-backdrop-filter:none}}
.hr-chart-tooltip{position:fixed;z-index:3000}

/* 薪酬与服务：考勤 / 社保只读服务页。 */
.hr-service-tabs{display:flex;gap:3px;width:max-content;max-width:100%;margin:0 0 22px;overflow-x:auto;border-radius:12px;background:rgba(118,118,128,.12);padding:3px;white-space:nowrap}
.hr-service-tabs a{display:inline-flex;min-height:36px;align-items:center;border-radius:9px;padding:0 17px;color:var(--gc-muted);font-size:13px;font-weight:650;text-decoration:none}
.hr-service-tabs a:hover,.hr-service-tabs a:focus-visible{color:var(--gc-ink);outline:2px solid rgba(201,162,39,.35);outline-offset:-2px}
.hr-page-action-stack{display:grid;justify-items:end;gap:7px}.hr-page-action-stack small{max-width:340px;color:var(--gc-muted);font-size:11px;text-align:right;line-height:1.4}
.hr-service-tabs a.is-active{background:rgba(255,255,255,.94);color:var(--gc-ink);box-shadow:0 1px 3px rgba(41,42,46,.12),0 4px 10px rgba(41,42,46,.06)}
.hr-service-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}
.hr-service-meta>div{min-height:78px;border-radius:16px;background:var(--gc-surface);padding:16px;box-shadow:var(--gc-shadow-card)}
.hr-service-meta span{display:block;color:var(--gc-muted);font-size:11px}.hr-service-meta strong{display:block;margin-top:8px;color:var(--gc-ink);font-size:16px;font-weight:680;overflow-wrap:anywhere}.hr-service-meta small{display:block;margin-top:5px;color:var(--gc-muted);font-size:10px}
.hr-service-filter{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin-bottom:16px;border-radius:18px;background:var(--gc-surface-muted);padding:16px}
.hr-service-filter label{display:grid;min-width:150px;gap:6px;color:var(--gc-muted);font-size:12px;font-weight:600}.hr-service-filter label:nth-child(3){min-width:220px;flex:1}
.hr-service-filter input,.hr-service-filter select{box-sizing:border-box;min-height:40px;border:1px solid var(--gc-line);border-radius:10px;background:var(--gc-surface);padding:8px 11px;color:var(--gc-ink);font:500 13px var(--gc-font)}
.hr-service-filter input:focus,.hr-service-filter select:focus{border-color:var(--gc-gold);box-shadow:0 0 0 4px rgba(201,162,39,.13);outline:0}
.hr-service-table-card{overflow:hidden;border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface);box-shadow:var(--gc-shadow-card)}
.hr-service-table-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid var(--gc-line)}.hr-service-table-card h2{margin:0;color:var(--gc-ink);font-size:19px;font-weight:680}.hr-service-table-card header p{margin:5px 0 0;color:var(--gc-muted);font-size:12px}
.hr-service-table,.hr-social-table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.hr-service-table th,.hr-service-table td,.hr-social-table th,.hr-social-table td{padding:13px 14px;border-bottom:1px solid var(--gc-line);color:var(--gc-ink-soft);font-size:12px;text-align:left;vertical-align:top}.hr-service-table thead th,.hr-social-table thead th{background:var(--gc-surface-muted);color:var(--gc-muted);font-size:11px;font-weight:650;white-space:nowrap}.hr-service-table tbody th strong,.hr-service-table tbody th small,.hr-social-table tbody th strong,.hr-social-table tbody th small{display:block}.hr-service-table tbody th small,.hr-social-table tbody th small,.hr-social-table td small{margin-top:4px;color:var(--gc-muted);font-size:10px;font-weight:500}.hr-service-table tbody tr:last-child th,.hr-service-table tbody tr:last-child td,.hr-social-table tbody tr:last-child th,.hr-social-table tbody tr:last-child td{border-bottom:0}.hr-service-table code{color:var(--gc-muted);font-size:10px;word-break:break-all}
.hr-attendance-detail-row{cursor:pointer}.hr-attendance-detail-row:focus-visible{outline:2px solid var(--gc-gold);outline-offset:-2px;background:rgba(201,162,39,.08)}.hr-attendance-detail-trigger{display:block;margin-top:6px;padding:0;font-size:11px}
.hr-attendance-detail-drawer{padding-bottom:22px}.hr-attendance-detail-drawer>header{padding-bottom:18px}.hr-attendance-detail-drawer>header p{margin:5px 0 0;color:var(--gc-muted);font-size:12px}.hr-attendance-detail-source{display:flex;align-items:baseline;gap:10px;margin:16px 28px 4px;border:1px solid var(--gc-line);border-radius:14px;background:var(--gc-surface-muted);padding:12px 14px}.hr-attendance-detail-source span,.hr-attendance-detail-source small{color:var(--gc-muted);font-size:11px}.hr-attendance-detail-source strong{color:var(--gc-ink);font-size:13px}.hr-attendance-detail-source small{margin-left:auto}.hr-attendance-detail-section{margin:16px 28px 0;border:1px solid var(--gc-line);border-radius:16px;background:rgba(255,255,255,.72);overflow:hidden}.hr-attendance-detail-section h3{margin:0;border-bottom:1px solid var(--gc-line);background:var(--gc-surface-muted);padding:12px 14px;color:var(--gc-ink);font-size:13px;font-weight:680}.hr-attendance-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding:0 14px}.hr-attendance-detail-list>div{min-width:0;border-bottom:1px solid var(--gc-line);padding:12px 0}.hr-attendance-detail-list>div:nth-last-child(-n+2){border-bottom:0}.hr-attendance-detail-list dt{color:var(--gc-muted);font-size:11px}.hr-attendance-detail-list dd{margin:5px 0 0;color:var(--gc-ink);font-size:13px;line-height:1.5;overflow-wrap:anywhere}.hr-attendance-detail-list.is-fields{grid-template-columns:1fr}.hr-attendance-detail-list.is-fields>div:nth-last-child(-n+2){border-bottom:1px solid var(--gc-line)}.hr-attendance-detail-list.is-fields>div:last-child{border-bottom:0}.hr-attendance-detail-section .hr-payroll-timeline{margin:0;padding:14px 18px 14px 28px}.hr-attendance-detail-section .hr-payroll-timeline li{padding:7px 0}
.hr-attendance-detail-section.is-summary .hr-attendance-detail-list>div:last-child{grid-column:1/-1}.hr-attendance-detail-section.is-summary .hr-attendance-detail-list>div:last-child dd{color:var(--gc-gold-deep);font-weight:650}.hr-attendance-detail-source strong+span{margin-left:10px}
.hr-attendance-department{border-bottom:1px solid var(--gc-line)}.hr-attendance-department:last-child{border-bottom:0}.hr-attendance-department summary{display:flex;min-height:58px;align-items:center;justify-content:flex-start;gap:10px;cursor:pointer;list-style:none;padding:0 20px;color:var(--gc-ink);font-size:13px;font-weight:680}.hr-attendance-department summary::-webkit-details-marker{display:none}.hr-attendance-department summary:before{margin-right:0;color:var(--gc-gold-deep);content:'›';font-size:18px;transition:transform .16s}.hr-attendance-department[open] summary:before{transform:rotate(90deg)}.hr-attendance-department summary>span:first-of-type{display:grid;gap:3px;min-width:0}.hr-attendance-department summary>span:first-of-type small{color:var(--gc-muted);font-size:10px;font-weight:500}.hr-attendance-department summary>span:last-child{margin-left:auto;color:var(--gc-muted);font-size:11px;font-weight:550;white-space:nowrap}.hr-attendance-department .hr-service-table{min-width:820px}.hr-attendance-department .hr-service-table th:first-child{width:22%}
.hr-attendance-type-filters{display:flex;align-items:center;gap:8px;overflow-x:auto;margin:-4px 0 16px;padding:4px 2px 8px}.hr-attendance-type-filter{flex:0 0 auto;min-height:32px;border:1px solid var(--gc-line);border-radius:999px;background:var(--gc-surface);padding:5px 13px;color:var(--gc-ink-soft);font:600 12px var(--gc-font);cursor:pointer}.hr-attendance-type-filter:hover,.hr-attendance-type-filter:focus-visible{border-color:var(--gc-gold);outline:0}.hr-attendance-type-filter.is-active{border-color:var(--gc-ink);background:var(--gc-ink);color:#fff}.hr-attendance-type-pill{display:inline-flex;min-height:24px;align-items:center;border-radius:999px;background:rgba(118,118,128,.12);padding:2px 8px;color:var(--gc-ink-soft);font-size:11px;font-weight:650;white-space:nowrap}.hr-attendance-type-pill.is-punch{background:rgba(52,199,89,.1);color:#248a3d}.hr-attendance-type-pill.is-leave{background:rgba(201,162,39,.13);color:var(--gc-gold-deep)}.hr-attendance-ledger-head{display:grid;grid-template-columns:22% 16% 14% 26% 22%;border-bottom:1px solid var(--gc-line);background:var(--gc-surface-muted);padding:11px 14px;color:var(--gc-muted);font-size:11px;font-weight:650}.hr-attendance-detail-row.is-hidden{display:none}.hr-attendance-department-toggle{display:grid;width:100%;grid-template-columns:auto minmax(0,auto) auto 1fr auto;align-items:center;gap:10px;border:0;background:transparent;padding:12px 20px;text-align:left;color:var(--gc-ink);font:inherit;cursor:pointer}.hr-attendance-department-toggle>span{color:var(--gc-gold-deep);font-size:18px;transition:transform .16s}.hr-attendance-department-toggle[aria-expanded="false"]>span{transform:rotate(-90deg)}.hr-attendance-department-toggle strong{font-size:13px}.hr-attendance-department-toggle small{color:var(--gc-muted);font-size:10px;font-weight:500}.hr-attendance-department-toggle em{margin-left:auto;color:var(--gc-muted);font-size:11px;font-style:normal;font-weight:550}.hr-attendance-department-toggle:focus-visible{outline:2px solid var(--gc-gold);outline-offset:-2px}.hr-attendance-department .hr-service-table th,.hr-attendance-department .hr-service-table td{padding-block:10px}
.hr-attendance-type-label{margin-right:4px;color:var(--gc-muted);font-size:11px;font-weight:650}
.hr-attendance-employee{border-top:1px solid var(--gc-line)}.hr-attendance-employee:first-child{border-top:0}.hr-attendance-employee summary{display:grid;grid-template-columns:18px minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:52px;cursor:pointer;list-style:none;padding:0 20px;color:var(--gc-ink);font-size:12px}.hr-attendance-employee summary::-webkit-details-marker{display:none}.hr-attendance-employee summary:before{color:var(--gc-gold-deep);content:'›';font-size:17px;transition:transform .16s}.hr-attendance-employee[open] summary:before{transform:rotate(90deg)}.hr-attendance-employee summary>span:first-of-type{display:grid;gap:3px;min-width:0}.hr-attendance-employee summary>span:first-of-type small{color:var(--gc-muted);font-size:10px;font-weight:500}.hr-attendance-employee summary>span:not(:first-of-type){color:var(--gc-muted);font-size:10px;white-space:nowrap}.hr-attendance-employee summary:focus-visible{outline:2px solid var(--gc-gold);outline-offset:-2px}.hr-attendance-employee .hr-service-table{min-width:760px}.hr-attendance-employee .hr-service-table th,.hr-attendance-employee .hr-service-table td{padding-block:9px}
.hr-service-status{display:inline-flex;min-height:25px;align-items:center;border-radius:999px;background:rgba(118,118,128,.12);padding:2px 9px;color:var(--gc-muted);font-size:11px;font-weight:650;white-space:nowrap}.hr-service-status.is-ready{background:rgba(52,199,89,.1);color:#248a3d}.hr-service-status.is-warning{background:rgba(255,149,0,.12);color:#8a5100}
.hr-attendance-workbench{display:grid;gap:20px}.hr-attendance-period{display:grid;grid-template-columns:minmax(150px,190px) minmax(150px,190px) minmax(260px,1fr) auto;align-items:end;gap:12px;border-radius:18px;background:var(--gc-surface-muted);padding:16px}.hr-attendance-period label,.hr-attendance-period fieldset{display:grid;gap:6px;margin:0;border:0;padding:0;color:var(--gc-muted);font-size:12px;font-weight:600}.hr-attendance-period select{box-sizing:border-box;width:100%;min-height:42px;border:1px solid var(--gc-line);border-radius:11px;background:var(--gc-surface);padding:8px 11px;color:var(--gc-ink);font:500 13px var(--gc-font)}.hr-attendance-period select:focus-visible{border-color:var(--gc-gold);box-shadow:0 0 0 3px rgba(201,162,39,.16);outline:0}.hr-attendance-period fieldset>div{display:flex;gap:3px;border-radius:12px;background:rgba(118,118,128,.12);padding:3px}.hr-attendance-period fieldset button{min-height:36px;border:0;border-radius:9px;background:transparent;padding:0 17px;color:var(--gc-muted);font:600 12px var(--gc-font);cursor:pointer}.hr-attendance-period fieldset button.is-active{background:#fff;color:var(--gc-ink);box-shadow:0 1px 3px rgba(41,42,46,.12)}.hr-attendance-period fieldset button:focus-visible{outline:2px solid var(--gc-gold);outline-offset:1px}.hr-attendance-period-basis{display:grid;justify-items:end;gap:4px;padding-bottom:4px}.hr-attendance-period-basis span{color:var(--gc-ink);font-size:12px;font-weight:650;font-variant-numeric:tabular-nums}.hr-attendance-period-basis small{color:var(--gc-muted);font-size:10px}.hr-attendance-source-state{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--gc-line);border-radius:18px;background:var(--gc-surface)}.hr-attendance-source-state>div{min-height:84px;border-left:1px solid var(--gc-line);padding:15px 16px}.hr-attendance-source-state>div:first-child{border-left:0}.hr-attendance-source-state span,.hr-attendance-source-state small{display:block;color:var(--gc-muted);font-size:10px}.hr-attendance-source-state strong{display:block;margin:7px 0 5px;color:var(--gc-ink);font-size:14px;font-weight:680;font-variant-numeric:tabular-nums}.hr-attendance-workbench-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;min-height:72px}.hr-attendance-workbench-head h2{margin:4px 0 0;color:var(--gc-ink);font-size:22px;font-weight:680;line-height:1.2;letter-spacing:-.02em}.hr-attendance-workbench-head p:last-child{margin:7px 0 0;color:var(--gc-muted);font-size:13px}.hr-attendance-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.hr-attendance-kpis article{min-height:126px;border-radius:20px;background:var(--gc-surface);padding:20px;box-shadow:var(--gc-shadow-card)}.hr-attendance-kpis span,.hr-attendance-kpis small{display:block;color:var(--gc-muted);font-size:11px}.hr-attendance-kpis strong{display:block;margin:16px 0 8px;color:var(--gc-ink);font-size:34px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.hr-attendance-kpis article.is-warning{box-shadow:inset 0 3px 0 #FF9500,var(--gc-shadow-card)}.hr-attendance-kpis article.is-danger{box-shadow:inset 0 3px 0 #FF3B30,var(--gc-shadow-card)}.hr-attendance-chart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hr-attendance-chart-card{display:flex;min-height:340px;flex-direction:column;border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface);padding:20px;box-shadow:var(--gc-shadow-card)}.hr-attendance-chart-card>header h3{margin:0;color:var(--gc-ink);font-size:18px;font-weight:680;letter-spacing:-.02em}.hr-attendance-chart-card>header p{margin:5px 0 0;color:var(--gc-muted);font-size:11px}.hr-attendance-chart-bars{display:grid;align-content:start;gap:15px;margin:24px 0 18px}.hr-attendance-chart-bars>div{display:grid;grid-template-columns:minmax(64px,96px) minmax(80px,1fr) auto;align-items:center;gap:10px}.hr-attendance-chart-bars span{overflow:hidden;color:var(--gc-ink-soft);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.hr-attendance-chart-bars i{display:block;height:12px;background:rgba(118,118,128,.1);font-style:normal}.hr-attendance-chart-bars i:focus-visible{outline:2px solid var(--gc-gold);outline-offset:3px}.hr-attendance-chart-bars b{display:block;height:100%;border-radius:0 5px 5px 0;background:linear-gradient(90deg,#F3D97E,#CF9F37 58%,#76512C)}.hr-attendance-chart-bars strong{color:var(--gc-ink);font-size:11px;font-weight:680;font-variant-numeric:tabular-nums;white-space:nowrap}.hr-attendance-chart-empty{display:grid;min-height:150px;place-content:center;gap:6px;text-align:center}.hr-attendance-chart-empty strong{color:var(--gc-ink);font-size:13px}.hr-attendance-chart-empty span{color:var(--gc-muted);font-size:11px}.hr-attendance-chart-card details{margin-top:auto;border-top:1px solid var(--gc-line);padding-top:12px}.hr-attendance-chart-card summary{min-height:40px;color:var(--gc-gold-deep);font-size:11px;font-weight:650;cursor:pointer}.hr-attendance-chart-card table{width:100%;border-collapse:collapse}.hr-attendance-chart-card th,.hr-attendance-chart-card td{border-top:1px solid var(--gc-line);padding:7px 4px;color:var(--gc-ink-soft);font-size:10px;text-align:left}.hr-attendance-chart-card td{text-align:right;font-variant-numeric:tabular-nums}.hr-attendance-focus-card{margin-top:0}.hr-attendance-focus-card td small{display:block;margin-top:5px;color:var(--gc-muted);font-size:10px}
.hr-social-department{border-bottom:1px solid var(--gc-line)}.hr-social-department:last-child{border-bottom:0}.hr-social-department summary{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;padding:0 20px;color:var(--gc-ink);font-size:13px;font-weight:680}.hr-social-department summary::-webkit-details-marker{display:none}.hr-social-department summary:before{margin-right:8px;color:var(--gc-gold-deep);content:'›';font-size:18px;transition:transform .16s}.hr-social-department[open] summary:before{transform:rotate(90deg)}.hr-social-department summary strong{color:var(--gc-muted);font-size:11px;font-weight:550}.hr-social-table th,.hr-social-table td{text-align:right;white-space:nowrap}.hr-social-table th:first-child,.hr-social-table td:first-child{text-align:left}.hr-social-table thead th small{display:block;margin-top:3px;color:var(--gc-muted);font-size:9px;font-weight:500}.hr-social-table td>span,.hr-social-table td>small{display:block}.hr-social-table td>span{color:var(--gc-ink);font-weight:600}.hr-social-table td>small{font-size:10px}
.hr-weekly-management{margin-top:16px}.hr-weekly-layout{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);min-height:520px}.hr-weekly-directory{border-right:1px solid var(--gc-line);background:var(--gc-surface-muted)}.hr-weekly-department{border-bottom:1px solid var(--gc-line)}.hr-weekly-department:last-child{border-bottom:0}.hr-weekly-department summary{display:flex;min-height:58px;align-items:center;gap:12px;cursor:pointer;list-style:none;padding:0 18px;color:var(--gc-ink);font-size:13px;font-weight:680}.hr-weekly-department summary::-webkit-details-marker{display:none}.hr-weekly-department summary:before{color:var(--gc-gold-deep);content:'›';font-size:18px;transition:transform .16s}.hr-weekly-department[open] summary:before{transform:rotate(90deg)}.hr-weekly-department summary span:first-of-type{display:grid;min-width:0;gap:3px}.hr-weekly-department summary small{color:var(--gc-muted);font-size:10px;font-weight:500}.hr-weekly-department summary em{margin-left:auto;color:var(--gc-muted);font-size:10px;font-style:normal;white-space:nowrap}.hr-weekly-people{padding:0 10px 10px}.hr-weekly-person{display:flex;width:100%;min-height:56px;align-items:center;justify-content:space-between;gap:12px;border:1px solid transparent;border-radius:12px;background:transparent;padding:8px 10px;color:var(--gc-ink);text-align:left;cursor:pointer}.hr-weekly-person:hover,.hr-weekly-person:focus-visible{border-color:var(--gc-line);background:var(--gc-surface);outline:0}.hr-weekly-person.is-selected{border-color:rgba(201,162,39,.34);background:var(--gc-gold-wash)}.hr-weekly-person>span{display:grid;min-width:0;gap:3px}.hr-weekly-person strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.hr-weekly-person small{color:var(--gc-muted);font-size:10px;font-weight:500}.hr-weekly-person>b{display:grid;min-width:30px;justify-items:end;color:var(--gc-ink);font-size:15px;font-weight:700}.hr-weekly-person>b small{font-size:9px;font-weight:500}.hr-weekly-detail{min-width:0;background:var(--gc-surface);padding:22px 24px}.hr-weekly-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--gc-line);padding-bottom:18px}.hr-weekly-detail-head h3{margin:4px 0;color:var(--gc-ink);font-size:24px;letter-spacing:-.02em}.hr-weekly-detail-head p:last-child{margin:0;color:var(--gc-muted);font-size:12px}.hr-weekly-link-state{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;background:rgba(52,199,89,.1);padding:4px 10px;color:#248a3d;font-size:11px;font-weight:650;white-space:nowrap}.hr-weekly-link-state.is-warning{background:rgba(255,149,0,.12);color:#8a5100}.hr-weekly-report-list{display:grid;gap:10px;padding-top:16px}.hr-weekly-report-item{border:1px solid var(--gc-line);border-radius:14px;background:var(--gc-surface-muted);overflow:hidden}.hr-weekly-report-item summary{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;list-style:none;padding:8px 14px;color:var(--gc-ink);font-size:12px;font-weight:650}.hr-weekly-report-item summary::-webkit-details-marker{display:none}.hr-weekly-report-item summary>span:first-child{display:grid;gap:3px}.hr-weekly-report-item summary small{color:var(--gc-muted);font-size:10px;font-weight:500}.hr-weekly-report-item summary>span:last-child{color:var(--gc-muted);font-size:10px;white-space:nowrap}.hr-weekly-report-item dl{display:grid;gap:10px;margin:0;border-top:1px solid var(--gc-line);padding:14px}.hr-weekly-report-field dt{color:var(--gc-muted);font-size:10px;font-weight:650}.hr-weekly-report-field dd{margin:4px 0 0;color:var(--gc-ink-soft);font-size:12px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.hr-weekly-report-item footer{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--gc-line);padding:10px 14px;color:var(--gc-muted);font-size:10px}.hr-weekly-report-item footer code{font-size:9px;word-break:break-all}.hr-weekly-muted{margin:0;color:var(--gc-muted);font-size:12px}.hr-weekly-filter{margin-top:4px}.hr-weekly-filter label:nth-child(2){min-width:240px;flex:1}.hr-weekly-meta{margin-top:0}
@media(max-width:760px){.hr-page-action-stack{justify-items:start}.hr-service-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-service-filter{display:grid;grid-template-columns:1fr 1fr}.hr-service-filter label,.hr-service-filter label:nth-child(3){min-width:0}.hr-service-filter label:nth-child(3){grid-column:1/-1}.hr-service-filter button{width:100%}.hr-service-table-card>header{display:block}.hr-service-table-card header .hr-payroll-source-badge{display:inline-flex;margin-top:12px}.hr-service-table,.hr-social-table{min-width:760px}.hr-service-table-card .hr-table-wrap{overflow-x:auto}.hr-social-department .hr-table-wrap,.hr-attendance-department .hr-table-wrap{overflow-x:auto}.hr-attendance-department summary{padding-inline:14px}.hr-attendance-department summary>span:last-child{white-space:normal;text-align:right}.hr-attendance-employee summary{grid-template-columns:18px minmax(0,1fr) auto;gap:8px;padding-inline:14px}.hr-attendance-employee summary>span:last-child{grid-column:2/-1;grid-row:2}}
@media(max-width:480px){.hr-service-meta{gap:8px}.hr-service-meta>div{min-height:68px;padding:12px}.hr-service-meta strong{font-size:14px}.hr-service-filter{grid-template-columns:1fr;padding:12px}.hr-service-filter label:nth-child(3){grid-column:auto}.hr-service-tabs{width:100%}.hr-service-tabs a{flex:1;justify-content:center;padding-inline:12px}.hr-attendance-detail-source,.hr-attendance-detail-section{margin-left:16px;margin-right:16px}.hr-attendance-detail-source{flex-wrap:wrap;gap:6px 10px}.hr-attendance-detail-source small{width:100%;margin-left:0}.hr-attendance-detail-list{grid-template-columns:1fr}.hr-attendance-detail-list>div:nth-last-child(-n+2){border-bottom:1px solid var(--gc-line)}.hr-attendance-detail-list>div:last-child{border-bottom:0}}
.hr-weekly-layout{grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr)}
@media(max-width:760px){.hr-weekly-layout{grid-template-columns:1fr}.hr-weekly-directory{border-right:0;border-bottom:1px solid var(--gc-line)}.hr-weekly-detail{padding:18px 14px}.hr-weekly-filter{display:grid;grid-template-columns:1fr 1fr}.hr-weekly-filter label,.hr-weekly-filter label:nth-child(2){min-width:0}.hr-weekly-filter label:nth-child(2){grid-column:1/-1}.hr-weekly-filter button{width:100%}}
@media(max-width:480px){.hr-weekly-filter{grid-template-columns:1fr}.hr-weekly-filter label:nth-child(2){grid-column:auto}.hr-weekly-detail-head{display:block}.hr-weekly-link-state{margin-top:12px}.hr-weekly-meta{grid-template-columns:1fr 1fr}}
.hr-subnav.is-grouped{overflow:visible}.hr-subnav-group{position:relative;display:inline-flex;align-items:center}.hr-subnav-parent{display:inline-flex;min-height:40px;align-items:center;gap:8px;border:1px solid transparent;border-radius:10px;background:transparent;padding:8px 13px;color:var(--gc-muted);font:600 12px var(--gc-font);cursor:pointer;transition:background-color .18s,color .18s,border-color .18s}.hr-subnav-parent:hover,.hr-subnav-parent:focus-visible{border-color:var(--gc-line);background:var(--gc-canvas);color:var(--gc-ink);outline:0}.hr-subnav-parent.on,.hr-subnav-parent.is-open{border-color:rgba(201,162,39,.35);background:var(--gc-gold-wash);color:var(--gc-gold-deep);font-weight:680}.hr-subnav-parent span{font-size:13px;line-height:1;transition:transform .16s}.hr-subnav-parent.is-open span{transform:rotate(180deg)}.hr-subnav-panel{position:absolute;top:0;left:calc(100% + 8px);z-index:1200;display:grid;min-width:220px;gap:3px;border:1px solid var(--gc-line);border-radius:14px;background:var(--gc-surface);padding:8px;box-shadow:0 12px 28px rgba(41,42,46,.14)}.hr-subnav-panel[hidden]{display:none}.hr-subnav-panel-title{padding:5px 10px 7px;color:var(--gc-muted);font-size:11px;font-weight:650}.hr-subnav-panel a{display:flex;min-height:36px;align-items:center;border-radius:9px;padding:7px 10px;color:var(--gc-muted);font-size:12px;font-weight:600;text-decoration:none}.hr-subnav-panel a:hover,.hr-subnav-panel a:focus-visible{background:var(--gc-canvas);color:var(--gc-ink);outline:0}.hr-subnav-panel a.on{background:var(--gc-gold-wash);color:var(--gc-gold-deep);font-weight:680}
@media(max-width:760px){.hr-subnav.is-grouped{overflow-x:auto;overflow-y:visible}.hr-subnav-panel{position:absolute;top:calc(100% + 6px);left:0;right:auto;min-width:210px}}
.hr-subnav-group.is-open{margin-right:228px}
@media(max-width:760px){.hr-subnav-group.is-open{margin-right:0}}
@media(max-width:480px){.hr-subnav-panel{left:0;min-width:200px}}

/* 二级导航规范：父级为 Level 1 控件，子级为向右展开的 Level 2 segmented tabs。 */
.hr-subnav-parent.on,.hr-subnav-parent.is-open{border-color:transparent;background:rgba(255,255,255,.96);color:var(--gc-ink);box-shadow:0 1px 3px rgba(41,42,46,.12),0 4px 10px rgba(41,42,46,.06)}
.hr-subnav-panel{display:flex;align-items:center;gap:3px;min-width:0;border:0;border-radius:12px;background:rgba(118,118,128,.12);padding:3px;box-shadow:none}
.hr-subnav-panel-title{display:none}.hr-subnav-panel a{display:inline-flex;min-height:36px;align-items:center;border-radius:9px;padding:0 17px;color:var(--gc-muted);font-size:12px;font-weight:600;white-space:nowrap}.hr-subnav-panel a.on{background:rgba(255,255,255,.96);color:var(--gc-ink);box-shadow:0 1px 3px rgba(41,42,46,.12),0 4px 10px rgba(41,42,46,.06)}
.hr-subnav.is-grouped{gap:20px}
.hr-subnav-group{gap:8px;margin-right:0!important}.hr-subnav-panel{position:static;top:auto;left:auto}
.hr-subnav.is-grouped{gap:3px}.hr-subnav-group.is-open + .hr-subnav-group{margin-left:17px}

/* 员工花名册：按部门折叠、密集行与本地批处理。 */
.hr-people-source-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.hr-people-source-actions button:disabled{cursor:not-allowed;opacity:.48}.hr-people-department{border-top:1px solid var(--gc-line)}.hr-people-department:first-child{border-top:0}.hr-people-department>header{display:flex;min-height:54px;align-items:center;gap:12px;background:var(--gc-surface-muted);padding:0 16px}.hr-people-group-toggle{display:flex;min-height:40px;align-items:center;gap:10px;border:0;background:transparent;padding:0;color:var(--gc-ink);font:inherit;text-align:left;cursor:pointer}.hr-people-group-toggle>span{width:20px;color:var(--gc-gold-deep);font-size:18px;line-height:1}.hr-people-group-toggle strong{font-size:13px;font-weight:680}.hr-people-group-toggle small{color:var(--gc-muted);font-size:11px;font-weight:550}.hr-people-group-toggle:focus-visible{outline:2px solid var(--gc-gold);outline-offset:3px}.hr-group-select{display:inline-flex;min-height:40px;align-items:center;gap:7px;margin-left:auto;color:var(--gc-muted);font-size:11px;font-weight:600;cursor:pointer}.hr-group-select input,.hr-person-select input{position:absolute;opacity:0}.hr-group-select span{display:inline-flex;min-height:30px;align-items:center;border:1px solid var(--gc-line);border-radius:999px;background:var(--gc-surface);padding:0 10px}.hr-group-select input:checked+span{border-color:var(--gc-ink);background:var(--gc-ink);color:#fff}.hr-people-group-body[hidden]{display:none}
.hr-person-main>small{color:var(--gc-ink-soft)!important}
/* 花名册员工档案二级页与批处理抽屉。 */
.hr-person-drawer-actions .hr-back-button{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.12);color:#fff}.hr-person-drawer-actions .hr-back-button:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.42)}
.hr-person-detail-layer .hr-person-detail-drawer{width:min(860px,96vw);border-radius:28px 0 0 28px}.hr-person-detail-drawer{overflow:auto}.hr-person-drawer-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;border:0!important;background:linear-gradient(135deg,#3A3B3F,#292A2E)!important;padding:26px 28px!important;color:#fff}.hr-person-drawer-hero h2{margin:6px 0 4px!important;color:#fff!important;font-size:28px!important}.hr-person-drawer-hero p{margin:0;color:#D1D1D6;font-size:12px}.hr-person-drawer-hero .hr-card-kicker{color:#F7E7AD}.hr-person-drawer-actions{display:flex;align-items:center;gap:8px}.hr-person-drawer-actions .hr-payroll-secondary{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.12);color:#fff}.hr-person-drawer-actions .hr-payroll-secondary:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.42)}.hr-person-drawer-actions .hr-drawer-close{background:rgba(255,255,255,.12);color:#fff}.hr-person-drawer-hero>.hr-profile-completeness{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.18);border-left:0;padding:14px 0 0}.hr-person-detail-drawer>.hr-business-band{margin:16px 28px 0}.hr-person-detail-drawer>.hr-person-tabs{margin:16px 28px 0;overflow-x:auto}.hr-person-detail-drawer>#personDrawerBody{padding:16px 28px 28px}.hr-person-detail-drawer .hr-overview-grid{grid-template-columns:minmax(0,1fr) 220px;gap:16px}.hr-person-detail-drawer .hr-overview-main,.hr-person-detail-drawer .hr-overview-rail>div,.hr-person-detail-drawer .hr-profile-section,.hr-person-detail-drawer .hr-tab-section,.hr-person-detail-drawer .hr-sensitive-section{box-shadow:none!important}
.hr-person-edit-form{display:grid;gap:20px}.hr-person-edit-form>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--gc-line);padding:0 0 16px}.hr-person-edit-form>header h3{margin:3px 0;font-size:20px}.hr-person-edit-form>header p:not(.hr-card-kicker){margin:0;color:var(--gc-muted);font-size:12px}.hr-edit-source-badge{border-radius:999px;background:rgba(52,199,89,.1);padding:5px 9px;color:#248a3d;font-size:11px;font-weight:650;white-space:nowrap}.hr-person-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.hr-person-edit-grid label,.hr-batch-pair label{display:flex;min-width:0;flex-direction:column;gap:6px;color:var(--gc-muted);font-size:12px;font-weight:650}.hr-person-edit-grid label input,.hr-person-edit-grid label select,.hr-person-edit-grid label textarea,.hr-batch-pair input,.hr-batch-pair select{width:100%;box-sizing:border-box}.hr-wide-field{grid-column:1/-1}.hr-person-edit-form>footer{display:flex;justify-content:flex-end;gap:8px}.hr-person-edit-form .hr-payroll-primary,.hr-person-edit-form .hr-payroll-secondary{min-height:42px}.hr-batch-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hr-batch-pair label:last-child{grid-column:1/-1}.hr-people-batch-drawer{width:min(580px,96vw);border-radius:28px 0 0 28px}.hr-people-batch-drawer>section{padding:22px 28px}.hr-people-batch-drawer .hr-people-form{gap:14px}.hr-people-batch-drawer .hr-people-form>button{grid-column:1/-1}
@media(max-width:760px){.hr-people-source-actions{justify-content:flex-start}.hr-people-source-actions button{flex:1}.hr-people-department>header{padding-inline:12px}.hr-person-row{grid-template-columns:36px 34px minmax(0,1fr) auto;gap:8px;padding-inline:12px}.hr-person-row>span:not(.hr-person-main):not(.hr-candidate-avatar):not(.hr-stage-pill):not(.hr-contract-pill),.hr-person-row>b{display:none}.hr-person-row>.hr-stage-pill{grid-column:4;grid-row:1}.hr-person-row>.hr-contract-pill{grid-column:3/5;grid-row:2;margin-left:42px}.hr-person-completeness{display:none}.hr-person-detail-layer .hr-person-detail-drawer,.hr-people-batch-drawer{width:96vw;border-radius:24px 0 0 24px}.hr-person-drawer-hero{grid-template-columns:1fr!important;padding:22px 20px!important}.hr-person-drawer-actions{justify-content:flex-start;flex-wrap:wrap}.hr-person-drawer-hero>.hr-profile-completeness{grid-column:1}.hr-person-detail-drawer>.hr-business-band,.hr-person-detail-drawer>.hr-person-tabs{margin-inline:20px}.hr-person-detail-drawer>#personDrawerBody{padding:16px 20px 24px}.hr-person-detail-drawer .hr-overview-grid{grid-template-columns:1fr}.hr-person-edit-grid,.hr-batch-pair{grid-template-columns:1fr}.hr-wide-field{grid-column:auto}.hr-person-edit-form>footer{justify-content:stretch}.hr-person-edit-form>footer button{flex:1}.hr-people-batch-drawer>section{padding-inline:20px}}
.hr-payroll-dashboard-table-wrap .hr-data-table>caption{display:none}
.hr-field-hint{display:block;margin-top:6px;color:var(--gc-gold-deep);font-size:11px;line-height:1.4}
.hr-payroll-dashboard-table-wrap.is-detail-pane{display:grid;overflow:auto;align-content:start;gap:22px;padding:22px;border-left:1px solid var(--gc-line)}
.hr-payroll-dashboard-detail{min-height:0;padding:2px 0 22px}
.hr-payroll-dashboard-detail:not(:last-child){border-bottom:1px solid var(--gc-line)}
.hr-payroll-dashboard-detail:last-child{padding-bottom:0}
.hr-payroll-dashboard-detail header{display:grid;gap:5px;margin-bottom:18px}
.hr-payroll-dashboard-detail h3{margin:0;color:var(--gc-ink);font-size:22px}
.hr-payroll-dashboard-detail header span,.hr-payroll-dashboard-detail-empty{color:var(--gc-muted);font-size:12px}
.hr-payroll-dashboard-detail h4{margin:0 0 8px;color:var(--gc-muted);font-size:11px}
.hr-payroll-dashboard-detail-note{margin:-3px 0 8px;color:var(--gc-muted);font-size:10px;line-height:1.45}
.hr-payroll-dashboard-detail .hr-payroll-dashboard-donut-wrap{grid-template-columns:132px minmax(0,1fr);gap:14px;padding:8px 0 16px}
.hr-payroll-dashboard-detail .hr-payroll-dashboard-donut{width:120px;height:120px}
.hr-payroll-dashboard-detail .hr-payroll-dashboard-donut:after{inset:24px}
.hr-payroll-dashboard-detail .hr-payroll-dashboard-donut>span{font-size:21px}
.hr-payroll-dashboard-detail ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.hr-payroll-dashboard-detail li button{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;border:1px solid var(--gc-line);border-radius:12px;background:var(--gc-surface-muted);padding:12px;text-align:left;cursor:pointer}
.hr-payroll-dashboard-detail li button:hover{background:var(--gc-surface);border-color:var(--gc-gold)}
.hr-payroll-dashboard-detail li strong{color:var(--gc-ink)}
.hr-payroll-dashboard-detail li small{color:var(--gc-muted);font-size:10px}
.hr-payroll-dashboard-chart.is-department-nav{padding:14px 18px;align-self:start}
.hr-payroll-dashboard-chart.is-department-nav .hr-payroll-dashboard-bars{gap:3px}
.hr-payroll-dashboard-chart.is-department-nav .hr-payroll-dashboard-bars button{grid-template-columns:minmax(0,1fr) auto auto;min-height:42px;border-radius:10px;padding:9px 10px}
.hr-payroll-dashboard-chart.is-department-nav .hr-payroll-dashboard-bar-track{display:none}
.hr-payroll-dashboard-chart.is-department-nav .hr-payroll-dashboard-bar-label{font-size:13px;font-weight:620}
.hr-payroll-dashboard-chart.is-department-nav .hr-payroll-dashboard-bars strong{min-width:110px;font-size:12px}
.hr-payroll-dashboard-chart.is-department-nav .hr-payroll-dashboard-bars small{min-width:42px}
.hr-payroll-dashboard-chart.is-department-nav .hr-payroll-dashboard-bars button.is-selected{background:var(--gc-surface);box-shadow:inset 3px 0 var(--gc-gold)}
@media(max-width:480px){.hr-people-source-actions{display:grid;grid-template-columns:1fr}.hr-group-select span{padding-inline:8px}.hr-person-row{min-height:60px}.hr-person-detail-drawer>.hr-person-tabs{margin-inline:12px}.hr-person-detail-drawer>#personDrawerBody{padding-inline:12px}.hr-person-detail-drawer>.hr-business-band{margin-inline:12px}.hr-person-drawer-hero{padding-inline:16px!important}.hr-people-batch-drawer>section{padding-inline:16px}}
@media(prefers-reduced-motion:reduce){.hr-person-row,.hr-people-group-toggle,.hr-group-select span{transition:none!important}}

/* 薪酬仪表盘：以计薪月为唯一口径，图表同时提供可读表格和逐组下钻。 */
.hr-payroll-dashboard{display:grid;gap:16px;margin-top:8px}.hr-payroll-dashboard-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:4px 2px 8px}.hr-payroll-dashboard-intro h2{margin:0;color:var(--gc-ink);font-size:26px;letter-spacing:-.03em}.hr-payroll-dashboard-intro p:not(.hr-card-kicker){max-width:720px;margin:6px 0 0;color:var(--gc-muted);font-size:13px}.hr-payroll-dashboard-source{display:grid;min-width:240px;gap:4px;border-left:2px solid var(--gc-gold);padding:4px 0 4px 14px;color:var(--gc-muted);font-size:11px}.hr-payroll-dashboard-source strong{color:var(--gc-ink);font-size:12px}.hr-payroll-dashboard-source span{color:var(--gc-gold-deep);font-weight:650}.hr-payroll-dashboard-source small{line-height:1.5}.hr-payroll-dashboard-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.hr-payroll-dashboard-kpis article{display:grid;min-height:112px;align-content:center;gap:8px;border:1px solid var(--gc-line);border-radius:18px;background:var(--gc-surface);padding:16px 18px;box-shadow:var(--gc-shadow-card)}.hr-payroll-dashboard-kpis span{color:var(--gc-muted);font-size:11px;font-weight:650}.hr-payroll-dashboard-kpis strong{color:var(--gc-ink);font-size:24px;line-height:1.1;letter-spacing:-.03em}.hr-payroll-dashboard-kpis small{color:var(--gc-muted);font-size:10px}.hr-payroll-dashboard-chain,.hr-payroll-dashboard-card{border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface);box-shadow:var(--gc-shadow-card)}.hr-payroll-dashboard-chain{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px}.hr-payroll-dashboard-chain h2,.hr-payroll-dashboard-card h2{margin:0;color:var(--gc-ink);font-size:18px;letter-spacing:-.02em}.hr-payroll-dashboard-chain p,.hr-payroll-dashboard-card header p{margin:4px 0 0;color:var(--gc-muted);font-size:11px}.hr-payroll-dashboard-chain-steps{display:flex;align-items:center;gap:12px}.hr-payroll-dashboard-chain-steps span{display:grid;min-width:82px;gap:3px;text-align:center}.hr-payroll-dashboard-chain-steps strong{color:var(--gc-ink);font-size:22px}.hr-payroll-dashboard-chain-steps small{color:var(--gc-muted);font-size:10px}.hr-payroll-dashboard-chain-steps b{color:var(--gc-gold-deep);font-size:18px}.hr-payroll-dashboard-chain-steps .is-warning strong{color:#9a5d00}.hr-payroll-dashboard-card{overflow:hidden}.hr-payroll-dashboard-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid var(--gc-line)}.hr-payroll-dashboard-segments{display:flex;gap:3px;border-radius:10px;background:var(--gc-surface-muted);padding:3px}.hr-payroll-dashboard-segments button{min-height:32px;border:0;border-radius:8px;background:transparent;padding:0 12px;color:var(--gc-muted);font:600 11px var(--gc-font);cursor:pointer}.hr-payroll-dashboard-segments button.is-active,.hr-payroll-dashboard-segments button[aria-selected="true"]{background:var(--gc-surface);color:var(--gc-ink);box-shadow:0 1px 3px rgba(41,42,46,.12)}.hr-payroll-dashboard-payment-body{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(460px,1fr);gap:0}.hr-payroll-dashboard-chart{padding:18px 22px}.hr-payroll-dashboard-bars{display:grid;gap:8px;margin:0;padding:0;list-style:none}.hr-payroll-dashboard-bars li{min-width:0}.hr-payroll-dashboard-bars button{display:grid;width:100%;grid-template-columns:minmax(96px,1fr) minmax(100px,1.5fr) auto auto;align-items:center;gap:10px;border:0;border-radius:10px;background:transparent;padding:8px 0;color:var(--gc-ink);text-align:left;cursor:pointer}.hr-payroll-dashboard-bars button:hover,.hr-payroll-dashboard-bars button:focus-visible{background:var(--gc-surface-muted);outline:0}.hr-payroll-dashboard-bar-label{overflow:hidden;color:var(--gc-ink-soft);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.hr-payroll-dashboard-bar-track{display:block;height:10px;border-radius:2px;background:rgba(118,118,128,.12);overflow:hidden}.hr-payroll-dashboard-bar-track i{display:block;height:100%;border-radius:0;background:var(--gc-chart-1)}.hr-payroll-dashboard-bars strong{min-width:92px;color:var(--gc-ink);font-size:12px;text-align:right}.hr-payroll-dashboard-bars small{min-width:44px;color:var(--gc-muted);font-size:10px;text-align:right}.hr-payroll-dashboard-table-wrap{overflow:auto;border-left:1px solid var(--gc-line)}.hr-payroll-dashboard-table-wrap .hr-data-table{min-width:420px}.hr-payroll-dashboard-drill{border:0;background:transparent;padding:0;color:var(--gc-ink);font:inherit;font-weight:680;cursor:pointer}.hr-payroll-dashboard-drill:hover,.hr-payroll-dashboard-drill:focus-visible{color:var(--gc-gold-deep);outline:0;text-decoration:underline}.hr-payroll-dashboard-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hr-payroll-dashboard-split .hr-payroll-dashboard-card>header{padding-bottom:16px}.hr-payroll-dashboard-donut-wrap{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:20px;padding:16px 22px 22px}.hr-payroll-dashboard-donut{position:relative;display:grid;width:160px;height:160px;border-radius:50%;background:conic-gradient(var(--dashboard-donut));place-items:center}.hr-payroll-dashboard-donut:after{position:absolute;inset:32px;border-radius:50%;background:var(--gc-surface);content:""}.hr-payroll-dashboard-donut>span{position:relative;z-index:1;color:var(--gc-ink);font-size:26px;font-weight:740;text-align:center}.hr-payroll-dashboard-donut>span small{display:block;color:var(--gc-muted);font-size:10px;font-weight:550}.hr-payroll-dashboard-legend{display:grid;gap:9px;margin:0;padding:0;list-style:none}.hr-payroll-dashboard-legend li{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:8px;color:var(--gc-ink-soft);font-size:11px}.hr-payroll-dashboard-legend li i{width:10px;height:10px;border-radius:3px}.hr-payroll-dashboard-legend li strong{color:var(--gc-muted);font-size:10px;font-weight:550}.hr-payroll-dashboard-legend .is-empty{grid-template-columns:1fr;color:var(--gc-muted)}.hr-payroll-dashboard-activity{padding-bottom:18px}.hr-payroll-dashboard-activity header{align-items:center}.hr-payroll-dashboard-activity-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px 22px}.hr-payroll-dashboard-activity-kpis div{display:grid;gap:4px;border-radius:12px;background:var(--gc-surface-muted);padding:12px}.hr-payroll-dashboard-activity-kpis span{color:var(--gc-muted);font-size:10px}.hr-payroll-dashboard-activity-kpis strong{color:var(--gc-ink);font-size:18px}.hr-payroll-dashboard-activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:0 22px}.hr-payroll-dashboard-activity-grid h3{margin:0 0 8px;color:var(--gc-ink);font-size:13px}.hr-payroll-dashboard-note{margin:16px 22px 0;color:var(--gc-muted);font-size:11px}.hr-payroll-dashboard-state{display:flex;min-height:96px;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px;padding:16px 22px;color:var(--gc-muted);font-size:12px}.hr-payroll-dashboard-state strong{color:var(--gc-ink);font-size:13px}.hr-payroll-dashboard-state.is-error{background:rgba(255,59,48,.05);color:#8a3028}.hr-payroll-dashboard-state.is-error strong{color:#8a3028}.hr-payroll-dashboard-drawer-body{overflow:auto;max-height:calc(100vh - 120px);padding:0 28px 24px}.hr-payroll-dashboard-drawer-body .hr-data-table{min-width:480px}.hr-payroll-dashboard-drawer-body .hr-data-table th,.hr-payroll-dashboard-drawer-body .hr-data-table td{padding:12px 10px}.hr-payroll-dashboard-drawer-body small{display:block;margin-top:3px;color:var(--gc-muted);font-size:10px;font-weight:500}
@media(max-width:1040px){.hr-payroll-dashboard-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.hr-payroll-dashboard-payment-body{grid-template-columns:1fr}.hr-payroll-dashboard-table-wrap{border-top:1px solid var(--gc-line);border-left:0}.hr-payroll-dashboard-table-wrap .hr-data-table{min-width:0}}
@media(max-width:760px){.hr-payroll-dashboard-intro,.hr-payroll-dashboard-chain{display:grid}.hr-payroll-dashboard-source{min-width:0}.hr-payroll-dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-payroll-dashboard-card>header{display:grid}.hr-payroll-dashboard-segments{width:max-content;max-width:100%;overflow:auto}.hr-payroll-dashboard-split,.hr-payroll-dashboard-activity-grid{grid-template-columns:1fr}.hr-payroll-dashboard-donut-wrap,.hr-payroll-dashboard-detail .hr-payroll-dashboard-donut-wrap{grid-template-columns:1fr}.hr-payroll-dashboard-donut{margin:0 auto}.hr-payroll-dashboard-activity-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-payroll-dashboard-activity header .hr-payroll-secondary{width:max-content}}
@media(max-width:480px){.hr-payroll-dashboard-kpis{grid-template-columns:1fr}.hr-payroll-dashboard-chain-steps{justify-content:space-between;gap:4px}.hr-payroll-dashboard-chain-steps span{min-width:0}.hr-payroll-dashboard-bars button{grid-template-columns:minmax(80px,1fr) auto}.hr-payroll-dashboard-bar-track{grid-column:1/-1;grid-row:2}.hr-payroll-dashboard-bars strong{min-width:0}.hr-payroll-dashboard-bars small{min-width:0}.hr-payroll-dashboard-drawer-body{padding-inline:16px}.hr-payroll-dashboard-drawer-body .hr-data-table{min-width:460px}}
.hr-payroll-dashboard-drawer-hint{margin:16px 0 12px;color:var(--gc-muted,#6b7280);font-size:12px;line-height:1.65}.hr-payroll-dashboard-roster-link{display:inline-flex;align-items:center;white-space:nowrap;margin-left:auto;margin-right:48px}.hr-payroll-dashboard-drawer>header{display:flex;align-items:flex-start;gap:16px}.hr-payroll-dashboard-drawer>header>div:first-child{min-width:0;flex:1}.hr-payroll-dashboard-drawer>header .hr-drawer-close{flex:none}.hr-payroll-dashboard-drawer .hr-payroll-dashboard-roster-link{margin-right:0}
.hr-payroll-dashboard-legend li.is-action{grid-template-columns:10px minmax(0,1fr) auto;row-gap:4px}.hr-payroll-dashboard-legend-action{grid-column:2/-1;justify-self:start;border:0;background:transparent;padding:0;color:var(--gc-gold-deep);font:650 10px var(--gc-font);cursor:pointer}.hr-payroll-dashboard-legend-action:hover{text-decoration:underline;text-underline-offset:3px}.hr-payroll-dashboard-legend-action:focus-visible{border-radius:4px;outline:2px solid var(--gc-gold);outline-offset:2px}.hr-payroll-dashboard-drawer-body .hr-data-table{min-width:680px}
@media(max-width:480px){.hr-payroll-dashboard-drawer-body .hr-data-table{min-width:460px}}
.hr-payroll-dashboard-activity-kpis button{display:grid;width:100%;gap:4px;border:0;border-radius:12px;background:var(--gc-surface-muted);padding:12px;color:inherit;font:inherit;text-align:left;cursor:pointer}.hr-payroll-dashboard-activity-kpis button:hover,.hr-payroll-dashboard-activity-kpis button:focus-visible{background:rgba(201,162,39,.08);outline:2px solid rgba(201,162,39,.28);outline-offset:1px}
@media(prefers-reduced-motion:reduce){.hr-payroll-dashboard-segments button,.hr-payroll-dashboard-bars button{transition:none!important}}
.hr-payroll-create-page{display:grid;gap:16px}.hr-payroll-create-hero,.hr-payroll-create-workflow,.hr-payroll-create-period,.hr-payroll-create-controls,.hr-payroll-create-placeholder{border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface);box-shadow:var(--gc-shadow-card)}.hr-payroll-create-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px}.hr-payroll-create-hero h2{margin:0;color:var(--gc-ink);font-size:28px}.hr-payroll-create-hero p:not(.hr-card-kicker){max-width:720px;margin:8px 0 0;color:var(--gc-muted);font-size:13px}.hr-payroll-create-controls{display:grid;grid-template-columns:220px 1fr;align-items:end;gap:20px;padding:18px 22px}.hr-payroll-create-controls label,.hr-payroll-create-controls fieldset{display:grid;gap:7px;margin:0;border:0;padding:0}.hr-payroll-create-controls label>span,.hr-payroll-create-controls legend{color:var(--gc-muted);font-size:11px;font-weight:650}.hr-payroll-create-controls input{min-height:42px;border:1px solid var(--gc-line);border-radius:12px;background:var(--gc-surface);padding:0 12px;color:var(--gc-ink);font:500 13px var(--gc-font)}.hr-payroll-create-scope{display:flex;gap:4px;border-radius:12px;background:var(--gc-surface-muted);padding:3px}.hr-payroll-create-scope button{min-height:36px;border:0;border-radius:9px;background:transparent;padding:0 16px;color:var(--gc-muted);font:600 12px var(--gc-font);cursor:pointer}.hr-payroll-create-scope button.is-active{background:var(--gc-surface);color:var(--gc-ink);box-shadow:0 1px 3px rgba(41,42,46,.12)}.hr-payroll-create-period{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0}.hr-payroll-create-period>div{display:grid;gap:6px;padding:16px 18px;border-right:1px solid var(--gc-line)}.hr-payroll-create-period>div:last-child{border-right:0}.hr-payroll-create-period span{color:var(--gc-muted);font-size:11px}.hr-payroll-create-period strong{color:var(--gc-ink);font-size:13px}.hr-payroll-create-workflow{padding:22px}.hr-payroll-create-workflow>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.hr-payroll-create-workflow h3{margin:0;color:var(--gc-ink);font-size:20px}.hr-payroll-create-workflow>header>span{color:var(--gc-muted);font-size:12px}.hr-payroll-create-workflow ol{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}.hr-payroll-create-workflow li{display:grid;min-height:150px;align-content:start;gap:10px;border-radius:14px;background:var(--gc-surface-muted);padding:12px}.hr-payroll-create-workflow li b{display:grid;width:28px;height:28px;place-items:center;border-radius:9px;background:var(--gc-neutral);color:var(--gc-muted);font-size:11px}.hr-payroll-create-workflow li.is-current b{background:var(--gc-ink);color:#fff}.hr-payroll-create-workflow li strong{display:block;color:var(--gc-ink);font-size:12px}.hr-payroll-create-workflow li small{display:block;margin-top:4px;color:var(--gc-muted);font-size:10px}.hr-payroll-create-workflow li button{min-height:36px;margin-top:auto;border:1px solid var(--gc-line);border-radius:10px;background:var(--gc-surface);color:var(--gc-ink);font:600 11px var(--gc-font);cursor:pointer}.hr-payroll-create-workflow li button:disabled{cursor:not-allowed;opacity:.45}.hr-payroll-create-placeholder{padding:32px}.hr-payroll-create-placeholder h3{margin:0;color:var(--gc-ink);font-size:20px}.hr-payroll-create-placeholder p{margin:8px 0 0;color:var(--gc-muted);font-size:13px}
@media(max-width:760px){.hr-payroll-create-hero,.hr-payroll-create-controls{display:grid;grid-template-columns:1fr}.hr-payroll-create-period{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-payroll-create-period>div{border-bottom:1px solid var(--gc-line)}.hr-payroll-create-workflow ol{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.hr-payroll-create-period{grid-template-columns:1fr}.hr-payroll-create-workflow ol{grid-template-columns:1fr}.hr-payroll-create-scope{display:grid;grid-template-columns:1fr}}
.hr-person-chain>header{margin-bottom:14px}.hr-person-chain>header h3{margin:3px 0;font-size:20px}.hr-person-chain>header p:not(.hr-card-kicker){margin:4px 0;color:var(--gc-muted);font-size:12px;line-height:1.5}.hr-person-chain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hr-person-chain-card{display:flex;min-width:0;flex-direction:column;gap:10px;border:1px solid var(--gc-line);border-radius:16px;background:var(--gc-surface-muted);padding:14px}.hr-person-chain-card>header{display:flex;align-items:flex-start;gap:9px}.hr-person-chain-card h4{margin:0;color:var(--gc-ink);font-size:13px}.hr-person-chain-card header p{margin:3px 0 0;color:var(--gc-muted);font-size:11px}.hr-person-chain-index{display:grid;width:26px;height:26px;flex:none;place-items:center;border-radius:8px;background:var(--gc-ink);color:#fff;font-size:10px;font-weight:700}.hr-person-chain-detail{min-height:36px;margin:0;color:var(--gc-ink);font-size:12px;line-height:1.55}.hr-person-chain-card>footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.hr-person-chain-card footer small{color:var(--gc-muted);font-size:10px}.hr-person-chain-link{color:var(--gc-ink);font-size:11px;font-weight:650;text-decoration:none;white-space:nowrap}.hr-person-chain-link:hover,.hr-person-chain-link:focus-visible{text-decoration:underline;text-underline-offset:3px}.hr-person-chain-next{margin-top:12px;border-top:1px solid var(--gc-line);padding-top:14px}.hr-person-chain-next header{display:flex;align-items:center;justify-content:space-between;gap:10px}.hr-person-chain-next h4{margin:0;font-size:13px}.hr-person-chain-next header span{color:var(--gc-muted);font-size:11px}.hr-person-chain-actions{display:grid;gap:6px;margin:10px 0 0;padding:0;list-style:none}.hr-person-chain-actions li{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:10px;background:rgba(255,149,0,.1);padding:8px 10px;color:var(--gc-ink);font-size:11px}.hr-person-chain-actions li span{color:var(--gc-muted);font-size:10px}.hr-person-chain-ok{margin:10px 0 0;color:#248a3d;font-size:12px}
@media(max-width:760px){.hr-person-chain-grid{grid-template-columns:1fr}}
.hr-payroll-dashboard-chain-steps button{display:grid;min-width:82px;gap:3px;border:0;border-radius:12px;background:transparent;padding:4px 8px;color:inherit;text-align:center;font:inherit;cursor:pointer}.hr-payroll-dashboard-chain-steps button:hover,.hr-payroll-dashboard-chain-steps button:focus-visible{background:var(--gc-surface-muted);outline:2px solid rgba(201,162,39,.35);outline-offset:2px}.hr-payroll-dashboard-chain-steps button strong{color:var(--gc-ink);font-size:22px}.hr-payroll-dashboard-chain-steps button small{color:var(--gc-muted);font-size:10px}.hr-payroll-dashboard-chain-steps button.is-warning strong{color:#9a5d00}
.hr-payroll-dashboard-chain-warning{margin-top:8px!important;color:#9a5d00!important;font-size:11px!important;font-weight:600}
.hr-identity-center{display:grid;gap:14px;margin:0 0 16px;border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface);box-shadow:var(--gc-shadow-card);padding:20px 22px}.hr-identity-center>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.hr-identity-center>header h2{margin:0;color:var(--gc-ink);font-size:18px;letter-spacing:-.02em}.hr-identity-center>header p:not(.hr-card-kicker){margin:4px 0 0;color:var(--gc-muted);font-size:11px;line-height:1.5}.hr-identity-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hr-identity-summary article{display:grid;gap:5px;border-radius:12px;background:var(--gc-surface-muted);padding:12px}.hr-identity-summary span{color:var(--gc-muted);font-size:10px;font-weight:650}.hr-identity-summary strong{color:var(--gc-ink);font-size:22px;line-height:1.1}.hr-identity-summary small{color:var(--gc-muted);font-size:10px;line-height:1.4}.hr-identity-table-wrap{overflow:auto}.hr-identity-table-wrap .hr-data-table{min-width:520px}.hr-identity-table-wrap .hr-data-table th,.hr-identity-table-wrap .hr-data-table td{padding:10px}.hr-identity-table-wrap .hr-data-table th[scope="row"] small{display:block;margin-top:3px;color:var(--gc-muted);font-size:10px;font-weight:500}.hr-identity-more{margin:10px 0 0;color:var(--gc-muted);font-size:11px}.hr-identity-empty{border-radius:12px;background:var(--gc-surface-muted);padding:14px;color:var(--gc-muted);font-size:12px}.hr-identity-empty strong{display:block;margin-bottom:4px;color:var(--gc-ink);font-size:13px}.hr-identity-empty p{margin:0;line-height:1.5}
@media(max-width:760px){.hr-identity-center{padding:16px}.hr-identity-center>header{display:grid}.hr-identity-center>header .hr-payroll-secondary{width:max-content}.hr-identity-summary{grid-template-columns:1fr}.hr-identity-table-wrap .hr-data-table{min-width:480px}}
.hr-ledger-wage-table td.is-person.is-identity-pending{background:rgba(255,149,0,.055)}.hr-ledger-wage-table td.is-person.is-identity-pending>button:first-child{display:block}.hr-ledger-wage-table td.is-person.is-identity-pending>small{display:block;margin-top:4px;color:#9a5d00;font-size:10px}.hr-ledger-identity-claim{display:inline-flex;min-height:28px;align-items:center;margin-top:7px;border:1px solid var(--gc-line);border-radius:8px;background:var(--gc-surface);padding:3px 9px;color:var(--gc-ink);font-size:11px;font-weight:680;cursor:pointer}.hr-ledger-identity-claim:hover,.hr-ledger-identity-claim:focus-visible{border-color:rgba(201,162,39,.5);background:var(--gc-gold-wash);outline:0}.hr-identity-claim-summary{border-radius:14px;background:var(--gc-surface-muted);padding:14px}.hr-identity-claim-summary>p{margin:0;color:var(--gc-ink-soft);font-size:12px;line-height:1.6}.hr-identity-claim-summary dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0 0}.hr-identity-claim-summary dt{color:var(--gc-muted);font-size:10px}.hr-identity-claim-summary dd{margin:4px 0 0;color:var(--gc-ink);font-size:12px;font-weight:680}.hr-payroll-drawer #wageIdentityClaimForm{display:grid;gap:14px;margin-top:16px}.hr-payroll-drawer #wageIdentityClaimForm label{display:grid;gap:6px;color:var(--gc-muted);font-size:12px;font-weight:650}.hr-payroll-drawer #wageIdentityClaimForm select,.hr-payroll-drawer #wageIdentityClaimForm textarea{width:100%;box-sizing:border-box}.hr-payroll-drawer #wageIdentityClaimForm footer{display:flex;justify-content:flex-end;margin-top:2px}.hr-payroll-drawer #wageIdentityClaimForm .hr-payroll-form-hint{margin:0;color:var(--gc-muted);font-size:11px;line-height:1.55}.hr-payroll-drawer #wageIdentityClaimForm .hr-payroll-form-error{margin:0;color:#b42318;font-size:11px}@media(max-width:760px){.hr-identity-claim-summary dl{grid-template-columns:1fr 1fr}.hr-payroll-drawer #wageIdentityClaimForm footer{justify-content:stretch}.hr-payroll-drawer #wageIdentityClaimForm footer button{width:100%}}

/* 员工 360 修正：抽屉必须在视口内独立滚动，路由切换后页面恢复滚动。 */
.hr-person-detail-layer{display:flex;align-items:stretch;justify-content:flex-end;overflow:hidden;padding:12px}
.hr-person-detail-layer .hr-drawer-overlay{z-index:0}
.hr-person-detail-layer .hr-person-detail-drawer{position:relative;z-index:1;box-sizing:border-box;width:min(860px,calc(100vw - 24px));height:calc(100vh - 24px);height:calc(100dvh - 24px);max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--gc-surface);backdrop-filter:none;-webkit-backdrop-filter:none}
.hr-person-drawer-hero{background:var(--gc-surface)!important;color:var(--gc-ink)!important;border-bottom:1px solid var(--gc-line)!important;box-shadow:none!important}
.hr-person-drawer-hero h2{color:var(--gc-ink)!important}.hr-person-drawer-hero p{color:var(--gc-muted)!important}.hr-person-drawer-hero .hr-card-kicker{color:var(--gc-gold-deep)!important}.hr-person-drawer-hero>.hr-profile-completeness{border-top-color:var(--gc-line)!important}
.hr-person-drawer-actions .hr-back-button,.hr-person-drawer-actions .hr-payroll-secondary{border-color:var(--gc-line)!important;background:var(--gc-surface-muted)!important;color:var(--gc-ink)!important}.hr-person-drawer-actions .hr-back-button:hover,.hr-person-drawer-actions .hr-payroll-secondary:hover{border-color:rgba(201,162,39,.45)!important;background:var(--gc-gold-wash)!important}.hr-person-drawer-actions .hr-drawer-close{background:var(--gc-surface-muted)!important;color:var(--gc-ink)!important}

/* 360 的重点是“下一步 + 事实链”，使用紧凑步进流取代等大的灰色卡片墙。 */
.hr-person-chain{display:grid;gap:16px}.hr-person-chain-intro{margin:0!important;border-bottom:1px solid var(--gc-line);padding-bottom:14px}.hr-person-chain-intro h3{margin:4px 0 6px!important;font-size:24px!important;letter-spacing:-.03em}.hr-person-chain-intro p:not(.hr-card-kicker){max-width:640px;margin:0!important;color:var(--gc-muted);font-size:12px;line-height:1.65}
.hr-person-chain-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.hr-person-chain-summary article{display:grid;min-width:0;gap:5px;border:1px solid var(--gc-line);border-radius:14px;background:var(--gc-surface-muted);padding:12px}.hr-person-chain-summary span{color:var(--gc-muted);font-size:10px;font-weight:650}.hr-person-chain-summary strong{overflow:hidden;color:var(--gc-ink);font-size:15px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.hr-person-chain-summary strong.is-warning{color:#9a5d00}.hr-person-chain-summary small{overflow:hidden;color:var(--gc-muted);font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}
.hr-person-chain-next{margin:0!important;border:1px solid rgba(201,162,39,.24);border-radius:14px;background:var(--gc-gold-wash);padding:13px 14px!important}.hr-person-chain-next header{align-items:flex-start!important}.hr-person-chain-next header div{min-width:0}.hr-person-chain-next h4{font-size:14px!important}.hr-person-chain-next header p{margin:3px 0 0;color:var(--gc-muted);font-size:11px;line-height:1.45}.hr-person-chain-next header>span{flex:none;border-radius:999px;background:var(--gc-surface);padding:4px 8px;color:var(--gc-gold-deep);font-size:10px;font-weight:680}.hr-person-chain-actions{margin-top:9px!important}.hr-person-chain-actions li{border:1px solid rgba(201,162,39,.16);background:var(--gc-surface)!important;padding:8px 10px!important}
.hr-person-chain-actions li>div{display:grid;min-width:0;gap:2px}.hr-person-chain-actions li>div strong{overflow:hidden;color:var(--gc-ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.hr-person-chain-actions li>div span{overflow:hidden;color:var(--gc-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.hr-person-chain-action-unavailable{flex:none;color:var(--gc-muted);font-size:10px}
.hr-person-chain-flow{border:1px solid var(--gc-line);border-radius:16px;background:var(--gc-surface);padding:14px}.hr-person-chain-flow>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px}.hr-person-chain-flow>header h4{margin:3px 0;font-size:15px}.hr-person-chain-flow>header p:not(.hr-card-kicker){margin:3px 0 0;color:var(--gc-muted);font-size:11px}.hr-person-chain-month{flex:none;border:1px solid var(--gc-line);border-radius:999px;padding:4px 8px;color:var(--gc-muted);font-size:10px}
.hr-person-chain-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px!important;margin:0;padding:0;list-style:none}.hr-person-chain-step{position:relative;display:grid;min-width:0;gap:8px;border-top:1px solid var(--gc-line);padding:14px 0 13px 34px}.hr-person-chain-step:nth-child(-n+2){border-top:0}.hr-person-chain-step::before{position:absolute;top:0;bottom:0;left:12px;width:1px;background:var(--gc-line);content:""}.hr-person-chain-step:nth-child(-n+2)::before{top:28px}.hr-person-chain-step:nth-last-child(-n+2)::before{bottom:26px}.hr-person-chain-step-head{position:relative;display:flex;min-width:0;align-items:flex-start;gap:9px}.hr-person-chain-step-head .hr-person-chain-index{position:absolute;top:0;left:-34px;width:24px;height:24px;border:1px solid var(--gc-line);border-radius:50%;background:var(--gc-surface);color:var(--gc-gold-deep);font-size:9px;box-shadow:0 0 0 4px var(--gc-surface)}.hr-person-chain-step.is-warning .hr-person-chain-index{border-color:rgba(255,149,0,.42);background:#fff9ed;color:#9a5d00}.hr-person-chain-step h4{margin:0;color:var(--gc-ink);font-size:13px}.hr-person-chain-step-head p{margin:3px 0 0;color:var(--gc-muted);font-size:10px}.hr-person-chain-step.is-warning .hr-person-chain-step-head p{color:#9a5d00;font-weight:650}.hr-person-chain-step .hr-person-chain-detail{min-height:0!important;margin:0;color:var(--gc-ink-soft);font-size:11px;line-height:1.5}.hr-person-chain-step>footer{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;margin-top:0}.hr-person-chain-step>footer small{overflow:hidden;color:var(--gc-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.hr-person-chain-step .hr-person-chain-link{flex:none;border-bottom:1px solid transparent;color:var(--gc-gold-deep);font-size:10px}.hr-person-chain-step .hr-person-chain-link:hover,.hr-person-chain-step .hr-person-chain-link:focus-visible{border-bottom-color:var(--gc-gold-deep);text-decoration:none}.hr-person-chain-source-note{margin:0;color:var(--gc-faint);font-size:10px;line-height:1.5}
@media(max-width:760px){.hr-person-detail-layer{padding:8px}.hr-person-detail-layer .hr-person-detail-drawer{width:calc(100vw - 16px);height:calc(100vh - 16px);height:calc(100dvh - 16px);max-height:calc(100vh - 16px);max-height:calc(100dvh - 16px);border-radius:22px}.hr-person-chain-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-person-chain-grid{grid-template-columns:1fr!important}.hr-person-chain-step:nth-child(2){border-top:1px solid var(--gc-line)}.hr-person-chain-step:nth-child(2)::before{top:0}.hr-person-chain-step:nth-last-child(-n+2)::before{bottom:0}}
@media(max-width:420px){.hr-person-chain-summary{grid-template-columns:1fr}.hr-person-chain-flow{padding:12px}.hr-person-chain-flow>header{display:grid}.hr-person-chain-step{padding-left:32px}.hr-person-chain-step-head .hr-person-chain-index{left:-32px}}

/* 员工工作台：员工是页面主体，360 事实链是工作内容而非弹层装饰。 */
.hr-person-workbench{width:100%;max-width:1240px;margin:0 auto;padding:32px 0 64px;color:var(--gc-ink);font-family:var(--gc-font);font-size:14px;line-height:1.55}
.hr-person-workbench-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.hr-person-workbench-hero>div:first-child{min-width:0}
.hr-person-workbench-back{display:inline-flex;min-height:32px;align-items:center;margin-bottom:12px;color:var(--gc-muted);font-size:12px;font-weight:650;text-decoration:none}.hr-person-workbench-back:hover,.hr-person-workbench-back:focus-visible{color:var(--gc-ink);text-decoration:underline;text-underline-offset:3px;outline:0}
.hr-person-workbench-hero h1{margin:0 0 8px;color:var(--gc-ink);font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.04;letter-spacing:-.035em}.hr-person-workbench-hero p:not(.hr-eyebrow){max-width:760px;margin:0;color:var(--gc-muted);font-size:14px;line-height:1.55}
.hr-person-workbench-actions{display:flex;align-items:center;gap:8px;flex:none}.hr-person-workbench-actions .hr-back-button{min-height:40px}.hr-person-workbench-hero .hr-recruit-refresh{margin:0}
.hr-person-workbench-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.hr-person-workbench-kpis article{display:grid;min-width:0;min-height:112px;align-content:center;gap:6px;border:1px solid var(--gc-line);border-radius:18px;background:var(--gc-surface);padding:16px 18px;box-shadow:var(--gc-shadow-card)}.hr-person-workbench-kpis span{color:var(--gc-muted);font-size:11px;font-weight:650}.hr-person-workbench-kpis strong{overflow:hidden;color:var(--gc-ink);font-size:22px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.hr-person-workbench-kpis strong.is-warning{color:#9a5d00}.hr-person-workbench-kpis small{overflow:hidden;color:var(--gc-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.hr-person-workbench-purpose{margin-bottom:18px;border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface-muted);box-shadow:var(--gc-shadow-card);padding:18px 20px}.hr-person-workbench-purpose>header{border-bottom:1px solid var(--gc-line);padding-bottom:12px}.hr-person-workbench-purpose h2{margin:3px 0;font-size:18px;font-weight:680;letter-spacing:-.02em}.hr-person-workbench-purpose p:not(.hr-card-kicker){max-width:720px;margin:3px 0 0;color:var(--gc-muted);font-size:11px;line-height:1.55}.hr-person-workbench-purpose ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0 0;padding:0;list-style:none}.hr-person-workbench-purpose li{display:flex;min-width:0;align-items:flex-start;gap:9px;border:1px solid var(--gc-line);border-radius:14px;background:var(--gc-surface);padding:12px}.hr-person-workbench-purpose li>span{display:grid;flex:none;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--gc-ink);color:#fff;font-size:9px;font-variant-numeric:tabular-nums}.hr-person-workbench-purpose li>div{display:grid;min-width:0;gap:3px}.hr-person-workbench-purpose strong{color:var(--gc-ink);font-size:11px;line-height:1.4}.hr-person-workbench-purpose small{color:var(--gc-muted);font-size:10px;line-height:1.45}
.hr-person-workbench-actions-panel{margin-bottom:18px;border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface);box-shadow:var(--gc-shadow-card);padding:18px 20px}.hr-person-workbench-actions-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid var(--gc-line);padding-bottom:13px}.hr-person-workbench-actions-panel>header h2{margin:3px 0;font-size:18px;font-weight:680;letter-spacing:-.02em}.hr-person-workbench-actions-panel>header p:not(.hr-card-kicker){margin:3px 0 0;color:var(--gc-muted);font-size:11px}.hr-person-workbench-actions-panel>header>span{flex:none;border-radius:999px;background:var(--gc-gold-wash);padding:5px 9px;color:var(--gc-gold-deep);font-size:10px;font-weight:680}.hr-person-workbench-actions-panel>ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0 0;padding:0;list-style:none}.hr-person-workbench-actions-panel>ul>li{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(201,162,39,.18);border-radius:12px;background:var(--gc-surface-muted);padding:10px 11px}.hr-person-workbench-actions-panel>ul>li>div{display:grid;min-width:0;gap:2px}.hr-person-workbench-actions-panel>ul strong{overflow:hidden;color:var(--gc-ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.hr-person-workbench-actions-panel>ul small{overflow:hidden;color:var(--gc-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.hr-workbench-action{display:inline-flex;min-height:36px;flex:none;align-items:center;gap:5px;border:1px solid var(--gc-line);border-radius:10px;background:var(--gc-surface);padding:0 10px;color:var(--gc-ink);font-size:11px;font-weight:680;text-decoration:none}.hr-workbench-action:hover,.hr-workbench-action:focus-visible{border-color:var(--gc-gold);background:var(--gc-gold-wash);outline:0}.hr-workbench-action b{color:var(--gc-gold-deep);font-size:14px}.hr-workbench-action-unavailable{flex:none;color:var(--gc-muted);font-size:10px}.hr-workbench-actions-empty{display:grid;gap:4px;padding:14px 0 2px}.hr-workbench-actions-empty strong{font-size:13px}.hr-workbench-actions-empty span{color:var(--gc-muted);font-size:11px}
.hr-workbench-action-tools{display:flex;align-items:center;gap:8px;flex:none}.hr-workbench-action-tools>span{border-radius:999px;background:var(--gc-gold-wash);padding:5px 9px;color:var(--gc-gold-deep);font-size:10px;font-weight:680}.hr-payroll-drawer-actions{display:flex;align-items:center;gap:8px}.hr-payroll-drawer-actions .hr-payroll-secondary{white-space:nowrap;text-decoration:none}
.hr-person-chain-impact{margin:0;color:var(--gc-muted);font-size:10px;line-height:1.45}.hr-person-chain-impact b{margin-right:4px;color:var(--gc-gold-deep);font-weight:680}
.hr-pay-stage-panel{display:grid;gap:12px;border:1px solid var(--gc-line);border-radius:16px;background:var(--gc-surface);padding:14px}.hr-pay-stage-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hr-pay-stage-panel h4{margin:3px 0;font-size:15px}.hr-pay-stage-panel header p:not(.hr-card-kicker){max-width:640px;margin:2px 0 0;color:var(--gc-muted);font-size:11px;line-height:1.5}.hr-pay-stage-list{display:flex;gap:0;margin:0;padding:0;overflow-x:auto;list-style:none}.hr-pay-stage{position:relative;display:grid;min-width:190px;flex:1;grid-template-columns:18px minmax(0,1fr);gap:8px;padding:10px 16px 10px 0}.hr-pay-stage:not(:last-child)::after{position:absolute;top:17px;right:0;left:9px;height:1px;background:var(--gc-line);content:""}.hr-pay-stage-dot{position:relative;z-index:1;width:10px;height:10px;margin-top:3px;border:2px solid var(--gc-surface);border-radius:50%;background:var(--gc-gold);box-shadow:0 0 0 1px var(--gc-gold)}.hr-pay-stage.is-waiting_regularization .hr-pay-stage-dot,.hr-pay-stage.is-review_required .hr-pay-stage-dot{background:var(--gc-surface);box-shadow:0 0 0 1px #c47a00}.hr-pay-stage.is-conflict .hr-pay-stage-dot{background:#d73a49;box-shadow:0 0 0 1px #d73a49}.hr-pay-stage>div{position:relative;z-index:1;min-width:0;background:var(--gc-surface)}.hr-pay-stage header{display:grid;gap:2px}.hr-pay-stage header strong{font-size:12px}.hr-pay-stage header span{color:var(--gc-muted);font-size:9px}.hr-pay-stage.is-waiting_regularization header span,.hr-pay-stage.is-review_required header span,.hr-pay-stage.is-conflict header span{color:#9a5d00;font-weight:680}.hr-pay-stage p{margin:6px 0 2px;color:var(--gc-ink);font-size:11px;font-weight:650}.hr-pay-stage small{color:var(--gc-muted);font-size:9px;line-height:1.45}
@media(max-width:760px){.hr-pay-stage-panel>header{display:grid}.hr-pay-stage-list{display:grid}.hr-pay-stage{min-width:0;padding-right:0}.hr-pay-stage:not(:last-child)::after{top:9px;bottom:-9px;left:4px;width:1px;height:auto}}
.hr-person-workbench #employeeWorkbenchChain{margin-bottom:18px}.hr-person-workbench #employeeWorkbenchChain .hr-person-chain{gap:0}.hr-person-workbench #employeeWorkbenchChain .hr-person-chain-flow{border-radius:20px;box-shadow:var(--gc-shadow-card);padding:20px}.hr-person-workbench #employeeWorkbenchChain .hr-person-chain-flow>header{margin-bottom:10px}.hr-person-workbench #employeeWorkbenchChain .hr-person-chain-source-note{margin-top:12px}
.hr-person-workbench-context{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.hr-person-workbench-context>article{min-width:0;border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface);box-shadow:var(--gc-shadow-card);padding:18px 20px}.hr-person-workbench-context>article>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--gc-line);padding-bottom:12px}.hr-person-workbench-context h2{margin:3px 0;font-size:17px;font-weight:680;letter-spacing:-.02em}.hr-person-workbench-context>article>header>span{color:var(--gc-muted);font-size:11px}.hr-person-workbench-context dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;margin:0}.hr-person-workbench-context dl>div{min-width:0;border-bottom:1px solid var(--gc-line);padding:11px 0}.hr-person-workbench-context dt{color:var(--gc-muted);font-size:10px}.hr-person-workbench-context dd{overflow:hidden;margin:4px 0 0;color:var(--gc-ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.hr-person-workbench-context ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.hr-person-workbench-context ol li{display:grid;grid-template-columns:78px minmax(0,1fr);gap:10px;border-bottom:1px solid var(--gc-line);padding:10px 0}.hr-person-workbench-context ol li:last-child{border-bottom:0}.hr-person-workbench-context time{color:var(--gc-muted);font-size:10px}.hr-person-workbench-context ol li div{display:grid;min-width:0;gap:2px}.hr-person-workbench-context ol strong{overflow:hidden;color:var(--gc-ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.hr-person-workbench-context ol small{overflow:hidden;color:var(--gc-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.hr-workbench-context-empty{margin:14px 0 0;color:var(--gc-muted);font-size:12px}.hr-text-button{font-size:11px}
@media(max-width:760px){.hr-person-workbench{padding:20px 0 48px}.hr-person-workbench-hero{display:grid;align-items:start;gap:16px;margin-bottom:18px}.hr-person-workbench-actions{justify-content:flex-start;flex-wrap:wrap}.hr-person-workbench-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hr-person-workbench-purpose ol{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-person-workbench-actions-panel>ul{grid-template-columns:1fr}.hr-person-workbench-context{grid-template-columns:1fr}.hr-person-workbench-context dl{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.hr-person-workbench-kpis{grid-template-columns:1fr}.hr-person-workbench-purpose,.hr-person-workbench-actions-panel{padding:16px}.hr-person-workbench-purpose ol{grid-template-columns:1fr}.hr-person-workbench-actions-panel>header{display:grid}.hr-workbench-action-tools{width:100%;flex-wrap:wrap}.hr-payroll-drawer-actions{gap:4px}.hr-payroll-drawer-actions .hr-payroll-secondary{padding-inline:8px}.hr-person-workbench-context>article{padding:16px}.hr-person-workbench-context dl{grid-template-columns:1fr}.hr-person-workbench-context ol li{grid-template-columns:68px minmax(0,1fr)}}
/* 创建薪资页隐藏全局查看筛选，避免与独立创建口径重复。 */
.hr-payroll-global-month[hidden],.hr-payroll-global-period[hidden]{display:none!important}
.hr-creation-review-search{display:grid;max-width:360px;gap:6px;margin:0 0 14px;color:var(--gc-muted);font-size:11px;font-weight:650}.hr-creation-review-search input{min-height:40px;border:1px solid var(--gc-line);border-radius:10px;background:var(--gc-surface);padding:0 12px;color:var(--gc-ink);font:500 12px var(--gc-font)}
.hr-payroll-creation-dialog-layer{position:fixed;inset:0;z-index:3100;display:grid;place-items:center;padding:12px;background:rgba(52,53,55,.42)}
.hr-payroll-creation-dialog-layer>.hr-drawer-overlay{z-index:0}.hr-payroll-creation-dialog{position:relative;z-index:1;display:flex;width:min(1240px,calc(100vw - 24px));height:min(900px,calc(100vh - 24px));height:min(900px,calc(100dvh - 24px));max-height:calc(100dvh - 24px);flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.76);border-radius:22px;background:var(--gc-surface);box-shadow:0 24px 80px rgba(41,42,46,.28)}
.hr-payroll-creation-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--gc-line);padding:24px 28px 18px}.hr-payroll-creation-dialog>header span{color:var(--gc-muted);font-size:11px;font-weight:650}.hr-payroll-creation-dialog>header h2{margin:5px 0;color:var(--gc-ink);font-size:24px;letter-spacing:-.03em}.hr-payroll-creation-dialog>header p{max-width:760px;margin:4px 0 0;color:var(--gc-muted);font-size:12px;line-height:1.5}.hr-creation-source-alert{display:block;margin-top:4px;color:#9a5d00;font-weight:650}.hr-payroll-creation-dialog>header .hr-drawer-close{flex:none;width:34px;height:34px;border:1px solid var(--gc-line);border-radius:50%;background:var(--gc-surface);color:var(--gc-muted);font-size:21px;line-height:1}.hr-payroll-creation-dialog>section{display:flex;flex:1;min-height:0;flex-direction:column;overflow:hidden;padding:20px 28px}.hr-payroll-creation-dialog .hr-fact-table-scroll{flex:1;min-height:0;max-height:none;overflow:auto;overscroll-behavior:contain;border:1px solid var(--gc-line);border-radius:14px}.hr-payroll-creation-dialog .hr-payroll-review-table{min-width:780px}.hr-payroll-creation-dialog .hr-payroll-review-table thead{position:sticky;z-index:3;top:0}.hr-payroll-creation-dialog>footer{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--gc-line);background:var(--gc-surface);padding:14px 28px}.hr-payroll-creation-dialog>footer span{color:var(--gc-muted);font-size:11px}.hr-payroll-creation-dialog>footer .hr-payroll-primary{min-height:40px}
.hr-creation-source-alert button{display:inline-flex;align-items:center;min-height:40px;margin:4px 0 0;border:0;border-radius:10px;background:transparent;padding:0 8px;color:var(--gc-gold-deep);font:650 12px/1.2 inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.hr-creation-source-alert button:hover{background:var(--gc-gold-wash)}.hr-creation-source-alert button:focus-visible{outline:2px solid var(--gc-gold);outline-offset:2px}.hr-profile-maintenance-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hr-profile-maintenance-actions>div{display:grid;gap:3px;margin-right:auto}.hr-profile-maintenance-actions>div strong{color:var(--gc-ink);font-size:13px}.hr-profile-maintenance-actions>div small{color:var(--gc-muted);font-size:11px}.hr-payroll-adjust-form>.hr-payroll-form-hint{margin:6px 0 14px;color:var(--gc-muted);font-size:12px;line-height:1.55}.hr-payroll-adjust-form form>footer{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.hr-payroll-adjust-form input[readonly]{background:var(--gc-surface-muted);color:var(--gc-muted)}.hr-profile-effective-date{display:block;min-height:40px;padding:9px 12px;border:1px solid var(--gc-line);border-radius:var(--gc-radius-sm);background:var(--gc-surface-muted);color:var(--gc-muted);font-variant-numeric:tabular-nums}
.hr-creation-department-row th{position:sticky;z-index:2;top:38px!important;background:#fff!important;padding:0!important}.hr-creation-department-row button{display:grid;width:100%;min-height:40px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;border:0;background:var(--gc-surface-muted);padding:8px 12px;color:var(--gc-ink);font:inherit;cursor:pointer;text-align:left}.hr-creation-department-row button:hover,.hr-creation-department-row button:focus-visible{background:var(--gc-gold-wash);outline:0}.hr-creation-department-row button span{color:var(--gc-gold-deep)}.hr-creation-department-row button strong{font-size:12px}.hr-creation-department-row button small{color:var(--gc-muted);font-size:10px;font-weight:600}.hr-payroll-creation-dialog td.is-number>strong,.hr-payroll-creation-dialog td.is-number>small{display:block}.hr-payroll-creation-dialog td.is-number>small{margin-top:3px;font-size:9px;font-weight:500}.hr-creation-base-gap{color:#9a5d00}.hr-creation-base-source{color:var(--gc-muted)}.hr-creation-suggestion{display:block;margin-top:3px;color:#9a5d00;font-size:10px;font-weight:650}
.hr-creation-employee-no{white-space:nowrap;font-variant-numeric:tabular-nums;color:var(--gc-ink-soft);font-weight:650}
.hr-payroll-creation-dialog .hr-payroll-review-table{min-width:1080px}.hr-payroll-creation-dialog .hr-payroll-review-table input,.hr-payroll-creation-dialog .hr-payroll-review-table select{width:100%;min-width:92px;box-sizing:border-box;border:1px solid var(--gc-line-strong);border-radius:8px;background:#fff;padding:7px 8px;color:var(--gc-ink);font:inherit;font-size:11px}.hr-payroll-creation-dialog .hr-payroll-review-table input:focus,.hr-payroll-creation-dialog .hr-payroll-review-table select:focus{border-color:var(--gc-gold);outline:2px solid var(--gc-gold-wash)}.hr-payroll-creation-dialog .hr-payroll-review-table td{vertical-align:middle}.hr-payroll-creation-dialog .hr-payroll-review-table td:nth-child(n+4){white-space:nowrap}.hr-payroll-creation-dialog .hr-payroll-review-table td:last-child{white-space:normal;min-width:170px}.hr-payroll-creation-dialog>footer .hr-payroll-secondary{min-height:40px}.hr-payroll-creation-dialog>footer .hr-payroll-secondary:disabled{visibility:hidden}
.hr-payroll-creation-dialog .hr-base-import-review-table,.hr-payroll-creation-dialog .hr-attendance-review-table{table-layout:fixed}.hr-payroll-creation-dialog .hr-base-import-review-table{min-width:1160px}.hr-base-import-review-table th:nth-child(1){width:68px}.hr-base-import-review-table th:nth-child(2),.hr-base-import-review-table th:nth-child(3){width:82px}.hr-base-import-review-table th:nth-child(4){width:124px}.hr-base-import-review-table th:nth-child(5){width:116px}.hr-base-import-review-table th:nth-child(6){width:172px}.hr-base-import-review-table th:nth-child(7){width:104px}.hr-base-import-review-table th:nth-child(8){width:148px}.hr-base-import-review-table th:nth-child(9){width:164px}.hr-base-import-review-table td:nth-child(4),.hr-base-import-review-table td:nth-child(6),.hr-base-import-review-table td:nth-child(8),.hr-base-import-review-table td:nth-child(9){white-space:normal!important;overflow-wrap:anywhere}.hr-base-import-review-table small{white-space:normal}.hr-base-review-evidence summary{min-height:40px;display:flex;align-items:center;cursor:pointer}.hr-base-review-evidence p{font-size:11px;overflow-wrap:anywhere}.hr-payroll-creation-dialog .hr-base-import-review-table td:last-child{min-width:0}.hr-payroll-creation-dialog .hr-attendance-review-table{min-width:1156px}.hr-attendance-review-table th:nth-child(1){width:72px}.hr-attendance-review-table th:nth-child(2),.hr-attendance-review-table th:nth-child(3){width:84px}.hr-attendance-review-table th:nth-child(4){width:132px}.hr-attendance-review-table th:nth-child(5){width:144px}.hr-attendance-review-table th:nth-child(6){width:136px}.hr-attendance-review-table th:nth-child(7),.hr-attendance-review-table th:nth-child(8){width:116px}.hr-attendance-review-table th:nth-child(9){width:176px}.hr-attendance-review-table th:nth-child(10){width:96px}.hr-attendance-review-table td:nth-child(4),.hr-attendance-review-table td:nth-child(9){white-space:normal!important;overflow-wrap:anywhere}.hr-attendance-review-table td:nth-child(5) small,.hr-attendance-review-table td:nth-child(6) small{white-space:normal}.hr-payroll-creation-dialog .hr-attendance-review-table td:last-child{min-width:0;white-space:nowrap}
.hr-creation-weekly-counts{color:var(--gc-muted);font-size:10px}.hr-creation-weekly-deduction{color:#137333;font-weight:700;font-variant-numeric:tabular-nums}.hr-creation-weekly-deduction.is-zero{color:var(--gc-muted);font-weight:500}.hr-payroll-review-table .is-weekly-deduction{color:#137333!important}
.hr-payroll-creation-dialog .hr-weekly-review-table{min-width:1040px!important;table-layout:fixed}.hr-weekly-review-table th,.hr-weekly-review-table td{padding-block:9px!important}.hr-weekly-review-table thead th{position:sticky;z-index:5;top:0;background:var(--gc-surface-muted)}.hr-weekly-review-table thead th:nth-child(1),.hr-weekly-review-table tbody tr:not(.hr-creation-department-row)>th:nth-child(1){position:sticky;left:0;width:148px;min-width:148px;max-width:148px;background:#fff;white-space:normal}.hr-weekly-review-table thead th:nth-child(2),.hr-weekly-review-table tbody tr:not(.hr-creation-department-row)>td:nth-child(2){position:sticky;left:148px;width:130px;min-width:130px;max-width:130px;background:#fff;white-space:normal;box-shadow:1px 0 0 var(--gc-line),8px 0 12px rgba(41,42,46,.035)}.hr-weekly-review-table thead th:nth-child(1),.hr-weekly-review-table thead th:nth-child(2){z-index:6;background:var(--gc-surface-muted)}.hr-weekly-review-table tbody tr:not(.hr-creation-department-row)>th:nth-child(1),.hr-weekly-review-table tbody tr:not(.hr-creation-department-row)>td:nth-child(2){z-index:1}.hr-weekly-review-table thead th:nth-child(3),.hr-weekly-review-table tbody td:nth-child(3){width:130px}.hr-weekly-review-table thead th:nth-child(n+4):nth-child(-n+9),.hr-weekly-review-table tbody td:nth-child(n+4):nth-child(-n+9){text-align:center}.hr-weekly-review-table thead th:nth-child(4),.hr-weekly-review-table thead th:nth-child(5),.hr-weekly-review-table thead th:nth-child(6),.hr-weekly-review-table thead th:nth-child(7){width:68px}.hr-weekly-review-table thead th:nth-child(8){width:104px}.hr-weekly-review-table thead th:nth-child(9){width:112px}.hr-weekly-review-table thead th:nth-child(10){width:104px}.hr-weekly-review-table td:nth-child(9) strong,.hr-weekly-review-table td:nth-child(9) small{display:block}.hr-weekly-review-table td:nth-child(9) small{margin-top:3px;color:var(--gc-muted);font-size:9px}.hr-weekly-review-table .hr-creation-detail-button{min-height:34px;padding-inline:11px;white-space:nowrap}
.hr-payroll-creation-dialog .hr-weekly-review-table{overflow:visible}.hr-payroll-creation-dialog .hr-weekly-review-table thead{position:static}
.hr-creation-final-settlement{margin-top:3px;color:#8d4a38!important;font-weight:650!important}
.hr-creation-review-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}.hr-creation-review-toolbar .hr-creation-review-search{flex:1;margin-bottom:0}.hr-creation-sync{flex:none;min-height:38px}
.hr-creation-bonus-type-pills{display:grid;flex:none;gap:5px;margin:0;border:0;padding:0}.hr-creation-bonus-type-pills legend{margin:0 0 5px;padding:0;color:var(--gc-muted);font-size:11px;font-weight:650}.hr-creation-bonus-type-pills>div{display:flex;flex-wrap:wrap;gap:6px}.hr-creation-bonus-type-pills label{position:relative;display:block;cursor:pointer}.hr-creation-bonus-type-pills input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.hr-creation-bonus-type-pills label span{display:inline-flex;min-height:34px;align-items:center;border:1px solid var(--gc-line);border-radius:999px;background:var(--gc-surface);padding:0 13px;color:var(--gc-ink-soft);font-size:11px;font-weight:680;transition:border-color .16s ease,background .16s ease,color .16s ease}.hr-creation-bonus-type-pills input:checked+span{border-color:var(--gc-ink);background:var(--gc-ink);color:#fff}.hr-creation-bonus-type-pills input:focus-visible+span{outline:2px solid var(--gc-gold);outline-offset:2px}.hr-creation-bonus-type-pills small{color:var(--gc-muted);font-size:9px}.hr-payroll-review-table [data-creation-bonus-kind].is-disabled{background:var(--gc-surface-muted);opacity:.6}.hr-payroll-review-table [data-creation-bonus-kind].is-disabled input{cursor:not-allowed}
.hr-creation-detail-lines{width:100%;table-layout:fixed;border-collapse:collapse;margin:8px 0 2px;background:var(--gc-surface)}.hr-creation-detail-lines th,.hr-creation-detail-lines td{border-bottom:1px solid var(--gc-line);padding:6px 8px;text-align:left;font-size:10px;vertical-align:middle}.hr-creation-detail-lines th{color:var(--gc-muted);font-weight:650}.hr-creation-detail-lines th:nth-child(1),.hr-creation-detail-lines td:nth-child(1){width:15%}.hr-creation-detail-lines th:nth-child(2),.hr-creation-detail-lines td:nth-child(2){width:17%}.hr-creation-detail-lines th:nth-child(3),.hr-creation-detail-lines td:nth-child(3){width:18%;text-align:center}.hr-creation-detail-lines th:nth-child(4),.hr-creation-detail-lines td:nth-child(4){width:26%;text-align:right}.hr-creation-detail-lines th:nth-child(5),.hr-creation-detail-lines td:nth-child(5){width:12%;text-align:right}.hr-creation-detail-lines th:nth-child(6),.hr-creation-detail-lines td:nth-child(6){width:12%;text-align:right}.hr-creation-detail-lines tfoot th,.hr-creation-detail-lines tfoot td{border-bottom:0;color:var(--gc-ink);font-weight:700}.hr-creation-detail-lines .is-number{text-align:right}
.hr-creation-detail-lines .is-positive{color:#137333;font-weight:650}.hr-creation-detail-lines .is-offset{color:#b42318;font-weight:650}.hr-creation-detail-lines .is-neutral{color:var(--gc-muted)}.hr-creation-detail-lines .hr-creation-detail-total{font-weight:750}
.hr-creation-detail-lines td small{display:block;white-space:normal;overflow-wrap:anywhere;color:var(--gc-muted);font-weight:400}
.hr-base-import-review-table td small{display:block;margin-top:4px;font-size:11px;line-height:1.45;color:var(--gc-muted);white-space:normal}.hr-base-review-evidence summary{display:list-item;line-height:40px}
.hr-creation-detail-subrow ul{display:inline-flex;flex-wrap:wrap;gap:4px 18px;margin:0 0 0 10px;padding:0;list-style:none}.hr-creation-detail-subrow li{color:var(--gc-muted)}
.hr-creation-detail-layer{position:fixed;inset:0;z-index:3200;display:grid;place-items:center;padding:20px;background:rgba(52,53,55,.46)}.hr-creation-detail-dialog{position:relative;z-index:1;display:flex;width:min(980px,calc(100vw - 40px));max-height:min(760px,calc(100dvh - 40px));flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.8);border-radius:20px;background:var(--gc-surface);box-shadow:0 24px 80px rgba(41,42,46,.3)}.hr-creation-detail-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--gc-line);padding:24px 28px 18px}.hr-creation-detail-dialog>header span{color:var(--gc-muted);font-size:11px;font-weight:650}.hr-creation-detail-dialog>header h2{margin:5px 0;color:var(--gc-ink);font-size:23px}.hr-creation-detail-dialog>header p{margin:4px 0 0;color:var(--gc-muted);font-size:12px}.hr-creation-detail-dialog>section{min-height:0;overflow:auto;padding:20px 28px 26px}.hr-creation-detail-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:22px}.hr-creation-detail-summary article{border:1px solid var(--gc-line);border-radius:12px;background:var(--gc-surface-muted);padding:14px}.hr-creation-detail-summary span,.hr-creation-detail-summary small{display:block;color:var(--gc-muted);font-size:11px}.hr-creation-detail-summary strong{display:block;margin:6px 0;font-size:20px;color:var(--gc-ink)}.hr-creation-detail-dialog h3{margin:0 0 10px;font-size:15px}.hr-creation-detail-dialog .hr-fact-table-scroll{max-height:300px;overflow:auto;border:1px solid var(--gc-line);border-radius:12px}.hr-creation-detail-dialog .hr-payroll-review-table{min-width:700px}.hr-creation-detail-dialog .hr-payroll-review-note{margin:14px 0 0;color:var(--gc-muted);font-size:11px}.hr-creation-detail-toggle{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;padding:0;color:var(--gc-ink);font:inherit;font-weight:650;cursor:pointer}.hr-creation-detail-toggle:hover,.hr-creation-detail-toggle:focus-visible{color:var(--gc-gold-deep);outline:0}.hr-creation-detail-toggle span{color:var(--gc-gold-deep);font-size:12px}.hr-creation-detail-subrow td{background:var(--gc-surface-muted);color:var(--gc-muted);font-size:11px}.hr-creation-detail-subrow strong{color:var(--gc-ink)}.hr-creation-detail-subrow span{margin-left:12px;color:var(--gc-ink);font-weight:650}
.hr-creation-weekly-detail-dialog{width:min(1040px,calc(100vw - 40px));max-height:min(820px,calc(100dvh - 40px))}.hr-creation-weekly-detail-dialog>footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid var(--gc-line);background:var(--gc-surface);padding:14px 28px}.hr-creation-weekly-detail-dialog>footer button{min-height:40px}.hr-weekly-detail-summary{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.hr-weekly-detail-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:start;gap:18px}.hr-weekly-detail-grid>section,.hr-weekly-adjustment-form{min-width:0}.hr-weekly-detail-grid .hr-fact-table-scroll{max-height:360px}.hr-weekly-detail-grid .hr-payroll-review-table{min-width:540px}.hr-weekly-adjustment-form{display:grid;gap:12px;border:1px solid var(--gc-line);border-radius:16px;background:var(--gc-surface-muted);padding:16px}.hr-weekly-adjustment-form h3{margin:0}.hr-weekly-adjustment-form>label{display:grid;gap:5px;color:var(--gc-ink);font-size:11px;font-weight:650}.hr-weekly-adjustment-form>label>span:first-child{color:var(--gc-muted)}.hr-weekly-adjustment-form input[type="number"],.hr-weekly-adjustment-form textarea{box-sizing:border-box;width:100%;min-height:40px;border:1px solid var(--gc-line-strong);border-radius:10px;background:#fff;padding:9px 11px;color:var(--gc-ink);font:500 12px var(--gc-font)}.hr-weekly-adjustment-form textarea{min-height:76px;resize:vertical;line-height:1.5}.hr-weekly-adjustment-form input:focus,.hr-weekly-adjustment-form textarea:focus{border-color:var(--gc-gold);outline:2px solid var(--gc-gold-wash)}.hr-weekly-adjustment-form label>small{color:var(--gc-muted);font-size:10px;font-weight:500;line-height:1.45}.hr-weekly-adjustment-form .hr-weekly-waiver-control{display:flex;min-height:56px;align-items:flex-start;gap:10px;border-radius:12px;background:#fff;padding:11px;cursor:pointer}.hr-weekly-waiver-control input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--gc-ink)}.hr-weekly-waiver-control>span{display:grid;gap:3px}.hr-weekly-waiver-control strong{color:var(--gc-ink);font-size:12px}.hr-weekly-adjustment-preview{display:grid;gap:4px;border-radius:12px;background:rgba(201,162,39,.1);padding:12px}.hr-weekly-adjustment-preview span,.hr-weekly-adjustment-preview small{color:var(--gc-muted);font-size:10px}.hr-weekly-adjustment-preview strong{color:var(--gc-ink);font-size:14px;font-variant-numeric:tabular-nums}
.hr-creation-cost-overview{display:grid;gap:10px;margin:0 0 14px}.hr-creation-cost-formulas{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--gc-line);border-radius:12px;background:var(--gc-surface-muted)}.hr-creation-cost-formulas span{display:grid;gap:3px;min-width:0;border-right:1px solid var(--gc-line);padding:10px 12px;color:var(--gc-muted);font-size:10px;line-height:1.4}.hr-creation-cost-formulas span:last-child{border-right:0}.hr-creation-cost-formulas b{color:var(--gc-ink);font-size:11px}.hr-creation-cost-summary{display:grid;grid-template-columns:repeat(6,minmax(112px,1fr));gap:8px;overflow-x:auto;padding-bottom:2px}.hr-creation-cost-summary article{display:grid;min-height:68px;align-content:center;border:1px solid var(--gc-line);border-radius:12px;background:#fff;padding:10px 12px}.hr-creation-cost-summary span,.hr-creation-cost-summary small{color:var(--gc-muted);font-size:9px}.hr-creation-cost-summary strong{margin:3px 0;color:var(--gc-ink);font-size:15px;font-variant-numeric:tabular-nums}.hr-creation-cost-summary article:last-child{border-color:var(--gc-ink);background:var(--gc-ink)}.hr-creation-cost-summary article:last-child span,.hr-creation-cost-summary article:last-child small{color:rgba(255,255,255,.68)}.hr-creation-cost-summary article:last-child strong{color:#fff}.hr-payroll-creation-dialog .hr-statutory-review-table{min-width:1640px;table-layout:auto}.hr-payroll-creation-dialog .hr-net-review-table{min-width:1420px;table-layout:auto}.hr-statutory-review-table td.is-company-cost,.hr-net-review-table td.is-company-cost{background:var(--gc-surface-muted);color:var(--gc-ink);font-weight:760}.hr-statutory-review-table td.is-net,.hr-net-review-table td.is-net{color:#137333;font-weight:760}.hr-statutory-review-table th,.hr-statutory-review-table td,.hr-net-review-table th,.hr-net-review-table td{padding-inline:10px!important}.hr-creation-statutory-detail-dialog{width:min(1100px,calc(100vw - 40px));max-height:min(840px,calc(100dvh - 40px))}.hr-creation-cost-formulas.is-detail{margin-bottom:18px}.hr-creation-cost-formulas.is-detail span{font-variant-numeric:tabular-nums}.hr-statutory-detail-summary{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:20px}.hr-statutory-detail-summary article:last-child{border-color:var(--gc-ink);background:var(--gc-ink)}.hr-statutory-detail-summary article:last-child span,.hr-statutory-detail-summary article:last-child small{color:rgba(255,255,255,.68)}.hr-statutory-detail-summary article:last-child strong{color:#fff}.hr-creation-statutory-columns{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:16px}.hr-creation-statutory-columns>section{min-width:0}.hr-creation-statutory-columns .hr-fact-table-scroll{max-height:340px}.hr-creation-statutory-columns .hr-payroll-review-table{min-width:480px}.hr-creation-statutory-empty{display:grid;gap:6px;min-height:86px;align-content:center;border:1px dashed var(--gc-line-strong);border-radius:12px;background:var(--gc-surface-muted);padding:14px}.hr-creation-statutory-empty strong{color:var(--gc-ink);font-size:17px}.hr-creation-statutory-empty span{color:var(--gc-muted);font-size:11px;line-height:1.5}.hr-creation-statutory-warning{margin-bottom:16px;border-left:3px solid #b42318;border-radius:8px;background:#fff5f3;padding:11px 13px;color:#7a271a;font-size:11px}.hr-creation-statutory-warning strong{display:block;margin-bottom:4px}.hr-creation-statutory-warning ul{margin:0;padding-left:18px}
@media(max-width:760px){.hr-payroll-creation-dialog-layer{padding:0}.hr-payroll-creation-dialog{width:100%;height:100%;max-height:none;border-radius:16px}.hr-payroll-creation-dialog>header{padding:18px 16px 14px}.hr-payroll-creation-dialog>header h2{font-size:20px}.hr-payroll-creation-dialog>section{padding:16px}.hr-creation-review-toolbar{display:grid;align-items:stretch;justify-content:stretch}.hr-creation-review-toolbar .hr-creation-review-search{width:100%;max-width:none}.hr-creation-bonus-type-pills{min-width:0}.hr-payroll-creation-dialog>footer{display:grid;justify-content:stretch;padding:12px 16px}.hr-payroll-creation-dialog>footer .hr-payroll-primary{width:100%}}
@media(max-width:760px){.hr-creation-weekly-detail-layer{padding:12px}.hr-creation-weekly-detail-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:18px}.hr-creation-weekly-detail-dialog>header{padding:18px 18px 14px}.hr-creation-weekly-detail-dialog>section{padding:16px 18px}.hr-weekly-detail-summary{grid-template-columns:1fr 1fr}.hr-weekly-detail-grid{grid-template-columns:1fr}.hr-creation-weekly-detail-dialog>footer{padding:12px 18px}}
@media(max-width:760px){.hr-creation-cost-formulas{grid-template-columns:1fr}.hr-creation-cost-formulas span{border-right:0;border-bottom:1px solid var(--gc-line)}.hr-creation-cost-formulas span:last-child{border-bottom:0}.hr-creation-cost-summary{grid-template-columns:repeat(6,minmax(132px,1fr))}.hr-creation-statutory-detail-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.hr-statutory-detail-summary{grid-template-columns:1fr 1fr}.hr-creation-statutory-columns{grid-template-columns:1fr}}
@media(max-width:480px){.hr-weekly-detail-summary{grid-template-columns:1fr}.hr-creation-weekly-detail-dialog>footer{display:grid;grid-template-columns:1fr}.hr-creation-weekly-detail-dialog>footer button{width:100%}}
@media(max-width:480px){.hr-statutory-detail-summary{grid-template-columns:1fr}}

/* 花名册员工档案使用居中的二级大弹窗，避免与普通业务抽屉混用。 */
.hr-person-detail-layer{display:grid;box-sizing:border-box;place-items:center;align-content:center;justify-content:center;overflow:hidden;padding:24px}
.hr-person-detail-layer .hr-drawer-overlay{background:rgba(26,26,24,.3);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.hr-person-detail-layer .hr-person-detail-drawer{position:relative;top:0!important;right:auto!important;bottom:auto!important;left:auto!important;display:flex;z-index:1;box-sizing:border-box;width:min(1240px,calc(100vw - 48px))!important;height:min(920px,calc(100vh - 48px))!important;height:min(920px,calc(100dvh - 48px))!important;max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);min-height:0;margin:0!important;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.78);border-radius:28px;background:var(--gc-surface);box-shadow:0 24px 80px rgba(41,42,46,.28);transform:translateY(14px) scale(.985);transition:transform .18s ease-out}
.hr-person-detail-layer.is-open .hr-person-detail-drawer{transform:translateY(0) scale(1)}
.hr-person-detail-layer.is-closing .hr-person-detail-drawer{transform:translateY(14px) scale(.985)}
.hr-person-detail-drawer>#personDrawerBody{min-height:0;flex:1;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
@media(max-width:760px){.hr-person-detail-layer{padding:12px}.hr-person-detail-layer .hr-person-detail-drawer{width:calc(100vw - 24px)!important;height:calc(100vh - 24px)!important;height:calc(100dvh - 24px)!important;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);border-radius:22px!important}}
.hr-roster-page.is-editing .hr-people-source-head{border-bottom:2px solid var(--gc-gold);padding-bottom:10px}.hr-roster-page.is-editing #rosterEditToggle{background:var(--gc-ink);color:#fff}
.hr-roster-page .hr-roster-inline-select{width:100%;min-width:86px;border:1px solid var(--gc-gold);border-radius:999px;background:#fff;padding:7px 24px 7px 10px;color:var(--gc-ink);font:600 11px var(--gc-font)}
.hr-roster-page .hr-roster-inline-select.is-company{min-width:136px;border-radius:10px;font-size:10px;font-weight:600}
.hr-roster-page.is-editing .hr-person-flag:not(:has(input:disabled)){cursor:pointer}
.hr-roster-page .hr-person-flag.is-manual span{border-color:var(--gc-gold);box-shadow:0 0 0 2px rgba(201,162,39,.16)}
.hr-roster-page .hr-person-flag input:disabled+span{cursor:not-allowed;opacity:.58}

/* 大弹窗内的三级操作层：所有办理动作保持在员工档案上下文中。 */
.hr-person-nested-operation-layer{position:absolute!important;inset:0!important;z-index:20;display:grid;place-items:center;padding:24px;background:rgba(31,32,34,.34);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.hr-person-nested-operation-layer .hr-candidate-overlay{position:absolute;inset:0;width:100%;height:100%;border:0;background:transparent}
.hr-person-nested-operation-layer .hr-people-operation{position:relative!important;inset:auto!important;width:min(760px,calc(100% - 32px))!important;height:auto!important;max-height:calc(100% - 32px)!important;margin:0!important;overflow:auto;border-radius:22px!important;box-shadow:0 20px 60px rgba(30,30,30,.28)}
.hr-person-detail-drawer.is-editing>#personDrawerBody{position:absolute;z-index:19;inset:0;overflow:auto;background:var(--gc-surface);padding:28px;box-sizing:border-box}
.hr-person-detail-drawer.is-editing .hr-person-edit-form{max-width:980px;margin:0 auto;border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface);box-shadow:var(--gc-shadow-card);padding:24px}
.hr-person-detail-drawer .hr-risk-card{cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.hr-person-detail-drawer .hr-risk-card:hover{transform:translateY(-2px);box-shadow:var(--gc-shadow-card)}
@media(max-width:760px){.hr-person-nested-operation-layer{padding:12px}.hr-person-nested-operation-layer .hr-people-operation{width:calc(100% - 12px)!important;max-height:calc(100% - 12px)!important}.hr-person-detail-drawer.is-editing>#personDrawerBody{padding:16px}.hr-person-detail-drawer.is-editing .hr-person-edit-form{padding:16px;border-radius:16px}}

/* 档案完整度与合同记录：缺失字段可直接进入三级处理层，合同按当前到历史阅读。 */
.hr-person-detail-drawer .hr-profile-status-action{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;border:0;border-right:1px solid var(--gc-line);border-radius:0;background:transparent;padding:10px 12px;color:var(--gc-ink);font:inherit;text-align:left;cursor:pointer}.hr-person-detail-drawer .hr-profile-status-action:hover,.hr-person-detail-drawer .hr-profile-status-action:focus-visible{background:var(--gc-gold-wash);outline:0}.hr-person-detail-drawer .hr-profile-status-action small{color:var(--gc-muted);font-size:9px}.hr-person-detail-drawer .hr-profile-status-action strong{font-size:11px}.hr-person-detail-drawer .hr-profile-status-action em{color:var(--gc-gold-deep);font-size:10px;font-style:normal}.hr-person-detail-drawer .hr-profile-status-action:last-child{border-right:0}
.hr-person-detail-drawer .hr-contract-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:14px}.hr-person-detail-drawer .hr-contract-list>article.hr-contract-card{display:flex;min-width:0;flex-direction:column;padding:18px}.hr-person-detail-drawer .hr-contract-card>header{align-items:flex-start;gap:14px;margin-bottom:18px}.hr-person-detail-drawer .hr-contract-card>header>div{min-width:0}.hr-person-detail-drawer .hr-contract-kicker{margin:0 0 5px;color:var(--gc-muted);font-size:10px;font-weight:650}.hr-person-detail-drawer .hr-contract-card>header strong{display:block;overflow:hidden;color:var(--gc-ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.hr-person-detail-drawer .hr-contract-card .hr-contract-pill{flex:none;padding:5px 9px;background:var(--gc-gold-wash);color:var(--gc-gold-deep);font-weight:650;white-space:nowrap}.hr-person-detail-drawer .hr-contract-card.is-active{border-color:rgba(47,125,82,.36);box-shadow:inset 3px 0 #2f7d52}.hr-person-detail-drawer .hr-contract-card.is-active .hr-contract-pill{background:#eaf7ed;color:#277045}.hr-person-detail-drawer .hr-contract-card.is-expiring{border-color:rgba(185,125,17,.38);box-shadow:inset 3px 0 #b97d11}.hr-person-detail-drawer .hr-contract-card.is-expired{border-color:var(--gc-line);box-shadow:inset 3px 0 #a7a9ad}.hr-person-detail-drawer .hr-contract-card.is-expired .hr-contract-pill{background:#f1f2f3;color:#6e6e73}.hr-person-detail-drawer .hr-contract-card.is-upcoming{border-color:rgba(91,111,168,.28);box-shadow:inset 3px 0 #5b6fa8}.hr-person-detail-drawer .hr-contract-card dl{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px 22px;margin:0}.hr-person-detail-drawer .hr-contract-field{min-width:0}.hr-person-detail-drawer .hr-contract-field.is-company{grid-column:1/-1}.hr-person-detail-drawer .hr-contract-field dt{color:var(--gc-muted);font-size:10px}.hr-person-detail-drawer .hr-contract-field dd{overflow:hidden;margin:5px 0 0;color:var(--gc-ink);font-size:12px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.hr-person-detail-drawer .hr-contract-field time{white-space:nowrap}
.hr-missing-data-drawer{max-width:700px!important}.hr-missing-data-drawer>header{padding:24px 28px 18px}.hr-missing-data-drawer>header h2{font-size:22px}.hr-missing-data-intro{background:var(--gc-surface-muted);padding:18px 28px}.hr-missing-data-intro strong{display:block;color:var(--gc-ink);font-size:13px}.hr-missing-data-intro p{margin:6px 0 0;color:var(--gc-muted);font-size:11px;line-height:1.55}.hr-missing-data-list{display:grid;gap:0;padding:8px 28px}.hr-missing-data-item{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--gc-line);padding:14px 0}.hr-missing-data-item:last-child{border-bottom:0}.hr-missing-data-item>div{display:grid;min-width:0;gap:4px}.hr-missing-data-item strong{color:var(--gc-ink);font-size:12px}.hr-missing-data-item small{color:var(--gc-muted);font-size:10px}.hr-missing-data-item button{flex:none;min-height:34px}.hr-missing-data-drawer>footer{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--gc-line);padding:16px 28px}.hr-missing-data-drawer>footer button{min-height:38px}.hr-missing-data-layer .hr-candidate-overlay{background:rgba(31,32,34,.34)}
@media(max-width:760px){.hr-person-detail-drawer .hr-contract-list{grid-template-columns:1fr}.hr-person-detail-drawer .hr-profile-status-action{border-right:0;border-bottom:1px solid var(--gc-line)}.hr-person-detail-drawer .hr-profile-status-action:last-child{border-bottom:0}.hr-missing-data-drawer>header,.hr-missing-data-intro,.hr-missing-data-list{padding-inline:20px}.hr-missing-data-drawer>footer{padding-inline:20px}}
@media(max-width:480px){.hr-person-detail-drawer .hr-contract-card dl{grid-template-columns:1fr}.hr-person-detail-drawer .hr-contract-field.is-company{grid-column:auto}.hr-missing-data-drawer>footer{display:grid;grid-template-columns:1fr}.hr-missing-data-drawer>footer button{width:100%}}
@media(max-width:1040px){.hr-attendance-period{grid-template-columns:1fr 1fr}.hr-attendance-period fieldset{grid-column:1/-1}.hr-attendance-period-basis{grid-column:1/-1;justify-items:start}.hr-attendance-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.hr-attendance-chart-grid{grid-template-columns:1fr 1fr}.hr-attendance-chart-card:last-child{grid-column:1/-1}}
@media(max-width:760px){.hr-attendance-source-state{grid-template-columns:1fr 1fr}.hr-attendance-source-state>div:nth-child(odd){border-left:0}.hr-attendance-source-state>div:nth-child(n+3){border-top:1px solid var(--gc-line)}.hr-attendance-kpis{grid-template-columns:1fr 1fr}.hr-attendance-chart-grid{grid-template-columns:1fr}.hr-attendance-chart-card:last-child{grid-column:auto}.hr-attendance-focus-card>header a{display:inline-flex;margin-top:12px}}
@media(max-width:480px){.hr-attendance-period{grid-template-columns:1fr;padding:12px}.hr-attendance-period fieldset,.hr-attendance-period-basis{grid-column:auto}.hr-attendance-period fieldset button{flex:1;padding-inline:8px}.hr-attendance-source-state{grid-template-columns:1fr}.hr-attendance-source-state>div,.hr-attendance-source-state>div:nth-child(odd){border-top:1px solid var(--gc-line);border-left:0}.hr-attendance-source-state>div:first-child{border-top:0}.hr-attendance-kpis{grid-template-columns:1fr}.hr-attendance-chart-card{min-height:300px;padding:16px}.hr-attendance-chart-bars>div{grid-template-columns:72px minmax(72px,1fr) auto}}

/* 公司级一次性考勤例外：保留飞书事实，仅调整网站工资核算。 */
.hr-attendance-exception-section{display:grid;gap:12px}.hr-attendance-exception-section>header{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:20px}.hr-attendance-exception-section>header h2{margin:0;color:var(--gc-ink);font-size:22px;font-weight:680;line-height:1.2;letter-spacing:-.02em}.hr-attendance-exception-section>header p{margin:6px 0 0;color:var(--gc-muted);font-size:13px;line-height:1.55}.hr-attendance-exception-primary{min-height:40px;border:1px solid #292a2e;border-radius:999px;background:#292a2e;padding:0 16px;color:#fff;font:600 13px var(--gc-font);cursor:pointer;white-space:nowrap}.hr-attendance-exception-primary:hover{background:#222327}.hr-attendance-exception-primary:focus-visible,.hr-attendance-exception-revoke:focus-visible{outline:2px solid var(--gc-gold);outline-offset:3px}.hr-attendance-exception-primary:disabled{opacity:.5;cursor:wait}.hr-attendance-exception-list{display:grid;gap:10px}.hr-attendance-exception-list>article{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr) auto;align-items:center;gap:20px;border:1px solid var(--gc-line);border-radius:20px;background:var(--gc-surface);padding:18px 20px;box-shadow:var(--gc-shadow-card)}.hr-attendance-exception-list>article.is-revoked{opacity:.7;box-shadow:none}.hr-attendance-exception-status{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;background:rgba(52,199,89,.1);padding:0 9px;color:#256a3b;font-size:11px;font-weight:650}.is-revoked .hr-attendance-exception-status{background:rgba(118,118,128,.1);color:var(--gc-muted)}.hr-attendance-exception-list h3{margin:8px 0 4px;color:var(--gc-ink);font-size:17px;font-weight:680;letter-spacing:-.02em}.hr-attendance-exception-list p,.hr-attendance-exception-list small{display:block;margin:0;color:var(--gc-muted);font-size:12px;line-height:1.55}.hr-attendance-exception-list dl{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0}.hr-attendance-exception-list dl>div{border-radius:14px;background:var(--gc-surface-muted);padding:10px}.hr-attendance-exception-list dt{color:var(--gc-muted);font-size:10px}.hr-attendance-exception-list dd{margin:4px 0 0;color:var(--gc-ink);font-size:14px;font-weight:680;font-variant-numeric:tabular-nums}.hr-attendance-exception-revoke{min-height:40px;border:1px solid rgba(255,59,48,.24);border-radius:999px;background:#fff;padding:0 13px;color:#a72b23;font:600 12px var(--gc-font);cursor:pointer}.hr-attendance-exception-revoked-at{color:var(--gc-muted);font-size:11px;white-space:nowrap}.hr-attendance-kpis article.is-ready{box-shadow:inset 0 3px 0 #34c759,var(--gc-shadow-card)}
.hr-attendance-exception-drawer{width:min(660px,calc(100vw - 24px));background:rgba(255,255,255,.97)}.hr-attendance-exception-drawer form{display:grid}.hr-attendance-exception-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:22px}.hr-attendance-exception-form>label{display:grid;gap:6px;color:var(--gc-muted);font-size:12px;font-weight:600}.hr-attendance-exception-form>label.is-wide{grid-column:1/-1}.hr-attendance-exception-form input,.hr-attendance-exception-form select,.hr-attendance-exception-form textarea{box-sizing:border-box;width:100%;min-height:42px;border:1px solid var(--gc-line-strong);border-radius:12px;background:#fff;padding:9px 12px;color:var(--gc-ink);font:500 13px var(--gc-font)}.hr-attendance-exception-form textarea{min-height:88px;resize:vertical}.hr-attendance-exception-form input:focus-visible,.hr-attendance-exception-form select:focus-visible,.hr-attendance-exception-form textarea:focus-visible{border-color:var(--gc-gold);box-shadow:0 0 0 3px rgba(201,162,39,.16);outline:0}.hr-attendance-exception-form fieldset{grid-column:1/-1;display:grid;gap:8px;margin:0;border:0;border-radius:16px;background:var(--gc-surface-muted);padding:14px}.hr-attendance-exception-form legend{padding:0;color:var(--gc-ink);font-size:13px;font-weight:680}.hr-attendance-exception-scope label,.hr-attendance-exception-events label{display:flex;min-height:36px;align-items:center;gap:9px;color:var(--gc-ink-soft);font-size:13px}.hr-attendance-exception-scope input,.hr-attendance-exception-events input{width:18px;min-height:18px;margin:0;accent-color:#292a2e}.hr-attendance-exception-events{grid-template-columns:repeat(3,1fr)}.hr-attendance-exception-events legend{grid-column:1/-1}.hr-attendance-exception-preview{display:grid;gap:8px;margin:0 22px;border-radius:16px;background:var(--gc-surface-muted);padding:14px 16px}.hr-attendance-exception-preview strong{color:var(--gc-ink);font-size:14px}.hr-attendance-exception-preview>span{color:var(--gc-muted);font-size:12px;line-height:1.55}.hr-attendance-exception-preview details{border-top:1px solid var(--gc-line);padding-top:8px}.hr-attendance-exception-preview summary{min-height:36px;color:var(--gc-gold-deep);font-size:12px;font-weight:650;cursor:pointer}.hr-attendance-exception-preview ul{display:grid;gap:6px;margin:4px 0 0;padding:0;list-style:none}.hr-attendance-exception-preview li{display:flex;justify-content:space-between;gap:12px;color:var(--gc-muted);font-size:11px}.hr-attendance-exception-preview li strong{font-size:11px;text-align:right}.hr-attendance-exception-drawer .hr-payroll-form-error{min-height:20px;margin:10px 22px 0}.hr-attendance-exception-drawer form>footer{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--gc-line);padding:16px 22px}.hr-attendance-exception-drawer form>footer .hr-payroll-secondary{min-height:40px;border:1px solid var(--gc-line-strong);border-radius:999px;background:#fff;color:var(--gc-ink);padding:0 16px}.hr-attendance-detail-section.is-waiver{background:rgba(52,199,89,.05)}.hr-attendance-waiver-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.hr-attendance-waiver-list li{display:grid;gap:4px;border-radius:14px;background:#fff;padding:12px}.hr-attendance-waiver-list strong{color:var(--gc-ink);font-size:13px}.hr-attendance-waiver-list span,.hr-attendance-waiver-list small{color:var(--gc-muted);font-size:11px;line-height:1.5}
@media(max-width:1040px){.hr-attendance-exception-list>article{grid-template-columns:1fr}.hr-attendance-exception-list dl{max-width:520px}.hr-attendance-exception-revoke,.hr-attendance-exception-revoked-at{justify-self:start}}
@media(max-width:760px){.hr-attendance-exception-section>header{align-items:flex-start;flex-direction:column}.hr-attendance-exception-primary{width:100%}.hr-attendance-exception-form{grid-template-columns:1fr;padding:18px 16px}.hr-attendance-exception-form>label.is-wide,.hr-attendance-exception-form fieldset{grid-column:auto}.hr-attendance-exception-events{grid-template-columns:1fr 1fr}.hr-attendance-exception-preview{margin-inline:16px}.hr-attendance-exception-drawer .hr-payroll-form-error{margin-inline:16px}.hr-attendance-exception-drawer form>footer{padding-inline:16px}}
@media(max-width:480px){.hr-attendance-exception-list>article{padding:16px}.hr-attendance-exception-list dl{grid-template-columns:1fr 1fr}.hr-attendance-exception-events{grid-template-columns:1fr}.hr-attendance-exception-drawer form>footer{display:grid;grid-template-columns:1fr}.hr-attendance-exception-drawer form>footer button{width:100%}}
@media(prefers-reduced-transparency:reduce){.hr-attendance-exception-drawer{background:#fff}}
.hr-payroll-creation-dialog .hr-statutory-review-table th,.hr-payroll-creation-dialog .hr-statutory-review-table td,.hr-payroll-creation-dialog .hr-statutory-review-table .is-number,.hr-payroll-creation-dialog .hr-net-review-table th,.hr-payroll-creation-dialog .hr-net-review-table td,.hr-payroll-creation-dialog .hr-net-review-table .is-number,.hr-creation-statutory-detail-dialog .hr-payroll-review-table th,.hr-creation-statutory-detail-dialog .hr-payroll-review-table td,.hr-creation-statutory-detail-dialog .hr-payroll-review-table .is-number{text-align:left!important}
.hr-creation-statutory-process-note,.hr-creation-statutory-info{display:grid;gap:4px;margin:0 0 12px;border-left:3px solid var(--gc-gold);border-radius:8px;background:var(--gc-gold-wash);padding:10px 12px;color:var(--gc-muted);font-size:10px;line-height:1.55}.hr-creation-statutory-process-note strong,.hr-creation-statutory-info strong{color:var(--gc-ink)}
.hr-subnav.is-grouped{display:flex;align-items:center;gap:3px;overflow-x:auto;overflow-y:hidden}.hr-subnav.is-grouped .hr-subnav-group{position:static;display:inline-flex;flex:0 0 auto;align-items:center;gap:8px}.hr-subnav.is-grouped .hr-subnav-group.is-open{margin-right:12px}.hr-subnav.is-grouped .hr-subnav-parent,.hr-subnav.is-grouped .hr-subnav-parent.on,.hr-subnav.is-grouped .hr-subnav-parent.is-open{min-height:40px;border:0;background:rgba(255,255,255,.94);color:var(--gc-ink);box-shadow:0 1px 3px rgba(41,42,46,.12),0 4px 10px rgba(41,42,46,.06)}.hr-subnav.is-grouped .hr-subnav-parent:hover,.hr-subnav.is-grouped .hr-subnav-parent:focus-visible{border:0;background:#fff;color:var(--gc-ink);outline:2px solid rgba(201,162,39,.35);outline-offset:-2px}.hr-subnav.is-grouped .hr-subnav-panel{position:static;display:flex;min-width:0;gap:3px;border:0;border-radius:12px;background:rgba(118,118,128,.12);padding:3px;box-shadow:none}.hr-subnav.is-grouped .hr-subnav-panel[hidden]{display:none}.hr-subnav.is-grouped .hr-subnav-panel-title{display:none}.hr-subnav.is-grouped .hr-subnav-panel a{min-height:36px;border-radius:9px;padding:0 17px;white-space:nowrap}.hr-subnav.is-grouped .hr-subnav-panel a.on{background:#fff;color:var(--gc-ink);box-shadow:0 1px 3px rgba(41,42,46,.12)}
