.employee-profile-hero{display:flex;align-items:center;gap:18px;padding:22px 25px;margin:4px 0 20px;border:1px solid #54323a;border-radius:18px;background:linear-gradient(110deg,#2a1a1e,#171114 70%)}
.employee-profile-avatar{width:62px;height:62px;display:grid;place-items:center;flex:none;border:1px solid #89515b;border-radius:18px;background:#472731;color:#f0b2bc;font-size:20px;font-weight:850}
.employee-profile-hero>div:nth-child(2){min-width:0;flex:1}.employee-profile-hero h2{margin:5px 0;font-size:23px}.employee-profile-hero p{margin:0;color:var(--muted)}
.employee-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.employee-profile-card{min-width:0}.employee-profile-card h2{margin:7px 0 14px;font-size:21px}
.employee-profile-card dl{margin:0}.employee-profile-card dl>div{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid #ffffff0d}.employee-profile-card dt{color:var(--muted)}.employee-profile-card dd{margin:0;text-align:right;font-weight:700}
.employee-portal-right{margin-top:16px;padding:12px 14px;border-radius:11px;background:#24191d;color:var(--muted);line-height:1.6}.employee-portal-right b{color:#f0b2bc}
.employee-course-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.employee-course-list li{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #ffffff10;border-radius:10px;background:#1b1417}.employee-course-list li span{color:#e6a1aa}
.employee-career-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,.8fr);gap:28px;margin-top:17px;border-color:#6b3c46}.employee-career-copy h2{margin:7px 0 13px;font-size:23px}.employee-career-copy p{color:#c3b4b6;line-height:1.75}.employee-career-copy a{display:inline-block;margin-top:8px;color:#f1abb5;font-weight:750;text-decoration:underline;text-underline-offset:3px}
.promotion-request-form{padding:18px;border:1px solid #ffffff12;border-radius:14px;background:#140f11}.promotion-request-form h3{margin:0 0 15px}.promotion-request-form .field{margin-bottom:12px}.promotion-request-form textarea{min-height:72px}.promotion-request-form>small{display:block;margin-top:10px;color:var(--muted);line-height:1.5}
.promotion-status{display:grid;gap:5px;margin-top:15px;padding:13px 14px;border:1px solid #62454a;border-radius:11px;background:#24191d}.promotion-status.pending{border-color:#8c7043;background:#272014}.promotion-status.approved{border-color:#37694e;background:#14251b}.promotion-status.rejected{border-color:#744149;background:#2a171b}.promotion-status span,.promotion-status small{color:var(--muted)}
.promotion-requests-card{margin:0 0 18px}.promotion-requests-card h2{margin:6px 0}.promotion-requests{display:grid;gap:10px;margin-top:15px}.promotion-request{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px;border:1px solid #ffffff12;border-radius:12px;background:#1d1518}.promotion-request>div:first-child{display:grid;gap:5px;min-width:0}.promotion-request small,.promotion-request time{color:var(--muted);font-size:11px}.promotion-request strong{color:#efb2ba}.promotion-request p{margin:3px 0;white-space:pre-wrap;color:#cfbec1}.promotion-review-actions{display:flex;gap:8px;flex:none}
@media(max-width:800px){.employee-profile-grid{grid-template-columns:1fr}.employee-career-card{grid-template-columns:1fr;gap:18px}.employee-profile-hero{flex-wrap:wrap}.promotion-request{align-items:flex-start;flex-direction:column}.promotion-review-actions{width:100%}.promotion-review-actions .button{flex:1}}

.employee-profile-hero>.online-pill{border:1px solid #68434b;background:#2a1b20;color:#efbbc2;padding:7px 11px}
