:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2328;background:#f6f8fa;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit;letter-spacing:0}button{color:inherit}.app-shell{min-height:100vh;background:#fff}.topbar{height:56px;display:flex;align-items:center;gap:10px;padding:0 24px;color:#fff;background:#24292f;border-bottom:1px solid #1b1f23}.brand-mark{width:30px;height:30px;display:grid;place-items:center;border-radius:6px;color:#fff;background:#1f9d7a;font-size:16px;font-weight:700}.topbar strong{font-size:15px}.topbar-context{margin-left:4px;color:#8c959f;font-size:13px}.workspace{min-height:calc(100vh - 56px);display:grid;grid-template-columns:280px minmax(0,1fr)}.sidebar{padding:20px 18px;border-right:1px solid #d0d7de;background:#f6f8fa}.sidebar-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;font-weight:600;font-size:14px}.icon-button{width:30px;height:30px;display:grid;place-items:center;border:1px solid #d0d7de;border-radius:6px;background:#fff;cursor:pointer}.field-label{display:block;margin:14px 0 7px;color:#57606a;font-size:12px;font-weight:600}.native-select-wrap{position:relative;min-height:38px;display:flex;align-items:center;gap:8px;padding-left:10px;border:1px solid #d0d7de;border-radius:6px;background:#fff}.native-select-wrap:focus-within{border-color:#0969da;box-shadow:0 0 0 3px #0969da2e}.native-select-wrap select{min-width:0;height:36px;flex:1;padding:0 30px 0 0;border:0;outline:0;color:#24292f;background:transparent;font-size:13px}.native-select-wrap.disabled{background:#f6f8fa}.native-select-wrap.disabled select{opacity:1;color:#24292f}.feishu-logo{width:20px;height:20px;display:grid;place-items:center;border-radius:4px;color:#fff;background:#3370ff;font-size:11px;font-weight:700}.selected-team-meta{display:grid;gap:4px;margin-top:9px;color:#57606a;font-size:11px}.selected-team-meta span{width:fit-content;padding:1px 6px;border:1px solid #afb8c1;border-radius:10px}.selected-team-meta code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-section{padding-top:21px;margin-top:22px;border-top:1px solid #d8dee4}.status-section h2{margin:0 0 11px;font-size:13px}.status-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.status-row>span{display:flex;align-items:center;gap:8px}.status-row small{color:#6e7781}.status-text.ok{color:#1a7f37}.status-text.warn{color:#9a6700}.status-dot{width:8px;height:8px;margin-left:3px;border:1px solid #8c959f;border-radius:50%;background:#fff}.muted-icon{color:#8c959f}.success-icon{color:#1a7f37}.warn-icon{color:#bf8700}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.primary-button{width:100%;min-height:36px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:18px;border:1px solid rgba(27,31,36,.15);border-radius:6px;color:#fff;background:#1f883d;font-size:13px;font-weight:600;text-decoration:none}.primary-button:hover{background:#1a7f37}.primary-button:disabled{color:#8c959f;background:#eaeef2}.content{min-width:0;padding:28px 32px;background:#fff}.content-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.content-header h1{margin:0;font-size:22px;line-height:1.3}.content-header p{margin:6px 0 0;color:#57606a;font-size:13px}.access-pill{min-height:28px;display:flex;align-items:center;gap:6px;padding:4px 9px;border:1px solid #d0d7de;border-radius:6px;color:#57606a;background:#f6f8fa;font-size:12px}.search-box{width:min(260px,38vw);height:32px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #d0d7de;border-radius:6px;color:#57606a;background:#fff}.search-box input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:12px}.error-banner{min-height:58px;display:flex;align-items:center;gap:10px;padding:10px 12px;margin-top:18px;border:1px solid #cf222e;border-radius:6px;color:#82071e;background:#ffebe9;font-size:12px}.error-banner>span{min-width:0;flex:1;display:grid;gap:2px}.error-banner small{color:#9a6700;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.secondary-button{min-height:30px;padding:4px 10px;border:1px solid #d0d7de;border-radius:6px;background:#f6f8fa;font-size:12px;font-weight:600;cursor:pointer}.directory-frame{position:relative;height:min(660px,calc(100vh - 164px));min-height:480px;margin-top:24px;border:1px solid #d0d7de;border-radius:6px;overflow:hidden}.directory-browser{height:100%;display:grid;grid-template-columns:minmax(220px,270px) minmax(0,1fr)}.department-pane{min-width:0;display:grid;grid-template-rows:55px minmax(0,1fr);border-right:1px solid #d0d7de;background:#f6f8fa}.department-pane-header{display:flex;align-items:center;padding:0 14px;border-bottom:1px solid #d0d7de;background:#fff;font-size:13px;font-weight:600}.department-pane-header span{display:flex;align-items:center;gap:8px}.department-tree{min-width:0;overflow:auto;padding:8px 0}.tree-row{min-width:max-content;height:46px;display:flex;align-items:center;padding-right:8px;color:#57606a}.tree-row:hover{background:#eaeef2}.tree-row.selected{color:#0969da;background:#ddf4ff}.tree-toggle,.tree-toggle-placeholder{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center}.tree-toggle{padding:0;border:0;border-radius:4px;color:#57606a;background:transparent;cursor:pointer}.tree-toggle:hover{background:#afb8c147}.tree-toggle:disabled{color:transparent;cursor:default}.tree-node-label{min-width:0;height:42px;flex:1;display:flex;align-items:center;gap:8px;padding:0 6px 0 2px;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.tree-node-label>svg{flex:0 0 auto}.tree-node-label>span{min-width:0;display:grid;gap:1px}.tree-node-label strong,.tree-node-label small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-node-label strong{max-width:160px;color:#24292f;font-size:12px;font-weight:600}.tree-row.selected .tree-node-label strong{color:#0550ae}.tree-node-label small{color:#6e7781;font-size:10px}.tree-state{min-height:38px;display:flex;align-items:center;gap:7px;padding-right:8px;color:#6e7781;font-size:11px}.tree-state.error{color:#82071e}.tree-state.error span{min-width:0;flex:1;overflow-wrap:anywhere}.tree-state-action{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;padding:0;border:0;border-radius:4px;color:inherit;background:transparent;cursor:pointer}.tree-load-more{min-height:36px;width:100%;display:flex;align-items:center;gap:6px;padding-right:8px;border:0;color:#0969da;background:transparent;font-size:11px;cursor:pointer}.tree-load-more:hover{background:#eaeef2}.members-pane{min-width:0;min-height:0;display:grid;grid-template-rows:55px minmax(0,1fr) 42px;background:#fff}.members-toolbar{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 14px;border-bottom:1px solid #d0d7de}.members-heading{min-width:0;display:flex;align-items:center;gap:9px}.members-heading-icon{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:6px;color:#1a7f37;background:#dafbe1}.members-heading>span:last-child{min-width:0;display:grid;gap:1px}.members-heading strong,.members-heading small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.members-heading strong{color:#24292f;font-size:13px}.members-heading small{color:#6e7781;font-size:10px}.members-table-frame{min-height:0;overflow:hidden}.table-scroll{height:100%;overflow:auto}table{width:100%;border-collapse:collapse;table-layout:fixed}th{position:sticky;top:0;z-index:1;height:39px;padding:0 14px;border-bottom:1px solid #d0d7de;color:#57606a;background:#f6f8fa;font-size:12px;font-weight:600;text-align:left}th:first-child{width:34%}td{height:62px;padding:9px 14px;border-bottom:1px solid #d8dee4;color:#57606a;font-size:12px}.contacts-table tbody tr{cursor:pointer}.contacts-table tbody tr:hover,.contacts-table tbody tr:focus{outline:none;background:#f6f8fa}.member-cell{display:flex;align-items:center;gap:10px}.member-cell>span:last-child{min-width:0;display:grid;gap:2px}.member-cell strong{overflow:hidden;color:#24292f;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.member-cell small{color:#6e7781}.avatar{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;color:#57606a;background:#eaeef2;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.cell-wrap{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-lines{min-width:0;display:grid;gap:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-lines small{color:#6e7781}.status-badge{display:inline-flex;padding:2px 7px;border:1px solid;border-radius:10px;font-size:11px}.status-badge.active{border-color:#4ac26b;color:#116329;background:#dafbe1}.status-badge.inactive{border-color:#ff8182;color:#82071e;background:#ffebe9}.status-badge.warning{border-color:#d4a72c;color:#7d4e00;background:#fff8c5}.status-badge.neutral{border-color:#d0d7de;color:#57606a;background:#f6f8fa}.empty-state{height:100%;min-height:290px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;color:#6e7781;text-align:center}.empty-state h2{margin:12px 0 5px;color:#24292f;font-size:15px}.empty-state p{max-width:390px;margin:0;font-size:12px;line-height:1.55}.empty-state code{max-width:100%;margin-top:12px;overflow:hidden;color:#9a6700;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.loading-rows{height:100%;padding-top:39px}.loading-row{height:62px;display:grid;grid-template-columns:32% 25% 22%;align-items:center;gap:9%;padding:0 14px;border-bottom:1px solid #d8dee4}.loading-row span{height:10px;border-radius:3px;background:linear-gradient(90deg,#eaeef2 25%,#f6f8fa,#eaeef2 75%);background-size:200% 100%;animation:loading 1.3s infinite}@keyframes loading{to{background-position:-200% 0}}.pagination{min-height:42px;display:flex;align-items:center;justify-content:flex-end;gap:14px;padding:0 12px;border-top:1px solid #d0d7de;color:#57606a;background:#fff;font-size:12px}.pagination>div{display:flex;gap:6px}.icon-button:disabled{color:#afb8c1;cursor:default}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;justify-content:flex-end;background:#1f232859}.detail-drawer{width:min(440px,100vw);height:100%;border-left:1px solid #d0d7de;background:#fff;box-shadow:-8px 0 24px #1f232826;overflow:auto}.drawer-header{position:sticky;top:0;z-index:1;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid #d0d7de;background:#f6f8fa;font-size:14px}.drawer-loading{min-height:90px;display:flex;align-items:center;justify-content:center;gap:9px;color:#57606a;font-size:12px}.inline-error{display:flex;gap:8px;padding:10px 14px;margin:14px;border:1px solid #cf222e;border-radius:6px;color:#82071e;background:#ffebe9;font-size:12px}.drawer-body{padding:18px}.profile-heading{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-section{margin-top:22px}.detail-section h2{margin:0;padding-bottom:8px;border-bottom:1px solid #d8dee4;font-size:12px}.detail-section dl{margin:0}.detail-field{min-height:42px;display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:12px;border-bottom:1px solid #eaeef2;font-size:12px}.detail-field dt{color:#57606a}.detail-field dd{min-width:0;display:flex;align-items:center;gap:6px;margin:0;overflow-wrap:anywhere;color:#24292f}.copy-button{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;margin-left:auto;border:0;color:#57606a;background:transparent;cursor:pointer}@media(max-width:760px){.topbar{padding:0 16px}.topbar-context{display:none}.workspace{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid #d0d7de}.content{padding:22px 16px}.content-header{align-items:center}.directory-frame{height:auto;min-height:760px}.directory-browser{grid-template-columns:1fr;grid-template-rows:240px 520px}.department-pane{border-right:0;border-bottom:1px solid #d0d7de}.search-box{width:min(220px,45vw)}th:nth-child(3),td:nth-child(3){display:none}th:first-child{width:52%}}@media(max-width:480px){.content-header{align-items:flex-start}.access-pill{white-space:nowrap}.members-toolbar{align-items:stretch;flex-direction:column;justify-content:center;gap:6px;height:94px;padding:8px 12px}.members-pane{grid-template-rows:94px minmax(0,1fr) 42px}.directory-browser{grid-template-rows:240px 560px}.search-box{width:100%}th:nth-child(2),td:nth-child(2){display:none}th:first-child{width:68%}.detail-field{grid-template-columns:92px minmax(0,1fr)}}
