.hr-self-page { display: grid; gap: 10px; color: #28384a; }
.hr-self-hero, .hr-self-shortcuts, .hr-self-directory, .hr-self-picker { background: #fff; border: 1px solid #e8ebf0; }
.hr-self-hero { padding: 30px 36px; }
.hr-self-hero h1 { margin: 0; font-size: 30px; line-height: 1.5; color: #425369; font-weight: 650; }
.hr-self-hero p { margin: 8px 0 0; font-size: 14px; color: #718092; }
.hr-self-profile { background: #fff; border: 1px solid #d8e8e5; border-left: 4px solid #0c9f91; padding: 17px 20px; }
.hr-self-profile-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hr-self-profile-heading h2 { margin: 0; color: #223d47; font-size: 18px; }
.hr-self-profile-heading p { margin: 5px 0 0; color: #647586; font-size: 13px; line-height: 1.5; }
.hr-self-profile-heading button, .hr-self-profile-actions button { border: 1px solid #0c9f91; border-radius: 5px; background: #0c9f91; color: white; padding: 9px 16px; font: inherit; cursor: pointer; white-space: nowrap; }
.hr-self-profile-heading button:disabled, .hr-self-profile-actions button:disabled { opacity: .6; cursor: wait; }
.hr-self-profile-form { margin-top: 17px; border-top: 1px solid #e4ecec; padding-top: 16px; }
.hr-self-profile-info { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 16px; padding: 12px 14px; background: #f6faf9; }
.hr-self-profile-info span { display: grid; gap: 3px; min-width: 90px; }
.hr-self-profile-info small { color: #718092; font-size: 12px; }
.hr-self-profile-info b { font-size: 14px; font-weight: 600; }
.hr-self-profile-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px 18px; }
.hr-self-profile-grid label { display: grid; align-content: start; gap: 6px; min-width: 0; color: #384c5d; font-size: 13px; }
.hr-self-profile-grid input, .hr-self-profile-grid select { width: 100%; min-width: 0; height: 38px; box-sizing: border-box; border: 1px solid #d5dde3; border-radius: 4px; background: #fff; color: #223345; padding: 7px 10px; font: inherit; }
.hr-self-profile-grid input:focus, .hr-self-profile-grid select:focus { outline: 2px solid #40b7ae; outline-offset: 1px; }
.hr-self-profile-photo img { width: 50px; height: 60px; object-fit: cover; border: 1px solid #d5dde3; }
.hr-self-profile-photo input { padding: 7px; }
.hr-self-profile-photo small { color: #758395; }
.hr-self-profile-form > p { color: #637382; font-size: 12px; }
.hr-self-profile-error { color: #b42318; min-height: 18px; font-size: 13px; }
.hr-self-profile-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 10px; }
.hr-self-profile-actions button:first-child { background: #fff; color: #44596a; border-color: #cfd8df; }
.hr-self-shortcuts { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); padding: 18px 16px; gap: 10px; }
.hr-self-shortcuts button { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; min-height: 102px; background: none; border: 0; border-radius: 4px; color: inherit; font: inherit; cursor: pointer; }
.hr-self-shortcuts button:hover:not(:disabled) { background: #f1f6fa; }
.hr-self-shortcuts button:disabled { cursor: default; }
.hr-self-shortcuts img { width: 40px; height: 40px; object-fit: contain; }
.hr-self-shortcuts span { font-size: 16px; }
.hr-self-shortcuts small { font-size: 11px; color: #7c8895; }
.hr-self-filters { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.hr-self-filters label { display: grid; gap: 10px; padding: 10px; background: #fff; border: 1px solid #e8ebf0; font-size: 13px; }
.hr-self-filters label > span { display: flex; align-items: center; justify-content: space-between; }
.hr-self-filters small { color: #239e98; font-size: 12px; }
.hr-self-filters select { width: 100%; height: 32px; border: 1px solid #dce1e7; background: #fff; border-radius: 3px; color: inherit; padding: 0 8px; }
.hr-self-directory { min-width: 0; padding: 10px; }
.hr-self-directory > header, .hr-self-picker > header { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 10px; }
.hr-self-directory h2 { font-size: 14px; font-weight: 600; margin: 0; }
.hr-self-directory > header > div, .hr-self-directory footer > div { display: flex; align-items: center; gap: 6px; }
.hr-self-table-wrap { overflow: auto; max-height: 560px; border: 1px solid #e4e8ed; }
.hr-self-table { border-collapse: separate; border-spacing: 0; width: 100%; min-width: 500px; table-layout: auto; }
.hr-self-directory .hr-self-filters { margin-bottom: 12px; }
.hr-self-table th, .hr-self-table td { padding: 7px 10px; border-right: 1px solid #e6e9ee; border-bottom: 1px solid #e6e9ee; height: 38px; font-size: 12px; white-space: nowrap; text-align: left; }
.hr-self-table th { background: #f5f6f9; font-weight: 400; }
.hr-self-table thead { position: sticky; top: 0; z-index: 1; }
.hr-self-table th[colspan] { text-align: center; }
.hr-self-table th > button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; font: inherit; color: inherit; padding: 0; border: 0; background: none; cursor: pointer; }
.hr-self-table th > button > span { color: #81909d; }
.hr-self-table tbody tr:hover { background: #f7fafd; }
.hr-self-table .hr-self-empty { height: 160px; text-align: center; color: #7c8997; }
.hr-self-badge { display: inline-block; color: white; padding: 2px 5px; line-height: 20px; border-radius: 3px; }
.hr-self-badge.blue { background: #5799d9; }.hr-self-badge.purple { background: #b477d8; }.hr-self-badge.green { background: #10b797; }.hr-self-badge.orange { background: #eaaa4d; }.hr-self-badge.cyan { background: #1ab7c9; }.hr-self-badge.neutral { color: #536170; background: #edf1f5; }
.hr-self-photo, .hr-self-name { border: 0; background: none; padding: 0; cursor: pointer; color: #388bca; font: inherit; }
.hr-self-photo img { display: block; width: 24px; height: 32px; object-fit: contain; }
.hr-self-directory footer { display: flex; align-items: center; justify-content: space-between; padding: 12px 2px 2px; font-size: 12px; color: #718092; }
.hr-self-picker { padding: 15px; }.hr-self-picker p, .hr-self-info { font-size: 12px; color: #758395; }
.hr-self-picker > div { display: flex; flex-wrap: wrap; gap: 8px; }
@media (max-width: 1050px) { .hr-self-shortcuts { grid-template-columns: repeat(3,minmax(0,1fr)); }.hr-self-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }.hr-self-profile-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 600px) { .hr-self-hero { padding: 20px 16px; }.hr-self-hero h1 { font-size: 24px; }.hr-self-shortcuts { grid-template-columns: repeat(2,minmax(0,1fr)); }.hr-self-shortcuts small { text-align: center; }.hr-self-directory > header { flex-wrap: wrap; }.hr-self-profile { padding: 15px; }.hr-self-profile-heading { align-items: flex-start; flex-direction: column; }.hr-self-profile-grid { grid-template-columns: 1fr; }.hr-self-profile-actions { flex-wrap: wrap; }.hr-self-profile-actions button { flex: 1; } }
