.role-home-intro{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:22px 24px;border:1px solid var(--line);border-left:4px solid var(--green);border-radius:12px;background:linear-gradient(115deg,#fff,#f8faf8)}
.role-home-intro h2{margin:5px 0 4px;font-size:22px}
.role-home-intro p{margin:0;color:var(--muted);font-size:13px}
.role-home-kicker,.home-module-tag{color:var(--green);font-size:10px;font-weight:800;letter-spacing:.08em}
.role-home-badge{padding:8px 11px;border-radius:999px;background:#e9f6ef;color:var(--green);font-size:11px;font-weight:700;white-space:nowrap}
.home-shortcuts{margin:0 0 22px}
.home-section-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}
.home-section-heading h2{margin:0;font-size:16px}
.home-section-heading span{display:block;margin-top:4px;color:var(--muted);font-size:12px}
.home-module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.home-module-card{display:flex;min-height:158px;flex-direction:column;align-items:flex-start;gap:9px;padding:16px;text-align:left;color:var(--ink);background:var(--card);border:1px solid var(--line);border-radius:11px;box-shadow:0 3px 12px #20304008;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}
.home-module-card:hover,.home-module-card:focus-visible{transform:translateY(-2px);border-color:#9cbdab;box-shadow:0 7px 20px #20304012;outline:none}
.home-module-card strong{font-size:14px}
.home-module-card>span:not(.home-module-tag){color:var(--muted);font-size:12px;line-height:1.4}
.home-module-card .home-module-action{margin-top:auto;color:var(--blue);font-weight:700}
.home-module-tag{padding:4px 7px;border-radius:999px;background:#eef5f0}
.home-sync-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding:14px 16px;border:1px solid var(--line);border-radius:10px;background:#fff}
.home-sync-panel div{display:grid;gap:4px}
.home-sync-panel strong{font-size:13px}
.home-sync-panel span{color:var(--muted);font-size:12px;line-height:1.4}
.employee-home-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.employee-home-grid .home-module-card{min-height:174px;padding:18px}
@media(max-width:1000px){.home-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.role-home-intro{align-items:flex-start;padding:17px;flex-direction:column}.role-home-intro h2{font-size:20px}.home-module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.home-module-card{min-height:166px;padding:13px}.employee-home-grid .home-module-card{min-height:184px;padding:14px}.home-sync-panel{align-items:flex-start;flex-direction:column}.home-sync-panel button{width:100%}}
@media(max-width:360px){.home-module-grid{grid-template-columns:1fr}.home-module-card,.employee-home-grid .home-module-card{min-height:144px}}
