*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;color:#1f2328;background:#f4f5f7;font-size:14px;line-height:1.6}a{color:#0b62c4;text-decoration:none}.layout{display:flex;min-height:100vh}.sidebar{width:220px;background:#22272e;color:#cdd3da;flex-shrink:0;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.brand{padding:0 18px 16px;font-weight:700;font-size:16px;color:#fff;border-bottom:1px solid #333b44;margin-bottom:8px}.brand span{display:block;font-size:10px;font-weight:400;color:#7d8894;letter-spacing:1px}.nav-group{padding:12px 18px 4px;font-size:11px;color:#6f7a86;letter-spacing:1px}.sidebar nav a{display:block;padding:8px 18px;color:#cdd3da;border-left:3px solid transparent}.sidebar nav a:hover{background:#2b323a}.sidebar nav a.active{background:#2b323a;color:#fff;border-left-color:#4c9ffe}.main{flex:1 1;display:flex;flex-direction:column;min-width:0}.topbar{background:#fff;border-bottom:1px solid #e1e4e8;padding:12px 24px;display:flex;justify-content:space-between;align-items:center}.crumb{color:#6a737d}.crumb strong{color:#1f2328}.crumb span{margin:0 6px}.user-chip{background:#eef1f4;padding:4px 12px;border-radius:14px;font-size:12px}.content{padding:24px}.section-head{margin:4px 0 14px}.section-head h2{font-size:16px;margin:0}.section-sub{margin:2px 0 0;color:#6a737d;font-size:12px}.block{margin-bottom:28px}.card-grid{display:grid;grid-gap:12px;gap:12px}.g2{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}.g5{grid-template-columns:repeat(5,1fr)}.card{background:#fff;border:1px solid #e1e4e8;border-radius:6px;padding:14px 16px}.card h3{margin:0 0 8px;font-size:12px;color:#6a737d;font-weight:600}.kpi{font-size:26px;font-weight:700}.kpi small{font-size:12px;color:#6a737d;font-weight:400;margin-left:4px}.kpi-row{display:flex;justify-content:space-between;padding:3px 0;border-bottom:1px dashed #eee}.kpi-row:last-child{border-bottom:none}.kpi-row b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kpi-row.total{border-top:2px solid #d0d7de;margin-top:4px;padding-top:6px;font-weight:700}.filters{background:#fff;border:1px solid #e1e4e8;border-radius:6px;padding:16px;margin-bottom:16px}.field{margin-bottom:12px}.field>label{display:block;font-size:12px;color:#57606a;margin-bottom:4px}.field input[type=date],.field input[type=email],.field input[type=month],.field input[type=number],.field input[type=password],.field input[type=text],.field select,.field textarea{width:100%;padding:6px 8px;border:1px solid #d0d7de;border-radius:4px;font-size:13px;background:#fff}.inline{display:flex;gap:12px;flex-wrap:wrap}.inline .field{flex:1 1;min-width:160px}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{border:1px solid #d0d7de;background:#f6f8fa;border-radius:14px;padding:3px 10px;font-size:12px;cursor:pointer}.chip.sel{background:#2563eb;border-color:#2563eb;color:#fff}.chip.add{background:#fff;border-style:dashed;color:#2563eb}.skill-groups{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.skill-groups .sg{border:1px solid #eee;border-radius:4px;padding:8px}.skill-groups .sg>span{font-size:11px;color:#6a737d;display:block;margin-bottom:4px}.btn{display:inline-block;padding:6px 14px;border:1px solid #d0d7de;background:#f6f8fa;border-radius:5px;font-size:13px;cursor:pointer;color:#1f2328}.btn:hover{background:#eef1f4}.btn-primary{background:#1f6feb;color:#fff;border-color:#1f6feb}.btn-primary:hover{background:#1a60ce}.btn-sm{padding:3px 8px;font-size:12px}.btn:disabled{opacity:.5;cursor:not-allowed}.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:12px}.toolbar .spacer{flex:1 1}.table-wrap{background:#fff;border:1px solid #e1e4e8;border-radius:6px;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}td,th{padding:8px 10px;text-align:left;border-bottom:1px solid #eef0f2;white-space:nowrap}th{background:#f6f8fa;color:#57606a;font-weight:600;position:-webkit-sticky;position:sticky;top:0}tbody tr:hover{background:#fafbfc}.badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;background:#eef1f4;color:#414a53}.badge.green{background:#dafbe1;color:#1a7f37}.badge.blue{background:#ddf4ff;color:#0969da}.badge.amber{background:#fff1c9;color:#9a6700}.badge.red{background:#ffe3e3;color:#cf222e}.badge.gray{background:#eef1f4;color:#6a737d}.alert{background:#fff;border:1px solid #e1e4e8;border-radius:6px;padding:10px 16px;margin-bottom:12px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.alert.success{border-color:#86efac;background:#f0fdf4}.alert.success b{color:#15803d}.alert.error{border-color:#fca5a5}.alert.error b{color:#b91c1c}.alert.warn{border-color:#fcd34d}.alert.warn b{color:#92400e}.bar-row{display:flex;align-items:center;gap:10px;margin:6px 0}.bar-row .lbl{width:130px;font-size:12px;color:#57606a;text-align:right}.bar-track{flex:1 1;background:#eef1f4;position:relative}.bar,.bar-track{border-radius:3px;height:20px}.bar{display:block;background:#4c9ffe}.bar-row .val{width:40px;font-size:12px}.kanban{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px}.kcol{flex:0 0 200px;background:#eef1f4;border-radius:6px;padding:8px}.kcol h4{margin:0 0 8px;font-size:12px;display:flex;justify-content:space-between;color:#414a53}.kcol h4 .cnt{background:#fff;border-radius:10px;padding:0 8px;font-size:11px}.kcard{background:#fff;border:1px solid #e1e4e8;border-radius:5px;padding:8px;margin-bottom:8px;font-size:12px}.kcard .t{font-weight:600;margin-bottom:4px}.kcard .m{color:#6a737d;font-size:11px}.trend{background:#fff;border:1px solid #e1e4e8;border-radius:6px;padding:28px 16px 24px;height:220px;display:flex;align-items:flex-end;gap:14px}.trend .t-bar{flex:1 1;background:#4c9ffe;border-radius:3px 3px 0 0;position:relative}.trend .t-bar span{top:-18px;color:#57606a}.trend .t-bar em,.trend .t-bar span{position:absolute;left:0;right:0;text-align:center;font-size:11px}.trend .t-bar em{bottom:-20px;color:#6a737d;font-style:normal}.muted{color:#6a737d;font-size:12px}.placeholder{border:2px dashed #cdd3da;border-radius:6px;padding:40px;text-align:center;color:#8a929b;background:#fbfcfd}.two-col{display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px}.tabs{display:flex;gap:4px;border-bottom:1px solid #e1e4e8;margin-bottom:14px}.tabs a{padding:8px 14px;border:1px solid transparent;border-bottom:none;border-radius:5px 5px 0 0}.tabs a.active{background:#fff;border-color:#e1e4e8;color:#1f2328;margin-bottom:-1px}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f6f8fa}.login-card{width:100%;max-width:360px}.login-card .brand{color:#24292f}.app-footer{padding:8px 20px 12px;font-size:11px;color:#8b949e;text-align:right}