:root{--bg:#f6f8fa;--panel:#fff;--border:#d0d7de;--border-soft:#eaeef2;--text:#24292f;--muted:#57606a;--muted-soft:#6e7781;--accent:#0969da;--green:#1a7f37;--green-soft:#dafbe1;--yellow:#9a6700;--yellow-soft:#fff8c5;--red:#cf222e;--red-soft:#ffebe9;--shadow:0 1px 0 #1b1f240a}*{box-sizing:border-box}html,body{min-height:100%}body{background:var(--bg);color:var(--text);letter-spacing:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}button,input,select,textarea{font:inherit}.shell{width:min(1440px,100% - 32px);margin:0 auto;padding:24px 0 48px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.brand,.profile-head,.account-chip{align-items:center;gap:12px;display:flex}.mark,.avatar{border:1px solid var(--border);color:#fff;background:#24292f;border-radius:8px;place-items:center;width:48px;height:48px;font-weight:800;display:grid}.avatar{background:#0969da}.brand h1,.profile-panel h2,.main-panel h2{margin:0;font-size:20px;line-height:1.2}.brand p,.profile-panel p,.main-panel p,.account-copy span,td span,.staff-card span,.muted{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.account-chip{border:1px solid var(--border);background:var(--panel);min-width:0;max-width:100%;box-shadow:var(--shadow);border-radius:8px;padding:8px}.account-copy{min-width:0;display:grid}.account-copy strong,.account-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-dot{background:var(--green);border-radius:50%;width:10px;height:10px}.button{border:1px solid var(--border);cursor:pointer;border-radius:6px;min-height:36px;padding:0 14px;font-weight:600}.button-primary{color:#fff;background:#1f883d;border-color:#1f883d}.button-secondary{color:var(--text);background:#f6f8fa}.login-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{border:1px solid var(--border);background:var(--panel);width:min(420px,100%);box-shadow:var(--shadow);border-radius:8px;padding:24px}.login-panel h1{margin:16px 0 8px}.login-panel p{color:var(--muted);margin:0 0 18px}.notice{background:var(--red-soft);color:var(--red);border:1px solid #ff8182;border-radius:6px;margin:0 0 16px;padding:10px 12px;font-size:14px}.dashboard-grid{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:16px;display:grid}.profile-panel,.main-panel{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);border-radius:8px}.profile-panel{padding:16px;position:sticky;top:16px}.profile-head{border-bottom:1px solid var(--border-soft);align-items:flex-start;padding-bottom:16px}.stat-list{gap:0;margin-top:12px;display:grid}.stat-list>div{border-bottom:1px solid var(--border-soft);justify-content:space-between;gap:12px;padding:10px 0;display:flex}.stat-list>div:last-child{border-bottom:0}.stat-list span,dt{color:var(--muted);font-size:12px}.stat-list strong{font-size:14px}.main-panel{min-width:0}.staff-panel,.sync-panel{grid-column:2}.section-title{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;display:flex}.counter{border:1px solid var(--border);color:var(--muted);border-radius:999px;flex-shrink:0;padding:4px 8px;font-size:12px;font-weight:600}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px}th,td{border-bottom:1px solid var(--border-soft);text-align:left;vertical-align:top;padding:12px 16px}th{color:var(--muted);font-size:12px;font-weight:600}td{min-width:130px}td strong,td span{display:block}.numeric{text-align:right;white-space:nowrap}.pill{border:1px solid var(--border);text-transform:capitalize;white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.pill-success{background:var(--green-soft);color:var(--green);border-color:#4ac26b}.pill-warning{background:var(--yellow-soft);color:var(--yellow);border-color:#d4a72c}.pill-danger{background:var(--red-soft);color:var(--red);border-color:#ff8182}.pill-muted{color:var(--muted);background:#f6f8fa}.empty-row{color:var(--muted);text-align:center;padding:32px 16px}.staff-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;padding:16px;display:grid}.staff-card{border:1px solid var(--border-soft);border-radius:8px;gap:12px;padding:12px;display:grid}.staff-card>div:first-child{gap:2px;display:grid}.staff-card dl{grid-template-columns:repeat(3,1fr);gap:8px;margin:0;display:grid}.staff-card dt,.staff-card dd{margin:0}.staff-card dd{font-weight:700}.timeline{gap:12px;padding:16px;display:grid}.timeline-row{border-bottom:1px solid var(--border-soft);grid-template-columns:auto 1fr auto;align-items:center;gap:8px 12px;padding-bottom:12px;display:grid}.timeline-row p{grid-column:2/-1}@media (max-width:860px){.shell{width:min(100% - 20px,720px);padding-top:12px}.topbar,.section-title{flex-direction:column;align-items:stretch}.account-chip{justify-content:space-between}.dashboard-grid,.staff-panel,.sync-panel{grid-column:auto;grid-template-columns:1fr;display:grid}.profile-panel{position:static}.timeline-row{grid-template-columns:1fr}.timeline-row p{grid-column:auto}}
