:root{color:#182230;background:#f5f7fb;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;--bg: #f5f7fb;--panel: #ffffff;--ink: #182230;--muted: #667085;--line: #d9e2ec;--line-soft: #edf2f7;--ink-blue: #071c3d;--ink-blue-2: #0f2f5f;--ink-blue-3: #153f78;--blue: #0f4d92;--amber: #b45309;--shadow: 0 18px 45px rgba(16, 24, 40, .08)}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#eef4f8 0,#f5f7fb 320px),var(--bg)}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.72}.login-shell{min-height:100vh;display:grid;place-items:center;padding:28px;background:linear-gradient(135deg,rgba(7,28,61,.17),transparent 38%),linear-gradient(315deg,rgba(15,77,146,.14),transparent 42%),#f4f7fb}.login-panel{width:min(440px,calc(100vw - 32px));padding:34px;background:#fffffff0;border:1px solid rgba(217,226,236,.9);border-radius:8px;box-shadow:var(--shadow)}.brand-line,.sidebar-brand{display:flex;align-items:center;gap:14px}.brand-mark{width:54px;height:54px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--ink-blue),var(--blue));border-radius:8px;box-shadow:0 10px 26px #071c3d3d}.brand-mark.compact{width:42px;height:42px;box-shadow:none}.brand-line p,.sidebar-brand p{margin:0;color:var(--muted);font-size:13px}.brand-line h1,.sidebar-brand h1{margin:3px 0 0;font-size:24px;line-height:1.2;letter-spacing:0}.form-stack{display:grid;gap:17px;margin-top:28px}.app-shell{min-height:100vh;display:grid;grid-template-columns:252px 1fr}aside{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:24px;padding:22px 16px;color:#fff;background:linear-gradient(180deg,#071426,#071c3d 54%,#0b254f);border-right:1px solid #173861}.sidebar-brand{padding:4px 6px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-brand p{color:#9aa4b2}.sidebar-brand h1{color:#fff;font-size:19px}nav{display:grid;gap:8px}nav button,.logout{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;color:#cbd5e1;background:transparent;border:1px solid transparent;border-radius:6px;text-align:left}nav button.selected{color:#fff;background:#2f5d976b;border-color:#ffffff14}nav button:hover,.logout:hover{color:#fff;background:#2f5d9747}.logout{margin-top:auto}.content{min-width:0;padding:28px}header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}header p{margin:0 0 5px;color:var(--muted);font-size:13px}header h2{margin:0;font-size:29px;line-height:1.2;letter-spacing:0}.admin-chip{display:inline-flex;align-items:center;gap:9px;min-height:40px;padding:0 12px 0 8px;color:#344054;background:#fff;border:1px solid var(--line);border-radius:999px;box-shadow:0 8px 22px #1018280a}.admin-chip span{width:26px;height:26px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:50%;font-size:12px;font-weight:800}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.metric-card{display:flex;align-items:center;gap:13px;min-height:92px;padding:18px;background:#fff;border:1px solid var(--line-soft);border-radius:8px;box-shadow:0 8px 22px #1018280a}.metric-card>span{width:38px;height:38px;display:grid;place-items:center;color:var(--ink-blue-3);background:#eef5ff;border-radius:8px}.metric-card.success>span{color:#0f4d92;background:#e9f2fb}.metric-card.warning>span{color:#b45309;background:#fff7ed}.metric-card.muted>span{color:#475467;background:#f2f4f7}.metric-card p{margin:0 0 5px;color:var(--muted);font-size:13px}.metric-card strong{display:block;font-size:28px;line-height:1}.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:16px;padding:12px;background:#fff;border:1px solid var(--line-soft);border-radius:8px;box-shadow:0 8px 22px #1018280a}.search-box{flex:1;display:flex;align-items:center;gap:8px;min-width:220px;height:42px;padding:0 12px;color:#667085;background:#f8fafc;border:1px solid #d8dee8;border-radius:6px}.search-box:focus-within{border-color:#4c7fb7;background:#fff;box-shadow:0 0 0 3px #0f4d9221}.search-box input{flex:1;min-width:0;border:0;outline:0;background:transparent}.primary-button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:6px;border:1px solid transparent;white-space:nowrap}.primary-button{color:#fff;background:var(--ink-blue-2);box-shadow:0 10px 20px #071c3d2e}.primary-button:hover{background:var(--ink-blue)}.ghost-button{color:#344054;background:#fff;border-color:#d8dee8}.ghost-button:hover{background:#f8fafc}.panel,.table-wrap,.company-preview{margin-bottom:18px;background:#fff;border:1px solid var(--line-soft);border-radius:8px;box-shadow:0 8px 22px #1018280a}.panel{padding:22px}.panel h2{margin:0 0 18px;font-size:20px}.editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}label{display:grid;gap:7px;color:#475467;font-size:14px;font-weight:600}input,textarea{width:100%;min-height:42px;padding:10px 11px;color:#111827;background:#fbfcfe;border:1px solid #cfd7e3;border-radius:6px;outline:0;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input:focus,textarea:focus{background:#fff;border-color:#4c7fb7;box-shadow:0 0 0 3px #0f4d9221}textarea{resize:vertical;line-height:1.55}.wide{grid-column:1 / -1}.role-editor,.role-editor-list{display:grid;gap:10px}.role-editor-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) 42px;gap:10px;align-items:end;padding:12px;background:#f8fafc;border:1px solid #e1e7ef;border-radius:6px}.role-remove{display:inline-grid;width:42px;height:42px;place-items:center;padding:0;color:#b42318;background:#fff;border:1px solid #e5c5c2;border-radius:6px}.role-remove:hover{background:#fff1f0;border-color:#d99b96}.role-empty{margin:0;padding:14px;color:var(--muted);background:#f8fafc;border:1px dashed #cfd7e3;border-radius:6px;font-size:14px}.role-add{justify-self:start}.media-field{display:grid;gap:7px}.field-label{color:#475467;font-size:14px;font-weight:600}.media-field-body{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center}.media-preview{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;color:#526277;background:#edf2f7;border:1px solid #d8dee8;border-radius:8px}.media-preview.avatar{border-radius:50%}.media-preview img{width:100%;height:100%;object-fit:cover}.media-controls{display:flex;gap:10px;align-items:center;min-width:0}.media-controls input:not(.hidden-file-input){min-width:0}.hidden-file-input{display:none}.media-field small{color:var(--muted);font-size:12px;font-weight:400}.check-row{display:flex;align-items:center;align-self:end;gap:8px;min-height:42px}.check-row input{width:16px;min-height:16px;accent-color:var(--ink-blue-2)}.form-actions{display:flex;align-items:end;justify-content:flex-end;gap:10px}.notice,.error{margin:0 0 14px;padding:10px 12px;border-radius:6px;font-size:14px}.notice{color:#0f5132;background:#e7f5ed;border:1px solid #bde7ce}.error{color:#842029;background:#f8d7da;border:1px solid #f1aeb5}.table-wrap{overflow:hidden}table{width:100%;border-collapse:collapse}thead{background:#f8fafc}th{color:#667085;font-size:13px;font-weight:700;text-align:left}th,td{padding:15px 18px;border-bottom:1px solid var(--line-soft);vertical-align:middle}tbody tr:hover{background:#fbfdff}tbody tr:last-child td{border-bottom:0}td span,td small{display:block;margin-top:4px;color:var(--muted);font-size:13px}.employee-cell{display:flex;align-items:center;gap:12px}.employee-cell strong{display:block;font-size:15px}.avatar{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;color:#fff;background:#4f6f7a;border-radius:8px;font-weight:800}.avatar img{width:100%;height:100%;object-fit:cover}.contact-line{display:inline-flex;align-items:center;gap:6px}.status{display:inline-flex;align-items:center;min-height:26px;margin:0;padding:0 10px;color:#92400e;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;font-size:13px;font-weight:700}.status.active{color:var(--ink-blue-3);background:#e9f2fb;border-color:#b9d0ea}.row-actions{display:flex;gap:8px}.row-actions button{width:34px;height:34px;display:grid;place-items:center;color:#344054;background:#fff;border:1px solid #d8dee8;border-radius:6px}.row-actions button:hover{color:var(--ink-blue-3);border-color:#9cb9d8;background:#f1f6fc}.empty-state{min-height:160px;display:grid;place-items:center;gap:8px;color:var(--muted)}.empty-state strong{color:#344054}.company-layout{display:grid;grid-template-columns:minmax(260px,330px) 1fr;gap:18px;align-items:start}.company-preview{padding:24px}.company-logo-preview{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--ink-blue),var(--blue));border-radius:8px}.company-preview-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:14px 0}.company-preview-gallery img{width:100%;aspect-ratio:1;object-fit:contain;background:#f8fafc;border:1px solid #e1e7ef;border-radius:6px}.company-gallery-editor{display:grid;gap:10px}.company-gallery-list{display:grid;gap:12px}.company-gallery-item{display:grid;grid-template-columns:132px minmax(0,1fr);gap:14px;padding:14px;background:#f8fafc;border:1px solid #e1e7ef;border-radius:6px}.company-gallery-thumbnail{display:grid;width:132px;height:132px;place-items:center;overflow:hidden;color:#78909c;background:#fff;border:1px solid #d8dee8;border-radius:6px}.company-gallery-thumbnail img{width:100%;height:100%;object-fit:contain}.company-gallery-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-content:start}.company-gallery-actions{display:flex;grid-column:1 / -1;gap:8px}.gallery-remove{display:inline-grid;width:42px;height:42px;place-items:center;padding:0;color:#b42318;background:#fff;border:1px solid #e5c5c2;border-radius:6px}.gallery-remove:hover{background:#fff1f0;border-color:#d99b96}.gallery-add{justify-self:start}.company-gallery-editor small{color:var(--muted);font-size:12px}.company-logo-preview img{width:100%;height:100%;object-fit:cover}.company-preview h2{margin:18px 0 8px;font-size:22px}.company-preview p{margin:0 0 18px;color:var(--muted);line-height:1.6}.preview-row{display:flex;align-items:flex-start;gap:8px;padding:11px 0;color:#475467;border-top:1px solid var(--line-soft);word-break:break-all}@media(max-width:1040px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.company-layout{grid-template-columns:1fr}}@media(max-width:860px){.app-shell{grid-template-columns:1fr}aside{position:static;height:auto}.content{padding:20px}header{align-items:flex-start;flex-direction:column}.toolbar{flex-direction:column;align-items:stretch}.editor-grid,.metric-grid{grid-template-columns:1fr}.role-editor-row{grid-template-columns:minmax(0,1fr) 42px}.role-editor-row label{grid-column:1}.role-remove{grid-column:2;grid-row:1 / span 2;align-self:center}.media-controls{align-items:stretch;flex-direction:column}.company-gallery-item{grid-template-columns:92px minmax(0,1fr)}.company-gallery-thumbnail{width:92px;height:116px}.company-gallery-fields{grid-template-columns:1fr}.company-gallery-actions{grid-column:1}.table-wrap{overflow:visible}table{min-width:0}thead{display:none}table,tbody,tr,td{display:block;width:100%}tbody{padding:10px;display:grid;gap:10px}tbody tr{padding:14px;background:#fff;border:1px solid var(--line-soft);border-radius:8px}tbody tr:hover{background:#fff}td{padding:10px 0;border-bottom:1px solid var(--line-soft)}td:last-child{border-bottom:0}td:not(:first-child):before{display:block;margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:700}td:nth-child(2):before{content:"职位/部门"}td:nth-child(3):before{content:"联系方式"}td:nth-child(4):before{content:"状态"}td:nth-child(5):before{content:"操作"}.row-actions{justify-content:flex-start}}@media(max-width:520px){.login-panel{padding:26px}.brand-line{align-items:flex-start}.brand-line h1{font-size:21px}.media-field-body{grid-template-columns:56px minmax(0,1fr);align-items:start}.media-preview{width:56px;height:56px}}
