.hr-toolbar{display:grid;grid-template-columns:1fr auto auto auto;gap:.75rem;align-items:center;margin-bottom:1rem}.hr-table{width:100%;border-collapse:collapse;font-size:.875rem}.hr-table td,.hr-table th{text-align:left;padding:.625rem .75rem;border-bottom:1px solid var(--theme-border)}.hr-table th{font-size:.8rem;font-weight:600;color:var(--theme-text-muted);background:color-mix(in oklab,var(--theme-surface) 80%,transparent)}.hr-table tbody tr:hover{background:color-mix(in oklab,var(--theme-accent) 4%,transparent)}.hr-num{text-align:right;font-variant-numeric:tabular-nums}.hr-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.825rem;color:var(--theme-text-muted)}.hr-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;background:color-mix(in oklab,var(--theme-accent) 12%,transparent);color:var(--theme-accent)}.hr-badge[data-tone=green]{background:rgba(5,150,105,.12);color:#047857}.hr-badge[data-tone=red]{background:rgba(220,38,38,.12);color:#b91c1c}.hr-badge[data-tone=amber]{background:rgba(217,119,6,.12);color:#b45309}.hr-badge[data-tone=indigo]{background:rgba(79,70,229,.12);color:#4338ca}.hr-badge[data-tone=rose]{background:rgba(225,29,72,.12);color:#be123c}.hr-badge[data-tone=muted]{background:color-mix(in oklab,var(--theme-text-muted) 14%,transparent);color:var(--theme-text-muted)}[data-mode=dark] .hr-badge[data-tone=green]{color:#6ee7b7}[data-mode=dark] .hr-badge[data-tone=red]{color:#fca5a5}[data-mode=dark] .hr-badge[data-tone=amber]{color:#fcd34d}[data-mode=dark] .hr-badge[data-tone=indigo]{color:#a5b4fc}[data-mode=dark] .hr-badge[data-tone=rose]{color:#fda4af}.hr-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.875rem;margin-bottom:1rem}.hr-stat{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:12px;padding:.875rem 1rem}.hr-stat-label{font-size:.8rem;color:var(--theme-text-muted);display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem}.hr-stat-val{font-size:1.5rem;font-weight:700;color:var(--theme-text)}.hr-avatar{width:26px;height:26px;border-radius:50%;background:color-mix(in oklab,var(--theme-accent) 20%,transparent);display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--theme-accent);margin-right:.5rem}.hr-checklist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem 1rem}.hr-role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.25rem .75rem}.hr-message-body{white-space:pre-wrap;font-size:.9rem;color:var(--theme-text);line-height:1.6;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--theme-border,rgba(15,23,42,.08))}.adm-empty-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;color:var(--theme-text-muted,#64748b)}.hr-master-detail{display:grid;grid-template-columns:280px 1fr;gap:1rem}@media (max-width:900px){.hr-master-detail{grid-template-columns:1fr}}.hr-master-list{display:flex;flex-direction:column;gap:.4rem;align-self:start}.hr-master-item{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:10px;padding:.75rem .875rem;text-align:left;cursor:pointer;font:inherit;color:inherit;transition:background .2s ease,border-color .2s ease}.hr-master-item:hover{background:color-mix(in oklab,var(--theme-accent) 6%,transparent)}.hr-master-item.is-active{border-color:var(--theme-accent);background:color-mix(in oklab,var(--theme-accent) 10%,transparent)}.hr-master-item-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.hr-master-item-title{font-weight:600;font-size:.95rem;color:var(--theme-text)}.hr-master-item-sub{font-size:.8rem;margin-bottom:.4rem}.hr-master-item-stats{display:flex;gap:.875rem;font-size:.78rem;color:var(--theme-text-muted)}.hr-master-item-stats span{display:inline-flex;align-items:center;gap:.25rem}.hr-detail{gap:1rem}.hr-detail,.hr-detail-empty{display:flex;flex-direction:column}.hr-detail-empty{align-items:center;justify-content:center;padding:3rem 1rem;color:var(--theme-text-muted);background:var(--theme-surface);border:1px dashed var(--theme-border);border-radius:12px}.hr-detail-empty p{margin-top:.5rem;font-size:.9rem}.hr-detail-head h3{margin:0 0 .25rem}.hr-perm-group{margin-bottom:1rem}.hr-perm-group:last-of-type{margin-bottom:0}.hr-perm-group-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-muted);margin:0 0 .5rem}.hr-perm-group .mdl-radio span{display:flex;flex-direction:column;gap:.1rem}.hr-perm-group .mdl-radio code{font-size:.7rem;opacity:.75}.hr-mini-list{display:flex;flex-direction:column;gap:.5rem}.hr-mini-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-surface);font-size:.85rem}.hr-mini-row-meta{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.hr-mini-row-title{font-weight:600;color:var(--theme-text)}.hr-mini-row-sub{font-size:.78rem;color:var(--theme-text-muted)}.hr-bar{height:6px;border-radius:3px;background:color-mix(in oklab,var(--theme-text-muted) 18%,transparent);overflow:hidden;margin-top:.25rem}.hr-bar-fill{height:100%;border-radius:3px;background:var(--theme-accent);transition:width .5s ease-in-out}.hr-followup-icon{color:#b45309;flex-shrink:0}.hr-pinned-card{padding:.75rem .875rem;border:1px solid var(--theme-border);border-radius:10px;background:var(--theme-surface);display:flex;flex-direction:column;gap:.4rem}.hr-pinned-card-head{display:flex;align-items:center;gap:.5rem}.hr-pinned-card-title{font-weight:600;font-size:.9rem}.hr-pinned-card-body{font-size:.83rem;color:var(--theme-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hr-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width:900px){.hr-overview-grid{grid-template-columns:1fr}}.hr-pill-row{display:flex;flex-wrap:wrap;gap:.4rem}.hr-pill-row+.arp-kpi-row,.hr-pill-row+section{margin-top:.5rem}.hr-section-h-spaced{margin-top:.75rem}.hr-cap{text-transform:capitalize}.hr-divider{margin:1rem 0;border:none;border-top:1px solid var(--theme-border)}.mdl-radio-row.is-wrap{flex-wrap:wrap}.hr-detail-back-row{margin-bottom:.75rem}.hr-avatar-xl{width:56px;height:56px;font-size:1.25rem;margin-right:0}.hr-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.hr-detail-head-left{display:flex;align-items:center;gap:1rem;min-width:0}.hr-detail-head-actions{display:flex;gap:.5rem;flex-shrink:0}.hr-detail-name{margin:0 0 .25rem;font-size:1.4rem;font-weight:700}.hr-detail-sub{display:flex;flex-wrap:wrap;gap:.85rem;font-size:.85rem;color:var(--theme-text-muted);align-items:center}.hr-detail-sub>span{display:inline-flex;align-items:center;gap:.3rem}.hr-detail-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem 1rem;margin-bottom:.75rem}.hr-detail-field{display:flex;flex-direction:column;gap:.2rem;min-width:0}.hr-detail-field-wide{grid-column:1/-1}.hr-detail-field-label{font-size:.78rem;color:var(--theme-text-muted);display:inline-flex;align-items:center;gap:.3rem;font-weight:600}.hr-detail-field-value{font-size:.92rem;color:var(--theme-text)}.hr-muted{color:var(--theme-text-muted);font-style:italic}.hr-inline-form{margin-bottom:.75rem}.hr-quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.5rem}.hr-quick-actions .adm-btn{justify-content:flex-start;width:100%}.adm-btn-sm{padding:.35rem .7rem;font-size:.8rem}.hr-wizard-modal{max-height:90vh}.hr-wizard-stepper{padding:.75rem 1.5rem;border-bottom:1px solid var(--theme-border);background:color-mix(in oklab,var(--theme-surface) 70%,transparent)}.hr-wizard-step,.hr-wizard-stepper{display:flex;align-items:center;gap:.5rem}.hr-wizard-step{font-size:.85rem;color:var(--theme-text-muted);flex:1}.hr-wizard-step+.hr-wizard-step:before{content:"";flex:1;height:2px;background:var(--theme-border)}.hr-wizard-step.is-done{color:var(--theme-text)}.hr-wizard-step.is-active{color:var(--theme-accent);font-weight:600}.hr-wizard-step-num{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in oklab,var(--theme-text-muted) 14%,transparent);color:var(--theme-text-muted);font-weight:700;font-size:.75rem}.hr-wizard-step.is-active .hr-wizard-step-num{background:var(--theme-accent);color:#fff}.hr-wizard-step.is-done .hr-wizard-step-num{background:rgba(5,150,105,.16);color:#047857}.hr-wizard-pane{display:flex;flex-direction:column;gap:.75rem}.hr-wizard-mode-toggle{display:flex;gap:.5rem;margin-bottom:.5rem}.hr-wizard-search{position:relative}.hr-wizard-search input{width:100%;padding-left:2rem}.hr-wizard-search-icon{left:.65rem}.hr-wizard-search-icon,.hr-wizard-search-spinner{position:absolute;top:50%;transform:translateY(-50%);color:var(--theme-text-muted)}.hr-wizard-search-spinner{right:.65rem;animation:hr-spin 1s linear infinite}@keyframes hr-spin{to{transform:translateY(-50%) rotate(1turn)}}.hr-wizard-selected{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.625rem .875rem;border:1px solid var(--theme-accent);background:color-mix(in oklab,var(--theme-accent) 8%,transparent);border-radius:8px;font-size:.9rem}.hr-wizard-results{border:1px solid var(--theme-border);border-radius:8px;max-height:280px;overflow-y:auto}.hr-wizard-result{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .875rem;border:none;background:transparent;border-bottom:1px solid var(--theme-border);text-align:left;cursor:pointer;font:inherit;color:inherit}.hr-wizard-result:last-child{border-bottom:none}.hr-wizard-result:hover{background:color-mix(in oklab,var(--theme-accent) 6%,transparent)}.hr-wizard-result-name{font-weight:600}.hr-wizard-result-email{font-size:.8rem;color:var(--theme-text-muted)}.hr-wizard-perm-preview{margin-top:.5rem;padding:.875rem;background:color-mix(in oklab,var(--theme-accent) 6%,transparent);border:1px solid color-mix(in oklab,var(--theme-accent) 18%,transparent);border-radius:10px}.hr-wizard-success{text-align:center;padding:1.5rem 0}.hr-wizard-success-icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:rgba(5,150,105,.16);color:#047857;display:flex;align-items:center;justify-content:center}.hr-wizard-success h3{margin:0 0 .5rem}.hr-wizard-foot-spacer{flex:1}.mdl-radio span small.hr-mono{display:block;margin-top:.15rem;font-size:.72rem}.hr-stars{display:inline-flex;gap:.15rem}.hr-star-btn{background:transparent;border:none;padding:0;cursor:pointer;color:color-mix(in oklab,var(--theme-text-muted) 50%,transparent);display:inline-flex;align-items:center}.hr-star-btn:disabled{cursor:default}.hr-stars[data-readonly="0"] .hr-star-btn:hover{color:#eab308}.hr-goal-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.hr-goal-row{display:grid;grid-template-columns:2fr 150px 140px auto;gap:.5rem;align-items:center}@media (max-width:640px){.hr-goal-row{grid-template-columns:1fr}}.hr-tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--theme-border);margin-bottom:1rem}.hr-tab{background:transparent;padding:.6rem 1rem;font:inherit;color:var(--theme-text-muted);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:.9rem}.hr-tab.is-active{color:var(--theme-accent);border-bottom-color:var(--theme-accent);font-weight:600}.hr-tab:hover:not(.is-active){color:var(--theme-text)}.hr-tab-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.hr-banner{padding:.75rem 1rem;background:color-mix(in oklab,var(--theme-accent) 8%,transparent);border-left:3px solid var(--theme-accent);border-radius:8px;font-size:.85rem;color:var(--theme-text);margin-bottom:1rem}.hr-announcement-detail-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;color:var(--theme-text-muted)}.hr-announcement-body{white-space:pre-wrap;font-size:.95rem;line-height:1.6;padding:1rem;border:1px solid var(--theme-border);border-radius:10px;background:color-mix(in oklab,var(--theme-surface) 50%,transparent)}.hr-msg-thread{display:flex;flex-direction:column;gap:.6rem;max-height:400px;overflow-y:auto;padding:.5rem 0}.hr-msg-bubble{padding:.625rem .875rem;border-radius:10px;max-width:80%;border:1px solid var(--theme-border);font-size:.9rem;line-height:1.5}.hr-msg-bubble[data-direction=received]{background:var(--theme-surface);align-self:flex-start}.hr-msg-bubble[data-direction=sent]{background:color-mix(in oklab,var(--theme-accent) 12%,transparent);border-color:color-mix(in oklab,var(--theme-accent) 22%,transparent);align-self:flex-end}.hr-msg-meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem;color:var(--theme-text-muted);margin-bottom:.25rem}.hr-msg-reply{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--theme-border)}.hr-msg-reply textarea{resize:vertical}