.app-header{border-bottom:1px solid var(--color-border,#e2e8f0);background:0 0;justify-content:space-between;align-items:center;gap:16px;height:auto;padding:20px 32px;display:flex}.app-header .ant-typography{margin-bottom:0}.app-header .app-brand{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:flex}.app-brand-logo{width:auto;height:68px}.app-header-actions{align-items:center;gap:12px;display:flex}.app-header .app-user-profile-trigger{box-sizing:border-box;width:auto;max-width:148px;height:42px;min-height:42px;color:var(--color-text-primary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:6px;padding:3px 7px 3px 4px;transition:background-color .16s,border-color .16s;display:inline-flex}.app-header .app-user-profile-trigger:hover{border-color:var(--color-border);background:var(--color-bg-subtle)}.app-header .app-user-profile-trigger:focus-visible{outline:3px solid var(--color-accent-soft);outline-offset:2px}.app-user-profile-mark{background:var(--color-accent-soft);width:24px;height:24px;color:var(--color-accent);border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.app-user-profile-name{max-width:82px;color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:600;overflow:hidden}.app-user-profile-chevron{color:var(--color-text-muted);flex:none}@media (width<=768px){.app-header{flex-direction:column;align-items:stretch;padding-left:18px;padding-right:18px}.app-header-actions{width:100%}.app-user-profile-trigger{flex:none}.app-user-profile-name{display:none}}
