
/* TWK P3 identity/header-only fix: preserve current shell; show real user name + logout. */
.twk-header-profile{display:flex!important;align-items:center!important;gap:8px!important;text-decoration:none!important;color:inherit!important;min-width:0!important;}
.twk-header-right{display:flex!important;align-items:center!important;gap:10px!important;}
.twk-header-logout{border:1px solid #d9b64a!important;background:#fff!important;color:#087040!important;border-radius:8px!important;padding:7px 10px!important;font-weight:800!important;font-size:11px!important;cursor:pointer!important;white-space:nowrap!important;}
.twk-header-logout:hover{background:#f7f1d8!important;}
@media(max-width:820px){.twk-header-user-text{display:flex!important;flex-direction:column!important;min-width:58px!important;max-width:88px!important;overflow:hidden!important}.twk-header-user-text b,.twk-header-user-text small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.twk-header-user-text b{font-size:10px!important}.twk-header-user-text small{font-size:8px!important}.twk-header-logout{padding:6px 8px!important;font-size:10px!important}.twk-header-right{gap:5px!important;max-width:150px!important}}
