/* Phase 1.6: the return action is part of the single sticky profile header. */
.profile-stick{top:68px;z-index:18;margin-top:0;padding-top:10px;display:grid;grid-template-columns:auto auto 1fr auto;grid-template-areas:"back back back back" "name mbti team priority";row-gap:5px}.profile-stick .back{position:static;grid-area:back;justify-self:start;background:transparent;border:0;box-shadow:none;padding:3px 0;color:var(--green);font-size:0}.profile-stick .back::after{content:'← 従業員一覧へ戻る';font-size:12px}.profile-stick h2{grid-area:name}.profile-stick .badge{grid-area:mbti}.profile-stick .meta{grid-area:team}.profile-stick .priority{grid-area:priority;margin-left:0}.page>.back{display:none}
@media(max-width:800px){.profile-stick{top:68px;margin-top:0;grid-template-columns:auto 1fr auto;grid-template-areas:"back back back" "name mbti priority";padding:7px 14px;row-gap:3px}.profile-stick .back::after{content:'← 戻る'}.profile-stick .meta{display:none}.profile-stick h2{font-size:16px}.profile-stick .badge{font-size:11px}.profile-stick .priority{font-size:11px}.profile-hero{margin-top:12px}}
