:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:#292b28;background:#f7f8f6;font-size:13px;--border:#dfe3df;--green:#009139;--muted:#656c65}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{border:1px solid var(--border);background:white;border-radius:8px;padding:8px 14px;cursor:pointer;color:inherit;min-height:36px;transition:background .14s}button:hover{background:#f0f3ef}button:active{transform:translateY(1px)}button:disabled{opacity:.45;cursor:default;transform:none}button.primary{background:var(--green);border-color:var(--green);color:white;min-width:100px}button.primary:hover{background:#007d31}:focus-visible{outline:2px solid var(--green);outline-offset:3px}.topbar{height:64px;background:white;border-bottom:1px solid var(--border);padding:0 40px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;font-weight:600}.mark{background:var(--green);color:white;border-radius:8px;display:grid;place-items:center;width:28px;height:28px;font-size:16px}.divider{color:#c7ccc7;margin:0 4px}.muted,.local{color:var(--muted);font-weight:400}.local{font-size:12px}main{max-width:1400px;margin:auto;padding:40px}.heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:16px}.eyebrow{color:var(--muted);font-size:12px;margin:0 0 8px}h1{font-size:26px;line-height:34px;letter-spacing:-.5px;color:#221814;margin:0 0 8px;font-weight:650}h1 span{font-size:14px;vertical-align:middle;background:#e9eee8;color:#566456;padding:4px 8px;border-radius:6px;margin-left:8px;letter-spacing:0}p{line-height:1.6;margin:0}.panel{border:1px solid var(--border);border-radius:12px;background:white;overflow:hidden}.toolbar{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid #ecefec;flex-wrap:wrap}.search{display:flex;align-items:center;gap:8px;flex:1;min-width:220px;border:1px solid var(--border);border-radius:8px;padding-left:12px;height:38px}.search span{font-size:23px;color:var(--muted)}input{width:100%;min-width:0;border:0;padding:8px;background:transparent;outline:none}.search:focus-within{outline:2px solid var(--green);outline-offset:2px}select{height:38px;max-width:240px;border:1px solid var(--border);border-radius:8px;background:white;padding:0 28px 0 12px;color:inherit}#count{font-size:12px;white-space:nowrap}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{font-size:12px;color:var(--muted);font-weight:500;background:#fafbf9;padding:12px 20px}td{padding:16px 20px;border-top:1px solid #ecefec;font-size:13px}tbody tr:hover{background:#fafbf9}.person{border:0;padding:0;min-height:0;background:none;display:flex;align-items:center;text-align:left;gap:12px}.person:hover{background:none;color:var(--green)}.avatar{width:34px;height:34px;border-radius:10px;background:#f0f3ee;color:#52705a;display:grid;place-items:center;font-weight:600;flex:none}.person strong{font-weight:550}.sub{display:block;color:var(--muted);font-size:11px;margin-top:4px}.department-cell{max-width:260px;overflow:hidden;text-overflow:ellipsis}.badge{display:inline-flex;align-items:center;gap:6px;background:#eff7f0;color:#287a3b;padding:4px 8px;border-radius:6px;font-size:11px}.badge:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.badge.other{background:#f5f0e8;color:#85672d}.pagination{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-top:1px solid var(--border)}.pagination button{margin-left:8px}.footnote{margin-top:16px;color:var(--muted);font-size:12px}.empty{text-align:center;padding:56px 16px}.empty p{margin:8px 0 16px}.error,.notice{padding:12px 16px;border-radius:8px;margin-bottom:16px;line-height:1.6}.error{background:#fff0eb;color:#a43f29}.notice{background:#f7f3dc;color:#766323}dialog{width:min(760px,calc(100% - 32px));max-height:88vh;padding:0;border:1px solid var(--border);border-radius:14px;color:inherit;background:white}dialog::backdrop{background:rgba(25,31,25,.25)}.dialog-head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--border);position:sticky;top:0;background:white}.dialog-head h2{font-size:20px;margin:0;color:#221814}.details{padding:8px 24px 24px}.detail-row{display:grid;grid-template-columns:140px minmax(0,1fr);gap:20px;padding:14px 0;border-bottom:1px solid #ecefec}.detail-label{color:var(--muted);line-height:1.6}.detail-value{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6;margin:0;font:inherit}.detail-label small{display:block;font-size:11px;overflow-wrap:anywhere;color:#757a75}.dialog-foot{display:flex;align-items:center;gap:12px;flex-wrap:wrap;border-top:1px solid var(--border);padding:16px 24px;background:#fafbf9}.dialog-foot button{margin-left:auto}#copy-result{color:var(--green);font-size:12px}[hidden]{display:none!important}@media(max-width:720px){.topbar{padding:0 16px}.local{display:none}main{padding:24px 16px}.heading{margin-bottom:20px}.toolbar{padding:16px;gap:8px}.search{flex-basis:100%;min-width:0}select{flex:1;min-width:0;max-width:none}.pagination{padding:12px;gap:8px}.pagination button{padding:6px 8px;margin-left:4px}.detail-row{grid-template-columns:1fr;gap:8px}.dialog-head,.details{padding-left:16px;padding-right:16px}td,th{padding-left:16px;padding-right:16px}h1{font-size:23px}.brand{gap:8px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
@media(max-width:720px){.toolbar select{min-width:110px}.toolbar #count{flex-basis:100%;padding-top:4px}}
.avatar{position:relative;overflow:hidden}.avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#f0f3ee}.avatar-large{width:64px;height:64px;border-radius:12px;font-size:24px}.avatar-section{padding:20px 0;border-bottom:1px solid var(--border)}.avatar-summary{display:flex;gap:16px;align-items:center;margin-bottom:20px}.avatar-summary h3{margin:0 0 6px;font-size:15px}.avatar-summary p{font-size:12px}.avatar-history{display:grid;grid-template-columns:repeat(auto-fill,minmax(144px,1fr));gap:12px;max-height:340px;overflow:auto}.avatar-version{margin:0;border:1px solid var(--border);border-radius:12px;padding:12px;background:#fafbf9}.avatar-version img{width:80px;height:80px;border-radius:8px;object-fit:cover;display:block;margin-bottom:12px}.avatar-version strong{font-size:12px;font-weight:550}.avatar-version .sub{font-size:11px;line-height:1.6}.history-note{font-size:11px;color:var(--muted);margin-top:16px}
.person{display:inline-flex;vertical-align:middle}.avatar-button{display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;padding:0;border:0;background:transparent;min-height:0;margin-right:12px}.avatar-button:hover{background:transparent;outline:2px solid var(--border);outline-offset:2px;border-radius:10px}.detail-person{display:flex;align-items:center;gap:0}.dialog-head{padding:16px 20px;z-index:1}.details{padding:12px 20px 20px}.detail-table{table-layout:fixed;white-space:normal;border:1px solid var(--border)}.detail-table th,.detail-table td{padding:7px 12px;font-size:13px;line-height:1.5;border:1px solid var(--border);vertical-align:top;overflow-wrap:anywhere}.detail-table th{width:120px;font-weight:500;background:#f7f8f6}.detail-table td{white-space:pre-wrap}.dialog-foot{padding:12px 20px}.avatar-section{padding:0;border:0}.avatar-history{max-height:none}.avatar-version .sub{font-size:12px}.avatar-version strong{font-size:13px}#avatar-dialog{width:min(660px,calc(100% - 32px))}.empty button{margin-top:16px}@media(max-width:720px){.detail-table th{width:92px}.detail-table th,.detail-table td{padding:7px 8px}.details{padding:12px}.dialog-head{padding:12px}}
#detail{width:min(880px,calc(100% - 32px))}#detail .dialog-head{padding:24px 28px;border-bottom:0}#detail .details{padding:0 28px 24px}#detail .dialog-head h2{font-size:22px}#detail .detail-person .avatar{width:44px;height:44px;border-radius:12px}.profile-section{margin:0 0 20px}.profile-section h3,.profile-section summary{font-size:13px;font-weight:600;margin:0;padding:12px 0;color:#687268;letter-spacing:.5px}.profile-section summary{cursor:pointer;border-top:1px solid #ecefec}.profile-table{table-layout:fixed;white-space:normal;border:0}.profile-table th,.profile-table td{border:0;border-bottom:1px solid #f0f2ef;padding:12px 0;vertical-align:top;font-size:13px;line-height:1.6;overflow-wrap:anywhere;white-space:pre-wrap;background:transparent}.profile-table th{width:16%;color:#757a75;font-weight:400;text-align:left}.profile-table td{width:34%;padding-right:24px;color:#292b28}.profile-table th:nth-child(3){padding-left:20px}.profile-table tr:last-child th,.profile-table tr:last-child td{border-bottom:0}.profile-table tr:hover{background:transparent}#detail .dialog-foot{border-top:1px solid #ecefec;background:white;padding:14px 28px}@media(max-width:600px){#detail .dialog-head{padding:20px}#detail .details{padding:0 20px 20px}.profile-table,.profile-table tbody{display:block}.profile-table tr{display:grid;grid-template-columns:100px minmax(0,1fr)}.profile-table th,.profile-table td{display:block;width:auto;padding:9px 0!important}.profile-table th:empty,.profile-table td:empty{display:none}}
.heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.collection-time{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;line-height:1.5}.collection-dot{width:7px;height:7px;border-radius:50%;background:var(--green);flex:none}.heading h1{margin-bottom:0}@media(max-width:720px){.heading{align-items:flex-start;flex-wrap:wrap}.heading-actions{flex-wrap:wrap;gap:12px;max-width:100%}.collection-time{font-size:11px}}@media(max-width:420px){.heading-actions{width:100%;justify-content:space-between}.collection-time{max-width:calc(100% - 112px)}}
.heading h1 #page-title{font:inherit;background:none;color:inherit;padding:0;margin:0;letter-spacing:inherit;vertical-align:baseline}.view-tabs{display:flex;gap:24px;margin-bottom:20px;border-bottom:1px solid var(--border)}.view-tabs button{border:0;border-radius:0;background:none;padding:12px 0;color:var(--muted);border-bottom:2px solid transparent}.view-tabs button[aria-current]{color:var(--green);border-bottom-color:var(--green);font-weight:600}#history-filters input{width:auto;border:1px solid var(--border);border-radius:8px;height:38px;padding:8px 12px}#history-query{flex:1;min-width:170px}.history-person{border:0;padding:0;background:none;min-height:0;color:var(--green)}.history-table td{font-size:13px;vertical-align:middle}.history-table .change-content{white-space:normal;min-width:240px;overflow-wrap:anywhere;line-height:1.7}.old-value{color:var(--muted)}.change-content .avatar-button{margin:0 8px}.change-content img{width:40px;height:40px;border-radius:8px;object-fit:cover}.history-table th{white-space:nowrap}@media(max-width:720px){#history-filters input{max-width:100%}#history-query{flex-basis:100%}}
.custom-select{width:180px;max-width:240px;min-width:0}.select-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;height:38px;padding:0 11px;border:1px solid #d8ddd8;border-radius:8px;background:#fff;color:var(--text);font-size:13px;text-align:left;transition:border-color 140ms,box-shadow 140ms}.select-trigger>span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select-trigger:hover{border-color:#b8c1b8;background:#fff}.select-trigger:focus-visible,.select-trigger[aria-expanded=true]{outline:0;border-color:var(--green);box-shadow:0 0 0 3px rgba(0,145,57,.09)}.select-chevron{width:7px;height:7px;flex:none;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform 140ms;color:#757a75}.select-trigger[aria-expanded=true] .select-chevron{transform:rotate(225deg) translate(-2px,-1px)}.select-menu{position:fixed;z-index:50;overflow-y:auto;overscroll-behavior:contain;padding:5px;border:1px solid #dfe3df;border-radius:10px;background:#fff;box-shadow:0 14px 34px rgba(34,24,20,.14)}.select-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:36px;height:auto;padding:9px 10px;border:0;border-radius:7px;background:transparent;text-align:left;font-size:12px;line-height:18px;white-space:normal}.select-option>span:first-child{overflow-wrap:anywhere}.select-option:hover,.select-option:focus{background:#f7f8f6;outline:0}.select-option:focus-visible{box-shadow:inset 0 0 0 1px var(--green)}.select-option[aria-selected=true]{background:#eaf6ed;color:#006d2b}.select-check{visibility:hidden;flex:none;color:var(--green);font-size:13px;font-weight:700}.select-option[aria-selected=true] .select-check{visibility:visible}@media(max-width:720px){.custom-select{flex:1;min-width:110px}}@media(prefers-reduced-motion:reduce){.select-chevron,.select-trigger{transition:none}}
.department-menu{position:fixed;z-index:50;display:flex;flex-direction:column;overflow:hidden;background:white;border:1px solid var(--border);border-radius:10px;box-shadow:0 14px 34px rgba(34,24,20,.14)}.tree-search{padding:12px;flex:none}.tree-search input{width:100%;height:36px;border:1px solid var(--border);border-radius:8px;padding:0 10px;font-size:13px}.tree-search input:focus{outline:0;border-color:var(--green);box-shadow:0 0 0 3px rgba(0,145,57,.09)}.tree-tools{display:flex;justify-content:space-between;padding:0 12px 8px;flex:none}.tree-tools button{border:0;background:none;font-size:12px;padding:4px 8px;min-height:28px}.tree-tools button:hover{background:#f7f8f6}.tree-tools button[aria-pressed=true]{background:#eaf6ed;color:#006d2b}.tree-tools button:last-child{color:var(--muted)}.department-tree{height:340px;min-height:40px;overflow:auto;overscroll-behavior:contain;padding:0 8px 8px;flex:1 1 auto}.department-tree [role=group]{padding-left:18px}.department-tree [role=treeitem]{outline:none}.tree-row{display:flex;align-items:center;min-height:36px;border-radius:7px;gap:4px;padding:0 8px 0 4px;font-size:12px;cursor:pointer}.tree-row:hover{background:#f7f8f6}.department-tree [role=treeitem]:focus-visible>.tree-row{box-shadow:inset 0 0 0 1px var(--green)}.department-tree [aria-selected=true]>.tree-row{background:#eaf6ed;color:#006d2b}.tree-toggle{display:grid;place-items:center;width:24px;height:28px;min-height:28px;flex:none;border:0;background:transparent;padding:0;border-radius:6px}.tree-toggle:hover{background:#e8ece7}.tree-branch{width:6px;height:6px;border-right:1.5px solid #9ba09b;border-bottom:1.5px solid #9ba09b;transform:rotate(-45deg)}[aria-expanded=true]>.tree-row .tree-branch{transform:rotate(45deg)}.tree-leaf{width:5px;height:5px;border-radius:50%;background:#c3cac1}.tree-name{flex:1;overflow-wrap:anywhere;min-width:0}.tree-members{font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums}.tree-check{width:14px;flex:none;color:var(--green);visibility:hidden;font-weight:700}[aria-selected=true]>.tree-row .tree-check{visibility:visible}.tree-footer{border-top:1px solid #ecefec;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;font-size:12px;flex:none}.tree-footer label{display:flex;align-items:center;gap:7px;cursor:pointer}.tree-footer input{accent-color:var(--green);margin:0;width:14px;height:14px}.tree-footer>span{font-size:11px;color:var(--muted)}.tree-empty{padding:32px 16px;text-align:center;color:var(--muted)}.department-tree mark{background:#eaf6ed;color:#006d2b;border-radius:2px;padding:0}.select-chevron{flex:none}
/* 弹层打开时锁住页面滚动；嵌套弹窗全部关闭后由选择器自动恢复。 */
html{scrollbar-gutter:stable}
html:has(dialog[open],.department-menu:not([hidden]),.select-menu:not([hidden])){overflow:hidden}
dialog,.details,.avatar-history,.department-menu,.department-tree,.select-menu{overscroll-behavior:contain}

.sort-controls{display:flex;align-items:center;gap:8px;max-width:100%}.sort-controls .custom-select:first-child{width:128px}.sort-controls .custom-select:last-child{width:92px}@media(max-width:720px){.sort-controls .custom-select{min-width:0;flex:none}}

.avatar-preview-button{padding:0;border:0;background:transparent;min-height:0;cursor:zoom-in;display:block;margin:0 auto;border-radius:12px}.avatar-preview-button:disabled{cursor:default}#avatar-preview{width:min(720px,calc(100% - 32px))}#avatar-preview .dialog-head{gap:12px;padding:16px}#avatar-preview-title{font-size:15px;overflow-wrap:anywhere}#avatar-preview-close{flex-shrink:0;width:32px;min-height:32px;height:32px;padding:0;border:0;background:transparent;font-size:24px;line-height:1}#avatar-preview-close:hover{background:#f0f3ef}#avatar-preview-image{cursor:zoom-out}.avatar-preview-content{padding:16px;display:flex;justify-content:center;align-items:center;min-height:160px}.avatar-preview-content img{display:block;width:100%;max-height:65vh;object-fit:contain;border-radius:8px}.avatar-preview-content [hidden]{display:none}
